@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap');
:root {
    
    --base-color:#fff;
    
    --text-color:#222;
    
    --link-color: #d70035;/*#a31100*/
    --red: #d70035;/*#a31100*/
    --background-color: #fcf2f5;/*#f7f1ef*/
}
:root {
    
    --font-gothic: 'Noto Sans JP',"Helvetica Neue",Helvetica,Arial,YuGothic,"Yu Gothic",游ゴシック体,游ゴシック,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"MS ゴシック","MS Gothic",sans-serif;
    
    --font-mincho: 'Noto Serif JP',serif,"游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    
    --font-marugothic: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    --font-kakugothic: "Hiragino Kaku Gothic ProN"
}
html > body {
    color: var(--text-color);
    font-family: var(--font-kakugothic);
    letter-spacing: 0.05em;
    font-size: 16px;
    line-height: 1.875;
}
#siteTtl,h1,h2,h3,#copylight{
    font-family: var(--font-mincho);
    font-weight: 600;
}
#siteTtl a{
    color: var(--link-color);
}
.heading,
.contactHeading{
    font-family: "Times New Roman";
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
} 
.clearfix:before {
    content: "";
    display: block;
    clear: both;
} 
.clearfix {
    display: block;
}
a {
    color: var(--text-color);
    cursor: pointer;
    text-decoration: underline;
}
a:hover {
    color: var(--link-color);
    text-decoration: none;
}
.extraTtl {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0.86em;
}
table,th,td,hr {
    border: 1px var(--text-color) solid;
    border-collapse: collapse;
}
table {
    max-width: 100%;
    margin: 1em 0;
    table-layout: fixed;
    word-wrap: break-word;
}
th, td {
    padding: 0.8rem;
}
th {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
body {
    margin: 0;
    z-index: 1;
}
h1{
    font-size: 30px;
    color: var(--red);
    margin: 0;
}
h2,
#siteTtl a,
.heading {
    font-size: 30px;
    color: var(--red);
}
#pageTtl{
    font-size: 36px;
    line-height: 1.3;
}
iframe{
    max-width: 100%;
}
@media screen and (max-width:768px) {
    h1,
    h2,
    .heading{
        font-size: 20px;
    }
    html > body,
    .articleTxt th {
        font-size: 13px;
    }
    #siteTtl a,
    .parent a,
    #headNav a,
    #headNav span{
        font-size:16px;
    }
    #pageTtl{
        font-size: 24px;
    }
    .child a{
        font-size: 14px;
    }
    #mainNav .child{
        margin-left: 15px;
    }
}
@media screen and (min-width:769px) {
    #siteTtl a.scroll{
        font-size: 22px;
    }
}
header {
    position: fixed;
    width: 100%;
    display: flex;
    background-color: #fff;
    z-index: 10;
    top: 0;
}
header a {
    text-decoration: none;
    margin-left: 0;
    line-height: 1.3;
}
#header img {
    max-height: 100px;
    transition: all .5s;
    line-height: 0;
}
#header.scroll img {
    max-height: 50px;
}
#siteTtl {
    line-height: 1.3;
    display: inline-block;
}
#siteTtl a:hover{
    opacity: 0.5;
    transition: all 0.4s;
}
p#siteTtl{
    margin: 0;
}
.humBtn {
    z-index: 30;
    height: 60px;
    width: 60px;
    background: rgb(147,22,8);
    /*background: linear-gradient(90deg, rgba(147,22,8,1) 19%, rgba(171,42,27,1) 37%, rgba(194,32,12,1) 82%);*/
    background: linear-gradient(90deg, rgba(168, 0, 42, 1) 19%, rgba(204, 2, 52, 1) 37%, rgba(215, 0, 53, 1) 82%);
    position: fixed;
    right: 0;
    top: 0;
}
@media screen and (min-width:769px) {
    #header.scroll{
        min-height: 80px;
    }
    #header.scroll .inner{
        /*padding: 15px 100px 15px 30px;*/
        padding: 15px 100px 15px 10px;
    }
    #header img {
        max-height: 200px;
    }
    #header.scroll img {
        max-height: 70px;
    }
}
@media screen and (max-width:768px){
    #header{
        min-height: 60px;
    }
}
.parent a:hover,
#profileNav:hover,
#accessNav:hover{
    opacity: 0.7;
    transition: all 0.3s;
}
.parent.childIn .child li:hover{
    background-color: var(--red);
    transition: all 0.6s;
}
.parent.childIn .child li:hover a{
    color: #fff;
    opacity: 1;
}
.parent.childIn .child a{
    color: var(--link-color);
}
#contactNav{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#contactNav span{
    text-align: center;
    color: #fff;
    display: block;
    padding-left: 50px;
    padding-right: 30px;
}
.mail.icon {
    color: #fff;
    position: absolute;
    margin-left: 20px;
    width: 17px;
    height: 10px;
    border-radius: 1px;
    border: solid 1px currentColor;
}
.mail.icon:before {
content: '';
position: absolute;
left: 7px;
top: -4px;
width: 1px;
height: 10px;
background-color: currentColor;
-webkit-transform-origin: bottom;
        transform-origin: bottom;
-webkit-transform: rotate(-54deg);
        transform: rotate(-54deg);
}
.mail.icon:after {
content: '';
position: absolute;
left: 7px;
top: -4px;
width: 1px;
height: 10px;
background-color: currentColor;
-webkit-transform-origin: bottom;
        transform-origin: bottom;
-webkit-transform: rotate(54deg);
        transform: rotate(54deg);
}
@media screen and (max-width:768px) {
    #headWrapper {
        z-index: 10;
        display: flex;
        flex-direction: column; 
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        transition: all 0.6s;
        transform: translateY(-100%);
        background-color: #fff;
        overflow: auto;
        overflow-x: hidden;
    }
    #headWrapper.active {
        transform: translateY(0);
    }
    #headWrapper a {
        color: var(--link-color);
    }
    #mainNav ul,
    #headNav ul{
        margin: 0;
        padding-left: 0;
    }
    #mainNav{
        padding-top: 60px;
    }
    .parent:first-of-type{
        border-top: 1px solid var(--red);
    }
    .parent{
        border-bottom:1px solid var(--red) ;
        height: 60px;
        display: flex;
        list-style: none;
        cursor: pointer;
    }
    .parent.childIn{
        height: auto;
        border-bottom: 1px solid var(--red) ;
        flex-direction: column;
    }
    .childIn .child{
        display: flex!important;
    }
    .child{
        flex-direction: column;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .child a{
        padding: 5px 0 5px 30px!important;
    }
    .child li{
        position: relative;
        display: inline-block;
    }
    .child li::before{
        content: '';
        display: inline-block;
        width: 5px;
        height: 1px;
        position: absolute;
        background-color: var(--red);
        top: 50%;
        left: 15px;
    }
    .parentNav{
        margin-left: 0;
        border-bottom: 1px solid var(--red);
        height: 60px;
    }
    .parent a,
    .child li a{
        text-decoration: none;
        display: flex;
        align-items: center;
        width: 100%;
        padding-left: 15px;
    } 
    #headNav ul {
        padding: 20px 0 10px 0;
    }
    #headNav li{
        display: flex;
        padding-bottom: 10px;
    }
    #headNav li a{ 
        margin: 0 auto;
        color: #000;
    }
    #contactNav a{
        margin: auto!important;
        color: #fff!important;
    }
    #contactNav{
        width: 260px;
        min-height: 60px;
        margin: auto;
        margin-top: 15px;
        padding-bottom: 0!important;
        background: rgb(147,22,8);
        /*background: linear-gradient(90deg, rgba(147,22,8,1) 19%, rgba(171,42,27,1) 37%, rgba(194,32,12,1) 82%);*/
        background: linear-gradient(90deg, rgba(168, 0, 42, 1) 19%, rgba(204, 2, 52, 1) 37%, rgba(215, 0, 53, 1) 82%);
        cursor: pointer;
    }
    #contactNav p{
        margin-left: auto;
        margin-right: auto;
        color: #fff;
    }
    #IconHumMenu{
        margin: 10px auto 50px auto;
    }
    #IconHumMenu img{
        padding: 5px;
    }
    .inner{
        padding: 15px 60px 15px 0px;
    }
    .inner.eid{
        padding: 15px 60px 15px 0px;
    }
}
@media screen and (min-width:769px) {
    body.open{
        overflow: hidden;
    }
    #headWrapper{
        opacity: 1;
        visibility: visible;
    }
    #headWrapper.scroll{
        z-index: 10;
        display: flex;
        flex-direction: column; 
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        transition: all 0.5s;
        transform: translateY(-100%);
        background-color: #fff;
        overflow: auto;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    #headWrapper.scroll.active {
        transform: translateY(0);
        padding-top: 80px;
        transition: 0.5s;
    }
    #headNav.active #accessNav::before{
        background-color: #fff;
    }
    #mainNav,
    #headNav .parent{
        color: var(--text-color);
    }
    .inner{
        /*padding: 80px 60px 20px 50px;*/
        padding: 40px 60px 20px 10px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        position: relative;
        transition: .7s;
    }
    #mainNav ul,
    #headNav ul{
        display: flex;
        align-items: center;
    }
    .parent,
    .child li,
    #headNav li{
        list-style: none;
    }
    .parent{
        margin-left: 30px;
        position: relative;
    }
    #headNav{
        position: absolute;
        top: 0;
        right: 0;
    }
    #headNav ul{
        margin-top: 0;
    }
    #mainNav ul{
        justify-content: end;
        margin:20px 0 20px 0; /*margin: 20px 0 50px 0;*/
    }
    #contactNav{
        background: rgb(147,22,8);
        /*background: linear-gradient(90deg, rgba(147,22,8,1) 19%, rgba(171,42,27,1) 37%, rgba(194,32,12,1) 82%);*/
        background: linear-gradient(90deg, rgba(168, 0, 42, 1) 19%, rgba(204, 2, 52, 1) 37%, rgba(215, 0, 53, 1) 82%);
        min-width: 260px;
        height: 60px;
        display: flex;
        cursor: pointer;
        transition: .5s;
        position: relative;
        z-index: 1;
    }
    #contactNav::before{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        background: #fff;
        transform-origin: 100% 50%;
        transform: scaleX(0);
        transition: transform ease .5s;
        border: 1px solid var(--red);
    }
    #contactNav:hover::before{
        transform-origin: 0% 50%;
        transform: scaleX(1);
    }
    #contactNav:hover span{
        color: var(--red);
    }
    #contactNav:hover .mail.icon{
        color: var(--red);
    }
    .contactBtn:hover::before{
        transform-origin: 0% 50%;
        transform: scaleX(1);
    }
    .contactBtn:hover{
        color: var(--red);
    }
    #profileNav a,
    #accessNav a{
        margin: 0 40px
    }
    #accessNav{
        position: relative;
    }
    #accessNav::before{
        position: absolute;
        content: "";
        top: 15px;
        left: 0;
        width: 1px;
        height: 30px;
        background-color: #000;
    }
    #mainNav li:not(:last-child) .child{
        display: block;
        position: absolute;
        margin-top: 10px;
        left: -80px;
        border: solid 1px var(--red);
        width: 240px;
        background-color: #fff;
        padding-left: 0;
        opacity: 1;
    }
    #mainNav li:last-child ul{
        display: block;
        position: absolute;
        margin-top: 10px;
        right: -50px;
        border: solid 1px var(--red);
        width: 240px;
        background-color: #fff;
        padding-left: 0;
        opacity: 1;
    }
    #mainNav .parent .child li{
        cursor: pointer;
        border-bottom: solid 1px var(--red);
        text-align: center;
        padding-left: 0;
        padding: 10px 20px;
    }
    #mainNav .parent .child li:last-child{
        border: none;
    }
    #mainNav .parent .child li a{
        margin-left: 0;
    }
    #headNav.active{
        margin-top: 40px;
    }
    #headNav.active #profileNav,
    #headNav.active #accessNav{
        height: 30px;
        margin-bottom: 10px;
    }
    #headNav.active #contactNav{
        margin-top: 20px;
    }
    .child{
        z-index: 90;
    }
    #IconHumMenu{
        display: none;
    }
    #profileNav,#accessNav{
        height: 60px;
        display: flex;
        align-items: center;
    }
    .childIn.active{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .child.active{
        margin: 0!important;
        padding: 15px 0!important;
    }
    #mainNav.active a{
        color: var(--link-color);
    }
    #mainNav.active .parent{
        display: flex;
        justify-content: center;
        width: 100%;
        border-top: 1px solid var(--red);
        height: 70px;
        align-items: center;
        margin-left: 0;
    }
    #mainNav.active .parent:last-child{
        border-bottom: 1px solid var(--red);
    }
    #mainNav.active ul,
    #headNav.active ul{
        flex-direction: column;
        align-items: center;
        margin: 0;
        padding: 0;
    }
    #headNav.active {
        position: relative;
    }
    #mainNav.active li:not(:last-child) .child,
    #mainNav.active li:last-child ul {
        position: relative;
        left: 0;
        background-color: transparent;
        margin: 0;
        border-bottom: none;
        border-right: none;
        border-right: none;
    }
    #mainNav.active .parent.childIn.active{
        height: auto;
        flex-direction: column;
    }
    #mainNav.active .parentNav{
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .child.active,
    .child.active li{
        width: 100%!important;
    }
    #mainNav.active .childIn li{
        border-bottom: none;
    }
    .childIn.active a{
        position: relative;
    }
    .child.active a::before{
        content: '';
        display: inline-block;
        width: 7px;
        height: 1px;
        position: absolute;
        background-color: var(--red);
        top: 50%;
        left: -18px;
    }
    .parent.childIn.active li:hover{
        background-color: #fff;
    }
    #mainNav .child.active a:hover{
        opacity: 0.5;
    }
    #headWrapper.active #IconHumMenu{
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    #headWrapper.active #IconHumMenu img{
        padding: 7.5px;
        cursor: pointer;
    }
    #headWrapper.active #IconHumMenu img:hover{
        opacity: 0.5;
    }
}
.humBtn{
    cursor: pointer;
}
.humBtn span {
    display: block;
    transition: all 0.4s;
    width: 24px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left:20px;
}
.humBtn span:nth-child(1){
    top: 20px;
}
.humBtn span:nth-child(2){
    top: 30px;
}
.humBtn span:nth-child(3){
    top: 40px;
}
.humBtn.active span:nth-child(1){
    top:30px;
    transform: rotate(45deg);
}
.humBtn.active span:nth-child(2){
    opacity: 0;
    transition: all 0.4s;
}
.humBtn.active span:nth-child(3){
    top: 30px;
    transform: rotate(-45deg);
}
@media screen and (min-width:769px) {
    .humBtn{
        height: 80px;
        width: 80px;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }
    .humBtn.scroll{
        transition: .5s;
        opacity: 1;
        visibility: visible;
    }
    .humBtn span {
        display: block;
        transition: all 0.4s;
        width: 35px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left:24px;
    }
    .humBtn span:nth-child(1){
        top: 30px;
    }
    .humBtn span:nth-child(2){
        top: 40px;
    }
    .humBtn span:nth-child(3){
        top: 50px;
    }
    .humBtn.active span:nth-child(1){
        top:40px;
        transform: rotate(45deg);
    }
    .humBtn.active span:nth-child(2){
        opacity: 0;
        transition: all 0.4s;
    }
    .humBtn.active span:nth-child(3){
        top: 40px;
        transform: rotate(-45deg);
    }
}
#slideImg{
    z-index: 1;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #cccccc;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin-right: 5px;
    width: 40px;
    height: 2px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #4B4542;
}
.bx-wrapper .bx-pager{
    text-align: right!important;
}
.bx-wrapper{
    max-width: 1320px!important;
}
@media screen and (max-width:768px) {
    .mainSlide li img{
        height: 420px!important;
        object-fit: contain;
    }
    .mainSlide{
        padding-left: 0;
    }
    .bx-wrapper .bx-viewport{
        height: 360px!important;
    }
}
@media screen and (min-width:769px) {
    .bx-wrapper .bx-pager.bx-default-pager a:hover {
        background-color: #4B4542;
    }
    .bx-wrapper{
        margin-left: 0!important;
    }
    .mainSlide li{
        width: 1320px!important;
        height: 640px!important;
    }
    .mainSlide li img{
        width: 100%!important;
        width: 1800px;
        position: absolute;
        top: 50% !important;
        left: 50%;
        -webkit-transform: translate(-50%, -50%)
    }
    #slideImg{
        width: 1400px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    .mainSlide a{
        width: 1320px;
    }
}
.mainImgWrapper{
    background: rgb(147,22,8);
    /*background: linear-gradient(90deg, rgba(147,22,8,1) 19%, rgba(171,42,27,1) 37%, rgba(194,32,12,1) 82%);*/
    background: linear-gradient(90deg, rgba(168, 0, 42, 1) 19%, rgba(204, 2, 52, 1) 37%, rgba(215, 0, 53, 1) 82%);
    margin-bottom: 60px;
}
#mainImg{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#mainImg.noImg{
    padding: 20px 15px;
}
#mainImg.noImg #siteDesc p{
    margin: 0;
}
#siteDesc p{
    margin: 0 15px 15px 15px;
    padding: 15px 0;
    color: #fff;
}
@media screen and (max-width:768px){
    .imgInner{
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 15px;
    }
    .imgInner img{
        width: 100%;
    }
    #siteDesc.slide{
        margin-bottom: 50px;
    }
}
@media screen and (min-width:789px) {
    #mainImg img{
        max-width: 360px;
        margin: 15px;
    }
    #mainImg{
        flex-direction: row;
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
    #mainImg img{
        max-width: 480px;
        height: auto;
        margin: 50px 20px 50px 0;
    }
    #siteDesc{
        display: flex;
        align-items: center;
        margin-left: 20px;
    }
    #siteDesc p{
        color: #fff;
    }
    #siteDesc.slide{
        margin-bottom: 60px;
        margin-left: 0;
    }
    #mainImg.noImg #siteDesc p{
        max-width: 1000px;
    }
    #mainImg.noImg {
        justify-content: center;
    }
    .mainImgWrapper{
        margin-bottom: 100px;
    }
}
.container{
    margin-right: 15px;
    margin-left: 15px;
}
.heading{
    margin-left: 40px;
    color: var(--red);
    position: relative;
    display: inline-block;
}
.heading::before{
    content: '';
    display: inline-block;
    width: 70px;
    height: 1px;
    position: absolute;
    background-color: var(--red);
    top: 50%;
    left: -80px;
}
@media screen and (min-width:769px){
    .heading{
        margin-left: 0;
    }
    .heading::before{
        width: 80px;
        left: -100px;
    }
}
.list{
    padding-left: 0;
}
.list li{
    font-family: var(--font-kakugothic);
    list-style: none;
    display: flex;
    padding-bottom: 10px;
}
.day{
    padding-right: 10px;
}
#newsTopics{
    padding-bottom: 100px;
}
.rss dt,
.day{
    font-family: "Times New Roman";
}
.rss dt{
    font-weight: normal;
}
.moreBtn,
.contact
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contactWrapper{
    height: 200px;
    background-image: url(https://assets.toriaez.jp/thp2/pc/images/239/background.png);
    background-repeat:no-repeat;
    background-size:100% 200px;
    position: relative;
    z-index: 0;
}
.contactWrapper::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: opacity(40%);
    z-index: -1;
    }
