@charset "UTF-8";
/** Theme Name: かたくりの湯 Author: SAKUSAKU Akira Miura Author URI: http://sakusaku.me/ */

/* Color Definition @gurasa (http://sakusaku.me/) */

/* Semantic Color */

/* SASS Library Version 0.5.0 @gurasa (http://sakusaku.me/) */

/* Reset CSS @gurasa (http://sakusaku.me/) */

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
ul,
li,
ol,
img,
table,
tr,
td,
hr,
a,
address,
nav,
header,
footer,
section,
article {
    margin: 0;
    padding: 0;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    line-height: 100%;
}

img {
    border: none;
    vertical-align: baseline;
}

img[src=""] {
    background-color: lightgray;
    width: 40px;
    height: 40px;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover,
a:active {
    opacity: 0.7;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "YuGothic", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.4rem;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    color: #646464;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    word-break: break-all;
    word-wrap: break-word;
}

input,
textarea {
    font-family: "YuGothic", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

button,
input,
textarea {
    -webkit-font-smoothing: inherit;
}

input[type="file"],
input[type="submit"],
input[type="reset"],
button {
    cursor: pointer;
}

/** Variables */

/** Fonts */

.mincho {
    font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.lato {
    font-family: 'Lato', sans-serif;
}

@font-face {
    font-family: 'icomoon';
    src: url("/assets/fonts/icomoon.eot");
    src: url("/assets/fonts/icomoon.eot#iefix") format("embedded-opentype"), url("/assets/fonts/icomoon.ttf") format("truetype"), url("/assets/fonts/icomoon.woff") format("woff"), url("/assets/fonts/icomoon.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
    content: "\e942";
}

.icon-file:before {
    content: "\e926";
}

/** Basic */

.pc_only {
    display: block !important;
}

@media screen and (max-width: 1023px) {
    .pc_only {
        display: none !important;
    }
}

.sp_only {
    display: none !important;
}

@media screen and (max-width: 1023px) {
    .sp_only {
        display: block !important;
    }
}

.layout-align-center {
    text-align: center !important;
}

@media screen and (max-width: 1023px) {
    .layout-mt-s-20 {
        margin-top: 20px !important;
    }
}

img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 1023px) {
    img {
        vertical-align: middle;
    }
}

body {
    background-color: #fff;
    width: 100%;
}

@media screen and (max-width: 1023px) {
    body {
        min-width: 100%;
    }
}

a {
    color: #464646;
}

#wrapper {
    position: relative;
display: -webkit-flex; /* Pc-safari */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.inner {
    text-align: center;
}

/** Header */

#header {
    z-index: 1000;
    width: 200px;
    height: 100%;
    background: #fff;
    position: absolute;
    border-right: 1px solid #e5e5e5;
}

#header a {
    text-decoration: none;
}

#header a.hover {
    opacity: 0.7;
}

@media screen and (max-width: 1023px) {
    #header {
        width: 100%;
        height: 50px;
    }
}

#header .inner {
    width: 200px;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0;
}

@media screen and (max-width: 1023px) {
    #header .inner {
        margin: 0 !important;
        width: 100%;
    }
}

#header .site_logo {
    padding: 25px 0;
    margin: 0 auto;
    width: 98px;
}

@media screen and (max-width: 1023px) {
    #header .site_logo {
        position: absolute;
        top: 15px;
        left: 50%;
        width: 178px;
        height: 23px;
        margin: 0 0 0 -84px;
        padding: 0;
    }
}

#header .nav_wrap {
    background: #fff;
}

@media screen and (max-width: 1023px) {
    #header .nav_wrap {
        display: none;
        background: none;
        position: absolute;
        top: 50px;
        right: 0px;
        width: 100%;
        height: auto;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
}

#header .global_nav {
    border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 1023px) {
    #header .global_nav {
        position: static;
        text-align: center;
        margin-top: 0;
        width: 100%;
        background: #f8fff7;
    }
    #header .global_nav a {
        font-size: 1.2rem;
    }
    #header .global_nav li {
        float: none;
        margin: 0;
        font-size: 1.3rem;
        line-height: 2.84615em;
    }
}

@media screen and (max-width: 1023px) {
    #header .global_nav ul {
        display: block;
    }
    #header .global_nav ul li {
        background: #f8fff7;
    }
}

#header .global_nav li.globalNavigation__listItem {
    letter-spacing: 0.1em;
}

#header .global_nav li.globalNavigation__listItem a {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0 4px;
    display: block;
}

#header .global_nav li.globalNavigation__listItem a .en {
    color: #097c25;
    font-family: 'Lato', sans-serif;
}

@media screen and (max-width: 1023px) {
    #header .global_nav li.globalNavigation__listItem a {
        font-size: 1.5rem;
        line-height: 1.33333em;
        padding: 10px 0;
    }
    #header .global_nav li.globalNavigation__listItem a .en {
        font-size: 1rem;
        line-height: 1.3em;
    }
}

@media screen and (min-width: 1024px) {
    #header .global_nav li.globalNavigation__listItem._information:hover > a {
        background: url("/assets/images/common/gnavi_arrow.png") no-repeat;
        background-position: right 10px center;
    }
    #header .global_nav li.globalNavigation__listItem._information:hover .g-nav-child_options {
        width: 200px;
    }
}

@media screen and (max-width: 1023px) {
    #header .global_nav li.globalNavigation__listItem._information > a {
        background: url("/assets/images/common/gnavi_arrow_sp_open.png") no-repeat;
        background-position: right 16px center;
        background-size: 16px 10px;
    }
}

@media screen and (max-width: 1023px) {
    #header .global_nav li.globalNavigation__listItem._information.opened > a {
        background: url("/assets/images/common/gnavi_arrow_sp_close.png") no-repeat;
        background-position: top 22px right 15px;
        background-size: 16px 10px;
    }
}

#header .global_nav li.globalNavigation__listItem .g-nav-child_item {
    width: 200px;
}

#header .global_nav li.globalNavigation__listItem .g-nav-child_item:hover {
    z-index: 10;
    font-weight: bold;
    background: url("/assets/images/common/gnavi_arrow.png") no-repeat;
    background-position: right 10px center;
}

#header .global_nav li.globalNavigation__listItem .g-nav-child_item:last-child {
    border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 1023px) {
    #header .global_nav li.globalNavigation__listItem .g-nav-child_item:last-child {
        border: none;
    }
}

@media screen and (max-width: 1023px) {
    #header .global_nav li.globalNavigation__listItem .g-nav-child_item {
        width: auto;
        background-color: #fff;
    }
}

#header .global_nav li.globalNavigation__listItem .g-nav-child_link {
    display: block;
    width: 100%;
}

#header .global_nav li.globalNavigation__listItem .g-nav-child_link:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 9px;
    height: 13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header .global_nav li.globalNavigation__listItem .g-nav_item_child {
    margin-bottom: 12px;
    font-weight: 300;
    text-transform: none;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

#header .global_nav li.globalNavigation__listItem .g-nav_item_child:first-child {
    margin-top: 10px;
}

#header .global_nav li.globalNavigation__listItem .g-nav_item_child:last-child {
    margin-bottom: 15px;
}

#header .global_nav li.globalNavigation__listItem .g-nav_item_child a {
    color: #a4a4a4;
    -webkit-transition: color 0.6s ease 0s;
    transition: color 0.6s ease 0s;
}

@media screen and (min-width: 1024px) {
    #header .global_nav li.globalNavigation__listItem .g-nav-child_options {
        position: absolute;
        top: 0;
        left: 201px;
        width: 0;
        height: 100vh;
        padding-top: 284px;
        background-color: #f8fff7;
        overflow: hidden;
        -webkit-transition: width 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0s;
        transition: width 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0s;
    }
}

@media screen and (max-width: 1023px) {
    #header .global_nav li.globalNavigation__listItem .g-nav-child_options {
        display: none;
    }
}

#header div.header__button {
    width: 100%;
    margin-top: 38px;
}

@media screen and (max-width: 1023px) {
    #header div.header__button {
        margin: 0 auto;
        position: static;
    }
}

@media screen and (max-width: 1023px) {
    #header div.header__button {
        margin: 0 auto;
        position: static;
    }
}

#header div.header__button li.button__listItem a {
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 15px 0;
    margin: 0 10px 10px;
}

@media screen and (max-width: 1023px) {
    #header div.header__button li.button__listItem a {
        font-size: 1.5rem;
        margin: 0;
    }
}

#header div.header__button li.button__listItem a.list {
    border-left: 3px solid #a40000;
    border-right: 3px solid #a40000;
    color: #a40000;
    background: url("/assets/images/common/header_bg_list.png");
}

@media screen and (max-width: 1023px) {
    #header div.header__button li.button__listItem a.list {
        border: none;
    }
}

#header div.header__button li.button__listItem a.class {
    border-left: 3px solid #097c25;
    border-right: 3px solid #097c25;
    color: #097c25;
    background: url("/assets/images/common/header_bg_class.png");
}

@media screen and (max-width: 1023px) {
    #header div.header__button li.button__listItem a.class {
        border: none;
    }
}

#header .header__copyright {
    display: none;
}

@media screen and (max-width: 1023px) {
    #header .header__copyright {
        display: block;
        font-size: 1rem;
        letter-spacing: 0.1em;
        margin-top: 25px;
    }
}

#header .header__address {
    width: 100%;
    text-align: left;
    margin: 40px 15px 0 15px;
}

@media screen and (max-width: 1023px) {
    #header .header__address {
        display: none;
    }
}

#header .header__address address {
    font-style: normal;
    letter-spacing: 0.1em;
}

#header .header__address .name {
    font-weight: bold;
}

#header .header__address .phone {
    font-size: 1.8rem;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-top: 10px;
}

#header .header__address .phone span:before {
    color: #097c25;
    margin-right: 10px;
}

#header .btn-toggle-nav {
    display: none;
}

@media screen and (max-width: 1023px) {
    #header .btn-toggle-nav {
        position: absolute;
        top: 0px;
        right: 0px;
        display: block;
        width: 50px;
        height: 50px;
    }
    #header .btn-toggle-nav .bar {
        width: 26px;
        height: 1px;
        background-color: #4e4e4e;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    #header .btn-toggle-nav .bar._1 {
        position: absolute;
        top: 16px;
        left: 12px;
    }
    #header .btn-toggle-nav .bar._2 {
        position: absolute;
        top: 24px;
        left: 12px;
    }
    #header .btn-toggle-nav .bar._3 {
        position: absolute;
        top: 33px;
        left: 12px;
    }
    #header .btn-toggle-nav .bar._4,
    #header .btn-toggle-nav .bar._5 {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 24px;
        height: 2px;
        opacity: 0;
        position: absolute;
        top: 28px;
        left: 18px;
    }
}

@media screen and (max-width: 1023px) {
    #header.opened .nav_wrap {
        -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    }
    #header.opened .btn-toggle-nav .bar._1 {
        opacity: 0;
        -webkit-transform: translate3d(0, 11px, 0);
        transform: translate3d(0, 11px, 0);
    }
    #header.opened .btn-toggle-nav .bar._2 {
        opacity: 0;
    }
    #header.opened .btn-toggle-nav .bar._3 {
        opacity: 0;
        -webkit-transform: translate3d(0, -11px, 0);
        transform: translate3d(0, -11px, 0);
    }
    #header.opened .btn-toggle-nav .bar._4 {
        opacity: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #header.opened .btn-toggle-nav .bar._5 {
        opacity: 1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

/** Middle */

#middle {
    width: 100%;
    margin: 0 0 60px 200px;
}

@media screen and (max-width: 1023px) {
    #middle {
        margin: 50px 0 0;
    }
}

.contents {
    max-width: 1020px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 auto;
}

.contents .inner {
    margin: 60px 10px;
}

@media screen and (max-width: 1023px) {
    .contents .inner {
        margin: 20px 10px;
    }
}

.contents .time {
    font-weight: bold;
    letter-spacing: 0.2em;
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    line-height: 1.66667em;
}

