@charset "utf-8";
html{
  -webkit-text-size-adjust: 100%;
}
html.close {
  overflow: hidden;
  height: 100%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size:min(1.6vw,16px);
  text-align:center;
  color:#2D2927;
  line-height:1.6;
}

@media screen and (max-width:768px){
  body {
    font-size:4vw;
  }
}


.mincho{
  font-family: "Shippori Mincho B1", serif;
}


a {
  color:#2D2927;
  -webkit-transition : opacity 0.1s, background 0.1s;
  transition : opacity 0.1s, background 0.1s;
  opacity:1;
  outline:none;
}
a:hover {
  opacity: 0.6;
}

img{
  max-width:100%;
  vertical-align:bottom;
}

.only_sp,
.only_sp_i,
.only_sp_f{
  display:none !important;
}

@media screen and (max-width:768px){
  .only_pc{
    display:none !important;
  }

  .only_sp{
    display:block !important;
  }
  .only_sp_i{
    display:inline-block !important;
  }
  .only_sp_f{
    display: -webkit-flex !important;
    display: flex !important;
  }
}

#wrapper{
  overflow:hidden;
}

.inner{
	max-width:1120px;
	width:94%;
	margin:auto;
}
@media screen and (max-width:768px){
  .inner{
    width:88%;
  }
}


/* 色関係 */
.bg_cream{
  background-color:#FAF8F8;
}
.white{
  color:#fff !important;
}
.bg_white{
  background-color:#fff;
}
.brown{
  color:#6B4B3F;
}
.sub_brown{
  color:#947A70;
}
.red{
  color:#DB7E7E;
}
.bg_pink{
  background-color:#FFF4F4;
}


/* 書式 */
.text_left{
  text-align:left;
}
.text_right{
  text-align:right;
}
.bold{
  font-weight:bold;
}


/* .tel_btn */
.tel_btn{
  height:100%;
  font-size:18px;
  font-weight:500;
  font-family:roboto, arial, sans-serif;
  letter-spacing:0.05em;
  color:#6B4B3F;
  background-color:#F3EDED;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.tel_btn svg{
  width:1em;
  margin-right:0.3em;
}
.tel_btn:hover{
  opacity:1;
  color:#fff;
  background-color:#947A70 !important;
}
.tel_btn:hover svg path{
  fill:#fff;
}

@media screen and (max-width:768px){
  .tel_btn{
    font-size:4vw;
  }
  .tel_btn svg{
    width:1.2em;
  }
}


/* .web_btn */
.web_btn{
  height:100%;
  font-size:18px;
  font-weight:500;
  letter-spacing:0.1em;
  color:#fff;
  background-color:#6B4B3F;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.web_btn svg{
  width:1em;
  margin-right:0.3em;
  margin-top:0.1em;
}
.web_btn:hover{
  opacity:1;
  color:#6B4B3F;
  background-color:#E0D6D6;
}
.web_btn:hover svg path{
  fill:#6B4B3F;
}

@media screen and (max-width:768px){
  .web_btn{
    font-size:4vw;
  }
  .web_btn svg{
    width:1.3em;
    margin-top:-0.1em;
  }
}


/* .access_btn */
.access_btn{
  aspect-ratio:1 / 1;
  font-size:2.7vw;
  font-weight:500;
  letter-spacing:0.1em;
  color:#fff;
  background-color:#2D2927;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.access_btn svg{
  width:1.5em;
}
.access_btn svg path{
  fill:#fff;
}

.access_btn:hover{
  opacity:1;
  color:#2D2927;
  background-color:#fff;
}
.access_btn:hover svg path{
  fill:#2D2927;
}


