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

section .headphoto.about {
	background-image:url(../img/head.jpg);
}

#intro {
	width: 100%;
}
.introBox {
	width: auto;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.introMap {
	width: 60%;
	box-sizing: border-box;
	text-align: center;
	padding: 60px 50px;
}
.introTxt {
	width: 40%;
	box-sizing: border-box;
	color: #000;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
	padding: 80px 30px;
}
.introTxt .cap {
	font-size: 123.1%;
	letter-spacing: 0.2em;
}
.introTxt .midashi {
	font-size: 215.4%;
	letter-spacing: 0.2em;
	margin-left: 20px;
}
.introTxt .info {
	padding-top: 20px;
	border-top: solid 1px #000;
	font-size: 107.7%;
	line-height: 2.4;
	height: 46rem;
}

@media (max-width: 414px) {
	.introTxt .info {
		height: auto;
	}

}

@media screen and (max-width: 939px){
	#intro {
		background-image: url(../img/intro_sp.jpg);
	}
	.introBox {
		padding: 0;
		height: auto;
	}
	.introMap {
		width: 100%;
		padding: 30px 15px 0;
	}
	.introTxt {
		width: 100%;
		padding: 35px;
		writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
	}
	.introTxt .midashi {
		font-size: 169.2%;
		letter-spacing: 0.2em;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.introTxt .info {
		line-height: 1.8;
	}
	.introTxt .midashi br, .introTxt .info br {
		display: none;
	}
}
section.shiki .shikiset {
	position: relative;
	width: auto;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-bottom: 60px;
}
section.shiki .shikisub {
	border: solid 5px #FFF;
	width: 30%;
	box-sizing: border-box;
	margin-top: -100px;
}
section.shiki .shikitxt {
	width: 55%;
	box-sizing: border-box;
	margin-top: 30px;
}
section.shiki .shikitxt p {
	font-size: 107.7%;
}

@media screen and (max-width: 768px){
	section.shiki .shikisub {
		margin-top: -30px;
	}
	section.shiki .shikitxt p br {
		display: none;
	}
}
@media screen and (max-width: 480px){
	section.shiki .shikisub {
		margin-top: -13px;
		border: solid 3px #FFF;
		width: 40%;
	}
	section.shiki .shikitxt {
		width: 90%;
	}
	section.shiki.right .shikisub {
		-webkit-box-ordinal-group:0;
		-ms-flex-order:0;
		-webkit-order:0;
		order:0;
	}
	section.shiki.right .shikitxt {
		-webkit-box-ordinal-group:1;
		-ms-flex-order:1;
		-webkit-order:1;
		order:1;
	}
}
section.nippon .txtset {
	position: relative;
	width: auto;
	max-width: 1000px;
	margin: 50px auto 100px;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
section.nippon .txtset .title {
	width: 30%;
	font-size: 184.6%;
}
section.nippon .txtset .txt {
	width: 65%;
	font-size: 107.7%;
}
section.nippon .txtset .txt p {
	margin-bottom: 15px;
}
section.nippon .txtset .txt p:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px){
	section.nippon .txtset .title {
		width: 90%;
		margin-bottom: 20px;
	}
	section.nippon .txtset .title br {
		display: none;
	}
	section.nippon .txtset .txt {
		width: 90%;
	}
}
@media screen and (max-width: 450px){
	section.nippon .txtset .title br.br {
		display: block;
	}
}
section.kodawari {
	border-bottom: solid 1px #EAF0E5;
}
section.kyoumi {
	border-top: solid 1px #EAF0E5;
}
section.set2 .set2box .pht.tokucho1 {
	background-image:url(../img/tokucho01.jpg);
}
section.set2 .set2box .pht.tokucho2 {
	background-image:url(../img/tokucho02.jpg);
}
section.set2 .set2box .pht.tokucho3 {
	background-image:url(../img/tokucho03.jpg);
}
section.set2 .set2box .pht.tokucho4 {
	background-image:url(../img/tokucho04.jpg);
}
section.set2 .set2box .pht.kodawari1 {
	background-image:url(../img/kodawari01.jpg);
}
section.set2 .set2box .pht.kodawari2 {
	background-image:url(../img/kodawari02.jpg);
}
section.set2 .set2box .pht.dream1 {
	background-image:url(../img/dream01.jpg);
}
section.set2 .set2box .pht.dream2 {
	background-image:url(../img/dream02.jpg);
}
section.set2 .set2box .pht.dream3 {
	background-image:url(../img/dream03.jpg);
}