@charset "UTF-8";
body {
  font-family: "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo,
    メイリオ, sans-serif;
  color: #fff;
  background-image: url(../images/body-haikei-option.webp) ;
  background-size: cover;
  background-position: bottom;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.section-inner {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}

/** -----------------------------------
    TEXT
-------------------------------------**/

h2.large {
  font-family: "Dancing Script", cursive;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  font-size: 70px;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
}

h2.small, h2.smallsp, h2.small-kaisuu, h2.menu-content-coupon {
  font-family: "Shippori Mincho", serif;
  text-align: center;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #fff;
}

p.large {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

p.medium {
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: left;
  font-weight: normal;
  text-align: center;
  color: #1e3d64;
}

/** -----------------------------------
    HEADER
-------------------------------------**/
#header {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  padding: 0 80px;
  position: fixed;
  top: 0;
  z-index: 20;
}
h1.header-logo a img {height: 100px;}
.bear{margin-top: 70px;}
.header-right{position: relative; animation: fuwafuwa 3s infinite ease-in-out .8s alternate;}
.header-right ul.icon{display: flex; position: absolute; top: 115px; right: 82px;}
.header-insta{margin-right: 5px;}
.gnav-pc-wrap {display: flex; align-items: center;}
.gnav-pc { margin-left: auto; display: contents;}
.gnav-pc-wrap img { width: 100px; margin-left: 30px;}
.gnav-pc li { display: inline-flex; margin-right: 32px;}
.gnav-pc-wrap a { text-decoration: none; transition: 0.5s; display: flex;}
.gnav-pc li a {
  font-family: "Dancing Script", cursive;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #554b50;
}
#header a.qaqa{font-size: 24px;}
#header .gnav-pc li a:hover { color: #ddb484;}

.hamburger-menu {display: none;}
.header-haikei{
  width: 100%;
  height: 70px;
  z-index: 10;
  position: fixed;
  margin: -70px 0 0 0;
}
.header-haikei img{
  width: 100%;
  height: 250px;
}
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}
h2.menu-content-coupon{color:#554b50; padding: 20px 0 0 0;margin-bottom: -20px;}


/** -----------------------------------
    MAIN VISUAL
-------------------------------------**/

#mainvisual {
  width: 100%;
  background-size: 100vh;
  height:100vh;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.slick-list.draggable{width: 100vw; height: 100vh;}
.mainvisual-pc{display: block}
.mainvisual-sp{display: none;}
.slick-contentu{
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.background1{background-image: url(../images/main1.webp)}
.background2{background-image: url(../images/main2.webp)}
.background3{background-image: url(../images/main3.webp)}
.background-sp1{background-image: url(../images/main1-sp.webp)}
.background-sp2{background-image: url(../images/main2-sp.webp)}
.background-sp3{background-image: url(../images/main3-sp.webp)}
.slick-dots {bottom: -40px;}

/** -----------------------------------
    GRAND OPEN
-------------------------------------**/
#grandopen {
  padding: 130px 0 0 0;
  max-width: 1200px;
  margin: 0 auto;
}
.grandopen{width:50%; margin: 30px auto 0 auto;}
img.grandopen-img{width: 100%;}

/** -----------------------------------
    ABOUT
-------------------------------------**/

#about {
  padding: 130px 0 0 0;
  max-width: 1200px;
  margin: 0 auto;
}
.about{
  display: flex;
  justify-content: space-between;
  z-index: -20;
  position: relative;
  margin-top: 100px;
}
.about-tect1{margin-top: 30px;}
h2.about-text{padding: 0 3px; font-size: 14px;}

.content{width: 22%;}

h2.about-content{
  display: block;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  color: #fff;
  border-bottom: solid 2px #fff;
  display: inline;
}
h2.about-content-sp{
  display: none;
}

.sample2{
	height:			200px;
	overflow:		hidden;
	position:		relative;
  /* border-radius: 10px; */
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.sample2 img{
  width: 100%;
  height: 100%;
  width: auto;
  display: block;
  object-fit: cover;
}
.sample2 .caption {
	font-size:		14px;
	text-align: 	left;
	color:			#fff;
}
.sample2 .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
  padding: 10px;
}
.sample2:hover .mask {
	opacity:		1;	/* マスクを表示する */
	padding-top:		20px;	/* ホバーで下にずらす */
}
img.about-click{
  display: none;
}

/** -----------------------------------
   GALLERY
-------------------------------------**/

#gallery {
  padding: 130px 0 0 0;
  position: relative;
}

/* slick */
.slick-prev,
.slick-next {
  z-index: 10;
}
.slick-next {
  right: 46px;
}
.slick-prev {
  left: 46px;
}

.slick-prev:before,
.slick-next:before {
  color: #191f41;
}
#gallery .slick-dotted.slick-slider{
  display: block;
  margin-bottom: 35px;
}


/** -----------------------------------
  VOICE
-------------------------------------**/

