@charset "utf-8";

/*PCSP共通設定*/
/*section:nth-of-type(odd){background-color:#f0f0f0;}
section:nth-of-type(even){background-color:#fff;}*/
html {scroll-behavior: smooth;}/*smooth scroll*/

main{
 margin-top: 0 !important; 	
}




/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}
.inner{
	width: 96%;
	margin: 0 2%;
	padding: 50px 0;
	box-sizing: border-box;
}


/* =========================================================
◆photoswipe
========================================================= */
figure {
	position: relative;
	margin: 2% 0 6%;
}

figure img {
	width: 100%;
	height: auto;
	padding: 0 2%;
}

figure:hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	display: block;
	z-index: 99;
	background: url(../images/ic_zoom.png) no-repeat;
	background-size: 100% auto;
}

*, *:before, *:after {
	box-sizing: border-box;
}
	

/* =========================================================
◆slide
========================================================= */
.slide-wrap {
	background: rgba(255,255,255,0); /*背景白を透過*/
	display: flex;
	margin: 0 auto 5%;
	width: 100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.slide-box {
	margin-right: 3%;
    flex: 0 0 80%;
	text-align: center;
	max-width: 400px;
}

.slide-box img {
	padding: 2% 0;
	width: 100%;
}

.slide-box p {
	text-align: left;
	font-size: 123.1%;
	padding-top: 2%;
}

.slide-box p span {
	font-weight: bold;
}

.slide-box p.point {
	background: #FFFFD9;
	padding: 2%;
	margin-top: 1%;
}

.slide-box p.point span {
	color: #F00;
}

.slide-box p.detail {
	line-height: 1.5;
	font-size: 123.1%;
}

.slide-box .detail dl {
	font-size: 123.1%;
	line-height: 1.5;
	padding: 2% 0;
	border-bottom: 1px dotted #333;
	text-align: left;
}

.slide-box .detail dl span {
	font-size: 80%;
}

.slide-box .detail dt {
	clear: left;
	float: left;
	width: 30%;
	font-weight: bold;
}

.slide-box .detail dd {
	margin-left: 30%;
}

.slide-box .detail dl:last-child {
	border-bottom: none;
}

.slide-box p.heed {
	font-size: 123.1%;
	background: #FFF;
	margin: 3% 0;
}

.slide-box2 {
	margin: 1% 3% 0 0;
    flex: 0 0 50%;
	text-align: center;
}

.slide-box2 p {
	text-align: left;
	font-size: 123.1%;
	padding: 2% 0;
}

.slide-box2 p span {
	font-weight: bold;
}

.slide-box2 .Btn {
	overflow: hidden;
    width: 98%;
	margin: 0 1%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 123.1%;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
    color: #333;
    text-decoration: none;
}

.slide-box2 .Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	text-decoration :none;
	padding: 8% 5%;
}

.slide-box2 .Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.slide-box2 .Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.slide-box2 .Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 5px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.slide-box2 .Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}

.slide-box2 .Btn_gray {
	overflow: hidden;
    width: 98%;
	margin: 0 1%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 123.1%;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    text-decoration: none;
	background: #666;
	padding: 8% 5%;
}

.slide-box2 .Btn_gray:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.slide-box2 .Btn_gray:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 5px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #666;
}



  /*ボタン通常*/
	
	.soon{
		position: absolute;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		background: rgba(90, 90, 90, 0.7);
		color: #ffffff;
		font-size: 16px;
		text-align: center;
		font-weight: bold;
		z-index: 1;

	}
	
.btnL{
		width: 90% !important;
		margin: 0 auto 20px !important;
		max-width: 970px !important;
	}
	.btn {
		position: relative;
		max-width: 400px; /* ボタン幅 */
		margin: 0 auto;
	}
	
.btn a{
	
	display: block;
  
margin:0 auto;
  position: relative;
  background: #00125e; /* 背景色 */
  border: 2px solid #00125e;
  padding: 1em 2em;
  font-weight: bold;
  color: #fff !important; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
	border-radius: 20px;
	font-size: 14px;
	
}
	
.btn a::after {
	 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
.btn a:hover {
    opacity: 0.8;
}
.btn a i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}
	

