@charset "UTF-8";
/* pattern-responsive */
/*
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;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
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;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrapper {
    overflow-x: auto;
  }
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  border-radius: 10px;
  background-size: auto auto;
  background-color: #ffebad;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, #ffe38d 6px, #ffe38d 13px);
  margin-top: 20px;
  color: #723c21;
  font-size: 165%;
  box-sizing: border-box;
  padding: 10px 15px;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

h2.head-title a {
  color: inherit;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  border-radius: 10px;
  margin-top: 20px;
  background-color: #fff4ca;
  color: #723c21;
  font-size: 150%;
  box-sizing: border-box;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 7px 15px;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  background: url(../img_sub/h4_bg.png) left 5px center no-repeat;
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  color: #723c21;
  font-size: 140%;
  padding: 10px 20px 13px;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 125%;
  margin-top: 20px;
  display: block;
  padding: 0 0 5px 10px;
  color: #723c21;
  line-height: 1.2;
  border-bottom: 2px solid #ea7f3e;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 115%;
  padding-left: 10px;
  padding-bottom: 5px;
  color: #723c21;
  margin-top: 20px;
  line-height: 1.2;
}

h2.head-title, h3.head-title {
  overflow: hidden;
}

.smartcmsBbsBlock h3,
h4, h5, h6 {
  overflow: hidden;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .free-layout-area h2, .free-layout-area h3, .free-layout-area h4, .free-layout-area h5, .free-layout-area h6 {
  overflow: hidden;
}

.wysiwyg ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul {
  display: inline-block;
}

.wysiwyg ol {
  padding-left: 50px;
  margin-top: 10px;
  list-style: decimal;
  /*回り込み画像時にリストが出ない問題を解決*/
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .wysiwyg ol {
    margin-left: 22px;
  }
}

* html .wysiwyg ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table ul {
  margin-left: 0;
}

.wysiwyg table ol {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .wysiwyg table ol {
    margin-left: 0;
    padding-left: 40px;
  }
}

.wysiwyg table p {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  margin-top: 10px;
}

.wysiwyg td
, .wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #fff4ca;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

.wysiwyg .text_, .cke_panel_list .text_ {
  color: #c00;
}

.wysiwyg .text2_, .cke_panel_list .text2_ {
  color: #00c;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 170% !important;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #2d5f92;
  text-decoration: underline;
}

a:visited {
  color: #2d5f92;
  text-decoration: underline;
}

a:hover {
  color: #2d5f92;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: #cce2fc;
  color: #2d5f92;
}

a:active {
  _background: #cce2fc;
  /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}

.des-attention-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}

.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #ffdc70;
  text-align: center;
}

.scheme2 {
  border: 1px solid #ffdc70;
  text-align: center;
}

.scheme3 {
  background-color: #333333;
  text-align: center;
}

.scheme4 {
  background-color: #ea7f3e;
  text-align: center;
}

.scheme5 {
  border: 1px solid #ea7f3e;
  text-align: center;
}

.scheme6 {
  background-color: #333333;
  text-align: center;
}

.scheme7 {
  background-color: #ea7f3e;
  text-align: center;
}

.scheme8 {
  background-color: #723c21;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #fff4ca;
  text-align: center;
}

.scheme10 {
  background-color: #ffdc70;
  text-align: center;
}

.scheme11 {
  background-color: #ea7f3e;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1.0;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    font-size: 2rem !important;
    background-size: auto 2rem !important;
  }
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border: 1px solid #ea7f3e !important;
    border-radius: 6px 0 0 6px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: 3px solid #ea7f3e !important;
    border-radius: 10px 0 0 10px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 34px;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 74px;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 34px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 78px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #ea7f3e !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 36px !important;
    border-radius: 0 6px 6px 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 80px !important;
    border-radius: 0 10px 10px 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 18px !important;
    height: 18px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 40px !important;
    height: 40px !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

#smartphone * {
  box-sizing: border-box;
}

#smartphone a {
  color: #333;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #f5f5f5;
  border: 6px solid #ccc;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  position: relative;
  width: 100%;
}

#smartphone .wrap .txt {
  font-size: 230%;
  font-weight: bold;
  line-height: 140%;
  padding-right: 20px;
}

#smartphone .wrap .ico {
  background-color: #626262;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}

#smartphone .wrap .ico:after {
  border-left: 12px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  bottom: 0;
  content: '';
  left: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

