@charset "utf-8";

.glonav {
    padding: 125px 0 15px;
}


/* =====key===== */
.key {
    position: relative;
    width: 100%;
    height: 405px;
    background: url(../img/kokuho01_1.jpg) center top 55%/cover no-repeat;
    text-align: center;
}

.key:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 405px;
    background: url(../img/kenshincenter02.png) left top/contain no-repeat;
}

.key:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 405px;
    background: url(../img/kenshincenter03.png) right bottom/contain no-repeat;
}

.key_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 65px;
    font-weight: bold;
    letter-spacing: 0.16em;
    text-shadow:  #fff 2px 0px,  #fff -2px 0px,
                #fff 0px -2px, #fff 0px 2px,
                #fff 2px 2px , #fff -2px 2px,
                #fff 2px -2px, #fff -2px -2px,
                #fff 1px 2px,  #fff -1px 2px,
                #fff 1px -2px, #fff -1px -2px,
                #fff 2px 1px,  #fff -2px 1px,
                #fff 2px -1px, #fff -2px -1px;
}

.key_text:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background: #4C4948;
}

.key_text .upper {
    display: block;
    margin: 0 0 35px;
    font-size: 23px;
    font-weight: bold;
}

.key_text .lower {
    display: block;
    font-size: 27px;
    font-weight: bold;
}

/* =====sec01===== */
.sec01 {
    width: 820px;
    padding: 55px 0 65px;
    margin: 0 auto;
    letter-spacing: 0.16em;
}

.sec01_text {
    margin: 0 0 50px;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.4;
}

.sec01_text .color {
    font-weight: bold;
    color: #1F296E;
}

.sec01_list {
    display: flex;
    justify-content: center;
}

.sec01_list .item {
    width: 220px;
    height: 120px;
    border: 2px solid #1F296E;
    box-sizing: border-box;
    box-shadow: 7px 7px 5px rgba(147, 147, 147, 0.75);
}

.sec01_list .item:nth-child(-n+2) {
    margin: 0 48px 0 0;
}

.sec01_list .item a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #FFFEF2 url(../img/ningendokku_arrow01.png) center bottom 8px no-repeat;
    font-size: 18px;
    font-weight: bold;
    color: #1F296E;
    text-align: center;
    overflow: hidden;
}

.sec01_list .item:nth-of-type(2) a:after {
    content: "おすすめ！";
    position: absolute;
    top: 14px;
    right: -57px;
    transform: rotate(30deg);
    display: inline-block;
    width: 180px;
    background: #cbd9ef;
    font-size: 13px;
    font-weight: bold;
    font-family: "游ゴシック体";
    color: #1F296E;
    letter-spacing: 0.1em;
}

/* =====sec02===== */
.sec02 {
    width: 910px;
    padding: 0 0 100px;
    margin: 0 auto;
    letter-spacing: 0.16em;
}

.sec02 .cont {
    position: relative;
    width: 100%;
    padding: 100px 30px 70px;
    border: 1px solid #1f296e;
    box-sizing: border-box;
    margin: 0 0 50px;
}

.sec02 .cont:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 38px;
    background: rgba(111, 158, 212, 0.35);
}

.sec02 .cont_title {
    position: relative;
    padding: 0 0 30px;
    margin: 0 0 35px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.sec02 .cont_title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 244px;
    height: 1px;
    background: #BE9E3A;
}

.sec02 .cont_text {
    margin: 0 0 40px;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
}

.sec02 .cont_text .color {
    font-weight: bold;
    color: #1F296E;
}

.sec02 .textbox {
    padding: 25px 0 40px;
    box-sizing: border-box;
    margin: 0 0 45px;
    background: rgba(31, 41, 110, 0.06);
    text-align: center;
}

.sec02 .textbox .title,
.sec02 .textbox .text {
    font-size: 18px;
    font-weight: bold;
}

.sec02 .textbox .title {
    margin: 0 0 15px;
}

.sec02 .pricebox {
    width: 780px;
    margin: 0 auto;
}

