/* 
Theme Name:understrap-child
Template:understrap
*/
body {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6;
	letter-spacing:2px;
	color:#343434;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 2s;
	transform: translateY(30px);
}
.animation-right{
	opacity : 0;
	visibility: hidden;
	transition: 2s;
	transform: translateX(100px);
}
.animation-left{
	opacity : 0;
	visibility: hidden;
	transition: 2s;
	transform: translateX(-100px);
}
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.navbar-brand {
    width: 230px;
}
.container-fluid {
    overflow: hidden;
    padding: 0;
}

/*common*/
.sp-slide {
	display:none;
}
a {
    transition: all .5s ease-out;
    text-decoration: none;
    color: #3a3a3a;
}
a:hover{
    opacity:0.8;
    color: #3a3a3a;
}
a:link,
a:active,
a:hover,
a:focus {
    outline: none!important;
    -moz-outline-style: none;
}
section {

}
.box_1 {
    margin: 50px 0 30px;
}
.bg-w {
	background:#fff;
	padding-bottom: 100px;
}
.moreBtn {
	display:block;
	width:250px;
	background:#49c9bc;
	padding:8px 10px;
	text-align:center;
	margin:10px auto;
	color:#fff;
	border-radius: 50px;
	position: relative;
	font-family: 'Sen', sans-serif;
}
.moreBtn:hover {
	color: #fff;
	opacity:0.8;
}
.moreBtn:before, .moreBtn:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 1px;
    background: #f26082;
}
.moreBtn:before {
    width: 60px;
    transform: translate(30px, 0px);
}
.moreBtn:after {
    width: 15px;
    transform-origin: right center;
    transform: translate(30px, 0px) rotate( 25deg);
}
.moreBtn:hover:before {
	right:-3%;
	transition: all .3s;
	opacity:1;
}
.moreBtn:hover:after {
	right:-3%;
	transition: all .3s;
	opacity:1;
}
.moreBtn_view {

}
.flexArea {
	display:flex;
	list-style:none;
	padding:0;
	margin:0;
}
h3 {
    margin:30px 0 20px;
    padding: 13px 15px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .04em;
    border-left: 4px solid #eaa716;
    background-color: #f6f6f6;
}
h4 {
	font-family: 'Sen', sans-serif;
	font-weight: bold;
}
.pc {
	position:relative;
}
/*nav*/
.menu_contact,.menu_reservation {
	display:none;
}
.nav-link {
	color:initial;
	font-weight:bold;
}
.nav-link:focus, .nav-link:hover {
	color: #0eae9e;
}
#main-nav {
	padding:0 0 0 30px;
}
.menu-item {
    width: 90px;
    text-align: center;
}
.reservation>a {
	margin:auto;
	height:61.8px;
	background:#f6c14e;
	text-align:center;
	display:table;
	text-align:center;
	width:200px;
}
.reservation>a:hover {
	opacity:0.7;
}
.btnText_reserve {
	display:table-cell;
	vertical-align:middle;
}
.reservation a .tex_main{
	font-size:20px;
	font-weight:bold;
	color:#fff;
}
.reservation a .tex_min{
	display:block;
	font-size:12px;
	line-height:5px;
	color:#49c9bc;
	font-family: 'Sen', sans-serif;
}
.contact>a {
    background: #49c9bc;
}
.contact a .tex_min {
    color: #f9e28f;
}
/**/
.home .wrapper {
    padding: 0;
}
.page-template .wrapper {
    padding: 61.8px 0 0;
	overflow: hidden;
}
.home.page-template .wrapper {
    padding: 0;
}
.bg {
	background:#d9ecea;
	background-size: cover;
}
.topBnr {
	width:750px;
	margin:0 auto;
	padding:30px 0;
}
.siteArea li {
	margin: 0 10px;
	width: calc((100% / 3) - 20px);
}
.siteArea li>a{
	text-decoration:none;
}

