@charset "utf-8";

/* CSS Document */


@media  (min-width:1100px){
	

	
	#main{
	padding-top: 60px;
	
	}	

	.clearfix {
	display: block;
	padding-bottom: 200px;
}

		
	
	

.sm { display: none !important; }

	
	
	
	
	
	
	
	p{
	font-size:14px;
	line-height:1.8em;
	letter-spacing: 2px;
	
	}

	
	
	
	
	
	
	h1 {
  font-size: 36px;
  font-weight:normal;
  letter-spacing: 0.35em;
  line-height: 1.5;
  position: relative;
  padding: 2.0rem;
  text-align: center;
  
}

h1 span {
  font-size: 21px;
  letter-spacing: 0.35em;
  line-height: 1.8;
  display: block;
  color:#BDC0BA;	
}

h1:before {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;

  
}

	h2{font-size: 24px;
	   margin: 20px;
	letter-spacing: 7px;
	text-align: center;
	font-weight: bolder;

}	
	
	


	
	h3{
	  font-size: 16px; 
	  padding: 10px;
	  margin: 10px;
	 
	}
	
	h4{color:#4F4F4F;
	  font-size: 16px; 
	  letter-spacing: 2px;

		
		
	}
	

		
h5{
	  font-size: 16px; 
	  padding-left: 10px;
	  padding-right: 10px;
	  border-radius: 0.2em;
	  margin-bottom: 5px;
	  margin-top: 5px;
	}
	
	
	
	h6{
	font-size: 16px; 
	  padding-left: 10px;
	  padding-right: 10px;
	  border-radius: 0.2em;
	  margin-bottom: 10px;
	  margin-top: 10px;
	}
	
	
	
	
	
	
	hr{margin-top: 15px;
	   max-height: 15px;
	   color: #bdc0ba;
	}

	
	
	
	ol li{
	font-size:14px;
	line-height:1.8em;
	letter-spacing: 2px;	
}

	
	
	ul.square li{
	font-size:14px;
	line-height:1.8em;
	letter-spacing: 2px;	
		
		
	}

	
	
	
	
	
/*間隔開けたいとき*/
.brank50{margin-bottom: 50px;}	
	
.brank100{margin-bottom: 100px;}

.brank150{margin-bottom: 150px;}	
.brank200{margin-bottom: 200px;}	

.brank300{margin-bottom: 300px;}	
	
	
	
	
	
	
	
	
	
	
.top{
	width: 100%;
	height: 33vw;
	overflow: hidden;
	position: relative;
		
	}
	
	
.top img{
	width: 100%;
	height: 33vw;	
	object-fit: cover;	
	}
	
	
	
		
	
.top2{
	width: 100%;
	height: 33vw;
	overflow: hidden;
	position: relative;
		
	}

	
.top2 img{
	width: 100%;
	height: 33vw;	
	object-fit: cover;	
      object-position: 0 0;
	}
	
.top3{
	width: 100%;
	height: 33vw;
	overflow: hidden;
	position: relative;
		
	}

	
.top3 img{
	width: 100%;
	height: 33vw;	
	object-fit: cover;	
    	object-position: left bottom;
	}
	
	
	
/*topに動画を掲載する場合*/
.top_movie{
	width: 100%;
	height: calc(42.1875vw + 15px);	
	text-align: center;
	background-color: #000000;
	z-index: 1;	
}	
	
	.top_movie iframe{
	width: 75%;
	height: 42.1875vw;	
	z-index: 2;
	}
	
	
	.top_movie p{
	font-size: 6px;
	z-index: 3;	
	color: #FFFFFF;
	position: relative;
	
	}
	
	
	
	

	.text{
	margin-top:30px;
	margin-bottom: 30px;
		
		
	}
	
	.text_right{
	
	display: flex;
	flex-direction: row-reverse;	
	}
	
	.text-in{
	margin-left: 20px;	
	margin-right: 20px;
		
	}
	
	
	.box_color{
	width: 100%;
	padding: 10px 10px 10px 10px;
	margin: 10 0;
		
	}
	
	.box_gray{
	background-color:#F0F1EF;
	width: 100%;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	margin-bottom: 10px;	
	}
	
		
	
	
	
	table , td, th{
	font-size: 14px;		
	border: 1px solid #080808;	
	padding: 5px;	
	}
	

	
	
	
	
	
	
	
	
	
	

	
