@charset "UTF-8";

/*基本色*/
:root{
	--main-color:#5d9ab2;
	--accent-color:#bf6a7a;
	--dark-color:#2b5566;
	--text-bright-color:#ffffff;
}

img[src$=".svg"] {
    width: 100%;
}

/* フルードイメージ用スタイル */
img {
    max-width: 100%;
    height: auto;
}

/*フォントサイズ*/
@media (max-width: 599px){
	:root{
		font-size: 14px;
	}
}

@media (min-width: 600px) and (max-width: 799px){
	:root{
		font-size: 16px;
	}
}

@media (min-width: 800px){
	:root{
		font-size: 18px;
	}
}

body{
	font-size: 16px;
}

/*基本設定：ページ全体*/
body{
	margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	/*background-image: url(../img/mokumoku02.gif);*/
	background-repeat: repeat;
	background-attachment: fixed;
}

h2{
	margin: 0;
	padding: 0;
	font-size: 18px;
	letter-spacing: 0.1em;
	opacity: 0.8;
}

.nohero h1{
	letter-spacing: 0.1em;
	opacity: 0.8;
}

em{
	font-size: 120%;
	font-style:normal;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #97e3ef 60%);
}

.big{
	font-size: 150%;
    /*transform: scale(1.5, 1);*/
}

.mini{
	font-size: 90%;
	opacity: 0.8;
	text-align: right;
}

.haiiro{
	background-color: #eee;
	font-weight: bold;
	padding:5px;
}

p{
	padding:0 5px;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.9;
	opacity: 0.8;
}

i{
	font-size: 4em;
	margin: 30px;
	color: #fff;
	opacity: 0.8;
}

.text{
	padding:0 5px;
}

.midashi{
	margin-top: 80px;
	text-align: center;
}

.midashi.blue .container{
	background-color: #ebfafc;/*うすい水色*/
	padding-bottom:10px;
}

.midashi h2{
	padding-top: 50px;
	padding-bottom:20px;
}

.midashi p{
	line-height: 2;
}

img.illustmap{
	width: 100%;
}

.sp_only{
	padding-left:10px;
	border-bottom: 1px dashed #666;
}

@media (min-width: 768px){
	.midashi{
		padding:0px;
	}
	.midashi h2{
		font-size:24px;
	}
	img.kazari{
		width: 800px;
	}
	img.illustmap{
		width: 1000px;
		margin: 0 auto;
	}
	.sp_only{
		display: none;
	}
}

/*conA メインイメージ*/
.conA{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	min-height: 450px;
	/*background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../img/main01.jpg);*/
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #fff;
	color: var(--text-bright-color);
}

.conA.compact{
	height: 550px;
	min-height: 0;
	/*background-image:linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)),url(../img/main03.jpg);*/
}

.conA h1{
	margin-top:0;
	margin-bottom: 10px;
	font-size: 13px;
	letter-spacing: 0.2em;
}

.conA.compact h1{
	font-size: 20px;
}

.conA p{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	letter-spacing: 0.2em;
	opacity: 1;
}

/* 親要素にサイズ指定 */
.image-box01,.image-box-wakai {
    width: 230px;
    margin:0 auto;
}

.image-box-glass{
	width: 100px;
	margin: 0 auto;
}

@media (min-width: 768px){
	.conA h1{
		font-size: 20px;
	}
	.conA p{
		font-size: 12px;
	}
	.image-box{
    	width: 250px;
	}
}

.conB{

}

.conB .text{
	padding: 20px;
}


.conB .photo{
	min-height: 300px;
	margin: 0 10px;
	background-image: url(../img/top_image01.jpg);
	background-position: center;
	background-size: cover;
	border-radius: 10px;
}

