@charset "UTF-8";

/* CSS Document */


/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* reset css */

body {
    font-size: 16px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
}

h1 {
    width: 250px;
    margin-top: 4px;
}

h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 60px;
    font-weight: 900;
    line-height: 1.5;
}

h3 {
    color: #0087BC;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 1.5;
}

.artists h3 {
    font-size: 40px;
}

h4 {
    letter-spacing: 0;
    font-size: 1.8em;
    font-weight: 900;
    padding: 10px 0;
    word-break: break-word;
    line-height: 1.3;
}

h5 {
    letter-spacing: 0;
    font-size: 1em;
    font-weight: 900;
    padding: 10px 0;
    line-height: 1.3;
}

@media screen and (max-width: 1400px) {
    h2 {
        font-size: 44px;
    }
}

@media screen and (max-width: 991px) {
    h2 {
        font-size: 34px;
    }
}

@media screen and (max-width: 480px) {
    h2 {
        font-size: 26px;
    }
}


.impactbig {
    color: #fa0000 !important;
    font-size: 32px;
    line-height: 1;
}

.accent {
    color: #fa0000 !important;
}

a {
    color: #fa0000;
}

p {
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
}

p.well {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.8;
    color: #444;
    padding: 15px 15px;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
    border: none;
    letter-spacing: 0;
}

ul{
    padding-left: 1.5rem;
    font-size: 1rem;
    line-height: 1.3;
    list-style-type: disc;
}
li{
    margin-bottom: .5rem;
}
.descri {
    background-color: #eee;
    display: block;
    padding: 15px;
    border-radius: 5px;
    color: #888;
    margin: 15px 0;
    line-height: 1.3;
    overflow: hidden;
}

.descri span {
    font-size: 12px;
}

.text-small {
    font-size: 0.8em;
}

.text-smallsmall {
    font-size: 0.5em;
}

strong {
    font-weight: 600;
}

.text-bold {
    font-weight: 600;
}

.text-large {
    font-size: 1.2em;
}

h3 .text-small {
    font-weight: 600;
}

.img-responsive-overwrite {
    margin: 0 auto;
}

div.lpcontent {
    padding: 100px 30px 150px 30px;
}

@media screen and (max-width: 765px) {
    div.lpcontent {
        padding: 50px 15px;
    }
}

div.conversion {
    padding: 80px 15px 60px 15px;
}

div.space10 {
    height: 10px;
    clear: both;
}

div.space20 {
    height: 20px;
    clear: both;
}

div.space30 {
    height: 30px;
    clear: both;
}

div.space50 {
    height: 50px;
    clear: both;
}

.y-circle {
    background-color: #FAFF3E;
    border: solid 3px #0087BC;
    border-radius: 100vw;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    font-size: 1.5em;
    line-height: 1.2em;
    color: #0087BC;
}


/* loading */

#wrap {
    display: none;
}

#loader-bg {
    /*display: none;*/
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1100;
    background-color: #FAFF3E;
}

#loader {
    /*	display: none;*/
    top: 0px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 250px;
    height: 71px !important;
    color: #fff;
    text-align: center;
    font-size: 0.7rem;
    font-weight: bold;
}

#loader img {
    width: 100%;
}

#loader p {
    color: #000;
    font-size: 2em;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
}

@media screen and (max-width: 480px) {
    #loader {
        width: 250px;
    }
}


/* end loading */


/* scroll */

[data-ca3_icon]::before {
    font-weight: normal;
    content: attr(data-ca3_icon);
}

.ca3-scroll-down-link {
    cursor: pointer;
    margin: 0px 0 0 -30px;
    line-height: 60px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #0087BC;
    text-align: center;
    font-size: 1em;
    font-weight: 900;
    z-index: 100;
    text-decoration: none;
    -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
    -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
    animation: ca3_fade_move_down 2s ease-in-out infinite;
}