/* .more_btn */
.more_btn{
  width:min(20vw,200px);
  height:2em;
  line-height:1.9;
  display:block;
  padding:0 1em;
  font-size:min(1.8vw,18px);
  font-weight:500;
  color:#6B4B3F;
  background-color:#E0D6D6;
  border-radius:100px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.more_btn img{
  width:1em;
}

@media screen and (max-width:768px){
  .more_btn{
    width:11em;
    height:2em;
    line-height:1.9;
    padding:0 1em;
    font-size:4.5vw;
  }
}


/* .more_link */
.more_link{
  display:inline-block;
  font-size:min(2vw,20px);
  font-weight:bold;
  letter-spacing:0.1em;
  color:#6B4B3F;
}
.more_link img{
  width:3em;
  margin-left:1em;
  vertical-align:-1.2em;
}

@media screen and (max-width:768px){
  .more_link{
    font-size:5vw;
  }
}


/* header */
header{
  width:100%;
  background-color:#fff;
  box-shadow:0 0 10px rgba(0,0,0,0.1);
  position:fixed;
  left:0;
  top:0;
  z-index:100;
}
header .head_wrapper{
  height:50px;
  padding-left:20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
header .head_wrapper .head_logo{
  width:230px;
  line-height:0;
}
header .head_wrapper .head_nav{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
header .head_wrapper .head_nav .address{
  padding-right:1em;
  font-size:14px;
  text-align:left;
  color:#947A70;
}
header .head_wrapper .head_nav .address li img{
  width:0.9em;
  margin-right:0.5em;
  vertical-align:-0.1em;
}
header .head_wrapper .head_nav .tel{
  width:180px;
  height:50px;
}
header .head_wrapper .head_nav .web{
  width:180px;
  height:50px;
}

header .main_menu{
  height:44px;
  padding-top:16px;
}
header .main_menu dl{
  line-height:1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
header .main_menu dl dd:nth-of-type(n+2){
  border-left:1px solid;
}
header .main_menu dl dd a{
  display:block;
  padding:0 2.4em;
  font-size:16px;
  font-weight:500;
  letter-spacing:0.1em;
  text-indent:0.1em;
  white-space:nowrap;
}

@media screen and (max-width:1080px){
  header .head_wrapper .head_nav .address{
    display:none;
  }
  header .main_menu dl dd a{
    padding:0 2.1vw;
  }
}

@media screen and (max-width:768px){
  header .head_wrapper{
    height:70px;
    padding:0 10px;
  }
  header .head_wrapper .head_logo{
    width:230px;
  }
  header .head_wrapper .head_nav{
    width:100%;
    position:fixed;
    left:0;
    bottom:0;
    z-index:99;
    align-items: stretch;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
  }
  header .head_wrapper .head_nav .tel{
    width:42.5%;
    height:auto;
  }
  header .head_wrapper .head_nav .tel .tel_btn{
    background-color:#fff;
  }
  header .head_wrapper .head_nav .web{
    width:42.5%;
    height:auto;
  }
  header .head_wrapper .head_nav .access{
    width:15%;
  }

  header .main_menu{
    width:100%;
    height:calc(100vh - 70px);
    padding:5% 0 150px;
    display:none;
    background-color:#fff;
    overflow:auto;
    position:fixed;
    left:0;
    top:70px;
    z-index:100;
  }
  header .main_menu dl{
    padding:0 5% 9%;
    line-height:1.6;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header .main_menu dl dt{
    width:100%;
    margin-bottom:3%;
    font-size:4.5vw;
    font-weight:800;
    color:#947A70;
    text-align:left;
    letter-spacing:0.1em;
  }
  header .main_menu dl dd{
    width:49%;
    border-bottom:1px solid #E0D6D6;
  }
  header .main_menu dl dd:nth-of-type(n+2){
    border-left:none;
  }
  header .main_menu dl dd a{
    display:block;
    padding:0;
    line-height:3;
    font-size:3.5vw;
    color:#947A70;
    text-align:left;
  }
  header .main_menu dl dd a:before{
    content:'―';
    font-size:2.8vw;
    margin-right:0.5em;
    vertical-align:0.1em;
  }
  
  header .main_menu .menu dd{
    width:100%;
    border-bottom:1px solid #E0D6D6;
  }
  header .main_menu .menu dd:last-of-type{
    padding-top:5%;
    border-bottom:none;
  }
  header .main_menu .menu dd ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header .main_menu .menu dd ul li{
    width:49%;
  }
  header .main_menu .menu dd ul li a{
    line-height:2.5;
  }
  
  header .main_menu .menu_banner{
    padding:0 12%;
  }
  header .main_menu .menu_banner li{
    margin-top:3%;
  }
  
  header .main_menu .menu_contact{
    padding:9% 6% 0;
  }
  header .main_menu .menu_contact li{
    margin-top:3%;
  }
  header .main_menu .menu_contact li a{
    line-height:3.8;
  }
  header .main_menu .menu_contact li .tel_btn{
    font-size:4.5vw;
  }
  header .main_menu .menu_contact li .tel_btn svg{
    width:0.95em;
  }
}


/* #btnmenu */
#btnmenu{
	width:50px;
	height:50px;
	margin:0;
	padding:0;
	cursor:pointer;
	background-color:#6B4B3F;
  border-radius:100%;
  position:relative;
}
#btnmenu span{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 22px;
	height: 2px;
	border-radius:2px;
	margin: -1px 0 0 -11px;
	background: #fff;
	-webkit-transition: .2s;
	transition: .2s;
}
#btnmenu span:before,
#btnmenu span:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 2px;
	background: #fff;
	border-radius:2px;
	-webkit-transition: .3s;
	transition: .3s;
}

#btnmenu span:before{
	margin-top: -7px;
}
#btnmenu span:after{
	margin-top: 5px;
}

