@charset "UTF-8";
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　フォント

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*yakuhan ゴシック*/
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp-noto.min.css");
/*yakuhan 明朝*/
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp-noto.min.css");
/*NotoSansJP NotoSerifJP*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
/*Marcellus*/
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　mixin　

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　メディアクエリ

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　変数　

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*カラー*/
/*汎用カラー*/
/*フォント明朝*/
/*フォント line awesome*/
/* CSS Document */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　リセット

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*    background:transparent;*/
}

/*行の高さをフォントサイズと同じにしています*/
body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
  vertical-align: middle;
}

/*画像を縦に並べたときに余白が出てしまわないよう*/
img {
  　　　vertical-align: top;
  　　　font-size: 0;
  　　　line-height: 0;
}

/* new HTML5 elements */
section, nav, article, aside, hgroup,
header, footer, figure, figcaption,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

/* 以下個人的な変更点 */
th, td {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

input, select {
  vertical-align: text-top;
  margin-left: 0;
}

.min {
  font-family: "Noto Serif JP", serif;
}

.en {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6rem;
  line-height: 100%;
}

.example-gothic {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.example-min {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　初期設定

–––––––––––––––––––––––––––––––––––––––––––––––––– */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, dl, dt, dd, table {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  /*	overflow-y: scroll !important;*/
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 180%;
  color: #333;
  font-size: 1.6em;
  background: #f7f3ed;
}

img {
  border: none;
}

img {
  width: 100%;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
  image-rendering: -webkit-optimize-contrast;
}

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

a:link {
  color: #33ccff;
}

a:visited {
  color: #33ccff;
}

a:hover {
  color: #33ccff;
}

a:active {
  color: #33ccff;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pcno {
  display: none;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　基本枠

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#wrap {
  min-width: 1150px;
  margin: 0 auto;
  overflow: hidden;
}

.cons {
  width: 1150px;
  margin: 0 auto;
}

#content {
  line-height: 180%;
}

/*アップボタン
----------------------------------------------------*/
#up {
  display: block;
  list-style: none;
  margin: 0 0 0 0;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99998;
  text-decoration: none;
  overflow: hidden;
  width: 38px;
  height: 60px;
  background: url(../img/up.png) no-repeat top center;
  background-size: 38px auto;
}

#up a {
  display: block;
  width: 100%;
  height: 100%;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　ヘッダ　関連

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*　ヘッダ
----------------------------------------------------*/
header {
  height: 750px;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
header .cons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  padding-top: 60px;
}
header .lbox {
  width: 60%;
}
header .rbox {
  width: 30%;
}
header .logo {
  width: 570px;
}
header .thm {
  width: 152px;
  margin: 0 0 0 auto;
}
header .mrk {
  width: 105px;
  margin-bottom: 60px;
}

header #vis {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 850px;
  margin-top: -100px;
}
header #vis img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　フッタ　関連

–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer {
  position: relative;
}
footer .cons {
  position: relative;
  z-index: 10;
  color: #FFF;
  padding: 100px 0;
}
footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 95px;
}
footer .logo {
  width: 340px;
}
footer .thm {
  width: 118px;
  margin: 0 0 0 auto;
}

footer #ftbk {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
}
footer #ftbk .photo {
  background: url("../img/footer@2x.webp") 50% 50% no-repeat;
  background-size: cover;
  height: 110%;
  margin-top: -70px;
}

/*フッタ　背景画像*/
/*footer #ftbk {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 1;
  height: 100%;
    background: #333;
}

footer #ftbk .photo {
  background: url("../img/footer@2x.webp") 50% 50% no-repeat;
  background-size: cover;
  height: 110%;
  margin-top: -5%;
}
*/
/*アドレス*/
footer .shusai-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
footer .shusai-dl dt {
  width: 125px;
  margin-right: 20px;
}
footer .shusai-dl dd {
  font-size: 1.4rem;
}

/*コピーライト*/
#copyright {
  color: #FFF;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　固定申し込みボタン

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#fixbt {
  width: 260px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
}
#fixbt a {
  display: block;
  color: #FFF;
  background: #30302f;
  padding: 4.5% 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#fixbt a:hover {
  background: #666;
}
#fixbt .lbox {
  width: 20%;
}
#fixbt .rbox {
  width: 80%;
  padding-left: 5%;
  border-left: 1px solid #CCC;
}
#fixbt i {
  font-size: 3.8rem;
  vertical-align: -3px;
}
#fixbt .min {
  font-size: 1.9rem;
  line-height: 100%;
  padding: 3px 0 5px 0;
}
#fixbt .note {
  font-size: 1.2rem;
  line-height: 140%;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　共通パーツ

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*写真object-fit*/
.ofi img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/*左右ボックス*/
.lbox {
  width: 48%;
}

.rbox {
  width: 48%;
}

/*ボタン*/
.bt {
  text-align: center;
  font-size: 1.4rem;
}
.bt a {
  display: block;
  background: #333;
  text-align: center;
  line-height: 55px;
  color: #FFF;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 3px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bt a:hover {
  background: #555;
}
.bt i {
  font-size: 1.6em;
  vertical-align: -3px;
}

/*　画像パララックス用(gsap)
----------------------------------------------------*/
.gsp-para-wp {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 2;
  /*    border: 1px solid #e7e7e7;*/
}