@media print {
  body {
    zoom: 1;
  }
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #header .header-subnav-area {
    background-color: #ffeca6;
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin: 0 auto;
    padding: 10px 0;
  }
  #header .header-subnav-area-in {
    margin: 0 auto;
    width: 1000px;
  }
  #header .header-subnav-area .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 20px;
    padding: 5px 0;
    margin-left: 10px;
  }
  #header .header-subnav-area .header-size, #header .header-subnav-area .header-color {
    display: flex;
    align-items: center;
  }
  #header .header-subnav-area .header-size button, #header .header-subnav-area .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
    vertical-align: bottom;
  }
  #header .header-subnav-area .header-size .title, #header .header-subnav-area .header-color .title {
    font-size: 87.5%;
    margin-right: 10px;
    line-height: 1.2;
  }
  #header .header-subnav-area .header-size dd, #header .header-subnav-area .header-color dd {
    line-height: 1;
  }
  #header .header-subnav-area .header-size dd a, #header .header-subnav-area .header-color dd a {
    display: block;
  }
  #header .header-subnav-area .header-size dd + dd, #header .header-subnav-area .header-color dd + dd {
    margin-left: 4px;
  }
  #header .header-subnav-area .header-size dd img, #header .header-subnav-area .header-color dd img {
    cursor: pointer;
  }
  #header .header-subnav-area .header-size dd img:hover, #header .header-subnav-area .header-color dd img:hover {
    opacity: .85;
  }
  #header .header-subnav-area .header-size dd + dd {
    margin-left: -1px;
  }
  #header .header-subnav-area .header-lang {
    display: flex;
  }
  #header .header-subnav-area .header-lang .lang-select {
    cursor: pointer;
    padding: 3px 18px;
    border: solid 1px #ea7f3e;
    background: #fff;
    border-radius: 6px 0 0 6px;
    font-size: 100%;
  }
  #header .header-subnav-area .header-lang .btn-lang-select {
    color: #333333;
    min-height: 36px;
    padding: 3px 12px;
    font-weight: bold;
    border: solid 1px #ea7f3e;
    background: #ea7f3e;
    line-height: 1;
    cursor: pointer;
    border-radius: 0 6px 6px 0;
    font-size: 90%;
  }
  #header .header-subnav-area .header-lang .btn-lang-select:hover {
    opacity: .85;
  }
  #header .header-subnav-area .google-search-in {
    align-items: center;
    display: flex;
    gap: 0 8px;
  }
  #header .header-subnav-area .google-search-in .title {
    font-size: 90%;
  }
  #header .header-subnav-area .google-search-in .contents {
    width: 210px;
  }
  #header #header-nav {
    padding: 10px 0 15px;
    background: #fff;
    box-shadow: 0 6px 9px 0 rgba(241, 180, 133, 0.2);
    position: relative;
  }
  #header #header-nav #header-logo a:hover {
    opacity: 0.85;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header #header-nav #header-logo img {
    height: auto;
    width: 260px;
  }
}

@media print, screen and (min-width: 769px) {
  #header #header-nav .in {
    align-items: center;
    display: flex;
    gap: 0 15px;
    margin: 0 auto;
    width: 1000px;
  }
  #header #header-nav .list {
    align-items: flex-start;
    display: flex;
    gap: 10px 6px;
    margin-top: 20px;
  }
  #header #header-nav .list > li {
    position: relative;
  }
  #header #header-nav .list > li a {
    align-items: center;
    border: 2px solid #ea7f3e;
    border-radius: 10px;
    display: flex;
    color: #333;
    font-weight: bold;
    font-size: 115%;
    justify-content: center;
    min-height: 70px;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    width: 112px;
  }
  #header #header-nav .list > li a:hover {
    text-decoration: underline;
    background-color: #ffedf5;
  }
  #header #header-nav .list li::before {
    content: '';
    display: block;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 42px;
    margin-bottom: -15px;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
  }
  #header #header-nav .list .nav1::before {
    background-image: url(../img_common/nav1_icon.png);
  }
  #header #header-nav .list .nav1:hover::before {
    background-image: url(../img_common/nav1_icon_on.png);
  }
  #header #header-nav .list .nav2::before {
    background-image: url(../img_common/nav2_icon.png);
  }
  #header #header-nav .list .nav2:hover::before {
    background-image: url(../img_common/nav2_icon_on.png);
  }
  #header #header-nav .list .nav3::before {
    background-image: url(../img_common/nav3_icon.png);
  }
  #header #header-nav .list .nav3:hover::before {
    background-image: url(../img_common/nav3_icon_on.png);
  }
  #header #header-nav .list .nav4::before {
    background-image: url(../img_common/nav4_icon.png);
  }
  #header #header-nav .list .nav4:hover::before {
    background-image: url(../img_common/nav4_icon_on.png);
  }
  #header #header-nav .list .nav5::before {
    background-image: url(../img_common/nav5_icon.png);
  }
  #header #header-nav .list .nav5:hover::before {
    background-image: url(../img_common/nav5_icon_on.png);
  }
  #header #header-nav .list .nav6::before {
    background-image: url(../img_common/nav6_icon.png);
  }
  #header #header-nav .list .nav6:hover::before {
    background-image: url(../img_common/nav6_icon_on.png);
  }
}

