@charset "utf-8";

@font-face {
    font-family: 'Akagi Pro W00';
    src: url('./Akagi-Pro-W00-Black.woff2') format('woff2'),
        url('./Akagi-Pro-W00-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Futura Std Medium';
    src: url('./FuturaStdMedium.otf') format('woff');
}

html {
    scroll-behavior: smooth;
}

body,html {
    margin: 0;
    padding: 0;
    letter-spacing: 0.1rem;
    background-color: #fff;
/*    font-family: "BIZ UDGothic", sans-serif; */
    font-family: "Noto Sans JP", sans-serif;
}

a.button {
    background-color: #59bddb;
    border-radius: 0.5em;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    padding: 0.8em 1em;
    margin-top: 1em;
    display: inline-block;
}
a.button.cal {
    background-color: #e0341d;
    padding: 0.2em 1em;
}
header {
    width: calc(100% - 8em);
    height: 4em;
    padding: 2em 4em;
    position: relative;
    color: #007bbb;
}

#header-logoimg {
    float: left;
    width: 240px;
}
#header-logoimg img {
    width: 100%;
    height: auto;
}
#header-contact {
    text-align: center;
    float: right;
    width: 200px;
}
#header-contact label {
    font-size: 1em;
    letter-spacing: 0;
}
#header-contact a {
    font-size: 1.5em;
    text-decoration: none;
    font-weight: bold;
    color: #007bbb;
}
#header-time {
    text-align: center;
    width: 200px;
    float: right;
}
#header-time label {
    display: block;
    line-height: 1;
    margin-top: 0.2em;
}
#header-time a {
    text-decoration: none;
    font-weight: bold;
    color: #007bbb;
}
#gnavi .cont-wrap ul {
    list-style-type: none;
    text-align: center;
    margin: 1em auto 0 auto;
    height: 4em;
}
#gnavi .cont-wrap ul li {
    display: inline-block;
    border-left: 3px solid #00a0e9;
}
#gnavi .cont-wrap ul li:first-child {
    border: none;
}
#gnavi .cont-wrap li a {
    display: block;
    font-size: 1.1em;;
    letter-spacing: 0;
    text-decoration: none;
    font-weight: bolder;
    padding: 0.4em 2em;
    color: #00a0e9;
}
#gnavi .cont-wrap > a {
    border: 1px solid #0094dd;
    font-size: 1.1em;;
    letter-spacing: 0;
    text-align: center;
    display: block;
    margin: auto;
    text-decoration: none;
    font-weight: bolder;
    padding: 0.6em 0;
    color: #00a0e9;
}

.orderform .row {
    display: flex;
    align-items: stretch;
    margin-bottom: 2px;
}

.orderform .inp-wrap {
    width: 60%;
    padding: 0.5em;
}

.orderform .title {
    width: 100%;
    padding: 0.8em 0.5em;
    background-color: #eeeeee;
}

.orderform .row > label {
    width: 35%;
    padding: 0.5em;
    background-color: #eeeeee;
    position: relative;
}

.orderform .row > label::after {
    content: "任意";
    background-color: blue;
    position: absolute;
    right: 0.5em;
    color: #fff;
    padding: 0.3em;
    font-size: 0.8em;
    font-weight: bold;
}

.orderform .row > label.require::after {
    content: "必須";
    background-color: red;
}

.orderform .inp-wrap {
    width: 65%;
    padding: 0.5em;
}
    
.orderform input,
.orderform textarea {
    border-color: #c0c0c0;
    border-style: solid;
    padding: 4px;
    font-size: 1.2em;
    width: 70%;
}

.orderform input[type="date"],
.orderform input.wpcf7-number {
    width: 30%;
}

.orderform select {
    border-color: #c0c0c0;
    border-style: solid;
    padding: 4px;
    font-size: 1.2em;
}

.wpcf7-list-item {
    display: block;
    line-height: 1;
}
.wpcf7-list-item + .wpcf7-list-item {
    margin-top: 8px;
}
.orderform input[type="checkbox"] {
    display: none;
}
.orderform input[type="radio"] {
    display: none;
}
.wpcf7-list-item-label {
    position: relative;
    height: 20px;
    line-height: 20px;
    padding-left: 25px;
    display: inline-block;
}
.wpcf7-submit,
.wpcf7-previous {
    display: block;
    margin: 1.5em auto;
}
.wpcf7-list-item-label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
input[type="radio"]:checked + .wpcf7-list-item-label::after {
    content: "";
    display: block;
    width: 8px;
    height: 6px;
    border-top: 3px solid #3d8582;
    border-right: 3px solid #3d8582;
    transform: rotate(135deg);
    position: absolute;
    left: 5px;
    top: 4px;
}

.terms-content {
    text-align: center;
}

footer {
    background-color: #4dbcf0;
    width: 100%;
    padding: 1.5em 0;
    margin-top: 4em;
}
footer div {
    text-align: center;
    margin: 0.5em autol
}
footer .links {
    margin-bottom: 0.5em;
}
footer .links a {
    padding: 0.5em 2em;
    color: #fff;
    text-decoration: none;;
}
footer .links a:first-child {
    border-right: 1px solid #fff;
}
footer .cr {
    color: #fff;
}

article {
    clear: both;
    margin-bottom: 2em;
}
article.title {
    text-align: center;
    margin-bottom: 4em;
}
article.title h2 {
    font-size: 1.9em;;
    letter-spacing: 0.02em;;
    line-height: 1.8;
    padding: 2.4em 0;
    color: #00a0e9;
}
article p {
    margin: 0;
}

