@charset "utf-8";
/*-----------------------------------------------------

  BASE

----------------------------------------------------- */
.grecaptcha-badge {
	display:none;
}

.instaBox {
	padding:80px 0 60px 0;
}

body {
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    color: #2b1700;
		background: #f0e8d8;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

._sp { display:none!important; }

a {
    text-decoration: none;
    color: #000;
}

li { list-style: none; }

.ryokinTxt {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px!important;
}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

@media screen and (max-width:599px){
  ._pc { display:none!important; }
  ._sp { display:block!important; }
}

.youtube{
  position:relative;
  width:100%;
  padding-top:56.25%;
	margin: 20px 0!important;
}
.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/* MEDIUM
----------------------------------------------------- */
@media screen and (min-width: 600px) and (max-width:959px) {
}

/* SMALL
----------------------------------------------------- */
@media screen and (max-width: 599px) {
}

/*-----------------------------------------------------

  FORMAT

----------------------------------------------------- */
.inner {
	width: 90%;
	max-width: 1040px;
	margin: 0 auto;
}

.inner02 {
	width: 90%;
	margin: 0 auto;
}

#header {
  width: 90%;
	max-width: 1040px;
  margin: 0 auto;
  height: 95px;
	position: relative;
}



#header	a {
	transition: .15s;
}

#header	a:hover {
	opacity: 0.8;
}

#header .logo {
  position: absolute;
  top: 21px;
	left: 0;
	z-index: 1;
}

.headTop {
	background: url(../images/common/blackBack.jpg) left top;
	background-size: 687px auto;
	color: #fff;
	padding: 6px 0;
	line-height: 1;
}

.headTop a {
	color: #fff;
}

.headTop .siteTitle {
	float: left;
	width: 40%;
	font-size: 13px;
	letter-spacing: 0.04em;
}

.headTop .siteTitle p {
	position: relative;
	top: 6px;
}

.headTop .topMenu {
	float: right;
	width: 60%;
	text-align: right;
}

@media screen and (max-width: 1050px) {
	#header {
  	width: 100%;
	}
	.headTop .siteTitle {
		float: none;
		width: 100%;
	}
	.headTop .topMenu {
		display: none;
	}
	
	.headTop .siteTitle p {
		position: relative;
		top: 0;
		font-size: 11px;
		text-align: center;
	}
	
}

.headTop .topMenu li {
	display: inline-block;
	letter-spacing: 0.04em;
	margin-right: 25px;
	font-size: 13px;
}

.headTop .topMenu li:last-child {
	margin-right: 0;
}

li.headTell {
	font-size: 27px!important;
	margin-right: 35px!important;
}

.headTell span {
	background: #1b7c1f;
	border-radius: 4px;
	padding: 4px 10px;
	font-size: 13px;
	position: relative;
	top: -5px;
	left: -10px;
}

.headFacebook,
.headNews {
	position: relative;
	top: -5px;
}

.headFacebook a {
	padding-left: 15px;
}

.headFacebook a:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(../images/common/facebookIcon.png);
  background-size: contain;
  vertical-align: middle;
	background-repeat: no-repeat;
	position: absolute;
	top: -5px;
	left: -12px;
}

.headerNav ul {
	text-align: right;
	position: relative;
	top: 35px;
}

#header .logo {
	width: 151px;
}

@media screen and (max-width: 1050px) {
	.headerNav ul {
	text-align: center;
	position: relative;
	top: auto;
}
	
	#header {
  	height: auto;
	}
	
	#header .logo {
		position: relative;
		top: auto;
		left: auto;
	}
	
	#header .logo {
		width: 120px;

		margin: 10px auto;
	}
}

#header .headerNav li {
	display: inline-block;
	margin-right: 25px;
	text-align: left;
	vertical-align: top;
	position: relative;
}

#header .headerNav li:last-child {
	margin-right: 0;
}




#header .headerNav li a {
  position: relative;
  display: inline-block;
  transition: .3s;
}

#header .headerNav li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #1b7c1f;
  transition: .3s;
}

@media screen and (max-width: 1050px) {
	#header .headerNav li {
	display: block;
		width: 50%;
		float: left;
	margin-right: 0;
	text-align: center;
	vertical-align: top;
	position: relative;
		font-size: 13px;
		border-bottom: 1px solid #cbc2b3;
		border-right: 1px solid #cbc2b3;
}
	
	#header .headerNav li a::after {
  display: none;
}
	
	
	.navBar {
		border-top: 1px solid #cbc2b3;
	}
	
	#header .headerNav li:nth-child(2n) {
		border-right: none;
	}
	
	.headerNav {
		
	}
	
	#header .headerNav li a {
  position: relative;
  display: block;
  transition: .3s;
		padding: 10px 0;
}
}

#header .headerNav li a:hover::after {
  width: 100%;
}

 







.footer {
	font-size: 14px;
	text-align: center;
	padding: 35px 0;
}

.footerLogo {
	width: 150px;
	margin: 0 auto 10px auto;
}

.footer p {
	margin-bottom: 10px;
}

.footerTell {
	font-size: 27px;
	margin-bottom: 15px;
}

