@charset "utf-8";

@import url(//fonts.googleapis.com/css?family=Noto+Serif+JP);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
@import url(//fonts.googleapis.com/css?family=Alata);

*{
	box-sizing: border-box;
}

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
  padding: 0;
  margin: 0;
}

body{
  max-width: 100%;
  margin:0;
  padding:0;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
  font-weight:400;
  line-height:1.6;
  font-size: 16px;
  color: #3B3838;
  background: #FFF;
  word-wrap: break-word;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,section{
  margin: 0px;
  padding: 0px;
  display: block;
}
ul{
  list-style-type: none;
}

input,textarea,select {
  font-size: 14px;
}


img{
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}

img.over:hover{
 filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

p{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul {list-style-type: none;}

li {list-style-type: none;}

.clearfix:after {
  display:block;
  clear:both;
  height:0px;
  visibility:hidden;
  content:".";
}

a {outline:none;}

.overimg:hover img {
  filter:alpha (opacity=70);
  -moz-opacity:0.80;
  opacity:0.80;
}

/* 選択した時の文字色・背景 */

::selection {
    background: #6393F5;
    color: #fff;
}

//Firefox
::-moz-selection {
    background: #6393F5;
    color: #fff;
}

/* .line
-------------------------------------------------- */
hr {
  display : none;
}

.clr {
  height : 0;
  clear : both;
}

/* wrapper
--------------------------------------------------*/
#wrapper {
  width: 100%;
  padding: 0;
  min-height: 60vh;
}


/* .container
--------------------------------------------------*/
#container{
  width:100%;
  max-width:1200px;
  margin:0 auto;
}

@media screen and (max-width: 1280px) {
#container{
  box-sizing: border-box;
  padding:0 2%;
}
}

@media screen and (max-width: 810px) {
#container {
  padding: 0 3%;
}
}

@media screen and (max-width: 568px) {
#container {
  padding: 0;
}
}

/* .inquire
-------------------------------------------------- */
.inquire{
  padding: 0;
  width:100%;
  margin:0 auto;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-attachment: fixed;
  background-size: auto 100%;
  background:#606060;
}

.inquire-box{
  display: block;
  width:100%;
  background: rgba(0, 0, 0, 0.6);
}

.inquire-text{
  vertical-align: middle;
  display: inline-block;
  width:60%;
  padding:3% 5%;
  box-sizing: border-box;
  color:#FFF;
}

@media screen and (max-width: 1280px) {
.inquire-text{
 width:55%;
}
}

@media screen and (max-width: 810px) {
.inquire-text{
  width:100%;
  padding:5%;
  text-align:left;
}
}

.ft-logo{
  width:70%;
  max-width:350px;
  margin:0 auto 4%;
  font-size:14px;
  text-align:center;
}

@media screen and (max-width: 810px) {
.ft-logo{
  width:70%;
  max-width:240px;
}
}

.ft-logo img{
  width:100%;
  height:auto;
  margin-bottom:5px;
}

.inquire-syousai{
  width:100%;
  max-width:430px;
  margin:0 auto;
  letter-spacing : 0.05em;
}

.inquire-text .inqtx02{
  font-weight:500;
  font-size:1em;
}


.inquire-text .inqtx02 dl{
  width:100%;
  display:block;
  padding:7px 0;
}


.inquire-text .inqtx02 dt{
  vertical-align: top;
  display: inline-block;
  width:5%;
  font-size:1.5em;
  text-align: center;
  line-height:1;
}

.inquire-text .inqtx02 dd{
  vertical-align: top;
  display: inline-block;
  width:95%;
  padding:5px 0 0 5%;
  box-sizing: border-box;
}


@media screen and (max-width: 568px) {
.inquire-text .inqtx02 dd{
  font-size:14px;
  padding:3px 0 0 4%;
}
}