/*//////横幅がmax1100pxになる//////////////////////////////////////////*/	
	
.main_2{
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;	
	}
	
	
	

 /*//////ここからコンテンツ枠系//////////////////////////////////////////*/
	
	
	
	
	
.contents1_1{
	text-align: center;	
	display: flex;
	justify-content: center;
	flex-wrap: wrap;	
	}	

		
	
	
	
	
	
	
.contents1_2{
	width: 49.7%;
	padding : 10px;
	padding-bottom: 0px;
	position: relative;
    box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
	
	
	
	.contents1_2 img{
	position: relative;
	z-index: 5;
	margin-bottom: 0px;	
	padding-bottom: 0px;
	display: inline-block;
	}
	
	
	
	
	
	
	
	
	.contents1_2_box{
	width: calc(50% - 23px);
	padding : 20px;
	position: relative;
    box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	text-align: start;
	margin: 10px;
	
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);	
	}
	
	
	
	
	
	
	
	
	
	
	.contents1_3
	{
	display: inline-block;
	width: calc(32.9% - 20px);
	text-align: start;	
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;	
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);	
	
	}
	
	
	.contents1_3_none
	{
	display: inline-block;
	width: calc(32.9% - 20px);
	text-align: start;	
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;	
	box-shadow: none;	
	
	}
	
	.contents1_3
	img{
	width: 100%;
	height: auto;
	margin-bottom: 5px;	
	}
	

	
		.contents2_3
	{
	display: inline-block;
	width: calc(66% - 20px);
	text-align: start;	
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;	
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);	
	
	}
	
	
	
	
		
.contents1_3_nonbox
	{
	display: inline-block;
	width: calc(32.9% - 20px);
	text-align: start;	
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;	
vertical-align: top;
	
	}
	
	

	

	
.contents2_3_nonbox
	{
	display: inline-block;
	width: calc(66% - 20px);
	text-align: start;	
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;	
	vertical-align: top;
	
	}
	
	
	
	
	
	.contents1_3_nonbox img{
	width: 100%;

	}
		
		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.contents2_5{
	width: calc(40% - 3px);
	padding: 10px;	
	position: relative;
    box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin-top:30px;
	margin-bottom:30px;
		
	}
	
	
	
	
	.contents3_5{
	width: calc(60% - 3px);
	padding: 10px;	
	position: relative;
    box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin-top:30px;
	margin-bottom:30px;
	}
	

	
	
	
	
	
	
	.contents1_4{
	width: calc(25% - 3px);
	padding: 10px;	
	display: inline-block;	
	vertical-align: top;	
		
	}
		
	.contents3_4{
	width: calc(75% - 3px);
	display: inline-block;
	padding: 10px;	
	text-align: start;
	vertical-align: top;
	}	
		
	
	
	
.contents3{
	display: inline-block;
	width: calc(25% - 14px);	
	margin: 5px;
	margin-bottom:50px;
	box-sizing: border-box;
	}
	
	
	
	
	
	　　.contents1_2 ul {
 
	list-style: none;  
	}

	
		
	



	
	
　　.contents1_2 ul li {
    font-size: 14px;
	list-style: none;  
	}

	
		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/*///////////////////各ページ用固定ナビゲーション///////////////////////*/	

.nav{
    /*stickyで固定*/
  position: -webkit-sticky;/*Safari*/
  position: sticky;
    /*固定したい位置*/
  top: 60px;
    /*ナビゲーションの形状*/
  background:#fff;
  border: 1px solid #eee;
  box-shadow:0 0 5px #ddd;
  z-index: 50;
 display:table;
    width:100%;
  
}

