@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');

@charset 'utf-8';
/* Scene: ver.202309250000 */
/*
 reset
*/
* {
  box-sizing: border-box;
  border-collapse: collapse;
  word-wrap: normal;
  word-break: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}
table {
  border-collapse: collapse;
}
a img {
  border: none;
}
.hotspot {
  cursor: pointer;
}
#tt {
  position: absolute;
  display: block;
  background: url(/img/tooltip/tt_left.gif) top left no-repeat;
}
#tttop {
  display: block;
  height: 5px;
  margin-left: 5px;
  background: url(/img/tooltip/tt_top.gif) top right no-repeat;
  overflow: hidden;
}
#ttcont {
  display: block;
  padding: 2px 12px 3px 7px;
  margin-left: 5px;
  background: #ccc;
  color: #333;
  font-size: 10px;
  line-height: 16px;
}
#ttcont div.schedule_title {
  font-size: 13px;
}
#ttcont div.schedule_body {
  font-size: 11px;
}
#ttbot {
  display: block;
  height: 5px;
  margin-left: 5px;
  background: url(/img/tooltip/tt_bottom.gif) top right no-repeat;
  overflow: hidden;
}
/*
 パーツ表示切替用style
*/
.site_description {
  display: block;
}
.shop_name {
  display: block;
}
.shop_tel {
  display: none;
}
.shop_rss {
  display: none;
}
.today_area {
  display: none;
}
.qr_area {
  display: none;
}
.counter_area {
  display: none;
}
.copyright {
  display: block;
}
.powered {
  display: none;
}
/*
 link(default)
*/
a:link,
a:visited {
  text-decoration: none;
  color: #333;
}
a:hover,
a:active {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #919191;
}
/*
 html / body / container
*/
html {
  font-size: 62.5%;
  line-height: 1.8;
  font-family: 'Sawarabi Mincho';
}
@media only screen and (max-width: 600px) {
  html {
    font-size: 46.875%;
    line-height: 1.6;
  }
}
table {
  width: 100%;
  max-width: 650px;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 1.6em;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll;
}

