@charset "UTF-8";
/*---------------------------------------------
position
---------------------------------------------*/
/*---------------------------------------------
triangle
---------------------------------------------*/
/*---------------------------------------------
font size viewport
---------------------------------------------*/
/*---------------------------------------------
spHeader
---------------------------------------------*/
.spHeaderBar {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .underheader {
    width: 100%;
    height: 65px;
    background: #361c1c;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .underheader .headerTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .underheader .headerTop .underLogo {
    margin-right: 65px;
  }
  .underheader .headerTop .underLogo img {
    width: 350px;
    height: auto;
  }
}

/*---------------------------------------------
MV
---------------------------------------------*/
.aboutMv {
  background: url(/assets/img/page/about/mv.jpg) no-repeat center center/cover;
}

.kaizanMv {
  background: url(/assets/img/page/kaizan/mv.jpg) no-repeat center center/cover;
}

.groundMv {
  background: url(/assets/img/page/ground/mv.jpg) no-repeat center center/cover;
}

.eventMv {
  background: url(/assets/img/page/event/mv.jpg) no-repeat center center/cover;
}

.linkMv {
  background: url(/assets/img/page/link/mv.jpg) no-repeat center center/cover;
}

.haikanMv {
  background: url(/assets/img/page/haikan/mv.jpg) no-repeat center center/cover;
}

.contactMv {
  background: url(/assets/img/page/contact/mv.jpg) no-repeat center center/cover;
}

.admiddionMv {
  background: url(/assets/img/page/admiddion/mv.jpg) no-repeat center center/cover;
}

.summary .catch {
  position: relative;
}

.summary .catch .catchttl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  height: 100%;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 8px gray;
  background: url(/assets/img/page/kaizan/ttl.jpg) no-repeat center center/cover;
  position: absolute;
}

@media all and (min-width: 768px) {
  .summary {
    margin-top: 165px;
    height: 300px;
  }
  .summary .catch {
    height: 300px;
  }
  .summary .catch .catchttl {
    font-size: 30px;
    font-size: 1.5625vw;
    width: 5vw;
    max-width: 80px;
    top: 30px;
    left: 0;
  }
  .ttlTop01Wrap {
    text-align: center;
    padding: 105px 0 75px 0;
  }
  .ttlTop01Wrap .ttl02 {
    width: 970px;
    font-size: 32px;
    padding-bottom: 30px;
    border-bottom: 1px solid #8a5858;
    display: inline-block;
    margin: 0 auto;
    font-weight: 500;
    position: relative;
  }
  .ttlTop01Wrap .ttl02::after {
    position: absolute;
    right: 135px;
    bottom: -20px;
    content: '';
    width: 116px;
    height: 105px;
    background: url(/assets/img/page/kaizan/ttl_momiji.png) no-repeat top center/cover;
    z-index: 2;
  }
}

@media screen and (max-width: 767px) {
  #main {
    padding-top: 65px;
  }
  .summary {
    height: 180px;
  }
  .summary .catch {
    height: 190px;
  }
  .summary .catch .catchttl {
    width: 60px;
    font-size: 22px;
    top: 20px;
    left: 20px;
  }
  .ttlTop01Wrap {
    text-align: center;
    padding: 60px 0 25px 0;
  }
  .ttlTop01Wrap .ttl02 {
    width: 100%;
    font-size: 24px;
    padding: 20px 0;
    border-bottom: 1px solid #8a5858;
    display: inline-block;
    margin: 0 auto;
    font-weight: 500;
    position: relative;
  }
  .ttlTop01Wrap .ttl02::after {
    position: absolute;
    right: 0px;
    bottom: -15px;
    content: '';
    width: 50px;
    height: 50px;
    background: url(/assets/img/page/kaizan/ttl_momiji.png) no-repeat top center/cover;
    z-index: 2;
  }
}

/*---------------------------------------------
common
---------------------------------------------*/
.icon {
  text-align: center;
}

