@charset "UTF-8";


/*-----------------------------------------------------------------------------------------------------
スマホ用レイアウト（768px以下スクリーン）
-----------------------------------------------------------------------------------------------------*/

@media
only screen and (max-width : 799px){

/*--------------------------------------------------------
共通設定(スマホ)
-------------------------------------------------------*/

html{
	overflow-y: scroll;
	overflow-x: hidden;
}

html,body{
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/*画像サイズの調整*/
img {
	height: auto;
	max-width: 100%;
}

a{
	color: #39f;
	-webkit-tap-highlight-color: #fc6;
}

/*-----------------------------------------------------------------------------------------------------
各エリアの設定(スマホ)
-----------------------------------------------------------------------------------------------------*/

/*ページ全体*/
#container{
	position: relative;
	padding-top: 0em;
	overflow: hidden;
}

/*本体*/
#main{
	background-color: #fff;
}

/*カラム部分*/
#main-in{
	background-color: #FFF;
    padding:0em 0;}

/*カラム内部のサイズ*/
#main-contents .contents{
	margin-bottom: 1.5em;
	/* padding: 0 10px; */
}

/*段落タグ*/
/* #main-contents p{ line-height:1.8em; } */


/*全体のフォントサイズ*/
#main-contents{ font-size: 1.4em; }


/*-----------------------------------------------------------------------------------------------------
ｈタグの設定(スマホ)
-----------------------------------------------------------------------------------------------------*/



/*H3タグ*/
#main-contents h3 {
	/* margin: 0em 0 1em;
	padding: 0.4em 0.4em;
	border-left: 8px solid #e6c473;
	border-bottom: 1px dotted #ccc;
	font-weight: bold; */
}



/*-----------------------------------------------------------------------------------------------------
ファーストビュー(ヘッダー画像)
-----------------------------------------------------------------------------------------------------*/

#main-image{
	padding-top:0em;
	height:auto;
}



/*--------------------------------------------------------------------------------------------------
※※※※※※※※※メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------------------------------------------------------------------------------------------*/

.subhead{
	margin: 0 -1em;
	margin-bottom: 1.5em;
}

.box_price {
	background-image: url(../images/bg_price.png);
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment: fixed;             /* 背景画像を固定する */
	background-size: cover;
	/* padding: 0.5em 1em; */
	/* border: 3px solid #bd9f04; */
	overflow: auto;
	margin-bottom: 1em;
	font-size: 70%;
}
.box_price_02 {
	background-image: url(../images/bg_price.png);
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment: fixed;             /* 背景画像を固定する */
	background-size: cover;
	/* padding: 0.5em 1em; */
	/* border: 3px solid #bd9f04; */
	overflow: auto;
	width: 90%;
	margin: 0 auto;
}
.box_price_left {
	width: 45%;
	float: left;
}
.box_price_right {
	width: 50%;
	float: right;
	/* padding-top: 0.5em; */
}
.box_price_right img {
	width: 100%;
}

	.box_koe {
	/*ディール変更*/
	/*background-image: url(../images/bg_main.jpg);*/
	background-color: #ccc;
	/* padding: 0.5em; */
	border-radius: 0px;
}
.box_koe_inr {
	background-color: #fff;
	/* padding: 1em 0.5em; */
	border-radius: 0px;
}


.box_tokutyou {
	background-image: url(../images/bg_tokutyo.jpg);
	border: 1px solid #ccc;
	/* padding: 0 0.5em 1em; */
}
.box_tokutyo_inr {
	background-image: url(../images/bg_main_in.png);
	margin-bottom: 1em;
	/* padding: 1em 1em; */
	margin: 0 0em 1em;
}

.radius {
	border-radius: 5px;
}
.box_deni_inr {
	background-color: #fff;
	/* padding: 1em 1em; */
	margin-top: 1em;
}

.bg_movie{
	background-image: url(../images/bg_tokutyo.jpg);
	/* padding: 1em 1em !important; */
}

.box_hosyo{
	background-color: #FEFFEC;
	/* padding:0em 1em 1em; */
	border-radius: 15px;
}


/*--------------------------------------------------------
Youtube調整タグ
--------------------------------------------------------*/

.youtube_size{
	width:100%;
	height:440px;
}


/*--------------------------------------------------------
よくある質問
--------------------------------------------------------*/

.box_qa {
	background-color: #efefef;
	width: 96%;
	margin: 0px;
	/* padding:0.5em; */
}
.box_qa_q {
	background-color:#fff;
	width: 92%;
	/* padding:0.5em 1em; */
	border-bottom:1px solid #ccc;
	font-size: 100%;
	font-weight:bold;
	color: #CD3B3E;
}
.box_qa_a {
	background-color:#fff;
	width: 92%;
	/* padding:0.5em 1em; */
}


/*--------------------------------------------------------
Tableをブロック表示に
--------------------------------------------------------*/

#main-contents .table-style01,
#main-contents .table-style01 tr,
#main-contents .table-style01 th,
#main-contents .table-style01 td{ display: block; }

#main-contents .table-style01 th,
#main-contents .table-style01 td{
	float: left;
	width: 100% !important;
	box-sizing: border-box;
	-moz-box-sizing:padding-box;
}

#main-contents .table-style01{ zoom : 1; }
#main-contents .table-style01:after{ content : ''; display : block; clear : both; height:0; }


/*--------------------------------------------------------
スマホ用Youtube調整タグ
--------------------------------------------------------*/

#main-contents .v-wrap{
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 30px;
}

#main-contents .v-wrap iframe,
#main-contents .v-wrap object,
#main-contents .v-wrap embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*-----------------------------------------------------------------------------------------------------
フッター部分
-----------------------------------------------------------------------------------------------------*/


#footer{ padding:1em 0em;
                font-size: 1em;}


}