#btnmenu.close{
	background-color:#A39089;
}
#btnmenu.close span{
	width:50px;
	height:50px;
	margin-top:-24px;
	margin-left:-26px;
	background-color:transparent;
}

#btnmenu.close span:before,
#btnmenu.close span:after{
	margin-top: 0;
	background-color:#fff
}

#btnmenu.close span:before{
	width: 22px;
	height: 2px;
	margin: -2px 0 0 15px;
	border-radius:2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#btnmenu.close span:after{
	width: 22px;
	height: 2px;
	margin: -2px 0 0 15px;
	border-radius:2px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}


/* main */
main{
  padding-top:94px;
}

@media screen and (max-width:768px){
  main{
    padding-top:70px;
  }
}


/* パンくずリスト */
.breadcrumbs {
  width:min(94%,1120px);
  margin:auto;
  font-size:13px;
  font-weight:500;
  text-align:left;
  color:#947A70;
}
.breadcrumbs a {
  color:#947A70;
}
.bc-home {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.bc-home-icon svg {
  width: 0.7em;
  vertical-align:0;
}
.bc-separator {
  display: inline-flex;
  align-items: center;
  margin: 0 8px;
}
.bc-separator svg {
  width: 0.4em;
}

@media screen and (max-width:768px){
  .breadcrumbs {
    font-size:3.2vw;
  }
}


/* .cont */
.cont{
  padding:min(9%,90px) 0 min(12%,120px);
}
.cont.bottom_sec{
  padding-bottom:min(20%,250px);
}

@media screen and (max-width:768px){
  .cont{
    padding:18% 0;
  }
  .cont.bottom_sec{
    padding-bottom:50%;
  }
}


/* 見出し */
.cont .tit{
  font-family: "Shippori Mincho B1", serif;
}
.cont .tit .jp{
  display:block;
  line-height:1.6;
  font-feature-settings: "palt";
  color:#6B4B3F;
  letter-spacing:0.1em;
}
.cont .tit .en{
  margin-top:0.5em;
  display:block;
  line-height:1.4;
  color:#A39089;
  letter-spacing:0.05em;
}

.cont .tit .jp.small{
  font-size:min(3.2vw,32px);
}
.cont .tit .jp.middle{
  font-size:min(4vw,40px);
}
.cont .tit .jp.large{
  font-size:min(4.8vw,48px);
}
.cont .tit .jp.quot{
  display:inline-block;
  padding:0 1em;
  background:
    url(../images/quot_left.png)no-repeat left top,
    url(../images/quot_right.png)no-repeat right top;
  background-size:0.5em auto;
}
.cont .tit .jp.quot.white{
  background:
    url(../images/quot_left_w.png)no-repeat left top,
    url(../images/quot_right_w.png)no-repeat right top;
  background-size:0.5em auto;
}
.cont .tit .en{
  font-size:min(1.8vw,18px);
}

.cont .ttl_line{
  margin-bottom:1.5em;
  padding-bottom:1em;
  font-size:min(2.2vw,22px);
  border-bottom:1px solid #E0D6D6;
  text-align:left;
  letter-spacing:0.1em;
}
.cont .ttl_line.large{
  font-size:min(2.4vw,24px);
}

@media screen and (max-width:768px){
  .cont .tit .jp{
    line-height:1.4;
  }
  .cont .tit .jp.small{
    font-size:7vw;
  }
  .cont .tit .jp.middle{
    font-size:7.5vw;
  }
  .cont .tit .jp.large{
    font-size:8vw;
  }
  .cont .tit .en{
    font-size:4.5vw;
  }
  
  .cont .ttl_line{
    margin-bottom:1em;
    padding-bottom:0.5em;
    font-size:5.5vw;
  }
  .cont .ttl_line.large{
    font-size:5.9vw;
  }
}


/* .tbl */
.tbl{
  table-layout:fixed;
}
.tbl th,
.tbl td{
  line-height:1.3;
  padding:1em;
}
.tbl tr:nth-child(n+2){
  border-top:1px solid #947A70;
}
.tbl th:nth-child(n+2),
.tbl td{
  border-left:1px solid #947A70;
}
.tbl th{
  color:#6B4B3F;
  background-color:#DDD6D6;
}
.tbl th:first-child{
  width:min(26.7%,300px);
}

.tbl td .indent li{
  padding-left:1em;
  text-indent:-1em;
}
.tbl td .mt{
  margin-top:1em;
}

@media screen and (max-width:768px){
  .tbl th{
    width:30%;
  }
}



/* .schedule */
.schedule{
  width:100%;
}
.schedule tr:first-child{
  border-bottom:1px dashed;
}
.schedule th,
.schedule td{
  padding:0.3em 0.5em;
  font-weight:normal;
  text-align:center;
}
.schedule tr:first-child th{
  padding-bottom:0.5em;
}
.schedule img{
  vertical-align:-0.1em;
}
.schedule .num{
  font-family:roboto, arial, sans-serif;
  letter-spacing:0.1em;
}
@media screen and (max-width:768px){
  .schedule th,
  .schedule td{
    padding:0.3em 0.3em;
    font-size:3.5vw;
    white-space:nowrap;
  }
}


/* .lower_mv */
.lower_mv{
  max-width:1380px;
  width:100%;
  padding:min(1.4vw,20px) min(1.7vw,24px);
  position:relative;
}
.lower_mv img{
  aspect-ratio:2464 / 600;
}

.lower_mv h1{
  padding-right:7%;
  text-align:left;
  position:absolute;
  left:7%;
  top:50%;
  transform:translateY(-50%);
}
.lower_mv h1 .en{
  color:#A39089;
}

@media screen and (max-width:768px){
  .lower_mv{
    padding:5% 4%;
  }
  .lower_mv img{
    aspect-ratio:1104 / 900;
  }
  .lower_mv h1{
    text-align:left;
    position:absolute;
    left:9%;
    top:50%;
    transform:translateY(-50%);
  }
}


/* .menu_list */
.menu_list{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu_list li{
  width:33%;
  margin-top:0.5%;
}
.menu_list li a{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding:2%;
  font-size:min(1.5vw,16px);
  text-align:left;
  background:#FAF8F8 url(../images/icon_more_btn.svg)no-repeat right 1em bottom 0.6em;
  background-size:1em auto;
  border-radius:5px;
}
.menu_list li a:hover{
  opacity:1;
  background-color:#F5E3DC;
}
.menu_list li a figure{
  width:34%;
  background-color:#F5E3DC;
  border-radius:3px;
  aspect-ratio:1 / 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.menu_list li a:hover figure{
  background-color:#FAF8F8;
}
.menu_list li a figure img{
  width:70%;
}
.menu_list li a p{
  line-height:1.4;
  margin-left:3%;
  flex:1;
}
.menu_list li a p span{
  display:block;
}

@media screen and (max-width:768px){
  .menu_list{
    display: block;
  }
  .menu_list li{
    width:auto;
    margin-top:3%;
  }
  .menu_list li a{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding:2%;
    font-size:5vw;
    background:#fff url(../images/icon_more_btn.svg)no-repeat right 1em bottom 0.6em;
    background-size:1em auto;
    border-radius:0.3em;
  }
  .menu_list li a:hover{
    opacity:1;
    background-color:#F5E3DC;
  }
  .menu_list li a figure{
    width:34%;
    background-color:#F5E3DC;
    border-radius:3px;
    aspect-ratio:1 / 1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .menu_list li a:hover figure{
    background-color:#fff;
  }
  .menu_list li a figure img{
    width:70%;
  }
  .menu_list li a p{
    line-height:1.4;
    margin-left:3%;
    flex:1;
  }
  .menu_list li a p span{
    display:block;
  }
}


/* .disc_list */
.disc_list li{
  padding-left:0.8em;
  text-indent:-0.8em;
}
.disc_list li:before{
  content:'●';
  font-size:min(0.8vw,8px);
  margin-right:0.8em;
  vertical-align:0.4em;
}
@media screen and (max-width:768px){
  .disc_list li:before{
    font-size:1.8vw;
    vertical-align:0.5em;
  }
}


/* .flow_list */
.flow_list{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flow_list li{
  width:24%;
  margin-right:1.3%;
  text-align:left;
}
.flow_list li:nth-child(4n+4){
  margin-right:0;
}
.flow_list li:nth-child(n+5){
  margin-top:min(4%,40px);
}
.flow_list li figure figcaption{
  margin-top:0.5em;
  font-size:min(1.8vw,22px);
  font-weight:800;
  letter-spacing:0.1em;
}
.flow_list li p{
  margin-top:0.5em;
}

@media screen and (max-width:768px){
  .flow_list{
    display: block;
  }
  .flow_list li{
    width:auto;
    margin:0;
  }
  .flow_list li:nth-child(4n+4){
    margin-right:0;
  }
  .flow_list li:nth-child(n+2){
    margin-top:9%;
  }
  .flow_list li figure figcaption{
    font-size:5.5vw;
  }
  .flow_list li p{
    margin-top:0.5em;
  }
}


/* #submenu */
#submenu{
}
#submenu ul{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#submenu ul li{
  width:24.5%;
  margin:0.6% 0.6% 0 0;
}
#submenu ul li:nth-child(4n+4){
  margin-right:0;
}
#submenu ul li a{
  line-height:3.6;
  padding:0 0.8em 0 1em;
  font-size:min(1.8vw,20px);
  font-weight:bold;
  color:#fff;
  background-color:#947A70;
  border-radius:0.3em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
#submenu ul li a img{
  width:1.1em;
}

@media screen and (max-width:768px){
  #submenu ul{
    display: block;
  }
  #submenu ul li{
    width:auto;
    margin:2% 0 0;
  }
  #submenu ul li a{
    font-size:5vw;
  }
}


