@charset "UTF-8";

/* CSS Document */
@import url("normalize.css") screen;
body, html {
	height: 100%;
	scroll-behavior: smooth;
}
body {
	background: #faf6f3;
	color: #000;
	overflow-x: hidden;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	box-sizing: border-box;
}
.contents {
	padding-bottom: 80px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover, a:active {
	color: #666;
	text-decoration: none;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
ul, li, dl, dt, dd, p {
	margin: 0;
	padding: 0;
}
	ul {
		list-style: none;

	}
dl {
	list-style-type: none;
}
em, i {
	font-style: normal;
	vertical-align: middle;
}
h1, h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1 a, h2 a {
	text-decoration: none;
}
.second .contents,
footer {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;

}
.second .contents > .main_area {
	padding-top: calc(40px + 1em);
}
.second .contents .breadcrumbs +  .main_area {
	padding-top: 0;
}
.breadcrumbs {
	text-align: left;
	padding: 20px 4vw;
}
.breadcrumbs ul {
	display: flex;
	flex-wrap: wrap;
}
.breadcrumbs ul li {
	font-size: 10px;
	color: #666;
}

.breadcrumbs ul li:nth-child(n + 2)::before {
	content: ">";
	display: inline-block;
	padding: 0 5px;
}
.second h1 {
	font-size: 38px;
	padding: 20px 0;
	color: #665A1A;
	text-align: center;
}
.second article {
	text-align: left;
}
.second article h1 {
	font-size: 20px;
	text-align: left;
}
.second .second_h1area {
	background: radial-gradient(circle at center -1.6em, #EF9890 7em, transparent 7.1em);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding-top: 5em;
}
.second .second_h1area h1 {
	color: #EF9890;
	font-weight: 500;
	font-size: 2.2em;
	margin-bottom: 20px;
	text-align: center;
}

.second h2 {
	font-size: 18px;
	margin-bottom: 30px;
	position: relative;
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

span.linkarrow {
	display: inline-block;
}
span.linkarrow a {
	display: block;
	position: relative;
	padding-left: 1em;
	color: #665A1A;
}
span.linkarrow a:hover {
	color: #9F9249;
}

span.linkarrow a::before {
	content: '';
	display: block;
  width: .6em;
  height: .6em;
  border: 0;
  border-bottom: solid 1px #665A1A;
  border-right: solid 1px #665A1A;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}


/* HEADER */
.sitename {
	font-size: 26px;
}
.headertop {
	padding: 15px 3vw;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
}
.header_btnarea {
	display: flex;
	justify-content: flex-end;
	column-gap: 30px;
}
.sitename a {
	line-height: 1.2;
	align-items: center;
	color: #665A1A;
	font-size: 18px;
	column-gap: 30px;
	font-weight: 500;
}
.sitename .eng {
	font-family: "Amita", serif;
	letter-spacing: 0;
	font-size: 34px;
	font-weight: bold;
}
.sitename_text {
	font-family: "Amita", serif;
	letter-spacing: 0;
	font-weight: bold;

}
.sitename div span {
	display: block;
}

.bnr_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	grid-gap: 30px;
	padding-bottom: 30px;
	
}
.bnr_list li a,
.bnr_list li span {
	display: block;
	background-color: #fff;
	border: 1px solid #C4C4C4;
	padding: 5px 10px;
	
}

.bnr_list li {
	width: calc((100% - 90px) / 4);
}
.bnr_list.links li {
	width: calc((100% - 60px) / 5);
}

.inner_link {
	display: flex;
	justify-content: center;
	grid-gap: 5px 30px;
	margin-bottom: 30px;
	flex-wrap: wrap;
	}
.inner_link a {
	position: relative;
	display: block;
	padding-right: 15px;
	
}
.inner_link a::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #665A1A;
  border-right: solid 2px #665A1A;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.second article {
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
}
.second .reservation_sec article,
.second .contact_sec article {
	padding: 0 20px 20px 20px;
}
.second section {
	padding-bottom: 4em;
	text-align: left;
}
.second section p {
	padding-bottom: 2em;
}

 .second section p.lead_text {
	 font-size: 1.3em;
	 line-height: 1.8;
	padding-bottom: 2em;
	 font-weight: 500;
}

.privacypolicy_sec section {
	text-align: left;
}
.second .privacypolicy_sec section h2 {
	font-size: 22px;
}


/* FORM*/

input, button, select, textarea {
		font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	color: #333;
	line-height: 1;
}
textarea, select, input[type="text"], input[type="email"], input[type="tel"], input[type="date"] {
	box-sizing: border-box;
	border: 1px solid #B3B3B3;
	padding: 0.5em;
	line-height: 1.4em;
	width: 100%;
	border-radius: 8px;
}
input[type="date"] {
	box-sizing: border-box;
	border: 1px solid #B3B3B3;
	padding: 0.3em;
	line-height: 1.4em;
	width: 100%;
	border-radius: 8px;
}
textarea, select {
	background-color: #fff;
}
input[type="radio"] {
	line-height: 2.4em;
}
button {
	cursor: pointer;
	box-sizing: border-box;
	line-height: 1;
}
note {
	display: block;
	font-size: 0.8em;
	color: #999999;
}
figure {
	margin: 0;
	padding: 0;
}
b {
	font-weight: bold;
}
strong {
	font-weight: bold;
	font-size: 1.1em;
}
.text_r {
	text-align: right !important;
}
.text_l {
	text-align: left !important;
}
.text_c {
	text-align: center !important;
}
.text_sm {
	font-size: .8em;
	font-weight: 400;
}
.text_lg {
	font-size: 1.2em;
}
/* BOX */
.box_style {
	padding: 1.2em;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.box_pink {
	border: 1px solid #EF9890;
	background-color: rgba(239,152,144,0.1);
	border-radius: 9px;
}

/* LIST COMMON */
ul.liststyle {
	margin-left: 1.4rem;
	padding-bottom: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
ol {
	margin: 0;
	padding-bottom: 15px;
	padding-left: 2em;
}
dd ul.liststyle, li ul.liststyle {
	padding-bottom: 0;
	margin-bottom: 0;
}
ul.liststyle li, ol li {
	margin-bottom: 5px;
}
ul.liststyle > li:before {
	content: "•";
	display: inline-block;
	margin-left: -1.4em;
	width: 1.4em;
	text-align: center;
}
ul.liststyle.listNotice > li:before {
	content: "※";
	display: inline-block;
	margin-left: -1.4em;
	width: 1.4em;
}
ul.liststyle.listNotice2 > li:before {
	content: "＊";
	display: inline-block;
	margin-left: -1.4em;
	width: 1.4em;
}
ul.liststyle.listkakkonum {
    list-style: none;
	padding-left: 1.4em;
  }
ul.liststyle.listkakkonum > li {
    counter-increment: my-counter; /* カウンターを増やす */
}
ul.liststyle.listkakkonum > li:before {
    content: "(" counter(my-counter) ")"; 
    display: inline-block;
	margin-left: -3.2em;
	width: 3.2em;
  }
.dl_list dd {
	margin-bottom: 15px;
}
.dl_list.withline {}
.dl_list.withline dt {
	margin: 0;
	padding: 30px;
}
.dl_list.withline dd {
	border-bottom: 1px solid #999999;
	margin: 0;
	padding: 30px;
}



/* COMMON */
/* TITLE COMMON */

.btn_area,
.btn_area2 {
	text-align: center;
	padding: 30px 0;
}
.btn_style, button, .head_toiawase {
	position: relative;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	 box-sizing: border-box;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn_style.nolink {
	background-color: #666666;
	cursor:default;
	color: #D4D4D4;
}
.btn_style span {
	font-size: .8em;
}

 button, .btn1, .head_toiawase {
	background-color: #fff;
	border: 1px solid #EF9890;
	color: #EF9890;
}
 button, .head_toiawase {
	border-radius: 10px;
}
button:hover,
.btn1:hover,
.head_toiawase:hover {
	background-color: #FFDFDB;
	color: #EF9890;
}
.btn1,
.btn2 {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
}
.btn2 {
	background-color: #EF9890;
	color: #fff;
}
.btn2:hover {
	background-color: #DB8077;
	color: #fff;
}
.btn3 {
	background-color: #fff;
	color: #EF9890;
	line-height: 60px;
	height: 60px;
	vertical-align: middle;
	border-radius: 30px;
	font-size: 20px;
	    box-shadow: 0px 4px #C77B74;
	padding: 0 30px;
}
.btn3:hover {
	background-color: #FFE6E4;
	color: #DD776E;
}
.btn3:active {

box-shadow: none;
position: relative;
top: 4px;
}
.btn4 {
	background-color: #fff;
	color: #5A728A;
	border: 1px solid #5A728A;
	line-height: 46px;
	height: 46px;
	border-radius: 23px;
	font-weight: bold;
}
input[type="submit"]:hover,
.btn4:hover {
	background-color: #D8E2EB;
	color: #5A728A;
}

input[type="submit"],
.btn5 {
	background-color: #5A728A;
	color: #fff;
	display: block;
	margin: 0 auto;
	line-height: 84px;
	height: 84px;
	border-radius: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	width: 40%;
	border: none;
	font-size: 24px;
		font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;

}

input[type="submit"]:hover {
	
}

@keyframes fadein {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}


.is-hide {
	display: none;
}
.withicon {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.withicon img {
	height: 1.2em;
	width: auto;
	margin-right: 5px;
}
/* NAV COMMON */

.header_main {
	position: relative;
}

.nav a {
  text-decoration: none;
  color: #665A1A;
	cursor: pointer;
	position: relative;
}
.nav a:hover {
  color: #897E41;
}
/* FOOTER COMMON */
footer {
	padding: 40px 0;
	background-color: #5A728A;
	text-align: left;
}

.footer_toyotalink img {
	width: 200px;
	
}
footer .main_area {

	font-size: 16px;
	color: #fff;
}
.footer_logo {
	font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.5;
		font-family: "Zen Maru Gothic", sans-serif;

}
.footer_logo .eng {
	font-family: "Amita", serif;
	letter-spacing: 0;
	font-size: 44px;
		font-weight: bold;
}

footer .main_area p {
	text-align: left;
	padding-bottom: 20px;
	font-weight: 400;
}
footer .footer_link p {
	text-align: center;
}
footer .main_area p.cr {
	text-align: center;
	padding-bottom: 0;
}

.footer_menu li {
	padding-left: 1em;
}
footer a {
	text-decoration: none;
	color: #fff;
}
footer a:hover {
	color: #EFEFEF;
}

footer span.linkarrow a {
	color: #fff;
}
footer span.linkarrow a:hover {
	color: #E1E1E1;
}
footer span.linkarrow a::before {
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
}
footer .instacmnt {
	display: flex;
	justify-content: center;
	grid-gap: 12px;
	margin-bottom: 5px;
	width: 100%;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-family: "Zen Maru Gothic", sans-serif;
}
footer .instacmnt::before,
footer .instacmnt::after {
	content: "";
	display: block;
	width: 2px;
	height: 1.4em;
	border-radius: 1px;
	background-color: #fff;
}

footer .instacmnt::before {
	transform: rotate(-45deg);	
}
footer .instacmnt::after{
	transform: rotate(45deg);
}
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 49;
	display: none;
	width: 60px;
	height: 60px;
}

#pagetop a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	text-decoration: none;
	position:  relative;
	background-color: rgba(233,119,93,.85);
	opacity: 0.8;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
#pagetop a::before {
	content:"";
    width: 16px;
    height: 16px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	margin-top: 8px;
	
}
#pagetop a:hover {
	background-color: rgba(233,119,93,.95);
}

.comingsoon {
	background-color: #fff;
	color: #999;
	padding: 40px;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
	text-align: center;
}
.main_area,
.atcltit_area {
	width: 92vw;
	margin: 0 auto;
}
.eng {
	font-family: "Aboreto", serif;
	letter-spacing: 0.05em
}

.cont_tit {
	font-size: 16px;
	color: #665A1A;
	line-height: 1.3;
	margin-bottom: 20px;
	text-align: left;
}
.cont_tit a {
	color: #665A1A;
}
.cont_tit span {
	display: block;
}
.cont_tit .eng {
	font-size: 38px;
}
.link_idx {
	text-align: right;
	padding: 15px 0;
}
.link_idx a::before {
	content: "";
}
section.sec {
	padding: 40px 0;
	opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
section.sec.is-visible {
    opacity: 1;
    transform: translateY(0);
}
/* TOP COMMON */

.tophero_area .swiper-slide {
  opacity: .3; /* 左右のスライドを薄くする */
  transform: scale(.8); /* 左右のスライドを小さくする */
  transition: .7s; /* ゆっくり小さくさせる */
}
.tophero_area .swiper-slide img {
  height: auto;
  width: 100%;
}
.tophero_area .swiper-slide-active {
  opacity: 1; /* 中央のスライドは薄くしない */
  transform: scale(1); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}

.tophero_area {
    opacity: 0;
}
#toplead_area a:not([class]):hover {
	color: #828282;
}
.top_slide {
	position: relative;
}

#toplead_area .main_area .photo_area {
	background-color: #fff;
}


.swiper-prev,
.swiper-next {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: block;
    height: 100%;
    width: 40px;
    cursor: pointer;
    z-index: 5;
}


.swiper-button-next {
	right: 3px;
}
.swiper-button-prev {
	left: 3px;
}

.swiper-button-next,
.swiper-button-prev {
    content: "";
  position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	margin: auto 0;
  background-color: rgba(255,255,255,.6);
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-button-next svg.swiper-navigation-icon,
.swiper-button-prev svg.swiper-navigation-icon {
	width: 10px;
	height: auto;
}
.swiper-button-next svg.swiper-navigation-icon path,
.swiper-button-prev svg.swiper-navigation-icon path {
	fill: #4C2E30 !important;
}
/*.swiper-button-next::before,
.swiper-button-prev::before {
	content:"";
    width: 16px;
    height: 16px;
    border-top: 1px solid #4C2E30;
    border-right: 1px solid #4C2E30;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	margin-top: 8px;
}
.swiper-button-prev::before,
.swiper-button-prev::before {
	content:"";
    width: 16px;
    height: 16px;
    border-top: 1px solid #4C2E30;
    border-right: 1px solid #4C2E30;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	margin-top: 8px;
}

*/
.bnr_area {
	display: flex;
	grid-gap: 25px;
	justify-content: center;
}

.bnr_area a.bnr_box {
	padding: 40px 0;
	
}
.bnr_area a.bnr_box {
	max-width: 320px;
	width: 30%;
}

#top_news {
	padding: 40px 0;
    opacity: 0;
	transform: translateY(20px);
	animation: fadeInUp 0.8s ease 0.8s forwards;
}
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
#top_about {
	background-color: #BDE9E8;
	padding: 40px 0;
}
#top_about h2 {
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 30px;
}
#top_about h2,
#top_about h2 a,
#top_about p {
	color: #4C2E30;
	text-align: left;
}

