@charset "utf-8";
/* =======================================================================================



RESET



======================================================================================= */
html, body { margin: 0 auto; padding: 0; height: 100%; font-family: sans-serif; line-height: 1.6; word-wrap: break-word; overflow-wrap: break-word; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
a { -webkit-text-decoration-skip: objects; }
a:hover { -webkit-tap-highlight-color: rgba(0,0,0,0); }
a:hover img { text-decoration: none; }
a:focus, *:focus { outline: none; }
a:active, a:hover { outline-width: 0; }
abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }
address, dfn { font-style: normal; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
a, address, article, aside, b, button, dd, details, dl, dt, fieldset, figcaption, figure, footer, h1, h2, h3, h4, h5, h6, header, input, legend, li, main, nav, optgroup, p, section, select, summary, textarea, [type="checkbox"], [type="radio"] { margin: 0; padding: 0; }
b { font-weight: inherit; }
button, h1, h2, h3, h4, h5, h6, input, legend, optgroup, select, textarea { font-size: inherit; font-weight: inherit; }
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }
button, input { overflow: visible; cursor: pointer; }
button, select { text-transform: none; }
fieldset { border: none; }
hr { overflow: visible; height: 0; box-sizing: content-box; }
img { max-width: 100%; height: auto; border-style: none; background: transparent; vertical-align: bottom; -webkit-backface-visibility: hidden; -ms-interpolation-mode: bicubic; backface-visibility: hidden; }
mark { background: transparent; color: inherit; }
ol, ul { margin: 0; }
progress { vertical-align: baseline; }
q:before { margin-left: -1.3em; padding-right: .3em; }
sub, sup { line-height: 0; vertical-align: baseline; }
sub { bottom: -.25em; }
sup { top: -.5em; }
svg:not(:root) { overflow: hidden; }
textarea { overflow: auto; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-input-placeholder { color: inherit; opacity: .6; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
/* =======================================================================================



REDEFINITION



======================================================================================= */
html, body, input, select, select *, textarea { font-family: "IBM Plex Sans JP", sans-serif; letter-spacing: .05em; scroll-behavior: smooth; }

html, body { background: #fff; color: #231815; }
html, body, *::placeholder { font-size: 16px; }
.mbl input { font-size: 16px; }

a { color: #6e97bb; text-decoration: none; }

iframe { border: 0; }

p { font-weight: 400; }

strong { font-weight: 600; }
/* =======================================================================================



GOOGLE FONTS



======================================================================================= */
.ibm-plex-sans-jp-light {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ibm-plex-sans-jp-regular {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ibm-plex-sans-jp-medium {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ibm-plex-sans-jp-semibold {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.ibm-plex-sans-jp-bold {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}
/* =======================================================================================



LOADING



======================================================================================= */
#loading { display: none !important; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255,255,255,.9); text-align: center; }
#loading b { display: block; font-style: italic; }
#loading i,
#loading i:after { border-radius: 50%; width: 4em; height: 4em; }
#loading i { display: block; margin: 10% auto 1em; font-style: normal; font-size: 13px; transform: translateZ(0); animation: loading 1.1s infinite linear;
     border-top: .5em solid rgba(55,55,55,.2);
   border-right: .5em solid rgba(55,55,55,.2);
  border-bottom: .5em solid rgba(55,55,55,.2);
    border-left: .5em solid #181818;
}
@keyframes loading {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* =======================================================================================



Z-INDEX



======================================================================================= */
#loading { z-index: 81; }
#quick,
#quick2 { z-index: 80; }

#menu { z-index: 72; }
#masthead { z-index: 71; }
#headfix { z-index: 70; }

#overlay,
#overlay2 { z-index: 61; }
#backToTop { z-index: 60; }

#footer { z-index: 44; }
#main { z-index: 43; }
/* =======================================================================================



LAYOUT



======================================================================================= */
header,
#header,
main,
#main,
footer,
#footer { position: relative; clear: both; width: 100%; margin: 0 auto; }

main article[class*="_unit"] { padding: 2rem 2.5rem; }

body.frontend #main { padding: 1rem 0; }
body.mypage #main,
body.admin #main { padding: 2rem 0; }

article:after,
section:after { display: block; clear: both; content: ''; }

#main.flag,
#footer.flag { filter: blur(2px); }

/* パネル */
.panel1,
.panel2,
.panel3 { width: 100%; margin-right: auto; margin-left: auto; }
.panel1 { max-width: 960px; }
.panel2 { max-width: 440px; }
.panel3 { max-width: 1600px; }

#menu { width: 232px; }

.sect_unit { }

article + article,
.sect_unit + .sect_unit { margin-top: 3rem; }

.sect_box { border-radius: 8px; padding: 1.5rem; background-color: #fff; }
.sect_box.border { border: 1px solid #ddd; }

@media screen and (min-width: 960px) {
body.frontend #main { padding: 2rem 0; }
body.mypage #main,
body.mypage #footer,
body.admin #main,
body.admin #footer { padding-top: 2rem; padding-right: 2rem; padding-bottom: 2rem; padding-left: calc(232px + 2rem); }
body.mypage #main.toggle,
body.mypage #footer.toggle,
body.admin #main.toggle,
body.admin #footer.toggle { padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: calc(88px + 1rem); }
}

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



Font Awesome
疑似要素
content: '\〇〇〇〇';
font: var(--fa-font-brands);
font: var(--fa-font-solid);
font: var(--fa-font-regular);
Unicode
HTML SOURCE⇒ value="&#x〇〇〇〇;&#160;"


======================================================================================= */
[class*="_ico"]:before,
[class*="_ico"]:after,
.prev:before,
.next:before,
li:has(input.prev, input.next):before,
.app_card_box222 dl:before { font-family: 'Font Awesome 7 Free'; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; }

.brands_ico:before { font: var(--fa-font-brands); content: '\f392'; font-weight: 400; }
.regular_ico:before { font: var(--fa-font-regular); content: '\f392'; font-weight: 400; }

.prev:before,
.next:before,
li:has(input.prev, input.next):before,
.app_card_box222 dl:before { font: var(--fa-font-solid); font-weight: 900; }

.prev:before,
li:has(input.prev):before { content: '\f104'; }
.next:before,
li:has(input.next):before { content: '\f105'; }

.app_card_box222 dl:before { content: '\f058'; }
/* =======================================================================================



ANIMATION (ABOVE THE FOLD)



======================================================================================= */
.anime_fadeout { transition: 1.6s ease-out; }
.anime_scale { transition: .8s ease-out; }
#anime_first { /* jQueryで使用 アニメーション開始の先頭要素に記述 */ }
#anime_first_fade { opacity: 0; }
#anime_first.flag #anime_first_fade {
  animation-name: animeFirstFade;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
@keyframes animeFirstFade {
  to { opacity: 1; }
}

#anime_first #anime_first_bottomUp { opacity: 0; }
#anime_first.flag #anime_first_bottomUp {
  animation-name: animeFirstBottomUp;
  animation-duration: .8s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
@keyframes animeFirstBottomUp {
  from {
    transform: translate3d(0,4%,0);
  }
  to { opacity: 1;
    transform: translate3d(0,0,0);
  }
}
/* =======================================================================================



HEADER



======================================================================================= */
header a { color: #231815; }
#header,
#headfix,
#masthead { min-height: 40px; }

#entry_header,
#login_header { padding: 2rem 0 1rem; }
#login_header { text-align: center; }

.logo1 { width: 240px; }
.logo2 { width: auto; height: 24px; }

#masthead { position: relative; background-color: #e6f0f9; }

#headfix { position: fixed; top: 0; left: 0; width: 100%; }

#masthead,
#masthead a:not([class*="user_bar_"]) { text-decoration: none; }

#masthead { display: flex; align-items: center; }

#masthead .header_ttl { margin-left: 56px; font-weight: 700; font-size: 14px; line-height: 1; }

.user_bar { position: absolute; top: 50%; right: 16px; line-height: 1; transform: translateY(-50%); }
.user_bar dt b { display: none; }
.user_bar b,
.user_bar li { font-size: 13px; }
.user_bar [class*="fa-"] { padding-right: .5em; font-size: 18px; vertical-align: middle; }

.user_bar dt { text-align: right; line-height: 1; cursor: pointer; }
.user_bar dt:after { font-size: 12px; content: '▼'; transition: all .1s ease-out; }
.user_bar dd { opacity: 0; visibility: hidden; z-index: 2; position: absolute; right: 0; background-color: rgba(236,240,241, .6); box-shadow: 0 2px 4px rgba(0,0,0,.4); }
.user_bar dt:hover:after {  }
.user_bar:hover dd { opacity: 1; visibility: visible; }

.user_bar ul,
.user_bar ol { list-style: none; padding: 0; }
.user_bar li { white-space: nowrap; }
.user_bar [class*="user_bar_"] { display: block; padding: 1em; text-decoration: none; }
.user_bar [class*="user_bar_"]:hover { background-color: rgba(205,215,217, .9); text-shadow: 0 -1px 0 #fff; }

#quick { position: fixed; top: 4px; left: 4px; width: 48px; }
#switch { height: 32px; position: relative; background-color: transparent; text-align: center; cursor: pointer; will-change: transform; }
#switch i { position: absolute; top: 4px; left: 8px; width: 32px; height: 24px; background-color: transparent; }
#switch span { position: absolute; left: 0; width: 100%; height: 2px; background-color: #000; transition: all .2s linear; }
#switch span:first-child { top: 4px; }
#switch span:first-child + span { top: 50%; transform: translateY(-50%); }
#switch span:first-child + span + span { bottom: 4px; }

#menu { overflow-y: auto; position: fixed; top: 40px; left: 0; height: 100%; padding: 24px 0 48px; transform: translate3d(-100%,0,0); }
#menu:not(.toggle) { transition: all .2s linear; }
#menu.open { transform: translate3d(0,0,0); background-color: #fff; }

#menu.toggle .nav_toggle { display: none; }
#nav .nav_toggle { display: block; position: absolute; top: 2px; right: 0; padding: 9px 4px 0; font-size: 20px; }
#nav a { text-decoration: none; }
#nav [class*="fa-"] { width: 22px; margin: 0 auto; padding-right: .5em; text-align: center; }
#nav .nav_box strong [class*="fa-"] { padding-right: 0; padding-left: .5em; }
#nav .nav_list,
#nav .nav_sub_list { list-style: none; padding: 0; }
#nav li { position: relative; }
#nav li a,
#nav li span,
#nav li.nav_item2 a { display: block; padding: 1rem 1.5rem; border-top: 1px solid #fff; line-height: 1.1; letter-spacing: -.03em; }
#nav .nav_list > li:last-child a { border-bottom: 1px solid #fff; }
#nav .nav_box { display: flex; align-items: flex-start; }
#nav .nav_box > strong { flex: 1; }
#nav .nav_box > i { flex-shrink: 2; }

#menu:not(.toggle) #nav li a,
#menu:not(.toggle) #nav li span,
#menu:not(.toggle) #nav li.nav_item2 a { transition: all .2s linear; }
#nav li > a:hover {  }
#nav li.nav_sub_item a { padding-top: .5rem; padding-bottom: .5rem; }
#nav li.nav_sub_item a { padding-left: 2rem; }
#menu:not(.toggle) #nav li.nav_item2 > a,
#menu:not(.toggle) #nav li.nav_item2 > a:hover {  }
#nav li.nav_sub_item a { padding: .5rem 1.5rem .5rem 3rem; border-top: none; border-bottom: none; }
#nav li s { text-decoration: none; }
#nav .nav_sub_list { display: none; }

#quick2 { position: fixed; top: 4px; right: 4px; width: 48px; }
#switch2 { position: fixed; top: 64px; right: 16px; width: 56px; height: 56px; background-color: transparent; text-align: center; vertical-align: middle; cursor: pointer; will-change: transform; }
#switch2 i { position: absolute; top: 10px; left: 4px; width: 48px; height: 36px; background-color: transparent; }
#switch2 span { position: absolute; right: 0; width: 100%; height: 4px; background-color: #000; transition: all .2s linear; }
#switch2 span:first-child { top: 0; }
#switch2 span:first-child + span { top: 50%; transform: translateY(-50%); }
#switch2 span:first-child + span + span { bottom: 0; }
#switch2.scroll span,
#switch2.flag span { background-color: black; transition: all 1s linear; }
#switch2.flag { background-color: transparent; }

/* CROSS TYPE */
#switch2.flag span:first-child { transform: translateY(16px) rotate(-45deg); }
#switch2.flag span:first-child + span { opacity: 0; }
#switch2.flag span:first-child + span + span { transform: translateY(-16px) rotate(45deg); }
/* MENU */
#menu2 { overflow-y: auto; position: fixed; top: 0; right: 0; max-width: 400px; width: 90%; height: 100%; padding: 88px 0 40px; background-color: white; text-align: center; transform: translate3d(100%,0,0); }
#menu2:not(.toggle) { transition: all .2s linear; }
#menu2.open { box-shadow: 0 8px 8px dimgray; transform: translate3d(0,0,0); }

#overlay,
#overlay2 { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; }
#overlay2.flag { display: block; }

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



CHANGE MENU'S LAYOUT



======================================================================================= */
@media screen and (max-width: 960px) {
#switch.flag i { top: 5px; left: 10px; }
#switch.flag span { background-color: #000; }
#switch.flag span:first-child { transform: translateY(7px) rotate(-45deg); }
#switch.flag span:first-child + span { opacity: 0; }
#switch.flag span:first-child + span + span { transform: translateY(-7px) rotate(45deg); }
#overlay.flag { display: block; }
}

@media screen and (min-width: 960px) {
#quick { top: 9px; left: 16px; }
#header,
#headfix,
#masthead { min-height: 48px; }

.user_bar,
.user_bar_action { min-width: 124px; }
.user_bar dt b { display: inline-block; overflow: hidden; max-width: 12em; vertical-align: middle; text-overflow: ellipsis; white-space: nowrap; }
.user_bar dt:after { padding-left: 1em; }

#masthead .header_ttl { margin-left: 72px; }
#header.toggle #masthead .header_ttl {  }
#menu { top: 48px; padding-bottom: 64px; transform: translate3d(0,0,0); }

#header.toggle #switch span:first-child + span { width: 75%; }
#header.toggle #switch span:first-child + span + span { width: 50%; }

#menu.toggle { width: 88px; }
#menu.toggle #nav li b { font-size: 12px; }
#menu.toggle #nav li s,
#menu.toggle #nav .nav_sub_list { display: none; }
#menu.toggle #nav li span,
#menu.toggle #nav .nav_item2:hover { }
#menu.toggle #nav li a,
#menu.toggle #nav li span { padding: 1rem 0 .8rem; }
#menu.toggle #nav li a,
#menu.toggle #nav li span,
#menu.toggle #nav .nav_item2 { text-align: center; }
#menu.toggle #nav [class*="fa-"] { display: block; padding: 0 0 .5em; }
#menu.toggle #nav .nav_logout { letter-spacing: -.05em; }
#menu.toggle #nav .nav_box { flex-direction: column; align-items: center; }

#switch2 { display: none; }
#menu2 { position: relative; top: auto; right: auto; overflow: visible; width: auto; max-width: none; height: auto; padding: 0; transform: none; }
}
/* =======================================================================================



フォーム



======================================================================================= */
input[type="text"], input[type="search"], input[type="radio"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], input[type="password"], input[type="checkbox"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], select, textarea { border: 1px solid #adb8c3; 
box-shadow: 0 1px 2px rgba(0,0,0,.07) inset; transition: border-color .4s ease-in-out; }
input[type="text"]:focus, input[type="search"]:focus, input[type="radio"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input[type="password"]:focus, input[type="checkbox"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, select:focus, textarea:focus { border-color: #666; box-shadow: 0 0 3px #ccc; }
input[readonly="readonly"] { background-color: #eee; color: #eee; cursor: not-allowed; }
input[type="radio"] { border: none; box-shadow: none; }
textarea { display: block; }
input[type="checkbox"],
input[type="radio"], input[type="radio"]:focus { margin: -.2em .5em 0; vertical-align: middle; }
label input[type="checkbox"] { vertical-align: middle; }
input[type="radio"], input[type="radio"]:focus, input[type="checkbox"], input[type="checkbox"]:focus { box-shadow: none; }
label { vertical-align: middle; cursor: pointer; }
input, select, textarea,
.input_txt { padding: .5rem; }

.form_unit { background-color: #fff; }
.form_unit input:not([type="checkbox"],[type="radio"],[type="hidden"],[type="button"]),
.form_unit select,
.form_unit textarea,
.form_unit .radio_box:has(.input_more_box) label,
.form_unit .check_box:has(.input_more_box) label { min-height: 3rem; }
.form_unit input:not([type="checkbox"],[type="radio"],[type="hidden"]),
.form_unit select,
.form_unit textarea { width: 100%; }
.form_unit textarea { height: 9rem; }
.form_unit input[disabled],
.form_unit textarea[disabled],
.form_unit select[disabled] { opacity: 1; background-color: transparent; border: 1px solid transparent; box-shadow: none; color: inherit; appearance: none; }
.form_unit input[disabled]:hover,
.form_unit textarea[disabled]:hover,
.form_unit select[disabled]:hover { cursor: text; }

.form_unit label { position: relative; display: flex; align-items: center; }
.form_unit .label_txt { display: inline-block; }

.form_unit > p + p { margin-top: 1em; }

.err_box { display: none; }

.important_box { padding: 1rem 0; }
.important_inner { overflow-y: scroll; padding: 1rem 1.5rem; height: 640px; border: 1px solid #ccc; box-shadow: 1px 1px 4px #ededed inset; }

dl.def_box,
dl.form_box,
div.form_box { padding: .5rem 0; }
dl.def_box > dt,
dl.form_box > dt { font-weight: 700; }
dl.def_box > dt small,
dl.form_box > dt small { font-weight: 400; }

dl.def_box > dd { padding: .5rem 0 1rem; }
dl.def_box > dd + dt { padding-top: 1rem; }
dl.def_box > dd > ul > li + li,
dl.def_box > dd > ol > li + li,
ul.def_box > li > dl > dd > ul > li + li { padding-top: 1em; }
dl.def_box > dd > ul > li > ul,
dl.def_box > dd > ul > li > ol,
dl.def_box > dd > ol > li > ul
dl.def_box > dd > ol > li > ol,
ul.def_box > li > dl > dd > ul > li > ul { padding-top: .5em; }

ul.def_box > li > dl > dd > ul { list-style: disc; }
ul.def_box > li > dl > dd > ul ul { list-style: circle; }

dl.def_box ul.asterisk_box,
dl.def_box ol.asterisk_box { padding-left: 1em; }

ul.form_box,
ol.form_box { list-style: none; display: flex; flex-direction: column; padding: 0; gap: 8px; }

.form_gray_box { margin: 1em auto; padding: 1em; background-color: #efefef; }

.sect_box:has(+ .form_box) { margin-bottom: 1rem; }

.input_box { list-style: none; padding: 0; width: 100%; display: flex; gap: 8px; }
.check_box { list-style: none; padding: 0; width: 100%; display: flex; gap: 8px; align-items: flex-start; }
ul.check_box { justify-content: center; }
ul.check_box.left { justify-content: flex-start; }
ul.check_box.right { justify-content: flex-end; }
ol.check_box { padding: 16px 0; flex-wrap: wrap; flex; gap: 16px; }
.radio_box { list-style: none; padding: 8px 0; display: flex; flex-direction: column; gap: 8px; }

.input_more_box { list-style: none; padding: 0; display: flex; flex-basis: 100%; flex-direction: column; gap: 8px; }
.input_more_box span { flex: 1; }
.form_unit .input_more_box input:not([type="checkbox"],[type="radio"],[type="hidden"]) { /*padding: 0 .25em; height: 1.5rem;*/ }

.textarea_box { list-style: none; padding: 0; width: 100%;  }

.input_box.pt1 { flex-direction: column; }
.input_box.pt1 > *,
.input_box.pt2 > * { flex: 1; }
.input_box.tel_box > *:nth-child(2),
.input_box.tel_box > *:nth-child(4),
.input_box.zip_box > *:nth-child(2) { min-width: .5rem; text-align: center; }
.input_box.tel_box > *:nth-child(2) span,
.input_box.tel_box > *:nth-child(4) span,
.input_box.zip_box > *:nth-child(2) span { display: block; width: 100%; height: 2px; background-color: #888; }

.input_box.tel_box { max-width: 24em; align-items: center; }
.input_box.tel_box > *:nth-child(odd) { flex: 1; }
.input_box.tel_box > *:nth-child(even) { flex-shrink: 2; }

.input_box.zip_box { align-items: center; }
.input_box.zip_box > *:first-child { width: 4em; }
.input_box.zip_box > *:nth-child(3) { width: 5em; }

.form_box .prefecture_box { width: 8em; }

.day_check_box li { min-width: 8em;}


.radio_media_tbl {  }
.radio_media_tbl th,
.radio_media_tbl td { border: 1px solid #ccc; font-size: 13px; }
.radio_media_tbl th { padding: 1rem 0; background-color: #f5f5f5; }
.radio_media_tbl th:first-child { width: 5%; }
.radio_media_tbl th:nth-child(n+2) { width: 270px; }
.radio_media_tbl td { text-align: center; padding: 1rem 0; }
.radio_media_tbl [colspan] { text-align: left; padding: .5rem; }
.radio_media_tbl [rowspan],
.radio_media_tbl [colspan] { border-bottom-width: 3px; border-bottom-style: double; }
.radio_media_tbl td:has(input) { padding: 1rem; background-color: #F5F5F5 }
.radio_media_tbl .fa-check { color: cornflowerblue; }
.radio_media_tbl .fa-xmark { color: brown; }


@media screen and (min-width: 640px) {
ul.form_box,
ol.form_box { flex-direction: row; align-items: flex-end; }

ul.form_box.pt2 > *,
ol.form_box.pt2 > * { flex-basis: calc(100% / 2); }

ul.form_box.pt3 > *,
ol.form_box.pt3 > * { flex-basis: calc(100% / 3); }

ul.form_box.pt4 > *,
ol.form_box.pt4 > * { flex-basis: calc(100% / 4); }

ul.form_box.pt5 > *,
ol.form_box.pt5 > * { flex-basis: calc(100% / 5); }

ul.form_box.pt6 > *,
ol.form_box.pt6 > * { flex-basis: calc(100% / 6); }

.input_more_box { flex-direction: row; align-items: center; }

.radio_media_tbl [colspan] { padding: 1rem; }
.radio_media_tbl th:not(:empty) { padding-right: .5rem; padding-left: .5rem; }
}
/* =======================================================================================



COMPONENT / MODULE

行送り 30pt → 30pt/15px(サイズ) = 2
⇒ line-height: 2;
文字間 115 → 115/ 1000 = 0.115
⇒ letter-spacing: .115em;

_unit (ひとまとまり article,section)
_panel (パネル(section))
_dsp (jQuery用 表示/非表示)
  _box (最小単位のレイアウトボックス(div,dl,ol,ul))
  _card_box (カード型レイアウト：ol,ul)
    _inner (boxに対してのインナー)
    _header(要素・コンテンツの上部)
    _body(要素・コンテンツの本文)
    _footer(要素・コンテンツの下部)
      _tbl (table)
      _card (li)
      _item (dt,dd,li)
      _btn (ボタン)
        _ttl (タイトル,dt)
        _txt (テキスト)
        _ico (アイコン)
        _img (画像)
        _bnr (バナー)



======================================================================================= */
.attn,
.err { color: #e74c3c !important; }

.attn { padding: 0 .25em; }
b.attn { font-weight: 400; }

.ttl { margin-bottom: 1em; font-weight: 600; font-size: 24px; }
.sub_ttl { margin-bottom: 1em; font-weight: 600; font-size: 20px; }
.head_ttl { font-weight: 700; }

.sect_unit .ttl,
.sect_unit .sub_ttl { margin-bottom: .25em; }

.ttl small:has(.attn),
.sub_ttl small:has(.attn) { padding: 0 .5em; font-weight: 400; font-size: 64%; }


form > .head_ttl { margin-bottom: .25em; }

.form_box + .head_ttl { margin-top: .5em; }

.eye { padding: .25em .5em; cursor: pointer; }

ul.asterisk_box,
ol.asterisk_box { list-style: none; padding: .5em 0; }

ul.asterisk_box > li,
ol.asterisk_box > li { position: relative; text-indent: -1.2em; padding-left: 1.2em; }

ul.asterisk_box > li + li,
ol.asterisk_box > li + li { padding-top: .25em!important; }

ul.asterisk_box > li:before,
ol.asterisk_box > li:before { content: '※'}

@media screen and (min-width: 320px) {
}

@media screen and (min-width: 560px) {
}

@media screen and (min-width: 640px) {
.ttl { font-size: 32px; }
.sub_ttl { font-size: 24px; }
.head_ttl { font-size: 18px; }
}


/* ボタン */
.btn_box { display: flex; flex-wrap: wrap; list-style: none; gap: .5rem; max-width: 960px; margin: auto; padding: 0; }
.btn_box [class*="_btn"] { letter-spacing: .15em; }
.btn_box > * { flex-basis: 100%; padding: .25rem 0; }
.btn_box > *:empty { padding: 0!important; line-height: 1; }
body:not(.admin_login) .btn_box:has(.submit_btn):last-of-type { margin-top: 1rem; }
.btn_box:has(li:only-child) { justify-content: center; }
.btn_box:has(+ p) { margin-bottom: 1rem; }
form + .btn_box { margin-top: 3rem; }
.btn_none_box { padding: 3rem 0; }

[class*="_btn"] { position: relative; display: inline-block; overflow: hidden; margin: auto; padding: 1rem; border-radius: 2px; border: none; color: #fff; line-height: 1; text-align: center; vertical-align: middle; text-decoration: none !important; cursor: pointer; transition: all .2s linear; }

[class*="_btn"]:hover { filter: brightness(108%) opacity(80%); }

a[class*="_btn"]:before { display: inline-block; width: 0; vertical-align: middle; content: ''; }
[class*="_btn"] [class*="fa-"] { padding-right: .4rem; }
[class*="_btn"] b { display: inline-block; }
.btn_box [class*="_btn"] { width: 100%; }
.input_box [class*="_btn"] { padding: 0 .5rem; height: 3rem; font-size: 14px; }
[class*="_tbl"] td [class*="_btn"] { padding: .5rem; font-size: 14px; }
[class*="_btn"] strong { display: block; margin-bottom: .5rem; font-size: 150%; }
@media screen and (max-width: 360px) {
[class*="_btn"] strong { font-size: 120%; }
}

/* 送信ボタン */
.submit_btn { background-color: #231815; }
li:has(.submit_btn) { text-align: center; }
/* 戻るボタン */
.back_btn { background-color: #919191; }
/* 通常ボタン */
.normal_btn { border: 1px solid #cdcdcd; background-color: #e4e4e4; color: #212529; text-shadow: rgba(255,255,255,.5) 0 -1px 0; }
.normal_btn:hover { text-shadow: none; }
/* ファイル出力ボタン */
.output_btn { border: 1px solid #5d9a33; background-color: #70ad47; text-shadow: 0 -1px 0 #467825; }
.output_btn:hover { text-shadow: none; }
/* 削除ボタン */
.delete_btn { background-color: #e74c3c; color: #fff; }

/* ページャー・進む戻るボタン */
.prev,
.next,
li:has(input.prev, input.next) { position: relative; }
.prev:before,
.next:before,
li:has(input.prev, input.next):before { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; }

a.prev:before,
li:has(input.prev):before { left: 1em; }
a.next:before,
li:has(input.next):before { right: 1em; }

li:has(input.prev, input.next):before { color: #ecf0f1; }
li:hover:has(input.prev, input.next):before { color: #212529; }

.prev [class*="_btn"],
.next [class*="_btn"] { width: 100%; }
/* ページャー */
.pager_box { overflow: hidden; margin: 0 auto 1rem; text-align: center; }
.pager_box:has(ul) { margin-right: -.5em; margin-left: -.5em; }
.pager_box.right { margin-bottom: .5rem; }
.pager_box ol,
.pager_box ul { list-style: none; display: inline-block; margin: auto; padding: 0; }
.pager_box li { float: left; padding: .5em .5em 0; }
.pager_box li a,
.pager_box li span,
.pager_box li input,
.pager_box li button { display: block; padding: .75em 1em; border-radius: 4px; border: 1px solid #414141; background-color: #fff; color: #070707; line-height: 1; text-decoration: none; transition: all .2s linear; }
.pager_box li .prev { padding-left: 2em; }
.pager_box li .next { padding-right: 2em; }
.pager_box li .current,
.pager_box li a:hover,
.pager_box li input:hover,
.pager_box li button:hover { background-color: #dfdfdf; color: #212529; }

.pager_box ul { width: 100%; }
.pager_box ul li { width: 33.333333%; }
.pager_box ul li:first-child { text-align: left; }
.pager_box ul li:last-child { text-align: right; }
.pager_box li a,
.pager_box li li span,
.pager_box li input,
.pager_box li button { display: inline-block; }
@media screen and (min-width: 360px) {

}
@media screen and (min-width: 640px) {
.btn_box.pt2 > * { flex-basis: calc(98% / 2); } 
.btn_box.pt3 > * { flex-basis: calc(100% / 3); } 
.input_box [class*="_btn"] { padding: 0 1em;  }
}
/* =======================================================================================



マイページ



======================================================================================= */
.app_card_box + .app_card_box { margin-top: 2rem; }
.app_card_box + [class*="_ttl"] { margin-top: 2rem; }
.app_card_box { list-style: none; padding: 0; display: flex; gap: 32px; }
.app_card_box li { display: flex; flex-direction:column; }
.app_card_box dl { display: flex; flex-direction:column; flex-grow: 1; position: relative; padding: 1.5rem 2rem; border-radius: 8px; border: 1px solid #ddd; background-color: #fff; text-align: center; }
.app_card_box dt { font-size: 64px; }
.app_card_box dd { font-weight: 600; font-size: 18px; }
.app_card_box dt,
.app_card_box b { /*color: #bbb;*/ }
.app_card_box b,
.app_card_box small,
.app_card_box .status_link { display: block; line-height: 1; }
.app_card_box .status_link { margin: .5rem auto; padding: .7rem .5rem .5rem; color: #fff; transition: all .2s linear; }
.app_card_box .status_link.off { pointer-events: none; background-color: #ccc!important; }
.app_card_box small { margin: .5rem auto; font-size: 12px; }
.app_card_box222 dl:before { position: absolute; top: -8px; right: -8px; font-size: 40px; }
.status_art_box dt,
.status_art_box b,
.status_art_box small,
.art_ttl { color: #6e97bb; }
.app_card_box .status_art_box .status_link { background-color: #6e97bb; }
.status_exhibit_box dt,
.status_exhibit_box b,
.status_exhibit_box small,
.exhibit_ttl { color: #6ebb7f; }
.app_card_box .status_exhibit_box .status_link { background-color: #6ebb7f; }

.app_card_box a.status_link:hover { filter: brightness(1.2); /* 1.2倍の明るさにする（薄くなる）*/ }

ul.def_box,
ol.def_box { list-style: none; padding: 0; display: flex; gap: 16px; flex-direction: column; }
ul.def_box li dl,
ol.def_box li dl { display: flex; }
ul.def_box li dt,
ol.def_box li dt { white-space: nowrap; padding-right: 2em; }
ul.def_box li dt i,
ol.def_box li dt i { padding-right: .5em; }
ul.def_box li dt b,
ol.def_box li dt b { font-weight: 600; }

ul.def_box + *,
ol.def_box + * { margin-top: 3rem; }


.spot_box { display: flex; flex-direction: column; }
.spot_box > * { padding: 1rem 0; }
.spot_ttl,
.spot_box .num_ttl { font-weight: 700; font-size: 20px; margin-bottom: 1em; }
.spot_ttl1 { color: blue; }
.spot_ttl2 { color: firebrick; }
.spot_box .num_ttl span { font-weight: 400; font-size: 64px; }
.spot_box .spot_ttl + .num_ttl { margin-top: -1em; }
.spot_box .num_ttl + .spot_ttl { margin-top: 3em; }
.spot_day_box { margin-bottom: 2rem; }
.spot_day_box:last-of-type { margin-bottom: 0; }
.spot_radio_box { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; }
.spot_radio_box > * {  }
.spot_radio_box label:has(input:disabled) { color: #c3c3c3;} 
.spot_radio_box input[type="radio"] { min-width: 14px; }
.spot_radio_box label:has(input[type="radio"][disabled]):before { position: absolute; top: 0; left: 8px; content: '✖'; }
.spot_radio_box b { display: inline-block; min-width: 22px; text-align: right; }

.spot_img { width: 320px; }

.whatis_box p + p { margin-top: 1em; }
.whatis_more_box { background-color:  #f5f5f5; padding: 1rem; }


@media screen and (min-width: 600px) {
.spot_box { flex-direction: row; }
.spot_box > * { flex-basis: 50%; }
.spot_box > *:last-child { padding-left: 1rem; }
}
@media screen and (min-width: 1560px) {
.spot_box > *:first-child { flex-basis: 64%; }
.spot_box > *:last-child { flex-basis: 70%; }
}
/* =======================================================================================



テーブル



======================================================================================= */
/* テーブル ※デフォルトはseparate */
[class*="_tbl"] { width: 100%; margin: 0 auto; border-collapse: collapse; border-spacing: 0; }

[class*="_tbl"] .omit { overflow: hidden; max-width: 112px; text-overflow: ellipsis; white-space: nowrap; }

/* 横長テーブル用 スマホ時に横スクロールバー */
.tbl_box { margin-bottom: 1rem; overflow-x: auto; white-space: nowrap; animation-fill-mode: both; }
.tbl_box::-webkit-scrollbar { height: 24px;/* tableにスクロールバーを追加 */ }
.tbl_box::-webkit-scrollbar-track { background: #f1f1f1;/* tableにスクロールバーを追加 */ }
.tbl_box::-webkit-scrollbar-thumb { background-color: #bcbcbc;/* tableにスクロールバーを追加 */ }

.tbl_box.pt2 { white-space: normal; }
.tbl_box.pt2 th { white-space: nowrap; }
.tbl_box.pt2 td:not(:first-child):not(.list_img):not(.list_txt):not(.list_day):not(td[nowrap="nowrap"]) { min-width: 120px;}

/* テーブル 装飾 */
.list_tbl th,
.list_tbl td { padding: .4rem .25rem .25rem; font-size: 13px; }
.list_tbl td[nowrap="nowrap"] { text-align: center; }
.list_tbl th { background-color: #f5f5f5; }
.list_tbl .cur { background-color: #e9f2ff; }
.list_tbl .ng { background-color: #ffede9; }
.list_tbl th.list_img b { display: block; width: 120px; }
.list_tbl .list_img img { width: 120px; }
.list_tbl .list_txt  { min-width: 400px; }
.list_tbl .list_day { min-width: 200px; }
.list_tbl .list_day b { display: inline-block; padding-right: 1em; }
.list_tbl tr.gray { background-color: #e1e1e1; }

/* テーブル 線の色 */
.list_tbl tr,
tr.grayout.on,
tr.grayout.show,
.list_tbl.pt2 th,
.list_tbl.pt2 td { border-color: #d1d1d1; }

/* テーブル 横線 */
.list_tbl { margin-bottom: 1rem; background-color: #fff; }
.list_tbl tr,
tr.grayout.on,
tr.grayout.show { border-bottom-width: 1px; border-bottom-style: solid; }

/* テーブル 縦線 */
.list_tbl.pt2 th,
.list_tbl.pt2 td { border-right-width: 1px; border-right-style: solid; border-left-width: 1px; border-left-style: solid; }
.list_tbl.pt2 th:last-child,
.list_tbl.pt2 td:last-child {  }
.list_tbl.pt2 th { border-top-width: 1px; border-top-style: solid; }

/* テーブル 行を隠す */
tr.grayout { background-color: #ccc; border: none; line-height: 0; transform: scale(1,0); transform-origin: center top; }
tr.grayout:not(.on, .show) td { padding: 0; }
tr.grayout.hide {  }
tr.grayout.on,
tr.grayout.show { line-height: inherit; }
tr.grayout.show { transform: scale(1,1); }
tr.grayout.on { animation: grayoutOn .1s ease-out forwards; }
@keyframes grayoutOn {
from {
    transform: scale(1,0);
  }
  to {
    transform: scale(1,1);
  }
}
tr.grayout.off { animation: grayoutOff .1s linear forwards; }
@keyframes grayoutOff {
from {
  transform: scale(1,1);
  }
  to {
    transform: scale(1,0);
  }
}

@media screen and (min-width: 1280px) {
.tbl_box { white-space: normal; }
}

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



BACK TO THE TOP



======================================================================================= */
#backToTop { display: none; position: fixed; right: 8px; bottom: 8px; }
#backToTop span { display: block; width: 32px; height: 32px; margin: auto; padding-left: 1px; border: 1px solid #999; border-radius: 50%; color: #999; font-size: 20px; font-family: Arial; text-align: center; line-height: 30px; vertical-align: middle; cursor: pointer; }
#backToTop span *,
#backToTop span:after,
#backToTop span:hover { transition: all .2s ease-in; }
#backToTop span:after { content: '△'; }
#backToTop span:hover { background-color: #999; color: #fff; }
/* =======================================================================================



FOOTER



======================================================================================= */
footer { position: relative; }
#copyright { color: #999; font-size: small; text-align: center; line-height: 48px; /* #backToTopの高さ分を確保 */ vertical-align: middle; }
/* =======================================================================================



OVERWRITE



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

