@font-face {
    font-family: 'gothic';
    src: url('/fonts/gothic.eot');
    src: local('gothic'), url('/fonts/gothic.woff') format('woff'), url('/fonts/gothic.ttf') format('truetype');
}

.fontA {
    font-family: 'gothic' !important;
}

* {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-family: "Noto Sans JP", sans-serif;
    /*        font-family: "メイリオ", sans-serif;*/
    letter-spacing: 0;
    color: #005f27;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 1;
}

a {
    text-decoration: none;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: block;
    clear: both;
}

* html .clearfix {
    height: 1%;
    overflow: hidden;
}

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

html,
body {
    height: 100%;
    width: 100%;
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.list_effect {
    opacity: 0;
    filter: alpha(opacity=0);
    margin-bottom: 100px;
    transition: 1.2s ease-in-out;
}

.list_effect:hover {
    position: relative;
    z-index: 1;
}

.list_move {
    opacity: 1.0;
    filter: alpha(opacity=100);
    transition: 1.2s ease-in-out;
    margin-bottom: 0;
}

@keyframes bodyFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes bodyFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body {
    animation: bodyFadeIn 0.8s ease-in-out 0s 1 normal;
    background: #fff;
    /* background: #EBECED; */
}

h1 {
    position: relative;
    font-size: 10px;
    line-height: 1;
    z-index: 11;
    text-align: right;
    padding: 10px 10px 10px 0;
}

#allWrap {
    position: relative;
    opacity: 1;
}

#wrap {
    position: relative;
    transition: 0.3s ease;
    opacity: 1;
    height: 100%;
}

#contents {
    position: relative;
    padding: 0 0 100px 0;
    min-width: 320px;
    margin: 0 auto;
    overflow: hidden;
}

#inner {
    position: relative;
    background: #fff;
    /* margin: 0 10px; */
    padding: 0px 10px;
}

#main {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.areaPoint {
    position: relative;
}

.cm {
    position: relative;
}

.cm img {
    width: 100%;
}

.mainTitle {
    position: relative;
    text-align: center;
}

.mainTitle span {
    display: inline-block;
    font-size: 30px;
    white-space: nowrap;
}

#coverArea {
    position: relative;
}

#coverArea img {
    width: 100%;
}

blockquote {
    line-height: 160%;
    padding: 0 20px;
    font-size: 14px;
}

blockquote b {
    font-size: 20px;
    line-height: 160%;
}

.qrWrap {
    width: 210px;
    position: relative;
    margin: 0 10px 0 auto;
    padding: 30px 0 0 0;
    overflow: hidden;
    text-align: right;
}

.qr li {
    width: 60px;
    margin: 0 5px;
    float: left;
    text-align: center;
}

.qr li span {
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.qr li span a {
    display: block;
}

.qr li span a i {
    font-size: 40px;
    vertical-align: middle;
    line-height: 60px;
    color: #61c1cd;
}

.qr li span img {
    width: 100%;
}

.videoWrap {
    position: relative;
    /*    background: rgba(252,240,110, 0.6);    */
    background: url(/pc/img/bg_footer.png) repeat;
    max-width: 90%;
    margin: 0 auto 20px auto;
}

.videos {
    padding: 30px 30px 27px 30px;
}

.videos video {
    border-radius: 30px;
}

.qrWrap2 {
    position: relative;
    width: 90%;
    max-width: 480px;
    margin: 0 auto;
    padding: 30px 0 0 0;

}

.qr2 {
    position: relative;
    overflow: hidden;
    text-align: center;
    /*    background: url(/pc/img/bg_green.png) repeat;*/
}

.qr2 li {
    width: 33.3%;
    float: left;
    text-align: center;
}

.qr2 li span {
    display: block;
    background: #61c1cd;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0 auto;

}

.qr2 li span a {
    display: block;
}

.qr2 li span a i {
    font-size: 50px;
    vertical-align: middle;
    line-height: 80px;
    color: #fff;
}

.qr2 li span img {
    width: 100%;
}

.manga {
    width: 90%;
    margin: 20px auto 20px auto;
    overflow: hidden;
}

.manga li {
    width: 50%;
    float: left;
}

.manga img {
    width: 100%;
}

#footerBorderTop {
    height: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: url(/pc/img/footer_border.png) repeat;
    display: none;
}

#footerWrap {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 5;
    background: #fff;
    padding: 20px 0 40px 0;
}

