@charset "UTF-8";
/*

【CSS表記ルール】
CSSの表記につきましては以下のルールに則って記述をお願いいたします。

1.bodyタグにid等を付けない
フレームワークの仕様により、bodyタグの出し分けが困難なためbodyにディレクトリ毎のidを振るのは禁止とさせて頂きます。
その代わりbody直下のwrapperに対してはディレクトリ毎のidを振って頂いて大丈夫です。

2.class名、id名の表記
フレームワークの仕様により、公開時は全てのCSSが1つのファイルに統合されます。
そのためclass,idの名前が被らないよう以下のルールに則って記述をお願いいたします。

#(wrapperのid名) .(wrapperのid名)_(個別のクラス名)
例:
#about .about_box{
	margin:10px auto;
}

3.!important は使わないようお願いたします。

4.@importでのcssの読み込みはしないようお願いいたします。

*/
body #konkatsu{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-left:auto;
	margin-right:auto;
}
.mh_key_all .mh_key{
	background-image:url(/images/konkatsu/konkatsuPC_key.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	width:100%;
	height:600px;
	position:relative;
	}
	.mh_key_all .mh_key_text{
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
		margin:auto;
		text-align:center;
		width:396px;
		height:100px;
	background-position:center top;
font-size:36px;
color:#000000;
line-height: 1.1;
font:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#konkatsu .mh_place{
	position:relative;
background-image: url(/images/konkatsu/konkatsuPC_image03_r.png);
    background-repeat: no-repeat;
    height: 350px;
    width: 100%;
    background-size: cover;
    background-position: top center;
	border-bottom:1px solid #ffacac;
}
#konkatsu #wrapper{
}
#konkatsu .mh_place .mh_place_text{
	position:absolute;
top: 25%;
    left: 100%;
    width: 45%;
    margin: -1.5em 0 0 -50%;
	padding-left:4%;
}
#konkatsu .mh_place .mh_place_text p .mh_style01{
	font-size:32px;
	line-height:140%;
}
#konkatsu .mh_place .mh_place_text p{
	font-size:14px;
	line-height:180%;
}
#konkatsu .mh_merit{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
    color: #eb5165;
	margin-bottom:30px;
}
#konkatsu .mh_merit .mh_meritInner{
	margin-top:30px;
	margin-bottom:20px;
	font-size:20px;
}
#konkatsu .mh_merit .mh_merit_content{
    width: 940px;
    background-repeat: no-repeat;
    height: 300px;
    font-size: 0;
    margin: 10px 0 30px;
    list-style-type: none;
    padding-bottom: 30px;
    text-align: center;
}
#konkatsu .mh_merit .mh_merit_content li{
display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    margin: 20px 0 0 0;
	width:310px;
}
#konkatsu .mh_merit .mh_merit_content li img{
    margin: 20px 0 0 0;
    text-align: center;
    vertical-align: middle;
}
#konkatsu .mh_merit .mh_merit_content li .mh_style03{
	font-size:18px;
}
#konkatsu .mh_merit .mh_merit_content p{
	line-height:200%;
