@charset "UTF-8";

/*--------------------------------------------------------
モバイル用レイアウト（768px以下の解像度のスクリーン含む）
※タブレット縦型はスマホverで表示されるように設定
--------------------------------------------------------*/

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

textarea,input{ max-width: 95%; }

input[type="submit"],input[type="image"],
input[type="reset"],input[type="button"],
input[type="file"]{ max-width: none; }


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

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

.pc { display: none !important; }
.sp { display: block !important; }


/*--------------------------------------------------------
エリアの設定
--------------------------------------------------------*/

#container{
	padding-top:0em;
	padding-bottom:0em;
}


/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

/*●ヘッダの回り込み解除*/
#header #header-title,
#header-in #header-text{
	float: none;
	width: 100%;
}
#header .header-logo{ font-size: 2em; }



/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

.nav {
	display:none;
}


#header{
	display: none;
	position:relative;
	min-height:10px !important;
	margin-top:0em;
	padding:0.5em 0em 1em; 
}

#header .header-logo{	
    width:0%;
 	text-align:center;
    font-size: 2em; 
	padding-left:5px;
	padding-bottom:0px;
     margin-top:2px;
}

#header .header-logo img{
	width:100%;
}

.header_tel{
	width:50%;
	float:left;
	margin:2em 0.3em 0em;
	position:absolute;
	top:0px;
	right:5px;
}

.header_tel img{
	width:100%;
}


.header_yoyaku{
	width:25%;
	margin: 0em;
	position:absolute;
	top:20%;
	right:27%;
}

.header_yoyaku img{
	float: left;
	width:100%;
}


.header_mail{
	width:20%;
	margin:0em;
	position:absolute;
	top:20%;
	right:1%;
}

.header_mail img{
	float: right;
	width:100%;
}


