@charset "utf-8";
/* CSS Document */


body {
    font-family: 'Noto Sans JP', Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    height: 100%;
    padding: 18px;
}
div {
	box-sizing: border-box;
}
html {
    height: 100%;
}

* html div#wrapper {
    height: 100%;
}


* {
    margin: 0;
    padding: 0;
}


#wrapper img {
    max-width: 100%;
    height: auto;
    border: 0;
}

#wrapper img a {
    border: 0;
}

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

.lf {
    float: left;
}

.ri {
    float: right;
}

.cl {
    clear: both;
}

a {
    outline: hidden;
    outline: none;
}
.flex {
	-js-display: flex;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.j-start {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.j-between {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.j-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.j-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
}
.j-end {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.a-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.a-start {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.a-end {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.a-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.ac-center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.w5 {width: 5%;}
.w10 {width: 10%;}
.w15 {width: 15%;}
.w20 {width: 20%;}
.w25 {width: 25%;}
.w30 {width: 30%;}
.w35 {width: 35%;}
.w40 {width: 40%;}
.w45 {width: 45%;}
.w50 {width: 50%;}
.w55 {width: 55%;}
.w60 {width: 60%;}
.w65 {width: 65%;}
.w70 {width: 70%;}
.w75 {width: 75%;}
.w80 {width: 80%;}
.w85 {width: 85%;}
.w90 {width: 90%;}
.w95 {width: 95%;}
.w100 {width: 100%;}

.red {color: red;}

.pc {
	display: block;
}
.sp {
	display: none;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
img{
-webkit-backface-visibility: hidden;
}
/* HEADER  BASE------------------------------------------- */



    body {
        color: #323333;
    }

    .wrapper {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 100%;

    }

    #wrapper {
        border: solid 18px #e70012;
    }

    .pc-none {
        display: none;
    }

    .fix {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }

    img {
        display: block;
    }

.fix-footer {
	display: none;
}
    /* CONTETNS------------------------------------------- */


    .contents {
        display: block;
    }

    .box01 {
        display: block;
        background: #fff;
    }

    .box01 .fix {
        position: relative;
		  padding-top: 30px;
		  padding-bottom: 30px;
    }

    .box01 .fix figure {
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .box02 {
        padding-top: 30px;
        padding-bottom: 10px;
        border-top: #e70012 solid 15px;
    }

    .box03 {
        padding: 20px 5%;
        margin-bottom: 0px;
        border-top: solid 15px #e70012;
    }
    .box04 {
        padding: 20px 5% 0;
        padding-bottom: 10px;
        border-top: #e70012 solid 15px;
        background-color: #fffeee;
    }
    .box05 {
        padding: 30px 0;
        padding-bottom: 10px;
        border-top: #e70012 solid 15px;
    }
    .box06 {
        padding: 30px 20px 0;
        padding-bottom: 10px;
        border-top: #e70012 solid 15px;
    }

    section.box03 {}

    section.box03 {}

    .gpt1 {
        padding-top: 30px;
    }

    .home_link {
        text-align: center;
        display: block;
        margin-top: 20px;
        font-size: 14px;
    }

    .bntbase01 {
        display: block;
        text-align: center;
        padding-top: 50px;
    }

    .btn001 {
        display: inline-block;
        font-size: 24px;
        font-weight: bold;
        color: #e70012;
        text-decoration: none;
        text-align: center;
        border: #e70012 solid 2px;
        width: 550px;
        padding-top: 16px;
        padding-bottom: 16px;
        position: relative;
    }

    .btn001:hover {
        color: #FFF;
        background: #e70012;
    }

    .btn001::before,
    .btn001::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }

    .btn001::before {
        left: 15px;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-left: 14px solid #e70012;
    }

    .btn001:hover::before {
        left: 15px;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-left: 14px solid #FFF;
    }

    .btn002 {
        display: inline-block;
        font-size: 24px;
        font-weight: bold;
        color: #e70012;
        text-decoration: none;
        border: #e70012 solid 2px;
        width: 45%;
        position: relative;
    }

    .btn002:hover {
        color: #FFF;
        background: #e70012;
    }

    .btn002::before,
    .btn002::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }

    .btn002::before {
        left: 15px;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-left: 14px solid #e70012;
    }

    .btn002:hover::before {
        left: 15px;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-left: 14px solid #FFF;
    }

    .box04 {
        display: block;
        border-top: solid 18px #e70012;
    }

    .box04-top {
        display: block;
        height: 395px;
    }

    .box04-top h2 {
        display: block;
        text-align: right;
        padding-top: 129px;
    }

    .box04-top h2 img {
        display: inline-block;
        border: none;
    }

    .box04 .one01 {
        display: block;
        background: url(../images/sbg.jpg) top center repeat-x;
        padding-bottom: 36px;
    }

    .box04 .one01 .txt {
        display: block;
        float: left;
        padding-left: 11px;
        padding-top: 50px;
        width: 489px;
    }

    .box04 .one01 .fix .txt span {
        display: block;
        float: left;
        padding-right: 18px;
    }

    .box04 .one01 .txt h3 {
        display: block;
        float: left;
        font-size: 36px;
        color: #3c3c3c;
        line-height: 130%;
        margin-top: -5px;
        margin-bottom: 60px;
    }

    .box04 .one01 .txt p {
        display: block;
        font-size: 15px;
        color: #3c3c3c;
    }

    .box04 .one01 .txt p strong {
        color: #0068b7;
    }

    .box04 .one01 figure {
        display: block;
        float: right;
    }

    .box04 .fukushu {
        padding-bottom: 0;
    }

    .box04 .fukushu p {
        font-size: 15px;
        color: #3c3c3c;
        padding-top: 10px;
    }

    .second-img .fix p {
        color: #0068b7;
        font-size: 15px;
        text-align: center;
        padding: 10px 0;
    }


    .second-img {
        display: block;
        padding-bottom: 35px;
    }

    .second-img .fix {
        position: relative;
    }

    .second-img figure {
        display: block;
        float: left;
        width: 30%;
        padding: 0 1.66%;
        text-align: center;
        margin-bottom: 20px;
    }

    .second-img figure img {
        margin: 0 auto;
    }

    .secont-tab {
        display: block;
        padding-bottom: 85px;
    }

    .secont-tab h2 {
        display: block;
        font-size: 24px;
        color: #0068b7;
    }

    .secont-tab table {
        width: 100%;
        font-size: 15px;
        border-left: #d2d2d2 solid 1px;
        border-top: #d2d2d2 solid 1px;
    }

    .secont-tab th {
        text-align: left;
        vertical-align: middle;
        color: #FFF;
        border-bottom: #d2d2d2 solid 1px;
        border-right: #d2d2d2 solid 1px;
        background: #e70012;
        padding-top: 7px;
        padding-bottom: 7px;
        font-weight: normal;
        padding-left: 10px;
        padding-right: 10px;
    }

    .secont-tab td {
        text-align: left;
        vertical-align: top;
        border-bottom: #d2d2d2 solid 1px;
        border-right: #d2d2d2 solid 1px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 10px;
        padding-right: 10px;
    }

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

    .no-bord {
        border-bottom: none !important;
    }



    .box04 .one02 {
        display: block;
        background: url(../images/sbg.jpg) top center repeat-x;
        padding-bottom: 36px;
    }

    .box04 .one02 .txt {
        display: block;
        float: right;
        padding-left: 11px;
        padding-top: 50px;
        width: 489px;
    }

    .box04 .one02 .fix .txt span {
        display: block;
        float: left;
        padding-right: 18px;
    }

    .box04 .one02 .txt h3 {
        display: block;
        float: left;
        font-size: 36px;
        color: #3c3c3c;
        line-height: 130%;
        margin-top: -5px;
        margin-bottom: 60px;
    }

    .box04 .one02 .txt p {
        display: block;
        font-size: 15px;
        color: #3c3c3c;
    }

    .box04 .one02 figure {
        display: block;
        float: left;
    }


    .box04 .one01 .tgh3 {
        padding-top: 10px !important;
    }

    .box04 .one01 .tgh3 h3 {
        padding-top: 10px !important;
        margin-bottom: 100px !important;
    }

    .tgrh {
        margin-top: 45px;
    }


    .t4img {
        display: block;
        padding-top: 50px;
    }

    .t4img figure {
        display: block;
    }

    .t4img figure:nth-of-type(1) {
        padding-right: 40px;
        float: left;
    }

    .t4img figure:nth-of-type(2) {
        float: left;
    }

    .t4img figure:nth-of-type(3) {
        float: right;
    }



    .imgworks {
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 1217px;
        border-top: solid 18px #e70012;
        padding-top: 80px;
    }

    .imgworks .imgbox {
        position: absolute;
        width: 1034px;
        height: 1217px;
        left: 50%;
        margin-left: -517px;
    }

    .wo-names {
        display: block;
        padding-top: 30px;
        padding-bottom: 100px;
    }

    .wo-names p {
        display: block;
        font-size: 22px;
        padding-bottom: 30px;
    }

    .bntbase02 {
        display: block;
        text-align: right;
    }
    .bntbase02.tac {
        text-align: center;
    }

    .btn002 {
		 box-sizing: border-box;
        text-align: center;
        padding: 15px;
        background: #ffffff;
        margin: 1rem 2.5%;
    }



    .tuna {
        display: block;
        padding-bottom: 50px;
        border-top: solid 18px #e70012;
    }

    .tuna-top {
        display: block;
        height: 363px;
    }

    .tuna-top h2 {
        display: block;
        padding-top: 103px;
    }

    .tuna-top p {
        display: block;
        font-size: 18px;
        padding-top: 6px;
    }

    h2.title01 {
        display: block;
        background: #e70012;
        height: 112px;
    }

    h2.title01 span {
        display: block;
        text-align: center;
        color: #FFF;
        width: 1000px;
        margin: 0 auto;
        font-size: 30px;
        padding-top: 33px;
    }

    .tuna h2.title01 {
        margin: 20px 20px 0;
    }

    .tuna h2.title01 span {
        width: auto;
    }


    .tuna-main {
        display: block;
        padding-top: 45px;
    }

    .tuna-main h2 {
        display: block;
        text-align: center;
        font-size: 30px;
        color: #0068b7;
        font-weight: normal;
        padding-bottom: 35px;
    }

    .mtxt {
        display: block;
        font-size: 15px;
        color: #3c3c3c;
        padding-bottom: 37px;
    }

    .tuna-main .sect01 {
        display: block;
        // padding-bottom:35px;
    }

    .tuna-main .sect01 h3 {
        display: block;
        color: #3c3c3c;
        font-size: 30px;
        padding-bottom: 14px;
    }

    .tuna-main .sect01 figure.fl {
        width: 300px;
        float: left;
        margin: 0 30px 30px 0;
    }

    .tuna-main .sect01 figure.fr {
        width: 155px;
        float: right;
        margin: 0 0 30px 30px;
    }

    .tuna-main .sect01 figure.fl img,
    .tuna-main .sect01 figure.fr img {
        max-width: 100%;
        height: auto;
    }










    .tuna-main .sect01 .lef {
        display: block;
        float: left;
        width: 286px;
        position: relative;
    }

    .tuna-main .sect01 .lef div {
        display: block;
        background: #f5f5f5;
        border: #e7e7e7 solid 1px;
        padding-left: 21px;
        padding-top: 27px;
        padding-bottom: 27px;
        font-size: 16px;
        color: #3c3c3c;
    }

    .tuna-main .sect01 .lef::after {
        position: absolute;
        top: 56px;
        bottom: 0;
        right: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }

    .tuna-main .sect01 .lef::after {
        right: -79px;
        box-sizing: border-box;
        width: 19px;
        height: 19px;
        border: 19px solid transparent;
        border-left: 34px solid #0068b7;
    }

    .tuna-main .sect01 .ref {
        display: block;
        float: right;
        width: 635px;
    }

    .tuna-main .sect01 .ref .txt {
        display: block;
        background: #f5f5f5;
        border: #e7e7e7 solid 1px;
        padding-left: 21px;
        padding-top: 27px;
        padding-bottom: 27px;
        font-size: 16px;
        color: #3c3c3c;
    }

    .tuna-main .sect01 .ref .txt h4 {
        display: block;
        font-size: 18px;
        color: #0068b7;
        padding-bottom: 5px;
    }

    .tuna-main .sect01 .ref .txt p {
        display: block;
        font-size: 15px;
    }

    .tuna-main .sect01 .ref .txt .lebox {
        display: block;
        float: left;
    }

    .tuna-main .sect01 .ref .txt .rebox {
        display: block;
        float: right;
    }


    .gry {
        display: block;
        background: #f5f5f5;
        border-top: #e7e7e7 solid 1px;
        padding-top: 45px;
        padding-bottom: 90px;
    }

    .gry h2 {
        display: block;
        color: #3c3c3c;
        font-size: 30px;
        border-bottom: #e70012 solid 2px;
        padding-bottom: 10px;
        margin-bottom: 35px;
    }

    .gry h2 small {
        font-size: 16px;
    }

    .wolist {
        display: block;
        border-top: #e7e7e7 solid 1px;
        border-left: #e7e7e7 solid 1px;
    }

    .wolist ul {
        display: block;
    }

    .wolist li {
        display: block;
        float: left;
        width: 248px;
        font-size: 16px;
        color: #333333;
        text-align: center;
        border-bottom: #e7e7e7 solid 1px;
        border-right: #e7e7e7 solid 1px;
        background: #FFF;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .fz15 p {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .fz15 ul {
        font-size: 15px;
        margin-bottom: 8px;
        margin-left: 8px;
    }

    .txt_red {
        font-weight: bold;
        color: #C41013;
    }

    .underline {
        text-decoration: underline;
    }




    /* form関連------------------------------------------- */

    .coform {
        display: block;
        // background:url(../images/bg05.jpg) left top repeat-x;
        padding-bottom: 100px;
    }

    .coform .fix {
        padding-top: 45px;

    }

    .form-main {
        display: block;
    }

    .form-main p {
        display: block;
        font-size: 14px;
        padding-top: 5px;
    }

    .form-main p a {
        color: #333;
    }

    .form-main p a:hover {
        text-decoration: none;
    }

    .form-main dl {
        display: block;
        padding-left: 50px;
        border-bottom: #cccccc solid 1px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .form-main dt {
        display: block;
        float: left;
    }

    .form-main dt.fti {
        width: 200px;
        font-size: 18px;
        font-weight: bold;
        padding-top: 5px;
    }

    .form-main dt.che {
        width: 55px;
        padding-top: 9px;
    }

    span.hi {
        color: #d36060;
        font-size: 14px;
    }

    span.ni {
        display: block;
        text-align: center;
        color: #FFF;
        letter-spacing: 3px;
        text-align: center;
        font-size: 12px;
        background: #999999;
        padding-top: 2px;
    }

    .form-main dd {
        display: block;
        float: right;
        width: 700px;
    }

    .form-main dd div {
        display: block;
        font-size: 16px;
        padding-top: 7px;
    }

    .form-main label {
        margin-right: 15px;
        font-size: 15px;
    }

    .n001 {
        height: 38px;
        width: 500px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        background: #f3f3f3;
        border: #ccc solid 1px;
    }

    .n002 {
        height: 38px;
        width: 315px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        background: #f3f3f3;
        border: #ccc solid 1px;
    }

    .n003 {
        height: 38px;
        width: 90px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        background: #f3f3f3;
        border: #ccc solid 1px;
    }

    .form-main select {
        height: 38px;
        width: 155px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        background: #f3f3f3;
        border: #ccc solid 1px;
    }

    .longsel {
        width: 225px !important;
    }

    .gbtn001 {
        display: block;
        text-align: center;
        padding-top: 46px;
        padding-bottom: 45px;
        position: relative;
        width: 550px;
        margin: 0 auto;
    }

    .gbtn001::before,
    .gbtn001::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
        z-index: 99;
    }

    .gbtn001::before {
        left: 25px;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-left: 14px solid #FFF;
    }

    .gbtn001:hover::before {
        left: 25px;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-left: 14px solid #d44844;
    }

    .sbt {
        display: inline-block;
        font-size: 24px;
        font-weight: bold;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        border: #e70012 solid 2px;
        width: 550px;
        padding-top: 16px;
        padding-bottom: 16px;
        position: relative;
        background: #e70012;
        cursor: pointer;
    }

    .sbt:hover {
        color: #e70012;
        background: #FFF;
        border: #e70012 solid 2px;
    }

    .sbt::before,
    .sbt::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }

    .sbt::before {
        left: 15px;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-left: 14px solid #e70012;
    }

    .sbt:hover::before {
        left: 15px;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-left: 14px solid #FFF;
    }
.bnr {margin-bottom: 10px;}
    .bnr01 {
        display: block;
        text-align: center;
    }

    .bnr01 img {
        display: inline;
        border: none;
    }

    .sitebtn {
        display: block;
        padding: 30px;
    }

    .sitebtn a {
        display: block;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        font-size: 25px;
        font-weight: bold;
        background: #0962A3;
        width: 220px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .sbt2 {
        text-align: center;
        color: #FFF;
        text-decoration: none;
        font-size: 25px;
        font-weight: bold;
        background: #83090B;
        width: 220px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: none;
        cursor: pointer;
        margin-left: 10px;
        margin-right: 10px;
    }

    .sbt3 {
        text-align: center;
        color: #FFF;
        text-decoration: none;
        font-size: 25px;
        font-weight: bold;
        background: #7C7A7B;
        width: 220px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: none;
        cursor: pointer;
        margin-left: 10px;
        margin-right: 10px;
    }

    .error {
        font-size: 16px;
        color: #E3090C;
        font-weight: bold;
        padding-bottom: 30px;
    }

    .gtel {
        display: block;
        text-align: center;
    }

    .gtel img {
        display: inline;
        border: none;
    }



    /* footer------------------------------------------- */

    .footer {
        display: block;
    }

    .pagetop {
        display: block;
    }

    .pagetop p {
        display: block;
        width: 1000px;
        margin: 0 auto;
    }

    .pagetop img {
        display: block;
        float: right;
    }

    .foot-main {
        display: block;
        border-top: #e70012 solid 18px;
        padding-bottom: 40px;
    }

    .foot-main .fix {
        position: relative;
        padding-top: 35px;
    }

    .flogo {
        position: absolute;
        top: 32px;
        left: 10px;
    }

    .copy {
        display: block;
        text-align: center;
        position: relative;
        z-index: 99;
    }

    .copy small {
        font-size: 11px;
    }


	 

    #fixed_header {
        position: fixed;
        right: 45px;
        height: 78px;
        box-shadow: 0px 0px 6px 3px #ededed;
        -moz-box-shadow: 0px 0px 6px 3px #ededed;
        -webkit-box-shadow: 0px 0px 6px 3px #ededed;
        border: #0068b7 solid 1px;
        width: 230px;
        background: #FFF;
        z-index: 2000 !important;
    }

    #fixed_header_pdf {
        position: fixed;
        right: 30px;
        height: 44px;
        box-shadow: 0px 0px 6px 3px #ededed;
        -moz-box-shadow: 0px 0px 6px 3px #ededed;
        -webkit-box-shadow: 0px 0px 6px 3px #ededed;
        width: 230px;
        background: #FFF;
        z-index: 2000 !important;
    }

    #fixed_header div {
        display: block;
        text-align: center;
        color: #FFF;
        font-size: 20px;
        background: #0068b7;
        padding-top: 5px;
        padding-bottom: 5px;

    }

    #fixed_header p,
    #fixed_header_pdf p {
        display: block;
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        color: #2786AD;
        padding-top: 5px;
        padding-bottom: 0px;
    }

    #fixed_header span {
        display: block;
    }

    #fixed_header span a {
        display: block;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 17px;
        font-weight: bold;
        background: #e70012;
    }

    #fixed_header span a:hover {
        background: #BF1114 url(../images/ya.png) right 12px center no-repeat;
    }

    #fixed_header_pdf span {
        display: block;
        margin-bottom: 5px;
    }

    #fixed_header_pdf span a {
        display: block;
        text-align: center;
        background-color: #FFF;
        box-sizing: border-box;
        border: solid 2px #e70012;
        color: #e70012;
        text-decoration: none;
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 17px;
        font-weight: bold;
    }

    #fixed_header_pdf span a:hover {
        background: #FFF url(../images/ya2.png?201706192) right 12px center no-repeat;
    }




    .vo-subti {
        display: block;
        font-size: 28px;
        padding-left: 65px;
        color: #16ABE9;
        margin-top: 20px;
        background: url(../images/volist.png) left 11px no-repeat;
        padding-top: 20px;
        padding-bottom: 7px;
    }

    .bigs {
        font-size: 34px;
        color: #B15607;
    }

    .colred {
        color: #AD0608;
    }



    .subhead {
        height: 200px !important;
        overflow: hidden;
    }

    .wlma {
        letter-spacing: -1px;
    }

    .trsmal {
        display: block;
        text-align: right;
        font-size: 12px;
    }

    .priv01 {
        height: 120px;
        overflow: auto;
        border: #ccc solid 1px;
    }

    .pc-none {
        display: none !important;
    }

    .fs14 {
        font-size: 14px;
    }

    #jhbtn{
        position: absolute;
        left: 5%;
        top: 43%;
        width: 43%;
        height: 12%;
    }

    #elbtn{
        position: absolute;
        right: 5%;
        top: 43%;
        width: 43%;
        height: 12%;
    }