.voice h2.small{
  top: 20px;
  position: relative;
  background: rgba(255,255,255,0.3);
  padding: 20px 10%;
  margin: 100px auto 0 auto;
  width: 50%;
  border-radius: 10px;
}
.voice a{
  display: block;
  text-decoration: none;
}
.voice a :hover{
  top: 20px;
filter: drop-shadow(0 0px 8px #854c04);
}
.gallery1{background-image: url(../images/gallery1.webp)}
.gallery2{background-image: url(../images/gallery2.webp)}
.gallery3{background-image: url(../images/gallery3.webp)}
.gallery4{background-image: url(../images/gallery4.webp)}
.gallery5{background-image: url(../images/gallery5.webp)}
.gallery6{background-image: url(../images/gallery6.webp)}
.gallery7{background-image: url(../images/gallery7.webp)}
.gallery8{background-image: url(../images/gallery8.webp)}
.gallery9{background-image: url(../images/gallery9.webp)}
.gallery10{background-image: url(../images/gallery10.webp)}

/** -----------------------------------
    plan
-------------------------------------**/

#plan {
  padding: 130px 0 0 0;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.moon,.star,.spica,.atria{
  display: flex;
  margin: 50px;
}
.moon1,.star1,.spica1,.atria1{display: flex; width: 55%;}

.plan1-pc ,.plan1{width: 30%;}
.plan1-sp{display: none;}
.plan2{
  width: 70%;
  padding:0 5%;
}
.plan-link img{
  display: block;
  width: 10px;
   height: 15px;
}
.sannkaku{
  font-size: 12px;
  color: #fff;
}
a.plan-link:hover .sannkaku{
  color: #ddb484;
}
a.plan-link:hover h2.small{
  color: #ddb484;
}
.plan2 a{
  display: flex;
  border-bottom: 1px solid;
  border-color: #fff;
  text-decoration: none;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px
}
.plan3 ,.plan3-pc{width: 50%; text-align: left;}
.plan3-pc{width: 50%; text-align: right;}
.plan3-sp{display: none;}
.option{
  background-image: url(../images/option.webp);
  margin-top: 170px;
  z-index: -20;
  position: relative;
  display: block;
  text-decoration: none;
  background-size: cover;
  background-position: center;
}
.option p.large{
  padding: 120px 0 60px 0;
  font-size: 32px;
  color: #554b50;
  text-shadow: 0 0 30px #555;
  font-family: "Shippori Mincho", serif;
}
.print h2.small {
  color: #554b50;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
}
.sannkaku{
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
}
.print{
  display: flex;
  margin-right: 8%;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 31px;
}
a.option:hover h2.small{
  color: #ddb484;
}
a.option:hover .sannkaku{
  color: #ddb484;
}

.plan-title{
  font-family: "Shippori Mincho", serif;
  font-size: 48px;
  color: #fff;
  text-align: left;
}
.plan-price{
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  color: #fff;
  text-align: left;
  margin-top: 10px;
}
.plan-syuttyou{
  font-size: 16px;
  color: #fff;
  text-align: left;
  font-weight: normal;
}
/** -----------------------------------
    qaー
-------------------------------------**/

#qa {
  padding: 130px 0 0 0;
  max-width: 1200px;
  margin: 0 auto;
}
.title {
    background: rgba(255,255,255,0.2);
    border-radius: 10px;
    padding: 3%;
    margin: 3% 0;
}

/** -----------------------------------
    profileー
-------------------------------------**/

#profile {padding: 130px 0 0 0; max-width: 1200px; margin: 0 auto;}
.profile{display: flex; margin-top: 80px;}
.right,.left{width: 50%; padding: 0 50px;}
.left{align-items: center; display: flex;}
.right p.large{margin-bottom: 30px; font-size: 30px;}
.right{padding: 0 20px; text-align: left;}
/** -----------------------------------
    footerー
-------------------------------------**/

.footer {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 110px 0 0 0;
}

.footer-inner {
  height: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
}
.footer-left .icon {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
}
.insta img {width: 100%;}
.insta img:hover {top: -3px; box-shadow: 0 10px 20px rgb(0 0 0 / 30%);}
.footer-right {margin: 0 0 0 auto;}
.footer-left{margin: auto 0 auto 10%;}
.footer-left p.large{font-size: 12px;}
.footer-left h2.large{font-size: 40px; margin-bottom: 50px;}














/** -------- スマホ -------- **/

