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

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

/* 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;
}

/*レスポンシブサイズ設定*/
/*レスポンシブサイズ設定*/
/*画像ホバー*/
a:hover img.img_over {
  opacity: 0.8;
}

/*蛍光ライン*/
.text_keiko1 {
  background:linear-gradient(transparent 60%, #ff6 60%);
}
.text_keiko2 {
  background:linear-gradient(transparent 60%, #FCD0D1 60%);
}


/*テキストの色*/
.text_red1 {
  color: #ff0000;
}

.text_green1 {
  color: #00a29f;
}

.text_333 {
  color: #333333;
}

.text_666 {
  color: #666666;
}

.text_cha {
  color: #6c4e22;
}

/*余白設定*/
.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;
}

.mb50 {
  margin-bottom: 50px;
}

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

@media print, screen and (min-width: 737px) {
  .pc_br {
    display: block;
  }
}

/*スタイルパーツ*/
/*ボタン*/
.more_btn1 {
  background-color: #344b4f;
  padding: 0 5%;
  color: #fff;
  letter-spacing: 2px;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
  line-height: 35px;
  height: 35px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  text-align: center;
}
@media print, screen and (min-width: 737px) {
  .more_btn1 {
    display: inline-block;
  }
}
@media only screen and (max-width: 736px) {
  .more_btn1 {
    display: block;
  }
}
.more_btn1:hover {
  background-color: #6C898D;
}

/*レスポンシブサイズ設定*/
/*レスポンシブサイズ設定*/
/*画像ホバー*/
a:hover img.img_over {
  opacity: 0.8;
}

/*テキストの色*/
.text_red1 {
  color: #ff0000;
}

.text_green1 {
  color: #00a29f;
}

.text_333 {
  color: #333333;
}

.text_666 {
  color: #666666;
}

.text_cha {
  color: #6c4e22;
}

/*余白設定*/
.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;
}

.mb50 {
  margin-bottom: 50px;
}

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

@media print, screen and (min-width: 737px) {
  .pc_br {
    display: block;
  }
}

/*スタイルパーツ*/
/*ボタン*/
.more_btn1 {
  background-color: #344b4f;
  padding: 0 5%;
  color: #fff;
  letter-spacing: 2px;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
  line-height: 35px;
  height: 35px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  text-align: center;
}
@media print, screen and (min-width: 737px) {
  .more_btn1 {
    display: inline-block;
  }
}
@media only screen and (max-width: 736px) {
  .more_btn1 {
    display: block;
  }
}
.more_btn1:hover {
  background-color: #6C898D;
}

body, html, main {
  /* important */
  height: 100%;
}

/*----------------------------------------------------
	基本設定
----------------------------------------------------*/
body {
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ";
  color: #000;
  -webkit-text-size-adjust: 100%;
}
@media print, screen and (min-width: 737px) {
  body {
    background: url(../image/common/common-bg3.jpg) repeat-y center top;
    background-size: 100% auto;
  }
  body.bg4 {
    background: url(../image/common/common-bg4.jpg) repeat-y center top;
  }
}
@media only screen and (max-width: 736px) {
  body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(../image/common/common-bg3_sp.jpg) center/cover no-repeat;
    /*fixedをトル！*/
    -webkit-background-size: cover;
    /*Android4*/
  }
  body.bg4:before {
    background: url(../image/common/common-bg4_sp.jpg) center/cover no-repeat;
  }
}

a {
  color: #42210b;
  text-decoration: none;
}

a:over {
  color: #42210b;
}

@media print, screen and (min-width: 737px) {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 736px) {
  .pc_only {
    display: none !important;
  }
}

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

.base_inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.fsz_m {
  font-size: 1.2rem;
  line-height: 2rem;
}

.fsz_mincho {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}


