@charset "utf-8";

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


body {        
    min-width: 375px;
}

a:hover {
    opacity: 1;
}

/* renraku_list */
.renraku_list {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    box-shadow: 0 -1px 0 #1F296E;
    background: #fff;
    z-index: 1000;
}

.renraku_item:nth-child(-n+2) {
    width: 40%;
}
.renraku_item:last-child {
    width: 20%;
}

.renraku_item img {
    width: 100%;
}

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

/* =====header===== */
.header {
    position: fixed;
    top: 0;
    z-index: 100;
    display: flex;
    width: 100%;
    height: 80px;
    padding: 0 5px;
    box-sizing: border-box;
    background: rgba(255,255,255,1);
    box-shadow: 1px 0 0 #333;
}

.header_inner {
    display: flex;
    justify-content: space-between;
    margin: 0 80px 0 0;
}

.header_inner .logo img {
    width: auto;
    height: 54px;
}

.header_title {
    margin: 2px 0 3px;
    font-size: 10px;
    font-family: "ヒラギノ明朝 ProN";
    color: #231815;
    line-height: 1;
}

.header_title .break {
    display: block;
}


.header_sub-title {
    font-size: 15px;
}

.header .contactbox {
    display: flex;
}

.header .contact {
    padding: 0 0 5px;
    margin: 0 14px 0 0;
    background: #fffeee;
    text-align: center;
}

.header .contactbox.pc {
    display: none;
}

.header .contact_l {
    width: 288px;
    height: 95px;
}

.header .contact_r {
    width: 195px;
    height: 95px;
}

.header .contact_title {
    padding: 3px 0;
    margin: 0 0 5px;
    background: #1f296e;
    font-size: 13px;
    font-family: "游ゴシック体";
    color: #fff;
}

.header .contact_num {
    display: inline-block;
    padding: 3.5px 0 3.5px 37px;
    margin: 0 0 5px;
    background: url(../img/home_icon01.png) center left no-repeat;
    font-size: 22px;
    font-weight: bold;
    font-family: "游ゴシック体";
}

.header .reservebox {
    display: flex;
    justify-content: center;
}

.header .reserve {
    display: inline-block;
    box-shadow: 1.5px 1.5px 1.5px rgba(82, 78, 35, 0.75);;
    box-sizing: border-box;
    text-align: left;
}

.header .reserve01,
.header .reserve03 {
    width: 127px;
    height: 30px;
}

.header .reserve01 {
    margin: 0 7px 0 0;
}

.header .reserve02 {
    width: 135px;
    height: 30px;
}

.header .reserve a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 15px;
    color: #fff;
    font-family: "小塚ゴシック Pro";
    text-shadow: 3px 3px 3px rgba(82, 78, 35, 0.75);
    line-height: 30px;
}

.header .reserve01 a {
    padding: 0 4px 0 8px;
    background: #be9e3a url(../img/home_icon13.png) top 7px right no-repeat;
}

.header .reserve02 a {
    padding: 0 5px 0 5px;
    background: #be9e3a url(../img/home_icon13.png) top 7px right -5px no-repeat;
}

.header .reserve03 a {
    padding: 0 8px 0 25px;
    background: #be9e3a url(../img/home_icon13.png) top 7px right no-repeat;
}


/* =====hamburger===== */
.hamburger {
    position: fixed;
    z-index: 300;
    top: 0;
    right: 0;
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 0.5px solid #fff;
    box-sizing: border-box;
    background: #1f296e;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger:after {
    display: none;
    content: "メニュー";
    position: absolute;
    left: 12px;
    bottom: 5px;
    font-size: 11px;
    font-family: "游ゴシック体";
    font-weight: bold;
    color: #fff;
}

.hamburger span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #fff;
    transition: all 0.4s ease;
}

.hamburger span:nth-of-type(1) {
    top: 25px;
}

.hamburger span:nth-of-type(2) {
    top: 40px;
}

.hamburger span:nth-of-type(3) {
    top: 55px;
}

.hamburger.active span:nth-of-type(1) {
    top: 40px;
    transform: translateX(-50%) rotate(45deg);
}

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

.hamburger.active span:nth-of-type(3) {
    top: 40px;
    transform: translateX(-50%) rotate(-45deg);
}
	
.hamburger_menu .menu_list {
    display: flex;
    flex-wrap: wrap;
    width: 87%;
    padding: 40px 0 50px 40px;
    margin: 0 auto 30px;
    font-size: 14px;
    letter-spacing: 1.7px;
    flex-direction: column;
}
	
/* =====glonav===== */

.glonav.pc {
    display: none;
}


/* =====breadcrumb===== */
.breadcrumb {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.breadcrumb .inner {
    width: 100%;
    margin: 0 auto;
}

.breadcrumb .inner .list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}

.breadcrumb .inner .item {
    position: relative;
    margin-right: 25px;
    font-size: 14px;
    line-height: 2.5;
}

.breadcrumb .inner .item:last-of-type {
    margin-right: 0;
}

.breadcrumb .inner .item:before {
    content: "＞";
    position: absolute;
    left: -20px;
    top: 0;
}

.breadcrumb .inner .item:first-of-type:before {
    display: none;
}