.ca3-scroll-down-arrow::after {
    content: '\f103';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.5em;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.ca3-scroll-down-link:focus,
.ca3-scroll-down-link:hover {
    color: #0087BC;
    text-decoration: none;
}


/*animated scroll arrow animation*/

@-webkit-keyframes ca3_fade_move_down {
    0% {
        -webkit-transform: translate(0, -20px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
}

@-moz-keyframes ca3_fade_move_down {
    0% {
        -moz-transform: translate(0, -20px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -moz-transform: translate(0, 20px);
        opacity: 0;
    }
}

@keyframes ca3_fade_move_down {
    0% {
        transform: translate(0, -20px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translate(0, 20px);
        opacity: 0;
    }
}


/* end scroll */

.btn {
    border-radius: 0;
    padding: 15px 100px;
    font-size: 24px;
    margin-bottom: 20px;
    transition: 0.5s;
}

.btn-normal {
    border: 4px solid #fff;
    color: #fff
}

.btn-normal:hover {
    background-color: #fff;
    color: #fa0000
}

.btn-normal2 {
    border: 4px solid #fa0000;
    background-color: #fa0000;
    color: #fff !important;
}

.btn-normal2:hover {
    background-color: #fff;
    color: #fa0000 !important;
}

.btn-normal3 {
    border: 4px solid #fa0000;
    background-color: #fff;
    color: #fa0000;
}

.btn-normal3:hover {
    border: 4px solid #fff;
    background-color: #fa0000;
    color: #fff
}

.btn-img {
    display: block;
    border: 5px solid #fff;
    width: 280px;
    margin: 20px auto;
}

.btn-img:hover {
    background-color: #000;
}

.imglink {
    border-radius: 5px;
    transition: 0.5s;
}

a img:hover {
    opacity: 0.7;
}

.alink {
    transition: 0.5s;
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 15px;
    margin: 10px 0;
}

.alink:hover {
    color: #fa0000;
    background-color: #fff;
    text-decoration: none;
}

.lpbk01 {
    background-color: #fcff7e;
    color: #0087BC;
}

.lpbk02 {
    background-color: #fff4d4;
    color: #0087BC;
    background-image: radial-gradient(#FAFF3E 20%, transparent 20%), radial-gradient(#FAFF3E 20%, transparent 20%);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}

.lpbk03 {
    background-color: #0087BC;
    color: #fff4d4;
}

.lpbk04 {
    background-color: #fff4d4;
}

.lpbk03 h3,
.lpbk03 a {
    color: #333;
}

.conversion a.lpctr {
    width: 100%;
    display: block;
    font-size: 24px;
}

.conversion {
    text-align: center;
}

.conversion h3 {
    font-size: 24px;
}

.mainmenu a {
    color: #FAFF3E !important;
}

.navbar .container-fluid {}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    background-color: #0087BC !important;
    height: 4px !important;
    border-radius: 4px;
}

.drawer-hamburger {
    width: 40px;
    background-color: #fff!important;
    border-radius: 100%;
    padding: 18px .95rem 30px!important;
    margin: .75rem;
}
@media screen and (max-width: 480px) {
    .drawer-hamburger {
        margin: .25rem;
    }
}
.drawer-overlay {
    background-color: rgba(0, 0, 0, 0) !important;
}

.drawer-open .drawer-hamburger-icon {
    background-color: transparent !important;
}

a.drawer-menu-item {
    color: #0087BC;
    border-bottom: solid 5px #0087BC;
    transform: all 0.5s;
    background-color: #FAFF3E !important;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 1.5rem;
}

a.drawer-menu-item:hover {
    text-decoration: none;
    background-color: #0087BC !important;
    color: #FAFF3E;
}

.drawer-nav {
    background-color: #FAFF3E !important;
    border-left: 5px solid #0087BC;
}
.drawer-menu li{
    margin: 0;
}
ul#nav {
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 30;
    margin-top: -102px;
}

ul#nav li {
    list-style-type: none;
}

ul#nav li a {
    display: block;
    position: relative;
    padding: 10px 0;
}

ul#nav li.current a span.topnav {
    display: none;
}

ul.nav li a {
    font-size: 1.2em;
    padding: 20px;
    font-weight: 500;
}

ul.nav li a span {
    transition: 0.5s;
}

ul.nav li a span:hover {
    color: #0087BC;
}

div#header {
    height: 100px;
    position: fixed;
    width: 100%;
    z-index: 199;
}

.navbar-default {
    background-color: transparent;
    border: none;
    height: 100px;
    width: 100%;
    border-radius: 0px;
}

nav {
    margin-bottom: 0 !important;
}

#mobile-lang {
    display: none;
}

