@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　基本設定
--------------------------------------------------------*/

html{ font-size: 62.5% }

body {
	width: 100%;
	height: 100%;
	font-family:"Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color:#333;
	font-size: 14px;
	font-size: 1.4rem;
	background:#FFF;
	line-height:1.8;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

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

img{
	width: 100%;
	height: auto;
}
img { -ms-interpolation-mode: bicubic; } 

a{
	text-decoration: none;
	-webkit-backface-visibility: hidden; /* Chrome:hover欠け対策 */
    backface-visibility: hidden; /* Chrome:hover欠け対策 */
	padding: 1px; /* Chrome:hover欠け対策 */
	font-weight: 200;
}

.f_Citizen {
	font-family: citizen, sans-serif;
	font-weight: 300;
	font-style: normal;
}

.f_Citizen_b {
	font-family: citizen, sans-serif;
	font-weight: 700;
	font-style: normal;
}

/*----DWナビゲート用----*/
.Aover{}
.pc{}
.sp{}
.img-switch{}

@media print {
	body {
		width: 1100px!important;
		overflow-y: visible!important;
		overflow-x: visible!important;
	}
	header{
		position: relative!important;
	}
	[data-aos^=fade] {
		opacity: 1!important;
	}
	[data-aos^=fade-up] {
		opacity: 1!important;
		transform: translate3d(0,0,0)!important;
	}
	[data-aos^=fade-left] {
		opacity: 1!important;
		transform: translate3d(0,0,0)!important;
	}
}


/*--------------------------------------------------------
　PC
--------------------------------------------------------*/


@media print, screen and (min-width: 769px){
	.sp{
		display: none!important;
	}
	
	body {
		padding-top: 100px;
	}
	
	a {
		transition-duration: 0.5s;
	}
	
	a:hover {
		opacity: 0.7!important;
	}
	
	header{
		width: 100%;
		background: rgba(255,255,255,0.9);
		display: flex;
		flex-wrap:wrap;
		justify-content: flex-end;
		z-index: 999;
		position: fixed;
		top: 0;
		transition: .5s;
	}
	
	header h1{
		width: 150px;
		position: absolute;
		top: 25px;
		left: 40px;
		z-index: 5;
	}
	
	header ul.h_inner{
		width: 78.3%;
		display: inline-block;
		display: flex;
		flex-wrap:wrap;
		justify-content: flex-end;
	}
	
	header ul.h_inner li{
		display: inline-block;
	}
	
	header ul.h_inner li:first-child{
		width: 72.6%;
	}
	
	header ul.h_inner li.entry a{
		width: 15.8vw;
		max-width: 190px;
		background: #0080CB;
		color: #FFF;
		padding: 30px 0;
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: bold;
		letter-spacing: 0.2em;
		display: block;
		text-align: center;
		line-height: 1;
		margin-left: 1.6vw;
	}
	
	header ul.h_inner li.entry a span{
		font-size: 10px;
		font-size: 1.0rem;
		letter-spacing: normal;
		font-weight: normal;
	}
	
	header ul.h_inner li nav ul{
		margin-top: 38px;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	header ul.h_inner li nav ul li{
		width: auto!important;
		display: inline-block;
		margin-right: 1.2vw;
	}
	
	header ul.h_inner li nav ul li a{
		color: #333;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	
	header ul.h_inner li nav ul li a span{
		width: 10px;
		display: inline-block;
		margin-right: 4px;
	}
	
	ul.page_title {
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin-bottom: 45px;
	}
	
	ul.page_title li.text{
		width: 45%;
		display: flex;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		color: #FFF;
	}
	
	ul.page_title li.text span{
		display: inline-block;
	}
	
	ul.page_title li.text span h1{
		font-size: 42px;
		font-size: 4.2rem;
		font-weight: bold;
		line-height: 1.3;
		text-align: center;
		letter-spacing: 0.12em;
		margin-bottom: 5px;
	}
	
	ul.page_title li.text span p{
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.3;
		text-align: center;
		letter-spacing: 0.12em;
	}
	
	ul.page_title li.photo{
		width: 55%;
		line-height: 0;
	}
	
	#pagetop {
		width: 164px;
		display: block;
		margin: 65px auto 0;
		line-height: 0;
	}
	
	#pagetop img{
		margin-bottom: -1px;
	}
	
	footer {
		width: 100%;
		padding: 25px 0 40px;
		background: #FFF;
		border-top: 3px solid #0080CB;
	}
	
	footer nav ul{
		width: 100%;
		margin: 0 auto 15px;
		display: flex;
		flex-wrap:wrap;
		justify-content: center;
	}
	
	footer nav ul li{
		display: inline-block;
		padding: 0 18px;
		line-height: 1.1;
	}
	
	footer nav ul li a{
		color: #333;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
	}
	
	footer nav ul li a span{
		width: 10px;
		display: inline-block;
		margin-right: 4px;
	}
	
	footer small{
		display: block;
		font-size: 12px;
		font-size: 1.2rem;
		text-align: center;
		color: #4D4D4D;
		letter-spacing: 0.1em;
	}

}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 768px){
	
	.pc{
		display: none!important;
	}
	
	.drawer-nav {
		background: #FFF;
	}
	
	.drawer-nav nav ul.g_nav{
		width: 100%;
		border-top: 1px solid #000;
		line-height: 0;
		margin: 30px 0 0 0;
		padding: 0;
	}
	
	.drawer-nav nav ul.g_nav li{
		width: 100%;
		border-bottom: 1px solid #000;
	}
	
	.drawer-nav nav ul.g_nav li a{
		display: block;
		padding: 15px;
		color: #000;
		line-height: 1.2;
	}
	
	.drawer-nav nav ul.g_nav li a span{
		width: 10px;
		display: inline-block;
		margin-right: 5px;
	}
	
	.drawer-nav nav ul.g_nav li a.entry{
		background: #0080CB;
		color: #FFF;
		padding: 20px 25px;
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: bold;
		letter-spacing: 0.2em;
		display: block;
		text-align: left;
		line-height: 1;
	}
	
	.drawer-nav nav ul.g_nav li a.entry span{
		width: 100%;
		font-size: 14px;
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	
	header{
		width: 100%;
		padding: 15px 0;
		background: rgba(255,255,255,0.9);
		z-index: 999;
	}
	
	header h1{
		width: 150px;
		position: initial;
		margin: 0 auto;
		line-height: 0;
	}
	
	ul.page_title {
		width: 100%;
		margin-bottom: 45px;
	}
	
	ul.page_title li.text{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		color: #FFF;
		padding: 38px 5% 40px;
	}
	
	ul.page_title li.text span{
		display: inline-block;
	}
	
	ul.page_title li.text span h1{
		font-size: 30px;
		font-size: 3.0rem;
		font-weight: bold;
		line-height: 1.3;
		text-align: center;
		letter-spacing: 0.12em;
		margin-bottom: 5px;
	}
	
	ul.page_title li.text span p{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.3;
		text-align: center;
		letter-spacing: 0.12em;
	}
	
	ul.page_title li.photo{
		width: 100%;
		line-height: 0;
	}
	
	#pagetop {
		width: 120px;
		display: block;
		margin: 60px auto 0;
		line-height: 0;
	}
	
	#pagetop img{
		margin-bottom: -1px;
	}
	
	footer {
		width: 100%;
		padding: 25px 0;
		background: #FFF;
		border-top: 3px solid #0080CB;
	}
	
	footer nav ul{
		width: 95%;
		margin: 0 auto 15px;
		display: flex;
		flex-wrap:wrap;
		justify-content: center;
	}
	
	footer nav ul li{
		display: inline-block;
		padding: 0;
		margin: 0 5px 15px;
		line-height: 1.1;
	}
	
	footer nav ul li a{
		color: #333;
		display: flex;
		flex-wrap:wrap;
		justify-content: flex-start;
		align-items: center;
	}
	
	footer nav ul li a span{
		width: 10px;
		display: inline-block;
		margin-right: 4px;
	}
	
	footer small{
		display: block;
		font-size: 12px;
		font-size: 1.2rem;
		text-align: center;
		color: #4D4D4D;
		letter-spacing: 0.1em;
	}
}


