@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: 4em;
	over-flow:hiddden;
}

/*本体*/
.main{
}

/*カラム部分*/
.main-in{ 
    padding:1.5em 0; 
}

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

/*段落タグ*/
.main-contents p{ 
  line-height:1.8em; 
  padding: 0 15px;
}


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


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

/*H2タグ*/
.main-contents h2{
  margin-bottom: 0.5em;
	padding: 0em;
  /* border-bottom: 3px solid #000;*/
	font-size: 1.4em;
	font-weight: bold;
	text-align:center;
	line-height: 1.1;
	margin-top: 30px;
}
	.main-contents h2#fetures{
 margin-top: 20px;
}

.h2_cap{
	font-size: 70%;
}

.box_border{
	background-color: #3c3c3c;
	width: 80px;
	height: 2px;
	margin: 0 auto;
	margin-bottom: 2em;
}


/*H3タグ*/
.main-contents h3{
	margin: 0 0 1em;
	padding: 0em;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}

/*H4タグ*/
.main-contents h4{
	margin: 0 0 1.5em;
	padding: 0.3em;
	border: 1px solid #8e8e8e;
	font-weight: bold;
}

/*H5タグ*/
.main-contents h5{
	margin: 0 0 1.5em;
	padding: 0 0.8em 0.5em;
	border-bottom: 2px solid #414141;
	font-weight: bold;
}

/*-----------------------------------------------------------------------------------------------------
上部固定ヘッダー部分(スマホ)　※ロゴ・電話番号・お問い合わせボタン
-----------------------------------------------------------------------------------------------------*/

  #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 5px;
        top:7px;
        color: #333;
        font-size: 26px;
		  width: 30%;
    }
	
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }

.btn_item{
	display: none;
	}
	

.btn_item_sp{
	display: block;
	float:right;
	width:40%;
	position: absolute;
	top:18.5%;
	right: 17%;
}

.btn_item_sp img{
	width: 100%;
}
	


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

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


/*--------------------------------------------------------------------------------------------------
※※※※※※※※※メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------------------------------------------------------------------------------------------*/
.section_01{
	background-color:#fff;
}

.section_01_in{
	background-color:transparent;
}

.section_02{
	position: relative;
  overflow: hidden;
  margin: 0% 0;
  padding: 0px 0;
}

.section_02:before{
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  margin: 0%;
  background: #f9f9f9;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: -1;
  overflow: auto;
}

.section_02:after{
  display: none;
}


.section_02_in{
box-sizing: boder-box;
  width: 100%;
  max-width:1000px;
  height: 100%;
  margin: 0 auto;
  padding: 20px 0px 0px;
  color: #3c3c3c;
}

.img_pack_02{
	display: none;
}



.section_03{
	margin-top: 0px;
	position: relative;
}

.section_03_in{
	background-color:transparent;
}

.img_pack_01{
	display: none;
}
	
.box_setumei{
	padding: 0 0em;

}

/*特徴*/

.box_tokutyo_left_01{
	float: none;
	width: 100%;
	padding: 0em;
}
	
.box_tokutyo_left_01 span {
        color: #59bec8;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    display: block;
    font-size: 1.2em;
    border-bottom: 1px solid #59bec8;
    margin-top: 50px;
}

.box_tokutyo_right_01{
	float: none;
	width: 100%;
}


.box_tokutyo_left_02{
	float: none;
	width: 100%;
	padding: 0em;
}

.box_tokutyo_right_02{
	float: none;
	width: 100%;
}

.circle{
	border-radius: 100%;
}

.section_04{
	background: #83c3d8;
	position: relative;
	padding: 1.5em 0em;
}

.section_04_in{
	background-color:transparent;
}


.section_05{
	position: relative;
	padding: 1.5em 0em;
}

.section_05_in{
	background-color:transparent;
}

.img_pack_03{
	display: none;
}
	
	

/*誕生秘話*/

.box_story_left{
	float: none;
	width: 100%;
	padding: 0em;
}

.box_story_right{
	float:none;
	width: 100%;

	padding: 0em;
}

.box_story_right img{
	width: 100%;
}
		span.story_ttl {
			    width: 90%;
    margin: 40px 0 10px !important;
}
	span.story_ttl2 {
    margin: 40px 0 10px !important;
}

span.story_ttl2 {
    display: block;
    width: 60%;
    margin: 50px 0 20px !important;
}
	span.story_img {
    display: block;
    width: 60%;
    margin: 0 auto 10px;
}


.section_06{
	background-color:#f6f6f6;
	position: relative;
	padding: 1.5em 0em;
}

.section_06_in{
	background-color:transparent;
}

/*よくある質問アコーディオン*/

/*よくある質問部分のアコーディオン*/

