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

/*--------------------------------------------------------
　基本設定
--------------------------------------------------------*/
html{ font-size: 62.5% }

body {
	width: 100%;
	height: 100%;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color:#333;
	font-size: 16px;
	font-size: 1.6rem;
	line-height:1.5;
	-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;
}
a{
	color: #333;
	text-decoration: none;
}

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

header{
	width: 100%;
}

/*ページトップ*/
.SmoothScroll_pageTop{
    text-align:right;
    position: fixed;
    bottom: 3%;
    right: 5%;
    display: none;
}
.SmoothScroll_pageTop a{
    display:inline-block;
    background-color:rgba(100, 100, 100, 0.4);
    padding:10px 20px;
    margin:10px 0;
    color:#FFF;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.SmoothScroll_pageTop a::before{
    font-family:FontAwesome;
	content: "\f077";
    margin-right:5px;
}
.SmoothScroll_pageTop a:hover{
    background-color:rgba(100, 100, 100, 0.6);
}
.SmoothScroll_pageTop a{
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        width:50px;
        height:50px;
        padding:0;
        text-align:center;
        line-height:50px;
}
.SmoothScroll_pageTop a::before{
        margin-right:0;
}
.SmoothScroll_pageTop a span{
        display:none;
}
.bxslider, bxslider * {
 transition:initial!important;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden;
}
 .slick-prev, .slick-next {
    width:32px; /* 画像幅 */
    height:32px /* 画像高さ */
}
.slick-prev:before, .slick-next:before {
    content:"";
}
button.slick-prev, button.slick-next {
    z-index:2;
	height: 64px;
}
.slick-prev{left:-10px; top: 38%!important; /* 任意の値 */}
.slick-next{right:-10px; top: 38%!important;  /* 任意の値 */}

.slick-arrow{z-index:10;/* 値は適当に */}

footer p.center{
	text-align: center;
	margin-top: 30px;
}

small {
	font-size: 90%;
}


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