@media screen and (max-width: 768px) {
  #header-print {
    position: relative;
    z-index: 20;
  }
  #container {
    position: relative;
    z-index: 1;
  }
  #sp-header .modal-menu-close {
    display: none;
  }
  #sp-header > .box {
    position: relative;
    z-index: 110;
    padding: 12px 0 11px;
    box-shadow: 0 6px 9px 0 rgba(241, 180, 133, 0.2);
    background-color: #fff;
  }
  #sp-header > .box #sp-header-logo img {
    margin-left: 20px;
    max-width: 100%;
  }
  #sp-header > .box #sp-header-nav {
    position: absolute;
    right: 32px;
    top: 20px;
    width: 40%;
    padding: 0;
    background: none;
  }
  #sp-header > .box #sp-header-nav .list {
    display: none;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area img {
    max-width: 100%;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area p {
    position: absolute;
    right: 0;
    top: 0;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area .menu-btn-search {
    position: absolute;
    left: 0;
  }
  #sp-header > .box #sp-header-nav .menu-btn-area .menu-btn-menu {
    position: absolute;
    right: 0;
  }
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: #000;
    z-index: 9;
  }
  #sp-header .modal-menu {
    background: url(../img_top/bg_page.png) center center no-repeat;
    display: none;
    position: absolute;
    top: 130px;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  #sp-header .modal-menu .in {
    box-sizing: border-box;
    border-radius: 5px;
    padding-top: 20px;
  }
  #sp-header .modal-menu .sp-google {
    margin: 0 35px;
  }
  #sp-header .modal-menu .sp-google .ttl {
    font-weight: bold;
  }
  #sp-header .modal-menu .box-wrap {
    margin-top: 50px;
  }
  #sp-header .modal-menu .box-wrap li {
    background-color: #fff;
    border-top: 4px solid #ea7f3e;
    font-weight: bold;
    font-size: 130%;
  }
  #sp-header .modal-menu .box-wrap a {
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
    padding: 24px 70px 24px 0;
    min-height: 100px;
    box-sizing: border-box;
    background: url(../img_sub/link_item_naibu.png) right 26px center/26px 26px no-repeat;
  }
  #sp-header .modal-menu .box-wrap .icon {
    flex-shrink: 0;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #sp-header .modal-menu .modal-menu-close {
    padding: 20px 0;
    text-align: center;
  }
  #sp-header .modal-menu .modal-menu-close span {
    cursor: pointer;
  }
  #sp-header .support-block {
    background: #ffffff;
    border-radius: 10px;
    margin: 50px auto 30px;
    width: 600px;
  }
  #sp-header .support-block button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
  }
  #sp-header .support-block .support-list {
    box-sizing: border-box;
    padding: 70px 40px;
  }
  #sp-header .support-block .support-list li + li {
    margin-top: 50px;
  }
  #sp-header .support-block .header-size dl,
  #sp-header .support-block .header-color dl {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  #sp-header .support-block .header-size dt,
  #sp-header .support-block .header-color dt {
    flex-shrink: 0;
    margin-right: 18px;
  }
  #sp-header .support-block .header-size dd,
  #sp-header .support-block .header-color dd {
    font-size: 0;
  }
  #sp-header .support-block .header-color dl {
    align-items: center;
    display: flex;
  }
  #sp-header .support-block .header-color dd {
    margin-right: 8px;
    font-size: 0;
  }
  #sp-header .support-block .header-lang {
    display: flex;
    border: solid 2px #ea7f3e;
    border-radius: 10px;
  }
  #sp-header .support-block .header-lang .lang-select {
    border-radius: 10px 0 0 10px;
    flex: 1;
    padding: 15px 20px;
    border: 0;
    background: #fff;
    font-size: 100%;
  }
  #sp-header .support-block .header-lang .btn-lang-select {
    color: #333;
    border-radius: 0 8px 8px 0;
    padding: 26px 33px;
    background: #ea7f3e;
    font-size: 100%;
    line-height: 1;
    cursor: pointer;
  }
  #sp-header .modal-list {
    margin: 0 auto;
    width: 600px;
  }
  #sp-header .modal-list li {
    background: url(../img_sub/link_item_naibu.png) right 22px center/26px 26px no-repeat #fff;
    border: 3px solid #ea7f3e;
    border-radius: 10px;
  }
  #sp-header .modal-list li a {
    align-items: center;
    color: #333;
    display: flex;
    font-weight: bold;
    text-decoration: none;
    min-height: 80px;
    padding: 0 55px 0 28px;
  }
  #sp-header .modal-list .gotopc {
    background: url(../img_sub/link_item_naibu.png) right 22px center/26px 26px no-repeat, url(../img_common/pc_icon.png) left 22px center no-repeat #fff;
    margin-top: 30px;
  }
  #sp-header .modal-list .gotopc a {
    padding-left: 95px;
  }
  #sp-header .close-bottom {
    background-color: #ea7f3e;
    margin-top: 50px;
    width: 100%;
  }
  #sp-header .close-bottom button {
    background-color: transparent;
    border: none;
    font-weight: bold;
    font-size: 100%;
    position: relative;
  }
  #sp-header .close-bottom button::before {
    background: url(../img_common/modal_close.png) center center no-repeat;
    content: '';
    display: inline-block;
    height: 33px;
    left: -54px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 33px;
  }
}

@media screen and (max-width: 768px) and (max-width: 570px) {
  #sp-header .modal-search,
  #sp-header .modal-menu {
    top: 90px;
  }
  #sp-header .modal-menu .arrow {
    right: 6%;
  }
  #sp-header .modal-search .arrow {
    right: 24%;
  }
}

.l-main {
  background-image: url("../img_top/bg_page.png");
  padding-top: 40px;
}

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

@media screen and (max-width: 768px) {
  .l-main {
    padding-bottom: 280px;
  }
}

.l-section {
  padding: 50px 0;
}

.l-section.-search {
  background-image: url("../img_top/bg_search.png");
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .l-section.-search {
    padding: 80px 0;
  }
}

@media print, screen and (min-width: 769px) {
  .l-section.-search {
    background-size: auto 100%;
    background-image: url("../img_top/bg_search_pc.png");
  }
}

.l-section.-useful-information {
  padding: 80px 0 0;
}

@media screen and (max-width: 768px) {
  .l-section.-useful-information {
    padding: 118px 0 0;
  }
}

.l-section.-useful-link {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .l-section.-useful-link {
    padding-top: 100px;
  }
}

.l-section__inner {
  padding-left: 3%;
  padding-right: 3%;
}

@media print, screen and (min-width: 769px) {
  .l-section__inner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
  }
}

.c-heading {
  text-align: center;
  margin-bottom: 32px;
}

@media print, screen and (min-width: 769px) {
  .c-heading {
    margin-bottom: 20px;
  }
}

