<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*--------------------------------------------------------------------
=== [共通レイアウト] ====================================
 -------------------------------------------------------------------*/

 body {
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height: 1.8;
 }

 #wrapper {
 margin: 0 auto;
 }

 .hide {
 display: none;
 }


 /********** [ヘッダー]**********/

 header .inner {
 position: relative;
 }

  .flag {
  position: absolute;
  top: 0;
  left: 0;
  }



/*Gナビ*/

#gNav {
overflow: hidden;
margin-top: 10px;
}

#gNav li {
float: left;
height: 50px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
margin-top: 60px;
box-sizing: border-box;
}

#gNav li img {
vertical-align: bottom;
}

#gNav li:nth-child(1){
width: 75px;
border-right: 1px dotted #cccccc;
}

#gNav li:nth-child(2){
width: 85px;
border-right: 1px dotted #cccccc;
}

#gNav li:nth-child(3){
width: 110px;
border-right: 1px dotted #cccccc;
}


#gNav li:nth-child(4){
width: 115px;
border-right: 1px dotted #cccccc;
}

#gNav li:nth-child(5){
width: 230px;
height: 110px;
margin-top: 10px;
}

#gNav li:nth-child(6){
width: 116px;
border-right: 1px dotted #cccccc;
}

#gNav li:nth-child(7){
width: 86px;
border-right: 1px dotted #cccccc;
}

#gNav li:nth-child(8){
width: 105px;
border-right: 1px dotted #cccccc;
}

#gNav li:nth-child(9){
width: 78px;
border-right: 1px dotted #cccccc;
}

#gNav li:nth-child(1),#gNav li:nth-child(6){
border-left: 1px dotted #cccccc;
}
.snsList {
position: absolute;
top: 20px;
left: 100px;
}

.snsList li:first-child {
margin-left: 0px;
}

.snsList li {
display: inline;
margin-left: 15px;
}

.headTel {
position: absolute;
right: 0px;
top: 10px;
}

.lang  {
position: absolute;
top: 20px;
left: 630px;
}


.lang li {
display: inline;
margin-left: 10px;
}

 /********** [フッター]**********/

 footer {
 /*background-image: url(../../img/base/bg_foot.jpg);
 background-repeat: repeat-x;
 background-position: top;
 background-color: #F3F1F1;
 padding: 60px 0px 50px 0;*/
 position: relative;
 }

 footer #pageTop {
 position: absolute;
 right: 20px;
 top: -50px;
 }

 footer .inner {
 overflow: hidden;
 }

 footer .center {
 float: left;
 width: 29%;
 box-sizing: border-box;
 padding-left: 80px;
 }

 footer .left {
 float: left;
 width: 34%;
 box-sizing: border-box;
 }


 footer .right {
 float: left;
 width: 37%;
 box-sizing: border-box;
 padding-left: 44px;
 }

 footer .left h1 {
 font-size: 13px;
 font-weight: normal;
 margin-bottom: 15px;
 font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
 }

 footer .left h2 {
 margin-bottom: 15px;
 }

  footer .left .address {
  font-size: 12px;
  }

  footer  .left {
  border-right: 1px solid #E8E1DD;
  }
  footer  .center {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #E8E1DD;
  }

  footer  .right {
  border-left: 1px solid #ffffff;
  }



  footer  .center li {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  }

  footer  .center li a {
   color: #000000;
   text-decoration: none;
   }

  footer .center li a:hover {
	text-decoration: underline;
	}


 footer .right .btnReserved a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  width: 317px;
  line-height: 34px;
  color: #000000;
  border: 2px solid #000000;
  background-image: url(../../img/base/arrow_r.png);
  background-repeat: no-repeat;
  background-position: 70% center;
  text-decoration: none;
  border-radius: 4px;
  padding-top: 2px;
  padding-right: 4px;
  text-align: center;
  margin: 15px 0;
	}

footer .right ul {
text-align: center;
}

 footer .right li:first-child {
 margin-left: 0px;
 }

 footer .right li {
 display: inline;
 margin-left: 10px;
 }

 #footBtm {
 background-color: #000000;
 color: #ffffff;
 line-height: 50px;
 }
 #footBtm a {
 color: #ffffff;
 text-decoration: none;
 }

 #footBtm a:hover {
  text-decoration: underline;
  }

 #footBtm .inner {
 overflow: hidden;
 }
 #footBtm .left {
 font-size: 13px;
 float: left;
 }

 #footBtm .right {
 font-size: 11px;
 float: right;
 }



 /********** [汎用]**********/


.inner {
width: 1000px;
 margin: 0 auto;
 }

 /********** [マウスオーバー]**********/

.hover a:hover
{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
</pre></body></html>