@charset "UTF-8";

/*------------------------------------------------
	リセット
--------------------------------------------------

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, .area_page ul, .area_page li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:14px;
    vertical-align:baseline;
    background:transparent;
    line-height:1.4;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

.area_page nav,
.area_page ul,
.area_page li {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

a:hover {
  text-decoration: none;
}

ins {
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

*/

/*------------------------------------------------
  ブレイクポイント
--------------------------------------------------*/

.container {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media screen and (min-width: 771px) {
  .area_page {
    width: 1200px;
    margin: 0px auto;
  }

  .container {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }

	.row {
    margin: 0px;
    padding: 0px;
	}

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
	  position: relative;
	  min-height: 1px;
    margin: 0px;
    padding: 0px;
    float:left;
    z-index: 10;
	}

	.col-lg-full {
	  width: 100%;
    position: relative;
	}

	.col-lg-12 {
	  width: 1200px;
	  margin:0px auto;
	  float:none;
	}

	.col-lg-11 {
	  width: 91.66666666666666%;
	}
	.col-lg-10 {
	  width: 83.33333333333334%;
	}
	.col-lg-9 {
	  width: 680px;
	}
	.col-lg-8 {
	  width: 540px;
	}
	.col-lg-7 {
	  width: 590px;
	}
	.col-lg-6 {
	  width: 50%;
	}
	.col-lg-5 {
	  width: 598px;
    float: right;
	}
	.col-lg-4 {
	  width: 360px;
	}
	.col-lg-3 {
	  width: 230px;
    float: right;
	}
	.col-lg-2 {
	  width: 16.666666666666664%;
	}
	.col-lg-1 {
	  width: 8.333333333333332%;
	}
}

@media screen and (max-width: 770px) {
  .area_page {
    width: 90%;
	  padding:0px 5%;
    margin: 0px;
  }

  .container {
    width: 100%;
	  padding:0px;
    margin: 0px;
  }

  .col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-full {
    float: none;
    width:100%;
    position: relative;
    z-index: 10;
  }
}

.area_page .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.area_page .clearfix {
  display: inline-table;
  word-break: break-all;
}

/* Hides from IE-mac \*/
* html .area_page .clearfix { height: 1%; }
.area_page .clearfix { display: block; }
/* End hide from IE-mac */

.area_page .clearfix:before,
.area_page .clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.area_page .clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/*------------------------------------------------
	コンテンツ共通
--------------------------------------------------*/

.area_page img {
  max-width: 100%;
  width: auto;
  vertical-align: top;
}

/*------------------------------------------------
	コンテンツ
--------------------------------------------------*/

.area_page .area_block {
  margin-bottom: 100px;
}

.area_page h1 {
  font-size: 300%;
  padding: 0px 0px 5px;
  border-bottom: 1px dotted #989898;
  margin-bottom: 40px;
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

/*------------------------------------------------
	エリアについて
--------------------------------------------------*/

.area_page .area_inner {
  margin-bottom: 100px;
}

.area_page .area_image {
  float: left;
  width: 48%;
}

.area_page .area_text {
  float: right;
  width: 48%;
}

.area_page .area_text h2 {
  font-size: 180%;
  font-weight: normal;
  margin-bottom: 10px;
}

.area_page .area_text p {
  line-height: 240%;
  margin-bottom: 1em;
  font-size: 105%;
}

.area_page .area_text .text {
  margin-bottom: 3em;
}

.area_page .area_text h3 {
  font-size: 140%;
  font-weight: normal;
  margin-bottom: 5px;
}

.area_page .area_text .spot_text {
  border-top: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
  padding: 10px 0px 0px;
}

.area_page .area_inner .map_btn {
  clear: both;
  text-align: center;
  padding-top: 70px;
}

/*------------------------------------------------
	交通手段
--------------------------------------------------*/

.area_page .access_ex h3 {
  font-size: 180%;
  padding: 0px 0px 5px;
  border-bottom: 1px dotted #989898;
  margin-bottom: 30px;
  font-weight: normal;
}

.area_page .access_ex .common_ex {
  padding-bottom: 60px;
}

.area_page .access_ex li {
  float: left;
  width: 45%;
  margin-bottom: 45px;
}

.area_page .access_ex li:nth-child(even) {
  float: right;
}

.area_page .access_ex li .name {
  font-weight: bold;
  font-size: 115%;
  margin-bottom: 5px;
}

.area_page .access_ex li .link a {
  color: #1a1a1a;
  text-decoration: none;
  line-height: 180%;
}

/*------------------------------------------------
	アクセス・交通
--------------------------------------------------*/

.area_page .area_access {
  margin-bottom: 100px;
}

.area_page .area_access h3 {
  background-color: #e6e6e6;
  font-size: 160%;
  padding: 10px 20px;
  font-weight: normal;
  margin-bottom: 40px;
}

.area_page .area_image {
  text-align: center;
}

.area_page .area_image .area_photo {
  margin-top: 20px;
}

.area_page .area_image .area_photo div {
  float: left;
  width: 270px;
}

.area_page .area_image .area_photo div:last-child {
  float: right;
}

.area_page .area_image .area_photo div img {
  width: 100%;
}

/*------------------------------------------------
	レスポンシブ
--------------------------------------------------*/

@media screen and (max-width: 770px) {
  .area_page .area_block {
    margin-bottom: 50px;
  }

  .area_page .area_image {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .area_page .area_text {
    float: none;
    width: 100%;
  }

  .area_page .access_ex li {
    float: none !important;
    width: 100%;
    margin-bottom: 30px;
  }

  .area_page .relation li {
    width: 50%;
    margin-bottom: 40px;
  }

  .area_page .area_image .area_photo div {
    width: 48%;
  }
}

@media screen and (max-width: 479px) {
  .area_page h1 {
    font-size: 160%;
    font-weight: normal;
  }

  .area_page .area_text h2,
  .area_page .access_ex h3,
  .area_page .relation h3 {
    font-size: 140%;
  }

  .area_page .area_text h3,
  .area_page .access_ex li .name {
    font-size: 120%;
  }

  .area_page .area_text p {
    font-size: 100%;
  }

  .area_page .area_image .area_photo div {
    width: 100%;
    margin-bottom: 20px;
  }

}