@media only screen and (max-width: 600px) {
  body {
    overflow-x: hidden;
  }
}
#wrap_slider {
  height: 100px;
}
/*
 header
*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-bottom: 1px solid #333;
  transition: top .5s;
  height: 100px;
}
@media only screen and (max-width: 800px) {
  #header {
    height: 50px;
    padding: 20px;
    background: none;
    border-bottom: none;
  }
}
#header > .inner {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  top: 34%;
}
@media only screen and (max-width: 1000px) {
  #header > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#header .element {
  text-align: center;
  line-height: 1.2;
}
#header .shop_tel {
  position: relative;
  right: 0;
  top: 0;
  margin: 0;
  text-align: right;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
#header .shop_tel i {
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 800px) {
  #header .shop_tel {
    text-align: center;
  }
}
#header .navi.pc {
  font-size: 15px;
  font-size: 1.5rem;
}
#header .navi.pc li {
  display: inline-block;
  margin: 0;
  border-right: 1px solid #333;
  line-height: 0.5;
  font-size: 17px;
}
#header .navi.pc li a {
  display: block;
  padding: .3em .8em;
}
#header .navi.pc li:first-child {
  margin-bottom: 5px;
}
#header .navi.pc li:last-child {
  border-right: none;
  margin-top: 3px;
}
@media only screen and (max-width: 800px) {
  #header .navi.pc {
    display: none;
  }
}
#header.hide {
  top: -200px;
}
#header .navi.mobile {
  top: 0;
  display: none;
  width: 100%;
  padding: 3em;
  background-color: #379aa9;
  margin-left: 180px;
}
@media only screen and (max-width: 600px) {
  #header .navi.mobile {
    margin-left: 50px;
  }
}
#header .navi.mobile ul {
  position: relative;
  width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
#header .navi.mobile ul li {
  display: block;
  max-width: 800px;
  margin: 5px auto 0;
  text-align: left;
}
#header .navi.mobile ul li a {
  display: block;
  padding: .5em;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
  color: #fff;
}
#header .navi.mobile ul li.active > a {
  background: transparent;
  cursor: default;
}
#header .navi.mobile ul li .sub_navi {
  width: 100%;
  margin: 0;
  padding: 5px;
}
#header .navi.mobile ul li .sub_navi li:first-child {
  margin: 0;
}
#header .navi.mobile ul li .sub_navi li a:hover {
  background: #24656f;
}
#header #button_navi {
  position: absolute;
  right: 20px;
  top: 0;
  display: none;
  width: 24px;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  #header #button_navi {
    display: block;
  }
  #header #button_navi div {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -15px -25px 0;
    font-size: 28px;
    font-size: 2.8rem;
    width: 55px;
    height: 55px;
    text-align: center;
    background: #fff;
  }
  #header #button_navi div > .navi_btn {
    line-height: 40px;
    width: 30px;
    height: 30px;
    margin-top: 16px;
    display: inline-block;
    background: transparent url(/img/theme_scene/navi_button.svg) 0 0 no-repeat;
  }
  #header #button_navi div > .navi_close {
    margin-top: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: transparent url(/img/theme_scene/navi_close.svg) 0 0 no-repeat;
  }
}
@media only screen and (max-width: 600px) {
  #header #button_navi div {
    margin: -15px -10px 0;
    width: 40px;
    height: 40px;
  }
  #header #button_navi div > .navi_btn {
    width: 20px;
    height: 20px;
    margin-top: 12px;
  }
}
.logo_area {
  display: none;
}
body#top .logo_area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.logo_area.slide_logo {
  display: block;
}
/*
 content, section
*/
#content {
  position: relative;
  min-height: 80vh;
}
#content > .inner {
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1000px) {
  #content > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#content h2 {
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  #content h2 {
    font-size: 23px;
  }
}
#content h2.page_title {
  padding: 80px 0;
  background: #379aa9;
  text-align: center;
  margin-top: 100px;
}
@media only screen and (max-width: 800px) {
  #content h2.page_title {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  #content h2.page_title {
    padding: 40px 0;
  }
  #content h2.page_title a {
    font-size: 23px;
  }
}
#content h2.page_title a {
  left: 0;
}
#content h2 a,
#content h2 span {
  color: #fff;
  font-size: 30px;
}
@media only screen and (max-width: 600px) {
  #content h2 a,
  #content h2 span {
    font-size: 23px;
  }
}
/*
 pager
*/
.pager {
  position: relative;
  margin: 0;
  font-family: 'Sawarabi Mincho';
}
.pager > .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 800px) {
  .pager > .inner {
    padding: 20px 0 30px;
  }
}
@media only screen and (max-width: 600px) {
  .pager > .inner {
    padding: 10px;
    margin-bottom: 50px;
  }
}
.pager > .inner div {
  position: relative;
  text-align: center;
}
.pager > .inner div a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 3px .15em;
  text-decoration: none;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 38px;
  color: #333;
}
.pager > .inner div a.chk {
  background: #c1c1c1;
  cursor: pointer;
}
.pager > .inner div a:hover {
  background: #9c9c9c;
}
@media only screen and (max-width: 800px) {
  .pager .inner {
    position: relative;
    left: 0;
  }
  .pager .inner div {
    position: relative;
    left: 0;
  }
  .pager .inner div a {
    display: none;
    line-height: 42px;
  }
  .pager .inner div a.next,
  .pager .inner div a.prev {
    float: left;
    display: block;
    margin: 0;
    font-size: 30px;
    font-size: 3rem;
  }
  .pager .inner div a.next {
    float: right;
  }
  .pager .inner div a.chk {
    display: block;
    position: absolute;
    left: 50%;
    float: none;
    background: transparent;
    margin: 0 0 0 -20px;
    font-size: 30px;
    font-size: 3rem;
  }
}
/*
 gadgets
*/
.gadgets {
  margin: 50px 0 0;
}
.gadgets > .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.navi_parts_detail {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px;
}
.navi_parts_detail img,
.navi_parts_detail iframe,
.navi_parts_detail object,
.navi_parts_detail embed {
  max-width: 100%;
}
#google_translate_element .goog-te-gadget a {
  pointer-events: none;
}
/*
 sidebar
*/
.sidebar {
  margin: 50px 0 0;
}
.sidebar > .inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .sidebar > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .sidebar > .inner {
    margin-bottom: -50px;
    border-top: 1px dotted none;
  }
}
.sidebar .block {
  width: 33%;
  vertical-align: top;
  margin: 0;
  padding: 0 3%;
  border-left: 1px dotted none;
  text-align: center;
}
.sidebar .block:first-child {
  margin: 0;
  border: none;
}
.sidebar .block h3 {
  margin: 0 0 10px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
}
@media only screen and (max-width: 800px) {
  .sidebar .block {
    width: 25%;
  }
}
@media only screen and (max-width: 600px) {
  .sidebar .block {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    border-left: none;
    border-top: 1px dotted none;
    text-align: center;
  }
  .sidebar .block.qr_area {
    display: none !important;
  }
}
/*
 social
*/
.social {
  padding: 40px 0 40px;
}
@media only screen and (max-width: 600px) {
  .social {
    padding-top: 30px;
  }
}
.social > .inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .social > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.social #social_widgets .social_widget {
  display: inline-block;
  height: 20px;
  margin: 10px 0 0 10px;
  vertical-align: middle;
}
.social #social_widgets .social_widget:first-child {
  margin-left: 0;
}
.social #social_widgets .social_widget#widget_facebook_like {
  width: 180px;
}
.social #social_widgets .social_widget#widget_facebook_like iframe {
  width: 180px;
}
.social #social_widgets .social_widget#widget_facebook_follow {
  width: 148px;
}
.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_follow iframe {
  width: 148px;
}
.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox {
  width: 340px;
  height: 72px;
  overflow: hidden;
}
.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox > div {
  display: inline-block;
  width: 340px;
}
@media only screen and (max-width: 600px) {
  .social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox {
    width: 100%;
    margin-left: 0;
  }
}
/*
 footer
*/
#footer {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  background-color: #379aa9;
}
#footer > .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 0 40px;
}
#footer > .inner a {
  color: #fff;
}
#footer > .inner a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1000px) {
  #footer > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#footer .social_icons {
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 1;
}
#footer .social_icons a {
  display: inline-block;
  margin: 0;
  padding: .3em;
  vertical-align: bottom;
}
#footer .social_icons a:hover,
#footer .social_icons a:active {
  background: #379aa9;
  text-decoration: none;
}
#footer .social_icons a span {
  display: block;
}
#footer .copyright {
  font-size: 15px;
}
#footer .copyright > a {
  color: #fff;
}
#footer .shop_name {
  font-size: 30px;
  font-size: 3rem;
}
/*
 totopボタン
*/
.totop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10000;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .totop {
    right: 10px;
    bottom: 10px;
  }
}
.totop .button {
  visibility: hidden;
  display: block;
  width: 55px;
  height: 55px;
  padding: 10px;
  margin: 0 0 0 auto;
  background: #fff;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 600px) {
  .totop .button {
    width: 40px;
    height: 40px;
  }
}
.totop .button.is-visible {
  visibility: visible;
  background: #fff;
}
.totop .button:hover {
  cursor: pointer;
}
body.modal-open .totop,
body.navi-open .totop {
  display: none;
}
@font-face {
  font-family: 'icomoon';
  src: url('/css/social-icon-fonts/social-icon.eot?3koa62');
  src: url('/css/social-icon-fonts/social-icon.eot?3koa62#iefix') format('embedded-opentype'), url('/css/social-icon-fonts/social-icon.ttf?3koa62') format('truetype'), url('/css/social-icon-fonts/social-icon.woff?3koa62') format('woff'), url('/css/social-icon-fonts/social-icon.svg?3koa62#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^='icon-'],
[class*='icon-'] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-instagram:before {
  content: '\e900';
}
.icon-facebook:before {
  content: '\e901';
}
.icon-twitter:before {
  content: '\e902';
}
#custom_staff .staff_wrap clearfix {
  max-width: 650px;
}
/*
 WYSIWYGフィールド表示制御
*/
.textfield {
  width: 650px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .textfield {
    width: auto;
  }
}
.textfield .free_body_wrapper {
  margin-top: 50px;
  font-size: 17px;
  min-height: 50vh;
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .textfield .free_body_wrapper {
    font-size: 14px;
    padding: 0 10px;
  }
}
.textfield .staff_wrap {
  margin-bottom: 70px;
}
@media only screen and (max-width: 600px) {
  .textfield .staff_wrap {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 600px) {
  .textfield .staff_wrap .staff__text {
    margin-left: 5px;
  }
}
.textfield .staff_wrap .staff__text--name {
  font-size: 25px;
}
@media only screen and (max-width: 600px) {
  .textfield .staff_wrap .staff__text--name {
    margin-top: -10px;
    font-size: 20px;
  }
}
.textfield .staff_wrap .staff__text--job {
  font-size: 17px;
}
@media only screen and (max-width: 600px) {
  .textfield .staff_wrap .staff__text--job {
    font-size: 14px;
  }
}
.textfield .staff_wrap .staff__text--description {
  font-size: 15px;
}
@media only screen and (max-width: 600px) {
  .textfield .staff_wrap .staff__text--description {
    font-size: 12px;
  }
}
.textfield img {
  max-width: 100% !important;
  height: auto !important;
}
.textfield p {
  margin: .5em 0 0 !important;
  word-break: normal;
  word-wrap: break-word;
}
.textfield p:first-child {
  margin: 0 !important;
}
@media only screen and (max-width: 800px) {
  .textfield table {
    width: 100% !important;
    height: auto !important;
  }
}
.textfield iframe {
  max-width: 100% !important;
}
.textfield ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.textfield ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
body#top #content > .inner {
  max-width: 960px;
  margin: 0 auto;
}
body#top .section {
  margin: 3.1em auto;
  max-width: 650px;
}
body#top .section > .inner {
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  body#top .section > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body#top .section_title {
  position: relative;
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 3em auto 1.5em;
  text-align: center;
}
body#top .section_title a,
body#top .section_title span {
  display: inline-block;
  padding: 0 1em;
  background: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  z-index: 5;
  color: #333;
}
body#top .section_title .info_title_color {
  color: #fff;
  margin-top: 20px;
}
body#top .section_title:after {
  content: "";
  display: block;
  border-top: solid 1px #333;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: -1;
}
@media only screen and (max-width: 800px) {
  body#top .section_title:after {
    width: 80%;
    margin-left: 10%;
  }
}
body#top .btn_details {
  margin: 10px 0 35px;
  text-align: left;
  font-size: 15px;
}
@media only screen and (max-width: 600px) {
  body#top .btn_details {
    font-size: 13px;
  }
}
body#top .btn_details a {
  display: inline-block;
  line-height: 1;
  color: #fff;
}
body#top .btn_details a:hover {
  opacity: .7;
}
body#top #wrap_slider {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 800px) {
  body#top #wrap_slider {
    height: 600px;
    top: 0px;
  }
}
@media only screen and (max-width: 600px) {
  body#top #wrap_slider {
    height: 350px;
  }
}
body#top #wrap_slider .logo {
  text-align: center;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
  font-family: 'Sawarabi Mincho';
  margin-bottom: 15px;
  word-break: break-all;
  font-size: 160px;
  letter-spacing: 8px;
  line-height: 1;
}
@media only screen and (max-width: 800px) {
  body#top #wrap_slider .logo {
    font-size: 135px;
  }
}
@media only screen and (max-width: 600px) {
  body#top #wrap_slider .logo {
    font-size: 70px;
  }
}
body#top #wrap_slider .logo > a {
  color: #fff;
}
@media only screen and (max-width: 800px) {
  body#top #wrap_slider .logo > a > img {
    width: 350px;
  }
}
@media only screen and (max-width: 600px) {
  body#top #wrap_slider .logo > a > img {
    width: 150px;
  }
}
body#top #wrap_slider .site_description {
  text-align: center;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
  padding: 0 40px 20px;
}
@media only screen and (max-width: 600px) {
  body#top #wrap_slider .site_description {
    padding: 0 20px 10px;
  }
}
body#top #wrap_slider .site_description > span {
  color: #fff;
  font-size: 35px;
  line-height: 1.5;
}
@media only screen and (max-width: 800px) {
  body#top #wrap_slider .site_description > span {
    font-size: 25px;
  }
}
@media only screen and (max-width: 600px) {
  body#top #wrap_slider .site_description > span {
    font-size: 15px;
  }
}
body#top #wrap_slider .gradation {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3));
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 100px;
  right: 0;
}
@media only screen and (max-width: 800px) {
  body#top #wrap_slider .gradation {
    top: 0;
  }
}
@-webkit-keyframes scaleImage {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes scaleImage {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes scaleImageMove {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes scaleImageMove {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@-webkit-keyframes textFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes textFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body#top #slider {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0;
  overflow: hidden;
}
body#top #slider .article {
  width: 100%;
  height: 100vh;
}
body#top #slider .article .slide_image_wrap {
  width: 100%;
  height: 100vh;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}
body#top #slider .article img {
  display: block;
  width: 100%;
  height: auto;
}
body#top #slider .article.move .slide_image_wrap {
  -webkit-animation-name: scaleImageMove;
  animation-name: scaleImageMove;
}
body#top #slider .article.move .caption_txt {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-name: textFadeIn;
  animation-name: textFadeIn;
}
body#top #slider .article .caption {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  margin: 0;
  padding: 0 30px;
  text-align: center;
  font-size: 17px;
  color: #fff;
}
@media only screen and (max-width: 800px) {
  body#top #slider .article .caption {
    top: 10%;
  }
}
@media only screen and (max-width: 600px) {
  body#top #slider .article .caption {
    font-size: 13px;
  }
}
body#top #slider .article .caption > div {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: .5em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
body#top #slider .article .caption .caption_txt a {
  color: #fff;
}
body#top #slider .article.move .caption div {
  opacity: 1;
}
@media only screen and (max-width: 800px) {
  body#top #slider {
    height: 600px;
  }
  body#top #slider .article {
    height: 600px;
  }
}
@media only screen and (max-width: 600px) {
  body#top #slider {
    height: 350px;
  }
  body#top #slider .article {
    height: 350px;
  }
}
body#top .ie #slider .article img,
body#top .ie #slider .article .caption div {
  transition: none 0s;
  transform: none;
}
body#top .ie #slider .article.move img,
body#top .ie #slider .article.move .caption div {
  transform: none;
}
body#top .slick-track {
  z-index: 1 !important;
}
body#top .welcomemessage {
  border: none;
  text-align: center;
  font-size: 17px;
  line-height: 2;
  margin: 70px auto;
}
@media only screen and (max-width: 800px) {
  body#top .welcomemessage {
    margin: 60px auto 50px;
  }
}
@media only screen and (max-width: 600px) {
  body#top .welcomemessage {
    margin: 30px auto 25px;
    font-size: 14px;
  }
}
body#top .message {
  width: 100%;
}
body#top .information {
  display: flex;
  max-width: 100%;
  background-color: #379aa9;
  height: auto;
  margin: 0 0 60px;
  padding: 0;
  min-height: 400px;
}
@media only screen and (max-width: 800px) {
  body#top .information {
    display: block;
    width: 100%;
    max-height: 1300px;
    overflow: hidden;
    min-height: 0;
  }
}
body#top .information .information_left {
  width: 50%;
  padding: 0 120px;
}
@media only screen and (max-width: 800px) {
  body#top .information .information_left {
    padding: 0 40px;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  body#top .information .information_left {
    padding: 0 15px;
  }
}
body#top .information .information_left.position_center {
  width: 910px;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  body#top .information .information_left.position_center {
    width: 100%;
  }
}
body#top .information .information_left.position_center .section_title {
  margin: 0 auto;
  text-align: center;
}
body#top .information .information_left.position_center .section_title + .inner {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  body#top .information .information_left.position_center .section_title + .inner {
    width: 75%;
  }
}
body#top .information .information_left > .section_title {
  color: #fff;
  top: 0;
  text-align: left;
  margin: 0;
  font-size: 25px;
}
body#top .information .information_left > .section_title > span {
  background: none;
  padding: 25px 0 30px;
}
@media only screen and (max-width: 600px) {
  body#top .information .information_left > .section_title > span {
    padding: 20px 0 20px;
  }
}
body#top .information .information_left .list {
  text-align: left;
  color: #fff;
}
body#top .information .information_left .list .summary {
  display: block;
  margin-bottom: 15px;
  font-size: 12px;
  word-break: break-all;
}
body#top .information .information_left .article {
  color: #fff;
  text-align: left;
  font-size: 17px;
}
@media only screen and (max-width: 600px) {
  body#top .information .information_left .article {
    font-size: 14px;
  }
}
body#top .information .information_left .article:hover {
  opacity: .7;
}
body#top .information .information_left .article .summary {
  display: block;
  width: 100%;
  padding: 0 10px 0 0;
}
body#top .information .information_left .article .summary > .inner {
  display: block;
  margin-left: 130px;
}
body#top .information .information_left .article .summary .date {
  display: block;
  font-size: 12px;
  line-height: 1;
  font-family: 'Sawarabi Mincho';
}
body#top .information .information_left .article .summary .date span {
  vertical-align: .15em;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 800px) {
  body#top .information .information_left .article {
    width: 100%;
    min-width: 260px;
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  body#top .information .information_left .article {
    min-width: 0;
  }
  body#top .information .information_left .article .summary {
    padding: 0;
  }
}
body#top .information .information_right {
  width: 50%;
}
@media only screen and (max-width: 800px) {
  body#top .information .information_right {
    width: 100%;
  }
}
body#top .information .information_right .sub_image_wrap {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  body#top .information .information_right .sub_image_wrap {
    height: 400px;
  }
}
@media only screen and (max-width: 600px) {
  body#top .information .information_right .sub_image_wrap {
    width: 100%;
    height: 200px;
  }
}
body#top .information .information_right .sub_image_wrap > img {
  width: 100%;
  height: 100%;
}
body#top .about {
  position: relative;
  padding-top: 0;
}
body#top .about .section_title {
  max-width: none;
}
body#top .about > .inner {
  width: 100%;
}
body#top .about .block {
  float: none;
  width: 100%;
}
body#top .about .block.map iframe {
  height: 470px;
}
body#top .about .block.summary {
  width: 100%;
  max-width: 960px;
  margin: 50px auto 0;
  text-align: left;
}
body#top .about .block.summary table {
  width: 100%;
  margin: 0 auto;
  border-style: none;
}
body#top .about .block.summary tr {
  display: table-row;
  margin: 0;
}
body#top .about .block.summary tr:nth-child(odd) {
  background: #EAE9E9;
}
body#top .about .block.summary th,
body#top .about .block.summary td {
  display: table-cell;
  padding: 1em;
  border-bottom: none;
  border-left: none;
  font-size: 17px;
  line-height: 1.6;
}
@media only screen and (max-width: 600px) {
  body#top .about .block.summary th,
  body#top .about .block.summary td {
    font-size: 14px;
  }
}
body#top .about .block.summary th {
  width: 35%;
}
body#top .about .block.summary td {
  width: 65%;
  border-right: none;
}
@media only screen and (max-width: 800px) {
  body#top .about .block.map iframe {
    height: 300px;
  }
  body#top .about .block.summary table {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  body#top .about .block.summary table {
    width: 100%;
  }
}
body#top .contact {
  margin-bottom: 110px;
}
body#top .contact input[type=text],
body#top .contact input[type=tel],
body#top .contact input[type=email],
body#top .contact textarea {
  width: 100%;
  border: 1px solid #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
