@charset "utf-8";

/* =======================================

	 CSS 

 ======================================= */

 body{
color: #252525;
font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}


html{
background:#EEE;
}


 
/*----------------------------------------

	ヘッダーナビゲーション

---------------------------------------- */
 
.inner {
width: 960px;
margin: 0 auto;
}

.inner:after {
content: "";
clear: both;
display: block;
}

/* header */

#top-head {
width: 100%;
margin: 0px auto;
padding: 7px 0 15px;
line-height: 1;
z-index: 999;
position: fixed;
background-color: #FFF;
opacity:0.8;
}

.no-js #top-head {
font-size: 14px;
top: -108px;
position: fixed;
width: 100%;
margin: 100px auto 0;
padding: 15px 0 15px;
line-height: 1;
z-index: 1;
background-color: #FFF;
}


#top-head a,
#top-head {
color: #333;
text-decoration: none;
}


#top-head .inner {
position: relative;
}

#top-head h1 {
float: left;
font-size: 24px;
font-weight: bold;
padding: 20px 0 10px;
}

#global-nav ul {
list-style: none;
position: absolute;
right: 0;
bottom: 17px;
font-size: 14px;
}

#global-nav ul li {
float: left;
position: relative;
}

#global-nav ul li a {
padding: 0 15px;
}

/*--------------------------------------
 　ナビゲーションボタンhover設定
-------------------------------------- */
#global-nav ul li:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 3px;
bottom: -13px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}

#global-nav ul li:hover:after {
background: #999;
bottom: -10px;
}


/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
bottom: -10px;
}

#top-head.fixed #global-nav ul li:hover:after {
background: #0062B8;
bottom: -10px;
}


/*--------------------------------------
　トグル　ハンバーガーボタン設定
---------------------------------------*/
#nav-toggle {
display: none;
position: absolute;
right: 24px;
top: 14px;
width: 34px;
height: 36px;
cursor: pointer;
z-index: 101;
}

#nav-toggle div {
position: relative;
}

#nav-toggle span {
display: block;
position: absolute;
height: 4px;
width: 100%;
background: #666;
left: 0;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
top: 0;
}

#nav-toggle span:nth-child(2) {
top: 11px;
}

#nav-toggle span:nth-child(3) {
top: 22px;
}

/*--------------------------------------
 ヘッダー設定ここまで
--------------------------------------*/

/*--------------------------------------
 
 メインコンテンツ設定
 
-------------------------------------- */

.wrap {
-webkit-justify-content: center;
justify-content: center;
padding: 5% 7% 2%;
background-color: #EEE;
}

.wrap h2{
font-size: 125%;
line-height: 150%;
font-weight: bold;
margin-top: 15px;
margin-bottom: 15px;
color: #333;
}

.wrap h3{
margin-top: 15px;
}

.wrap2 {
-webkit-justify-content: center;
justify-content: center;
padding: 3% 7% 2%;
background-color: #EEE;
line-height: 300%;
}

.wrap2 h2{
font-size: 125%;
line-height: 150%;
font-weight: bold;
margin-bottom: 20px;
color: #333;
}

.wrap2 .col1 h2{
margin: 3% 0 2%;
}


