@charset "UTF-8";
@import url("https://use.typekit.net/trc4hjw.css");

@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }

  75% {
    height: 40px;
    top: 50px;
  }

  100% {
    height: 40px;
    top: 50px;
  }
}

@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }

  75% {
    height: 40px;
    top: 40px;
  }

  100% {
    height: 40px;
    top: 40px;
  }
}

@keyframes moveleft {
  0% {
    left: 100vw;
  }

  100% {
    left: -200vw;
  }
}

@keyframes moveright {
  0% {
    left: -200vw;
  }

  100% {
    left: 100vw;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------ */
html,
body {
  width: 100%;
  height: auto;
  font-size: 13px;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  text-align: center;
  -webkit-text-size-adjust: 100%;
  margin: 0;
}

body.loaded {
  position: static;
}

body.looking {
  overflow: hidden;
}

a {
  color: #111;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:active,
a.active {
  color: #C3C3C3;
}

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

i {
  font-style: normal;
}

form,
section,
p,
div,
ul,
li,
dl,
dt,
dd,
a,
span,
input,
textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

.item-d-none p a {
  display: none;
}

/* ------------------------------------------------------------------------------------------------------------------------ */

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

.container .header{
  position: sticky;
  top:0;
  background-color: #F1DFC4;
  border-bottom: 2px #294449 solid;
  z-index: 100;
}

.container .header .header-inner{
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container .header .header-inner .header-logo{
  width: 160px;
}

.container .header .header-inner .header-menu .header-navi{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width:auto;
}

.container .header .header-inner .header-menu .header-navi .header-list:first-child{
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 16px;
  margin-right: 30px;
}

.container .header .header-inner .header-menu .header-navi .header-list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
}

.container .header .header-inner .header-menu .header-navi .header-list .header-item{
  width:auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}

.container .header .header-inner .header-menu .header-navi .header-list .header-item a img{
  width:40px;
}

.container .header .header-inner .header-menu .header-navi .header-list .header-item a .line{
  background-color: #294449;
  padding: 8px 20px;
  font-size: 1.4rem;
  border-radius: 30px;
  color: #F1DFC4;
  white-space:nowrap;
}

/*---------------
header_end
-----------------*/

/*----------------
main
------------------*/
.container{
  background-color: #F9F9F7;
}

.container .main .top-wrapper{
  margin-bottom:80px;
}

.container .main .top-wrapper .top{
  position: relative;
}

.container .main .top-wrapper .top .ttl{
  position: absolute;
  top:32%;
  left:50%;
  transform: translate(-50%, -50%);
}

.container .main .top-wrapper .top .ttl p{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1;
  color: #294449;
}

.container .main .top-wrapper .top .main-logo{
  position: absolute;
  top:52%;
  left:50%;
  transform: translate(-50%, -50%);
  width:10%;
  max-width: 120px;
}

.container .main .top-wrapper .lead{
  margin: 70px auto 50px;
}

.container .main .top-wrapper .lead p{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 2;
  font-size: 1.4rem;
}

/*bottun*/
.container .main .btn-box{
  margin: 0 auto;
  max-width:360px;
  width:80%;
}

.container .main .btn-box a button{
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  background-color:#C94C4C;
  padding: 24px 72px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  border: #C94C4C 1px solid;
}

.container .main .btn-box a button:hover{
  color: #C94C4C;
  background-color:#F9F9F7;
  border: #C94C4C 1px solid;
}

/*main-wrapper*/
/*sub-title*/
.container .subtitle{
  border-top: 2px solid #294449;
  border-bottom: 2px solid #294449;
  padding: 16px 0;
  margin-bottom: 30px;
  background-color: #F9F9F7;
}

.container .subtitle p{
  font-size: 20px;
  text-align: center;
  line-height: 1;
  color: #294449;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
}

/*sub-title_end*/

.container .main .main-wrapper .box{
  margin: 0 auto 80px;
}

.container .main .main-wrapper .box .text{
  margin: 0 auto 30px;
}

.container .main .main-wrapper .box .text p{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1.7;
  font-size: 1.4rem;
}

.container .main .main-wrapper .box .img-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width:80%;
  margin: 0 auto 30px;
}

.container .main .main-wrapper .box .img-wrapper .img-box{
  width: 32%;
}

.container .main .main-wrapper .box .img-wrapper .img-box .img img{
  border-radius: 30px;
}

.container .main .main-wrapper .box .img-wrapper .img-box .cap{
  margin-top:20px;
}

.container .main .main-wrapper .box .img-wrapper .img-box .cap p{
  font-size: 14px;
  text-align: center;
  line-height: 1;
}

.container .main .main-wrapper .flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width:90%;
  margin: 0 auto;
}

.container .main .main-wrapper .flex .box{
  width:48%;
}

.container .main .main-wrapper .flex .box .img{
  width:80%;
  margin: 0 auto 30px;
}

.container .main .main-wrapper .box .map-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width:80%;
  margin: 0 auto 30px;
}