body#top .contact input[type=text],
body#top .contact input[type=tel],
body#top .contact input[type=email] {
  padding: 8px;
  font-size: 17px;
}
@media only screen and (max-width: 600px) {
  body#top .contact input[type=text],
  body#top .contact input[type=tel],
  body#top .contact input[type=email] {
    font-size: 14px;
  }
}
body#top .contact input[type=text] {
  width: 100%;
}
body#top .contact input[type=text].contact_small {
  width: 60%;
}
body#top .contact input[type=text].contact_medium {
  width: 100%;
}
body#top .contact textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  font-size: 17px;
  line-height: 1.6;
}
@media only screen and (max-width: 600px) {
  body#top .contact textarea {
    font-size: 14px;
  }
}
body#top .contact label {
  font-size: 20px;
  font-size: 2rem;
}
body#top .contact label .requier {
  color: #993737;
}
body#top .contact .checkbox,
body#top .contact .radio {
  display: block;
}
body#top .contact .checkbox label,
body#top .contact .radio label {
  margin-right: 10px;
  font-size: 17px;
}
@media only screen and (max-width: 600px) {
  body#top .contact .checkbox label,
  body#top .contact .radio label {
    font-size: 14px;
  }
}
body#top .contact select {
  width: 100% !important;
  padding: 7px;
  background: #ffffff;
  border: 1px solid #333;
  border-radius: 0;
  font-size: 17px;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  body#top .contact select {
    font-size: 14px;
  }
}
body#top .contact select:focus {
  outline: none;
}
body#top .contact input[type=submit] {
  font-size: 15px;
}
body#top .contact input[type=submit]:focus {
  outline: none;
}
body#top .contact .wrap_select {
  position: relative;
  display: inline;
}
body#top .contact .select_arrow {
  position: absolute;
  right: 10px;
  bottom: 12px;
  line-height: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
}
body#top .contact .button {
  position: relative;
  display: block;
  width: 17%;
  padding: 14px 10px;
  background-color: #379aa9;
  border: none;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 800px) {
  body#top .contact .button {
    width: 100%;
  }
}
body#top .contact .button:hover,
body#top .contact .button:active {
  cursor: pointer;
  background: #379aa9;
  opacity: 0.8;
  color: #fff;
}
body#top .contact input[type=text],
body#top .contact input[type=tel],
body#top .contact input[type=email],
body#top .contact select,
body#top .contact textarea {
  background: #f5f5f5;
  border-color: none;
}
@media only screen and (max-width: 600px) {
  body#top .contact {
    margin-bottom: 90px;
  }
}
body#top .contact .contact_form {
  position: relative;
}
body#top .contact .contact_area {
  display: block;
  margin-top: 2.5em;
}
body#top .contact .contact_area:first-child {
  margin-top: 0;
}
body#top .contact > .inner {
  position: relative;
}
body#top .contact .button {
  margin: 1em 0 0;
}
body#top .contact .checkbox,
body#top .contact .radio {
  display: inline-block;
}
body#top .contact label {
  font-size: 17px;
}
@media only screen and (max-width: 600px) {
  body#top .contact label {
    font-size: 14px;
  }
}
body#top .contact input[type=submit] {
  position: absolute;
  right: 0;
  border-radius: 0;
}
body#top .contact input[type=text],
body#top .contact textarea {
  background: #F5F5F5;
}
body#top .contact form {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  body#top .contact form {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  body#top .contact form {
    width: 100%;
  }
}
body#info .article {
  margin: 50px auto;
  max-width: 650px;
}
body#info .article .date {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1;
  font-family: 'Sawarabi Mincho';
}
body#info .article .date span {
  vertical-align: 2px;
  font-weight: bold;
  font-size: 12px;
}
@media only screen and (max-width: 600px) {
  body#info .article .date {
    font-size: 12px;
    float: none;
    width: 100%;
    margin: 0 0 5px;
  }
  body#info .article .date span {
    font-size: 10px;
  }
}
body#info .article .body .article_title {
  margin: 10px 0 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.2;
  word-break: break-all;
}
body#info .article .body .article_title a {
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 600px) {
  body#info .article .body .article_title {
    font-size: 20px;
  }
  body#info .article .body .article_title a:hover {
    text-decoration: none;
  }
}
body#info .article .body .photo {
  width: 100%;
  margin: 30px 0 10px;
}
body#info .article .body .photo img {
  width: 100%;
  height: auto;
}
body#info .article .body .textfield {
  margin: 20px 0 0;
  font-size: 17px;
}
body#info .article .body .textfield p:first-child {
  margin: 0 !important;
}
@media only screen and (max-width: 600px) {
  body#info .article .body .textfield {
    width: auto;
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  body#info .article .date div {
    display: inline;
  }
  body#info .article .date div.month {
    margin-right: 5px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  body#info .article .body {
    float: none;
  }
  body#info .article .body .inner {
    margin: 0;
  }
  body#info .article .body h3 {
    margin: 0 0 20px;
  }
  body#info .article .body .photo {
    float: none;
    max-width: 100%;
    margin: 10px 0 0;
  }
  body#info .article .body .textfield {
    margin: 10px 0 0;
  }
}
body#info .border {
  border-bottom: 1px solid #333;
  max-width: 650px;
  margin: 0 auto;
}
body#info .border:last-child {
  border-bottom: none;
}
body#photo #index {
  margin: 0;
}
@media only screen and (max-width: 600px) {
  body#photo #index {
    margin-bottom: -15px;
  }
}
body#photo #index .album {
  max-width: 910px;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  body#photo #index .album {
    padding: 0 10px;
  }
}
body#photo #index .album .album_title {
  margin: 30px 0 30px;
  font-size: 25px;
}
@media only screen and (max-width: 600px) {
  body#photo #index .album .album_title {
    font-size: 20px;
    margin: 20px 0 20px;
  }
}
body#photo #index .album .album_title a {
  padding: 0;
}
body#photo #index .album .thumb_wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: -35px;
}
@media only screen and (max-width: 800px) {
  body#photo #index .album .thumb_wrapper {
    justify-content: space-between;
    margin-right: 0;
  }
}
body#photo #index .album .thumb_wrapper .thumb {
  width: 280px;
  height: 180px;
  overflow: hidden;
  margin-bottom: 35px;
  margin-right: 35px;
}
@media only screen and (max-width: 800px) {
  body#photo #index .album .thumb_wrapper .thumb {
    width: 335px;
    height: 230px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  body#photo #index .album .thumb_wrapper .thumb {
    width: 45%;
    height: 120px;
  }
}
body#photo #index .album .thumb_wrapper .thumb a {
  position: relative;
  display: block;
  width: 280px;
  height: 180px;
  overflow: hidden;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
  opacity: 1;
}
@media only screen and (max-width: 800px) {
  body#photo #index .album .thumb_wrapper .thumb a {
    width: 335px;
    height: 230px;
  }
}
@media only screen and (max-width: 600px) {
  body#photo #index .album .thumb_wrapper .thumb a {
    width: 100%;
    height: 100%;
  }
}
body#photo #index .album .thumb_wrapper .thumb a:hover {
  opacity: .7;
}
body#photo #index .album .thumb_wrapper .thumb a:focus {
  outline: none;
}
body#photo #index .album .thumb_wrapper .thumb a img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
body#photo #index .album .thumb_wrapper .thumb a img.show {
  opacity: 1;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body#photo #index .album .thumb_wrapper .thumb a img {
    height: 100%;
    object-fit: cover;
  }
}
@-moz-document url-prefix() {
  .thumb img {
    height: 100% !important;
    object-fit: cover !important;
  }
}
@supports (-ms-ime-align:auto) {
  img {
    height: auto !important;
  }
}
@media only screen and (max-width: 800px) {
  body#photo #index .album .thumb {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
body#photo #entries {
  position: relative;
  max-width: 650px;
  margin: 30px auto;
}
body#photo #entries h3 {
  margin: 0 0 15px;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.2;
}
body#photo #entries .article {
  position: relative;
  margin: 4em 0 0;
}
body#photo #entries .article > .date {
  font-size: 12px;
  margin-top: 20px;
}
body#photo #entries .article:first-child {
  margin: 0;
}
body#photo #entries .article h4 {
  margin: 1em 0 0;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.2;
}
body#photo #entries .article .textfield {
  font-size: 15px;
  margin: .5em 0 0;
}
body#photo #entries .article .photo {
  width: 100%;
}
body#photo #entries .article .photo img {
  display: block;
  max-width: 100%;
}
body#photo #navi li .sub_navi li a {
  display: block;
}
body#menu .list {
  margin: 3.5em 0 0;
}
@media only screen and (max-width: 600px) {
  body#menu .list {
    margin-bottom: -20px;
  }
}
body#menu .page_title + .list {
  margin: 0;
}
body#menu .article {
  margin: 60px auto;
  display: flex;
  max-width: 910px;
}
@media only screen and (max-width: 600px) {
  body#menu .article {
    display: block;
  }
}
body#menu .category_title {
  position: relative;
  border-top: none;
  font-size: 25px;
  line-height: 1.2;
  max-width: 910px;
  margin: 40px auto 0;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  body#menu .category_title {
    font-size: 20px;
  }
}
body#menu .category_title span {
  position: relative;
}
body#menu .category_title + .article {
  margin-top: 30px;
}
body#menu .article_title {
  font-size: 25px;
  line-height: 2;
  margin-top: -10px;
  border-bottom: 1px solid #333;
}
@media only screen and (max-width: 600px) {
  body#menu .article_title {
    font-size: 20px;
  }
}
body#menu .article_title .recommend {
  color: #f5f201;
}
body#menu .article_left {
  width: 45%;
  margin-right: 5%;
}
@media only screen and (max-width: 600px) {
  body#menu .article_left {
    width: 100%;
  }
}
body#menu .article_right {
  width: 45%;
}
@media only screen and (max-width: 600px) {
  body#menu .article_right {
    width: 100%;
  }
}
body#menu .photo {
  max-width: 100%;
}
body#menu .photo img {
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  body#menu .photo {
    float: none;
    max-width: 100%;
    margin: 0 auto 1.5em;
  }
}
body#menu .price {
  margin: 1em 0 0;
  font-size: 25px;
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  body#menu .price {
    font-size: 20px;
  }
}
body#menu .text {
  margin: 1em 0 0;
  width: 100%;
  font-size: 17px;
}
@media only screen and (max-width: 600px) {
  body#menu .text {
    font-size: 14px;
  }
}
body#calendar .wrap_calendar .navi {
  margin: 0;
  text-align: center;
  font-size: 25px;
  margin: 30px;
}
body#calendar .wrap_calendar .navi > a {
  font-size: 15px;
}
@media only screen and (max-width: 600px) {
  body#calendar .wrap_calendar .navi {
    margin: 30px 0;
    font-size: 20px;
  }
  body#calendar .wrap_calendar .navi > a {
    font-size: 12px;
    padding: 0 10px;
  }
}
body#calendar .table_calendar {
  margin: 2em auto 0;
  max-width: 910px;
}
body#calendar .table_calendar th {
  padding: 3px 0;
  font-size: 17px;
  color: #333;
}
@media only screen and (max-width: 600px) {
  body#calendar .table_calendar th {
    font-size: 10px;
  }
}
body#calendar .table_calendar th.sun {
  color: #ff5454;
}
body#calendar .table_calendar td {
  position: relative;
  height: 112px;
  padding: 5px;
  border: 1px solid #333;
}
body#calendar .table_calendar td p.day {
  height: 110px;
  margin: 0;
  padding: 10px;
  text-align: right;
  font-family: 'Sawarabi Mincho';
  font-size: 25px;
  line-height: 155px;
}
body#calendar .table_calendar td.sat p.day {
  color: #2f7cff;
}
body#calendar .table_calendar td.sun p.day,
body#calendar .table_calendar td.holiday p.day {
  color: #ff5454;
}
body#calendar .table_calendar td a {
  position: absolute;
  left: 10px;
  top: 10px;
}
@media only screen and (max-width: 800px) {
  body#calendar .table_calendar th {
    padding: 3px 0;
  }
  body#calendar .table_calendar td {
    height: 70px;
    padding: 2px;
  }
  body#calendar .table_calendar td p.day {
    height: 70px;
    padding: .25em;
    font-size: 20px;
    font-size: 2rem;
    line-height: 102px;
  }
  body#calendar .table_calendar td a {
    left: 5px;
    top: 8px;
  }
}
@media only screen and (max-width: 600px) {
  body#calendar .table_calendar td p.day {
    padding: .4em;
    font-size: 10px;
    font-weight: bold;
  }
}
body#calendar .schedule {
  max-width: 910px;
  margin: 30px auto;
}
body#calendar .schedule dl.article {
  margin: 1.5em 0 0;
  padding: 1em 0 30px;
  border-bottom: 1px solid #333;
}
body#calendar .schedule dl.article dt.date {
  margin: 0 0 1em;
  padding: 0 0 0.2em;
  border: none;
  font-size: 15px;
  line-height: 1;
}
body#calendar .schedule dl.article dd {
  margin: 1em 0 0;
  font-size: 17px;
}
body#calendar .schedule dl.article dd .category {
  float: left;
  margin-right: 1em;
  font-size: 17px;
  font-weight: bold;
}
body#calendar .schedule dl.article dd a:link,
body#calendar .schedule dl.article dd a:visited {
  text-decoration: none;
}
body#calendar .schedule dl.article dd a:hover,
body#calendar .schedule dl.article dd a:active {
  text-decoration: underline;
}
@media only screen and (max-width: 600px) {
  body#calendar .schedule dl.article {
    padding-bottom: 0;
  }
  body#calendar .schedule dl.article dt.date {
    font-size: 12px;
    margin-bottom: -10px;
  }
  body#calendar .schedule dl.article dd {
    font-size: 14px;
    margin-bottom: 20px;
  }
  body#calendar .schedule dl.article dd .category {
    font-size: 14px;
  }
}
body#calendar .schedule .article:last-child {
  border-bottom: none;
}
body#calendar .details .category {
  float: left;
  margin-right: 1em;
  padding: .22em .43em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