/*title*/
img#mainphoto {
	width: 100%;
	margin-bottom: 5%;
}
	
	
/*title*/

	.titlearea{
		max-width: 760px;
		width: 100%;
		margin: 0 auto;
		position: relative;
	}	
	
	.copy{
		display: block;
		position: absolute;
		text-shadow:1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff; 
		font-weight: bold;
		font-size: 10px;
		bottom: 5px;
		right: 5px;
		
	}

	.titlearea img{
		width: 100%;
	}

	
/*nav*/
	
	.nav{
		background-color: #fcf7d1;
		  font-family: "Noto Sans JP", serif;


	}
	
	.nav ul{
		display: flex;
		justify-content:space-between;
		flex-wrap: wrap;
		padding: 20px 0;
		margin: 0 auto;
		width: 98%;
	}
	
	.nav ul li{
		width: 48%;
		margin: 0 0% 10px 0%;
	}
	
	.nav ul li:last-of-type{
		width: 100%;
	}
	
	.nav ul li:last-of-type a{
		background-color: #FF6E00;
	}
	
	.nav ul li a{
		display: block;
		text-align: center;
		padding: 15px;
		font-size: 14px;
		background-color: #b30f06;
		color: #ffffff !important;
		border-radius: 30px;
	}
	
	.nav ul li a:hover{
		opacity: 0.8;
	}
	
	.nav ul li:nth-of-type(2n) a{
		background-color: #b67b77;
		color: #fbc719 !important;
	}
	
	
	section{
		 font-family: "Noto Sans JP", serif;
		font-weight: 400;
	}
	
	
		h2.ver1:before,
	h2.ver4:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #b20f06;
}
	
	h2.ver1,
	h2.ver4{
		font-size: 22px;
		text-align: center;
		margin: 0 0 20px 0;
		padding: 0 0 15px 0;
		color: #b20f06;
		position: relative;
	}
	
	
	h2.ver2{
		font-size: 22px;
		text-align: center;
		margin: 0 auto 20px;
		background-color: #b67b77;
		color: #fbc719 !important;
		padding: 20px;
		border-radius: 30px;
		width: 98%;
	}
	
	
h2.ver3{
		font-size:22px;
		text-align: center;
		margin: 0 auto 50px;
		background-color: #931a12;
		color: #f2b30c !important;
		padding: 20px;
		border-radius: 30px;
		width: 98%;
	}
	
	
