﻿@charset "utf-8";
* {
	box-sizing: border-box;
 }
header{
  top:0;
  width: 100%;
	background-color: #fff352;
	margin: 0;
	padding: 0;
  position: sticky;
  z-index: 100000;
}
body {
	margin:0;
	padding: 0;
}
ol, li{
	list-style: none;
  list-style-type: none;
}
a{
	text-decoration: none;
	color: #525252;
	letter-spacing: 0.1em;
}
a.link{
  font-size: 0.8rem;
  border:solid 1px  #525252;
  border-radius: 30px;
  padding: 10px;
  background-color: #fff;
  display: block;
  margin: auto;
  width: 20vh;
  height: auto;
  text-align: center;
}
a.link:hover{
  background-color:#fff352;
}

.menulinkinsta{
  padding-bottom: 10px;
}
.linkinsta{
  font-size: 0.8rem;
  border:solid 1px  #525252;
  border-radius: 30px;
  padding: 10px;
  background-color: #fff;
  display: block;
  margin: auto;
  width: 20vh;
  height: auto;
  text-align: center;
}
.linkinsta:hover{
  z-index: -1;
  background: linear-gradient(135deg, #c07ff6de 30%, #fe9156 100%);
}
.hamburger {
    margin: 0px auto 0px;
    width: 100%;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
}
nav ul li a:hover{
	opacity: 0.6;
}
.logo {
    font-size: 40px;
    font-weight: 700;
}

.hamburger .btn-gNav {
    position: fixed;
    top: 5px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #525252;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span:nth-child(1) {
    top: 0;
}

.hamburger .btn-gNav span:nth-child(2) {
    top: 10px;
}

.hamburger .btn-gNav span:nth-child(3) {
    top: 20px;
}

.hamburger .btn-gNav.open span:nth-child(1) {
    background: #ffffff;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger .btn-gNav.open span:nth-child(2),
.hamburger .btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-gNav {
    display: none;
}
.gNav .gNav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gNav .gNav-menu li {
    margin: 0 auto;
    padding: 0 5px;
}
@media screen and (max-width: 600px) {
    .btn-gNav {
        display: block;
    }

    .gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255,1);
        font-size: 16px;
        box-sizing: border-box;
        z-index: 1;
        padding-top: 50px;
        transition: .3s;
    }

    .gNav.open {
        right: 0;
    }

    .gNav .gNav-menu {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        /*justify-content: center;*/
    }

    .gNav .gNav-menu li {
        width: 86%;
        padding: 15px;
        border-bottom: #525252 1px solid;
    }

}
h2 {
  position: relative;
	justify-content: center;
	align-items: center;
	font-size: 23px;
	text-align: center;
	margin: 100px 0px 50px 0px;
}
h2:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 3px;
}

.contents{
  margin: 0px 30px 0px 30px;
  padding: 10px;
}
.flexbox {
  display: flex;
  margin: 50px 0px 20px 0px;
}
.box1 {
  width: 40%;
  margin: auto;
  text-align: center;
}
.box2 {
  width: 50%;
  text-align: center;
}
.text{
  font-size: 1.2rem;
}
.flexbox:nth-child(even){
  flex-direction: row-reverse;
}
.box1 img{
  width: 100%;
}
@media screen and (max-width: 640px) {
  .flexbox {
      display: block;
  }
  .flexbox .box1 {
      width: 100%;
      margin: auto;
  }
  .flexbox .box2 {
      width: 100%;
      margin: auto;
  }
  .contents img{
    margin-bottom: 0;
  }
  .text{
    font-size: 0.9rem;
  }
}