body#calendar .details .date {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  vertical-align: bottom;
}
body#calendar .details h3 {
  margin: .5em 0;
  font-size: 22px;
  font-size: 2.2rem;
}
body#calendar .details img {
  max-width: 100%;
}
body#calendar .details {
  max-width: 650px;
  min-height: 50vh;
  margin: 30px auto;
}
body#calendar .details > .textfield {
  width: 100%;
}
body#about .map,
body#about .summary {
  max-width: 910px;
}
body#about .map {
  margin: 40px auto 10px;
}
body#about .map iframe {
  height: 470px;
}
@media only screen and (max-width: 600px) {
  body#about .map iframe {
    height: 300px;
  }
}
body#about .summary {
  max-width: 910px;
  margin: 50px auto 70px;
}
body#about .summary table {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  body#about .summary {
    margin-bottom: 40px;
  }
  body#about .summary table {
    margin-bottom: 40px;
  }
}
body#about .summary tr {
  display: table-row;
  margin: 0;
}
body#about .summary tr:nth-child(odd) {
  background: #EAE9E9;
}
body#about .summary tr:first-child th,
body#about .summary tr:first-child td {
  border-top: none;
}
body#about .summary th,
body#about .summary td {
  display: table-cell;
  padding: 1em;
  line-height: 1.2;
  border: none;
  border-bottom: none;
  border-left: none;
  text-align: left;
  font-size: 17px;
}
@media only screen and (max-width: 600px) {
  body#about .summary th,
  body#about .summary td {
    font-size: 14px;
  }
}
body#about .summary th {
  width: 35%;
}
body#about .summary td {
  width: 65%;
  border-right: none;
}
body#contact .message_alert {
  padding: 1em;
  background: #ffecec;
  border-radius: 0;
  font-size: 15px;
  font-size: 1.5rem;
  color: #5e0808;
  max-width: 650px;
  margin: 30px auto;
}
body#contact form {
  max-width: 650px;
  position: relative;
  width: 65%;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 600px) {
  body#contact form {
    margin-bottom: 30px;
  }
}
body#contact form .contact_area,
body#contact form .button_area {
  margin: 2.5em 0 0;
}
body#contact form .contact_area:first-child,
body#contact form .button_area:first-child {
  margin: 0;
}
body#contact form .contact_area br {
  display: none;
}
body#contact form .contact_area > label {
  display: block;
  font-size: 17px;
}
@media only screen and (max-width: 600px) {
  body#contact form .contact_area > label {
    font-size: 14px;
  }
}
body#contact form .contact_area .checkbox label,
body#contact form .contact_area .radio label {
  position: static;
  display: inline;
  width: auto;
  padding: 0;
  background: none;
  border: none;
  font-weight: normal;
}
body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email],
body#contact form textarea {
  width: 100%;
  border: 1px solid #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email] {
  padding: 8px;
  font-size: 17px;
}
@media only screen and (max-width: 600px) {
  body#contact form input[type=text],
  body#contact form input[type=tel],
  body#contact form input[type=email] {
    font-size: 14px;
  }
}
body#contact form input[type=text] {
  width: 100%;
}
body#contact form input[type=text].contact_small {
  width: 60%;
}
body#contact form input[type=text].contact_medium {
  width: 100%;
}
body#contact form textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  font-size: 17px;
  line-height: 1.6;
}
@media only screen and (max-width: 600px) {
  body#contact form textarea {
    font-size: 14px;
  }
}
body#contact form label {
  font-size: 20px;
  font-size: 2rem;
}
body#contact form label .requier {
  color: #993737;
}
body#contact form .checkbox,
body#contact form .radio {
  display: block;
}
body#contact form .checkbox label,
body#contact form .radio label {
  margin-right: 10px;
  font-size: 17px;
}
@media only screen and (max-width: 600px) {
  body#contact form .checkbox label,
  body#contact form .radio label {
    font-size: 14px;
  }
}
body#contact form select {
  width: 100% !important;
  padding: 7px;
  background: #ffffff;
  border: 1px solid #333;
  border-radius: 0;
  font-size: 17px;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  body#contact form select {
    font-size: 14px;
  }
}
body#contact form select:focus {
  outline: none;
}
body#contact form input[type=submit] {
  font-size: 15px;
}
body#contact form input[type=submit]:focus {
  outline: none;
}
body#contact form .wrap_select {
  position: relative;
  display: inline;
}
body#contact form .select_arrow {
  position: absolute;
  right: 10px;
  bottom: 12px;
  line-height: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
}
body#contact form .button {
  position: relative;
  display: block;
  width: 17%;
  padding: 14px 10px;
  background-color: #379aa9;
  border: none;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 800px) {
  body#contact form .button {
    width: 100%;
  }
}
body#contact form .button:hover,
body#contact form .button:active {
  cursor: pointer;
  background: #379aa9;
  opacity: 0.8;
  color: #fff;
}
body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email],
body#contact form select,
body#contact form textarea {
  background: #f5f5f5;
  border-color: none;
}
body#contact form .checkbox,
body#contact form .radio {
  display: inline-block;
  white-space: normal;
}
body#contact form select {
  width: 100% !important;
}
body#contact form input[type=submit] {
  margin: 2em 0 0;
  background: #379aa9;
  margin-left: auto;
}
@media only screen and (max-width: 800px) {
  body#contact form input[type=submit] {
    margin: 2em auto 0;
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (max-width: 800px) {
  body#contact form {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  body#contact form {
    width: 100%;
  }
}
body#contact .personal_info {
  margin: 2.5em 0 0;
  font-size: 17px;
}
body#contact .personal_info p {
  margin-bottom: 0;
  font-size: 15px;
}
@media only screen and (max-width: 600px) {
  body#contact .personal_info {
    font-size: 14px;
  }
  body#contact .personal_info p {
    font-size: 13px;
  }
}
body#coupon .autopagerize_page_element {
  display: flex;
  flex-wrap: wrap;
  max-width: 910px;
  margin: 40px auto 0;
}
body#coupon .article {
  flex: 0 1 calc((100% - 60px) / 2);
  margin: 30px 15px 0;
  padding: 8px;
  background: #d4edf1;
}
@media only screen and (max-width: 600px) {
  body#coupon .article {
    flex-basis: 100%;
  }
}
body#coupon .article .image a {
  position: relative;
  display: block;
  margin: 0 0 1.5em;
  padding: 75% 0 0;
}
@media only screen and (max-width: 600px) {
  body#coupon .article .image a {
    padding-top: 0;
  }
}
body#coupon .article .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  body#coupon .article .image img {
    position: static;
    transform: none;
  }
}
body#coupon .article .summary {
  display: grid;
  grid-template-columns: 1fr 100px;
  grid-template-rows: auto 1fr;
  gap: 0 12px;
  grid-template-areas: 'article_title qrcode' 'text qrcode';
  overflow-wrap: anywhere;
}
body#coupon .article .article_title {
  grid-area: article_title;
  margin: 0;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.3;
}
@media only screen and (max-width: 600px) {
  body#coupon .article .article_title {
    font-size: 20px;
  }
}
body#coupon .article .text {
  grid-area: text;
  padding: 0;
  list-style: none;
  margin: 0.5em 0 0;
  font-size: 17px;
}
@media only screen and (max-width: 600px) {
  body#coupon .article .text {
    font-size: 14px;
  }
}
body#coupon .article .text li {
  padding-left: 5em;
  text-indent: -5em;
  font-weight: bold;
}
body#coupon .article .text li span {
  font-weight: normal;
}
body#coupon .article .qrcode {
  grid-area: qrcode;
}
body#coupon .article .qrcode img {
  display: block;
}
body#coupon .print {
  max-width: 910px;
  margin: 30px auto 0;
  text-align: right;
}
body#coupon .print a {
  display: inline-block;
  padding: .5em;
  line-height: 1;
  font-size: 15px;
}
@media only screen and (max-width: 600px) {
  body#coupon .print a {
    margin: 0 0 20px;
  }
}
body#reservation .message_alert {
  padding: 1em;
  background: #ffecec;
  border-radius: 0;
  font-size: 15px;
  font-size: 1.5rem;
  color: #5e0808;
  margin: 30px auto;
}
body#reservation form {
  position: relative;
  width: 650px;
  margin: 0 auto;
}
body#reservation form .reservation_area {
  margin: 40px 0 0;
}
body#reservation form .reservation_area:first-child {
  margin: 0;
}
body#reservation form .reservation_area > label {
  font-size: 17px;
}
body#reservation form .reservation_area .radio {
  display: block;
}
body#reservation form .reservation_area .reservation_course_body img {
  display: block;
  max-width: 100%;
}
body#reservation form input[type=text],
body#reservation form input[type=tel],
body#reservation form input[type=email],
body#reservation form textarea {
  width: 100%;
  border: 1px solid #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