@media screen and (max-width: 820px) {
  /** -----------------------------------
      テキスト
  -------------------------------------**/

  h2.large {
    font-size: 30px;
  }
  h2.small,
  h2.smallsp,
  h2.small-sp
  h2.small-kaisuu {
    font-size: 12px;
    line-height: 1.8;
  }
  h2.big {
    font-size: 50px;
    width: 60px;
  }
  p.large{
    font-size: 14px;
  }

  /** -----------------------------------
    全体ー
-------------------------------------**/

 .section-inner {
    padding: 0 25px;
    max-width: 550px;
    margin: 0 auto;
  }
  /** -----------------------------------
      ヘッダー
  -------------------------------------**/

  #header {padding: 0;  }
  #header a.qaqa{
    font-size: 18px;
  }
  h1.header-logo a img {
    margin: 8px 0 0 20px;
    height: 50px;
  }
  .hamburger-menu {
    display: flex;
  }
  .gnav-pc {
    display: none;
  }
  .header-right{
    display: flex;
    bottom: -72vh;
    right: -40px;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }

  .menu-btn {
    position: fixed;
    top: 4px;
    right: 4px;
    display: flex;
    height: 50px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    /* background-color: #fff; */
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 2px;
    width: 25px;
    border-radius: 3px;
    background-color: #333333;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }

  /* バツが三本線 */
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  /* end */

  #menu-btn-check {
    display: none;
  }

  .menu-content {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 80;
    background-color: rgba(255,255,255,0.9);
     /* border: 3px solid #9297c8; */
  }
  .menu-content ul {
    padding: 50px 30px 0;
  }
  .menu-content li {
    border-bottom: solid 1px #2d2a26;
    list-style: none;
  }
  .menu-content li a {
    font-family: "Dancing Script", cursive;
    display: block;
    width: 100%;
    font-size: 25px;
    box-sizing: border-box;
    color: #554b50;
    text-decoration: none;
    padding: 20px 0 20px 0;
    position: relative;
    text-align: center;
  }
  .menu-content img {
    margin-top: 30px;
  }

  #menu-btn-check:checked ~ .menu-content {
    padding: 50px 30px 0;
    text-align: center;
    right: 0; /*メニューを画面内へ*/
  }

/** -----------------------------------
    MAINVISUAL
-------------------------------------**/
#mainvisual{height: 70vh;}
.mainvisual-pc{display: none;}
.mainvisual-sp{display: block;}
#mainvisual .slick-next {right: 20px; top: 35vh;}
#mainvisual .slick-prev{ledt: 20px; top: 35vh;}
.header-haikei{display: none;}
.slick-contentu{height: 70vh;}
.slick-list.draggable{width: 100vw; height: 70vh;}

/** -----------------------------------
    GRAND OPEN
-------------------------------------**/
#grandopen {padding: 70px 0 0 0;}
.grandopen{width:100%;}

  /** -----------------------------------
   ABOUT
  -------------------------------------**/
#about {padding: 70px 0 0 0;}
.about{display: block; margin-top: 50px;}
.content {width: 100%; margin-top: 35px;}
.sample2 img{height: auto;}
h2.small.about-tect1 {font-size: 15px;}
h2.about-content-sp{
  display: block;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  color: #fff;
  border-bottom: solid 1px #fff;
  display: inline;
}
h2.about-content{display: none;}
img.about-click{display: block; width: 180px; margin: 10px auto 5px auto;}
.open{margin: 70px 25px 0 25px; width: auto;}

  /** -----------------------------------
   GALLERTY
-------------------------------------**/
#gallery {padding: 70px 0 0 0;}
#gallery .section-inner{padding: 0 0;}
#gallery .slick-list.draggable{height: auto;}
.voice img{width: 55%;}
#gallery .slick-track{height: 50vh;}
#gallery .slick-contentu {height: 100%;}

  /** -----------------------------------
   VOICE
-------------------------------------**/

.voice h2.small{
    margin: 70px 25px 0 25px;
    width: auto;
    font-size: 16px;
}

  /** -----------------------------------
  corse
-------------------------------------**/
#plan {padding: 70px 0 0 0;}
.moon, .star, .spica, .atria {display: block; margin: 0;}
.plan-title {font-size: 28px;}
.plan-price {font-size: 24px;}
.moon1, .star1, .spica1, .atria1 {margin: 50px 0 30px 0; width: 100%;}
.plan3-pc{display: none;}
.plan3 ,.plan3-sp{width: 100%; display: block;}
.plan1-sp ,.plan1{display: block;width: 30%;}
.plan1-pc{display: none;}
.option {margin: 40px -25px 0 -25px;}
.option p.large {padding: 30px 0 20px 0; font-size: 20px;}
.print h2.small, .sannkaku{font-size: 16px;}

  /** -----------------------------------
  profile
-------------------------------------**/
#profile {padding: 70px 0 0 0;}
.profile{ display: block; margin-top: 30px;}
.right, .left {width: 100%; padding: 0;}
.right {padding: 0; margin-top: 20px;}
.right p.large { margin-bottom: 10px; font-size: 24px;}
p.label{font-size: 14px;}

  /** -----------------------------------
  footer
-------------------------------------**/
.footer-left h2.large {font-size: 24px; margin-bottom: 24px;}
.footer {padding: 75px 0 0 0;}
.footer-left {margin: auto 0 auto 25px; width: 40%;}
.footer-inner {display: block;}
.footer-left .icon {margin-bottom: 20px;}
a.insta{margin: 0 10px;}
.insta img {width: 70%;}
.footer-left p.large {font-size: 10px;}

}
