@charset "UTF-8";
/*
.example{
    @include widtnPercent(960, 300);
}
*/
/*
.example{
    @include heightPercent(500, 300);
}
*/
/*
.example{
    @include marginPercent(500, 20, 5, 20, 5);
}
*/
/*
.example{
    @include paddingPercent(500, 20, 5, 20, 5);
}
*/
/* IEハック用mixin */
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, 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;
  font-size: 100%;
  font-weight: 400;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  font-size: 10px;
}

@media print, screen and (min-width: 600px) and (max-width: 959px) {
  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, 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 {
    font-size: 10px;
  }
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: 0.35s ease-in-out;
}
a:hover {
  opacity: 0.5;
}

::-moz-selection {
  background: #86721b;
}

::selection {
  background: #86721b;
}

::-moz-selection {
  background: #86721b;
}

input, select {
  vertical-align: middle;
  border: none;
}

textarea {
  resize: none;
}

/* スクロールバーの有無によるズレ対策 */
html {
  overflow-y: scroll;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  min-height: 100vh;
  color: #000000;
  line-height: 1;
  word-break: normal;
  word-wrap: break-word;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho";
  letter-spacing: 2px;
  -webkit-text-size-adjust: 100%;
  background: #78a1b5;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: middle;
}

hr {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* リンク要素:初期設定
 ---------------------------------------- */
a {
  text-decoration: none;
}

/* 確認線 */
.test {
  border: solid 1px red;
}

/* フロート */
.left {
  float: left;
}

.right {
  float: right;
}

/* フロート解除 clerfix
 ---------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

/* ブロック要素にする */
.block {
  display: block;
}

/* インライン要素にする */
.inline {
  display: inline;
}

/* BOX */
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 600px) {
  body {
    min-width: 1024px;
  }
  body#schedule li.nav_schedule {
    background: url(../images/common/ico_nav.png) no-repeat center top;
  }
  body#schedule li.nav_schedule strong {
    display: none;
  }
  body#schedule li.nav_schedule span {
    display: inline;
  }
  body#archive li.nav_archive {
    background: url(../images/common/ico_nav.png) no-repeat center top;
  }
  body#archive li.nav_archive strong {
    display: none;
  }
  body#archive li.nav_archive span {
    display: inline;
  }
  body#news li.nav_news {
    background: url(../images/common/ico_nav.png) no-repeat center top;
  }
  body#news li.nav_news strong {
    display: none;
  }
  body#news li.nav_news span {
    display: inline;
  }
  br.sp {
    display: none;
  }
  header {
    width: 100%;
    height: 390px;
    position: relative;
    overflow: hidden;
  }
  header h1 {
    position: absolute;
    left: calc(50% - 490px);
    top: 72px;
  }
  header h1 img {
    width: 257px;
    height: auto;
  }
  header #sp__menu {
    display: none;
  }
  header .nav_area {
    width: 100%;
    height: 210px;
    background: #8f7300;
    position: absolute;
    top: 180px;
    left: 0;
  }
  header .nav_area nav {
    position: absolute;
    top: 25px;
    left: calc(50% - 485px);
  }
  header .nav_area nav ul {
    width: 250px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  header .nav_area nav ul li {
    width: 25px;
    height: 180px;
    font-size: 1.6rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  header .nav_area nav ul li a {
    padding: 35px 4px 0 5px;
    color: #fff;
    letter-spacing: 3px;
    display: block;
  }
  header .nav_area nav ul li a.current {
    background: url(../images/common/ico_nav.png) no-repeat center top;
  }
  header .nav_area nav ul li a.current strong {
    display: none;
  }
  header .nav_area nav ul li a.current span {
    display: inline;
  }
  header .nav_area nav ul li a strong {
    font-size: 1.4rem;
  }
  header .nav_area nav ul li a span {
    font-size: 1.4rem;
    display: none;
  }
  header .nav_area nav ul li a:hover strong {
    display: none;
  }
  header .nav_area nav ul li a:hover span {
    display: inline;
  }
  header .nav_area2 {
    width: 100%;
    padding: 12px 0;
    background: #8f7300;
    opacity: 0;
    position: fixed;
    top: -54px;
    left: 0;
    z-index: 100;
    transition: all 0.2s;
  }
  header .nav_area2.fixed {
    opacity: 1;
    top: 0;
  }
  header .nav_area2 .inner {
    width: 1040px;
    margin: 0 auto;
    overflow: hidden;
  }
  header .nav_area2 .inner p {
    margin: 0 20px 0 10px;
    float: left;
  }
  header .nav_area2 .inner p img {
    width: 182px;
  }
  header .nav_area2 .inner nav {
    float: left;
  }
  header .nav_area2 .inner nav ul {
    margin: 8px 0 0 0;
    font-size: 0;
  }
  header .nav_area2 .inner nav ul li {
    padding: 0 10px;
    font-size: 1.6rem;
    display: inline-block;
  }
  header .nav_area2 .inner nav ul li a {
    color: #fff;
  }
  header .nav_area2 .inner ul.sns {
    float: right;
  }
  header .nav_area2 .inner ul.sns li {
    margin: 8px 10px 0 15px;
    float: left;
  }
  header .nav_area2 .inner ul.sns li img {
    width: 16px;
  }
  header .image_outer {
    width: calc(50% + 190px);
    min-width: 790px;
    height: 390px;
    margin: 0 0 0 -190px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
  }
  header .image_outer .image_pc div img {
    max-width: auto !important;
  }
  header .image_outer .image_sp {
    display: none;
  }
  header .image_outer span {
    width: 80px;
    padding: 6px 0 5px 0;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.4;
    background: #c91330;
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  header a.btn {
    width: 288px;
    padding: 5px 0;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    background: #c91330;
    display: block;
    position: absolute;
    left: calc(50% - 500px);
    top: 145px;
  }
  header.sub h1 {
    left: 50%;
    transform: translate(-50%, 0);
  }
  header.sub .nav_area nav {
    left: 50%;
    transform: translate(-50%, 0);
  }
  header.sub .information {
    width: 200px;
    position: absolute;
    top: 210px;
    left: 50px;
  }
  header.sub .information p.address {
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.7;
    position: relative;
    display: inline-block;
  }
  header.sub .information p.address a {
    color: #ffffff;
  }
  header.sub .information p.address a.map {
    position: absolute;
    bottom: 10px;
    right: -30px;
  }
  header.sub .information p.address a.map img {
    margin: 35px 0 0 0;
    width: 15px;
  }
  header.sub .information ul {
    font-size: 0;
    display: flex;
    align-items: flex-end;
  }
  header.sub .information ul li {
    margin: 0 10px 0 0;
  }
  header.sub .information ul li img {
    width: 20px;
  }
  header.sub .information ul li.contact {
    margin: 0;
  }
  header.sub .information ul li.contact a {
    margin: 0 10px 0 0;
    padding: 10px 5px 10px 8px;
    height: 82px;
    color: #8f7300;
    font-size: 1.5rem;
    line-height: 1;
    background: #fff;
    display: block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  header.sub .information ul li.entry {
    margin: 0;
  }
  header.sub .information ul li.entry a {
    margin: 0 20px 0 0;
    padding: 10px 8px;
    height: 82px;
    color: #8f7300;
    font-size: 1.1rem;
    line-height: 1;
    text-align: center;
    background: #fff;
    display: block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  footer {
    background: #fff;
    position: relative;
  }
  footer #p2t {
    width: 58px;
    height: 58px;
    background: #8f7300;
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    transition: 0.35s ease-in-out;
    cursor: pointer;
  }
  footer #p2t:after {
    content: "";
    width: 20px;
    height: 20px;
    border-left: 1px #fff solid;
    border-bottom: 1px #fff solid;
    position: absolute;
    top: 43%;
    right: 17px;
    transform: rotate(135deg);
  }
  footer #p2t:hover {
    opacity: 0.5;
  }
  footer .inner {
    margin: 0 auto;
    padding: 80px 0;
    max-width: 1000px;
    font-size: 0;
  }
  footer .inner ul.link {
    width: 700px;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between;
  }
  footer .inner ul.link li {
    width: 150px;
    text-align: center;
  }
  footer .inner ul.link li:nth-of-type(2n) dl {
    color: #daa79d;
  }
  footer .inner ul.link li a {
    display: block;
    transition: 0.35s ease-in-out;
  }
  footer .inner ul.link li a:hover {
    opacity: 0.5;
  }
  footer .inner ul.link li a dl {
    color: #79a2b6;
  }
  footer .inner ul.link li a dl dt {
    margin: 0 0 10px 0;
    font-size: 1.3rem;
  }
  footer .inner ul.link li a dl dd {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  footer .inner ul.link li a dl dd img {
    margin: 0 0 10px 0;
  }
  footer .inner ul.sns {
    width: 90px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
  }
  footer .inner ul.sns li img {
    width: 22px;
  }
  footer .inner .contact {
    width: 260px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  footer .inner .contact a.tel {
    font-size: 1.8rem;
    color: #79a2b6;
  }
  footer .inner .contact a.btn {
    padding: 5px 15px 8px 15px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    background: #79a2b6;
    display: block;
  }
  footer .copyright {
    padding: 0 0 80px 0;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
  }
  _::-webkit-full-page-media, _:future, :root header.sub .information ul li.contact {
    margin: 0 10px 0 0;
  }
}
@media print, screen and (max-width: 599px) {
  body#schedule li.nav_schedule {
    background: url(../images/common/ico_nav.png) no-repeat center top;
  }
  body#schedule li.nav_schedule strong {
    display: none;
  }
  body#schedule li.nav_schedule span {
    display: inline;
  }
  body#archive li.nav_archive {
    background: url(../images/common/ico_nav.png) no-repeat center top;
  }
  body#archive li.nav_archive strong {
    display: none;
  }
  body#archive li.nav_archive span {
    display: inline;
  }
  body#news li.nav_news {
    background: url(../images/common/ico_nav.png) no-repeat center top;
  }
  body#news li.nav_news strong {
    display: none;
  }
  body#news li.nav_news span {
    display: inline;
  }
  br.pc {
    display: none;
  }
  header {
    position: relative;
  }
  header h1 {
    width: 160px;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  header h1 img {
    width: 100%;
  }
  header #sp__menu p {
    text-align: right;
  }
  header #sp__menu p img {
    height: 55px;
  }
  header .nav_area {
    width: 100%;
    background: #8f7300;
    display: none;
  }
  header .nav_area nav ul {
    width: 100%;
    height: 200px;
    padding: 20px 10% 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  header .nav_area nav ul li {
    font-size: 1.6rem;
    height: 150px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  header .nav_area nav ul li a {
    padding: 40px 4px 0 5px;
    color: #fff;
    letter-spacing: 3px;
    display: block;
  }
  header .nav_area nav ul li a.current {
    background: url(../images/common/ico_nav.png) no-repeat center top;
  }
  header .nav_area nav ul li a.current strong {
    display: none;
  }
  header .nav_area nav ul li a.current span {
    display: inline;
  }
  header .nav_area nav ul li a span {
    display: none;
  }
  header .nav_area2 {
    display: none;
  }
  header .image_outer {
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
  }
  header .image_outer .image_pc {
    display: none;
  }
  header .image_outer span {
    width: 60px;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    background: #c91330;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  header a.btn {
    width: 288px;
    margin: 0 auto;
    padding: 6px 0;
    color: #fff;
    text-align: center;
    background: #c91330;
    display: block;
  }
  header.sub p {
    border-bottom: 1px solid #fff;
  }
  header.sub .information {
    display: none;
  }
  footer {
    background: #fff;
    position: relative;
  }
  footer #p2t {
    width: 30px;
    height: 30px;
    background: #8f7300;
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
  }
  footer #p2t:after {
    content: "";
    width: 12px;
    height: 12px;
    border-left: 1px #fff solid;
    border-bottom: 1px #fff solid;
    position: absolute;
    top: 40%;
    right: 8px;
    transform: rotate(135deg);
  }
  footer .inner {
    margin: 0 auto;
    padding: 50px 0;
    max-width: 1000px;
    font-size: 0;
  }
  footer .inner ul.link {
    width: 100%;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
  }
  footer .inner ul.link li {
    width: 150px;
    text-align: center;
  }
  footer .inner ul.link li:nth-of-type(2n) dl {
    color: #daa79d;
  }
  footer .inner ul.link li a {
    display: block;
    transition: 0.35s ease-in-out;
  }
  footer .inner ul.link li a:hover {
    opacity: 0.5;
  }
  footer .inner ul.link li a dl {
    color: #79a2b6;
  }
  footer .inner ul.link li a dl dt {
    margin: 0 0 10px 0;
    font-size: 1rem;
  }
  footer .inner ul.link li a dl dd {
    font-size: 1rem;
    letter-spacing: 0;
  }
  footer .inner ul.link li a dl dd img {
    width: 50px;
    margin: 0 0 10px 0;
  }
  footer .inner ul.sns {
    width: 155px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
  }
  footer .inner ul.sns li img {
    width: 26px;
  }
  footer .inner .contact {
    width: 100%;
    text-align: center;
  }
  footer .inner .contact a.tel {
    margin: 0 0 20px 0;
    font-size: 1.8rem;
    color: #79a2b6;
    display: block;
  }
  footer .inner .contact a.btn {
    padding: 5px 20px 8px 20px;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    background: #79a2b6;
    display: inline-block;
  }
  footer .copyright {
    padding: 0 0 80px 0;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
  }
}
@media print, screen and (min-width: 600px) {
  .index__content {
    padding: 20px 0 0 0;
  }
  .index__content .block_information {
    width: 980px;
    margin: 0 auto 40px;
    overflow: hidden;
  }
  .index__content .block_information .information {
    width: 200px;
    float: left;
  }
  .index__content .block_information .information p.address {
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.7;
    position: relative;
    display: inline-block;
  }
  .index__content .block_information .information p.address a {
    color: #ffffff;
  }
  .index__content .block_information .information p.address a.map {
    position: absolute;
    bottom: 10px;
    right: -30px;
  }
  .index__content .block_information .information p.address a.map img {
    margin: 35px 0 0 0;
    width: 15px;
  }
  .index__content .block_information .information ul {
    display: flex;
    align-items: flex-end;
  }
  .index__content .block_information .information ul li {
    margin: 0 10px 0 0;
  }
  .index__content .block_information .information ul li img {
    width: 20px;
  }
  .index__content .block_information .information ul li.contact {
    margin: 0 10px 0 0;
  }
  .index__content .block_information .information ul li.contact a {
    padding: 10px 5px 10px 8px;
    height: 82px;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    background: #8f7300;
    display: inline-block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .index__content .block_information .information ul li.entry {
    margin: 0 20px 0 0;
  }
  .index__content .block_information .information ul li.entry a {
    padding: 10px 8px;
    height: 82px;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    text-align: center;
    background: #8f7300;
    display: inline-block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .index__content .block_information .link {
    width: 680px;
    float: right;
  }
  .index__content .block_information .link ul li {
    margin: 0 20px 20px 0;
    float: left;
  }
  .index__content .block_information .link ul li:nth-child(5n) {
    margin: 0 0 20px 0;
  }
  .index__content .block_information .link ul li a {
    width: 120px;
    height: 120px;
    padding: 5px;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    display: block;
  }
  .index__content .block_information .link ul li a span {
    padding: 3px 0 6px 0;
    font-size: 1.1rem;
    text-align: center;
    background: #daa69c;
    display: block;
  }
  .index__content .block_pickup {
    width: 980px;
    margin: 0 auto 50px;
    overflow: hidden;
  }
  .index__content .block_pickup .pickup {
    padding: 35px 55px 0 40px;
    position: relative;
  }
  .index__content .block_pickup .pickup h2 {
    padding: 15px;
    color: #fff;
    font-size: 2rem;
    background: #8f7300;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .index__content .block_pickup .pickup ul {
    width: 100%;
    padding: 35px;
    background: #fff;
    overflow: hidden;
  }
  .index__content .block_pickup .pickup ul li {
    margin: 0 15px 0 0;
    float: left;
  }
  .index__content .block_pickup .pickup ul li:last-child {
    margin: 0;
  }
  .index__content .block_pickup .pickup ul li img {
    width: 150px;
    height: auto;
  }
  .index__content .block_pickup .pickup p.title {
    color: #fff;
    font-size: 2.5rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 5px;
    right: 10px;
  }
  .index__content .block_news {
    width: 100%;
    overflow: hidden;
  }
  .index__content .block_news .news {
    position: relative;
  }
  .index__content .block_news .news h2 {
    width: 700px;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 2.4rem;
  }
  .index__content .block_news .news .inner {
    width: 700px;
    margin: 0 auto;
    padding: 30px 0 20px 20px;
    background: #fff;
    position: relative;
  }
  .index__content .block_news .news .inner:after {
    content: "";
    width: 300%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
  }
  .index__content .block_news .news .inner p.title {
    color: #fff;
    font-size: 2.5rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    left: -45px;
    bottom: 0;
  }
  .index__content .block_news .news .inner ul {
    padding: 0 0 0 30px;
    background: url(../images/top/ico.jpg) no-repeat left top/20px 19px;
  }
  .index__content .block_news .news .inner ul li {
    margin: 0 0 10px 0;
  }
  .index__content .block_news .news .inner ul li a {
    display: block;
  }
  .index__content .block_news .news .inner ul li a dl {
    overflow: hidden;
  }
  .index__content .block_news .news .inner ul li a dl dt {
    width: 100px;
    font-size: 1.2rem;
    line-height: 1.5;
    float: left;
  }
  .index__content .block_news .news .inner ul li a dl dd {
    width: 550px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    float: right;
  }
  .index__content #contents {
    padding: 100px 0 0 0;
  }
  .index__content #contents .block_contents {
    width: 700px;
    margin: 0 auto;
  }
  .index__content #contents .block_contents h2 {
    width: 700px;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 2.6rem;
    text-align: center;
  }
  .index__content #contents .block_contents h2 span {
    padding: 0 0 0 30px;
    font-size: 2rem;
  }
  .index__content #iroha {
    padding: 100px 0 0 0;
  }
  .index__content #iroha .block_iroha {
    width: 100%;
    margin: 0 0 100px 0;
    overflow: hidden;
  }
  .index__content #iroha .block_iroha .inner {
    width: 800px;
    margin: 0 auto;
    padding: 70px 0;
    background: #d9a59b;
    position: relative;
  }
  .index__content #iroha .block_iroha .inner:after {
    content: "";
    width: 300%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    background: #d9a59b;
  }
  .index__content #iroha .block_iroha .inner img {
    margin: 0 auto 20px;
    width: 600px;
    display: block;
  }
  .index__content #iroha .block_iroha .inner h2 {
    color: #fff;
    font-size: 2.5rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    right: -45px;
    top: 30px;
  }
  .index__content #iroha .block_iroha .inner .block {
    width: 650px;
    margin: 0 auto;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    text-align: center;
    display: none;
  }
  .index__content #iroha .block_iroha .inner .block p {
    color: #ffffff;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .index__content #iroha .block_iroha .inner #block1 {
    display: block;
  }
  .index__content #iroha .block_iroha .inner ul {
    position: absolute;
    right: 800px;
    bottom: 70px;
    z-index: 2;
  }
  .index__content #iroha .block_iroha .inner ul li a {
    height: 200px;
    padding: 50px 20px 0 20px;
    color: #78a1b5;
    font-size: 1.3rem;
    border-radius: 10px;
    background: #fff url(../images/top/ico_iroha.png) no-repeat center 15px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transition: all 0.2s;
  }
  .index__content #iroha .block_iroha .inner ul li:nth-child(2n+1) a {
    bottom: 210px;
  }
  .index__content #iroha .block_iroha .inner ul li:nth-child(3) a, .index__content #iroha .block_iroha .inner ul li:nth-child(4) a {
    right: 63px;
  }
  .index__content #iroha .block_iroha .inner ul li:nth-child(5) a, .index__content #iroha .block_iroha .inner ul li:nth-child(6) a {
    right: 126px;
  }
  .index__content #iroha .block_iroha .inner ul li:hover a {
    opacity: 0.7;
  }
  .index__content #iroha .block_iroha .inner ul li.current a {
    color: #c91330;
    background: #fff url(../images/top/ico_iroha_on.png) no-repeat center 15px;
  }
  .index__content #iroha .block_iroha .inner ul li.current a:hover {
    opacity: 1;
  }
  .index__content .block_diary {
    width: 700px;
    margin: 0 auto 100px;
    position: relative;
  }
  .index__content .block_diary p.title {
    color: #fff;
    font-size: 2.5rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    right: 0;
    top: 45px;
  }
  .index__content .block_diary h2 {
    width: 700px;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 2.6rem;
  }
  .index__content .block_diary .inner {
    width: 700px;
  }
  .index__content .block_diary .inner ul {
    margin: 0 0 20px 0;
    overflow: hidden;
  }
  .index__content .block_diary .inner ul li {
    margin: 0 20px 20px 0;
    overflow: hidden;
    float: left;
  }
  .index__content .block_diary .inner ul li a {
    width: 205px;
    height: 160px;
    color: #fff;
    display: block;
  }
  .index__content .block_diary .inner .all a {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 0 0 80px 0;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    background: url(../images/top/ico_all.png) no-repeat center bottom;
    display: block;
  }
  .index__content .block_access {
    width: 100%;
    padding: 70px 0;
    background: #fff;
  }
  .index__content .block_access .inner {
    width: 860px;
    margin: 0 auto;
    position: relative;
  }
  .index__content .block_access .inner h2 {
    width: 700px;
    margin: 0 auto 50px;
    font-size: 2.4rem;
    position: absolute;
    left: 0;
    top: 120px;
  }
  .index__content .block_access .inner p.title {
    font-size: 2.5rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    left: 50px;
    top: 0;
  }
  .index__content .block_access .inner .map {
    width: 640px;
    height: 310px;
    margin: 0 auto 30px;
  }
  .index__content .block_access .inner .map iframe {
    width: 100%;
    height: 100%;
  }
  .index__content .block_access .inner p.address {
    padding: 30px 0 0 0;
    height: 450px;
    font-size: 1.2rem;
    line-height: 1.5;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: url(../images/top/ico.jpg) no-repeat right top/20px 19px;
    position: absolute;
    right: 0;
    top: -30px;
  }
  .index__content .block_access .inner p.txt {
    text-align: center;
    line-height: 1.5;
  }
  .index__content .block_access .inner p.txt.en {
    margin: 20px 0 0 0;
    color: #839fb2;
  }
  .index__content .block_access .inner p.btn {
    margin: 15px 0 0 0;
    text-align: right;
  }
  .index__content .block_access .inner p.btn a {
    margin: 0 30px 0 0;
    padding: 10px 20px 10px 50px;
    color: #fff;
    font-size: 1.2rem;
    text-align: right;
    border-radius: 15px;
    background: #78a1b5 url(../images/top/ico_access.png) no-repeat 20px center;
    display: inline-block;
  }
  .index__content #group {
    padding: 100px 0 0 0;
  }
  .index__content #group .block_group {
    width: 800px;
    margin: 0 auto;
    padding: 0 0 100px 0;
    position: relative;
  }
  .index__content #group .block_group h2 {
    width: 700px;
    margin: 0 auto 50px;
    color: #fff;
    font-size: 2.4rem;
  }
  .index__content #group .block_group p.title {
    height: 500px;
    color: #fff;
    font-size: 2.5rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    left: 0;
    top: 30px;
  }
  .index__content #group .block_group ul {
    margin: 0 0 0 70px;
    overflow: hidden;
  }
  .index__content #group .block_group ul li {
    width: 169px;
    margin: 0 10px 0 0;
    text-align: center;
    float: left;
  }
  .index__content #group .block_group ul li a {
    display: block;
  }
  .index__content #group .block_group ul li a img {
    margin: 0 0 10px 0;
  }
  .index__content #group .block_group ul li a dl {
    line-height: 1.5;
  }
  .index__content #group .block_group ul li a dl dt {
    color: #fff;
    font-size: 1.2rem;
  }
  .index__content #group .block_group ul li a dl dd {
    color: #fff;
    font-size: 1.4rem;
  }
}
@media print, screen and (max-width: 599px) {
  .index__content {
    padding: 20px 0 50px 0;
  }
  .index__content .block_information {
    width: 100%;
    margin: 0 auto 40px;
    overflow: hidden;
    position: relative;
  }
  .index__content .block_information .information {
    text-align: center;
  }
  .index__content .block_information .information p.address {
    margin: 30px 0 20px 0;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.7;
  }
  .index__content .block_information .information p.address a {
    color: #ffffff;
  }
  .index__content .block_information .information p.address a.map {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .index__content .block_information .information p.address a.map img {
    width: 15px;
  }
  .index__content .block_information .information ul {
    margin: 0 0 50px 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .index__content .block_information .information ul li {
    margin: 0 10px;
  }
  .index__content .block_information .information ul li img {
    width: 20px;
  }
  .index__content .block_information .information ul li.contact {
    margin: 0 10px 0 0;
  }
  .index__content .block_information .information ul li.contact a {
    padding: 5px;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    background: #8f7300;
    display: inline-block;
  }
  .index__content .block_information .information ul li.entry {
    margin: 0 20px 0 0;
  }
  .index__content .block_information .information ul li.entry a {
    padding: 8px 5px 7px 5px;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    background: #8f7300;
    display: inline-block;
  }
  .index__content .block_information .link {
    width: 100%;
  }
  .index__content .block_information .link ul {
    padding: 0 20px;
    margin: 0 auto;
  }
  .index__content .block_information .link ul li {
    width: 31%;
    margin: 0 3.5% 3.5% 0;
    float: left;
  }
  .index__content .block_information .link ul li:nth-child(3n) {
    margin: 0 0 3.5% 0;
  }
  .index__content .block_information .link ul li a {
    width: 100%;
    height: 100%;
    padding: 5px;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    display: block;
  }
  .index__content .block_information .link ul li a span {
    padding: 3px 0 6px 0;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 1px;
    background: #daa69c;
    display: block;
  }
  .index__content .block_information .link ul li a img {
    width: 100%;
    height: auto;
  }
  .index__content .block_pickup {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .index__content .block_pickup .pickup {
    padding: 35px 20px 35px 45px;
    position: relative;
    background: #fff;
  }
  .index__content .block_pickup .pickup h2 {
    margin: 0 0 15px 0;
    color: #8f7300;
    font-size: 1.4rem;
  }
  .index__content .block_pickup .pickup ul {
    width: 100%;
    overflow: hidden;
  }
  .index__content .block_pickup .pickup ul li {
    width: 48%;
    margin: 0 4% 4% 0;
    float: left;
  }
  .index__content .block_pickup .pickup ul li:nth-child(2n) {
    margin: 0 0 4% 0;
  }
  .index__content .block_pickup .pickup ul li img {
    width: 100%;
    height: auto;
  }
  .index__content .block_pickup .pickup p.title {
    color: #8f7300;
    font-size: 1.6rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 65px;
    left: 20px;
  }
  .index__content .block_news {
    width: 100%;
    overflow: hidden;
    background: #fff;
  }
  .index__content .block_news .news {
    position: relative;
  }
  .index__content .block_news .news h2 {
    margin: 35px 20px 15px 45px;
    color: #8f7300;
    font-size: 1.4rem;
  }
  .index__content .block_news .news .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 35px 45px;
    position: relative;
  }
  .index__content .block_news .news .inner:after {
    content: "";
    width: 300%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
  }
  .index__content .block_news .news .inner p.title {
    color: #8f7300;
    font-size: 1.6rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: 20px;
  }
  .index__content .block_news .news .inner ul {
    padding: 0 0 0 25px;
    background: url(../images/top/ico.jpg) no-repeat left top/15px auto;
  }
  .index__content .block_news .news .inner ul li {
    margin: 0 0 10px 0;
  }
  .index__content .block_news .news .inner ul li a {
    display: block;
  }
  .index__content .block_news .news .inner ul li a dl {
    overflow: hidden;
    letter-spacing: 1px;
  }
  .index__content .block_news .news .inner ul li a dl dt {
    width: 70px;
    font-size: 1rem;
    line-height: 1.5;
    float: left;
  }
  .index__content .block_news .news .inner ul li a dl dd {
    width: calc(100% - 70px);
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    float: right;
  }
  .index__content #contents {
    padding: 50px 0 0 0;
  }
  .index__content #contents .block_contents {
    width: 100%;
    margin: 0 auto 60px;
  }
  .index__content #contents .block_contents h2 {
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
  }
  .index__content #contents .block_contents h2 span {
    padding: 0 0 0 30px;
    font-size: 1.4rem;
  }
  .index__content #iroha .block_iroha {
    width: 100%;
    margin: 0 0 30px 0;
    overflow: hidden;
  }
  .index__content #iroha .block_iroha .inner {
    padding: 0 0 30px 0;
    background: #d9a59b;
    position: relative;
  }
  .index__content #iroha .block_iroha .inner:after {
    content: "";
    width: 300%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    background: #d9a59b;
  }
  .index__content #iroha .block_iroha .inner img {
    margin: 0 0 30px 0;
  }
  .index__content #iroha .block_iroha .inner h2 {
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
  }
  .index__content #iroha .block_iroha .inner .block {
    margin: 0 0 40px 0;
    padding: 0 20px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    text-align: center;
    display: none;
  }
  .index__content #iroha .block_iroha .inner .block p {
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .index__content #iroha .block_iroha .inner #block1 {
    display: block;
  }
  .index__content #iroha .block_iroha .inner ul {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .index__content #iroha .block_iroha .inner ul li a {
    width: 52px;
    height: 200px;
    margin: 0 5px;
    padding: 50px 20px 0 20px;
    color: #78a1b5;
    font-size: 1.2rem;
    border-radius: 10px;
    background: #fff url(../images/top/ico_iroha.png) no-repeat center 15px;
    display: block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transition: all 0.2s;
  }
  .index__content #iroha .block_iroha .inner ul li:hover a {
    opacity: 0.7;
  }
  .index__content #iroha .block_iroha .inner ul li.current a {
    color: #c91330;
    background: #fff url(../images/top/ico_iroha_on.png) no-repeat center 15px;
  }
  .index__content #iroha .block_iroha .inner ul li.current a:hover {
    opacity: 1;
  }
  .index__content .block_diary p.title {
    margin: 0 0 5px 0;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
  }
  .index__content .block_diary h2 {
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
  }
  .index__content .block_diary .inner {
    padding: 0 15px 30px;
  }
  .index__content .block_diary .inner ul {
    margin: 0 0 10px 0;
    overflow: hidden;
  }
  .index__content .block_diary .inner ul li {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
    overflow: hidden;
    float: left;
  }
  .index__content .block_diary .inner ul li:nth-child(3n) {
    margin: 0 0 10px 0;
  }
  .index__content .block_diary .inner ul li a {
    width: 100%;
    height: 100px;
    color: #fff;
    display: block;
  }
  .index__content .block_diary .inner .all a {
    width: 100px;
    height: 50px;
    margin: 0 auto;
    padding: 0 0 50px 0;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    background: url(../images/top/ico_all.png) no-repeat center bottom/30px 30px;
    display: block;
  }
  .index__content .block_access {
    width: 100%;
    padding: 30px 0;
    background: #fff;
  }
  .index__content .block_access .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .index__content .block_access .inner p.title {
    padding: 30px 0 0 0;
    font-size: 1.6rem;
    text-align: center;
    background: url(../images/top/ico.jpg) no-repeat center top/20px 19px;
  }
  .index__content .block_access .inner h2 {
    margin: 0 0 20px 0;
    font-size: 1.4rem;
    text-align: center;
  }
  .index__content .block_access .inner .map {
    width: 100%;
    height: 250px;
  }
  .index__content .block_access .inner .map iframe {
    width: 100%;
    height: 100%;
  }
  .index__content .block_access .inner p.address {
    padding: 20px;
    font-size: 1rem;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  .index__content .block_access .inner p.txt {
    margin: 0 20px 20px 20px;
    text-align: center;
    line-height: 1.5;
  }
  .index__content .block_access .inner p.btn {
    margin: 15px 0 0 0;
    text-align: right;
  }
  .index__content .block_access .inner p.btn a {
    margin: 0 20px 0 0;
    padding: 10px 20px 10px 50px;
    color: #fff;
    font-size: 1.2rem;
    text-align: right;
    border-radius: 15px;
    background: #78a1b5 url(../images/top/ico_access.png) no-repeat 20px center;
    display: inline-block;
  }
  .index__content #group {
    padding: 60px 0 0 0;
  }
  .index__content #group .block_group {
    position: relative;
  }
  .index__content #group .block_group h2 {
    margin: 0 20px 15px 45px;
    color: #fff;
    font-size: 1.4rem;
  }
  .index__content #group .block_group p.title {
    height: 500px;
    color: #fff;
    font-size: 1.6rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 30px;
    left: 20px;
  }
  .index__content #group .block_group ul {
    margin: 0 20px 0 45px;
    overflow: hidden;
  }
  .index__content #group .block_group ul li {
    width: 48%;
    margin: 0 4% 4% 0;
    text-align: center;
    float: left;
  }
  .index__content #group .block_group ul li:nth-child(2n) {
    margin: 0 0 4% 0;
  }
  .index__content #group .block_group ul li a {
    display: block;
  }
  .index__content #group .block_group ul li a img {
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
  }
  .index__content #group .block_group ul li a dl {
    line-height: 1.5;
  }
  .index__content #group .block_group ul li a dl dt {
    color: #fff;
    font-size: 1.2rem;
  }
  .index__content #group .block_group ul li a dl dd {
    color: #fff;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 600px) {
  .schedule__content {
    padding: 70px 0 50px 0;
  }
  .block_schedule {
    width: 980px;
    margin: 0 auto 70px;
    overflow: hidden;
  }
  .block_schedule .schedule {
    padding: 0 55px 0 90px;
    position: relative;
    overflow: hidden;
  }
  .block_schedule .schedule p.title {
    color: #fff;
    font-size: 2.5rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 45px;
    left: 35px;
  }
  .block_schedule .schedule .left {
    width: 515px;
    float: left;
  }
  .block_schedule .schedule .left h2 {
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 2.4rem;
  }
  .block_schedule .schedule .left ul.list {
    width: 100%;
  }
  .block_schedule .schedule .left ul.list li {
    margin: 0 0 20px 0;
    background: #fff;
  }
  .block_schedule .schedule .left ul.list li a {
    overflow: hidden;
    display: block;
  }
  .block_schedule .schedule .left ul.list li a .image {
    width: 125px;
    position: relative;
    overflow: hidden;
    float: left;
  }
  .block_schedule .schedule .left ul.list li a .image img {
    height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .block_schedule .schedule .left ul.list li a .box {
    width: 390px;
    float: right;
  }
  .block_schedule .schedule .left ul.list li a .box dl {
    color: #fff;
    background: #8f7300;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .block_schedule .schedule .left ul.list li a .box dl dt {
    width: calc(100% - 90px);
    padding: 5px 10px;
    font-size: 2rem;
  }
  .block_schedule .schedule .left ul.list li a .box dl dt span {
    font-size: 1.2rem;
  }
  .block_schedule .schedule .left ul.list li a .box dl dd {
    width: 90px;
    padding: 10px 5px;
    font-size: 1rem;
    text-align: center;
  }
  .block_schedule .schedule .left ul.list li a .box dl dd.today {
    background: #ca1330;
  }
  .block_schedule .schedule .left ul.list li a .box dl dd.reserve {
    color: #000;
    background: #daa69c;
  }
  .block_schedule .schedule .left ul.list li a .box .inner {
    padding: 15px 10px 10px 10px;
    line-height: 1.5;
    position: relative;
  }
  .block_schedule .schedule .left ul.list li a .box .inner h3 {
    padding: 0 0 5px 0;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.6rem;
  }
  .block_schedule .schedule .left ul.list li a .box .inner p {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.2rem;
  }
  .block_schedule .schedule .left ul.list li a .box .inner .soldout {
    width: 90px;
    color: #ca1330;
    font-size: 1rem;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
  }
  .block_schedule .schedule .left .pager .prev {
    margin: 0 0 0 -20px;
  }
  .block_schedule .schedule .left .pager .prev a {
    height: 67px;
    padding: 27px 0 0 80px;
    color: #fff;
    font-size: 1.5rem;
    background: url(../images/top/ico_prev.png) no-repeat left center;
    float: left;
    display: block;
  }
  .block_schedule .schedule .left .pager .next {
    margin: 0 -20px 0 0;
  }
  .block_schedule .schedule .left .pager .next a {
    height: 67px;
    padding: 27px 80px 0 0;
    color: #fff;
    font-size: 1.5rem;
    background: url(../images/top/ico_next.png) no-repeat right center;
    float: right;
    display: block;
  }
  .block_schedule .schedule .left .pager .all {
    clear: both;
  }
  .block_schedule .schedule .left .pager .all a {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 0 0 80px 0;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    background: url(../images/top/ico_all.png) no-repeat center bottom;
    display: block;
  }
  .block_schedule .schedule .left .single {
    margin: 0 0 50px 0;
    background: #fff;
  }
  .block_schedule .schedule .left .single dl {
    color: #fff;
    background: #8f7300;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .block_schedule .schedule .left .single dl dt {
    width: calc(100% - 90px);
    padding: 5px 10px;
    font-size: 2rem;
  }
  .block_schedule .schedule .left .single dl dt span {
    font-size: 1.2rem;
  }
  .block_schedule .schedule .left .single dl dd {
    width: 90px;
    padding: 10px 5px;
    font-size: 1rem;
    text-align: center;
  }
  .block_schedule .schedule .left .single dl dd.today {
    background: #ca1330;
  }
  .block_schedule .schedule .left .single dl dd.reserve {
    color: #000;
    background: #daa69c;
  }
  .block_schedule .schedule .left .single .image {
    width: 100%;
    height: auto;
  }
  .block_schedule .schedule .left .single .inner {
    padding: 30px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1.5;
    position: relative;
  }
  .block_schedule .schedule .left .single .inner h3 {
    padding: 0 0 15px 0;
    font-size: 2rem;
  }
  .block_schedule .schedule .left .single .inner p.desc {
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
    font-size: 1.4rem;
    border-bottom: 1px solid #8f7300;
  }
  .block_schedule .schedule .left .single .inner ul.sns {
    margin: 0 0 20px 0;
    text-align: right;
  }
  .block_schedule .schedule .left .single .inner ul.sns li {
    margin: 0 0 0 5px;
    color: #7ca4b8;
    vertical-align: middle;
    display: inline-block;
  }
  .block_schedule .schedule .left .single .inner ul.sns li:first-child {
    padding: 2px 0 0 0;
  }
  .block_schedule .schedule .left .single .inner ul.sns li img {
    width: 22px;
  }
  .block_schedule .schedule .left .single .inner ul.btn {
    overflow: hidden;
  }
  .block_schedule .schedule .left .single .inner ul.btn li {
    width: 205px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho";
    text-align: center;
    float: left;
  }
  .block_schedule .schedule .left .single .inner ul.btn li:first-child {
    float: left;
  }
  .block_schedule .schedule .left .single .inner ul.btn li:first-child a {
    padding: 10px 0;
    background: #daa69c;
    display: block;
  }
  .block_schedule .schedule .left .single .inner ul.btn li:last-child {
    float: right;
  }
  .block_schedule .schedule .left .single .inner ul.btn li:last-child a {
    color: #fff;
    padding: 10px 0;
    background: #8f7300;
    display: block;
  }
  .block_schedule .schedule .left .single .inner .content {
    padding: 30px 0;
  }
  .block_schedule .schedule .left .single .inner .content * {
    font-size: 1.4rem;
    max-width: 100%;
  }
  .block_schedule .schedule .left .single .inner .content div {
    margin-top: 1.4rem;
  }
  .block_schedule .schedule .left .single .inner .content p {
    margin-top: 1.4rem;
  }
  .block_schedule .schedule .left .single .inner .content a {
    color: #3366ff;
  }
  .block_schedule .schedule .left .search_results li {
    color: #ffffff;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px #ffffff dotted;
  }
  .block_schedule .schedule .left .search_results li:last-child {
    border: 0;
  }
  .block_schedule .schedule .left .search_results li h3 {
    font-size: 1.6rem;
    line-height: 2;
  }
  .block_schedule .schedule .left .search_results li h3 a {
    color: #ffffff;
  }
  .block_schedule .schedule .left .search_results li p {
    font-size: 1.4rem;
    line-height: 2;
  }
  .block_schedule .schedule .right {
    width: 280px;
    float: right;
  }
  .block_schedule .schedule .right h2 {
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 24px;
    text-align: right;
  }
  .block_schedule .schedule .right .calendar {
    margin: 0 0 70px 0;
    padding: 20px;
    background: #fff;
    position: relative;
  }
  .block_schedule .schedule .right .calendar .month {
    width: 50%;
    margin: 0 0 10px 0;
    padding: 0 10px;
    font-size: 2.4rem;
    float: left;
  }
  .block_schedule .schedule .right .calendar .year {
    width: 80px;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    font-size: 1.6rem;
    text-align: right;
    background: url(../images/top/ico.jpg) no-repeat left 2px/20px 19px;
    float: right;
  }
  .block_schedule .schedule .right .calendar table {
    width: 100%;
    text-align: center;
    clear: both;
  }
  .block_schedule .schedule .right .calendar table caption {
    display: none;
  }
  .block_schedule .schedule .right .calendar table tfoot {
    position: absolute;
    bottom: -45px;
  }
  .block_schedule .schedule .right .calendar table tfoot td a {
    text-indent: -9999px;
  }
  .block_schedule .schedule .right .calendar table tfoot td.pad {
    width: 160px;
  }
  .block_schedule .schedule .right .calendar table tfoot td#prev a {
    width: 24px;
    height: 24px;
    background: url(../images/common/arrow_l.png) no-repeat left center;
    background-size: 24px;
    display: block;
  }
  .block_schedule .schedule .right .calendar table tfoot td#next a {
    width: 24px;
    height: 24px;
    background: url(../images/common/arrow_r.png) no-repeat right center;
    background-size: 24px;
    display: block;
  }
  .block_schedule .schedule .right .calendar table td {
    padding: 8px;
    font-size: 1.2rem;
    position: relative;
  }
  .block_schedule .schedule .right .calendar table td a {
    text-decoration: underline;
    position: relative;
    z-index: 2;
    display: block;
  }
  .block_schedule .schedule .right .calendar table td.current:before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 20px;
    border: 1px solid #af0800;
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
  }
  .block_schedule .schedule .right .calendar table td#today:before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 20px;
    border: 1px solid #af0800;
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
  }
  .block_schedule .schedule .right .pager ul {
    margin: -10px 0 80px 0;
    overflow: hidden;
  }
  .block_schedule .schedule .right .pager ul .prev {
    float: left;
  }
  .block_schedule .schedule .right .pager ul .next {
    float: right;
  }
  .block_schedule .schedule .right .search {
    margin: 0 0 30px 0;
    overflow: hidden;
  }
  .block_schedule .schedule .right .search input[type=search] {
    -webkit-appearance: none;
    border-radius: 0;
    width: 230px;
    height: 50px;
    padding: 10px;
    border: none;
    outline: none;
    background: #fff;
    float: left;
  }
  .block_schedule .schedule .right .search input[type=submit] {
    width: 50px;
    height: 50px;
    border: none;
    outline: 0;
    background: url(../images/top/ico_search.jpg) no-repeat left center;
    cursor: pointer;
  }
  .block_schedule .schedule .right .search p {
    padding: 15px 0 0 0;
    color: #fff;
    font-size: 1.5rem;
  }
  .block_schedule .schedule .right .list ul li {
    margin: 0 0 20px 0;
    text-align: right;
  }
  .block_schedule .schedule .right .list ul li:nth-child(1) {
    background: #daa69c;
  }
  .block_schedule .schedule .right .list ul li:nth-child(2) {
    background: #8f7300;
  }
  .block_schedule .schedule .right .list ul li a {
    padding: 20px;
    color: #fff;
    font-size: 1.6rem;
    background: url(../images/common/ico_nav.png) no-repeat 15px center;
    display: block;
  }
  .block_schedule .schedule .right .archive {
    margin: 80px 0 0 0;
  }
  .block_schedule .schedule .right .archive ul {
    padding: 0 0 50px 110px;
  }
  .block_schedule .schedule .right .archive ul li {
    margin: 0 0 10px 0;
    padding: 5px 0 5px 55px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .block_schedule .schedule .right .archive ul li.current {
    background: url(../images/common/ico_nav.png) no-repeat 15px center;
  }
  .block_schedule .schedule .right .archive ul li a {
    font-size: 1.6rem;
    color: #fff;
  }
  .block_schedule .schedule .right .archive p {
    padding: 0 10px 0 0;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.6rem;
    text-align: right;
  }
  .block_schedule .schedule .right .archive p a {
    color: #fff;
  }
}
@media print, screen and (max-width: 599px) {
  .schedule__content {
    padding: 0 0 50px 0;
  }
  .block_schedule {
    overflow: hidden;
  }
  .block_schedule .schedule {
    position: relative;
    overflow: hidden;
  }
  .block_schedule .schedule p.title {
    color: #fff;
    font-size: 1.6rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 90px;
    left: 20px;
  }
  .block_schedule .schedule .left {
    padding: 35px 20px 0 45px;
    max-width: 100%;
  }
  .block_schedule .schedule .left h2 {
    margin: 0 0 45px 0;
    color: #fff;
    font-size: 1.4rem;
  }
  .block_schedule .schedule .left ul.list {
    width: 100%;
  }
  .block_schedule .schedule .left ul.list li {
    margin: 0 0 10px 0;
    background: #fff;
  }
  .block_schedule .schedule .left ul.list li a {
    overflow: hidden;
    display: block;
  }
  .block_schedule .schedule .left ul.list li a .image {
    width: 30%;
    position: relative;
    overflow: hidden;
    float: left;
  }
  .block_schedule .schedule .left ul.list li a .image img {
    height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .block_schedule .schedule .left ul.list li a .box {
    width: 70%;
    float: right;
  }
  .block_schedule .schedule .left ul.list li a .box dl {
    color: #fff;
    background: #8f7300;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .block_schedule .schedule .left ul.list li a .box dl dt {
    width: calc(100% - 70px);
    padding: 3px 10px;
    font-size: 1.2rem;
  }
  .block_schedule .schedule .left ul.list li a .box dl dt span {
    font-size: 1rem;
  }
  .block_schedule .schedule .left ul.list li a .box dl dd {
    width: 70px;
    padding: 5px 5px;
    font-size: 1rem;
    letter-spacing: 1px;
    text-align: center;
  }
  .block_schedule .schedule .left ul.list li a .box dl dd.today {
    background: #ca1330;
  }
  .block_schedule .schedule .left ul.list li a .box dl dd.reserve {
    color: #000;
    background: #daa69c;
  }
  .block_schedule .schedule .left ul.list li a .box .inner {
    padding: 10px 5px 5px 5px;
    line-height: 1.2;
    position: relative;
  }
  .block_schedule .schedule .left ul.list li a .box .inner h3 {
    padding: 0 0 3px 0;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.2rem;
  }
  .block_schedule .schedule .left ul.list li a .box .inner p {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1rem;
  }
  .block_schedule .schedule .left ul.list li a .box .inner .soldout {
    width: 90px;
    color: #ca1330;
    font-size: 1rem;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
  }
  .block_schedule .schedule .left .pager .prev {
    margin: 0 0 0 -5px;
  }
  .block_schedule .schedule .left .pager .prev a {
    height: 35px;
    padding: 12px 0 0 40px;
    color: #fff;
    font-size: 1.2rem;
    background: url(../images/top/ico_prev.png) no-repeat left center/30px 30px;
    float: left;
    display: block;
  }
  .block_schedule .schedule .left .pager .next {
    margin: 0 -5px 0 0;
  }
  .block_schedule .schedule .left .pager .next a {
    height: 35px;
    padding: 12px 40px 0 0;
    color: #fff;
    font-size: 1.2rem;
    background: url(../images/top/ico_next.png) no-repeat right center/30px 30px;
    float: right;
    display: block;
  }
  .block_schedule .schedule .left .pager .all {
    padding: 10px 0 0 0;
    clear: both;
  }
  .block_schedule .schedule .left .pager .all a {
    width: 100px;
    height: 50px;
    margin: 0 auto;
    padding: 0 0 50px 0;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    background: url(../images/top/ico_all.png) no-repeat center bottom/30px 30px;
    display: block;
  }
  .block_schedule .schedule .left .single {
    margin: 0 0 20px 0;
    width: 100%;
    background: #fff;
  }
  .block_schedule .schedule .left .single dl {
    color: #fff;
    background: #8f7300;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .block_schedule .schedule .left .single dl dt {
    width: calc(100% - 70px);
    padding: 3px 10px;
    font-size: 1.4rem;
  }
  .block_schedule .schedule .left .single dl dt span {
    font-size: 1rem;
  }
  .block_schedule .schedule .left .single dl dd {
    width: 70px;
    padding: 5px 5px;
    font-size: 1rem;
    letter-spacing: 1px;
    text-align: center;
  }
  .block_schedule .schedule .left .single dl dd.today {
    background: #ca1330;
  }
  .block_schedule .schedule .left .single dl dd.reserve {
    color: #000;
    background: #daa69c;
  }
  .block_schedule .schedule .left .single .image {
    width: 100%;
    height: auto;
  }
  .block_schedule .schedule .left .single .inner {
    padding: 20px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1.5;
    position: relative;
  }
  .block_schedule .schedule .left .single .inner h3 {
    padding: 0 0 15px 0;
    font-size: 1.6rem;
  }
  .block_schedule .schedule .left .single .inner p.desc {
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
    font-size: 1.2rem;
    border-bottom: 1px solid #8f7300;
  }
  .block_schedule .schedule .left .single .inner ul.sns {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .block_schedule .schedule .left .single .inner ul.sns li {
    margin: 0 0 0 5px;
    color: #7ca4b8;
    vertical-align: middle;
    display: inline-block;
  }
  .block_schedule .schedule .left .single .inner ul.sns li:first-child {
    padding: 2px 0 0 0;
  }
  .block_schedule .schedule .left .single .inner ul.sns li img {
    width: 22px;
  }
  .block_schedule .schedule .left .single .inner ul.btn {
    overflow: hidden;
  }
  .block_schedule .schedule .left .single .inner ul.btn li {
    width: 100%;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho";
    text-align: center;
  }
  .block_schedule .schedule .left .single .inner ul.btn li:first-child {
    margin: 0 0 10px 0;
  }
  .block_schedule .schedule .left .single .inner ul.btn li:first-child a {
    padding: 10px 0;
    background: #daa69c;
    display: block;
  }
  .block_schedule .schedule .left .single .inner ul.btn li:last-child a {
    color: #fff;
    padding: 10px 0;
    background: #8f7300;
    display: block;
  }
  .block_schedule .schedule .left .single .inner .content {
    padding: 30px 0;
    word-break: break-all;
  }
  .block_schedule .schedule .left .single .inner .content * {
    font-size: 1.2rem;
    max-width: 100%;
  }
  .block_schedule .schedule .left .single .inner .content div {
    margin-top: 1.4rem;
  }
  .block_schedule .schedule .left .single .inner .content p {
    margin-top: 1.4rem;
  }
  .block_schedule .schedule .left .search_results li {
    color: #ffffff;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px #ffffff dotted;
  }
  .block_schedule .schedule .left .search_results li:last-child {
    border: 0;
  }
  .block_schedule .schedule .left .search_results li h3 {
    font-size: 1.6rem;
    line-height: 2;
  }
  .block_schedule .schedule .left .search_results li h3 a {
    color: #ffffff;
  }
  .block_schedule .schedule .left .search_results li p {
    font-size: 1.4rem;
    line-height: 2;
  }
  .block_schedule .schedule .right {
    width: 100%;
    padding: 20px;
  }
  .block_schedule .schedule .right h2 {
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 24px;
    text-align: right;
  }
  .block_schedule .schedule .right .calendar {
    margin: 0 0 60px 0;
    padding: 20px;
    background: #fff;
    position: relative;
  }
  .block_schedule .schedule .right .calendar .month {
    width: 50%;
    margin: 0 0 10px 0;
    padding: 0 10px;
    font-size: 2.4rem;
    float: left;
  }
  .block_schedule .schedule .right .calendar .year {
    width: 80px;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    font-size: 1.6rem;
    text-align: right;
    background: url(../images/top/ico.jpg) no-repeat left 2px/20px 19px;
    float: right;
  }
  .block_schedule .schedule .right .calendar table {
    width: 100%;
    text-align: center;
    clear: both;
  }
  .block_schedule .schedule .right .calendar table caption {
    display: none;
  }
  .block_schedule .schedule .right .calendar table tfoot {
    position: absolute;
    bottom: -45px;
  }
  .block_schedule .schedule .right .calendar table tfoot td a {
    text-indent: -9999px;
  }
  .block_schedule .schedule .right .calendar table tfoot td.pad {
    width: 210px;
  }
  .block_schedule .schedule .right .calendar table tfoot td#prev a {
    width: 24px;
    height: 24px;
    background: url(../images/common/arrow_l.png) no-repeat left center;
    background-size: 24px;
    display: block;
  }
  .block_schedule .schedule .right .calendar table tfoot td#next a {
    width: 24px;
    height: 24px;
    background: url(../images/common/arrow_r.png) no-repeat right center;
    background-size: 24px;
    display: block;
  }
  .block_schedule .schedule .right .calendar table td {
    padding: 8px;
    font-size: 1.2rem;
    position: relative;
  }
  .block_schedule .schedule .right .calendar table td a {
    text-decoration: underline;
    position: relative;
    z-index: 2;
    display: block;
  }
  .block_schedule .schedule .right .calendar table td.current:before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 20px;
    border: 1px solid #af0800;
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
  }
  .block_schedule .schedule .right .calendar table td#today:before {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 20px;
    border: 1px solid #af0800;
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
  }
  .block_schedule .schedule .right .search {
    width: 170px;
    overflow: hidden;
    position: absolute;
    top: 35px;
    right: 20px;
  }
  .block_schedule .schedule .right .search input[type=search] {
    -webkit-appearance: none;
    border-radius: 0;
    width: calc(100% - 30px);
    height: 30px;
    padding: 10px;
    border: none;
    outline: none;
    background: #fff;
    float: left;
  }
  .block_schedule .schedule .right .search input[type=submit] {
    width: 30px;
    height: 30px;
    border: none;
    outline: 0;
    background: url(../images/top/ico_search.jpg) no-repeat left center/30px 30px;
    cursor: pointer;
  }
  .block_schedule .schedule .right .search p {
    padding: 5px 0 0 0;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0;
  }
  .block_schedule .schedule .right .pager {
    display: none;
  }
  .block_schedule .schedule .right .list ul li {
    margin: 0 0 10px 0;
    text-align: center;
  }
  .block_schedule .schedule .right .list ul li:nth-child(1) {
    background: #daa69c;
  }
  .block_schedule .schedule .right .list ul li:nth-child(2) {
    background: #8f7300;
  }
  .block_schedule .schedule .right .list ul li a {
    padding: 20px;
    color: #fff;
    font-size: 1.6rem;
    background: url(../images/common/ico_nav.png) no-repeat 15px center;
    display: block;
  }
  .block_schedule .schedule .right .archive {
    display: none;
  }
}
@media print, screen and (min-width: 600px) {
  .news__content {
    padding: 70px 0 50px 0;
  }
  .news__content .block_news {
    width: 980px;
    margin: 0 auto 70px;
    overflow: hidden;
  }
  .news__content .block_news .news {
    padding: 0 55px 0 100px;
    position: relative;
    overflow: hidden;
  }
  .news__content .block_news .news p.title {
    color: #fff;
    font-size: 2.5rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 45px;
    left: 50px;
  }
  .news__content .block_news .news .left {
    width: 495px;
    float: left;
  }
  .news__content .block_news .news .left h2 {
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 2.4rem;
  }
  .news__content .block_news .news .left ul.list {
    width: 100%;
  }
  .news__content .block_news .news .left ul.list li {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px #fff dotted;
    position: relative;
  }
  .news__content .block_news .news .left ul.list li.new:after {
    content: "NEW";
    width: 40px;
    padding: 15px 0;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    background: #daa69c;
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .news__content .block_news .news .left ul.list li.new .post .box dl {
    margin: 0 0 15px 55px;
  }
  .news__content .block_news .news .left ul.list li .post {
    color: #fff;
    overflow: hidden;
    display: block;
  }
  .news__content .block_news .news .left ul.list li .post .img {
    margin-bottom: 20px;
    height: auto;
  }
  .news__content .block_news .news .left ul.list li .post .box {
    width: 100%;
  }
  .news__content .block_news .news .left ul.list li .post .box * {
    max-width: 100%;
  }
  .news__content .block_news .news .left ul.list li .post .box dl {
    margin: 0 0 20px 0;
    line-height: 1.5;
    overflow: hidden;
  }
  .news__content .block_news .news .left ul.list li .post .box dl dt {
    font-size: 1.2rem;
  }
  .news__content .block_news .news .left ul.list li .post .box dl dd {
    font-size: 1.2rem;
  }
  .news__content .block_news .news .left ul.list li .post .box p {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .news__content .block_news .news .left .pager .prev {
    margin: 0 0 0 -20px;
  }
  .news__content .block_news .news .left .pager .prev a {
    height: 67px;
    padding: 27px 0 0 80px;
    color: #fff;
    font-size: 1.5rem;
    background: url(../images/top/ico_prev.png) no-repeat left center;
    float: left;
    display: block;
  }
  .news__content .block_news .news .left .pager .next {
    margin: 0 -20px 0 0;
  }
  .news__content .block_news .news .left .pager .next a {
    height: 67px;
    padding: 27px 80px 0 0;
    color: #fff;
    font-size: 1.5rem;
    background: url(../images/top/ico_next.png) no-repeat right center;
    float: right;
    display: block;
  }
  .news__content .block_news .news .left .pager .all {
    clear: both;
  }
  .news__content .block_news .news .left .pager .all a {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 0 0 80px 0;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    background: url(../images/top/ico_all.png) no-repeat center bottom;
    display: block;
  }
  .news__content .block_news .news .right {
    width: 280px;
    float: right;
  }
  .news__content .block_news .news .right .search {
    margin: 0 0 30px 0;
    overflow: hidden;
  }
  .news__content .block_news .news .right .search input[type=search] {
    -webkit-appearance: none;
    border-radius: 0;
    width: 230px;
    height: 50px;
    padding: 10px;
    border: none;
    outline: none;
    background: #fff;
    float: left;
  }
  .news__content .block_news .news .right .search input[type=submit] {
    width: 50px;
    height: 50px;
    border: none;
    outline: 0;
    background: url(../images/top/ico_search.jpg) no-repeat left center;
    cursor: pointer;
  }
  .news__content .block_news .news .right .search p {
    margin: 15px 0 0 180px;
    padding: 5px 0 5px 15px;
    color: #fff;
    font-size: 1.5rem;
    border-left: 2px solid #fff;
  }
  .news__content .block_news .news .right .archive {
    margin: 80px 0 0 0;
  }
  .news__content .block_news .news .right .archive ul {
    padding: 0 0 50px 150px;
  }
  .news__content .block_news .news .right .archive ul li {
    margin: 0 0 10px 0;
    padding: 5px 0 5px 45px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .news__content .block_news .news .right .archive ul li.current {
    background: url(../images/common/ico_nav.png) no-repeat 15px center;
  }
  .news__content .block_news .news .right .archive ul li a {
    font-size: 1.2rem;
    color: #fff;
  }
}
@media print, screen and (max-width: 599px) {
  .news__content {
    padding: 0 0 50px 0;
  }
  .news__content .block_news {
    overflow: hidden;
  }
  .news__content .block_news .news {
    position: relative;
    overflow: hidden;
  }
  .news__content .block_news .news p.title {
    color: #fff;
    font-size: 1.6rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 130px;
    left: 20px;
  }
  .news__content .block_news .news .left {
    padding: 35px 20px 0 45px;
    float: none;
  }
  .news__content .block_news .news .left h2 {
    margin: 60px 0 20px 0;
    color: #fff;
    font-size: 1.4rem;
  }
  .news__content .block_news .news .left ul.list {
    width: 100%;
  }
  .news__content .block_news .news .left ul.list li {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    position: relative;
    border-bottom: 1px #fff dotted;
  }
  .news__content .block_news .news .left ul.list li.new:after {
    content: "NEW";
    width: 32px;
    padding: 11px 0;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0;
    text-align: center;
    background: #daa69c;
    position: absolute;
    top: 2px;
    left: 2px;
  }
  .news__content .block_news .news .left ul.list li.new .post .box dl {
    margin: 0 0 10px 45px;
  }
  .news__content .block_news .news .left ul.list li .post {
    color: #fff;
    overflow: hidden;
    display: block;
  }
  .news__content .block_news .news .left ul.list li .post .img {
    margin-bottom: 10px;
  }
  .news__content .block_news .news .left ul.list li .post .box {
    width: 100%;
  }
  .news__content .block_news .news .left ul.list li .post .box * {
    max-width: 100%;
  }
  .news__content .block_news .news .left ul.list li .post .box dl {
    margin: 0 0 10px 0;
    line-height: 1.5;
    overflow: hidden;
  }
  .news__content .block_news .news .left ul.list li .post .box dl dt {
    font-size: 1rem;
  }
  .news__content .block_news .news .left ul.list li .post .box dl dd {
    font-size: 1rem;
    letter-spacing: 1px;
  }
  .news__content .block_news .news .left ul.list li .post .box p {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
  }
  .news__content .block_news .news .left .pager .prev {
    margin: 0 0 0 -5px;
  }
  .news__content .block_news .news .left .pager .prev a {
    height: 35px;
    padding: 12px 0 0 40px;
    color: #fff;
    font-size: 1.2rem;
    background: url(../images/top/ico_prev.png) no-repeat left center/30px 30px;
    float: left;
    display: block;
  }
  .news__content .block_news .news .left .pager .next {
    margin: 0 -5px 0 0;
  }
  .news__content .block_news .news .left .pager .next a {
    height: 35px;
    padding: 12px 40px 0 0;
    color: #fff;
    font-size: 1.2rem;
    background: url(../images/top/ico_next.png) no-repeat right center/30px 30px;
    float: right;
    display: block;
  }
  .news__content .block_news .news .left .pager .all {
    padding: 10px 0 0 0;
    clear: both;
  }
  .news__content .block_news .news .left .pager .all a {
    width: 100px;
    height: 50px;
    margin: 0 auto;
    padding: 0 0 50px 0;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    background: url(../images/top/ico_all.png) no-repeat center bottom/30px 30px;
    display: block;
  }
  .news__content .block_news .news .right {
    width: 100%;
    padding: 20px;
  }
  .news__content .block_news .news .right .search {
    width: 170px;
    overflow: hidden;
    position: absolute;
    top: 35px;
    right: 20px;
  }
  .news__content .block_news .news .right .search input[type=search] {
    -webkit-appearance: none;
    border-radius: 0;
    width: calc(100% - 30px);
    height: 30px;
    padding: 10px;
    border: none;
    outline: none;
    background: #fff;
    float: left;
  }
  .news__content .block_news .news .right .search input[type=submit] {
    width: 30px;
    height: 30px;
    border: none;
    outline: 0;
    background: url(../images/top/ico_search.jpg) no-repeat left center/30px 30px;
    cursor: pointer;
  }
  .news__content .block_news .news .right .search p {
    margin: 10px 0 0 100px;
    padding: 3px 0 3px 10px;
    color: #fff;
    font-size: 1rem;
    border-left: 2px solid #fff;
  }
  .news__content .block_news .news .right .archive {
    display: none;
  }
}
@media print, screen and (min-width: 600px) {
  .about__content {
    padding: 2px 0 100px 0;
  }
  .about__content .inner {
    margin: 0 auto;
    padding: 0 50px 50px 50px;
    max-width: 1080px;
    background: #fff;
  }
  .about__content h2 {
    padding: 100px 0;
    color: #000;
    font-size: 1.8rem;
    text-align: center;
    line-height: 2;
    background: #daa69c url(../images/about/ico_h2.png) no-repeat center 220px;
  }
  .about__content h2 span {
    font-size: 1.8rem;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .about__content .block_reservation {
    width: 980px;
    margin: 0 auto 100px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #000;
    text-align: center;
    overflow: hidden;
  }
  .about__content .block_reservation h3 {
    margin: 70px 0 30px 0;
    padding: 40px 0 0 0;
    font-size: 1.6rem;
    background: url(../images/top/ico.jpg) no-repeat center 0;
    background-size: 20px;
  }
  .about__content .block_reservation p {
    margin: 0 0 20px 0;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .about__content .block_reservation p strong {
    font-size: 1.3rem;
    font-weight: bold;
  }
  .about__content .block_reservation p span.pink {
    color: #cba39a;
  }
  .about__content .block_reservation p.note {
    text-align: left;
    display: inline-block;
  }
  .about__content .block_reservation a.btn {
    width: 380px;
    margin: 50px auto 10px auto;
    padding: 10px 0;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    background: #daa69c;
    display: block;
  }
  .about__content .block_reservation a.btn.blue {
    margin: 0 auto 20px auto;
    padding: 20px 0;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho";
    font-size: 2rem;
    background: #849fb2;
  }
  .about__content .block_private {
    width: 980px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
  }
  .about__content .block_private .visual {
    width: 980px;
    height: 650px;
    color: #fff;
    background: url(../images/about/bg_private.jpg) no-repeat center center/cover;
  }
  .about__content .block_private .visual dl {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .about__content .block_private .visual dl dt {
    width: 100%;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 3rem;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  .about__content .block_private .visual dl dd {
    width: 100%;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.4rem;
    position: absolute;
    bottom: 80px;
  }
  .about__content .block_private .visual p {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
  }
  .about__content .block_private .txt {
    padding: 30px 0 0 0;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .about__content .block_private .txt .sp {
    display: none;
  }
  .about__content .block_private .txt p {
    margin: 0 0 20px 0;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .about__content .block_private .txt p.note {
    text-align: left;
    display: inline-block;
  }
  .about__content .block_private .txt p.note span {
    font-size: 1.2rem;
  }
  .about__content .block_private .txt p.fs16 {
    font-size: 1.6rem;
  }
  .about__content .block_private .txt p.fs20 {
    font-size: 2rem;
  }
  .about__content .block_private .txt a.btn {
    width: 570px;
    margin: 50px auto 10px auto;
    padding: 15px 0;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    background: #daa69c;
    display: block;
  }
  .about__content .block_private .txt .pink {
    color: #cba39a;
  }
  .about__content .block_private .price {
    margin: 30px auto 0 auto;
    width: 100%;
    max-width: 690px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .about__content .block_private .price th {
    padding: 15px 0;
    color: #fff;
    font-size: 1.4rem;
    background: #84a0b3;
    border: 1px #fff solid;
  }
  .about__content .block_private .price td {
    padding: 15px 0;
    width: 50%;
    color: #000;
    font-size: 1.4rem;
    background: #e6e6e6;
    border: 1px #fff solid;
  }
  .about__content .block_wedding .bana {
    display: block;
  }
  .about__content .block_wedding .bana img {
    margin: 0 auto;
    display: block;
  }
  .about__content .block_wedding .txt {
    margin: 10px 0 50px 0;
    font-size: 1.1rem;
    text-align: center;
  }
  .about__content .block_wedding .txt .sp {
    display: none;
  }
  .about__content .block_performance {
    width: 980px;
    margin: 0 auto;
  }
  .about__content .block_performance .visual {
    height: 650px;
    color: #fff;
    text-align: center;
    background: url(../images/about/bg_performance.jpg) no-repeat center center/cover;
  }
  .about__content .block_performance .visual dl {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .about__content .block_performance .visual dl dt {
    width: 100%;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 3rem;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  .about__content .block_performance .visual dl dd {
    width: 100%;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.4rem;
    position: absolute;
    bottom: 80px;
  }
  .about__content .block_performance .txt {
    margin: 40px 0;
  }
  .about__content .block_performance .txt p {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
  }
  .about__content .block_performance a.btn {
    width: 380px;
    margin: 30px auto 0;
    padding: 10px 0;
    color: #fff;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 17px;
    text-align: center;
    background: #daa69c;
    display: block;
  }
  .about__content .block_performance .pink {
    margin: 10px 0 0 0;
    color: #cba39a;
    font-size: 1.1rem;
    text-align: center;
  }
}
@media print, screen and (max-width: 599px) {
  .about__content h2 {
    padding: 50px 0;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    line-height: 2;
    background: #daa69c url(../images/about/ico_h2.png) no-repeat center 130px;
  }
  .about__content h2 span {
    font-size: 1.4rem;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .about__content .block_reservation {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 40px 20px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    text-align: center;
    overflow: hidden;
    background: #fff;
  }
  .about__content .block_reservation h3 {
    margin: 30px 0 30px 0;
    padding: 30px 0 0 0;
    font-size: 1.4rem;
    background: url(../images/top/ico.jpg) no-repeat center 0;
    background-size: 16px;
  }
  .about__content .block_reservation p {
    margin: 0 0 20px 0;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .about__content .block_reservation p strong {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .about__content .block_reservation p span {
    text-align: left;
    display: inline-block;
  }
  .about__content .block_reservation p span.pink {
    color: #cba39a;
  }
  .about__content .block_reservation a.btn {
    width: 280px;
    margin: 30px auto 10px;
    padding: 10px 0;
    color: #fff;
    font-size: 1.4rem;
    background: #daa69c;
    display: block;
  }
  .about__content .block_private {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #fff;
  }
  .about__content .block_private .visual {
    width: 100%;
    height: 250px;
    color: #fff;
    background: url(../images/about/bg_private.jpg) no-repeat center center/cover;
  }
  .about__content .block_private .visual dl {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .about__content .block_private .visual dl dt {
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  .about__content .block_private .visual dl dd {
    width: 100%;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1rem;
    position: absolute;
    bottom: 40px;
  }
  .about__content .block_private .txt {
    padding: 15px 20px 0 20px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .about__content .block_private .txt .pc {
    display: none;
  }
  .about__content .block_private .txt p {
    margin: 0 0 20px 0;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .about__content .block_private .txt p.note {
    text-align: left;
    display: inline-block;
  }
  .about__content .block_private .txt .pink {
    margin: 10px 0 0 0;
    color: #cba39a;
    font-size: 1.1rem;
    text-align: center;
  }
  .about__content .block_private .txt a.btn {
    width: 100%;
    margin: 30px auto 0;
    padding: 10px 0;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    background: #daa69c;
    display: block;
  }
  .about__content .block_private .price {
    margin: 0 auto 10px auto;
    width: 90%;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .about__content .block_private .price th {
    padding: 15px 0;
    color: #fff;
    font-size: 1.4rem;
    background: #84a0b3;
    border: 1px #fff solid;
  }
  .about__content .block_private .price td {
    padding: 15px 0;
    width: 50%;
    color: #000;
    font-size: 1.4rem;
    background: #e6e6e6;
    border: 1px #fff solid;
  }
  .about__content .block_wedding {
    padding: 30px 0;
    background: #fff;
  }
  .about__content .block_wedding .bana {
    margin: 0 auto;
    width: 90%;
    display: block;
  }
  .about__content .block_wedding .txt {
    margin: 10px 0 50px 0;
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: center;
  }
  .about__content .block_wedding .txt .sp {
    display: block;
  }
  .about__content .block_performance {
    margin: 0 auto;
    padding: 0 0 30px 0;
    background: #fff;
  }
  .about__content .block_performance .visual {
    margin: 0 0 15px 0;
    width: 100%;
    height: 250px;
    color: #fff;
    text-align: center;
    background: url(../images/about/bg_performance.jpg) no-repeat center center/cover;
  }
  .about__content .block_performance .visual dl {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .about__content .block_performance .visual dl dt {
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  .about__content .block_performance .visual dl dd {
    width: 100%;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1rem;
    position: absolute;
    bottom: 20px;
  }
  .about__content .block_performance .txt p {
    padding: 0 20px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: center;
  }
  .about__content .block_performance a.btn {
    margin: 30px auto 0;
    padding: 10px 0;
    width: 90%;
    color: #fff;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.3rem;
    text-align: center;
    background: #daa69c;
    display: block;
  }
  .about__content .block_performance .pink {
    margin: 10px 0 0 0;
    color: #cba39a;
    font-size: 1.1rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 600px) {
  .reserve__content {
    padding: 100px 0 150px 0;
  }
  .reserve__content h2 {
    padding: 0 0 50px 0;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    line-height: 2;
  }
  .reserve__content h2 span {
    font-size: 1.8rem;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .reserve__content .block {
    width: 640px;
    margin: 0 auto;
  }
  .reserve__content .block dl {
    overflow: hidden;
  }
  .reserve__content .block dl dt {
    width: 220px;
    margin: 0 0 25px 0;
    padding: 4px 0 0 0;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.5;
    float: left;
  }
  .reserve__content .block dl dd {
    width: 420px;
    margin: 0 0 25px 0;
    color: #fff;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.2rem;
    float: right;
  }
  .reserve__content .block dl dd input[type=text] {
    height: 26px;
    margin: 0 20px 0 0;
    padding: 0 10px;
  }
  .reserve__content .block dl dd input[type=text]:last-of-type {
    margin: 0 !important;
  }
  .reserve__content .block dl dd input[type=text].s {
    width: 130px;
    margin: 0 15px 0 0;
  }
  .reserve__content .block dl dd input[type=text].m {
    width: 200px;
  }
  .reserve__content .block dl dd input[type=text].mm {
    width: 300px;
    margin: 0 0 0 10px !important;
  }
  .reserve__content .block dl dd input[type=text].l {
    width: 420px;
  }
  .reserve__content .block dl dd select {
    width: 70px;
    height: 26px;
    padding: 0 20px;
    vertical-align: top;
  }
  .reserve__content .block dl dd span {
    padding: 7px 10px 0 5px;
    font-size: 1.2rem;
    display: inline-block;
  }
  .reserve__content .block dl dd span.error {
    color: #ffffff;
    font-size: 1.4rem;
    display: none;
  }
  .reserve__content .block dl dd input[type=radio] {
    vertical-align: top;
  }
  .reserve__content .block dl dd input[type=radio] + label {
    margin: 4px 0 0 0;
    padding: 0 20px 0 5px;
    vertical-align: top;
    font-size: 1.2rem;
    display: inline-block;
  }
  .reserve__content .block dl dd textarea {
    width: 420px;
    height: 70px;
    padding: 10px;
  }
  .reserve__content .block dl dd input[type=checkbox] {
    margin: 10px 0 10px 0;
  }
  .reserve__content .block dl dd input[type=checkbox] + label {
    padding: 10px 0 0 10px;
    vertical-align: top;
    font-size: 1.1rem;
    display: inline-block;
  }
  .reserve__content .block .btn {
    text-align: right;
  }
  .reserve__content .block .btn input[type=submit] {
    width: 100px;
    margin: 0 50px 0 0;
    padding: 5px 0 3px 0;
    color: #fff;
    font-size: 1.4rem;
    background: #86721b;
    cursor: pointer;
    transition: all 0.35s;
  }
  .reserve__content .block .btn input[type=submit]:hover {
    opacity: 0.5;
  }
  .reserve__content .complete {
    width: 960px;
    margin: 0 auto;
    padding: 60px 0 45px 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
  }
  .reserve__content .complete .logo {
    margin: 0 0 30px 0;
  }
  .reserve__content .complete .logo img {
    width: 50px;
  }
  .reserve__content .complete h2 {
    padding: 0 0 20px 0;
    color: #35302f;
    font-size: 1.8rem;
  }
  .reserve__content .complete p.txt {
    margin: 0 0 60px 0;
    color: #35302f;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.7rem;
    line-height: 1.7;
  }
  .reserve__content .complete ul {
    width: 250px;
    margin: 0 auto;
  }
  .reserve__content .complete ul li {
    margin: 0 0 10px 0;
  }
  .reserve__content .complete ul li a {
    padding: 12px 0;
    color: #fff;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.7rem;
    background: #86721b;
    display: block;
  }
}
@media print, screen and (max-width: 599px) {
  .reserve__content h2 {
    padding: 50px 0 30px 0;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    line-height: 2;
  }
  .reserve__content h2 span {
    font-size: 1.4rem;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .reserve__content .block {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 50px 20px;
  }
  .reserve__content .block dl {
    overflow: hidden;
  }
  .reserve__content .block dl dt {
    margin: 0 0 5px 0;
    padding: 4px 0 0 0;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .reserve__content .block dl dd {
    margin: 0 0 20px 0;
    color: #fff;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.2rem;
  }
  .reserve__content .block dl dd input[type=text] {
    height: 26px;
    margin: 0 5% 0 0;
    padding: 0 10px;
  }
  .reserve__content .block dl dd input[type=text]:last-of-type {
    margin: 0 !important;
  }
  .reserve__content .block dl dd input[type=text].s {
    width: 30%;
  }
  .reserve__content .block dl dd input[type=text].m {
    width: 47.5%;
  }
  .reserve__content .block dl dd input[type=text].mm {
    width: calc(100% - 100px);
    margin: 0 0 0 15px !important;
  }
  .reserve__content .block dl dd input[type=text].l {
    width: 100%;
  }
  .reserve__content .block dl dd select {
    width: 55px;
    height: 26px;
    padding: 0 20px;
    vertical-align: top;
  }
  .reserve__content .block dl dd span {
    padding: 7px 5px 0 5px;
    font-size: 1.2rem;
    display: inline-block;
  }
  .reserve__content .block dl dd span.error {
    color: #ff2d6c;
    display: block;
  }
  .reserve__content .block dl dd input[type=radio] {
    vertical-align: top;
  }
  .reserve__content .block dl dd input[type=radio] + label {
    margin: 4px 0 0 0;
    padding: 0 20px 0 5px;
    vertical-align: top;
    font-size: 1.2rem;
    display: inline-block;
  }
  .reserve__content .block dl dd textarea {
    width: 420px;
    height: 70px;
    padding: 10px;
  }
  .reserve__content .block dl dd input[type=checkbox] {
    margin: 8px 0 10px 0;
  }
  .reserve__content .block dl dd input[type=checkbox] + label {
    padding: 8px 0 10px 10px;
    vertical-align: top;
    font-size: 1.1rem;
    line-height: 1.5;
    display: inline-block;
  }
  .reserve__content .block .btn {
    text-align: right;
  }
  .reserve__content .block .btn input[type=submit] {
    width: 100%;
    margin: 0 50px 0 0;
    padding: 10px 0;
    color: #fff;
    font-size: 1.4rem;
    background: #86721b;
    cursor: pointer;
    transition: all 0.35s;
  }
  .reserve__content .block .btn input[type=submit]:hover {
    opacity: 0.5;
  }
  .reserve__content .complete {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
  }
  .reserve__content .complete .logo {
    margin: 0 0 30px 0;
  }
  .reserve__content .complete .logo img {
    width: 50px;
  }
  .reserve__content .complete h2 {
    padding: 0 0 20px 0;
    color: #35302f;
    font-size: 1.4rem;
  }
  .reserve__content .complete p.txt {
    margin: 0 0 30px 0;
    color: #35302f;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.2rem;
    line-height: 1.7;
  }
  .reserve__content .complete ul {
    width: 200px;
    margin: 0 auto;
  }
  .reserve__content .complete ul li {
    margin: 0 0 10px 0;
  }
  .reserve__content .complete ul li a {
    padding: 12px 0;
    color: #fff;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.3rem;
    background: #86721b;
    display: block;
  }
}
@media print, screen and (min-width: 600px) {
  .spec__content .inner {
    margin: 0 auto;
    padding: 100px 200px;
    max-width: 1000px;
    background: #fff;
  }
  .spec__content .inner h2 {
    padding: 50px 0;
    color: #000;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.8rem;
    text-align: center;
    line-height: 2;
    background: url(../images/top/ico.jpg) no-repeat center 0;
  }
  .spec__content .inner .block_spec {
    margin: 0 0 50px 0;
  }
  .spec__content .inner .block_spec p {
    margin: 30px 0;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.4rem;
    text-align: center;
  }
  .spec__content .inner .block_spec ul li a {
    margin: 0 auto 20px auto;
    padding: 10px 0;
    width: 345px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    background: #839fb2 url(../images/spec/arrow.png) no-repeat 25px center;
    background-size: 12px;
    display: block;
    border-radius: 14px;
  }
  .spec__content .inner .block_mail img {
    margin: 0 0 30px 0;
  }
  .spec__content .inner .block_mail p {
    margin: 0 0 20px 0;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.4rem;
    text-align: center;
  }
  .spec__content .inner .block_mail p a {
    margin: 0 0 10px 0;
    padding: 10px 0;
    width: 100%;
    color: #fff;
    line-height: 1;
    background: #cba39a;
    display: block;
  }
  .spec__content .inner .block_mail p span {
    color: #cba39a;
    font-size: 1.4rem;
  }
  .spec__content ul.menu {
    margin: 100px auto;
    text-align: center;
  }
  .spec__content ul.menu li {
    margin: 0 30px;
    display: inline-block;
  }
  .spec__content ul.menu li a {
    height: 200px;
    padding: 50px 20px 0 20px;
    color: #78a1b5;
    font-size: 1.3rem;
    text-align: left;
    border-radius: 10px;
    background: #fff url(../images/top/ico_iroha.png) no-repeat center 15px;
    display: block;
    /*position: absolute;
    right: 0;
    bottom: 0;*/
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transition: all 0.2s;
  }
}
@media print, screen and (max-width: 599px) {
  .spec__content .inner {
    padding: 0 20px 30px 20px;
    background: #fff;
  }
  .spec__content .inner h2 {
    padding: 50px 0 30px 0;
    color: #000;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.4rem;
    text-align: center;
    line-height: 2;
    background: url(../images/top/ico.jpg) no-repeat center 20px;
    background-size: 20px;
  }
  .spec__content .inner .block_spec {
    margin: 0 0 50px 0;
  }
  .spec__content .inner .block_spec p {
    margin: 20px 0;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: center;
  }
  .spec__content .inner .block_spec ul li a {
    margin: 0 auto 10px auto;
    padding: 10px 0;
    width: 100%;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    background: #839fb2 url(../images/spec/arrow.png) no-repeat 25px center;
    background-size: 10px;
    display: block;
    border-radius: 14px;
  }
  .spec__content .inner .block_mail img {
    margin: 0 0 20px 0;
  }
  .spec__content .inner .block_mail p {
    margin: 0 0 15px 0;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.2rem;
    text-align: center;
  }
  .spec__content .inner .block_mail p a {
    margin: 0 0 10px 0;
    padding: 10px 0;
    width: 100%;
    color: #fff;
    line-height: 1;
    background: #cba39a;
    display: block;
  }
  .spec__content .inner .block_mail p span {
    color: #cba39a;
    font-size: 1.2rem;
  }
  .spec__content ul.menu {
    margin: 30px auto;
    text-align: center;
  }
  .spec__content ul.menu li {
    margin: 0 20px;
    display: inline-block;
  }
  .spec__content ul.menu li a {
    height: 200px;
    padding: 50px 20px 0 20px;
    color: #78a1b5;
    font-size: 1.2rem;
    text-align: left;
    border-radius: 10px;
    background: #fff url(../images/top/ico_iroha.png) no-repeat center 15px;
    display: block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transition: all 0.2s;
  }
}/*# sourceMappingURL=style.css.map */