@charset "utf-8";
/*
Theme Name: official_Theme
Theme URI: http://
Description: official
Version: 0.1
Author: BFnet
Author URI: 
Tags: 
*/
.notab {display: none!important;}
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600,700&display=swap');
* {
	padding: 0;
	margin: 0;
	font-weight: normal;
	-webkit-text-size-adjust: 100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {vertical-align:middle;}
h1,h2,h3,h4,h5,strong{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
sub, sup {
vertical-align: baseline;
}
sup {
position:relative;
top:-4px;
font-size: 50%;
}
img{
	max-width: 100%;
	height: auto;
	display: inline;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: baseline;
}
ul {	display: block}
li {
	list-style-position: outside;
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #3b173b;
	-webkit-tap-highlight-color:transparent;
}
a img {
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
body{
	margin: 0 auto;
	padding: 0;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "Osaka","ＭＳ Ｐゴシック", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
	line-height: 1.8;
	letter-spacing: 1.5px;
	font-size: 15px;
	position: relative;
	background: url(img/bg02.jpg) repeat center top;
}
header {
	width: 100%;
	border-top: 10px solid #6dba58;
	padding: 20px 0 0 0;
}
header > div {
	margin: 0 10px 20px 10px;
	overflow: hidden;
	position: relative;
}
h1 {
	width: 240px;
	height: 44px;
	float: left;
}
h1 img {
	width: 100%;
	height: auto;
	display: block;
}
.headright {
	margin-top: 56px;
	text-align: right;
	line-height: 1;
}

.tel {
	text-align: right;
	font-size: 1.4rem;
	display: block;
}
.tel i {
	margin-right: 5px;
	font-size: 1.4rem;
}







header .sns {
	position: absolute;
	top: 8px;
	right: 0;
}
.sns li {
	display: inline;
	margin-left: 3px;
}
.sns li img {
	width: 32px;
	height: auto;
	position: relative;
	top: 3px;
}
.sns li i {
	font-size: 2.4em;
	-moz-transition: -moz-transform 0.1s linear;
	-webkit-transition: -webkit-transform 0.1s linear;
	-o-transition: -o-transform 0.1s linear;
	-ms-transition: -ms-transform 0.1s linear;
	transition: transform 0.2s linear;
}
.sns li i:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.icon_twitter a {color: #55acee;}
.icon_facebook a {color: #3B5998;}
.icon_line a {color: #03c302;}
.contactlist {
	display: flex;
	justify-content: center;
	text-align: center;
	gap: 10px;
}
.contactlist.sns li i {
	position: relative;
	top: 8px;
}
.contactlist {overflow: hidden;}
.contactlist li {
	width: 24%;
}
.contactlist li img {
	width: 42px;
	height: auto;
	display: block;
	margin: 8px auto 20px auto;;
}
.contactlist li:last-child {margin-right: 0;}
.contactlist li a {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.3;
	display: block;
	padding: 20px 0;
}
.contactlist li a:hover i,
.contactlist li a:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.contactlist li a i {
	font-size: 3rem;
	display: block;
	margin-bottom: 20px;
}
@media screen and (max-width: 562px) {
	.contactlist li a {font-size: 1rem;}
}

.headimg {
	display: block;
	margin: 0 auto;
}
#catchcopy {
	display: block;
	margin: 20px auto 0 auto;
}
#gnav {
	width: 100%;
	margin: 30px auto 60px auto;
}
#gnav ul {
	width: 100%;
	display: table;
	table-layout: fixed;
}
#gnav li {
	display: table-cell;
	padding-right: 5px;
	text-align: center;
}
#gnav li:last-child {padding-right: 0;}
#gnav li a {
	color: #444;
	text-align: center;
	padding: 5px 0;
	display: block;
	transition: all .3s;
	box-sizing: border-box;
	font-weight: bold;
}
#gnav li a br {display: none;}
#gnav li a i {
	font-size: 3rem;
	display: block;
}
#gnav li a:hover i {color: #6dba58;}


section {margin-bottom: 60px;}