.gsp-para-wp img {
  position: absolute;
  width: 100%;
  height: 115%;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

/*.gsp-para-wp img{
    position: absolute;
    width: 100%;
    height: 120%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    object-fit: cover;
}
*/
/*.gsp-para-wp img{
    position: absolute;
    width: 100%;
    height: 120%;
    left: 0;
    top: 0;
    object-fit: cover;
}*/
/*戻るボタン*/
/*.info-bt-back{
	text-align: center;
	margin-top: 50px;
	a{
		display: block;
		background: #333;
		text-align: center;
		line-height: 60px;
		color: #FFF;
		width: 300px;
		margin: 0 auto;
		letter-spacing: 3px;
		border-radius: 30px;
		transition: all 0.3s;
	}

	a:hover{
		background:#555;
	}
}*/
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　WPのページネーション

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*ブログアーカイブのページネイション*/
.pagination {
  margin-top: 100px;
}

a.page-numbers,
.pagination .current {
  background: #f7f3ed;
  text-decoration: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  margin-right: 2px;
}

.pagination .current {
  background: #f7f3ed;
  color: #fff;
}

.pagination a:hover {
  background: #f7f3ed;
  color: #f7f3ed;
}

.pagination .next,
.pagination .prev {
  width: 80px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　汎用クラス

–––––––––––––––––––––––––––––––––––––––––––––––––– */
.red {
  color: #ff0000;
}

.none {
  display: none;
}

.clear {
  clear: both;
}

.clear-hr {
  clear: both;
  visibility: hidden;
  height: 0;
  margin: 0;
  border: none;
}

.sp-top80 {
  margin-top: 80px !important;
}

.sp-top1em {
  margin-top: 1em;
}

.sp-top2em {
  margin-top: 2em;
}

.sp-bot1em {
  margin-bottom: 1em;
}

.sp-bot2em {
  margin-bottom: 2em;
}

.sp-bot15 {
  margin-bottom: 15px !important;
}

.sp-top15 {
  margin-top: 15px !important;
}

.sp-top10 {
  margin-top: 10px !important;
}

.sp-top-none {
  margin-top: 0 !important;
}

.sprite {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.gray {
  background: #f3f3f3;
}

.nt {
  font-size: 1.2rem;
  color: #666;
}

li.emp {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.ytb {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.ytb iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/************************************************************************************

　スマホ設定

*************************************************************************************/
@media screen and (max-width: 670px) {
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　初期設定

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, dl, dt, dd, table {
    margin: 0;
    padding: 0;
  }
  html {
    font-size: 62.5%;
    /*	overflow-y: scroll !important;*/
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 180%;
    color: #333;
    font-size: 1.4em;
    background: #f7f3ed;
  }
  img {
    border: none;
  }
  img {
    width: 100%;
    height: auto;
    aspect-ratio: attr(width)/attr(height);
    image-rendering: -webkit-optimize-contrast;
  }
  a {
    text-decoration: none;
    outline: none;
  }
  a:link {
    color: #33ccff;
  }
  a:visited {
    color: #33ccff;
  }
  a:hover {
    color: #33ccff;
  }
  a:active {
    color: #33ccff;
  }
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pcno {
    display: block;
  }
  .spno {
    display: none;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　基本枠

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #wrap {
    min-width: 0;
    margin: 0 auto;
    overflow: hidden;
  }
  .cons {
    width: 86%;
    margin: 0 auto;
  }
  #content {
    line-height: 180%;
  }
  /*アップボタン
  ----------------------------------------------------*/
  #up {
    display: block;
    list-style: none;
    margin: 0 0 0 0;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99998;
    text-decoration: none;
    overflow: hidden;
    width: 38px;
    height: 60px;
    background: url(../img/up.png) no-repeat top center;
    background-size: 38px auto;
  }
  #up a {
    display: block;
    width: 100%;
    height: 100%;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　ヘッダ　関連

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*　ヘッダ
  ----------------------------------------------------*/
  header {
    height: 620px;
    overflow: hidden;
    position: relative;
    z-index: 20;
  }
  header .cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 10;
    padding-top: 40px;
  }
  header .lbox {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  header .rbox {
    width: 75%;
    margin: 0 auto;
  }
  header .logo {
    width: 100%;
    margin: 0 auto;
  }
  header .thm {
    width: 100px;
    margin: 0 auto;
    padding-left: 20px;
  }
  header .mrk {
    width: 50px;
    margin-bottom: 30px;
  }
  header #vis {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 700px;
    margin-top: -70px;
  }
  header #vis img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　フッタ　関連

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  footer {
    position: relative;
  }
  footer .cons {
    position: relative;
    z-index: 10;
    color: #FFF;
    padding: 100px 0;
    padding-top: 60px;
  }
  footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 95px;
  }
  footer .lbox {
    width: 60%;
  }
  footer .rbox {
    width: 40%;
  }
  footer .logo {
    width: 100%;
  }
  footer .thm {
    width: 50px;
    margin: 0 0 0 auto;
  }
  footer #ftbk {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
  }
  footer #ftbk .photo {
    background: url("../img/footer@2x.webp") 50% 50% no-repeat;
    background-size: cover;
    height: 110%;
    margin-top: -70px;
  }
  /*主催*/
  footer .shusai-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  footer .shusai-dl dt {
    width: 60px;
    margin-right: 10px;
  }
  footer .shusai-dl dd {
    font-size: 1rem;
    line-height: 160%;
  }
  /*コピーライト*/
  #copyright {
    color: #FFF;
    font-size: 0.9rem;
    letter-spacing: 0px;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　固定申し込みボタン

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*#fixbt{
      width: 100%;
      position: fixed;
      right: 0;
      bottom: 0;
      z-index: 100;


      a{
          display: block;
          padding: 2.5% 16%;
          background: #30302f;
          display:flex;
          flex-wrap:wrap;
          justify-content:space-between;
          align-items:center;
      }

      a:hover{ background: #666;}

      .lbox{ width: 20%;}
      .rbox{ 
          width: 80%; 
          padding-left: 5%;
          border-left: 1px solid #CCC;}

      i{ font-size: 4.0rem;}
      .min{ font-size: 1.4rem; line-height: 100%; margin-bottom: 5px; letter-spacing: 1px;}
      .note{ font-size: 0.9rem; line-height: 140%; letter-spacing: 1px;}


  }
  */
  #fixbt {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid #CCC;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  #fixbt a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.5% 25%;
    background: #30302f;
    /* iPhone系の安全領域対策も兼ねる */
    padding-bottom: calc(2.5% + env(safe-area-inset-bottom));
  }
  #fixbt a:hover {
    background: #666;
  }
  #fixbt .lbox {
    width: 22%;
  }
  #fixbt .rbox {
    width: 78%;
    padding-left: 5%;
    border-left: 1px solid #CCC;
  }
  #fixbt i {
    font-size: 3.5rem;
  }
  #fixbt .min {
    font-size: 1.6rem;
    line-height: 100%;
    letter-spacing: 0px;
  }
  #fixbt .note {
    font-size: 0.9rem;
    line-height: 140%;
    letter-spacing: 1px;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　共通パーツ

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*戻るボタン*/
  .bt {
    text-align: center;
  }
  .bt a {
    line-height: 50px;
    color: #FFF;
    width: 100%;
    letter-spacing: 0px;
    font-size: 1.3rem;
  }
  .bt a:hover {
    background: #555;
  }
  .bt i {
    font-size: 1.8em;
    vertical-align: -3px;
    margin-right: 3px;
  }
  /*　画像パララックス用(gsap)
  ----------------------------------------------------*/
  .gsp-para-wp {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 2;
    /*    border: 1px solid #e7e7e7;*/
  }
  .gsp-para-wp img {
    position: absolute;
    width: 100%;
    height: 115%;
    left: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /*.gsp-para-wp img{
      position: absolute;
      width: 100%;
      height: 120%;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      object-fit: cover;
  }
  */
  /*.gsp-para-wp img{
      position: absolute;
      width: 100%;
      height: 120%;
      left: 0;
      top: 0;
      object-fit: cover;
  }*/
  /*　写真object-fit
  ----------------------------------------------------*/
  .ofi img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  /*青ライン見出し*/
  .m-line {
    width: 100%;
    font-size: 2.4rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f7f3ed;
    letter-spacing: 3px;
    font-weight: bold;
    margin-top: 75px;
  }
  /*小見出し*/
  .sub-m {
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 30px 0 5px 0;
    letter-spacing: 3px;
  }
  /*小小見出し*/
  .sub-ms {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 10px 0 0px 0;
  }
  .sub-ms span {
    font-weight: normal;
    letter-spacing: 0;
    font-size: 0.8em;
  }
  /*980px枠*/
  .subwp980 {
    width: 980px;
    margin: 0 auto;
  }
  /*青線枠*/
  .bluebox {
    border: 1px solid #f7f3ed;
    padding: 5%;
    margin-top: 100px;
  }
  /*左右ボックス*/
  .lbox {
    width: 48%;
  }
  .rbox {
    width: 48%;
  }
  /*戻るボタン*/
  .info-bt-back {
    text-align: center;
    margin-top: 50px;
  }
  .info-bt-back a {
    display: block;
    background: #333;
    text-align: center;
    line-height: 60px;
    color: #FFF;
    width: 300px;
    margin: 0 auto;
    letter-spacing: 3px;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .info-bt-back a:hover {
    background: #555;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　WPのページネーション

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*ブログアーカイブのページネイション*/
  .pagination {
    margin-top: 100px;
  }
  a.page-numbers,
  .pagination .current {
    background: #f7f3ed;
    text-decoration: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    margin-right: 2px;
  }
  .pagination .current {
    background: #f7f3ed;
    color: #fff;
  }
  .pagination a:hover {
    background: #f7f3ed;
    color: #f7f3ed;
  }
  .pagination .next,
  .pagination .prev {
    width: 80px;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　汎用クラス

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .red {
    color: #ff0000;
  }
  .none {
    display: none;
  }
  .clear {
    clear: both;
  }
  .clear-hr {
    clear: both;
    visibility: hidden;
    height: 0;
    margin: 0;
    border: none;
  }
  .sp-top80 {
    margin-top: 80px !important;
  }
  .sp-top1em {
    margin-top: 1em;
  }
  .sp-top2em {
    margin-top: 2em;
  }
  .sp-bot1em {
    margin-bottom: 1em;
  }
  .sp-bot2em {
    margin-bottom: 2em;
  }
  .sp-bot15 {
    margin-bottom: 15px !important;
  }
  .sp-top15 {
    margin-top: 15px !important;
  }
  .sp-top10 {
    margin-top: 10px !important;
  }
  .sp-top-none {
    margin-top: 0 !important;
  }
  .sprite {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .gray {
    background: #f3f3f3;
  }
  .nt {
    font-size: 1.2rem;
    color: #666;
  }
  li.emp {
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .ytb {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .ytb iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　ハンバーガーメニュー

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#nav-toggle {
  position: fixed;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 1000;
  background: #f7f3ed;
  width: 70px;
  height: 70px;
  padding-top: 20px;
}

#nav-toggle > div {
  position: relative;
  width: 36px;
  margin: 0 auto;
}

#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
  transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  -webkit-transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
  transition: transform 0.6s ease-in-out, top 0.5s ease, -webkit-transform 0.6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 14px;
}

#nav-toggle span:nth-child(3) {
  top: 28px;
}

#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span {
  background: #333;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　グローバルメニュー 基本設定

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#gloval-nav {
  background: url(../img/bk.png);
  background: #FFF;
  background-size: cover;
  color: #333;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

/* open */
.open {
  overflow: hidden;
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

/*.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}*/
/*グローバルメニュー　動き
----------------------------------------------------*/
/*グローバルロゴ*/
#gnav-logo {
  opacity: 0;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.2s ease;
  transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
}

.open #gnav-logo {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
}

/*グローバル　メイン*/
#gloval-nav .lbox {
  opacity: 0;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.2s ease;
  transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
}

.open #gloval-nav .lbox {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
}

