@charset "UTF-8";

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

html,body{ width: 100%; }

body{
   font-family: "Sawarabi Gothic";
	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;
}

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

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

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

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

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

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

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

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

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


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

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

/*H3タグ*/
.main-contents h3{
	background-color: #67C9A0;
	margin: 0em 0 0.5em;
	padding: 0.3em 0.8em;
	border-bottom: 1px dotted #ccc;color: #fff;
	font-size: 1.6em;
	border-radius: 10px;
}

/*H4タグ*/
.main-contents h4{
	margin: 0 0 0.5em;
	padding: 0.4em;
	border-left:8px solid #ef5b9c;
	font-size: 1.6em;
	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;
}


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

#header{
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 150;
	border-bottom: 1px solid #ccc;
}

#header-in {
	background-color: #fff;
	position: relative;
	padding:0em 0em 0.3em;
}

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

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

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

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

.header_tel img {
	width:100%;
}

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

.header_mail img {
	width: 100%;
}

#header_02 {
	display: none;
}


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

#main-image{
	padding-top:0em;
	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_sub{
	background-color:#ef5b9c;
	color:#fff;
	position: relative;
}


.box_contact{
	background-image: url(../images/bg_contact.png);
	border-radius: 15px;
	padding:0em 1em 1em;
	margin: 0 -2em;
}

.box_contact_inr{
	background-color: #fff;
	border-radius:10px;
	padding: 0.5em 1em 0.5em;
}

.title_contact img{
	border-radius:10px 0px 0px 0px;
}

	
.img_contact_pc{
     display: block;
	}
	
.img_contact_sp{
    	display: none;
	}

.box_kaatu{
	background-color: #f6f6f6;
	padding: 1em 2em;
	margin: 0 -2em;
}


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

.section_cru_in{
	background-color:transparent;
}

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

.section_01_in{
	background-color:transparent;
}

.section_02{
	background-color:#fff;
}

.section_02_in{
	background-color:transparent;
}


#box_point_area {
	width: 100%;
	margin: 0 auto;
	padding: 0em 0;
}
#box_point_area:after {
	content: "";
	clear: both;
	display: block;
}

.box_point {

	border: 0px solid #67C9A0;
	box-sizing: border-box;
	width: 100%;
	padding: 0em 0em;
	margin-bottom: 1.5em;
	overflow: auto;
}

#box_hukuri_area{
	width: 100%;
	margin: 0 auto;
	margin-bottom:0em;
	padding: 0em 0;
	display: flex;
}

.box_hukuri{
	width: 50%;
	margin-right: 1em;
	background-color: #FFFCE8;
	box-sizing: border-box;
	padding: 1em 2em;
	margin-bottom: 1em;
}





/* ------------------------------
   css3アニメーション
------------------------------ */

.fadeInUp {
	-webkit-animation: fadeInUp 1s cubic-bezier(.55, 0, .1, 1) both;
	animation: fadeInUp 1s cubic-bezier(.55, 0, .1, 1) both;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
}
.delay-05s {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.delay-15s {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.delay-25s {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}
.delay-3s {
	-webkit-animation-delay:3s;
	animation-delay: 3s;
}


.box_kensyu{
	background-color: #FFFDEE;
	border: 3px double #ccc;
	padding: 1em 2em;
	margin-bottom: 1.5em;
}

.box_pro{
	background-color: #f6f6f6;
	border: 3px double #ccc;
	padding: 1em 2em;
	margin-bottom: 0em;
}



/*--------------------------------------------------------
問い合わせ部分
--------------------------------------------------------*/

.section_entry {
	background-color:#fff;
	background-image: url(../images/bg_entry.png);
	background-repeat: repeat;
	background-size: cover;
	padding-top: 2em;
	padding-bottom: 2em;
}


.section_entry_in {
	background-color: transparent;
}
.box_entry {
	padding: 0em 2em 0em;
}

.entry_mail {
	text-align: center;
	margin-top: 0em;
	-webkit-animation-name:fuwafuwa; /* fuwafuwaっていうアニメーションをしてね！ */
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:1s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}

@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}


.entry_mail img{
	width: 70%;
}






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


/*チェックリスト（リストタグ）*/
.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;
}

.main-contents th{
	padding: 1em;
	border-bottom: 1px solid #67C9A0;
	font-weight: normal;
	color: #67C9A0;
	font-size: 90%;
}

.main-contents td{
	padding: 1em;
	border-bottom: 1px dotted #67C9A0;
	font-size: 90%;}



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






















/*--------------------------------------------------
section_qa
-----------------------------------------------------*/

.section_qa {
	background: #FFFEF0;
	padding: 2em 0 0;
}
  
.qa_area {
	width: 100%;
	height: auto;
	padding: 0 0 1.5em;
}
  
.qa_br {
	display: none;
}


/*--------------------------------------------------
Q&Aアコーディオン
-----------------------------------------------------*/