.c-heading.-news img {
  width: 440px;
}

@media print, screen and (min-width: 769px) {
  .c-heading.-news img {
    width: 292px;
  }
}

.c-heading.-useful-information img {
  width: 537px;
}

@media print, screen and (min-width: 769px) {
  .c-heading.-useful-information img {
    width: 378px;
  }
}

.c-heading.-useful-link img {
  width: 587px;
}

@media print, screen and (min-width: 769px) {
  .c-heading.-useful-link img {
    width: 393px;
  }
}

.c-heading img {
  vertical-align: bottom;
}

.c-heading__inner {
  display: inline-block;
  position: relative;
}

.c-heading__inner::after {
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-heading__inner.-news::after {
  width: 52px;
  height: 55px;
  background-image: url("../img_top/heading_news_decoration.png");
  top: -14px;
  right: calc(100% + 23px);
}

@media print, screen and (min-width: 769px) {
  .c-heading__inner.-news::after {
    width: 36px;
    height: 37px;
    top: -8px;
    right: calc(100% + 15px);
  }
}

.c-heading__inner.-useful-information::after {
  width: 98px;
  height: 65px;
  background-image: url("../img_top/heading_useful_information_decoration.png");
  top: -33px;
  right: calc(100% - 7px);
}

@media print, screen and (min-width: 769px) {
  .c-heading__inner.-useful-information::after {
    top: -18px;
    right: 100%;
    height: 44px;
    width: 67px;
  }
}

.c-heading__inner.-useful-link::after {
  width: 45px;
  height: 60px;
  top: -18px;
  left: calc(100% + 13px);
  background-image: url("../img_top/heading_useful_link_decoration.png");
}

@media print, screen and (min-width: 769px) {
  .c-heading__inner.-useful-link::after {
    left: calc(100% + 13px);
    top: -10px;
    width: 29px;
    height: 40px;
  }
}

.c-button.-center {
  text-align: center;
}

.c-button > a {
  box-sizing: border-box;
  display: inline-block;
  padding: 32px 80px;
  background-image: url("../img_top/button_arrow_orange_sp.png");
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 38px;
  border: 2px solid #ea7f3e;
  font-size: 103%;
  font-weight: bold;
  line-height: 1;
  border-radius: 9999px;
}

@media print, screen and (min-width: 769px) {
  .c-button > a {
    min-width: 260px;
    padding: 20px 54px;
    background-image: url("../img_top/button_arrow_orange.png");
    background-position: right 20px center;
    background-size: 25px;
    font-size: 100%;
  }
}

.c-button > a:link {
  color: #3c3c3c;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .c-button > a:hover {
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 769px) {
  .p-news__contents {
    display: flex;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 769px) {
  .p-news__left {
    width: 68%;
  }
}

@media print, screen and (min-width: 769px) {
  .p-news__right {
    flex: 1;
    margin-left: 40px;
  }
}

.p-news__button {
  margin-top: 40px;
  min-height: 60px;
}

.p-banner {
  box-sizing: border-box;
  height: 100%;
  margin-top: 60px;
}

@media print, screen and (min-width: 769px) {
  .p-banner {
    margin-top: 0;
  }
}

.p-banner__list {
  height: 100%;
  margin-top: -30px;
  margin-left: -28px;
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .p-banner__list {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 27px;
    margin-top: 0;
    margin-left: 0;
  }
}

.p-banner__item {
  width: calc(50% - 28px);
  margin-top: 30px;
  margin-left: 28px;
}

@media print, screen and (min-width: 769px) {
  .p-banner__item {
    height: 120px;
    width: 280px;
    margin-top: 0;
    margin-left: 0;
  }
}

.p-banner__item a {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .p-banner__item a:hover {
    opacity: .8;
  }
}

.p-banner__item img {
  object-fit: cover;
  height: 100%;
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

.p-tabs__list {
  display: flex;
  justify-content: space-between;
}

.p-tabs__tab {
  flex: 1;
  text-align: center;
  margin-bottom: 6px;
}

.p-tabs__tab:nth-child(2) {
  margin-left: 6px;
}

@media print, screen and (min-width: 769px) {
  .p-tabs__tab:nth-child(2) {
    margin-left: 16px;
  }
}

.p-tabs__tab[aria-selected="true"] {
  position: relative;
}

.p-tabs__tab[aria-selected="true"] a {
  background-color: #ffdc70;
}

.p-tabs__tab[aria-selected="true"] a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #3c3c3c;
  top: 83%;
  right: 46%;
}

.p-tabs__tab[aria-selected="true"]::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #ffdc70;
}

.p-tabs__link {
  display: block;
  padding: 24px 0;
  background-color: #ffffff;
  border: 2px solid #ffdc70;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  font-size: 118%;
  line-height: 1;
  position: relative;
  z-index: 10000;
}

@media print, screen and (min-width: 769px) {
  .p-tabs__link {
    padding: 20px 0;
    font-size: 150%;
    line-height: inherit;
  }
}

.p-tabs__link:link {
  color: #3c3c3c;
  text-decoration: none;
}

.p-tabs__link:visited {
  color: #3c3c3c;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .p-tabs__link:hover {
    text-decoration: underline;
  }
}

.p-tabs__tabpanel-box {
  background-color: #ffdc70;
  padding: 16px;
  border-radius: 0 0 10px 10px;
}

@media print, screen and (min-width: 769px) {
  .p-tabs__tabpanel-box {
    padding: 20px;
  }
}