padding: 0 20px;
    margin-bottom: 10px;
	margin-top:20px;
}
/*.clearfix{
	min-height:1px;
}
.clearfix:after{
display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: ".";
	}
#konkatsu .mh_btn{
	margin:20px auto 0px;
	width:940px;
}
#konkatsu .mh_btn .mh_btn_l{
	float:left;
	margin:20px auto 30px;
	width:45%;
	text-align:center;
	vertical-align:middle;
	position:relative;
}
#konkatsu .mh_btn .mh_btn_l a{
	text-decoration:none;
	color:#FFFFFF;
}
#konkatsu .mh_btn .mh_btn_l a:hover{
opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  	transition:all 0.2s;
}
#konkatsu .mh_btn .mh_btn_r a:hover{
opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  	transition:all 0.2s;
}
#konkatsu .mh_btn .mh_btn_r{
	float:right;
	margin:20px auto 30px;
	width:45%;
	text-align:center;
	vertical-align:middle;
}
#konkatsu .mh_btn .mh_btn_r img, #konkatsu .mh_btn .mh_btn_l img{
	width:98%;
}
#konkatsu .mh_btn .mh_btn_r a{
	text-decoration:none;
	color:#FFFFFF;
}
#konkatsu .mh_btn .mh_btn_l, #konkatsu .mh_btn .mh_btn_r{
	text-decoration:none;
	color:#FFFFFF;
	font-size:18px;
	width:470px;
}*/
#konkatsu .mh_btn .mh_btn_r .btn_r_text{
	font-size:14px;
}
#konkatsu .mh_border{
	border-bottom:1px solid #ffacac;
	width:100%;
	min-height:1px;
	margin:30px auto;
}
#konkatsu .mh_content{
width: 940px;
padding: 20px 20px 20px 0;
    background: #FFF;
	margin-left:auto;
	margin-right:auto;
}
#konkatsu .mh_reason{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
    color: #010101;
	font-size:14px;
	margin-bottom:30px;
}
#konkatsu .mh_reason .mh_reasonInner, #konkatsu .mh_question .mh_questionInner, #konkatsu .mh_example .mh_exampleInner, #konkatsu .mh_voice .mh_voiceInner, #konkatsu .mh_event, .mh_eventInner{
	margin-top:30px;
	margin-bottom:30px;
	font-size:20px;
    color: #eb5165;
}
#konkatsu .mh_reason .mh_reason01{
	width:940px;
	height:265px;
	margin:30px auto 20px;
	text-align:center;
	background-image:url(/images/konkatsu/konkatsuPC_h2_choice01_bgall.png);
	background-repeat:no-repeat;
	border:1px solid #ffacac;
}
#konkatsu .mh_reason .mh_style04{
	font-size:18px;
	font-weight:bold;
}
#konkatsu .mh_reason .mh_reason01 p, #konkatsu .mh_reason .mh_reason02 p, #konkatsu .mh_reason .mh_reason03 p, #konkatsu .mh_reason .mh_reason04 p{
	text-align:left;
	margin-top: 110px;
margin-left: 20px;
line-height:190%;
padding-left: 20px;
width: 390px;
}
#konkatsu .mh_reason .mh_reason02{
	width:940px;
	height:265px;
	margin:30px auto 20px;
	text-align:center;
	background-image:url(/images/konkatsu/konkatsuPC_h2_choice02_bgall.png);
	background-repeat:no-repeat;
	border:1px solid #ffacac;
}
#konkatsu .mh_reason .mh_reason03{
	width:940px;
	height:265px;
	margin:30px auto 20px;
	text-align:center;
	background-image:url(/images/konkatsu/konkatsuPC_h2_choice03_bgall2.png);
	background-repeat:no-repeat;
	border:1px solid #ffacac;
}
#konkatsu .mh_reason .mh_reason04{
	width:940px;
	height:265px;
	margin:30px auto 20px;
	text-align:center;
	background-image:url(/images/konkatsu/konkatsuPC_h2_choice04_bgall.png);
	background-repeat:no-repeat;
	border:1px solid #ffacac;
}
#konkatsu .mh_question{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
    color: #000;
	font-size:14px;
	margin-bottom:30px;
}
#konkatsu .mh_question .mh_question01Inner, #konkatsu .mh_question .mh_question02Inner, #konkatsu .mh_question .mh_question03Inner{
	border-bottom:1px solid #777777;
	text-align:left;
	font-size:18px;
	margin-top:30px;
	margin-bottom:10px;
	height:30px;
}
#konkatsu .mh_question .mh_style04{
	font-size:18px;
	font-weight:bold;
}
#konkatsu .mh_question .mh_style05{
	font-size:54px;
	font-weight:bold;
	color:#ff8383;
	line-height:127%;
}
#konkatsu .mh_question .mh_style06{
	font-size:24px;
	font-weight:bold;
	color:#ff8383;
}
#konkatsu .mh_question .mh_style07{
	line-height:2.5;
	text-decoration:underline;
}

