@charset "UTF-8";
/* CSS Document */
section div.contents div.info_box h1,
section div.contents div.info_box h2,
section div.contents div.info_box h3,
section div.contents div.info_box h4,
section div.contents div.info_box h5,
section div.contents div.info_box h6{
    font-size: initial;
    font-weight: 700;
    border: none;
    margin: 0;
    padding: 0;
}
section div.contents div.info_box h1{
    border: none!important;
    padding: 0!important;
}
section div.contents div.info_box p.flexible_alignleft {
	text-align: left;
}
section div.contents div.info_box p.flexible_aligncenter {
	text-align: center;
}
section div.contents div.info_box p.flexible_alignright {
	text-align: right;
}

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/
@media print, screen and (min-width: 769px){
	
	div.main {
		background: url(../images/info/main_pc.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	
	section h2{
		font-size: 32px;
		font-size: 3.2rem;
		color: #4d4d4d;
		line-height: 1.2;
		font-family: 'Montserrat', sans-serif;
		margin-bottom: 54px;
	}
	
	section h2 span{
		font-size: 18px;
		font-size: 1.8rem;
		display: block;
		font-family:"Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-weight: 500;
	}
	
	section#info {
		width: 95.2%;
		max-width: 880px;
		margin: 0 auto 120px;
		text-align: center;
	}
	
	section#info div.icon{
		width: 58px;
		margin: 0 auto 20px;
		line-height: 0;
	}
	
	article section#info div.box{
		border-top: 1px solid #4d4d4d;
		margin-bottom: 55px;
		text-align: left;
	}
	
	article section#info div.box ul{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		border-bottom: 1px solid #4d4d4d;
	}
	
	article section#info div.box ul li{
		padding: 15px 0;
	}
	
	article section#info div.box ul li.data{
		width: 18%;
		padding-left: 1em;
	}
	
	article section#info div.box ul li.text{
		width: 82%;
	}
	
	article section#info div.box ul li.text a{
		color: #000;
	}
	
	article#single {
	}
	
	article#single section {
		padding-top: 0;
		width: 95.2%;
		max-width: 760px;
		margin: 0 auto;
	}
	
	article#single section p.data{
		font-size: 16px;
		font-size: 1.6rem;
		text-align: left;
		margin-bottom: 5px;
	}
	
	article#single section div.contents h1{
		font-size: 24px;
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	
	article#single section div.contents div.info_box{
		width: 100%;
		margin-bottom: 50px;
	}
	
	section div.contents div.info_box h1{
		font-size: 22px;
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1.4;
		text-align: left;
		margin: 15px 0;
		padding: 0;
	}
	section div.contents div.info_box h2{
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: bold;
		line-height: 1.4;
		text-align: left;
		margin: 15px 0;
		padding: 0;
	}
	section div.contents div.info_box h3{
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.4;
		text-align: left;
		margin: 15px 0;
		padding: 0;
	}
	section div.contents div.info_box h4{
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
		text-align: left;
		margin: 15px 0;
		padding: 0;
	}
	section div.contents div.info_box h5{
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.4;
		text-align: left;
		margin: 15px 0;
		padding: 0;
	}
	section div.contents div.info_box h6{
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 1.4;
		text-align: left;
		margin: 15px 0;
		padding: 0;
	}
	
	article#single section div.contents div.info_box img{
		width: initial;
		max-width: 100%;
		margin: 8px 0;
	}
	
	article#single section div.contents div.info_box div.photo01,
	article#single section div.contents div.info_box div.photo02{
		line-height: 0;
		margin: 10px 0;
	}
	
	article#single section div.contents div.info_box div.photo02{
		width: 80%;
		margin: 10px auto 0;
	}
	
	article#single section div.contents div.info_box div.photo03{
		line-height: 0;
		margin: 0;
	}
	
	article#single section div.contents div.info_box p.text{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 2;
		padding: 15px 0;
	}
	
	article#single section div.contents div.info_box ul.double,
	article#single section div.contents div.info_box ul.triple{
		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;
		margin: 5px 0 15px;
	}
	
	article#single section div.contents div.info_box ul.double li{
		width: 352px;
	}
	
	article#single section div.contents div.info_box ul.triple li{
		width: 32%;
	}
	
	article#single section div.contents div.info_box ul.double li p.cap{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.2;
		margin: 5px 0 0;
	}
	
	article#single section div.contents div.info_box ul.triple li p.cap{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.2;
		margin: 5px 0 0;
	}
	
	div.contents ul#nav-below {
		width: 100%;
		margin: 70px auto 0;
		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;
	}
	
	div.contents ul#nav-below li{
		display: inline-block;
	}
	
	div.contents ul#nav-below li:nth-child(2){
		margin: 0 15px;
	}
	
	div.contents ul#nav-below li a{
		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;
		align-items: center;
		color: #000;
	}
	
	div.contents ul#nav-below li:first-child i{
		display: inline-block;
		margin-right: 8px;
	}
	
	div.contents ul#nav-below li:nth-child(3) i{
		display: inline-block;
		margin-left: 8px;
	}
	
	div.contents ul#nav-below li p{
		/*width: 110px;*/
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1;
		display: inline-block;
		/*border: 1px solid #000;*/
		padding: 5px;
		text-align: center;
		color: #ddd;
	}
	
	div.contents ul#nav-below li i{
		color: #ddd;
	}
	
	div.contents ul#nav-below li a i{
		color: #000;
	}
	
	div.contents ul#nav-below li a p{
		/*width: 110px;*/
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1;
		display: inline-block;
		/*border: 1px solid #000;*/
		padding: 5px;
		text-align: center;
		color: #000;
	}
}

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

