@charset "UTF-8";

/*-----------------------------------------------------------------------------------------------------
共通設定(PC)
--------------------------------------------------------------------------------------------------------*/

html,body{ width: 100%; }

body{
	/*font-family: "Sawarabi Mincho";*/
	font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
}

/*リンク文字の設定*/
a{ text-decoration: underline; }
a:link,
a:visited{ color: #39f; }
a:hover,
a:active{ color: #f60; }

/*ボタンホバー設定(半透明)*/
.btn:hover {
	opacity: 0.7;
}

/*-----------------------------------------------------------------------------------------------------
各エリアの設定(PC)
-----------------------------------------------------------------------------------------------------*/

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

/*本体*/
.main{
	margin-bottom:0em;
}

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

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

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

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


/*-----------------------------------------------------------------------------------------------------
ｈタグの設定(PC)
-----------------------------------------------------------------------------------------------------*/

/*H2タグ*/
.main-contents h2{
  margin-bottom: 0.5em;
	padding: 0em;
  /* border-bottom: 3px solid #000;*/
	font-size: 2em;
	font-weight:bold;
	text-align:center;
	line-height: 1.0;
	    color: #3a3a3a;
	margin-top: 60px;
}

.h2_cap{
	font-size: .5em;

}

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


/*H3タグ*/
.main-contents h3{
	margin: 0 0 1em;
	padding: 0em;
	font-size: 1.8em;
	font-weight:none;
	text-align: center;
	letter-spacing: 0.1px;
	color: #4c4c4c;
}


/*H4タグ*/
.main-contents h4{
	margin: 0 0 1em;
	padding: 0.5em;
	border-left: 6px solid #3c3c3c;
	font-weight: bold;
	font-size: 1.4em;
}

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



/*-----------------------------------------------------------------------------------------------------
グローバルナビ
-----------------------------------------------------------------------------------------------------*/
.inner {
    width: 950px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 80px auto 0;
    padding: 30px 0 10px;
    line-height: 1;
    z-index: 999;
    background: rgba(255, 255, 255, 0.76);
}
#top-head a,
#top-head {
    color: #3c3c3c;
    text-decoration: none;font-weight: bold;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
	 width: 18%;
	margin-top: 0px;
}

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

#global-nav ul {
    list-style: none;
    position: absolute;
    right:210px;
    bottom:20px;
    font-size: 1.4em;
}

#global-nav ul li {
    float: left;
}

#global-nav ul li a:hover{
	background-color:#9ad7e6;
	color:#fff;
}

#global-nav ul li a {
    padding:15px;
	 transition: all .5s;
}

.btn_item{
	float:right;
	width: 23%;
	margin-top:3px
}

.btn_item img{
	width: 100%;
}

.btn_item_sp{
	display: none;
	}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top:5px;
	 padding-bottom: 5px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.8);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 15px;
	  transition: all .5s;
}

#top-head.fixed #global-nav ul li a:hover{
	background-color:#9ad7e6;
	color:#fff;
}

 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


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

/*ヘッダー画像*/

#main-image{
	padding-top:0em;
	background:url(../images/top_image_back0720.jpg) center top no-repeat #fff;
	height:auto;
}

#main-image-in{
	position: relative;
	padding-bottom:0em;
	background-color:transparent;
}

#main-image img{
	width: 100%;
	height: auto;
}

/*途中のワイド画像*/

#sub-image_01{
	padding-top:0em;
	background:url(../images/sub_image_back_01.jpg) center top no-repeat #fff;
	height:auto;
}

#sub-image-in_01{
	position: relative;
	padding-bottom:0em;
	background-color:transparent;
}

#sub-image_01 img{
	width: 100%;
	height: auto;
}

#sub-image_02{
	padding-top:0em;
	background:url(../images/sub_image_back_02.jpg) center top no-repeat #fff;
	height:auto;
}

#sub-image-in_02{
	position: relative;
	padding-bottom:0em;
	background-color:transparent;
}

#sub-image_02 img{
	width: 100%;
	height: auto;
}


#sub-image_03{
	padding-top:0em;
	background:url(../images/sub_image_back_03.jpg) center top no-repeat #fff;
	height:auto;
}

#sub-image-in_03{
	position: relative;
	padding-bottom:0em;
	background-color:transparent;
}

#sub-image_03 img{
	width: 100%;
	height: auto;
}

#sub-image_04{
	padding-top:0em;
	background:url(../images/sub_image_back_04.jpg) center top no-repeat #fff;
	height:auto;
}

#sub-image-in_04{
	position: relative;
	padding-bottom:0em;
	background-color:transparent;
}

#sub-image_04 img{
	width: 100%;
	height: auto;
}

#sub-image_05{
	padding-top:0em;
	background:url(../images/sub_image_back_05.jpg) center top no-repeat #fff;
	height:auto;
}

#sub-image-in_05{
	position: relative;
	padding-bottom:0em;
	background-color:transparent;
}

#sub-image_05 img{
	width: 100%;
	height: auto;
}


#sub-image_06{
	padding-top:0em;
	background:url(../images/sub_image_back_06.jpg) center top no-repeat #fff;
	height:auto;
}

#sub-image-in_06{
	position: relative;
	padding-bottom:0em;
	background-color:transparent;
}

#sub-image_06 img{
	width: 100%;
	height: auto;
}






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

.section_01{
	background-color:#fff;
	padding-top: 2em;
}

.section_01_in{
	background-color:transparent;
}

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

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

.section_02:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #9ad7e6;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -2;
}


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

.img_pack_02{
	position: absolute;
	top:50px;
	left:-150px;
	transform: rotate( -0deg );
}