/*----------------------------------

20201005更新

------------------------------------*/

.bg_saikousuijun {
	margin: 0;
	padding: 20px 30px;
	width: 100%;
}
.container_title_saikousuijun_jh-01 {
	margin: 0 0 20px;
}
.box_title_saikousuijun_jh-01 {
	margin: 0 2% 0 0;padding: 0;
	width: 30%;
	float: left;
}
.box_title_saikousuijun_jh-02 {
	margin: 10px 0 0;padding: 0;
	width: 68%;
}
.txt_saikousuijun-01 {
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
	font-size: 21px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0px;
	color: #F0161C;
	text-shadow: 0px 1px 2px #FFFFFF;
	padding: 10px 0;
	width: 68%;
	float: right;
}
.txt_saikousuijun-02 {
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: -0.24px;
	color: #134B98;
	text-shadow: 0px 1px 2px #FFFFFF;
	width: 68%;
	float: right;
}
.box_title_saikousuijun_jh-03 {
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0px 0 0px;
	padding: 0 0 5px;
	width: 100%;
	background: transparent url('../newimages/bg_saikousuijun-02.png') 0% 0% no-repeat padding-box;
opacity: 1;
text-align: center;
letter-spacing: 0.6px;
color: #FFFFFF;
text-shadow: 0px 3px 6px #00000029;
font-size: 19px;
font-weight: 700;
line-height: 2.3em;
}
.txt_saikousuijun-03 {
text-align: left;
font-size: 15px;
font-weight: 300;
letter-spacing: 0.43px;
color: #000000;
padding-bottom: 20px;
}
.txt_saikousuijun-04 {
text-align: left;
letter-spacing: 0.43px;
color: #000000;
padding-bottom: 20px;
font-size: 12px;
padding: 10px 0 20px;
}
.txt_saikousuijun-05 {
text-align: left;
letter-spacing: 0.43px;
color: #000000;
padding-bottom: 20px;
font-size: 12px;
padding: 0px 0 10px;
}
.txt_saikousuijun-06 {
text-align: left;
letter-spacing: 0.43px;
color: #000000;
padding-bottom: 20px;
font-size: 12px;
padding: 0px 0 20px;
width: 32%;
}