body#reservation form input[type=text],
body#reservation form input[type=tel],
body#reservation form input[type=email] {
  padding: 8px;
  font-size: 17px;
}
@media only screen and (max-width: 600px) {
  body#reservation form input[type=text],
  body#reservation form input[type=tel],
  body#reservation form input[type=email] {
    font-size: 14px;
  }
}
body#reservation form input[type=text] {
  width: 100%;
}
body#reservation form input[type=text].contact_small {
  width: 60%;
}
body#reservation form input[type=text].contact_medium {
  width: 100%;
}
body#reservation form textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  font-size: 17px;
  line-height: 1.6;
}
@media only screen and (max-width: 600px) {
  body#reservation form textarea {
    font-size: 14px;
  }
}
body#reservation form label {
  font-size: 20px;
  font-size: 2rem;
}
body#reservation form label .requier {
  color: #993737;
}
body#reservation form .checkbox,
body#reservation form .radio {
  display: block;
}
body#reservation form .checkbox label,
body#reservation form .radio label {
  margin-right: 10px;
  font-size: 17px;
}
@media only screen and (max-width: 600px) {
  body#reservation form .checkbox label,
  body#reservation form .radio label {
    font-size: 14px;
  }
}
body#reservation form select {
  width: 100% !important;
  padding: 7px;
  background: #ffffff;
  border: 1px solid #333;
  border-radius: 0;
  font-size: 17px;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  body#reservation form select {
    font-size: 14px;
  }
}
body#reservation form select:focus {
  outline: none;
}
body#reservation form input[type=submit] {
  font-size: 15px;
}
body#reservation form input[type=submit]:focus {
  outline: none;
}
body#reservation form .wrap_select {
  position: relative;
  display: inline;
}
body#reservation form .select_arrow {
  position: absolute;
  right: 10px;
  bottom: 12px;
  line-height: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
}
body#reservation form .button {
  position: relative;
  display: block;
  width: 17%;
  padding: 14px 10px;
  background-color: #379aa9;
  border: none;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 800px) {
  body#reservation form .button {
    width: 100%;
  }
}
body#reservation form .button:hover,
body#reservation form .button:active {
  cursor: pointer;
  background: #379aa9;
  opacity: 0.8;
  color: #fff;
}
body#reservation form input[type=text],
body#reservation form input[type=tel],
body#reservation form input[type=email],
body#reservation form select,
body#reservation form textarea {
  background: #f5f5f5;
  border-color: none;
}
body#reservation form input[type=text],
body#reservation form input[type=tel],
body#reservation form input[type=email],
body#reservation form textarea {
  background: #F5F5F5;
}
body#reservation form .checkbox,
body#reservation form .radio {
  display: inline;
  white-space: nowrap;
  font-size: 17px;
}
body#reservation form input[type=submit] {
  margin: 2em 0 4.5em;
  background: #379aa9;
  border-radius: 0;
  margin-left: auto;
}
@media only screen and (max-width: 600px) {
  body#reservation form input[type=submit] {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  body#reservation form {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  body#reservation form {
    width: 100%;
  }
}
body#reservation .list {
  max-width: 910px;
  overflow: hidden;
  margin: 30px auto;
}
body#reservation .list .info {
  margin-top: 0;
}
body#reservation .list .info .note {
  margin: 0 0 1em;
  text-align: center;
  font-size: 17px;
}
@media only screen and (max-width: 600px) {
  body#reservation .list .info .note {
    font-size: 14px;
  }
}
body#reservation .list .info .summary {
  margin: 0 0 1em;
  padding: 1em;
  border: 1px solid #333;
  text-align: center;
  font-size: 25px;
}
@media only screen and (max-width: 600px) {
  body#reservation .list .info .summary {
    font-size: 17px;
    margin-bottom: 3em;
  }
}
body#reservation .articles {
  margin-top: -30px;
}
body#reservation .articles .article {
  float: left;
  width: 45%;
  margin: 30px 0 0 20px;
  padding: 0;
  background: #d4edf1;
}
@media only screen and (max-width: 600px) {
  body#reservation .articles .article {
    float: none;
    width: 100% !important;
    height: auto !important;
  }
}
@media screen and (max-width: 600px) {
  body#reservation .articles .article {
    margin-left: 0;
  }
}
body#reservation .articles .article .summary {
  padding: 10px;
}
body#reservation .articles .article h4 {
  margin: 10px 0;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
