@charset "UTF-8";


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

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

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

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; 
    box-shadow: 0px 0px 1px #594a42;}

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

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


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


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

#main-image{
	padding-top:0em;
	height:auto;
}
/*--------------------------------------------------------------------------------------------------
※※※※※※※※※メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------------------------------------------------------------------------------------------*/

.box_price{
	display: none;
	padding: 0em 0em;
	margin-bottom: 0.5em;
	overflow: auto;
}

.box_price_left{
		display: none;
	float:none;
	width:100%;
	text-align: center;
}
	
.box_price_left img{
		display: none;

	width:50%;
}

.box_price_right{
		display: none;

	float:none;
	width:100%;
	padding-top: 0.5em;
}

.box_price_right_inr_top{
		display: none;

	float:none;
	width:100%;
}

.box_price_right_inr_left{
		display: none;

	float:none;
	width:100%;
	margin-top:0.5em;	
	text-align: right;
}
	
.box_price_right_inr_left img{
		display: none;

	width:50%;
}

.box_price_right_inr_right{
		display: none;

	float:none;	
	width:100%;
	margin-top: 0em;	
	text-align: center;
}
	
.box_price_right_inr_right img{


	width:90%;
}

.box_price_sp{
		display:block;
	padding: 1em 0em;
}


.box_price_sp_btn{
	width: 80%;
	margin:1em auto 0;
}

	
.box_tokutyo_middle{
	background-image: url(../images/bg_tokutyo_middle.png);
	background-position: top center;
	background-repeat: repeat-y;
	background-size: 100%;
	padding: 1.5em 1.5em 0em;
}

.tokutyo_bottom{
	margin-bottom: 0em;
}

.box_tuika_tokutyo{
	border-radius: 10px;
	border: 3px solid #a4892c;
	padding: 1em 1em;
	margin-bottom: 1em;
}

.under{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 0.5em;
}


.bg_whitedia{
	background-image: url(../images/whitediamond.png);
	}


.box_caution_left{
	float:none;
	width:100%;
	padding:0 0em;	
	font-size:70%;
}

.box_caution_right{
	float:none;
	width:100%;
	padding:0 0em;	
		font-size:70%;
		margin-top:1em;

}

.bg_comic{
	margin:0 1em;
	padding-bottom:1em;
	}



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


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






/*-----------------------------------------------------------------------------------------------------
テンプレート用css ※以下、使用しないものは最終的に削除
-----------------------------------------------------------------------------------------------------*/



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

.youtube_size{
	width:100%;
	height:250px;
	margin-top: 10px;
	padding-bottom: 0.5em;
}

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

.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%;
}

}