/*グローバル　サブ*/
#gloval-nav .rbox {
  opacity: 0;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.2s ease;
  transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
}

.open #gloval-nav .rbox {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　グローバルメニュー　レイアウト

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#gloval-nav nav {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#gloval-nav .inner {
  width: 1000px;
  margin-top: -50px;
}
#gloval-nav #gnav-logo {
  width: 500px;
  margin: 0 auto;
  margin-bottom: 50px;
}
#gloval-nav .lbox {
  width: 40%;
  float: left;
}
#gloval-nav .rbox {
  width: 60%;
  float: right;
}
#gloval-nav .home {
  font-size: 2.4rem;
}
#gloval-nav #cr {
  font-size: 1.3rem;
  letter-spacing: 1px;
  color: #666;
}

#gloval-nav #mnav li {
  font-size: 2.4rem;
  line-height: 100%;
  margin-top: 50px;
  letter-spacing: 2px;
}
#gloval-nav #mnav li a {
  color: #333;
  position: relative;
  padding-left: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gloval-nav #mnav li a:hover {
  padding-left: 35px;
  color: #f7f3ed;
}
#gloval-nav #mnav li a:before {
  content: "";
  width: 15px;
  height: 1px;
  display: inline-block;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
}

#gloval-nav #snav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 70px;
}
#gloval-nav #snav li {
  width: 33.333%;
  margin-bottom: 40px;
  font-size: 1.5rem;
}
#gloval-nav #snav li a {
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gloval-nav #snav li a:hover {
  color: #f7f3ed;
}
#gloval-nav #snav li a:hover i {
  color: #f7f3ed;
}
#gloval-nav #snav i {
  font-size: 2.2em;
  margin-right: 5px;
  vertical-align: -6px;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#gloval-nav #fban {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
#gloval-nav #fban li {
  width: 49%;
  font-size: 1.7rem;
}
#gloval-nav #fban li:last-child a {
  background: #f7f3ed;
  color: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gloval-nav #fban li:last-child a:hover {
  background: #f7f3ed;
}
#gloval-nav #fban a {
  display: block;
  line-height: 60px;
  text-align: center;
  background: #f7f3ed;
  color: #333;
  letter-spacing: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gloval-nav #fban a:hover {
  background: #f7f3ed;
}
#gloval-nav #fban i {
  margin-right: 5px;
  font-size: 2.5rem;
  vertical-align: -3px;
}

/************************************************************************************

　スマホ設定

*************************************************************************************/
@media screen and (max-width: 670px) {
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　スマホ　ハンバーガーメニュー

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #nav-toggle {
    width: 50px;
    height: 50px;
    padding-top: 15px;
  }
  #nav-toggle > div {
    width: 26px;
  }
  #nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #333;
    position: absolute;
    transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
    -webkit-transition: top 0.5s ease, -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
    transition: transform 0.6s ease-in-out, top 0.5s ease, -webkit-transform 0.6s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 10px;
  }
  #nav-toggle span:nth-child(3) {
    top: 20px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 5px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 15px;
  }
  .open #nav-toggle span {
    background: #333;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 10px;
  }
  .open #nav-toggle span:nth-child(2) {
    top: 10px;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 10px;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　スマホ　グローバルメニュー 基本設定

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #gloval-nav {
    background: url(../img/bk.png);
    background: #FFF;
    background-size: cover;
    color: #333;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  /* open */
  .open {
    overflow: hidden;
  }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1;
  }
  /*スマホ　グローバルメニュー　動き
  ----------------------------------------------------*/
  /*スマホ　グローバルロゴ*/
  #gnav-logo {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
    transition: transform 0.6s ease, opacity 0.2s ease;
    transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
  }
  .open #gnav-logo {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity 0.9s ease, -webkit-transform 1s ease;
    -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 0.9s ease;
    transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
  }
  /*スマホ　グローバル　メイン*/
  #gloval-nav .lbox {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
    transition: transform 0.6s ease, opacity 0.2s ease;
    transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
  }
  .open #gloval-nav .lbox {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity 0.9s ease, -webkit-transform 1s ease;
    -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 0.9s ease;
    transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
  }
  /*スマホ　グローバル　サブ*/
  #gloval-nav .rbox {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.6s ease;
    transition: transform 0.6s ease, opacity 0.2s ease;
    transition: transform 0.6s ease, opacity 0.2s ease, -webkit-transform 0.6s ease;
  }
  .open #gloval-nav .rbox {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity 0.9s ease, -webkit-transform 1s ease;
    -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity 0.9s ease;
    transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　スマホ　グローバルメニュー　レイアウト

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #gloval-nav nav {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #gloval-nav .inner {
    width: 90%;
    margin-top: 0px;
  }
  #gloval-nav #gnav-logo {
    width: 280px;
    margin: 0;
    margin-bottom: 30px;
  }
  #gloval-nav .lbox {
    width: 100%;
    float: left;
  }
  #gloval-nav .rbox {
    width: 100%;
    float: right;
  }
  #gloval-nav .home {
    font-size: 2rem;
  }
  #gloval-nav #cr {
    font-size: 1rem;
    letter-spacing: 0px;
    color: #666;
  }
  #gloval-nav #mnav li {
    font-size: 1.8rem;
    line-height: 100%;
    margin-top: 20px;
    letter-spacing: 2px;
  }
  #gloval-nav #mnav li a {
    color: #333;
    position: relative;
    padding-left: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #gloval-nav #mnav li a:hover {
    padding-left: 35px;
    color: #f7f3ed;
  }
  #gloval-nav #mnav li a:before {
    content: "";
    width: 15px;
    height: 1px;
    display: inline-block;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 0;
  }
  #gloval-nav #snav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 35px;
  }
  #gloval-nav #snav li {
    width: 48%;
    margin-bottom: 10px;
    font-size: 1.3rem;
    letter-spacing: 2px;
  }
  #gloval-nav #snav li a {
    color: #666;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #gloval-nav #snav li a:hover {
    color: #f7f3ed;
  }
  #gloval-nav #snav li a:hover i {
    color: #f7f3ed;
  }
  #gloval-nav #snav i {
    font-size: 1.5em;
    margin-right: 5px;
    vertical-align: -3px;
  }
  #gloval-nav #fban {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  #gloval-nav #fban li {
    width: 49%;
    font-size: 1.2rem;
  }
  #gloval-nav #fban li:last-child a {
    background: #f7f3ed;
    color: #FFF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #gloval-nav #fban li:last-child a:hover {
    background: #f7f3ed;
  }
  #gloval-nav #fban a {
    display: block;
    line-height: 46px;
    text-align: center;
    background: #f7f3ed;
    color: #333;
    letter-spacing: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #gloval-nav #fban a:hover {
    background: #f7f3ed;
  }
  #gloval-nav #fban i {
    margin-right: 5px;
    font-size: 1.7rem;
    vertical-align: -3px;
  }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　  アニメーション