body#reservation .articles .article .image {
  display: none;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
}
body#reservation .articles .article .image img {
  display: block;
  max-width: 100%;
}
body#reservation .articles .article .text {
  margin: 12px 0 0;
}
body#reservation .articles .article:nth-child(odd) {
  margin-left: 0;
}
body#reservation .articles .article .article_title {
  margin: .2em 0 0;
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  body#reservation .articles .article .article_title {
    font-size: 20px;
  }
}
body#reservation .articles .article .text {
  margin: .5em 0 0;
  font-size: 17px;
}
@media only screen and (max-width: 600px) {
  body#reservation .articles .article .text {
    font-size: 14px;
  }
}
.p-minne-gallery {
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 650px;
  margin: 40px auto 0;
}
@media only screen and (min-width: 481px) {
  .p-minne-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-minne-item {
  margin: 0 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 481px) {
  .p-minne-item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30%;
    margin-right: 5%;
  }
  .p-minne-item:nth-child(3n) {
    margin-right: 0;
  }
}
.p-minne-item__image-wrap {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 0.5em;
}
@media only screen and (min-width: 481px) {
  .p-minne-item__image-wrap {
    margin-right: 0;
  }
}
.p-minne-item__image {
  display: block;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.p-minne-item__image:hover {
  opacity: 0.7;
}
.p-minne-item__image img {
  display: none;
}
.p-minne-item__caption {
  line-height: 1.4;
  min-width: 0;
}
.p-minne-item__title {
  text-decoration: none;
  display: block;
  line-height: 1.3;
}
@media only screen and (min-width: 481px) {
  .p-minne-item__title {
    margin-top: 0.5em;
  }
}
.p-minne-item__price {
  display: block;
  font-size: 0.8em;
  margin-top: 0.2em;
  text-align: right;
}
@media only screen and (min-width: 481px) {
  .p-minne-item__price {
    text-align: left;
  }
}
.p-minne-message {
  padding: 1em;
  background: #ffecec;
  border-radius: 0;
  font-size: 15px;
  font-size: 1.5rem;
  color: #5e0808;
  max-width: 650px;
  margin: 30px auto;
}
body#calendar .table_calendar th.sun {
  color: #ff5454;
}
body#calendar .table_calendar th.sat {
  color: #2f7cff;
}
body#calendar .table_calendar td.sun p.day {
  background: none;
}
.web-font {
  font-family: 'Sawarabi Mincho';
}
.shop_sitename {
  font-size: 100%;
}
/* スライドショーを非表示にする */
#wrap_slider { display: none !important; }
/* --- スライドショーのサイズ調整（強制上書き版） --- */
#wrap_slider {
  height: 300px !important;    /* 💡!importantで強制的に高さを固定 */
  max-width: 600px !important; /* 💡横幅の最大値も必要に応じて指定（例: 600px） */
  margin: 100px auto 0 !important; /* 上部にヘッダー分の余白(100px)を作り、中央寄せ */
  overflow: hidden !important;
}

