@charset "UTF-8";
/*-----------------------------------------------------
Format
-------------------------------------------------------*/
/*デフォルト フォント*/
/*背景 フレーム*/
/*ナビ フレーム*/
/*コンテンツ フレーム*/
/*テーブル フレーム*/
/*ボックス　影*/
/*画像のパス*/
/*z-index*/
/*mixin*/
html{font-size: 62.5%}
body{font-family: ‘ヒラギノ角ゴ ProN W3′, ‘Hiragino Kaku Gothic ProN’, ‘メイリオ’, ‘Meiryo’, ‘ＭＳ Ｐゴシック’, ‘MS PGothic’, sans-serif;margin: 0;padding: 0;letter-spacing:0px;}
/*-----------------------------------------------------
Container
-------------------------------------------------------*/
#container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  /*background:$bg_img;
  background-size:$bg_size;*/
}

/*-----------------------------------------------------
Header
-------------------------------------------------------*/
header {
  width: 100%;
  margin: 0 auto;
  height: 32px;
  *height: 50px;
  border-bottom:#C4BFCD 1px solid;
  margin-bottom:22px;
  position: relative;
}
header ul.logo {
  position: relative;
  width: 320px;
  margin: 0 auto;
  margin-top: 15px;
  z-index: 1;
  list-style-type: none;
  padding:0;
  font-size: 0;
}
header ul.logo li{
  display: inline-block;
  width:100%;
  box-sizing: border-box;
  text-align: center;
}

header aside{
  display: none;
}
header aside p {
  margin-top: 16px;
  z-index: 1;
  position:absolute;
  right:8px;
}

img{
border: 0;
  max-width: 100%;
}


/*-----------------------------------------------------
Contents
-------------------------------------------------------*/
#contents {
  width: 100%;
  max-width: 1280px;
  padding:0;
  margin: 0 auto;
  position:relative;
}
#contents p{
  margin: 0 0 1em;
  font-family:‘ヒラギノ角ゴ ProN W3′, ‘Hiragino Kaku Gothic ProN’, ‘メイリオ’, ‘Meiryo’, ‘ＭＳ Ｐゴシック’, ‘MS PGothic’, sans-serif;
  padding: 0;
  letter-spacing:0px;
}
#contents img{
  display: block;
  margin: 0 auto;
}

.mainText{
  font-size:2.3rem;
  width: 90%;
  margin: 0 auto;
  line-height: 1.8;
}

.imageText{margin: 0 1% 1.4em}
.imageText:last-child{display:none;}


/*left*/

#contents #left {
  width: 100%;
  height:auto;
  position: relative;
}


#contents #left h1{
  margin-top:32px;
  margin-bottom:37px;
}

#contents #left h2{
  margin-top:36px;
  margin-bottom:45px;
}
.imageText:not(:last-child){
    width: 170%;
    text-align: center;
    margin-left: -35%;
}
.imageText:nth-last-child(2){
    width: 100%!important;
    text-align: center;
    margin: 0% auto!important;
}
/*right*/

#contents #right {
  width: 100%;
  height:auto;
  position: relative;
  margin: 10% 0 0
}

.mapContainer{
  width:100%;
  margin:0 auto;
}

.map{
  position: relative;
  height: 0;
  padding-top:100%;

}

.map iframe{
  height:100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}



/*-----------------------------------------------------
tablet
-----------------------------------------------------*/
@media all and (min-width:640px){
  header aside{
    display: block;
    position: absolute;
    margin: 0 auto;
    top: 0;
    right: 0;
    width: 100%;
  }
  .imageText:last-child {
    margin-top: 10em;
    display: block;
  }
}
/*-----------------------------------------------------
pc
-----------------------------------------------------*/
@media all and (min-width:768px){
  
  #contents {
    padding:0 15px;
    overflow: hidden;
  }
  #contents #left {
    width: 50%;
    padding: 0;
    margin: 0;
    float:left;
    box-sizing: border-box;
    background-image: url(../img/contents/nikou_part_01.png),url(../img/contents/nikou_part_01.png);
    background-position: 100% 0,0 0;
    background-repeat: repeat-y;
    background-size: 2%;
  }
  .imageText{max-width: 90%!important;text-align: center;margin: 5% auto 2%!important;}
  
  #contents #right {
    width: 50%;
    margin: 0;
    float:right;
    box-sizing: border-box;
  }
  
  .mapContainer{
  width:90%;
  }
  
}


@media all and (min-width:1200px){
  #container{
  max-width: 1200px
  }
}

/*-----------------------------------------------------
Footer
-------------------------------------------------------*/
footer {
  width: 100%;
  height:auto;
  margin: 0 auto;
  clear: both;
  border-top:#C4BFCD 1px solid;
}
footer p {
  padding-top: 4px;
  width:auto;
  margin:0 auto;
  text-align: center;
}



/*-----------------------------------------------------
Noscript
-------------------------------------------------------*/
noscript p {
  font-size: 12px;
  text-align: center;
  color: #523328;
  padding: 10px;
}


/*Link
________________________________________*/
a:link, a:active, a:visited, a:hover {
  text-decoration: none;
}

/* 縦向きのCSS */
/* 横向きのCSS */