#top_about .text_area h2,
#top_about .text_area p {
	position: relative;
	z-index: 5;
}
#top_about .text_area h2 strong {
	font-size: 26px;
}
#top_about h2 .sitename {
	border-bottom: 1px solid #4C2E30;
	padding-bottom: 10px;
	margin-bottom: 5px;
	font-size: 14px;

}
#top_about h2 .sitename .eng {
	font-size: 26px;
}
#top_about .text_area p {
	line-height: 2;
}

/* 相談 */
#top_soudan .main_area {
	color: #E9775D;
	text-align: center;
}
#top_soudan .main_area h2 {
	margin: 0 auto 30px auto;
	    display: inline-flex;
    align-items:flex-end;
    column-gap: 30px;
}
#top_soudan .main_area h2::before,
#top_soudan .main_area h2::after {
	content: "";
	display: block;
	width: 2px;
	height: 1.6em;
	border-radius: 1px;
	background-color: #E9775D;
}
#top_soudan .main_area h2::before {
	transform: rotate(-45deg);	
}
#top_soudan .main_area h2::after {
	transform: rotate(45deg);
}
#top_soudan .main_area h2 span {
	font-weight: 600;
	display: inline-block;
	margin-bottom: 5px;
	color: #E9775D;
	font-size: 1.4em;
	background: linear-gradient(transparent 70%, #fff 70%);
}
#top_soudan .main_area p {
	line-height: 1.8;
}
.mousikomi_p_area {
	background-color: #E9775D;
	border-radius:27px;
	max-width: 740px;
	margin: 40px auto 0 auto;
	text-align: center;
}
.mousikomi_p_area .text_area {
	color: #fff;
	font-size: 1.4em;
}
.mousikomi_p_area .btn3 {
	padding: 0 60px;
	margin: 0;
}
#top_member .main_area {
	text-align: center;
	background-color: #BDE9E8;
	border-radius: 84px;
	padding: 0 3vw 3vw 3vw;
}
#top_member .main_area .cont_tit {
	background: radial-gradient(circle at center 1em, #fff 7em, transparent 7em);
	height: 8em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    flex-direction: column;
	    padding-top: 1.2em;
	/*position: relative;
	overflow: hidden;
	z-index: 1;*/

}
#top_member .main_area .cont_tit::before {
	/*content: "";
	display: block;
	width: 12em;
	height: 12em;
	border-radius: 6em;
	background-color: #fff;
	position: absolute;
	top: -6em;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 0;*/

}
#top_member .main_area p {
	color: #4C2E30;
	line-height: 2;
	padding-top: 20px;
}
.news_list {
	/*display: flex;
	flex-wrap: wrap;
	grid-gap: 2vw;*/
}
.news_list li {
	display: flex;
	margin-bottom: 15px;
	text-align: left;

}
.news_list li a {

}
.news_list li .newscate_area {
	text-align: left;
	
}
.news_list li .newscate_area span {
	display: inline-block;
	margin-right: auto;
	text-align: center;
	font-size: 14px;
	padding: 0 10px;
	border-radius: 3px;
	font-weight: bold;
}
.news_list li .newscate_area span.cate-news-info {
	border: 1px solid #D9C6A5;
	color: #D9C6A5;
}
.news_list li .newscate_area span.cate-news-column {
	border: 1px solid #E07A5F;
	color: #E07A5F;
}
.news_list li .newscate_area span.cate-events {
	border: 1px solid #A4CB78;
	color: #A4CB78;
}
/* NEWS */
.eyect {
	margin-bottom: 30px;
}
.honbun p {
	padding-bottom: 2em;
line-height: 1.6;
}
.honbun p a {
	text-decoration: underline;
}
/* EVENT */
.event-content {
	/*display: none;*/
}

