@charset "UTF-8";
/* ゴシック体 */
.font-gothic {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}
/* 明朝体 */
.font-tomorrow {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
/* 丸ゴシック体 */
.font-marugothic {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO" !important;
}
/*ゆっくりと動かす場合*/
a,a:hover,a:hover img  {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

@media only screen and (max-width: 767px) {
/*ゆっくりと動かす場合*/
a,a:hover,a:hover img {
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}}

.wrapper{
	overflow: hidden;
}
#use {
    margin-top: 6.2em;
}
.sub-title{
	font-size: 1.5em !important;
	text-align: right;
	margin-top: 2em !important;
}
@media only screen and (min-width: 768px) {
.sub-title{
	font-size: 2em !important;
	
}}
.text-black{
	color: rgba(0,0,0,0.4) !important;
}
.siteTitle{
	margin-top: 0em;
}
@media only screen and (min-width: 768px) {
	.siteTitle{
	margin-top: 1.5em;
}
}
header.l-header{
	position: fixed;
	top: 0px;
	left: 0%;
	background: transparent;
	width: 100%;
}
.globalNavi .top-contact{
	display: none;
}
@media (min-width: 960px) {
.menuBtn{
	display: none;
	
}
	.globalNavi{
	margin-right: 12em;
	margin-left: auto;
}
	#top .globalNavi{
}
	.globalNavi{
}
	.globalNavi__inner{
}
	.globalNavi .top-contact{
	display: table;
}
.globalNavi .top-contact a{
	padding-top: 1em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 1em;
	height: 0%;
	background-color: #00523A;
	display: table;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	position: fixed;
	right: 0px;
	top: 0px;
}
.globalNavi .top-contact a:hover{
	color: #FFEE00;
}


.globalNavi__list li a {
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
}
}