.container .main .main-wrapper .box .map-box .map iframe{
  width:480px;
  height:360px;
}

.container .main .main-wrapper .box .map-box .map,
.container .main .main-wrapper .box .map-box .address{
  width:48%;
  overflow: hidden;
}

.container .main .main-wrapper .box .map-box .address p{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  font-size: 1.3rem;
}

.container .main .main-wrapper .box .map-box .address .shop p{
  font-weight: 600;
  line-height: 1;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.container .main .main-wrapper .box .map-box .address .address-info{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}

.container .main .main-wrapper .box .map-box .address .address-info .item{
  width:80px;
}

.container .main .main-wrapper .box .map-box .address .address-info .item p{
  font-weight: 600;
}

.container .main .main-wrapper .box .map-box .address .address-info .info{
  width:auto;
}

/*----------------
main_end
------------------*/

/*----------------
about
------------------*/
.container .about .top{
  width:100%;
  height: 360px;
  background-image:url(../images/1.jpg);
  background-repeat: no-repeat;
  background-position:bottom;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}

.container .about .top::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:#000;
  opacity:0.4;
  height: 360px;
  width: 100%;
}

.container .about .top h1{
  position: absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.container .main-wrapper .box{
  margin-bottom: 80px;
}

.container .about .main-wrapper .box .flex-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width:70%;
  max-width: 1000px;
  margin: 0 auto 30px;
}

.container .about .main-wrapper .box .flex-box:last-child{
  margin: 0 auto 30px;
}

.container .about .main-wrapper .box .flex-box .text-box,
.container .about .main-wrapper .box .flex-box .img{
  width:48%;
}

.container .about .main-wrapper .box .flex-box .text-box{
  text-align: left;
}

.container .about .main-wrapper .box .flex-box .text-box h3{
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  font-size: 1.4rem;
  margin: 20px 0 50px 20px;
  position: relative;
  display: inline-block;
}

.container .about .main-wrapper .box .flex-box .text-box h3::before{
  position: absolute;
  content: "";
  top:-20px;
  left: -20px;
  width:30px;
  height: 30px;
  border-top: 1px solid #294449;
  border-left: 1px solid #294449;
}

.container .about .main-wrapper .box .flex-box .text-box h3::after{
  position: absolute;
  content: "";
  bottom:-20px;
  right: -20px;
  width:30px;
  height: 30px;
  border-bottom: 1px solid #294449;
  border-right: 1px solid #294449;
}

.container .about .main-wrapper .box .greeting .text-box{
  width:58%;
}

.container .about .main-wrapper .box .greeting .img{
  width:35%;
}

.container .about .main-wrapper .box .flex-box .text-box p{
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  font-size: 1.3rem;
  margin-bottom: 30px;
}

.container .about .main-wrapper .box .profile-box{
  width:70%;
  max-width: 1000px;
  margin: 0 auto;
  border: 1px #294449 solid;
  border-radius: 20px;
  padding: 30px;
}

.container .about .main-wrapper .box .profile-box .name p{
  margin: 0 auto 20px;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 600;
  color:#294449;
}

.container .about .main-wrapper .box .profile-box .history ul li{
  text-align: left;
  margin-bottom: 16px;
  color:#294449;
  line-height: 1.5;
  font-size: 1.3rem;
}

/*----------------
about_end
------------------*/

/*----------------
condition
------------------*/
.container .condition .top{
  width:100%;
  height: 360px;
  background-image:url(../images/2.jpg);
  background-repeat: no-repeat;
  background-position:bottom;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}

