@charset "UTF-8";


@font-face {
    font-family: 'rounded-mplus-1p';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/rounded-mplus-1p-regular.eot');
    src: url('fonts/rounded-mplus-1p-regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/rounded-mplus-1p-regular.woff') format('woff'),
    url('fonts/rounded-mplus-1p-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'rounded-mplus-1p-bold';
    font-style: normal;
    font-weight: bold;
    src: url('fonts/rounded-mplus-1p-bold.eot');
    src: url('fonts/rounded-mplus-1p-bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/rounded-mplus-1p-bold.woff') format('woff'),
    url('fonts/rounded-mplus-1p-bold.ttf') format('truetype');
}


.mincho {
  font-family: "rounded-mplus-1p","ヒラギノ角ゴ Pro W3","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",  "メイリオ",sans-serif;
  transform: rotate(0.1deg);
  display: inline-block;
  letter-spacing: 1px;
}
.mincho.bold {
  font-family: "rounded-mplus-1p-bold","ヒラギノ角ゴ Pro W3","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",  "メイリオ",sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}


/*
.garamond {
  font-family: "rounded-mplus-1p-bold","ヒラギノ角ゴ Pro W3","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",  "メイリオ",sans-serif;
  font-weight: bold;
}
.garamond.bold {
  font-weight: bold;
}
*/
img {
  -webkit-backface-visibility: hidden;
}















/* 構造 */
html, body, .box_wrapper {
  height: 100%;
  margin: 0;
}

html {
  font-size: 15px;
}

body {
  overflow-y: scroll;
  font-family: "rounded-mplus-1p","ヒラギノ角ゴ Pro W3","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",  "メイリオ",sans-serif;
  line-height: 1em;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-weight: 500;
}

button, input, select, textarea {
  font-family: "rounded-mplus-1p","ヒラギノ角ゴ Pro W3","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",  "メイリオ",sans-serif;
}

body, header, footer, article, div, p, li, dt, dd, blockquote {
  font-size: 1rem;
  line-height: 1em;
  color: #330000;
}

.box_mv {
  width: 50%;
  height: calc(100% - 97px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.box_mv:before {
  content: '';
  background: url(../../images/common/left-fix.gif) left top/contain no-repeat;
  width: 276px;
  height: calc(100% + 97px);
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
}
.box_mv canvas {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    right: 0%;
    z-index: -1;
  }

.box_right_all {
  width: calc(50% + 420px);
  margin-left: calc(50% - 420px);
  /*min-height: 100%;*/
  padding: 0 170px 130px 420px;
  box-sizing: border-box;
  /*z-index: 9;*/
  position: relative;
  background: url(../../images/common/bg-linen.png) right top no-repeat, url(../../images/common/bg-linen.png) right bottom no-repeat;
}
.box_right_all:before {
  content: '';
  position: fixed;
  display: block;
  right: 0;
  top: 0;
  width: 273px;
  height: 516px;
  background: url(../../images/common/right-fix.gif) right top/100% no-repeat;
  pointer-events: none;
  z-index: 1;
}
@media only screen and (min-width: 1050px) and (max-width:1300px) {
  .box_mv:before {
    width: 200px;
  }
}
@media only screen and (min-width: 741px) and (max-width:1049px) {
  .box_mv:before {
    width: 145px;
  }
}

main {
  display: block;
}

.txt, .txt p {
  line-height: 1.6875rem;
}

.txt p {
  margin: 0 0 1.6875rem;
}

.txt p:last-child {
  margin-bottom: 0;
}

a, span {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
  outline: none;
}

a img {
  border: none;
}

@keyframes link_fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes link_fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}
a:hover {
  animation: link_fade 1s;
  -webkit-animation: link_fade 1s;
  opacity: 0.8;
}

img {
  border: none;
  max-width: 100%;
  outline: none;
}

/* ヘッダ */
.siteheader {
  position: fixed;
  z-index: 30;
}

#gnav {
  position: fixed;
  display: block;
  width: 323px;
  height: 675px;
  left: calc(50% - 339px);
  top: 0;
  background: url(../../images/common/centernav-bg.png) left top/100% no-repeat;
  text-align: center;
  box-sizing: border-box;
}
#gnav:after {
  content: '';
  width: 285px;
  height: 465px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: url(../../images/common/right-bottom-fix.gif) right bottom/100% no-repeat;
  pointer-events: none;
}
#gnav .tel {
  position: fixed;
  top: 0;
  right: 0;
}
#gnav .mail {
  position: fixed;
  top: 67px;
  right: 0;
}
#gnav .clip {
  position: fixed;
  right: 0;
  top: 206px;
  margin: 0;
}
#gnav .plume {
  position: fixed;
  right: 0;
  top: 164px;
  margin: 0;
}

