@charset "UTF-8";
/* Reset Style */
html {
  overflow-y: scroll; }

body {
  line-height: 1;
  letter-spacing: 1px;
  font-size: 12px; }

main {
  display: block; }

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
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, p,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, 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;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul, ul, ol {
  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; }

ins {
  background-color: #ff9;
  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; }

img {
  max-width: 100%;
  height: auto; }

/*レスポンシブサイズ設定*/
/* パーツ*/
@media only screen and (max-width: 640px) {
  .pc_only {
    display: none !important; } }

@media print, screen and (min-width: 641px) {
  .sp_only {
    display: none !important; } }

@media only screen and (max-width: 640px) {
  .sp_br {
    display: block; } }

.base_inner {
  max-width: 970px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

/*clearfix*/
.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

/*余白設定*/
.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt25 {
  padding-top: 25px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pb25 {
  padding-bottom: 25px; }

/*マージン*/
.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

/*===============スタイルパーツ*/
/*ボタン*/
.more_btn1 {
  display: inline-block;
  width: 250px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 36px;
  outline: none;
  font-size: 16px;
  letter-spacing: 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #525900;
  color: #fff;
  border: 2px #525900 solid; }
  .more_btn1:hover {
    background-color: #fff;
    border-color: #525900;
    color: #525900; }
  .more_btn1:before, .more_btn1:after {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }
  .more_btn1, .more_btn1:before, .more_btn1:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; }

/*====写真スタイル*/
/*ポラロイド風*/
.pic_box1 {
  background: #fff;
  display: inline-block;
  margin-bottom: 10px;
  -moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4); }
  @media print, screen and (min-width: 641px) {
    .pic_box1 {
      padding: 3%; } }
  @media only screen and (max-width: 640px) {
    .pic_box1 {
      padding: 3%; } }
  .pic_box1 .pic {
    text-align: center; }
  .pic_box1 .text {
    text-align: center;
    padding: 5px 0;
    font-size: 16px; }

@media print, screen and (min-width: 641px) {
.flex_wrap{
  max-width: 980px;
  padding: 0 20px 0 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
}
@media only screen and (max-width: 640px) {
.flex_wrap{
  width: 100%x;
  display: block;
  margin: auto;
}
}
@media print, screen and (min-width: 641px) {
  .blog_box{
    width: 66%;
  }
}
@media only screen and (max-width: 640px) {
  .blog_box{
    width: 100%;
  }
}
@media print, screen and (min-width: 641px) {
  .blog_box .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
  }
}
@media only screen and (max-width: 640px) {
  .blog_box .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 641px) {
  .pic_box2 {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .blog_box{
    width: 96%;
    margin: auto;
  }
	.pic_box2 {
		width: 90%;
		margin: auto;
	}
}
  .pic_box2 {
    background: #fff;
    display: inline-block;
    margin-bottom: 10px;
    -moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
    padding: 4px; }
    .pic_box2 .pic {
      text-align: center; margin: auto; }
    .pic_box2 .text {
      text-align: center;
      padding: 0;
      font-size: 16px;
      display: block; }
@media print, screen and (min-width: 641px) {
  .facebook_box{
    width: 30%;
  }
}
@media only screen and (max-width: 640px) {
  .facebook_box{
    width: 300px;
    margin: auto;
  }
}


.bg_white {
  background-color: #fff; }

/*下線中央タイトル*/
.sec_tit {
  text-align: center;
  background: url(../images/common/read_btm_bar.png) no-repeat center bottom;
  padding-bottom: 10px;
  margin-bottom: 30px; }

/*下線無し中央タイトル*/
.sec_tit2 {
  text-align: center;
  margin-bottom: 30px; }

/* header_bg */
.header_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/main-bg1.jpg);
  z-index: -1; }

.header_bg li {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  -webkit-animation: anime 40s linear 0s infinite;
  animation: anime 40s linear 0s infinite; }

.header_bg li:nth-child(1) {
  background-image: url(../images/common/main-bg1.jpg); }

.header_bg li:nth-child(2) {
  background-image: url(../images/common/main-bg2.jpg);
  -webkit-animation-delay: 10s;
  animation-delay: 10s; }

.header_bg li:nth-child(3) {
  background-image: url(../images/common/main-bg3.jpg);
  -webkit-animation-delay: 10s;
  animation-delay: 10s; }

.header_bg li:nth-child(4) {
  background-image: url(../images/common/main-bg4.jpg);
  -webkit-animation-delay: 10s;
  animation-delay: 10s; }

@-webkit-keyframes anime {
  0% {
    -webkit-animation-timing-function: ease-in;
    opacity: 0; }
  10% {
    opacity: 1; }
  40% {
    -webkit-animation-timing-function: ease-out;
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes anime {
  0% {
    animation-timing-function: ease-in;
    opacity: 0; }
  10% {
    opacity: 1; }
  40% {
    animation-timing-function: ease-out;
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }
/*----------------------------------------------------
	基本設定
----------------------------------------------------*/
body {
  font-family: "a-otf-ud-reimin-pr6n", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #000;
  -webkit-text-size-adjust: 100%; }

a {
  color: #2d2d2d;
  text-decoration: none; }

a:over {
  color: #2d2d2d; }

img {
  max-width: 100%;
  width: auto;
  height: auto; }

@media only screen and (max-width: 640px) {
  iframe {
    width: 90%;
    margin: auto; } }
/*----------------------------------------------------
	全体レイアウト
----------------------------------------------------*/
/*ヘッダー*/
#head {
  position: relative;
  text-align: center; }
  #head .head_logo {
    text-align: center;
    margin-bottom: 20px;
	padding-top: 30px;}
  #head .head_cap {
    font-weight: inherit;
    width: 50%;
    margin: auto auto 20px;
    text-align: center;
    line-height: 1.6em; }

/*メインコンテンツ*/
main#main_contents.bg9 {
  background: url("../images/common/main_contents_bg.jpg"); }
/*フッター*/
footer#foot {
  position: relative;
  height: 480px;
  width: 100%; }
  footer#foot #foot_map {
    height: 480px;
    width: 100%;
    position: absolute;
    bottom: 0; }
    footer#foot #foot_map #in_foot_map {
      height: 480px;
      width: 100%; }
  footer#foot .foot_detail {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px 0;
    background: rgba(0, 0, 0, 0.7); }
    footer#foot .foot_detail .detail_inner {
      color: #fff;
      max-width: 980px;
      margin: auto auto 0;
      font-size: 14px; }
      @media print, screen and (min-width: 641px) {
        footer#foot .foot_detail .detail_inner {
          -js-display: flex;
          display: flex; }
          footer#foot .foot_detail .detail_inner .info {
            margin-right: auto; }
            footer#foot .foot_detail .detail_inner .info p {
              line-height: 1.6em; }
            footer#foot .foot_detail .detail_inner .info .name {
              margin-bottom: 10px; }
            footer#foot .foot_detail .detail_inner .info .add {
              margin-bottom: 10px; }
            footer#foot .foot_detail .detail_inner .info .tel {
              margin-bottom: 10px; }
          footer#foot .foot_detail .detail_inner .navi {
            width: 40%;
            padding-left: 10%;
            margin-left: auto;
            -js-display: flex;
            display: flex; }
            footer#foot .foot_detail .detail_inner .navi .tit {
              width: 15%; }
            footer#foot .foot_detail .detail_inner .navi .list {
              width: 42.5%; }
              footer#foot .foot_detail .detail_inner .navi .list li {
                line-height: 1.6em;
                margin-bottom: 10px; }
                footer#foot .foot_detail .detail_inner .navi .list li a {
                  color: #fff; }
                  footer#foot .foot_detail .detail_inner .navi .list li a:hover {
                    text-decoration: underline; } }
      @media only screen and (max-width: 640px) {
        footer#foot .foot_detail .detail_inner {
          text-align: center;
          line-height: 1.6em; }
          footer#foot .foot_detail .detail_inner .name, footer#foot .foot_detail .detail_inner .add, footer#foot .foot_detail .detail_inner .tel {
            margin-bottom: 5px; } }

