@charset "utf-8";

/* ふい字 */

@font-face {
	font-family: 'hui';
	src: url('./fonts/HuiFont29/HuiFont29.eot'); /* IE9 Compat Modes */
	src: url('./fonts/HuiFont29/HuiFont29.eot?#iefix') format('embedded-opentype'), /* eof - IE6-IE8 */
             url('./fonts/HuiFont29/HuiFont29.woff') format('woff'), /* woff - Modern Browsers */
	     url('./fonts/HuiFont29/HuiFont29.ttf')  format('truetype'), /* ttf - Safari, Android, iOS */
	     url('./fonts/HuiFont29/HuiFont29.woff2') format('woff2');
        font-style: normal;
}
/*	inner
--------------*/
.modInner01 {
	margin-left: auto;
	margin-right: auto;
	width: 860px;
}
.modInner_bottom01 {
	margin-bottom: 50px;
}
.modInner_bottom02 {
	margin-bottom: 80px;
}
@media screen and (max-width:600px){
	.modInner01 {
		width: auto;
		max-width: 100%;
		margin-left: 15px;
		margin-right: 15px;
	}
}

/*	block
--------------*/
.modBlockBtn {
}
.modBlockBtn_r {
	text-align: right;
}
.modBlockBtn_c {
	text-align: center;
}
.modBlockBtn .link_button {
	font-weight: normal;
}
.modBlockBtn .link_button_s {
    height: 30px;
    min-width: 80px;
    text-align: center;
    line-height: 30px;
    padding: 0px 35px;
    font-size: 12px;
}
.modBlock01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.modBlock01_phR {
}
.modBlock01_phL {
	flex-flow: row-reverse;
}
.modBlock01 .detail {
	width: 55%;	
}
.modBlock01 .photo {
	width: 44%;
}
.modBlock01 .photo img {
	max-width: 100%;
}
@media screen and (max-width:600px){
	.modBlock01 {
		display: block;
	}
	.modBlock01 .detail {
		width: auto;	
	}
	.modBlock01 .photo {
		width: auto;	
	}
}
.modBlock02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.modBlock02_phR {
}
.modBlock02_phL {
	flex-flow: row-reverse;
}
.modBlock02 .detail {
	width: 50%	
}
.modBlock02 .photo {
	width: 42%	
}
.modBlock02 .photo img {
	max-width: 100%;
}
@media screen and (max-width:600px){
	.modBlock02 {
		display: block;
	}
	.modBlock02 .detail {
		width: auto;	
	}
	.modBlock02 .photo {
		width: auto;	
	}

}
.modBlock03 .photo {
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
}
.modBlock03 h2 {
	clear: none;
	display: inline-block;
}
@media screen and (max-width:600px){
	.modBlock03 .photo {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.modBlockImg img {
	max-width: 100%;
}

.modBlock2column {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.modBlock2column_border {
	border-bottom: 2px solid #C8C8C8;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.modBlock2column .block {
	width: 48%;
}
@media screen and (max-width:600px){
	.modBlock2column {
		display: block;
	}
	.modBlock2column_border {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.modBlock2column .block {
		width: auto;
	}
}
.page-contents .modBlockImg_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 0;
}
.page-contents .modBlockImg_list li {
	width: 30%;
	list-style: none;
}
.modBlockImg_list li img {
	max-width: 100%;
}
@media screen and (max-width:600px){
	.page-contents .modBlockImg_list {
		display: block;
	}
	.page-contents .modBlockImg_list li {
		width: 100%;
		margin-bottom: 30px;
	}
}

.page-contents .modTitle01 {
	position: relative;
	color: #3E3A39;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: normal;
	line-height: 1.8;
	padding-left: 100px;
	margin-bottom: 20px;
}
.page-contents .modTitle01_deco:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
	background-image: url("img/common2/icon01.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 90px;
	height: 90px;
	margin: auto;
}
.page-contents .modTitle01_deco01:before {
	background-image: url("img/common2/icon01.png");
}
.page-contents .modTitle01_deco02:before {
	background-image: url("img/common2/icon02.png");
}
.page-contents .modTitle01_deco03:before {
	background-image: url("img/common2/icon03.png");
}
.page-contents .modTitle01_deco04:before {
	background-image: url("img/common2/icon04.png");
}
.page-contents .modTitle01_deco05:before {
	background-image: url("img/common2/icon05.png");
}
.page-contents .modTitle01_deco06:before {
	background-image: url("img/common2/icon06.png");
}
.page-contents .modTitle01_deco07:before {
	background-image: url("img/common2/icon07.png");
}
.page-contents .modTitle01_font01 {
	margin-bottom: 40px;
	font-family: hui;
	font-size: 24px;
}
@media screen and (max-width:600px){
	.page-contents .modTitle01 {
		padding-left: 60px;
		margin-bottom: 20px;
		font-size: 18px;
	}
	.page-contents .modTitle01_deco:before {
		width: 50px;
		height: 50px;
		background-size: 100% auto;
	}	
	.page-contents .modTitle01_deco06:before {
		background-size: auto 100%;
	}
	.page-contents .modTitle01 br {
		display: none;
	}
	.page-contents .modTitle01_font01 {
		font-size:18px;
	}
}
.page-contents .modTitle02 {
	background-color: #8b8a88;
	padding: 10px 15px;
	color: #fff;
	font-size: 13px;
	margin-bottom: 10px;
}
.page-contents .modTitle03 {
	margin-bottom: 15px;
	font-family: hui;
}

.modBtn02 {
	display: block;
	width: 400px;
	margin:auto;
	background-color: #9A9683;
	color: #fff;
	padding: 20px;
	text-align: center;
	letter-spacing: 0.1em;
	cursor: pointer;
}
.modBtn02:hover {
	background: #BB232E;
	color: #fff;
	text-decoration: none;
}

.page-contents .modDl01 {
	display: table;	
	margin-bottom: 0;
}
.page-contents .modDl01 dt {
	display: table-cell;
	padding-right: 2em;
	font-weight: normal;
}
.page-contents .modDl01 dd {
	display: table-cell;
}
.page-contents .modDl01 {
	display: table;	
	margin-bottom: 0;
}
.page-contents .modDlFaq {
	clear: both;
}
.page-contents .modDlFaq dt {
	border-bottom: 1px dashed #C8C8C8;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: normal;
	padding-left: 35px;
}
.page-contents .modDlFaq dd {
	padding-left: 35px;
}
.page-contents .modDlFaq dt:before,
.page-contents .modDlFaq dd:before {
	content: "Q";
	font-size: 30px;
	display: inline-block;
	color: #BB511F;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	float: left;
	line-height: 1;
	margin-left: -35px;
 }
.page-contents .modDlFaq dd:before {
	content: "A";
}
@media screen and (max-width:600px){
	.page-contents .modDl01 {
		display: block;
	}
	.page-contents .modDl01 dt {
		display: block;
	}
	.page-contents .modDl01 dd {
		display: block;
	}
	.page-contents .modDlFaq {
		margin-bottom: 40px;
	}
	.page-contents .modDlFaq dt {
		padding-bottom: 10px;
		margin-bottom: 10px;
		padding-left: 25px;
	}
	.page-contents .modDlFaq dd {
		padding-left: 25px;
	}
	.page-contents .modDlFaq dt:before,
	.page-contents .modDlFaq dd:before {
		font-size: 20px;
		margin-left: -25px;
		margin-top: 5px;
	}
}

.modTxtFont { font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }
.modTxtCenter { 
	font-size: 18px;
	text-align: center;
}
@media screen and (max-width:600px){
	.modTxtCenter {
		font-size: 14px;
	}
	.modTxtCenter p:first-child br {
		display: none;
	}
}