#footer {
    text-align: center;
}

#footer li {
    font-family: "gothic", sans-serif;
    font-size: 8px;
    line-height: 160%;
    margin: 0 10px;
}

#footer li a {
    display: inline-block;
    font-family: "gothic", sans-serif;
    font-size: 10px;
    line-height: 160%;
}

#footer li.copyRight {}

#footer li.produced a {
    font-family: "Noto Sans JP", sans-serif;
}

.breadcrumb_list {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 20px 0 0 0;
}

.breadcrumb_list li {
    display: inline-block;
    margin: 0 5px;
}

.breadcrumb_list li a {
    display: block;
    font-size: 12px;
    padding: 0 2px;
}

.breadcrumb_list li span {
    display: block;
    font-size: 12px;
    padding: 0 2px;
    text-decoration: none;
}

.breadcrumb_list li b {
    font-size: 12px;
    padding: 0 2px;
    text-decoration: underline;
}

/***************************スクロールトップ***************************/
.scroll-top {
    position: fixed;
    width: 100%;
    z-index: 9;
    margin-bottom: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    padding: 10px 0;
}

.scroll-top .cmt {
    display: block;
    font-size: 12px;
    line-height: 1;
    color: pink;
}

.scrollArea {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 10px 0 5px 0;
}

.scrollArea li {
    display: inline-block;
    margin: 0 10px;
}

.scrollArea li span {
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.scrollArea li span a {
    display: block;
}

.scrollArea li span a i {
    line-height: 50px;
    color: #61c1cd;
}

.scrollArea li.lineBtn span a i {
    color: #02B404;
    font-size: 50px;
}

.scrollArea li.telBtn span a i {
    color: #ff9396;
    font-size: 42px;
}

.scrollArea li.mailBtn span a i {
    color: #9e9cff;
    font-size: 44px;
}


.scrollArea li a.pageTopBtn {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    margin: 0 10px 0 auto;
    top: 0;
    right: 0;
}

.scrollArea li a.pageTopBtn img {
    width: 100%;
}

.imgs {
    width: 100%;
}

.subTitle {
    position: relative;
    text-align: left;
    padding: 10px 0 10px 15px;
    margin: 20px 0;
}

.subTitle::before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(97, 193, 205, 1);
}

.subTitle span {
    display: block;
    vertical-align: middle;
    width: 100%;
    padding: 10px 0;
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
    color: rgba(97, 193, 205, 1);
    text-shadow: 1px 1px 0 rgba(255, 253, 109, 1);
}


.pcTitle_one,
.pcTitle_two {
    position: relative;
    width: 90%;
    margin: 30px auto 10px auto;
    text-align: center;
}

.pcTitle_one_c {
    position: relative;
    margin: 0px 10px 0 10px;
}

.pcTitle_one_l {
    background: url(/sp/img/ribon_bg_one_l.png) no-repeat;
    width: 45px;
    height: 66px;
    position: absolute;
    top: 4px;
    left: -4px;
}

.pcTitle_one_r {
    background: url(/sp/img/ribon_bg_one_r.png) no-repeat;
    width: 40px;
    height: 66px;
    position: absolute;
    top: 4px;
    right: -40px;
}

.pcTitle_two_c {
    position: relative;
    margin: 0px 10px 0 10px;
}

.pcTitle_two_l {
    background: url(/sp/img/ribon_bg_two_l.png) no-repeat;
    width: 45px;
    height: 66px;
    position: absolute;
    top: 4px;
    left: -40px;
}

.pcTitle_two_r {
    background: url(/sp/img/ribon_bg_two_r.png) no-repeat;
    width: 44px;
    height: 66px;
    position: absolute;
    top: 4px;
    right: -40px;
}

.pcTitle_one span,
.pcTitle_two span {
    display: block;
    vertical-align: middle;
    width: auto;
    text-align: center;
    background: url(/sp/img/ribon_bg_two_c.png) repeat;
    margin: 0px 14px 0 10px;
    height: 71px;


    /*
    background: -moz-linear-gradient(left, rgba(97, 193, 205, 0) 0%, rgba(97, 193, 205, 1) 50%, rgba(97, 193, 205, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(97, 193, 205, 0) 0%, rgba(97, 193, 205, 1) 50%, rgba(97, 193, 205, 0) 100%);
    background: linear-gradient(to right, rgba(97, 193, 205, 0) 0%, rgba(97, 193, 205, 1) 50%, rgba(97, 193, 205, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061c1cd', endColorstr='#0061c1cd', GradientType=1);
    */
}