#header h1{
	padding-left:5px;
	font-size: 1em;
}

  .sp_btn{
	  display: none;
	  background: #cc0000;
	  background: -moz-linear-gradient(top,  #cc0000 0%, #cc0000 100%);
	  background: -webkit-linear-gradient(top,  #cc0000 0%,#cc0000 100%);
	  background: linear-gradient(to bottom,  #cc0000 0%,#cc0000 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=0 );
	  color:#fff;
	  position:absolute;
	  top:5px;
	  right:15px;
	  width:40%;
	  text-align:center;
	  border-radius:10px;
	  padding:0.3em 0.8em;
	  font-size:120%;
	  border:1px solid #fff;
	  display:block;
  }
  
  .sp_btn a{
	  color:#fff;
	  text-decoration:none;
  }
  
  .sp_btn a:hover{
	  opacity:0.7;
  }




/*--------------------------------------------------------
ヘッダー画像
--------------------------------------------------------*/

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

.main{
	background-color: #fff;
}

.main-contents {
	font-size: 1.7em;
}


/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

.main-contents .contents{
	margin-bottom: 1.5em;
	padding: 0 10px;
}


/*--------------------------------------------------------
※※※※※※※※※モバイル用に追記する場合はここに書く※※※※※※※※※※※※
--------------------------------------------------------*/

.subhead_01 {
	width: 100%;
	text-align: center;
	margin-top: 0em;
	padding: 0.5em 0;
	font-size: 2em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}
.subhead_01 img {
	width: 100%;
}
.subhead_02 {
	width: 100%;
	text-align: center;
	margin-top: 0em;
	padding: 0.5em 0;
	font-size: 2em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}
.subhead_02 img {
	width: 100%;
}
.subhead_03 {
	width: 100%;
	text-align: center;
	margin-top: 0em;
	padding: 0.5em 0;
	font-size: 2em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}
.subhead_03 img {
	width: 100%;
}
.subhead_04 {
	width: 100%;
	text-align: center;
	margin-top: 0em;
	padding: 0.5em 0;
	font-size: 2em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}
.subhead_04 img {
	width: 100%;
}

.subhead_05 {
	width: 100%;
	text-align: center;
	margin-top: 0em;
	padding: 0.5em 0;
	font-size: 2em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}
.subhead_05 img {
	width: 40%;
}
.subhead_06 {
	width: 100%;
	text-align: center;
	margin-top: 0em;
	padding: 0.5em 0;
	font-size: 2em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}
.subhead_06 img {
	width: 30%;
}


.box_koe{
	background-color:#00015e;
	padding:0.5em;
	overflow:auto;

}

.box_koe_img{
	width:100%;
	float:none;
    text-align:center;
}


.box_koe_img img{
	width:50%;

}
.box_koe_txt{
	background-color:#FFF;
	width:92%;
	float:none;
	font-size:100%;
	padding:1em;

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

/*お客様の声　手紙*/

.box_letter {
	background-color: #FEECB4;
	padding: 1em;
	overflow: auto;
	margin-bottom: 1em;
}
.box_letter_img {
	width:100%;
	float:none;
	text-align:center;
}
.box_letter_img img {
	width: 80%;
}
.box_letter_txt {
	background-color: #FFF;
	width:93%;
	float:none;
	font-size:90%;
	padding: 1em;
	margin-top:0.5em;
}
.box_letter_title {
	border-bottom: 1px dotted #ccc;
	margin-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
/*お客様の声 コメント*/

.box_comment_left {
	background-color: #FED5C0;
	float:none;
	width:93%;
	padding: 1em;
	overflow: auto;
	margin-bottom:0.5em;
}
.box_comment_right {
	background-color: #FED5C0;
	float:none;
	width:93%;
	padding: 1em;
	overflow: auto;
	margin-bottom:0.5em;
}
.box_comment_img {
	width: 40%;
	float: left;
}
.box_comment_img img {
	width: 100%;
}
.box_comment_txt {
	background-color: #FFF;
	width: 93%;
	float:none;
	font-size:90%;
	padding: 1em;
}
.box_comment_title {
	border-bottom: 1px dotted #ccc;
	margin-top: 1em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
}





/*-------------------エントリー部分-----------------------------*/

.entry_tel{
	border:2px solid #ccc;
	background-color:#fff;
	width:93%;
	float:none;
}

.entry_mail{
	width:99%;
	float:none;
	margin-top:10px;
}

.bg_section_entry {
	background-image: url(../images/suisyou.jpg);
	padding: 2em 0 0em;
    background-size: cover;
}

.bg_section_entry2 {
	background-image: url(../images/suisyou.jpg);
	padding: 2.5em 0 0.5em;
	background-size: cover;
}

.bg_section_entry3 p {
	text-align: center;
	padding-top: 80px;
}

.bg_section_entry4 {
	background-color: #6e062d;
	padding: 2.5em 0 0.5em;
	background-size: cover;
}
 
/*-------------------記述例その①-----------------------------*/

/*記述の枠*/

.box_content_02{padding:10px 0px;}/*線*/

.box_point01_num{
	float:none;
	padding:0.5em;
	width:96%;
}

.box_point01_title{
	float:none;
	width:96%;
	padding:0.5em;
	margin-top:10px;
}

.box_point01_discription{
	background-color:#f9f9f9;
	margin-top:10px;
	margin-bottom:20px;	
	padding:10px;
	text-align:center;
}

.box_point01_discription p{
	text-align:left;
}

.entry_title{
	margin-bottom:10px;
}


/*-------記述例その②---------*/

/*記述の枠*/

.box_content_02{padding:10px 0px;}/*線*/

.box_point02_num{
	float:none;
	padding:0px 5px 0px 5px;
	width:98%;
}

.box_point02_title{
	float:none;
	padding:0px 5px 0px 5px;
	width:98%;
	margin-top:10px;
}

.box_point02_discription{
	background-color:#efefef;
	margin-top:10px;
	margin-bottom:20px;	
	padding:10px;
	overflow:auto;
}

.box_point02_img{
	float:none;
	background-color:#efefef;
	width:98%;
	padding:0px 5px 0px 5px;
}

.box_point02_img img{
	display:block;
	margin:0 auto; 
}

.box_point02_txt{
	float:none;
	width:97%;
	margin-top:10px;
	padding:0px 5px 0px 5px;
}



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

.box_qa {
	padding:5px 10px 5px 10px;
}
.box_qa_q {
	padding:5px 10px 5px 10px;
}
.box_qa_a {
	padding:5px 10px 5px 10px;
}


/*-----------------------------------------------*/
/*メールフォーム部分*/
/*-----------------------------------------------*/

/*全体*/

.mailform {
	margin: 0px 0px 20px 0px;
	padding: 20px 0px 0px 0px;
	background-color: #fbfaf6;
	/*border: solid 1px #3c3c3c;*/
	background-image: url(../images/bg_mail.png);
	background-position: top center;
	background-repeat: no-repeat;
	box-shadow:1px 0px 5px #594a42;
}


/*入力部分*/

.input {
	margin: -20px 0px 0px 0px;
	padding: 25px 0px 15px 0px;
	font-color: #000;
}

.input_style{
	width:100%; 
	font-size:100%;
	border-radius:8px;
	margin:0 auto;
	margin-bottom:10px;
	text-align:center;
	color:#7b7b7b;
}

.input_name{
	padding-left:10px;
}


/*入力部分の文字色*/

/*for Webkit*/
input::-webkit-input-placeholder {
 color:    #3c3c3c;
}

/*for Firefox*/
input:-moz-placeholder {
 color:    #3c3c3c;
}

.input_btn{
	text-align:center;
}

.input_btn:hover{
	opacity:0.8;
}


/*注意部分の文字*/

.caution {
	margin: 0 80px 0 80px;
	padding: 0;
	font-size: 90%;
	line-height: 150%;
	letter-spacing: 1px;
	color: #990000;
	text-align: center;
}



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

.main-contents .table-style01,
.main-contents .table-style01 thead,
.main-contents .table-style01 tbody,
.main-contents .table-style01 tfoot,
.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; }


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




/*--------------------------------------------------------
フッター
--------------------------------------------------------*/


.copyright{ padding:20px 0 0 0; 
                  font-size: 1em;}

.copyright span{ display: block; }


}

@media not screen and (1) { .page-top { position: static; } }/* Opera10以上 */



/*@media only screen and (orientation : landscape) { 

#container{
	padding-top:6em;
	padding-bottom:0em;
}


.sp_btn{
	background: #cc0000;
	background: -moz-linear-gradient(top,  #cc0000 0%, #cc0000 100%);
	background: -webkit-linear-gradient(top,  #cc0000 0%,#cc0000 100%);
	background: linear-gradient(to bottom,  #cc0000 0%,#cc0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=0 );
	color:#fff;
	position:absolute;
	top:30px;
	right:15px;
	width:40%;
	text-align:center;
	border-radius:10px;
	padding:0.6em 0.8em;
	font-size:120%;
	border:1px solid #fff;
	display:block;
}

}
*/

@media (max-width: 1020px) and (min-width: 768px) { 

.sp_btn{
	background: #cc0000;
	background: -moz-linear-gradient(top,  #cc0000 0%, #cc0000 100%);
	background: -webkit-linear-gradient(top,  #cc0000 0%,#cc0000 100%);
	background: linear-gradient(to bottom,  #cc0000 0%,#cc0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=0 );
	color:#fff;
	position:absolute;
	top:30px;
	right:15px;
	width:40%;
	text-align:center;
	border-radius:10px;
	padding:0.6em 0.8em;
	font-size:120%;
	border:1px solid #fff;
	display:block;
}

.sp_btn a{
	color:#fff;
	text-decoration:none;
}

.sp_btn a:hover{
	opacity:0.7;
}


 }





/*-----------------------------------------------------------------------------------------

以下、デザインに使用する場合に使うCSS 普段は未使用

-------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------
トップ
--------------------------------------------------------*/
/*
#top{ 
	position: relative;
	top: 0;
	height: auto;
	font-size: 1.2em;
}

#top-menu{
	float: none;
}

#top-menu li{
	text-align: left;
	display: block;
}

*/
/*--------------------------------------------------------
グローバルナビ
--------------------------------------------------------*/
/*
#global-nav{ border-bottom: 0; }

#global-nav dt{
	padding-left: 2.5em!important;
	background: url(../images/icon/icon-arrow05.png) 1em center no-repeat #333;
	color: #fff;
}

#global-nav #global-nav-in .menu-wrap{ display:none; }

#global-nav #global-nav-in #menu{ margin-bottom: 0; }

#global-nav #global-nav-in #menu,
#global-nav #global-nav-in #menu li{
	width: 100%;
	border: 0;
}

#global-nav #global-nav-in #menu li{
	border-bottom: 1px solid #fff;
	background-color: #eaeaea;
	white-space: normal;
}

#global-nav #global-nav-in #menu li.first{ border-left: 0; }

#global-nav #global-nav-in #menu ul{
	position: static;
	width: auto;
	padding-left: 10%;
}

#global-nav #global-nav-in #menu ul li{ width: 100%; }

#global-nav #global-nav-in #menu ul li:last-child{ border-bottom: 0; }

#global-nav #global-nav-in #menu li a:link,
#global-nav #global-nav-in #menu li a:visited,
#global-nav #global-nav-in #menu li a:hover,
#global-nav #global-nav-in #menu li a:active{ background: url(../images/icon/icon-arrow04.png) 1em 1em no-repeat #eaeaea; }

#global-nav #global-nav-in #menu ul li a{ width: auto; }

#global-nav .btn-gnav{
	display:block;
	padding: 1em;
	cursor: pointer;
}

*/