.title_saikousuijun_jh-02 {
	margin: 30px 0 10px;
	width: 100%;
	height: auto;
	clear: both;
}
.box_saikousuijun_jh-02 {
	margin: 0;
	padding: 0;
	width: 50%;
}
.box_saikousuijun_jh-03 {
	margin: 0;
	padding: 0;
	width: 46%;
}
.box_saikousuijun_jh-04 {
	margin: 0;
	padding: 0;
	width: 70%;
}
.box_saikousuijun_jh-05 {
	margin: 0;
	padding: 0;
	width: 28%;
	font-size: 12px;
}
.box_saikousuijun_jh-06 {
	margin: 0 1% 0 0;
	padding: 0;
	width: 32%;
	font-size: 12px;
}
.box_saikousuijun_jh-07 {
	margin: 1.7826% 1% 20px;
	padding: 0;
	width: 30%;
	font-size: 12px;
}
.box_saikousuijun_j-01 {
	margin: 0;
	padding: 0;
	width: 48%;
}
picture img {
	width: 100%!important;
}

picture img.img_kijun {
	width: 100%!important;
	max-width: 803px!important;
}
.box_map {
	margin: 0 0 10px;
}
.address_saikousuijun01 {
	margin: 5px 0 5px;
	padding: 0 0 5px;
	font-size: 13px;
	border-bottom: 1px solid #1e2678;
}
.address_saikousuijun02 {
	margin: 5px 0 5px;
	padding: 0 0 5px;
	font-size: 24px;
	border-bottom: 1px solid #1e2678;
	font-weight: 900;
    text-align: center;
}
.container_qa_saikousuijun {
	margin: 0;padding: 0;
	width: 47%;
}
.wrap_qa_saikousuijun {
	margin: 10px 0;
	width: 100%;
}
.box_qa_saikousuijun-01 {
	margin: 0;padding: 0;
}
.box_qa_saikousuijun-q {
	margin: 0;padding: 0;
	width: 60px;
	height: 60px;
}
.box_qa_saikousuijun-02 {
	margin: 0;padding: 0;
	width: calc(100% - 70px);
}
.txt_qa_saikousuijun-01 {
	margin: 0px;padding: 0;
text-align: left;
font-size: 20px;
font-weight: 900;
line-height: 1.2;
letter-spacing: 0.21px;
color: #F0161C;
}
.txt_qa_saikousuijun-02 {
	margin: 0px;padding: 0;
text-align: left;
font-size: 14px;
letter-spacing: 0.16px;
color: #000000;
}
.txt_qa_saikousuijun-01 img,.txt_qa_saikousuijun-02 img, .q5_img img {
	float: right;
	width: 140px!important;
}
.box06 picture img {
	margin-bottom: 50px;
}
@media (max-width: 1070px) {
	.box01 {
    padding: 0px 0!important;
	}
	.btn002 {
    font-size: 20px;
	}
	.box03 {
    padding: 30px 0;
	}
  .box05 {
    padding-bottom: 10px;
    border-top: #e70012 solid 15px;
  }

}
@media (max-width: 768px) {
	body {
		padding: 0;
	}
	#wrapper {
    border: solid 10px #e70012;
	}
	.box02 {
    margin-bottom: 0px;
    border-top: solid 10px #e70012;
	}
	.box03 {
    padding: 30px 0;
    margin-bottom: 0px;
    border-top: solid 10px #e70012;
	}
	.box05 {
    margin-bottom: 0px;
    border-top: solid 10px #e70012;
	}	
	.box06 {
    padding: 20px 1% 20px 1%;
    margin-bottom: 0px;
    border-top: solid 10px #e70012;
	}
	.btn002 {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    color: #e70012;
    text-decoration: none;
    border: #e70012 solid 2px;
    width: 45%;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    padding: 15px;
    background: #ffffff;
    margin: 1rem 2.5%;
	}
	.btn002::before, .btn002::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
	}
	.btn002::before {
    left: 15px;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-left: 14px solid #e70012;
	}
	.foot-main {
    display: block;
    border-top: #e70012 solid 18px;
    padding-bottom: 40px;
	}
	.fix {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
	}
	.foot-main .fix {
    position: relative;
    padding-top: 35px;
	}
	.copy {
    display: block;
    text-align: center;
    position: relative;
    z-index: 99;
	}
	.txt_saikousuijun-02 {
		width: 100%;
		float: none;
	}
	.fix-footer {
    display: block!important;
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 42px;
    background: #0068b7;
    z-index: 2000;
    box-shadow: 3px 2px 7px 2px #cccccc;
    -moz-box-shadow: 3px 2px 7px 2px #cccccc;
    -webkit-box-shadow: 3px 2px 7px 2px #cccccc;
	}
	#fixed_header {
    display: none !important;
	}
	.fix-footer .sppdf {
    width: 400px;
    margin: 0 auto;
    display: block;
	}
	.fix-footer .tel {
    display: block;
    float: left;
    width: 49%;
    text-align: center;
	}
	.fix-footer .btn {
    display: block;
    float: right;
    width: 49%;
    text-align: center;
	}
	.fix-footer img {
    vertical-align: middle;
    width: 155px;
    display: inline!important;
    border: none;
    line-height: 130%;
    margin: 4px 0px 1px;
	}
	.foot-main {
    display: block;
    border-top: #e70012 solid 8px;
    padding-bottom: 60px;
	}
	.foot-main .fix {
    position: relative;
    padding-top: 15px;
	}
	.flogo {
    display: block;
    width: 110px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 0;
    left: 0;
	}
	.copy {
    display: block;
    text-align: center;
    position: relative;
    z-index: 99;
    padding: 0 20px;
	}
}
@media (max-width: 650px) {
	.box_saikousuijun_jh-02 {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
	}
	.box_saikousuijun_jh-03 {
    margin: 0;
    padding: 0;
    width: 100%;
	}
	.box_saikousuijun_jh-04 {
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
	}
	.box_saikousuijun_jh-05 {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 12px;
	}
	.txt_saikousuijun-02 {
		clear: both;
	}
	.btn002 {
    width: 80%;
	}
	.container_qa_saikousuijun {
    margin: 0;
    padding: 0;
    width: 100%;
	}
	.box_saikousuijun_jh-07 {
    width: 48%;
	}
	.box_title_saikousuijun_jh-03 {
    font-size: 17px;
    background-color: #F0161C;
    background-image: none;
    padding: 10px;
    line-height: 1.5em;
	}
	.box_saikousuijun_j-01 {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
	}
	.box_saikousuijun_jh-06 {
    margin: 0 1% 10px 0;
    width: 49%;
	}
	.txt_saikousuijun-06 {
    width: 100%;
	}
	.box_map {
    margin: 0 0 0px;
	}

}
@media (max-width: 414px) {
	.btn002 {
    font-size: 14px;
    width: 95%;
    padding: 9px;
    margin: 0.5rem 2.5%;
	}
	.box01 .fix {
    position: relative;
	}
	.txt_saikousuijun-01 {
    width: 100%;
    float: none;
    font-size: 20px;
	}
	.box_title_saikousuijun_jh-01 {
    width: 48%;
	}
	.bg_saikousuijun {
    padding: 20px 20px;
	}
	.box_title_saikousuijun_jh-03 {
    margin: 0px 0 0px;
    padding: 5px 10px 5px;
    font-size: 17px;
    line-height: 1.5em;
    background-color: #F0161C;
    background-image: none;
	}
	.txt_saikousuijun-03 {
    font-size: 13px;
	}
	.address_saikousuijun02 {
    font-size: 19px;
	}
	.address_saikousuijun01 {
    font-size: 12px;
	}
	.box_saikousuijun_jh-06 {
    margin: 0 -1px 10px 0;
    width: 100%;
	}
	.box_saikousuijun_jh-05 {
    font-size: 10px;
	}
	.txt_saikousuijun-04 {
    font-size: 10px;
    padding: 0px 0 20px;
	}
	.txt_qa_saikousuijun-01 {
    font-size: 17px;
	}
	.box_qa_saikousuijun-q {
    width: 55px;
    height: 55px;
	}
	.box_qa_saikousuijun-02 {
    width: calc(100% - 60px);
	}
}
@media (max-width: 375px) {
	.btn002::before {
    left: 15px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 7px solid #e70012;
	}
	.title_saikousuijun_jh-02 {
    margin: 10px 0 10px;
	}
	.txt_qa_saikousuijun-01 img, .txt_qa_saikousuijun-02 img {
    width: 120px!important;
	}
	.box06 picture img {
    margin-bottom: 20px;
	}
}
@media (max-width: 320px) {
	.btn002 {
    font-size: 13px;
    padding: 7px;
    margin: 0.3rem 2.5%;
	}
	.txt_saikousuijun-01 {
    font-size: 20px;
    line-height: 1.3;
	}
	.box_title_saikousuijun_jh-01 {
    width: 100%;
	}
	.txt_saikousuijun-02 {
    font-size: 14px;
	}
	.title_saikousuijun_jh-02 {
    margin: 10px 0 10px;
	}
	.address_saikousuijun02 {
    font-size: 16px;
	}
	.btn002::before {
    left: 10px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #e70012;
	}
	.txt_qa_saikousuijun-01 {
    font-size: 15px;
	}
	.txt_qa_saikousuijun-02 {
    font-size: 12px;
	}
	.txt_qa_saikousuijun-01 img, .txt_qa_saikousuijun-02 img {
    width: 100px!important;
	}
	.box06 picture img {
    margin-bottom: 20px;
	}
}