.contactBtn,
.btn{
    cursor: pointer;
    font-weight: 600;
}
.btn{
    font-family: var(--font-kakugothic);
    background-color: #fff;
    border: 1px solid var(--red);
    width: 240px;
    height: 50px;
    font-weight: bold;
    color: var(--red);
    transition: all 0.6s;
}
#topics{
    margin-bottom:60px;
}
.rss {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.rss dt{
    width: 25%;
}
.rss dd{
    width: 75%;
    margin-left: 0;
}
.rss dt,
.rss dd{
    padding: 5px 0 5px 0;
}
.btn span{
    font-size: 14px;
}
@media screen and (min-width:769px) {
    .day{
        font-size: 18px;
    }
    .rss dt,
    .rss dd{
        padding: 10px 0 10px 0;
    }
    .rss dt{
        width: 15%;
    }
    .rss dd{
        width: 85%;
        margin-left: 0;
    }
    .btn:hover{
        background-color: var(--red);
        transition: all .6s;
        color: #fff;
    }
    .btn span{
        font-size: 13px;
    }
    .contactWrapper{
        width: 100%;
        height: 320px;
        background-image: url(https://assets.toriaez.jp/thp2/pc/images/239/background.png);
        background-repeat:no-repeat;
        background-size: cover;
    }
}
section.bg_color{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    background-color: var(--background-color);
}
.articleBox{
    padding-top: 60px;
    padding-bottom: 60px;
}
.articleBox.noImg{
    /*margin-top: 100px;*/
}
.articleBox table{
    max-width: 100%!important;
}
.articleTxt table th{
    font-weight: normal;
    background-color: #E4E5E6;
    border-color: #707070;
}
.articleTxt table td{
    background-color: #fff;
    border-color: #707070;
}
figure{
    margin: 0;
}
figure li{
    list-style: none;
}
figure ul{
    padding: 0;
    max-width: 100%;
}
figure img{
    width: 100%;
}
.txtWithImg{
    display: flex;
    flex-direction: column-reverse;
}
.articleTtl{
    line-height: 1.3;
    text-align: center;
  margin-bottom:1em;
}
.contactBtn{
    display: flex;
    align-items: center;
    color: #fff;
    height: auto;
    min-height: 60px;
    width: 260px;
    border: none;
    z-index: 1;
    transition: .5s;
    position: relative;
    background: rgb(147,22,8);
    /*background: linear-gradient(90deg, rgba(147,22,8,1) 19%, rgba(171,42,27,1) 37%, rgba(194,32,12,1) 82%);*/
    background: linear-gradient(90deg, rgba(168, 0, 42, 1) 19%, rgba(204, 2, 52, 1) 37%, rgba(215, 0, 53, 1) 82%);
}
.contactBtn::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .5s;
    border: 1px solid var(--red);
}
.contactBtn:hover::before{
    transform-origin: 0% 50%;
    transform: scaleX(1);
}
.contactBtn:hover{
    color: var(--red);
}
.contactBtn span{
    display: block;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 30px;
}
.contactBtn:hover .mail.icon{
    color: var(--red);
}
#freeTxt{
    margin: 30px 15px 0 15px;
}
#freeTxt table{
    max-width: 100%;
}
#freeTxt th{
    font-weight: normal;
    background-color: #E4E5E6;
    border-color: #707070;
}
#freeTxt td{
    border-color: #707070;
}
#pagetop{
    display: block;
    right: 20px;
    bottom: 20px;
    position: fixed;
    cursor: pointer;
}
#pagetop a{
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
.arrow{
    display: none;
}
.scroll_bar{
    display: none;
}
#pagetop{
    display: none;
}
.articleBox{
    position: relative;
}
.articleBox::before{
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    width: 1px;
    height: 80px;
    margin: auto;
    background-color: var(--red);
}
.articleBox:first-child::before{
    display: none;
}
.articleTxt img,
.foot-area img,
.map img{
    max-width: 100%!important;
    height: auto;
}
#sp_pagetop{
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0px;
    display: none;
}
#sp_pagetop a{
    text-decoration: none;
    color: #000;
}
#sp_pagetop p{
    margin: 0;
    font-size: 16px;
}
.lineArrow {
    width: 70px;
    height: 10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(60deg);
}
.contactBtn span{
    font-size: 16px;
    font-family: var(--font-kakugothic);
}
.articleImg{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    padding-left: 0;
    list-style: none;
}
.txtWithImg figcaption,
.articleImg figcaption{
    display: none;
}
@media screen and (max-width:768px) {
    .articleImg li:not(:first-child){
        margin-top: 10px;
    }
}
@media screen and (min-width:769px){
    .articleTtl {
        margin-top: 25px;
        margin-bottom: 45px;
    }
    .container{
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto;
    }
    .contactBtn span{
        font-size: 24px;
        padding-left: 50px;
        padding-right: 30px;
    }
    .contactBtn{
        min-width: 360px;
        min-height: 80px;
    }
    .articleTxt th{
        font-size: 16px;
    }
    .heading{
        margin-bottom: 0;
    }
    .articleImg{
        flex-direction: row;
        justify-content: space-between;
    }
    figure img{
        width: 320px;
        height: auto;
    }
    .txtWithImg{
        flex-direction: row;
        justify-content: space-between;
    }
    .txtWithImg img{
        width: 480px;
        height: auto;
    }
    .txtWithImg .articleTxt{
        width: 480px;
    }
    #freeTxt{
        margin-top: 60px;
    }
    .scroll_bar{
        display: inline-block;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 2;
        padding: 10px 10px 110px;
        overflow: hidden;
        color: #333;
        font-size: 14px;
        font-family: 'Josefin Sans', sans-serif;
        line-height: 1;
        letter-spacing: .2em;
        text-transform: uppercase;
        text-decoration: none;
        writing-mode: vertical-lr;
    }
    .scroll_bar::after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 1px;
        height: 100px;
        background: #333;
        animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
    }
    @keyframes sdl {
        0% {
            transform: scale(1, 0);
            transform-origin: 0 0;
        }
        50% {
            transform: scale(1, 1);
            transform-origin: 0 0;
        }
        50.1% {
            transform: scale(1, 1);
            transform-origin: 0 100%;
        }
        100% {
            transform: scale(1, 0);
            transform-origin: 0 100%;
        }
    }
    #pagetop{
        right: 0;
        bottom: 120px;
    }
    #sp_pagetop p,
    .lineArrow{
        display: none;
    }
    .arrow {
        display: inline-flex;
        transform: rotate(270deg);
        margin: 0;
        position: relative;
    } 
    .arrow::after {
        content: '';
        width: 80px;
        height: 15px;
        border-bottom: solid 1px;
        border-right: solid 1px;
        transform: skew(45deg);
        position: absolute;
        transition: 0.6s;
        left: 80px;
        top: 0;
    }
    .arrow:hover::after{
        left: 100px;
        transition: 0.6s;
    }
}
.contactHeading{
    font-size: 20px;
    color: var(--red);
    margin-top: 30px;
    position: relative;
}
.contactHeading::before{
    content: '';
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    width: 1px;
    height: 70px;
    margin: auto;
    background-color: var(--red);
}
#qr,
#snsIcon,
#copylight{
    text-align: center;
}
#qr img{
    width: 100px;
    height: 100px;
}
#mobile .inner{
    padding: 0;
}
#copylight{
    font-style: normal;
    margin: 20px 15px 80px 15px;
}
#snsIcon{
    margin-top: 80px;
}
#snsIcon img{
    padding: 10px;
}
#snsIcon img:hover{
    opacity: .6;
    transition: all .5s;
}
#snsIcon a{
    text-decoration: none;
}
#snsIcon.snsSP{
    margin-top: 30px;
    margin-bottom: 50px;
}
@media screen and (min-width:769px) {
    .contactHeading{
        font-size: 24px;
        margin-top: 60px;
    }
    .freeTxtWrapper{
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    #copylight .sp{
        display: none;
    }
    .contactHeading::before{
    top: -100px;
    height: 80px;
    }
    #snsIcon.snsSP{
        display: none;
    }
}
.pageTtlWrapper{
    background: rgb(147,22,8);
    /*background: linear-gradient(90deg, rgba(147,22,8,1) 19%, rgba(171,42,27,1) 37%, rgba(194,32,12,1) 82%);*/
    background: linear-gradient(90deg, rgba(168, 0, 42, 1) 19%, rgba(204, 2, 52, 1) 37%, rgba(215, 0, 53, 1) 82%);
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pageTtlWrapper #pageTtl{
    color: #fff;
}
#pageTtl {
    max-width: calc(100% - 30px);
}
#breadCrumbs ol{
    list-style: none;
    padding-left: 15px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;  
}
#breadCrumbs li a{
    color: #000;
}
#breadCrumbs li{
    display: inline-block;
}
#breadCrumbs li::after{
    content: '\003e'; 
    margin-left: 10px; 
    margin-right: 10px; 
    color: #888888; 
}
#subNav ul{
    display: flex;
    list-style: none;
    padding-left: 0;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