@media (min-width: 768px){
	.conB .container{
		display: flex;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.conB .photo{
		flex: 1.7;
		margin: 0 10px;
	}
	.conB .text{
		flex: 2;
		padding: 50px;
	}
}

.three_point{
	background-color: #d7f0f4;
}

.three_point .container{
	padding-bottom:30px;
}

.three_point h2{
	margin-top:0;
	margin-bottom:10px;
	font-size: 20px;
}

.three_point .text{
	text-align: center;
}

.three_point .icon{
	font-size: 4em;
	background-color: transparent;
	content: #666;
}

/*.three_point .icon{
	display: inline-block;
	margin-bottom: 20px;
	font-size: 40px;
	width: 2em;
	line-height: 2em;
	border-radius: 50%;
	text-align: center;
	background-color: #ddd;
	color:#fff;
}
*/

@media (min-width:768px){
	.three_point .container{
		display: flex;
		max-width: 1000px;
		margin:0 auto;
	}
	.three_point .text{
		flex: 1;
	}
}

.three_point p{
	margin-top:0;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.8;
	opacity: 0.8;
}

.conC {
}

.conC .text{
	padding: 20px;
}

.conC .text img{
	width: 100%;
}

.conC .photo{
	min-height: 300px;
	margin:0 auto;
	background-image: url(../img/wakai.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50px;
}


@media (min-width: 768px){
	.conC .container{
		display: flex;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;		
	}
	.conC .photo{
		flex: 1;
		margin:30px;
	}
	.conC .text{
		flex: 1;
		padding: 50px;
	}
	.conC .text img{
		width: 70%;
	}
}

@media (min-width: 1280px){
	.conC .photo{
		flex: 2;
	}
	.conC .text{
		flex: 2;
	}
}


.button_siro{
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.button_siro a{
	display: inline-block;
	padding: 15px 50px;
    font-weight: bold;
    border: solid 4px black;
    cursor :pointer;
    color:inherit;
    text-decoration: none;
}

.button_siro a:hover{
	background-color: #efefef;
}

/*スポット一覧*/
@media (min-width: 768px){
	.list .spotlist{
		max-width: 1000px;
		margin: 0 auto;
		color: #666;
		font-weight: bold;
		letter-spacing: 0.4em;
	}
}

.list .container{
	display: flex;
	flex-wrap: wrap;
}
.list article{
	flex: 1 1 400px;
	display: flex;
}

.list article h2{
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 2;
	letter-spacing: 0.7em;
}

.list article p{
	line-height: 1.1rem;
}

.list a{
	position: relative;
	flex: 1;
	margin: 0px;
	display: block;
	background-color: currentColor;
	color: inherit;
	text-decoration: none;
}

.list a:hover{
	opacity: 0.8;
}

.list .photo{
	min-height: 250px;
	background-position: center;
	background-size: cover;
	opacity: 0.8;
}

.list .text{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-weight: bold;
	color: #fff;
}

.list h2{
	margin: 0;
	font-size: 18px;
}

.list p{
	margin: 0;
	font-size: 14px;
	opacity: 0.8;
	text-align: center;
}

.list article.nolink a{
	pointer-events: none;
}

.list article.nolink .photo{
	opacity: 0.4;
}

.list article.nolink .text{
	opacity: 0.2;
}


@media (min-width: 768px){
	.list article{
		flex:1 1 33%;
	}
	.list article h2{
		font-size: 1.2rem;
	}
	/*.list article:nth-child(4n+2){
		flex: 1 1 50%;
	}*/
}

@media(min-width: 1280px){
	.list article{
	flex:1 1 25%;
	}
}

/*各ページ用スポットリスト*/
body#etc .list{
	background-color: #000;
	padding:30px;
}

body#etc .list .photo{
	min-height: 70px;
}

body#etc .list .text h2{
	font-size: 0.5rem;
}

body#etc .list article{
	flex:1 1 50%;
	margin: 2px;
	}

@media (min-width: 768px){
	body#etc .list {
		background-color: #333;
	}
	body#etc .list article{
		flex:1 1 100px;
	}
	body#etc .list .container{
		display: flex;
		flex-wrap:wrap;
		max-width: 1000px;
		margin: 0 auto;
	}
	body#etc .list article{
		flex:1 1 25%;
		margin: 10px;
	}
}
/*sns*/
.conD {
	background-color: #333;
}

.conD .text .insta_pc{
	display: none;
}

.conD .text .insta_sp{
	padding:10px;
}

.conD .container .text{
	padding-top:50px;
}

@media (min-width: 768px){
	.conD .container{
		/*display: flex;*/
		max-width: 500px;
		margin:0 auto;
	}
	.conD .container .text{
		/*flex: 1;
		margin: 0 10px;*/
		margin: 0 auto;
	}
	.conD .text .insta_pc{
		display: block;
	}
	.conD .text .insta_sp{
		display: none;
	}
}

/*リンク*/
.list_link .container{
	display: flex;
	margin: 0 auto;
	padding-bottom: 50px;
	justify-content: space-between;
}

.list_link article img{
	width: 125px;
}

.list_link a{
	color: #666;
	font-weight: bold;
	font-size: 0.6em;
	text-decoration: none;
}

@media (min-width: 768px){
	.list_link .container{
		max-width: 650px;
		margin: 0 auto;
		justify-content: space-between;
	}
	.list_link a{
		font-size: 0.8em;
	}
	.list_link article img{
	width: 160px;
	}
}

/*フッター*/
footer{
	padding:30px;
	margin: 0;
	background-color: #333;
	text-align: center;
}

footer .foot_lang a{
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	padding:7px 7px;
	color: #666;
	background-color: #fff
}