/* スライドショー内部の要素もすべて連動して高さを合わせる */
#slider,
#slider .article,
#slider .slide_image_wrap,
#slider img {
  height: 100% !important;
  width: 100% !important;
  object-fit: contain !important; /* 💡文字が切れないよう全体を枠内に収める設定 */
}

/* スマホ表示（画面幅600px以下）の時のサイズ */
@media only screen and (max-width: 600px) {
  #wrap_slider {
    height: 200px !important;      /* スマホでの高さ */
    margin: 50px auto 0 !important; /* スマホ用ヘッダー余白(50px) */
  }
}

/* --- ウェルカムメッセージ内のGIFサイズ調整（完全突破版） --- */

/* 1. ウェルカムメッセージを囲むすべての親要素の幅制限を解除 */
#content,
#content > .inner,
.welcomemessage,
.welcomemessage .inner,
.welcomemessage .message {
  width: 100% !important;
  max-width: 100% !important; 
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center !important;
}

/* 2. 画像（GIF）自体にかけられたシステム側の制限をすべて強制上書き */
.welcomemessage img,
.welcomemessage .message img,
.welcomemessage [class*="message"] img {
  width: 100% !important;       /* 画面幅に追従させる */
  max-width: 1100px !important;  /* 👈【ここ！】これ以上の大きさにならないよう制限（好みの横幅に変更してください） */
  min-width: 0 !important;
  height: auto !important;      /* 縦横比を維持 */
  display: inline-block !important;
}