/* footer */
footer{
  padding-bottom:50px;
  background-color:#F3EDED;
}
footer .copy{
  margin-top:min(12%,120px);
  font-size:min(1.3vw,13px);
  letter-spacing:0.1em;
  text-indent:0.1em;
}

@media screen and (max-width:768px){
  footer{
    padding-bottom:20%;
  }
  footer .copy{
    margin-top:20%;
    font-size:3.2vw;
  }
}


/* .foot_reserve */ 
.foot_reserve{
  max-width:1200px;
  display: -webkit-flex;
  display: flex;
  transform:translateY(-80%);
}
footer .foot_reserve li{
  width:50%;
}
footer .foot_reserve li a{
  aspect-ratio:600 / 200;
  font-weight:500;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  position:relative;
}
footer .foot_reserve li a:hover{
  opacity:1;
}
footer .foot_reserve li a > svg{
  width:2.8em;
  position:absolute;
  right:2%;
  bottom:5%;
}

@media screen and (max-width:768px){
  .foot_reserve{
    width:92%;
    display: block;
    transform:translateY(-40%);
  }
  footer .foot_reserve li{
    width:auto;
  }
  footer .foot_reserve li a{
    aspect-ratio:368 / 144;
    position:static;
  }
  footer .foot_reserve li a > svg{
    width:2.1em;
    position:static;
    right:auto;
    bottom:auto;
    margin-top:0.3em;
  }
}