.h_logo {
  display: inline-block;
  padding: 4.64396% 0 0;
  width: 67.49226%;
  margin-bottom: 42%;
}

.sp_scroll, .sp_scroll > div {
  height: 100%;
}

#gnav ul {
  list-style: none;
  margin: 0 0 12.3839%;
  padding: 0;
  text-align: left;
  width: 53.56037%;
  display: inline-block;
  height: 40%;
}
#gnav li {
  font-size: 0.875rem;
  height: 11.4%;
  font-family: inherit;
}
#gnav ul ~ a {
  display: inline-block;
  margin-bottom: 7.43034%;

}
#gnav li a span {
  font-family: "rounded-mplus-1p","ヒラギノ角ゴ Pro W3","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",  "メイリオ",sans-serif;
  color: #330000;
  font-weight: 700;
}
.box_pagelead .sub {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5em;
  margin: 0;
  display: block;
}
.box_pagelead h2 {
  font-size: 1.625rem;
  display: block;
  line-height: 1em;
  text-align: center;
  margin: 0.25em 0 34px;
}
.box_pagelead h2 .middle {
  font-size: 0.84615em;
}

/* フッタ */
.sitefooter {
  background: url(../../images/common/sitefooter-bg.png) center top no-repeat;
  height: 45px;
  padding: 19px 0 0 0;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.sitefooter:after {
  content: '';
  width: 429px;
  height: 196px;
  display: block;
  background: url(../../images/common/center-bottom-fix.gif) center/contain no-repeat;
  position: fixed;
  bottom: 0;
  right: calc(50% - -21px);
}

.pc_fnav {
  padding: 29px 50% 163px;
  margin: 0 0 0 -50%;
  box-sizing: content-box;
  width: 100%;
  background: url(../../images/common/bg-linen.png);
  max-width: 620px;
}
.pc_fnav ul {
  margin: 0;
  padding: 0;
  font-size: 0%;
  text-align: center;
}
.pc_fnav li {
  display: inline-block;
}
.pc_fnav li:not(.no_mark):before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #330000;
  opacity: 0.3;
  margin: 0 5px 0px 1vw;
  vertical-align: middle;
  position: relative;
  bottom: 0.1em;
}
.pc_fnav li a {
  font-size: 0.875rem;
  line-height: 1.57143em;
}
.pc_fnav .fnav_banmenu {
  padding-bottom: 47px;
  border-bottom: solid 1px rgba(51, 0, 0, 0.3);
  margin-bottom: 45px;
  letter-spacing: -.4em;
  text-align: center;
}
.pc_fnav .fnav_banmenu a {
  display: inline-block;
  margin-bottom: 0.3%;
  margin-right: 1.5%;
  letter-spacing: normal;
}
.pc_fnav .fnav_banmenu a:first-child {
  width: 31.1%;
}
.pc_fnav .fnav_banmenu a:nth-child(2) {
  width: 29%;
}
.pc_fnav .fnav_banmenu a:nth-child(3) {
  width: 17%;
}
.pc_fnav .fnav_banmenu a:nth-child(4) {
  width: 17%;
  margin-right: 0;
}
.pc_fnav .fnav_banmenu a:nth-child(5) {
  width: 98.5%;
  margin-right: 0;
}
.pc_fnav .pc_f_info {
  font-size: 0.875rem;
  line-height: 1.78571em;
}
.pc_fnav .pc_f_info .large {
  font-size: 1rem;
  margin-right: 1em;
}
.pc_fnav .pc_f_info br {
  line-height: 31px;
}

.copyright {
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 0.75rem;
  box-sizing: border-box;
  padding-left: calc(50% - 162px);
}

/* 汎用パーツ */
.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.clear {
  clear: both;
}

.txt_bold {
  font-weight: 700;
}

.line_end_narrow {
  display: inline-block;
  width: 0.5em;
}

.sp_only {
  display: none;
}

.block {
  display: block;
}

.inline_b {
  display: inline-block;
}

.over_hidden {
  overflow: hidden;
}

.float_r {
  float: right;
}

.pos_re {
  position: relative;
}

.pos_abs {
  position: absolute;
}

.box_left {
  width: 50%;
  float: left;
}

.box_right {
  width: 50%;
  float: right;
}

a[href^=tel] {
  cursor: default;
  pointer-events: none;
}

