@charset "utf-8";

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


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

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

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

.key .textbox {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}

.key_text {
    margin: 0 0 25px;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.28em;
    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_text02 {
    font-size: 22px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.15em;
    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;
}

/* =====sec01===== */
.sec01 {
    padding: 50px 0 70px;
}

.sec01_text {
    margin: 0 0 70px;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.08em;
}

.sec01_text .line {
    padding: 0 0 6px 5px;
    background: linear-gradient(transparent 50%, rgba(111, 158, 212, 0.36) 0);
    color: #1f296e;
    font-weight: bold;
}

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

.sec01_list .item {
    width: 245px;
    height: 154px;
    border: 3px solid #1f296e;
    box-sizing: border-box;
    margin: 0 8px;
    background: url(../img/arrow02.png) center bottom 5px no-repeat;
    box-shadow: 7px 7px 0 rgba(111, 158, 212, 0.36);
    text-align: center;
}

.sec01_list .item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px 0 0;
    box-sizing: border-box;
}

.sec01_list .item:nth-of-type(3) a {
    padding: 10px 0 0;
}

.sec01_list .item:nth-of-type(4) a {
    padding: 40px 0 0;
}

.sec01_list .item_title {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
    color: #1f296e;
}

.sec01_list .item_text {
    font-weight: bold;
}

/* =====sec02===== */
.sec02 {
    padding: 0 0 40px;
}

.sec02_head {
    position: relative;
    width: 100%;
    height: 331px;
    background: url(../img/naika02_2.jpg) top 30% center/cover no-repeat;
}

.sec_title {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    padding: 0 30px 5px;
    background: linear-gradient(transparent 60%, rgba(111, 158, 212, 0.38) 0);
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.28em;
    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;
}

.sec02_body {
    width: 870px;
    padding: 100px 0 0;
    margin: 0 auto;
}

.sec02 .text_wrap {
    position: relative;
    margin: 0 0 60px;
}

.sec02 .text_wrap:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    display: inline-block;
    width: 1px;
    height: 100px;
    background: #1f296e;
}

.sec02 .text_wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #1f296e;
}

.sec02 .lead_text {
    position: relative;
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.13em;
    text-align: center;
}

.sec02 .lead_text:before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 0;
    display: inline-block;
    width: 1px;
    height: 100px;
    background: #1f296e;
}

.sec02 .lead_text:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -20px;
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #1f296e;
}

.sec02 .cont01 {
    margin: 0 0 25px;
}

.sec02 .cont01_title {
    padding: 0 0 20px;
    border-bottom: 1px solid #1f296e;
    margin: 0 0 45px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
}

.sec02 .cont01_title .color {
    font-size: 25px;
    font-weight: bold;
    color: #1f296e;
}

.sec02 .cont01 .box {
    display: flex;
    justify-content: space-around;
}

.sec02 .cont01_list .item {
    position: relative;
    padding: 0 0 0 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}

.sec02 .cont01_list .item:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    width: 17px;
    height: 17px;
    background: #1f296e;
}

.sec02 .cont02 {
    width: 100%;
    border: 1px solid #1f296e;
    padding: 40px;
    box-sizing: border-box;
    background: #fffef5;
}

.sec02 .cont02_title {
    padding: 0 0 20px;
    border-bottom: 1px dashed #1f296e;
    margin: 0 0 40px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.13em;
}

.sec02 .cont02_title .small {
    font-size: 18px;
    font-weight: bold;
}

.sec02 .cont02 .box {
    display: flex;
    justify-content: space-around;
    margin: 0 0 45px;
}

.sec02 .cont02_list .item {
    position: relative;
    padding: 0 0 0 30px;
    font-size: 16px;
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
    line-height: 2;
}

.sec02 .cont02_list .item:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 17px;
    height: 17px;
    background: #1f296e;
}

.sec02 .cont02_text01 {
    padding: 0 0 20px;
    border-bottom: 1px dashed #1f296e;
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.09em;
    text-align: center;
}

.sec02 .cont02_text02 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.13em;
    text-align: center;
}

/* =====sec03===== */
.sec03 {
    padding: 0 0 40px;
}

.sec03_head {
    position: relative;
    width: 100%;
    height: 331px;
    background: url(../img/naika03_2.jpg) center center/cover no-repeat;
}

.sec03_head .sec_title {
    padding: 0 10px 5px;
}

.sec03_body {
    width: 870px;
    padding: 85px 0 0;
    margin: 0 auto;
}

.sec03 .text_wrap {
    position: relative;
    margin: 0 0 60px;
}

.sec03 .text_wrap:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    display: inline-block;
    width: 1px;
    height: 100px;
    background: #1f296e;
}

.sec03 .text_wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #1f296e;
}

.sec03 .lead_text {
    position: relative;
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.13em;
    text-align: center;
}