#greeting {
	text-align: center;
	background-color:rgba(255,255,255,0.6);
	padding: 20px;
}
#greeting strong {
	display: block;
	font-size: 1.6em;
	margin-bottom: 20px;
}
#greeting p {
	font-size: 1.1em;
	margin-bottom: 1em;
}

.bgwhite {
	background-color:rgba(255,255,255,0.6);
	padding: 20px 0;
}
.home .exptxt {
	text-align: center;
	font-size: 1.1em;
}

h2 {
	color: #444;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 30px 0;
}

.bg01 {
	background: #f2fef2;
	padding: 60px 0;
	margin-bottom: 60px;
}
.content {
	margin: 0 10px;
	/*overflow: hidden;*/
}
.balloon3-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 1.3em;
  font-weight: bold;
  background: #6dba58;
  border-radius: 15px;
  box-sizing: border-box;
}
.balloon3-right:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #6dba58;
}
.leftcont,
.rightcont {
	max-width: 500px;
	margin: 0 auto;
}
.fa-angle-right {margin-right: 5px;}




.aboutus {text-align: center;}
.aboutus dt,
footer dl dt {
	font-weight: 400;
	font-size: 1.2rem;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 20px;
}



.f_list {
	/*overflow: hidden;*/
	margin-bottom: 40px;
}
.f_list > li {
	margin: 0 0 40px 0;
	position: relative;
}
/*
.f_list > li:last-child {margin-bottom: 0;}
*/

.f_icon {
	width: 126px;
	height: 111px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 37px;
}
.f_icon01 {
	background: url(img/fukidashi01.png);
	-webkit-background-size: 126px 111px;
	background-size: 126px 111px;
	-webkit-text-size-adjust: 100%;
}
.f_icon02 {
	background: url(img/fukidashi02.png);
	-webkit-background-size: 126px 111px;
	background-size: 126px 111px;
	-webkit-text-size-adjust: 100%;
}
.f_icon03 {
	background: url(img/fukidashi03.png);
	-webkit-background-size: 126px 111px;
	background-size: 126px 111px;
	-webkit-text-size-adjust: 100%;
	top: 34px;
}
.f_icon04 {
	background: url(img/fukidashi04.png);
	-webkit-background-size: 126px 111px;
	background-size: 126px 111px;
	-webkit-text-size-adjust: 100%;
}

.f_ttl {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: right;
}
.f_wrap {
	padding: 20px;
	text-align: center;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	background-color:rgba(255,255,255,0.6);
}
.f_logo {
	width: auto;
	height: 128px;
	margin: 20px auto;
	display: block;
}
.f_tag {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	overflow: hidden;
	margin: 20px 0;
}
.f_tag li {
	color: #fff;
	padding: 5px 10px;
	/*float: left;
	margin: 0 10px 12px 0;*/
	border-radius: 8px;
}
.f_tag li:last-child {margin-right: 0;}
.f_time {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 10px;
}
.f_reserve {margin-bottom: 20px;}
.f_reserve a {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 0;
	letter-spacing: 2px;
	text-indent: 2px;
	border-radius: 8px;
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
	line-height: 38px;
	height: 35px;

}
.f_addr {}
.f_addr a {
	padding: 2px 10px;
	color: #fff;
	font-weight: bold;
	background: #e94949;
	margin-left: 1em;
}
.f_tel {
	font-size: 2rem;
	font-weight: bold;
	color: #e94949;
}


.discount {
	width: 104px;
	height: 104px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(img/discount.png);
	position: absolute;
	top: 20px;
	right: 20px;
}
.f_list01 .f_ttl {color: #6dba58;}
.f_list02 .f_ttl {color: #1f80c4;}
.f_list03 .f_ttl {color: #9b6e3f;}
.f_list04 .f_ttl {color: #ea6e94;}
.f_list01 .f_wrap {border: 6px solid #6dba58;}
.f_list02 .f_wrap {border: 6px solid #1f80c4;}
.f_list03 .f_wrap {border: 6px solid #9b6e3f;}
.f_list04 .f_wrap {border: 6px solid #ea6e94;}
.f_list01 .f_tag li {background: #6dba58;}
.f_list02 .f_tag li {background: #1f80c4;}
.f_list03 .f_tag li {background: #9b6e3f;}
.f_list01 .f_reserve a {border: 2px solid #6dba58; color: #6dba58;}
.f_list02 .f_reserve a {border: 2px solid #1f80c4; color: #1f80c4;}
.f_list03 .f_reserve a {border: 2px solid #9b6e3f; color: #9b6e3f;}
.f_list01 .f_reserve a:hover {background: #6dba58; color: #fff;}
.f_list02 .f_reserve a:hover {background: #1f80c4; color: #fff;}
.f_list03 .f_reserve a:hover {background: #9b6e3f; color: #fff;}

/*.f_list03 .f_wrap {
	padding: 40px 0;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 5px;
	text-indent: -5px;
}*/

#cooperatelist .exptxt {
	text-align: left;
	/*margin-bottom: 20px;*/
}

.cooperate {
	overflow: hidden;
	margin-bottom: 40px;
}
.cooperate img {
	width: 130px;
	float: left;
}
.cooperate ul {margin-left: 150px;}
.cooperate + .cooperate ul {margin-top: 55px;}
.cooperate ul li {
	display: inline;
	white-space: nowrap;
	margin-right: 20px;
}
.fa-external-link-alt {margin-left: 5px;}
.cooperate ul li a:hover {color: #ff0000;}
.cooperate + .cooperate img {
	width: 114px;
	margin-left: 10px;
}


footer {
	padding: 35px 0;
	color: #fff;
	text-align: center;
	background: #6dba58;
}
#copyright {
	margin-top: 20px;
	font-size: 0.9rem;
}
/* contact */
.wpcf7-form input,
.wpcf7-form textarea {
	border:0;
	padding: 10px;
	width: 90%;
	background: #fff;
	font-size: 1.05em;
	border:solid 1px #ccc;
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: inner 0 0 2px rgba(0, 0, 0, 0.1);
}
.wpcf7-form input.wpcf7-time {width: 35%;}
.wpcf7-form input[name="menu-time"],
.wpcf7-form input[name="menu-time2"],
.wpcf7-form input[name="menu-time3"],
.wpcf7-form input[name="menu-time4"]{width: 2.5em;}
.wpcf7-form input[type="checkbox"] {
	padding: 0;
	width: auto;
	margin-right: 10px;
}
input:focus,
select:focus,
textarea:focus {border:solid 1px #cd5638;}
.contacttbl tr td.sbmt {padding-top: 2em;}
.sbmt input {
	cursor: pointer;
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	font-size: 1.1em;
	text-indent: 20px;
	letter-spacing: 20px;
	-webkit-tap-highlight-color:transparent;
	-webkit-transition: all .3s!important;
	transition: all .3s!important;
}
.sbmt input:hover {
	color: #fff;
	background: #000;
}
.contacttbl {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	border-bottom: 1px solid #6dba58;
}
.contacttbl caption {font-size: 1.4em;margin-bottom: 20px;}
.contacttbl tr th,
.contacttbl tr td {
	padding: 1em;
	vertical-align: top;
	border-top: 1px solid #6dba58;
}
.contacttbl tr th {
	white-space: nowrap;
	background: #f2fef2;
}
/* privacy */
.exptxt {margin-bottom: 60px;}
#privacydl dt {
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 1em;
	color: #6dba58;
	border-left: 10px solid #6dba58;
}
#privacydl dd {margin-bottom: 2em;}
#privacydl dd ul {margin-top: 1em;}
#privacydl dd ul li {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 0.5em;
}



iframe {box-sizing: border-box;}

.home .grecaptcha-badge,
.privacy .grecaptcha-badge {display: none;}


.inlinelist li {
	display: inline-block;
	margin-right: 20px;
}


/* リニューアルデザイン */
#mainvisual {
	position: relative;
	background: url(img/mainvisual.jpg) center / cover no-repeat;
	width: 100%;
	height: 100vw;
}
.catchphrase {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	background: rgba(255,255,255,0.7);
	display: flex;
	gap: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px 30px;
	border-radius: 30px;
}
.catchphrase img {
	width: 50%;
	object-fit: contain;
}
.catchphrase p {
	font-size: 18px;
	line-height: 2;
}
 h1 {
	height: auto;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	background: #f1eee9;
}
 header {
	padding: 10px 0;
	border-top: 10px solid #a08b76;
}
 header > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
}
 header > div > div{
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-end;
}
 header .headright{
	margin: 0;
}
 header .sns{
	position: static;
}
 .sns li i {
	-moz-transition: -moz-transform 0.3s ease;
	-webkit-transition: -webkit-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	-ms-transition: -ms-transform 0.3s ease;
	transition: transform 0.3s ease;
}
 .sns li i:hover,
 .sns li img:hover,
.contactlist li a:hover i,
.contactlist li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
 #greeting {
	padding: 50px 20px;
}
 #greeting strong {
	color: #a08b76;
}
 #greeting p:last-of-type {
	margin-bottom: 0;
}
 .f_tag {
	justify-content: center;
}
 .f_list01 .f_ttl {
	color: #729f50;
}
 .f_list02 .f_ttl {
	color: #3678a7;
}
 .f_list03 .f_ttl {
	color: #866c51;
}
 .f_list01 .f_wrap {
	border: 6px solid #729f50;
}
 .f_list02 .f_wrap {
	border: 6px solid #3678a7;
}
 .f_list03 .f_wrap {
	border: 6px solid #866c51;
}
 .f_list01 .f_tag li {
	background: #729f50;
}
 .f_list02 .f_tag li {
	background: #3678a7;
}
 .f_list03 .f_tag li {
	background: #866c51;
}
 .f_list01 .f_reserve a {
	border: 2px solid #729f50;
	color: #729f50;
	transition: 0.4s;
}
 .f_list02 .f_reserve a {
	border: 2px solid #3678a7;
	color: #3678a7;
	transition: 0.4s;
}
 .f_list03 .f_reserve a {
	border: 2px solid #866c51;
	color: #866c51;
	transition: 0.3s;
}
 .f_list01 .f_reserve a:hover {
	background: #729f50;
	color: #fff;
}
 .f_list02 .f_reserve a:hover {
	background: #3678a7;
	color: #fff;
}
 .f_list03 .f_reserve a:hover {
	background: #866c51;
	color: #fff;
}
 .f_addr a {
	background-color: #788184;
}
 .f_wrap {
	padding: 0;
	overflow: initial;
}
 .f_wrap > div {
	padding: 0 20px;
}
 .f_tel {
	color: #fff;
	padding: 0 20px;
	margin-top: 20px;
}
 .f_list01 .f_wrap .f_tel {
	background-color: #729f50;
}
 .f_list02 .f_wrap .f_tel {
	background-color: #3678a7;
}
 .f_list03 .f_wrap .f_tel {
	background-color: #866c51;
}
 .exptxt {
	text-align: center;
}
 .cooperate {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	margin-bottom: 50px;
}
 .cooperate > div{
	display: flex;
	gap: 50px;
	align-items: center;
}
 .cooperate img {
	float: none;
	object-fit: contain;
}
 .cooperate ul {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
 #cooperatelist {
	margin-bottom: 0;
}
 footer {
	background: #a08b76;
}
 footer dl{
	background: none;
	padding-left: 0;
	margin: 0;
}
 footer .content{
	display: flex;
	gap: 20px;
	flex-direction: column;
	align-items: center;
}
 footer .content div{
	display: flex;
	gap: 20px;
	justify-content: center;
}
 footer .content img{
	width: 200px;
	aspect-ratio: 1.5 / 1;
    object-fit: cover;
	margin: 0;
}
 footer .res_pc{
	display: none;
}
 footer .res_tab{
	display: block;
}

.page_top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 100px;
    height: 100px;
    background: url(img/button.png) center / contain no-repeat;
    z-index: 10;
	transition: 0.3s;
}
.page_top:hover {
    opacity: 1;
	transform: translateY(-5px);
}


/* reCAPTCHA */
.page-id-9 .grecaptcha-badge {
    width: 70px !important;
    visibility: visible;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
  }
.page-id-9 .grecaptcha-badge:hover {
    width: 256px !important;
    visibility: visible;
  }
.grecaptcha-badge {
    visibility: hidden;
}
.grecaptcha-badge:hover {
    visibility: hidden;
}
