@charset "utf-8";
/*
Theme Name:official_Theme
Theme URI:http://
Description:official
Version:0.1
Author:BFnet
Author URI:
Tags:
*/
.nopc {display: none!important;}
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600,700&family=Noto+Sans+JP:wght@100..900&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{
	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 {
	width: 920px;
	margin: 0 auto 35px auto;
	overflow: hidden;
	position: relative;
}
h1 {
	width: 284px;
	height: 50px;
	float: left;
}
h1 img {
	width: 100%;
	height: auto;
	display: block;
}
.headright {
	margin-left: 284px;
	margin-top: 7px;
	text-align: right;
	font-size: 1.2rem;
	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: 14px;
	right: 235px;
}
.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,
.sns li img: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);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.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;
	width: 100%;
}
.contactlist li {
	width: 24%;
}
.contactlist li img {
	width: 42px;
	height: auto;
	display: block;
	margin: 13px auto 13px auto;;
}
.contactlist li a {
	font-size: 1.4rem;
	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;
}

.headimg {
	display: block;
	margin: 0 auto;
}
#catchcopy {
	display: block;
	margin: 0 auto;
}
#gnav {
	width: 920px;
	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 0;
}
#greeting strong {
	display: block;
	font-size: 2em;
	margin-bottom: 20px;
}
#greeting p {
	font-size: 1.3em;
	margin-bottom: 1em;
}

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

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

.content {
	width: 920px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.leftcont {
	width: 380px;
	float: left;
}
.rightcont {
	margin-left: 420px;
}
.balloon3-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 70px 30px 0 30px;
  width: 330px;
  height: 250px;
  text-align: center;
  color: #FFF;
  font-size: 1.4em;
  font-weight: bold;
  background: #6dba58;
  border-radius: 50%;
  box-sizing: border-box;
}
.balloon3-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #6dba58;
  z-index: 0;
}
.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;
}
footer dl {
	width: 400px;
	margin: 0 auto;
	padding-left: 220px;
	background: url(img/gaikan.jpg) no-repeat;
	-webkit-background-size: 200px 128px;
	background-size: 200px 128px;
	-webkit-text-size-adjust: 100%;
}
footer img {
	display: block;
	margin: 0 auto;
}



.f_list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 20px;
	justify-content: center;
	/*overflow: hidden;*/
}
.f_list > li {
	width: 450px;
	position: relative;
}
/*.f_list > li:first-child {margin-right: 20px}

.f_list > li:last-child {
	width: 100%;
	position: relative;
	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: 0 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_exp {
	height: 4.5rem;
}
.f_tag {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	flex-wrap: wrap;
	overflow: hidden;
	/*min-height: 67px;*/
	margin: 20px 0;
}
.f_tag li {
	/*width: 8em;*/
	color: #fff;
	padding: 5px 10px;
	/*float: left;
	margin: 0 18px 12px 0;*/
	border-radius: 8px;
}
.f_tag li:last-child {margin-right: 0;}
.f_tag li.double {width: 258px;}
.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: 2rem;
	letter-spacing: 5px;
	text-indent: -5px;
}
.f_list03 .f_logo {
	width: 60%;
	height: auto;
	margin: 0 auto;
}*/


.cooperate {
	overflow: hidden;
	margin-bottom: 40px;
}
.cooperate img {
	width: 170px;
	float: left;
}
.cooperate ul {margin-left: 220px;}
.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: 142px;
	margin-left: 14px;
}


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;
	font-size: 1.05em;
	background: #fff;
	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: 18.3%;}
.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;}
input:focus,
select:focus,
textarea:focus {border:solid 1px #cd5638;}
.contacttbl tr td.sbmt {padding-top: 2em;}
.sbmt input {
	cursor: pointer;
	display: block;
	width: 50%;
	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: 920px;
	margin: 0 20px;
	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: 0 20px 60px 20px;}
#privacydl {margin: 0 20px;}
#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: 85dvh;
}
.catchphrase {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 960px;
	width: 100%;
	background: rgba(255,255,255,0.7);
	display: flex;
	gap: 50px;
	justify-content: center;
	align-items: center;
	padding: 30px 50px;
	border-radius: 30px;
}
.catchphrase img {
	width: 35%;
	object-fit: contain;
}
.catchphrase p {
	width: 65%;
	font-size: 23px;
	line-height: 2;
}
 header {
	padding: 10px 0;
    border-top: 10px solid #a08b76;
}
 h1 {
	height: auto;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	background: #f1eee9;
}
 header > div{
	max-width: 960px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
 header > div > div{
	display: flex;
	flex-direction: row-reverse;
	gap: 30px;
	align-items: center;
}
 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;
	justify-content: center;
}
 footer .content img{
	width: 200px;
	aspect-ratio: 1.5 / 1;
    object-fit: cover;
	margin: 0;
}
 footer .res_tab{
	display: none;
}
.page_top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 120px;
    height: 120px;
    background: url(img/button.png) center / contain no-repeat;
    z-index: 10;
	transition: 0.3s;
}
.page_top:hover {
    opacity: 1;
	transform: translateY(-5px);
}
@media screen and (max-width: 1130px) {
	 header > div {
		width: 98%;
	}
	.catchphrase {
		width: 85%;
	}
}
@media screen and (max-width: 960px) {
	.catchphrase {
		gap: 40px;
		padding: 30px 40px;
	}
	.catchphrase p{
		font-size: 20px;
		width: 70%;
	}
	.catchphrase img {
		width: 30%;
	}
	 .content {
		width: 100%;
	}
	 .f_list > li {
		width: 700px;
	}
	 footer .content{
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	 footer .res_pc{
		display: none;
	}
	 footer .res_tab{
		display: block;
	}
	 footer .content div{
		display: flex;
		gap: 20px;
		justify-content: center;
	}
}


/* 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;
}