@media screen and (max-width: 1023px) {
    .contents .time {
        font-size: 1.3rem;
        line-height: 1.38462em;
    }
}

.contents .phone {
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #a40000;
    font-family: 'Lato', sans-serif;
}

a.link {
    color: #a40000;
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.fsize16 {
    font-size: 1.6rem;
    line-height: 1.625em;
}

@media screen and (max-width: 1023px) {
    .fsize16 {
        font-size: 1.2rem;
        line-height: 1.66667em;
    }
}

.fsize18 {
    font-size: 1.8rem;
    line-height: 1.66667em;
}

@media screen and (max-width: 1023px) {
    .fsize18 {
        font-size: 1.3rem;
        line-height: 1.38462em;
    }
}

.fsize20 {
    font-size: 2rem;
}

@media screen and (max-width: 1023px) {
    .fsize20 {
        font-size: 1.4rem;
    }
}

.fsize22 {
    font-size: 2.2rem;
}

@media screen and (max-width: 1023px) {
    .fsize22 {
        font-size: 1.6rem;
    }
}

.en {
    font-size: 1.2rem;
    display: block;
}

.fadein {
    opacity: 0.1;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.fadein.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.section_title {
    font-size: 3rem;
    margin-bottom: 30px;
    position: relative;
    font-weight: 400;
}

@media screen and (max-width: 1023px) {
    .section_title {
        font-size: 1.7rem;
        margin-bottom: 15px;
    }
}

.section_title:after {
    content: " ";
    position: absolute;
    top: 15px;
    left: 50%;
    width: 141px;
    height: 21px;
    margin-left: 100px;
    background-size: 141px 21px;
}

@media screen and (max-width: 1023px) {
    .section_title:after {
        position: absolute;
        top: 10px;
        right: 50%;
        width: 85px;
        height: 12px;
        background-size: 85px 12px !important;
        margin-left: 57px;
    }
}

.section_title:before {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 141px;
    height: 21px;
    margin-left: -240px;
    background-size: 141px 21px;
    content: " ";
}

@media screen and (max-width: 1023px) {
    .section_title:before {
        background-size: 85px 12px !important;
        width: 85px;
        height: 12px;
        position: absolute;
        top: 10px;
        left: 50%;
        margin-left: -142px;
    }
}

.section_title .en {
    font-size: 1.6rem;
    font-family: 'Lato', sans-serif;
}

@media screen and (max-width: 1023px) {
    .section_title .en {
        font-size: 1rem;
    }
}

h3.title,
h4.title {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    position: relative;
}

@media screen and (max-width: 1023px) {
    h3.title,
    h4.title {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
}

h3.title:after,
h4.title:after {
    content: "◆";
    color: #097c25;
    margin-left: 15px;
}

h3.title:before,
h4.title:before {
    content: "◆";
    color: #097c25;
    margin-right: 15px;
}

.btn_red {
    border: 1px solid #a40000;
    color: #a40000;
    text-align: center;
    font-size: 1.4rem;
    text-decoration: none;
    border-radius: 25px;
    background: #fff;
    padding: 5px 0 3px;
    width: 240px;
    display: block;
    margin: 25px auto;
}

.btn_red:after {
    color: #a40000;
    margin-left: 10px;
    font-family: icomoon;
    content: "\e926";
}

@media screen and (max-width: 1023px) {
    .btn_red {
        margin: 15px auto;
    }
}

.table_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1023px) {
    .table_list {
        display: block;
    }
}

table {
    width: 49%;
    font-family: 'Lato', sans-serif;
}

@media screen and (max-width: 1023px) {
    table {
        width: 100%;
        margin-bottom: 15px;
    }
}

table th {
    border: 1px solid #c9c9c9;
    padding: 12px 5px;
    font-weight: lighter;
    margin-left: 10px;
    letter-spacing: 0.1em;
    line-height: 1.6em;
}

@media screen and (max-width: 1023px) {
    table th {
        padding: 10px 5px;
        line-height: 1.2em;
    }
}

table td {
    background: #fff;
    border: 1px solid #c9c9c9;
    padding: 8px 5px;
    vertical-align: middle;
    /*letter-spacing: 0.1em;*/
    line-height: 1.6em;
    font-size: 1.4rem;

}

table td.green {
    background: #f8fff7;
}

table td.pink {
    background: #fcf8f8;
}

@media screen and (max-width: 1023px) {
    table td {
        padding: 10px 5px;
        line-height: 1.2em;
    }
}

table.green th {
    background: #f8fff7;
}

.caution {
    text-align: left;
    margin-top: 15px;
}

.boxlink__block__list {
    overflow: hidden;
}

.boxlink__block__list .box__listitem {
    float: left;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    position: relative;
    overflow: hidden;
    background: #313131;
    height: 380px;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
    .boxlink__block__list .box__listitem {
        width: 100% !important;
        height: 214px;
    }
}

.boxlink__block__list .box__listitem:nth-child(3n + 1) {
    border-left: none;
}

.boxlink__block__list .box__listitem a {
    display: table;
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
}

.boxlink__block__list .box__listitem a:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    z-index: 1;
    opacity: 0.7;
}

.boxlink__block__list .box__listitem a:hover:after {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.7;
}

.boxlink__block__list .box__listitem a:hover h3:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.boxlink__block__list .box__listitem .box_content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 3;
}

.boxlink__block__list .box__listitem .box_content h3 {
    position: relative;
    display: inline-block;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 1023px) {
    .boxlink__block__list .box__listitem .box_content h3 img {
        width: 68px;
        height: 68px;
    }
}

.boxlink__block__list .box__listitem .box_content h3 .type {
    font-size: 3rem;
    margin: 35px 0;
}

@media screen and (max-width: 1023px) {
    .boxlink__block__list .box__listitem .box_content h3 .type {
        font-size: 1.7rem;
        margin: 20px 0;
    }
}

.boxlink__block__list .box__listitem .box_content h3:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 15%;
    left: 0;
    height: 1px;
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

h4 {
    color: #097c25;
    margin: 2em 0 0.7em;
}

/** Page Top */

.page_top {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 1023px) {
    .page_top {
        display: block;
        bottom: 151px;
    }
}

.page_top a {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    width: 60px;
    height: 60px;
    background: #a40000;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
    .page_top a {
        width: 40px;
        height: 40px;
    }
}

.page_top a.hover {
    opacity: 0.7;
}

.page_top a img {
    width: 20px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 1023px) {
    .page_top a img {
        width: 15px;
        height: 8px;
    }
}

/** Modal */

.mfp-counter {
    display: none;
}

/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 0.7;
}

.mfp-close:active {
    top: 1px;
}

.mfp-image-holder .mfp-close {
    background: url("/assets/images/common/btn_close.png") no-repeat;
    top: -60px;
    right: 0;
    width: 36px;
}

.mfp-arrow {
    position: absolute;
    opacity: 1;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 0.7;
}

.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 1;
}

/* The shadow behind the image */

.mfp-bottom-bar {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: center;
    font-size: 3rem;
    font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #fff;
    word-wrap: break-word;
}

@media screen and (max-width: 1023px) {
    .mfp-title {
        font-size: 1.7rem;
    }
}

.mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

button.mfp-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    outline: none;
    z-index: 2;
    position: absolute;
    top: 50%;
    width: 29px;
    height: 54px;
    margin-top: 0;
    border-radius: 100%;
    text-align: center;
    z-index: 90;
    cursor: pointer;
    z-index: 2000;
}

@media screen and (max-width: 1023px) {
    button.mfp-arrow {
        width: 16px;
        height: 27px;
    }
}

button.mfp-arrow:after {
    content: none;
}

button.mfp-arrow:active {
    margin-top: 0;
}

button.mfp-arrow-left {
    left: 50%;
    margin-left: -490px;
    background: url("/assets/images/common/modal_arrow_prev.png") no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1023px) {
    button.mfp-arrow-left {
        left: 3%;
        margin-left: 0;
    }
}

button.mfp-arrow-right {
    right: 50%;
    margin-right: -490px;
    background: url("/assets/images/common/modal_arrow_next.png") no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1023px) {
    button.mfp-arrow-right {
        right: 3%;
        margin-right: 0;
    }
}

/** Footer */

.footer {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #f8fff7;
    padding: 19px 60px 0 200px;
    width: 100%;
    height: 60px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
}

@media screen and (max-width: 1023px) {
    .footer {
        position: static;
    }
}

.footer .footer__address {
    display: none;
}

.footer .footer__privacy {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    background: url("/assets/images/common/arrow_right.png") no-repeat #fff;
    background-size: 7px 12px;
    background-position: right 30px center;
    padding: 20px 0;
    text-align: center;
    border-right: 1px solid #e5e5e5;
}

.footer .footer__privacy a {
    display: block;
    padding-right: 25px;
}

@media screen and (max-width: 1023px) {
    .footer .footer__privacy {
        position: static;
        width: 100%;
        border: none;
        padding: 0;
        background: url("/assets/images/common/arrow_right.png") no-repeat #f8fff7;
        background-size: 7px 12px;
        background-position: right 120px center;
    }
}

@media screen and (max-width: 1023px) {
    .footer {
        padding: 10px 0;
        height: auto;
        font-size: 0.9rem;
    }
    .footer .footer__address {
        font-size: 1.1rem;
        width: 100%;
        display: block;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .footer .footer__address address {
        font-style: normal;
        letter-spacing: 0.1em;
    }
    .footer .footer__address .name {
        font-weight: bold;
        font-size: 1.2rem;
    }
    .footer .footer__address .phone {
        font-family: 'Lato', sans-serif;
        font-weight: bold;
    }
    .footer .footer__address .phone span:before {
        color: #097c25;
        margin-right: 10px;
    }
}

/** Unique */

body.home .inner {
    position: relative;
    margin: 40px auto 60px;
}

@media screen and (max-width: 1023px) {
    body.home .inner {
        width: 93.75%;
        margin: 30px auto;
    }
}

body.home .btn-link {
    letter-spacing: 0.2em;
    font-family: 'FuturaLT';
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 15px 0;
    display: block;
    width: 260px;
    margin: 40px auto 0;
    text-align: center;
    background: #097c25;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

@media screen and (max-width: 1023px) {
    body.home .btn-link {
        font-size: 1.5rem;
        width: 190px;
        padding: 15px 0;
        margin: 20px auto 0;
        width: 100%;
        background-position: right 15px center;
        background-size: 20px 4px;
    }
    body.home .btn-link:hover {
        background-position: right 15px center;
        background-size: 20px 4px;
    }
}

body.home #hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    width: 100%;
    /*height: 100vh;*/
	height: 520px;
}

@media screen and (max-width: 1023px) {
    body.home #hero {
        height: 215px;
    }
}

body.home #hero .hero_bg {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -1;
}

body.home #hero .hero_bg ul.hero__block__list {
    min-height: 100%;
    position: relative;
}

body.home #hero .hero_bg ul.hero__block__list li.hero__block__list___item {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
}

@media screen and (max-width: 1023px) {
    body.home #hero .hero_bg ul.hero__block__list li.hero__block__list___item {
        height: 215px;
    }
}

body.home #hero .hero_bg ul.hero__block__list li.hero__block__list___item .image01 {
    background: url(/assets/images/home/main-slider_image-1.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    transform: rotate(0.001deg);
}

@media screen and (max-width: 1023px) {
    body.home #hero .hero_bg ul.hero__block__list li.hero__block__list___item .image01 {
        height: 215px;
    }
}

body.home #hero .hero_bg ul.hero__block__list li.hero__block__list___item .image02 {
    background: url(/assets/images/home/main-slider_image-2.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    transform: rotate(0.001deg);
}

@media screen and (max-width: 1023px) {
    body.home #hero .hero_bg ul.hero__block__list li.hero__block__list___item .image02 {
        height: 215px;
    }
}

body.home #hero .hero_bg ul.hero__block__list li.hero__block__list___item .image03 {
    background: url(/assets/images/home/main-slider_image-3.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    transform: rotate(0.001deg);
}

@media screen and (max-width: 1023px) {
    body.home #hero .hero_bg ul.hero__block__list li.hero__block__list___item .image03 {
        height: 215px;
    }
}