/*--------------------------------------------------------
　空き設定
--------------------------------------------------------*/
.mt05 { margin-top: 5px !important; }
.mt06 { margin-top: 6px !important; }
.mt07 { margin-top: 7px !important; }
.mt08 { margin-top: 8px !important; }
.mt10 { margin-top: 10px !important; }
.mt12 { margin-top: 12px !important; }
.mt15 { margin-top: 15px !important; }
.mt18 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 30px !important; }
.mt40 { margin-top: 50px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt80 { margin-top: 80px !important; }
.mt100 { margin-top: 100px !important; }

.mu03 { margin-bottom: 3px !important; }
.mu05 { margin-bottom: 5px !important; }
.mu08 { margin-bottom: 8px !important; }
.mu10 { margin-bottom: 10px !important; }
.mu15 { margin-bottom: 15px !important; }
.mu20 { margin-bottom: 20px !important; }
.mu25 { margin-bottom: 25px !important; }
.mu30 { margin-bottom: 30px !important; }
.mu50 { margin-bottom: 50px !important; }
.mu40 { margin-bottom: 40px !important; }
.mu60 { margin-bottom: 60px !important; }
.mu70 { margin-bottom: 80px !important; }
.mu80 { margin-bottom: 80px !important; }
.mu100 { margin-bottom: 100px !important; }
.mu150 { margin-bottom: 100px !important; }

.mr02 { margin-right: 2px !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr13 { margin-right: 13px !important; }
.mr14 { margin-right: 14px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }

.ml02 { margin-left: 2px !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }