@media screen and (min-width: 751px) {
    @charset "utf-8";
    .sp_hidden {
        display: inline
    }
    .pc_hidden {
        display: none
    }
    /*font-face*/
    @font-face {
        font-family: 'condenseicon';
        src: url('../font/CONDENSEicon.ttf') format('truetype'), url('../font/CONDENSEicon.otf') format('opentype'), url('../font/CONDENSEicon.woff') format('woff');
    }
    @font-face {
        font-family: 'LigatureSymbols';
        src: url('../font/LigatureSymbols-2.11.eot');
        src: url('../font/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'), url('../font/LigatureSymbols-2.11.woff') format('woff'), url('../font/LigatureSymbols-2.11.ttf') format('truetype'), url('../font/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    body {
        min-width: 1200px;
        -webkit-text-size-adjust: none;
        font-family: 'Noto Serif JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        color: #222;
        font-size: 11.5pt;
        font-weight: 400;
        line-height: 1.7;
        letter-spacing: 1px;
        background: url(../img/bg_sankaku1.jpg) no-repeat left top, url(../img/bg_sankaku2.jpg) no-repeat right top;
    }
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    p {
        padding: 0;
        margin: 0;
    }
    a {
        transition: all 0.5s ease 0s;
    }
    img,
    iframe {
        vertical-align: bottom;
    }
    img {
        -webkit- backface-visibility: hidden;
    }
    * {
        margin: 0;
        padding: 0;
    }
    .switch {
        visibility: hidden;
    }
    a:hover img {
        transition: all 0.1s ease;
        /*0.5秒かけて要素を変化させる*/
        opacity: 0.7;
        /*要素の透明度を指定*/
        filter: alpha(opacity=70);
        /*ie6、7の透明度指定*/
        /*ちなみにie8の透明度指定はこれ→ -ms-filter: "alpha(opacity=70)";*/
    }
    .nav-wrap {
        display: none;
    }
    a.anchor {
        display: block;
        padding-top: 70px;
        margin-top: -70px;
    }
    #wrap {
        overflow: hidden;
    }
    .menu-btn {
        display: none;
    }
    #m-menu {
        display: none;
    }
    #ind #contents {
        margin: 0px auto 0;
    }
    #ind #contents #main {}
    .sec #contents {
        padding-top: 110px;
        margin: 0px auto;
        background: url(../img/sec_main_bg.png) no-repeat center top;
    }
    .sec #contents img {
        max-width: 100%;
        width: auto;
    }
    .sec #contents #main {
        width: 100%;
        padding: 0 0 70px;
    }
    .content_wrap {
        width: 1200px;
        margin: 0 auto;
    }
    ol {
        margin: 0;
        padding: 0;
    }
    ul {
        margin: 0;
        padding: 0;
    }
    ol.un {
        padding-bottom: 20px;
    }
    ol.un li {
        margin-left: 1.5em;
    }
    .table_basic {
        border-collapse: separate;
        border-spacing: 1px;
        background: #ddd;
        border-style: none;
        width: 100%;
    }
    .table_basic th {
        background: url(../img/bg_glay.png);
        padding: 20px;
        font-weight: normal;
        border-top: 1px solid #FFF;
        text-align: center;
        width: 20%;
    }
    .table_basic td {
        background-color: #FFF;
        padding: 20px;
        border-top: 1px solid #FFF;
    }
    .table_basic td.c {
        text-align: center;
    }
    .table_basic td textarea {
        height: 200px;
        width: 100%;
    }
    .table_basic td input.input {
        width: 100%;
    }
    .table_basic td input.radio {
        margin-right: 5px;
    }
    .right {
        text-align: right;
    }
    .cen {
        text-align: center;
    }
    .pc_no {
        display: none
    }
    .h {
        position: fixed;
        top: 550px;
        right: 0px;
        z-index: 9999;
    }
    .sec .h {
        position: fixed;
        top: 200px;
        right: 0px;
        z-index: 9999;
    }
    .h img {
        display: block;
    }
    /*----------------------------------------ヘッダ----------------------------------------*/
    header {
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 85px;
        background: url(../img/bg_white.png);
        color: #fff;
    }
    header .boxl {
        display: flex;
        align-items: center;
    }
    header .boxr {
        display: flex;
        align-items: center;
    }
    header .logo {
        padding: 0 10px 0 20px;
    }
    nav {}
    nav ol {
        display: flex;
        flex-wrap: wrap;
    }
    nav ol li a {
        display: block;
        line-height: 1;
        padding: 5px 5px;
        font-weight: 400;
        color: #000;
        font-size: 10pt;
    }
    nav ol li a:hover {
        color: #cdb81e;
    }
    header .h_icon {
        display: flex;
        align-items: center;
    }
    header .h_icon span {
        display: flex;
        align-items: center;
        padding: 0 10px;
    }
    header .h_icon a+a {
        border-left: 1px solid #303030;
    }
    header .h_icon a {
        color: #000;
        font-size: 9.5pt;
    }
    header .h_icon .ic1:before {
        font-family: 'LigatureSymbols';
        content: "\E157";
        color: #595959;
        line-height: 1;
        font-size: 17pt;
        margin-right: 7px;
    }
    header .h_icon .ic2:before {
        font-family: 'LigatureSymbols';
        content: "\E155";
        color: #595959;
        line-height: 1;
        font-size: 17pt;
        margin-right: 7px;
    }
    header .h_icon .ic3:before {
        font-family: 'LigatureSymbols';
        content: "\E08a";
        color: #595959;
        line-height: 1;
        font-size: 5pt;
        font-size: 19pt;
        margin-right: 7px;
    }
    header .h_tel {
        text-align: right;
        padding-left: 5px;
        padding-right: 25px;
    }
    header .h_tel span {
        color: #cdb81e;
        font-size: 16pt;
        line-height: 1;
        display: block;
        letter-spacing: 2px;
        font-weight: 500;
        white-space: nowrap;
    }
    header .h_tel a {
        color: #cdb81e;
    }
    header .h_tel span:before {
        font-family: 'LigatureSymbols';
        content: "\E100";
        line-height: 1;
        margin-right: 5px;
        font-weight: 300;
    }
    .sp_nav {
        display: none;
    }
    /*----------------------------------------Ｇナビ----------------------------------------*/
    /*----------------------------------------フッタ----------------------------------------*/
    footer {
        background: url(../img/bg_white.png);
        color: #000;
        padding: 43px 0;
        font-size: 10pt;
        margin-bottom: 25px;
    }
    footer a,
    footer a:hover {
        color: #000;
    }
    footer .inner {
        width: 1200px;
        margin: 0 auto;
        text-align: center;
    }
    footer .inner .flogo {
        padding-bottom: 30px;
    }
    footer .inner p {
        padding-bottom: 10px;
    }
    footer .f_tel {
        color: #000;
        font-size: 18pt;
        line-height: 1;
        display: block;
        letter-spacing: 2px;
        font-weight: 500;
        margin-bottom: 30px;
    }
    footer .f_tel:before {
        font-family: 'LigatureSymbols';
        content: "\E100";
        line-height: 1;
        margin-right: 5px;
        font-weight: 300;
    }
    footer .box {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    footer .box .map,
    footer .box .pic {
        margin: 0 20px;
    }
    footer .box .map iframe {
        width: 448px;
        height: 240px;
    }
    ol.f_nav {
        display: flex;
        justify-content: center;
        padding-top: 30px;
    }
    ol.f_nav li {}
    ol.f_nav li a {
        color: #000;
        line-height: 1;
        padding: 0 7px;
        font-size: 9pt;
    }
    .f_icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .f_icon span {
        display: flex;
        align-items: center;
        padding: 0 12px;
    }
    .f_icon a+a {
        border-left: 1px solid #cdcdcd;
    }
    .f_icon a {
        color: #000;
        font-size: 9pt;
    }
    .f_icon .icf1:before {
        font-family: 'LigatureSymbols';
        content: "\E157";
        color: #6d6d6d;
        line-height: 1;
        font-size: 14pt;
        margin-right: 4px;
    }
    .f_icon .icf2:before {
        font-family: 'LigatureSymbols';
        content: "\E155";
        color: #6d6d6d;
        line-height: 1;
        font-size: 14pt;
        margin-right: 4px;
    }
    .f_icon .icf3:before {
        font-family: 'LigatureSymbols';
        content: "\E08a";
        color: #6d6d6d;
        line-height: 1;
        font-size: 5pt;
        font-size: 16pt;
        margin-right: 4px;
    }
    .page_top {
        background: url(../img/bg_bk.png);
        position: fixed;
        bottom: 0px;
        right: 20px;
    }
    .page_top img {
        display: block;
        width: 60px;
        height: 60px;
    }
    .copy {
        text-align: center;
        font-size: 9pt;
        padding: 15px 0 30px;
    }
    /*----------------------------------------メインイメージＩＮＤＥＸ----------------------------------------*/
    .viewer {
        width: 100%;
        position: relative;
        overflow: hidden;
        z-index: 1;
        height: 765px;
        box-sizing: border-box;
    }
    .viewer ul {
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .viewer ul li {
        top: 0;
        left: 0;
        width: 100%;
        position: absolute;
    }
    .viewer ul li img {
        position: absolute;
        left: 50%;
        width: 1920px;
        margin-left: -960px;
    }
    ul#slides {
        display: none;
    }
    /*----------------------------------------index----------------------------------------*/
    #index01 {
        text-align: center;
        padding: 20px 0 100px;
    }
    #index01 .tit {
        font-size: 24pt;
        font-weight: 600;
        letter-spacing: 3px;
        margin-bottom: 25px;
    }
    #index01 .tit span {
        display: block;
        font-size: 10pt;
        color: #ca0000;
        font-weight: 400;
    }
    #index01 ol li {
        text-align: left;
        padding: 20px 20px;
    }
    #index01 ol li:nth-child(even) {
        background: #f7f7f7;
    }
    #index01 ol li a{
        color: #11488A;
    }
    #index01 ol span {
        color: #11488A;
        margin-right: 10px;
    }
    #index02 {
        margin-bottom: 60px;
    }
    #index02 div {
        padding-bottom: 40px;
    }
    #index03 {
        text-align: center;
        padding: 70px 0 50px;
        background: #f7f7f7;
    }
    #index03 .tit {
        font-size: 24pt;
        font-weight: 600;
        letter-spacing: 3px;
        margin-bottom: 40px;
    }
    #index03 .tit span {
        display: block;
        font-size: 10pt;
        color: #ca0000;
        font-weight: 400;
    }
    #index03 ol {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #index03 ol li {
        background: #fff;
        width: calc(100% / 3 - 20px);
        margin: 0 10px 26px;
        padding: 20px;
    }
    #index03 ol li p {
        padding-top: 15px;
        display: block;
        font-size: 12pt;
    }
    #index03 ol li img {
        width: 100%;
    }
    #index04 {
        background: url(../img/index04_bga.png) repeat-x;
        color: #fff;
        position: relative;
        height: 517px;
        margin-bottom: 100px;
    }
    #index04 .inner {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 1200px;
        display: flex;
    }
    #index04 .inner .tit {
        writing-mode: vertical-rl;
        margin-top: 60px;
        padding-top: 24px;
        line-height: 1;
        font-size: 23pt;
        letter-spacing: 4pt;
        font-weight: 400;
        padding-right: 30px;
        background: url(../img/index04_line.png) repeat-y right top;
        height: 340px;
        width: 30%;
    }
    #index04 .inner .txt {
        margin-top: 50px;
        padding-left: 32px;
        padding-top: 20px;
        padding-bottom: 10px;
        font-size: 11pt;
        line-height: 1.7;
    }
    #index04 .inner .txt span {
        display: block;
        text-align: right;
        padding-top: 7px;
        font-size: 13pt;
    }
	.news_scroll{
	height: 300px;
	overflow-y: scroll;
	}
    #loopslider {
        margin: 10px auto 0px auto;
        width: 100%;
        height: 180px;
        text-align: left;
        position: relative;
        overflow: hidden;
    }
    #loopslider ul {
        height: 180px;
        float: left;
        display: inline;
        overflow: hidden;
    }
    #loopslider ul li {
        width: 216px;
        height: 180px;
        float: left;
        display: inline;
        overflow: hidden;
    }
    /* =======================================
    ClearFixElements
======================================= */
    #loopslider ul:after {
        content: ".";
        height: 0;
        clear: both;
        display: block;
        visibility: hidden;
    }
    #loopslider ul {
        display: inline-block;
        overflow: hidden;
    }
    /*----------------------------------------セカンド共通----------------------------------------*/
    .kv_sec {
        height: 200px;
        background: url(../img/kv_sec.png) no-repeat center top;
        border-top: 1px solid #333;
    }
    h2 {
        font-size: 24pt;
        font-weight: 600;
        letter-spacing: 3px;
        margin-bottom: 70px;
        text-align: center;
    }
    h2 span {
        display: block;
        font-size: 10pt;
        color: #ca0000;
        font-weight: 400;
    }
    h3 {
        color: #396da2;
        font-size: 14pt;
        font-weight: 600;
        padding: 8px 15px;
        margin: 0 0px 35px;
        border-bottom: 2px solid #396da2;
        background: url(../img/bg_glay.png);
    }
    .mbs {
        margin-bottom: 20px;
    }
    .mbm {
        margin-bottom: 40px;
    }
    .mbl {
        margin-bottom: 100px;
    }
    ol.num {}
    ol.num li {
        padding: 0 0 5px;
        margin-left: 2em;
        list-style-type: decimal;
    }
    ol.disc {}
    ol.disc li {
        padding: 0 0 5px;
        margin-left: 2em;
        list-style-type: disc;
    }
    ol.check {
        padding-left: 1.5em;
        /* 文章のスタート位置。li:beforeが入るスペースを確保*/
    }
    ol.check li {
        position: relative;
        padding: 7px 0 7px 0.7em;
        border-bottom: 1px dotted #ddd;
    }
    ol.check li:before {
        font-family: FontAwesome;
        content: "\f058";
        position: absolute;
        left: -1em;
        /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
        color: #00abb4;
    }
    .box_defo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .box_defo .pic {
        width: 300px;
        margin-right: 30px;
    }
    .box_defo .txt {
        width: calc(100% - 330px);
    }
    .box_defo2 {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .box_defo2 .pic {
        margin-left: 30px;
    }
    .box_defo2 .txt {
        width: 100%;
    }
    .box_defo .txt span,
    .box_defo2 .txt span {
        display: block;
    }
    .box_defo .pic img,
    .box_defo2 .pic img {
        width: 300px !important;
        display: block;
    }
    .txt_orange {
        color: #ff8a00;
    }
    .map {}
    .map iframe {
        width: 100%;
        height: 350px;
    }
    .map2 {
        display: flex;
        justify-content: space-between;
    }
    .map2 div {
        width: 49%;
    }
    .map2 iframe {
        width: 100%;
        height: 350px;
    }
    .btn {
        text-align: center;
    }
    .btn a {
        display: inline-block;
        color: #fff;
        padding: 15px 50px;
        background: #396da2;
        font-size: 11pt;
        line-height: 11pt;
    }
    .btn a:hover {
        color: #fff;
    }
    /*-----------------------------------------about---------------------------------------*/
    #about .box1 {
        text-align: center;
        margin-bottom: 100px;
    }
    #about .box1 div {
        margin-bottom: 50px;
    }
    #about .box1 p {
        line-height: 2;
        font-size: 12pt;
    }
    #about .box1 p span {
        display: block;
        font-size: 24pt;
        margin-bottom: 20px;
        font-weight: 500;
    }
    #about .box2 {
        background: url(../img/about_bg1.png) no-repeat center center / cover;
        padding: 100px 0;
    }
    #about .box2 .inner {
        writing-mode: vertical-rl;
        display: flex;
        align-items: center;
        font-size: 13pt;
    }
    #about .box2 .inner span {
        display: block;
        font-size: 26pt;
        padding-left: 50px;
        font-weight: 600;
        color: #396da2;
    }
    #about .box2 .inner strong {
        display: block;
        font-weight: 400;
        padding-top: 160px;
        padding-left: 50px;
    }
    #about .box2 .inner p {
        padding: 0 30px;
        font-size: 14pt;
    }
    #about .box3 {
        text-align: center;
        padding: 100px 0 0px;
    }
    #about .box3 .tit {
        font-size: 24pt;
        font-weight: 500;
        margin-bottom: 40px;
    }
    #about .box3 ol {}
    #about .box3 li {
        text-align: left;
        border-bottom: 1px dotted #ccc;
        padding: 20px 0;
    }
    #about .box4 {
        text-align: center;
        padding: 100px 0 0px;
    }
    #about .box4 .tit {
        font-size: 24pt;
        font-weight: 500;
        margin-bottom: 40px;
    }
    #about .box4 ol {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #about .box4 ol li {
        background: #fff;
        width: calc(100% / 3 - 30px);
        margin: 0 15px 26px;
        padding: 20px;
        box-shadow: 0px 0px 10px -8px #000000;
        border-radius: 0px;
    }
    #about .box4 ol li p {
        padding-top: 15px;
        display: block;
        font-size: 12pt;
    }
    /*-----------------------------------------coach---------------------------------------*/
    #coach ol {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }
    #coach ol li {
        background: url(../img/bg_glay.png);
        text-align: center;
        padding: 20px 20px;
        margin: 0 10px;
    }
    #coach ol li img {
        display: block;
        margin: 0 auto;
        width: 380px !important;
    }
    #coach ol li p {
        padding-top: 20px;
    }
    #coach ol li p span {
        display: block;
        font-size: 18pt;
        line-height: 1.2;
        font-weight: 500;
        margin-bottom: 10px;
    }
    /*-----------------------------------------school---------------------------------------*/
    #school .honbu {
        text-align: center;
        background: url(../img/bg_glay.png);
        padding: 40px;
        margin-bottom: 100px;
    }
    #school .honbu span {
        display: block;
        margin-bottom: 20px;
        font-size: 18pt;
        color: #396da2;
    }
    #school .honbu p {
        margin-bottom: 30px;
    }
    #school .honbu .inner {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    #school .honbu .inner div {
        width: 48%;
    }
    #school .honbu .inner div img {
        display: block;
        width: 100%;
    }
    #school .honbu div iframe {
        width: 100%;
        height: 405px;
        border: 3px solid #fff !important;
    }
    #school .shibu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 50px;
    }
    #school .shibu .box {
        width: 48%;
        text-align: center;
        background: url(../img/bg_glay.png);
        padding: 40px;
        margin-bottom: 50px;
    }
    #school .shibu .box span {
        display: block;
        margin-bottom: 20px;
        font-size: 18pt;
        color: #396da2;
    }
    #school .shibu .box p {
        margin-bottom: 30px;
    }
    #school .shibu .box img {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    #school .shibu .box iframe {
        width: 100%;
        height: 300px;
        border: 3px solid #fff !important;
        margin-bottom: 30px;
    }
    /*----------------------------------------join---------------------------------------*/
    #join .txt {
        margin-bottom: 40px;
        text-align: center;
    }
    #join .txt span {
        display: block;
        margin-bottom: 20px;
        font-size: 18pt;
        color: #396da2;
    }
    /*-----------------------------------examination---------------------------------------------*/
    #examination .nav {
        background: url(../img/bg_glay.png);
        padding: 20px 10px 1px;
        margin-bottom: 60px;
        display: flex;
        flex-wrap: wrap;
    }
    #examination .nav li {
        width: calc(100% / 5 - 20px);
        margin: 0 10px 20px;
    }
    #examination .nav li a {
        display: block;
        text-align: center;
        background: #fff;
        border: 1px solid #396da2;
        padding: 12px;
    }
    #examination .nav li a:hover {
        background: #396da2;
        color: #fff;
    }
    #examination ol.list {
        margin-bottom: 50px;
    }
    #examination ol.list li {
        border-bottom: 1px dotted #ccc;
    }
    #examination ol.list li a {
        display: block;
        padding: 22px;
        color: #000;
        position: relative;
    }
    #examination ol.list li a span {
        margin-right: 15px;
    }
    #examination ol.list li a:hover {
        background: #396da2;
        color: #fff;
    }
    #examination ol.list li a:hover:after {
        font-family: FontAwesome;
        content: "\f138";
        margin-right: 5px;
        color: #fff;
        right: 20px;
        position: absolute;
    }
    #examination .img_big {
        padding-top: 20px;
        margin: 0px auto 60px;
        text-align: center;
    }
    #examination .img_big img {
        width: 800px;
        max-width: 100%;
    }
    #examination ol.img_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #examination ol.img_list li {
        width: calc(100% / 5 - 30px);
        margin: 0 15px 30px;
    }
    #examination ol.img_list img {
        width: 340px;
        height: 180px;
        object-fit: cover;
    }
    /*-----------------------------------event---------------------------------------------*/
    #event ol.list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    #event ol.list li {
        width: calc(100% / 4 - 40px);
        margin: 0 20px 40px;
    }
    #event ol.list li img {
        width: 340px;
        height: 180px;
        object-fit: cover;
    }
    /*------------------------------------faq--------------------------------------------*/
    #faq div {
        border-bottom: 1px dotted #ccc;
        padding-top: 30px;
        padding-bottom: 10px;
    }
    #faq div p {
        display: block;
        display: flex;
        align-items: center;
        padding-bottom: 20px;
    }
    #faq div:last-child {
        border-bottom: none;
    }
    #faq div p:first-child {
        font-size: 14pt;
        color: #ca0000;
        font-weight: 500;
    }
    #faq div p span.q {
        font-size: 18pt;
        display: inline-block;
        margin-right: 20px;
        color: #fff;
        line-height: 1;
        background: #ca0000;
        padding: 6px 15px 10px;
        font-weight: bold;
    }
    #faq div p span.a {
        font-size: 18pt;
        display: inline-block;
        margin-right: 20px;
        color: #000;
        line-height: 1;
        background: #eee;
        padding: 6px 15px 10px;
        font-weight: bold;
    }
    /*-----------------------------------gallery---------------------------------------------*/
    #gallery .nav {
        background: url(../img/bg_glay.png);
        padding: 20px 10px 1px;
        margin-bottom: 60px;
        display: flex;
        flex-wrap: wrap;
    }
    #gallery .nav li {
        width: calc(100% / 3 - 20px);
        margin: 0 10px 20px;
    }
    #gallery .nav li a {
        display: block;
        text-align: center;
        background: #fff;
        border: 1px solid #396da2;
        padding: 12px;
    }
    #gallery .nav li a:hover {
        background: #396da2;
        color: #fff;
    }
    #gallery .nav li.on a {
        background: #396da2;
        color: #fff;
    }
    #gallery ol.list {
        display: flex;
        flex-wrap: wrap;
    }
    #gallery ol.list li {
        width: calc(100% / 5 - 30px);
        margin: 0 15px 30px;
    }
    #gallery ol.list li img {
        width: 340px;
        height: 180px;
        object-fit: cover;
    }
    /*-----------------------------------ladies---------------------------------------------*/
    #ladies .lp {
        background: #da3994;
        font-family: 'Noto Sans JP', sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        color: #fff;
        font-weight: 300;
        font-size: 12pt;
        margin-bottom: 40px;
    }
    #ladies .lp .box1 {
        padding: 70px;
        text-align: center;
    }
    #ladies .lp .box1 span {
        display: block;
        font-size: 30pt;
        font-weight: 900;
        font-style: italic;
        padding-bottom: 15px;
        letter-spacing: 2px;
    }
    #ladies .lp .box2 {
        background: #fff;
        padding: 60px 0 80px;
        color: #222;
        display: flex;
        align-items: center;
    }
    #ladies .lp .box2 .txt {
        flex: 1;
        text-align: center;
        font-weight: 400;
    }
    #ladies .lp .box2 .pic {
        flex: 1;
        text-align: center;
    }
    #ladies .lp .box2 .txt div {
        color: #da3994;
        padding-bottom: 15px;
    }
    #ladies .lp .box2 .txt div span {
        display: block;
        font-size: 30pt;
        font-weight: 900;
        font-style: italic;
        padding-bottom: 5px;
        line-height: 1;
        letter-spacing: 2px;
    }
    #ladies .lp .box2 .pic img {
        box-shadow: 25px 25px 0px rgb(245 221 235);
    }
    #ladies .lp .box3 {
        background: #da3994;
        padding: 60px 0 80px;
        color: #fff;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    #ladies .lp .box3 .txt {
        flex: 1;
        text-align: center;
        font-weight: 400;
    }
    #ladies .lp .box3 .pic {
        flex: 1;
        text-align: center;
    }
    #ladies .lp .box3 .txt div {
        color: #fff;
        padding-bottom: 15px;
    }
    #ladies .lp .box3 .txt div span {
        display: block;
        font-size: 30pt;
        font-weight: 900;
        font-style: italic;
        padding-bottom: 5px;
        line-height: 1;
        letter-spacing: 2px;
    }
    #ladies .lp .box3 .pic img {
        box-shadow: 25px 25px 0px rgb(241 104 181);
    }
    #ladies .lp .box4 {
        background: #fff;
        padding: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #ladies .lp .box4 div {
        background: #fff;
        padding: 60px 10px;
        width: 510px;
        color: #222;
        font-weight: 400;
        text-align: center;
        border: solid 4px #da3994;
        position: relative;
    }
    #ladies .lp .box4 div:after {
        content: "";
        border: solid 1px #da3994;
        position: absolute;
        top: 5px;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
    }
    #ladies .lp .box4 div span {
        display: block;
        display: block;
        font-size: 24pt;
        font-weight: 900;
        font-style: italic;
        padding-bottom: 5px;
        line-height: 1;
        letter-spacing: 2px;
        color: #da3994;
    }
    #ladies .lp .box4 div p {
        color: #da3994;
        padding-bottom: 15px;
    }
    #ladies .lp ol {
        display: flex;
    }
    #ladies .lp .box5 {
        padding: 60px;
        text-align: center;
        color: #fff;
    }
    #ladies .lp .box5 span {
        display: block;
        font-size: 30pt;
        font-weight: 900;
        font-style: italic;
        padding-bottom: 5px;
        line-height: 1;
        letter-spacing: 2px;
    }
    #ladies .lp .box5 p {
        margin-bottom: 20px;
        display: block;
    }
    #ladies .lp .box5 div {
        display: block;
        font-size: 24pt;
        font-weight: 700;
        line-height: 1;
        padding-top: 10px;
    }
    #ladies .lp .box5 div:before {
        font-family: FontAwesome;
        content: "\f095";
        margin-right: 5px;
        font-size: 90%;
    }
    /*-----------------------------------policy---------------------------------------------*/
    #policy li {
        margin-bottom: 35px;
    }
    /*-----------------------------------world---------------------------------------------*/
    #world ol {
        display: flex;
        flex-wrap: wrap;
    }
    #world ol li {
        width: calc(100% / 4 - 30px);
        margin: 0 15px 30px;
        text-align: center;
        padding: 40px 20px;
        border: 1px solid #ddd;
    }
    #world ol li span {
        display: block;
        font-size: 14pt;
        margin-bottom: 12px;
        color: #ca0000;
    }
    /*-----------------------------------link---------------------------------------------*/
    #link ol {
        margin-bottom: 50px;
    }
    #link ol li {
        padding: 15px 0 15px 20px;
        border-bottom: 1px dotted #ddd;
    }
    #link ol li .tit {
        margin-bottom: 10px;
        font-weight: bold;
    }
    #link ol li a:before {
        font-family: FontAwesome;
        content: "\f138";
        margin-right: 10px;
        color: #ccc;
    }
    #al1,
    #al2,
    #al3,
    #al4,
    #al5 {}
    /*-----------------------------------contact---------------------------------------------*/
    .box2 table {
        margin: 20px auto;
        width: 100%;
        max-width: 600px;
    }
    .box2 .tbl-r02 th {
        background: #000;
        border: solid 1px #ccc;
        color: #fff;
        padding: 10px;
    }
    .box2 .tbl-r02 td {
        border: solid 1px #ccc;
        padding: 10px;
        background-color: #fff;
        border: 1px solid #999;
    }
    .box2 .tbl-r02 th span {
        color: #cc6666;
        font-size: 10px;
    }
    .box2 input[type="text"],
    .box2 input[type="email"] {
        width: 100%;
    }
    .box2 textarea {
        width: 100%;
    }
    
.list03a li{width: 25%;float: left; text-align: center;margin-bottom: 20px;}
.list03a li img{width: 90% !important;margin-bottom: 5px;}
.list02a li{width: 50%;float: left; text-align: center;}
.list02a li img{width: 60% !important;margin-bottom: 5px;}
.list01a li{width: 100%;float: left; text-align: center;}
.list01a li img{width: 30% !important;margin-bottom: 5px;}   
}

@media screen and (min-width:1000px) and ( max-width:1200px) {
    header .h_icon {
        display: none;
    }
}