.nav li{
   display:table-cell;
   border:0.5px solid #fff;
	width: 1%;
    padding: 5px;
	font-size:14px;
	text-align: center;
	vertical-align: middle; 
	font-family: a-otf-ryumin-pr6n, serif;
	color: #1C1C1C;
}
	
	.nav li a{display: block;}
	
	.nav li span{
	display: inline-block;	
		
	}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

/*////////////////アコーディオンメニュー//////////////////////*/
	
	
	summary {
    list-style: none;
    position: relative;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 40px;
    padding-left: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    background-color: #e7e8eb;
}

summary::-webkit-details-marker {
	display: none;
}

summary:hover,
details[open] summary {
	background-color: #e7e8eb;
}

summary::after {
	content: '+';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	transition: transform 0.5s;
	font-size: 30px;
}

details[open] summary::after {
	transform: translateY(-50%) rotate(45deg);
}

.answer {
	padding: 20px 30px;
}

details[open] .answer {
	animation: fadein 0.5s ease;
}

	
	
	
		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

	
	
/*//////////////////////////////////ヘッダー/////////////////////////////////////////////*/


.pc{
width:100%;
height: 60px;
background-color: #ffffff;
opacity:1.0;
position: fixed;
display: block;
	}	

	
header .icon{

width: 180px;
height: 100%;
float: left;
margin-top: 2px;
margin-left: 15px;	
}
	
header .language img{
	position: relative;
	width: 15px;
	height: 15px;
	display: inline-block;
	top:-2px;
	}
	
header .language
	{
	position: relative;
    top: -5px;
	width: 180px;
	height: 25px;
	text-align: justify;
	text-align-last: justify;
	font-size: 9px;
	display: inline-block;
	
	}

header .logo{
	
	position: relative;
	top:0px;
	text-align: center;
	width:180px;
	margin-bottom: 3px;
	
	}	
	
	
	
header .menu{
	
width: 82%;
height: 100%;
float: right;
margin-top: 25px;
margin-right: 20px;
	
	
	}
	

	

header #menu1{
	text-align: right;
	color:#595757;
	opacity:1.0;
	
	margin-top: 5px;
	margin-right: 20px;
	
	}
	
	
header #menu1 li{
    display: inline;
    margin: 8px;
	font-size: 11px;
	letter-spacing: 0.1em;
	color: #2E2E2E;
	}
	
	header #menu1 li img{
	text-align: center;
	vertical-align: middle;	
	}
	
	
	
	

header #menu2{
	text-align: right;
    margin-top: 5px;
	margin-right: 20px;
	}
	
	
header #menu2 li{
display:inline;	
margin: 8px;	
color: #000000;
font-size: 12px;
letter-spacing: 0.1em;
	
	}	
	
/*/////////////////////////////////////////////////ここまでがヘッダー//////////////////////////////////////////////////*/
	
	

	
	
	
/*////////////////////////////////////////////////////フッダー///////////////////////////////////////////////////////*/
	
	
	
footer{
	background-color: #F1F1F2;
	display:flex;
	}
	

footer h5{
	font-size: 14px;
	}
	
footer p{font-size: 12px;}
	
	
#footer-body{
	margin: 0 auto;	
	
	}
	
	
footer ul{
	list-style: none;
		margin: 10px;
		color: #1c1c1c;
        font-size:13.5px;
		letter-spacing: 0.3em;
	    line-height: 2.5;
	}

	
footer li{
	font-size:12px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	}	
	

	.footer-icon{
	width:100%;
	margin-top: 50px;
	margin-bottom: 50px;
	}
	
	.footer-icon img{
	width:40px;
	margin: 20px;
	
	}
	
.footer{
	width:100%;	
	display: flex;
	float: left;
	}
	
.footer-contents{
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	
	}
	
.footer2{
	width:100%;	
	display: flex;
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 80px;
	}
	
.footer-contents2{
	width:100%;	
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;	
	float: left;	
	}
	
.footer-adress1{
	width:30%;
	margin: 0 auto;
	text-align: center;
	
	}
	