.footerTell::before {
	content: "\f095";
	font-family: FontAwesome;
	color: #3d863f;
	margin-right: 8px;
	font-weight: normal;
}

.copyRight {
	text-align: center;
	font-size: 10px;
}

.footerNav {
	margin-bottom: 20px;
}

.footerNav li {
	display: inline-block;
	margin-right: 10px;
}

.footerNav li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 1050px) {
	.footerNav li {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
	}
	
}

.footerNav li a {
	transition: .15s;
}

.footerNav li a:hover {
	opacity: 0.7;
}

.btStyle01 a {
	background: url(../images/common/btStyle01.gif);
	background-size: 334px auto;
	display: block;
	color: #fff;
	padding: 16px 50px;
	font-size: 17px;
	font-weight: 600;
	line-height: 1;
}

.btStyle02 a {
	background: url(../images/common/btStyle02.gif);
	background-size: 334px auto;
	display: block;
	color: #fff;
	padding: 16px 50px;
	font-size: 17px;
	font-weight: 600;
	line-height: 1;
}

.btStyle03 a {
	background: url(../images/common/btStyle01.gif);
	background-size: 334px auto;
	display: block;
	color: #fff;
	padding: 16px 50px;
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	width: 100%;
	max-width: 300px;
	transition: .15s;
}

@media screen and (max-width: 599px) {
	.btStyle03 a {
		max-width: 100%;
	}
}

.btStyle03 a:hover {
	opacity: 0.7;
}

.btStyle03 a::after {
	content: "\f105";
	font-family: FontAwesome;
	color: #fff600;
	margin-left: 8px;
	font-weight: normal;
}

.sideNav {
	position: fixed;
  top: 25vh;
	right:0;
	z-index:1;
	font-size:0;
}

.sideNav li {
  position: relative;
	height: 160px;
}

.sideNav a {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55px;
  height: 160px;
  color: #fff;
	font-weight: normal;
  font-size: 17px;
	display: block;
	padding: 0!important;
	transition: .15s;
}




.sideNav a:hover {
	opacity: 0.7;
}

.sideNav p {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  display: inline;
  transform: translate(-50%, -50%);
  writing-mode: vertical-rl;
	white-space: nowrap;
	font-weight: 600;
}

@media screen and (max-width: 599px) {
	.sideNav {
		position: relative;
		top: auto;
		right:auto;
	}
	
	.sideNav li {
  position: relative;
	height: auto;
		float: left;
		width: 50%;
}
	
	.sideNav a {
  position: static;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  color: #fff;
	font-weight: normal;
  font-size: 15px;
	display: block;
	padding: 15px 0!important;
	transition: .15s;
}
	
	.sideNav p {
  position: static;
  top: auto;
  left: auto;
  margin: 0;
  display: block;
		text-align: center;
  transform: none;
  writing-mode:horizontal-tb;
	white-space: nowrap;
	font-weight: 600;
}
	
}



.main {
	background: url(/wp/wp-content/uploads/2024/04/main.jpg) center top;
	background-size: cover;
	    padding: 80px 0 600px 0;
}

.main h2 {
	width: 98%;
	text-align:center;
	max-width:720px;
	margin:10px auto 0 auto;
}

@media screen and (max-width: 599px) {
	.main {
		background-size: cover;
		padding: 10px 0 250px 0;
	}

	.main h2 {
		
	}
}

.topSec {
	position: relative;
	background: url(../images/common/blackBack.jpg) left top;
	background-size: 687px auto;
}

.topSec .topSecBox {
	width:100%;
	position: absolute;
	left: 0;
	top: 0;
}

.topSec .img {
	width: 50%;
	float: right;
}

.topSec .txt {
	width:50%;
	padding:0;
	position: relative;
	color: #fef0e4;
}

.topSec02 .img {
	width: 50%;
	float: left;
}

.topSec02 .txt {
	width:50%;
	padding:0;
	position: relative;
	color: #fef0e4;
	float: right;
}

@media screen and (max-width: 1050px) {
	.topSec .topSecBox {
		width:100%;
		position: static;
		left: auto;
		top: auto;
		padding: 20px 0; 
	}
	
	.topSec .img {
		width: 100%;
		float: none;
	}

	.topSec .txt {
		width: 100%;
		padding:0;
		position: relative;
		color: #fef0e4;
	}

	.topSec02 .img {
		width: 100%;
		float: none;
	}

	.topSec02 .txt {
		width: 100%;
		padding:0;
		position: relative;
		color: #fef0e4;
		float: none;
	}
}

.topSec .txt h2 {
	font-size: 37px;
	line-height: 1.5;
	font-weight: normal;
	position: relative;
	margin-bottom: 40px;
}

.topSec .txt h2:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 60px;
  height: 1px;
  left: 32px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff600;
}

.topSec .txt p {
	margin-bottom: 25px;
}