/*トップ*/
.TopTitleinner {
	text-align:center;
	font-family: 'Sen', sans-serif;
	font-size: 55px;
	font-weight: bold;
	margin: 0 auto 30px;
	padding: 80px 0 0;
}
.TopTitleinner span {
	display:block;
	font-size:12px;
	color: #f26082;
}
.today_date {
	position:absolute;
	bottom:0;
	right:0;
	z-index: 1;
}
.infoBox {
	background: #49c9bc;
	padding:15px 0;
	text-align:center;
	color: #f9e28f;
	font-weight:bold;
}
.status {
	font-size:20px;
	color:#fff;
}
.statusText {
	display:block;
	width:150px;
	margin:5px auto;
	background:#fff;
	color:#49c9bc;;
}
.minText {
	font-size:12px;
}
.TextInfo {
	font-size:15px;
	padding-left:3px
}
.today_date ul {
	list-style:none;
	padding:50px 0;
	margin:0;
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:rgba(255,255,255,0.9);
}
.today_date ul .Top_date span {
	font-family: 'Sen', sans-serif;
	font-weight:bold;
	display:block;
	text-align:right;
	line-height:40px;
}
.today_date ul li {
	padding:0 50px;
	width:50%
}
.today_date ul .Top_date {
	border-right:solid 1px #000;
}
.y {
	font-size:28px;
}
.d {
	font-size:50px;
	letter-spacing:0;
}
.w {
	font-size:23px;
}
.today_date ul .Top_weather {
	font-weight:bold;
	font-size: 16px;
}
.today_date ul .Top_weather a{
	display:block;
	border:solid 1px;
	border-radius:50px;
	text-align:center;
	padding:3px;
	font-size:14px;
	margin:5px 0;
}
.today_date ul .Top_weather a:hover {
	background:#3a3a3a;
	color:#fff;
}
.informationArea {
    padding: 30px 0;
    align-items: center;
    position: relative;
    /* padding-left: 32px; */
    padding-right: 32px;
    /*max-width: calc(1625px + 64px);*/
    /* margin-left: auto; */
    margin-right: auto;
}
.NewsTitle {
    width: 30%;
    z-index: 2;
    position: relative;
}
.NewsTitle .TopTitleinner {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.informationArea:before {
	content: "";
    display: block;
    height: calc(100% - 24px);
    position: absolute;
    top: 24px;
    left: 0;
    background-color: #f2f2f2;
    background-image: repeating-linear-gradient(-45deg,#fff, #fff 5px,transparent 0, transparent 10px);
    width: 30%;
	z-index: 1;
}
#infoArea {
	width:70%;
}
#infoArea ul {
	list-style:none;
}
.news-date a {
	display:block;
}
.btnarrow {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 0;
    text-decoration: none;
    outline: none;
	color:#343434;
}
.btnarrow::before {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 3%;
    width: 80px;
    height: 1px;
    background: #333;
    transition: all .3s;
}
.btnarrow::after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 3%;
    width: 15px;
    height: 1px;
    background: #333;
    transform: rotate(35deg);
    transition: all .3s;
}
.btnarrow:hover::before {
    right: 0;
}
.btnarrow:hover::after {
    right: 0;
}
.btnarrow:hover {
	color:#343434;
}
.btnarrow:hover .news-title {
	opacity:0.7;
}
.news-time {
	margin-bottom:0;
	font-size:14px;
	line-height: 1.33333;
	font-family: 'Sen', sans-serif;
	color: #0eae9e;
}
.news-title {
	margin:4px 0 0;
	font-weight: bold;
	line-height: 1.33333;
}
#infoArea ul li {
	padding:24px 0;
	padding-right: 16px;
	border-bottom: 1px solid #707070;
}
/*about*/
.catch {
	text-align:center;
	font-size:50px;
	/*font-family: 'Kiwi Maru', serif;*/
	padding: 50px 0 0;
	font-weight:bold;
}
.main__Area {
	flex-direction:row-reverse;
	margin-top: 120px;
	margin-bottom: 120px;
	align-items:center;
}
.mainPhoto_1 {
	width:70%;
	position:relative;
}
.mainPhoto_1:before {
	content:'';
	background:#d9ecea;
	width:100%;
	position:absolute;
	top:120px;
	right:120px;
	padding-bottom:66.666%;
	z-index:-1;
}
.mainText_1 {
	width:30%;
	margin-left: 80px;
	margin-right: 80px;
}
.taitle_main {
	/*font-family: 'Kiwi Maru', serif;*/
	font-size:30px;
	font-weight: bold;
}
.main_catch {
	margin:50px auto;
	line-height:40px;
	font-size: 18px;
	font-weight:300;
}
.main___Area {
	/*margin-top: 180px;
	margin-bottom: 180px;*/
	align-items: center;
}
.mainPhoto_2 {
	width: 70%;
	position: relative;
}
.mainPhoto_2:before {
	content: '';
	background: #d9ecea;
	width: 100%;
	position: absolute;
	top: 120px;
	left: 120px;
	padding-bottom: 66.666%;
	z-index: -1;
}
.siteArea li a h4 {
	text-align:center;
	font-size:30px;
	margin:25px auto;
}
.photoBg {
	width:100%;
	height: 80px;
}
.photoBg:before {
	content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-image: url(../../../../uploads/2023/04/photo_17.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
/*howto*/
.howtoBg {
	background-image: url(../../../../uploads/2023/04/bg-w.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 200px;
	-webkit-background-size:100% 200px;
}
.bgPhoto_title {
	color:#fff;
	text-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}
.bgPhoto_title span  {
	color:#fff;
	text-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}

.howtoBox {
	top:0;
    max-width: 1320px;
	margin:0 auto;
	padding: 0 0 80px;
}
.howtoArea li{
	margin: 0 10px;
	width: calc((100% / 3) - 20px);
}
.inner_text {
    background: #49c9bc;
    padding: 30px;
    color: #fff;
}
.inner_text .moreBtn{
	background: #fff;
	color: #49c9bc;
}
.inner_text .moreBtn:before, .inner_text .moreBtn:after {
	background: #f9e28f;
}
.howToTitle {
	font-size:30px;
	font-weight:bold;
	text-align:center;
	color: #f9e28f;
}
.howToTitle span {
	display:block;
	width:50px;	
	margin:0 auto;
}
/*event*/
.eventPost {
	padding:0;
	margin:0 0 80px;
	list-style:none;
	margin:0 10px;
	width:calc((100%/2) - 20px);
}
.event__Post {
	width: 100%;
	border-bottom: dashed 1px #eee;
	height: calc(100% / 3);
	position: relative;
}
.eventlink {
	position:absolute;
	top:50%;
	bottom:50%;
	transform:translatey(-50%);
}
.event__Post a {
	display:flex;
	position:relative;
}
.event__Post a:hover {
	color:#3a3a3a;
}
.archivesPhoto {
	position: relative;
}
.eventPostPhoto {
	width:180px;
}
.archivesPhoto span {
	display: block;
	width: 100%;
	padding-bottom: 66.666%;
	background-position: top center;
	background-size: cover;
}
.event_info {
	width:calc(100% - 180px);
	padding:20px 30px 0;
	margin-bottom:40px;
}
.date {
	margin-bottom:0;
	font-size:14px;
}
.postTitle {
	font-weight:bold;
}
.moreBtn_view {
	position: absolute;
	width: 180px;
	bottom: 0;
	right: 0;
	background: none;
	color: initial;
	font-weight: bold;
	font-size: 14px;
	margin:0;
	padding: 0 0 5px;
}
.moreBtn_view:hover {
	color:initial;
	opacity: initial;
}
.event__Post a:hover.moreBtn_view {
	color:initial;
	opacity: 0.6;
	transition: all .5s ease-out;
}
.event__Post .moreBtn:before, .event__Post .moreBtn:after {
	content: '';
	display: block;
	position: absolute;
	top: auto;
	right: auto;
	bottom:0;
	left:0;
	height: 1px;
	background: #49c9bc;
}
.event__Post .moreBtn:before {
	width:135px;
}
.event__Post .moreBtn:after {
	right:auto;
	left:120px;
}
.event__Post a:hover .moreBtn:before,.event__Post a:hover .moreBtn:after {
	right:3%;
	left:auto;
	transition: all .3s;
	opacity: 1;
}
.eventArea {
	margin-left:15px;
	margin-right:15px;
	flex-direction: row-reverse;
}
.Googlecalendar {
	margin:0 10px;
	width:calc((100%/2) - 20px);
}
#calendar td.fc-day-today {
    border: solid 3px #49c9bc;
    background: #fff;
}
.fc-h-event.event_Kitchen {
	background: #f26082;
	border: 1px solid #f26082;
}
.fc-h-event.event_Day {
	background: #ff8689;
	border: 1px solid #ff8689;
}
.fc-h-event .fc-event-main {
    font-size: 0.8em;
}
.fc .event_Kitchen .fc-list-event-dot{
	border:none;
}
.fc .event_Kitchen .fc-list-event-dot:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0d1";
	color:#f26082;
	display:block;
	transform: scale(-1, 1);
	text-align:center;
}
.fc .event_Day .fc-list-event-dot{
	border:none;
}
.fc .event_Day .fc-list-event-dot:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f005";
	color:#ff8689;
	display:block;
	transform: scale(-1, 1);
	text-align:center;
}
.fc .fc-button-primary {
	background: #9ad7d1 !important;
	border-color:#9ad7d1 !important;
}
.fc .fc-button-primary:hover {
	background: #49c9bc !important;
	border-color:#49c9bc !important;
}
.fc .fc-button-primary:disabled {
	background:#a4a4a4 !important;
	border-color:#a4a4a4 !important;
}
.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
	background: #49c9bc !important;
	border-color:#49c9bc !important;
}
/**/
#sns .moreBtn {
	margin: 30px auto 0;
}
/**/
.Google_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 25%;
    position: relative;
}
.Google_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
#access .bg-w {
    padding-bottom: 0;
}
/*page*/
.page-template .entry-header {
    background-color: #f2f2f2;
    background-image: repeating-linear-gradient(-45deg,#fff, #fff 5px,transparent 0, transparent 10px);
    padding: 60px 0 60px;
    text-align: center;
}
.page-template .entry-header {
    background-color: #f2f2f2;
    background-image: repeating-linear-gradient(-45deg,#fff, #fff 5px,transparent 0, transparent 10px);
    padding: 60px 0 60px;
    text-align: center;
}
.page-template .entry-header h1 {
	font-weight:bold;
}
.icon_list {
	list-style:none;
}
.icon_list li:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f152";
	margin-right: 5px;
	color:#49c9bc;	
}
.icon_list li {
	margin-bottom:20px;
}
.icon_list li span {
	font-weight:bold;
}
.siteArea {
	flex-wrap:wrap;
}
.siteBox {
	width:calc((100% / 2) - 20px);
	margin: 0 10px 50px;
}
.siteTitle {
	font-weight:bold;
	font-size: 18px;
	position:relative;
}
.siteTitle:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	margin-right: 5px;
	color:#f6c14e;
}
.siteBox_col-1{
	width:950px;
	margin:0 auto 50px;
}
.table_col-2 {
	width:100%;
	border-top:solid 1px #49c9bc;
	border-bottom:solid 1px #49c9bc;
}
.table_col-2 th {
	width:30%;
	padding:15px 0;
	border-bottom:solid 1px #49c9bc;
	background:#eafff5;
	text-align:center;
	color:#49c9bc;
	font-weight:normal;
}
.table_col-2 td {
	width:70%;
	padding:15px 0;
	padding-left:30px;
	border-bottom:solid 1px #49c9bc;
}
.table_3 th{
	width: 25%;
}
.table_3 td{
	width: 55%;
	vertical-align:top;
	padding: 15px;
}
.table_3 td.pricetext {
	width:20%;
	border-left: dotted 1px #49c9bc;
}
.cap {
	font-size:13px;
	color:#666;
	margin-bottom:0;
}
.stayBox {
	margin:0 10px 30px;
	width:calc((100% / 2) - 20px);
}
.stayArea {
	/*align-items:center;*/
}
.stayAreaMain {
	display:block;
}
.stayTextArea {
	display:block;
}
.siteBtn {
	margin:30px auto 100px;
}
.icon__List {
	width:80%;
	margin:20px auto 30px;
	padding:10px 0 20px;
	border:solid 5px #49c9bc;
	border-radius:10px;
}
.icon__List li{
	width:calc((100% / 4) - 44px);
	margin:0 22px;
}
.icon__List li img{
	width: 110px;
	display:block;
	margin:0 auto;
}
.icon__list {
	margin-bottom:0;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}