.footer-adress1 h4{
	text-align: justify;
	text-align-last: justify;
	
	
	}
		
	
.footer-adress2{
	width:55%;
	margin: 0 auto;
	text-align: center;
	}
	
.footer-adress2 p{
	margin: 0 auto;
	text-align: start;
	}	
	
/*////////////////////////////////////////ここまでフッター////////////////////////////////////////*/
	

	
	
	
	
	
	
/*///////////////////////////////インデックスHTML////////////////////////////////////////////*/

	


	
	.top h1{
	text-shadow:1px 1px 10px rgba(0,0,0,0.7),
		        -1px -1px 10px rgba(0,0,0,0.7),
		        -1px 1px 10px rgba(0,0,0,0.7);
	z-index: 15;	
	}
	
	.top h1:before {
    display: none;
   z-index: 15;
}
	

	
	
	
	.top-icon{
	position: absolute; 
	top:30vw;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	display: flex;
	z-index: 15;
	}
	
	.top-icon1{
	text-align: center;
	width: 14vw;
	height: 50px;
	background: rgba(255,255,255,0.90);
	margin-left: 20px;
	margin-right: 20px;
	}
	
	
	
	.top-icon1 h4{
	width: calc(14vw - 10px);	
	height: 40px;	
	margin: 5px;
	margin-right: 10px;
	line-height: 40px;
z-index: 20;
	font-family: "YuGothic", "Yu Gothic medium", "Hiragino Sans", "serif";
	font-size:16px;
	color:#413F3F;
	background-color: none;
	text-align: center;
    display: inline-block;
	text-shadow:1px 1px 10px rgba(255,255,255,1.0),
		        -1px -1px 10px rgba(255,255,255,1.0),
		        -1px 1px 10px rgba(255,255,255,1.0);	
		
	}
	

	
	
	
	
	
	
	

	
	.link
	{
	
	display: block;
	position: relative;
	width: 10px;
  height: 10px;
 -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(-50% - 5px);
  left: calc(100% - 20px);
  text-shadow:1px 1px 10px rgba(255,255,255,1.0),
		        -1px -1px 10px rgba(255,255,255,1.0),
		        -1px 1px 10px rgba(255,255,255,1.0);	
 	
}


	
	
	
	
	
/*/////////////////////////////////////////////絶対に触らないこと////////////////////////////////////////////////*/	
	
	
	
	
	
	
	
.contents2{
    text-align: center;
	height: 15vw;
	width: calc( 49.7% - 10px);
	position: relative;
    box-sizing: border-box;
	margin-bottom: 0px;
	overflow: hidden;
	display: inline-block;
	margin: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);	
	}
	
	
	
	
	
	.contents2 img{
	height: 100%;
	position: relative;	
	top: 0px;
	z-index: 5;
	object-fit: cover;		
	}
	
 .text-box{
	width:	80%;
	height: 3.3vw;
	position: relative;	
	top:-4.5vw;
	left:0%;
	text-align: start;
   	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);	
	z-index: 6;	
background-color: rgba(255,255,255,0.95);
	}
	


	

  .text-box h1 {
  margin-left: 5px;	  
  line-height: 3.3vw;	  
  padding: 0;
 text-align: center;
  font-weight: bolder;
  display: inline;  
  font-size: 18px;	
  color:#242424;
  letter-spacing: 2.5px;
  text-shadow:1px 1px 5px rgba(255,255,255,1.0),
		        -1px -1px 5px rgba(255,255,255,1.0),
		        -1px 1px 5px rgba(255,255,255,1.0),
		         0.5px 0.5px 0 rgba(255,255,255,0.7), -0.5px -0.5px 0 rgba(255,255,255,0.7),
                 -0.5px 0.5px 0 rgba(255,255,255,0.7), 0.5px -0.5px 0 rgba(255,255,255,0.7),
                  0px 0.5px 0 rgba(255,255,255,0.7),  0-0.5px 0 rgba(255,255,255,0.7),
                  -0.5px 0 0 rgba(255,255,255,0.7), 0.5px 0 0 rgba(255,255,255,0.7);
  
}

	
	
