@charset "utf-8";
/* CSS Document */
/*---------------------------header--------------------------------*/
.header {
  position: fixed;
  height: 80px;
  background-color: #FFFFFF;
  padding: 15px 24px 15px 24px;
  margin: 0 auto;
  width:100%;
  z-index: 10000;
}
.transform{
    background: rgba(245,245,245,0.9);
}
.header_logo {
  height: 32px;
  margin: 0 auto;
}
.header_title {
  display: flex;
  flex-direction: column;
}
h1 {
  font-family: "A-OTF リュウミン Pr6N L-KL", "游明朝";
  font-size: 1.3rem;
  text-align: center;
  color:#354f09;
}
.header_wrapper {
  position: relative;
  max-width:1200px;
  margin:0 auto;
  }
.header_link-button1, .header_link-button2, .header_link-button3 {
  display: none;
}
.header_link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.open-button, .close-button {
  display: none;
}
.open-button {
  display: block;
  position: fixed;
	cursor: pointer;
  width: 55px;
  height:100px;
	border-radius: 5px;
  z-index:9999;
  top:16px;
  right:11px;
}
.open-button span{
  display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 4px;
    border-radius: 2px;
	background: #fff;
  	width: 45%;
}
.open-button span:nth-of-type(1) {
	top:15px;	
  background-color: #79b11d;
}

.open-button span:nth-of-type(2) {
	top:23px;
  background-color: #79b11d;
}

.open-button span:nth-of-type(3) {
	top:31px;
  background-color: #79b11d;
}

/*activeクラスが付与されると線が回転して×に*/

.open-button.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.open-button.active span:nth-of-type(2) {
	opacity: 0;/*真ん中の線は透過*/
}