.dropdown-menu,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #333333;
}

.dropdown-menu>li>a:hover {
    background-color: #000000 !important;
}

.telotoiawase {
    margin-top: 10px;
}

div#mainimage {
    background-color: #F4F2E1;
    position: relative;
    width: 100%;
    /*
    background-image: url(img/bg_scaler@2x.png);
    background-position: center center;
    background-size: cover;*/
}

div#mainimage .div {
    z-index: 0;
}

.bg_grade {
    width: 100vw;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg_grade img {
    width: 100vw
}

div#maininfo {
    color: #fff;
    width: 100%;
    padding: 100px 0;
    /*
    position: absolute;
    top: 7%;
    left: 0;
    right: 0;
    */
    margin: auto;
    z-index: 20;
    text-align: center;
    position: relative;
    height: 100vh;
}

img#mainlogo {
    width: 50%;
    max-width: 800px;
    max-height: 100%;
}

@media screen and (max-width: 1400px) {
    div#maininfo{
        height: auto;
    }
}
@media screen and (max-width: 480px) {
    .ca3-scroll-down-link {
        bottom: 30px;
    }
}

#service01 {
    position: relative;
}

#service01 .col-sm-2 {
    padding: 0;
}

#service01 .news-content {
    height: 200px;
    border-bottom: 1px solid #666;
    padding: 10px;
}

.content-box {
    border: solid 3px #0087BC;
    border-radius: 15px;
    background-color: #fff4d4;
    padding: 1em;
}

.content-box h3 {
    font-size: 2.5em;
}

.content-box p {
    line-height: 1.8em;
    letter-spacing: 0.05rem;
    font-size: 1.3em;
}

.newslink {
    display: block;
}

.newslink:hover {
    text-decoration: none;
}

#onlineshop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}

#onlineshop a {
    display: block;
    z-index: 199;
    padding: 15px 0 0 0;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    background-color: #FAFF3E;
    border: 5px solid #0087BC;
    color: #0087BC;
    font-size: 30px;
    text-decoration: none;
    text-align: center;
    line-height: 150px;
    transition: 0.5s;
    font-weight: 700;
}

#onlineshop a img {
    width: 130px;
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#onlineshop a i {
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    font-size: 1.5em;
}

#onlineshop a:hover {
    text-decoration: none;
    background-color: #0087BC;
    border: 4px solid #FAFF3E;
    color: #FAFF3E;
}

#onlineshop a img:hover {
    opacity: 1;
}

div.faqbox {
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 10px;
    font-size: 1.4em;
}

div.faqbox dt {
    float: left;
}

div.faqbox dt,
div.faqbox dd {
    padding: 10px;
}

span.faq-q1 {
    background-color: #08348b;
    border-radius: 50%;
    padding: 5px 7px;
    color: #ffffff;
}

span.faq-a1 {
    background-color: #f5c51c;
    border-radius: 50%;
    padding: 5px 7px;
    color: #ffffff;
}

dd.faq-q2 {
    font-weight: bold;
}

.responsive1 {
    display: block;
}

.responsive2 {
    display: none;
}

.responsive3 {
    display: block;
}

.responsive4 {
    display: none;
}