#konkatsu .mh_question a:hover{
opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  	transition:all 0.2s;
}
#konkatsu .mh_question .mh_question01, #konkatsu .mh_question .mh_question02, #konkatsu .mh_question .mh_question03{
	line-height:150%;
	padding-top:20px;
	padding-bottom:20px;
}
#konkatsu .mh_question .mh_question01_l, #konkatsu .mh_question .mh_question02_l, #konkatsu .mh_question .mh_question03_l{
	display:inline-block;
	width:635px;
	height:auto;
	text-align:left;
}
#konkatsu .mh_question .mh_question01_r, #konkatsu .mh_question .mh_question02_r, #konkatsu .mh_question .mh_question03_r{
	display:inline-block;
	width:300px;
	height:auto;
	text-align:right;
}
#konkatsu .mh_example{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
    color: #000;
	font-size:14px;
	margin-bottom:30px;
}
#konkatsu #mh_example_main{
	height:400px;
}
#konkatsu #mh_example_main .bx-viewport {
    overflow: visible;
    width: 1026px;
  }
#konkatsu #mh_example_main .main-container {
    overflow: hidden;
    padding-bottom: 150px;
  }
#konkatsu #mh_example_main .slider {
    list-style: none;
    margin: 0;
    padding: 0;
  }
#konkatsu #mh_example_main .slider li {
    width: 800px;
    margin: 0;
    padding: 0;
  }
#konkatsu .mh_event{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:14px;
	margin-bottom:30px;
}
#konkatsu .mh_voice{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:14px;
	margin-bottom:10px;
}
#konkatsu .mh_voice_btn_house{
	text-align:center;
	margin:10px auto 30px;
}
#konkatsu .mh_voice_btn_house a:hover{
opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  	transition:all 0.2s;
}
#konkatsu .mh_voice .mh_voice01, #konkatsu .mh_voice .mh_voice02, #konkatsu .mh_voice .mh_voice03{
	width:940px;
	height:390px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

#konkatsu .mh_voice .mh_voice01 .mh_voice01_l, #konkatsu .mh_voice .mh_voice02 .mh_voice02_l, #konkatsu .mh_voice .mh_voice03 .mh_voice03_l{
	float:left;
	width:625px;
}
#konkatsu .mh_voice .mh_voice01 .mh_voice01_r, #konkatsu .mh_voice .mh_voice02 .mh_voice02_r, #konkatsu .mh_voice .mh_voice03 .mh_voice03_r{
	float:right;
	width:310px;
	padding-left:2px;
}

#konkatsu .mh_voice .clearfix{
	min-height:1px;
}

#konkatsu .mh_voice .mh_voice01 .mh_voice01_r img:first-child, #konkatsu .mh_voice .mh_voice02 .mh_voice02_r img:first-child, #konkatsu .mh_voice .mh_voice03 .mh_voice03_r img:first-child{
	padding-bottom:1px;
}
#konkatsu .mh_voice_b .mh_voice_text_title{
	font-size:18px;
	text-align:left;
	line-height:150%;
	color:#000000;
	    display: inline-block;
    padding: 10px;
}
#konkatsu .mh_voice_b{
	width:940px;
	height:auto;
	margin-bottom: 20px;
}
#konkatsu .mh_voice_b p{
	font-size:14px;
	color:#000000;
	padding:5px;
}
#konkatsu #mh_event{
	width:100%;
}
#konkatsu .mh_event_mainInner{
	width:940px;
	height:390px;
	margin:auto;
	text-align:center;
}
#konkatsu .mh_event_main{
	margin-top:20px;
	position:relative;
}
#konkatsu .mh_event_main_text{
	position:absolute;
	top:340px;
 width:940px;
	height:50px;
	text-align:left;
	text-indent:2em;
background: rgba(0,0,0,0.5);
}
#konkatsu .mh_event_main_text p{
	line-height:3.2;
	color:#ffffff;
	font-weight: 500;
}
#konkatsu .event_title{
	font-size:18px;
}
#konkatsu .mh_event_main_text a{
	text-decoration:none;
}
#konkatsu .mh_event_main_text:hover{
	opacity:0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  	transition:all 0.1s;
}

#konkatsu .mh_event_main a{
	text-decoration:none;
}
#konkatsu .mh_event_main a:hover{
	opacity:0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  	transition:all 0.1s;
}