/*sec1*/
	.sec1{
		background-color: #fcf7d1;
		background-image: url("../images/bg1_sp.jpg");
		background-size: contain;
		background-repeat: repeat-y;
		background-position: center;
	}
	
	

	.intro{
		background-color: #ffffff;
		padding: 10px;
		font-size: 14px;
		line-height: 1.5;
		margin:35px 0 30px 0;
		
	}
	


	.tachiyori{
		position: relative;
		margin: 30px auto 60px;
		padding: 15px;
		border-radius: 20px;
		background-color: #ddab24;
		width: 98%;
	}
	
	
	.tachi_img{
		max-width: 640px;
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.tachi_img img{
		width: 100%;
	}
	
	.tachi_detail{
		width: 100%;
	}
	
	.tachi_detail dt{
		font-size: 18px;
		color: #ffffff;
		text-align: center;
		margin: 0 0 10px 0;
	}
	
	.tachi_detail dd{
		font-size: 14px;
		color: #000000;
		line-height: 1.8;
	}
	
	.my-gallery{
		margin: 30px auto 30px;
		max-width: 970px;
		width: 98%;
	}
	
	.chui{
		padding: 10px;
		background-color: #FFFFFF;
		border: 2px solid #FF0004;
		margin: 0 0 20px 0;
		font-size: 14px;
	}
	
	.chui strong{
		display: block;
		text-align: center;
		font-size: 16px;
		margin: 0 0 10px 0;
		color: #b30f06;
	}
	
/*sec2*/	
	
	.sec2{
		background-color: #823b37;
		position: relative;
		z-index: 0;
		padding: 0 0 10px 0;
	}
	
	.sec2 h2{
		color: #ffffff;
		font-size: 22px;
		text-align: center;
		margin: 0 0 20px 0;
	}
	
	.sec2 h2 span{
		display: inline-block;
		text-shadow:1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff; 
	}
	
	.sec2 h2 span.co1{
		color: #afc4f4;
	}
	
	.sec2 h2 span.co2{
		color: #000000;
	}
	
	.sec2 h2 span.co3{
		color: #8ea071;
	}
	.sec2 h2 span.co4{
		color: #7c56eb;
	}
	
	.utaakari_detail{
		position: relative;
		text-align: center;
		line-height: 1.8;
		font-size: 16px;
		color: #ffffff;
	
		margin: 0 0 30px 0;
	}
	
	.utaakari_event{
		background-color: #ffffff;
		border: 4px #F3CC00 solid;
		padding: 20px;
		margin: 30px 0 30px 0;
		
	}
	
	.utaakari_event p{
		font-size: 16px;
		line-height: 1.8;
		text-align: center;
		margin: 0 0 20px 0;
	}
	
	.utaakari_event p strong{
		color: #C4AD15;
		font-size: 18px;
		font-weight: bold;
	}
	
	
	.righttxt{
		position: relative;
		text-align: right;
		font-size: 14px;
		color: #ffffff;
		margin: 10px 0px 30px 0;
	}
	
	.uttaakari_img{
		width: 98%;
		margin: 0 auto 30px;
		max-width: 400px;
	}
	
	.uttaakari_img img{
		width: 100%;
	}
	
.uttaakari_img2{
		position: absolute;
		max-width: 200px;
	}
	
.uttaakari_img2 img{
		width: 100%;
	}

.img4{
	width: 36%;
        top: -25px;
        left: -2%;
        z-index: 3;
	}
	
/*sec3 sec4*/
	
	.sec3{
		background-color: #fcf7d1;
		background-image: url("../images/bg1_sp.jpg");
		background-size: contain;
		background-repeat: repeat-y;
		background-position: center;
	}
	
	.sec4{
		background-color: #faefdb;
	}

	
	.yadoboxarea{
		margin: 0 0 30px 0;
		overflow-x: scroll;
	}
	
	.yadoboxareain{
		display: flex;
		justify-content: flex-start;
		margin: 0 0 30px 0;
	}

	.yadoboxarea dl.box{
		width: 80%;
		margin: 0 10px 0px 10px;
		padding: 15px;
		flex-shrink: 0;
		background-color: #ffffff;
	}
	
	.yadoboxarea dl.box img{
		width: 100%;
	}

	.yadoboxarea dl.box dt{
		font-size: 18px;
		font-weight: bold;
		color: #000000;
		margin: 0 0 15px 0;
		text-align: center;
	}
	
	.yadoboxarea dl.box dt span{
		font-size: 14px;
	}
	
	.yadoboxarea dl.box dd.yado_mainimg{
		max-width: 400px;
		margin: 0 auto 15px;
	}
	
	dd.boxdetail p.yado_txt{
		font-size: 14px;
	}
	
	dd.flexver{
		display: flex;
		justify-content: space-between;
	}
	
	dd.flexver p.yado_subimg{
		max-width: 400px;
		width: 48%;
	}
	
	dd.flexver p.yado_txt{
		width: 48%;
	}
	
	


}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
	max-width:970px;
	min-width:760px;
    margin: 0 auto 5px;
}
	

.inner{
	max-width:970px;
	width: 96%;
	margin: 0 auto;
	padding:50px 0;
	display: block;
}


/* =========================================================
◆photoswipe
========================================================= */
figure {
	position: relative;
	margin-top: 20px;
}

figure img {
	width: 100%;
}

figure:hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	display: block;
	z-index: 99;
	background: url(../images/ic_zoom.png) no-repeat;
	background-size: 100% auto;
}	
	

/* =========================================================
◆slide
========================================================= */
.slide-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	margin: 0 0 30px 0;
	justify-content: space-between;
}

.slide-box {
  width: 32%;
  padding: 10px;
}

.slide-box:nth-child(4n){
  margin-right: 0;
}

.slide-box:nth-child(-n+4){
  margin-top: 0;
}

.slide-box img {
  display: block;
  height: auto;
  width: 100%;
}

.slide-box p {
  font-size: 123.1%;
	margin: 20px 0 20px 0;
}

.slide-box p span {
	font-weight: bold;
}

.slide-box p.point {
	background: #FFFFD9;
	padding: 10px;
	margin: 0px 0 20px 0;
	line-height: 1.4;
}

.slide-box p.point span {
	color: #F00;
}