.p-tabs__tabpanel-inner {
  box-sizing: border-box;
  border-radius: 10px;
  padding: 0 4px;
  background-color: #ffffff;
  height: 670px;
  overflow-y: auto;
}

@media print, screen and (min-width: 769px) {
  .p-tabs__tabpanel-inner {
    height: 348px;
    padding: 0 16px;
  }
}

.p-search-tabs__list {
  display: flex;
  justify-content: space-between;
}

.p-search-tabs__tab {
  flex: 1;
  text-align: center;
  margin-bottom: 6px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 3px 2px rgba(234, 138, 86, 0.23);
}

.p-search-tabs__tab:nth-child(2) {
  margin-left: 6px;
}

@media print, screen and (min-width: 769px) {
  .p-search-tabs__tab:nth-child(2) {
    margin-left: 16px;
  }
}

.p-search-tabs__tab[aria-selected="true"] {
  position: relative;
}

.p-search-tabs__tab[aria-selected="true"] a {
  background-color: #ffffff;
}

.p-search-tabs__tab[aria-selected="true"]::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ffffff;
}

.p-search-tabs__link {
  display: block;
  padding: 24px 13px;
  background-color: #ffdc70;
  border: 2px solid #ffffff;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  font-size: 59%;
  line-height: 1;
  position: relative;
  z-index: 10000;
}

@media print, screen and (min-width: 769px) {
  .p-search-tabs__link {
    border-radius: 10px 10px 0 0;
    padding: 20px 0;
    font-size: 150%;
    line-height: inherit;
  }
}

.p-search-tabs__link:link {
  color: #3c3c3c;
  text-decoration: none;
}

.p-search-tabs__link:visited {
  color: #3c3c3c;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .p-search-tabs__link:hover {
    text-decoration: underline;
  }
}

.p-search-tabs__img-wrapper {
  display: inline-block;
  position: relative;
}

.p-search-tabs__tab:nth-child(1) .p-search-tabs__img-wrapper {
  padding-right: 60px;
}

.p-search-tabs__tab:nth-child(1) .p-search-tabs__img-wrapper::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 57px;
  height: 33px;
  background-image: url("../img_top/txt_search_genre_decoration.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.p-search-tabs__tab:nth-child(2) .p-search-tabs__img-wrapper {
  padding-right: 72px;
}

.p-search-tabs__tab:nth-child(2) .p-search-tabs__img-wrapper::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 69px;
  height: 50px;
  background-image: url("../img_top/txt_search_age_decoration.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.p-search-tabs__img {
  vertical-align: bottom;
  width: auto;
  height: 37px;
}

.p-search-tabs__tabpanel-box {
  box-shadow: 0 0 3px 2px rgba(234, 138, 86, 0.23);
  background-color: #ffffff;
  border-radius: 0 0 30px 30px;
}

@media print, screen and (min-width: 769px) {
  .p-search-tabs__tabpanel-box {
    border-radius: 0 0 40px 40px;
  }
}

.p-search-tabs__tabpanel-inner {
  box-sizing: border-box;
  padding: 30px 30px;
}

@media print, screen and (min-width: 769px) {
  .p-search-tabs__tabpanel-inner {
    padding: 40px 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .p-search-tabs__tabpanel-inner.-age {
    padding-left: 21px;
    padding-right: 21px;
  }
}

.useful-link-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -31px;
  margin-left: -18px;
}

@media print, screen and (min-width: 769px) {
  .useful-link-list {
    margin-top: -13px;
    margin-left: -13px;
  }
}

.useful-link-list li {
  width: 220px;
  margin-top: 31px;
  margin-left: 18px;
}

@media print, screen and (min-width: 769px) {
  .useful-link-list li {
    width: calc(20% - 13px);
    margin-top: 13px;
    margin-left: 13px;
  }
}

.useful-link-list a {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .useful-link-list a:hover {
    opacity: .8;
  }
}

.useful-link-list img {
  vertical-align: bottom;
  width: 100%;
  height: 77px;
}

@media screen and (max-width: 768px) {
  .useful-link-list img {
    height: 90px;
  }
}

.search-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 15px;
}

.search-list .item {
  width: calc((100% - 30px)/3);
}

@media print, screen and (min-width: 769px) {
  .search-list .item {
    width: calc((100% - 60px)/5);
  }
}

.search-list .item a,
.search-list .item-nolink {
  box-sizing: border-box;
  display: block;
  border-radius: 20px;
  position: relative;
  outline-offset: 3px;
  padding: 15px 2px;
  height: 100%;
}

.search-list .item a::after,
.search-list .item-nolink::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ffdc70;
  border-radius: 20px;
  box-sizing: border-box;
}

.search-list .item a:link, .search-list .item a:visited {
  text-decoration: none;
  color: #3c3c3c;
}

@media print, screen and (min-width: 769px) {
  .search-list .item a:hover {
    background-color: #fffbd2;
    text-decoration: underline;
  }
  .search-list .item a:hover::after {
    border-color: #ea7f3e;
  }
}

.search-list .item-img {
  text-align: center;
}

.search-list .item-img img {
  max-width: 100%;
  vertical-align: bottom;
}

@media print, screen and (min-width: 769px) {
  .search-list .item-img img {
    height: auto;
    min-height: 120px;
    width: 140px;
  }
}

@media screen and (max-width: 768px) {
  .search-list .item-img img {
    width: 170px;
    min-height: 144px;
  }
}

.search-list .item-txt {
  margin-top: 8px;
}

