﻿@charset "utf-8";

/* ■■■メインイメージ■■■*/

#header-bg {
width: 1170px;
background-image : url(../images/h_img01.png);
background-position: right 0;
background-repeat: no-repeat;
background-size: 612px 230px;
height: 230px !important;
margin: 0 auto;
text-align: left;
background-color: #F5F5F3;
}

#header-bg-base {
width: 100%;
background-color: #F5F5F3;
}

#header-bg p.ty01 {
padding: 50px 0 0 180px;
}

#header-bg .ty01 img {
width: 175px;
height: auto;
}

#titleArea1 {
padding: 50px 0;
margin-top: 30px;
}

#titleArea1 img {
width: 150px;
height: auto;
}

.com_cont01 {
letter-spacing: 0.2em;
margin-top:40px;
}

.com_cont01 .bt01 {
width: 360px;
height: auto;
}

/* max-width: 1268px
* * * * * * * * * * * * * * * * * * * * */
@media only screen and (max-width: 1268px){

#header-bg {
width: 100%;
}

}
/* max-width: 1268px @end */

/* min-width: 769px
* * * * * * * * * * * * * * * * * * * * */
@media only screen and (min-width: 769px){



}
/* min-width: 769px @end */

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

#header-bg {
background-size: 395px 150px;
height: 150px !important;
background-position: right -120px top 0;
}


#header-bg-base p.ty01 {
padding: 40px 0 0 30px;
}

#header-bg .ty01 img {
width: 80px;
height: auto;
}

/* IE11とEdge用*/
_:-ms-fullscreen, :root #header-bg-base .ty01 img {
width: 100px;
height: auto;
}

@supports (-ms-ime-align:auto) {
#header-bg-base .ty01 img {
width: 100px;
height: auto;
}
}
/* ※IE11とEdge用 end*/

#titleArea1 {
padding: 30px 0;
margin-top: 0;
}

#titleArea1 img {
width: 150px;
height: auto;
}

.com_cont01 {
margin-top:20px;
}

}
/* max-width: 768px @end */



/* ■■■お問い合わせ■■■*/
.cont01 {
background : url(../images/bg01.png) #FFF no-repeat 0 -100px;
text-align: center;
letter-spacing: 0.2em;
position: relative;
}

.contL01 {
float: left;
width: 48%;
padding-top: 20px;
}

.contR01 {
float: right;
width: 48%;
padding-top: 20px;
}

.tel_ttl,
.tel_ttl1 {
color: #FFF;
text-align: center;
border-radius: 30px;
width: 100%;
padding: 5px 0;
font-size: 18px;
}

.tel_ttl {
background-color:#f0c09d;
}

.tel_ttl1 {
background-color:#f09d9d;
}


.ttl01 img {
width: 336px;
height: auto;
}

.cont01_bg {
padding: 60px 20px 40px 20px;
}

.cont01_1 {
border:2px solid #CC0000;
background-color: #FFF;
padding: 15px 20px;
margin-top: 40px;
text-align: left;
}

.cont01_2 {
padding-top: 20px;
}

.cont01_2 img {
width: 478px;
height: auto;
}

.mf_CR01 .ty01 input {
width: 500px;
}

.mf_CR01 .ty02 input {
width: 400px;
}

.mf_CR01 .ty03 input {
width: 170px;
}

.cont01 .bt01 {
width: 360px;
height: auto;
}

/* max-width: 1268px
* * * * * * * * * * * * * * * * * * * * */
@media only screen and (max-width: 1268px){

.tel_ttl,
.tel_ttl1 {
font-size: 14px;
}

}
/* max-width: 1268px @end */


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


.cont01_bg {
background-color: rgba(255,255,255,0.6);
padding: 30px 20px 0 20px;
}

.cont01_2 {
padding-top: 10px;
}

.tel_ttl,
.tel_ttl1 {
font-size: 12px;
}



.cont01 .ty01 .bt01 {
width: 100%;
height: auto;
}

.cont01_1 {
padding: 10px 15px;
}

.mf_CR01 .ty01 input,
.mf_CR01 .ty02 input {
width: 100%;
}

.mf_CR01 .ty03 input {
width: 48%;
}

.cont01 .bt01 {
width: 100%;
}

}
/* max-width: 768px @end */




/* タブ
-------------------------------------*/

.tab{
  list-style:none;
  border-bottom: 10px solid #f0c09d;
}
.cf{
  overflow : hidden;
}
.tab1 {
  float : left;
  background : #f0c09d;
  padding : 15px 0;
  font-size: 16px;
  width: 48%;
  text-align: center;
}

.tab2 {
  float : right;
  background : #F3F3E5;
  padding : 15px 0;
  font-size: 16px;
  width: 48%;
  text-align: center;
}

.tab_current {
  color: #FFF;
  font-weight: bold;
}

.tab li a,
.tab3 li a {
  display : block;
  text-decoration: none;
  color: #bbb;
}

.tab3{
  list-style:none;
  border-bottom: 10px solid #f09d9d;
}

.tab4 {
  float : left;
  background : #F3F3E5;
  padding : 15px 0;
  font-size: 16px;
  width: 48%;
  text-align: center;
}

.tab5 {
  float : right;
  background : #f09d9d;
  padding : 15px 0;
  font-size: 16px;
  width: 48%;
  text-align: center;
}



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


.tab1,
.tab4 {
  padding : 10px 0;
  font-size: 12px;
}

.tab2,
.tab5 {
  padding : 10px 0;
  font-size: 12px;
}

}
/* max-width: 768px @end */