a[href^=tel]:hover {
  opacity: 1;
}

.txt_underline {
  text-decoration: underline;
}

.linkbtn {
  display: inline-block;
  text-align: center;
  padding: 13px 16px;
  font-size: 0.875rem;
  box-sizing: border-box;
}
.linkbtn.lightgray {
  background-color: #e8e7e5;
  color: #330000;
}
.linkbtn.right {
  background-image: url(../../images/common/ico-right5.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  padding-right: 41px;
}
.linkbtn.w_full {
  width: 100%;
}

.ul_anchorlink {
  overflow: hidden;
  list-style: none;
  font-size: 0%;
  text-align: center;
  margin: 0 0 59px;
  padding: 0;
}
.ul_anchorlink li {
  display: inline-block;
}
.ul_anchorlink li:nth-child(n+2) {
  margin-left: 9px;
}
.ul_anchorlink a {
  display: block;
  background: url(../../images/common/bg-anchorlink.png);
  width: 153px;
  height: 46px;
  color: #330000;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 11px 0 0 0;
  box-sizing: border-box;
  line-height: 1em;
  text-align: center;
}

.ttl_doubleline {
  display: block;
  /* margin: 0 0 40px; */
  margin: 0 0 20px;
  text-align: center;
  border-style: solid;
  border-width: 1px 0;
  border-color: #ab9690;
  padding: 26px 0;
  box-sizing: border-box;
  position: relative;
}
.ttl_doubleline:before {
  content: '';
  display: block;
  width: 45.05929%;
  height: calc(100% - 4px);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 2px;
  border-top: solid 1px #ab9690;
  border-bottom: solid 1px #ab9690;
  box-sizing: border-box;
}

.ttl_ico_square {
  font-size: 1.125rem;
  vertical-align: middle;
  padding: 2px 0 14px 40px;
  line-height: 1.25em;
  background: url(../../images/common/ico-square2tone.png) left top no-repeat;
  border-bottom: solid 1px #ab9690;
  margin: 0 0 10px;
}

.ul_dot {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ul_dot li {
  padding-left: 16px;
  text-indent: -14px;
  line-height: 1.25em;
  margin-bottom: 5px;
}
.ul_dot li:before {
  content: '';
  width: 7px;
  height: 8px;
  background: #cfb17d;
  border-radius: 50%;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
  line-height: inherit;
}

.calendar .nav {
  font-size: 1rem;
  line-height: 29px;
  position: relative;
  margin-bottom: 16px;
}
.calendar .nav p {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.875rem;
  margin: 0;
  line-height: inherit;
}
.calendar .nav p > * {
  display: inline-block;
  padding: 0;
  background: #f9f2d4;
  margin-left: 3px;
  font-size: inherit;
  width: 64px;
  text-align: center;
}
.calendar .nav p > *:first-child {
  margin-left: 0;
}
.calendar table {
  width: 100%;
}

.calendar table tr:first-child {
  margin-bottom:12px;
}
.calendar table th {
  width: 14.28571%;
  background: #f9f2d4;
}
.calendar table th, .calendar table td {
  text-align: center;
  vertical-align: middle;
  line-height: 36px;
}
.calendar table td:first-child, .calendar table td.red {
  color: red;
}
.calendar table .off {
  display: inline-block;
  width: calc(100% - 13px);
  height: calc(100% - 7px);
  background: #ffd28b;
  border-radius: 3px;
  box-sizing: border-box;
}
.mb0 {
  margin-bottom: 0 !important;
}
.font_small {
  font-size: 0.9rem;
  margin-top: 10px;
  display: inline-block;
  line-height: 1.4;
}
/*===========================
= fixパーツサイズ調整
============================*/
/*===========================
= max-height: 800px
============================*/
@media screen and (max-height: 835px) {
  .sitefooter:after {
    right: calc(50% + 76px);
  }
}
/*===========================
= max-width: 1300px
============================*/
@media screen and (max-width: 1300px), screen and (max-height: 700px) {
  .box_right_all {
    padding-right: 106px;
    padding-left: 390px;
  }

  .box_right_all:before {
    width: 211px;
  }

  .sitefooter:after {
    width: 350px;
    right: calc(50% + 106px);
    bottom:-10px;
  }

  #gnav:after, #gnav:before {
    width: 200px;
  }

  #gnav {
    width: 298px;
    height: 622px;
    left: calc(50% - 297px);
  }
  #gnav ul ~ a {
    width: 201px;
  }
  #gnav .tel {
    width: 211px;
  }
  #gnav .mail {
    width: 140px;
    top: 51px;
  }
  #gnav .plume {
    width: 106px;
    top: 127px;
  }
  #gnav .clip {
    width: 77px;
    top: 157px;
  }

  .box_right_all {
    width: calc(50% + 395px);
    margin-left: calc(50% - 395px);
  }
}
/*===========================
= max-width:959px
============================*/
@media screen and (max-device-width: 959px) {
  /* 構造 */
  html, body, .box_wrapper {
    height: auto;
  }

  html {
    font-size: 22.5px;
  }

  body {
    width: 500px;
    overflow-y: auto;
    text-align: center;
  }

  .box_wrapper {
    position: relative;
  }

  .box_inner {
    padding-right: 50px;
    padding-left: 50px;
    box-sizing: border-box;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .box_mv {
    width: 100%;
    height: auto;
    position: static;
  }
  .box_mv:after, .box_mv:before {
    content: none;
  }

  .box_right_all {
    width: 100%;
    margin-left: 0;
    min-height: 100%;
    padding: 0 50px;
    position: static;
  }
  .box_right_all:before {
    content: none;
  }

  .txt, .txt p {
    line-height: 2.31111rem;
  }

  .txt p {
    margin: 0 0 2.31111rem;
  }

  /* ヘッダ */
  .siteheader {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
  }

  .siteheader .sp_fix {
    width: 100%;
    height: 275px;
    overflow: hidden;
    text-align: left;
    background: url(../../images_sp/common/gnav-bg.png) center top/100% no-repeat;
  }
  .siteheader .sp_fix > .btn {
    display: inline-block;
    position: absolute;
    width: 54px;
    height: 54px;
    vertical-align: middle;
    top: 23px;
  }
  .siteheader .sp_fix > .btn.map {
    right: 166px;
  }
  .siteheader .sp_fix > .btn.h_tel {
    overflow: hidden;
    background: url(../../images_sp/common/h-btn-tel.png) center/auto 100% no-repeat;
    right: 94px;
  }

  .sp_scroll {
    position: absolute;
    left: 0;
    top: 265px;
    width: 100%;
    height: calc(100VH - 43px);
    overflow-y: scroll;
  }
  .sp_scroll > div {
    height: auto;
    background: url(../../images_sp/common/gnav-bg.png) center top -265px/100% no-repeat;
    padding: 32px 42px 150px;
    box-sizing: border-box;
  }

  #gnav {
    position: fixed;
    width: 100%;
    height: 100px;
    min-height: 100px !important;
    left: 0 !important;
    top: 0;
    text-align: center;
    padding: 0;
    background: none;
  }
  #gnav:before {
    content: none;
  }
  #gnav:after {
    content: none;
  }
  #gnav.open {
    height: auto;
  }
  #gnav .tel {
    position: static;
    display: inline-block;
    width: 452px;
    height: 152px;
    background: url(../../images_sp/common/gnav-btn-tel.png) center/100% no-repeat;
    margin: -32px 0 0 -17px;
  }
  #gnav .tel img {
    display: none;
  }
  #gnav .webreserve {
    width: 452px;
    height: 158px;
    background: url(../../images_sp/common/btn-webreserve.png) center/100% no-repeat;
    margin: -12px 0 0 -17px;
  }
  #gnav .webreserve img {
    display: none;
  }
  #gnav .coz {
    width: 452px;
    height: 104px;
    background: url(../../images_sp/common/btn-coz.png) center/100% no-repeat;
    margin: -20px 0 0 -17px;
  }
  #gnav .coz img {
    display: none;
  }

  .h_logo {
    padding: 0;
    width: 230px;
    margin: 32px 0 0 25px;
    vertical-align: center;
  }
  .h_logo img {
    width: 100%;
    height: auto;
  }

  #gnav {
    overflow: hidden;
    width: 500px;
  }
  #gnav ul {
    margin: -32px 0 48px;
    padding: 0;
    text-align: left;
    width: 100%;
    display: block;
    height: auto;
  }
  #gnav li {
    height: 91px;
  }
  #gnav li a {
    font-size: 23.85px;
    line-height: 90px;
    padding-left: 80px;
    background: url(../../images_sp/common/ico-right-13.png) 58px center/7px no-repeat;
  }
  #gnav ul ~ a {
    display: inline-block;
    margin-bottom: 7.43034%;
  }

  #btn_gnav {
    position: absolute;
    top: 30px;
    right: 25px;
    cursor: pointer;
    display: inline-block;
    width: 51px;
    height: 41px;
    background: url(../../images_sp/common/btn-gnav.png) center/100% no-repeat;
  }

  #gnav.open #btn_gnav {
    background-image: url(../../images_sp/common/btn-gnav-close.png);
  }

  .box_pagelead {
    background: url(../../images_sp/common/bg-graylinen.png) center top/100%;
    padding-bottom: 18px;
    padding-top: 48px;
    width: 500px;
    margin-left: -50px;
  }
  .box_pagelead .sub {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.5em;
    margin: 0;
    display: block;
  }
  .box_pagelead h2 {
    font-size: 1.6875rem;
    display: block;
    line-height: 1.3em;
    text-align: center;
    margin: 0.25em 0 34px;
  }
  .box_pagelead h2 .middle {
    font-size: 0.84615em;
  }

  /* フッタ */
  .sitefooter {
    background: url(../../images_sp/common/fnav-bg.png) center top/100% no-repeat;
    height: auto;
    padding: 63px 0 0 0;
    position: static;
  }
  .sitefooter:after {
    content: none;
  }

  a[href="#pagetop"] {
    display: inline-block;
    width: 189px;
    height: 98px;
    margin-left: 87px;
    margin-bottom: 31px;
  }

  .sp_fnav {
    display: block;
  }
  .sp_fnav ul {
    overflow: hidden;
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
  }
  .sp_fnav li {
    width: 50%;
    height: 101px;
    box-sizing: border-box;
    float: left;
  }
  .sp_fnav li a {
    display: block;
    text-align: center;
    font-size: 0.93333rem;
    line-height: 100px;
    vertical-align: middle;
  }
  .sp_fnav li:nth-child(2) a {
    line-height: 1.95238em;
    padding-top: 10px;
  }

  .fnav_iconmenu {
    text-align: center;
    margin: 0 0 13px;
  }
  .fnav_iconmenu a {
    display: inline-block;
    width: 53px;
    height: 53px;
    margin: 0 12px;
  }
  .fnav_iconmenu + a {
    display: block;
    margin-bottom: 7px;
  }

  .f_info {
    font-size: 1rem;
    line-height: 1.8em;
    font-weight: 500;
    text-align: left;
  }
  .f_info .large {
    font-size: 1.35em;
    line-height: 1em;
    margin-bottom: 17px;
  }
  .f_info .middle {
    line-height: 1em;
    margin-bottom: 27px;
    letter-spacing: -1.2px;
  }

  .f_ban_coz {
    display: block;
    background: #e8e7e5;
    font-size: 0.8rem;
    line-height: 1.66667em;
    padding: 13px 20px 13px 23px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 18px;
  }

  .copyright {
    background: url(../../images_sp/common/footer-bg.png) center bottom/100% no-repeat;
    height: 280px;
    padding-left: 0;
    padding-top: 170px;
    font-size: 0.75rem;
  }
