--------@charset "UTF-8";

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

html,
body {
	width: 100%;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 62.5%;
	font-style: normal;
	line-height: 1.5;
}

/*リンク文字の設定*/
a {
	text-decoration: underline;
}

a:link,
a:visited {
	color: #39f;
}

a:hover,
a:active {
	color: #f60;
}

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

.is-sp {
	display: none;
}

img {
	width: 100%;
}

.bold {
	font-weight: bold;
}

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

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

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

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

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

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

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


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

/*H2タグ*/
.main-contents h2 {
	margin: 0 0 0em;
	padding: 0.5em 0.9em 0em;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}

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

/*H4タグ*/
.main-contents h4 {
	border-bottom: 1px dotted #ccc;
	font-size: 1.4em;
	margin-bottom: 0.5em;

}

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


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

#header {
	background-color: rgba(255, 255, 255,1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	border-bottom: 1px solid #ccc;
}

#header-in {
	background-color: rgba(255, 255, 255,1);
	position: relative;
	padding: 0em 0em 0.5em;
}

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

#header .header-logo {
	margin-bottom: 0em;
}

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

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

.header_tel img {
	width: 100%;
}

/*ヘッダー 住所*/
.header_adress {
	width: 32%;
	float: right;
	margin: 0em 0.3em 0em;
}

.header_adress img {
	width: 100%;
}

#header_02 {
	display: none;
}

/*ヘッダー 問い合わせボタン*/
.header_mail {
	width: 20%;
	float: right;
	margin: 0.9em 0.3em 0em;
}

.header_mail img {
	width: 100%;
}

.pc_fv {
	display: block;
}

.pc_sp {
	display: none;
}


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

#main-image {
	padding-top: 0em;
	background: url(../images/top_image_back.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;
}


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

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


.section_01 {
	background-color: #fff;

}

.section_01_in {
	background-color: transparent;
}


.section_sub {
	background-color: #79BC01;
	background-repeat: repeat-y;
	color: #fff;
	height: 160px;

}

.section_sub_in {
	background-color: transparent;
	position: relative;
}

.sub_img {
	position: absolute;
	top: -16px;
	left: 0;
	text-align: center;
	padding: 0 3em;
}

.sub_img img {
	width: 100%;
}


.section_sub_02 {
	background-color: #79BC01;
	background-repeat: repeat-y;
	background-size: cover;
	color: #fff;
}

.section_sub_02_in {
	background-color: transparent;
}

.sub_img_02 {
	text-align: center;
	padding: 0 3em;
}

.sub_img img {
	width: 100%;
}

.section_03 {
	background-color: #f2f2f2;
}

.section_03_in {
	background-color: transparent;
}


.section_04 {
	background-color: #FE5359;
}

.section_04_in {
	background-color: transparent;
}

.section_05 {
	background-color: #FDFFDD;
}

.section_05_in {
	background-color: transparent;
}





.section_contact {
	background-image: url("../images/bg_contact.png");
    background-size: 100%;
    background-position: top center;
	padding: 0em 0em;
}

.section_contact_in {
	background-color: transparent;
}

.cta{
    margin: 0em 4em 0em;
}

.section_nayami {
	background-image: url(../images/bg_02.jpg);
	background-repeat: no-repeat;
	/* 背景を繰り返さない */
	background-position: top center;
	/* 背景画像を固定する */
	background-size: cover;
}

.section_nayami_in {
    position: relative;
	background-color: transparent;
    padding-top: 8em;
	padding-bottom: 12em;
}

.arrow_01{
    position: absolute;
    right: 25%;
    bottom: -10%;
}


.section_kaiketu {
	background-image: url(../images/bg_kaiketu.jpg);
	background-repeat: no-repeat;
	/* 背景を繰り返さない */
	background-position: 50% 50%;
	/* 背景画像の位置は画面中央 */
	background-attachment: fixed;
	/* 背景画像を固定する */
	background-size: cover;
}

.section_kaiketu_in {
	background-color: transparent;
	padding-bottom: 0;
}

.section_taiken {
	background-color: #fff;
}

.section_taiken_in {
	background-color: transparent;
	padding-bottom: 0;
}

.section_freewilll{
    	background-color: #f2f2f2;
}


.section_02 {
	background-image: url(../images/bg_kaiketu.jpg);
	background-repeat: no-repeat;
	/* 背景を繰り返さない */
	background-position: 50% 50%;
	/* 背景画像の位置は画面中央 */
	background-attachment: fixed;
	/* 背景画像を固定する */
	background-size: cover;
}

.section_02_in {
	background-color: transparent;
}



.qa {
	background-color: #F5F5F5;
}

.qaItem:not(:last-child) {
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.qaItem:not(:last-child) {
		margin-bottom: 5vw;
	}
}

.qaItem__q {
	padding:20px 10px;
	padding-left: 20px;
	background-color: #2D75B9;
	font-size: 20px;
	font-weight: 500;
	color:#fff;
	position: relative;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 768px) {
	.qaItem__q {
		font-size: 3.5vw;
		padding: 2vw 4vw;
		padding-right: 10vw;
	}
}

