/* IMPORT CSS */
@import url("grid.css");


#wrapper {
  width:100%;
  overflow:hidden;

	
}
img {
	max-width:100%;
	height: auto;/*高さ自動*/
}

.img98 {
	max-width:98%;
    padding:0 10%;
	height: auto;/*高さ自動*/
}


.img80 {
	max-width:76%;
    padding:0 10%;
	height: auto;/*高さ自動*/
}


@media (max-width: 768px) {
	/* タブレット以下画面用の設定 */
	img {
	max-width:95%;
   	height: auto;/*高さ自動*/
	}
	.kaiten{transform: rotate(90deg);}
}

	}
	

a {
    display:block;
    color: #666;
    text-decoration-line: none;
}
a:hover { 
  color: #5FB8DF;
}
a img:hover {
	opacity: 0.8;
}



.bold {font-weight: bold;}

.text_center {
 text-align: center;}

.text_right {
 text-align: right;}

.meincolor{color:#5FB8DF;}

.font-sizel{font-size: 2.4rem;} 

.frightkara{
flex-diretion: row;
 display: flex;
 padding: 0;
 width: 100%;
	text-align: right;
}
.mb0 {margin-bottom: 0px;}
.mb05 {margin-bottom: 05px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}
.mb80 {margin-bottom: 80px;}
.mb90 {margin-bottom: 90px;}
.mb100 {margin-bottom: 100px;}
.mb170 {margin-bottom: 170px;}
.mb200 {margin-bottom: 200px;}


.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.ml40 {margin-left: 40px;}
.ml100 {margin-left: 100px;}

.mt010 {margin-top: -10px;}
.mt020 {margin-top: -20px;}

.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt40 {margin-top: 40px;}
.mt100 {margin-top: 100px;}
.mt150 {margin-top: 150px;}
.mt200 {margin-top: 200px;}
.mt300 {margin-top: 300px;}

.saide_title{
font-size: 1.5rem;
margin: 0px;
line-height: normal;
}





/*メイン画像
-------------------------------------*/
.mainimg img {
	width: 100vw;
}

/* コンテンツA： メインイメージ */


.conA {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	min-height: 450px;
	background-position: center;
	background-size: cover;
	color: #fff;
	color: var(--text-bright-color);
}

.conA.compact {
	height: 450px;
	min-height: 0;
	background-image: url(../img/main.jpg);
}


.conB {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80vh;
	min-height: 350px;
	background-position: center;
	background-size: cover;
	color: #fff;
	color: var(--text-bright-color);
}

.conB.compact {
	height: 450px;
	min-height: 0;
	background-image: url(../img/maim_lower.jpg);
}



/* ボタン*/
.btnn {
  display: inline-block;
  max-width: 300px;
  text-align: center;
  background-color: #b7b7b7;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 7px 30px 7px 30px;
  border-radius: 4px;
  position: relative;
}


.btnn:hover {
  opacity: 0.8;
 color: #FFF;
}

.crinkusaki{ display: flex;
  justify-content: center;
align-items: center;}

@media (max-width: 768px) {

	.conA {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	min-height:100px;
	background-position: center;
	background-size: cover;
	color: #fff;
	color: var(--text-bright-color);

}
	.conA.compact {
	width: 100% !important;
	background-image: url(../img/mv_s1.jpg);
}




	
	
.btarea {margin-left: 340px;
margin-top: 280px;}	
	
}

@media (max-width: 600px) {
	
	.conA {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	min-height:100px;
	background-position: center;
	background-size: cover;
	color: #fff;
	color: var(--text-bright-color);
	
}
	.conA.compact {
	width: 100% !important;
	background-image: url(../img/mv_s3.jpg);
}

.conB {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	min-height: 450px;
	background-position: center;
	background-size: cover;
	color: #fff;
	color: var(--text-bright-color);
	
}

.conB.compact {
	height: 450px;
	min-height: 0;
	background-image: url(../img/004_mv_s1.jpg);
}

	
.btarea {margin-left: 220px;
margin-top: 300px;}	
	
}


/*メインコンテンツ
-------------------------------------*/
main {
    margin: 5rem 0 5rem 0;
}

/*新着情報
-------------------------------------*/
.news <strong>h2</strong> {
    border-bottom: 3px solid #000;
	padding-bottom: 0.5rem;
}
.news li {
    list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding: 0.5rem 0;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #f7f7f7;
    padding: 4 0;
	
}

footer .fotmenu li {
	list-style:none;
	padding:13px;
	font-size:70%;
}

@media screen and (min-width: 984px){

footer .fotmenu { margin-left:300px;}
}



@media screen and (max-width: 850px){

footer .fotmenu li {
 border-right: 1px solid #FFF;
  list-style:none;
	padding:2px;
	font-size:70%;
}
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
 
}

.copyright p {
  font-size: 60%;
    background-color: #fff;
}
.copyright a {
    color: #000;
    text-decoration: none;
	display: inline-block;
}



/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin: 0 0 1em 0;
    padding: 0;	
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}



