@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Noto+Sans+JP:wght@100..900&display=swap");
@media (min-width: 601px) and (max-width: 1024px) {
  .pc { /* タブレット */
    display: none;
  }
}
@media (max-width: 600px) {
  .pc { /* モバイル */
    display: none;
  }
}

@media (min-width: 1025px) {
  .tablet { /* デスクトップ */
    display: none;
  }
}
@media (max-width: 600px) {
  .tablet { /* モバイル */
    display: none;
  }
}

@media (min-width: 1025px) {
  .sp { /* デスクトップ */
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .sp { /* タブレット */
    display: none;
  }
}

@media (max-width: 600px) {
  .nosp { /* mobile */
    display: none;
  }
}

@media (max-width: 600px) {
  img { /* モバイル */
    max-width: 100%;
    height: auto;
    width: auto;
  }
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0; /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
}

a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
  border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
  color: #42413C;
  text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}

a:visited {
  color: #6E6C64;
  text-decoration: underline;
}

a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
  text-decoration: none;
}

@media (max-width: 600px) {
  /* 599px以下のとき */
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
p {
  margin: 10px 0 0 0;
}

.red {
  color: red;
}

.orange {
  color: #F60;
}

.blue {
  color: #36C;
}

.blue2 {
  color: dodgerblue;
}

.violet {
  color: purple;
}

.green {
  color: green;
}

.brown {
  color: brown;
}

.grey {
  color: gray;
}

.sitecolor {
  color: #ffc000;
}

.small50 {
  font-size: 0.5em;
}

.small85 {
  font-size: 0.85em;
}

.small90 {
  font-size: 0.9em;
}

.large11 {
  font-size: 1.1em;
}

.large12 {
  font-size: 1.2em;
}

.large14 {
  font-size: 1.4em;
}

.large18 {
  font-size: 1.8em;
}

.large25 {
  font-size: 2.5em;
}

.strong {
  font-weight: bold;
}

.tolist, .tolist03, .tolist02 {
  text-align: right;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .tolist, .tolist03, .tolist02 { /* モバイル */
    width: 340px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .tolist, .tolist03, .tolist02 { /* タブレット */
    width: 100%;
    padding-right: 4em;
  }
}
@media (min-width: 1025px) {
  .tolist, .tolist03, .tolist02 { /* デスクトップ */
    width: 100%;
    padding-right: 4em;
  }
}

.tolist02 {
  width: 100%;
  margin-bottom: 10px;
}

.tolist03 {
  width: 95%;
}

.pdfarea {
  width: 90%;
  padding: 15px 10px;
  font-size: 0.9em;
  text-align: left;
  border: 1px #ccc solid;
  margin: 0 auto;
  margin-top: 20px;
}

.link01:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f08e"; /*アイコンのユニコード*/
  font: var(--fa-font-regular);
  position: relative; /*絶対位置*/
  font-size: 1.2em; /*サイズ*/
  color: #ffc000; /*アイコン色*/
  margin: -5px 0 0 5px;
}

.link02:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061"; /*アイコンのユニコード*/
  font: var(--fa-font-regular);
  position: relative; /*絶対位置*/
  font-size: 1.2em; /*サイズ*/
  color: #ffc000; /*アイコン色*/
  margin: -5px 0 0 5px;
}

.pdf:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f1c1"; /*アイコンのユニコード*/
  font: var(--fa-font-regular);
  position: relative; /*絶対位置*/
  font-size: 1.5em; /*サイズ*/
  color: #ffc000; /*アイコン色*/
  margin: -5px 0 0 5px;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt { /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
  float: right;
  margin-left: 8px;
}

.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
  float: left;
  margin-right: 8px;
}

.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

.kana {
  ime-mode: active;
}

.rome {
  ime-mode: disabled;
}

.lh20 {
  line-height: 2em;
}

.lh25 {
  line-height: 2.5em;
}

.imgarea, .fimgarea {
  width: 100%;
  min-height: 50px;
  text-align: center;
  font-size: 1em;
  position: relative;
  display: block;
}
.imgarea a:link, .fimgarea a:link {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.imgarea a:visited, .fimgarea a:visited {
  text-decoration: none;
}

.imgarea02 {
  width: 49%;
  text-align: center;
  font-size: 1em;
  float: left;
}
.imgarea02 img {
  padding: 20px;
}

.imgarea03 {
  width: 33%;
  text-align: center;
  font-size: 0.9em;
  float: left;
  margin-top: 20px;
}

.imgarea04 {
  text-align: center;
  display: inline-block;
}
@media (min-width: 1025px) {
  .imgarea04 { /* デスクトップ */
    width: 420px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .imgarea04 { /* タブレット */
    width: 420px;
  }
}
@media (max-width: 600px) {
  .imgarea04 { /* モバイル */
    width: 320px;
  }
}

.imgarea img, .fimgarea img, .imgarea02 img, .imgarea03 img {
  padding: 0;
}

.fimgarea {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 50px;
}
.fimgarea img {
  margin: 5px;
  padding: 0;
}

/* square */
.square:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  font-weight: 900;
  margin: -5px 8px 0 5px;
  color: #ffc000;
}

.shadow01 {
  box-shadow: 0 10px 8px -6px #8d8c8c;
}

.shadow02 {
  display: inline-block;
  position: relative;
  padding: 6px;
  box-shadow: 0 2px 6px #999;
  background-color: #fff;
  margin-bottom: 20px;
}
.shadow02 img {
  padding: 0;
}

.zoom, .zoom08 {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

.zoom:hover {
  transform: scale(1.1);
}

.zoom08:hover {
  transform: scale(1.05);
}

.gray {
  filter: grayscale(0);
  transition: 0.3s ease-in-out;
}

.gray:hover {
  filter: grayscale(100%);
}

.opacity {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.opacity:hover {
  opacity: 0.5;
}

.e-flash:hover {
  opacity: 1;
  animation: flash 1.5s;
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.funwari {
  animation-name: fuwari;
  animation-duration: 3s;
}

@keyframes fuwari {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sitecolor {
  color: #ffc000;
}

.basecolor {
  color: #072d54;
}

a:link {
  text-decoration: none;
  color: #000;
}

a:visited {
  text-decoration: none;
  color: #000;
}

a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
  text-decoration: none;
}

a:hover { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
  text-decoration: underline;
}

@media (max-width: 600px) {
  html { /* 599px以下のとき */
    position: relative;
    overflow-x: hidden;
  }
}

.m-plus-r {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-b {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "MS P Gothic", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6em;
}
@media (max-width: 600px) {
  body { /* 599px以下のとき */
    position: relative;
    left: 0;
    overflow-x: hidden;
    font-size: 14px;
  }
}

/* 共通部品 */
.menuarea, #subwrap .submenuwrap .topmenuarea, #topwrap .topmenuwrap .topmenuarea {
  width: 98%;
  max-width: 1400px;
  height: 170px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .menuarea, #subwrap .submenuwrap .topmenuarea, #topwrap .topmenuwrap .topmenuarea { /* mobile */
    justify-content: flex-start;
    padding-left: 20px;
    box-sizing: border-box;
    height: 150px;
  }
}
.menuarea div, #subwrap .submenuwrap .topmenuarea div, #topwrap .topmenuwrap .topmenuarea div {
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px #fff solid;
  color: #fff;
}
@media (min-width: 1025px) {
  .menuarea div, #subwrap .submenuwrap .topmenuarea div, #topwrap .topmenuwrap .topmenuarea div { /* desktop */
    width: 14%;
    font-size: 20px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .menuarea div, #subwrap .submenuwrap .topmenuarea div, #topwrap .topmenuwrap .topmenuarea div { /* tablet */
    width: 14%;
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .menuarea div, #subwrap .submenuwrap .topmenuarea div, #topwrap .topmenuwrap .topmenuarea div { /* mobile */
    width: 30%;
    font-size: 16px;
    margin: 6px 0;
  }
}
.menuarea div a:link, #subwrap .submenuwrap .topmenuarea div a:link, #topwrap .topmenuwrap .topmenuarea div a:link, .menuarea div a:visited, #subwrap .submenuwrap .topmenuarea div a:visited, #topwrap .topmenuwrap .topmenuarea div a:visited {
  color: #fff;
}
.menuarea .top, #subwrap .submenuwrap .topmenuarea .top, #topwrap .topmenuwrap .topmenuarea .top {
  border-left: 1px #fff solid;
}
@media (max-width: 600px) {
  .menuarea .sptop, #subwrap .submenuwrap .topmenuarea .sptop, #topwrap .topmenuwrap .topmenuarea .sptop { /* mobile */
    border-left: 1px #fff solid;
  }
}