.sec02 .pricebox .title {
    padding: 5px 0;
    margin: 0 0 15px;
    background: #1F296E;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.sec02 .pricebox .list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
}

.sec02 .pricebox .list .item {
    position: relative;
    width: 248px;
    height: 120px;
    border: 1px solid #1F296E;
    box-sizing: border-box;
    text-align: center;
}

.sec02 .pricebox .list .item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 155px;
    height: 1px;
    background: #1F296E;
}

.sec02 .pricebox .list .item:nth-of-type(1),
.sec02 .pricebox .list .item:nth-of-type(3) {
    padding: 23px 0 0;
}

.sec02 .pricebox .list .item:nth-of-type(2) {
    padding: 15px 0 0;
}

.sec02 .pricebox .list .item .age {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}

.sec02 .pricebox .list .item .price {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.27em;
}

.sec02 .pricebox .list .item:nth-of-type(1) .price {
    padding: 25px 0 0;
}

.sec02 .pricebox .list .item:nth-of-type(2) .price {
    padding: 10px 0 0;
}

.sec02 .pricebox .list .item:nth-of-type(3) .price {
    padding: 25px 0 0;
}

.sec02 .box {
    width: 652px;
    margin: 0 auto;
}

.sec02 .box .item {
    height: 60px;
    padding: 15px 0 0;
    border: 1px solid #BE9E3A;
    box-sizing: border-box;
    background: #FFFEF2;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.sec02 .box .third .item,
.sec02 .box .fourth .item,
.sec02 .box .fifth .item {
    background: #D8EEF2;
}

.sec02 .box .sixth .item,
.sec02 .box .seventh .item {
    background: #BFE0C4;
}

.sec02 .cont_link {
    width: 240px;
    height: 40px;
    border: 1px solid #fff;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px rgba(35, 24, 21, 0.38);
    margin: 0 auto;
}

.sec02 .cont_link a {
    display: block;
    width: 100%;
    height: 100%;
    background: #1f296e;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

/* cont01 */
.sec02 .cont01 .box {
    margin: 0 auto 30px;
}

.sec02 .cont01 .box .first {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
}

.sec02 .cont01 .box .first .item:nth-of-type(1),
.sec02 .cont01 .box .first .item:nth-of-type(3),
.sec02 .cont01 .box .first .item:nth-of-type(5) {
    width: 112px;
}

.sec02 .cont01 .box .first .item:nth-of-type(2) {
    width: 146px;
}

.sec02 .cont01 .box .first .item:nth-of-type(4) {
    width: 81px;
}

.sec02 .cont01 .box .second {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
}

.sec02 .cont01 .box .second .item:nth-of-type(1),
.sec02 .cont01 .box .second .item:nth-of-type(2),
.sec02 .cont01 .box .second .item:nth-of-type(3),
.sec02 .cont01 .box .second .item:nth-of-type(5) {
    width: 120px;
}

.sec02 .cont01 .box .second .item:nth-of-type(4) {
    width: 88px;
}

.sec02 .cont01 .box .second .item:nth-of-type(3) .small {
    font-size: 15px;
    font-weight: bold;
}

.sec02 .cont01 .box .text {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}

.sec02 .cont01 .cont_link {
    margin: 0 auto 88px;
}

.sec02 .cont01 .cont_text02 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.sec02 .cont01 .cont_list {
    display: flex;
    justify-content: center;
}

.sec02 .cont01 .cont_list .item {
    width: 330px;
    height: 90px;
    border: 3px solid #1F296E;
    box-shadow: 5px 5px 0 rgba(111, 159, 212, 0.36);
}

.sec02 .cont01 .cont_list .item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 17px 0 0;
    box-sizing: border-box;
    background: url(../img/kokuho_arrow01.png) center right 32px no-repeat;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.sec02 .cont01 .cont_list .item:nth-of-type(1) {
    margin: 0 70px 0 0;
}

/* cont02 */
.sec02 .cont02 .cont_title {
    padding: 0 0 70px;
}

.sec02 .cont02 .cont_title:before {
    content: "semi-standard";
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%);
    font-size: 20px;
    font-weight: bold;
}

.sec02 .cont02 .textbox {
    padding: 25px;
}

.sec02 .cont02 .textbox .title {
    padding: 0 0 15px;
    border-bottom: 1px solid #1F296E;
    font-size: 20px;
}

.sec02 .cont02 .textbox .list {
    padding: 0 0 0 40px;
    text-align: left;
    list-style-image: url(../img/kenporen_icon02.png);
}

.sec02 .cont02 .textbox .list .item {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
}

.sec02 .cont02 .textbox .list .item .small {
    font-size: 17px;
    font-weight: bold;
}

.sec02 .cont02 .pricebox .list {
    margin: 0 0 8px;
}

.sec02 .cont02 .pricebox .text {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.sec02 .cont02 .pricebox .text .color {
    font-weight: bold;
    color: #1F296E;
}

.sec02 .cont02 .pricebox .text02 {
    margin: 0 0 40px;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
}

.sec02 .cont02 .pricebox .text03 {
    width: 640px;
    margin: 0 auto 40px;
    font-size: 18px;
    font-weight: bold;
}

.sec02 .cont02 .pricebox .text03 .color {
    font-weight: bold;
    color: #E60012;
    line-height: 2.3;
}

.sec02 .cont02 .box {
    width: 618px;
    margin: 0 auto 40px;
}

.sec02 .cont02 .box .first {
    display: flex;
    justify-content: space-between;
    margin: 0 0 16px;
}

.sec02 .cont02 .box .first .item:nth-of-type(1){
    width: 122px;
}

.sec02 .cont02 .box .first .item:nth-of-type(2){
    width: 116px;
}

.sec02 .cont02 .box .first .item:nth-of-type(3){
    width: 96px;
}

.sec02 .cont02 .box .first .item:nth-of-type(4){
    width: 100px;
}

.sec02 .cont02 .box .first .item:nth-of-type(5){
    width: 113px;
}

.sec02 .cont02 .box .second {
    display: flex;
    justify-content: space-between;
    margin: 0 0 16px;
}

.sec02 .cont02 .box .second .item:nth-of-type(1){
    width: 122px;
}

.sec02 .cont02 .box .second .item:nth-of-type(2){
    width: 116px;
}

.sec02 .cont02 .box .second .item:nth-of-type(3){
    width: 96px;
}

.sec02 .cont02 .box .second .item:nth-of-type(4){
    width: 100px;
}

.sec02 .cont02 .box .second .item:nth-of-type(5){
    width: 113px;
}

.sec02 .cont02 .box .third {
    display: flex;
    justify-content: space-between;
    margin: 0 0 16px;
}

.sec02 .cont02 .box .third .item:nth-of-type(1){
    width: 188px;
}

.sec02 .cont02 .box .third .item:nth-of-type(2){
    width: 100px;
}

.sec02 .cont02 .box .third .item:nth-of-type(3){
    padding: 10px 0 0;
    width: 165px;
    line-height: 1.2;
}

.sec02 .cont02 .box .third .item:nth-of-type(3) .small {
    font-size: 15px;
    font-weight: bold;
}

.sec02 .cont02 .box .third .item:nth-of-type(4){
    width: 112px;
}

.sec02 .cont02 .box .fourth {
    display: flex;
    justify-content: space-between;
    margin: 0 0 16px;
}

.sec02 .cont02 .box .fourth .item:nth-of-type(1){
    width: 108px;
}

.sec02 .cont02 .box .fourth .item:nth-of-type(2){
    width: 135px;
}

.sec02 .cont02 .box .fourth .item:nth-of-type(3){
    width: 91px;
}

.sec02 .cont02 .box .fourth .item:nth-of-type(4){
    width: 123px;
}

.sec02 .cont02 .box .fourth .item:nth-of-type(5){
    width: 87px;
}

.sec02 .cont02 .box .fifth {
    display: flex;
    justify-content: space-between;
}

.sec02 .cont02 .box .fifth .item:nth-of-type(1){
    width: 172px;
}

.sec02 .cont02 .box .fifth .item:nth-of-type(2){
    width: 94px;
}

.sec02 .cont02 .box .fifth .item:nth-of-type(3){
    width: 164px;
}

.sec02 .cont02 .box .fifth .item:nth-of-type(4){
    padding: 10px 0 0;
    width: 128px;
    line-height: 1.2;
}

.sec02 .cont02 .box .fifth .item:nth-of-type(4) .small{
    font-size: 15px;
    font-weight: bold;
}

/* cont03 */
.sec02 .cont03 {
    position: relative;
}

.sec02 .cont03:after {
    content: "";
    position: absolute;
    top: -12px;
    right: 30px;
    display: inline-block;
    width: 186px;
    height: 250px;
    background: url(../img/ningendokku_label01.png) no-repeat;
}

.sec02 .cont03 .pricebox .list {
    margin: 0 auto 8px;
}

.sec02 .cont03 .pricebox .text02 {
    margin: 0 0 40px;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
}

.sec02 .cont03 .textbox {
    padding: 25px;
}

.sec02 .cont03 .textbox .title {
    padding: 0 0 15px;
    border-bottom: 1px solid #1F296E;
    font-size: 20px;
}

.sec02 .cont03 .textbox .list {
    padding: 0 0 0 40px;
    text-align: left;
    list-style-image: url(../img/kenporen_icon02.png);
}

.sec02 .cont03 .textbox .list .item {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
}

.sec02 .cont03 .textbox .list .item .small {
    font-size: 17px;
    font-weight: bold;
}

.sec02 .cont03 .pricebox .text {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.sec02 .cont03 .pricebox .text .color {
    font-weight: bold;
    color: #1F296E;
}

.sec02 .cont03 .pricebox .text03 {
    width: 640px;
    margin: 0 auto 40px;
    font-size: 18px;
    font-weight: bold;
}

.sec02 .cont03 .pricebox .text03 .color {
    font-weight: bold;
    color: #E60012;
    line-height: 2.3;
}

.sec02 .cont03 .box {
    width: 618px;
    margin: 0 auto 40px;
}

.sec02 .cont03 .box .first {
    display: flex;
    justify-content: space-between;
    margin: 0 0 16px;
}

.sec02 .cont03 .box .first .item:nth-of-type(1){
    width: 122px;
}

.sec02 .cont03 .box .first .item:nth-of-type(2){
    width: 116px;
}

.sec02 .cont03 .box .first .item:nth-of-type(3){
    width: 96px;
}

.sec02 .cont03 .box .first .item:nth-of-type(4){
    width: 100px;
}

.sec02 .cont03 .box .first .item:nth-of-type(5){
    width: 113px;
}

.sec02 .cont03 .box .second {
    display: flex;
    justify-content: space-between;
    margin: 0 0 16px;
}

.sec02 .cont03 .box .second .item:nth-of-type(1){
    width: 122px;
}

.sec02 .cont03 .box .second .item:nth-of-type(2){
    width: 116px;
}

.sec02 .cont03 .box .second .item:nth-of-type(3){
    width: 96px;
}

.sec02 .cont03 .box .second .item:nth-of-type(4){
    width: 100px;
}

.sec02 .cont03 .box .second .item:nth-of-type(5){
    width: 113px;
}

.sec02 .cont03 .box .third {
    display: flex;
    justify-content: space-between;
    margin: 0 0 16px;
}

.sec02 .cont03 .box .third .item:nth-of-type(1){
    width: 188px;
}

.sec02 .cont03 .box .third .item:nth-of-type(2){
    width: 100px;
}

.sec02 .cont03 .box .third .item:nth-of-type(3){
    padding: 10px 0 0;
    width: 165px;
    line-height: 1.2;
}

.sec02 .cont03 .box .third .item:nth-of-type(3) .small {
    font-size: 15px;
    font-weight: bold;
}

.sec02 .cont03 .box .third .item:nth-of-type(4){
    width: 112px;
}

.sec02 .cont03 .box .fourth {
    display: flex;
    justify-content: space-between;
    margin: 0 0 16px;
}

.sec02 .cont03 .box .fourth .item:nth-of-type(1){
    width: 108px;
}

.sec02 .cont03 .box .fourth .item:nth-of-type(2){
    width: 135px;
}

.sec02 .cont03 .box .fourth .item:nth-of-type(3){
    width: 91px;
}

.sec02 .cont03 .box .fourth .item:nth-of-type(4){
    width: 123px;
}

.sec02 .cont03 .box .fourth .item:nth-of-type(5){
    width: 87px;
}

.sec02 .cont03 .box .fifth {
    display: flex;
    justify-content: space-between;
    margin: 0 0 16px;
}

.sec02 .cont03 .box .fifth .item:nth-of-type(1){
    width: 172px;
}

.sec02 .cont03 .box .fifth .item:nth-of-type(2){
    width: 94px;
}

.sec02 .cont03 .box .fifth .item:nth-of-type(3){
    width: 164px;
}

.sec02 .cont03 .box .fifth .item:nth-of-type(4){
    padding: 10px 0 0;
    width: 128px;
    line-height: 1.2;
}

.sec02 .cont03 .box .fifth .item:nth-of-type(4) .small{
    font-size: 15px;
    font-weight: bold;
}

.sec02 .cont03 .box .sixth {
    display: flex;
    justify-content: space-between;
    margin: 0 0 16px;
}

.sec02 .cont03 .box .sixth .item:nth-of-type(1){
    width: 137px;
}

.sec02 .cont03 .box .sixth .item:nth-of-type(2){
    width: 144px;
}

.sec02 .cont03 .box .sixth .item:nth-of-type(3){
    width: 150px;
}

.sec02 .cont03 .box .sixth .item:nth-of-type(4){
    width: 132px;
}

.sec02 .cont03 .box .seventh {
    display: flex;
    justify-content: space-between;
}

.sec02 .cont03 .box .seventh .item {
    width: 300px;
}

.sec02 .cont03 .box .seventh .item .small {
    font-size: 15px;
    font-weight: bold;
}

/* =====sec03===== */

.sec03 {
    width: 100%;
    padding: 146px 20px 51px;
    border-top: 1px solid #be9e3a;
    border-bottom: 1px solid #be9e3a;
    box-sizing: border-box;
    background: url(../img/logo04.png) center top 42px no-repeat;
    background-color: #fffef5;
    text-align: center;
}

.sec03_box {
    width: 982px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.sec03_contact {
    width: 469px;
}

.sec03_contact .title {
    padding: 8px 0;
    margin: 0 0 12px;
    background: #1f296e;
    font-size: 18px;
    font-family: "游ゴシック体";
    color: #fff;
}

.sec03_contact .tel {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 0 22px;
}

.sec03_contact .num {
    padding: 0 0 0 35px;
    background: url(../img/home_icon12.png) center left no-repeat;
    font-size: 28px;
    font-weight: bold;
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}

.sec03_contact .time {
    padding: 0;
    font-size: 15px;
    font-family: "小塚ゴシック Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
    vertical-align: middle;
}

.sec03 .reservebox {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 25px 0 20px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
}

.sec03 .reservebox:before {
    content: "オンライン予約";
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 170px;
    height: 34px;
    padding: 0 0 0 53px;
    box-sizing: border-box;
    background: url(../img/home_icon02.png) top left 12px/25px no-repeat;
    background-color: #fff;
    font-size: 15px;
    font-family: "小塚ゴシック Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
    color: #be9e3a;
    line-height: 34px;
}

.sec03 .reserve {
    width: 204px;
    height: 38px;
    box-shadow: 1.5px 1.5px 1.5px rgba(82, 78, 35, 0.75);
}

.sec03 .reserve01 {
    margin: 0 20px 0 0;
}

.sec03 .reserve a {
    display: block;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    font-family: "小塚ゴシック Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
    text-shadow: 3px 3px 3px rgba(82, 78, 35, 0.75);
    line-height: 38px;
}

.sec03 .reserve01 a {
    padding: 0 62px 0 30px;
    background: #be9e3a url(../img/home_icon14.png) top 9px right 28px no-repeat;
}