.slide-box .detail dl {
	font-size: 123.1%;
	line-height: 1.4;
	padding: 0;
	margin: 0;
	padding: 6px 0;
	border-bottom: 1px dotted #333;
}

.slide-box .detail dl span {
	font-size: 80%;
}

.slide-box .detail dt {
	clear: left;
	float: left;
	width: 30%;
	font-weight: bold;
}

.slide-box .detail dd {
	margin-left: 30%;
}

.slide-box .detail dl:last-child {
	border-bottom: none;
}

.slide-box p.heed {
	font-size: 123.1%;
	background: #FFF;
	margin: 5px 0;
}


.slide-box2 {
  width: 25%;
  padding: 10px 14px;
}

.slide-box2:nth-child(5n){
  margin-right: 0;
}

.slide-box2:nth-child(-n+5){
  margin-top: 0;
}

.slide-box2 img {
  display: block;
  height: auto;
  width: 100%;
}

.slide-box2 p {
  font-size: 153.9%;
  font-weight: bold;
  margin: 0;
  margin: 5px 0;
}

.slide-box2 p span {
	font-weight: bold;
}

.slide-box2 .Btn {
	overflow: hidden;
	width: 100%;
	height: 60px;
	margin:0 auto;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 153.9%;
	font-weight: bold;
	margin-bottom: 30px;
}

.slide-box2 .Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	line-height: 60px;
	text-decoration :none;
}

.slide-box2 .Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.slide-box2 .Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.slide-box2 .Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.slide-box2 .Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}

.slide-box2 .Btn_gray {
	overflow: hidden;
	width: 100%;
	height: 60px;
	padding-top: 12px;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 123.1%;
	display: block;
	position: relative;
	text-align: center;
	background: #666;
	color: #FFF;
	text-decoration :none;
}

.slide-box2 .Btn_gray:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.slide-box2 .Btn_gray:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #666;
}
	
   /*ボタン通常*/
	
	.soon{
		position: absolute;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		background: rgba(90, 90, 90, 0.7);
		color: #ffffff;
		font-size: 18px;
		text-align: center;
		font-weight: bold;
		z-index: 1;

	}
	
	.camp_btnL{
		width: 80% !important;
		margin: 0 auto !important;
		max-width: 970px !important;
	}
	
	.btn{
		position: relative;
		 max-width: 540px; /* ボタン幅 */
		margin: 0 auto;
	}
.btn a{
	
	display: block;
margin:0 auto;
  position: relative;
  background: #00125e; /* 背景色 */
  border: 2px solid #00125e;
  padding: 1em 2em;
  font-weight: bold;
  color: #fff !important; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
	border-radius: 20px;
	font-size: 20px;
	
}

	
	
.btn a::after {
	 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}	

.btn a:hover {
    opacity: 0.8;
}
.btn a i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}
	
/*title*/

	.titlearea{
		background-image: url("../images/bg.jpg?date=20250415");
		background-repeat: no-repeat;
		background-size:cover;
		background-position: center;
		position: relative;
		height: 600px;
		position: relative;
	}	


	.titlearea .title{
		width: 490px;
		margin: 0 auto 0;
		padding: 0 0 0 0;
	}
	
	.copy{
		display: block;
		position: absolute;
		text-shadow:1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff; 
		font-weight: bold;
		font-size: 14px;
		bottom: 5px;
		right: 5px;
		
	}
	
/*nav*/
	
	.nav{
		background-color: #fcf7d1;
		  font-family: "Noto Sans JP", serif;


	}
	
	.nav ul{
		display: flex;
		justify-content:center;
		padding: 20px 0;
		max-width: 1200px;
		margin: 0 auto;
	}
	
	.nav ul li{
		width: 28%;
		margin: 0 1% 0 1%;
	}
	
	.nav ul li a{
		display: block;
		text-align: center;
		padding: 15px;
		font-size: 24px;
		background-color: #b30f06;
		color: #ffffff !important;
		border-radius: 30px;
	}
	
	.nav ul li a:hover{
		opacity: 0.8;
	}
	
	.nav ul li:nth-of-type(2n) a{
		background-color: #b67b77;
		color: #fbc719 !important;
	}
	
	
	section{
		 font-family: "Noto Sans JP", serif;
		font-weight: 400;
	}
	
	
		h2.ver1:before,
	h2.ver4:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #b20f06;
}
	h2.ver2{
		font-size: 32px;
		text-align: center;
		margin: 0 auto 20px;
		background-color: #b67b77;
		color: #fbc719 !important;
		padding: 20px;
		border-radius: 30px;
		width: 50%;
	}
	
	