.qaItem__q::after {
	content: "";
	display: inline-block;
	background-image: url(../images/plus.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	/* map-get(マップ型変数, キー)で値を取得 */
}

@media screen and (max-width: 768px) {
	.qaItem__q::after {
		font-size: 3.5vw;
		height: 4.6vw;
		right: 3vw;
	}
}

.qaItem__q.is-active::after {
	background-image: url(../images/minus.svg);
}

.qaItem__q .q {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	margin-right: 10px;
	display: inline-block;
	line-height: 1;
}

@media screen and (max-width: 768px) {
	.qaItem__q .q {
		font-size: 6vw;
		margin-right: 2vw;
	}
}

.qaItem__a {
	padding:20px 10px;
	padding-left: 20px;
	background-color: #FFFDE6;
	font-weight: 500;
	position: relative;
	cursor: pointer;
	display: none;
}

@media screen and (max-width: 768px) {
	.qaItem__a {
		font-size: 3.5vw;
		padding: 4vw;
	}
}

.qaItem__a-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.qaItem__a .a {
	font-size: 26px;
	font-weight: bold;
	color: #E55A57;
	margin-right: 10px;
	display: inline-block;
	line-height: 1;
}

@media screen and (max-width: 768px) {
	.qaItem__a .a {
		font-size: 6vw;
		margin-right: 2vw;
	}
}

.box_form{
    background: #fff;
    padding: 1em 2em;
}

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


/*チェックリスト（リストタグ）*/
.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: 1em;
	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: #FFFAE0;
	font-weight: bold;
	text-align: left;
}

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

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

.box_qa {
	margin: 0px;
	padding: 0.5em 0em;
}

.accordion_header_02 {
	margin: 0px 0px 0em 0px;
	background: url(../images/+.png) no-repeat;
	background-color: #017bbc;
	background-size: 40px 40px;
	background-position: 8px 50%, 0 0;
	padding: 15px 10px 15px 65px;
	color: #fff;
	font-size: 120%;
	height: auto;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
}

.selected02 {
	background: url(../images/_.png) no-repeat;
	background-color: #017bbc;
	background-position: 8px 50%;
}

.selected02+* {
	background: #fff;
	background-position: 8px 50%;
}

.accordion_open_02 {
	margin: 0px 0px 15px 0px;
	padding: 10px 20px;
	background: #fff;
	border-left: solid 4px #017bbc;
	border-right: solid 4px #017bbc;
	border-bottom: solid 4px #017bbc;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;

}

.accordion_open_02:before {
	content: "";
}

.accordion_field_02 {
	display: block;
	line-height: 1.5;
	text-align: left;
	padding: 0 0 0 0px;
	margin: 0px 0 10px 0;
	color: #000;
	font-size: 100%;
	width: 100%;

}




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

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





/*お問い合わせフォーム*/

fieldset {
	border: none;
}

form[name="order_from"] {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

table.formTable {
	border-collapse: collapse;
	width: 100%;
}

table.formTable tr td {
	background-color: #FEFFF0;
	border: 1px solid #fff;
	padding: 10px 20px;
	text-align: left;
}

table.formTable tr th {
	border: 1px solid #fff;
	padding: 10px 20px;
	background-color: #009f91;
	color: #fff;
	width: 40%;
}

table.formTable tr td input,
table.formTable tr td select,
table.formTable tr td textarea {
	padding: 5px 5px;
	margin-right: 2px;
}

input[type="text"] {
	width: 25%;
}

input[type="text_00"] {
	width: 50%;
}

input[type="text_02"] {
	width: 70%;
}

input[type="textarea"] {
	width: 90%;
}

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

table.formTable tr td textarea {
	width: 95%;
	border-color: #ccc;
}

button.order {
	background: none;
	border: none;
	width: 60%;
	text-align: center;
	margin: 1em 0em;
}


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


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

#footer a {
	color: #fff;
}

.fix_menu_smartphone_01 {
	display: block;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 10000;
	box-shadow: 0px 0px 3px #594a42;
}

.fix_menu_smartphone_01 img {
	width: 100%;
}

 .fix_menu_tel_left {
	float: left;
	width: 50%;
	padding: 0em 0;
	border-right: 0px solid #ccc;
	text-align: center;
} 

.fix_menu_tel_right {
	 float: right; 
	width: 50%;
	padding: 0em 0;
	text-align: center;
}

.fix_menu_smartphone_02 {
	display: none;
}



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


	.fix_menu_smartphone_01 {
		display: none;
	}


	.fix_menu_smartphone_02 {
		display: block;
		width: 100%;

		position: fixed;
		bottom: 0px;
		left: 0px;
		z-index: 10000;
		box-shadow: 0px 0px 3px #594a42;
	}

	.fix_menu_smartphone_02 img {
		width: 100%;
	}

	.fix_menu_tel_left {
    background-color:#FD5258;
		float: left;
		width: 50%;
		padding: 0.5em 0;
		text-align: center;
	} 

	.fix_menu_tel_right {
    		background-color:#9EC847;
		float: right;
		width: 50%;
		padding: 0.5em 0;
		text-align: center;
	}

}

/* ------------------------------
   スライダー1
------------------------------ */
.loopSliderWrap {
	top: 0;
	left: 0;
	height: 350px;
	overflow: hidden;
	position: absolute;
}

.loopSlider {
	margin: 0 auto;
	width: 100%;
	height: 350px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.loopSlider ul {
	height: 350px;
	float: left;
	overflow: hidden;
}

.loopSlider ul li {
	width: 250px;
	height: 350px;
	float: left;
	display: inline;
	overflow: hidden;
}

.loopSlider ul li img {
	width: 100%;
}