.copyright {
    background-position: center top;
    background-size: cover;
    height: inherit;
    padding: 191px 0 36px 0;
}
  /* 汎用パーツ */
  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: inline-block;
  }

  .box_left, .box_right {
    width: 100%;
    float: none;
  }

  a[href^=tel] {
    cursor: pointer;
    pointer-events: auto;
  }

  a[href^=tel]:hover {
    opacity: 0.8;
  }

  .ul_anchorlink {
    margin: 0 0 27px;
  }
  .ul_anchorlink li:nth-child(n+2) {
    margin-left: 6px;
  }
  .ul_anchorlink a {
    background: url(../../images_sp/common/btn-bg-anchor.png) center/100% no-repeat;
    width: 129px;
    height: 55px;
    font-size: 0.88889rem;
    padding: 14px 0 0 0;
  }

  .ul_dot li:before {
    width: 8px;
  }

  .calendar .nav {
    font-size: 1.02222rem;
    line-height: 36px;
    margin-bottom: 22px;
    text-align: left;
  }
  .calendar .nav p {
    font-size: 0.8rem;
  }
  .calendar .nav p > * {
    width: 66px;
  }
  .calendar table th {
    width: 14.28571%;
    background: #f9f2d4;
  }
  .calendar table th, .calendar table td {
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
    padding-top: 5px;
  }
  .calendar table td:first-child, .calendar table td.red {
    color: red;
  }
  .calendar table .off {
    display: inline-block;
    width: calc(100% - 13px);
    height: calc(100% - 7px);
    background: #ffd28b;
    border-radius: 3px;
    box-sizing: border-box;
  }
  .ttl_ico_square {
  background: url(../../images/common/ico-square2tone.png) left 4px no-repeat;
}

}