#subNav a{
    text-decoration: none;
    color: var(--red);
}
#breadCrumbs li:last-child:after {
    content: "";
}
#breadCrumbs li a:hover{
    color: var(--red);
}
#breadCrumbs,
#breadCrumbs a{
    font-size: 14px;
}
@media screen and (max-width:768px) {
    #breadCrumbs,
    #breadCrumbs a{
        font-size: 12px;
    }
    .copyrightSP{
        display: block;
    }
    .copyrightPC{
        display: none;
    }
    #subNav ul{
        margin-top: 0;
        border-top: 1px solid var(--red);
        border-bottom: 1px solid var(--red);
    }
    #subNav li{
        padding: 10px 15px;
        display: inline-block;
    }
    #subNav{
        margin-bottom: 80px;
    }
    #breadCrumbs ol{
        white-space: nowrap;
        overflow-x: scroll;
    }
}
@media screen and (min-width:769px) {
    .copyrightSP{
        display: none;
    }
    .copyrightPC{
        display: block;
    }
    .pageTtlWrapper{
        height: 280px;
    }
    #breadCrumbs ol{
        padding-left: 30px;
    }
    #subNav ul{
        justify-content: center;
        margin-bottom: 100px;
    }
    #subNav li{
        border-top: 1px solid var(--red);
        border-bottom: 1px solid var(--red);
        border-left: 1px solid var(--red);
    }
    #subNav li:last-child{
        border-right: 1px solid var(--red);
    }
    #subNav a{
        display: block;
        padding: 10px 30px;
    }
    #subNav a:last-child{
        border-left: none;
    }
    #subNav a:hover{
        background-color: var(--red);
        color: #fff;
        transition: all .6s;
    }
}
.table{
    margin: 80px 0;
}
.table dl{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0;
    flex-direction: column;
    border-top: 1px solid #000;
    padding: 10px 0;
}
.table dl:last-child{
    border-bottom: 1px solid #000;
}
.table dt{
    font-weight: normal;
}
.table dt,
.table dd{
    margin-left: 0;
    width: 100%;
}
.form input[type="text"],
textarea{
    width: 90%;
    margin-left: 15px;
}
.form input[type="text"]{
    height: 40px;
}
.btnWrapper button{
    width: 200px;
    height: 50px;
}
.btnWrapper dt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.table .btnWrapper dl{
    padding: 30px 0 20px 0;
}
.btnWrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.btnWrapper dl{
    border-bottom: none!important;
}
.submitBtn{
    margin-bottom: 15px;
    background-color: var(--red);
    border: none;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.submitBtn::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .5s;
    border: 1px solid var(--red);
}
.submitBtn:hover::before{
    transform-origin: 0% 50%;
    transform: scaleX(1);
}
.submitBtn:hover span{
    color: var(--red);
}
.submitBtn span{
    color: #fff;
}
.resetBtn{
    background-color: #fff;
    border: 1px solid var(--red);
    color: var(--red);
    cursor: pointer;
}
.resetBtn:hover{
    opacity: 0.5;
    transition: all 0.3s;
}
.form input[type="radio"]{
    margin-left: 10px;
}
.requiredMark{
    color: red;
}
.txtBox img{
    max-width: 100%;
    height: auto;
}
.txtBox th{
    font-weight: normal;
    background-color: #E4E5E6;
    border-color: #707070;
}
.txtBox td{
    border-color: #707070;
}
.txtBox table{
    max-width: 100%;
}
@media screen and (min-width:769px) {
    .table dt{
        width: 30%;
        padding-left: 40px;
    }
    .table dl{
        padding: 20px 0;
        flex-direction: row;
    }
    .table dd{
        margin-left: 0;
        padding-left: 20px;
        width: 60%;
    }
    .btnWrapper dl{
        justify-content: center;
    }
    .btnWrapper dt{
        flex-direction: row;
        width: 60%;
    }
    .btnWrapper{
        flex-direction: row;
        justify-content: center;
    }
    .submitBtn{
        margin-bottom: 0;
        margin-right: 10px;
        cursor: pointer;
    }
    .resetBtn{
        margin-left: 10px;
    }
    .txtBox{
        margin: 40px 0;
    }
}
.map iframe {
    width: 100%;
    height: 400px;
    border: 0;
}
@media screen and (min-width:769px) {
    .map iframe{
        height: 600px;
    }
}
.captcha{
    border: 4px solid var(--red)!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px!important;
}
.captchaWarning{
    text-align: center;
}
.inputArea{
    text-align: center;
    margin-bottom: 30px;
}
#captchaInput{
    width: 200px;
}
#newsTopics li.is-hidden,
#blog li.is-hidden{
    display: none;
}
.parentFormvalidation_form.formError{
    z-index: 1;
}