.accordion_area {}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 1rem 4rem 1rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #eee;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #014897;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #014897;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
}

.accordion_one {
  margin-bottom: 1.5em;
}
 
/*=========
faq
=========*/
 
.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #09357f;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 20px;
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #de0000;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 20px;
}

























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

/*全体*/
.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;
}

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


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


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

#footer a{
	color: #fff;
}


/* ------------------------------
   スライダー
------------------------------ */
.loopSliderWrap {
	top: 0;
	left: 0;
	height: 165px;
	overflow: hidden;
	position: absolute;
}
.loopSlider {
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
	height: 165px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.loopSlider ul {
	height: 165px;
	float: left;
	overflow: hidden;
}
.loopSlider ul li {
	width: 250px;
	height: 165px;
	float: left;
	display: inline;
	overflow: hidden;
}
.loopSlider ul li img {
	width: 100%;
}

.sp_br{
		display:none;
	}


/*吹き出し*/
.chat-l, .chat-r {
	position: relative;
	overflow: hidden;
	margin: 0 0 0em;
}
.bubble {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 82%;
	min-height: 60px;
	margin-bottom: 2em;
	padding: 1em;
	border: 1px solid #ccc;
	background: #FFFEF2;
	border-radius: 10px;
	box-shadow: 10px 5px 20px #ccc;
}
.bubble .bubble-in {
	border-color: #FFFEF2;
}
.talker {
	display: block;
	width: 15%;
	height: auto;
	text-align: center;
}
.talker b {
	font-weight: normal;
}
.talker img {
	display: block;
	width: 100px;
	max-width: 100%;
	max-width: none\9;/*IE8への対応*/
	margin: auto;
}
.chat-l .talker {
	float: left;
	margin-right: 2%;
}
.chat-r .talker {
	float: right;
	margin-left: 2%;
}
.chat-l .bubble {
	float: right;
}
.chat-r .bubble {
	float: left;
}
.bubble .bubble-in:after, .bubble .bubble-in:before {
	position: absolute;
	top: 10%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: "";
}
/*吹き出しの微調整*/
.bubble .b-arw20:after, .bubble .b-arw20:before {
	top: 20%;
}
.bubble .b-arw30:after, .bubble .b-arw30:before {
	top: 30%;
}
.bubble .b-arw40:after, .bubble .b-arw40:before {
	top: 40%;
}
.bubble .b-arw60:after, .bubble .b-arw60:before {
	top: 60%;
}
.bubble .b-arw70:after, .bubble .b-arw70:before {
	top: 70%;
}
.bubble .b-arw80:after, .bubble .b-arw80:before {
	top: 80%;
}
.chat-l .bubble .bubble-in:after, .chat-l .bubble .bubble-in:before {
	right: 100%;
}
.chat-r .bubble div:after, .chat-r .bubble div:before {
	left: 100%;
}
.chat-l .bubble .bubble-in:after {
	margin-top: -4px;
	border-width: 8px 20px;
	border-color: transparent;
	border-right-color: inherit;
}
.chat-l .bubble .bubble-in:before {
	margin-top: -5px;
	border-width: 9px 21px;
	border-color: transparent;
	border-right-color: #ccc;
}
.chat-r .bubble .bubble-in:after {
	margin-top: -4px;
	border-width: 8px 20px;
	border-color: transparent;
	border-left-color: inherit;
}
.chat-r .bubble .bubble-in:before {
	margin-top: -5px;
	border-width: 9px 21px;
	border-color: transparent;
	border-left-color: #ccc;
}
.bubble p:first-child {
	margin-top: 0;
}

/* ------------------------------
   CHAPTER ELEMENTS
------------------------------ */
.slideShow {
	margin: 0px auto 20px auto;
  
	width: 100%;
	text-align: left;
	position: relative;
}

.slideShow ul {
	width: 100%;
}

.slideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}

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

@media only screen and (max-width: 800px) {
	#wrapper {
		width: 90%;
	}

	.slideShow {
		width: 100%;
	}
}

/* PagiNation
--------------------------- */
.pagiNation {
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 110;
}

.pagiNation a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #aaa;
	border: #fff 2px solid;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
}

.pagiNation a:hover {
	opacity: 0.6;
}

.pagiNation a.pnActive {
	background: #000;
}

.pagiNation a.pnActive:hover {
	opacity: 1;
}

/* SideNavi
------------------------- */
.slideShow .btnPrev,
.slideShow .btnNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 120;
	transition: all 0.2s ease-in-out;
}

.slideShow .btnPrev {
	left: 15px;
	background: transparent url(../images/btnPrev.png) no-repeat center center;
}

.slideShow .btnNext {
	right: 15px;
	background: transparent url(../images/btnNext.png) no-repeat center center;
}

.slideShow .btnPrev:hover,
.slideShow .btnNext:hover {
	opacity: 0.6;
}