/* .tel_banner */
.tel_banner{
  color:#6B4B3F;
  background-color:#fff;
}
.tel_banner:hover{
  color:#fff;
  background-color:#947A70;
}
.tel_banner .middle{
  font-size:min(1.8vw,18px);
  letter-spacing:0.1em;
  text-indent:0.1em;
}
.tel_banner .large{
  font-size:min(3.2vw,32px);
  font-family:roboto, arial, sans-serif;
  letter-spacing:0.05em;
  text-indent:0.05em;
}
.tel_banner .large svg{
  width:1em;
  vertical-align:-0.1em;
}
.tel_banner:hover .large svg path{
  fill:#fff;
}
.tel_banner .small{
  margin-top:0.3em;
  letter-spacing:0.1em;
  text-indent:0.1em;
  color:#2D2927;
}
.tel_banner:hover .small{
  color:#fff;
}
.tel_banner:hover > svg .circle{
  fill:#B5A098;
}
.tel_banner:hover > svg .line{
  stroke:#fff;
}
.tel_banner:hover > svg .tri{
  fill:#fff;
}

@media screen and (max-width:768px){
  .tel_banner .middle{
    font-size:4vw;
  }
  .tel_banner .large{
    font-size:6vw;
  }
  .tel_banner .large svg{
    width:0.8em;
  }
  .tel_banner .small{
    margin-top:0;
    font-size:3.2vw;
  }
}