.breadcrumb .inner .item a:hover {
    text-decoration: underline;
    transition: text-decoration ease 0.3s;
}

/* =====contact-sec===== */

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

.contact-sec_box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.contact-sec_contact {
    width: 469px;
    max-width: 100%;
}

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

.contact-sec_contact .tel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-end;
    margin: 0 0 18px;
}

.contact-sec_contact .num {
    padding: 6px 0 6px 35px;
    margin: 0 20px;
    background: url(../img/home_icon12.png) center left no-repeat;
    font-size: 28px;
    font-weight: bold;
    font-family: "游ゴシック体";
}

.contact-sec_contact .time {
    padding: 0 0 12px;
    font-size: 15px;
    font-family: "小塚ゴシック Pro";
    vertical-align: middle;
}

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

.contact-sec .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";
    color: #be9e3a;
    line-height: 34px;
}

.contact-sec .reserve {
    width: 204px;
    height: 38px;
    margin: 0 auto;
    background: #be9e3a;
    box-shadow: 1.5px 1.5px 1.5px rgba(82, 78, 35, 0.75);
}

.contact-sec .reserve01 {
    margin: 0 auto 20px;
}

.contact-sec .reserve a {
    display: block;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    font-family: "小塚ゴシック Pro";
    text-shadow: 3px 3px 3px rgba(82, 78, 35, 0.75);
    line-height: 38px;
}

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

/* =====info===== */
.info {
    width: 100%;
    padding: 53px 20px 84px;
    box-sizing: border-box;
}

.info_inner {
    display: block;
    justify-content: space-around;
    align-items: flex-end;
    width: 100%;
    margin: 0 auto;
}

.info_box_l {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
}

.info_logo {
    margin: 0 0 24px 5px;
}

.info_table {
    margin: 0 0 18px;
}

.info_text01 {
    margin: 0 0 22px;
    font-family: "#游ゴシック体";
    color: #231815;
}

.info_text02 {
    display: inline-block;
    font-size: 18px;
    font-family: "小塚明朝 Pr6N";
    font-weight: bold;
    letter-spacing: 0.28em;
}

.info_map {
    display: inline-block;
    padding: 5px 8px;
    background: #1f296e;
    font-size: 16px;
    font-family: "#游ゴシック体";
    color: #fff;
    vertical-align: baseline;
}

.info_box_r {
    width: 377px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.info_contact {
    width: 100%;
}

.info_contact:nth-of-type(1) {
    margin: 0 0 10px;
}

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

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

.info_contact .num {
    padding: 3.5px 0 3.5px 30px;
    background: url(../img/home_icon01.png) center left no-repeat;
    font-size: 21px;
    font-weight: bold;
    font-family: "游ゴシック体";
}

.info_contact .time {
    padding: 0 0 8px;
    font-size: 12px;
    font-family: "小塚ゴシック Pro";
    vertical-align: middle;
}

.info .reservebox {
    position: relative;
    display: block;
    justify-content: center;
    width: 100%;
    padding: 20px 0 15px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    margin: 0 auto;
}

.info .reservebox:before {
    content: "オンライン予約";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 135px;
    height: 22px;
    padding: 0 0 0 41px;
    box-sizing: border-box;
    background: url(../img/home_icon02.png) top left 10px/21px no-repeat;
    background-color: #fff;
    font-size: 12px;
    font-family: "小塚ゴシック Pro";
    color: #be9e3a;
    line-height: 22px;
}

.info .reserve {
    width: 162px;
    height: 30px;
    margin: 0 auto;
    box-shadow: 1.5px 1.5px 1.5px rgba(82, 78, 35, 0.75);
}

.info .reserve01 {
    margin: 0 auto 20px;
}

.info .reserve a {
    display: block;
    font-size: 15px;
    color: #fff;
    font-family: "小塚ゴシック Pro";
    text-shadow: 3px 3px 3px rgba(82, 78, 35, 0.75);
    line-height: 30px;
}

.info .reserve01 a {
    padding: 0 48px 0 24px;
    box-sizing: border-box;
    background: #be9e3a url(../img/home_icon13.png) top 7px right 13px no-repeat;
}

.info .reserve02 a {
    padding: 0 38px 0 19px;
    box-sizing: border-box;
    background: #be9e3a url(../img/home_icon13.png) top 7px right 5px no-repeat;
}

.info .reserve03 a {
    padding: 0 67px 0 35px;
    box-sizing: border-box;
    background: #be9e3a url(../img/home_icon13.png) top 7px right 29px no-repeat;
}


/* =====info02===== */
.info.info02 {
    padding: 78px 20px 28px;
}

.info.info02 .scrollTop {
    margin: 0 0 70px;
    text-align: center;
}

.info.info02 .info_inner {
    margin: 0 auto 34px;
}

.info_text03 {
    margin: 35px 0 0;
    font-size: 10px;
    letter-spacing: 0.064em;
    text-align: center;
}

.info_text03 .break {
    display: block;
}

/*=====footer=====*/

    .footer {
        padding: 0 0 50px;
    }

	.footer .menu_list {
		display: flex;
		padding: 60px 34px 35px;
		justify-content: space-evenly;
		color: #fff;
		flex-direction: column;
	}


}