.icon__list:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f152";
	margin-right: 5px;
	color: #49c9bc;
}
.attentionTable {
    width: 80%;
    margin: 30px auto 50px;
}
.attentionTable th{
	background:#49c9bc;
	color:#fff;
	text-align:center;
	padding:10px 0;
	width:25%;
	border-bottom:solid 1px #fff;
}
.attentionTable td{
	padding:10px 15px;
	width:75%;
	border-bottom:solid 1px #eee;
}
.attentionTable tr:first-child td {
	border-top:solid 1px #eee;
}
.attentionTable tr:first-child th {
	border-top:solid 1px #49c9bc;
}
.attentionTable tr:last-child th {
	border-bottom:solid 1px #49c9bc;
}
/*よくある質問*/
.ac-Btn {
	margin: 50px auto 0;
    justify-content: center;
	flex-wrap: wrap;
}
.ac-Btn li {
	margin-right: 10px;
    margin-bottom: 30px;
}
.ac-Btn li:last-child {
	margin-right:0;
}
.ac-Btn li>a {
	padding: 8px 10px;
    border: solid 1px #000;
	margin-bottom:10px;
}
.ac-Btn li a {
    position: relative;
}
.ac-Btn li a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    margin-left: 20px;
}
/*single*/
.single .wrapper {
    padding: 61.8px 0 1.5rem;
    overflow: hidden;
}
.single .entry-header {
    background-color: #f2f2f2;
    background-image: repeating-linear-gradient(-45deg,#fff, #fff 5px,transparent 0, transparent 10px);
    padding: 60px 0 60px;
    text-align: center;
}
.single .entry-header h1 {
    font-weight: bold;
}
.single .entry-content {
    padding: 60px 0 60px;
}
.single .entry-meta {
	padding: 0 0 30px;
}
.post_meta {
    list-style: none;
    padding: 0;
    margin: 0;
	font-family: 'Sen', sans-serif;
}
.single .moreBtn{
	margin-top:30px;
}
.event___Photo {
	width:450px;
	margin:30px auto;
}
/*footer*/

footer {
	background:#fff;
}
#wrapper-footer {
	background:#fff;
}
footer.site-footer {
    background: url(../../../../uploads/2023/04/Illustrator_1.png) no-repeat;
    height: 280px;
    background-position: top,center;
    background-size: cover;
    position: relative;
}
.footerinfo {
	justify-content:center;
}
.footerLogo {
	width:300px;
	padding-right:20px;
}
.footer__info {
	width:calc(100% - 300px);
	padding-left:20px;
	font-size:14px;
}
.info_name {
	font-size:18px;
	font-weight:bold;
	margin-bottom:0;
}
.footerArea {
	position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -80%);
}
.site-info {
    background: #348873;
    color: #fff;
}
.footerLink {
    list-style: none;
    justify-content: center;
    padding: 10px 0;
}
.footerLink li {
    font-size: 12px;
    text-align: center;
}
.footerLink li a {
	color:#fff;
	position:relative;
	padding-right: 20px;
	padding-left: 20px;
}
.footerLink li:last-child a {
	padding-right: 0;
	border-right: none;
}
.footerLink li:first-child a {
	padding-left: 0;
}