/* .web_banner */
.web_banner{
  color:#fff;
  background-color:#6B4B3F;
}
.web_banner:hover{
  color:#6B4B3F;
  background-color:#E0D6D6;
}
.web_banner .middle{
  font-size:min(1.8vw,18px);
  letter-spacing:0.1em;
  text-indent:0.1em;
}
.web_banner .large{
  font-size:min(2.8vw,28px);
  font-family:roboto, arial, sans-serif;
  letter-spacing:0.05em;
  text-indent:0.05em;
}
.web_banner .large svg{
  width:1.2em;
}
.web_banner:hover .large svg path{
  fill:#6B4B3F;
}
.web_banner:hover > svg .circle{
  fill:#fff;
}
.web_banner:hover > svg .line{
  stroke:#947A70;
}
.web_banner:hover > svg .tri{
  fill:#947A70;
}

@media screen and (max-width:768px){
  .web_banner .middle{
    font-size:4vw;
  }
  .web_banner .large{
    font-size:5.5vw;
  }
  .web_banner .large svg{
    width:0.9em;
  }
}


/* .foot_menu */
.foot_menu{
  margin-top:max(-8%,-100px);
  text-align:left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.foot_menu .foot_address{
  line-height:1.4;
}
.foot_menu .foot_address dt{
  margin-bottom:1em;
  font-size:min(2.4vw,24px);
  font-weight:800;
  letter-spacing:0.1em;
}
.foot_menu .foot_address dd{
}
.foot_menu .foot_address dd ul li{
  margin-top:1em;
  padding-left:1.5em;
  text-indent:-1.5em;
  font-size:min(1.3vw,14px);
}
.foot_menu .foot_address dd ul li img{
  width:0.9em;
  margin-right:0.5em;
  vertical-align:-0.1em;
}

.foot_menu nav{
  width:min(65%,650px);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.foot_menu nav dl{
  width:50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.foot_menu nav dl dt{
  width:100%;
  margin-bottom:3%;
  font-size:min(1.8vw,18px);
  font-weight:800;
  letter-spacing:0.1em;
}
.foot_menu nav dl dd{
  width:49%;
  margin-top:0.7em;
}
.foot_menu nav dl.menu dd{
  width:100%;
  margin-top:0;
}
.foot_menu nav dl dd a{
  font-size:min(1.3vw,14px);
  font-weight:500;
  color:#947A70;
  letter-spacing:0.1em;
}
.foot_menu nav dl dd a:before{
  content:'―';
  margin-right:0.5em;
  font-size:min(10vw,10px);
  vertical-align:0.15em;
}
.foot_menu nav dl dd ul{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.foot_menu nav dl dd ul li{
  width:49%;
  margin-top:0.7em;
}

@media screen and (max-width:768px){
  .foot_menu{
    margin-top:-18%;
    display: block;
  }
  .foot_menu nav{
    width:auto;
    display: block;
  }
  .foot_menu nav dl{
    width:auto;
  }
  .foot_menu nav dl.menu{
    margin-top:9%;
  }
  .foot_menu nav dl dt{
    font-size:4.5vw;
  }
  .foot_menu nav dl dd{
    width:49%;
    margin-top:0.3em;
    border-bottom:1px solid #E0D6D6;
  }
  .foot_menu nav dl.menu dd:last-of-type{
    border-bottom:none;
  }
  .foot_menu nav dl dd a{
    line-height:3;
    display:block;
    font-size:3.5vw;
  }
  .foot_menu nav dl dd a:before{
    content:'―';
    font-size:min(3vw,10px);
    vertical-align:0.15em;
  }
  .foot_menu nav dl dd ul{
    margin-top:1em;
  }
  .foot_menu nav dl dd ul li{
    margin-top:0;
  }
  .foot_menu nav dl dd ul li a{
    line-height:2.5;
  }
}

/* .foot_banner */
.foot_banner{
  max-width:960px;
  margin-top:min(5%,50px);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.foot_banner li{
  width:min(31%,310px);
}

@media screen and (max-width:768px){
  .foot_banner{
    width:auto;
    margin-top:12%;
    padding:0 12%;
    display: block;
  }
  .foot_banner li{
    margin-top:3%;
    width:auto;
  }

}



/* #topbtn */
#topbtn{
  width:50px;
  line-height:50px;
  font-size:21px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  border-radius:50%;
  color:#fff;
  background-color:#6B4B3F;
  box-shadow:0 0 3px rgba(0,0,0,0.3);
  position:fixed;
  z-index:99;
  right:20px;
  bottom:-150px;
  -webkit-transition: bottom 0.8s;
  transition: bottom 0.8s;
}
@media screen and (max-width:750px){
  #topbtn{
    width:40px;
    line-height:40px;
    font-size:18px;
    right:15px;
  }
}


/* #bottom_nav */
#bottom_nav{
  max-width:400px;
  width:90%;
  display: inline-block;
  position:fixed;
  bottom:-300px;
  right:30px;
  z-index:100;
  -webkit-transition: bottom 0.8s;
  transition: bottom 0.8s;
  cursor:pointer;
}
#bottom_nav:hover{
  opacity:1;
}








/* fadein */
.fadein {
	opacity : 0;
	-webkit-transform : translate(0, 70px);
	transform : translate(0, 70px);
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
}
.fadein_0 {
	opacity : 0;
	-webkit-transform : translate(0, 0);
	transform : translate(0, 0);
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
}

.delay1 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.2s;
	transition-delay : 0.2s;
}
.delay2 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.4s;
	transition-delay : 0.4s;
}
.delay3 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.6s;
	transition-delay : 0.6s;
}
.delay4 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.8s;
	transition-delay : 0.8s;
}
.delay5 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 1.0s;
	transition-delay : 1.0s;
}
.delay6 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 1.2s;
	transition-delay : 1.2s;
}

.fadein.scrollin,
.fadein_0.scrollin{
	opacity : 1;
	-webkit-transform : translate(0, 0);
	transform : translate(0, 0);
}