body.home #hero a {
    color: #fff;
    text-decoration: underline;
}

body.home #hero a.hover {
    text-decoration: none;
}

body.home #hero .catch_copy {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 286px;
    height: 507px;
    margin: -240px 0 0 -143px;
    text-indent: 100%;
    white-space: nowrap;
    background: url("/assets/images/home/hero_catch.png") no-repeat;
    background-size: 280px;
}

@media screen and (max-width: 1023px) {
    body.home #hero .catch_copy {
        width: 87px;
        height: 187px;
        margin: -93px 0 0 -43px;
        background: url("/assets/images/home/hero_catch_sp.png") no-repeat;
        background-size: contain;
    }
}

body.home #hero .catch_copy h2 {
    font-size: 4.2rem;
    line-height: 3.3em;
    letter-spacing: 0.75 0.1em;
}

@media screen and (max-width: 1023px) {
    body.home #hero .catch_copy h2 {
        font-size: 2.1rem;
        line-height: 2em;
        margin-bottom: 1em;
    }
}

body.home #hero .catch_copy .cap {
    font-size: 2rem;
    font-family: 'FuturaLT';
}

@media screen and (max-width: 1023px) {
    body.home #hero .catch_copy .cap {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1023px) {
    body.home #hero {
        margin-top: 0;
        min-width: 100%;
    }
    body.home #hero .pop {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 160px;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
    body.home #hero .pop {
        right: -4.5%;
        width: 70px;
    }
}

body.home #news .inner {
    max-width: 1000px;
    padding: 0 15px;
}

@media screen and (max-width: 1023px) {
    body.home #news .inner {
        width: 93.75%;
 padding: 0px;

    }
}

body.home #news h2.section_title:after {
    background: url("/assets/images/home/deco_red.png");
}

body.home #news h2.section_title:before {
    background: url("/assets/images/home/deco_red.png");
}

body.home #news h2.section_title .en {
    color: #a40000;
}

body.home #news .tab-content {
display: -webkit-flex; /* Pc-safari */
display: -webkit-box;
display: -moz-box;
display: -webkit-flexbox;
display: -moz-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

body.home #news .tab-content .tab {
    background: #fff;
    display: inline-block;
    padding: 15px 10px 35px;
    width: 23.7%;
    font-size: 1.8rem;
    font-weight: bold;
    color: #646464;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-top: 4px solid #e5e5e5;
    position: relative;
    outline: none;
}

body.home #news .tab-content .tab.tab_news:before {
    content: " ";
    position: absolute;
    top: 15px;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -70px;
    background: url(/assets/images/home/icon_news.png);
}

body.home #news .tab-content .tab.tab_class:before {
    content: " ";
    position: absolute;
    top: 15px;
    left: 50%;
    width: 22px;
    height: 22px;
    margin-left: -70px;
    background: url(/assets/images/home/icon_class.png);
}

body.home #news .tab-content .tab.tab_event:before {
    content: " ";
    position: absolute;
    top: 15px;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -70px;
    background: url(/assets/images/home/icon_event.png);
}

body.home #news .tab-content .tab.tab_newsletter:before {
    margin-right: 10px;
    font-family: icomoon;
    content: "\e904";
}

body.home #news .tab-content .tab:hover,
body.home #news .tab-content .tab.is-current {
    color: #097c25;
    border-top: 4px solid #097c25;
}

body.home #news .tab-content .tab.tab_class:hover:before,
body.home #news .tab-content .tab.tab_class.is-current:before {
    background-size: cover;
    background: url(/assets/images/home/icon_class_ov.png);
}

body.home #news .tab-content .tab.tab_news:hover:before,
body.home #news .tab-content .tab.tab_news.is-current:before {
    background-size: cover;
    background: url(/assets/images/home/icon_news_ov.png);
}

body.home #news .tab-content .tab.tab_event:hover:before,
body.home #news .tab-content .tab.tab_event.is-current:before {
    background-size: cover;
    background: url(/assets/images/home/icon_event_ov.png);
}

body.home #news .tab-content .tab.tab_newsletter.is-current:before {}

body.home #news .tab-content .accordion-box {
    display: none;
    padding-bottom: 20px;
}

@media screen and (max-width:1023px) {
    body.home #news .tab-content {
        display: block;
    }
    body.home #news .tab-content .tab {
        font-size: 1.4rem;
        width: 100%;
        margin: 0;
        padding: 10px 0;
    }
    body.home #news .tab-content .tab.tab_news:before {
        top: 10px;
        margin-left: -60px;
    }
    body.home #news .tab-content .tab.tab_class:before {
        top: 10px;
        margin-left: -60px;
    }
    body.home #news .tab-content .tab.tab_event:before {
        top: 10px;
        margin-left: -60px;
    }
    body.home #news .tab-box {
        display: none;
    }
}

body.home #news .news__block__listItem:nth-child(odd) {
    background: #fcf8f8;
}

body.home #news .news__block__listItem a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 30px 10px 20px;
    background: url("/assets/images/home/news_arrow.png") no-repeat;
    background-position: right 20px center;
}

@media screen and (max-width: 1023px) {
    body.home #news .news__block__listItem a {
        display: block;
        text-align: left;
        font-size: 1.2rem;
    }
}

body.home #news .news__block__listItem a .item-postdate {
    color: #a40000;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
    margin-right: 48px;
    white-space: nowrap;
    font-size: 1.6rem;
}

@media screen and (max-width: 1023px) {
    body.home #news .news__block__listItem a .item-postdate {
        font-size: 1.2rem;
    }
}

body.home #news .news__block__listItem a:hover {
    font-weight: bold;
    background: url("/assets/images/home/news_arrow_ov.png") no-repeat;
    background-position: right 20px center;
}

body.home #classroom .inner {
    width: 100%;
}

body.home #classroom h2.section_title:after {
    background: url("/assets/images/home/deco_green.png");
}

body.home #classroom h2.section_title:before {
    background: url("/assets/images/home/deco_green.png");
}

body.home #classroom h2.section_title .en {
    color: #097c25;
}

@media screen and (max-width: 1023px) {
    body.home #classroom .btn-link {
        width: 93.75%;
    }
}

body.home #classroom .boxlink__block__list .box__listitem.class01 a:after {
    background: url(/assets/images/home/class01.jpg) center center no-repeat;
}

body.home #classroom .boxlink__block__list .box__listitem.class02 a:after {
    background: url(/assets/images/home/class02.jpg) center center no-repeat;
}

body.home #classroom .boxlink__block__list .box__listitem.class03 a:after {
    background: url(/assets/images/home/class03.jpg) center center no-repeat;
}

#information .inner {
    width: 100%;
    margin-bottom: 0;
}

#information h2.section_title:after {
    background: url("/assets/images/home/deco_red.png");
}

#information h2.section_title:before {
    background: url("/assets/images/home/deco_red.png");
}

#information h2.section_title .en {
    color: #a40000;
}

#information .boxlink__block__list .box__listitem.type01 {
    width: 33.33%;
}

#information .boxlink__block__list .box__listitem.type02 {
    width: 33.33%;
}

#information .boxlink__block__list .box__listitem.type03 {
    width: 33.33%;
}

#information .boxlink__block__list .box__listitem.type04 {
    width: 33.33%;
}

#information .boxlink__block__list .box__listitem.type05 {
    width: 33.33%;
}

#information .boxlink__block__list .box__listitem.info01 a:after {
    background: url(/assets/images/home/info01.jpg) center center no-repeat;
}

#information .boxlink__block__list .box__listitem.info02 a:after {
    background: url(/assets/images/home/info02.jpg) center center no-repeat;
}

#information .boxlink__block__list .box__listitem.info03 a:after {
    background: url(/assets/images/home/info03.jpg) center center no-repeat;
}

#information .boxlink__block__list .box__listitem.info04 a:after {
    background: url(/assets/images/home/info04.jpg) center center no-repeat;
}

#information .boxlink__block__list .box__listitem.info05 a:after {
    background: url(/assets/images/home/info05.jpg) center center no-repeat;
}

#information .boxlink__block__list .box__listitem.info06 a:after {
    background: url(/assets/images/home/info06.jpg) center center no-repeat;
}

#information .page_top {
    display: none;
}

#page_header {
    height: 520px;
    color: #fff;
    padding: 105px 0;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
    #page_header {
        height: 210px;
        padding: 25px 0;
    }
}

#page_header h2.page_title {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

@media screen and (max-width: 1023px) {
    #page_header h2.page_title img {
        width: 68px;
        height: 68px;
    }
}

#page_header h2.page_title .title {
    font-size: 4.6rem;
    line-height: 1.52174em;
    letter-spacing: 0.1em;
    white-space: nowrap;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    margin: 30px auto;
}

@media screen and (max-width: 1023px) {
    #page_header h2.page_title .title {
        font-size: 2.3rem;
        margin: 15px auto;
    }
}

#page_header h2.page_title .description {
    font-size: 2rem;
    letter-spacing: 0.3em;
}

@media screen and (max-width: 1023px) {
    #page_header h2.page_title .description {
        font-size: 1.2rem;
    }
}

#catch {
    position: relative;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.875em;
    padding: 95px 15px;
    font-weight: 500;
}

@media screen and (max-width: 1023px) {
    #catch {
        font-size: 1.3rem;
        padding: 20px 10px;
    }
}

#catch.green {
    background: url("/assets/images/common/catch_bg_green.png");
}

#catch.red {
    background: url("/assets/images/common/catch_bg_red.png");
}

.breadcrumb {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1023px) {
    .breadcrumb {
        display: none;
    }
}

.breadcrumb li {
    position: relative;
    margin-left: 20px;
}

.breadcrumb li:before {
    content: '>';
    position: absolute;
    left: -15px;
    top: 0px;
}

.breadcrumb li:first-child:before {
    content: '';
}

.breadcrumb li:last-child {
    text-decoration: underline;
}

body.faq #page_header {
    background: url("/assets/images/faq/pageheader.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 1023px) {
    body.faq #page_header {
        background: url("/assets/images/faq/pageheader_sp.jpg") no-repeat;
        background-size: cover;
    }
}

body.faq #page_header h2.page_title .title {
    width: 7em;
}

body.faq #faq {
    max-width: 1025px;
    margin: 80px auto 220px;
    padding: 0 15px;
}

@media screen and (max-width: 1023px) {
    body.faq #faq {
        margin: 30px 0 70px;
        padding: 0 10px;
    }
}

body.faq #faq .faq__block__list {
    margin: 0 0 20px 30px;
    padding-bottom: 20px;
    text-align: left;
}

@media screen and (max-width: 1023px) {
    body.faq #faq .faq__block__list {
        padding-bottom: 12px;
    }
}

body.faq #faq .faq__block__list:last-child {
    border-bottom: none;
}

body.faq #faq .faq__block__list:nth-child(even) {
    background: #f8fff7;
}

body.faq #faq .faq__block__list:nth-child(even) .faq__block__head .q {
    border-bottom-color: #097c25;
}

body.faq #faq .faq__block__list:nth-child(even) .faq__block__head .q:after {
    border-top-color: #097c25;
}

body.faq #faq .faq__block__list:nth-child(odd) {
    background: #fcf8f8;
}

body.faq #faq .faq__block__list:nth-child(odd) .faq__block__head .q {
    border-bottom-color: #a40000;
}

body.faq #faq .faq__block__list:nth-child(odd) .faq__block__head .q:after {
    border-top-color: #a40000;
}

body.faq #faq .faq__block__head {
    font-size: 1.8rem;
    font-weight: bold;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    padding: 20px 26px 0 50px;
}

@media screen and (max-width: 1023px) {
    body.faq #faq .faq__block__head {
        font-size: 1.3rem;
        padding: 12px 43px 0 35px;
    }
}

body.faq #faq .faq__block__head .q {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 0px;
    height: 0px;
    border: 30px solid transparent;
    display: block;
}

@media screen and (max-width: 1023px) {
    body.faq #faq .faq__block__head .q {
        position: absolute;
        top: -22px;
        left: -22px;
        border: 22px solid transparent;
    }
}

