@charset "UTF-8";

/*reset.css
---------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,section, summary, time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}
body {  line-height: 1;}
ol,ul,li {  list-style: none;}
blockquote,q {  quotes: none;}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*基本設定
---------------------------------------------------------- */
html {
  height: 100%;
  min-height: 100%;
  font-size: 62.5%;
}

html,body {
  width: 100%;
  height: 100%;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}

body {
  position: relative;
  height: 100%;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  *font-size: small;
  *font: x-small;
}

img {
  border: 0;
  vertical-align: top;
}

strong {  font-weight: bold;}

.sp{display: none;}

a {
  text-decoration: none;
  transition: .5s;
}


/*header
---------------------------------------------------------- */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.9);
  z-index: 50;
}

header .inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

header .logo {
  margin-left: 50px;
}

header nav ul {
  display: flex;
  margin-right: 50px;
}
header nav ul li {
  margin-left: 40px;
}
header nav a {
  position: relative;
  display: inline-block;
  color: #4e4641;
  font-size: 1.5rem;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: .5s;
}

header nav a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #4e4641;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
a:hover::after {
  width: 100%;
}

/*main
---------------------------------------------------------- */
main {
  padding-top: 100px;
}
.index main {padding-top: 0;}

.block{
  width: 980px;
  margin: 0 auto;
}

.txt_area p {
  margin-bottom: 40px;
  line-height: 1.8;
  letter-spacing: 0.075em;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
}

[data-ruby] {
  position: relative;
  padding-top: 17px;
  ruby-align: space-around;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  margin: auto;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
}

/*----------------------------------------
  button
----------------------------------------*/
.btn {
  text-align: center;
}
.btn a {
  position: relative;
  display: inline-block;
  padding: 20px 80px;
  border: #4e4641 solid 2px;
  text-align: center;
  color:  #4e4641;
  letter-spacing: 0.2em;
  font-weight: 1.4rem;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn a:before {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #4e4641;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 23px;
  width: 25px;
  height: 2px;
  margin-top: -1px;
  background:  #4e4641;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn a:hover {
  background:  #4e4641;
  color: #fff;
}
.btn a:hover:before {  border-color: transparent transparent transparent #fff;}
.btn a:hover:after {background:  #fff;}


/*----------------------------------------
  title
----------------------------------------*/
.page_ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 220px;
  margin-bottom: 50px;
  background: url(../img/bg_page_ttl.png) no-repeat;
  background-size:cover;
  text-align: center;
}
.page_ttl span {
  text-shadow: 0px 0px 10px rgba(195,91,52,0.3);
  color: #fff;
  letter-spacing: 0.125em;
  font-size: 4.4rem;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page_ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 231px;
  height: 152px;
  background: url(../img/img_main_right.png) no-repeat;
}

.ttl01 {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.2em;
  color: #333;
  font-size: 3.2rem;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.ttl01 span {
  display: block;
  color: #888;
  font-size: 1.2rem;
}

.ttl02 {
  margin: 20px auto 40px;
  padding-bottom: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #333;
  font-size: 3.2rem;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: url(../img/bg_ttl02.png) no-repeat center bottom;
}


/*  top page
---------------------------------------------------------- */
.main_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 500px;
  margin-top: 100px;
  background: url(../img/img_main.png) no-repeat center;
  background-size: cover;
  color: #fff;
}
.main_img .txt {
  text-align: center;
  text-shadow: 0px 0px 10px rgba(195,91,52,0.3);
}
.main_img:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 175px;
  height: 216px;
  background: url(../img/img_main_left.png) no-repeat;
}
.main_img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 231px;
  height: 152px;
  background: url(../img/img_main_right.png) no-repeat;
}


.main_img .txt h2 {
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  font-size: 4.4rem;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.main_img .txt p {
  line-height: 2.5;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: bold;
}

/*----------------------------------------
  concept
----------------------------------------*/
.concept {
  position: relative;
  padding:  50px 0 70px;
}
.concept:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 216px;
  height: 555px;
  background: url(../img/top/bg_concept_01.png) no-repeat;
  z-index: -10;
}

