@charset "utf-8";

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

body {
    min-width: 360px;
    margin: 0 0 76px;
}

a:hover {
    opacity: 1;
}

a[href^="tel:"]{
    pointer-events: auto;
}

.sp {
    display: block;
}

.pc {
    display: none;
}


/* =====header===== */
.header {
    position: fixed;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 5px;
    background: #fff;
    box-sizing: border-box;
}

.header_title {
    margin: 0 0 5px;
    font-size: 10px;
    letter-spacing: 0.05em;
}

.header_title .space {
    padding: 0 0 0 1em;
}

.header .logo {
    width: 150px;
}

.header .rightbox {
    display: none;
}

.header .right {
    width: 274px;
}

.header .right .text {
    padding: 0 0 5px 37px;
    border-bottom: 1px solid #00B9EF;
    font-size: 19px;
    letter-spacing: 0.05em;
    color: rgba(76, 75, 76, 0.85);
}

.header .right .phone {
    position: relative;
    padding: 4px 0 0 50px;
    background: url(../img/index/phone_icon01.png) top 10px left 18px/24px no-repeat;
}

header .right .phone a {
    font-size: 25px;
    font-weight: 500;
    color: #00B9EF;
}

.header .right .phone:before {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    display: inline-block;
    width: 39px;
    height: 1px;
    background: #00B9EF;
}

.header .right02 {
    width: 210px;
}

.header .right02 .text {
    margin: 0 0 5px;
    font-size: 13px;
    color: #6B6B6B;
    text-align: center;
}

.header .right02 .text02 {
    padding: 5px 0 5px 22px;
    background: rgba(255, 241, 0, 0.35);
    font-size: 13px;
    color: #6B6B6B;
}

.header .menu_btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 68px;
    height: 68px;
    margin: auto;
}

.header .menu_btn span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 20px;
    height: 2px;
    background: #00B9EF;
    transition: all 0.3s;
}

.header .menu_btn span:nth-of-type(1) {
    top: 40%;
}

.header .menu_btn span:nth-of-type(2) {
    top: 48.5%;
}

.header .menu_btn span:nth-of-type(3) {
    bottom: 40%;
}

.header .menu_btn.active span:nth-of-type(1) {
    top: 48.5%;
    transform: translateX(-10px) rotate(45deg);
}

.header .menu_btn.active span:nth-of-type(2) {
    display: none;
}

.header .menu_btn.active span:nth-of-type(3) {
    bottom: 48.5%;
    transform: translateX(-10px) rotate(-45deg);
}


/* reserve_sp */
.reserve_sp {
    position: fixed;
    z-index: 100;
    bottom: 0;
    right: 0;
    display: flex;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
}

.reserve_sp .tel_reserve {
    width: 50%;
    padding: 5px 0;
    border: 1px solid #00B9EF;
    box-sizing: border-box;
}

.reserve_sp .phone {
    display: block;
    width: 180px;
    max-width: 100%;
    padding: 4px 0 0 30px;
    margin: 0 auto;
    background: url(../img/index/phone_icon01.png) top left 5px /20px no-repeat;
    box-sizing: border-box;
    text-align: center;
    box-sizing: border-box;
}

.reserve_sp .tel_text {
    position: relative;
    padding: 0 0 0 10px;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: rgba(76, 75, 76, 0.85);
    text-align: center;
}

.reserve_sp .phone {
    font-size: 20px;
    font-weight: 500;
    color: #00B9EF;
}

.reserve_sp02 .form_reserve {
    display: block;
    width: 50%;
    max-width: 100%;
    border: 1px solid #00B9EF;
    background: url(../img/recruit/icon06.png) top 10px center /27px no-repeat;
    box-sizing: border-box;
    text-align: center;
}

.reserve_sp02 .form_reserve a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 35px 0 15px 10px;
    font-size: 16px;
    box-sizing: border-box;
}

.reserve_sp .line_reserve {
    width: 50%; /* 25%; */
    text-align: center;
}