body.faq #faq .faq__block__head .q::before {
    content: "Q";
    position: absolute;
    top: 20px;
    left: -8px;
    -webkit-display: flex;
    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;
    color: #fff;
    font-size: 2.2rem;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0;
    z-index: 1;
}

@media screen and (max-width: 1023px) {
    body.faq #faq .faq__block__head .q::before {
        font-size: 1.6rem;
        position: absolute;
        top: 11px;
        left: -6px;
    }
}

body.faq #faq .faq__block__head .q:after {
    content: '';
    position: absolute;
    top: 30px;
    left: -30px;
    width: 0px;
    height: 0px;
    border: 30px solid transparent;
}

@media screen and (max-width: 1023px) {
    body.faq #faq .faq__block__head .q:after {
        position: absolute;
        top: 22px;
        left: -22px;
        border: 22px solid transparent;
    }
}

body.faq #faq .faq__block__head::after {
    content: "";
    background: url("/assets/images/faq/arrow_down.png");
    background-size: cover;
    position: absolute;
    top: 65%;
    right: 30px;
    width: 24px;
    height: 13px;
}

@media screen and (max-width: 1023px) {
    body.faq #faq .faq__block__head::after {
        position: absolute;
        top: 60%;
        right: 15px;
        width: 13px;
        height: 7px;
    }
}

body.faq #faq .faq__block__head.opened::after {
    background: url("/assets/images/faq/arrow_up.png");
    background-size: cover;
}

body.faq #faq .faq__block__body {
    height: 0;
    padding: 0 22px;
    margin: 0 50px 0;
    overflow: hidden;
    font-size: 1.6rem;
    position: relative;
    background: #fff;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    webkit-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
    body.faq #faq .faq__block__body {
        font-size: 1.2rem;
        margin: 0 20px;
        padding: 0 13px;
    }
}

body.faq #faq .faq__block__body.opened {
    height: auto;
    margin: 22px 50px 0;
    padding: 22px;
}

@media screen and (max-width: 1023px) {
    body.faq #faq .faq__block__body.opened {
        margin: 12px 20px 0;
        padding: 13px;
    }
}

@media screen and (max-width: 1023px) {
    body.faq .page_top {
        display: block;
        bottom: 150px;
    }
}

body.information #page_header {
    background: url("/assets/images/information/pageheader.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

body.information #page_header .title {
    width: 8em;
}

body.information #catch {
    padding: 55px 15px 30px;
}

@media screen and (max-width: 1023px) {
    body.information #catch {
        padding: 20px 10px;
    }
}

body.information #map h2.section_title:after {
    background: url("/assets/images/home/deco_red.png");
}

body.information #map h2.section_title:before {
    background: url("/assets/images/home/deco_red.png");
}

body.information #map h2.section_title .en {
    color: #a40000;
}

body.information #katakuri_info .inner {
    padding-left: 60px;
    text-align: left;
}

@media screen and (max-width: 1023px) {
    body.information #katakuri_info .inner {
        padding-left: 0;
    }
}

body.information #katakuri_info h3 {
    font-size: 2.4rem;
    font-weight: bold;
}

@media screen and (max-width: 1023px) {
    body.information #katakuri_info h3 {
        font-size: 1.6rem;
    }
}

body.information #katakuri_info h3:before,
body.information #katakuri_info h3:after {
    display: none;
}

body.information #katakuri_info .info__block__list {
    display: table;
    margin-bottom: 30px;
    margin-bottom: 10px;
}

body.information #katakuri_info .info__block__list .info__head {
    display: table-cell;
    width: 110px;
}

@media screen and (max-width: 1023px) {
    body.information #katakuri_info .info__block__list .info__head {
        width: 80px;
    }
}

body.information #katakuri_info .info__block__list .info__body {
    display: table-cell;
}

body.information #price h2.section_title:after {
    background: url("/assets/images/home/deco_green.png");
}

body.information #price h2.section_title:before {
    background: url("/assets/images/home/deco_green.png");
}

body.information #price h2.section_title .en {
    color: #097c25;
}

body.information #price h3 {
    font-size: 2.2rem;
}

@media screen and (max-width: 1023px) {
    body.information #price h3 {
        font-size: 1.5rem;
    }
}

body.information #prepaid.contents {
    border-bottom: none;
}

body.information #prepaid .prepaid__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 630px;
    margin: 0 auto;
}

@media screen and (max-width: 1023px) {
    body.information #prepaid .prepaid__block {
        display: block;
    }
}

body.information #prepaid .type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 40px;
}

@media screen and (max-width: 1023px) {
    body.information #prepaid .type {
        margin: 20px 0;
    }
}

body.information #prepaid .mark {
    font-size: 1.8rem;
    color: #a40000;
    border: 1px solid #a40000;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: -10px 15px 0;
    padding-top: 15px;
    width: 70px;
    height: 70px;
}

@media screen and (max-width: 1023px) {
    body.information #prepaid .mark {
        font-size: 1.3rem;
        line-height: 1.38462em;
        width: 60px;
        height: 60px;
        padding-top: 13px;
    }
}

body.information #information .inner {
    margin-top: 80px;
}

@media screen and (max-width: 1023px) {
    body.information #information .inner {
        margin-top: 30px;
    }
}

body.spring #page_header {
    background: url("/assets/images/spring/pageheader.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

body.spring #page_header .title {
    width: 4em;
}

body.spring #catch {
    padding: 55px 15px 30px;
}

@media screen and (max-width: 1023px) {
    body.spring #catch {
        padding: 20px 10px;
    }
}

body.spring table.man {
    position: relative;
    margin-top: 50px;
}

@media screen and (max-width: 1023px) {
    body.spring table.man {
        margin-top: 15px;
    }
}

body.spring table.man th {
    background: url("/assets/images/spring/spring_man_bg.png");
    padding: 18px 5px;
    font-size: 2.6rem;
    padding-left: 2em;
}

@media screen and (max-width: 1023px) {
    body.spring table.man th {
        font-size: 1.7rem;
    }
}

body.spring table.man th:before {
    content: "";
    background: url("/assets/images/spring/icon_spring_man.png");
    background-size: cover;
    position: absolute;
    top: 9%;
    left: 50%;
    width: 31px;
    height: 26px;
    margin-left: -50px;
}

body.spring table.man td {
    padding: 8px 5px;
    width: 50%;
}

body.spring table.woman {
    position: relative;
    margin-top: 50px;
}

@media screen and (max-width: 1023px) {
    body.spring table.woman {
        margin-top: 25px;
    }
}

body.spring table.woman th {
    background: url("/assets/images/spring/spring_woman_bg.png");
    padding: 18px 5px;
    font-size: 2.6rem;
    padding-left: 2em;
}

@media screen and (max-width: 1023px) {
    body.spring table.woman th {
        font-size: 1.7rem;
    }
}

body.spring table.woman th:before {
    content: "";
    background: url("/assets/images/spring/icon_spring_woman.png");
    background-size: cover;
    position: absolute;
    top: 9%;
    left: 50%;
    width: 31px;
    height: 26px;
    margin-left: -50px;
}

body.spring table.woman td {
    padding: 8px 5px;
    width: 50%;
}

body.spring .pic {
    max-width: 380px;
    margin: 0 auto 30px;
}

@media screen and (max-width: 1023px) {
    body.spring .pic {
        margin: 0 auto 15px;
    }
}

body.spring #amenity table.green td {
    padding: 15px;
}

body.spring #amenity .table_amenity {
    width: 49%;
}

@media screen and (max-width: 1023px) {
    body.spring #amenity .table_amenity {
        width: 100%;
    }
}

body.spring #quality table {
    max-width: 460px;
    margin: 0 auto;
}

body.spring #japanese .inner {
    margin-top: 60px;
}

@media screen and (max-width: 1023px) {
    body.spring #japanese .inner {
        margin-top: 30px;
    }
}

body.spring #japanese h2.section_title:after {
    background: url("/assets/images/home/deco_green.png");
}

body.spring #japanese h2.section_title:before {
    background: url("/assets/images/home/deco_green.png");
}

body.spring #japanese h2.section_title .en {
    color: #097c25;
}

body.spring #japanese .boxlink__block__list .box__listitem.japanese01 a:after {
    background: url(/assets/images/spring/japanese01.jpg) center center no-repeat;
}

body.spring #japanese .boxlink__block__list .box__listitem.japanese02 a:after {
    background: url(/assets/images/spring/japanese02.jpg) center center no-repeat;
}

body.spring #japanese .boxlink__block__list .box__listitem.japanese03 a:after {
    background: url(/assets/images/spring/japanese03.jpg) center center no-repeat;
}

body.spring #japanese .boxlink__block__list .box__listitem.japanese04 a:after {
    background: url(/assets/images/spring/japanese04.jpg) center center no-repeat;
}

body.spring #japanese .boxlink__block__list .box__listitem.japanese05 a:after {
    background: url(/assets/images/spring/japanese05.jpg) center center no-repeat;
}

body.spring #japanese .boxlink__block__list .box__listitem.japanese06 a:after {
    background: url(/assets/images/spring/japanese06.jpg) center center no-repeat;
}

body.spring #western .inner {
    margin-top: 60px;
}

@media screen and (max-width: 1023px) {
    body.spring #western .inner {
        margin-top: 30px;
    }
}

body.spring #western h2.section_title:after {
    background: url("/assets/images/home/deco_red.png");
}

body.spring #western h2.section_title:before {
    background: url("/assets/images/home/deco_red.png");
}

body.spring #western h2.section_title .en {
    color: #a40000;
}

body.spring #western .boxlink__block__list .box__listitem.japanese01 a:after {
    background: url(/assets/images/spring/western01.jpg) center center no-repeat;
}

body.spring #western .boxlink__block__list .box__listitem.japanese02 a:after {
    background: url(/assets/images/spring/western02.jpg) center center no-repeat;
}

body.spring #western .boxlink__block__list .box__listitem.japanese03 a:after {
    background: url(/assets/images/spring/western03.jpg) center center no-repeat;
}

body.spring #western .boxlink__block__list .box__listitem.japanese04 a:after {
    background: url(/assets/images/spring/western04.jpg) center center no-repeat;
}

body.spring #western .boxlink__block__list .box__listitem.japanese05 a:after {
    background: url(/assets/images/spring/western05.jpg) center center no-repeat;
}

body.spring #western .boxlink__block__list .box__listitem.japanese06 a:after {
    background: url(/assets/images/spring/western06.jpg) center center no-repeat;
}

body.pool #page_header {
    background: url("/assets/images/pool/pageheader.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

body.pool #page_header .title {
    width: 8em;
}

body.pool #zone {
    line-height: 3em;
}

@media screen and (max-width: 1023px) {
    body.pool #zone {
        line-height: 2em;
    }
}

body.pool #map h2.section_title:before {
    background: url("/assets/images/home/deco_red.png");
}
body.pool #map h2.section_title:after {
    background: url("/assets/images/home/deco_red.png");
}
body.pool #map h2.section_title .en {
    color: #a40000;
}


body.pool #price h2.section_title:after {
    background: url("/assets/images/home/deco_green.png");
}

body.pool #price h2.section_title:before {
    background: url("/assets/images/home/deco_green.png");
}

body.pool #price h2.section_title .en {
    color: #097c25;
}

body.pool #pool_type .inner {
    margin-top: 60px;
}

@media screen and (max-width: 1023px) {
    body.pool #pool_type .inner {
        margin-top: 30px;
    }
}

body.pool #pool_type h2.section_title:after {
    background: url("/assets/images/home/deco_red.png");
}

body.pool #pool_type h2.section_title:before {
    background: url("/assets/images/home/deco_red.png");
}

body.pool #pool_type h2.section_title .en {
    color: #a40000;
}

body.pool #pool_type .boxlink__block__list .box__listitem.pool01 a:after {
    background: url(/assets/images/pool/pool01.jpg) center center no-repeat;
}