.fsz_l1 {
  font-size: 1.2rem;
  line-height: 2.6rem;
}
.fsz_l2 {
  font-size: 2.0rem;
  line-height: 3.4rem;
}
@media only screen and (max-width: 736px) {
	.fsz_l1 {
		font-size: 0.9rem;
		line-height: 2.0rem;
	}
	.fsz_l2 {
		font-size: 1.1rem;
		line-height: 2.0rem;
	}
}
/*----------------------------------------------------
	全体レイアウト
----------------------------------------------------*/
/*----#head----*/
/*PC用*/
@media print, screen and (min-width: 737px) {
  #head {
    background: url(../image/common/header_bg.png) no-repeat center bottom;
    position: relative;
    margin: auto;
    width: 100%;
    padding-top: 5px;
    z-index: 9999;
  }
  #head .inner {
    max-width: 990px;
    height: 115px;
    margin: auto;
  }
  #head .inner .head_txt {
    font-size: 12px;
    padding-bottom: 10px;
  }
  #head .inner .head_logo {
    margin-right: auto;
    width: 46%;
    float: left;
    padding: 0 0 2% 0;
    font-size: 0.75rem;
    font-weight: normal;
  }
  #head .inner .head_plan_bn {
    display: none;
  }
  #head .inner .contact {
    width: 34%;
    float: right;
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #head.bgnone {
    background: url("../image/common/header_bg_none.png") no-repeat center bottom;
  }

  .footer_plan_bn {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 200px;
    height: auto;
  }
}
/*SP用*/
@media only screen and (max-width: 736px) {
  #head {
    background: url("../image/common/header_bg_none.png") no-repeat center bottom;
    padding: 0 0 10px 0;
    text-align: center;
  }
  #head .head_logo {
    font-size: 0.7rem;
    font-weight: normal;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
    margin-top: -40px;
  }
  #head .head_logo img {
    max-width: 50%;
  }
  #head .head_plan_bn {
    position: absolute;
    top: 0px;
    right: 34px;
    width: 30%;
    height: auto;
  }
  #head .head_plan_bn img {
    max-height: 60px;
  }
  #head .contact {
    -js-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 60px auto 0;
  }
  #head .sticky {
    position: fixed;
    z-index: 9999;
    top: 0px;
    width: 100%;
    height: 64px;
    background: url(../image/common/common-bg4.jpg) repeat-y center top;
  }

  .footer_plan_bn {
    display: none;
  }
}
/*----グローバルメニュー----*/
/*PC用*/
@media print, screen and (min-width: 737px) {
  .head_navi {
    height: 62px;
    clear: both;
  }
  .head_navi .menu {
    height: 60px;
    max-width: 1000px;
    margin: 0 auto;
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .head_navi .menu li {
    width: 20%;
    text-align: center;
    position: relative;
    border-left: solid 1px #856D3C;
  }
  .head_navi .menu li:last-child {
    border-right: solid 1px #856D3C;
  }
  .head_navi .menu li a {
    width: 90%;
    max-width: 180px;
    padding: 12px 0;
    display: block;
    margin: auto;
    line-height: 0;
  }
  .head_navi .menu li a:hover {
    background: #f4dec0;
  }
}
/*SP用*/
@media only screen and (max-width: 736px) {
  .sp_nav_area {
    text-align: right;
  }

  .slide_btn {
    display: inline-block;
    margin: 10px 10px 20px 0;
  }

  .sp-head-nav {
    display: none;
    text-align: left;
  }
  .sp-head-nav li {
    display: block;
  }
  .sp-head-nav li a {
    display: block;
    padding: 14px 10px;
    font-size: 14px;
    background-color: #333;
    color: #fff;
    border-bottom: 1px dotted #fff;
  }
}
/*maincontents*/
#main_contents {
  z-index: 10;
  margin-top: -4px;
}

/*----#foot----*/
.com_info__box {
  color: #FFF;
  margin: 0 auto 50px auto;
  border: 2px solid #956700;
  padding: 10px;
  box-sizing: border-box;
  background-color: #333;
  line-height: 1rem;
}
.com_info__box.cp{
  margin: 0 auto 10px auto;
}
.com_info__box b {
  display: block;
  margin-bottom: 6px;
}

