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

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

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

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

/*カラム部分*/
.main-in{
    padding:1.5em 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,0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	border-bottom: 1px solid #ccc;
}

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

/*ヘッダーロゴ*/
#header #header-title {
	float: left;
	width: 25%;
	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.2em 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: 25%;
	float: right;
	margin: 0.2em 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_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_contact{
	background-image: url(../images/bg_contact.jpg);

	padding: 1em 0em;
}

.section_contact_in{
	background-color:transparent;
}

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

.img_tyousei{
	margin: 0 -1em;
}

.section_01{
	background-color:#fff;
}

.section_01_in{
	background-color:transparent;
}

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

.box_contact{
    background-color: #79BB02;
	border-radius: 0px;
	padding:0em 0.5em 0.5em;
	margin: 0 0em;
}

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

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

.box_tokutyo{
	background-color: #FFFDEF;
	padding: 1em 2em;
	margin-bottom: 1em;
	border: 5px solid #ccc;
}

.box_service{
	background-image: url(../images/bg_main_in.png);
	border:5px solid #CD0010;
	padding: 0em 2em 1em;
	margin-bottom: 1em;
}

.title_case{
	margin: 0 0em;
	margin-bottom: 1em;
}

.section_service{
	background-image: url(../images/bg_key.png);
}

.section_service_in{
	background-color:transparent;
}

.box_kisyu{
	background-color: #f6f6f6;
	padding: 0em 1em 1em;
	margin-top: 1em;
	font-size: 80%;
}

.title_kisyu{
	border-left:8px solid #5BB30F;
	border-bottom: 1px dotted #5BB30F;
	color: #5BB30F;
	padding:0.2em 0.3em 0.2em 0.5em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	font-weight: bold;
}

.box_service_inr{
	background-color: #FFF1F1;
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.img_contact_pc{
		display: block;
    text-align: center;
    margin-bottom: 0.5em;
	}

.img_contact_pc img{
    width: 100%;
}

.img_contact_sp{
		display: none;
	}


ul.flow_list {
	list-style: none;
	margin: 0;
}
ul.flow_list li {
	margin: 0 0em;
	border: 3px double #ccc;
	border-radius:0px;
    margin: 0 0em;
	margin-bottom: 35px;
	padding: 0.5em 2em 1em;
	position: relative;
    background-color: #fff;
}
ul.flow_list li::after {
	bottom: -34px;
	color: #ccc;
	content: "▼";
	font-size: 24px !important;
	left: 48%;
	position: absolute;
}
ul.flow_list li.last::after {/*最後の▼を外す*/
	content: "";
}
ul.flow_list li h4::first-letter {/*1文字めを大きく*/
	font-family: garamond, times;
	font-size: 2em;
	font-style: italic;
	letter-spacing: 0.15em;
}

   .box_koe{
        background-color: #FFDFDB;
        background-image:url(https://antena202.com/wp-content/themes/antena202/images/bg_koe.png);
        background-position: top right 10px;
        background-repeat: no-repeat;
        background-size: 12%;
        padding: 1em 2em;
        margin: 0 -2em;
        margin-bottom: 1em;
        border-radius: 10px;
    }

.jirei_area{
    display: flex;
                margin: 0 -2em;
}

    .box_jirei{
        width: 48%;
        background-color: #F1E477;
        padding: 1em 2em;
       margin-right: 10px;
        margin-bottom: 1.5em;
        overflow:auto;
    }

.box_jirei_inr_left{

}

.box_jirei_inr_right{

    padding: 0 1em;
}

    .box_jirei p{
        line-height: 1.6em;
        font-size: 0.9em;
    }

    .title_jirei{
        background-color: #79BC02;
        color: #fff;
        padding:0.4em;
        border-radius: 5px;
        text-align: center;
        margin-bottom: 0.5em;
              font-size: 1.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: #79BB01;
	padding: 2em 0;
	text-align: center;
	font-size: 1.4em;color: #fff;
	margin-bottom: 8em;
}

#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%;
  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_02 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;
}

}

/* ------------------------------
   スライダー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%;
}



/* ------------------------------
   電話番号のスタイル
------------------------------ */
.tel-box {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    font-family: 'Arial', sans-serif;
    width: 220.5px;
    height: auto;
}

.tel-icon-number {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_tel img {
    width: 36px  !important;
    margin-right: 2px;
}

.tel-number {
    font-size: 28px;
    font-weight: bold;
    color: #d32f2f;
}

.sub-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    height: 11px;
}

.hours {
    background-color: #8BC34A;
    color: #fff;
    font-weight: bold;
    padding: 0px 10px;
    font-size: 10px;
    border-radius: 5px;
    margin-right: 4px;
}

.service strong {
    font-weight: 900;
    color: black;
}

.service {
    font-weight: 900;
    color: black;
}

.header_tel a {
    text-decoration: none;
}

/* ------------------------------
   メディアクエリ (968px以下)
------------------------------ */
@media (max-width: 968px) {
    .tel-box {
        width: calc(220.5px * 0.85);
    }

    .tel-number {
        font-size: calc(28px * 0.85); /* 電話番号を縮小 */
    }

    .header_tel img {
        width: calc(36px * 0.85)  !important; /* アイコンを縮小 */
    }

    .sub-text {
        font-size: calc(21px * 0.85); /* サブテキストを縮小 */
    }

    .hours {
        font-size: calc(10px * 0.85); /* 電話対応時間を縮小 */
    }
}

/* ------------------------------
   メディアクエリ (768px以下)
------------------------------ */
@media (max-width: 768px) {
    .tel-box {
        width: calc(220.5px * 0.7);
    }

    .tel-number {
        font-size: calc(28px * 0.7); /* 電話番号をさらに縮小 */
    }

    .header_tel img {
        width: calc(36px * 0.7) !important; /* アイコンをさらに縮小 */
    }

    .sub-text {
        font-size: calc(20px * 0.7); /* サブテキストをさらに縮小 */
    }

    .hours {
        font-size: calc(10px * 0.7); /* 電話対応時間をさらに縮小 */
    }
}

/* ------------------------------
   メディアクエリ (480px以下)
------------------------------ */
@media (max-width: 480px) {
    .tel-box {
        width: calc(220.5px * 0.5);
    }

    .tel-number {
        font-size: calc(28px * 0.5); /* 電話番号を最も縮小 */
    }

    .header_tel img {
        width: calc(36px * 0.5) !important; /* アイコンを最も縮小 */
    }

    .sub-text {
        font-size: calc(18px * 0.5); /* サブテキストを最も縮小 */
    }

    .hours {
        font-size: calc(10px * 0.5); /* 電話対応時間を最も縮小 */
    }
}

/* ------------------------------
   メディアクエリ (340px以下)
------------------------------ */
@media (max-width: 340px) {
  .tel-box {
      width: calc(220.5px * 0.4);
  }

  .tel-number {
      font-size: calc(28px * 0.4); /* 電話番号を最小に縮小 */
  }

  .header_tel img {
      width: calc(36px * 0.4) !important; /* アイコンを最小に縮小 */
  }

  .sub-text {
      font-size: calc(14px * 0.4); /* サブテキストを最小に縮小 */
  }

  .hours {
      font-size: calc(10px * 0.4); /* 電話対応時間を最小に縮小 */
  }
}

/* ------------------------------
   電話番号バリデーション
------------------------------ */
.required_phone_message {
  color: red;
  font-size: 12px;
  display: none;
  margin-left: 5px;
}

.input_error {
  border: 2px solid #f44336;
  box-shadow: 0 0 5px 1px rgba(244, -16, 54, 0.6);
}