body.pool #pool_type .boxlink__block__list .box__listitem.pool02 a:after {
    background: url(/assets/images/pool/pool02.jpg) center center no-repeat;
}

body.pool #pool_type .boxlink__block__list .box__listitem.pool03 a:after {
    background: url(/assets/images/pool/pool03.jpg) center center no-repeat;
}

body.pool #pool_type .boxlink__block__list .box__listitem.pool04 a:after {
    background: url(/assets/images/pool/pool04.jpg) center center no-repeat;
}

body.pool #pool_type .boxlink__block__list .box__listitem.pool05 a:after {
    background: url(/assets/images/pool/pool05.jpg) center center no-repeat;
}

body.pool #pool_type .boxlink__block__list .box__listitem.pool06 a:after {
    background: url(/assets/images/pool/pool06.jpg) center center no-repeat;
}

body.pool #pool_type .boxlink__block__list .box__listitem.pool07 a:after {
    background: url(/assets/images/pool/pool07.jpg) center center no-repeat;
}

body.pool #pool_type .boxlink__block__list .box__listitem.pool08 a:after {
    background: url(/assets/images/pool/pool08.jpg) center center no-repeat;
}

body.pool #pool_type .boxlink__block__list .box__listitem.pool09 a:after {
    background: url(/assets/images/pool/pool09.jpg) center center no-repeat;
}

body.relaxation {
    padding-bottom: 110px;
}

@media screen and (max-width: 1023px) {
    body.relaxation {
        padding-bottom: 0;
    }
}

body.relaxation #page_header {
    background: url("/assets/images/relaxation/pageheader.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

body.relaxation #page_header .title {
    width: 9em;
}

body.relaxation #catch {
    padding: 100px 15px;
}

@media screen and (max-width: 1023px) {
    body.relaxation #catch {
        padding: 20px 10px;
    }
}

body.relaxation #map.contents {
    border-bottom: none;
}

body.relaxation #map h2.section_title:after {
    background: url("/assets/images/home/deco_red.png");
}

body.relaxation #map h2.section_title:before {
    background: url("/assets/images/home/deco_red.png");
}

body.relaxation #map h2.section_title .en {
    color: #a40000;
}
body.relaxation #hand {
    line-height: 2.4em;
}

@media screen and (max-width: 1023px) {
    body.relaxation #hand {
        line-height: 1em;
    }
}

body.relaxation #hand h2.section_title:after {
    background: url("/assets/images/home/deco_green.png");
}

body.relaxation #hand h2.section_title:before {
    background: url("/assets/images/home/deco_green.png");
}

body.relaxation #hand h2.section_title .en {
    color: #097c25;
}

body.relaxation #menu .menu__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 940px;
    margin: 0 auto;
}

@media screen and (max-width: 1023px) {
    body.relaxation #menu .menu__block {
        display: block;
    }
}

body.relaxation #menu .menu__block .menu__image {
    max-width: 360px;
    margin-right: 40px;
}

@media screen and (max-width: 1023px) {
    body.relaxation #menu .menu__block .menu__image {
        width: 100%;
        margin: 0 auto;
    }
}

body.relaxation #menu .menu__type {
    max-width: 540px;
}

@media screen and (max-width: 1023px) {
    body.relaxation #menu .menu__type {
        width: 100%;
        margin: 0 auto;
    }
}

body.relaxation #menu .menu__type .type {
    width: 100%;
    margin-bottom: 40px;
    text-align: left;
}

@media screen and (max-width: 1023px) {
    body.relaxation #menu .menu__type .type {
        margin: 20px 0;
    }
}

body.relaxation #menu .menu__type .type .btn_red {
    margin: 50px 0 0;
}

@media screen and (max-width: 1023px) {
    body.relaxation #menu .menu__type .type .btn_red {
        margin: 20px auto 0;
    }
}

body.relaxation #coin {
    max-width: 1030px;
    margin: 0 auto;
}

@media screen and (max-width: 1023px) {
    body.relaxation #coin {
        margin-bottom: 30px;
    }
}

body.relaxation #coin.contents {
    border-bottom: none;
}

body.relaxation #coin .inner {
    margin-top: 60px;
}

@media screen and (max-width: 1023px) {
    body.relaxation #coin .inner {
        margin-top: 30px;
    }
}

body.relaxation #coin h2.section_title:after {
    background: url("/assets/images/home/deco_red.png");
    margin-left: 150px;
}

@media screen and (max-width: 1023px) {
    body.relaxation #coin h2.section_title:after {
        margin-left: 75px;
    }
}

body.relaxation #coin h2.section_title:before {
    background: url("/assets/images/home/deco_red.png");
    margin-left: -290px;
}

@media screen and (max-width: 1023px) {
    body.relaxation #coin h2.section_title:before {
        margin-left: -160px;
    }
}

body.relaxation #coin h2.section_title .en {
    color: #a40000;
}

body.relaxation #coin .coin__block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1023px) {
    body.relaxation #coin .coin__block__list {
        display: block;
    }
}

body.relaxation #coin .coin__block__list .coin__listitem {
    width: 33%;
    font-size: 1.6rem;
    border-top: 4px solid #a40000;
    padding: 30px;
    margin-right: 20px;
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
    text-align: center;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
    body.relaxation #coin .coin__block__list .coin__listitem {
        width: 100%;
        font-size: 1.2rem;
        padding: 15px;
        margin: 0 0 15px;
    }
}

body.relaxation #coin .coin__block__list .coin__listitem h3 {
    font-size: 1.8rem;
    display: block;
}

@media screen and (max-width: 1023px) {
    body.relaxation #coin .coin__block__list .coin__listitem h3 {
        font-size: 1.3rem;
    }
}

body.relaxation #coin .coin__block__list .coin__listitem img {
    margin: 17px 0;
}

body.relaxation #coin .coin__block__list .coin__listitem .set {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 13px;
    padding-bottom: 13px;
}

body.relaxation #coin .coin__block__list .coin__listitem .set .price {
    font-weight: bold;
    font-size: 2rem;
    color: #a40000;
}

@media screen and (max-width: 1023px) {
    body.relaxation #coin .coin__block__list .coin__listitem .set .price {
        font-size: 1.4rem;
    }
}

body.relaxation #coin .coin__block__list .coin__listitem .description {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.8125em;
}

@media screen and (max-width: 1023px) {
    body.relaxation #coin .coin__block__list .coin__listitem .description {
        font-size: 1.2rem;
        line-height: 1.66667em;
    }
}

body.cuisine #page_header {
    background: url("/assets/images/cuisine/pageheader.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

body.cuisine #page_header .title {
    width: 8em;
}

body.cuisine #catch {
    padding: 55px 15px;
}

@media screen and (max-width: 1023px) {
    body.cuisine #catch {
        padding: 20px 10px;
    }
}

body.cuisine #map h2.section_title:after {
    background: url("/assets/images/home/deco_red.png");
}

body.cuisine #map h2.section_title:before {
    background: url("/assets/images/home/deco_red.png");
}

body.cuisine #map h2.section_title .en {
    color: #a40000;
}
body.cuisine #location .inner {
    margin-top: 60px;
}

@media screen and (max-width: 1023px) {
    body.cuisine #location .inner {
        margin-top: 30px;
    }
}

body.cuisine #location h2.section_title:after {
    background: url("/assets/images/home/deco_green.png");
}

body.cuisine #location h2.section_title:before {
    background: url("/assets/images/home/deco_green.png");
}

body.cuisine #location h2.section_title .en {
    color: #097c25;
}

body.cuisine #location .boxlink__block__list .box__listitem.location01 a:after {
    background: url(/assets/images/cuisine/location01.jpg) center center no-repeat;
}

body.cuisine #location .boxlink__block__list .box__listitem.location02 a:after {
    background: url(/assets/images/cuisine/location02.jpg) center center no-repeat;
}

body.cuisine #location .boxlink__block__list .box__listitem.location03 a:after {
    background: url(/assets/images/cuisine/location03.jpg) center center no-repeat;
}

body.cuisine #location .boxlink__block__list .box__listitem.location04 a:after {
    background: url(/assets/images/cuisine/location04.jpg) center center no-repeat;
}

body.cuisine #location .boxlink__block__list .box__listitem.location05 a:after {
    background: url(/assets/images/cuisine/location05.jpg) center center no-repeat;
}

body.cuisine #location .boxlink__block__list .box__listitem.location06 a:after {
    background: url(/assets/images/cuisine/location06.jpg) center center no-repeat;
}

.news #page_header {
    background: url(/assets/images/news/pageheader.jpg) no-repeat;
    background-size: cover;
}

.news #page_header h2.page_title .title {
    width: 5em;
}

@media screen and (max-width: 1023px) {
    .news #page_header {
        background: url("/assets/images/news/pageheader_sp.jpg") no-repeat;
        background-size: cover;
    }
}

.news #catch.catch__only-breadcrumb {
    padding: 60px 15px;
}

#news {
    max-width: 1024px;
    margin: 0 auto 65px;
}

#news.contents {
    border-bottom: none;
}

#news h2.section_title {
    font-size: 3rem;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    position: relative;
}

@media screen and (max-width: 1023px) {
    #news h2.section_title {
        font-size: 1.7rem;
    }
}

#news h2.section_title:after {
    content: " ";
    position: absolute;
    top: 15px;
    left: 50%;
    width: 141px;
    height: 21px;
    margin-left: 100px;
    background-size: 141px 21px;
}

@media screen and (max-width: 1023px) {
    #news h2.section_title:after {
        position: absolute;
        top: 10px;
        right: 50%;
        width: 85px;
        height: 12px;
        background-size: 85px 12px !important;
        margin-left: 57px;
    }
}

#news h2.section_title:before {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 141px;
    height: 21px;
    margin-left: -240px;
    background-size: 141px 21px;
    content: " ";
}

@media screen and (max-width: 1023px) {
    #news h2.section_title:before {
        background-size: 85px 12px !important;
        width: 85px;
        height: 12px;
        position: absolute;
        top: 10px;
        left: 50%;
        margin-left: -142px;
    }
}

#news h2.section_title .en {
    font-size: 1.6rem;
    font-family: 'Lato', sans-serif;
}

@media screen and (max-width: 1023px) {
    #news h2.section_title .en {
        font-size: 1rem;
    }
}

#news .inner {
    max-width: 1000px;
}

@media screen and (max-width: 1023px) {
    #news .inner {
        width: 93.75%;
    }
}

#news h2.section_title:after {
    background: url("/assets/images/home/deco_red.png");
}

#news h2.section_title:before {
    background: url("/assets/images/home/deco_red.png");
}

#news h2.section_title .en {
    color: #a40000;
}

#news .news__block__listItem:nth-child(odd) {
    background: #fcf8f8;
}

#news .news__block__listItem a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 30px 10px 20px;
    background: url("/assets/images/home/news_arrow.png") no-repeat;
    background-position: right 20px center;
}

@media screen and (max-width: 1023px) {
    #news .news__block__listItem a {
        display: block;
        text-align: left;
        font-size: 1.2rem;
    }
}

#news .news__block__listItem a .item-postdate {
    color: #a40000;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
    margin-right: 48px;
    white-space: nowrap;
    font-size: 1.6rem;
}

@media screen and (max-width: 1023px) {
    #news .news__block__listItem a .item-postdate {
        font-size: 1.2rem;
    }
}

#news .news__block__listItem a:hover {
    font-weight: bold;
    background: url("/assets/images/home/news_arrow_ov.png") no-repeat;
    background-position: right 20px center;
}

#news .inner {
    margin-bottom: 65px;
}

#news .pagination {
    text-align: center;
    margin: 0 auto;
}

#news .pagination li {
    display: inline-block;
}

#news .pagination li a {
    display: block;
    width: 48px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    color: #097c25;
    text-decoration: none;
    border: 1px solid #097c25;
}

@media screen and (max-width: 1023px) {
    #news .pagination li a {
        width: 36px;
        height: 36px;
        font-size: 16px;
        line-height: 36px;
    }
}

#news .pagination li a.active {
    color: #fff;
    background-color: #097c25;
}