.toButton, .toMoreButton {
  border-radius: 35px;
  background-color: #fff;
  transition: all 0.3s ease;
  border: 1px #072d54 solid;
  color: #072d54;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 280px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
@media (max-width: 600px) {
  .toButton, .toMoreButton { /* pc */
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.toButton:hover, .toMoreButton:hover {
  color: #fff;
  background-color: #ffc000;
  border: 1px #ffc000 solid;
}
.toButton a:link, .toMoreButton a:link {
  text-decoration: none;
}

@media (min-width: 1025px) {
  #navi { /* desktop */
    width: 95%;
    margin: 0 auto;
    text-align: right;
    margin-top: 0;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #navi { /* tablet */
    width: 95%;
    margin: 0 auto;
    text-align: right;
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  #navi { /* mobile */
    display: none;
  }
}

.txt, .txt60, .txt85 {
  position: relative;
  margin: 0 auto;
  line-height: 1.8em;
  text-align: left;
}
@media (max-width: 600px) {
  .txt, .txt60, .txt85 { /* mobile */
    width: 340px;
  }
}
@media (min-width: 1025px) {
  .txt, .txt60, .txt85 { /* pc */
    width: 90%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .txt, .txt60, .txt85 { /* tablet */
    width: 90%;
  }
}

.txt85 {
  width: 85%;
}

dl.sub {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  box-sizing: border-box;
  border-bottom: 1px solid #666;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  dl.sub { /* 600px以上のとき */
    width: 80%;
    padding: 0;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  dl.sub { /* tablet */
    width: 80%;
  }
}
@media (max-width: 600px) {
  dl.sub { /* 599px以下のとき */
    width: 100%;
    padding: 0 0;
  }
}
dl.sub a:link {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
dl.sub a:visited {
  text-decoration: none;
}
dl.sub dt {
  border-top: 1px solid #666;
  box-sizing: border-box;
  padding: 10px 0 0 3%;
  text-align: left;
}
@media (min-width: 1025px) {
  dl.sub dt { /* 600px以上のとき */
    width: 25%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  dl.sub dt { /* tablet */
    width: 25%;
  }
}
@media (max-width: 600px) {
  dl.sub dt { /* 599px以下のとき */
    width: 100px;
  }
}
dl.sub dd {
  border-top: 1px solid #666;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 0 10px 0;
  text-align: left;
}
@media (min-width: 1025px) {
  dl.sub dd { /* 600px以上のとき */
    width: 75%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  dl.sub dd { /* 600px以上のとき */
    width: 75%;
  }
}
@media (max-width: 600px) {
  dl.sub dd { /* 599px以下のとき */
    width: 250px;
    width: calc(100% - 100px);
  }
}
@media (min-width: 1025px) {
  dl.sub dd .a-sub { /* 600px以上のとき */
    width: 650px;
    margin: 0 0 0 50px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  dl.sub dd .a-sub { /* tablet */
    width: 650px;
    margin: 0 0 0 50px;
  }
}
@media (max-width: 600px) {
  dl.sub dd .a-sub { /* 599px以下のとき */
    width: 240px;
    margin: 0 0 0 10px;
  }
}

ul.sub {
  box-sizing: border-box;
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (min-width: 1025px) {
  ul.sub { /* 600px以上のとき */
    width: 85%;
    padding: 0.2em 5% 2em 2em;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  ul.sub { /* tablet */
    width: 85%;
    padding: 0.2em 5% 2em 2em;
  }
}
@media (max-width: 600px) {
  ul.sub { /* 599px以下のとき */
    width: 95%;
    padding: 0.2em 5% 2em 2em;
  }
}
ul.sub li {
  text-align: left;
  margin: 0 0 10px 0;
}

@media (min-width: 1025px) {
  .toMoreButton { /* pc */
    float: right;
    margin: 10px 5% 10px 0;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .toMoreButton { /* tablet */
    float: right;
    margin: 10px 5% 10px 0;
  }
}

.txt60 {
  text-align: left;
}
@media (max-width: 600px) {
  .txt60 { /* mobile */
    width: 65%;
  }
}
@media (min-width: 1025px) {
  .txt60 { /* pc */
    width: 65%;
  }
}

#selmenu {
  width: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 1025px) {
  #selmenu { /* desktop */
    min-height: 70px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #selmenu { /* tablet */
    min-height: 70px;
  }
}
@media (max-width: 600px) {
  #selmenu { /* mobile */
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
  }
}
#selmenu .b-btn, #selmenu .b-btn02 {
  font-size: 1.2em;
  width: 150px;
  padding: 20px 0;
  border-radius: 30px;
  border-radius: 30px;
  border: 2px #fff solid;
  text-align: center;
  background: #D4E573;
  display: inline-block;
}
@media (min-width: 1025px) {
  #selmenu .b-btn, #selmenu .b-btn02 { /* desktop */
    margin: 0 0 20px 20px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #selmenu .b-btn, #selmenu .b-btn02 { /* tablet */
    margin: 0 0 20px 20px;
  }
}
@media (max-width: 600px) {
  #selmenu .b-btn, #selmenu .b-btn02 { /* mobile */
    margin: 0 10px 20px 10px;
    width: 100px;
    padding: 10px 0;
    font-size: 1em;
  }
}
#selmenu .b-btn:hover, #selmenu .b-btn02:hover {
  box-shadow: 0 5px 10px #666;
  transform: translate(0, -3px);
}
#selmenu .b-btn02 {
  width: 300px;
}
@media (max-width: 600px) {
  #selmenu .b-btn02 { /* mobile */
    width: 165px;
    font-size: 0.9em;
    margin: 0 5px 20px 0;
  }
}

.reserveButton {
  width: 250px;
  border: 5px #8FDCE4 solid;
  border-radius: 50px;
  transition: all 0.3s ease;
}
@media (min-width: 1025px) {
  .reserveButton { /* pc */
    background: url("../images2/reserve_bk.png") 20px 3px no-repeat;
    height: 60px;
    background-color: #fff;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .reserveButton { /* pc */
    background: url("../images2/reserve_bk.png") 20px 3px no-repeat;
    height: 60px;
    background-color: #fff;
  }
}
@media (max-width: 600px) {
  .reserveButton { /* mobile */
    width: 120px;
    height: 40px;
    border: 2px #8FDCE4 solid;
    background-color: #fff;
  }
}
.reserveButton div {
  width: 200px;
  text-align: center;
  position: relative;
  margin: 5px 0 0 50px;
  font-size: 18px;
}
@media (max-width: 600px) {
  .reserveButton div { /* mobile */
    width: 100%;
    font-size: 14px;
    line-height: 1.2em;
    position: relative;
    margin: 0 auto;
    margin-top: 3px;
  }
}
.reserveButton:hover {
  background-color: #cabd8c;
  text-decoration: none;
  color: #fff;
}

.txtarea {
  width: 100%;
  padding: 50px 0;
}
@media (max-width: 600px) {
  .txtarea { /* tablet */
    padding: 30px 0;
  }
}

/* スクロールしてふんわり表示用（要js） */
.inview {
  /* 要素を透明にする */
  opacity: 0;
  /* 3秒かけて、変化させる */
  transition: opacity 3s;
}

.inview.show {
  opacity: 1;
}

.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}