.text-box h1 span {
 font-size: 13px;
  display: inline;
  line-height: 1.2;	
  padding-top: 5px;	
  padding-left: 10px;	
  text-align: center;
  letter-spacing: 2.0px;
  text-shadow:1px 1px 5px rgba(255,255,255,1.0),
		        -1px -1px 5px rgba(255,255,255,1.0),
		        -1px 1px 5px rgba(255,255,255,1.0),
		         0.5px 0.5px 0 rgba(255,255,255,0.7), -0.5px -0.5px 0 rgba(255,255,255,0.7),
                 -0.5px 0.5px 0 rgba(255,255,255,0.7), 0.5px -0.5px 0 rgba(255,255,255,0.7),
                  0px 0.5px 0 rgba(255,255,255,0.7),  0-0.5px 0 rgba(255,255,255,0.7),
                  -0.5px 0 0 rgba(255,255,255,0.7), 0.5px 0 0 rgba(255,255,255,0.7);	
  color:#72766C;	
}	


	
	
 .text-box h1::before {
 position: absolute;
  top: 59%;
  left: 315px;
  width: 30px;
  height: 2px;
  margin-top: 0px;
  content: "";
display:block;		 
}
	
 .text-box h1::after {
   content: "";	 
  -webkit-transform: rotate(45deg);	
  transform: rotate(45deg);	 
  position: absolute;
  top: calc(59% - 5.5px);
  left: 331px;
  width: 15px;
  height: 2px;
  margin-top: 0px;
 display:block;		
}	
 


	
	
/*/////////////////////////////////////////////ここまで絶対に触らないこと////////////////////////////////////////////////*/		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

	
	
/*/////////////////////////////////////////////更新情報///////////////////////////////////////////////////////////*/
	dl{
 width:100%;
background-color: #F0F1EF;
padding-top:25px;	
padding-bottom:70px;		
}
dt{
  float:left;
  padding-top:25px;
  padding-bottom:5px;
  padding-left:20px;
  padding-right:20px;
}
dd{
 display: inline-block;	
 border-bottom:1px solid #bdc08a;

  
  padding-top: 10px;
  padding-bottom:15px;
  margin-left:20px;
  margin-right:20px;	
  width: calc(100% - 40px);
  font-coror:#1c1c1c;
  font-size:14px;	
}
dt a{
  background-color:#E0CA82;
  border-radius:5px;
  color:#fff;
  margin:0 20px;
  padding:5px 15px;
  text-decoration:none;
}
	

	
/*/////////////////////////////////////////////ここまで更新情報///////////////////////////////////////////////////////////*/	
	
	
	
	
/*//////////////////////////////////////////////ここまでインデックス///////////////////////////////////////////////////////*/
	

	
	
	
	


	
	
	
/*ishokengallery*/	
	
	.gallery{
	margin: 0 auto;
	text-align: center;		
	width: 768px;
	}	
	
	.gallery img{
	border: solid 0.25px #F1F1F2;	
	width: 600px;
    	
	}
	
	
	
	.gallery　h2{
	text-align: center;	
	padding: 0px;
	margin-bottom: 0px;
	letter-spacing: 1px;	
	
	}
	
	.gallery h3{ 
		color:#1c1c1c;
	  font-family:  a-otf-ryumin-pr6n, serif;
	  font-size: 21px; 
	  padding: 0px;
	  border-radius: 0.2em;
	  background: none;
	  font-weight: normal;
	  margin-bottom: 0px;
	  text-align: center;	
	 border: none;	
	}
	
	.gallery　p{
	text-align: center;		
	margin: 0 auto;	
	
	}
	
	 


	
 .list li{list-style: none;
margin-left: 0px;
font-size: 14px;		

}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	}
	
	
	
	
	
	
	
	
	
	

	
	
	
	
	
	




@media (min-width:1100px){
.main_2{
    width: 1100px;
	}
	
	#footer-body{
	width: 1100px;	
	background-color: #F1F1F2;
	}

	
	
	}