/*----------------------------------

2021_06更新

------------------------------------*/
html{
    font-size: 62.5%;
}

h1{
    color: #1e2678;
    font-size: 5.6rem;
    font-weight: 900;
    text-align: center;
}
.box01_h1_br{
    display: none;
}   
.box01_title_img{
    margin: 0 auto;
    margin-bottom: 3rem;
    width: 90.4%;
}
.box01_title_img img{
    width: 100%;
}
.box01_a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 28.8rem;
    position: relative;
}
.box01_a_jh, .box01_a_el{
    width: 48.5%;
}
.box01_a_jh_title, .box01_a_el_title{
    background-color: #1e2678;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.box01_a_jh a, .box01_a_el a{
    cursor: pointer;
    text-decoration: none;
}
.color_yellow{
    display: inline-block;
    font-size:8rem;
    font-weight: 900;
    background: linear-gradient(to top right,#ECC250, #eabf4c, #f9df8a, #fff2ad, #f9df8a, #eabf4c, #ECC250);
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 10px;
 } 
.box01_a_jh_title h3{
    color: #ffffff;
    font-size: 2.3rem;
    font-weight: 900;
    letter-spacing: -1px;
    width: 42.5%;
}
.box01_a_el_title h3{
    color: #ffffff;
    font-size: 3.4rem;
    font-weight: 900;
    width: 42.5%;
}
.box01_a_el_title{
    background-color: #e60012;
}
.box01_a p{
    font-size: 3.5rem;
}
.box01_a_jh p{
    color: #1e2678;
    font-weight: 900;
    line-height: 1.1;
    text-align:left;
}
.box01_a_el p{
    color: #e60012;
    font-weight: 900;
    line-height: 1.1; 
    text-align: right;
}
.box01_a_el_span{
    font-size: 2.7rem;
    letter-spacing: -1.5px;
    white-space: nowrap;
}
.box01_a_el_padding{
    margin-left: 2.5%;
}
.box01_a_img{
    position: absolute;
    top: 20%;
    width: 100%;
}
.box01_a_img img{
    position:relative;
    vertical-align: bottom;
    width: 95.5%;
    z-index: 1000;
}
.box01_a_explanation{
    border: solid 1px #e70012;
    color: #e60012;
    display: flex;
    justify-content: space-between;
    padding: 0.5% 1.5%;
    position: absolute;
    top: 92%;
    width: 100%;
}
.box01_a_explanation h3{
    font-size: 3.5rem;
    font-weight: 900;
}
.box01_a_explanation p{
    font-size: 1.85rem;
    font-weight: bold;
    width: 25%;
}
.saikousuijun_line_feed{
    display: inline-block;
}
.box01_b{
    color:#1e2678;
    font-weight: 700;
    padding-bottom: 30px; 
}
.box01_b p{
    font-size: 2.989rem;
    line-height: 1.25;
}
.bntbase02.tac {
    padding-bottom: 20px;    
}
.summer_reception{
    color: #ffffff;
    background-color: #1e2678;
    font-size: 3rem;
    text-align: center;
    padding: 7px 10px 10px 10px;
}
.summer_reception_mgn{
    margin-left: 15px;
}
.saikousuijun h3{
    font-size: 3rem;
}
.saikousuijun_subtitle_jh{
    color: #e60012;
    font-weight: 900;
    padding: 3px 0;
    width: 100%;
}
.saikousuijun_price_h3{
    font-size: 1.7rem;
    font-weight: initial;
}
.saikousuijun_title{
    display: flex;
}
.saikousuijun_title_jh{
    background-color:#1e2678; 
}
.saikousuijun_title{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    line-height: 1.3;
}
.saikousuijun_title_logo{
    width: 42%;
}
.saikousuijun_title_logo img{
    width: 100%;
}
.saikousuijun_title h3{
    color: #ffffff;
    font-size: 2.3rem;
    font-weight: 900;
    width: 25%;
}
.ena_logo:before{
    content: "";
    display: inline-block;
    width: 87px;
    height: 27px;
    background-image: url(../images/logo01.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: -8.5%;
}
.saikousuijun_features{
    margin-bottom: 30px;
}
.saikousuijun_features h3{
    color: #ffffff;
    text-align: center;
}
.jh_back{
    background-color: #1e2678;
}
.saikousuijun_features p{
    font-size: 2rem;
    padding: 3px 0;
}
.saikousuijun_object{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.saikousuijun_object h5{
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
    writing-mode: vertical-rl;
}
.saikousuijun_object_title01{
    background-color: #1e2678;
}
.saikousuijun_object li{
    font-size: 2.15rem;
    font-weight: bold;
    padding: 0.5% 0 1% 3.5%;
    position: relative;
}
.saikousuijun_object li:before{
    content: "●";
    font-size:12.5px;
    position: absolute;
    left: 1.25%;
    top: 50%;
    transform: translateY(-50%);
}
.saikousuijun_object_jh_color{
    color: #1e2678;
}
.saikousuijun_object_box01, .saikousuijun_object_box02{
    display: flex;
}
.saikousuijun_object_box01{
    width: 61.62%;
}
.saikousuijun_object_contents{
    width: 100%;
}
.saikousuijun_object_box01 ul{
    width: 100%;
}
.saikousuijun_object_box01 li{
    list-style-type: none;
    width:100%;
}
.saikousuijun_object span{
    font-size: 1.7rem;
    padding-left: 4.5%;
}
.saikousuijun_object_rightblue{
    background-color: #E9E6F3;
}
.saikousuijun_object_blue{
     background-color: #DED9E5;
}
.saikousuijun_object_box02{
    width: 34.42%;
}
.saikousuijun_object_box02_comments{
    align-items: center;
    color: #1e2678;
    background-color: #E9E6F3;
    display: flex;
    justify-content: center;
    width: 100%;
}
.saikousuijun_object_box02 p{
    font-size: 1.85rem;
    width: 87.5%;
}
.saikousuijun_timetable{
    margin-bottom: 30px;
}
.saikousuijun_timetable_img{
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.saikousuijun_timetable_img_img{
    width:64%; 
}
.saikousuijun_timetable_img_img img{
    width: 100%;
}
.saikousuijun_timetable_img_comments{
    line-height: 1.3;
    width: 34.2%;
}
.saikousuijun_timetable_img_comments span{
    display: block;
}
.saikousuijun_timetable_img_comments, .saikousuijun_price_img_comments{
    font-size: 1.7rem;
}
.saikousuijun_price{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.saikousuijun_price_img01{
    width: 48.5%;
}
.saikousuijun_price_img01 img{
    width: 100%;
}
.saikousuijun_price_img02{
    padding-left: 3%;
    width: 48.5%;
}
.saikousuijun_price_img02 img{
    width: 100%;
}
.title_saikousuijun_jh-02 h2{
    color: #e60012;
    font-size: 4.6rem;
}
.box_map_hatiouji{
    border: solid 1px #1e2678;
    display: flex;
    flex-direction: column;
    justify-content: center;    
    line-height: 1.1;
    margin: 10px 1% 20px;
    width: 64%;
}
.box_map_hatiouji_container{
    margin: 0 auto;
    width: 87%;
}
.box_map_hatiouji h3{
    color: #1e2678;
    display: flex; 
    font-size: 5.3rem;
    font-weight: 900;
}
.box_map_hatiouji_img{
    width: 27%;
}
.box_map_hatiouji_img img{
    display: inline-block;
    vertical-align:-6%;
    width: 100%;
}
.box_map_hatiouji h2{
    color: #e60012;
    font-size: 7.55rem;
    font-weight: 900;
}
.box_map_hatiouji h4{
    color: #e60012;
    font-size: 3.65rem;
    font-weight: 900;
    line-height: 1.2;
    white-space: nowrap;
}
.box_saikousuijun_jh-07_hatiouji{
    width: 30%;
}
.address_saikousuijun01_hatiouji{
    margin: 5px 0 5px 16px;
}
.address_saikousuijun02_hatiouji{
    margin: 5px 0 5px 16px;
}
.title_saikousuijun_jh-02 h2{
    color: #1e2678; 
    font-size: 4.7rem;
    font-weight: 900;
}
.box03_title h2{
    color: #e60012;
    font-size: 4.2rem;
    font-weight: 900;
    text-align: center;
}
.box04_title{
    color: #1e2678; 
}
.box04_title h2{
    font-size: 4.7rem;
    font-weight: 900;
    line-height: 1.1;
}
.box04_title h2:before{
    background-image: url(../images/flogo.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    width: 110px;
    height: 33px;
}
.saikousuijun_title_el, .el_back, .saikousuijun_object_title02{
    background-color:#e60012; 
}
.saikousuijun_title_el h3{
    font-size: 4rem;
}
.saikousuijun_pattern{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.saikousuijun_pattern h3{
    width: 20%; 
}
.saikousuijun_subtitle_el{
    color: #1e2678;
    font-weight: 900;
    padding: 3px 0;
}
.saikousuijun_subtitle_el:before{
    vertical-align: -6%;
}
.saikousuijun_object_rightpink{
background-color:#FDEDE4; 
}
.saikousuijun_object_pink{
background-color:#FBDAC8; 
}
.saikousuijun_object_el_color{
    color: #e60012; 
}
.saikousuijun_object_el_font{
    text-align: center;
}
.saikousuijun_object_el_font p{
    font-size: 2.15rem;
}
.saikousuijun_timetable_img_el_comments{
    text-align: right;
    width: 100%;
}
.box04_padding{
    padding-bottom: 20px;
}
.pattern_boy, .pattern_girl{
    width:39%;
}
.pattern_boy ul, .pattern_girl ul{
    width: 100%;
}
.saikousuijun_pattern h5{
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
}
.pattern_boy h5{
    background-color: #1e2678;
}
.pattern_girl h5{
     background-color: #e60012; 
}
.saikousuijun_pattern li{
    display: flex;
    align-items: center;
    font-size: 1.85rem;
    background: left top no-repeat;
    height: 60px;
    letter-spacing: -1px;
    list-style-type: none;
    padding-left: 57.5px;
}
.pattern_boy li:nth-child(1){
    background-image: url(../images/blue01.png);
    background-color: #E9E6F3;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 41px 41px;
}
.pattern_boy li:nth-child(2){
    background-image: url(../images/blue02.png);
    background-color: #DED9E5;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 41px 41px;
}
.pattern_boy li:nth-child(3){
    background-image: url(../images/blue03.png);
    background-color: #E9E6F3;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 41px 41px;
}
.pattern_girl li:nth-child(1){
    background-image: url(../images/red01.png);
    background-color:#FDEDE4; 
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 41px 41px;
}
.pattern_girl li:nth-child(2){
    background-image: url(../images/red02.png);
    background-color:#FBDAC8; 
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 41px 41px;
}
.pattern_girl li:nth-child(3){
    background-image: url(../images/red03.png);
    background-color:#FDEDE4; 
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 41px 41px;
}
.box06_container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.box06_title_container{
    position: relative;
    width: 30%;
}
.box06_title_container:before{
    border: solid 1px #e60012;
    content:"";
    display: block;
    padding-top: 80.333333%;
    position: absolute; 
    top: 0;
    width: 99.4%;
}
.box06_title{
    color: #e60012; 
    font-size: 4.6rem;
    line-height: 1.1; 
    padding-top: 12.33333%;
    padding-bottom: 12.33333%;  
}
.box06_title_img{
    margin: 0 auto;
    width: 50%;
}
.box06_title_img img{
    display: inline-block;
    width: 100%;
}
.box06_title h3{
    font-weight: 900;
    text-align: center;
}
.box06_map{
    display: flex;
    justify-content: space-between;
    width: 66%;
}
.box06_map .box_saikousuijun_jh-07{
    margin: 0 0 20px;
} 
.box06_map_img{
    width: 47%;
}
.box06_map .address_saikousuijun01 {
    border-bottom: 1px solid #e70012;
}
.box06_map .address_saikousuijun02 {
    border-bottom: 1px solid #e70012;
}
.q5_img{
    position: relative;
}
.q5_img img{
    position: absolute;
    top: -125%;
    right: 0;
}
.box_qa_saikousuijun-01 {
   align-items: center;
}
.text_line{
    align-items: flex-start;
}




@media (max-width: 1170px){
.box_map_hatiouji_container{
    width: 94%;
}
}



@media (max-width: 1070px){
.clearfix{
    margin: 0 auto;
    width: 95%;
}
.box01_a_jh_title h3{
    font-size: 2.1rem;
} 
.saikousuijun_title h3{
    font-size: 2.1rem;
} 
.saikousuijun_object li:before{
    left: 0.75%;
}   
.box04{
    padding: 20px 0 0;
} 
.box06{
    padding: 30px 0 0;
} 
}



@media (max-width: 1024px) {
html{
    font-size: 53.5%;
}
.box01_a{
    padding-bottom: 35.8rem;
}
.box01_a_img{
    left: 0;
}
.box01_a_explanation{
    padding-left: 3%;
}
.box_map_hatiouji_container{
    width: 84%;
}
.address_saikousuijun01 {
    font-size: 12.5px;
}
.address_saikousuijun02 {
    font-size: 22px;
}
.txt_qa_saikousuijun-01 {
font-size: 18px;
}
}




@media (max-width: 999px) {
h1{
    color: #1e2678;
    font-size: 5.6vw;
    font-weight: 900;
    text-align: center;
}    
 .box01_a{
    flex-direction: column;
    padding-bottom: 30px;
}
.color_yellow{
  margin-bottom: 7px;
 } 
.box01_title_img{
    margin-bottom: 0;
    width: 100%;
}
.box01_a_jh, .box01_a_el{
    margin: 0 auto;
    width: 100%;
} 
.box01_a_img{
   position: initial;
   width: 100%;
   margin-bottom: 20px;
}
.box01_a_img img{
    width: 100%;
} 
.box01_a_jh{
    margin-bottom: 20px;
    -webkit-box-ordinal-group:1;
　　-ms-flex-order:1;
　　-webkit-order:1;
    order: 1;
} 
.box01_a_el{
    -webkit-box-ordinal-group:2;
　　-ms-flex-order:2;
　　-webkit-order:2;
    order: 2;
}
.box01_a_jh_br, .box01_a_el_br{
    display: none;
}
.box01_a_el p{
    display: inline;
    text-align: left;
}
.box01_a_el_padding{
    margin-left: -0.8%;
}
.box01_a_el_span{
    white-space: normal;
}
.box01_a_explanation{
   display: block;
   position:initial;
   text-align: center;
   padding: 0.5% 1.5% 1% 1.5%;
}
.box01_a_explanation p{
    width: initial;
}
.box01_a_jh_title h3{
    font-size: 2.55rem;
}
.box01_a_el_title h3{
    font-size: 4.4rem;
} 
.saikousuijun_object li{
    padding: 1% 0 1% 3.5%;
}
.saikousuijun_object li:before{
    font-size: 10px;
}   
.container_qa_saikousuijun {
    width: 100%;
}
.box04_title h2:before{
   vertical-align: -7.5%;
}
.txt_qa_saikousuijun-02 img, .q5_img img{
    display: none;
}
.saikousuijun_pattern br{
    display: none;
}
.saikousuijun_pattern li{
    font-size: 1.7rem;
}
.box_map_hatiouji_container{
    width: 94%;
}
.box03_title h2{
    font-size: 3.5rem;
}
.box_map_hatiouji h3{
    font-size: 5.2vw;
}
.box_map_hatiouji h2{
    font-size: 7.2vw;
}
.box_map_hatiouji h4{
    font-size: 3.4vw;
}
.txt_qa_saikousuijun-01 br{
    display: none;
}
.box06_title{
    font-size: 4vw;  
}
}



@media (max-width: 849px) {
.box01_a_jh_title h3{
    width: 47.5%;
}
.box01_a_el_title h3{
   width: 47.5%;
} 
}





@media (max-width: 768px) {
html{
    font-size: 48%;
} 
.clearfix{
    width: 90%;
}
.saikousuijun_title{
    justify-content: center;
}
.box01_a_explanation{
   padding: 0.5% 1.5% 1.3% 1.5%;
}
.summer_reception{
    font-size: 2.8rem;
    padding: 3px 0 5px 0;
}
.saikousuijun_title_logo{
    width: 50%;
}
.saikousuijun_title h3{
    margin: 0 auto;
    margin-bottom: 6.5px;
    text-align: center;
    width: 95%;
}
.saikousuijun_title br{
    display: none;
}
.saikousuijun_object{
    display: block;
}
.saikousuijun_object_box01 li{
    width:initial;
}
.saikousuijun_object li{
    padding: 1% 1.5% 1% 16.3px;
}
.ena_logo:before{
    width: 74.82px;
    height: 23.22px;
}
.saikousuijun_features h3{
   font-size: 2.8rem;
}
.saikousuijun_object_box01{
    margin-bottom: 10px;
    width: 100%;
}
.saikousuijun_object_box02{
    width: 100%;
}
.saikousuijun_object_box02 p{
    font-size: 1.75rem;
    padding: 3.5% 0 3.5% 0;
    width: 95%;
}
.saikousuijun_object_el_font{
    text-align:initial;
}
.saikousuijun_object_el_br{
    display: none;
}
.saikousuijun_timetable_img{
    display: block;
}
.saikousuijun_timetable_img_img{
    margin-bottom: 10px;
    width:100%; 
}
.saikousuijun_timetable_img_comments{
    width: 100%;
}
.saikousuijun_price{
    display: block;
}
.saikousuijun_price_img01{
    margin-bottom: 10px;
    width: 100%;
}
.saikousuijun_price_img02{
    padding-left: 0;
    width: 100%;
}
.box_map_hatiouji{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 1.5% 0;
    width: 100%;
}
.box_map_hatiouji h4{
    white-space: initial;
}
.box_map_hatiouji_container{
    width: initial;
}
.box_map_hatiouji_img{
    width: 15vw;
}
.box_saikousuijun_jh-07{
    width: 47%;
}

.address_saikousuijun01_hatiouji{
    margin: 5px 0 5px 4.45646%;
}
.address_saikousuijun02_hatiouji{
    margin: 5px 0 5px 4.45646%;
}
.box_saikousuijun_jh-07_hatiouji{
    margin: 0 0 20px -1.5%;
    width: 50%;
}
.saikousuijun_title_el h3{
    font-size: 3.45rem;
}
.saikousuijun_pattern{
    display: block;
}
.saikousuijun_pattern li{
    font-size: 2rem;
    letter-spacing: initial;
}
.saikousuijun_pattern br{
    display: none;
}
.saikousuijun_object_el_color p{
    font-size: 2.15rem;
    justify-content: initial;
    padding: 5.2% 0;
    width: 95%; 
}
.saikousuijun_pattern h3{
    width: 100%;
}
.pattern_boy, .pattern_girl{
    width:100%;
}
.pattern_boy{
    margin-bottom: 10px;
}
.saikousuijun_subtitle_el br{
    display: none;
}
.box06_container{
    display: block;
}
.box06_title{
    display: flex;
    font-size: 5vw;
    justify-content: center;
    padding-bottom: 1.708%;
    padding-top:1.708%;
    width: 100%;
}
.box06_title_img{
    margin: initial;
    width: 17.6vw;
}
.box06_title h3{
    text-align: initial;
}
.box06_title_img img{
    vertical-align: -24%;
}
.box06_title br{
    display: none;
} 
.box06_map{
    width: 100%;
}
.box06_title_container,
.box06_title_container01{
    margin-bottom: 20px;
    width: 100%;
}
.box06_title_container:before,
.box06_title_container01:before{
    padding-top: 10.5468%; 
}
}




@media (max-width: 667px) {
h1{
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 10px;
} 
.box01_h1_br{
    display: block;
}   
.box01_a_explanation{
   text-align: center;
} 
.box01_a_explanation h3{
    line-height: 1.1;
    font-size: 26px;
}
.box01_a_jh_title h3{
    font-size: 18.5px;
}
.box01_a_explanation p{
    font-size: 14.5px;
}
.saikousuijun_title h3{
    font-size: 18.5px;
}
.saikousuijun_title_el h3{
    font-size: 26px;
}
.saikousuijun_title{
   padding: 5%;
}
.saikousuijun_title_logo{
    width:100%;
}
.saikousuijun_title h3{
    margin-bottom: 0;
    text-align: center;
}
.saikousuijun h3{
   line-height: 1.1;
   padding: 10px 0 10px 0;
}
.saikousuijun_title_jh h2{
   margin-bottom: 0;
}
.saikousuijun_title_el h2{
    margin-bottom: 0;
}
} 



@media (max-width: 516px) {
.summer_reception_mgn{
    margin-left: 0;
}    
}    


@media (max-width: 425px) {
h1{
    font-size: 30px;
}
.box01_a_explanation{
   padding: 2%;
}  
.box01_a_explanation h3{
    line-height: 1.1;
    font-size: 24px;
}    
.box01_a_jh_title, .box01_a_el_title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 10px;
}
.box01_a_jh_title h3{
    text-align: center;
    width: 90%;
}
.box01_a_el_title h3{
    text-align: center;
    width: 90%;
}
.summer_reception{
    font-size: 20px;
    padding: 3px 0 5px 0;
}
.saikousuijun_title{
   padding: 5%;
}
.saikousuijun_title_logo{
    width:100%;
}
.color_yellow{
  margin-bottom: 0;
 } 
.saikousuijun_title h3{
    text-align: center;
}
.saikousuijun h3{
   font-size: 20px; 
   line-height: 1.1;
   padding: 10px 0 10px 0;
}
.saikousuijun_title h3{
    font-size: 18.5px;
}
.saikousuijun_title_el h3{
    font-size: 22.5px;
}
.ena_logo:before{
    width: 63.82px;
    height: 19.22px;
    vertical-align: -9.5%;
}
.jh_back, .el_back{
    padding: 10px 0 10px 0;
}
.saikousuijun_price_h3{
   display: block;
   text-indent: -7.5px;
}
.box03_title{
    margin: 30px 0 10px 0;
}
.box_map_hatiouji{
    margin: 0 auto;
    margin-bottom: 10px;
    padding-left: 0;
    width: 98%;
}
.box_map_hatiouji h3{
    flex-direction: column;
    font-size: 35px;
} 
.box_map_hatiouji_img{
    width: 95px;
}
.box_saikousuijun_jh-07{
    width: 98%;
}
.box_saikousuijun_jh-07_hatiouji{
    margin: 0 0 20px -3.5%;
    width: 102%;
}
.box03_title h2{
    font-size: 25px;
    line-height: 1.1;
}
.box_map_hatiouji_container{
    width: 95%;
} 
.box_map_hatiouji h2{
    font-size: 11vw;
}
.box_map_hatiouji h4{
    font-size: 25px;
}
.box_map_hatiouji br{
    display: none;
}
.box04_title h2:before{
    width: 95px;
    height: 28.5px;
}
.txt_qa_saikousuijun-01 {
    font-size: 16.5px;
}
.saikousuijun_object_el_color p{
    padding: 10.2% 0; 
}
.box06_title{
    display: block;
    font-size: 30px;
    margin: 0 auto;
    padding-top: 33px;
    padding-bottom: 33px;
    width: 248px;
}
.box06_title_img{
    width: 95px;
}
.box06_map .box_saikousuijun_jh-07{
    margin: 0 auto;
    margin-bottom: 20px;
}
.box06_map img{
    width: 100%;
} 
.fix-footer .sppdf {
    width: initial;
}
.box06_title_container,
.box06_title_container01{
    height: 140px;
}
.box06_title_container:before,
.box06_title_container01:before{
    padding-top: 140px; 
}
}




@media (max-width: 375px) {
.box_map_hatiouji{
    width: 100%;
}
.box_map_hatiouji h3{
    flex-direction: column;
    font-size: 35px;
} 
.box04_title h2{
    font-size: 33px;
} 
.sppdf .clearfix{
    width: 100%;
}
}


@media (max-width: 355px) {
.box01_h1_br{
    display: none;
}
}   



@media (max-width: 320px) {
.box_map_hatiouji h2{
    font-size: 36px;
}
}

/*202107門前仲町追加*/
.box06_title_container01{
    position: relative;
    width: 30%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin: 20px 1%;
}
.box06_title_container01:before {
    border: solid 1px #1e2678;
    content: "";
    display: block;
    padding-top: 111%;
    position: absolute;
    top: 0;
    width: 99.4%;
}
.box06_title.jhblu {
    color: #1e2678;
}
@media(max-width:768px){
.box06_title_container01 {
    width: 45%;
margin-right:10px;
}
 .box06_title_container01 .box06_title {
    display: block;
    /*! text-align: center; */
}
    .box06_title_container01  .box06_title_img{margin: 0 auto}
  .box06_title_container01 .box06_title h3{text-align: center}
}
@media(max-width:425px){
.box06_title_container01 {
    width: 100%;
    height: 140px;
}
.box06_title_container01::before {
    border: solid 1px #1e2678;
    content: "";
    display: block;
    padding-top: 40%;
    position: absolute;
    top: 0;
    width: 99.4%;
}
}