.footerLink li a:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 0;
    height: 14px;
    margin-top: -7px;
    border-right: 1px solid #fff;
    opacity: .3;
}
.footerLink li:last-child a:after {
	border-right: none;
}
.copy {
    margin: 0;
    text-align: center;
    letter-spacing: 1.2px;
	padding:0 0 20px;
	font-size:13px;
}
.snsLinkArea {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}
.snsLinkArea li {
    width: 50px;
    height: 50px;
    background: #9bb34d;
    border-radius: 50px;
    padding: 11px;
}
.snsLinkArea li a:hover {
    opacity: 0.6;
}
/*お問合せ（コンタクトフォーム７カスタマイズ）*/
.hicap {
	font-size:0.8em;
	opacity:0.7;
}
.wpcf7 {
    max-width: 100%;
}
table.contact-page {
	width:80%;
	font-size:0.95em;
	margin:20px auto;
}
table.contact-page th {
	padding:10px 0;
	overflow: hidden;
	width:30%;
	vertical-align: middle;
}
table.contact-page th span.req {
	background: #f26082;
	color:#fff;
	font-size:0.8em;
	padding:1.5px 8px;
	display:inline-block;
	float:right;
	margin-right:10px;
	border-radius: 3px;
}
table.contact-page td {
	padding:10px 0 10px 10px;
	width:70%;
	vertical-align: middle;
}