.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}

/* スクロールなくてもふんわり　*/
.fuwari {
  animation-name: fuwaring;
  animation-duration: 10s;
}

@keyframes fuwaring {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ドロワーメニュー */
/* ドロワーメニュー */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* menu */
.p-sp-nav-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 8;
  transition: all 0.3s;
}

/* .bg-activeが付与された時 */
.p-sp-nav-bg.bg-active {
  display: block;
  transition: all 0.3s;
}

/* ナビゲーション全体を囲うタグ */
#sp-g-nav {
  position: fixed;
  z-index: 46;
  color: #fff;
  background: grey;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  width: 100%;
  width: 300px;
  top: -150%;
  right: 0;
  transition: all 0.3s;
}

/*アクティブクラスがついたら表示位置変更*/
#sp-g-nav.panel-active {
  width: 100%;
  width: 300px;
  height: 100vh;
  top: 0;
  right: 0;
  transition: all 0.3s;
}

/* ナビゲーション本体 */
.p-sp-nav_ul {
  width: 100%;
  color: #666;
  margin-top: 80px;
  list-style: none;
}

.p-sp-nav_li {
  border-bottom: 1px #fff solid;
  padding: 7px 0 7px 20px;
  box-sizing: border-box;
  font-size: 1em;
  text-align: left;
}
.p-sp-nav_li.bottom {
  margin-bottom: 100px;
}
.p-sp-nav_li a:link {
  color: #fff;
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.p-sp-nav_li a:visited {
  color: #fff;
  text-decoration: none;
}

.p-sp-nav_a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}

ul.nav-sub {
  margin: 5px 0 0 20px;
  list-style-type: disc;
  list-style-position: inside;
  color: #fff;
}
ul.nav-sub li {
  margin: 0 0 0.2em 0;
}

.move-1.on.btn {
  position: fixed;
  right: 25px;
  top: 10px;
}

