
@import url(//fonts.googleapis.com/css?family=Barlow:400,700);

@charset "UTF-8";
/**
	WPより出力される<p>へ適用するスタイル
 */
/* ==========================================================================

   ========================================================================== */
/* ==========================================================================
   Base
   リセットcssとhtml要素の定義
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/*  HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

hr {
  height: 10px;
  border: none;
}

/* ==========================================================================

   preset.scss
   プリミティブ要素の設定

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

html {
  font-size: 62.5%;
  /* &.is-scrollOff {
    @include mq-pc {
      !*overflow: hidden;*!
      height: 100%;
      .glb-page-wrapper {
        width: 100%;
        height: 100vh;
        overflow: hidden;
      }
    }

  }*/
}

body {
  font-size: 1.6rem;
  color: #000;
  background: #fff;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  /*overflow-y: scroll;*/
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
}

body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
}

main {
  display: block;
}

a:link, a:visited, a.touchend {
  color: #000;
  text-decoration: none;
  outline: none;
}

a:active, a:hover, a.touchstart {
  text-decoration: none;
  color: #000;
}

@media print, screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

p, h1, h2, h3, h4, h5, h6, li, dt, dd, th, td {
  line-height: 1;
  font-weight: normal;
  font-feature-settings: "palt";
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

sup {
  font-size: .4em;
  vertical-align: top;
}

hr {
  height: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #ddd;
}

/* reset form elements */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* --------------------------------------------------------------------
  #基本幅レイアウト用wrapper
 */
.l-width-std {
  margin-left: 10px;
  margin-right: 10px;
}

@media print, screen and (min-width: 769px) {
  .l-width-std {
    max-width: 1010px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-width-content {
  margin-left: 10px;
  margin-right: 10px;
}

@media print, screen and (min-width: 769px) {
  .l-width-content {
    min-width: 960px;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .l-no-hpadding {
    padding-left: 0;
    padding-right: 0;
  }
}

/* --------------------------------------------------------------------
  #ページ全体のwrapper
 */
.l-page-wrapper {
  position: relative;
  background: url(../img/bg_ptn.jpg) repeat center top/auto auto;
}

.l-page-wrapper img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .l-page-wrapper {
    min-width: 1080px;
  }
}

/* --------------------------------------------------------------------
  #メインエリアwrapper
 */
.l-contents {
  position: relative;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-contents {
    padding-top: 70px;
  }
}

@media print, screen and (min-width: 769px) {
  .l-contents {
    min-width: 840px;
  }
}

@media print, screen and (min-width: 769px) {
  .l-main--second {
    padding-top: 0;
  }
}

.notfound {
  min-height: 500px;
}

@media print, screen and (min-width: 769px) {
  .notfound {
    min-height: 600px;
  }
}

/* -------------------------------------------------------------------------
	サイズ
*/
.l-w10 {
  width: 10px !important;
}

.l-w20 {
  width: 20px !important;
}

.l-w30 {
  width: 30px !important;
}

.l-w40 {
  width: 40px !important;
}

.l-w50 {
  width: 50px !important;
}

.l-w60 {
  width: 60px !important;
}

.l-w70 {
  width: 70px !important;
}

.l-w80 {
  width: 80px !important;
}

.l-w90 {
  width: 90px !important;
}

.l-w100 {
  width: 100px !important;
}

.l-w120 {
  width: 120px !important;
}

.l-w140 {
  width: 140px !important;
}

.l-w160 {
  width: 160px !important;
}

.l-w180 {
  width: 180px !important;
}

.l-w200 {
  width: 200px !important;
}

.l-w220 {
  width: 220px !important;
}

.l-w240 {
  width: 240px !important;
}

.l-w260 {
  width: 260px !important;
}

.l-w280 {
  width: 280px !important;
}

.l-w300 {
  width: 300px !important;
}

.l-w320 {
  width: 320px !important;
}

.l-w340 {
  width: 340px !important;
}

.l-w360 {
  width: 360px !important;
}

.l-w380 {
  width: 380px !important;
}

.l-w400 {
  width: 400px !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-sp-w-auto {
    width: auto !important;
  }
  .l-sp-w10 {
    width: 10px !important;
  }
  .l-sp-w20 {
    width: 20px !important;
  }
  .l-sp-w30 {
    width: 30px !important;
  }
  .l-sp-w40 {
    width: 40px !important;
  }
  .l-sp-w50 {
    width: 50px !important;
  }
  .l-sp-w60 {
    width: 60px !important;
  }
  .l-sp-w70 {
    width: 70px !important;
  }
  .l-sp-w80 {
    width: 80px !important;
  }
  .l-sp-w90 {
    width: 90px !important;
  }
  .l-sp-w100 {
    width: 100px !important;
  }
}

/* -------------------------------------------------------------------------
	マージン
*/
.l-mb0 {
  margin-bottom: 0px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb0 {
    margin-bottom: 0px !important;
  }
}

.l-mb5 {
  margin-bottom: 2.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb5 {
    margin-bottom: 5px !important;
  }
}

.l-mb10 {
  margin-bottom: 5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb10 {
    margin-bottom: 10px !important;
  }
}

.l-mb15 {
  margin-bottom: 7.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb15 {
    margin-bottom: 15px !important;
  }
}

.l-mb20 {
  margin-bottom: 10px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb20 {
    margin-bottom: 20px !important;
  }
}

.l-mb25 {
  margin-bottom: 12.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb25 {
    margin-bottom: 25px !important;
  }
}

.l-mb30 {
  margin-bottom: 15px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb30 {
    margin-bottom: 30px !important;
  }
}

.l-mb35 {
  margin-bottom: 17.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb35 {
    margin-bottom: 35px !important;
  }
}

.l-mb40 {
  margin-bottom: 20px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb40 {
    margin-bottom: 40px !important;
  }
}

.l-mb45 {
  margin-bottom: 22.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb45 {
    margin-bottom: 45px !important;
  }
}

.l-mb50 {
  margin-bottom: 25px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb50 {
    margin-bottom: 50px !important;
  }
}

.l-mb55 {
  margin-bottom: 27.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb55 {
    margin-bottom: 55px !important;
  }
}

.l-mb60 {
  margin-bottom: 30px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb60 {
    margin-bottom: 60px !important;
  }
}

.l-mb65 {
  margin-bottom: 32.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb65 {
    margin-bottom: 65px !important;
  }
}

.l-mb70 {
  margin-bottom: 35px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb70 {
    margin-bottom: 70px !important;
  }
}

.l-mb75 {
  margin-bottom: 37.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb75 {
    margin-bottom: 75px !important;
  }
}

.l-mb80 {
  margin-bottom: 40px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb80 {
    margin-bottom: 80px !important;
  }
}

.l-mb85 {
  margin-bottom: 42.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb85 {
    margin-bottom: 85px !important;
  }
}

.l-mb90 {
  margin-bottom: 45px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb90 {
    margin-bottom: 90px !important;
  }
}

.l-mb95 {
  margin-bottom: 47.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb95 {
    margin-bottom: 95px !important;
  }
}

.l-mb100 {
  margin-bottom: 50px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb100 {
    margin-bottom: 100px !important;
  }
}

.l-mt0 {
  margin-top: 0px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt0 {
    margin-top: 0px !important;
  }
}

.l-mt5 {
  margin-top: 2.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt5 {
    margin-top: 5px !important;
  }
}

.l-mt10 {
  margin-top: 5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt10 {
    margin-top: 10px !important;
  }
}

.l-mt15 {
  margin-top: 7.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt15 {
    margin-top: 15px !important;
  }
}

.l-mt20 {
  margin-top: 10px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt20 {
    margin-top: 20px !important;
  }
}

.l-mt25 {
  margin-top: 12.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt25 {
    margin-top: 25px !important;
  }
}

.l-mt30 {
  margin-top: 15px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt30 {
    margin-top: 30px !important;
  }
}

.l-mt35 {
  margin-top: 17.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt35 {
    margin-top: 35px !important;
  }
}

.l-mt40 {
  margin-top: 20px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt40 {
    margin-top: 40px !important;
  }
}

.l-mt45 {
  margin-top: 22.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt45 {
    margin-top: 45px !important;
  }
}

.l-mt50 {
  margin-top: 25px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt50 {
    margin-top: 50px !important;
  }
}

.l-mr0 {
  margin-right: 0px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr0 {
    margin-right: 0px !important;
  }
}

.l-mr5 {
  margin-right: 2.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr5 {
    margin-right: 5px !important;
  }
}

.l-mr10 {
  margin-right: 5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr10 {
    margin-right: 10px !important;
  }
}

.l-mr15 {
  margin-right: 7.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr15 {
    margin-right: 15px !important;
  }
}

.l-mr20 {
  margin-right: 10px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr20 {
    margin-right: 20px !important;
  }
}

.l-mr25 {
  margin-right: 12.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr25 {
    margin-right: 25px !important;
  }
}

.l-mr30 {
  margin-right: 15px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr30 {
    margin-right: 30px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-ml0-sp {
    margin-left: 0 !important;
  }
  .l-mr0-sp {
    margin-right: 0 !important;
  }
  .l-mr5-sp {
    margin-right: 5px !important;
  }
  .l-mb0-sp {
    margin-bottom: 0 !important;
  }
  .l-mt0-sp {
    margin-top: 0 !important;
  }
  .l-mb5-sp {
    margin-bottom: 5px !important;
  }
  .l-mb10-sp {
    margin-bottom: 10px !important;
  }
}

.l-pd5 {
  padding: 5px;
}

.l-pd10 {
  padding: 10px;
}

.l-pd15 {
  padding: 15px;
}

.l-pd20 {
  padding: 20px;
}

.l-pd30 {
  padding: 30px;
}

.l-pd40 {
  padding: 40px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-pd5 {
    padding: 3px;
  }
  .l-pd10 {
    padding: 5px;
  }
  .l-pd15 {
    padding: 7px;
  }
  .l-pd20 {
    padding: 10px;
  }
  .l-pd30 {
    padding: 15px;
  }
  .l-pd40 {
    padding: 20px;
  }
}

/* -------------------------------------------------------------------------
	テキスト揃え
*/
.l-alignL {
  text-align: left;
}

.l-alignR {
  text-align: right;
}

.l-alignC {
  text-align: center;
}

.l-block-alignC {
  margin-left: auto;
  margin-right: auto;
}

.l-valign-m {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-sp-alignL {
    text-align: left;
  }
  .l-sp-alignR {
    text-align: right;
  }
  .l-sp-alignC {
    text-align: center;
  }
}

.l-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.l-container--centering {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.l-container--fullscreen {
  width: 100%;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-container-sp-block {
    display: block;
  }
}

@media print, screen and (min-width: 769px) {
  .l-col2 {
    width: calc(50% - 20px);
  }
}

.l-lineup-head-left {
  width: 65%;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-lineup-head-left {
    width: 58%;
  }
}

.l-lineup-head-right {
  width: 30%;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-lineup-head-right {
    width: 38%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-sp-noflex {
    display: block;
  }
}

/**
  フォーム下アクションボタン
 */
.l-form-btn,
.l-form-btn-back {
  max-width: 300px;
  margin: 0 auto;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-form-btn,
  .l-form-btn-back {
    margin: 0 auto;
    width: auto;
  }
}

@media print, screen and (min-width: 769px) {
  .l-form-btn,
  .l-form-btn-back {
    width: 100%;
  }
}

.l-form-btn-back {
  max-width: 160px;
}

.l-form-btn-right {
  max-width: 214px;
  margin: 0 0 40px auto;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-form-btn-right {
    margin: 0 0 20px auto;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .l-form-btn-container > li:nth-child(n+2) {
    margin-top: 4px;
  }
}

@media print, screen and (min-width: 769px) {
  .l-form-btn-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .l-form-btn-container > li {
    width: 300px;
  }
  .l-form-btn-container > li:nth-child(n+2) {
    margin-left: 30px;
  }
}

/* ==========================================================================
   Module
   ========================================================================== */
/* basic */
/*@import "modules/header";
@import "modules/footer";
@import "modules/list";
@import "modules/accordion";
@import "modules/breadcrumbs";
@import "modules/pagenation";
@import "modules/button";
@import "modules/heading";
@import "modules/form";
@import "modules/table";
@import "modules/tab";*/
/* project */
.sy-header {
  padding: 30px 0 0 0;
  margin-bottom: 70px;
}

@media print, screen and (min-width: 769px) {
  .sy-header {
    padding-top: 70px;
    margin-bottom: 70px;
  }
}

.sy__logo {
  width: 16vw;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .sy__logo {
    width: 132px;
  }
}

.sy__reserve {
  position: absolute;
  right: 5vw;
  top: 50px;
}

.sy__reserve .reserve-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: url(../../img/ptn.png) repeat center center/28px auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.sy__reserve .reserve-typo {
  display: block;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: .1em;
  background: url(../../img/ic_bed.png) no-repeat center bottom/14px auto;
  padding: 4px 0 15px;
}

@media print, screen and (min-width: 769px) {
  .sy__reserve {
    transition: 0.2s;
    top: 100px;
    right: 10vw;
  }
  .sy__reserve:hover {
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  }
  .sy__reserve .reserve-inner {
    width: 142px;
    height: 142px;
  }
  .sy__reserve .reserve-typo {
    font-size: 2.4rem;
    background-size: 28px auto;
    padding: 5px 0 30px;
  }
}

.sy__reserve--square {
  display: block;
  position: relative;
  right: auto;
  top: auto;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.sy__reserve--square .reserve-inner {
  width: auto;
  height: 80px;
  border-radius: 0;
}

.sy__reserve--square .reserve-typo {
  background-position: left center;
  padding: 0 0 0 40px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .sy__reserve--square {
    width: auto;
    margin: 0 5vw;
  }
  .sy__reserve--square .reserve-typo {
    font-size: 2rem;
    background-size: 20px auto;
    padding-left: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .sy__reserve--square {
    width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
  .sy__reserve--square .reserve-inner {
    width: 680px;
    height: 145px;
  }
}

.sy-mv {
  position: relative;
  height: 78vw;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 769px) {
  .sy-mv {
    height: 72vw;
    margin-bottom: 100px;
  }
}

.sy-mv__01 {
  position: absolute;
  width: 42.9vw;
  right: calc(50% + 1px);
}

.sy-mv__02 {
  position: absolute;
  width: 42.9vw;
  left: calc(50% + 1px);
  top: 15vw;
}

.sy-mv__03 {
  position: absolute;
  width: 24.6vw;
  right: calc(50% + 1px);
  top: calc(40.45vw + 2px);
}

.sy-mv__catch {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .sy-mv__catch {
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4rem;
    top: -30px;
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .sy-mv__catch {
    font-size: 3rem;
    z-index: 3;
    top: 6.2vw;
    left: calc(50% - 91px);
  }
  .sy-mv__catch .catch-white {
    color: #fff;
  }
}

.sy-lead {
  text-align: center;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 769px) {
  .sy-lead {
    margin-bottom: 100px;
  }
}

.sy-lead__text {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2em;
  font-size: 1.3rem;
}

@media print, screen and (min-width: 769px) {
  .sy-lead__text {
    font-size: 2.4rem;
  }
}

.sy-heading1 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 36px;
  background-color: #eee;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1.3;
  letter-spacing: .1em;
  margin-bottom: 20px;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 769px) {
  .sy-heading1 {
    height: 62px;
    font-size: 2.6rem;
    margin-bottom: 48px;
  }
}

.sy-heading2 {
  border-bottom: 1px solid #858585;
  padding-bottom: 10px;
  letter-spacing: .1em;
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 769px) {
  .sy-heading2 {
    font-size: 2.2rem;
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
}

.sy-sec {
  margin-left: 5vw;
  margin-right: 5vw;
  margin-bottom: 40px;
}

.sy-sec .u-txt,
.sy-sec .u-txt-s {
  line-height: 2;
}

@media print, screen and (min-width: 769px) {
  .sy-sec {
    max-width: 1280px;
    min-width: 960px;
    padding: 0 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
}

@media print, screen and (min-width: 769px) {
  .sy-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .sy-box1 {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .sy-box1 {
    width: 48%;
  }
}

.sy__map {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.sy__map iframe {
  width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .sy__map iframe {
    height: 50vw;
  }
}

.sy-fac__photo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .sy-fac__photo > p {
    width: 50%;
  }
}

.sy-list > li {
  padding-left: .6em;
  text-indent: -.6em;
}

.footer {
  padding: 40px 0;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .footer {
    margin-top: 100px;
    padding: 80px 0;
  }
}

.footer__copyright {
  font-size: 1rem;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media print, screen and (min-width: 769px) {
  .footer__copyright {
    font-size: 1.2rem;
  }
}

.sy-term {
  height: 200px;
  border: 1px solid #efefef;
  background-color: #f5f5f5;
  overflow: auto;
}

@media print, screen and (min-width: 769px) {
  .sy-term {
    height: 400px;
  }
}

.sy-term__content {
  padding: 2em;
}

.sy-indent {
  display: block;
  margin-left: 2em;
}

.sy-calendar {
  margin-bottom: 40px;
}

.sy-calendar iframe {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .sy-calendar {
    margin-bottom: 60px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sy-form iframe {
  width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .sy-form iframe {
    height: 80vh;
  }
}

@media print, screen and (min-width: 769px) {
  .sy-form {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer__tel {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 100px;
}

.footer__tel .tel-number {
  font-size: 2rem;
}

@media print, screen and (min-width: 769px) {
  .footer__tel .tel-number {
    font-size: 3rem;
  }
}

.sy-reserve__confirm {
  margin: 40px auto;
  text-align: center;
}

.sy-reserve__confirm .confirm-inner {
  display: inline-block;
  border-bottom: 2px solid #000;
  padding: 20px 0px 10px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

/* ==========================================================================
   Utilities
   ========================================================================== */
/* ==========================================================================

	#テキストモジュールとユーティリティ

	36　コピー
	27　 H1相当　ページタイトル
	25　 H2相当　コピー・見出しおよびラベル
	24　 H3相当　見出しおよびラベル
	20　コピー・中見出し・ラベル
	18　本文：大・ラベル
	16　本文：中
	14　本文：小を使用しています。
	12　最小（注文など一部のみ）

 */
/* -------------------------------------------------------------------------
	本文指定
*/
.u-txt-ll,
.u-txt-l,
.u-txt,
.u-txt-s,
.u-txt-ss {
  line-height: 1.75;
}

.u-txt-ll {
  font-size: 2.2rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-ll {
    font-size: 1.6rem;
  }
}

.u-txt-l {
  font-size: 2rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-l {
    font-size: 1.4rem;
  }
}

.u-txt {
  font-size: 1.8rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt {
    font-size: 1.3rem;
  }
}

.u-txt-s {
  font-size: 1.6rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-s {
    font-size: 1.2rem;
  }
}

.u-txt-ss {
  font-size: 1.4rem;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-txt-ss {
    font-size: 1.1rem;
  }
}

.u-color-red {
  color: #ff0000;
}

.u-color-blue {
  color: #007eff;
}

.u-color-pink {
  color: #e4007f;
}

/* -------------------------------------------------------------------------
	ユーティリティmisc
*/
/*一字下げ*/
.u-indent-head {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.u-font-bold {
  font-weight: bold;
}

.u-font-normal {
  font-weight: normal;
}

/* ==========================================================================

   ユーティリティモジュール

 */
/* -------------------------------------------------------------------------
	画像を100%に/100%を解除
	<img class="u-fit" src="xxx.jpg" />
*/
.u-fit {
  width: 100%;
  height: auto;
}

.u-free {
  width: auto;
}

/* -------------------------------------------------------------------------
	SPのみ、PCのみで改行させる
	<br class="u-spbr" />
	<br class="u-pcbr" />
*/
.u-spbr {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-spbr {
    display: inline;
  }
}

.u-pcbr {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .u-pcbr {
    display: inline;
  }
}

.u-tdbr {
  display: none;
}

@media only screen and (max-width: 768px) {
  .u-tdbr {
    display: inline;
  }
}

/* -------------------------------------------------------------------------
	フロート
*/
@media print, screen and (min-width: 769px) {
  .u-floatL {
    float: left;
  }
}

@media print, screen and (min-width: 769px) {
  .u-floatR {
    float: right;
  }
}

/* -------------------------------------------------------------------------
	position:relative
*/
.u-relative {
  position: relative;
}

/* -------------------------------------------------------------------------
	インラインテキストリンク
*/
.u-textLink:link, .u-textLink:visited {
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  .u-textLink:hover {
    color: #ED1C24;
  }
}

/* -------------------------------------------------------------------------
	縦書きテキスト
*/
.u-vertical-text {
  font-feature-settings: 'pkna';
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: upright;
  -ms-text-combine-horizontal: all;
}

/* -------------------------------------------------------------------------
	ブロック指定
*/
.u-inlineBlock {
  display: inline-block;
}

.u-block {
  display: block;
}

/* -------------------------------------------------------------------------
	リスト要素のスタイル
*/
.u-listIndent li {
  font-size: 1.6rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.75em;
  margin-bottom: 1.2em;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-listIndent li {
    font-size: 1.1rem;
    margin-bottom: .5em;
  }
}

.u-listDisc li {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1.2em;
}

/* -------------------------------------------------------------------------
	PCレイアウト時に非表示
*/
.u-sp-only {
  display: none !important;
}

.u-pc-only {
  display: block !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-sp-only {
    display: block !important;
  }
  .u-pc-only {
    display: none !important;
  }
}

.u-noWrap {
  white-space: nowrap;
}

@media print, screen and (min-width: 769px) {
  .u-pc-pdng {
    display: inline-block;
    width: 20px;
  }
}

/* ==========================================================================
   Animation
   アニメーション設定用css
   ========================================================================== */