table.contact-page td input[type="text"], table.contact-page td input[type="email"],  table.contact-page td input[type="tel"], .field, .wpcf7 input[type=url] {
    display: block;
    width: 100%;
    height: 45px;
    margin-bottom: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 3px;
    background-color: #eff1f5;
    box-shadow: none;
    color: #5c6b80;
    font-size: 0.95em;
    vertical-align: middle;
    line-height: 45px;
    transition: background-color 0.24s ease-in-out;
}
table.contact-page td textarea {
	display: block;
    width: 100%;
    height: 145px;
    margin-bottom: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 3px;
    background-color: #eff1f5;
    box-shadow: none;
    color: #5c6b80;
    font-size: 0.95em;
    vertical-align: middle;
	min-height: calc(1.5em + 0.75rem + 2px);
	line-height:1.5;
	transition: background-color 0.24s ease-in-out;
}
.wpcf7-form-control-wrap{
	display: block;
}

.wpcf7-form-control.wpcf7-radio{
	float: left;
}
span.wpcf7-list-item {
    position: relative;
    width: auto;
    margin: 0 15px 0 0!important;
}

.wpcf7-list-item-label {
	cursor: pointer;
}

input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.wpcf7-list-item-label:before {
	content: '';
	background: #fff;
	border-radius: 100%;
	border: 1px solid #272343;
	display: inline-block;
	width: 1em;
	height: 1em;
	position: relative;
	top: -0.1em;
	margin-right: 5px;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	}