.btn {
  position: absolute;
  z-index: 90;
}
@media (min-width: 1025px) {
  .btn { /* pc */
    position: absolute;
    top: 35px;
    right: 40px;
    width: 45px;
    height: 35px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .btn { /* tablet */
    position: absolute;
    top: 35px;
    right: 40px;
    width: 45px;
    height: 35px;
  }
}
@media (max-width: 600px) {
  .btn { /* mobile */
    position: absolute;
    top: 12px;
    right: 8px;
    width: 35px;
    height: 35px;
  }
}
.btn:before, .btn:after, .btn span {
  display: #fff;
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.35s ease-in-out;
}
.btn span {
  top: calc(50% - 1.5px);
}
@media (min-width: 1025px) {
  .btn span { /* pc */
    height: 3px;
    background-color: #fff;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .btn span { /* tablet */
    height: 3px;
    background-color: #fff;
  }
}
@media (max-width: 600px) {
  .btn span { /* mobile */
    height: 3px;
    background-color: #fff;
  }
}
.btn:before {
  content: "";
}
@media (min-width: 1025px) {
  .btn:before { /* pc */
    top: calc(25% - 5px);
    border-top: 3px solid #fff;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .btn:before { /* tablet */
    top: calc(25% - 5px);
    border-top: 3px solid #fff;
  }
}
@media (max-width: 600px) {
  .btn:before { /* mobile */
    top: calc(25% - 3px);
    border-top: 3px solid #fff;
  }
}
.btn:after {
  content: "";
}
@media (min-width: 1025px) {
  .btn:after { /* pc */
    bottom: calc(25% - 5px);
    border-top: 3px solid #fff;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .btn:after { /* tablet */
    bottom: calc(25% - 5px);
    border-top: 3px solid #fff;
  }
}
@media (max-width: 600px) {
  .btn:after { /* mobile */
    bottom: calc(25% - 3px);
    border-top: 3px solid #fff;
  }
}

.btn.on span {
  display: none;
}
.btn.on:before {
  top: calc(50% - 1.8px);
  transform: rotate(315deg);
  border-top: 3px solid #fff;
}
.btn.on:after {
  bottom: calc(50% - 1.5px);
  transform: rotate(-315deg);
  border-top: 3px solid #fff;
}

/* ヘッダー */
/* header */
#headwrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  text-align: center;
}
@media (min-width: 1025px) {
  #headwrap { /* pc */
    height: 100px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #headwrap { /* pc */
    height: 100px;
  }
}
@media (max-width: 600px) {
  #headwrap { /* mobile */
    height: 55px;
  }
}
#headwrap .naviwrap, #headwrap .subnaviwrap {
  position: relative;
  top: 0;
  width: 100%;
  background-color: rgba(7, 45, 84, 0.8);
  z-index: 30;
  color: #fff;
}
#headwrap .naviwrap .headarea, #headwrap .subnaviwrap .headarea {
  margin: 0 auto;
  position: relative;
  max-width: 1600px;
}
@media (min-width: 1025px) {
  #headwrap .naviwrap .headarea, #headwrap .subnaviwrap .headarea { /* pc */
    height: 100px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #headwrap .naviwrap .headarea, #headwrap .subnaviwrap .headarea { /* pc */
    height: 100px;
  }
}
@media (max-width: 600px) {
  #headwrap .naviwrap .headarea, #headwrap .subnaviwrap .headarea { /* mobile */
    min-height: 55px;
  }
}
#headwrap .naviwrap .headarea .h-logo, #headwrap .subnaviwrap .headarea .h-logo {
  position: absolute;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (min-width: 1025px) {
  #headwrap .naviwrap .headarea .h-logo, #headwrap .subnaviwrap .headarea .h-logo { /* pc */
    top: 20%;
    left: 5%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #headwrap .naviwrap .headarea .h-logo, #headwrap .subnaviwrap .headarea .h-logo { /* tablet */
    top: 20%;
    left: 1%;
  }
}
@media (max-width: 600px) {
  #headwrap .naviwrap .headarea .h-logo, #headwrap .subnaviwrap .headarea .h-logo { /* mobile */
    top: 10px;
    left: 0;
  }
}
#headwrap .naviwrap .headarea .h-logo h1, #headwrap .subnaviwrap .headarea .h-logo h1 {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  #headwrap .naviwrap .headarea .h-logo h1, #headwrap .subnaviwrap .headarea .h-logo h1 { /* pc */
    font-size: 32px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #headwrap .naviwrap .headarea .h-logo h1, #headwrap .subnaviwrap .headarea .h-logo h1 { /* tablet */
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  #headwrap .naviwrap .headarea .h-logo h1, #headwrap .subnaviwrap .headarea .h-logo h1 { /* mobile */
    font-size: 18px;
    text-align: left;
    line-height: 1em;
  }
}
#headwrap .naviwrap .headarea .h-logo h1 a:link, #headwrap .subnaviwrap .headarea .h-logo h1 a:link {
  text-decoration: none;
}
#headwrap .naviwrap .headarea .h-logo img, #headwrap .subnaviwrap .headarea .h-logo img {
  margin: 0 10px;
  vertical-align: middle;
}
@media (min-width: 1025px) {
  #headwrap .naviwrap .headarea .h-logo img, #headwrap .subnaviwrap .headarea .h-logo img { /* pc */
    width: 80px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #headwrap .naviwrap .headarea .h-logo img, #headwrap .subnaviwrap .headarea .h-logo img { /* tablet */
    width: 80px;
  }
}
@media (max-width: 600px) {
  #headwrap .naviwrap .headarea .h-logo img, #headwrap .subnaviwrap .headarea .h-logo img { /* mobile */
    width: 40px;
  }
}
#headwrap .naviwrap .headarea .h-access, #headwrap .subnaviwrap .headarea .h-access {
  position: absolute;
}
@media (min-width: 1025px) {
  #headwrap .naviwrap .headarea .h-access, #headwrap .subnaviwrap .headarea .h-access { /* pc */
    top: 32px;
    right: 120px;
    font-size: 40px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #headwrap .naviwrap .headarea .h-access, #headwrap .subnaviwrap .headarea .h-access { /* tablet */
    top: 32px;
    right: 100px;
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  #headwrap .naviwrap .headarea .h-access, #headwrap .subnaviwrap .headarea .h-access { /* mobile */
    top: 15px;
    right: 50px;
    font-size: 26px;
  }
}
#headwrap .naviwrap:hover, #headwrap .subnaviwrap:hover {
  color: #fff;
}
#headwrap .naviwrap a:link, #headwrap .naviwrap a:visited, #headwrap .subnaviwrap a:link, #headwrap .subnaviwrap a:visited {
  color: #fff;
}
#headwrap .subnaviwrap {
  background-color: #072d54;
}

/* main area */
main {
  min-height: 300px;
  z-index: 0;
}
@media (min-width: 1025px) {
  main { /* pc */
    margin-top: -100px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  main { /* pc */
    margin-top: -100px;
  }
}
@media (max-width: 600px) {
  main { /* mobile */
    margin-top: -55px;
  }
}

.submain {
  margin-top: 0;
}

/* toppage slider */
#topwrap {
  width: 100%;
  background-position: center center;
  background-size: cover;
  display: block;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100vh;
  text-align: left;
  position: relative;
  bottom: 0;
}
@media (min-width: 601px) and (max-width: 1024px) {
  #topwrap { /* tablet */
    height: 70vh;
  }
}
@media (max-width: 600px) {
  #topwrap { /* mobile */
    height: 50vh;
    aspect-ratio: 1/1;
    background-position: center top;
    margin: 0 auto;
  }
}
#topwrap .topmenuwrap {
  width: 100%;
  background-color: rgba(7, 45, 84, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 6;
  height: 100px;
}
@media (max-width: 600px) {
  #topwrap .topmenuwrap { /* mobile */
    height: 120px;
  }
}
#topwrap .topmenuwrap .topmenuarea {
  height: 80px;
  margin-top: 10px;
}
@media (max-width: 600px) {
  #topwrap .topmenuwrap .topmenuarea { /* mobile */
    margin-top: 5px;
    height: 20%;
  }
}

#subwrap {
  width: 100%;
  height: 220px;
  text-align: left;
  position: relative;
  bottom: 0;
}
@media (max-width: 600px) {
  #subwrap { /* mobile */
    height: 180px;
  }
}
#subwrap .submenuwrap {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 6;
  height: 120px;
  background-color: #072d54;
}
@media (max-width: 600px) {
  #subwrap .submenuwrap { /* mobile */
    height: 130px;
  }
}
#subwrap .submenuwrap .topmenuarea {
  height: 50%;
  margin-top: 30px;
}
@media (max-width: 600px) {
  #subwrap .submenuwrap .topmenuarea { /* mobile */
    margin-top: 5px;
    height: 20%;
  }
}