@media print, screen and (min-width: 769px){
	.sp{
		display: none!important;
	}
	
	#gap01,#gap02,#gap03,#gap04,#gap05,#gap06,#gap07 {
		width: 100%;
		padding: 143px 0 0;
		margin-top: -143px;
	}
	
	body{
		border-top: 5px solid #93ded1;
		min-width: 1100px;
	}
	
	.SmoothScroll_pageTop{
    width: 113px;
    position: fixed;
    bottom: 3%;
    right: 5%;
    display: none;
	z-index: 901;
	}
	
	a {
		transition-duration: 0.5s;
	}
	
	a:hover {
		opacity: 0.7;
	}
	
	header{
		width: 100%;
		min-width: 1100px;
		border: 2px solid #cda329;
		border-width: 2px 0;
		background: url(../images/h_bg.jpg) repeat-x;
		background-size: 25px 197px;
		transition-duration: 0.5s;
	}
	
	header.not{
		position: fixed;
		top:-700px;
		left: 0;
	}
	
	header.bg{
		position: fixed;
		top:0;
		left: 0;
		z-index:9999;
		padding-top: 0;
		margin-top: 0;
	}

	header ul.h_innner{
		width: 1000px;
		margin: 0 auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	header ul.h_innner li.left{
		width: 310px;
		padding-top: 20px;
	}
	
	header ul.h_innner li.left h2{
		width: 271px;
	}
	
	header.not ul.h_innner li.left{
		padding-top: 10px;
	}
	
	header.not ul.h_innner li.left h2{
		width: 190px;
	}
	
	header ul.h_innner li.center{
		width: 300px;
		padding-top: 20px;
	}
	
	header.not ul.h_innner li.center{
		padding-top: 15px;
		width: 204px;
	}
	
	header ul.h_innner li.right{
		width: 340px;
		padding-top: 20px;
	}
	
	header.not ul.h_innner li.right{
		width: 340px;
		padding-top: 10px;
	}
	
	header ul.h_innner li.left div.h_box,
	header ul.h_innner li.right div.h_box{
		width: 100%;
		height: 80px;
		overflow: hidden;
	}
	
	header.not ul.h_innner li.left div.h_box,
	header.not ul.h_innner li.right div.h_box{
		width: 100%;
		height: 60px;
		overflow: hidden;
	}
	
	header ul.h_innner li.right div.h_box p{
		width: 244px;
		float: right;
	}
	
	header.not ul.h_innner li.right div.h_box p{
		width: 192px;
		float: right;
		line-height: 1.1;
	}
	
	header nav {
		width: 100%;
		margin: 0 auto 35px;
	}
	
	header.not nav {
		width: 100%;
		margin: 0 auto 10px;
	}
	
	header nav ul{
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	header nav ul li.nav01{
		width: 57px;
	}
	
	header nav ul li.nav02{
		width: 61px;
	}
	
	header nav ul li.nav03{
		width: 110px;
	}
	
	header nav ul li.nav04{
		width: 58px;
	}
	
	header nav ul li.nav05{
		width: 64px;
	}
	
	header nav ul li.nav06{
		width: 93px;
	}
	
	header nav ul li.soon {
		position: relative;
	}
	
	header nav ul li.soon img {
		opacity: 0.5;
	}
	
	article {
		width: 100%;
		clear: both;
	}
	
	article.not {
		padding-top: 194px;
	}
	
	article div.main{
		width: 100%;
		min-width: 1100px;
		position: relative;
	}
	
	article div.main div.bx-viewport{
		height: 43vw!important;
	}
	
	article div.main div.icon_area{
		width: 1000px;
		bottom: 3%;
		left: -webkit-calc(50% - 500px);
		left: -moz-calc(50% - 500px);
		left: calc(50% - 500px);
		position: absolute;
	}
	
	article div.main ul.icon{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: absolute;
		z-index: 999;
		bottom: 0;
		left: 0;
	}
	
	article div.main ul.icon li{
		width: 117px;
		margin-right: 10px;
	}

	section {
		width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	
	section h2{
		width: 100%;
		margin-bottom: 40px;
		line-height: 1.2;
	}
	
	section a.pdf{
		width: 100%;
		text-align: center;
		background: url(../sala/images/pdf_btn_bg.png);
	}
	
	footer{
		width: 100%;
		min-width: 1100px;
		padding: 40px 0 20px;
		background: #daf2ed;
		clear: both;
		text-align: center;
		position: relative;
	}
	
	footer div.deco{
		width: 194px;
		position: absolute;
		bottom: 2px;
		right: 0;
		line-height: 0;
	}
	
	footer h2{
		width: 400px;
		margin: 0 auto 8px;
		line-height: 1.2;
	}
	
	footer h3{
		width: 241px;
		margin: 25px auto 5px;
		line-height: 1.2;
	}
	
	footer p {
		font-size: 14px;
		font-size: 1.4rem;
		text-align: center;
	}
	
	footer p a{
		color: #333;
	}
	
	footer p.copy {
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 0;
		margin-top: 45px;
	}
	
	.requirements {
		padding: 10px;
		background: #FFF;
	}
	
	.requirements h2{
		text-align: center;
		font-size: 20px;
		color: #d8b056;
		padding: 6px 0;
		background: url(../images/bg_green.jpg) repeat;
		background-size: 250px;
		font-weight: bold;
		margin-top: 25px;
		margin-bottom: 15px;
	}
	
	.requirements p{
		width: 90%;
		margin: 0 auto 25px;
		font-size: 16px;
		
	}
	
	.requirements p.ind{
		text-indent: -1em;
		padding-left: 1em;
	}
	
	.requirements p.cap{
		width: 90%;
		margin: 0 auto 25px;
		text-indent: -1em;
		padding-left: 1em;
		font-size: 14px;
	}
	
	.requirements p a{
		color: #8ce3da;
	}
	
	.requirements table {
		width: 100%;
	}
	
	.requirements table {
		width: 100%;
		border: 1px solid #8ce3da;
	}
	
	.requirements table th{
		width: 12em;
		border-bottom: 1px solid #8ce3da;
		background: #acece5;
		text-align: center;
		vertical-align: middle;
		color: #FFF;
		font-weight: bold;
		padding: 10px;
		font-size: 14px;
	}
	
	.requirements table td{
		border-left: 1px solid #8ce3da;
		border-bottom: 1px solid #8ce3da;
		background: #FFF;
		text-align: left;
		vertical-align: top;
		color: #333;
		padding: 10px;
		font-size: 14px;
	}
}

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

@media print, screen and (max-width: 768px){
	.pc{
		display: none!important;
	}
	
	.SmoothScroll_pageTop{
    width: 80px;
    position: fixed;
    bottom: 3%;
    right: 5%;
    display: none;
	z-index: 901;
	}
	
	body {
		border-top: 4px solid #93ded1;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	a {
		transition-duration: 0.5s;
	}
	
	a:hover {
		opacity: 0.7;
	}
	
	header{
		width: 100%;
		border: 2px solid #cda329;
		border-width: 2px 0;
		background: url(../images/h_bg.jpg) repeat-x;
		background-size: contain;
	}

	header ul.h_innner{
		width: 93.75%;
		margin: 0 auto;
	}
	
	header ul.h_innner li.left{
		width: 239px;
		padding-top: 5px;
	}
	
	header ul.h_innner li.left h2{
		width: 100%;
	}
	
	header ul.h_innner li.center{
		width: 300px;
		margin: 10px auto 15px;
	}
	
	header ul.h_innner li.right{
		width: 250px;
		margin: 0 auto 10px;
	}
	
	header ul.h_innner li.left div.h_box,
	header ul.h_innner li.right div.h_box{
		width: 100%;
	}
	
	header ul.h_innner li.right div.h_box p{
		width: 100%;
	}
	
	ul.menu {
		width: 80%;
		padding-top: 30px;
		margin: 0 auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	ul.menu li{
		line-height: 3;
	}
	
	article {
		width: 100%;
		clear: both;
	}
	
	article div.main{
		width: 100%;
		position: relative;
	}
	
	article ul.icon{
		width: 93.75%;
		/*max-width: 460px;*/
		margin: 0 auto 40px;;
	}
	
	article ul.icon li{
		width: 100%;
	}

	section {
		width: 93.75%;
		max-width: 480px;
		margin: 0 auto;
		position: relative;
	}
	
	section h2{
		width: 100%;
		max-width: 375px;
		margin: 0 auto 15px;
		line-height: 1.2;
	}
	
	footer{
		width: 100%;
		padding: 40px 0 20px;
		background: #daf2ed;
		clear: both;
		text-align: center;
		position: relative;
	}
	
	footer h2{
		width: 90%;
		max-width: 340px;
		margin: 0 auto 8px;
		line-height: 1.2;
	}
	
	footer h3{
		width: 200px;
		margin: 25px auto 5px;
		line-height: 1.2;
	}
	
	footer p {
		width: 93.75%;
		margin: 0 auto;
		font-size: 12px;
		font-size: 1.2rem;
		text-align: center;
	}
	
	footer p a{
		color: #333;
	}
	
	footer p.copy {
		font-size: 11px;
		font-size: 1.1rem;
		margin-bottom: 0;
		margin-top: 45px;
	}
	
	.slick-prev{left:-5px; top: 26%!important; /* 任意の値 */}
	.slick-next{right:-5px; top: 26%!important;  /* 任意の値 */}
	
	#colorbox {
		margin: 50px 0;
	}
	
	#cboxContent {
		padding: 0;
	}
	
	.requirements {
		padding: 10px;
		background: #FFF;
	}
	
	.requirements h2{
		text-align: center;
		font-size: 16px;
		font-size: 1.6rem;
		color: #d8b056;
		padding: 6px 0;
		background: url(../images/bg_green.jpg) repeat;
		font-weight: bold;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.requirements p{
		width: 90%;
		margin: 0 auto 25px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	.requirements p a{
		color: #8ce3da;
	}
	
	.requirements table {
		width: 100%;
	}
	
	.requirements table {
		width: 100%;
		border: 1px solid #8ce3da;
	}
	
	.requirements table th{
		width: 100%;
		border-bottom: 1px solid #8ce3da;
		background: #acece5;
		text-align: center;
		vertical-align: middle;
		color: #FFF;
		font-weight: bold;
		padding: 10px;
		font-size: 12px;
		font-size: 1.2rem;
		display: block;
	}
	
	.requirements table td{
		width: 100%;
		border-bottom: 1px solid #8ce3da;
		background: #FFF;
		text-align: left;
		vertical-align: top;
		color: #333;
		padding: 10px;
		font-size: 12px;
		font-size: 1.2rem;
		display: block;
	}
}

@media print, screen and (max-width: 480px){

}

/*--------------------------------------------------------
　空き設定
--------------------------------------------------------*/
.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; }