.concept:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 220px;
  height: 173px;
  background: url(../img/top/bg_concept_02.png) no-repeat;
  z-index: -10;
}

/*----------------------------------------
  profile
----------------------------------------*/
.profile {
  position: relative;
  background: #faebe1;
}

.profile .block {
  overflow: hidden;
  position: relative;
  padding: 70px 0;
}
.profile .ph {
  position: absolute;
  top:70px;
  width: 340px;
  z-index: 2;
}

.profile:before {
  content: "";
  display: block;
  position: absolute;
  left:50%;
  bottom: 100px;
  width: 124px;
  height: 207px;
  margin-left: -540px;
  background: url(../img/top/img_profile.png) no-repeat 0 0;
  z-index: 10;
}

.profile .txt_area {
  float: right;
  clear: right;
  width: 690px;
  margin-top: 50px;
  padding: 60px 60px 60px 100px;
  background: #fff;
  box-sizing: border-box;
  z-index: 1;
}

.profile .txt_area h2 {
  margin-bottom: 15px;
  font-size: 2.0rem;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.profile .txt_area h2 span {
  margin-left: 15px;
  font-size: 2.8rem;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.profile .txt_area p {
  margin-bottom: 0;
  line-height: 2;
  font-size: 1.4rem;
}

/*----------------------------------------
  about
----------------------------------------*/
.about {
  padding: 90px 0 70px;
  background: url(../img/top/bg_about_02.png) no-repeat right bottom;
}
.about .inr {
  position: relative;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 50px 100px;
  background: url(../img/top/bg_about_01.jpg) repeat left top;
  z-index: -1;
}
.about .inr:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #fff;
  z-index: -1;
}
.about ul {
  width: fit-content;
  margin: 0 auto 15px;
}
.about ul li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
}
.about ul li:before {
  content: "";
  display:block;
  width: 3px;
  height: 3px;
  margin: 0 5px;
  background: #4e4641;
}
.about ul li:last-child {padding-left: 13px;}
.about ul li:last-child:before {display: none;}
.about ul li span {
  font-size: 1.4rem;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
}

.about p {
  font-size: 1.6rem;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
}


/*  about page
---------------------------------------------------------- */
.cor .about_01 {margin-bottom: 70px;}
.cor .about_01 .txt_area p {
  color: #333;
  text-align: left;
  
}
.cor .about_01 [data-ruby]::before {
  right: 50%;
  width: 50px;
  margin: 0 -30px 0 0;
  letter-spacing: 0.1em;
}

.cor .about_02 {
  padding: 60px 0 100px;
  background: #faebe1;
}
.cor .about_02 .img_block {
  margin-bottom: 50px;
  background: #fff;
  border: #edbfa1 solid 5px;
  box-sizing: border-box;
  text-align: center;
}
.cor .about_02 .img_block .pc { padding: 20px 0;}
.cor .about_02 .img_block ul {margin-bottom: 30px;}
.cor .about_02 .img_block ul li {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding: 15px  50px 0;
  border-top: #edbfa1 solid 1px;
  text-align: left;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.4rem;
}
.cor .about_02 .img_block ul .img {
  width: 120px;
  margin-right: 25px;
  text-align: center;
}


/*  contact page
---------------------------------------------------------- */
.cor .contact p {
  margin-bottom: 30px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.075em;
  font-size: 1.6rem;
  font-weight: bold;
}
.cor .contact .notice {
  width:max-content;
  margin: 0 auto 50px;
}
.cor .contact .notice li {
  margin:0 0 10px 1em;
  text-indent: -1em;
  font-size: 1.3rem;
  line-height: 1.7;
  font-weight: bold;
}

.cor .contact .btn_area {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.cor .contact .btn_area li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 350px;
  padding: 20px 15px;
  margin: 0 10px;
  background: url(../img/bg_mail.png) center;
  background-size: cover;
  color: #fff;
  opacity: 1;
  transition: .3s;
}
.cor .contact .btn_area li a {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 0;
  transition: .3s;
}
.cor .contact .btn_area li p {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 2.0rem;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  z-index: 2
}
.cor .contact .btn_area li p:before {
  content: "";
  width: 42px;
  height: 42px;
  margin-right: 10px;
}

