@charset "utf-8";

/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

p {
  max-height: 100%;
}

header, menu, nav, footer,
section, article, aside,
details, summary,
figure, figcaption {
  display: block;
}

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

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #4c4948;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

input[type="submit"] {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
}

a:hover {
    opacity: 0.7;
    cursor: pointer;
    transition: 0.4s;
}

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

strong {
  font-weight: normal;
}

ul, ol {
  list-style-type: none;
}

h2, h3, h4, h5 {
  font-weight: bold;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.break {
  display: none;
}

body{
    position: relative;
    width: 100%;
    min-width: 1028px;
    font-family: 'Noto Serif JP', serif;
    font-family: "小塚明朝 Pr6N", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	line-height: 1.5;
    color: #4c4948;
}

/* renraku_list */
.renraku_list {
    display: none;
}


/* =====header===== */
.header {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    /* height: 135px; */
    height: 100px;
    padding: 0 0 0 16px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.71);
}

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

.header_left {
    margin: 0 10px 0 0;
}

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

.header .logo img {
    width: auto;
    height: 70px;
}

.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 .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: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
    color: #fff;
}

.header .contact_num {
    display: inline-block;
    padding: 3px 0 3px 30px;
    margin: 0;
    background: url(../img/home_icon01.png) center left no-repeat;
    font-size: 20px;
    font-weight: bold;
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}

.header .contact_num .kana {
    position: relative;
    font-weight: bold;
}

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

.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", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
    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: 100px;
    height: 100px;
    border: 0.5px solid #fff;
    box-sizing: border-box;
    background: #1f296e;
}

.hamburger:hover {
    opacity: 0.7;
    transition: 0.4s;
}

.hamburger:after {
    content: "メニュー";
    position: absolute;
    left: 18px;
    bottom: 5px;
    font-size: 15px;
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
    font-weight: bold;
    color: #fff;
}

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

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

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

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

.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===== */

.hamburger_menu {
    position: fixed;
    z-index: 200;
    top: -100%;
    width: 100%;
    height: 100%;
    background: #1f296e;
	color: #fff;
    transition: top 0.4s ease;
	overflow: auto;
}

.hamburger_menu.active {
    top: 0;
}

.hamburger_menu .menu_list {
    display: flex;
    flex-wrap: wrap;
    width: 94%;
    max-width: 1800px;
    padding: 3%;
    margin: 0 auto;
    letter-spacing: 3px;
}

.hamburger_menu .menu_item .item01 {
    width: 100%;
	font-size: 18px;
    margin-bottom: 15px;
}

.menu_item .item01 {
	width: 100%;
	font-size: 16px;
    margin-bottom: 15px;
}

.menu_item .item01 a {
	color: #fff;
}

.hamburger_menu .menu_item {
    line-height: 1.5;
	margin-right: 10px;
}

.hamburger_menu .menu_item .menu_sublist {
/*    text-indent: 1em;*/
}

.hamburger_menu .menu_item .menu_subitem {
    line-height: 2;
}

/* =====glonav===== */
.glonav_list {
    display: flex;
    justify-content: center;
}

.glonav_item {
    padding: 10px 30px;
    border-left: 1px solid #1f296e;
    font-family: "ヒラギノ明朝 ProN";
}

@media screen and (min-width: 769px) and (max-width: 1020px) {
    .glonav_item {
        padding: 10px 25px;
    }
}

.glonav_item:nth-of-type(1) {
    border-left: none;
}

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

.breadcrumb .inner {
    max-width: 1028px;
    margin: 0 auto;
}

.breadcrumb .inner .list {
    display: flex;
}

.breadcrumb .inner .item {
    position: relative;
    margin-right: 25px;
}

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

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

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

.info_box_l {
    width: 495px;
}

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

.info_table {
    margin: 0 0 18px;
}

.info_text01 {
    margin: 0 0 22px;
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
    color: #231815;
}

.info_text02 {
    display: inline-block;
    font-size: 20px;
    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: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
    color: #fff;
    vertical-align: baseline;
}

.info_box_r {
    width: 377px;
    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: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
    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 37px;
    background: url(../img/home_icon01.png) center left no-repeat;
    font-size: 22px;
    font-weight: bold;
    font-family: "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
}


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

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

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

.info .reservebox {
    position: relative;
    display: flex;
    justify-content: center;
    width: 373px;
    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", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
    color: #be9e3a;
    line-height: 22px;
}

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

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

.info .reserve a {
    display: block;
    font-size: 15px;
    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: 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;
}

/* =====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: 982px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.contact-sec_contact {
    width: 469px;
}

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

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

.contact-sec_contact .num {
    padding: 6px 0 6px 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;
}
.contact-sec_contact .num .kana {
    position: relative;
    font-weight: bold;
}

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

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

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

.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", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
    color: #be9e3a;
    line-height: 34px;
}

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

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

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

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

/* =====sec11===== */
.sec11 {
    width: 100%;
    height: 450px;
    background-color: #d9d9db;
}

iframe {
	width: 100%;
}

/* =====footer===== */
.footer {
    width: 100%;
/*    height: 500px;*/
    background-color: #1f296e;
}

.menu_list {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 50px 35px;
    justify-content: space-evenly;
    color: #fff;
}

.menu_subitem {
    line-height: 2;
}


/*=====hamburger_menu02=====*/
.menu_subitem a {
	color: #fff;
}

.menu_3rdlist {
	text-indent: 1em;
}

.hamburger_yellow {
	color: #be9e3a;
	font-size: 16px;
}