.news-detail #page_header {
    background: url(/assets/images/news/pageheader.jpg) no-repeat;
}

@media screen and (max-width: 1023px) {
    .news-detail #page_header {
        background: url("/assets/images/news/pageheader_sp.jpg") no-repeat;
        background-size: cover;
    }
}

.news-detail #catch.catch__only-breadcrumb {
    padding: 60px 15px;
}

#news-detail {
    margin-bottom: 60px;
}

#news-detail.contents {
    border-bottom: none;
}

#news-detail .c-single-contents {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
}

#news-detail .c-single-contents .c-single-date-wrap {
    color: #aa1111;
}

#news-detail .c-single-contents .c-single-ttl {
    font-size: 2rem;
    line-height: 2.5em;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 35px;
}

#news-detail .c-single-contents .c-contents p {
    line-height: 2em;
    margin-bottom: 1em;
}

#news-detail .btn-link {
    letter-spacing: 0.2em;
    font-family: 'FuturaLT';
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 15px 0;
    display: block;
    width: 260px;
    margin: 40px auto 0;
    text-align: center;
    background: #097c25;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.contact #page_header {
    background: url(/assets/images/contact/pageheader.jpg) no-repeat;
    background-size: cover;
}

.contact #page_header h2.page_title .title {
    width: 7em;
}

@media screen and (max-width: 1023px) {
    .contact #page_header {
        background: url("/assets/images/contact/pageheader_sp.jpg") no-repeat;
        background-size: cover;
    }
}

.contact #catch a.em {
    color: #a40000;
    text-decoration: underline;
}

#contact {
    max-width: 1024px;
    margin: 0 auto 65px;
}

#contact.contents {
    border-bottom: none;
}

#contact .information__wrap {
    max-width: 808px;
    margin: 0 auto;
    border: 1px solid #ccc;
}

#contact .information__wrap .information__title {
    font-size: 2rem;
    color: #fff;
    line-height: 58px;
    border-bottom: 1px solid #ccc;
    background-color: #097c25;
}

@media screen and (max-width: 1023px) {
    #contact .information__wrap .information__title {
        font-size: 1.5rem;
    }
}

#contact .information__wrap .information__value .information__value--phone {
    width: 280px;
    color: #097c25;
    font-weight: bold;
    margin: 40px auto 20px;
}

@media screen and (max-width: 1023px) {
    #contact .information__wrap .information__value .information__value--phone {
        width: 240px;
    }
}

#contact .information__wrap .information__value .information__value--phone dt {
    display: inline-block;
    margin-bottom: 20px;
}

#contact .information__wrap .information__value .information__value--phone dd {
    display: inline-block;
    font-size: 2.5rem;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
    #contact .information__wrap .information__value .information__value--phone dd {
        font-size: 2rem;
    }
}

#contact .information__wrap .information__value--open {
    margin-bottom: 40px;
    padding: 0 20px;
}

@media screen and (max-width: 479px) {
    #contact .information__wrap .information__value--open {
        text-align: left;
    }
}

.front #page_header {
    background: url(/assets/images/front/pageheader.jpg) no-repeat;
    background-size: cover;
}

.front #page_header h2.page_title .title {
    width: 9em;
}

@media screen and (max-width: 1023px) {
    .front #page_header {
        background: url("/assets/images/front/pageheader_sp.jpg") no-repeat;
        background-size: cover;
    }
}

.front #catch.catch__only-breadcrumb {
    padding: 60px 15px;
}

#front {
    max-width: 1024px;
    margin: 0 auto;
    border-bottom-width: 0;
}

#front .inner {
    margin: 60px 0;
    max-width: 1024px;
}

@media screen and (max-width: 1023px) {
    #front .inner {
        width: 93.75%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1023px) {
    #front .inner__sales {
        width: 93.75%;
        margin-top: 60px;
    }
}

#front .inner__sales .section_title {
    font-size: 3rem;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    position: relative;
}

@media screen and (max-width: 1023px) {
    #front .inner__sales .section_title {
        font-size: 1.7rem;
    }
}

#front .inner__sales .section_title:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    width: 141px;
    height: 21px;
    margin-left: 100px;
    background-size: 141px 21px;
    background: url("/assets/images/home/deco_red.png");
}

@media screen and (max-width: 1023px) {
    #front .inner__sales .section_title:after {
        top: 10px;
        right: 50%;
        width: 85px;
        height: 12px;
        background-size: 85px 12px !important;
        margin-left: 57px;
    }
}

#front .inner__sales .section_title:before {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 141px;
    height: 21px;
    margin-left: -240px;
    background-size: 141px 21px;
    content: " ";
    background: url("/assets/images/home/deco_red.png");
}

@media screen and (max-width: 1023px) {
    #front .inner__sales .section_title:before {
        background-size: 85px 12px !important;
        width: 85px;
        height: 12px;
        top: 10px;
        left: 50%;
        margin-left: -142px;
    }
}

#front .inner__sales .section_title .en {
    font-size: 1.6rem;
    font-family: 'Lato', sans-serif;
    color: #a40000;
}

@media screen and (max-width: 1023px) {
    #front .inner__sales .section_title .en {
        font-size: 1rem;
    }
}

#front .inner__rental .section_title {
    font-size: 3rem;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    position: relative;
}

@media screen and (max-width: 1023px) {
    #front .inner__rental .section_title {
        font-size: 1.7rem;
    }
}

#front .inner__rental .section_title:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    width: 141px;
    height: 21px;
    margin-left: 100px;
    background-size: 141px 21px;
    background: url("/assets/images/home/deco_green.png");
}

@media screen and (max-width: 1023px) {
    #front .inner__rental .section_title:after {
        top: 10px;
        right: 50%;
        width: 85px;
        height: 12px;
        background-size: 85px 12px !important;
        margin-left: 57px;
    }
}

#front .inner__rental .section_title:before {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 141px;
    height: 21px;
    margin-left: -240px;
    background-size: 141px 21px;
    content: " ";
    background: url("/assets/images/home/deco_green.png");
}

@media screen and (max-width: 1023px) {
    #front .inner__rental .section_title:before {
        background-size: 85px 12px !important;
        width: 85px;
        height: 12px;
        top: 10px;
        left: 50%;
        margin-left: -142px;
    }
}

#front .inner__rental .section_title .en {
    font-size: 1.6rem;
    font-family: 'Lato', sans-serif;
    color: #097c25;
}

@media screen and (max-width: 1023px) {
    #front .inner__rental .section_title .en {
        font-size: 1rem;
    }
}

#front .inner__spring-stand .section_title {
    font-size: 3rem;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    position: relative;
}

@media screen and (max-width: 1023px) {
    #front .inner__spring-stand .section_title {
        font-size: 1.7rem;
    }
}

#front .inner__spring-stand .section_title:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    width: 141px;
    height: 21px;
    margin-left: 100px;
    background-size: 141px 21px;
    background: url("/assets/images/home/deco_red.png");
}

@media screen and (max-width: 1023px) {
    #front .inner__spring-stand .section_title:after {
        top: 10px;
        right: 50%;
        width: 85px;
        height: 12px;
        background-size: 85px 12px !important;
        margin-left: 57px;
    }
}

#front .inner__spring-stand .section_title:before {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 141px;
    height: 21px;
    margin-left: -240px;
    background-size: 141px 21px;
    content: " ";
    background: url("/assets/images/home/deco_red.png");
}

@media screen and (max-width: 1023px) {
    #front .inner__spring-stand .section_title:before {
        background-size: 85px 12px !important;
        width: 85px;
        height: 12px;
        top: 10px;
        left: 50%;
        margin-left: -142px;
    }
}

#front .inner__spring-stand .section_title .en {
    font-size: 1.6rem;
    font-family: 'Lato', sans-serif;
    color: #a40000;
}

@media screen and (max-width: 1023px) {
    #front .inner__spring-stand .section_title .en {
        font-size: 1rem;
    }
}

#front .section_copy {
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 55px;
    border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 1023px) {
    #front .section_copy {
        font-size: 1.4rem;
    }
}

#front .section_copy img {
    display: block;
    margin: 0 auto 35px;
}

#front .information__wrap {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
    padding: 55px 0;
}

#front .information__wrap .information__title {
    position: relative;
    font-size: 2.0rem;
    margin-bottom: 35px;
}

@media screen and (max-width: 1023px) {
    #front .information__wrap .information__title {
        font-size: 1.6rem;
    }
}

#front .information__wrap .information__title:before,
#front .information__wrap .information__title:after {
    position: absolute;
    content: "■";
    font-size: 1.8rem;
    color: #097c25;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#front .information__wrap .information__title:before {
    margin-left: -1.8em;
}

@media screen and (max-width: 1023px) {
    #front .information__wrap .information__title:before {
        font-size: 1.4rem;
        margin-left: -1.4em;
    }
}

#front .information__wrap .information__title:after {
    margin-left: 0.8em;
}

@media screen and (max-width: 1023px) {
    #front .information__wrap .information__title:after {
        font-size: 1.4rem;
        margin-left: 0.4em;
    }
}

#front .information__wrap .information__value {
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-width: 1023px) {
    #front .information__wrap .information__value {
        font-size: 1.4rem;
    }
}

#front .information__wrap .information__value .price {
    color: #a40000;
}

#front .information__wrap.information__items .information__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 750px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    #front .information__wrap.information__items .information__value {
        display: block;
    }
}

#front .information__wrap.information__items .information__value--items {
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    margin-left: 1.6em;
}

@media screen and (max-width: 1023px) {
    #front .information__wrap.information__items .information__value--items {
        margin-left: 1.4em;
    }
}

@media screen and (max-width: 767px) {
    #front .information__wrap.information__items .information__value--items {
        max-width: 160px;
        margin: 0 auto;
    }
}

#front .information__wrap.information__items .information__value--items li {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 5px;
}

@media screen and (max-width: 1023px) {
    #front .information__wrap.information__items .information__value--items li {
        font-size: 1.4rem;
    }
}

#front .information__wrap.information__items .information__value--items li:before {
    position: absolute;
    content: "□";
    color: #097c25;
    margin-left: -1.6em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 1023px) {
    #front .information__wrap.information__items .information__value--items li:before {
        margin-left: -1.4em;
    }
}

#front .information__wrap.information__items .information__value--items.with-price li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#front .information__wrap.information__items .information__value--items.with-price li:before {
    content: "□";
    color: #a40000;
}

#front .news__block__listItem:nth-child(odd) {
    background: #fcf8f8;
}

#front .news__block__listItem a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 30px 10px 20px;
    background: url("/assets/images/home/news_arrow.png") no-repeat;
    background-position: right 20px center;
}

@media screen and (max-width: 1023px) {
    #front .news__block__listItem a {
        display: block;
        text-align: left;
        font-size: 1.2rem;
    }
}

#front .news__block__listItem a .item-postdate {
    color: #a40000;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
    margin-right: 48px;
    white-space: nowrap;
    font-size: 1.6rem;
}

@media screen and (max-width: 1023px) {
    #front .news__block__listItem a .item-postdate {
        font-size: 1.2rem;
    }
}

#front .news__block__listItem a:hover {
    font-weight: bold;
    background: url("/assets/images/home/news_arrow_ov.png") no-repeat;
    background-position: right 20px center;
}

#front .inner {
    margin-bottom: 65px;
}

#front .pagination {
    text-align: center;
    margin: 0 auto;
}

#front .pagination li {
    display: inline-block;
}

#front .pagination li a {
    display: block;
    width: 48px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    color: #097c25;
    text-decoration: none;
    border: 1px solid #097c25;
}

@media screen and (max-width: 1023px) {
    #front .pagination li a {
        width: 36px;
        height: 36px;
        font-size: 16px;
        line-height: 36px;
    }
}

#front .pagination li a.active {
    color: #fff;
    background-color: #097c25;
}

body.lesson #middle #page_header {
    background: url("/assets/images/lesson/pageheader.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

body.lesson #middle #page_header h2.page_title .title {
    width: 8em;
}