.section_03{
	background: #fff;
	margin-top: 6em;
	position: relative;
}

.section_03_in{
	background-color:transparent;
}

.img_pack_01{
	position: absolute;
	top: -250px;
	right: 50px;	
}


.box_setumei{
	padding: 0 2.5em;

}

/*特徴*/

.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.6em;
	 border-top: 1px solid #59bec8;
    border-bottom: 1px solid #59bec8;
    margin-top: 80px;
}

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

.box_tokutyo_right_01 img{width: 80%}

.box_tokutyo_right_02 img{
	width: 100%;
}


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

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

.circle{
	border-radius: 100%;
}




.section_04{
	background:#eafeff; /* 全体の背景画像 */
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment:fixed;             /* 背景画像を固定する */
	position: relative;
	padding: 4em 0em;
}

.section_04_in{
	background-color:transparent;
}


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

.section_05_in{
	background-color:transparent;
}

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

.img_pack_03{
	position: absolute;
	top: 180px;
	right: 220px;
	transform: rotate( 0deg );
}

/*誕生秘話*/

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

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

.box_story_right img{
	width: 100%;
}



.section_06{
	background-color:#f6f6f6;
	position: relative;
	padding: 4em 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: 30px 2px 30px 15px;
	color: #fff;
	font-size: 110%;
	height: auto;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
}
.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: 1em;
	background-color: #fff;
	border-radius: 20px;
	/*/**/*/
}


.section_07{
	/*background-image: url("../images/bg_price.jpg");
	background-repeat: no-repeat;            
	background-position: 50% 50%;          
	background-attachment:fixed;             
	background-size:cover;*/
	position: relative;
	padding: 4em 0em;
	overflow: auto;
}

.section_07_in{
	background-color:transparent;
}

/*販売価格*/

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

.box_price_left{
	text-align: center;
	float: left;
	width: 55%;
	padding: 0em;
}

.box_price_left img{
	width: 80%;
}


.box_price_right{
	float: right;
	width: 45%;
	padding:0em;
box-sizing:border-box;
        padding-top: 2em;
}



.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: 4em 0em;
	overflow: auto;
}

.section_08_in{
	background-color:transparent;
}







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


#footer{
	background: #fff;
	padding: 2em 0;
	text-align: center;
	font-size: 1.4em;
}


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


/*--------------------------------------------------------
段落・リスト・テーブル設定
--------------------------------------------------------*/


/*チェックリスト（リストタグ）*/
.main-contents ul.checklist{
	margin: 0 0 1.5em;
	padding: 1em;
	padding-bottom: 0;
	border: 1px solid #414141;
}

.main-contents ul.checklist li{
	margin-bottom: 1.5em;
	padding-top: 5px;
	padding-left: 24px;
	background: url(../images/icon-check01-red.png) left top no-repeat;
	list-style-type: none;
}


/*テーブルタグ*/
.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;
}


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

.youtube_size{
	width:640px;
	height:440px;
}


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

.box_point_num{
	float:left;
	background-color:#efefef;
	width:15%;
	height:auto;
	padding:0.3em;
	font-size:160%;
}

.box_point_title{
	float:right;
	background-color:#efefef;
	width:80%;
	height:auto;
	padding:0.3em;
	font-size:160%;
}

.box_point_discription{
	background-color:#efefef;
	margin-top:1em;
	margin-bottom:2em;	
	padding:1em 2em;
}

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

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

.box_voice_img{
	float:left;
	background-color:#efefef;
	width:15%;
	height:auto;
}

.box_voice_txt{
	float:right;
	background-color:#fff;
	width:73%;
	height:auto;
	font-size:100%;
	padding:10px;
}



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

/*全体*/
.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 2em 0em;
	padding:1em 2em;
	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:92%;
	text-align:center;
	margin:0 2em;
}
.box_price_right input[type="image"] {
    width: 65%;
    display: block;
    margin: 30px auto;
}

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


#global-nav .showMenu{ display: block!important; }


/*-----------------------------------------------------------------------------------------------------
言語切り替え
-----------------------------------------------------------------------------------------------------*/
.language{
    text-align: right;
    margin-bottom: -5px;
    position: fixed;
    top: 80px;
    right: 0;
    z-index: 999;
    user-select: none;
}

.language:hover{
  cursor: pointer;
}

.language_switcher{
    list-style: none;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px 0;
    width: 22px;
    line-height: 1;
    height: auto;
    text-align: left;
    margin: 4px 0 0 0;
    box-sizing:border-box;
    background: rgb(35,125,98);
    background: linear-gradient(0deg, rgba(35,125,98,1) 0%, rgba(76,219,168,1) 100%);
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
}

.language_switcher ul,
.language_switcher li{
    list-style: none;
    width: 100%;
    background: #fff;
}

.language_switcher ul{
  padding: 15px 2px;
  margin-top: 10px;
  display: block;
}

.language_switcher li{
    overflow: hidden;
    background:center no-repeat;
    background-size: contain;
    position:relative;
    color: transparent;
    margin-bottom: 15px;
    text-align: center;
    margin-left: -2px;
    vertical-align:top;
    font-size: 13px;
}

.language_switcher li:last-child{
  margin-bottom: 0;
}

.language_switcher a{
    width: 100%;
    height: 100%;
    display: inline-block
}

.language_switcher img{
    width: 100%;
    height: auto;
    vertical-align: top;
    width: 17px;
    height: 17px;
}

.language_switcher h2{
    margin: 0 0 0 4px;
    padding: 0;
    font-size: 14px!important;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: normal;
    letter-spacing: 0.01em;
    display: inline-block;
}