–––––––––––––––––––––––––––––––––––––––––––––––––– */
.fd {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.fdon {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/*.fd2{
	transition:1.0s;
	opacity:0;
    transform: translateY(200);}


.fd2on{ 
  opacity: 1.0;
  transition-delay: 0.7s;
    transform: translateY(0);}*/
.fd2 {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.fd2on {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  margin-top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fd3 {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  margin-top: 300px;
  padding-top: 300px;
}

.fd3on {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  margin-top: 0px;
  padding-top: 0px;
}

.fdtex {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.fdtexon {
  opacity: 1;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　アニメーション

–––––––––––––––––––––––––––––––––––––––––––––––––– */
.upper {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(-62px);
          transform: translateY(-62px);
}

.upperon {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.lefty {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  margin-left: -50px;
}

.leftyon {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  margin-left: 0px;
}

.f-in {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  margin-left: -100px;
}

.f-inon {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  margin-left: 0px;
}

.intlogo {
  -webkit-transition: 2s;
  transition: 2s;
  opacity: 0;
  margin-top: 0px;
}

.intlogoon {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  margin-top: 0px;
}

.righty {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  margin-right: -39px;
}

.rightyon {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  margin-right: 0px !important;
}

.opc1 {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  margin-top: 200px;
}

.opc1on {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  margin-top: 0px;
}

.opc2 {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /*	margin-top:200px;*/
}

.opc2on {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  margin-top: 0px;
}

.opc3 {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  /*	margin-top:300px;*/
}

.opc3on {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  margin-top: 0px;
}

/*写真引きアニメ　：　OK：　*/
.zmon {
  -webkit-animation: pht-ani 3s ease-out;
          animation: pht-ani 3s ease-out;
}

@-webkit-keyframes pht-ani {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1;
    /*filter: blur(150px); */
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    /* filter: blur(0px);*/
  }
}

@keyframes pht-ani {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 1;
    /*filter: blur(150px); */
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    /* filter: blur(0px);*/
  }
}
.fdupon {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.wmask {
  position: relative;
  overflow: hidden;
}

.wmaskon:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EEE;
  -webkit-animation: wmask-mo 1s cubic-bezier(0.77, 0, 0.175, 1) 0.8s forwards;
          animation: wmask-mo 1s cubic-bezier(0.77, 0, 0.175, 1) 0.8s forwards;
}
@-webkit-keyframes wmask-mo {
  0% {
    left: 0;
    width: 100%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 1;
  }
}
@keyframes wmask-mo {
  0% {
    left: 0;
    width: 100%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 1;
  }
}

@-webkit-keyframes mask_fadeIn {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}

@keyframes mask_fadeIn {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}
.is-fadeIn {
  position: relative;
  overflow: hidden;
}

.is-fadeIn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #CCC;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-animation: mask_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
          animation: mask_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  opacity: 1;
}

@-webkit-keyframes mask_fadeIn2 {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}

@keyframes mask_fadeIn2 {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}
.is-fadeIn2 {
  position: relative;
  overflow: hidden;
}

.is-fadeIn2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #EEE;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-animation: mask_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
          animation: mask_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  opacity: 1;
  border-radius: 0vw;
}

@-webkit-keyframes w_fadeIn {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}

@keyframes w_fadeIn {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  45% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}
.is-w_fadeIn {
  position: relative;
  overflow: hidden;
}

.is-w_fadeIn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-animation: w_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
          animation: w_fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  opacity: 1;
}

/************************************************************************************

　スマホ設定

*************************************************************************************/
@media screen and (max-width: 670px) {
  .upper {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .upperon {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　共通

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*　タブ
----------------------------------------------------*/
#sec1, #sec2, #sec3, #sec4, #sec5, #sec6 {
  padding: 185px 0;
}

/*セクションの見出し*/
.mdsset h2 {
  font-size: 1.8rem;
  letter-spacing: 2px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.mdsset .en {
  font-size: 6rem;
  letter-spacing: 2px;
  position: relative;
}
.mdsset .en:after {
  content: "";
  width: 45px;
  height: 5px;
  display: inline-block;
  background-color: #d4bc60;
  position: absolute;
  bottom: -20px;
  left: 0;
}

/*縦書きの大きい漢字*/
.icontex {
  font-size: 130px;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  right: 0;
  top: 0;
  height: 100px;
  height: 300px;
  z-index: 30;
}
.icontex span {
  position: relative;
}

.icontex span:after {
  content: "";
  width: 3px;
  height: 93%;
  display: inline-block;
  background-color: #333;
  position: absolute;
  top: 5%;
  right: 0;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　SEC1

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*　
----------------------------------------------------*/
#sec1 {
  background: url("../img/intro-bk.webp") no-repeat center top;
  padding-bottom: 30px;
}

#sec1 .mds-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sec1 .mds-inner .lead {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  font-size: 4rem;
  letter-spacing: 25px;
  line-height: 200%;
  padding-right: 130px;
  line-height: 200%;
}
#sec1 .mds-inner .mds {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
#sec1 .mds-inner .mds h2 {
  font-size: 10rem;
  font-weight: 400;
  letter-spacing: 10px;
  padding-left: 140px;
}
#sec1 .mds-inner .mds .en {
  font-size: 3.6rem;
  line-height: 400%;
  letter-spacing: 5px;
  padding-top: 15px;
  position: relative;
}
#sec1 .mds-inner .mds .en:after {
  content: "";
  width: 5px;
  height: 75px;
  display: inline-block;
  background-color: #d4bc60;
  position: absolute;
  top: 160px;
  left: 50%;
  margin-left: -5px;
}

#sec1 .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 140px;
}
#sec1 .intro dl {
  width: 390px;
}
#sec1 .intro dt h3 {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 160%;
  margin-bottom: 10px;
}
#sec1 .intro dd {
  letter-spacing: 1px;
}
#sec1 .intro .rbox {
  width: 660px;
}

#sec1 .message {
  margin-bottom: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#sec1 .message dl {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
}
#sec1 .message dt h3 {
  font-size: 3.6rem;
  font-weight: normal;
  margin-left: 40px;
}
#sec1 .message dd {
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 200%;
}
#sec1 .message dd span {
  margin-top: -0.5em;
}
#sec1 .message .photo {
  width: 300px;
}
#sec1 .message .tcy {
  text-combine-upright: all;
  -webkit-text-combine: horizontal; /* Safari対策 */
  display: inline-block;
  text-align: center;
  -webkit-transform: translateX(-0.2em);
          transform: translateX(-0.2em); /* ←微調整ポイント */
  padding: 8px 0 5px 0;
}

#sec1 .greet {
  border-top: 1px solid #CCC;
  margin-bottom: 60px;
}
#sec1 .greet .grp {
  width: 100%;
  border-bottom: 1px solid #CCC;
  position: relative;
  padding: 60px 40px;
  padding-right: 450px;
}
#sec1 .greet dt {
  width: 100%;
}
#sec1 .greet dd {
  width: 100%;
  letter-spacing: 1px;
}
#sec1 .greet h4 {
  text-align: center;
  background: #FFF;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 25px;
  padding: 5px 0;
  width: 200px;
}
#sec1 .greet .name {
  font-size: 2rem;
  letter-spacing: 2px;
  margin-top: 25px;
  margin-bottom: 10px;
}
#sec1 .greet .post {
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 160%;
}
#sec1 .greet .photo {
  width: 300px;
  position: absolute;
  right: 40px;
  top: 60px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　無限スクロール

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#vis-slide-wp {
  margin-bottom: 50px;
}
#vis-slide-wp .vis-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1px;
}
#vis-slide-wp .vis-slide li {
  width: 505px;
  height: 570px;
  margin-right: 30px;
  border-radius: 0px;
  overflow: hidden;
}
#vis-slide-wp .vis-slide li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#vis-slide-wp .vis-slide li:nth-child(even) {
  margin-top: 100px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　SEC2 スケジュール

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*　タブ
----------------------------------------------------*/
#sec2 {
  background: url("../img/mrk-bk.webp") no-repeat -350px 0%;
  background-size: 980px;
}
#sec2 .icontex {
  right: 10%;
  top: -45px;
}