.mainarea, .albumarea, .moviearea {
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100px;
}
@media (min-width: 1025px) {
  .mainarea, .albumarea, .moviearea { /* pc */
    max-width: 1400px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .mainarea, .albumarea, .moviearea { /* pc */
    max-width: 1400px;
  }
}
.mainarea a:link, .albumarea a:link, .moviearea a:link {
  text-decoration: none;
}
.mainarea a:visited, .albumarea a:visited, .moviearea a:visited {
  text-decoration: none;
}

.buttonarea {
  width: 85%;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.buttonarea a:link {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.buttonarea a:visited {
  text-decoration: none;
}

#newswrap {
  width: 100%;
  background-color: #fff;
  min-height: 300px;
  padding: 50px 0;
}

/* news */
summary {
  list-style: none;
  cursor: pointer;
}

.n-title::-webkit-details-marker {
  display: none;
}

.n-title {
  position: relative;
  list-style: none;
  text-align: left;
}
@media (min-width: 1025px) {
  .n-title { /* desktop */
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 0 4% 0 4%;
    box-sizing: border-box;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .n-title { /* tablet */
    width: 90%;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 2% 0 2%;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .n-title { /* mobile */
    width: 95%;
    margin: 0 auto;
    margin: 5px 0 5px 10px;
    padding: 0 4% 0 4%;
    box-sizing: border-box;
  }
}
.n-title a:link, .n-title a:visited {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.n-title .date {
  width: 100px;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .n-title .ttl { /* desktop */
    width: calc(100% - 90px);
    margin: 0 auto;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .n-title .ttl { /* tablet */
    width: calc(100% - 90px);
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .n-title .ttl { /* mobile */
    width: calc(100% - 90px);
    margin: 0 auto;
  }
}

.n-detail {
  min-height: 200px;
  margin: 0 auto;
  border-bottom: 1px #ccc solid;
  border-top: 1px #ccc solid;
  padding: 10px;
  box-sizing: content-box;
}
@media (min-width: 1025px) {
  .n-detail { /* desktop */
    width: 80%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .n-detail { /* tablet */
    width: 87%;
  }
}
@media (max-width: 600px) {
  .n-detail { /* mobile */
    width: 340px;
  }
}
.n-detail .sub-txt {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: left;
}
@media (min-width: 1025px) {
  .n-detail .sub-txt { /* desktop */
    width: 800px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .n-detail .sub-txt { /* tablet */
    width: 800px;
  }
}
@media (max-width: 600px) {
  .n-detail .sub-txt { /* mobile */
    width: 340px;
  }
}
.n-detail .close-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px #072d54 solid;
  color: #072d54;
  background: #fff; /* BOXの背景色         */
  transition: all 0.3s ease;
}
@media (min-width: 1025px) {
  .n-detail .close-btn { /* desktop */
    width: 200px; /* BOXの幅             */
    height: 36px; /* BOXの高さ           */
    line-height: 36px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .n-detail .close-btn { /* tablet */
    width: 200px; /* BOXの幅             */
    height: 36px; /* BOXの高さ           */
    line-height: 36px;
  }
}
@media (max-width: 600px) {
  .n-detail .close-btn { /* mobile */
    bottom: 12px;
    right: 15px;
    width: 200px; /* BOXの幅             */
    height: 28px; /* BOXの高さ           */
    line-height: 28px;
  }
}
.n-detail .close-btn:hover {
  background-color: #ffc000;
  border: 1px #ffc000;
  text-decoration: none;
  color: #fff;
}
.n-detail .close-btn a:link {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.n-detail .close-btn a:visited {
  text-decoration: none;
}

.compelist {
  position: relative;
  margin: 0 auto;
  width: 70%;
  padding: 10px;
  margin-bottom: 50px;
  margin-top: 30px;
  background-color: paleturquoise;
  border-radius: 20px; /* CSS3草案 */
  -webkit-border-radius: 20px; /* Safari,Google Chrome用 */
  -moz-border-radius: 20px; /* Firefox用 */
}
@media (max-width: 600px) {
  .compelist { /* mobile */
    width: 320px;
  }
}
.compelist dl {
  position: relative;
  margin: 0 auto;
  width: 95%;
}
@media (max-width: 600px) {
  .compelist dl { /* mobile */
    width: 320px;
  }
}
.compelist dt {
  width: 20%;
  float: left;
  border-top: 1px #333 dotted;
  padding: 5px 0 0 0;
  text-align: center;
  line-height: 2em;
}
@media (max-width: 600px) {
  .compelist dt { /* mobile */
    width: 100px;
  }
}
.compelist dd {
  width: 78%;
  float: left;
  margin: 0 0 5px 5px;
  border-top: 1px #333 dotted;
  padding: 5px 0 0 5px;
  text-align: left;
  line-height: 2em;
}
@media (max-width: 600px) {
  .compelist dd { /* mobile */
    width: 200px;
  }
}
.compelist dt.top, .compelist dd.top {
  border-top: none;
}

.compeimg {
  width: 80%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .compeimg { /* mobile */
    width: 340px;
  }
}
.compeimg .sarea {
  width: 33%;
  margin: 20px 0;
  text-align: center;
  position: relative;
  line-height: 1em;
}
@media (max-width: 600px) {
  .compeimg .sarea { /* mobile */
    width: 320px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.compeimg .sarea img {
  width: 90%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

#submenu {
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  #submenu { /* pc */
    width: 80%;
    min-height: 70px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #submenu { /* tablet */
    width: 80%;
    min-height: 70px;
  }
}
@media (max-width: 600px) {
  #submenu { /* mobile */
    width: 340px;
  }
}
#submenu .barea {
  width: 25%;
  padding: 10px 10px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  #submenu .barea { /* mobile */
    width: 50%;
  }
}
#submenu .b-btn, #submenu #selmenu .b-btn02, #selmenu #submenu .b-btn02 {
  font-size: 1.4em;
  width: 100%;
  text-align: center;
  background: paleturquoise;
  display: inline-block;
}
@media (min-width: 1025px) {
  #submenu .b-btn, #submenu #selmenu .b-btn02, #selmenu #submenu .b-btn02 { /* pc */
    padding: 20px 0;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #submenu .b-btn, #submenu #selmenu .b-btn02, #selmenu #submenu .b-btn02 { /* pc */
    padding: 20px 0;
  }
}
@media (max-width: 600px) {
  #submenu .b-btn, #submenu #selmenu .b-btn02, #selmenu #submenu .b-btn02 { /* mobile */
    padding: 10px 0;
  }
}
#submenu .b-btn:hover, #submenu #selmenu .b-btn02:hover, #selmenu #submenu .b-btn02:hover {
  box-shadow: 0 5px 10px #666;
  transform: translate(0, -3px);
}

ol.policy {
  box-sizing: border-box;
  list-style-position: outside;
  margin: 0 auto;
  margin-top: 50px;
}
@media (min-width: 1025px) {
  ol.policy { /* 600px以上のとき */
    width: 85%;
    padding: 0.2em 0 2em 1.2em;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  ol.policy { /* tablet */
    width: 85%;
    padding: 0.2em 0 2em 1.2em;
  }
}
@media (max-width: 600px) {
  ol.policy { /* 599px以下のとき */
    width: 95%;
    padding: 0.2em 0 2em 1.2em;
  }
}
ol.policy li {
  text-align: left;
  margin: 0 0 10px 0;
}

ul.faq {
  position: relative;
  margin: 0 auto;
  margin-bottom: 50px;
  box-sizing: border-box;
  list-style-type: none;
  list-style-position: outside;
}
@media (min-width: 1025px) {
  ul.faq { /* 600px以上のとき */
    width: 85%;
    padding: 0.2em 5% 2em 2em;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  ul.faq { /* tablet */
    width: 85%;
    padding: 0.2em 5% 2em 2em;
  }
}
@media (max-width: 600px) {
  ul.faq { /* 599px以下のとき */
    width: 95%;
    padding: 0.2em 5% 2em 2em;
  }
}
ul.faq li {
  text-align: left;
  margin: 0 0 10px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
ul.faq li.question {
  border-bottom: 1px #666 solid;
  padding-bottom: 0.2em;
  margin-top: 50px;
}
ul.faq .f-ttl {
  padding: 0.2em 0.5em;
  font-size: 28px;
  color: #ffc000;
}
ul.faq .f-txt {
  padding-top: 0.5em;
}

ul.pdflist {
  position: relative;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 50px;
  box-sizing: border-box;
  list-style-type: none;
  list-style-position: inside;
  border-bottom: 1px #666 solid;
}
@media (min-width: 1025px) {
  ul.pdflist { /* 600px以上のとき */
    width: 80%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  ul.pdflist { /* tablet */
    width: 80%;
  }
}
@media (max-width: 600px) {
  ul.pdflist { /* 599px以下のとき */
    width: 95%;
  }
}
ul.pdflist li {
  text-align: left;
  padding: 0.7em 0 0.7em 2em;
  box-sizing: border-box;
  border-top: 1px #666 solid;
}

h2.top {
  position: relative;
  margin: 0 auto;
  margin-top: 2%;
  margin-bottom: 3%;
  width: 90%;
  color: #072d54;
  text-align: center;
  padding: 0.5em; /*上下左右の余白*/
  background: #DEEBF7; /*背景色*/
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-size: 24px;
}
@media (min-width: 601px) and (max-width: 1024px) {
  h2.top { /* mobile */
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  h2.top { /* mobile */
    width: 90%;
    font-size: 20px;
  }
}

h3.sub {
  position: relative;
  padding: 0.5em 0 0.5em 0;
  box-sizing: border-box;
  border-bottom: 2px solid grey;
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: left;
  background-color: #fff;
}
h3.sub div {
  padding: 0 0 0 1em;
  box-sizing: border-box;
}

h3.sub::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 2px #072d54;
  bottom: -5px;
  width: 20%;
}

h4.sub {
  width: 85%;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 20px;
  padding: 0.5em 0 0.5em 0;
  position: relative;
  border-bottom: 1px solid #072d54;
}

h4.sub:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f890"; /*アイコンのユニコード*/
  font: var(--fa-font-solid);
  position: relative; /*絶対位置*/
  font-size: 1.5em; /*サイズ*/
  color: #ffc000; /*アイコン色*/
  margin: 0 0.3em;
}

h4.compe {
  position: relative;
  padding: 0px 15px;
  margin: 0 auto;
  margin-top: 30px;
  width: 80%;
  text-align: left;
  font-size: 20px;
  z-index: 0;
}

h4.compe::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
  background-color: #ffc000;
}

#areawrap01 {
  width: 100%;
  background-color: #D4E573;
  min-height: 300px;
  padding: 50px 0;
}

#areawrap02 {
  width: 100%;
  background-color: #8FDCE4;
  min-height: 300px;
  padding: 50px 0;
}

#gallerywrap {
  width: 100%;
  background: url("../images2/gallery_bk.png") center bottom no-repeat;
  background-size: cover;
  padding: 20px 0;
  background-size: 100%;
  min-height: 300px;
}

#subarea {
  padding: 20px 0 50px 0;
  padding: 20px 0 0 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  min-height: 100px;
}
@media (min-width: 1025px) {
  #subarea { /* pc */
    display: flex;
    display: -webkit-flex;
  }
}

#rside-wrap {
  width: 220px;
  background-color: #D4E573;
}
@media (min-width: 601px) and (max-width: 1024px) {
  #rside-wrap { /* tablet */
    display: none;
  }
}
@media (max-width: 600px) {
  #rside-wrap { /* mobile */
    display: none;
  }
}