footer .foot_lang a:hover{
	background-color: #000;
	color: #fff;
}

footer .footB a{
	color: #fff;
	opacity: 0.8;
	text-decoration: none;
	font-size: 0.7em;
	letter-spacing: 0.15em;
}

@media (min-width: 768px){
	footer .footB a{
	letter-spacing: 0.3em;	
	}
}

.image-box-footlogoA{
	width: 150px;
    margin:0 auto;
}

.image-box-100px {
    width: 100px;
    margin:0 auto;
}

@media (min-width: 768px){
	footer .container{
		max-width: 1000px;
		text-align: center;
		margin: 0 auto;
	}
	footer .footA{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footA article{
		margin: 0 20px;
	}
}

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

footer .foot_link a{
	color: #eee;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
	padding:5px 5px;
	background-color:#666;
	border-radius: 5px;
	letter-spacing: 0.3em;
}

footer .foot_link a:hover{
	background-color: #000;
}

footer .foot_link i{
	font-size: 9px;
	margin: 2px;
}

@media (min-width: 768px){
	footer .foot_link a{
		font-size: 12px;
		padding:5px 10px;
		}
	footer .foot_link{
	margin-bottom: 30px;
		}
	footer .foot_link i{
	font-size: 12px;
	margin: 5px;
	}
}

/*ヘッダー*/
header{
	position: fixed;
	top:0;
	left:0;
	z-index: 100;
	width: 100%;
	background-color: rgba(0,0,0,0.1);
}

.language a{
	position: absolute;
	top:0;
	right: 40px;
	font-size: 10px;
	background-color: #19214f;
	color:#fff;
	margin: 0 5px;
	padding:15px 10px;
	border-radius: 0 0 10px 10px;
	text-decoration: none;
}

.language.jpn a{
	position: absolute;
	top:0;
	right: 40px;
	font-size: 10px;
	background-color: #fff;
	color:#666;
	margin: 0 5px;
	padding:15px 10px;
	border-radius: 0 0 10px 10px;
	text-decoration: none;
}

.nohero header{
	/*position: static;*/
}

.headA {
	display: inline-block;
	padding: 10px 20px;
	background-color: #000;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-decoration: none;
	line-height: 18px;
	text-align: center;
}

@media (max-width: 767px){
	.headA{
		padding:10px;
		font-size: 14px;
		line-height: 14px;
	}
}

.headmini{
	font-size: 0.7rem;
	letter-spacing: 0.3em;
}

.headmini02{
	font-size: 0.7rem;
	letter-spacing: 0em;
}

.headB ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.headB a{
	display: block;
	padding:10px 15px;
	color:#fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.headB a:hover{
	background-color: #000;
}

@media (min-width: 768px){
	header .container{
		display: flex;
		/*flex-direction: row-reverse;*/
		align-items: center;
		justify-content: space-between;
	}
	.headB ul{
		display: flex;
		margin-right: 100px;
	}
	.headB a{
		padding:15px;
	}
	.nohero header .headB a{
		color: #666;
	}
	.language{
		position: absolute;
		right:0;
		top:0;
	}
	.language a{
		font-size: 10px;
		background-color: #19214f;
		color:#fff;
		margin: 0 5px;
		padding:15px 10px;
		border-radius: 0 0 10px 10px;
		right: 5px;
	}
	.language a:hover{
		background-color:red;
	}
	.language.jpn a{
		color:#fff;
		background-color: #000;
		right: 5px;
	}
	.language.jpn a:hover{
		font-size: 10px;
		background-color: #eee;
		color:#000;
		margin: 0 5px;
		padding:15px 10px;
		border-radius: 0 0 10px 10px;
	}
}

/*トグルボタン*/
@media (max-width: 767px){
	header .container-small{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.headC{
		margin-right: 10px;
		padding:0;
		border:none;
		outline: none;
		background:none;
		font-size: 28px;
		opacity: 0.5;
		cursor: pointer;
	}
	.headC:hover{
		opacity: 0.3;
	}
	.headB{
		background-color: rgba(0,0,0,0.7);
		color:#fff;
	}
	.headB{
		display: none;
	}
}
@media (min-width: 768px){
	.headC{
		display: none;
	}
	.headB {
		display: block!important;
	}
}

/*トップ以外の共通設定*/
body#etc .etcconB .container{
	text-align: left;
	padding-bottom: 70px;
}

body#etc .etcconB .container h2{
	text-align: center;
}

body#etc .etcconB img{
	width: 100%;
	margin: 20px 0;
}

p.right{
	max-width: 700px;
	text-align: right;
	font-size: 0.7em;
}

