@charset "utf-8";
/* CSS Document */
html{
	font-size: 62.5%;
}
@font-face{
	font-family: 'Caveat', cursive;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Shadows Into Light', cursive;
	}
body{
	font-size: 1.4rem;
	color: #250e09;
	font-feature-settings: normal;
	line-height:1.6;
	font-family: "Noto Sans JP","sans-serif";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  background-color: #fff7ec;
}
/*
.effect-fade{
  opacity: 0;
  transform: translate(0,0);
  transition: all 3000ms;
}
*/
/*
.effect-fade-up{
  opacity: 0;
  transform: translate(0,100px);
  transition: all 2000ms;
}
*/
.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
.wrapper{
	overflow: hidden;
}
/*--------------------
 * headerエリア
 -------------------*/
header{
  display: flex;
	height: 6rem;
	padding: 1.8rem 3.1rem 0;
	background-color: #fd5d0f;
	background-image: url("../img/mokoPAN_line_sp.png");
	background-position: 0 5rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
h1 img{
  width: 22.4rem;
  margin-left: 2.3rem;
}
/*「三」状態*/
.hamburger {
  display   : inline-block;
  position  : fixed;
  z-index   : 3;
  text      : 1.2rem;
	right     : 3.1rem;
  width     : 4.4rem;
  height    : 4.4rem;
  cursor    : pointer;
  text-align: center;
  background-color: rgba(225,225,225,0.7);
  border-radius: 50%;
  
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 2.2rem;
  height  : 0.2rem;
  left    : 1.1rem;
  background : #707070;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 1.2rem;
}
.hamburger span:nth-child(2) {
  top: 2.2rem;
}
.hamburger span:nth-child(3) {
  top: 3.2rem;
}
/* ナビ開いてる時「×」状態 */
.hamburger.active span:nth-child(1) {
  top : 2rem;
  left: 1rem;
  background :#707070;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 2rem;
  background :#707070;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}
nav{
  position: fixed;
  z-index : 2;
  top  : 0;
  right : 0;
  background: -webkit-linear-gradient(#fd5d0f 28%, #fff 28%);
  background: -o-linear-gradient(#fd5d0f 28%, #fff 28%);
  background: linear-gradient(#fd5d0f 28%, #fff 28%);
  text-align: left;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 31.2rem;
}
.nav-logo{
  display: block;
  height: 4.4rem;
  margin: 9.6rem 0 0 0;
  padding: 0 3rem 1rem 2rem;
  background-image: url("../img/mokoPAN_line_sp.png");
  background-position: 0 4rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.navi-item:not(:first-child){
  font-family: "Caveat","cursive";
  font-size: 3.6rem;
  margin: 5rem 0 0 5rem;
}
.navi-Instagram{
  width: 4.4rem;
  margin: 0 0 5rem;
}
a:link{color: #250e09;}
a:visited { color: #250e09; }
a{
	text-decoration: none;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #250e09;
  text-decoration :none;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
/*--------------------
 * topエリア
 -------------------*/
.top{
  height: 160vw;
  min-height: 60.1rem;
  max-height: 60.1rem;
	margin: auto;
	background-image: url("../img/topimg_sp.png");
  background-position: 15% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.top-img_sp{
	position: relative;
	top: 2.9rem;
	left: -15rem;
}
.top-img_pc{
  display: none;
}
.top-textbox{
  width: 83vw;
  max-width: 40rem;
  height: 23.3rem;
  margin: 3rem auto 0;
  background-color: rgba(255,255,255,0.8);
  border-radius: 1.5rem;
  /* background-image: url("../img/yajirusi.png"); */
  background-position: center 75%;
  background-repeat: no-repeat;
}
.top-textbox p{
  max-width: 21.9rem;
  margin: auto;
  padding: 3.5rem 0 3.2rem;
  font-size: 2rem;
  line-height: 1.6;
}
.top-textbox br{
  display: block;
}
/*--------------------
 * aboutエリア
 -------------------*/
.about{
  padding: 9rem 3.1rem 0;
}
.about-title{
  margin: auto;
  font-family: "Caveat","cursive";
  font-size: 3.6rem;
  width: 10rem;
  height: 4.3rem;
  background: linear-gradient(transparent 80%, rgba(253,93,15,0.5) 80%);
}
.about-text1{
  margin: 4rem auto 2rem;
}
.about-text1 br{
  display: none;
}
.about-imgbox{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.about-text1-img{
  height: 13rem;
  margin: 0 1rem;
}
.about-text2{
  margin: 6rem auto 2rem;
}
.about-text2 br{
  display: none;
}
.about-text2-img_sp{
  display: block;
  height: 21.1rem;
  margin: auto;
  position: relative;
  z-index: 1;
}
.about-text2-img_pc{
  display: none;
}
.about-text3-img{
  width: 27rem;
  height: 26rem;
  position: relative;
  top: -5rem;
  left: 14%;
  margin: auto;
  background-image: url("../img/tegaki_sp.png");
  background-repeat: no-repeat;
  z-index: auto;
}
.about-text3{
  color: #fff;
  width: 22.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
/*--------------------
 * accessエリア
 -------------------*/
.access{
  align-items: center;
  padding: 1rem 3.1rem 6rem;
}
.access-title{
  margin: auto;
  font-family: "Caveat","cursive";
  font-size: 3.6rem;
  width: 11rem;
  height: 4.3rem;
  background: linear-gradient(transparent 80%, rgba(253,93,15,0.5) 80%);
}
.map-box{
  position: relative;
  text-align: center;
  width: 31.3rem;
  margin: auto;
}
.check{
  position: absolute;
  top: 2rem;
  right: 0;
  font-size: 1.8rem;
  font-family: "Shadows Into Light","cursive";
  transform: rotate( 10deg );
}
.map_pc{
  display: none;
}
.map_sp{
  display: inline-block;
  margin: 4rem 0 2rem;
  box-shadow: 1rem 1rem rgba(253,93,15,0.5);
}
.access-container{
  width: 31.3rem;
  margin: auto;
  display: flex;
  flex-direction: column-reverse;
}
.address{
  display: block;
  width: 24.5rem;
  margin-left: 8rem;
  margin-bottom: 2rem;
  background-color: #fff;
  box-shadow: 1rem 1rem rgba(253,93,15,0.5);
}
.address p{
  width: 13.2rem;
  font-size: 1.2rem;
  margin: 1.6rem auto;
}
.business-hours{
  margin: auto;
  width: 31.3rem;
  background-color: #fff;
  box-shadow: 1rem 1rem rgba(253,93,15,0.5);
}
.business-hours dl{
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 6rem 0;
}
.business-hours dt{
  width: 30%;
  padding-right: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}
.business-hours dd{
  width: 55%;
}
.business-hours p{
  font-size: 1.2rem;
  margin: 2rem 4rem;
}
/*--------------------
 * contactエリア
 -------------------*/
.contact{
  padding: 6rem 0;
  margin: auto;
  background-image: url("../img/contactimg_sp.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-box{
  text-align: center;
  width: 70vw;
  margin: auto;
  padding: 6rem 0 6.3rem;
  background-color: rgba(255,255,255,1);
  border-radius: 1.5rem;
}
.contact_title{
  margin: auto;
  font-family: "Caveat","cursive";
  font-size: 3.6rem;
  width: 13.5rem;
  height: 4.3rem;
  background: linear-gradient(transparent 80%, rgba(253,93,15,0.5) 80%);
  margin-bottom: 3.4rem;
}
.contact .tel-btn{
  position: relative;
  display: block;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  background: rgba(253,93,15,0.8);
  margin: auto;
  max-width: 235px;
  font-size: 2rem;
  box-shadow: 2px 2px 10px gray;
}
.contact .tel-btn::after{
  content: "";
  background: url("../img/tel-icon.svg") no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: 15px;
}
.contact-text br{
  display: none;
}
.contact-text{
  text-align: left;
  width: 19.7rem;
  font-size: 1.4rem;
  margin: 2.5rem auto 0;
}
/*--------------------
 * footerエリア
 -------------------*/
footer{
  text-align: center;
  padding: 6rem 0 1rem;
  background-color: #250e09;
}
.Instagram{
  font-size: 2rem;
  color: #fff;
}
.Instagram-Icon{
  width: 4.4rem;
  margin: 2.5rem 0 4rem;
}
footer small{
  color: #fff;
  font-size: 1.2rem;
}

/*PCデザイン*/
@media screen and (min-width:768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
  body{
    font-size: 1.6rem;
  }
  /*--------------------
   * headerエリア
   -------------------*/
  .burger-btn{
    display: none;
  }
  header{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0);
    background-image: none;
  }
  h1{
    display: none;
  }
  .hamburger{
    display: none;
  }
  nav{
    position: fixed;
    top: 0;
    left: 0;
    background: none;
    width: 100%;
    height: 12rem;
    transform: translateX(0%);
    transition: all .6s;
  }
  .nav-container{
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 55vw;
    height: 12rem;
    margin-left: 11rem;
  }
  .nav-item{
    margin-right: 2rem;
  }
  .nav-logo{
    display: block;
    vertical-align: top;
    height: 3.9rem;
    margin: 0;
    padding: 0;
    background-image: none;
  }
  .navi-item:not(:first-child){
    font-family: "Caveat","cursive";
    font-size: 2.5rem;
    margin: 0 0 0 2rem;
    
    text-shadow: 0.1rem 0.1rem 0.3rem #fff;
  }
  .navi-Instagram{
    vertical-align: top;
    margin: 0;
    text-shadow: 0.6rem 0.6rem 0.1rem #fff;
  }
  nav.globalMenuSp ul li:hover{
    transform: scale(1.1);
  }
  /*--------------------
   * topエリア
   -------------------*/
  .top{
    width: 100vw;
    min-height: 76.9rem;
    max-height: 76.9rem;
    margin: auto;
    background-image: url("../img/top.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .top-img_sp{
    display: none;
  }
  .top-img_pc{
    width: 35vw;
    min-width: 50rem;
    display: block;
    position: relative;
    top: 0;
    left: 100%;
    transform: translateX(-100%);
  }
  .page-scroll{
    display: inline;
    position: absolute;
    top: 56rem;
    left: 3vw;
    font-size: 2.5rem;
    font-family: "Caveat","cursive";
    color: #fff;
    transform: rotate( -90deg );
  }
  .top-textbox{
    position: absolute;
    top: 62.3rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 49vw;
    min-width: 68rem;
    height: 20.5rem;
    background-color: rgba(255,255,255,0.8);
    border-radius: 1.5rem;
    /* background-image: url("../img/yajirusi.png"); */
    background-position: center 59%;
    background-repeat: no-repeat;
  }
  .top-textbox p{
    min-width: 49.3rem;
    margin: auto;
    padding: 4rem 0;
    font-size: 2rem;
    line-height: 1.6;
  }
  .top-textbox br{
    display: none;
  }
  /*--------------------
   * aboutエリア
   -------------------*/
  .about{
    height: 117rem;
    padding: 12rem 0 0;
  }
  .about-title{
    margin: auto;
    font-family: "Caveat","cursive";
    font-size: 4.5rem;
    width: 12rem;
    height: 5.4rem;
    background: linear-gradient(transparent 80%, rgba(253,93,15,0.5) 80%);
  }
  .about-text1{
    text-align: center;
    margin: 6rem auto 4rem;
  }
  .about-text1 br{
    display: inline;
  }
  .about-imgbox{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 61vw;
    height: 24.9rem;
    margin: 6rem auto;
  }
  .about-text1-img{
    height: 24.6rem;
  }
  .about-text2-box{
    position: relative;
    text-align: left;
    width: 83.4rem;
    margin: auto;
  }
  .about-text2{
    position: absolute;
    top: 7rem;
    right: 0;
    width: 35rem;
  }
  .about-text2 br{
    display: inline;
  }
  .about-text2-img_sp{
    display: none;
  }
  .about-text2-img_pc{
    display: block;
    width: 67.6rem;
    margin: 6rem 0 0;
    z-index: 1;
  }
  .about-text3-img{
    width: 41.5rem;
    height: 40rem;
    position: relative;
    top: -18.5rem;
    left: 14rem;
    background-image: url("../img/tegaki.png");
    background-repeat: no-repeat;
    z-index: auto;
  }
  .about-text3{
    font-size: 2rem;
    color: #fff;
    width: 33rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  /*--------------------
   * accessエリア
   -------------------*/
  .access{
    align-items: center;
    padding: 8rem 0 6rem;
  }
  .access-title{
    margin: auto;
    font-family: "Caveat","cursive";
    font-size: 4.5rem;
    width: 14rem;
    height: 5.4rem;
    background: linear-gradient(transparent 80%, rgba(253,93,15,0.5) 80%);
  }
  .map-box{
    position: relative;
    text-align: center;
    width: 110rem;
    margin: auto;
  }
  .check{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 3rem;
    font-family: "Shadows Into Light","cursive";
    transform: rotate( 10deg );
  }
  .map_pc{
    display: inline-block;
    margin: 5rem 0 3rem;
    box-shadow: 2rem 2rem rgba(253,93,15,0.5);
  }
  .map_sp{
    display: none;
  }
  .access-container{
    width: 100vw;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .address{
    display: block;
    width: 34rem;
    margin-right: 14vw;
    background-color: #fff;
    box-shadow: 2rem 2rem rgba(253,93,15,0.5);
  }
  .address p{
    width: 17.6rem;
    font-size: 1.6rem;
    margin: 3.4rem auto;
    padding: 0 4rem;
  }  
  .business-hours{
    margin-left: 11vw;
    width: 52rem;
    background-color: #fff;
    box-shadow: 2rem 2rem rgba(253,93,15,0.5);
  }
  .business-hours dl{
    display: flex;
    flex-wrap: wrap;
    width: 24rem;
    margin: 3rem auto 0;
    font-size: 2rem;
  }
  .business-hours dt:first-child {
    padding-right: 3rem;
    margin-bottom: 1.5rem;
  }
  .business-hours dt{
    width: 6.2rem;
    padding-right: 2rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .business-hours dd{
    width: 14rem;
  }
  .business-hours p{
    width: 30.4rem;
    font-size: 1.6rem;
    margin: 3rem auto;
    padding: 0 4rem;
  }
  /*--------------------
   * contactエリア
   -------------------*/
  .contact{
    padding: 10.2rem 0;
    margin: auto;
    background-image: url("../img/contactimg.png");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .contact-box{
    text-align: center;
    width: 49vw;
    margin: auto;
    padding: 8rem 0 7rem;
    background-color: #fff;
    border-radius: 1.5rem;
  }
  .contact_title{
    margin: auto;
    font-family: "Caveat","cursive";
    font-size: 4.5rem;
    width: 16.5rem;
    height: 5.4rem;
    background: linear-gradient(transparent 80%, rgba(253,93,15,0.5) 80%);
    margin-bottom: 5rem;
  }
  .contact .tel-btn{
    margin: auto;
    font-size: 2rem;
  }
  .contact-text br{
    display: inline;
  }
  .contact-text{
    text-align: left;
    width: 22.5rem;
    font-size: 1.6rem;
    margin: 3.2rem auto 0;
  }
  /*--------------------
   * footerエリア
   -------------------*/
  footer{
    text-align: center;
    padding: 8rem 0 1rem;
    background-color: #250e09;
  }
  .Instagram{
    font-size: 2rem;
    color: #fff;
  }
  .Instagram-Icon{
    margin: 5rem 0 3rem;
  }
  footer small{
    color: #fff;
    font-size: 1.2rem;
  }
}