.search-list .item-txt p {
  text-align: center;
  font-weight: bold;
  font-size: 98%;
  line-height: 1.3;
}

@media print, screen and (min-width: 769px) {
  .search-list .item-txt p {
    font-size: 125%;
  }
}

.age-search-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -24px;
  margin-left: -40px;
}

@media print, screen and (min-width: 769px) {
  .age-search-list {
    margin-top: -14px;
    margin-left: -14px;
    justify-content: center;
  }
}

.age-search-list .item {
  line-height: 1;
  margin-top: 24px;
  margin-left: 40px;
  width: 262px;
}

@media print, screen and (min-width: 769px) {
  .age-search-list .item {
    width: calc(20% - 14px);
    margin-top: 14px;
    margin-left: 14px;
  }
}

.age-search-list .item a,
.age-search-list .item-nolink {
  box-sizing: border-box;
  display: block;
  border-radius: 20px;
  position: relative;
  outline-offset: 2px;
}

.age-search-list .item a::after,
.age-search-list .item-nolink::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ffdc70;
  border-radius: 20px;
  box-sizing: border-box;
}

.age-search-list .item a:link, .age-search-list .item a:visited {
  text-decoration: none;
  color: #3c3c3c;
}

@media print, screen and (min-width: 769px) {
  .age-search-list .item a:hover::after {
    border-color: #ea7f3e;
  }
  .age-search-list .item a:hover .item-txt * {
    text-decoration: underline;
  }
}

.age-search-list .item-in {
  overflow: hidden;
  border-radius: 20px;
}

.age-search-list .item-img {
  height: 262px;
  width: 262px;
}

@media print, screen and (min-width: 769px) {
  .age-search-list .item-img {
    height: 180px;
    width: 100%;
  }
}

.age-search-list .item-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.age-search-list .item-txt {
  box-sizing: border-box;
  padding: 24px 15px;
  border-radius: 0 0 20px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .age-search-list .item-txt {
    padding: 14px 8px;
  }
}

.age-search-list .item-txt p {
  text-align: center;
  font-weight: bold;
  font-size: 103%;
  line-height: 1;
  color: #3c3c3c;
}

@media print, screen and (min-width: 769px) {
  .age-search-list .item-txt p {
    line-height: inherit;
    font-size: 125%;
  }
}

.useful-information-list .bx-viewport {
  height: auto !important;
}

.useful-information-list .item {
  width: 262px;
}

@media print, screen and (min-width: 769px) {
  .useful-information-list .item {
    width: 174px;
  }
}

.useful-information-list .item a,
.useful-information-list .item-nolink {
  box-sizing: border-box;
  display: block;
  border-radius: 20px;
  position: relative;
}

.useful-information-list .item a::after,
.useful-information-list .item-nolink::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ffdc70;
  border-radius: 20px;
  box-sizing: border-box;
}

.useful-information-list .item a:link, .useful-information-list .item a:visited {
  text-decoration: none;
  color: #3c3c3c;
}

@media print, screen and (min-width: 769px) {
  .useful-information-list .item a:hover {
    text-decoration: underline;
  }
  .useful-information-list .item a:hover::after {
    border-color: #ea7f3e;
  }
}

.useful-information-list .item-in {
  overflow: hidden;
  border-radius: 20px;
}

.useful-information-list .item-img {
  margin: 0 auto;
  height: 244px;
  width: 314px;
}

@media print, screen and (min-width: 769px) {
  .useful-information-list .item-img {
    height: 174px;
    width: 224px;
  }
}

.useful-information-list .item-img img {
  height: 100%;
  width: 100%;
}

.useful-information-list .item-txt {
  box-sizing: border-box;
  padding: 24px 15px;
  border-radius: 0 0 20px 20px;
  background-color: #ffdc70;
}

@media print, screen and (min-width: 769px) {
  .useful-information-list .item-txt {
    padding: 16px 8px;
  }
}

.useful-information-list .item-txt p {
  text-align: center;
  font-weight: bold;
  font-size: 103%;
  line-height: 1;
  color: #3c3c3c;
}

@media print, screen and (min-width: 769px) {
  .useful-information-list .item-txt p {
    line-height: inherit;
    font-size: 112%;
  }
}