.container .condition .top::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:#000;
  opacity:0.4;
  height: 360px;
  width: 100%;
}

.container .condition .top h1{
  position: absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.container .condition .main-wrapper .box:last-child{
  margin-bottom: 0px;
}

.container .condition .main-wrapper .box .sub-lead{
  margin: 30px auto;
}

.container .condition .main-wrapper .box .sub-lead p{
  text-align: center;
}

.container .condition .main-wrapper .box .category-box{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width:90%;
  margin: 0 auto;
  row-gap: 20px;
}

.container .condition .main-wrapper .box .category-box .category{
  width:48%;
}

.container .condition .main-wrapper .box .category-box .category p{
  font-size: 1.1rem;
}

.container .condition .main-wrapper .box .category-box .category .point{
  padding-left: 45px;
  position: relative;
}

.container .condition .main-wrapper .box .category-box .category .point p{
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 1.2rem;
  color: #294449;
}

.container .condition .main-wrapper .box .category-box .category .point::after{
  position: absolute;
  content: "";
  top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  height: 0.5px;
  width:40px;
  background-color: #294449;
}

.container .condition .main-wrapper .box:last-child{
  background-color: #F1DFC4;
}

.container .condition .main-wrapper .box .condition-box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  width:95%;
  margin: 0 auto;
  padding-bottom: 80px;
}

.container .condition .main-wrapper .box .condition-box .condition{
  width: 32%;
  background-color: #F9F9F7;
  border: #294449 1px solid;
  border-radius: 20px;
  padding: 30px;
}

.container .condition .main-wrapper .box .condition-box .condition .case{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  row-gap: 20px;
}

.container .condition .main-wrapper .box .condition-box .condition .case-name,
.container .condition .main-wrapper .box .condition-box .condition .img,
.container .condition .main-wrapper .box .condition-box .condition .text-box{
  width: 100%;
}

.container .condition .main-wrapper .box .condition-box::after{
  content:"";
  display: block;
  width:32%;
}

.container .condition .main-wrapper .box .condition-box .condition .case-name p{
  font-size: 1.6rem;
  text-align: center;
  color: #294449;
  font-weight: 600;
}

.container .condition .main-wrapper .box .condition-box .condition .text-box .topic{
  font-size: 1.3rem;
  color: #294449;
  font-weight: 600;
  margin-bottom: 10px;
}
/*----------------
condition_end
------------------*/

/*----------------
menu
------------------*/

.container .menu .top{
  width:100%;
  height: 360px;
  background-image:url(../images/3.jpg);
  background-repeat: no-repeat;
  background-position:bottom;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}

.container .menu .top::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:#000;
  opacity:0.4;
  height: 360px;
  width: 100%;
}

.container .menu .top h1{
  position: absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.container .main-wrapper .menu-wrapper{
  width:80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-bottom: 30px;
}

.container .main-wrapper .menu-wrapper .menu-box{
  width:48%;
}

.container .main-wrapper .menu-wrapper .menu-box p{
  margin-bottom: 10px;
}

.container .main-wrapper .menu-wrapper .menu-box .price{
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0px;
}

.container .main-wrapper .notice p{
  width: 80%;
  margin: 0 auto;
  font-size: 10px;
}

.container .menu .main-wrapper .box:last-child{
  background-color: #F1DFC4;
}

.container .menu .main-wrapper .box .info-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 30px;
  width:90%;
  margin: 0 auto;
  padding-bottom: 80px;
}

.container .menu .main-wrapper .box .info-wrapper .info-box{
  width: 32%;
  background-color: #F9F9F7;
  border: #294449 1px solid;
  border-radius: 20px;
  padding: 30px;
}

.container .menu .main-wrapper .box .info-wrapper .info-box .info-ttl p{
  font-size: 1.5rem;
  font-weight: 600;
  color: #294449;
}
.container .menu .main-wrapper .box .info-wrapper .info-box .info .point{
  font-weight: 600;
  color: #294449;
  margin-bottom: 10px;
}

.container .menu .main-wrapper .box .info-wrapper .info-box .info-ttl,
.container .menu .main-wrapper .box .info-wrapper .info-box .info{
  margin-bottom: 20px;
}