@media (min-width: 768px){
	body#etc .etcconB .container{
		max-width: 700px;
		margin: 0 auto;
		text-align: center;
	}
	body#etc .etcconB .container img{
		max-width: 700px;
		margin: 0 auto;
	}
}

@media (max-width: 767px){
	body#etc .etcconB .container p{
	font-size: 14px;
	line-height: 2em;
	padding:0 20px;
		}
}

/*アイコン*/
.icon {
	text-align: center;
	background-color: #eee;
	margin:50px 0;
}

.icon h2{
	color:#0064bf;
	padding:20px;
}

.icon h3{
	color:#0064bf;
	font-size: 0.8rem;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.icon .container img{
	width: 30%;
}

.icon .container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;

}

.icon .container .wrap{
	width: 50%;
}

.icon p{
	padding-top: 8px;
	line-height: 1.3em;
}

@media (min-width: 768px){
	.icon .container {
		max-width:1000px;
		margin: 0 auto;
	}
	.icon .container .wrap{
	width: 25%;
	}
	.icon .container img{
		width: 45%
	}
}

img.naname{
	margin-top:-30px;
	width: 150px;
}
/*地図*/
.location {
	background-color: #4a6a77;
	text-align: center;
}
.location iframe{
	width: 100%;
	height: 400px;
	vertical-align: bottom;
	border:none;
}

.btn-googlemap {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #0064bf;
  text-align:center;
  color:#fff;
  font-weight: bold;
  font-size: 110%;
  text-decoration: none;
}

@media (min-width: 800px){
	.location iframe{
		width: 1000px;
		margin: 0 auto;
		padding-top:50px;
	}
	.btn-googlemap{
		display: none;
	}
}

.mitiannai{
	background-color: #4a6a77;
	text-align:center;
	padding:30px 5px 0px 5px;
}

.mitiannai img{
	width: 95%;
}

@media (min-width: 768px){
	.mitiannai{
		padding-bottom: 30px;
	}
	.mitiannai .wrap{
	max-width: 1000px;
	margin: 0 auto;
	}
	.mitiannai img{
	width: 1000px;
	}
}

/*attention*/
.attention{
	background-color: #c1272d;
	text-align: center;
	color: #fff;
	opacity: 1;
	padding:10px;
}

.attention img{
	width: 40px;
}

.attention p{
	font-size: 0.8em;
	line-height: 1.3em;
}

@media (min-width: 768px){
	.attention .wrap{
		max-width: 1000px;
		margin: 0 auto;
		padding:0 200px;
		display: flex;
		text-align: left;
		align-items: center;
		}
	.attention p{
		padding: 10px 50px;
	}
}

/*カラフルボタン*/
.wrap_button{
	position: relative;
}

.wrap_button a{

	padding:30px;
	margin: 10px;
	display: block;
	background-color: #000;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
}

.wrap_button a:hover{
	opacity: 0.8;
}

.wrap_button img{
	position:absolute;
	top:20px;
	right:20px;
	width: 20px;
	z-index: 100;
}

.wrap_button .pink{
	background-color: #ff769f;
}

.wrap_button .navy{
	background-color: #1b1464;
}

.wrap_button .mizuiro{
	background-color: #29abe2;
}

@media (min-width: 768px){
	.mitiannai .container {
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	.wrap_button{
		flex:1 1 30%;
	}
}

/*クリックで消したり出したり*/
/*全体*/
.hidden_box {
    margin: 1em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    border: solid 2px black;
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
	margin-top:50px;
    padding: 10px 0;
    height: auto;
    opacity: 1;
    overflow: hidden;
}


/*conE 標高差*/
.conE{
	background-color: #333;
	width: 100%;
}
.conE .container img{
	width: 100%;
}

@media (min-width: 768px){
	.conE {
		width: 100%;
	}
	.conE .container{
		max-width: 1000px;
		margin:0 auto;
		padding:20px 0;
	}
	.conE .container img{
		width: 1000px;
	}
}
/*pagetop*/
/*トップにもどる*/
#pageTop {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #19214f;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
#pageTop:hover {
  background-color: #19214f;
  color: #ffffff;
  color:var(--text-bright-color);
}

@media screen and (min-width: 481px) {
  #pageTop {
    display: none;
    position: fixed;
    bottom:0;
    right: 30px;
    width: 100px;
    height: 100px;
    line-height: 50px;
    font-size: 13px;
   	background-color: #97e3ef;
  	color: #2a3172;
   	text-decoration: none;
   	z-index: 100;
  }
}

/*aboutページ*/

.post .container{
	max-width: 700px;
	margin:0 auto;
	padding:70px 30px 10px;
}

.post .container h1{
	text-align: center;
}

.nohero h2{
	padding:5px 20px;
	margin: 50px 0 20px;
	border-left:5px solid #000;
}