.open-button.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.header nav {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  background: linear-gradient(90deg,rgba(255,255,255,0.9),rgba(255,255,255,0.9),rgba(232,255,193,0.8));
  width: 100%;
  height: 100%;
  padding-top: 67px;
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.4);
}
.header nav ul {
  margin: 30px auto 0;
  padding: 0 20px;
  max-width: 500px;
}
.header nav ul li {
  list-style: none;
  border-bottom: solid 1px rgba(121, 177, 29, 0.3);
  padding: 10px 0 0;
}
.header nav ul li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../images/flower@3x.png")no-repeat;
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
}
.header nav ul li a {
  font-weight: 500;
  line-height: 40px;
  vertical-align: middle;
  text-decoration: none;
  font-family: 'A-OTF リュウミン Pr6N L-KL', "游明朝";
  color: #4D4D4D;
  padding-left: 20px;
  position: relative;
}
/*------------------------------ここからレスポンシブ------------------------------*/
@media(min-width:700px){
  .header nav {
  width: 50%;
}
}
@media(min-width:1000px) {
  .header {
    height: 100px;
    padding: 30px 30px 0;
    width:100%;
  }
  .header nav {
  width: 42%;
}
  .header_title {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: 120px;
  }
  .header_logo {
    height: 45px;
    margin: 0 20px 0 0;
  }
  .header_link-wrapper{
    margin:0;
    padding:0;
  }
  h1 {
    font-size: 1.5rem;
  }
  .header_link-button1 {
    display: inline-block;
    max-height: 30px;
    object-fit: contain;
    margin-right: 30px;
  }
  .header_link-button2 {
    display: inline-block;
    max-height: 30px;
    object-fit: contain;
    margin-right: 30px;
  }
  .header_link-button3 {
    display: inline-block;
    max-height: 30px;
  }
  .header_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .open-button {
    position:absolute;
    right: -8px;
    top: -5px;
  }
}
@media(min-width:1200px){
  .header nav {
    width: 42%;
    padding-right:8vw;
}
}
/*-----------------------------top visual----------------------------*/
.top-visual_container {
  position: relative;
  padding: 80px 24px 0;
}
.top-visual,.top-visual2,.top-visual3,.top-visual4 {
  width: auto;
  min-height: 327px;
  height: auto;
  max-height: 1129px;
  object-fit: cover;
  margin: 0 auto;
}
.top-visual_slide-area::after{
  content: '';
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 1200px;
  margin:0 auto;
}
.top-message{
  font-weight:900;
  border-bottom: dotted 5px #b6dd7a;
  letter-spacing: 1px;
}
.top-visual_text {
  width: auto;
  min-width: 240px;
  height: auto;
  padding: 30px 0px;
  position: absolute;
  top: 59%;
  left: 52%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.top-visual_text:before,.top-visual_text:after{ 
    content:'';
    width: 20px;
    height: 20px;
    position: absolute;
    display: inline-block;
}
.top-visual_text:before{
    border-left: solid 1.5px #fff;
    border-top: solid 1.5px #fff;
    top:0;
    left: -16px;
}
.top-visual_text:after{
    border-right: solid 1.5px #fff;
    border-bottom: solid 1.5px #fff;
    bottom:0;
    right: -16px;
}
.top-visual_text p {
    margin: 0; 
    padding: 0;
}
.top-visual_text p {
  font-family: "A-OTF リュウミン Pr6N L-KL", "游明朝";
  color: #FFFFFF;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: 1px;
  text-shadow: 0px 1px  1px #535353;
}
.scrolldown1{
  display: none;
  z-index: 1000;
}
/*top-visual Responsicve*/
@media(min-width:700px) {
  .top-visual_text p{
    text-align: left;
    font-size:1.8rem;
    font-weight: 600;
    line-height: 3.5rem;
    letter-spacing: 2px;
  }
}
@media(min-width:800px) {
  .top-visual_text {
    padding: 50px 0px;
  }
  .top-visual_text p{
    text-align: left;
    font-size:2.0rem;
    font-weight: 600;
    line-height: 3.5rem;
    letter-spacing: 2px;
  }
}
@media(min-width:1000px){
  .top-visual_text{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
   .top-visual_text p{
    font-size:2.5rem;
    font-weight: 600;
    line-height: 5.0rem;
  }
  /*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	display:block;
  position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-15px;
	top: -15px;
    /*テキストの形状*/
	color: #fff;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}

/*--------------------------About-------------------------------*/
.section-about {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.section-about h2 {
  padding-top: 80px;
}
.about_ashirai1 {
  height: 10vh;
  display: block;
  position: absolute;
  left: 10%;
  transform: translate(-10%);
}
.about_description_container {
  max-width: 690px;
  padding: 0 24px;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
}
.about_description_container p {
  margin-bottom: 2vh;
}
.chiro_description_container span {
  font-weight: 700;
}
.chiro_description_container p {
  margin-bottom: 2vh;
}
.chiro-aeste_image {
  width: 190px;
  display: block;
  margin: 0 auto 60px;
}
.online-reserve-button {
  display: block;
  margin: 0 auto 5vh;
  width: 60%;
  max-width: 320px;
}
.section-about_visual-area,.section-about_visual-area2{
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 24px;
}
.about-image1 {
  display: block;
  width: 70%;
  max-width: 315px;
  object-fit: contain;
  margin-bottom: 60px;
  margin-left: 0px;
}
.about-image2 {
  display: block;
  width: 70%;
  max-width: 315px;
  object-fit: contain;
  margin-bottom: 60px;
 margin-left: 25vw;
}
.about-image3{
  display: block;
  width: 70%;
  max-width: 315px;
  object-fit: contain;
  margin-bottom: 60px;
  margin-left: 0px;
}
.about-image4 {
  display: block;
  width: 70%;
  max-width: 315px;
  object-fit: contain;
  margin-bottom: 60px;
  margin-left: 25vw;
}
.whats-chiropractic {
  position: relative;
  padding: 0 24px;
}
.about_ashirai2 {
  height: 8vh;
  max-width: 110px;
  object-fit: contain;
  display: block;
  position: absolute;
  left: 5%;
  top: 0%;
  transform: translate(-5% 0%);
}
.chiro_title {
  padding-top: 30px;
  text-align: center;
  font-family: "A-OTF リュウミン Pr6N L-KL", "游明朝";
  font-size: 1.8rem;
  margin-bottom: 5vh
}
.total-care_image {
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 300px;
  margin-bottom: 10vh;
  margin-top: 5vh;
  object-fit: contain;
}
.onayami-wrapper{
/*  background-color:rgba(209,209,209,1.00);*/
  max-width:1200px;
  margin-bottom: 100px;
}
.onayami_title{
  padding: 50px 10px 30px;
  margin: 0 auto;
}
.onayami-list {
  padding:0 30px;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.onayami-list li {
  width:70%;
  max-width:260px;
  margin:0 auto 30px;
}
.onayami-message{
  display:flex;
  justify-content: center;
  align-items: center;
  padding: 50px 24px;
}
.onayami-message p{
  font-family: "游明朝";
  font-weight: 600;
}
.onayami-message p span{
  color:#fd693c;
}
.onayami-message_img{
  width:25%;
  margin-right:20px;
}
.box17{
    margin:5em 1.5em;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 1px #ffa68b;
    border-bottom: solid 1px #ffa68b;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 1px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #ffa68b;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}
.online-reserve-button2 {
  display: block;
  margin: 0 auto 5vh;
  width: 60%;
  max-width: 320px;
}
/*ABOUT responsiove*/
@media(min-width:700px) {
  .section-about {
    padding: 0 90px;
  }
  .about_description_container {
    padding: 0;
  }
  .onayami-list{
    padding:0px;
  }
}
@media(min-width:800px) {
  .onayami-message p{
    font-size: 20px;
  }
  .section-about_brpoint {
    display: flex;
    justify-content: center;
  }
  .total-care_image {
  margin-bottom: 0;
  margin-top: 0;
}
  .section-about_brpoint2 {
    position: relative;
  }
  .online-reserve-button {
    position: absolute;
    top: 80%;
    left: 0%;
    transform: translate(0%);
    display: block;
  }
  .about_description_container {
    margin-right: 60px;
  }
  .chiro_description_container {
    margin-right: 50px;
  }
  .section-about_visual-area,.section-about_visual-area2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0;
  }
  .about-image1,.about-image3 {
    display: block;
    width: 45%;
    max-width: 450px;
    object-fit: contain;
    margin-bottom: 60px;
    margin-left: 0px;
  }
  .about-image2,.about-image4 {
    display: block;
    width: 45%;
    max-width: 450px;
    object-fit: contain;
    margin-bottom: 60px;
    margin-left: 40px;
    margin-top: 80px;
  }
  .whats-chiropractic {
    padding: 0;
    margin-bottom:100px;
  }
  .chiro_title {
    padding-top: 60px;
    text-align: center;
    font-family: "A-OTF リュウミン Pr6N L-KL", "游明朝";
    font-size: 2.4rem;
    margin: 9vh 0;
  }
  .onayami_title{
    max-width: 650px;
    margin:80px auto;
  }
  .onayami-message{
    max-width:600px;
    margin:100px auto;
  }
}
@media(min-width:960px){
  .onayami-list li {
    max-width: 300px;
}
}
/*-------------------------------Menu---------------------------------*/
.section-menu {
  background-color: #fff;
  background-image:
    radial-gradient(#e5fbc0 26%, transparent 10%), radial-gradient(#e5fbc0 26%, transparent 10%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  padding: 8vh 3vh;
}
.section-menu_lead {
  padding: 0 24px
}
.menu_container {
  position: relative;
  background-color: #ffffff;
  margin: 50px auto 30px;
  padding: 30px 15px;
  border:solid 1px rgba(150,231,133,0.2);
  border-radius: 20px;
}
.menu-option{
  margin-top: 20px;
}
/*
.menu_visual{
  border-radius: 15px;
}
*/

.menu-title-ashirai{
  height: 6vh;
  display: block;
  position: absolute;
  top:27%;
  left: 67%;
}
@media (min-width: 500px){
  .menu-title-ashirai {
      left: 62%;
  }
}
@media (min-width: 790px){
  .menu-title-ashirai {
      left: 59%;
  }
}
@media (min-width: 1000px){
  .menu-title-ashirai {
      height: 8vh;
      left: 59%;
  }
}
.menu_container h3 {
  font-family: "A-OTF リュウミン Pr6N L-KL", "游明朝";
  text-align: center;
  padding-bottom: 30px;
}
.menu_container h3::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../images/leaf_left@3x.png")no-repeat;
  background-size: contain;
  margin-right: 5px;
}
.menu_container h3::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../images/leaf_right@3x.png")no-repeat;
  background-size: contain;
  margin-left: 5px;
}
.menu_description {
  margin-top:10px;
  margin-bottom: 40px;
}
.menu_container tr {
  margin: 10px 0;
}
.menu_container th {
  padding-right: 20px;
}
.menu_container td {
  text-align: right;
  font-weight: 700;
}
.menu_container th::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../images/flower@3x.png")no-repeat;
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
}
.menu_attention {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #FF0004;
  text-align: left;
  padding: 10px 0 30px;
}
.aeste-menu_list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.aeste-menu_list li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../images/flower@3x.png")no-repeat;
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
}
.aeste-menu_list li {
  padding-bottom: 1.5rem;
  font-weight: 700;
}
.aeste-menu_list li span {
  padding-left: 2rem;
}
.menu_coupon {
  width: 75%;
  max-width: 325px;
  display: block;
  margin: 0 auto 6vh;
}
.menu_button {
  width: 70%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
/*MENU Responsive*/
@media(max-width:599px) {
  .menu_visual {
    width: 300px;
    height:200px;
    object-fit: cover;
    margin: 0 auto;
  }
  .menu_table {
    margin: 0 auto;
  }
}
@media(min-width:600px) {
  .section-menu_lead {
    text-align: center;
  }
  .menu_description {
    text-align: center;
  }
  .menu_attention {
  padding: 10px 0px 0px;
}
  .menu_brpoint {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
  }
  .menu_visual {
    object-fit: contain;
    margin:0;
  }
  .menu_table {
    margin-right: 35px;
    width: 88%;
  }
  .section-menu {
    padding: 10vh 5vh;
  }
}
@media(min-width:700px) {
   .menu_table {
    margin-right: 35px;
    width: 60%;
  }
}
@media(min-width:650px){
  .menu_container{
    padding: 30px 40px;
    margin-bottom:60px;
  }
}
@media(min-width:1000px) {
  .menu_container h3 {
    padding-bottom: 50px;
    max-width: 800px;
    margin:0 auto;
  }
  .menu_description {
    margin-bottom: 50px;
  }
  .section-menu {
    padding: 10vh 15vh;
  }
  .menu_container h3::before {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .menu_container h3::after {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
  .menu_container {
    margin: 80px auto 100px;
    padding: 50px 60px;
}
  .menu_brpoint {
    justify-content:space-between;
  }
}
@media(max-width:1000px) {
  .menu_container {
    max-width: 800px;
  }
}
@media(min-width:1200px) {
  .menu_container {
    max-width: 1000px;
    padding: 80px 100px;
  }
}
/*---------------------------Salon----------------------------*/
.section-salon {
  background-color: #ffffff;
  padding: 8vh 24px;
  position:relative;
}
.salon-title-ashirai{
  height: 10vh;
  display: block;
  position: absolute;
  top:-18%;
  left: 64%;
  }
@media (min-width: 500px){
  .salon-title-ashirai {
      left: 64%;
  }
}
@media (min-width: 790px){
  .salon-title-ashirai {
      left: 57%;
  }
}
@media (min-width: 1000px){
  .salon-title-ashirai {
      height: 13vh;
      left: 60%;
  }
}
.section-salon_image {
  width: 328px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0 auto 1.0rem;
}
.section-salon_subtitle {
  font-family:"游ゴシック";
  font-weight:600;
  font-size: 1.8rem;
  margin-bottom: 3rem;
  position: relative;
  padding-left: 3em;
}

.section-salon_subtitle span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1rem;
  color: #fff;
  font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
  font-weight: 700;
  background: #79b11d;
  border-radius: 16px;
}
.triangle {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid rgba(121,177,29,0.7);
  margin: 30px auto;
}
.salon-attention {
  background-color: #e2ffb2;
  padding: 15px;
  border-radius: 15px;
  font-size: 1.3rem;
  margin-top: 1.5rem;
}
.salon-attention_description {
  margin-bottom: 1.3rem;
}
.section-salon_descriotion {
  max-width: 330px;
  margin: 0 auto;
}
@media(min-width:600px) {
  .section-salon_brpoint {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
  }
  .section-salon_descriotion {
    max-width: 45%;
  }
  .section-salon_image {
    margin: 0 60px 0 0;
  }
}
@media(min-width:800px) {
  .section-salon_image {
    width: 393px;
    height: 270px;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .triangle {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #79b11d;
    margin: 50px auto;
  }
}
@media(min-width:900px) {
  .section-salon_subtitle {
    font-family: "游ゴシック";
    font-weight: 700;
    font-size: 2.0rem;
    margin-bottom: 3.0rem;
    position: relative;
    padding-left: 3em;
  }
  .salon-title-ashirai{
  left: 56%;
  }
}
@media(min-width:800px) {
  .section-salon {
    padding: 8vh 50px;
  }
  .section-salon_text {
    font-size: 1.5rem;
  }
  .salon-attention {
    font-size: 1.5rem;
  }
}
@media(min-width:1000px){
  .salon-title-ashirai{
  height:11vh;
  left: 57%;
  }
}
/*----------------------------STAFF-------------------------------*/
.section-staff {
  background-color: #f1fddc;
  background-image:
    repeating-linear-gradient(-45deg, #fff, #fff 7px, transparent 0, transparent 14px);
  padding: 60px 24px;
}
.staff-visual {
  width: 80%;
  max-width: 250px;
  object-fit: contain;
  display: block;
  margin: 0 auto 60px;
}
.staff-title_ashirai{
  height: 8vh;
  display: block;
  position: absolute;
  top: 7%;
  left: 63%;
}
@media (min-width: 500px){
  .staff-title_ashirai {
      left: 60%;
  }
}
@media (min-width: 790px){
  .staff-title_ashirai {
      left: 57%;
  }
}
@media (min-width: 1000px){
  .staff-title_ashirai {
      height: 9vh;
      left: 55%;
      top:10%;
  }
}
.section-staff_descriotion p {
  margin-bottom: 1.5rem;
}
.Instagram-button {
  width: 75%;
  max-width: 250px;
  display: block;
  margin: 45px auto 0;
}
@media(min-width:600px) {
  .section-staff {
    padding: 8vh 50px;
  }
}
@media(min-width:700px) {
  .section-staff_brpoint {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 1000px;
    margin: 0 auto;
  }
  .section-staff_descriotion {
    max-width: 50%;
  }
  .staff-visual {
    width: 80%;
    max-width: 300px;
    object-fit: contain;
    display: block;
    margin: 0;
    padding-right: 50px;
  }
  .Instagram-button {
    max-width: 300px;
  }
}
/*----------------------------------Review-------------------------*/
.section-review {
  background-color: #fff;
  padding: 60px 24px 30px;
  max-width:1000px !important;
  margin:0 auto;
}
.review-title_ashirai{
  height: 8vh;
  display: block;
  position: absolute;
  top:-9%;
  left: 66%;
}
@media (min-width: 500px){
  .review-title_ashirai {
      left: 64%;
  }
}
@media (min-width: 790px){
  .review-title_ashirai {
      left: 60%;
  }
}
@media (min-width: 1000px){
  .review-title_ashirai {
      height: 10vh;
      left: 60%;
  }
}
.review_container {
  background-color: #e5fbc0;
  height: 480px !important;
  width: 327px !important;
  border-radius: 15px;
  padding: 30px 20px 30px 20px;
  outline: 2px solid rgb(255, 255, 255);
  outline-offset: -8px;
  margin:0 auto 60px;
}
.review-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.review-name {
  font-size: 1.4rem;
  text-align: right;
  margin-bottom: 20px;
}
.review-text {
  font-size: 1.5rem;
}
.review-title {
  font-size: 1.8rem;
}
/*
.swiper {
  width: 327px;
}
*/
@media (min-width: 600px){
.section-review {
    padding: 8vh 50px;
}
}
/*-------------------------------Access---------------------------------*/
.section-access {
  background-color: #fff;
  background-image:
    radial-gradient(#e5fbc0 26%, transparent 10%), radial-gradient(#e5fbc0 26%, transparent 10%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  padding: 60px 5vw;
}
.section-access address {
  text-align: center;
  font-style: normal;
  margin-bottom: 30px;
}
.access-title_ashirai{
    height: 6vh;
    display: block;
    position: absolute;
    top: 22%;
    left: 65%;

}
@media (min-width: 500px){
  .access-title_ashirai {
      left: 62%;
  }
}
@media (min-width: 790px){
  .access-title_ashirai {
    top:33%;
    left: 59%;
  }
}
@media (min-width: 1000px){
  .access-title_ashirai {
    height: 9vh;
    left: 57%;
  }
}
.map-wrap {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 5vh;
}
.shop-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
  margin: 0 auto;
}
.shop-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-access_text {
  margin: 0 auto;
  padding: 0 0 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  max-width: 650px;
}
.access-text {
  position: relative;
  padding-left: 1.5em;
  list-style: none;
}
.access-text span {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../images/clover@3x.png")no-repeat;
  background-size: contain;
  margin-right: 5px;
  vertical-align: text-top;
}
.parking-descriotion p {
  position: relative;
  padding-left: 1.5em;
}
.parking-descriotion p span {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../images/clover@3x.png")no-repeat;
  background-size: contain;
  margin-right: 5px;
  vertical-align: text-top;
}
.section-access h3 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
  font-weight: 500;
}
.parking-map {
  padding-bottom: 30px;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.parking-descriotion {
  margin: 0 auto;
  max-width: 650px;
}
/*ACCESS Responsive*/
@media(min-width:600px) {}
/*----------------------------info---------------------------*/
.section-info {
  padding: 60px 24px 30px;
}
.info-title-ashirai{
  height: 7vh;
  display: block;
  position: absolute;
  top:5%;
  left: 79%;
}
@media (min-width: 500px){
  .info-title-ashirai {
      left: 70%;
  }
}
@media (min-width: 790px){
  .info-title-ashirai {
      left: 68%;
  }
}
@media (min-width: 1000px){
  .info-title-ashirai {
      height: 11vh;
      left: 70%;
  }
}
.section-info h2 {
  margin: 0 auto;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  max-width: 650px;
}
.section-info h3 {
  padding: 30px 0;
  text-align: center;
  font-size: 1.8rem;
  font-family:"A-OTF リュウミン Pr6N L-KL","游明朝";
}
.info-hour {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.info-holiday p span {
  color: #FF0004;
  font-size: 1.4rem;
}
.info-holiday {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.insta-link{
  text-decoration-line: underline;
  color:red;
}

.info-inquiry {
  /*  padding-bottom: 30px;*/
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.info-inquiry h4 {
  font-size: 1.8rem;
  line-height: 4.0rem;
}
.info-inquiry_description {
  margin-bottom: 20px;
}
.info-inquiry_tel {
  position: relative;
  margin: 2em 0 2.5em;
  padding: 1.5em 1em;
  border: solid 3px #87d760;
  border-style: double;
  border-radius: 8px;
}
.info-inquiry_tel .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 18px;
  background: #FFF;
  color: #87d760;
  font-weight: bold;
}
.info-inquiry_tel p {
  margin: 0;
  padding: 0;
}
.info-inquiry_tel p span{
  font-weight:600;
}
.info-inquiry_line {
  position: relative;
  margin: 2em 0;
  padding: 1.5em 1em;
  border: solid 3px #87d760;
  border-style: double;
  border-radius: 8px;
}
.info-inquiry_line .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 18px;
  background: #FFF;
  color: #87d760;
  font-weight: bold;
}
.info-inquiry_line p {
  margin: 0;
  padding: 0;
}
.info-inquiry_line p {
  margin-bottom: 15px;
}
.line_schedule{
  font-size: .8em;
  color:rgba(255,0,4,1.00);
}
.line_link-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.line-QR {
  display: block;
  width: 30%;
  max-width: 100px;
  object-fit: contain;
  margin-right: 50px;
}
.line-friend {
  display: block;
  width: 40%;
  max-width: 150px;
  object-fit: contain;
}
.section-info_brpoint table {
  margin: 0 auto;
}
.section-info_brpoint th {
  padding-right: 50px;
}
.section-info_visual-area {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 30px 5vw;
  margin: 0 auto;
}
.info-pic1 {
  display: block;
  width:70%;
  max-width: 315px;
  object-fit: contain;
  margin-bottom: 40px;
  margin-left: 0px;
}
.info-pic2 {
  display: block;
  width:70%;
  max-width: 315px;
  object-fit: contain;
  margin-left: 25vw;
}
/*INFO Responsive*/
@media(min-width:600px) {
  .info-hour {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    max-width: 650px;
    margin: 0 auto;
  }
  .section-info_brpoint {
    max-width: 60%;
  }
  .section-info_brpoint table {
    margin: 0;
    padding-right: 10px;
  }
  .info-holiday {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    max-width: 650px;
    margin: 0 auto;
  }
  .info-inquiry {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    max-width: 650px;
    margin: 0 auto;
  }
    .section-info_visual-area {
     padding: 30px 60px;
}
}
@media(min-width:800px){
  .section-info_visual-area {
    display: flex;
    flex-direction: row;
    justify-content: center;
     padding: 100px 60px;
}
  .info-pic1 {
  display: block;
  width: 35%;
  max-width: 430px;
  object-fit: contain;
  margin-bottom: 60px;
  margin-left: 0px;
}
.info-pic2 {
  display: block;
  width: 35%;
  max-width: 430px;
  object-fit: contain;
  margin-left: 40px;
  margin-top: 100px;
}
  .section-info {
  padding-top: 60px;
}
}
@media(min-width:1000px){
  .section-info {
  padding-top: 100px;
}
}
/*---------------------------Reservation--------------------------*/
.section-reserve {
  background-color: #f1fddc;
  background-image:
    repeating-linear-gradient(-45deg, #fff, #fff 7px, transparent 0, transparent 14px);
  padding: 8vh 24px;
}
.section-reserve h2 {
  margin: 0 auto;
  max-width: 650px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.section-reserve h3 {
  padding: 30px 0;
  text-align: center;
  font-size: 1.8rem;
  font-family:"A-OTF リュウミン Pr6N L-KL","游明朝";
}
.section-reserve p {
  padding-bottom: 30px;
  max-width: 450px;
  margin: 0 auto;
}
.reserve-title_ashirai{
  height: 5vh;
  display: block;
  position: absolute;
  top: 15%;
  left: 80%;
}
@media (min-width: 500px){
  .reserve-title_ashirai {
      top:9%;
      left: 75%;
  }
}
@media (min-width: 790px){
  .reserve-title_ashirai {
      left: 68%;
  }
}
@media (min-width: 1000px){
  .reserve-title_ashirai {
    height: 7vh;
    left: 70%;
  }
}
.section-reserve_button1 {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.section-reserve_button2 {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
.reserve-method {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.cancel-method {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
/*RESERVE Responsive*/
@media(min-width:600px) {
  .reserve-method, .cancel-method {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    align-items: center;
    margin: 0 auto;
    max-width: 650px;
  }
  .reserve-method_brpoint, .cancel-method_brpoint {
    width: 60%;
  }
  .section-reserve_button1, .section-reserve_button2 {
    margin: 0;
  }
}
/*---------------------------FAQ--------------------------*/
.section-faq {
  padding: 8vh 24px 10vh;
  margin: 0 auto;
}
.FAQ_text-container {
  background-color: #e5fbc0;
  padding: 24px;
  border-radius: 15px;
  outline: 2px solid rgb(255, 255, 255);
  outline-offset: -8px;
  margin: 0 auto 20px;
  width:100%;
  max-width: 600px;
}
.faq-title_ashirai{
  height: 8vh;
  display: block;
  position: absolute;
  top:5%;
  left: 70%;
}
@media (min-width: 500px){
  .faq-title_ashirai {
      left: 62%;
      top:-5%;
  }
}
@media (min-width: 790px){
  .faq-title_ashirai {
      left: 60%;
  }
}
@media (min-width: 1000px){
  .faq-title_ashirai {
      height: 10vh;
      left: 59%;
  }
}
.quistion-text {
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 2em;
}
.answer-text {
  position: relative;
  padding-left: 2em;
}
.quistion-text span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background: url("../images/Q_icon@3x.png")no-repeat;
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
}
.answer-text span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background: url("../images/A_icon@3x.png")no-repeat;
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
}
.kaisuken {
  font-size: 1.3rem;
  color: #FF0004;
  padding-left: 2em;
}
@media(min-width:1000px) {
  .FAQ_text-container {
    margin: 0 auto 50px;
    max-width: 800px;
  }
  .section-faq {
    padding: 8vh 24px 14vh;
  }
}
/*------------------footer-----------------------*/
.footer_visual_img {
  position: relative;
  left: 50%;
  width: 100%;
  height: 40px;
  transform: translate(-50%, -100%);
  object-fit: cover;
}
@media(min-width:650px){
  .footer_visual_img {
  position: relative;
  height: auto;
}
}
.footer {
  color: #354f09;
  background-color: #d0e6b6f2;
  padding: 0px 0px 30px;
}
.footer p {
  text-align: center;
  font-family: "A-OTF リュウミン Pr6N L-KL", "游明朝";
  line-height: 4rem;
}
.footer address {
  font-style: normal;
  text-align: center;
  font-family: "A-OTF リュウミン Pr6N L-KL", "游明朝";
  font-weight: 400;
  font-size: 1.3rem;
  padding-bottom: 30px;
}
.sns-icon_container {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}
.insta-icon {
  display: block;
  width: 30px;
  object-fit: contain;
  margin-right: 20px;
}
.line-icon {
  display: block;
  width: 30px;
  object-fit: contain;
}
.copyright {
  font-size: 0.8rem;
}
.footer_link-button1,.footer_link-button2,.footer_link-button3{
  display: none;
}
/*-------------------------------------------ページトップリンク-------------------------------*/
#page-top{
	height:50px;
  object-fit: contain;
	transition:all 0.3s;
}
#page-top a:hover{
	background: #777;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}
@media(min-width:1000px){
  #page-top {
	right: 20px;
  bottom:20px;
}
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

/*-------------------フッターレスポンシブ----------------------------*/
@media(min-width:1000px){
  .footer_brpoint{
    padding:0 50px;
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
  .footer_brpoint address {
   text-align: left !important;
}
    .footer_brpoint p {
   text-align: left !important;
}
  .sns-icon_container {
  justify-content: flex-start;
}
  .copyright {
  font-size: 1.4rem;
}
  .footer_link-button1 {
    display: inline-block;
    max-height: 30px;
    object-fit: contain;
    margin-right: 30px;
}
  .footer_link-button2 {
    display: inline-block;
    max-height: 30px;
    object-fit: contain;
    margin-right: 30px;
}
  .footer_link-button3 {
    display: inline-block;
    max-height: 30px;
    object-fit: contain;
    margin-right: 30px;
}
}