.responsive5 {
    display: block;
}

.responsive6 {
    display: none;
}

#footer {
    background-image: none;
    color: #fff;
    padding: 0;
}

#footer a {
    color: #fff;
}

.footer-bottom {
    padding-bottom: 20px;
}

div#sns {
    padding: 10px 0 5px 0;
    margin-left: 20px;
}

div#snsbox-footer {
    padding: 0;
}

div.fbbtn {
    margin-bottom: 0;
}

@media screen and (max-width: 1400px) {
    img.allow {
        bottom: -100px;
    }
    h4 {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 1200px) {
    #mainimage .container,
    #header .container {
        width: 1170px;
    }
}

@media screen and (max-width: 1200px) {
    h4 {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 991px) {
    #service01 .lpcontent {
        padding: 30px 15px;
    }
}

@media screen and (max-width: 991px) {
    ul.nav li a {
        font-size: 0.8em;
    }
    .responsive1 {
        display: none;
    }
    .responsive2 {
        display: block;
    }
    .responsive3 {
        display: block;
    }
    h1 {
        width: 150px;
        margin-left: 10px;
    }
    .telotoiawase {
        width: 190px;
    }
    p {
        font-size: 1em;
    }
    h4 {
        font-size: 1.4em;
    }
    .eventday {
        font-size: 45px;
    }
    #countdown {
        width: 225px;
        font-size: 10px;
    }
    #countdown div {
        width: 45px;
    }
    #countdown span {
        font-size: 24px;
    }
}

@media screen and (min-width: 767px) {
    div#navbar {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .artists h3 {
        font-size: 30px;
    }
    #mobile-lang {
        display: inline-block;
        float: right;
        padding: 15px 0;
        font-size: 20px;
    }
    #mobile-lang a {
        color: #fff;
    }
    .navbar-nav {
        background-color: #FFE9FB;
        margin-top: 0;
    }
    .responsive3 {
        display: none !important;
    }
    .responsive4 {
        display: block;
    }
    .col-xs-4 {
        padding: 5px;
    }
    img#mainlogo {
        width: 70%;
    }
    .eventday {
        font-size: 45px;
    }
    #countdown {
        width: 225px;
        font-size: 10px;
    }
    #countdown div {
        width: 45px;
    }
    #countdown span {
        font-size: 24px;
    }
    div#header .navbar {
        position: fixed;
        top: 0;
        z-index: 110;
    }
    .logoarea .responsive2 {
        width: 100px;
        padding: 18px 0.75rem 30px;
    }
    ul#nav {
        display: none;
    }
    nav ul.navbar-nav>li>a {
        color: #0087BC !important;
        font-size: 0.9em;
        padding: 10px 10px !important;
    }
    nav ul.navbar-nav>li {
        border: solid 2px #0087BC;
        border-bottom: none;
        transform: all 0.5s;
    }
    nav ul.navbar-nav>li:last-child {
        border-bottom: solid 2px #0087BC;
    }
    nav ul.navbar-nav>li:hover {
        background-color: #7BDAFF;
    }
    nav ul.navbar-nav>li:active {
        background-color: #7BDAFF;
    }
    img.allow {
        display: none;
    }
    div#service03 .row img {
        padding: 0;
    }
    div.footer-body {
        padding: 0;
    }
    .telotoiawase {
        display: none;
    }
    a#mobilectr img:hover {
        opacity: 0.5em;
    }
    div.footer-footer2 {
        padding: 0;
    }
    #service01 p {
        font-size: 1em;
    }
    .content-box h3 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 480px) {
    .artists h3 {
        font-size: 20px;
    }
    img#mainlogo {
        width: 100%;
    }
    .btn {
        padding: 10px 0px;
        font-size: 18px;
        width: 100%;
    }
    .responsive5 {
        display: none;
    }
    .responsive6 {
        display: block;
    }
    #m_onlineshop {
        background-color: #FAFF3E;
        height: 60px;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 999;
    }
    #m_onlineshop a {
        width: 100%;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: inherit;
        color: #0087BC;
        font-weight: bold;
        font-size: 21px;
        font-size: 1.3125rem;
        border-top:5px solid #0087BC;
    }
    #m_onlineshop img {
        width: 45px;
        margin-right: 10px;
    }
    #m_onlineshop i {
        margin-left: 5px;
    }
}