@media (min-width: 1025px) {
  .rside { /* pc */
    width: 220px; /*float:right;*/
    position: sticky;
    top: 0;
  }
}
.rside ul.left {
  margin: 0;
  list-style-type: none;
  font-weight: normal;
}
.rside ul.left li {
  font-size: 1em;
  margin: 0;
  font-weight: normal;
  padding: 0.8em 0 0.8em 0.8em;
  border-bottom: 1px #fff solid;
  text-align: left;
}
.rside ul.lsub {
  margin: 0.4em 0 0 0.8em;
  font-weight: normal;
  border: none;
  list-style-type: disc;
  list-style-position: inside;
}
.rside ul.lsub li {
  font-size: 1em;
  margin: 0 0 10px 0;
  font-weight: normal;
  padding: 0.3em 0;
  text-align: left;
  border: none;
}

#lside {
  min-height: 900px;
  display: block;
  position: relative;
}
@media (min-width: 1025px) {
  #lside { /* pc */
    width: calc(100% - 220px);
    margin: 0 0 30px 20px;
  }
}
@media (max-width: 600px) {
  #lside { /* mobile */
    width: 100%;
    margin: 0 0 30px 0;
  }
}

h22.top, h22.sub {
  position: relative;
  margin: 0 auto;
  margin-top: 2%;
  margin-bottom: 3%;
  width: 90%;
  background: url("../images2/h2_top.png") 0.2em top no-repeat;
  border-bottom: 2px #072d54 solid;
  color: #072d54;
  text-align: left;
  padding: 0.1em 0 0.5em 2.5em;
  box-sizing: border-box;
  font-size: 24px;
}
@media (min-width: 601px) and (max-width: 1024px) {
  h22.top, h22.sub { /* mobile */
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  h22.top, h22.sub { /* mobile */
    width: 90%;
    font-size: 20px;
  }
}

@media (min-width: 1025px) {
  h22.sub { /* desktop */
    width: calc(100% - 220px);
  }
}

h22.top02 {
  position: relative;
  margin: 0 auto;
  margin-top: 2%;
  margin-bottom: 2%;
  height: 75px;
  width: 90%;
  background: url("../images2/h2_top.png") center top no-repeat;
  border-bottom: 2px #072d54 solid;
  color: #072d54;
  text-align: center;
  padding: 1.7em 0 0.7em 0;
  box-sizing: border-box;
  font-size: 24px;
}
@media (min-width: 601px) and (max-width: 1024px) {
  h22.top02 { /* mobile */
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  h22.top02 { /* mobile */
    width: 90%;
    font-size: 20px;
  }
}

h2.top03 {
  position: relative;
  margin: 0 auto;
  margin-top: 2%;
  margin-bottom: 5%;
  width: 90%;
  border-bottom: 2px #072d54 solid;
  color: #072d54;
  text-align: center;
  padding: 0.1em 0 0.5em 0;
  box-sizing: border-box;
  font-size: 24px;
}
@media (min-width: 601px) and (max-width: 1024px) {
  h2.top03 { /* mobile */
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  h2.top03 { /* mobile */
    width: 90%;
    font-size: 20px;
    padding: 0.1em 0 0.5em 0;
  }
}

.moviearea {
  width: 90%;
}
@media (min-width: 1025px) {
  .moviearea { /* desktop */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .moviearea { /* tablet */
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .moviearea { /* mobile */ }
}
.moviearea div {
  width: 50%;
  padding: 1% 5%;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .moviearea div { /* mobile */
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .moviearea .msize { /* desktop */
    width: 400px;
    height: 300px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .moviearea .msize { /* tablet */
    width: 300px;
    height: 224px;
  }
}
@media (max-width: 600px) {
  .moviearea .msize { /* mobile */
    width: 340px;
    height: 280px;
  }
}

.albumarea {
  width: 90%;
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .albumarea { /* desktop */ }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .albumarea { /* tablet */ }
}
@media (max-width: 600px) {
  .albumarea { /* mobile */ }
}
.albumarea .imgitem {
  width: 33%;
  padding: 1%;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .albumarea .imgitem { /* mobile */
    width: 50%;
  }
}
.albumarea .imgitem img {
  width: 80%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.important {
  margin: 0 5px;
  min-width: 30px;
  color: red;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  padding: 1px 5px;
  display: inline-block;
  background: #fff; /* BOXの背景色         */
  border: 2px red solid;
}

.new {
  margin: 0 5px;
  min-width: 30px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  padding: 1px 5px;
  display: inline-block;
  background: #ED8059; /* BOXの背景色         */
}

.kiji {
  margin: 0 auto;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.8em;
}
@media (min-width: 1025px) {
  .kiji { /* desktop */
    width: 75%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .kiji { /* tablet */
    width: 75%;
  }
}
@media (max-width: 600px) {
  .kiji { /* mobile */
    width: 340px;
  }
}
.kiji:before {
  clear: both;
}

.imgflex {
  width: 100%;
  padding: 0 1%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .imgflex { /* desktop */ }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .imgflex { /* tablet */ }
}
.imgflex .imgitem {
  width: 50%;
  padding: 0 1%;
  box-sizing: border-box;
  line-height: 1em;
}
.imgflex .imgitem img {
  margin-bottom: 10px;
}

.kousyoarea {
  position: relative;
  margin: 0 auto;
  width: 85%;
}
@media (min-width: 1025px) {
  .kousyoarea { /* desktop */
    display: flex;
    justify-content: flex-start;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .kousyoarea { /* tablet */
    display: flex;
    justify-content: flex-start;
  }
}
.kousyoarea .ktxt {
  width: calc(100% - 160px);
  padding: 0 20px;
  box-sizing: border-box;
  text-align: left;
}
@media (max-width: 600px) {
  .kousyoarea .ktxt { /* mobile */
    width: 100%;
  }
}

.songarea {
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 90%;
}
@media (min-width: 1025px) {
  .songarea { /* desktop */
    display: flex;
    justify-content: flex-start;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .songarea { /* tablet */
    display: flex;
    justify-content: flex-start;
  }
}
.songarea .stxt {
  width: 33%;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: left;
  megin-bottom: 20px;
}
@media (max-width: 600px) {
  .songarea .stxt { /* mobile */
    width: 90%;
  }
}

/* page nation */
a.page_number:visited {
  color: black;
  text-decoration: none;
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 15px;
}

.page_feed {
  width: 30px;
  margin: 0 5px;
  padding: 5px 10px;
  text-align: center;
  color: black;
  border: 1px #000 solid;
}

.first_last_page {
  width: 30px;
  margin: 0 10px;
  padding: 5px 10px;
  text-align: center;
  background: #b8b8b8;
  color: black;
  border: 1px #000 solid;
}

a.page_number:visited {
  color: black;
  text-decoration: none;
}

.page_number {
  width: 30px;
  margin: 0 5px;
  padding: 5px;
  text-align: center;
  color: black;
  border: 1px #000 solid;
}

.now_page_number {
  width: 30px;
  margin: 0 5px;
  padding: 5px;
  text-align: center;
  background: #b8b8b8;
  color: black;
  font-weight: bold;
  border: 1px #000 solid;
}

/* gallery */
.next {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 20px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.next div {
  margin: 0 20px;
}

img.view {
  width: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}

img.view60 {
  width: 60%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  img.view60 { /* mobile */
    width: 80%;
  }
}

img.view60per {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  img.view60per { /* mobile */
    width: 60%;
  }
}

.pagenation {
  margin: 20px 0;
}

/* youtube */
@media (min-width: 1025px) {
  .msize { /* desktop */
    width: 560px;
    height: 315px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .msize { /* tablet */
    width: 560px;
    height: 315px;
  }
}
@media (max-width: 600px) {
  .msize { /* pc */
    width: 340px;
    height: 280px;
  }
}

/* mail */
@media (min-width: 1025px) {
  .formarea { /* desktop */
    width: 900px;
    margin: 30px 0 0 100px;
  }
}
@media (min-width: 1025px) {
  .formarea { /* desktop */
    width: 100%;
    margin: 30px 0 0 100px;
  }
}
@media (max-width: 600px) {
  .formarea { /* 599px以下のとき */
    width: 360px;
    margin: 0 auto;
  }
}

.hissu {
  display: inline-block;
  padding: 3px;
  background-color: #FD080C;
  color: #fff;
  min-width: 30px;
  width: auto;
  font-size: 0.8em;
  border-radius: 5px;
  text-align: center;
}

form {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
@media (min-width: 601px) and (max-width: 1024px) {
  form { /* tablet */
    max-width: 90%;
  }
}

form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

form dl {
  margin: 0 0 0.25em 0;
  clear: both;
  display: inline-block;
  margin: 0 auto;
  list-style-type: none;
}
@media (min-width: 1025px) {
  form dl { /* desktop */
    width: 800px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  form dl { /* tablet */
    width: 800px;
  }
}
@media (max-width: 600px) {
  form dl { /* 599px以下のとき */
    width: 340px;
  }
}

form dt {
  text-align: left;
}
@media (min-width: 1025px) {
  form dt { /* desktop */
    float: left;
    width: 25%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  form dt { /* tablet */
    float: left;
    width: 25%;
  }
}
@media (max-width: 600px) {
  form dt { /* 599px以下のとき */
    width: 100%;
    text-align: left;
  }
}

form dd {
  margin: 0 0 2em 0;
  text-align: left;
  width: 72%;
  display: block;
}
@media (min-width: 1025px) {
  form dd { /* desktop */
    float: left;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  form dd { /* tablet */
    float: left;
  }
}
@media (max-width: 600px) {
  form dd { /* 599px以下のとき */
    width: 100%;
  }
}

form dd.order {
  margin: 0 0 0.8em 0;
  text-align: left;
  display: block;
}
@media (min-width: 1025px) {
  form dd.order { /* desktop */
    float: left;
    width: 70%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  form dd.order { /* tablet */
    float: left;
    width: 70%;
  }
}
@media (max-width: 600px) {
  form dd.order { /* 599px以下のとき */
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .input-area { /* desktop */
    width: 80%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .input-area { /* tablet */
    width: 80%;
  }
}
@media (max-width: 600px) {
  .input-area { /* 599px以下のとき */
    width: 90%;
  }
}

label {
  margin: 0 0 0.5em 0;
  font-size: pxtoem(16, 16);
}

input {
  margin: 0 0 0.5em 0;
  border: 1px solid grey;
  padding: 6px 10px;
  color: dark_grey;
  font-size: pxtoem(16, 16);
}

textarea {
  border: 1px solid grey;
  padding: 6px 10px;
  width: 100%;
  color: dark_grey;
}

select {
  min-width: 320px;
  margin: 5px 0px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
}

/* フッター */
/* ~~ フッター ~~ */
footer {
  background-color: #072d54;
  padding: 20px 0 0 0;
}
@media (min-width: 1025px) {
  footer { /* pc */
    min-height: 100px;
  }
}
@media (max-width: 600px) {
  footer { /* mobile */
    min-height: 150px;
  }
}

#fwrap {
  width: 100%;
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  height: auto;
  color: #fff;
}
@media (min-width: 1025px) {
  #fwrap { /* pc */
    min-height: 100px;
    display: flex;
    justify-content: start;
    align-items: flex-start;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #fwrap { /* tablet */
    min-height: 100px;
    display: flex;
    justify-content: start;
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  #fwrap { /* mobile */
    min-height: 150px;
  }
}

.footer1 {
  margin: 0 auto;
  background-color: #072d54;
  color: #fff;
  width: 70%;
}
@media (min-width: 1025px) {
  .footer1 { /* pc */
    padding-top: 0;
    min-height: 100px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .footer1 { /* tablet */
    width: 80%;
  }
}
@media (max-width: 600px) {
  .footer1 { /* mobile */
    padding-top: 5px;
    min-height: 150px;
    width: 100%;
  }
}
.footer1 .f-logo {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 10px 5%;
  box-sizing: border-box;
  line-height: 1.2em;
  color: #ffc000;
  margin-bottom: 10px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.footer1 .f-logo a:link, .footer1 .f-logo a:visited {
  color: #ffc000;
}
@media (min-width: 1025px) {
  .footer1 .f-logo { /* pc */
    font-size: 26px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .footer1 .f-logo { /* tablet */
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .footer1 .f-logo { /* mobile */
    padding: 0;
    font-size: 18px;
    margin: 0 auto;
    justify-content: center;
  }
}
.footer1 .f-logo img {
  margin: 10px;
  width: 80px;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .footer1 .f-logo img { /* tablet */
    margin: 10px 5px;
  }
}
.footer1 .icon {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer1 .icon .f-icon {
  font-size: 30px;
  display: block;
  margin: 10px 20px;
  color: #fff;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .footer1 .icon .f-icon { /* tablet */
    margin: 10px 10px;
  }
}
.footer1 .icon .f-icon:hover {
  color: #ffc000;
}
.footer1 .icon .f-icon a:link, .footer1 .icon .f-icon a:visited {
  color: #ffc000;
}
.footer1 .icon a:link {
  text-decoration: none;
}

.f-toButton {
  border-radius: 35px;
  background-color: #fff;
  transition: all 0.3s ease;
  border: 1px #072d54 solid;
  color: #072d54;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-left: 20px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
@media (max-width: 600px) {
  .f-toButton { /* pc */
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.f-toButton:hover {
  color: #fff;
  background-color: #ffc000;
  border: 1px #ffc000 solid;
}
.f-toButton a:link {
  text-decoration: none;
}

.footer2 {
  padding: 0 0 20px 0;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  height: auto;
  width: 100%;
  text-align: center;
  font-size: 15px;
}
@media (max-width: 600px) {
  .footer2 { /* mobile */
    margin-top: -10px;
    padding: 20px 0;
  }
}
.footer2 .fmenu1 {
  box-sizing: border-box;
  margin: 10px 0;
  min-height: 100px;
  text-align: left;
  vertical-align: top;
  display: block;
  height: auto;
  line-height: 2em;
  display: inline-block;
}
@media (min-width: 1025px) {
  .footer2 .fmenu1 { /* pc */ }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .footer2 .fmenu1 { /* tablet */ }
}
@media (max-width: 600px) {
  .footer2 .fmenu1 { /* mobile */
    display: none;
  }
}
.footer2 .fmenu1 a:link, .footer2 .fmenu1 a:visited {
  text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
.footer2 .fmenu1 .item {
  margin: 0 0 0 70px;
}
@media (min-width: 601px) and (max-width: 1024px) {
  .footer2 .fmenu1 .item { /* tablet */
    margin: 0 0 0 50px;
  }
}
.footer2 .fmenu1 .item02 {
  margin: 60px 0 0 50px;
}
.footer2 .fmenu1 .ftitle {
  color: #fff;
}
.footer2 .fmenu1 .ftitle a:link, .footer2 .fmenu1 .ftitle a:visited {
  color: #fff;
}

img.bnr180 {
  width: 180px;
}

#fcopy {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0 0 8px 0;
  font-size: 1em;
  background-color: #fff;
}
@media (min-width: 1025px) {
  #fcopy { /* pc */
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  #fcopy { /* mobile */
    margin-top: 5px;
  }
}
#fcopy div {
  margin: 0 auto;
  min-height: 15px;
  height: auto;
  position: relative;
  font-size: 0.85em;
}/*# sourceMappingURL=style.css.map */