.container .menu .main-wrapper .box .info-wrapper .info-box .info:last-child{
  margin-bottom: 0px;
}

.container .menu .main-wrapper .box .info-wrapper::after{
  content:"";
  display: block;
  width:32%;
}

.container .menu .main-wrapper .box:last-child{
  margin-bottom: 0px;
}

/*----------------
menu_end
------------------*/

/*----------------
reserve
------------------*/
.container .reserve .top{
  width:100%;
  height: 360px;
  background-image:url(../images/4.jpg);
  background-repeat: no-repeat;
  background-position:bottom;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}

.container .reserve .top::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:#000;
  opacity:0.4;
  height: 360px;
  width: 100%;
}

.container .reserve .top h1{
  position: absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.container .main-wrapper .shop{
  width:70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.container .main-wrapper .shop .img{
  width:40%;
}

.container .main-wrapper .shop .shop-info{
  width:55%;
}

.container .main-wrapper .shop .shop-info p{
  line-height: 1.8;
}

.container .main-wrapper .flow-img{
  width:50%;
  max-width: 640px;
  margin: 0 auto 30px;
}

.container .main-wrapper .flow-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width:70%;
  margin: 0 auto;
}

.container .main-wrapper .flow-wrapper .flow-box{
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 20px;
}

.container .main-wrapper .flow-wrapper .flow-box .flow{
  width: 100%;
  height: 100px;
}

.container .main-wrapper .flow-wrapper .flow-box .flow .number{
  position: relative;
  margin-bottom: 10px;
}

.container .main-wrapper .flow-wrapper .flow-box .flow .number::after{
  position: absolute;
  content: "";
  top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    height: 0.5px;
    width: 60px;
    background-color: #294449;
}

.container .main-wrapper .flow-wrapper .flow-box .flow .number p{
  font-size: 14px;
  font-weight: 600;
  color: #294449;
  margin-left: 80px;
}

.container .main-wrapper .sub-lead p{
  text-align: center;
  margin-bottom: 30px;
}

.container .main-wrapper .btn{
  padding: 20px 30px;
  background-color: #C94C4C;
  border-radius: 30px;
  display: inline-block;
  margin: 0 auto;
}

.container .main-wrapper .btn a p{
  color: #fff;
  line-height: 1;
  font-size: 1.4rem;
  text-align: center;
}

.container .main-wrapper .btn a p:hover{
  color: #C94C4C;
}

.container .main-wrapper .btn:hover{
  background-color: #F9F9F7;
  color: #C94C4C;
  border: #C94C4C 1px solid;
}

/*----------------
reserve_end
------------------*/

/*----------------
address
------------------*/
.container .address .top{
  width:100%;
  height: 360px;
  background-image:url(../images/5.jpg);
  background-repeat: no-repeat;
  background-position:bottom;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}

.container .address .top::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:#000;
  opacity:0.4;
  height: 360px;
  width: 100%;
}

.container .address .top h1{
  position: absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.container .address .main-wrapper .box .map-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width:80%;
  margin: 0 auto 30px;
}

.container .address .main-wrapper .box .map-box .map iframe{
  width:480px;
  height:360px;
}

.container .address .main-wrapper .box .map-box .map,
.container .address .main-wrapper .box .map-box .address{
  width:48%;
  overflow: hidden;
}

.container .address .main-wrapper .box .map-box .address p{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  font-size: 1.3rem;
}