.container {
    z-index: 100;
}

@media (min-width: 1200px) {
    .container {
        width: 100vw;
    }
}

.wrap-box {
    z-index: 100;
}

.content_box {
    border: solid 3px #0087BC;
    border-radius: 15px;
    background-color: #f4f2e1;
    text-align: center;
    position: relative;
    padding-bottom: 100px;
    z-index: auto;
}

.content_box::after {
    content: "";
    width: 100%;
    height: 100%;
    border: solid 3px #FAFF3E;
    background-color: #FAFF3E;
    border-radius: 15px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: -1;
}

.content_box img {
    border-radius: 5px;
}

.bg_illust {
    position: absolute;
    z-index: 0;
}

.bg_illust img {
    max-width: 100%;
}

.bg_01 {
    top: 5%;
    left: 10%;
    width: 270px;
}

.bg_02 {
    top: 5%;
    right: 10%;
    width: 150px;
}

.bg_03 {
    top: 38%;
    left: 10%;
    width: 200px;
}

.bg_04 {
    top: 30%;
    right: 10%;
    width: 150px;
}

.bg_05 {
    top: 35%;
    right: 20%;
}

.bg_06 {
    top: 67%;
    left: 10%;
}

.bg_07 {
    top: 60%;
    right: 18%;
}

.bg_08 {
    top: 66%;
    right: 5%;
}

.content_title {
    background-color: #0087BC;
    border-radius: 10px 10px 0 0;
    color: #f4f2e1;
    padding: 20px 10px;
    position: relative;
}

@media screen and (max-width: 991px) {
    .content_box {
        padding-bottom: 20px;
    }
    .content_box h4{
        font-size: 1.5rem;
    }
    .content_box.detail_box h4{
        font-size: 1rem;
    }
    .content_box img {
        width: 350px;
    }
}

.content_title h2 {
    margin-bottom: 0;
}

.content-text {
    padding: 50px 50px 0 50px;
    z-index: 100;
    position: inherit;
}

.content_box h3 {
    position: relative;
    font-size: 2.3em;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
}


/*
.content_box h3::before,
.content_box h3::after {
    content: '';
    width: 4px;
    height: 50px;
    border-radius: 100vw;
    background-color: #EDA9E0;
}

.content_box h3::before {
    margin-right: 30px;
    transform: rotate(-35deg)
}

.content_box h3::after {
    margin-left: 30px;
    transform: rotate(35deg)
}
*/