.event_wrapper {
	position: relative;
}
.eventap_flagarea {
	position: absolute;
	width: 80px;
	height: 54px;
	top: 0;
	right: 80px;
	color: #fff;
	padding-top: .8em;
}
.eventap_flag {
	position: relative;
	z-index: 5;
	text-align: center;
	font-weight: bold;
	
}
.eventap_flagarea::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
    width: 80px;
    height: 54px;
    background-color: #ABABAB;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 75%, 0 100%);
	z-index: 0;
}
.eventap_flagarea.applyflag_apl-accepting::before {
    background-color: #A1D8E2;

}
/* 相談予約 */
.wpcf7 p {
  margin: 0;
}

.form_area {
	text-align: left;
	padding-top: 30px;
}
span.icon-required {
	display: inline-block;
	font-size: 12px;
	text-align: center;
	color: #EF9890;
	border: 1px solid #EF9890;
	border-radius: 4px;
	margin-right: 10px;
	width: 43px;
}
.formabout_box {
	border: 1px solid #B3B3B3;
	border-radius: 8px;
}
.accopen {
	position: relative;
	margin-top: -1px;
	border-radius: 8px;
	padding: 10px 25px 10px 10px;
	cursor: pointer;
	font-size: 1em;
}
.accopen::after {
	content: "";
	display: block;
	position: absolute;
	right: 15px;
	margin: auto 0;
	top: 0;
	bottom: 0;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
}
.accopen.open {
	border-bottom: 1px solid #B3B3B3;
}
.accopen.open::after {
	transform: rotate(-135deg);
}