.inquire-text a{text-decoration:none;color:#FFF;}
.inquire-text a:hover{text-decoration:none;color:#C80000;}

.inquire-text .social-icon{
  width:100%;
  margin: 5% auto 0;
  text-align: center;
}

.inquire-text .social-icon li{
  vertical-align: top;
  display: inline-block;
  margin:10px;
  font-size:1.4em;
}


.inquire-form{
  vertical-align: middle;
  display: inline-block;
  width:40%;
  background:#E0DFDF;
  padding:3%;
  box-sizing: border-box;
  color:#606060;
}

@media screen and (max-width: 1280px) {
.inquire-form{
  width:45%;
}
}

@media screen and (max-width: 810px) {
.inquire-form{
  width:100%;
  padding:5%;
}
}

.inquire-ttl{
  font-size:2em;
  text-align: center;
  line-height:1;
  margin-bottom:5%;
}


@media screen and (max-width: 568px) {
.inquire-ttl{
  font-size:1.5em;
  margin-bottom:3%;
}
}

.inquire-form .form_col{
  display: block;
  width:100%;
  padding:7px 0;
}

@media screen and (max-width: 568px) {
.inquire-form .form_col{
  padding:5px 0;
}
}

.inquire-form .form_col .form_col-w40{
  width: 47%;
  display: inline-block;
  margin-right:3%;
}

@media screen and (max-width: 568px) {
.inquire-form .form_col .form_col-w40{
  width: 100%;
  margin-right:0;
  margin-bottom:10px;
}
}

.inquire-form .form_col .form_col-w402{
  width: 47%;
  display: inline-block;
  margin-left:3%;
}

@media screen and (max-width: 568px) {
.inquire-form .form_col .form_col-w402{
  width: 100%;
  margin-left:0;
}
}

.inquire-form .form_col .ws95{
  width:100%;
}


.inquire-form .form_col .mbtm10{
  margin-bottom:10px;
}

.inquire-form .form_col textarea{
  padding : 15px;
  border:1px solid #FFF;
  cursor: pointer;
  font-size:0.95em;
  letter-spacing : 0.05em;
  box-sizing: border-box;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
}

.inquire-form .form_col input{
 padding : 15px;
 border:1px solid #FFF;
 color:#000;
 cursor: pointer;
 font-size:0.95em;
 letter-spacing : 0.05em;
 box-sizing: border-box;
}

.inquire-form .send_bt {
  width: 100%;
  margin-top:30px;
  text-align: center;
}

@media screen and (max-width: 810px) {
.inquire-form .send_bt {
  margin-top:15px;
  margin-bottom:5px;
}
}

@media screen and (max-width: 568px) {
.inquire-form .send_bt {
  margin-top:10px;
  margin-bottom:10px;
}
}

.inquire-form .send_bt li{
  display:inline-block;
  margin:0 5px;
}

input.conf_bt{
  padding:15px 30px;
  line-height: 1.4;
  background : #CC0001;
  color: #fff;
  display:block;
  border-style: none;
  cursor: pointer;
  font-size:1.15em;
  font-weight:500;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 568px) {
input.conf_bt{
  font-size:1em;
  padding:15px 25px;
}
}

input.conf_bt:hover{
	filter:alpha(opacity=80);  /* for IE */
	-moz-opacity: 0.8;  /* for Firefox */
	opacity: 0.8;  /* for Safari or Opera */
}


input.reset_bt{
  padding:10px 15px;
  line-height: 1.4;
  background : #ACACAC;
  color: #fff;
  display:block;
  border-style: none;
  cursor: pointer;
  font-size:12px;
}

input.reset_bt:hover{
  opacity: 0.8;
}

@media screen and (max-width: 810px) {
input.reset_bt{
  padding:8px 12px;
  font-size:11px;
}
}

.inquire-form input[type=checkbox] {
  display: none;
}

.inquire-form .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 5px 8px 0;
  padding: 12px 12px 12px 50px;
  vertical-align: middle;
  cursor: pointer;
}

.inquire-form .checkbox:hover {

}

.inquire-form .checkbox:hover:after {
  border-color: #bbb;
}
.inquire-form .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid #bbb;
  content: '';
}

.inquire-form .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 17px;
  display: block;
  margin-top: -7px;
  width: 7px;
  height: 10px;
  border-right: 3px solid #CC0001;
  border-bottom: 3px solid #CC0001;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.inquire-form input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.inquire-form .agtx{
  font-size:0.85em;
  line-height:1.2;
  color:#606060;
  letter-spacing: 0.05em;
}

.inquire-form .agtx a {
  text-decoration: none;
  color: #CC0001;
}

.inquire-form .agtx a:hover {
  color: #CC0001;
  text-decoration: underline;
}


/* footer
========================================================================== */
footer{
color:#FFF;
background: #000000;
width:100%;
margin:0 auto;
padding:2% 0;
display:block;
position:relative;
}

.footerArea {
	padding: 0 0 0 0;
	width: 1200px;
	margin: 0 auto 0;
	position: relative;
}

@media only screen and  (max-width: 1280px) {
.footerArea  {
	width: 100%;
	padding: 0 3%;
	box-sizing: border-box;
	}
}

.f_menu{
  margin:1% auto;
  font-size:0.85em;
}

.f_menu li{
  margin:0 10px;
  display:inline-block;
  text-transform: uppercase;
  letter-spacing : 0.05em;
}

.f_menu a {
  text-decoration: none;
  color: #FFF;
}

.f_menu a:hover {
  color: #FFF;
  text-decoration: underline;
}

.f_left{
  vertical-align: middle;
  display: inline-block;
  width:60%;
  padding:0 2%;
  box-sizing: border-box;
}

@media only screen and  (max-width: 810px) {
.f_left{
  display: block;
  width:100%;
  padding:2%;
  text-align: center;
}
}

.f_right{
  vertical-align: middle;
  display: inline-block;
  width:40%;
  padding:0 2%;
  box-sizing: border-box;
  text-align: right;
  font-size:0.75em;
  letter-spacing : 0.05em;
}

@media only screen and  (max-width: 810px) {
.f_right{
  display: block;
  width:100%;
  padding:2%;
  text-align: center;
}
}

.copy a {
  text-decoration: none;
  color: #FFF;
}

.copyu a:hover {
  color: #FFF;
  text-decoration: none;
}

.pcHide{display: none;}

/*---------------------------------タブレット---------------------------------------*/
@media screen and (max-width: 810px) {
.pcHide{display: block;}
.tbHide{display: none;}
}

/*---------------------------------スマホ---------------------------------------*/
@media screen and (max-width: 568px) {
.pcHide{display: block;}
.spHide{display: none;}
}

/* page_top
========================================================================== */
#page_top {
position: fixed;
bottom: 1.5%;
right: 1.5%;
z-index:100;
width:50px;
}

@media screen and (max-width: 568px) {
#page_top {
width:40px;
bottom: 5px;
}
}

#page_top img{
width:100%;
height:auto;
}