.sec03 .lead_text:before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 0;
    display: inline-block;
    width: 1px;
    height: 100px;
    background: #1f296e;
}

.sec03 .lead_text:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -20px;
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #1f296e;
}

.sec03 .cont01 {
    margin: 0 0 75px;
}

.sec03 .cont01_title {
    padding: 0 0 20px;
    border-bottom: 1px solid #1f296e;
    margin: 0 0 45px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
}

.sec03 .cont01_title .color {
    font-size: 25px;
    font-weight: bold;
    color: #1f296e;
}

.sec03 .cont01_list {
    display: flex;
    justify-content: space-around;
}

.sec03 .cont01_list .item {
    position: relative;
    padding: 0 0 0 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}

.sec03 .cont01_list .item:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 17px;
    height: 17px;
    background: #1f296e;
}

.sec03 .cont02 {
    width: 100%;
    border: 1px solid #1f296e;
    padding: 40px 80px 60px;
    box-sizing: border-box;
    background: #fffef5;
}

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

.sec03 .cont02_text02 {
    font-size: 20px;
    font-weight: bold;
    color: #1f296e;
    text-align: center;
    line-height: 1.6;
}

/* =====sec04===== */
.sec04_head {
    position: relative;
    width: 100%;
    height: 331px;
    background: url(../img/naika04_2.jpg) top 20% center/cover no-repeat;
}

.sec04 .sec_title {
    position: absolute;
    top: 50%;
    right: auto;
    left: 10%;
    transform: translateY(-50%);
    padding: 0 30px 5px;
    background: linear-gradient(transparent 60%, rgba(111, 158, 212, 0.38) 0);
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.28em;
}

.sec04_body {
    width: 870px;
    padding: 100px 0 0;
    margin: 0 auto;
}

.sec04 .text_wrap {
    position: relative;
    margin: 0 auto 60px;
}

.sec04 .text_wrap:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    display: inline-block;
    width: 1px;
    height: 100px;
    background: #1f296e;
}

.sec04 .text_wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #1f296e;
}

.sec04 .lead_text {
    position: relative;
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.13em;
    text-align: center;
}

.sec04 .lead_text .color {
    font-weight: bold;
    color: #1f296e;
}

.sec04 .lead_text:before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 0;
    display: inline-block;
    width: 1px;
    height: 100px;
    background: #1f296e;
}

.sec04 .lead_text:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -20px;
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #1f296e;
}

.sec04_text {
    margin: 0 0 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 2.2;
    letter-spacing: 0.08em;
}

.sec04_text .color {
    font-weight: bold;
    color: #1f296e;
}

.sec04 .cont01 {
    width: 927px;
    padding: 50px 30px 80px;
    border: 1px solid #1f296e;
    box-sizing: border-box;
    margin: 0 auto 40px;
    background: #fffef5;
}

.sec04 .cont01_title {
    padding: 0 0 20px;
    border-bottom: 1px solid #1f296e;
    margin: 0 0 45px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
}

.sec04 .cont01_title .small {
    font-size: 16px;
    font-weight: bold;
}

.sec04 .cont01 .box {
    display: flex;
    justify-content: space-around;
}

.sec04 .cont01_list .item {
    position: relative;
    padding: 0 0 0 30px;
    font-size: 20px;
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
    line-height: 2;
}

.sec04 .cont01_list .item:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    width: 17px;
    height: 17px;
    background: #1f296e;
}

.sec04 .cont02 {
    width: 100%;
    padding: 60px 0;
    box-sizing: border-box;
    background: #fffef5;
}

.sec04 .cont02_title {
    margin: 0 0 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.13em;
}

.sec04 .cont02_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 950px;
    margin: 0 auto;
}

.sec04 .cont02_list .item {
    width: 282px;
    height: 242px;
    padding: 10px;
    border: 1px solid #1c2c5e;
    box-sizing: border-box;
    margin: 0 15px 20px;
    background: #fff;
}

.sec04 .cont02_list .item_title {
    width: 100%;
    height: 52px;
    margin: 0 0 20px;
    background: #1f296e;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 52px;
    letter-spacing: 0.17em;
}

.sec04 .cont02_list .item_text {
    padding: 0 30px;
    font-family: "游ゴシック体";
    letter-spacing: 0.02em;
}

/* =====sec05===== */
.sec05_head {
    position: relative;
    width: 100%;
    height: 331px;
    background: url(../img/naika05_2.jpg) center center/cover no-repeat;
}

.sec05 .sec_title {
    position: absolute;
    top: 50%;
    right: auto;
    left: 10%;
    transform: translateY(-50%);
    padding: 0 20px;
    background: linear-gradient(transparent 50%, rgba(111, 158, 212, 0.38) 0);
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.28em;
}