.p-posts__item {
  padding: 20px 12px;
  background-image: linear-gradient(to right, #ea7f3e 3px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.p-posts__item:last-child {
  background: none;
}

@media print, screen and (min-width: 769px) {
  .p-posts__item {
    padding: 16px 4px;
    background-image: linear-gradient(to right, #ea7f3e 3px, transparent 2px);
    background-size: 8px 2px;
  }
}

.p-posts__date {
  display: block;
  color: #723c21;
  font-weight: bold;
  font-size: 103%;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  .p-posts__date {
    line-height: inherit;
    font-size: 100%;
  }
}

.p-posts__title {
  display: block;
  line-height: 1.3;
  margin-top: 14px;
  font-size: 103%;
}

@media print, screen and (min-width: 769px) {
  .p-posts__title {
    margin-top: 0;
    line-height: inherit;
    font-size: 100%;
  }
}

.p-posts__link:link, .p-posts__link:visited {
  color: #3c3c3c;
}

.kosodate-mv-slider-wrap .slider-wrap {
  position: relative;
}

.kosodate-mv-slider-wrap .slide-controls button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
}

.kosodate-mv-slider-wrap .slide-controls .arrow button {
  background: center /contain no-repeat;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .kosodate-mv-slider-wrap .slide-controls .arrow button {
    height: 60px;
    top: calc((100% - 55px) * 0.5 - 30px);
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .kosodate-mv-slider-wrap .slide-controls .arrow button {
    height: 70px;
    top: calc((100% - 80px) * 0.5 - 35px);
    width: 70px;
  }
}

@media print, screen and (min-width: 769px) {
  .kosodate-mv-slider-wrap .slide-controls .arrow button:hover {
    opacity: .8;
  }
}

.kosodate-mv-slider-wrap .slide-controls .arrow button.bx-prev {
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .kosodate-mv-slider-wrap .slide-controls .arrow button.bx-prev {
    background-image: url("../img_top/icon_slider_arrow_left.png");
    left: calc(50% - 30px - 400px - 30px - 20px);
  }
}

@media screen and (max-width: 768px) {
  .kosodate-mv-slider-wrap .slide-controls .arrow button.bx-prev {
    background-image: url("../img_top/icon_slider_arrow_left.png");
    left: 10px;
  }
}

.kosodate-mv-slider-wrap .slide-controls .arrow button.bx-next {
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .kosodate-mv-slider-wrap .slide-controls .arrow button.bx-next {
    background-image: url("../img_top/icon_slider_arrow_right.png");
    right: calc(50% - 30px - 400px - 30px - 20px);
  }
}

@media screen and (max-width: 768px) {
  .kosodate-mv-slider-wrap .slide-controls .arrow button.bx-next {
    background-image: url("../img_top/icon_slider_arrow_right.png");
    right: 10px;
  }
}

.kosodate-mv-slider-wrap .slide-controls .control-unit {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .kosodate-mv-slider-wrap .slide-controls .control-unit {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .kosodate-mv-slider-wrap .slide-controls .control-unit {
    margin-top: 20px;
  }
}

.kosodate-mv-slider-wrap .slide-controls .control-unit .bx-pager-list {
  display: flex;
}

.kosodate-mv-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .kosodate-mv-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    height: 12px;
    margin-right: 12px;
    width: 12px;
  }
}

@media screen and (max-width: 768px) {
  .kosodate-mv-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    height: 24px;
    margin-right: 24px;
    width: 24px;
  }
}

.kosodate-mv-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
  border: 1px solid #ea7f3e;
  background-color: #ffffff;
  border-radius: 50%;
  height: 100%;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .kosodate-mv-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
    border-width: 2px;
  }
}

@media print, screen and (min-width: 769px) {
  .kosodate-mv-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
    background-color: #ea7f3e;
  }
}

@media screen and (max-width: 768px) {
  .kosodate-mv-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
    background-color: #ea7f3e;
  }
}

@media print, screen and (min-width: 769px) {
  .kosodate-mv-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button:hover {
    opacity: .8;
  }
}

.kosodate-mv-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button {
  background: center /contain no-repeat;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .kosodate-mv-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button {
    height: 30px;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .kosodate-mv-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button {
    height: 60px;
    width: 60px;
  }
}

.kosodate-mv-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button.bx-start {
  background-image: url("../img_top/icon_slider_start.png");
}

.kosodate-mv-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
  background-image: url("../img_top/icon_slider_stop.png");
}

.kosodate-mv-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button.active {
  display: none;
}

.kosodate-mv-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button:hover {
  opacity: .8;
}

@media print, screen and (min-width: 769px) {
  .kosodate-mv-slider-wrap .slider-wrap {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    zoom: 0.8;
  }
}

@media print, screen and (min-width: 769px) {
  .kosodate-mv-slider-wrap .slider-wrap #kosodate-slider1 li {
    padding: 4px;
  }
}

.kosodate-mv-slider-wrap .slider-wrap #kosodate-slider1 li a {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .kosodate-mv-slider-wrap .slider-wrap #kosodate-slider1 li a:hover {
    opacity: .85;
  }
}

.kosodate-mv-slider-wrap .slider-wrap #kosodate-slider1 li img {
  border-radius: 40px;
  object-fit: cover;
  height: 377px;
  width: 800px;
}

@media screen and (max-width: 768px) {
  .kosodate-mv-slider-wrap .slider-wrap #kosodate-slider1 li img {
    object-fit: cover;
    height: auto;
    width: 700px;
  }
}

.kosodate-mv-slider-wrap .bx-wrapper {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .kosodate-mv-slider-wrap .bx-viewport {
    overflow: visible !important;
  }
}

.kosodate-useful-information-slider-wrap .slider-wrap {
  position: relative;
}

.kosodate-useful-information-slider-wrap .slider-wrap .slide-controls button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
}

.kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .arrow button {
  background: center /contain no-repeat;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .arrow button {
    height: 60px;
    top: calc((100% - 55px) * 0.5 - 30px);
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .arrow button {
    height: 70px;
    top: calc((100% - 80px) * 0.5 - 35px);
    width: 70px;
  }
}

@media print, screen and (min-width: 769px) {
  .kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .arrow button:hover {
    opacity: .8;
  }
}

.kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .arrow button.bx-prev {
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .arrow button.bx-prev {
    background-image: url("../img_top/icon_slider_arrow_left.png");
    left: -30px;
  }
}

@media screen and (max-width: 768px) {
  .kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .arrow button.bx-prev {
    background-image: url("../img_top/icon_slider_arrow_left.png");
    left: -8px;
  }
}

.kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .arrow button.bx-next {
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .arrow button.bx-next {
    background-image: url("../img_top/icon_slider_arrow_right.png");
    right: -30px;
  }
}

@media screen and (max-width: 768px) {
  .kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .arrow button.bx-next {
    background-image: url("../img_top/icon_slider_arrow_right.png");
    right: -8px;
  }
}

.kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .control-unit {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .control-unit {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .control-unit {
    margin-top: 20px;
  }
}

.kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .control-unit .bx-pager-list {
  display: flex;
}

.kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    height: 12px;
    margin-right: 12px;
    width: 12px;
  }
}