#sec2 .tit-box {
  position: relative;
}
#sec2 .tit-box .lead {
  font-size: 3rem;
  letter-spacing: 10px;
  line-height: 160%;
  margin-left: 330px;
  margin-top: -90px;
  margin-bottom: 100px;
}

#sec2 .colum {
  background: #FFF;
  padding: 7%;
  padding-bottom: 3%;
  margin-bottom: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sec2 .colum .lbox {
  width: 270px;
}
#sec2 .colum .rbox {
  width: 680px;
}
#sec2 .colum ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sec2 .colum li {
  width: 50%;
  border-left: 1px solid #CCC;
  padding-left: 30px;
  margin-bottom: 7%;
}
#sec2 .colum li.full {
  width: 100%;
}
#sec2 .colum .en {
  letter-spacing: 3px;
  margin-bottom: 20px;
}
#sec2 .colum .date {
  font-size: 2.4rem;
  letter-spacing: 2px;
}
#sec2 .colum .time {
  margin-bottom: 3px;
  color: #928b8b;
}
#sec2 .colum .time i {
  font-size: 1.4em;
  vertical-align: -3px;
  margin-right: 3px;
}
#sec2 .colum h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.1rem;
  margin-bottom: 10px;
  font-weight: normal;
}
#sec2 .colum h3 span {
  font-size: 0.7em;
  font-weight: normal;
  margin-left: 10px;
}
#sec2 .colum .note {
  font-size: 1.4rem;
  color: #928b8b;
}
#sec2 .colum .chui {
  font-size: 1.2rem;
  color: #ff4500;
}

#sec2 .exc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
#sec2 .exc .grp {
  width: 47%;
}
#sec2 .exc dt h4 {
  font-size: 1.8rem;
  letter-spacing: 2px;
}
#sec2 .exc .photo {
  margin-top: 0px;
  margin-bottom: 0px;
}
#sec2 .exc .note {
  font-size: 0.7em;
  line-height: 100%;
  margin: 4px 0 6px 0;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　SEC3 ゲスト

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#sec3 {
  background: #efe8dc;
}
#sec3 .cons {
  position: relative;
}
#sec3 .mdsset {
  margin-bottom: 100px;
}
#sec3 .icontex.kataru {
  right: 10%;
  top: 30px;
}

/*　プロフィールDL
----------------------------------------------------*/
.prof h3 {
  font-size: 1.8rem;
  margin-bottom: 25px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  letter-spacing: 2px;
}
.prof h3 span {
  background: #FFF;
  padding: 5px 15px 7px 15px;
}
.prof h4 {
  font-size: 3.3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 130%;
}
.prof dt {
  margin-bottom: 30px;
}
.prof dd {
  letter-spacing: 1px;
  line-height: 200%;
}

/*　ジローラモ
----------------------------------------------------*/
.jiro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 150px;
}
.jiro .lbox {
  width: 53%;
}
.jiro .rbox {
  width: 36%;
}
.jiro {
  /*    .photo{ aspect-ratio: 1;}*/
}

/*　ハワイ
----------------------------------------------------*/
.hawai {
  margin-bottom: 150px;
  position: relative;
}
.hawai .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 82%;
  margin: 0 0 0 auto;
}
.hawai .lbox {
  width: 48%;
}
.hawai .rbox {
  width: 41%;
}
.hawai .icontex {
  right: auto;
  left: 50px;
  top: -20px;
  height: 500px;
}
.hawai .icontex span {
  position: relative;
}

/*　MC
----------------------------------------------------*/
.mc {
  border-top: 1px solid #CCC;
  padding: 6%;
  padding-top: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mc .mdsset {
  width: 30%;
}
.mc .mdsset .en {
  font-size: 4rem;
}
.mc .inner {
  width: 59%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mc .lbox {
  width: 48%;
}
.mc .rbox {
  width: 41%;
}
.mc h4 {
  font-size: 2.4rem;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　SEC4　アクセス

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#sec4 .cons {
  position: relative;
}
#sec4 .mdsset {
  margin-bottom: 100px;
}
#sec4 .icontex {
  right: 10%;
  top: 30px;
}

#sec4 .colum {
  background: #FFF;
  padding: 7%;
  margin-bottom: 65px;
}
#sec4 .colum .abv {
  margin-bottom: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sec4 .colum .abv .lbox {
  width: 63%;
  font-size: 1.8rem;
}
#sec4 .colum .abv .rbox {
  width: 33%;
}
#sec4 .colum .event {
  letter-spacing: 3px;
  margin-bottom: 15px;
}
#sec4 .colum .abv dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
}
#sec4 .colum .abv dt {
  width: 20%;
  text-align: center;
  border: 1px solid #333;
  padding: 7px 0;
  letter-spacing: 2px;
}
#sec4 .colum .abv dd {
  width: 77%;
  font-size: 3.6rem;
  letter-spacing: 0px;
}
#sec4 .colum .abv .adr {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 2px;
}
#sec4 .colum .abv .tel {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 2px;
}
#sec4 .colum .abv .tel a {
  color: #333;
}
#sec4 .colum .abv .bt {
  width: 260px;
  margin-top: 45px;
}
#sec4 .colum .abv .bt a {
  font-size: 1.4rem;
  letter-spacing: 1px;
}
#sec4 .colum .detail .grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #CCC;
  padding: 5% 0;
}
#sec4 .colum .detail dt {
  width: 30%;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 2px;
}
#sec4 .colum .detail dd {
  width: 65%;
  font-size: 1.4rem;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#sec4 .colum .detail dd a:hover {
  color: #33ccff;
  text-decoration: underline;
}
#sec4 .colum h4 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 5px;
  color: #000;
}
#sec4 .colum h4.tp {
  margin-top: 0;
}
#sec4 .colum h4 span {
  font-size: 0.8em;
}
#sec4 .colum .map {
  margin: 30px 0 30px 0;
}
#sec4 .colum .bt.parking {
  width: 400px;
  margin: 0 auto;
}
#sec4 .colum .bt.parking a {
  letter-spacing: 1px;
  color: #FFF !important;
}
#sec4 .colum .bt.parking a:hover {
  text-decoration: none;
}
#sec4 .colum .chui {
  font-size: 1.2rem;
  color: #ff4500;
  margin-top: 20px;
  line-height: 160%;
  text-indent: -1em;
  padding-left: 1em;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　SEC5　お知らせ

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#sec5 {
  padding-top: 0;
}
#sec5 .cons {
  position: relative;
}
#sec5 .newslist {
  width: 800px;
  border-top: 1px solid #CCC;
  margin: -90px 0 0 auto;
  position: relative;
  z-index: 5;
}
#sec5 .newslist li {
  border-bottom: 1px solid #CCC;
}
#sec5 .newslist li a {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  font-family: "Noto Serif JP", serif;
}
#sec5 .newslist li a:hover {
  background: #f3ede4;
}
#sec5 .newslist .lbox {
  width: 18%;
  background: #CCC;
}
#sec5 .newslist .cbox {
  width: 68%;
  padding: 0 5%;
}
#sec5 .newslist .rbox {
  width: 14%;
}
#sec5 .newslist .date {
  letter-spacing: 2px;
}
#sec5 .newslist h3 {
  font-size: 1.8rem;
}
#sec5 .newslist .photo {
  width: 100%;
  aspect-ratio: 1.5;
  background: url("../img/news-thumb.webp") no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
}
#sec5 .newslist .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#sec5 .newslist .more {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  color: #cbb79a;
}
#sec5 .newslist .more i {
  font-size: 1.5em;
  vertical-align: -3px;
  margin-left: 3px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　SEC6　申し込み