footer#foot {
  background: #333333;
  color: #fff;
}
footer#foot .inner {
  max-width: 960px;
  margin: auto;
}
@media print, screen and (min-width: 737px) {
  footer#foot .inner {
    padding: 25px 0;
    -js-display: flex;
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 737px) {
  footer#foot .inner .com_info {
    width: 420px;
  }
  footer#foot .inner .com_info__read {
    line-height: 1.1rem;
  }
  footer#foot .inner .com_info__read__tit {
    border-bottom: 1px solid #FFF;
  }
}
@media only screen and (max-width: 736px) {
  footer#foot .inner .com_info {
    padding: 15px 0;
    width: 320px;
    margin: 0 auto;
    font-size: 10px;
    line-height: 1.0rem;
  }
}
footer#foot .inner .com_info .logo {
  margin-bottom: 5px;
}
@media only screen and (max-width: 736px) {
  footer#foot .inner .com_info .logo img {
    width: 105px;
    height: auto;
  }
}
footer#foot .inner .com_info .add {
  line-height: 1.6em;
  margin-bottom: 15px;
}
footer#foot .inner .news {
  background: url(../image/common/common-footer-info-bg-6.png) no-repeat center;
  position: relative;
  background-size: contain;
}
@media print, screen and (min-width: 737px) {
  footer#foot .inner .news {
    width: 320px;
    height: 600px;
  }
}
@media only screen and (max-width: 736px) {
  footer#foot .inner .news {
    width: 320px;
    height: 600px;
    margin: auto auto 25px;
    padding: 80px 0 0 20px;
    box-sizing: border-box;   
  }
}
footer#foot .inner .news .list {
  position: absolute;
}
@media print, screen and (min-width: 737px) {
  footer#foot .inner .news .list {
    /*top: 50px;
    left: 20px;*/
    font-size: 12px;
    width: 315px;
    padding: 70px 0 0 20px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 736px) {
  footer#foot .inner .news .list {
    /*top: 40px;
    left: 20px;*/
    font-size: 10px;
    width: 86%;
  }
}
footer#foot .inner .news .list li {
  border-bottom: dashed 1px #818181;
}
footer#foot .inner .news .list li:last-child {
  border: none;
}
footer#foot .inner .news .date {
  color: #866D3C;
}
@media print, screen and (min-width: 737px) {
  footer#foot .inner .news .date {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 736px) {
  footer#foot .inner .news .date {
    padding: 5px 0;
  }
}
footer#foot .inner .news .text {
  color: #333333;
  line-height: 0.9rem;
}
@media print, screen and (min-width: 737px) {
  footer#foot .inner .news .text {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 736px) {
  footer#foot .inner .news .text {
    padding-bottom: 5px;
  }
}
footer#foot .inner .news .text a:hover {
  text-decoration: underline;
}
footer#foot .copy {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 737px) {
  footer#foot .copy {
    font-size: 12px;
  }
}
@media only screen and (max-width: 736px) {
  footer#foot .copy {
    font-size: 6px;
  }
}

/*右新規の方ボタン*/
.first_fixed {
  position: fixed;
  right: 0;
  top: 100px;
}

.first_fixed_2 {
  position: fixed;
  right: 0;
  top: 280px;
}

.first_fixed_3 {
  position: fixed;
  right: 0;
  top: 460px;
}

/*スマホ時ネット予約*/
.yoyaku_fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../image/common/yoyaku_fixed_bg.png) no-repeat;
  background-size: cover;
  opacity: 0.9;
  text-align: center;
  padding: 16px;
  box-sizing: border-box;
  color: #FFF;
}

/* TOP GO*/
div#gotop {
  margin: 30px auto 0px auto;
  padding: 0px 0px 0px 0px;
  position: fixed;
  bottom: 0px;
  left: 0px;
}

div#gotop a {
  margin: 30px auto 20px auto;
  padding: 10px 20px 10px 20px;
  display: block;
}

@media only screen and (max-width: 736px) {
  div#gotop a {
    margin: 30px auto 0px auto;
    padding: 10px 10px 0px 0px;
    display: block;
  }
}
/* 光らせるためのstyle */
.shine {
  overflow: hidden;
}

/* 光の疑似要素 */
.shine::before {
  content: "";
  animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 140%;
  height: 100%;
  transform: skewX(-45deg);
  top: 0;
  left: -160%;
  opacity: 0.5;
  position: absolute;
}

/* 光の動き */
@keyframes shine {
  0% {
    left: -160%;
    opacity: 0;
  }
  70% {
    left: -160%;
    opacity: 0.5;
  }
  71% {
    left: -160%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}