.pcTitle_one span b,
.pcTitle_two span b {
    font-size: 24px;
    line-height: 1;
    display: block;
    color: #fff;
    line-height: 60px;
}

.banners {
    width: 100%;
    max-width: 580px;
    margin: 20px auto;
}

.banners img {
    width: 100%;
}

.staff-movie {
    position: relative;
    text-align: center;
    height: 563px;
    width: 100%;
}

.staff-movie video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    height: 100%;
    height: 100%;
    border-radius: 10px;
    border: 2px dotted #61c1cd;
}

.room {
    width: 90%;
    margin: 0 auto;
}

.room img {
    width: 100%;
}

.room video {
    display: block;
    width: 100%;
}

.info {}

.info img {
    width: 100%;
}



.contactWrap {
    position: relative;
    width: 800px;
    margin: 0 auto;
    background: url(/pc/img/contact_bg.png) repeat;
}

.contact {
    padding: 100px;
}

.noticeWrap {
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
}

.notice {
    background: #fff;
    padding: 30px 10px 20px 10px;
    border: 3px double #F09AAD;
}

.notice dt {
    text-align: center;
    font-size: 24px;
    color: #E41378;
    text-decoration: underline;
    font-weight: 700;
}

.notice dd {
    padding: 18px 0;
    line-height: 140%;
    font-size: 16px;
}

.notice dd b {
    color: #E41378;
    font-weight: 600;
}

.notice dd span {
    display: block;
    text-align: center;
    margin: 10px 0;
}

.notice dd span small {
    background: rgba(255, 240, 0, 0.6);
    display: inline-block;
    padding: 2px 10px;
}

.coronaWrap {
    margin: 20px 0;
}

.corona {
    background: #fff;
    padding: 20px 10px;
    border: 3px double rgba(79, 186, 168, 0.6);
    ;
}

.corona dt {
    text-align: center;
    font-size: 20px;
    background: rgba(79, 186, 168, 0.6);
    line-height: 30px;
    padding: 0 5px;
    border-radius: 15px;
    color: #fff;
}

.corona dd {
    padding: 10px;
    line-height: 160%;
    font-size: 16px;
}

/* ##############################################################################

FAQ

############################################################################## */

.qaWrap {
    position: relative;
}

.qa dl {
    position: relative;
}

.qa dl dt,
.qa dl dd {
    padding: 3px 0;
}

.qa dl dt span,
.qa dl dd span {
    margin-right: 6px;
    display: block;
    float: left;
    width: 40px;
    overflow: hidden;
}

.qa dl dt span img,
.qa dl dd span img {
    width: 100%;
}

.qa dl dt small {
    display: block;
    overflow: hidden;
    font-size: 22px;
    color: #ff718d;
    padding-top: 5px;
    font-weight: bold;
    line-height: 140%;
}

.qa dl dd {
    margin: 8px 0 20px 0;
    /* padding-bottom: 30px;
    border-bottom: 1px dotted #60472e; */
    overflow: hidden;
}

.qa dl dd small {
    display: block;
    overflow: hidden;
    line-height: 160%;
    font-size: 14px;
    padding-top: 10px;
    /*    color: #6c98a3;*/
}

.qa dl dd small b {}

.qa dl dd small b.bl {
    font-size: 20px;
}

/* ##############################################################################

FLOW

############################################################################## */

.flowWrap {
    position: relative;
}

.flow dl {
    position: relative;
}

.flow dl dt {
    padding: 3px 0;
}

.flow dl dt span {
    margin-right: 6px;
    display: block;
    float: left;
    width: 40px;
    overflow: hidden;
}

.flow dl dt span img {
    width: 100%;
}

.flow dl dt small {
    display: block;
    overflow: hidden;
    font-size: 22px;
    color: #ff718d;
    font-weight: bold;
    line-height: 140%;
}

.flow dl dd {
    margin: 8px 0 20px 0;
    padding: 0 10px;
}

.flow dl dd small {
    display: block;
    line-height: 160%;
    font-size: 14px;
}

.flow dl dd small b.bl {
    font-size: 20px;
}