.background{
  background-color: #dedede;
}
.plan{
  margin-top: 20px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  text-align: center;
  justify-content: center;
  border: solid 2px #525252;
  background-color: #ffffff;
}
.tax{
  font-size: small;
}
.taxholiday{
  font-size: smaller;
}
.price{
  text-align: center;
}
.price h3{
  display: inline-block;
  margin: auto;
  font-size: 1.8rem;
  border-bottom: solid 2px #525252;
}
.plus{
  text-align: center;
}
.plus h1{
  color: #525252;
  margin: auto;
  font-size: 3rem;
}
.s_benefits{
  text-align: center;
  margin-top: 45px;
  font-size: 1.2rem;
}
.s_benefits h3{
  position: relative;
  display: inline-block;
  padding: 0 55px;
  text-align: center;
  margin-top: 60px;
  font-size: 1.2rem;
}
.s_benefits h3:before, .s_benefits h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}
.s_benefits h3:before {
  left:0;
}
.s_benefits h3:after {
  right: 0;
}
.benefits_box{
  text-align: center;
  margin: 0;
  padding:0 10px;
  align-items: center;
}
.benefits_box ul{
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.benefits_box img{
  width: 50%;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px){
  .benefits_box img{
  width: 100%;    
  }
}
  
.rental_intro{
  font-size: 1rem;
  text-align: center;
  margin: 10px;
}
.rental_container{
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.rental_container img{
  width: 100%;
}
.banner { 
	display:flex;
	list-style:none;
  justify-content: center;
	align-items: center;
	padding:5px;
	margin: 0px 0px 50px 0px 
}

.footer06 {
 color: #808080;
 background: #fff352;
 padding: 30px;
}
.footer06 a {
 color: #808080;
 text-decoration: none;
}
.footer06 li a:hover {
 text-decoration: underline;
}
.footer06 .wrap {
 width: 900px;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.footer06 .wrap h3 {
 margin: 0 0 10px 0;
 padding: 0;
 border-bottom: 1px #c4c4c4 solid;
}
.footer06 .wrap p {
 margin: 0;
 padding: 0 0 20px 0;
}
.footer06 .wrap .box {
 width: 30%;
}
.footer06 .wrap .box ul {
 margin: 0;
 padding: 0 0 20px 0;
 list-style: none;
}
.footer06 .wrap .copyright {
 width: 100%;
 padding: 20px 0 0 0;
}
@media screen and (max-width: 900px) {
.footer06 .wrap {
 width: 100%;
 padding: 0 20px;
 box-sizing: border-box;
}
.footer06 .wrap h3 {
 border: none;
}
.footer06 .wrap .box {
 width: 100%;
}
.footer06 .wrap .box ul {
 border-top: 1px #c4c4c4 solid;
}
.footer06 .wrap .box ul li a {
 display: block;
 padding: 5px 15px;
 border-bottom: 1px #c4c4c4 solid;
}
}

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 50px;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}

/*==================================================
ギャラリーのためのcss
===================================*/
.gallercontainer{
  width: 55%;
  margin: auto;
  padding: 15px;
}
.gallery{
  align-items: center;
  text-align: center;
  columns: 3;/*段組みの数*/
  padding:0 15px;/*ギャラリー左右に余白をつける*/
}
  
.gallery li {
  margin-bottom: 5px;/*各画像下に余白をつける*/
}  
/*ギャラリー内のイメージは横幅100%にする*/
.gallery img{
  width: 100%;
  height:auto;
  vertical-align: bottom;/*画像の下にできる余白を削除*/
}  
/*　横幅900px以下の段組み設定　*/
@media only screen and (max-width: 900px) {
  .gallercontainer{
    width: 90%;
  }
  .gallery{
  columns:3;
  } 
}

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
  width:94%;
  margin:0 auto;
}

.slider img {
  width:60vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
  height:auto;
}

.slider .slick-slide {
transform: scale(0.8);/*左右の画像のサイズを80%に*/
opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
transform: scale(1);/*中央の画像のサイズだけ等倍に*/
opacity: 1;/*透過なし*/
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
  position: absolute;/*絶対配置にする*/
  top: 42%;
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;/*矢印の色*/
  border-right: 2px solid #666;/*矢印の色*/
  height: 15px;
  width: 15px;
}
.slick-prev {/*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}
.slick-next {/*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

.reserve{
  margin: 0;
  padding: 5px;
}
.r_container{
  border: #525252;
  margin: 0px 30px 50px 30px;
  padding: 20px;
  justify-content: center;
  display: flex;
}
.r_text p{
  text-align: center;
}
.r_right{
  margin-top: 20px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.r_left{
  margin-top: 20px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.r_tel{
  font-size: 1.5rem;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  border:solid 1px #525252;
  border-radius: 30px;
  width: 35vh;
  padding: 5px;
  background-color: #fff;
  margin: 10px;
}
.r_web{
  font-size: 1.5rem;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  border:solid 1px #525252;
  border-radius: 30px;
  width: 25vh;
  padding: 5px;
  background-color: #00b0f0;
  margin: 10px;
}
@media screen and (max-width:600px){
    .r_container{
    margin: auto;
    display: flex;
    flex-direction: column;
  }
}