h2.ver3{
		font-size: 32px;
		text-align: center;
		margin: 0 auto 50px;
		background-color: #931a12;
		color: #f2b30c !important;
		padding: 20px;
		border-radius: 30px;
		width: 50%;
	}
	

	
/*sec1*/
	.sec1{
		background-color: #fcf7d1;
		background-image: url("../images/bg1.jpg");
		background-size: cover;
		background-position: center;
		overflow: hidden;
	}
	
		h2.ver1,
	h2.ver4{
		font-size: 32px;
		text-align: center;
		margin: 0 0 20px 0;
		padding: 0 0 15px 0;
		color: #b20f06;
		position: relative;
	}
	

	.intro{
		background-color: #ffffff;
		padding: 20px;
		font-size: 18px;
		line-height: 1.8;
		margin:35px 0 30px 0;
		
	}
	


	.tachiyori{
		display: flex;
		justify-content: space-around;
		position: relative;
		margin: 120px 0 120px 0;
		z-index: 1;
	}
	
	.tachiyori::after{
		content: "";
		border-radius: 50%;
		width: 1500px;
		height: 370px;
		background-color: #ddab24;
		position: absolute;
		z-index: -1;
		top: -14%;
	}
	
	.tachi_img{
		max-width: 640px;
		width: 40%;
		margin: 0 0 0 0;
	}
	
	.tachi_img img{
		width: 100%;
	}
	
	.tachi_detail{
		width: 55%;
	}
	
	.tachi_detail dt{
		font-size: 36px;
		color: #ffffff;
		text-align: center;
		margin: 0 0 20px 0;
	}
	
	.tachi_detail dd{
		font-size: 20px;
		color: #000000;
		line-height: 1.8;
	}
	
	.my-gallery{
		margin: 50px auto 50px;
		max-width: 970px;
		width: 96%;
	}
	
	.chui{
		padding: 20px;
		background-color: #FFFFFF;
		border: 2px solid #FF0004;
		margin: 0 0 50px 0;
		font-size: 16px;
	}
	
	.chui strong{
		display: block;
		text-align: center;
		font-size: 18px;
		margin: 0 0 15px 0;
		color: #b30f06;
	}
	