article.content h3 {
    display: inline-block;
    font-size: 1.4em;;
    text-align: center;
    background-color: #0094dd;
    color: #fff;
    padding: 0.3em 0 0.4em 0;
    line-height: 1.6;
    border-radius: 0.5em;
    margin: 2em 0;
    width: 100%;
}

article div.price {
    text-align: center;
    padding: 2em 0;
}
article.content h4 {
    display: inline-block;
    font-size: 1.3em;;
    color: #0094dd;
}

.cont-pic {
    text-align: center;
    margin: 2em auto;
    display: block;
    width: 66%;
}
.cont-wrap {
    width: 1200px;
    margin: auto;
}

article.workflow h4,
article.orderflow h4,
article.calendar h4,
article.note h4 {
    color: #000;
    padding-bottom: 0.4em;
    margin: 0;
    background-image: url(../img/border-stripe.png);
    background-size: 6px;
    background-position-y: bottom;
    background-repeat: repeat-x;
}
article.qanda h4 {
    color: #0171bc;
    padding: 0 1em 0.6em 1em;
    margin: 0;
    background-image: url(../img/border-stripe2.png);
    background-size: 6px;
    background-position-y: bottom;
    background-repeat: repeat-x;
}
.workflow ol,
.orderflow ol {
    counter-reset: number;
    list-style-type: none!important;
    padding: 0 0.5em;
    margin: 0;
}
.workflow ol > li,
.orderflow ol > li {
    position: relative;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 30px;
    margin-bottom: 1.4em;
}
.workflow ol > li:before,
.orderflow ol > li:before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: counter(number);
    /*以下数字のデザイン変える*/
    display:inline-block;
    color: #0094dd;
    font-family: 'Arial Black','Arial',sans-serif;
    font-weight:bold;
    font-size: 2.5rem;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 0.1em;
/*    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
}

.calendar .courses > div {
    width: 24%;
    display: inline-block;
    margin: 0;
}

.calendar .xo-event-calendar {
    margin-top: 3em;
}
.calendar .calendars {
    display: flex;
    justify-content: center;
}
.calendar .xo-month-wrap {
    width: 30%;
    margin: 10px 1%;
}
.xo-event-calendar table.xo-month .month-dayname td div {
    font-size: 1.4em !important;
    line-height: 1.6em !important;
    text-align: center !important;
    text-align: center;
}
.xo-event-calendar .month-header .calendar-caption {
    font-size: 1.4em !important;
}
.xo-event-calendar .holiday-titles {
    display: none;
}
.calendar .xo-month-wrap:first-child button {
    display: none;
}

ul.st-accordion{
    width:100%;
    min-width:270px;
    margin: 30px auto 60px;
}
ul.st-accordion li{
    height: 50px;
    border-bottom: 1px solid #c7deef;
    border-top:1px solid #fff;
    overflow: hidden;
    background-image: url(../img/faq-mark.png);
    background-repeat: no-repeat;
    padding: 0 0 0 50px;
    -webkit-transition:  height 0.5s ease-in-out;
    -moz-transition:  height 0.5s ease-in-out;
    -o-transition:  height 0.5s ease-in-out;
    -ms-transition:  height 0.5s ease-in-out;
    transition:  height 0.5s ease-in-out;
}
ul.st-accordion li:last-child{
    border-bottom: none;
}
ul.st-accordion li:first-child{
    border-top:none;
}
ul.st-accordion li > a{
    text-shadow: 1px 1px 1px #fff;
    display: block;
    position: relative;
    line-height: 50px;
    font-weight: bold;
    outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
    -moz-transition:  color 0.2s ease-in-out;
    -o-transition:  color 0.2s ease-in-out;
    -ms-transition:  color 0.2s ease-in-out;
    transition:  color 0.2s ease-in-out;
    color: #0171bc;
}
ul.st-accordion li > a span{
    background: transparent url(../img/down.png) no-repeat center center;
    text-indent:-9000px;
    width: 26px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: -26px;
    margin-top: -7px;
    opacity:0;
    -webkit-transition:  all 0.2s ease-in-out;
    -moz-transition:  all 0.2s ease-in-out;
    -o-transition:  all 0.2s ease-in-out;
    -ms-transition:  all 0.2s ease-in-out;
    transition:  all 0.2s ease-in-out;
}
ul.st-accordion li > a:hover{
    color: #1693eb;
}
ul.st-accordion li > a:hover span{
    opacity:1;
    right: 10px;
}
ul.st-accordion li.st-open > a{
    color: #1693eb;
}
ul.st-accordion li.st-open > a span{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    transform:rotate(180deg);
    right:10px;
    opacity:1;
}
.st-content{
    padding: 5px 0px 30px 0px;
}
ul.st-accordion li.st-open {
    height: auto;
}
ul.st-accordion li .st-content{
    display: none;
}
ul.st-accordion li.st-open .st-content{
}

.back-stripe {
    background-image: url(../img/back-stripe.png);
    background-size: 1.5em;
}

.mt-2 {
    margin-top: 2em !important;
}
.mt-3 {
    margin-top: 3em !important;
}
.mt-4 {
    margin-top: 4em !important;
}
.mb-2 {
    margin-bottom: 2em !important;
}
.mb-3 {
    margin-bottom: 3em !important;
}
.mb-4 {
    margin-bottom: 4em !important;
}
.border-tb {
    border-top: 2px solid  #00a0e9;
    border-bottom: 2px solid  #00a0e9;
}
.text-center {
    text-align: center;;
}
.f-bold {
    font-weight: bold;
}
.f-alert {
    color: #f00;
}