.reserve_sp .line_reserve a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 4px 0 0; /* 0 10px 0 0; */
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: #3DC755;
    line-height: 1;
}

.reserve_change03 {
    width:  50%;
    height: 14.4vw;
    left:   0;
    right: initial;
    bottom: 0px;

    padding: 0;
    box-sizing: border-box;
    padding-block:  0;
    padding-inline: 0;
    border-width:   0;
}
.reserve_change03.show {
    bottom: 10px;
}
.reserve_change04 {
    width:   50%;
    height:  14.4vw;
    right:   0;
    bottom:  0px;
    padding: 0;
    box-sizing: border-box;
    padding-block:  0;
    padding-inline: 0;
    border-width:   0;
}
.reserve_change04.show {
    bottom: 10px;
}

/* ===== modal start ===== */
/* モーダルウィンドウの基本スタイル */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}
.modal-content {
    width: 70vw;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5vw;
    background-color: #fefefe;
    border: 1px solid #039BE5;
}
#closeModal {
    width: 16vw;
    height: 16vw;
    position: absolute;
    top:   -8vw;
    right: -8vw;
}
.modal-title {
    font-size: 5.5vw;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.3;
    text-align: center;
    color: #039BE5;
    padding-bottom: 2.4vw;
    margin-bottom:  2.4vw;
    border-bottom: 1px solid #039BE5;
}
.modal-text {
    font-size: 4.2vw;
    letter-spacing: 0.01em;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 4vw;
}
.modal-item {
    width: 90%;
    height: 8vw;
    padding: 2.5vw;
    background-color: #039BE5;
    margin: 0 auto;
}
.modal-item:not(:last-of-type) {
    margin-bottom: 2.6vw;
}
.modal-img {
    width: 8vw;
    height: 8vw;
    padding-right: 4.2vw;
}
.modal-item a {
    font-size: 4.8vw;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.modal-arrow {
    width:  8vw;
    height: 8vw;
    position: relative;
    margin-left: auto;
}

/* ===== modal  end ===== */

/* =====nav===== */
.nav {
    display: none;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}

.nav .list {
    display: flex;
    justify-content: space-between;
    width: 940px;
    margin: 0 auto;
}

.nav .list .item a {
    font-weight: 100;
    letter-spacing: 0.14em;
}

/* =====pd_menu=====*/
.pd_menu {
    position: absolute;
    z-index: 100;
    display: none;
    width: 100%;
    min-width: auto;
    height: auto;
    background: #2fbdf0;
}

.pd_menu.active {
    display: block;
}

.pd_menu .list {
    display: none;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
}

.pd_menu .item {
    margin: 8px;
}

.pd_menu .item a {
    display: flex;
    align-items: center;
    color: #fff;
}

.pd_menu .item .image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    margin: 0 15px 0 0;
    background: #fff;
    border-radius: 50%;
}

/* =====sp_nav===== */

.sp_nav .list {
    visibility: hidden;
    position: fixed;
    top: 75px;
    z-index: 200;
    display: block;
    height: 90%;
    width: 100%;
    background: #00b9ef;
    overflow: scroll;
    transition: all 0.3s;
}

.sp_nav .list.active {
    visibility: visible;
}

.sp_nav .item {
    border-bottom: 2px solid #fff;
}

.sp_nav .item:last-of-type {
    margin: 0 0 50px;
}

.sp_nav .item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.sp_nav .item a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    z-index: 1000;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: auto;
    background: url(../img/index/arrow01.png) center center/25px no-repeat;
}

.sp_nav .list .item.pd > a:before {
    right: 22px;
    width: 20px;
    height: 2px;
    background: #fff;
}

.sp_nav .list .item.pd > a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 31px;
    z-index: 1000;
    width: 2px;
    height: 20px;
    background: #fff;
    transition: 0.3s;
}

.sp_nav .list .item.pd.active a:after {
    display: none;
}

.sp_nav .sub_list {
    display: none;
}

.sp_nav .sub_list .sub_item {
    border-top: 2px solid #fff;
}