@media screen and (max-width: 991px) {
    .content-text {
        padding: 15px;
    }
    .content_box h3 {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 480px) {
    .content_box h3 {
        font-size: 1.5em;
    }
}

.outline {
    text-shadow: 1.5px 1.5px 0 #0087BC, -1.5px 1.5px 0 #0087BC, 1.5px -1.5px 0 #0087BC, -1.5px -1.5px 0 #0087BC;
    font-size: 1.2em;
}

.outline_y {
    color: #FFF383;
}

.outline_p {
    color: #fff;
}

.number {
    font-style: italic;
    color: #fff;
}

.shadow_navy {
    box-shadow: 6px 5px 0px 3px #0087BC;
}

.title-shadow-blue {
    color: #fff;
    text-shadow: 3px 3px #0087BC, 3px 4px #7BDAFF, 3px 2px #7BDAFF, 2px 3px #7BDAFF, 4px 3px #7BDAFF;
}

.title-shadow-yellow {
    color: #fff;
    text-shadow: 3px 3px #0087BC, 3px 4px #FFF383, 3px 2px #FFF383, 2px 3px #FFF383, 4px 3px #FFF383;
}

.content_img01,
.content_img02 {
    position: absolute;
    width: 10%;
}

.content_img01 {
    left: 5%;
    bottom: 10%;
}

.content_img02 {
    right: 5%;
    top: 30%;
}

.content-right {
    text-align: left;
    padding: 20px 40px 40px 40px;
}

.content-right h4 {
    font-size: 1.5em;
    ;
    line-height: 1.7em;
    margin-bottom: 20px;
    display: flex;
}

.text_tag {
    border: solid 3px #0087BC;
    font-size: 0.9em;
    padding: 3px 10px;
}

.tag_pink {
    background-color: #EDA9E0;
}

.tag_yellow {
    background-color: #FFF383;
}

.tag_blue {
    background-color: #7BDAFF;
}

.img-fluid {
    max-width: 100%;
}

@media screen and (max-width: 1600px) {
    .present>div {
        min-height: 350px;
    }
}

@media screen and (max-width: 1400px) {
    .present>div {
        min-height: 320px;
    }
}

@media screen and (max-width: 1200px) {
    .present>div {
        min-height: 280px;
    }
}

@media screen and (max-width: 991px) {
    .present>div {
        min-height: 370px;
    }
}

@media screen and (max-width: 765px) {
    .present>div {
        min-height: auto;
    }
}

.present_title {
    /*
    border: solid 3px #0087BC;
    border-radius: 10px;
    bottom: -2.5em;
    margin: auto;
    background-color: #FFF383;
    padding: 10px 30px;
    display: inline-block;
    margin-top: -30px;
    */
    margin-bottom: 15px;
}

.present_title_blue {
    background-color: #7BDAFF;
}

.summary_table {
    text-align: left;
    margin: 0 auto;
    border-collapse: collapse;
    width: 100%;
}

.summary_table th {
    font-weight: 600;
    word-break: keep-all;
    border-right: dashed 2px #0087BC;
}

.summary_table th,
.summary_table td {
    font-size: 1.5em;
    border-top: dashed 2px #0087BC;
    background-color: #fff;
}

.summary_table th {
    text-align: center;
    vertical-align: middle;
    padding: 2em;
}

.summary_table td {
    padding: 1em 2em;
    vertical-align: middle;
}

.summary_table .text-small {
    line-height: 1em;
    font-size: 0.6em;
}

.map {
    max-width: 100%;
}

.summary_table .map_th {
    padding: 0;
    height: 400px;
    line-height: 0;
}

a.form_link {
    text-decoration: none;
    border-bottom: 3px solid #FAFF3E;
    color: #0087BC;
}

@media screen and (max-width: 1200px) {
    .summary_table td {
        padding: 1em 2em 1em 2em;
    }
    .program_text {
        margin-bottom: 2em;
    }
}

@media screen and (max-width: 991px) {
    .content-text:has(.summary_table){
        padding: 0;
    }
    .summary_table th{
        font-size: 0.8rem;
    }
    .summary_table td {
        font-size: 1rem;
    }
}

@media screen and (max-width: 602px) {
    .summary_table th,
    .summary_table td {
        padding: 1em;
    }
    .present_title {
        padding: 10px 10px;
    }
}

@media screen and (max-width: 400px) {
    .content-text {
        padding: 20px 20px 0 20px;
    }
    .summary_table th,
    .summary_table td {
        padding: 1em .5em;
    }
    .map_th iframe {
        height: 400px!important;
    }
}

form {
    text-align: left;
    color: #0087BC;
}

legend {
    color: #0087BC;
}

.logosimg{
    max-width: 600px;
    width: 100%;
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 1rem;
}
.program_text {
    text-align: left;
}

.subtitle_box {
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}

.subtitle_box span {
    position: absolute;
    background-color: #FAFF3E;
    border-radius: 10px 10px 0 0;
    left: 0;
    padding: 0.2em 0.5em 0.2em 0.5em;
    top: -1.2em;
    font-size: 1.4rem;
}

.subtitle_box h4 {
    margin: 0;
    line-height: 1.3;
    border: solid 5px #FAFF3E;
    margin-top: 2em;
    border-radius: 0 10px 10px 10px;
}

.subtitle_box h5 {
    background-color: #0087BC;
    color: #fbf8e3;
    font-size: 1.2em;
    border-radius: 100vw;
    padding: .5rem 1rem;
    margin-top: 10px;
    font-weight: 400;
}

.program_text ol {
    margin: 20px 0;
    counter-reset: count 0;
}

.program_text li {
    font-size: 0.8em;
    font-weight: 500;
    text-align: left;
    margin-top: 15px;
    margin-left: 6em;
    text-indent: -6em;
}

.program_text li::before {
    content: "ステップ " counter(count);
    counter-increment: count 1;
    background-color: #FAFF3E;
    padding: 0 5px 1px 7px;
    border-radius: 100vw;
    margin-right: 5px;
}

.program_text li span {
    background-color: #FAFF3E;
    padding: 0 5px 1px 7px;
    border-radius: 100vw;
    margin-right: 5px;
}

.teacher-img {
    border-radius: 10px;
}

.seminar_box img {
    border-radius: 100%;
    max-width: 80%;
}

.fukidashi {
    text-align: center;
}

.detail_box .detail-date {
    font-size: 100px;
}

.detail_box span {
    margin-right: 10px;
}

.detail_box .text-small {
    font-size: 0.6em;
}

.detail_box .heading {
    border: solid 5px #0087BC;
    border-radius: 10px;
    padding: .25rem .5rem;
    line-height: 1;
    font-size: 2rem;
    font-weight: 400;
    background-color: #fff;
}

.detail_box .detail-fee {
    font-size: 50px;
}

.detail_box .mochimono {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail_box .mochimono p {
    font-weight: bold;
    line-height: 1.5em;
}

@media screen and (max-width: 1200px) {
    .detail_box .mochimono {
        display: inherit;
        text-align: center;
    }
    .detail_box .mochimono li{
        text-align: left;
    }
}

.sanbu-box p {
    font-size: 3em;
    font-weight: 700;
    border: solid 10px #FAFF3E;
    border-radius: 10px;
    padding: 0.5em;
}

.sanbu-box p span {
    background-color: #FAFF3E;
    padding: 0px 25px;
    border-radius: 100vw;
    font-size: 0.8em;
}
.sanbu-box p span.text-smallsmall {
    background-color: transparent;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0;
    border-radius: unset;
    display: block;
}
@media screen and (max-width: 768px) {
    .detail_box .heading {
        font-size: 30px;
    }
    .detail_box .detail-date {
        font-size: 50px;
    }
    .sanbu-box p {
        font-size: 2em;
        margin: 0 15px;
        padding: 0.5em;
    }
    .seminar_box img {
        max-width: 60%;
    }
    
}

ul.timeline {
    list-style-type: none;
    position: relative;
    text-align: left;
    max-width: 60%;
    margin: 0 auto;
    padding-left: 0;
}

ul.timeline:before {
    content: ' ';
    background: #0087BC;
    display: inline-block;
    position: absolute;
    left: 31.5px;
    width: 5px;
    height: 96%;
    z-index: 0;
    top: 1em;
}

ul.timeline>li {
    margin: 20px 0;
    padding-left: 60px;
    position: relative;
}

ul.timeline>li:before {
    content: ' ';
    background: #FAFF3E;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 5px solid #0087BC;
    left: 20px;
    width: 27px;
    height: 27px;
    top: 1em;
}

ul.timeline .time {
    font-size: 2em;
    font-weight: 700;
}

ul.timeline .content {
    font-size: 2em;
    font-weight: 400;
}

.tokuten-box h3 {
    border-radius: 10px;
    border: solid 5px #FAFF3E;
    padding: 0.5em 1em;
}

.tokuten-item {
    padding: 2em;
    text-align: center;
}

.tokuten-item img,
.tokuten-item h4 {
    max-width: calc(100% - 2em);
    margin: 0 auto;
    margin-bottom: 10px;
}
.tokuten-box img{
    max-width: 400px;
    width: 100%;
}
.tokuten-item h4 {
    line-height: 1.3em;
}

.tokuten-item h3 {
    font-size: 1.8em;
    padding: 0.5em 0.5em 0.8em 0.5em;
}

@media screen and (max-width: 768px) {
    ul.timeline {
        max-width: 100%;
    }
    ul.timeline .content {
        font-size: 1em;
    }
    ul.timeline .time {
        font-size: 1.5em;
    }
    .tokuten-box h3 {
        font-size: 1.5em;
    }
    .tokuten-item {
        padding: 1em 1em 0 1em;
    }
    .tokuten-item h4 {
        font-size: 1em;
    }
}

.access-box span {
    margin-top: 10px;
    position: relative;
    display: inline-block;
}

.access-box span::before {
    content: "＼";
    display: block;
    position: absolute;
    left: -1.5em;
}

.access-box span::after {
    content: "／";
    display: block;
    position: absolute;
    right: -1em;
    top: 0;
}

.access-box p {
    margin-top: 10px;
    font-size: 1.5em;
}

.access-box img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .access-box p {
        font-size: 1.1em;
    }
}

.copy_01 {
    position: absolute;
    top: 50px;
}

.copy_01 img {
    padding: 30px 0 50px 0;
}

.copy_01 h2 {
    font-size: 2em;
}

.copy_box {
    position: relative;
}

.sponsor_text {
    text-align: left;
    width: 60%;
    margin: 0 auto;
}

.sponsor_text p {
    line-height: 1.8em;
    font-size: 1.4em;
}

.sponsor_text span {
    display: block;
}

@media screen and (max-width: 1000px) {
    .sponsor_text {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .sponsor_text p {
        font-size: 1em;
    }
}

.wrap-box {
    text-align: center;
}

a.form_btn {
    text-align: center;
    display: inline-block;
    background-color: #FAFF3E;
    border: solid 5px #0087BC;
    border-bottom: solid 15px #0087BC;
    border-right: solid 15px #0087BC;
    padding: 1em 3em;
    margin: 10px 10px;
    color: #0087BC;
    font-size: 2.5em;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.5s;
    border-radius: 100vw;
    margin: 50px auto 0 auto;
}

.form_btn:hover {
    background-color: #0087BC;
    color: #FAFF3E;

}

a.waiting_btn {
    font-size: 1.8em;
}

.entry-list {
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px 10px 50px 10px;
}

.entry-list ol {
    border: solid 2px #0087BC;
    padding: 3.5em 2em 1.5em 3.5em;
    list-style-type: decimal;
    background-color: #fff;
}

.entry-list li {
    text-align: left;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.5em;
}

.entry-list li span {
    display: block;
    padding-bottom: 2em;
}

@media screen and (max-width: 600px) {
    .content-text {
        padding: 20px 20px 0 20px;
    }
    a.form_btn {
        padding: 1em 1em;
        font-size: 1.5em
    }
    a.waiting_btn {
        font-size: 1.1em;
    }
    .entry-list ul {
        padding: 1em 1em 1em 1em;
    }
}

.waiting-list {
    font-size: 1.8em;
    font-weight: 600;
    margin: 0 auto;
    margin-bottom: 30px;
    display: inline-block;
}

.text_pink {
    color: #EDA9E0;
}

.text_white {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .waiting-list {
        font-size: 0.8em;
    }
}

.footter_img img {
    margin-bottom: -1.5px;
}