@media screen and (max-width: 1023px) {
    body.lesson #middle body.lesson #page_header {
        background: url("/assets/images/lesson/pageheader_sp.jpg") no-repeat;
        background-size: cover;
    }
}

@media screen and (max-width: 1023px) {
    body.lesson #middle body.lesson #page_header h2.page_title .title {
        width: 10em;
    }
}

@media screen and (max-width: 1023px) {
    body.lesson #middle body.lesson #page_header h2.page_title .title {
        font-size: 2.3rem;
        margin: 15px auto;
    }
}

body.lesson #middle .bread_box {
    position: relative;
}

body.lesson #middle .inner {
    position: relative;
    margin: 0 auto;
}

body.lesson #middle #health .inner {
    padding: 70px 15px 0;
}

@media screen and (max-width: 1023px) {
    body.lesson #middle #health .inner {
        padding: 20px 10px;
    }
}

body.lesson #middle #health .section_title:after {
    background: url("/assets/images/home/deco_green.png");
}

body.lesson #middle #health .section_title:before {
    background: url("/assets/images/home/deco_green.png");
}

body.lesson #middle #health .section_title .en {
    color: #097c25;
}

body.lesson #middle #health .health__block__list {
    max-width: 700px;
    margin: -18px auto;
}

@media screen and (max-width: 1023px) {
    body.lesson #middle #health .health__block__list {
        margin: -10px auto;
    }
}

body.lesson #middle #health .health__block__listItem a {
    font-size: 1.6rem;
    padding: 20px 27px;
    border-left: 4px solid #a40000;
    background: url("/assets/images/home/news_arrow.png") no-repeat;
    background-position: right 20px center;
    display: block;
    text-align: left;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    margin: 18px 0;
}

@media screen and (max-width: 1023px) {
    body.lesson #middle #health .health__block__listItem a {
        display: block;
        padding: 10px 20px;
        font-size: 1.2rem;
        margin: 10px 0;
    }
}

body.lesson #middle #health .health__block__listItem a:hover {
    font-weight: bold;
    background: url("/assets/images/home/news_arrow_ov.png") no-repeat #fcf8f8;
    background-position: right 20px center;
}

body.lesson #middle #event .inner {
    max-width: 700px;
    padding: 70px 15px 0;
}

@media screen and (max-width: 1023px) {
    body.lesson #middle #event .inner {
        padding: 20px 10px;
    }
}

body.lesson #middle #event .section_title:after {
    background: url("/assets/images/home/deco_red.png");
}

body.lesson #middle #event .section_title:before {
    background: url("/assets/images/home/deco_red.png");
}

body.lesson #middle #event .section_title .en {
    color: #a40000;
}

body.lesson #middle #event .event__block__list {
    margin: -18px auto;
}

@media screen and (max-width: 1023px) {
    body.lesson #middle #event .event__block__list {
        margin: -10px auto;
    }
}

body.lesson #middle #event .event__block__listItem a {
    font-size: 1.6rem;
    padding: 20px 27px;
    border-left: 4px solid #097c25;
    background: url("/assets/images/home/news_arrow.png") no-repeat;
    background-position: right 10px center;
    display: block;
    text-align: left;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    margin: 18px 0;
}

@media screen and (max-width: 1023px) {
    body.lesson #middle #event .event__block__listItem a {
        display: block;
        padding: 10px 20px;
        font-size: 1.2rem;
        margin: 10px 0;
    }
}

body.lesson #middle #event .event__block__listItem a:hover {
    font-weight: bold;
    background: url("/assets/images/lesson/arrow_right_green.png") no-repeat #f8fff7;
    background-position: right 10px center;
}

body.lesson #middle h4.box_title {
    margin: 35px 0 60px;
    color: #646464;
    font-size: 2.2rem;
}

@media screen and (max-width: 1023px) {
    body.lesson #middle h4.box_title {
        font-size: 1.5rem;
        margin: 15px 0 30px;
    }
}

body.lesson #middle h4.box_title img {
    margin-right: 15px;
    vertical-align: middle;
}

@media screen and (max-width: 1023px) {
    body.lesson #middle h4.box_title img {
        width: 20px;
        height: 20px;
    }
}

body.lesson #middle #program .inner {
    margin-bottom: 100px;
    max-width: 940px;
    padding: 70px 15px 0;
}

@media screen and (max-width: 1023px) {
    body.lesson #middle #program .inner {
        padding: 20px 10px;
        margin-bottom: 30px;
    }
}

body.lesson #middle #program .section_title:after {
    margin-left: 200px;
    background: url("/assets/images/home/deco_green.png");
}

@media screen and (max-width: 1023px) {
    body.lesson #middle #program .section_title:after {
        margin-left: 105px;
        width: 36px;
    }
}

body.lesson #middle #program .section_title:before {
    margin-left: -340px;
    background: url("/assets/images/home/deco_green.png");
}

@media screen and (max-width: 1023px) {
    body.lesson #middle #program .section_title:before {
        margin-left: -142px;
        width: 36px;
    }
}

body.lesson #middle #program .section_title .en {
    color: #097c25;
}

body.lesson #middle #program p {
    position: absolute;
    bottom: 0px;
    left: 15px;
    text-align: left;
    margin-top: 50px;
}

@media screen and (max-width: 1023px) {
    body.lesson #middle #program p {
        position: static;
        margin: 15px 0;
    }
}

body.lesson #middle #program td.week {
    padding: 20px;
}

@media screen and (max-width: 1023px) {
    body.lesson #middle #program td.week {
        padding: 10px;
    }
}

body.lesson #middle #program td.lesson {
    text-align: left;
    width: 50%;
    font-size: 1.4rem;
}

body.lesson #middle #program td.lesson .time {
    font-size: 1.6rem;
    display: block;
}

body.lesson_detail #middle #page_header {
    background: url("/assets/images/lesson/pageheader.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

body.lesson_detail #middle #page_header h2.page_title .title {
    width: 8em;
}

@media screen and (max-width: 1023px) {
    body.lesson_detail #middle body.lesson #page_header {
        background: url("/assets/images/lesson/pageheader_sp.jpg") no-repeat;
        background-size: cover;
    }
}

@media screen and (max-width: 1023px) {
    body.lesson_detail #middle body.lesson #page_header h2.page_title .title {
        width: 10em;
    }
}

@media screen and (max-width: 1023px) {
    body.lesson_detail #middle body.lesson #page_header h2.page_title .title {
        font-size: 2.3rem;
        margin: 15px auto;
    }
}

body.lesson_detail #middle .bread_box {
    position: relative;
}

body.lesson_detail #middle #detail .inner {
    max-width: 685px;
    position: relative;
    padding: 70px 15px 90px;
    margin: 0 auto;
}

@media screen and (max-width: 1023px) {
    body.lesson_detail #middle #detail .inner {
        padding: 20px 10px;
    }
}

body.lesson_detail #middle #detail .section_title:after {
    background: url("/assets/images/home/deco_green.png");
}

body.lesson_detail #middle #detail .section_title:before {
    background: url("/assets/images/home/deco_green.png");
}

body.lesson_detail #middle #detail .section_title .en {
    color: #097c25;
}

body.lesson_detail #middle #detail .pic {
    margin: 0 auto 30px;
}

body.lesson_detail #middle #detail .pic img {
    width: 100%;
}

@media screen and (max-width: 1023px) {
    body.lesson_detail #middle #detail .pic {
        margin: 0 auto 20px;
    }
}

body.lesson_detail #middle #detail p {
    text-align: left;
}

body.lesson_detail #middle #detail table {
    width: 100%;
    margin: 70px 0 60px;
}

@media screen and (max-width: 1023px) {
    body.lesson_detail #middle #detail table {
        margin: 20px 0;
    }
}

body.lesson_detail #middle #detail th {
    width: 180px;
    padding: 18px;
    white-space: nowrap;
}

@media screen and (max-width: 1023px) {
    body.lesson_detail #middle #detail th {
        padding: 10px 5px;
        width: 53px;
    }
}

body.lesson_detail #middle #detail td {
    text-align: left;
    padding: 18px 30px;
}

@media screen and (max-width: 1023px) {
    body.lesson_detail #middle #detail td {
        padding: 10px 5px;
    }
}

body.access #page_header {
    background: url("/assets/images/access/pageheader.jpg") no-repeat;
    background-size: cover;
    background-position: right;
}

body.access #page_header h2.page_title .title {
    width: 8em;
    font-size: 4.6rem;
    line-height: 1.52174em;
    white-space: nowrap;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin: 30px auto;
}

@media screen and (max-width: 1023px) {
    body.access #page_header {
        background: url("/assets/images/access/pageheader_sp.jpg") no-repeat;
        background-size: cover;
    }
}

@media screen and (max-width: 1023px) {
    body.access #page_header h2.page_title .title {
        font-size: 1.7rem;
        margin: 15px auto;
        width: 10em;
    }
}

#catch.red {
    background: url("/assets/images/access/catch_bg_pink.png");
}

body.access h2.section_title {
    font-size: 3rem;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    position: relative;
}

body.access .contents {
    border-bottom: none;
}

body.access h3.title {
    border-top: 1px solid #e5e5e5;
    padding-top: 60px;
}

body.access #map h2.section_title:after {
    content: " ";
    position: absolute;
    top: 15px;
    left: 50%;
    width: 141px;
    height: 21px;
    margin-left: 100px;
    background-size: 141px 21px;
    background: url("/assets/images/home/deco_red.png");
}

body.access #map h2.section_title:before {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 141px;
    height: 21px;
    margin-left: -240px;
    background-size: 141px 21px;
    content: " ";
    background: url("/assets/images/home/deco_red.png");
}

body.access #map h3.map_title {
    font-size: 2rem;
}

body.access #map p {
    font-size: 1.8rem;
    line-height: 1.6em;
    margin: 10px 0 30px 0;
}

body.access #map h2.section_title .en {
    font-size: 1.6rem;
    font-family: 'Lato', sans-serif;
    color: #a40000;
}

body.access #howto_access h2.section_title:after {
    content: " ";
    position: absolute;
    top: 15px;
    left: 50%;
    width: 141px;
    height: 21px;
    margin-left: 125px;
    background-size: 141px 21px;
    background: url("/assets/images/home/deco_green.png");
}

body.access #howto_access h2.section_title:before {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 141px;
    height: 21px;
    margin-left: -260px;
    background-size: 141px 21px;
    content: " ";
    background: url("/assets/images/home/deco_green.png");
}

body.access #howto_access h3.map_title {
    font-size: 2rem;
}

body.access #howto_access p {
    font-size: 1.8rem;
    line-height: 1.6em;
    margin: 10px 0 50px 0;
}

body.access #howto_access h2.section_title .en {
    font-size: 1.6rem;
    font-family: 'Lato', sans-serif;
    color: #097c25;
}

body.access #map-canvas {
    width: 100%;
    height: 330px;
    margin-bottom: 80px;
}

body.access #howto_access .access_list p {
    margin: 0;
    font-size: 1.6rem;
}

body.access #howto_access table {
    margin: 0 auto 80px auto;
    width: 100%;
}

body.access #howto_access .access_list tr th {
    vertical-align: middle;
    width: 25%;
    padding: 0;
    text-align: center;
    color: #fff;
    background: #097c25;
    border-top: 1px solid #097c25;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #097c25;
    border-right: 1px solid #097c25;
}

body.access #howto_access .access_list tr td {
    padding: 20px;
    text-align: left;
    border: 1px solid #097c25;
    line-height: 1.6em;
}

body.access #parking h2.section_title:after {
    content: " ";
    position: absolute;
    top: 15px;
    left: 50%;
    width: 141px;
    height: 21px;
    margin-left: 150px;
    background-size: 141px 21px;
    background: url("/assets/images/home/deco_red.png");
}

body.access #parking h2.section_title:before {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 141px;
    height: 21px;
    margin-left: -295px;
    background-size: 141px 21px;
    content: " ";
    background: url("/assets/images/home/deco_red.png");
}

body.access #parking h3.map_title {
    font-size: 2rem;
}

body.access #parking p {
    font-size: 1.8rem;
    line-height: 1.6em;
    margin: 10px 0 30px 0;
}