.sp_nav .sub_list .sub_item a {
    padding: 20px 20px 20px 30px;
    background: #0f9cbc;
}

/* =====return_top===== */
.return_top .scroll {
    text-align: center;
}

.return_top .scroll img {
    width: 70px;
    height: auto;
}

/* =====sec_contact===== */
.sec_contact {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    width: 100%;
    padding: 50px 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

.sec_contact .table {
    width: 100%;
    margin: 0 0 5px;
}

.sec_contact .table .row {
    height: 53px;
}

.sec_contact .thead {
    background: #00B9EF;
}

.sec_contact .tbody {
    background: rgba(0, 185, 239, 0.05);
}

.sec_contact .table .time {
    width: 130px;
    vertical-align: middle;
}

.sec_contact .thead {
    font-size: 18px;
    color: #fff;
}

.sec_contact .thead .time {
    letter-spacing: 0.05em;
}

.sec_contact .table .youbi {
    vertical-align: middle;
}

.sec_contact .table .data {
    vertical-align: middle;
    text-align: center;
}

.sec_contact .times_text {
    letter-spacing: 0.05em;
}
.sec_contact .times_text span {
    font-size: 13px;
    letter-spacing: 0.05em;
}

.sec_contact .holiday {
    letter-spacing: 0.05em;
    text-align: center;
}

.sec_contact .holiday .space {
    padding: 0 0 0 1em;
}

.sec_contact .right {
    width: 100%;
    margin: 0 0 50px;
}

.sec_contact .right .logo {
    width: 70%;
    margin: 0 auto 10px;
    text-align: center;
}

.sec_contact .right .address {
    margin: 0 0 15px;
    text-align: center;
}

.sec_contact .right .text {
    padding: 0 0 5px;
    border-bottom: 2px solid #00B9EF;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.sec_contact .right .phone {
    position: relative;
    padding: 5px 0;
    background: none;
    font-size: 22px;
    text-align: center;
}

.sec_contact .right .phone a {
    position: relative;
    font-weight: 500;
    color: #00B9EF;
}

.sec_contact .right .phone:before {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    display: inline-block;
    width: 60px;
    height: 2px;
    background: #00B9EF;
}

.sec_contact .right .phone a:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 8px;
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url(../img/index/phone_icon01.png) center center/18px no-repeat;
}

/* =====g_map===== */
.g_map {
    height: 300px;
}

.g_map iframe {
    width: 100%;
    height: 100%;
}


/* =====footer===== */
.footer {
    width: 100%;
    padding: 50px 20px;
    background: rgba(0, 185, 239, 0.45);
    box-sizing: border-box;
}

.footer .inner {
    display: block;
    width: 300px;
    height: auto;
    margin: 0 auto;
    line-height: 3;
}

.footer .list01 {
    padding: 0;
    border-right: none;
    box-sizing: border-box;
}

.footer .list02 {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    border-right: none;
    box-sizing: border-box;
}

.footer .list03 {
    padding: 0;
}

.footer .list .item {
    padding: 0 0 0 1em;
    background: url(../img/index/arrow01.png) left top 20px/10px no-repeat;
}

.footer .list02 .item {
    background: url(../img/index/arrow01.png) left top 20px/10px no-repeat;
}

.footer .list .item a {
    position: relative;
    color: #fff;
    font-weight: 500;
}

.footer .list .subitem {
    padding: 0 0 0 1em;
    background: url(../img/index/arrow06.png) left center/8px no-repeat;
}

.footer .list .subitem a {
    position: relative;
    color: #fff;
    font-weight: 400;
}

.footer .list .item a:before,
.footer .list .item a:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: none;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all 0.4s;
}

.footer .list .item a:before {
    left: 50%;
}

.footer .list .item a:after {
    right: 50%;
}

.footer .list .item a:hover {
    opacity: 1;
}

.footer .list .item a:hover:before,
.footer .list .item a:hover:after {
    width: 50%;
}


/* line_banner_sec */
.line_banner_sec {
    padding: 0 0 100px;
    margin: 0 20px;
    text-align: center;
}


}