.flow dl dd.speechBubble small {
    position: relative;
    width: fit-content;
    padding: 20px 16px;
    border-radius: 10px;
    background-color: rgba(255, 240, 0, 0.1);
    border: 2px dashed #61c1cd;
    max-width: 90%;
    margin: 5px 0 0 5%;
}

.flow dl dd.speechBubble small::after {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    width: 30px;
    height: 2px;
    box-sizing: border-box;
    background-color: #61c1cd;
    box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
    /* 背景色と同じ色を指定 */
    rotate: 50deg;
}

/* ##############################################################################

ABOUT

############################################################################## */
.aboutWrap {
    position: relative;
    text-align: center;
}

.about dl {
    /*    padding: 20px 100px;*/
    padding: 20px 0;
    margin: 0 auto;

}

.about dl dt {
    position: relative;
    text-align: center;
    display: block;
    padding-bottom: 10px;
}

.about dl dt span.icn {
    display: block;
    width: 60px;
    overflow: hidden;
    transform: rotate(-14deg);
    position: absolute;
    top: -15px;
    left: -24px;
}

.about dl dt span.icn img {
    width: 100%;
}

.about dl dt small {
    display: block;
}

.about dl dt small img {
    height: 40px;
}

.about dl dt small i {
    color: #ff718d;
    margin-right: 4px
}

.about dl .pg {
    width: 100px;
    float: left;
}

.about dl .pg img {
    width: 100%;
}

.arrow_box {
    position: relative;
    width: auto;
    background-image: url(/pc/img/bg_footer.png);
    background-repeat: repeat;
    background-size: 50px 50px;
    padding: 10px;
    text-align: left;
    margin-left: 120px;
    font-size: 14px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    min-height: 168px;
    line-height: 140%;
}

.arrow_box:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(90, 230, 40, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 16px;
    border-right-width: 16px;
    margin-top: -10px;
    border-right-color: #f9fde1;
    right: 100%;
    top: 60px;
}

.about dl dd small {
    display: block;
    overflow: hidden;
    line-height: 160%;
    padding: 10px 0 0 0;
    font-size: 14px;
}

.about dl dd small b {}

.about dl dd small b.bl {
    font-size: 24px;
}

.border {
    width: 100%;
    margin: 10px auto;
    display: block;
    height: 6px;
    clear: both;
    ;
}

#topicsArea {
    position: relative;
    width: 100%;
    background-color: rgba(255, 240, 0, 0.1);
    border: 3px dashed #61c1cd;
    border-radius: 10px;
    overflow: hidden;
}

#topics dl {
    position: relative;
    align-items: center;
}

#topics dl dt {
    height: 100%;
    background-color: pink;
    display: inline-block;
}

#topics dl dt div a {
    display: block;
}

#topics dl dt div img {
    width: 100%;
}

#topics dl dd {
    display: inline-block;
    height: 100%;
    padding: 20px;

}

#topics dl dd h3 {
    text-align: center;
    font-size: 1.3em;
    line-height: 140%;
    padding-bottom: 10px;
}

#topics dl dd span {
    display: block;
    line-height: 140%;
}

#topics dl dd span div {
    line-height: 140%;
}

/* ##############################################################################

SUMMARY

############################################################################## */

.summary {
    border-collapse: collapse;
    position: relative;
    width: 100%;
    margin: 20px auto 0 auto;
}

.summary tr {
    width: 100%;
}

.summary tr th {
    background: rgba(97, 193, 205, 0.6);
    padding: 0 10px;
    color: #fff;
    line-height: 36px;
    font-size: 16px;
    display: inline-block;
    letter-spacing: 4px;
    border-radius: 10px 10px 0 0;
}

.summary tr td {
    width: 100%;
    padding: 10px;
    background: #fff;
    line-height: 180%;
    font-size: 18px;
    display: block;
    border-bottom: 1px dashed rgba(97, 193, 205, 0.6);
    margin-bottom: 20px;
}

.summary tr td a {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
}

.summary tr td a i {
    font-size: 30px;
    margin-right: 4px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
}

.summary tr td span.qr {
    width: 60px;
    height: 60px;
    display: block;
    text-align: right;
}

.summary tr td span.qr img {
    width: 100%;
}

.summary tr td b {
    font-size: 24px;
}

.summary td small {
    display: block;
    font-size: 14px;
    line-height: 140%;
}

.summary tr td big {
    display: block;
    font-size: 16px;
    padding: 5px 0 0 0;
}