–––––––––––––––––––––––––––––––––––––––––––––––––– */
#sec6 {
  background: #FFF;
}
#sec6 .cons {
  position: relative;
}
#sec6 .mdsset {
  margin-bottom: 100px;
}
#sec6 .icontex {
  right: 10%;
  top: -250px;
}

#sec6 .setumei {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
#sec6 .setumei .grp {
  border: 1px solid #CCC;
  padding: 5%;
  width: 48%;
}
#sec6 .setumei dt {
  border-bottom: 1px solid #CCC;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#sec6 .setumei h3 {
  font-size: 3.3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
#sec6 .setumei h3 .en {
  font-size: 1.8rem;
  margin-left: 1em;
}
#sec6 .setumei .note {
  font-size: 1.3rem;
}
#sec6 .setumei .sibu-mds {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-top: 30px;
}
#sec6 .setumei .sibu-tex {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 0.85em;
  line-height: 160%;
  margin-bottom: -5px;
}
#sec6 .setumei .bt {
  width: 270px;
  margin-top: 20px;
}
#sec6 .setumei .bt a {
  letter-spacing: 1px;
}
#sec6 .setumei .note {
  margin-top: 20px;
}
#sec6 .setumei #jiti-mds {
  margin-top: 20px;
}

#sec6 .entry-bt {
  text-align: center;
}
#sec6 .entry-bt a {
  display: block;
  color: #FFF;
  background: #000;
  padding: 4% 0;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#sec6 .entry-bt a:hover {
  background: #666;
}
#sec6 .entry-bt .lead {
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 4px;
}
#sec6 .entry-bt .lead i {
  font-size: 1.5em;
  vertical-align: -6px;
}
#sec6 .entry-bt .note {
  font-size: 2rem;
}

#sec6 .flyer {
  margin-top: 100px;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  padding: 3% 0;
}
#sec6 .flyer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 500px;
  margin: 0 auto;
}
#sec6 .flyer .lbox {
  width: 25%;
}
#sec6 .flyer .rbox {
  width: 65%;
}
#sec6 .flyer h3 {
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 5px;
}
#sec6 .flyer .name {
  letter-spacing: 2px;
  line-height: 150%;
  margin-bottom: 20px;
}
#sec6 .flyer .bt {
  width: 250px;
}