.accordion_header_01 {
	margin: 0px 0px 0em 0px;
	line-height: 1.3;
	background: url(../images/+.png) no-repeat;
	background-color:#9ad7e6;
 　 background-size:15px 15px, auto 10%;
	background-position: 98% 50%;
	/*	-moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
*/	padding: 15px 60px 15px 15px;
	color: #fff;
	font-size: 110%;
	height: auto;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
	line-height: 1.6;
}
.selected01 {
	background: url(../images/_.png) no-repeat;
	background-color: #9ad7e6;
	background-position: 98% 50%;
}
.selected01 + * {
	background: #fff;
	background-position: 98% 50%;
}
.accordion_open_01 {
	margin: 0px 0px 15px 0px;
	padding: 10px;
	background: #fff;
	border-left: solid 4px #9ad7e6;
	border-right: solid 4px #9ad7e6;
	border-bottom: solid 4px #9ad7e6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}
.accordion_open_01:before {
	content: "";
}
.accordion_field_01 {
	display: block;
	line-height: 1.5;
	text-align: left;
	padding: 0 0 0 0px;
	margin: px 0 10px 0;
	color: #000;
	font-size: 100%;
	width: 100%;
}


.box_qa{
	margin-bottom: 1em;
}


/*お客様の声*/

.box_voice{
	padding: 1.5em 1.5em 1.0em;
	margin: 0em 0em 1em;
	background-color: #fff;
	border-radius: 10px;
}


.section_07{
	background-color: #fff;
	position: relative;
	padding: 1em 0em 0em;
	overflow: auto;
}

.section_07_in{
	background-color:transparent;
}
	




/*販売価格*/

.box_price{
/*	background-color: #ccc;*/	
	overflow: hidden;
	width: 95%;
	margin: 2em auto 1em;
}

.box_price_left {
    text-align: center;
    float: none;
    width: 70%;
    padding: 0em;
    margin: 0 auto;
}

.box_price_left img{
	width: 85%;
}


.box_price_right{
	    float: none;
    width: 70%;
    padding: 0em;
    margin: 20px auto;
}
.box_price_right input[type="image"] {
    width: 65%;
    display: block;
    margi

.box_price_02{
/*	background-color: #ccc;*/	
	border: 1px solid #ccc;
	overflow: hidden;
	width: 70%;
	margin: 1em auto 0;
	padding: 1em;
	border-radius: 15px;
}

	

.section_08{
	background-color: #f9f9f9;
	position: relative;
	padding: 1.5em 0em;
	overflow: auto;
}

.section_08_in{
	background-color:transparent;
}
	

.pro_imgcenter{
	width:100%;
	text-align:center;
}

.pro_imgcenter img{
	width:50%;
}










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


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






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



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

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

/*--------------------------------------------------------
記述例①
--------------------------------------------------------*/

.box_point_num{
	float:none;
	background-color:#efefef;
	width:96%;
	height:auto;
	padding:0.5em;
	font-size:100%;
}

.box_point_title{
	float:none;
	background-color:#efefef;
	width:96%;
	height:auto;
	padding:0.5em;
	font-size:100%;
}

.box_point_discription{
	background-color:#efefef;
	width:96%;
	height:auto;
	margin:0em 0em;	
	padding:0.5em;
	font-size:100%;
}

/*--------------------------------------------------------
記述例②
--------------------------------------------------------*/

.box_voice_discription{
	background-color:#efefef;
	margin-top:1em;
	margin-bottom:1em;	
	padding:10px;
	overflow:auto;
}

.box_voice_img{
	float:none;
	background-color:#efefef;
	width:100%;
	height:auto;
	text-align:center;
	margin-bottom:1em;
}

.box_voice_img img{
	float:none;
	background-color:#efefef;
	width:50%;
	height:auto;
}

.box_voice_txt{
	float:right;
	background-color:#fff;
	width:92%;
	height:auto;
	font-size:100%;
	padding:1em;
}

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

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


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

/*全体*/
.mailform {
	background-image: url(../images/bg_mail.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin:0em 0em 1em;
	padding: 1em 0em 1.5em;
	border-radius:20px;
	box-shadow: 0px 0px 1px #594a42;
}

/*入力部分*/
.input {
	margin:0em 0em 0em;
	padding:1em 1em;
	font-color: #000;
}

.input_style{
	width:100%; 
	height:60px;
	font-size:100%;
	border-radius:8px;
	margin-bottom:0.5em;
	text-align:center;
	color:#7b7b7b;
}

input[type="image"] {
	width:100%;
	text-align:center;
	margin:0em;
}

/*注意部分の文字*/
.caution {
	margin:0em;
	padding: 0;
	font-size: 90%;
	color: #990000;
	text-align: center;
}

/*--------------------------------------------------------
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%;
}

}


/*タブレット縦向きの際に適用*/

@media screen and (device-width: 768px) and (device-height: 1024px) {
	
.container{
	position: relative;
	padding-top: 4em;
	over-flow:hiddden;
}
	
	/*全体のフォントサイズ*/
.main-contents{ font-size: 1.7em; }


/*ヘッダーロゴ*/
.header #header-title{
	float: left;
	width: 20%; 
	margin-top:15px;
	margin-left:0px;
}

/*ヘッダー 電話ボタン*/
.header_tel {
	width:35%;
	float: right;
	margin:1.6em 0.5em 0em;
}

/*テーブルタグ*/
.main-contents table{
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}

.main-contents th,
.main-contents td{
	padding: 0.5em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

.main-contents th{
	background-color: #f0f0f0;
	font-weight: bold;
	text-align: left;
}

.main-contents table.table-style01 th,
.main-contents table.table-style01 td{
	text-align: left;
	vertical-align: middle;
}

	
	    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 5px;
        top:7px;
        color: #333;
        font-size: 26px;
		  width:20%;
    }
	
	
.btn_item_sp{
	display: block;
	float:right;
	width:20%;
	position: absolute;
	top:18.5%;
	right: 17%;
}

 

} 


@media screen and (device-width: 480px) and (device-height: 768px) {
	



	
}




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

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

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