/* ホームページ全体の背景を画像にする設定 */
/*
body {
  background-image: url('https://cdn.goope.jp/222810/260420015335-69e5088f2b434_l.jpg') !important;
  background-size: cover !important;       /* 画面全体に画像をフィットさせる */
  background-position: center !important;   /* 画像の中心を基準にする */
  background-repeat: no-repeat !important; /* 画像を繰り返さない */
  background-attachment: fixed !important; /* スクロールしても背景画像を固定する */
}
*/

/* ==========================================================================
   配色のカスタマイズ（白ベース・濃い青・薄い青・アクセントのオレンジ）
   ========================================================================== */

/* 全体の基本設定（白ベースに黒文字） */
body {
  background: #ffffff !important; /* 背景は白 */
  color: #333333 !important;      /* 文字は濃いグレー（読みやすさ重視） */
}

/* 1. 【濃い青】の設定：ヘッダーの線や、フッター、スマホメニューの背景など */
#header {
  border-bottom: 1px solid #003399 !important; /* ヘッダー下の線を濃い青に */
}
#header .navi.pc li {
  border-right: 1px solid #003399 !important;  /* PCメニューの区切り線を濃い青に */
}
#footer {
  background-color: #003399 !important;        /* フッターの背景を濃い青に */
}
#header .navi.mobile {
  background-color: #003399 !important;        /* スマホ用メニュー背景を濃い青に */
}
#header .navi.mobile ul li .sub_navi li a:hover {
  background: #002266 !important;              /* スマホメニュー内のホバー時をさらに濃い青に */
}

/* 2. 【薄い青】の設定：下層ページのタイトル背景、トップページのインフォ背景など */
#content h2.page_title {
  background: #e6f2ff !important;              /* ページタイトルの背景を薄い青に */
}
#content h2 a,
#content h2 span {
  color: #003399 !important;                    /* 薄い青背景の上の文字を濃い青にして読みやすく */
}
body#top .information {
  background-color: #e6f2ff !important;        /* トップページお知らせエリアの背景を薄い青に */
}
body#top .information .information_left > .section_title,
body#top .information .information_left .list,
body#top .information .information_left .article {
  color: #003399 !important;                    /* お知らせエリア内の文字を濃い青に */
}
body#top .section_title .info_title_color {
  color: #003399 !important;
}

/* クーポンや予約ページの背景（元々の薄い青緑）も薄い青に変更 */
body#coupon .article,
body#reservation .articles .article {
  background: #f0f7ff !important;
}

/* 3. 【アクセントのオレンジ】の設定：お問い合わせボタン・予約ボタンなど */
body#top .contact .button,
body#contact form .button,
body#contact form input[type=submit],
body#reservation form .button,
body#reservation form input[type=submit] {
  background-color: #ff6600 !important;        /* 送信・予約ボタンをオレンジに */
  color: #ffffff !important;                   /* ボタンの文字は白 */
}

body#top .contact .button:hover,
body#contact form .button:hover,
body#contact form input[type=submit]:hover,
body#reservation form .button:hover,
body#reservation form input[type=submit]:hover {
  background-color: #e65c00 !important;        /* ボタンにマウスを乗せた時は少し濃いオレンジに */
}

/* ==========================================================================
   調整（メニュー下の線消去 ＆ 表のスマホ縦並び対応）
   ========================================================================== */

/* １）上部メニューの下の線を消す */
#header {
  border-bottom: none !important;
}

/* ２）「社長の言葉の表（.ceo-table）」だけを、スマホの時だけ縦並び（写真を下）にする */
@media screen and (max-width: 767px) {
  /* 特定の表とその構造だけを縦並びにリセット */
  table.ceo-table, 
  table.ceo-table tbody, 
  table.ceo-table tr {
    display: block !important;
    width: 100% !important;
  }
  
  /* 特定の表のマス（文章・写真）だけを縦に並べる */
  table.ceo-table td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 15px 0 !important;    /* 上下に程よいすき間を空ける */
    text-align: center !important;  /* スマホで見やすいように中央寄せ */
  }

  /* 写真が大きすぎてはみ出るのを防ぐお守り */
  table.ceo-table td img {
    max-width: 100% !important;
    height: auto !important;
  }
}

/* ==========================================================================
   会社案内ページ（about）：地図の下に外観写真を自動挿入
   ========================================================================== */
body#about div.map::after {
  content: "";
  display: block;
 width: 100%;
  max-width: 100%;  
  height: 350px;     /* パソコンでの写真の表示高さ */
  margin: 0 auto 30px auto; /* 写真の下（お名前欄との間）に30pxのすき間を空ける */
  background-image: url('https://cdn.goope.jp/222810/260806232013-6a74981d76c1c.jpg') !important; 
  background-size: cover !important;       
  background-position: center !important;   
  background-repeat: no-repeat !important; 
  border-radius: 4px;                        */
}

/* スマートフォン（画面幅が狭い端末）用の表示調整 */
@media screen and (max-width: 767px) {
  body#about div.map::after {
    height: 220px; /* スマホで見やすいように写真の高さを少し縮める */
    margin: 20px auto 0 auto;
  }
}

/* ==========================================================================
   お問い合わせページ（contact）：フォームの上に外観写真を自動挿入
   ========================================================================== */
/* フォーム内の要素を上から順に並び替えるための設定 */
body#contact form.contact_form {
  display: flex !important;
  flex-direction: column !important;
}

/* フォームのパーツ順序を固定（写真が一番上に来るようにする） */
body#contact form.contact_form > * { order: 2; }

/* フォームの「一番上」に外観写真を自動挿入 */
body#contact form.contact_form::after {
  content: "";
  display: block;
  order: 1;         /* これにより全体の「1番目（最上部）」に配置されます */
  width: 100%;
  max-width: 100%;  
  height: 350px;     /* パソコンでの写真の表示高さ */
  margin: 0 auto 30px auto; /* 写真の下（お名前欄との間）に30pxのすき間を空ける */
  background-image: url('https://cdn.goope.jp/222810/260806232013-6a74981d76c1c.jpg') !important; 
  background-size: cover !important;       
  background-position: center !important;   
  background-repeat: no-repeat !important; 
  border-radius: 4px;                       
}

/* スマートフォン（画面幅が狭い端末）用の表示調整 */
@media screen and (max-width: 767px) {
  body#contact form.contact_form::after {
    height: 220px; /* スマホで見やすいように写真の高さを縮める */
    margin: 0 auto 20px auto;
  }
}