/*sec2*/	
	
	.sec2{
		background-color: #823b37;
		position: relative;
		z-index: 0;
		padding: 0 0 10px 0;
	}
	
	.sec2 h2{
		color: #ffffff;
		font-size: 32px;
		text-align: center;
		margin: 0 0 20px 0;
	}
	
	.sec2 h2 span{
		display: inline-block;
		text-shadow:1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff; 
	}
	
	.sec2 h2 span.co1{
		color: #afc4f4;
	}
	
	.sec2 h2 span.co2{
		color: #000000;
	}
	
	.sec2 h2 span.co3{
		color: #8ea071;
	}
	.sec2 h2 span.co4{
		color: #7c56eb;
	}
	
	.utaakari_detail{
		position: relative;
		text-align: center;
		line-height: 1.8;
		font-size: 24px;
		color: #ffffff;
		z-index: 5;
		margin: 0 0 30px 0;
	}
	
	.utaakari_event{
		background-color: #ffffff;
		border: 4px #F3CC00 solid;
		padding: 20px;
		margin: 30px 0 30px 0;
		
	}
	
	.utaakari_event p{
		font-size: 24px;
		line-height: 1.8;
		text-align: center;
		margin: 0 0 20px 0;
	}
	
	.utaakari_event p strong{
		color: #C4AD15;
		font-size: 30px;
		font-weight: bold;
	}
	
	.righttxt{
		position: relative;
		text-align: right;
		font-size: 14px;
		color: #ffffff;
		z-index: 5;
		margin: 0 10px 0 0;
	}
	
	.uttaakari_img{
		position: absolute;
		max-width: 480px;
	}
	
	.uttaakari_img2{
		position: absolute;
		max-width: 200px;
	}
	
	.uttaakari_img img,
	.uttaakari_img2 img{
		width: 100%;
	}
	
	.img1{
		width: 20%;
        top: -47px;
        left: 2%;
		z-index: 1;
	}
	
	.img2{
		width: 14%;
        top: 150px !important;
        right: 16%;
		z-index: 2;
	}
	
	.img3{
		width: 17%;
        top: -65px;
        right: 1%;
		z-index: 3;
	}
	
	.img4{
		width: 16%;
        top: -25px;
        left: 22%;
		z-index: 3;
	}
	
	@media screen and (min-width: 2029px),print {
		.img1{
		width: 20% !important;
        top: -47px !important;
        left: 9% !important;
		z-index: 1;
	}
	
	.img2{
		width: 14% !important;
            top: 150px !important;
            right: 18% !important;
		z-index: 2; 
	}
	
	.img3{
		width: 17% !important;
        top: -65px !important;
        right: 1% !important;
		z-index: 3;
	}
	}
	
	@media screen and (max-width: 1545px),print {
		.img1{
		width: 20% !important;
        top: -47px !important;
        left: 2% !important;
		z-index: 1;
	}
	
	.img2{
		width: 14% !important;
        bottom: 185px !important;
        right: 11% !important;
		z-index: 2; 
	}
	
	.img3{
		width: 17% !important;
        top: -65px !important;
        right: 1% !important;
		z-index: 3;
	}
		}
		
		
	@media screen and (max-width: 1305px),print {
		.img1{
		width: 20% !important;
        top: -47px !important;
        left: 2% !important;
		z-index: 1;
	}
	
	.img2{
		width: 14% !important;
        top:178px !important;
        right: 4% !important;
		z-index: 2; 
	}
	
	.img3{
		width: 17% !important;
        top: -65px !important;
        right: 1% !important;
		z-index: 3;
	}
	}
	
	@media screen and (max-width: 1060px),print {
		.img1{
		width: 20% !important;
        top: -47px !important;
        left: 2% !important;
		z-index: 1;
	}
	
	.img2{
		width: 14% !important;
       top: 148px !important;
        right: 2% !important;
		z-index: 2; 
	}
	
	.img3{
		width: 17% !important;
        top: -65px !important;
        right: 1% !important;
		z-index: 3;
	}
		
	}
	
/*sec3*/
	.sec3{
		/*background-color: #fcf7d1;
		background-image: url("../images/bg1.jpg");
		background-size: cover;
		background-position: center;*/
			background-color: #faefdb;
	}
	

	
	.yadoboxarea{
		margin: 0 0 50px 0;
	}
	
	.yadoboxareain{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0 0 30px 0;
	}

	.yadoboxarea dl.box{
		width: 26%;
		margin: 0 10px 20px 10px;
		padding: 15px;
		background-color: #ffffff;
	}
	
	.yadoboxarea dl.box img{
		width: 100%;
	}

	.yadoboxarea dl.box dt{
		font-size: 24px;
		font-weight: bold;
		color: #000000;
		margin: 0 0 15px 0;
		text-align: center;
	}
	
	.yadoboxarea dl.box dt span{
		font-size: 18px;
	}
	
	.yadoboxarea dl.box dd.yado_mainimg{
		max-width: 400px;
		margin: 0 auto 15px;
	}
	
	dd.boxdetail p.yado_txt{
		font-size: 16px;
	}
	
	dd.flexver{
		display: flex;
		justify-content: space-between;
	}
	
	dd.flexver p.yado_subimg{
		max-width: 400px;
		width: 48%;
	}
	
	dd.flexver p.yado_txt{
		width: 48%;
	}
	
/*sec4*/
		.sec4{
		background-color: #faefdb;
	}

	
	
}

.btbgver2 a{
		background: #91ac77 !important; /* 背景色 */
  border: 2px solid #91ac77 !important;
	}
.btbgver3 a{
		background: #C4AD15 !important; /* 背景色 */
  border: 2px solid #C4AD15 !important;
	}

.box1{
		
		border: 4px solid #b67b77;
	}
.box2{
	border: 4px solid #91ac77;
	}

.box3{
	border: 4px solid #deab26;
	}

.box4{
	border: 4px solid #823b37;
	}

.box5{
	border: 4px solid #cece5e;
	}