.cor .contact .btn_area li:nth-child(1) p:before {
  display: block;
  background: url(../img/ico_mail_wt.png) no-repeat center;
  background-size: cover;
}
.cor .contact .btn_area li:nth-child(2) {
  background: #fff;
  border: #4e4641 solid 2px;
  box-sizing: border-box;
  color: #4e4641;
}
.cor .contact .btn_area li:nth-child(2) p {
  flex-wrap: wrap;
  line-height:1em;
  letter-spacing: 0.05em;
  font-size: 3.2rem;
}

.cor .contact .btn_area li:nth-child(2) p:before {
  display: inline-block;
  background: url(../img/ico_tel_bk.png) no-repeat;
  background-size: cover;
}
.cor .contact .btn_area li p span {
  display: block;
  width: 100%;
  font-size: 13px;
}


/*footer
---------------------------------------------------------- */
footer {
  width: 100%;
  background: #4e4641 url(../img/bg_footer.png) 45px 0px no-repeat;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
}
footer .inr {
  width: 980px;
  margin: 0 auto;
  padding-top: 60px;
}
footer h3 {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
footer p {
  margin-bottom: 60px;
  font-size: 1.3rem;
}

footer ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
footer ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 310px;
  padding: 20px 0;
  background: #fff;
  border: #fff solid 1px;
  border-radius: 5px;
  color: #4e4641;
  opacity: 1;
  transition: .3s;
}
footer ul li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  transition: .3s;
}
footer ul li p {
  margin: 0;
  font-size: 2.0rem;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  z-index: 2
}
footer ul li p span {
  display: block;
  font-size: 13px;
}

footer ul li p:before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
footer ul li:nth-child(1) p:before {
  content: "";
  background: url(../img/ico_reserve.png) no-repeat;
  background-size: cover;
}
footer ul li:nth-child(2)  p:before {
  content: "";
  background: url(../img/ico_mail.png) no-repeat;
  background-size: cover;
}

footer ul li:hover {
  opacity: .5;
}

/* Phone */
footer ul li:nth-child(3) {
  background: #4e4641;
  color: #fff;
  font-size: 2.4rem;
}
footer ul li:nth-child(3) p:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/ico_tel.png) no-repeat;
}

footer .txt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  background: #fff;
  color:#4e4641;
}

footer .txt p {
  margin: 0;
  letter-spacing: 0.025em;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: bold;
}

footer .txt .trade {
  display: flex;
  align-items: center;
  padding-left: 50px;
}
footer .txt .trade img {
  width: 20.5px;
  height: 26px;
  margin-right: 5px;
}

.copy { padding-right: 50px;}

/*
---------------------------------------------------------- */
.align_c {  text-align: center;}
.align_r {  text-align: right;}

.font_b {  font-weight: bold;}
.font10 {  font-size: 1.0rem !important;}
.font11 {  font-size: 1.1rem !important;}
.font14 {  font-size: 1.4rem !important;}
.font15 {  font-size: 1.6rem !important;}
.font16 {  font-size: 1.6rem !important;}
.font17 {  font-size: 1.7rem !important;}
.font18 {  font-size: 1.8rem !important;}
.font19 {  font-size: 1.9rem !important;}
.font20 {  font-size: 2.0rem !important;}
.font21 {  font-size: 2.1rem !important;}
.font22 {  font-size: 2.2rem !important;}
.font23 {  font-size: 2.3rem !important;}
.font24 {  font-size: 2.4rem !important;}
.font25 {  font-size: 2.5rem !important;}
.font26 {  font-size: 2.6rem !important;}

.mb0 {margin-bottom: 0px !important;}

/*clearfix
---------------------------------------------------------- */
.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: inline-block;
  min-height: 1%;
}

/*¥*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* */