.accodiv {
	padding: 10px;
}
.accodiv p,
.accodiv li {
	font-size: 13px;
}

.aboutcc,
.aboutpp {
	padding-bottom: 25px;
}
.aboutcc .kakunin_area,
.aboutpp .kakunin_area {
	padding-bottom: 10px;
}
.imginfobox .swiper-wrapper {
	margin-left: 15px;
	margin-top: 15px;
}

.imginfobox .box_detail {
	box-shadow: 0 2px 7px rgba(0,0,0,0.2);
	border-radius: 15px;
	overflow: hidden;
	background-color: #fff;
	text-align: left;
}
.imginfobox .box_detail figure {
	aspect-ratio: 16 / 9;
}
.imginfobox .box_detail figure img {
	object-fit: cover;
}
.imginfobox .box_detail .text_area {
	padding: 15px;
}
.imginfobox .box_detail h3 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}
.imginfobox .box_detail p {
	font-size: 14px;
	color: #7F7F7F;
	padding: 0;
}
/* -------------------------------------- */
/* ----- SP(max-width: 767px)  ----- */
@media screen and (max-width: 767.9px) {
	html {
		font-size: 62.5%;
		padding: 0;
		margin: 0;
		scroll-padding-top: 45px;
	}
	body {
		font-size: 1.3rem;
		line-height: 1.6;
		padding: 0;
		margin: 0;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	.sptab_only, .sp_only {
		display: block !important;
	}
	.pc_only, .tabpc_only, .tab_only {
		display: none;
	}
	.textSmall {
		font-size: 1.2rem;
	}
	p {
		font-size: 1.4rem;
	}
	
	li, dt, dd, td, th {
		font-size: 1.4rem;
		line-height: 24px;
	}
	input, button, select, textarea {
		font-size: 1.4rem;
	}
	input[type="submit"]:nth-child(n+2) {
		margin-top: 20px;
	}
	note {
		font-size: 10px;
	}
	dl.dl_list dd {
		margin-bottom: 15px;
	}
	dl.dl_list.withline dt {
		padding: 15px 0 0 10px;
	}
	dl.dl_list.withline dd {
		padding: 5px 0 15px 10px;
	}
	.flex_box > div:nth-child(n+2) {
		margin-top: 30px;
	}
	.btn_style, input[type="submit"], button {
		width: 68%;
	}
	.btn_style.longbtn, input[type="submit"].longbtn, button.longbtn {
		width: auto;
	}
	.btn_area .btn_style:nth-child(n + 2) {
		margin-top: 15px;
	}
	.cont_tit {
		font-size: 1.8rem;
	}
	.cont_tit .eng {
		font-size: 2.4rem;
	}
	.second .second_h1area {
	background: radial-gradient(circle at center -1.6em, #EF9890 5em, transparent 5.1em);
        padding-top: 3em;
}
	.second h1 {
		font-size: 2.6rem;
	}

	
	/* FOOTER SP */
	footer .main_area {
		flex-direction: column;
		grid-gap: 5px;
	}
	
	footer .main_area p.cr {
		font-size: 10px;
	}
	
	
	/* TOP SP */
	#swiper1 .swiper-slide,
#swiper2 .swiper-slide {
  width: 80vw;
}
	#swiper1 .swiper-wrapper,
	#swiper2 .swiper-wrapper {
		padding-bottom: 20px;
	}
	.bnr_area {
	grid-gap: 10px;
}
	#top_soudan .main_area h2 {
		column-gap: 10px;
	}
	#top_soudan .main_area h2 span {
		font-size: 1.05em;
	}
	
	#top_member .main_area .cont_tit {
		background: radial-gradient(circle at center 0em, #fff 5em, transparent 5em);
    height: 6em;
		padding-top: .6em;
	}
	#top_member .main_area {
		border-radius: 27px;
	}
	#top_member .main_area p {
		text-align: left;
		padding: 10px;
		
	}
	.form_area dl.dl_list dt {
		margin-bottom: 10px;
		line-height: 1.8;
	}
	.form_area dl.dl_list dd {
		margin-bottom: 30px;
	}
	.spblock {
		display: block;
		margin-bottom: 5px;
	}
	/* EVENT SP */
	.eventap_flagarea {
		right: 6vw;
	}
	
	.eventap_flagarea, 
	.eventap_flagarea::before {
	width: 56px;
	height: 30px;
	}
	.eventap_flagarea {
		padding-top: .2em;
	}
	.eventap_flag {
		font-size: 12px;
	}
}



