@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap');

@font-face {
    font-family: 'agency-r';
    src: url('https://rk.i-one.jp/tdm/font/AGENCYR.TTF') format('opentype');
}

html {
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    font-family: 'Noto Sans JP', serif;
    overflow-x: hidden;
    color: #333333;
    font-weight: 400;
}

p {
    line-height: 2;
    text-align: justify;
}

a {
    transition: 0.3s;
}

a:link {
    color: #D26E96;
}

a:visited {
    color: #D26E96;
}

a:hover {
    color: #FF0046;
    transition: 0.3s;
    text-decoration: none;
}

a:active {
    color: #FF0000;
}

a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

.agency {
    font-family: 'agency-r', 'Zen Kaku Gothic New', sans-serif;
}

.head-h1 {
    height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #FFFFFF;
    display: none;
}

.head-h1 h1 {
    font-size: 10px;
    line-height: 20px;
}

.h1-a {
    font-size: 1.4rem;
    line-height: 2.5rem;
}

.h2-a {
    font-family: 'agency-r', 'Zen Kaku Gothic New', sans-serif;
    font-size: 40px;
    line-height: 50px;
    background-image: url(../img/icon-tit.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 72px auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #A28769;
    padding-top: 22px;
}

.h2-b {
    font-size: 21px;
    font-weight: 700;
    line-height: 27px;
    display: block;
}

.h2-c {
    font-size: 26px;
    font-weight: 700;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.h3-a {
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 20px;
}

.h3-b {
    font-size: 1.2rem;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
    padding-bottom: 6px;
    color: #A28769;
    font-weight: 600;
}

.h3-c {
    font-size: 1.4rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.h4-a {
    font-size: 1.1rem;
    font-weight: 700;
}

.p-a {
    font-size: 1rem;
    padding-left: 1.2rem;
}

.head-box {}

.dl01 dt {
    width: 35px;
    margin-bottom: 10px;
}

.dl01 dd {
    width: calc(100% - 35px);
    margin-bottom: 10px;
}

.dl02 dt {
    width: 80px;
    margin-bottom: 10px;
}

.dl02 dd {
    width: calc(100% - 80px);
    margin-bottom: 10px;
}

.txt-shrink1 {
    letter-spacing: -0.1rem;
}

.txt-shrink2 {
    letter-spacing: -0.25rem;
}

.txt-shrink3 {
    letter-spacing: -0.1rem;
    font-size: 7.8%;
}

.txt-shrink11 {
    letter-spacing: 0.1rem;
}

.txt-shrink12 {
    letter-spacing: 0.2rem;
}

.ankor1 {
    height: 90px;
}

.ankor2 {
    height: 70px;
}

.ankor3 {
    height: 20px;
}

.box01 {
    border: 1px solid #A28769;
    padding-top: 17px;
    padding-bottom: 17px;
    height: 100%;
}

.bt-margin {
    padding-bottom: 70px;
}

.bt-box {
    position: absolute;
    right: 17px;
    bottom: 0px;
    width: 300px;
}

a.bt01 {
    border-radius: 3px;
    background-color: #FFFFFF;
    font-size: 1rem;
    padding-bottom: 13px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    width: 100%;
    text-align: center;
    border: 1px solid #C4AD8B;
    display: block;
    font-weight: 400;
}

a.bt01::after {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0da';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

a.bt01:link {
    color: #A28769;
}

a.bt01:visited {
    color: #A28769;
}

a.bt01:hover {
    color: #DC6E00;
    background-color: #EFEFEF;
}

a.bt02 {
    border-radius: 3px;
    background-color: #786446;
    font-size: 1rem;
    padding-bottom: 17px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 14px;
    width: 100%;
    text-align: center;
    display: block;
    font-weight: 400;
}

a.bt02::after {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0da';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    color: #C4AD8B;
}

a.bt02:link {
    color: #FFFFFF;
}

a.bt02:visited {
    color: #FFFFFF;
}

a.bt02:hover {
    color: #FFFF96;
    background-color: #8C785A;
}

.head-sns {
    border-radius: 20px;
    border: 1px solid rgba(244, 240, 240, 0.50);
    width: 36px;
    height: 36px;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    margin-top: 8px;
}

.head-sns img {
    width: 34px;
    height: 34px;
}

.head-tel {
    height: 40px;
    padding-top: 11px;
    margin-left: 0.6rem;
    margin-right: 0.8rem;
}

.head-tel img {
    height: 100%;
    width: auto;
}

.head-res {}

.head-res img {
    height: 20px;
    width: 120px;
    vertical-align: top;
}

.head-res a {
    display: block;
    margin-bottom: 3px;
    margin-top: 3px;
    height: 20px;
}

.head-sns2 {
    border-radius: 20px;
    border: 1px solid #F4F0F0;
    width: 36px;
    height: 36px;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    margin-top: 2px;
    display: inline-block;
    margin-bottom: 5px;
}

.head-sns2 img {
    width: 36px;
    height: 36px;
}

.head-tel2 {
    height: 45px;
    margin-right: 10px;
}

.head-tel2 img {
    height: 45px;
    width: auto;
}

.head-res2 {
    margin-bottom: 10px;
}

.head-res2 img {
    height: 100%;
    width: auto;
}

.head-res2 a {
    display: block;
    height: 30px;
    margin-left: 7px;
    margin-right: 7px;
}

.head-open {
    margin-bottom: 10px;
    background-color: rgba(30, 0, 0, 0.60);
    color: rgba(255, 255, 255, 0.80);
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    border-radius: 3px;
    padding-bottom: 4px;
    font-size: 0.8rem;
}

.head-open2 {}

.mainv {
    width: 100%;
    height: calc(100vh - 70px);
    background-image: url(../img/mainv01.webp);
    background-position: center center;
    background-size: cover;
    min-height: 740px;
}

.mainv-content {
    padding-top: 10vh;
}

.mainv-border {
    border-bottom: 6px solid rgba(255, 20, 20, 0.40);
}

.mainv-logo {
    width: 60%;
    min-width: 700px;
}

.mainv-logo img {
    width: 100%;
    height: auto;
}

.mainv-logo-sp {
    width: 60%;
    min-width: 350px;
}

.mainv-logo-sp img {
    width: 100%;
    height: auto;
}

.mainv-line {
    background-image: url(../img/dot01.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 400px auto;
    padding-bottom: 20px;
    margin-bottom: 13px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.mainv-copy {
    font-weight: 700;
    font-size: 1.3rem;
    text-align: center;
    color: #FFFFFF;
    margin-top: 40px;
}

.top-margin {
    margin-top: 100px;
}

.top-margin2 {
    height: 69px;
}

.pagev {
    width: 100%;
    height: 300px;
    background-position: center center;
    background-size: cover;
}

.page01 {
    background-image: url(../img/page01.webp);
}

.page02 {
    background-image: url(../img/page02.webp);
}

.page03 {
    background-image: url(../img/page03.webp);
}

.page04 {
    background-image: url(../img/page04.webp);
}

.title01 {
    display: block;
    position: relative;
    margin-top: 3rem;
    margin-bottom: 2rem;
    background-image: url(../img/title-elect.webp);
    background-repeat: no-repeat;
    background-position: center 20px;
}

.title02 {
    display: block;
    position: relative;
    margin-top: 3rem;
    margin-bottom: 2rem;
    background-image: url(../img/title-elect.webp);
    background-repeat: no-repeat;
    background-position: center 20px;
}

.open01 {
    text-align: center;
}

.open01 {
    text-align: center;
}

.open01 {
    text-align: center;
}

.page-top {
    width: 100%;
    text-align: center;
}

.bg-page00 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../img/bg05.webp);
}

.navbar-bg {
    height: 70px;
    position: fixed;
    z-index: 10;
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    max-width: 100vw;
    width: 100%;
}

.nav-link {
    transition: 0.3s;
}

.navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    padding: 0.42rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #937451;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0.25rem;
    z-index: 5000;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.7)' stroke-width='3' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-nav {
    width: 100%;
    position: relative;
}

.nav-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.nav-item a:link {
    color: #333333;
}

.nav-item a:visited {
    color: #333333;
}

.nav-item a:hover {
    color: #937451;
}

.nav-item a:active {
    color: #FF0000;
}

.brand-img {
    height: 34px;
    width: auto;
}

.line {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.line:hover {
    cursor: pointer;
}

.line::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #DC6E00;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.line:hover::after {
    transform: scale(1, 1);
}

.drop-hover:hover>.dropdown-menu {
    display: block !important;
}

.dropdown-menu {
    margin-top: 0rem;
}

.dropright .dropdown-menu {
    margin-left: 0rem;
}

.no-link {
    color: #555555;
}

.bt-login a {
    border-radius: 4px;
    letter-spacing: 0.1em;
}

.bt-login a:link {
    background-color: #ED8599;
    color: #FFFFFF !important;
}

.bt-login a:visited {
    background-color: #ED8599;
    color: #FFFFFF !important;
}

.bt-login a:hover {
    background-color: #F05A8C;
    border: none !important;
    color: #FFF500 !important;
}

.nav-login {
    position: fixed;
    right: 100px;
    z-index: 5000;
    top: 10px;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    font-size: 14px;
    color: #64503C;
}

.dropdown-item:hover {
    background-color: #F5E1E1;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.menu01 {
    font-size: 0.9rem;
    display: block;
    font-weight: normal;
    line-height: 1.3rem;
}

.menu02 {
    font-family: 'agency-r', 'Zen Kaku Gothic New', sans-serif;
    font-size: 0.7rem;
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    line-height: 1rem;
    color: #A28769;
}

.menu03 {
    font-size: 1.1rem;
    display: block;
    font-weight: 400;
    line-height: 1.5rem;
}

.menu04 {
    font-size: 0.8rem;
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    line-height: 1rem;
}

.gmenu-box {
    display: block;
    height: calc(100vh - 70px);
    position: fixed;
    background-color: rgba(255, 255, 255, 1.00);
    z-index: 10;
    top: 70px;
    left: 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gmenu-wide {
    text-align: center;
}

.gmenu-wide .nav-hover {
    padding-top: 11px;
    padding-bottom: 11px;
    border-bottom: 1px solid rgba(30, 0, 0, 0.10);
}

.gmenu-wide a {
    display: block;
}

.gmenu-wide a:link {
    color: #1E0000;
}

.gmenu-wide a:visited {
    color: #1E0000;
}

.gmenu-wide a:hover {
    color: #EC831B;
    background-color: rgba(0, 0, 0, 0.07);
}

.wide100 {
    width: 100%;
}

.img100,
.img80,
.img70,
.img50 {
    width: 100%;
}

.img100 img {
    width: 100%;
    height: auto;
}

.img80 img {
    width: 80%;
    height: auto;
}

.img70 img {
    width: 70%;
    height: auto;
}

.img50 img {
    width: 50%;
    height: auto;
}

.footer-logo {
    width: 90%;
    max-width: 340px;
    margin-top: 4rem;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
}

.footer-logo img {
    height: auto;
}

.footer-link {
    margin-bottom: 4rem;
}

.footer-link a {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 0.9rem;
    display: inline-block;
}

.footer-link svg {
    margin-right: 4px;
}

.footer a:link {
    color: #FFFFFF;
}

.footer a:visited {
    color: #FFFFFF;
}

.footer a:hover {
    color: #FFFF96;
}


.copyright {
    font-size: 0.7rem;
    color: #FFFFFF;
}

.table01 table {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.table01 th {}

.table01 td,
.table01 th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
}

.table02 {
    width: 100%;
    font-size: 0.9rem;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.table02 th {}

.table02 td,
.table02 th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
}

.td-center {
    text-align: center;
}

.sitemap ul {
    padding-left: 1rem;
}

.sitemap li {
    list-style-type: none;
    border-top: 1px solid #CCCCCC;
}

.sitemap li:last-child {
    border-bottom: 1px solid #CCCCCC;
}

.sitemap li a {
    display: block;
    padding-left: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.sitemap a:link {
    color: #937451;
}

.sitemap a:visited {
    color: #A28769;
}

.sitemap a:hover {
    color: #DC6E00;
    background-color: #FAFAFA;
}

.mt-anchor {
    padding-top: 190px;
    margin-top: -120px;
}

.mt-6 {
    margin-top: 5rem;
}

.mt-7 {
    margin-top: 7rem;
}

.mb-6 {
    margin-bottom: 5rem;
}

.mb-7 {
    margin-bottom: 7rem;
}

.pt-6 {
    padding-top: 5rem;
}

.pt-7 {
    padding-top: 7rem;
}

.pb-6 {
    padding-bottom: 5rem;
}

.pb-7 {
    padding-bottom: 7rem;
}

.free-d {
    font-size: 1.6rem;
    padding-left: 0.2rem;
    color: #ED8599;
    vertical-align: -0.2rem;
}

.cap01 {
    font-size: 0.8rem;
    text-align: right;
    line-height: 1.1rem;
}

.container-sns {
    mheight: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bt-tell {
    height: 50px;
}

.bt-sns01 {}

.bt-sns01 img {
    height: 100%;
    width: auto;
}

.bt-sns01 a {
    height: 40px;
    border-radius: 25px;
    background-color: #B41E28;
    display: block;
    margin-bottom: 8px;
    margin-top: 8px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bt-tell01 a {
    height: 50px;
    border-radius: 25px;
    background-color: #FFFFFF;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.bt-login01 a {
    border-radius: 25px;
    background-color: #B41E28;
    display: block;
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 6px;
    line-height: 30px;
    color: #FFFFFF;
}

.bt-login01 a:link {
    color: #FFFFFF;
}

.bt-login01 a:visited {
    color: #FFFFFF;
}

.bt-login01 a:hover {
    color: #FFE500;
}

.top-link-img {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.top-link a img {
    transition: 0.5s all;
}

.top-link a:hover img {
    transform: scale(1.1);
    transition: 0.5s all;
    opacity: 0.8;
}

.cast-box {
    margin-bottom: 2rem;
}

.cast-photo {
    background-color: #333333;
}

.photo-box {
    position: relative;
    width: 100%;
    aspect-ratio: 2 / 3;
    overflow: hidden;
}

.photo-box img {
    position: absolute;
}

.prof-box {
    padding-top: 0.5rem;
    padding-bottom: 0.9rem;
    background-color: #222222;
}

.title {
    font-size: 0.8rem;
    margin-bottom: 0px;
    text-align: right;
}

.name {
    font-size: 1.1rem;
    margin-bottom: 0px;
    text-align: right;
}

.time {
    font-size: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    background-color: #425D7E;
    background-image: url(../img/icon-watch.webp);
    background-repeat: no-repeat;
    background-position: 9px center;
    background-size: 24px 24px;
    padding-top: 5px;
    padding-bottom: 8px;
    padding-left: 33px;
    line-height: 14px;
    color: #FFFFFF;
    border-radius: 3px;
    padding-right: 12px;
    display: inline-block;
}

.int-number {
    background-color: #937451;
    width: 40px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 30px;
    line-height: 40px;
}

.int-name {
    margin-left: 15px;
    margin-right: 15px;
    color: #937451;
    padding-left: 55px;
    min-height: 70px;
    border-bottom: 1px solid #CCCCCC;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    padding-bottom: 7px;
}

.int-dl {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0px;
}

.int-dl dt {
    float: left;
    background-color: #C8B4A0;
    width: 30%;
    max-width: 120px;
    margin-top: 5px;
    margin-bottom: 5px;
    clear: both;
    color: #FFFFFF;
    border-radius: 3px;
    text-align: center;
    font-weight: 400;
    font-size: 0.9rem;
}

.int-dl dd {
    float: left;
    width: 70%;
    padding-left: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.officer dt {
    float: left;
    width: 5rem;
    clear: both;
}

.officer dd {
    float: left;
}

.sche_table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.sche-box {}

.sche-box table {
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #CCC;
    border-left-color: #CCC;
}

.sche-box td {
    width: 13%;
    min-width: 120px;
    padding: 10px;
    font-size: 0.9rem;
    background-color: #FFFFFF;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
}

.sche-box td:first-child {
    position: sticky;
    left: 0;
}

.sche-box .sche_td1 {
    text-align: center;
}

.sche-box .sche_td2 {
    text-align: center;
}

ul#news_box {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    list-style-type: none;
    padding-left: 0px;
}

#news_box li {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 15px;
    text-indent: 1rem;
}

#news_box li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

p.text_b {
    color: #526C89;
    padding-top: 7px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 4px;
    margin-bottom: 0px;
    letter-spacing: 0.1rem;
    text-indent: 0rem;
}

.qr-box {
    margin: 0 auto;
    width: 252px;
    height: 252px;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
}

.free-box table {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

.free-box th {
    background-color: rgba(0, 0, 0, 0.05);
}

.free-box td,
.free-box th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
}

.free-box h2 {
    color: #B41E28;
    font-size: 1.4rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 8px;
    margin-bottom: 10px;
    margin-top: 40px;
    font-weight: 600;
}

.free-box h3 {
    color: #526C89;
    font-size: 1.2rem;
    border-left: 6px solid #526C89;
    padding-left: 5px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}

.free-box h4 {
    color: #B41E28;
    font-size: 1.1rem;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 400;
}

.free-box h5 {
    color: #B41E28;
    font-size: 1.1rem;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 400;
}

.free-box p {
    margin-bottom: 15px;
}

.footer-bn-box {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 20px;
}

.footer-bn {
    padding-bottom: 20px;
    font-size: 0.8rem;
    text-align: center;
    line-height: 1.1rem;
    margin-left: 10px;
    margin-right: 10px;
}

.footer-bn img {
    padding-bottom: 5px;
}

.bg-belt01 {
    background-image: url(../img/bg01.webp);
}

.round20 {
    border-radius: 20px;
}

.p-about {
    float: right;
    width: 100%;
    height: auto;
    max-width: 400px;
    margin-left: 20px;
    margin-right: 20px;
}

.mail-form {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.mail-form input,
.mail-form textarea {
    padding: 10px;
    border: 1px solid #CCCCCC;
}

.mail-form dt {
    padding-top: 10px;
    font-size: 0.9rem;
    font-weight: 400;
    padding-bottom: 6px;
    color: #CCCCCC;
}

.mail-form .bt-submit {
    padding-top: 15px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 15px;
    border-style: none;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #B41E28;
    color: #FFFFFF;
}

.mail-form .bt-reset {
    padding-top: 15px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 15px;
    border-style: none;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #777777;
    color: #FFFFFF;
}


ul.links {
    display: flex;
    margin-bottom: 50px;
}

ul.links li {
    list-style: none;
    margin-right: 20px;

}

/* カラー設定 */

.blue01 {
    color: #224269;
}

.blue02 {
    color: #526C89;
}

.red01 {
    color: #B41E28;
}

.red02 {
    color: #FF6464;
}

.orange01 {
    color: #E66E3C;
}

.green01 {
    color: #75A55A;
}

.gold01 {
    color: #A28769;
}

.white01 {
    color: #FFFFFF;
}


.bg-glay01 {
    background-color: #F0EBE6;
}

.bg-glay02 {
    background-color: #B4AAA0;
}

.bg-glay03 {
    background-color: #333333;
}

.bg-glay04 {
    background-color: #111111;
}

.bg-blue01 {
    background-color: #F0F2F4;
}

.bg-blue02 {
    background-color: #9CAABB;
}

.bg-blue03 {
    background-color: #526C89;
}

.bg-blue04 {
    background-color: #224269;
}

.bg-red01 {
    background-color: #1E0000;
}

.bg-red02 {
    background-color: #B41E28;
}

.bg-red03 {
    background-color: #FADEE8;
}

.bg-red04 {
    background-color: #FDF0F8;
}

.bg-orange01 {
    background-color: #FFFAF0;
}

.bg-orange02 {
    background-color: #FFF0DC;
}

.bg-orange03 {
    background-color: #FFB464;
}

.bg-green01 {
    background-color: #F0F3EB;
}

.bg-green02 {
    background-color: #E5F6EA;
}

.bg-green03 {
    background-color: #C0E6AF;
}

.bg-gold01 {
    background-color: #C4AD8B;
}

.bg-gold02 {
    background-color: #A28769;
}

.bg-gold03 {
    background-color: #937451;
}



/* フォントサイズ設定 */

.ts07 {
    font-size: 0.7rem;
}

.ts08 {
    font-size: 0.8rem;
}

.ts09 {
    font-size: 0.9rem;
}

.ts10 {
    font-size: 1.0rem;
}

.ts11 {
    font-size: 1.1rem;
}

.ts12 {
    font-size: 1.2rem;
}

.ts13 {
    font-size: 1.3rem;
}

.ts14 {
    font-size: 1.4rem;
}

.ts15 {
    font-size: 1.5rem;
}

.ts16 {
    font-size: 1.6rem;
}

.lh12 {
    line-height: 1.2rem;
}

.lh14 {
    line-height: 1.4rem;
}

.lh15 {
    line-height: 1.6rem;
}

.size150 {
    font-size: 150%;
}

.size130 {
    font-size: 130%;
}

.size120 {
    font-size: 120%;
}

.size110 {
    font-size: 110%;
}

.size90 {
    font-size: 90%;
}

.size80 {
    font-size: 80%;
}

.size70 {
    font-size: 70%;
}





/* トップ挙動制御 */

@-webkit-keyframes zoomUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes nozoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.swiper-container {
    position: relative;
    height: calc(100vh - 70px);
}

.swiper-wrapper {
    max-width: 100%;
}

.swiper-slide {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
    /* 8秒かけて拡大させる */
    -webkit-animation: zoomUp 8s linear 0s;
    animation: zoomUp 8s linear 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.swiper-img {
    background-size: cover;
    background-position: center center;
    /* 背景画像は中央を軸に表示させる */
    height: 100vh;
    min-height: 800px;
}

.swiper-img2 {
    background-size: 100% auto;
    background-position: center center;
    /* 背景画像は中央を軸に表示させる */
    height: 200px;
    background-repeat: no-repeat;
}

.swiper-box {
    background-color: rgba(255, 255, 255, 0.90);
    position: absolute;
    top: 140px;
    left: 0px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 5px;
    z-index: 10;
    border-right: 8px solid #5096C3;
}

.swiper-box2 {
    z-index: 10;
    position: absolute;
    width: 100%;
    top: 30px;
}

.swiper-box3 {
    position: absolute;
    z-index: 10;
    left: 0px;
    padding-left: 3%;
    padding-right: 3%;
    top: 140px;
}

.swiper-text1 {}

.swiper-text2 {}

.swiper-text3 {
    position: absolute;
    z-index: 10;
    left: 0px;
    bottom: 40px;
    padding-left: 3%;
    padding-right: 3%;
}

.swiper-text-h1a {
    font-size: 1.4rem;
    color: #2878AA;
    text-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.80);
    line-height: 1.7rem;
    display: block;
    margin-bottom: 0px;
}

.swiper-text-h1b {
    font-size: 1.4rem;
    color: #FFFFFF;
    padding-top: 3px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    text-align: center;
    background-color: #2878AA;
    border-radius: 5px;
    margin-right: auto;
}

.swiper-text-h2 {
    margin-top: 1.5rem;
    font-size: 3rem;
    line-height: 4rem;
    color: #FFFFFF;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.50);
}

.swiper-text-p {
    color: #FFFFFF;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.50);
    font-size: 1.3rem;
    line-height: 2.2rem;
}

.swiper-text-p2 {
    font-size: 1.1rem;
    line-height: 2.4rem;
}





/*==================================================
スライダーのためのcss
===================================*/

.gallery {
    margin: 0;
    padding: 0;
}

.gallery li {
    list-style: none;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute;
    /*絶対配置にする*/
    z-index: 3;
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;
    /*矢印の色*/
    border-right: 2px solid #ccc;
    /*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {
    /*戻る矢印の位置と形状*/
    left: 2.5%;
    transform: rotate(-135deg);
}

.slick-next {
    /*次へ矢印の位置と形状*/
    right: 2.5%;
    transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/

.choice-btn {
    margin-top: 0;
    margin-right: 0;
    margin-left: -5px;
    margin-bottom: 0;
    padding: 0;
}

.choice-btn li {
    cursor: pointer;
    outline: none;
    width: 25% !important;
    list-style: none;
    padding-left: 5px;
    padding-right: 5px;
}

.choice-btn li img {
    opacity: 0.4;
    /*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img {
    opacity: 1;
    /*選択されているものは透過しない*/
}

.choice-btn .slick-track {
    transform: unset !important;
    /*画面幅サイズ変更に伴うサムネイル固定*/
}









.sp-box {
    background: url("../img/corner01.webp"), url("../img/corner02.webp"), url("../img/corner03.webp"), url("../img/corner04.webp");
    background-position: left top, right top, left bottom, right bottom;
    background-repeat: no-repeat;
    background-size: 80px 80px;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}

.splide__slide {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    max-height: 215px;
    overflow-y: hidden;
}

.splide__arrow--prev {
    left: -3em;
}

.splide__arrow--next {
    right: -3em;
}

.splide__pagination {
    bottom: -2em;
}

.splide__pagination__page.is-active {
    background: #000;
}

.info-border {
    background-image: url(../img/border01.png);
    background-repeat: no-repeat;
    background-position: center 80px;
    background-size: auto 10px;
}

.info-border::after {
    content: "";
    background-image: url(../img/border02.png);
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: auto 10px;
    height: 30px;
    width: 100%;
}

.info-box {
    margin-top: 12px;
    margin-bottom: 12px;
}

.info-date {
    width: 120px;
    color: #785032;
    margin-right: 15px;
}

.info-cate {
    width: 110px;
    font-size: 0.9rem;
    border-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}

.info-lead-title {
    color: #990000;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    display: block;
    margin: 10px 0px 5px 0px;
}

.info-lead {
    display: inline-block;
}

.cate01 {
    background-color: #386F00;
}

.cate02 {
    background-color: #BE461E;
}

.cate03 {
    background-color: #0078A0;
}

.cate04 {
    background-color: #B48200;
}


.lightbox .lb-outerContainer video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    height: auto;
    opacity: 1;
    transition: opacity 300ms ease-in-out;
    border: none;
    outline: none;
}

.lightbox .lb-container {
    position: relative;
}

.lightbox .lb-image {
    border: none;
}







@media screen and (max-width:1199px) {
    footer {}

    .tw-box {
        margin-top: 20px;

    }

    .tw-qr {
        width: 80px;
    }

    .tw-qr img {
        width: 100%;
        height: auto;
    }

    .tw-tit {
        font-size: 0.7rem;
        line-height: 1.1rem;
    }

    .copyright {
        font-size: 0.8rem;
    }

    .text-center2 {
        text-align: left;
    }


}


@media screen and (max-width:991px) {

    footer {}

    .copyright {
        font-size: 0.7rem;
    }

    .head-h1 {
        display: none;
    }

    .info-lead {
        display: block;
        margin-top: 8px;
    }

}


@media screen and (max-width:767px) {

    .mainv-content {
        padding-top: 30px;
    }

    .footer-link a {
        margin-left: 0px;
        margin-right: 0px;
        display: block;
        border-top: 1px solid rgba(255, 255, 255, 0.30);
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .footer-link a:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    }

    .p-about {
        float: initial;
        width: 100%;
        height: auto;
        max-width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 15px;
    }
}


@media screen and (max-width:575px) {

    footer {}

    .asp-box1 {
        padding-bottom: 100px;
    }

    .copyright {
        font-size: 0.7rem;
    }

    .nav-login {
        right: 82px;
        top: 13px;
    }

    .nav-link {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .login a {
        letter-spacing: 0em;
    }

    .menu01 {
        font-size: 13px;
        line-height: 16px;
    }

    .menu02 {
        font-size: 10px;
    }

    .mainv-logo {
        width: 100%;
    }

    .mainv-copy {
        font-size: 1rem;
    }

    .mainv-logo img {
        width: 100%;
        height: auto;
    }

    .title01 {
        display: block;
        position: relative;
        margin-top: 3rem;
        margin-bottom: 2rem;
        background-image: url(../img/title-elect.webp);
        background-repeat: no-repeat;
        background-position: center 30px;
        background-size: 100% auto;
    }

    .int-dl dt {
        float: none;
        width: 100%;
        max-width: 100%;
    }

    .int-dl dd {
        float: none;
        width: 100%;
        text-align: center;
    }

    ul.links {
        display: block;
        text-align: center;
    }

    ul.links li {
        margin-bottom: 10px;

    }

}