@media screen and (max-width: 768px) {
  .kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    height: 24px;
    margin-right: 24px;
    width: 24px;
  }
}

.kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
  border: 1px solid #ea7f3e;
  background-color: #ffffff;
  border-radius: 50%;
  height: 100%;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
    border-width: 2px;
  }
}

@media print, screen and (min-width: 769px) {
  .kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
    background-color: #ea7f3e;
  }
}

@media screen and (max-width: 768px) {
  .kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
    background-color: #ea7f3e;
  }
}

@media print, screen and (min-width: 769px) {
  .kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button:hover {
    opacity: .8;
  }
}

.kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .control-unit .bx-controls-auto-item button {
  background: center /contain no-repeat;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .control-unit .bx-controls-auto-item button {
    height: 30px;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .control-unit .bx-controls-auto-item button {
    height: 60px;
    width: 60px;
  }
}

.kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .control-unit .bx-controls-auto-item button.bx-start {
  background-image: url("../img_top/icon_slider_start.png");
}

.kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
  background-image: url("../img_top/icon_slider_stop.png");
}

.kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .control-unit .bx-controls-auto-item button.active {
  display: none;
}

.kosodate-useful-information-slider-wrap .slider-wrap .slide-controls .control-unit .bx-controls-auto-item button:hover {
  opacity: .8;
}

@media print, screen and (min-width: 769px) {
  .kosodate-useful-information-slider-wrap .slider-wrap .slide-controls img {
    height: 600px;
    width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .kosodate-useful-information-slider-wrap .slider-wrap .slide-controls img {
    height: 600px;
    width: 690px;
  }
}

.kosodate-useful-information-slider-wrap .slider-wrap .bx-wrapper {
  margin: 0 auto;
}

.u-show-pc-only {
  display: none;
}

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

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  border-bottom: 6px solid #ea7339;
}

@media print, screen and (min-width: 769px) {
  footer {
    background: url(../img_common/pc_footer_bg.png) center center/cover no-repeat;
    margin-top: -160px;
    padding-top: 160px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  footer {
    background: url(../img_common/sp_footer_bg.png) center top/cover no-repeat;
    margin-top: -115px;
    min-height: 765px;
    position: relative;
    z-index: 10;
  }
}

footer .box {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 90%;
}

footer .info {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  footer .info {
    align-items: flex-end;
    display: flex;
    margin-top: 32px;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  footer .info__logo {
    padding-top: 185px;
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  footer .info__logo img {
    height: auto;
    width: 260px;
  }
}

@media screen and (max-width: 768px) {
  footer .info__logo img {
    margin-bottom: 32px;
  }
}

@media print, screen and (min-width: 769px) {
  footer .info__address {
    margin: 0 140px 0 25px;
  }
}

@media screen and (max-width: 768px) {
  footer .info__address dl {
    text-align: center;
  }
}

footer .info__address dl dt {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  footer .info__address dl dt {
    font-size: 125%;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  footer .info__address dl dt {
    font-size: 145%;
  }
}

@media print, screen and (min-width: 769px) {
  footer .info__address dl dd {
    font-size: 125%;
  }
}

@media screen and (max-width: 768px) {
  footer .info__address dl dd a {
    color: #333;
    text-decoration: none;
  }
}

footer .info__links .list {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  footer .info__links .list {
    flex-direction: column;
    gap: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  footer .info__links .list {
    gap: 0 30px;
    margin: 45px auto 0;
    width: 670px;
  }
}

footer .info__links .list li a {
  align-items: center;
  display: flex;
  background-color: #fff;
  border: 2px solid #ea7339;
  box-sizing: border-box;
  color: #333;
  justify-content: center;
  text-decoration: none;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  footer .info__links .list li a {
    border-radius: 18px;
    padding: 6px 24px;
    min-width: 200px;
  }
  footer .info__links .list li a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  footer .info__links .list li a {
    text-align: center;
    border-width: 3px;
    border-radius: 30px;
    padding: 10px 30px;
    width: 320px;
  }
}

footer .info__links .list li a::after {
  border-top: 2px solid #ea7339;
  border-right: 2px solid #ea7339;
  content: '';
  height: 8px;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 12px;
  top: 50%;
  width: 8px;
}

@media screen and (max-width: 768px) {
  footer .info__links .list li a::after {
    border-width: 4px;
    right: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  footer #pagetop {
    position: relative;
  }
}

footer #pagetop a {
  display: block;
  color: #333;
  text-decoration: none;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  footer #pagetop a {
    bottom: 200px;
    right: 28px;
  }
  footer #pagetop a:hover {
    opacity: 0.85;
  }
}

@media screen and (max-width: 768px) {
  footer #pagetop a {
    right: 20px;
    top: -140px;
  }
}

@media print, screen and (min-width: 769px) {
  footer #pagetop img {
    height: auto;
    width: 105px;
  }
}

footer .copyright {
  color: #3c3c3c;
  font-size: 80%;
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .copyright {
    margin-top: 60px;
    margin-bottom: 15px;
  }
}