body.access #parking h2.section_title .en {
    font-size: 1.6rem;
    font-family: 'Lato', sans-serif;
    color: #a40000;
}

body.access #parking .parking_txt {
    margin-top: 30px;
}

body.access #parking .parking_txt h4 {
    color: #097c25;
    font-size: 1.6rem;
}

@media screen and (max-width: 1023px) {
    body.access h2.section_title {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 1023px) {
    body.access #map h2.section_title:after {
        width: 85px;
        height: 12px;
        background-size: 85px 12px;
        margin-left: 40px;
    }
}

@media screen and (max-width: 1023px) {
    body.access #map h2.section_title:before {
        width: 85px;
        height: 12px;
        background-size: 60px 9px;
        margin-left: -130px;
    }
}

@media screen and (max-width: 1023px) {
    body.access #map h3.map_title {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 1023px) {
    body.access #map p {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 1023px) {
    body.access #map h2.section_title .en {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1023px) {
    body.access #howto_access h2.section_title:after {
        width: 85px;
        height: 12px;
        background-size: 85px 12px;
        margin-left: 70px;
    }
}

@media screen and (max-width: 1023px) {
    body.access #howto_access h2.section_title:before {
        width: 85px;
        height: 12px;
        background-size: 85px 12px;
        margin-left: -157px;
    }
}

@media screen and (max-width: 1023px) {
    body.access #howto_access h3.map_title {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 1023px) {
    body.access #howto_access p {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 1023px) {
    body.access #howto_access h2.section_title .en {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 1023px) {
    body.access #parking h2.section_title:after {
        width: 85px;
        height: 12px;
        background-size: 85px 12px;
        margin-left: 120px;
    }
}

@media screen and (max-width: 768px) {
    body.access #parking h2.section_title:after {
        width: 60px;
        height: 11px;
        background-size: 60px 11px;
        margin-left: 95px;
    }
}

@media screen and (max-width: 1023px) {
    body.access #parking h2.section_title:before {
        width: 85px;
        height: 12px;
        background-size: 85px 12px;
        margin-left: -208px;
    }
}

@media screen and (max-width: 768px) {
    body.access #parking h2.section_title:before {
        width: 60px;
        height: 11px;
        background-size: 60px 11px;
        margin-left: -160px;
    }
}

@media screen and (max-width: 1023px) {
    body.access #parking h3.map_title {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 1023px) {
    body.access #parking h2.section_title .en {
        font-size: 1.3rem;
    }
}

#news .wp-pagenavi {
    text-align: center;
    margin: 0 auto;
}

#news .wp-pagenavi > span,
#news .wp-pagenavi > a {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 0 2px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    color: #097c25;
    text-decoration: none;
    border: 1px solid #097c25;
}

#news .wp-pagenavi > span.current,
#news .wp-pagenavi > a.current {
    color: #fff;
    background-color: #097c25;
}

@media screen and (max-width: 1023px) {
    #news .wp-pagenavi li a {
        width: 36px;
        height: 36px;
        font-size: 16px;
        line-height: 36px;
    }
}



/*追記css*/

body.lesson #middle #event .inner {
    max-width: 940px;
    padding: 100px 10px 0;
}

#health .inner {
    margin-bottom: 100px;
    max-width: 940px;
    padding: 70px 15px 0;
}


body.lesson #middle #health .health__block__listItem  a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px 0 15px;
    font-size: 1.5rem;
    margin: 20px 0;
    height: 60px;
}

body.lesson #middle #event .event__block__listItem a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px 0 15px;
    font-size: 1.35rem;
    margin: 20px 0;
    line-height: 1.4;
    height: 60px;
}

body.lesson #middle #program .inner {
    margin-bottom: 100px;
    max-width: 940px;
    padding: 100px 15px 0;
}

.health__block__listItem span {
    display: block;
    max-width: 100%;
}


.event__block__listItem span {
    display: block;
    max-width: 100%;
}



.is-sp-show { display: none; }

@media screen and (max-width: 767px){
    .is-sp-hide { 
        display: none; 
    }　
    .is-sp-show { 
        display: block; 
    }
}

.health__block__box {
    display: inline-block; 
    width: 100%;
    padding-bottom: 40px;
    margin: 0px 10px; 
    border: solid 1px #c9c9c9;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.health__block__list {
    width: 80%; 
    padding-top: 40px;}

.program-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px;
}

.event__block__box {
    width: 100%;
    max-width: 30%;}

.event__block__box {
    width: 100%;
    padding-bottom: 40px;
    margin: 0px 10px; 
    border: solid 1px #c9c9c9;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.event__block__list {
    width: 80%; 
    padding-top: 40px;
    margin: 0 20px}

.block__box__title {
    padding: 15px 0;
    font-size: 18px;
    background-color: #fcf8f8;
    border-bottom: solid 1px #c9c9c9;
}

.event__block__box .block__box__title {
    background-color: #f8fff7;
}

.event__block__box {
    width: 100%; 
    max-width: 50%;
}


@media screen and (min-width: 768px) and (max-width: 900px) {

    body.lesson #middle #health .health__block__listItem a {
        padding: 0 30px 0 15px;
        font-size: 1.4rem;
        margin: 20px 0;
        height: 60px;
    }

    body.lesson #middle #event .event__block__listItem a {
        padding: 0 30px 0 15px;
        font-size: 1.4rem;
        margin: 20px 0;
        height: 60px;
    }

    ul li {
        font-size: 1.5rem;
        align-items: center;
    }


    .health__block__list {
        width: 90%;
    }


    .event__block__list {
        width: 85%;
    }	
}

/*SP*/

@media screen and (max-width:767px){

    body.lesson #middle #event .inner {
        padding-top: 50px;
    }

    .program-item {
        display: block;
        margin: 0;
    }

    .health__block__box {
        margin: 15px 0;
    }

    .health__block__list {
        width: 90%;
    }

    .event__block__box {
        max-width: 100%;
        margin:  15px 0;
    }

    .event__block__list {
        width: 90%;
    }
}

/* ADD */
/*Hash*/

.renewal {
    background: #097c25;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 20px;
    padding: 15px 0;
    letter-spacing: 0.2em;
    font-family: 'FuturaLT';
}

@media screen and (max-width: 1023px) {
    .renewal {
        display: none;
    }
}

body.spring #map h2.section_title:after {
    background: url("/assets/images/home/deco_red.png");
}

body.spring #map h2.section_title:before {
    background: url("/assets/images/home/deco_red.png");
}

body.spring #map h2.section_title .en {
    color: #a40000;
}

body.spring #information h2.section_title:after {
    background: url("/assets/images/home/deco_red.png");
}

body.spring #information h2.section_title:before {
    background: url("/assets/images/home/deco_red.png");
}

.greenCell {
    background: #d2ead6;
}

.blueCell {
    background: #d2e5ea;
}

.redCell {
    background: #ead2d2;
}

.redCell {
    background: #ead2d2;
}

.info {
    margin: 3em auto;
    width: 70%;
}

.info p {
    font-size: 2.5rem;
    margin-bottom: 1em;
}

.info dl {
    overflow: hidden;
    line-height: 1.9;
}

.info dl:after {
    display: table;
    clear: both;
}

.info dt {
    width: 20%;
    font-size: 2rem;
    margin-right: 2em;
    float: left;
    letter-spacing: .2em;
}

.info dd {
    width: 70%;
    font-size: 2rem;
    font-weight: bold;
    float: left;
}

@media screen and (max-width: 1023px) {
    .info dt,
    .info dd {
        width: 100%;
    }
    .info {
        width: 80%;
    }
}

.info dd span {
    font-weight: normal;
}

.info dd span.caution {
    font-size: 1.5rem;
    margin-top: 0;
    display: inline-block;
    line-height: 1.5;
}

table.centerTable {
    width: 80%;
    margin: 1em auto;
}

table.centerTable_s {
    width: 60%;
    margin: 1em auto;
}

.table_note {
    width: 80%;
    text-align: left;
    margin: 1em auto 3em;
}

.red__block {
    display: inline-block;
    width: 100px;
    background: #ead2d2;
    vertical-align: middle;
    height: 18px;
}

.green__block {
    display: inline-block;
    width: 100px;
    background: #d2ead6;
    vertical-align: middle;
    height: 18px;
}

.blue__block {
    padding-bottom: 3px;
    display: inline-block;
    width: 100px;
    background: #d2e5ea;
    vertical-align: middle;
    height: 18px;
}

@media screen and (max-width: 1023px) {
    .table_note,
    table.centerTable,
    table.centerTable_s {
        width: 100%;
    }
}

body.multipurpose #page_header {
    background: url("/assets/images/multipurpose/pageheader.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

body.multipurpose #page_header .title {
    width: 8em;
}


body.multipurpose #map h2.section_title:after {
    background: url("/assets/images/home/deco_red.png");
}

body.multipurpose #map h2.section_title:before {
    background: url("/assets/images/home/deco_red.png");
}

body.multipurpose #map h2.section_title .en {
    color: #a40000;
}


@media screen and (max-width: 1023px) {
    body.relaxation #page_header {
        background: url("/assets/images/relaxation/pageheader.jpg") no-repeat;
        background-size: cover;
    }
}

.red_txt {
    color: #a40000;
}

.page_link ul {
    width: 80%;
    margin: 2em auto 0;
    line-height: 1.7;
}

@media screen and (max-width: 1023px) {
    .page_link ul {
        width: 90%;
        text-align: center;
    }
}

.page_link ul li {
    display: inline-block;
    margin-right: 1.5em;
}

.page_link ul li:last-child {
    margin-right: 0;
}

.page_link ul li a:before {
    content: "▼";
    display: inline-block;
    color: #a40000;
    font-size: .7rem;
}

.page_link ul li a {
    text-decoration: underline;
}

.inner h3 {
    padding-top: 20px;
}

img.mfp-img {
    max-height: 520px !important;
}

.pd0 {
    padding: 0 !important;
}

.txt-note{font-size: 50%;vertical-align: top;}

header .logo{margin-top: 15px;padding: 0 15px;}
header .logo img{width: 100%;}
footer .logo img{width: 35%;}

.top-bnr{
	position: absolute;
	top: 0px;
	right: 20px;
	z-index: 1;
}
.top-bnr ul{
	display: flex;
}
.top-bnr ul li{
	/*background: #a40000;*/
	background: #097c25;
	margin-right: 19px;
	display: flex;
	box-shadow: 0px 0px 6px #666;
}
.top-bnr ul li a{
	padding: 20px 10px 60px ;	
	line-height: 1;
	transition: .25s;
}
.top-bnr ul li a:hover{
	opacity: 1;
	background: #69A268;
}
.top-bnr ul li a img{
	/*width:23px;*/
}

.sp-bnr{}
.sp-bnr ul{display:flex;}
.sp-bnr ul li{
	background: #097c25;
	width:100%;
	text-align: center;
	border-right:solid 1px #fff;
	
}
.sp-bnr ul li:last-child{border-right:none;}
.sp-bnr ul li a{
	padding: 5px 0;
	display: block;
	color: #fff;	
	font-size: 1.2rem;
}

.sns-wrap{
	background: #fff;
	width:100%;
}
.sns{
	display: flex;
	justify-content: space-between;
		padding: 5px 15px;
	flex-wrap: wrap;

}
@media screen and (max-width: 1023px) {
		.sns{
			background: #fff;
			width: 60%;
			margin: 0 auto;
			padding: 10px 0;
	}
	}
.sns li {
margin-right: 4px;}
.sns li:last-child{
	margin-right: 0px;
}
.sns li a{
	display: block;
	padding:9px;
	line-height: 1;
	box-sizing: border-box;
	transition: .5s;
	border-radius: 50%;
	width:37px;
	margin: 5px auto;
}
.sns li a.fb{
	background:#394D97;
}
.sns li a.insta{
		background:#EC1355;
}
.sns li a.twitter{
		background:#009DF6;
}
.sns li a.line{
		background:#00C511;
}
.sns li img{
	width: 100%;
}