/* add */
#mainNav ul,
#headNav ul {
  font-family: var(--font-mincho);
}
#siteDesc{
  font-size:1.1em;
}
#subNav{
  display:none;
}
.redBtn{
  display:block;
  background:#d70035;
  color:#fff;
  font-weight:bold;
  width:360px;
  padding:15px 30px;
  margin:0 auto;
  text-decoration:none;
  position: relative;
  z-index: 1;
}
.redBtn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.5s;
  border: 1px solid var(--red);
}
.redBtn:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.planLink{
  display:block;
  width:100%;
}
.planLink .planTxt{
  display:inline-block;
  text-decoration:none;
}
.planLink .planTtl{
  display:inline-block;
  margin-bottom:5px;
  font-size: 1.1em; 
  color: #d70035;
}
.icoArrow {
  display: inline-block;
  vertical-align: middle;
  color: #111;
  line-height: 1;
  width: 0.7em;
  height: 0.7em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  margin-right:8px;
  margin-bottom:2px;
}
.boxPink{
  border:solid 2px #d70035;
  background:#fff;
  padding:15px 20px;
  border-radius:20px;  
}
.boxPink ul{
  margin-bottom:0;
  padding-left: 1rem;
}
.columnList{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px; 
  width:100%;
}
.columnList img{
  width: 100%;
  height: auto; 
}
@media screen and (max-width: 768px) {
    .spHide{display:none;}
    .footNav a{
      display:block;
      margin-bottom:5px;
    }
    .articleBox figure{
      margin-bottom:1em;
      max-width:400px;
      margin-left:auto;
      margin-right:auto;
    }
    .columnList{
      grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (min-width: 769px) {
    .footNav a{
      display:inline-block;
    }
    .footNav a:after{
      content:"|";
      display:inline-block;
      padding-right:5px;  
      padding-left:11px;
      color:#666;
    }
   .footNav a:last-child:after{
     display:none;
   }
}
@media (min-width: 768px) and (max-width: 1039px) {
  .inner {
        padding: 60px 20px 0px 0px;
  }
  #header.scroll .inner {
        padding: 15px 100px 15px 0px;
    }
  .container {
    margin-right: 15px;
    margin-left: 15px;
  }
  section.bg_color {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    background-color: var(--background-color);
  }

  .txtWithImg figure{
    max-width:50%;
    padding-left:20px;
  }  
  .txtWithImg figure img{
    max-width:100%;
  }
}