.copy {
  text-align: center;
  padding: 15px 0;
  color: #4D4D4D; }

@media print, screen and (min-width: 641px) {
 .first_fixed_2 {
     position: fixed;
     right: 0;
     top: 280px;
 }
}
@media only screen and (max-width: 1024px) {
  .spNaviBox {
    position: fixed;
    left: 4px;
    right: 4px;
    bottom: 0;
    z-index: 9999; }
    .spNaviBox ul {
      padding: 2px 2px 4px 2px;
      background-color:#3D3D3D;
      border-radius: 0px;
      display: flex;
      justify-content: space-between; }
    .spNaviBox li {
      width: 33.3%;
      text-align: center; }
    .spNaviBox li.spNavi{
      width: 33.3%;}
    .spNaviBox li.spNavi25{
      width: 33.3%;}
    .spNaviBox li.spNavi26{
      width: 33.3%;}
    .spNaviBox li.spNavi28{
      width: 28%;}
 
    .spNaviBox li.spNavi.tel{
      background: linear-gradient(#6B3C25, #99582E);width: 33.333%;}
    .spNaviBox li.spNavi.inst{
      background: linear-gradient(#5a3fca, #de2d7b);width: 33.333%;}
    .spNaviBox li.spNavi.line{
      background: linear-gradient(#4C9544, #58B627);width: 33.333%;}
 
 
      .spNaviBox li a {
        color: #fff;
        height: 37px;
        line-height: 1.4;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        font-size: 0.8rem;}
    .spNaviBox.guesthouse li {
      width: 33%; }
}