header.l-header .container{
	max-width: 100% !important;
}
/* Fixed */
#top-head.fixed {
    padding-top: 15px;
    background: rgba(255,255,255,.7);
}
.still__content{
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
}
.topNavi{
	position: absolute;
	bottom: 12%;
	left: 7%;
}
@media only screen and (max-width: 767px) {
.topNavi{
	display: none;
}}
.topNavi ul{
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.topNavi ul li{
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
.topNavi ul li a{
	color: #333333;
}

.topNavi ul li a:hover{
	color: rgba(89,87,87,0.7);
}
.l-wrapper,.dividerBottom {
	padding-bottom: 0em;
	margin-bottom: 0em;
}
footer {
	background-image: url(img/foot_bg.jpg);
	background-position: center top;
	background-size: cover;
	padding-top: 80px;
}
.Footer-nav{
	margin-bottom: 3em;
	margin-top: -4em;
}
.Footer-nav ul{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between; /* Safari */
	margin-right: -10px;
	margin-left: -10px;
	padding: 0;
	justify-content: space-between;
	list-style-type: none;	
}
.Footer-nav ul li{
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
}
@media only screen and (max-width: 767px) {
.Footer-nav ul{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-right: 10px;
	padding-left: 10px;
}
.Footer-nav ul li{
	width: 50%;
	margin-bottom: 20px;
}}
.Footer-nav ul li a{
	border: 1px solid rgba(51,51,51,1.00);
	background-color: rgba(227,227,227,1.00);
	display: block;
	width: 100%;
	max-width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	position: relative;
	font-size: 1.2em;
	font-weight: bold;
}
.Footer-nav ul li a:hover{
	background-color: rgba(1,82,58,1.00);
	color: #FFFFFF;
}
.Footer-nav ul li a::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.Footer-nav ul li a samp {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 0.8em;
	position: absolute;
	top: 65%;
	left: 50%;
	  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.Footer-bottom{
	border-top: 1px solid #ABABAB;
	background-color: rgba(255,255,255,1.00);
}
.Footer-bottom-inner{
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.Footer-bottom-inner .Footer-address,.Footer-bottom-inner .Footer-contact{
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1.6em !important;
	font-size: 1em;
	text-align: center;
	padding-top: 3em;
	padding-bottom: 3em;
}
.Footer-bottom-inner .Footer-address{
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	border-right: 1px solid #ABABAB;
}
.Footer-bottom-inner .Footer-address img{
	margin-bottom: 1em;
}
.Footer-bottom-inner .Footer-contact{
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	position: relative;
}
.Footer-bottom-inner .Footer-contact .tel{
	font-size: 2em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 1em;
	display: block;
}
.Footer-bottom-inner .Footer-contact .tel svg{
	width: auto;
	height: 0.7em;
	margin-right: 0.3em;
}
@media only screen and (max-width: 767px) {
	.Footer-bottom-inner .Footer-address,.Footer-bottom-inner .Footer-contact{
	padding-right: 30px;
	padding-left: 30px;
}
.Footer-bottom-inner .Footer-address{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	border-right: none;
}
	.Footer-bottom-inner .Footer-contact{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
		border-top: 1px solid #ABABAB;
}
}
.bottomFooter, .commonCtr__container {

    padding: 10px 0 !important;

}
@media only screen and (min-width: 768px) {
.Footer-bottom-inner .Footer-contact-inner {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}}
.Footer-bottom-inner .Footer-contact a {
	display: table;
	background-color: #D8D9D9 !important;
	padding-top: 0.3em;
	padding-right: 2.5em;
	padding-left: 2.5em;
	padding-bottom: 0.3em;
	border: 1px solid #333333;
	margin-right: auto;
	margin-left: auto;
}
.Footer-bottom-inner .Footer-contact a:hover {
	background-color: #686868 !important;
	color: #FFFFFF !important;
}
.corner-head::before {
	content: '';
	width: 60vw;
	height: 100%;
	background-color: rgba(0,82,58,.2);
	position: absolute;
	top: 0%;
	left: 170px;
	-webkit-transform: translate(-100%, -50%)skewX(-10deg);
	-ms-transform: translate(-100%, -50%)skewX(-10deg);
	transform: translate(-100%, -50%)skewX(-10deg);
	z-index: -1;
}
.corner-head {
	position: relative;
}
.corner-head h1 {
	font-size: 8vw;
	font-weight: bold;
	margin-top: 20px;
	position: relative;
	display: table;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
}
@media (min-width: 768px) {
	.corner-head h1 {
		font-size: 2.5em;
}
}
.corner-head h1::before {
	content: '';
	height: 1px;
	width: 100vw;
	display: block;
	background-color: #00523A;
	position: absolute;
	bottom: 0%;
	right: 0%;
}
.corner-head .corner-head-img {}
.corner-head .corner-head-inner {
	display: block;
	background-color: rgba(0,82,58,.5);
	margin-right: calc(50% - 50vw);
}
/*========*/
/* 画像のトリミング */
/*========*/
.corner-head .corner-head-img {
  overflow: hidden;
  width: 100%; /* トリミングしたい枠の幅 */
  height: 30vw;
  max-height: 225px; /* トリミングしたい枠の高さ */
  position: relative;
	
}
@media (min-width: 520px) {
.corner-head .corner-head-img {
    height: 55vw;
  }
}
.corner-head .corner-head-img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
   width: 101%;
    height: auto;
	object-fit: cover;
}


.breadcrumb {
	padding: 0px 0;
	background: transparent;
	overflow-x: hidden;
	border-bottom: none;
	position: relative;
	margin-top: 0em;
	margin-bottom: 3em;
}
@media (min-width: 768px) {
.breadcrumb {
	margin-top: -3.2em;
	margin-bottom: 3.2em;
}
}
.breadcrumb__list{
	margin-left: auto;
	margin-right: 0px;
	display: table;
	margin-top: 0px;
	padding: 0;
	margin-bottom: 0px;
}
.breadcrumb__item {
	padding-right: 5px;
}

/*========*/
/* グーグルマップレスポンシブ */
/*========*/
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ggmap-gray iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.pageContents{
	padding-top: 0em;
}
@media only screen and (min-width: 768px) {
.pageContents{
	padding-top: 4em;
}}
.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{
	margin-bottom: 1em !important;
	margin-top: 0rem;
}
.pageContents p{
	margin-bottom: 1em;
}
.pageContents ul,.pageContents ol{
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 1em;
}
.wp-block-columns
/*========*/
/* お問い合わせ */
/*========*/

#mailform {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	margin-top: 0px;
	padding-top: 30px;
}
@media (min-width: 768px) {
#mailform {
	padding-top: 0px;
}}
.mailcont {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#mailform dl input,#mailform dl textarea{
	border:0;
	color:#000000;
	border:solid 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 5px;
}
#mailform dl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
	padding: 0px;
	display: table;
	margin: 0px;
	width: 100%;
	position: relative;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#mailform dl dt {
	background-color: #E5E5E5;
	margin: 0px;
	display: block;
	text-align: left;
	padding: 10px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#mailform dl dd{
	margin: 0px;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	-moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
#mailform dl dt {
	padding: 20px;
	width: 300px;
	display: table-cell;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
}
#mailform dl dd{
	display: table-cell;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}}

#mailform  label {
	font-weight: normal;
}
#mailform  label em {
	font-style: normal;
	font-weight: normal;
}
#mailform .size-s {
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mailform .size-m {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media (min-width: 768px) {
#mailform .size-m {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}}
#mailform .size-l {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mailform .addresssearch {
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #000000;
	text-align: center;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#mailform .addresssearch:hover {
	background-color: #CCFFFF;
	text-decoration: none;
}
#formbutton {
	text-align: center;
	padding-top: 15px;
}
#formbutton .submit-button input {
	font-size: 120%;
	background-color: #FF7519;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 100px;
	padding-bottom: 15px;
	padding-left: 100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	border: 1px solid #FFF;
	display: inline-block;
	width: auto !important;
}
#formbutton .submit-button input:hover {
	background-color: #999999;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