.underBack {
  background: url(/assets/img/page/kaizan/kasou_washi.jpg) repeat top center;
  height: auto;
  width: 100%;
}

@media all and (min-width: 768px) {
  #breadcrumb {
    padding-top: 7px;
    padding-bottom: 7px;
    display: flex;
    font-size: 1.2rem;
  }
  #breadcrumb li:nth-of-type(n+2)::before {
    margin: 0 10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: '\f105';
  }
  #breadcrumb li a {
    transition: opacity 0.2s ease-in-out;
  }
  #breadcrumb li a:hover {
    opacity: 0.6;
  }
  .underBack {
    padding-bottom: 120px;
  }
  .maintext .maintext_ttl {
    font-size: 32px;
  }
  .maintext .maintext_p {
    line-height: 40px;
    font-size: 16px;
    letter-spacing: 3px;
  }
}

@media all and (min-width: 768px) and (max-width: 1120px) {
  .underBack .inner {
    padding: 0 2%;
  }
}

@media screen and (max-width: 767px) {
  #breadcrumb {
    display: none;
  }
  .underBack {
    padding-bottom: 60px;
  }
  .maintext .maintext_ttl {
    font-size: 18px;
  }
  .maintext .maintext_p {
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 3px;
  }
}

/*---------------------------------------------
about
---------------------------------------------*/
@media all and (min-width: 768px) {
  .about .maintext .txtbox {
    margin-bottom: 100px;
  }
  .about .maintext .txtbox .w700pc {
    width: 700px;
  }
  .about .maintext .txtbox .w350pc {
    width: 350px;
  }
  .about .maintext .txtbox .about_img1 {
    margin-left: 50px;
  }
  .about .maintext .txtbox .about_img2 {
    margin-right: 50px;
  }
  .about .maintext .flex .w700pc {
    width: 700px;
  }
}

@media all and (min-width: 768px) and (max-width: 1120px) {
  .about .maintext .txtbox .w350pc {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .about .maintext .txtbox {
    margin-bottom: 50px;
  }
}

/*---------------------------------------------
kaizan
---------------------------------------------*/
.ttl01Wrap {
  text-align: center;
  padding-top: 40px;
}

.ttl01Wrap .ttl01 {
  width: 580px;
  font-size: 32px;
  padding: 20px 0px;
  border-bottom: 1px solid #8a5858;
  display: inline-block;
  margin: 0 auto;
  font-weight: 500;
}

.ttl01Wrap .ct01 {
  font-size: 16px;
  line-height: 2;
  padding: 30px 10px;
  font-weight: 500;
}

.kaizan .cont .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kaizan .cont .main .name {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  vertical-align: top;
}

.kaizan .cont .main .temple_name {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  vertical-align: top;
}

.kaizan .cont .maintext .maintext_p p ~ p {
  margin-top: 35px;
}

@media all and (min-width: 768px) {
  .kaizan .cont .main {
    margin-bottom: 120px;
    min-height: 201px;
  }
  .kaizan .cont .main .name {
    font-size: 60px;
    padding-left: 40px;
    width: 135px;
  }
  .kaizan .cont .main .temple_name {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .kaizan .cont {
    /*.banner {
                display: block;
    
                p {
                    color: #fff;
                    text-align: center;
                }
    
                .bnr_ttl {
                    font-size: 35px;
                    padding-left: 60px;
                    line-height: 40px;
                    padding-top: 72px;
                    text-align: left;
                }
    
                .bnr_right {
                    background-color: #000;
                    margin-top: 8px;
                    padding: 20px;
    
                    .bnr_guide {
                        font-size: 23px;
                        text-align: center;
                    }
    
                    .guide_p {
                        text-align: center;
                    }
    
                    .g_btn {
                        text-align: center;
    
                        .guidebtn {
                            width: 255px;
                            background: #7c2a17;
                            border-radius: 20px;
                            padding: 10px 20px;
                            color: #fff;
    
                        }
                    }
                }
            }*/
  }
  .kaizan .cont .main {
    margin-bottom: 60px;
    min-height: 100px;
  }
  .kaizan .cont .main .main_img img {
    width: 85%;
  }
  .kaizan .cont .main .name {
    font-size: 34px;
    width: 50px;
  }
  .kaizan .cont .main .temple_name {
    font-size: 22px;
    width: 40px;
  }
}

/*---------------------------------------------
ground
---------------------------------------------*/
.ground .guidetxt_sousa .guide_img img {
  display: block;
  margin: 0 auto;
}

.ground .guidetxt_sousa .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  transform: translate(-50%, -50%);
  background: url(/assets/img/page/ground/modalbg.png) no-repeat center top/cover;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
  background-color: #FFF;
  display: none;
}

.ground .guidetxt_sousa .modal .modalwindow .modalClose {
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  z-index: 10001;
}

.ground .guidetxt_sousa .modal .modalwindow .modalttl {
  position: relative;
}

.ground .guidetxt_sousa .modal .modalwindow .modalttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #9f504a;
}