input[type="radio"]:checked + .wpcf7-list-item-label:before{
	background-color: #49c9bc;
	box-shadow: inset 0 0 0 3px #fff;
}
.n-check .wpcf7-list-item-label:before {
	content:none;
}
.privacy-check {
	font-size:0.9em;
}
.privacy-check a {
    color: #49c9bc;
}
.privacy-box {
	margin:20px auto;
	text-align:center;
}
.privacy-box input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}
.privacy-box input[type=checkbox] + .wpcf7-list-item-label {
	padding-left: 2em;
	display: inline-block;
	position: relative;
}
.privacy-box .wpcf7-list-item-label:before {
	border-radius: 0;
	border: 2px solid #272343;
}
.privacy-box input[type=checkbox] + .wpcf7-list-item-label:after,
.privacy-box input[type=checkbox] + .wpcf7-list-item-label:before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.privacy-box input[type=checkbox] + .wpcf7-list-item-label:after {
	opacity: 0;
	width: 10px;
	height: 15px;
	transform: rotate(45deg) translateY(-40%);
	top: 40%;
	left: 0;
	border: none;
	border-right: 3px solid #49c9bc;
    border-bottom: 3px solid #49c9bc;
}
.privacy-box input[type=checkbox]:checked + .wpcf7-list-item-label:after {
	opacity: 1;
}
.privacy-box .wpcf7-list-item-label {
	font-weight:bold;
}
.recap-text {
	text-align:center;
	opacity:0.7;
}
.recap-text a {
	color: #49c9bc;
	opacity:1;
}
.form-control:focus, .widget_archive select:focus, .widget_categories select:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=submit]:active, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=week]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
    color: #272343;
    background-color: #eff1f5;
    border-color: #272343;
    outline: 0;
    box-shadow: 0 0 0 0.12rem rgb(39 35 67 / 90%) !important;
}
#formbtn {
    display: block;
    width: 290px;
    text-align: center;
    border: solid 1px #49c9bc;
    color: #fff;
    margin: 50px auto 0;
    padding: 8px;
    position: relative;
    background: #49c9bc;
    font-weight: bold;
    border-radius: 5px;
    outline: 0;
}
button:focus,button:active,button:focus-visible {
	outline:0;
}
.btn-outline-primary, .wpcf7 input[type=submit] {
    color: #272343;
    border-color: #272343;
}
.menuIcon {
	width:10px;
	margin-right:5px;
}
.formTitle {
	font-weight:bold;
	font-size:1.5em;
}
.otherform_title {
	font-size:1.1em;
	font-weight:bold;
	margin:20px 0;
}
.otherform tr{
	border-bottom:solid 1px #eee;
}
.hicap_2 {
	font-size: 0.8em;
	opacity: 0.7;
	display:block;
}
table.contact-page td textarea.shoptextArea {
	height: 90px;
	line-height: 30px;
	line-height: 1.5;
}
/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge{
    margin-bottom: 65px;
}