.wrap3 {
-webkit-justify-content: center;
justify-content: center;
padding: 5%;
background: -webkit-linear-gradient(to bottom, #EEE 15%, #FFF 20%,  #FFF 80%, #EEE 85%);
background:    -moz-linear-gradient(to bottom, #EEE 15%, #FFF 20%,  #FFF 80%, #EEE 85%);
background:     -ms-linear-gradient(to bottom, #EEE 15%, #FFF 20%,  #FFF 80%, #EEE 85%);
background:      -o-linear-gradient(to bottom, #EEE 15%, #FFF 20%,  #FFF 80%, #EEE 85%);
background:         linear-gradient(to bottom, #EEE 15%, #FFF 20%,  #FFF 80%, #EEE 85%);
}

.wrap3 h2{
font-size: 125%;
line-height: 150%;
font-weight: bold;
margin-top: 15px;
margin-bottom: 15px;
color: #333;
}


ul.col4 {
padding-left: 0;
text-align: center;
}

ul.col4 li {
background: #FFF;
width: 22%;
height: auto;
padding: 10px;
margin: 10px;
display: inline-block;
vertical-align: top;
border-radius: 6px;
}

ul.col4 li p{
text-align: left;
margin-top: 10px;
margin-bottom: 10px;
font-size:85%;
line-height: 150%;
color: #666;
}

ul.col4 li.imagearea {
width: 100%;
margin: 10px 0 10px;
padding: 0px 0px 10px 0px;
text-align: center;
background: #FFF;
order: -1;  
}

.abl {
height: auto;
width: 100%;
max-width:640px;
}

.btn {
margin-top: auto;
}

.btn a {
padding: 10px 0;
display: block;
font-weight: bold;
text-align: center;
text-decoration: none;
color: white;
background: #333;
border-radius: 0.3em; 
font-size:80%;
font-weight:normal;
background-image: -webkit-linear-gradient(#666 0%, #222 100%);
background-image: linear-gradient(#666 0%, #222 100%);
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

.btn a:hover,.btn a:active {
background-image: -webkit-linear-gradient(#666 0%, #000 100%);
background-image: linear-gradient(#666 0%, #000 100%);
}


/*--------------------------------------
  ３列設定 
-------------------------------------- */

ul.col3 {
padding-left: 0;
text-align: center;
}

ul.col3 li {
background: #FFF;
width: 30%;
height: auto;
padding: 10px;
margin: 10px;
display: inline-block;
vertical-align: top;
border-radius: 6px;
}

ul.col3 li p{
text-align: left;
margin-top: 10px;
margin-bottom: 10px;
font-size:85%;
line-height: 150%;
color: #666;
}

ul.col3 li.imagearea {
width: 100%;
margin: 10px 0 10px;
padding: 0px 0px 10px 0px;
text-align: center;
background: #FFF;
order: -1;  
}

ul.col3 li img {
width: 100%;
height: auto;
}

ul.col3 li figure{
text-align: left;
margin: 0;
font-size:85%;
line-height: 150%;
color: #666;
}

ul.col3 li figcaption{
padding-top: 5px;
}

ul.col3b {
padding-left: 0;
text-align: left;
}

ul.col3b h2 {
text-align: center;
}

ul.col3b li {
background: #FFF;
width: 30%;
height: auto;
padding: 10px;
margin: 10px;
display: inline-block;
vertical-align: top;
border-radius: 6px;
}

ul.col3b li img {
width: 100%;
height: auto;
}

ul.col3b li figure{
text-align: left;
margin: 0;
font-size:85%;
line-height: 150%;
color: #666;
}

ul.col3b li figcaption{
padding-top: 5px;
}

/*--------------------------------------
  ２列設定 
-------------------------------------- */

ul.col2 {
padding-left: 0;
text-align: center;
}

ul.col2 li {
background: #FFF;
width: 47%;
height: auto;
padding: 10px;
margin: 10px;
display: inline-block;
vertical-align: top;
border-radius: 6px;
}

ul.col2 li p{
text-align: left;
margin-top: 10px;
margin-bottom: 10px;
font-size:85%;
line-height: 150%;
color: #666;
}

ul.col2 li.imagearea {
width: 100%;
margin: 10px 0 10px;
padding: 0px 0px 10px 0px;
text-align: center;
background: #FFF;
order: -1;  
}

/*--------------------------------------
  １列設定 
-------------------------------------- */

.col1 {
width: 100%;
height: auto;
padding: 2%;
margin: auto;
text-align: center;
background-color: #EEE;
}

.col1:after {
content: "";
clear: both;
display: block;
}


.col1 h3 {
font-size: 125%;
line-height: 200%;
font-weight: bold;
margin: 2% 0;
}

.col1 h2.sp {
font-size: 150%;
line-height: 150%;
margin-top: 3%;
font-weight: bold;
}

.col1 p {
color: #666;
font-size: 85%;
line-height: 200%;
margin: 3%;
text-align: center;
}


.colum {
width: 100%;
height: auto;
padding: 4%;
margin: auto;
border: 1px solid #CCC;
background-color: #FFF;
text-align: center;
}

.colum:after {
content: "";
clear: both;
display: block;
}



.col1a {
width: 100%;
height: auto;
padding: 2% 10%;
margin: auto;
text-align: center;
background-color: #EEE;
}

.col1a:after {
content: "";
clear: both;
display: block;
}

.col1a h3 {
font-size: 125%;
line-height: 200%;
font-weight: bold;
margin: 2% 0;
}

.col1a p {
color: #666;
font-size: 85%;
line-height: 200%;
margin: 3%;
text-align: center;
}

.col1a .flexslider {
max-width: 800px;
height: auto;
margin: 0 auto;
}

.col1a.bkimg {
background-repeat: no-repeat;
background-position: 95% center;
background-image: url(../images/inquiry_img_back.png);
}


.col1b {
width: 100%;
height: auto;
padding: 2% 6%;
margin: auto;
text-align: center;
display: block;
background-color: #EEE;
}

.col1b:after {
content: "";
clear: both;
display: block;
}

.col1b h3 {
font-size: 125%;
line-height: 150%;
font-weight: bold;
margin: 4% 0 2%;
}

.col1b p {
color: #666;
font-size: 85%;
line-height: 200%;
margin: 3%;
text-align: center;
}




.col1b dl {
padding: 2% 12%;
margin: 0 auto;
color: #666;
}

.col1b dl dt {
text-align: left;
line-height: 200%;
font-size: 90%;
color: #000;
padding: 1% 2% 0;

}

.col1b dl dd {
text-align: left;
line-height:200%;
font-size: 85%;
margin: 1% 5% 2%;
}

.col1b dl dd ul li{
margin-left: 5%;
text-align: left;
line-height:200%;
}


section .flexslider2 {
max-width: 800px;
height: auto;
margin: 0 auto;
}

.box{
width:100%;
height: auto;
text-align: left;
}

/**** Clearfix ****/
.box {
content:""; 
display: table;
clear: both;
}
.box {
zoom: 1;
}
.clear {
clear: both;
}
/**** Clearfix end ****/

.box p{
text-align: left;
font-size:85%;
line-height: 200%;
color: #666;
}



.col1box{
width:100%;
height: auto;
text-align: left;
background-color: #EEE;
}

/**--Clearfix--**/ 
.col1box {
content:""; 
display: block;
clear: both;
}
.col1box {
zoom: 1;
}

.clear {
clear: both;
}
/** Clearfix end **/

.col1box p{
text-align: left;
font-size:85%;
line-height: 200%;
color: #666;

}

.columbox{
width:100%;
height: auto;
text-align: left;
background-color: #FFF;
}

/**--Clearfix--**/ 
.columbox {
content:""; 
display: block;
clear: both;
}
.columbox {
zoom: 1;
}

.clear {
clear: both;
}
/** Clearfix end **/


.columbox date {
color: #F90;
font-size: 85%;
}

.columbox p{
margin:0px 30px;
text-align: left;
font-size:92%;
color: #666;
line-height:150%

}

.columbox p.txtrgt{
text-align: right;
}


/*--------------------------------------
 1colum backcoler  
--------------------------------------*/

.top-visual {
width: 100%;
padding: 0px;
}


.fade-up {
transition: transform 1.5s;
-moz-transition: transform 1.5s;
-webkit-transition: transform 1.5s;
-o-transition: transform 1.5s;
}


/*--------------------------------------
  その他
-------------------------------------- */

.abl {
height: auto;
width: 100%;
padding: 0 5% 5%;
}

.right {
float: right;
padding-right: 20px;
}

.imgleft {
float: left;
padding-right: 20px;
}

.green {
color: #090;
font-size: 150%;
}

.pink {
color: #F69;
font-size: 150%;
vertical-align: middle;
}

.col1b .txtleft{
padding: 2% 8%;
text-align: left;
line-height: 200%;
}


/*--
.cthimg {
width: 100%
height: auto;
}

--*/


/*--------------------------------------
 Google Map iframe
--------------------------------------*/

.iframe-content {
position: relative;
width: 80%;
margin-right: auto;
margin-left: auto;
padding-top: 50%;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
border: 1px solid #BBB;
}

.iframe-content iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*---------------------------------------
Google Map iframe設定　ここまで
--------------------------------------*/

/*--------------------------------------
 Facebook iframe
--------------------------------------*/

.wrap2 .iframe-content {
position: relative;
width: 80%;
margin-right: auto;
margin-left: auto;
padding-top: 50%;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
border:none;
}

.wrap2 .iframe-content iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*---------------------------------------
Google Map iframe設定　ここまで
--------------------------------------*/





.formbtn{
display: inline-block;
position: relative;
text-decoration: none;
color: #666;
width: 260px;
height: 60px;
line-height: 60px;
border-radius: 5px;
text-align: center;
vertical-align: middle;
overflow: hidden;
font-weight: bold;
background-image: -webkit-linear-gradient(#FFF 0%, #DDD 100%);
background-image: linear-gradient(#FFF 0%, #DDD 100%);
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
border: 1px solid #DDD;
margin: 20px 0 50px;
}

.formbtn:hover, .formbtn:active {
-ms-transform: translateY(2px);
-webkit-transform: translateY(2px);
transform: translateY(2px);
box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
background-image: -webkit-linear-gradient(#EEE 0%, #CCC 100%);
background-image: linear-gradient(#EEE 0%, #CCC 100%);
border: 1px solid #BBB;
}

.pdfbtn{
display: inline-block;
position: relative;
text-decoration: none;
color: #666;
width: 260px;
height: 60px;
line-height: 60px;
border-radius: 5px;
text-align: center;
vertical-align: middle;
overflow: hidden;
font-weight: bold;
background-image: -webkit-linear-gradient(#FFF 0%, #DDD 100%);
background-image: linear-gradient(#FFF 0%, #DDD 100%);
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
border: 1px solid #DDD;
margin: 10px 0 20px;
}

.pdfbtn:hover, .pdfbtn:active {
-ms-transform: translateY(2px);
-webkit-transform: translateY(2px);
transform: translateY(2px);
box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
background-image: -webkit-linear-gradient(#EEE 0%, #CCC 100%);
background-image: linear-gradient(#EEE 0%, #CCC 100%);
border: 1px solid #BBB;
}

.pdfbtn3{
display: inline-block;
position: relative;
text-decoration: none;
color: #666;
width: 140px;
height: 30px;
line-height: 30px;
border-radius: 5px;
text-align: center;
vertical-align: middle;
overflow: hidden;
font-weight: bold;
background-image: -webkit-linear-gradient(#FFF 0%, #DDD 100%);
background-image: linear-gradient(#FFF 0%, #DDD 100%);
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
border: 1px solid #DDD;
margin: -5px 0 20px;
font-size: 80%;
font-weight: normal;
}

.pdfbtn3:hover, .pdfbtn3:active {
-ms-transform: translateY(2px);
-webkit-transform: translateY(2px);
transform: translateY(2px);
box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
background-image: -webkit-linear-gradient(#EEE 0%, #CCC 100%);
background-image: linear-gradient(#EEE 0%, #CCC 100%);
border: 1px solid #BBB;
}






/*----------------------------------------

	パララックスウィンドー

---------------------------------------- */

.parallax-window {
min-height: 680px;
background: transparent;

}
.area01{
padding:6%;
background: #FFF;
}

.area01 h3 {
padding: 20px 0px 20px;
font-size: 125%;
line-height: 150%;
font-weight: bold;
}

.area01 h4 {
padding: 20px 0px 20px;
font-size: 100%;
line-height: 150%;
}

.area01 p {
clear:both;
line-height:200%;
margin-bottom: 3%;
padding: 20px;
font-size:90%;
text-align: left;
}
.area02{
padding:6%;
background: #fff;
}



/*---------------------------------
フォーム
----------------------------------*/
#formset {
width: 100%;
max-width: 640px;
text-align: left;
background: #FFF;
margin: 0px auto 30px;
padding: 20px;
border-radius: 5px;
border: 1px solid #999;
box-shadow: 0px 0px 5px #666;
}



.hd{
font-size: 90%;
padding: 5px;
}



input[type="text"] {
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 3em;
font-size: 16px;
}

textarea { 
width: 100%;
resize: vertical;
max-height: 500px;
min-height: 100px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 3em;
font-size: 16px;
}




.txtbox {
width: 100%;
}

.btn-submit{
  padding: 8px 12px;
  margin: 5px;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  background-color: #DDD;
  box-shadow: 0 0 4px gray;
}

.btn-submit:hover{
  border-bottom: none;
  background-color: #999;
}
.btn-submit:active{
  border-bottom: none;
  background-color: #999;
}




/*----------------------------------------

	フッターナビ

---------------------------------------- */
.footernav{
text-align: center;
font-size: 70%;
font-size: 85%;
padding: 10px 5px;
padding: 10px 18px;
background: #EEE;
}
.footernav ul li {
display: inline-block;
}

.footernav ul li a {
padding: 10px;
line-height: 200%;

}



/*----------------------------------------

	フッター

---------------------------------------- */

footer {
padding: 30px 0 0;
text-align: center;
border-top: solid 1px #bbb;
background-color: #DDD;
font-size: 80%;
background: -webkit-linear-gradient(to bottom, #DDD 7%, #FFF 25%);
background:    -moz-linear-gradient(to bottom, #DDD 7%, #FFF 25%);
background:     -ms-linear-gradient(to bottom, #DDD 7%, #FFF 25%);
background:      -o-linear-gradient(to bottom, #DDD 7%, #FFF 25%);
background:         linear-gradient(to bottom, #DDD 7%, #FFF 25%);
}


footer p{
color: #333;

line-height: 150%;
margin: 15px 0 15px;
}

footer a {
color: #666;
text-decoration: none;
}

footer p.copyright {
padding: 20px 0;
background: #000;
color: #FFF;
margin-bottom: 0;
}



/*----------------------------------------

	トップへ戻るボタン

---------------------------------------- */


#page-top {
position: fixed;
bottom: 20px;
right: 20px;
font-size: 77%;
z-index: 1;
}

#page-top a {
background: #666;
text-decoration: none;
color: #fff;
width: 80px;
padding: 25px 0;
text-align: center;
display: block;
border-radius: 5px;
}

#page-top a:hover {
text-decoration: none;
background: #999;
}





/*-----------------------------------------

　テーブルレイアウト

------------------------------------------*/

table th,td {
padding: 10px;
font-size: 92%;
}

.tblstyle1 {
border-collapse: collapse;
padding: 10px;
border: 1px solid #999;
width: 93%;
margin-bottom: 30px;
margin-right: auto;
margin-left: auto;
}

.tblstyle1 th{
border-collapse: collapse;
padding: 10px;
border: 1px solid #999;
background-color: #CCC;
white-space: nowrap;
text-align: center;
font-weight:bold;
}

.tblstyle1 td{
border-collapse: collapse;
padding: 10px;
border: 1px solid #999;
background-color: #FFF;
text-align: left;
}

.tblstyle2 {
border-collapse: collapse;
padding: 10px;
border: 1px solid #999;
width: 70%;
margin-bottom: 30px;
margin-right: auto;
margin-left: auto;
}

.tblstyle2 th{
border-collapse: collapse;
padding: 10px;
border: 1px solid #999;
background-color: #CCC;
white-space: nowrap;
font-weight:bold;
}

.tblstyle2 td{
border-collapse: collapse;
padding: 10px;
border: 1px solid #999;
background-color: #FFF;
text-align: left;
}

.tblstyle3 {
border-collapse: collapse;
padding: 10px;
border: 1px solid #999;
width: 80%;
margin-bottom: 30px;
margin-right: auto;
margin-left: auto;
}

.tblstyle3 th{
border-collapse: collapse;
padding: 10px;
border: 1px solid #999;
background-color: #CCC;
white-space: nowrap;
text-align: center;
font-weight:bold;
}

.tblstyle3 td{
border-collapse: collapse;
padding: 10px;
border: 1px solid #999;
background-color: #FFF;
text-align: left;
}

.tblstyle3 td.ctr{
text-align: center;
}


.g-calendar {
    text-align:center;
    }

.g-calendar iframe {
    width:100%;
    max-width:800px;
    height:400px;
    }

@media (min-width: 768px) {
    
.g-calendar iframe {
    height:600px;
    }
        
}




/*----------------------------------------

	レスポンシブ設定　960px

---------------------------------------- */

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

.inner {
width: 100%;
padding: 0 20px;
}
	
#global-nav ul {
padding-right:10px;
}
	
#top-head.fixed #global-nav ul li a {
padding: 0 15px;
}

.content {
height:auto;
}

.box {
width:100%;
height: 100%;
}

.contbox {
float: none;
clear:both;
width: 100%;
height:auto;
padding: 20px;
}
	
.box .imgarea1 {
width: 100%;
height:400px;
padding: 20px;
float: none;
clear:both;
background-size: cover;
}

.box .imgarea2 {
width: 100%;
height:400px;
padding: 20px;
float: none;
clear:both;
background-size: cover;
}

ul.col3 li {
width: 29%;
height: auto;
}

ul.col3b li {
width: 29%;
height: auto;
}

ul.col4 li {
width: 45%;
height: auto;
}

.resultnavi {
width: 90%;

}

}

/*----------------------------------------

	レスポンシブ設定　760px

---------------------------------------- */



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

.col1a p.lft {
text-align: left;
}

.col1 p.txtleft {
color: #666;
font-size: 85%;
line-height: 200%;
text-align: left;
margin: 5%;
}

.tblstyle1 {
width: 85%;
}

}


/*----------------------------------------

	レスポンシブ設定　640px

---------------------------------------- */



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

.js #top-head,
.js .inner {
width: 100%;
padding: 0;
}

.js #top-head {
top: 0;
position: fixed;
margin-top: 0;
}

.no-js #top-head {
top: 20px;
position: fixed;
margin-top: 0;
}

/* Fixed reset */
#top-head.fixed {
padding-top: 0;
background: transparent;
}

#mobile-head {
background: #fff;
width: 100%;
height: 56px;
height: 72px;
z-index: 999;
position: relative;
}


#top-head.fixed .logo,
#top-head .logo {
position: absolute;
left: 20px;
top: 7px;

}

#top-head h1.logo span {
padding-left: 42px;
margin-bottom: 7px;
}

#global-nav {
position: absolute;
/* 開いてないときは画面外に配置 */
top: -500px;
background: #333;
width: 100%;
text-align: center;
padding: 10px 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

#global-nav ul {
list-style: none;
position: static;
right: 0;
bottom: 0;
font-size: 14px;
}

#global-nav ul li {
float: none;
position: static;
}

#global-nav ul li:after  {
display: none;
}
	
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
width: 100%;
display: block;
color: #fff;
padding: 18px 0;
}

#nav-toggle {
display: block;
padding-top: 7px;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
width: 0;
left: 50%;
}

.open #nav-toggle span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-315deg);
-moz-transform: rotate(-315deg);
transform: rotate(-315deg);
}

/* #global-nav スライドアニメーション */
.open #global-nav {
/* #global-nav top + #mobile-head height */
-moz-transform: translateY(556px);
-webkit-transform: translateY(556px);
transform: translateY(556px);
}

.subheader_img {
margin-top: 72px;	
}

.no-js .subheader_img {
margin-top: 0px;
padding-top: 122px;	
}


.js .wrap {
-webkit-justify-content: center;
justify-content: center;
padding: 5%;
background-color: #EEE;
}

.js .contbox {
float: none;
clear:both;
width: 100%;
height:auto;
padding: 20px;
}

.no-js .contbox {
float: none;
clear:both;
width: 100%;
height:auto;
padding: 0 10px;
}
	
.box .imgarea1 {
width: 100%;
height:300px;
padding: 20px;
float: none;
clear:both;
background-size: cover;
}

.box .imgarea2 {
width: 100%;
height:300px;
padding: 20px;
float: none;
clear:both;
background-size: cover;
}

ul.col4 li {
width: 92%;
height: auto;
}

.imgleft {
float: none;
width: 100%;
height: auto;
padding: 15px 0px;
}



.iframe-content {
width: 85%;
}

ul.col3 li {
width: 92%;
height: auto;
}

ul.col3b li {
width: 92%;
height: auto;
}


.tblstyle3{
font-size: 80%;
}
.tblstyle3 th.lft{
text-align: left;
white-space: nomal;
}

.resultnavi {
width: 90%;
}

.col1 {
width: 100%;
padding: 0;
}

#formset {
width: 90%;
}

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


input[type="text"],
textarea { 
width: 100%;
border: solid 1px #CCC;
}

}



/*----------------------------------------------

  レスポンシブ設定（480px)

 ----------------------------------------------*/

@media screen and (max-width: 480px) {
	
ul.col2 li {
width: 92%;
height: auto;
}

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

table.tblstyle1 th{
display: block;
border: none;
text-align: left;
}

table.tblstyle1 td{
display: block;
border: none;
}
table.tblstyle2 {
border-collapse: collapse;
width: 100%;
}

table.tblstyle2 th{
display: block;
border: none;
text-align: left;
}

table.tblstyle2 td{
display: block;
border: none;
}

table.tblstyle3 {
width: 100%;
font-size: 70%;
padding: 2px;
}

table.tblstyle3 th,
table.tblstyle3 td {
white-space: normal;
}


.resultnavi {
width: 100%;
}

ul.subnavi li {
font-size: 70%;
margin-left: 0;
}

.col1a.bkimg {
background-repeat: no-repeat;
background-position: right top;
background-image: url(../images/inquiry_img_back.png);
}

.copyright{
font-size: 75%;
}

#tac {
width: 100%;
overflow: sclolle;
}

}