.container .address .main-wrapper .box .map-box .address .shop p{
  font-weight: 600;
  line-height: 1;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.container .address .main-wrapper .box .map-box .address .address-info{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}

.container .address .main-wrapper .box .map-box .address .address-info .item{
  width:80px;
}

.container .address .main-wrapper .box .map-box .address .address-info .item p{
  font-weight: 600;
}

.container .address .main-wrapper .box .map-box .address .address-info .info{
  width:auto;
}

.container .main-wrapper .address .shop {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}


/*----------------
address_end
------------------*/

/*----------------
english
------------------*/
.container .english .main-wrapper {
  margin: 36px auto 0;
}

.container .english .main-wrapper .box .flex{
  width:90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 30px;
}

.container .english .main-wrapper .box .flex .img{
  width:30%;
}

.container .english .main-wrapper .box .flex .text{
  width:65%;
}

.container .english .main-wrapper .box-2 .flex .img{
  width:45%;
}

.container .english .main-wrapper .box-2 .flex .text{
  width:50%;
}

.container .english .main-wrapper .box-3 .flex .img{
  width:100%;
}

.container .english .main-wrapper .box-3 .flex .text{
  width:100%;
}

.container .english .main-wrapper .box .tel p{
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
/*----------------
english_end
------------------*/

/*-----------------
footer
--------------------*/

.container .footer{
  background-color: #F1DFC4;
  border-top: #294449 2px solid;
  font-size: 1.4rem;
  color: #294449;
}

.container .footer .footer-inner{
  width:95%;
  margin: 0 auto;
  padding-top: 24px ;
}

.container .footer .footer-inner .footer-navi{
  margin-bottom: 40px;
}

.container .footer .footer-inner .footer-navi .footer-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  color: #294449;
}

.container .footer .footer-inner .footer-navi .footer-list .footer-item{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  width: 100%;
  text-align: left;
  margin-bottom: 12px;
  color: #294449;
}

.container .footer .footer-inner .footer-copyright{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0rem;
  color: #294449;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

/*-----------
footer_end
-------------*/

/*------------
set
--------------*/

.container {
  position: relative;
}

.container p{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
font-size: 1.3rem;
color: #2C2723;
line-height: 1.6;
text-align: left;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.slick-slide img {
  display: block;
}

/* ====== 速度・ディレイ違いのパターン ====== */

/* パターン1：すぐ発動・速い */
.fadeInMono.fast {
  animation-duration: 1s;
  animation-delay: 0.6s;
}

/* パターン2：中くらい */
.fadeInMono.medium {
  animation-duration: 1.4s;
  animation-delay: 1s;
}

/* パターン3：ゆっくり・遅れて */
.fadeInMono.slow {
  animation-duration: 1.8s;
  animation-delay: 1.2s;
}


.start1 {
  animation: fade 1s ease-in .8s 1 normal backwards;
}

.start2 {
  animation: fade 1.2s ease-in 1s 1 normal backwards;
}

.start3 {
  animation: fade 1.4s ease-in 1.2s 1 normal backwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}


/*----------
sp
-------------*/
@media screen and (max-width: 768px) {
  /*set*/
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  body {
    position: relative;
  }

  html, body {
    overflow-x: unset;
  }

  .container {
    display: block;
  }

/*---------
header
-----------*/
.container .header .header-inner {
  padding: 10px 8px;
}

.container .header .header-inner .header-logo {
  width: 120px;
}
.container .header .header-inner .header-menu {
  width: auto;
}

.container .header .header-inner .header-menu .header-navi .header-list .header-item a img {
  width: 24px;
  padding-top: 5px;
}

.container .header .header-inner .header-menu .header-navi .header-list .header-item a .line {
  padding: 7px 16px;
  font-size: 1rem;
  border-radius: 20px;
}

.container .header .header-inner .header-menu .header-navi .header-list:first-child {
  margin-right: 50px;
}

/*-------------
header_end
---------------*/

/*--------------
footer
----------------*/
.container .footer .footer-inner .footer-navi .footer-list .footer-item {
  font-size: 1.2rem;
}
/*--------------
footer_end
----------------*/




/*hamburger*/
.container .hamburger {
  position: absolute;
  top:15px;
  right:8px;
  left:auto;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 150;
}

.container .hamburger__line {
  position: absolute;
  left: 0px;
  width: 24px;
  height: 2px;
  background-color: #294449;
  transition: all .4s;
}

.container .hamburger__line:nth-of-type(1) {
  top: 8px;
}
.container .hamburger__line:nth-of-type(2) {
  top: 16px;
}
.container .hamburger__line:nth-of-type(3) {
  top: 24px;
}

/* メニューオープン時 */
.container .hamburger.active .hamburger__line:nth-of-type(1) {
  transform: translateY(12px) rotate(-30deg);
}

.container .hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.container .hamburger.active .hamburger__line:nth-of-type(3) {
  transform: translateY(-12px) rotate(30deg);
}

.container .nav {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  width: 55%;
  height: 100vh;
  background-color: rgba(241, 223, 196, 0.95);
  transform: translateX(100%);
  transition: transform .4s;
  z-index: 90;
}

.container .nav__list {
  margin: 0;
  padding: 200px 0 0;
  list-style: none;
}

.container .nav__item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  margin: 0 auto;
  width: 145px;
  color: #294449;
  font-weight: 600;
}

.container .nav__link {
  display: block;
  padding: 8px 0;
  color: #2C2723;
  text-decoration: none;
}

.container .nav.active {
    transform: translateX(0);
}

.container .hamburger.active .hamburger__line:nth-of-type(1) {
  transform: translateY(4px) rotate(-30deg);
}

/*header_end*/

/*-------------
main
---------------*/
.container .main .top-wrapper .top .ttl {
  width: 100%;
}

.container .main .top-wrapper .top .ttl p {
  font-size: 2rem;
  text-align: center;
}

.container .main .top-wrapper .top .main-logo {
  width: 33%;
  max-width: 120px;
}

.container .main .top-wrapper .lead {
  margin: 40px auto;
}

.container .main .top-wrapper .lead p {
  font-size: 1.3rem;
}

.container .main .top-wrapper {
  margin-bottom: 60px;
}

.container .main .btn-box{
  text-align: center;
}

.container .main .btn-box a button {
  font-size: 1.4rem;
  padding: 20px 0px;
  display: inline-block;
  width: 300px;
  margin: 0 auto;
}

.container .subtitle p {
  font-size: 18px;
}

.container .main .main-wrapper .box {
  margin: 0 auto 60px;
}

.container .main .main-wrapper .box .text p {
  font-size: 1.3rem;
}

.container .main .main-wrapper .box .img-wrapper {
  width: 90%;
  margin: 0 auto 30px;
  row-gap: 30px;
}

.container .main .main-wrapper .box .img-wrapper .img-box {
  width: 100%;
}

.container .main .main-wrapper .box .img-wrapper .img-box .cap {
  margin-top: 15px;
}

.container .main .main-wrapper .box .img-wrapper .img-box .cap p {
  font-size: 1.2rem;
}

.container .main .main-wrapper .flex {
  width: 100%;
}

.container .main .main-wrapper .flex .box {
  width: 100%;
}

.container .main .main-wrapper .flex .box .img {
  width: 100%;
}

.container .main .main-wrapper .box .map-box {
  width: 100%;
  row-gap: 20px;
}

.container .main .main-wrapper .box .map-box .map{
  width: 100%;
}

.container .main .main-wrapper .box .map-box .address {
  width: 90%;
  margin: 0 auto;
}

.container .main .main-wrapper .box .map-box .address .address-info .info {
  width: 270px;
}

.container .main .main-wrapper .box .map-box .address .shop p {
  font-size: 1.4rem;
}

.container .main .main-wrapper .box .map-box .address p {
  font-size: 1.2rem;
}

/*-------------
main_end
---------------*/

/*-------------
about
---------------*/
.container .about .top {
  height: 200px;
  margin-bottom: 36px;
}

.container .about .top::before {
  height: 200px;
}

.container .about .top h1 {
  font-size: 2.4rem;
}

.container .about .main-wrapper .box .flex-box {
  width: 90%;
  flex-wrap: wrap;
}

.container .about .main-wrapper .box .flex-box .text-box,
.container .about .main-wrapper .box .flex-box .img {
  width: 100%;
}

.container .about .main-wrapper .box .flex-box .text-box h3 {
  margin: 20px 0 40px 20px;
}

.container .about .main-wrapper .box .flex-box .text-box p {
  margin-bottom: 20px;
}

.container .about .main-wrapper .box {
  margin-bottom: 40px;
}

.container .about .main-wrapper .box .greeting{
  flex-direction: column-reverse;
  row-gap: 24px;
  margin-bottom: 30px;
}

.container .about .main-wrapper .box .profile-box {
  width: 90%;
  padding: 25px;
}

/*-------------
about_end
---------------*/

/*-------------
condition
---------------*/
.container .condition .top {
  height: 200px;
  margin-bottom: 36px;
}

.container .condition .top::before {
  height: 200px;
}

.container .condition .top h1 {
  font-size: 2.4rem;
}

.container .condition .main-wrapper .box .sub-lead {
  margin: 30px auto;
  width: 90%;
}

.container .condition .main-wrapper .box .sub-lead p {
  text-align: left;
}

.container .condition .main-wrapper .box .category-box .category {
  width: 100%;
}

.container .main-wrapper .box {
  margin-bottom: 40px;
}

.container .condition .main-wrapper .box .condition-box {
  width: 90%;
  padding-bottom: 40px;
}

.container .condition .main-wrapper .box .condition-box .condition {
  width: 100%;
}

.container .condition .main-wrapper .box:last-child{
  margin-bottom: 0px;
}

/*-------------
condition_end
---------------*/

/*-------------
menu
---------------*/
.container .menu .top {
  height: 200px;
  margin-bottom: 36px;
}

.container .menu .top::before {
  height: 200px;
}

.container .menu .top h1 {
  font-size: 2.4rem;
  width: 100%;
}

.container .main-wrapper .menu-wrapper {
  width: 90%;
}

.container .main-wrapper .menu-wrapper .menu-box {
  width: 100%;
}

.container .main-wrapper .notice p {
  width: 90%;
}

.container .menu .main-wrapper .box .info-wrapper .info-box {
  width: 100%;
}

.container .menu .main-wrapper .box .info-wrapper {
  padding-bottom: 40px;
}

.container .menu .main-wrapper .box:last-child {
  margin-bottom: 0px;
}
/*-------------
menu_end
---------------*/
/*-------------
reserve
---------------*/
.container .reserve .top {
  height: 200px;
  margin-bottom: 36px;
}

.container .reserve .top::before {
  height: 200px;
}

.container .reserve .top h1 {
  font-size: 2.4rem;
  width: 100%;
}

.container .main-wrapper .shop {
  width: 90%;
}

.container .main-wrapper .shop .img {
  width: 100%;
}
.container .main-wrapper .shop .shop-info {
  width: 100%;
  margin-top: 20px;
}

.container .main-wrapper .flow-img {
  width: 90%;
  margin: 0 auto 20px;
}

.container .main-wrapper .flow-wrapper {
  width: 90%;
}

.container .main-wrapper .flow-wrapper .flow-box {
  width: 100%;
  row-gap: 18px;
}

.container .main-wrapper .flow-wrapper .flow-box:nth-child(1){
  margin-bottom: 18px;
}

.container .main-wrapper .flow-wrapper .flow-box .flow {
  width: 100%;
  height: auto;
}

.container .main-wrapper .flow-wrapper .flow-box .flow .number p {
  margin-left: 40px;
}

.container .main-wrapper .flow-wrapper .flow-box .flow .number::after{
    width: 30px;
}

.container .main-wrapper .flow-wrapper .flow-box .flow .number {
  position: relative;
  margin-bottom: 7px;
}

/*-------------
reserve_end
---------------*/

/*-------------
address
---------------*/
.container .address .top {
  height: 200px;
  margin-bottom: 36px;
}

.container .address .top::before {
  height: 200px;
}

.container .address .top h1 {
  font-size: 2.4rem;
  width: 100%;
}

.container .address .main-wrapper .box .map-box {
  width: 100%;
  row-gap: 20px;
}

.container .address .main-wrapper .box .map-box .map{
  width: 100%;
}

.container .address .main-wrapper .box .map-box .address {
  width: 90%;
  margin: 0 auto;
}

.container .address .main-wrapper .box .map-box .address .address-info .info {
  width: 270px;
}

.container .address .main-wrapper .box .map-box .address .shop p {
  font-size: 1.4rem;
}

.container .address .main-wrapper .box .map-box .address p {
  font-size: 1.2rem;
}

/*-------------
address_end
---------------*/

/*----------------
english
------------------*/
.container .english .main-wrapper {
  margin: 36px auto 0;
}

.container .english .main-wrapper .box .flex{
  width:90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 30px;
}

.container .english .main-wrapper .box .flex .img{
  width:100%;
}

.container .english .main-wrapper .box .flex .text{
  width:100%;
}

.container .english .main-wrapper .box-2 .flex .img{
  width:100%;
}

.container .english .main-wrapper .box-2 .flex .text{
  width:100%;
}

/*----------------
english_end
------------------*/

}