/*アコーディオン*/
.accordion-container {
    margin: 50px auto 0;
    max-width: 1200px;
    width: 100%;
}

.accordion-list:not(:first-child) {
  margin-top: 10px;
}
.accordion-title {
    background: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 20px 40px;
    position: relative;
    border-bottom: solid 1px #f6f6f6;
	font-weight: normal;
}
.accordion-title span {
	margin-right:5px;
	font-size:1.3em;
	color:#49c9bc;
	font-weight:normal;
}
.accordion-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 20px;
  background: #49c9bc;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.accordion-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 20px;
  background: #49c9bc;
  transition: all .3s ease-in-out;
}

.accordion-title.open:before {
  transform: rotate(180deg);
}
.accordion-title.open:after {
  opacity: 0;
}

.accordion-text {
  display: none;
  padding: 20px 40px;
  background: #f6f6f6;
}
.accordion-text span {
	margin-right:5px;
	font-size:1.3em;
	color: #f26082;
	font-weight:normal;
}
#video {
	background:#fff;
	padding-bottom:80px;
}
.youtube-wrap_b {
	text-align: center;
}
.youtube {
    vertical-align: bottom;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    width: 480px;
    height: 300px;
    overflow: hidden;
}
.youtube img {
    position: relative;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    vertical-align: bottom;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.youtube:before, .youtube:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
}
.youtube:before {
    width: 64px;
    height: 44px;
    background-color: #cc181e;
    margin: -22px 0 0 -32px;
    border-radius: 12px;
    z-index: 2;
    opacity: .9;
    transition: all .3s;
}
.youtube:after {
    margin: -10px 0 0 -8px;
    border: solid 10px transparent;
    border-right: solid 18px transparent;
    border-left: solid 18px #fff;
    z-index: 3;
}
.youtube-wrap_b iframe {
    max-width: 100%;
}
.maps {
	width:50%;
}
.moveiArea {
    margin: 0 auto 50px;
    width: calc((100% / 2) - 20px);
}
.playicon {
	position:relative;	
}
.play {
	position:absolute;
	top:50%;
	left:50%;
	width:100px;
	transform:translate(-50%,-50%);
}
.modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
}
.modal__bg{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal__content{
	background: #fff;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: auto;
}
.movie_content {
	width: 960px;
	height: auto;
}
.mapArea {
    margin: 50px auto;
}
.mapText {
	padding: 20px 10px 0;
	margin: 0;
	width: 50%;
	height: 710px;
	overflow: scroll;
	counter-reset: number;
	list-style-type: none !important;
	background-color:rgba(74,149,135,0.1);
}
.mapText li {
	padding: 30px 10px 10px 35px;
	width: 80%;
	margin: 10px auto 10px;
	display: block;
	background: #fff;
	padding: 20px 10px 20px 50px;
	border-radius: 5px;
	position: relative;
	font-size: 17px;
}
.mapText li:before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	background: #49c9bc;
	border: solid 1px #49c9bc;
	color: #fff;
	font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 20px;
	border-radius: 50%;
	top:50%;
	left: -15px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transform:translateY(-50%)
}
/**/
.mt-50 {
	margin-top:50px;
}
.mb-30 {
	margin-bottom:30px;
}
.mb-50 {
	margin-bottom:50px;
}