/************************************************************************************

　メイン　スマホ設定

*************************************************************************************/
@media screen and (max-width: 670px) {
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　共通

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*　タブ
  ----------------------------------------------------*/
  #sec1, #sec2, #sec3, #sec4, #sec5, #sec6 {
    padding: 90px 0;
  }
  /*セクションの見出し*/
  .mdsset h2 {
    font-size: 1.5rem;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .mdsset .en {
    font-size: 4rem;
    letter-spacing: 1px;
  }
  .mdsset .en:after {
    content: "";
    width: 35px;
    height: 4px;
    display: inline-block;
    background-color: #d4bc60;
    position: absolute;
    bottom: -20px;
    left: 0;
  }
  /*縦書きの大きい漢字*/
  .icontex {
    font-size: 50px;
    font-family: "Noto Serif JP", serif;
    position: absolute;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    right: 0;
    top: 0;
    height: 200px;
    z-index: 30;
  }
  .icontex span {
    position: relative;
    display: inline-block;
    padding-right: 20px;
  }
  .icontex span:after {
    content: "";
    width: 2px;
    height: 93%;
    display: block;
    background-color: #333;
    position: absolute;
    top: 3%;
    right: 0;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　SEC1

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*　タブ
  ----------------------------------------------------*/
  #sec1 {
    background: url("../img/intro-bk.webp") no-repeat center top;
    background-size: 160%;
    padding-bottom: 30px;
  }
  #sec1 .mds-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 50px;
  }
  #sec1 .mds-inner .lead {
    font-size: 2rem;
    letter-spacing: 15px;
    line-height: 210%;
    padding-right: 0px;
    padding-top: 7%;
  }
  #sec1 .mds-inner .mds {
    margin-right: -3%;
  }
  #sec1 .mds-inner .mds h2 {
    font-size: 4rem;
    font-weight: 400;
    letter-spacing: 10px;
    padding-left: 0px;
  }
  #sec1 .mds-inner .mds .en {
    font-size: 1.8rem;
    line-height: 250%;
    letter-spacing: 5px;
    padding-top: 15px;
    position: relative;
  }
  #sec1 .mds-inner .mds .en:after {
    content: "";
    width: 2px;
    height: 35px;
    display: inline-block;
    background-color: #d4bc60;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -2px;
  }
  #sec1 .intro {
    display: block;
    margin-bottom: 100px;
  }
  #sec1 .intro dl {
    width: 100%;
    margin-bottom: 30px;
  }
  #sec1 .intro dt h3 {
    font-size: 1.8rem;
    letter-spacing: 2px;
    line-height: 160%;
    margin-bottom: 10px;
  }
  #sec1 .intro dd {
    letter-spacing: 1px;
  }
  #sec1 .intro .rbox {
    width: 100%;
  }
  #sec1 .message {
    margin-bottom: 85px;
    display: block;
    width: 100%;
  }
  #sec1 .message dl {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
  }
  #sec1 .message dt h3 {
    font-size: 2rem;
    font-weight: normal;
    margin-left: 0px;
    margin-bottom: 20px;
    letter-spacing: 5px;
  }
  #sec1 .message dd {
    font-size: 1.5rem;
    letter-spacing: 0px;
    line-height: 200%;
  }
  #sec1 .message dd span {
    margin-top: -0.5em;
  }
  #sec1 .message .photo {
    width: 116%;
    margin-left: -8%;
    aspect-ratio: 1.8;
  }
  #sec1 .message .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  #sec1 .message .tcy {
    text-combine-upright: none;
    -webkit-text-combine: none;
    -webkit-transform: none;
            transform: none;
    display: inline;
  }
  #sec1 .greet {
    display: block;
    border-top: 1px solid #CCC;
    padding-top: 50px;
    margin-bottom: -60px;
  }
  #sec1 .greet .grp {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-bottom: 70px;
    padding: 0;
    border: none;
  }
  #sec1 .greet dt {
    width: 100%;
    margin-bottom: 10%;
  }
  #sec1 .greet dd {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  #sec1 .greet h4 {
    text-align: center;
    background: #FFF;
    font-size: 1.7rem;
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 25px;
    padding: 5px 0;
    width: 100%;
  }
  #sec1 .greet .name {
    font-size: 1.8rem;
    letter-spacing: 4px;
    margin-top: 15px;
    margin-bottom: 3px;
  }
  #sec1 .greet .post {
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 160%;
  }
  #sec1 .greet .photo {
    position: static;
    width: 60%;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　無限スクロール

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #vis-slide-wp {
    margin-bottom: 50px;
  }
  #vis-slide-wp .vis-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1px;
  }
  #vis-slide-wp .vis-slide li {
    width: 250px;
    height: 285px;
    margin-right: 15px;
    border-radius: 0px;
    overflow: hidden;
  }
  #vis-slide-wp .vis-slide li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  #vis-slide-wp .vis-slide li:nth-child(even) {
    margin-top: 100px;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　SEC2 スケジュール

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*　タブ
  ----------------------------------------------------*/
  #sec2 {
    background: url("../img/mrk-bk.webp") no-repeat -150px 0%;
    background-size: 450px;
  }
  #sec2 .icontex {
    right: 3%;
    top: 0px;
  }
  #sec2 .tit-box {
    position: relative;
  }
  #sec2 .tit-box .lead {
    font-size: 1.8rem;
    letter-spacing: 3px;
    line-height: 160%;
    margin-left: 0px;
    margin-top: 70px;
    margin-bottom: 30px;
  }
  #sec2 .colum {
    background: #FFF;
    padding: 10%;
    padding-bottom: 8%;
    margin-bottom: 8%;
    display: block;
  }
  #sec2 .colum .lbox {
    width: 100%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sec2 .colum .rbox {
    width: 100%;
  }
  #sec2 .colum ul {
    width: 100%;
    display: block;
  }
  #sec2 .colum li {
    width: 100%;
    border-left: 1px solid #CCC;
    border-left: none;
    border-top: 1px solid #CCC;
    padding-top: 8%;
    padding-left: 0px;
    margin-bottom: 8%;
  }
  #sec2 .colum li.full {
    width: 100%;
  }
  #sec2 .colum .en {
    letter-spacing: 1px;
    margin-bottom: 0px;
    font-size: 3.5rem;
    margin-right: 10px;
  }
  #sec2 .colum .date {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  #sec2 .colum .time {
    margin-bottom: 3px;
    color: #928b8b;
  }
  #sec2 .colum .time i {
    font-size: 1.4em;
    vertical-align: -3px;
    margin-right: 3px;
  }
  #sec2 .colum h3 {
    font-size: 1.9rem;
    margin-bottom: 10px;
    font-weight: normal;
  }
  #sec2 .colum h3 span {
    font-size: 0.7em;
    font-weight: normal;
    margin-left: 10px;
  }
  #sec2 .colum .note {
    font-size: 1.3rem;
    color: #928b8b;
  }
  #sec2 .colum .place {
    font-size: 1.3rem;
  }
  #sec2 .colum .chui {
    font-size: 0.9rem;
    line-height: 150%;
    text-indent: -1em;
    padding-left: 1em;
  }
  #sec2 .exc {
    display: block;
    margin-top: 10px;
  }
  #sec2 .exc .grp {
    width: 100%;
  }
  #sec2 .exc .grp:nth-child(1) {
    margin-bottom: 50px;
  }
  #sec2 .exc dt h4 {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
  #sec2 .exc .photo {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  #sec2 .exc .note {
    font-size: 0.5em;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　SEC3 ゲスト

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #sec3 {
    background: #efe8dc;
  }
  #sec3 .cons {
    position: relative;
  }
  #sec3 .mdsset {
    margin-bottom: 100px;
  }
  #sec3 .icontex.kataru {
    right: 3%;
    top: 0px;
  }
  /*　プロフィールDL
  ----------------------------------------------------*/
  .prof h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .prof h3 span {
    background: #FFF;
    padding: 5px 15px 7px 15px;
  }
  .prof h4 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 130%;
  }
  .prof dt {
    margin-bottom: 30px;
  }
  .prof dd {
    letter-spacing: 1px;
    line-height: 200%;
  }
  /*　ジローラモ
  ----------------------------------------------------*/
  .jiro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 150px;
  }
  .jiro .lbox {
    width: 100%;
    margin-bottom: 30px;
  }
  .jiro .rbox {
    width: 100%;
  }
  .jiro {
    /*    .photo{ aspect-ratio: 1;}*/
  }
  /*　ハワイ
  ----------------------------------------------------*/
  .hawai {
    margin-bottom: 150px;
    position: relative;
  }
  .hawai .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
    margin: 0 0 0 auto;
  }
  .hawai .lbox {
    width: 100%;
    margin-bottom: 30px;
  }
  .hawai .rbox {
    width: 100%;
  }
  .hawai .icontex {
    left: auto;
    right: 3%;
    top: -10px;
    height: 500px;
    font-size: 35px;
  }
  .hawai .icontex span {
    position: relative;
  }
  /*　MC
  ----------------------------------------------------*/
  .mc {
    border-top: 1px solid #CCC;
    padding: 0%;
    padding-top: 16%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mc .mdsset {
    width: 100%;
    margin-bottom: 70px !important;
  }
  .mc .mdsset .en {
    font-size: 3rem;
  }
  .mc .inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mc .lbox {
    width: 60%;
  }
  .mc .rbox {
    width: 35%;
    padding-top: 60px;
  }
  .mc h4 {
    font-size: 1.8rem;
  }
  .mc dd {
    line-height: 160%;
    font-size: 1.3rem;
  }
  .mc .prof dt {
    width: 155%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .mc .prof dt h3 {
    margin-right: 15px;
  }
  .mc .prof dt h4 {
    font-weight: normal;
    letter-spacing: 4px;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　SEC4　アクセス

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #sec4 .mdsset {
    margin-bottom: 100px;
  }
  #sec4 .icontex {
    right: 3%;
    top: 0px;
  }
  #sec4 .colum {
    background: #FFF;
    padding: 7%;
    margin-bottom: 50px;
  }
  #sec4 .colum .abv {
    margin-bottom: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sec4 .colum .abv .lbox {
    width: 100%;
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 30px;
  }
  #sec4 .colum .abv .rbox {
    width: 100%;
  }
  #sec4 .colum .event {
    letter-spacing: 0px;
    margin-bottom: 15px;
  }
  #sec4 .colum .abv dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    font-family: "Noto Serif JP", serif;
  }
  #sec4 .colum .abv dt {
    width: 19%;
    width: 47px;
    text-align: center;
    border: 1px solid #333;
    padding: 7px 0;
    letter-spacing: 2px;
    line-height: 100%;
    font-size: 1.3rem;
  }
  #sec4 .colum .abv dd {
    width: 78%;
    font-size: 2rem;
    letter-spacing: 2px;
  }
  #sec4 .colum .abv .adr {
    letter-spacing: 0px;
  }
  #sec4 .colum .abv .tel {
    letter-spacing: 0px;
  }
  #sec4 .colum .abv .tel a {
    color: #333;
  }
  #sec4 .colum .abv .bt {
    width: 150px;
    text-align: center;
    margin: 0;
    margin-top: 10px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  #sec4 .colum .abv .bt a {
    line-height: 37px;
    color: #FFF;
    width: 150px;
    letter-spacing: 0px;
    font-size: 1rem;
  }
  #sec4 .colum .abv .bt a:hover {
    background: #555;
  }
  #sec4 .colum .abv .bt i {
    font-size: 1.8em;
    vertical-align: -3px;
    margin-right: 0px;
  }
  #sec4 .colum .detail .grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #CCC;
    padding: 10% 0;
  }
  #sec4 .colum .detail dt {
    width: 100%;
    font-size: 1.7rem;
    letter-spacing: 3px;
    margin-bottom: 20px;
    text-align: center;
  }
  #sec4 .colum .detail dd {
    width: 100%;
    font-size: 1.2rem;
    line-height: 170%;
  }
  #sec4 .colum .detail dd a:hover {
    color: #33ccff;
    text-decoration: underline;
  }
  #sec4 .colum h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 5px;
    color: #000;
  }
  #sec4 .colum h4.tp {
    margin-top: 0;
  }
  #sec4 .colum h4 span {
    font-size: 0.8em;
  }
  #sec4 .colum .map {
    margin: 30px 0 30px 0;
  }
  #sec4 .colum .bt.parking {
    width: 100%;
    margin: 0 auto;
  }
  #sec4 .colum .bt.parking a {
    letter-spacing: 1px;
    color: #FFF !important;
  }
  #sec4 .colum .bt.parking a:hover {
    text-decoration: none;
  }
  #sec4 .colum .chui {
    font-size: 0.9rem;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 160%;
    text-indent: -1em;
    padding-left: 1em;
  }
  #sec4 .colum .chui br {
    display: none;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　SEC5　お知らせ

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #sec5 {
    padding-top: 0;
  }
  #sec5 .cons {
    position: relative;
  }
  #sec5 .newslist {
    width: 100%;
    border-top: 1px solid #CCC;
    margin: 0;
    margin-top: 50px;
  }
  #sec5 .newslist li {
    border-bottom: 1px solid #CCC;
  }
  #sec5 .newslist li a {
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px 0;
    padding-bottom: 13px;
    font-family: "Noto Serif JP", serif;
  }
  #sec5 .newslist li a:hover {
    background: #f3ede4;
  }
  #sec5 .newslist .lbox {
    width: 18%;
    padding-top: 6px;
    background: none;
  }
  #sec5 .newslist .cbox {
    width: 82%;
    padding: 0 5%;
  }
  #sec5 .newslist .rbox {
    width: 14%;
    display: none;
  }
  #sec5 .newslist .date {
    letter-spacing: 1px;
    font-size: 1rem;
  }
  #sec5 .newslist h3 {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 150%;
  }
  #sec5 .newslist .photo {
    width: 100%;
    aspect-ratio: 1.5;
    background: url("../img/news-thumb.webp") no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
  }
  #sec5 .newslist .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  #sec5 .newslist .more {
    font-size: 1rem;
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    color: #cbb79a;
  }
  #sec5 .newslist .more i {
    font-size: 1.5em;
    vertical-align: -3px;
    margin-left: 3px;
  }
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　SEC6　申し込み

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #sec6 {
    background: #FFF;
  }
  #sec6 .cons {
    position: relative;
  }
  #sec6 .mdsset {
    margin-bottom: 75px;
  }
  #sec6 .icontex {
    right: 3%;
    top: 0px;
  }
  #sec6 .setumei {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 25px;
  }
  #sec6 .setumei .grp {
    border: 1px solid #CCC;
    padding: 10%;
    width: 100%;
    margin-bottom: 5%;
  }
  #sec6 .setumei dt {
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #sec6 .setumei h3 {
    font-size: 2rem;
    letter-spacing: 3px;
    margin-bottom: 5px;
  }
  #sec6 .setumei h3 .en {
    font-size: 1.3rem;
    margin-left: 0, 5em;
  }
  #sec6 .setumei .note {
    font-size: 1rem;
  }
  #sec6 .setumei .bt {
    width: 100%;
    margin-top: 20px;
  }
  #sec6 .setumei .bt a {
    letter-spacing: 1px;
  }
  #sec6 .entry-bt a {
    padding: 8% 3%;
    border-radius: 15px;
  }
  #sec6 .entry-bt a:hover {
    background: #666;
  }
  #sec6 .entry-bt .lead {
    font-size: 1.8rem;
    letter-spacing: 0px;
  }
  #sec6 .entry-bt .lead i {
    font-size: 1.5em;
    vertical-align: -3px;
    margin-right: 5px;
  }
  #sec6 .entry-bt .note {
    font-size: 1.2rem;
  }
  #sec6 .flyer {
    margin-top: 100px;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    padding: 6% 0;
  }
  #sec6 .flyer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 auto;
  }
  #sec6 .flyer .lbox {
    width: 25%;
  }
  #sec6 .flyer .rbox {
    width: 65%;
  }
  #sec6 .flyer h3 {
    font-size: 1.7rem;
    font-weight: normal;
    margin-bottom: 5px;
  }
  #sec6 .flyer .name {
    font-size: 1.2rem;
    letter-spacing: 0px;
    line-height: 160%;
    margin-bottom: 15px;
  }
  #sec6 .flyer .bt {
    font-size: 1.4rem;
    width: 160px;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  #sec6 .flyer .bt a {
    line-height: 40px;
  }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