.sec05 .cont01 {
    padding: 50px 0;
}

.sec05 .cont01_text {
    margin: 0 0 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.13em;
}

.sec05 .cont01 .box {
    display: flex;
    justify-content: center;
    width: 820px;
    margin: 0 auto;
}

.sec05 .cont01 .box .image {
    width: 352px;
    min-width: 352px;
    height: 231px;
    margin: 0 40px 0 0;
    background: #4c4948;
}

.sec05 .cont01 .box .text {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.1;
}

.sec05 .cont02 {
    padding: 0 0 68px;
}

.sec05 .cont02_head {
    padding: 50px 0 120px;
    margin: 0 0 30px;
    background: url(../img/naika_bg01.png) bottom center/cover no-repeat;
}

.sec05 .cont02_title {
    margin: 0 0 60px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.sec05 .cont02_title .color {
    font-size: 22px;
    font-weight: bold;
    color: #e71f19;
}

.sec05 .cont02_image {
    margin: 0 0 45px;
    text-align: center;
}

.sec05 .cont02_text {
    width: 560px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.9;
}

.sec05 .cont02_text02 {
    margin: 0 0 28px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.sec05 .cont02_text02 .line {
    padding: 0 10px 5px;
    background: linear-gradient(transparent 50%, rgba(111, 158, 212, 0.36) 0);
    font-weight: bold;
}

.sec05 .cont02_text02 .color {
    font-weight: bold;
    color: #1c2c5e;
}

.sec05 .cont02_text03 {
    width: 554px;
    height: 84px;
    border: 1px solid #be9e3a;
    margin: 0 auto;
    font-size: 27px;
    font-weight: bold;
    line-height: 84px;
    text-align: center;
}

.sec05 .cont02_text03 .space {
    padding: 0 1.5em 0 0;
    font-weight: bold;
}

.sec05 .cont02_text03 .small {
    font-size: 21px;
    font-weight: bold;
}

/* =====sec06===== */
.sec06 .cont01 {
    width: 100%;
    padding: 170px 0 70px;
    background: #fffef5 url(../img/logo03.png) center top 75px/80px no-repeat;
}

.sec06_title {
    margin: 0 0 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.sec06_title .line {
    padding: 0 5px 5px;
    font-weight: bold;
    color: #1f296e;
    background: linear-gradient(transparent 40%, rgba(111, 158, 212, 0.36) 0);
}

.sec06_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 920px;
    margin: 0 auto;
}

.sec06_list .item {
    width: 282px;
    height: 105px;
    border: 2px solid #be9e3a;
    padding: 35px 0 0;
    box-sizing: border-box;
    margin: 0 0 15px;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
}

.sec06_list .item:nth-of-type(3),
.sec06_list .item:nth-of-type(5),
.sec06_list .item:nth-of-type(6) {
    padding: 20px 0 0;
}

.sec06_list .item .small {
    font-size: 16px;
    font-weight: bold;
}

.sec06_list .item .space {
    font-weight: bold;
    padding: 0 1em 0 0;
}

.sec06 .textbox {
    width: 100%;
    padding: 80px 0;
    background: #1f296e;
}

.sec06 .textbox .text {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 2;
}

.sec06 .textbox .text .color {
    font-weight: bold;
    color: #be9e3a;
}

/* =====sec07===== */

.sec07 {
    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;
}

.sec07_title,
.sec07_text {
    font-size: 18px;
    font-family: "ヒラギノ明朝 ProN";
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0.064em;
}

.sec07_text {
    margin: 0 0 40px;
}

.sec07_box {
    width: 982px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.sec07_contact:nth-of-type(1) {
    width: 469px;
}

.sec07_contact:nth-of-type(2) {
    width: 478px;
}

.sec07_contact .title {
    padding: 8px 0;
    margin: 0 0 12px;
    background: #1f296e;
    font-size: 18px;
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
    color: #fff;
}

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

.sec07_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;
}

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

.sec07 .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;
}

.sec07 .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;
}

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

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

.sec07 .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;
}

.sec07 .reserve01 a {
    padding: 0 62px 0 30px;
    background: #be9e3a url(../img/home_icon14.png) top 9px right 28px no-repeat;
}
.sec07 .reserve02 a {
    padding: 0 40px 0 20px;
    background: #be9e3a url(../img/home_icon14.png) top 9px right 15px no-repeat;
}
.sec07 .reserve03 a {
    padding: 0 85px 0 43px;
    background: #be9e3a url(../img/home_icon14.png) top 9px right 40px no-repeat;
}

.sec07_contact .num .kana {
    position: relative;
    font-weight: bold;
}

.sec07_contact .num .kana:before {
    content: "いいおなか";
    top: -12px;
    left: 0;
    position: absolute;
    display: inline-block;
    width: 50px;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
}