#formbutton .back-button input {
	font-size: 120%;
	background-color: #536394;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 100px;
	padding-bottom: 15px;
	padding-left: 100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	border: 1px solid #FFF;
	display: inline-block;
	width: auto !important;
}
#formbutton .back-button input:hover {
	background-color: #999999;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
#mailform .contactfoot {

	margin-top: 50px;
	margin-bottom: 20px;
}
#mailform dl.col1 textarea,#reservation #mailform dl textarea {

}
#mailform h4 {
	font-weight: bold;
	margin-top: 30px;
	font-size: 120%;
}
#mailform .priv_info {
	border: 1px solid #CCCCCC;
	padding: 10px;
	height: 140px;
	overflow: scroll;
	margin-bottom: 15px;
	font-size: 80%;
	overflow-x:hidden;
	background-color: #FFFFFF;
}
#mailform .priv_info h6 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}
#mailform select {
	font-size: 1.1em;
}#mailform h3 {
	float: none;
	margin-bottom: 30px;
}
.ajax-loader,.wpcf7-spinner {
	display: none !important;
}
select.select-form {
	border: 1px solid #CCC;
	font-size: .3em;
}
.bg-gray-l,.bg-gray-r{
	position: relative;
}
@media only screen and (min-width: 768px) {
.bg-gray-l::before{
	content: '';
	width: 60vw;
	height: 350px;
	background-color: rgba(51,51,51,0.2);
	position: absolute;
	bottom: -60px;
	left: 200px;
	-webkit-transform: translate(-100%, 0%)skewX(-10deg);
	-ms-transform: translate(-100%, 0%)skewX(-10deg);
	transform: translate(-100%, 0%)skewX(-10deg);
	z-index: -1;
}
.bg-gray-r::before{
	content: '';
	width: 60vw;
	height: 350px;
	background-color: rgba(51,51,51,0.2);
	position: absolute;
	bottom: -60px;
	right: 200px;
	-webkit-transform: translate(100%, 0%)skewX(-10deg);
	-ms-transform: translate(100%, 0%)skewX(-10deg);
	transform: translate(100%, 0%)skewX(-10deg);
	z-index: -1;
}}
.text-center{
	text-align: center;
}
.text-danger{
	color: rgba(157,0,2,1.00);
}
.is-style-line table{
	background-color: transparent !important;
	border-style: none;
	margin-bottom: 1em;
}
.is-style-line table tr{
	background-color: transparent !important;
	
}
.is-style-line table td,.is-style-line table th{
	background-color: transparent !important;
	border-left-style: none !important;
	border-right-style: none !important;
	border-top-style: none !important;
	vertical-align: top;
	padding-top: 1em;
	padding-bottom: 1em;
}
.is-style-line table td{
}
.is-style-line table th{
	white-space: nowrap;
	color: rgba(51,51,51,1.00);
}

/* 親要素でflex指定 */
.reversebox {
 display: flex;
}

/* 幅600px以下は縦向き表示にする設定 */
@media screen and (max-width: 767px) {
 .reversebox {
	flex-direction: column;
 }
}

/* 子要素に縦向きの際の並び順を指定 */
@media screen and (max-width: 767px) {
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
	.wp-block-columns {
    gap: 0em !important;
}
.content div, .content p {
    margin-top: 0rem;
}
	.wp-block-spacer{
	height: 40px !important;
}
}
#top-head.fixedhed {
    background: rgba(255,255,255,.7);
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
@media screen and (min-width: 768px) {
header {
	height: 4.5em;
}
/* Fixed */

#top-head.fixedhed .siteTitle {
	margin-top: -20px;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
#top-head.fixedhed .siteTitle img {
	width: 200px;
	height: auto;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
#top-head.fixedhed .globalNavi .top-contact a{
	padding-top: 1em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 1em;
	height: 0%;
	background-color: #00523A;
	display: table;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	position: fixed;
	right: 0px;
	top: 0px;
}
#top-head.fixedhed .globalNavi .menu-item{
	font-size: 0.8em;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
header#top-head.fixedhed {
	height: 3.5em;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
#top-head.fixedhed .globalNavi{
	margin-right: 8em;
	margin-left: auto;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
.home-nav{
	opacity: 0;
}
#top-head.fixedhed .home-nav{
	opacity: 1;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
	}
.wp-block-column{
	padding-right: 15px !important;
	padding-left: 15px !important;
}