.txtInner {
	position: absolute;
	top: 50%;
	padding:0 70px 0 0;
	transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

.topSec02 .txtInner  {
	padding:0 0 0 70px;
}

.mb60 {
	margin-bottom: 90px;
}

@media screen and (max-width: 1050px) {
	.topSec02 .txtInner  {
		padding:0 0 0 0;
	}
	
	.topSec .txt h2 {
		font-size: 22px;
		line-height: 1.5;
		font-weight: normal;
		position: relative;
		margin-bottom: 40px;
		text-align: center;
	}
	
	.topSec .txt h2:before {
		content: '';
		position: absolute;
		bottom: -20px;
		display: inline-block;
		width: 60px;
		height: 1px;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
		background-color: #fff600;
	}

	.txtInner {
		position: static;
		top: auto;
		padding:0 0 0 0;
		transform: none;
		-webkit- transform: none;
	}
}

.sceneList li {
	width: 31%;
	float: left;
	margin-right: 3.5%;
	margin-bottom: 30px;
	text-align: center;
	font-size: 15px;
	transition: .15s;
	background: #fff;
}



.sceneList li a {
	display: block;
	color: #2b1700;
	
}

.sceneList li:hover {
	background: #3d863f;
	color: #fff;
}

.sceneList li:hover a {
	color: #fff;
}

.sceneList li:hover a:hover img {
	opacity: 1;
}

.sceneList li p {
	padding: 15px 0;
}

.sceneList li p::before {
	content: "\f138";
	font-family: FontAwesome;
	color: #3d863f;
	margin-right: 5px;
	font-weight: normal;
}

.sceneList li a:hover p::before {
	color: #fff;
}

.sceneList li span {
	font-size: 11px;
	padding-left: 5px;
	position: relative;
	top: -1px;
}

.sceneList li:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 599px) {
	.sceneList li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
		font-size: 14px;
		background: #fff;
	}
	
	.sceneList li:nth-child(3n) {
	margin-right: 0;
}

	
	
}


.topGallery ul {
	display: flex;
	align-content: flex-start;
	align-content: flex-end;
	align-content: center;
	align-content: space-between;
	align-content: space-around;
}

.newsBox {
	background: #fff;
	padding: 90px 0;
}

.newsBox table {
	border-top: 1px solid #ebe9e8;
	width: 100%;
}


.newsBox th {
	font-size: 12px;
	font-weight: normal;
	padding: 25px 15px;
	border-bottom: 1px solid #ebe9e8;
	width: 15%;
}

.newsBox td {
	font-weight: normal;
	font-size: 14px;
	padding: 25px 0;
	border-bottom: 1px solid #ebe9e8;
	width: 85%;
}

@media screen and (max-width: 1050px) {
	.newsBox table,
	.newsBox tbody,
	.newsBox tr,
	.newsBox th,
	.newsBox td {
		display: block;
		width: 100%;
	}
	
	.newsBox th {
	font-size: 12px;
	font-weight: normal;
	padding: 15px 0 0 0;
		text-align: left;
	border-bottom: none;
}
	.newsBox td {
	font-weight: normal;
	font-size: 14px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ebe9e8;
}
	
}

.newsBox a {
	color: #2b1700;
}

.newsBox a:hover {
	text-decoration: underline;
}

.newsBox th::before {
	content: "\f105";
	font-family: FontAwesome;
	color: #3d863f;
	margin-right: 4px;
	font-weight: normal;
}


.hStyle01 {
	text-align: center;
	font-weight: normal;
	font-size: 30px;
	position: relative;
	margin-bottom: 70px;
}

.hStyle01:before {
  content: '';
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 40px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #3d863f;
}

.hStyle01 p {
	font-size: 14px;
	margin-top: 10px;
}

.hStyle02 {
	font-size: 20px;
	position: relative;
	margin-bottom: 50px;
	text-align: center;
	font-weight: normal;
}

.hStyle02 span {
	position: absolute;
  top: 35%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	font-weight: normal!important;
	font-size: 70px;
	opacity: 0.1;
	letter-spacing: 0.1em;
}

.instaBox .hStyle02 span {
	font-size: 40px;
}

.hStyle02:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #3d863f;
}

.readText {
	text-align: center;
	margin-bottom: 30px;
}

.secBox {
	margin-top: 70px;
}

.chirashi {
	margin: 10px 0;
	width: 100px;
}

@media screen and (max-width: 1050px) {
	.secBox {
		margin-top: 40px;
		padding-top: 40px;
		border-top: 1px solid #cfbe9c;
	}
}

.loading {
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	background-size: 687px auto;
}

.loading__img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.hStyle03 {
	font-size: 30px;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.02em;
}

.hStyle03 span {
	color: #3d863f;
	display: block;
	font-size: 13px;
}

.topGallery li {
	overflow: hidden;
}

.topGallery li img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.topGallery a:hover img {
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.accessBox p {
	text-align: center;
	margin-bottom: 10px;
}

.gMap {
	position: relative;
	padding-bottom: 40%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 30px;
}
 
.gMap iframe,
.gMap object,
.gMap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*-----------------------------------------------------

  CLEARFIX

----------------------------------------------------- */
*:first-child+html .clearFix{ display: inline-block; } /* for IE7 */
.clearFix:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .clearFix { display: inline-block; }
/* no ie mac \*/
* html .clearFix { height: 1%; }
 .clearFix { display: block; }
/* */