.ground .guidetxt_sousa .modal .modalwindow .modalttl small {
  font-size: 14px;
}

.ground .guidetxt_sousa .modal .modalwindow .modalContents .modalimg {
  text-align: center;
}

.ground .guidetxt_sousa .modal .modalwindow .modalContents .modalimg img {
  max-height: 100%;
}

@media all and (min-width: 768px) {
  .ground .guidetxt_sousa .modal {
    width: 870px;
    min-height: 500px;
    padding: 30px 50px 50px;
  }
  .ground .guidetxt_sousa .modal .modalwindow {
    position: relative;
  }
  .ground .guidetxt_sousa .modal .modalwindow .modalClose {
    font-size: 45px;
    top: 0;
    right: 0;
  }
  .ground .guidetxt_sousa .modal .modalwindow .modalttl {
    font-size: 26px;
    padding: 18px;
    margin-bottom: 40px;
  }
  .ground .guidetxt_sousa .modal .modalwindow .modalContents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ground .guidetxt_sousa .modal .modalwindow .modalContents .modalimg {
    width: 38%;
    max-height: 400px;
  }
  .ground .guidetxt_sousa .modal .modalwindow .modalContents .modaltxt {
    width: 58%;
  }
}

@media screen and (max-width: 767px) {
  .ground .guidetxt_sousa .guide_img area {
    cursor: pointer;
  }
  .ground .guidetxt_sousa .modal {
    width: 92%;
    height: 95%;
    background-size: 100% auto;
  }
  .ground .guidetxt_sousa .modal .modalwindow {
    width: 100%;
    height: 100%;
    padding: 30px 15px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .ground .guidetxt_sousa .modal .modalwindow .modalClose {
    font-size: 26px;
    top: 5px;
    right: 10px;
  }
  .ground .guidetxt_sousa .modal .modalwindow .modalttl {
    font-size: 18px;
    padding: 10px 15px;
    margin-bottom: 20px;
  }
  .ground .guidetxt_sousa .modal .modalwindow .modalContents .modalimg {
    text-align: center;
    margin-bottom: 20px;
  }
  .ground .guidetxt_sousa .modal .modalwindow .modalContents .modalimg img {
    max-height: 250px;
  }
  .ground .guidetxt_sousa .modal .modalwindow .modalContents .modaltxt {
    font-size: 14px;
  }
}

/*---------------------------------------------
event
---------------------------------------------*/
.event {
  /*.banner {
        background-image: url(/assets/img/page/kaizan/bnr.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 160px;
        justify-content: space-between;
        align-items: center;
    
        p {
            color: #fff;
        }
    
        .bnr_ttl {
            font-size: 40px;
            padding-left: 60px;
        }
    
        .bnr_right {
            padding-right: 40px;
    
            .bnr_guide {
                font-size: 30px;
                text-align: right;
            }
    
            .g_btn {
                text-align: right;
    
                .guidebtn {
                    width: 255px;
                    background: #7c2a17;
                    border-radius: 20px;
                    padding: 10px 20px;
                    color: #fff;
                    transition: $ts01;
                    &:hover {
                        opacity: $opacity;
                    }
                }
            }
        }
    }*/
}

.event .icon {
  margin: 100px auto;
}

.event .gyojibox .gyojilist {
  border-bottom: 1px solid #8a5858;
}

.event .gyojibox .gyojilist:first-child {
  border-top: 1px solid #8a5858;
}

.event .dojo {
  background-image: url(/assets/img/page/event/kensyu_bg.jpg);
  padding-bottom: 60px;
  text-align: center;
  color: #fff;
}

.event .dojo .dojo_ttl {
  font-size: 32px;
  margin-bottom: 90px;
  padding-top: 60px;
}

.event .dojo .dojo_txt {
  font-size: 18px;
  text-align: center;
  margin-bottom: 70px;
}

.event .dojo .contact {
  font-size: 20px;
  margin-bottom: 20px;
}

.event .dojo .tel {
  font-size: 40px;
}

.event .dojo .tel a {
  color: #fff;
}

@media all and (min-width: 768px) {
  .event.underBack {
    padding-bottom: 0;
  }
  .event .gyoji_txt {
    text-align: center;
    margin-bottom: 70px;
  }
  .event .gyojibox {
    padding: 0 70px;
  }
  .event .gyojibox .gyojilist {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .event .gyojibox .gyojilist dt {
    font-size: 28px;
    text-align: center;
    width: 100px;
  }
  .event .gyojibox .gyojilist .month {
    margin: 0;
    font-size: 16px;
    width: 27%;
  }
  .event .gyojibox .gyojilist .month span {
    position: relative;
  }
  .event .gyojibox .gyojilist .month span::before {
    position: absolute;
    content: "";
    border-left: 1px solid #8a5858;
    top: 0;
    bottom: 0;
    left: -20px;
  }
  .event .gyojibox .gyojilist .day {
    font-size: 20px;
    width: 50%;
  }
  .event .gyojibox .gyojilist .day ul li {
    padding-bottom: 10px;
    width: 100%;
    font-size: 17px;
  }
  .event .gyojibox .gyojilist .day ul li time {
    width: 36%;
  }
  .event .gyojibox .gyojilist .day ul li span {
    width: 64%;
  }
  .event .gyojibox .gyojilist .day ul li:last-child {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .event {
    /*.banner {
            flex-direction: column;
            display: block;
            margin-bottom: 0;
            padding: 0;
            height: auto;
            background-position: center top;
            background-size: auto 50%;
    
            p {
                color: #fff;
                text-align: center;
            }
    
            .bnr_ttl {
                font-size: 25px;
                padding: 40px 60px;
                line-height: 40px;
                text-align: left;
            }
    
            .bnr_right {
                background-color: #000;
                padding: 20px;
                width: 100%;
    
                .bnr_guide {
                    font-size: 20px;
                    text-align: center;
                    padding-bottom: 10px;
                }
    
                .guide_p {
                    text-align: center;
                    font-size: 14px;
                    padding-bottom: 10px;
                }
    
                .g_btn {
                    text-align: center;
    
                    .guidebtn {
                        width: 255px;
                        background: #7c2a17;
                        border-radius: 20px;
                        padding: 6px 20px;
                        color: #fff;
                    }
                }
            }
        }*/
  }
  .event.underBack {
    padding-bottom: 0;
  }
  .event .gyoji_txt {
    margin-bottom: 30px;
  }
  .event .gyojibox .gyojilist {
    padding: 30px 0;
    min-height: 110px;
    position: relative;
  }
  .event .gyojibox .gyojilist dt, .event .gyojibox .gyojilist .month {
    text-align: center;
    width: 30%;
    position: absolute;
    left: 0;
  }
  .event .gyojibox .gyojilist dt {
    font-size: 18px;
    top: 30px;
  }
  .event .gyojibox .gyojilist .month {
    font-size: 12px;
    top: 60px;
  }
  .event .gyojibox .gyojilist .day {
    padding-left: 30%;
    font-size: 14px;
  }
  .event .gyojibox .gyojilist .day ul li ~ li {
    margin-top: 1em;
  }
  .event .gyojibox .gyojilist .day ul li time {
    display: block;
  }
  .event .dojo {
    background-position: center center;
  }
  .event .dojo .dojo_ttl {
    font-size: 28px;
    margin-bottom: 50px;
    padding-top: 30px;
  }
  .event .dojo .dojo_txt {
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
    padding: 10px;
  }
  .event .dojo .contact {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .event .dojo .tel {
    font-size: 28px;
  }
  .event .sp {
    display: inline-block;
  }
}

/*---------------------------------------------
access
---------------------------------------------*/
.access a {
  transition: opacity 0.2s ease-in-out;
}

.access a:hover {
  opacity: 0.6;
}

.access .contactBox {
  margin-top: 30px;
  text-align: left;
}

.access .contactBox .contactList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.access .contactBox .contactBass, .access .contactBox .contactCar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  font-size: 15px;
}

.access .contactBox .contactBass .contactTtl, .access .contactBox .contactCar .contactTtl {
  color: #701919;
  font-weight: 500;
}

.access .contactBox .contactBass .contactRoot, .access .contactBox .contactCar .contactRoot {
  padding: 0;
}

.access .contactBox .contactBass .contactRoot p ~ p, .access .contactBox .contactCar .contactRoot p ~ p {
  margin-top: 10px;
}

.access .contactBox .contactUnder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.access .contactBox .bassTime {
  margin-bottom: 30px;
}

@media all and (min-width: 768px) {
  .access .map iframe {
    width: 100%;
    height: 600px;
  }
  .access .contactBox * {
    font-size: 18px;
  }
  .access .contactBox figure {
    width: 105px;
    text-align: center;
  }
  .access .contactBox .contactTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .access .contactBox .contactTop .bassTime {
    border-left: 1px solid #8a5858;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .access .contactBox .contactUnder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .access .contactBox .contactBass, .access .contactBox .contactCar {
    font-size: 20px;
  }
  .access .contactBox .contactBass .contactRoot, .access .contactBox .contactCar .contactRoot {
    padding-right: 30px;
  }
  .access .contactBox .contactBass {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .access .inner {
    padding: 0;
  }
  .access .contactBox {
    padding-right: 20px;
    padding-left: 20px;
  }
  .access .contactBox * {
    font-size: 16px;
  }
  .access .contactBox figure {
    width: 40px;
  }
  .access .contactBox .contactTop {
    border-bottom: 1px solid #8a5858;
    margin-bottom: 30px;
  }
  .access .contactBox .contactTop .bassTime {
    margin: 20px 0 20px 50px;
  }
  .access .map iframe {
    width: 100%;
    height: 370px;
  }
}

/*---------------------------------------------
link
---------------------------------------------*/
.momiji {
  margin-bottom: 80px;
  display: block;
  text-align: right;
}

.underBack.link {
  background: url(/assets/img/page/kaizan/kasou_washi.jpg) center/70%;
}

.underBack.link .link_list {
  text-align: left;
}

.underBack.link .link_list .link {
  font-size: 28px;
  padding-bottom: 10px;
  display: block;
  cursor: default;
  position: relative;
}

.underBack.link .link_list .link ul {
  padding-top: 60px;
}

.underBack.link .link_list .link ul .temple {
  font-size: 18px;
}

.underBack.link .link_list .link a {
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}

.underBack.link .link_list .link a:hover {
  opacity: 0.6;
}

.underBack.link .link_list .link a::after {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  content: '\f35d';
  font-size: 12px;
  color: #cfbebe;
}

.underBack.link .link_list .link ~ .link::before {
  position: absolute;
  content: "";
  top: 0;
  background-color: #8a5858;
}

@media all and (min-width: 768px) {
  .momiji {
    margin-bottom: 80px;
  }
  .underBack.link .link_list .link {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    padding: 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .underBack.link .link_list .link a::after {
    margin-top: 10px;
  }
  .underBack.link .link_list .link ~ .link::before {
    width: 1px;
    height: 100px;
    right: 0;
  }
  .underBack.link .link_list .link ul .temple {
    padding: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .momiji {
    margin-bottom: 20px;
  }
  .underBack.link .link_list .link {
    font-size: 20px;
    padding: 30px 0;
  }
  .underBack.link .link_list .link a::after {
    margin-left: 10px;
  }
  .underBack.link .link_list .link ~ .link::before {
    width: 200px;
    height: 1px;
    left: 0;
  }
  .underBack.link .link_list .link ul {
    padding-top: 20px;
  }
  .underBack.link .link_list .link ul .temple {
    padding: 10px 0;
  }
  .underBack.link .icon {
    margin-top: 60px;
  }
}

/*---------------------------------------------
haikan
---------------------------------------------*/
.haikan a {
  transition: opacity 0.2s ease-in-out;
}

.haikan a:hover {
  opacity: 0.6;
}

.haikan .annai_box {
  max-width: 1120px;
  padding: 70px 70px 80px;
  background: url(/assets/img/page/haikan/flame.png) no-repeat;
  background-color: #fff;
  border: 1px solid #cfbebe;
  /* 投稿記事 エディターの機能反映 */
}

.haikan .annai_box .data {
  font-size: 20px;
}

.haikan .annai_box .annai_ttl {
  font-size: 28px;
  margin-bottom: 60px;
}

.haikan .annai_box .annai_ttl a {
  border-bottom: 1px solid #cfbebe;
  transition: opacity 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.haikan .annai_box .annai_ttl a:hover {
  border-color: transparent;
}

.haikan .annai_box .annai_txt {
  line-height: 36px;
}

.haikan .annai_box .annai_txt p, .haikan .annai_box .annai_txt ul, .haikan .annai_box .annai_txt ol {
  margin-top: 1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.haikan .annai_box .annai_txt ul, .haikan .annai_box .annai_txt ol {
  margin-left: 1.5em;
}

.haikan .annai_box .annai_txt ul li {
  list-style: disc;
}

.haikan .annai_box .annai_txt ol li {
  list-style: decimal;
}

.haikan .annai_box .annai_txt img {
  width: auto;
  height: auto;
}

.haikan .annai_box .annai_txt a {
  text-decoration: underline;
}

.haikan .annai_box .annai_txt a:hover {
  text-decoration: none;
}

.haikan .past_article {
  max-width: 950px;
}

.haikan .past_article p {
  font-size: 20px;
  margin-bottom: 70px;
  position: relative;
}

.haikan .past_article p::after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #000;
  width: 625px;
  bottom: -20px;
  left: 0;
}

.haikan .past_article .past_article_list li {
  margin-bottom: 20px;
}

.haikan .navigation .nav-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.haikan .navigation .nav-links ul li .current {
  background: #8a5858;
  color: #fff;
  border: 1px solid #fff;
}

.haikan .navigation .nav-links ul li a, .haikan .navigation .nav-links ul li span {
  border: 1px solid #8a5858;
  background: #fff;
  color: #8a5858;
  font-size: 15px;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}

.haikan .navigation.stepper .nav-links li a, .haikan .navigation.stepper .nav-links li span {
  width: auto;
  padding: 0 10px;
}

.haikan .navigation a {
  transition: opacity 0.2s ease-in-out;
}

.haikan .navigation a:hover {
  opacity: 0.6;
}

@media all and (min-width: 768px) {
  .haikan .annai_box {
    margin-bottom: 60px;
  }
  .haikan .annai_box .data {
    text-align: right;
    width: 20%;
  }
  .haikan .annai_box .annai_ttl {
    margin-bottom: 60px;
  }
  .haikan .annai_box .annai_txt {
    margin-bottom: 50px;
    font-size: 18px;
  }
  .haikan .annai_box .annai_img {
    text-align: center;
    max-width: 300px;
  }
  .haikan .past_article {
    margin-bottom: 90px;
  }
  .haikan .past_article .past_year_article li {
    margin-bottom: 20px;
  }
  .haikan .navigation {
    margin-bottom: 60px;
  }
  .haikan .navigation .nav-links ul li a, .haikan .navigation .nav-links ul li span {
    margin: 0 10px;
  }
  .haikan .navigation.stepper {
    position: relative;
  }
  .haikan .navigation.stepper .return {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .haikan .annai_box {
    margin-bottom: 20px;
    padding: 20px;
  }
  .haikan .annai_box .data {
    font-size: 16px;
  }
  .haikan .annai_box .annai_ttl {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .haikan .annai_box .annai_txt {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .haikan .annai_box .annai_img {
    text-align: center;
    font-size: 14px;
    margin-bottom: 25px;
  }
  .haikan .past_article {
    margin-bottom: 50px;
  }
  .haikan .past_article p {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .haikan .past_article p::after {
    width: 100%;
  }
  .haikan .past_article .past_article_list {
    margin-bottom: 30px;
  }
  .haikan .past_article .past_article_list li {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .haikan .past_article .past_year_article li {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .haikan .navigation {
    margin-bottom: 40px;
  }
  .haikan .navigation .nav-links li {
    margin-top: 8px;
  }
  .haikan .navigation .nav-links li a, .haikan .navigation .nav-links li span {
    margin: 0 5px;
  }
  .haikan .navigation.stepper .return {
    margin-bottom: 10px;
  }
}

/*---------------------------------------------
access
---------------------------------------------*/
.access a {
  transition: opacity 0.2s ease-in-out;
}

.access a:hover {
  opacity: 0.6;
}

.access .contactBox {
  margin-top: 30px;
  text-align: left;
}

.access .contactBox .contactList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.access .contactBox .contactBass, .access .contactBox .contactCar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  font-size: 15px;
}

.access .contactBox .contactBass .contactTtl, .access .contactBox .contactCar .contactTtl {
  color: #701919;
  font-weight: 500;
}

.access .contactBox .contactBass .contactRoot, .access .contactBox .contactCar .contactRoot {
  padding: 0;
}

.access .contactBox .contactBass .contactRoot p ~ p, .access .contactBox .contactCar .contactRoot p ~ p {
  margin-top: 10px;
}

.access .contactBox .contactUnder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.access .contactBox .bassTime {
  margin-bottom: 30px;
}

@media all and (min-width: 768px) {
  .access .map iframe {
    width: 100%;
    height: 600px;
  }
  .access .contactBox * {
    font-size: 18px;
  }
  .access .contactBox figure {
    width: 105px;
    text-align: center;
  }
  .access .contactBox .contactTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .access .contactBox .contactTop .bassTime {
    border-left: 1px solid #8a5858;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .access .contactBox .contactUnder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .access .contactBox .contactBass, .access .contactBox .contactCar {
    font-size: 20px;
  }
  .access .contactBox .contactBass .contactRoot, .access .contactBox .contactCar .contactRoot {
    padding-right: 30px;
  }
  .access .contactBox .contactBass {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .access .inner {
    padding: 0;
  }
  .access .contactBox {
    padding-right: 20px;
    padding-left: 20px;
  }
  .access .contactBox * {
    font-size: 16px;
  }
  .access .contactBox figure {
    width: 40px;
  }
  .access .contactBox .contactTop {
    border-bottom: 1px solid #8a5858;
    margin-bottom: 30px;
  }
  .access .contactBox .contactTop .bassTime {
    margin: 20px 0 20px 50px;
  }
  .access .map iframe {
    width: 100%;
    height: 370px;
  }
}

/*---------------------------------------------
contact
---------------------------------------------*/
@media all and (min-width: 768px) {
  .contact .maintext_ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .contact .maintext ~ .maintext {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .contact .maintext_ttl {
    margin-bottom: 30px;
  }
  .contact .maintext ~ .maintext {
    margin-top: 60px;
  }
}

/*---------------------------------------------
language
---------------------------------------------*/
body.language {
  font-family: 'Noto Serif', 'Noto Serif SC', 'Noto Serif TC', serif !important;
}

body.language * {
  font-family: 'Noto Serif', 'Noto Serif SC', 'Noto Serif TC', serif !important;
}

body.language .languageMv {
  background: url(/assets/img/page/top/top1.jpg) no-repeat center center/cover;
}

body.language .icon {
  background: url(/assets/img/page/kaizan/kasou_washi.jpg) no-repeat top center/cover;
}

body.language .ground .exp_area {
  margin: 50px auto 0;
}

body.language .ground .exp_area .exp_box {
  counter-increment: num;
}

body.language .ground .exp_area .exp_box .modalttl {
  border-bottom: 1px solid #9f504a;
  position: relative;
  cursor: pointer;
}

body.language .ground .exp_area .exp_box .modalttl::before, body.language .ground .exp_area .exp_box .modalttl::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

body.language .ground .exp_area .exp_box .modalttl::before {
  content: counter(num);
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.4em;
  text-align: center;
  background-color: #8a5858;
  color: #fff;
  border-radius: 50%;
}

body.language .ground .exp_area .exp_box .modalttl::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  content: '\f078';
  color: #8a5858;
  font-size: 0.8em;
  right: 3%;
}

body.language .ground .exp_area .exp_box .modalttl small {
  font-size: 70%;
}

body.language .ground .exp_area .exp_box .modalContents {
  visibility: hidden;
  opacity: 0;
  height: 0;
}

body.language .ground .exp_area .exp_box .modalContents.open {
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: 0.5s ease-in-out;
}

body.language .ground .exp_area .exp_box .modalContents .modalimg {
  text-align: center;
}

body.language .ground .exp_area .exp_box .modalContents .modalimg img {
  max-height: 100%;
}

@media all and (min-width: 768px) {
  .language .ttlTop01Wrap .ttl02 {
    padding: 0 100px 30px;
  }
  .language .ttlTop01Wrap .ttl02::after {
    right: 0;
  }
  .language .ground .exp_area {
    width: 800px;
  }
  .language .ground .exp_area .exp_box .modalttl {
    font-size: 24px;
    padding: 18px 65px;
  }
  .language .ground .exp_area .exp_box .modalttl::before {
    left: 18px;
  }
  .language .ground .exp_area .exp_box .modalContents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .language .ground .exp_area .exp_box .modalContents .modalimg, .language .ground .exp_area .exp_box .modalContents .modaltxt {
    padding: 30px 0;
  }
  .language .ground .exp_area .exp_box .modalContents .modalimg {
    width: 38%;
    max-height: 400px;
  }
  .language .ground .exp_area .exp_box .modalContents .modaltxt {
    width: 58%;
  }
}

@media screen and (max-width: 767px) {
  .content section .btn-trigger.lang::after {
    content: "MENU";
  }
  .language .ground .exp_area {
    margin-top: 30px;
  }
  .language .ground .exp_area .exp_box .modalttl {
    font-size: 18px;
    padding: 12px 35px;
  }
  .language .ground .exp_area .exp_box .modalttl::before {
    left: 0;
  }
  .language .ground .exp_area .exp_box .modalContents .modalimg {
    padding: 30px 0 15px;
  }
  .language .ground .exp_area .exp_box .modalContents .modaltxt {
    padding-bottom: 30px;
  }
}
/*# sourceMappingURL=component.css.map */