@media screen and (max-width: 768px){
	
	div.main {
		width: 100%;
		height: auto;
		line-height: 0;
		margin-bottom: 25px;
	}
	
	div.main div.inner{
		width: 100%;
	}
	
	section h2{
		width: 92.5%;
		margin: 0 auto 40px;
		font-size: 24px;
		font-size: 2.4rem;
		color: #4d4d4d;
		line-height: 1.2;
		font-family: 'Montserrat', sans-serif;
	}
	
	section h2 span{
		font-size: 14px;
		font-size: 1.4rem;
		display: block;
		font-family:"Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-weight: 500;
	}

	section#info {
		width: 95.2%;
		margin: 0 auto 80px;
		text-align: center;
	}
	
	section#info div.icon{
		width: 45px;
		margin: 0 auto 20px;
		line-height: 0;
	}
	
	section#info div.icon{
		width: 58px;
		margin: 0 auto 20px;
		line-height: 0;
	}
	
	article section#info div.box{
		border-top: 1px solid #4d4d4d;
		margin-bottom: 55px;
		text-align: left;
	}
	
	article section#info div.box ul{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		border-bottom: 1px solid #4d4d4d;
	}
	
	article section#info div.box ul li{
		padding: 15px 0;
	}
	
	article section#info div.box ul li.data{
		width: 25%;
		padding-left: 0.5em;
	}
	
	article section#info div.box ul li.text{
		width: 75%;
	}
	
	article section#info div.box ul li.text a{
		color: #000;
	}
	
	article#single {
	}
	
	article#single section {
		padding-top: 0;
		width: 92.5%;
		margin: 0 auto;
	}
	
	article#single section p.data{
		text-align: left;
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
	
	article#single section div.contents h1{
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 10px;
		line-height: 1.4;
	}
	
	article#single section div.contents div.info_box{
		width: 100%;
		margin-bottom: 50px;
	}
	
	section div.contents div.info_box h1{
		font-size: 22px;
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1.4;
		text-align: left;
		margin: 15px 0;
		padding: 0;
	}
	section div.contents div.info_box h2{
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: bold;
		line-height: 1.4;
		text-align: left;
		margin: 15px 0;
		padding: 0;
	}
	section div.contents div.info_box h3{
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.4;
		text-align: left;
		margin: 15px 0;
		padding: 0;
	}
	section div.contents div.info_box h4{
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
		text-align: left;
		margin: 15px 0;
		padding: 0;
	}
	section div.contents div.info_box h5{
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.4;
		text-align: left;
		margin: 15px 0;
		padding: 0;
	}
	section div.contents div.info_box h6{
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 1.4;
		text-align: left;
		margin: 15px 0;
		padding: 0;
	}
	
	article#single section div.contents div.info_box img{
		width: initial;
		max-width: 100%;
		margin: 8px 0;
	}
	
	article#single section div.contents div.info_box div.photo01,
	article#single section div.contents div.info_box div.photo02{
		line-height: 0;
		margin: 15px 0;
	}
	
	article#single section div.contents div.info_box div.photo02{
		width: 80%;
		margin: 15px auto;
	}
	
	article#single section div.contents div.info_box div.photo03{
		line-height: 0;
		margin: 0;
	}
	
	article#single section div.contents div.info_box p.text{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 2;
		padding: 15px 0;
	}
	
	article#single section div.contents div.info_box ul.double,
	article#single section div.contents div.info_box ul.triple{
		width: 80%;
		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;
		margin: 15px auto;
	}
	
	article#single section div.contents div.info_box ul.double li,
	article#single section div.contents div.info_box ul.triple li{
		width: 100%;
		margin-bottom: 15px;
	}
	
	article#single section div.contents div.info_box ul.double li p.cap{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.2;
		margin-top: 5px;
	}
	
	article#single section div.contents div.info_box ul.triple li p.cap{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.2;
		margin-top: 5px;
	}
	
	div.contents ul#nav-below {
		width: 100%;
		margin: 70px auto 0;
		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;
		align-items: center;
	}
	
	div.contents ul#nav-below li{
		display: inline-block;
		justify-content: center;
	}
	
	div.contents ul#nav-below li:nth-child(2){
		margin: 0 15px;
	}
	
	div.contents ul#nav-below li a{
		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;
		align-items: center;
		color: #000;
	}
	
	div.contents ul#nav-below li:first-child i{
		display: inline-block;
		margin-right: 4px;
	}
	
	div.contents ul#nav-below li:nth-child(3) i{
		display: inline-block;
		margin-left: 4px;
	}
	
	div.contents ul#nav-below li p{
		width: 70px;
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1;
		display: inline-block;
		/*border: 1px solid #ddd;*/
		padding: 5px;
		text-align: center;
		color: #ddd;
	}
	
	div.contents ul#nav-below li i{
		color: #ddd;
	}
	
	div.contents ul#nav-below li a i{
		color: #000;
	}
	
	div.contents ul#nav-below li a p{
		width: 70px;
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1;
		display: inline-block;
		/*border: 1px solid #000;*/
		padding: 5px;
		text-align: center;
		color: #000;
	}
	
	div.contents ul#nav-below li:nth-child(2) a p{
		width: 90px;
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1;
		display: inline-block;
		/*border: 1px solid #000;*/
		padding: 5px;
		text-align: center;
		color: #000;
	}
}