/* SP and TABLET */
@media screen and (max-width: 1049.9px) {
	
	/* GOOGLE MAP */
	.gmapArea {
		height: 0;
		overflow: hidden;
		padding-bottom: 56.25%;
		position: relative;
		margin-bottom: 10px;
	}
	.gmapArea iframe {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.pc_only {
		display: none !important;
	}
	.btn_style {
		font-size: 14px;
		line-height: 50px;
		height: 50px;
	}

	
	section.sec {
		padding: 30px 0;
	}
	.cont_tit {
		text-align: center;
		font-size: 14px;
	}
	/* HEADER SP and TABLET */
	
	#headerdiv {
		position: sticky;
  		top: 0;
		z-index: 1000;
		background-color: rgba(255,255,255,.85);
	}
	.headertop {
		padding: 10px 50px 10px 2vw;
	}
	.header_main {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 98%;
	}
	
	.sitename {
		text-align: left;
		font-size: 16px;
		
	}
	.sitename .eng {
		font-size: 11px;
	}
	.header_main .head_toiawase {
		display: none;
	}
	a.head_yoyaku {
		display: flex;
		color: #EF9890;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		font-size: 12px;
	}
	a.head_yoyaku img {
		display: block;
		width: 20px;
		height: auto;
	}
	.header_main, footer .main_area {
		position: relative;
	}
	
	
	.ham_menu {
		top: 40px;
		right: 4vw;
	}
	/* ハンバーガーアイコン */
.ham_menu {
  width: 32px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
	position: absolute;
	right: 2vw;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.ham_menu span {
  display: block;
  height: 2px;
  width: 100%;
  background: #665A1A;
  transition: 0.3s;
}

/* × に変形 */
.ham_menu.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.ham_menu.active span:nth-child(2) {
  opacity: 0;
}
.ham_menu.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
.has-subnav {
  position: relative;
}

/* ＋ボタン */
.subnav-toggle {
  margin-left: 8px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  user-select: none;
  transition: transform 0.25s ease;
}

/* ＋回転（任意） */
.subnav-toggle.is-open {
  transform: rotate(45deg);
}


.nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 70%;
  height: 100vh;
  background: rgba(255,255,255,.9);
  padding-top: 80px;
  transition: right 0.3s;
  z-index: 1000;
}

.nav.active {
  right: 0;
}

.nav ul {
  list-style: none;
  padding: 0;
}



	.nav a {
		display: block;
		padding: 24px 20px;
		border-bottom: 1px dotted #B5B093;
		font-weight: 500;
	}

	
	/* TOP TABLET AND SP */
	#toplead_area .main_area {
		width: 100%;
	}
	.news_list li {
		margin-bottom: 25px;
	}
	.news_list li {
			flex-wrap: wrap;
	}
	.news_list li .news_date {
		margin-right: 10px;
	}
	.news_list li .tit_area {
		width: 100%;
		padding-top: 5px;
	}
	
	#top_about {
		position: relative;
		padding: 20px 0 16em 0;
	}
	#top_about figure img {
		width: 90%;
		margin-left: auto;
	}
	#top_about .text_area h2{
		font-size: 10px;
	}
	#top_about .text_area h2 strong {
		font-size: 18px;
	}
	
	#top_about .text_area {
		width: 88vw;
		margin: 0 auto;
	}
	#top_about .text_area p {
		position: absolute;
		padding-bottom: 20px;
		bottom: 0;
		left: 4vw;
		text-shadow: 0 0px 4px rgba(255,255,255,0.60),0 0px 4px rgba(255,255,255,0.60),0 0px 4px rgba(255,255,255,0.60);
		
	}
	.mousikomi_p_area {
		padding: 15px 0;
	}
	.mousikomi_p_area .btn3 {
		margin: 15px auto 0 auto;
		max-width: 400px;
		padding: 0 15px;
	}
	
	.yokonarabi > div {
		padding-bottom: 10px;
	}
	/* FOOTER TABLET AND SP */
	footer {
		padding: 4vw 0;
	}
	.footer_info {
		display: flex;
		flex-direction: column-reverse;
	}
	.footer_menu {
		width: 100vw; /* 要素の幅を画面幅にする */
  margin-left: calc(50% - 50vw); /* 画面の中心に合わせる */
  margin-right: calc(50% - 50vw); /* 画面の中心に合わせる */
		margin-bottom: 20px;
	}
	.footer_menu strong {
		display: none;
	}
	.footer_menu ul {
		display: flex;
		flex-wrap: wrap;
		border-top: 1px solid #fff;
		
	}
	.footer_menu ul li {
		width: 50%;
		padding: 0;
	}
	.footer_menu ul li a {
		display: block;
		border-bottom: 1px solid #fff;
		line-height: 50px;
		height: 50px;
		font-weight: 300;
		text-align: center;
		box-sizing: border-box;
		font-size: 10px;
	}
		.footer_menu ul li.sptab_only a {
			font-size: 14px;
			font-weight: 500;
	}
	.footer_menu ul li:hover {
		background-color: rgba(255,255,255,.3)
	}
	.footer_menu ul li:nth-child(odd) a {
		border-right: 1px solid #fff;
	}
	.footer_logo {
	font-size: 18px;
    line-height: 1.5;
		
}
.footer_logo .eng {
	font-size: 18px;
		font-weight: bold;
}
	.footer_instalink img {
		width: 60%;
		max-width: 300px;
	}
	/*.footer_btn {
		width: 60vw;
		margin: 0 auto;
		padding: 30px 0;
	}
	.footer_btn .btn4 {
		margin-top: 20px;
	}
	*/
}
@media screen and (max-width: 400px) {
	#top_about .text_area p {
		font-size:13px;
	}
}
/* -------------------- */
/* ----- TABLET and PC ----- */
@media screen and (min-width: 768px) {
	html {
		scroll-padding-top: 75px;
	}
	body {
		padding: 0;
		margin: 0;
		text-align: center;
		font-size: 14px;
		line-height: 24px;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	.sp_only {
		display: none !important;
	}
	.tabpc_only {
		display: block !important;
	}
	p, .textBox {
		font-size: 14px;
		line-height: 24px;
	}


	li, dt, dd, td, th {
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;
	}
	input, button, select, textarea {
		font-size: 14px;
	}
	.mwform-tel-field input[type="text"] {
		width: 6em;
	}

	dl.dl_list {
		margin: 0 auto 10px auto;
	}
	dl.dl_list dt {
		float: left;
		clear: both;
		width: 7.5em;
		text-align: left;
	}
	dl.dl_list dd {
		padding-left: 8.5em;
		margin-bottom: 30px;
		text-align: left;
	}
	dl.dl_list.dl_long dt {
		width: 15em;
	}
	dl.dl_list.dl_long dd {
		padding-left: 15.5em;
	}
	a[href^="tel:"] {
		pointer-events: none;
		color: #333;
		text-decoration: none;
	}
	footer a[href^="tel:"] {
		color: #fff;
	}
	.flex_box {
		display: flex;
		justify-content: space-between;
	}
	.flex_box figure {
		width: calc((100% - 60px) / 2);
		margin-right: 30px;
		flex-shrink: 0;
	}
	.flex_box.tateC {
		align-items: center;
	}
	
	.btn_area button {
		display: inline-block;
	}
	.btn_area button:nth-child(n+2) {
		margin-left: 20px;
	}
	
	.breadcrumb {
		padding: 20px 0;
		font-size: 12px;
	}
	
	/* HEADER TABLET and PC */

	/* TOP TABLET and PC */
	#top_soudan .main_area p {
	font-size: 1.2em;
	line-height: 1.8;
}
	#swiper1 .swiper-prev,
#swiper1 .swiper-next,
	#swiper1 .swiper-scrollbar,
	#swiper2 .swiper-prev,
#swiper2 .swiper-next,
	#swiper2 .swiper-scrollbar{
	display: none;
	}
	
	.imginfobox .swiper-wrapper {
		display: flex;
		grid-gap: 30px;
		padding: 20px 0;
	}
	.imginfobox .box_detail {
		width: calc((100% - 60px) / 3);
	}
	.imginfobox .box_detail a {
		display: flex;
		flex-direction: column;
	}
	/* FOOTER TABLET and PC */

}
@media screen and (min-width:768px) and (max-width:1049px) {
	/* TABLET ONLY */
}
/* -------------------- */
/* ------- PC -------- */
@media screen and (min-width: 1050px) {
	body, html {
		height: 100%;
		padding: 0;
		margin: 0;
		width: 100%;
	}
	body {
		min-width: 1050px;
	}
	p, .textBox {
		font-size: 16px;
	}
	body, .wrapper {
		display: flex;
		flex-direction: column;
		min-height: 100vh;
	}

	.sptab_only, .tab_only {
		display: none !important;
	}
	.btn_area {
		display: flex;
		justify-content: center;
	}
	.btn_style {
		min-width: 150px;
		padding: 0 20px;
	}
	.main_area {
		width: 1050px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.second article {
		border-radius: 65px;
		padding: 65px;
	}
	.second .reservation_sec article,
	.second .contact_sec article {
		padding: 0 65px 65px 65px;
	}
	
	.box_style {
		padding: 30px;
	}
	/* HEADER PC */
	.header_main {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.ham_menu {
		display: none;
	}
	.sitename a {
	display: flex;
	align-items: center;
	}
	.head_yoyaku,
	.head_toiawase {
		min-width: 175px;
		display: flex;
		align-items: center;
		justify-content: center;
		
	}
	.head_yoyaku img,
	.head_toiawase img {
		width: 20px;
		height: auto;
		margin-right: 5px;
	}
	.head_yoyaku {
		background-color: #EF9890;
		color: #fff;
		border-radius: 10px;
	}
	.head_yoyaku:hover {
		background-color: #DB8077;
		color: #fff;
	}
	.nav_area {
		border-top: 1px solid #665A1A;
		border-bottom: 1px solid #665A1A;
	}
	.nav_area a {
		padding: 20px;
		display: block;
	}
	nav ul {
		display: flex;
		justify-content: center;
		column-gap: 40px;
	}
	#forbusiness_wrap li#nav_forb a::before,
	#tribe_events_wrap li#nav_event a::before {
		content: "";
		width: 100%;
		height: 7px;
		border-radius: 0 0 3px 3px;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #A4CB78;
	}

	
	/* FOOTER PC */
	
	footer {
		margin-top: auto;
	}
.footer_logo {
	    padding-bottom: 15px;

	border-bottom: 1px solid #fff;
	}
	.footer_info {
		display: flex;
		justify-content: space-between;
		column-gap: 40px;
	}
	.footer_btn {
		width: 254px;
	}
	.footer_btn .btn4 {
		width: 150px;
		margin: 15px auto 0 0
	}
	.second article h1 {
	font-size: 32px;
}
	/* TOP PC */
	#toplead_area {
		padding: 50px 0;
	}
	#toplead_area .main_area {
		display: flex;
	}
	
	#top_about {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding-left: calc((100% - 1050px) / 2);
	}
	#top_about h2 {
		padding-right: 10em;
	}
	#top_about h2 .sitename {
	
	text-align: right;
	}
	#top_about .text_area p {
			font-size: 18px;
		padding: 0 0 0 34px;
		line-height: 1.8;
	}
		#top_about figure {
			width: 50%;
			flex-grow: 0;
			margin-left: 5vw;
	}
	#top_about .text_area {
	position: relative;
}
#top_about .text_area::before {
	content: "";
	display: block;
	width: 8vw;
    height: 8vw;
    border-radius: 50%;
    background-color: rgba(255, 244, 98, .8);
    position: absolute;
    left: -6vw;
    top: -3vw;
	z-index: 0;
}
#top_about .text_area::after {
	content: "";
	display: block;
	width: 4vw;
    height: 4vw;
    border-radius: 50%;
    background-color: rgba(255, 244, 98, .8);
    position: absolute;
    left: -8vw;
    bottom: 3em;
	z-index: 0;
}

	
	#top_soudan .main_area {
		text-align: center;
	}
	.mousikomi_p_area {
		padding: 30px;
	
	display: flex;
	justify-content: center;
	align-items: center;
	grid-gap: 30px;
}
	#top_news .main_area {
		display: flex;
		grid-gap: 50px;
	}
	.news_list li {
		display: flex;
	}
	.news_list li .news_date,
	.news_list li .newscate_area {
		margin-right: 15px;
		text-align: left;
		flex-shrink: 0;
	}
		.news_list li .newscate_area {
			min-width: 10em;
	}
	
	/* 相談予約 PC */
	.second .contact_sec .main_area article,
	.second .reservation_sec .main_area article {
		text-align: center;
	}
.box_style .liststyle {
	display: inline-block;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 0;
}
	.box_style .soudankanou {
		width: 80%;
		margin: 0 auto;
		padding: 0 0 15px 0;
	}
	.noreq {
		padding-left: 53px;
	}
	.yokonarabi {
		display: flex;
		grid-gap: 15px;
	}
	.yokonarabi .midasi {
		width: 8em;
	}
	
	
}
@media screen and (min-width: 1300px) {

	#top_about {
		justify-content: space-between;
	}
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.accodiv {
  display: none;
}
.accodiv.open {
  display: block;
}

.grecaptcha-badge { visibility: hidden; }
form[data-status="sent"] .form_area {
	display: none;
	
}
.wpcf7 form .wpcf7-response-output,
.wpcf7-response-output {
	border-collor: #EF9890 !important;
	padding: 15px;
	text-align: center;
	
}