/* ボタン*/
.btn-icon {
  display: inline-block;
  max-width: 400px;
  background-color: #FFF;
  font-size: 15px;
  color: #5FB8DF;
  text-decoration: none;
  font-weight: bold;
  padding: 7px 30px 7px 30px;
  border-radius: 4px;
  position: relative;
 border:solid 1px #5FB8DF;
}

.btn-icon:before {
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -8px;
}

.btn-icon:hover {
  color: #FFF;		
  background-color: #5FB8DF;	
}

/* ボタングレー*/
.btn-icon-g {
  display: inline-block;
  max-width: 400px;
  background-color: #FFF;
  font-size: 15px;
  color: #585757;
  text-decoration: none;
  font-weight: bold;
  padding: 7px 30px 7px 30px;
  border-radius: 4px;
  position: relative;
 border:solid 1px #585757;
}

.btn-icon-g:before {
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -8px;
}

.btn-icon-g:hover {
  color: #FFF;		
  background-color: #585757;	
}




.indent01 {
padding-left:1em;
text-indent:-1em;
margin-bottom: 05px;
}

.kakomi {
 margin: 2em 1em 5em 0em;
 padding:0.4em 0.5em;
 width: 20%;
 background-color: #fff; /* 背景色 */
 border: 2px solid #74c1e5; /* 枠線 */
 color: #74c1e5; 
 font-weight: bold;
}

/* video */

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
 
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;

}



/* はい、いいえ*/

.blockgy li {
	list-style:none;
	  
} 


.blockgy {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	height:auto;
	padding-top:0px;
	padding-bottom:0px;
    background: #fff;
    border: 1px #ccc solid;
	background-color:#fcfcfc;

}



.iie{
	width: 500px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;
	
	}
	

#gdpr_content01, #gdpr_content02 {
	display: none;
	position: fixed;
	width: 100%;
	bottom: 0;
	background: #fff;
	border-top: 1px solid #666;
}
#gdpr_content01 > div, #gdpr_content02 > div {
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#gdpr_content01 > div .left, #gdpr_content02 > div .left {
	width: calc(100% - 300px);
}
#gdpr_content01 > div .left p, #gdpr_content02 > div .left p {
	margin-bottom: 0px;
}
#gdpr_content01 > div .left ul, #gdpr_content02 > div .left ul {
	margin-top: 15px;
	margin-bottom: 0;
}
#gdpr_content01 > div .left li, #gdpr_content02 > div .left li {
	margin-bottom: 0px;
	list-style: none;
	margin-left: 0;
}
#gdpr_content01 > div .left ul label, #gdpr_content02 > div .left ul label {
	cursor: pointer;
}
#gdpr_content01 > div .right, #gdpr_content02 > div .right {
	width: 300px;
	text-align: center;
}
#gdpr_content01 > div .right .button, #gdpr_content02 > div .right .button {
	text-align: center;
}
#gdpr_content01 > div .right .button > a, #gdpr_content02 > div .right .button > a {
	display: inline-block;
	background: #828182;
	color: #fff;
	padding: 5px 15px;
	min-width: 100px;
	text-decoration: none;
}
#gdpr_content01 > div .right .button > a:hover, #gdpr_content02 > div .right .button > a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#gdpr_content01 > div .right .button + .button, #gdpr_content02 > div .right .button + .button {
	margin-top: 15px;
}
#gdpr_content01 .close, #gdpr_content02 .close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
#gdpr_content01 .close:hover, #gdpr_content02 .close:hover {
	opacity: 0.7;
}
#gdpr_content01 .close::before, #gdpr_content02 .close::before {
	position: absolute;
	content: "";
	top: 1px;
	left: 9px;
	width: 2px;
	height: 20px;
	background: #666;
	transform: rotate(45deg);
}
#gdpr_content01 .close::after, #gdpr_content02 .close::after {
	position: absolute;
	content: "";
	top: 1px;
	left: 9px;
	width: 2px;
	height: 20px;
	background: #666;
	transform: rotate(-45deg);
}

@media screen and (max-width:640px) { 
	
#gdpr_content01 > div, #gdpr_content02 > div {
	padding: 20px 10px;
	display: block;
	height: 300px;
	overflow-y: scroll;
}
#gdpr_content01 > div .left, #gdpr_content02 > div .left {
	width: auto;
	padding-right: 20px;
}
#gdpr_content01 > div .right, #gdpr_content02 > div .right {
	width: auto;
	margin-top: 20px;
}
#gdpr_content01 .close, #gdpr_content02 .close {
	right: 5px;
	top: 10px;
}
}