　　お知らせ

–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*　お知らせヘッダ
----------------------------------------------------*/
#news header {
  height: 450px;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
#news header .cons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  padding-top: 30px;
}
#news header .lbox {
  width: 60%;
}
#news header .rbox {
  width: 30%;
}
#news header .logo {
  width: 355px;
}
#news header .thm {
  width: 110px;
  margin: 0 0 0 auto;
}
#news header .mrk {
  width: 60px;
  margin-bottom: 40px;
}

#news header #vis {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 550px;
  margin-top: -100px;
}
#news header #vis img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/*　お知らせリスト
----------------------------------------------------*/
#news #sec-news {
  padding: 120px;
}
#news #sec-news .mds-wp {
  position: relative;
  margin-bottom: 100px;
}
#news #sec-news .bt {
  width: 200px;
}
#news #sec-news .bt.hd {
  position: absolute;
  right: 0;
  top: 40px;
}
#news #sec-news .bt.bot {
  margin: 0 auto;
}

#news .newslist li {
  background: #FFF;
  padding: 11%;
  margin-bottom: 7%;
}
#news .newslist .tit-wp {
  border-bottom: 1px solid #CCC;
  padding-bottom: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#news .newslist .date {
  width: 28%;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
#news .newslist .date dt {
  font-size: 2.4rem;
  line-height: 100%;
  margin: 0 0 5px 25px;
  position: relative;
}
#news .newslist .date dt:before {
  content: "";
  width: 15px;
  height: 2px;
  display: inline-block;
  background-color: #CCC;
  position: absolute;
  top: 50%;
  left: -23px;
}
#news .newslist .date dd {
  font-size: 6rem;
  line-height: 100%;
}
#news .newslist .tit {
  width: 72%;
}
#news .newslist h3 {
  font-size: 2.7rem;
  font-family: "Noto Serif JP", serif;
  line-height: 130%;
}
#news .newslist .photo {
  margin-bottom: 40px;
}
#news .newslist .honbun {
  font-size: 1.8rem;
  line-height: 200%;
  letter-spacing: 1px;
}

/************************************************************************************

　スマホ設定

*************************************************************************************/
@media screen and (max-width: 670px) {
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––

  　　お知らせ

  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /*　お知らせヘッダ
  ----------------------------------------------------*/
  #news header {
    height: 300px;
    overflow: hidden;
    position: relative;
    z-index: 20;
  }
  #news header .cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 10;
    padding-top: 30px;
  }
  #news header .lbox {
    width: 60%;
  }
  #news header .rbox {
    width: 30%;
  }
  #news header .logo {
    width: 100%;
  }
  #news header .thm {
    width: 70px;
    margin: 0 0 0 auto;
  }
  #news header .mrk {
    width: 40px;
    margin-bottom: 20px;
  }
  #news header #vis {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 350px;
    margin-top: -40px;
  }
  /*　お知らせリスト
  ----------------------------------------------------*/
  #news #sec-news {
    padding: 120px;
    padding: 0px;
    padding-top: 50px;
    margin-bottom: 100px;
  }
  #news #sec-news .mds-wp {
    position: relative;
    margin-bottom: 50px;
  }
  #news #sec-news .bt {
    width: 130px;
    text-align: center;
  }
  #news #sec-news .bt a {
    line-height: 40px;
    color: #FFF;
    width: 100%;
    letter-spacing: 0px;
    font-size: 1.2rem;
  }
  #news #sec-news .bt a:hover {
    background: #555;
  }
  #news #sec-news .bt i {
    font-size: 1.5em;
    vertical-align: -2px;
    margin-right: 2px;
  }
  #news #sec-news .bt.hd {
    position: absolute;
    right: 0;
    top: 40px;
  }
  #news #sec-news .bt.bot {
    margin: 0 auto;
  }
  #news .newslist li {
    background: #FFF;
    padding: 7%;
    padding-bottom: 14%;
    padding-top: 14%;
    margin-bottom: 7%;
  }
  #news .newslist .tit-wp {
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: block;
  }
  #news .newslist .date {
    width: 100%;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  #news .newslist .date dt {
    font-size: 1.4rem;
    line-height: 100%;
    margin: 0 10px 5px 20px;
    position: relative;
  }
  #news .newslist .date dt:before {
    content: "";
    width: 15px;
    height: 1px;
    display: inline-block;
    background-color: #CCC;
    position: absolute;
    top: 50%;
    left: -20px;
  }
  #news .newslist .date dd {
    font-size: 2.2rem;
    line-height: 100%;
    margin-top: -7px;
  }
  #news .newslist .tit {
    width: 100%;
  }
  #news .newslist h3 {
    font-size: 1.8rem;
    line-height: 150%;
    font-weight: normal;
  }
  #news .newslist .photo {
    margin-bottom: 20px;
  }
  #news .newslist .honbun {
    font-size: 1.4rem;
    line-height: 180%;
    letter-spacing: 1px;
  }
}