@charset "UTF-8";
/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { body img { width: 100%; } }

/* ========== end △ */
/* ==================================================
	basic layout
================================================== */
#wrapper { position: relative; width: 100%; height: 100%; -webkit-text-size-adjust: 100%; color: #575757; overflow: hidden; font-size: 1.6rem; min-width: 320px; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 767px) { #wrapper { min-width: 1100px; } }
/* ========== end △ */

html { overflow-y: scroll; line-height: normal; }
body { font-family: "Noto Sans Japanese","Meiryo","メイリオ","MS PGothic","MS Pゴシック",sans-serif; width: 100%; }
img { vertical-align: top; margin: 0px; padding: 0px; border: 0px; transition: All 0.3s ease; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; }
.ov_hover:hover img { opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "alpha( opacity=70)"; }
a { color: #575757; text-decoration: underline; -webkit-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
a:hover { text-decoration: none; }

/* サイト幅
-------------------------------------------------- */
.container { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }
.l-container { padding: 0 15px; margin-bottom: 30px; }
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 767px) {
  .container { width: 1100px; margin: 0 auto; }
  .l-container { padding: 0; margin-bottom: 60px; }
}
/* ========== end △ */

/* ==================================================
	header
================================================== */
#header .h_sec { padding: 32px 0; }
#header .h_sec .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
#header .h_sec .container ul:nth-child(2) li { margin-bottom: 3px; font-size: 12px; text-align: center; }
#header .h_sec .container ul:last-child { width: 480px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
#header .h_sec .container ul:last-child li { width: 48.7%; }
#header .h_sec .container ul:last-child li a { display: block; text-align: center; text-decoration: none; color: #fff; font-family: "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", sans-serif; font-size: 16px; padding: 20px 0; background: #b2396e url(../common_img/h_icon1.png) no-repeat left 30px center; -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s; }
#header .h_sec .container ul:last-child li a:hover { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }
#header .h_sec .container ul:last-child li:last-child a { background: #c7b299 url(../common_img/h_icon2.png) no-repeat left 30px center; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { #header .h_sec { display: none; } }
/* ========== end △ */

#header .h_menu { z-index: 10; }
#header .h_menu .container > ul { display: -webkit-box; display: -ms-flexbox; display: flex; }
#header .h_menu .container > ul > li { position: relative; }
#header .h_menu .container > ul > li.opened > a:before { display: block; content: ""; width: 100%; height: 6px; left: 0; position: absolute; bottom: -1px; z-index: 9999; background: url(../common_img/h_row.png) no-repeat center top; }
#header .h_menu .container > ul > li:first-child:before { content: ""; display: block; width: 1px; height: 20px; background: #555; position: absolute; left: 0; top: 14px; }
#header .h_menu .container > ul > li:after { content: ""; display: block; width: 1px; height: 20px; background: #555; position: absolute; right: 0; top: 14px; }
#header .h_menu .container > ul > li > a { display: block; padding: 0 25px 14px; text-decoration: none; color: #575757; text-align: center; position: relative; }
/* #header .h_menu .container > ul > li > a { display: block; padding: 0 31px 14px; text-decoration: none; color: #575757; text-align: center; position: relative; } */
/* #header .h_menu .container > ul > li > a { display: block; padding: 0 37px 14px; text-decoration: none; color: #575757; text-align: center; position: relative; } */
#header .h_menu .container > ul > li > a span { display: block; font-size: 12px; font-weight: bold; color: #b2396e; font-family: "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", sans-serif; }
#header .h_menu .container > ul > li > a strong { font-size: 15px; font-weight: bold; font-family: "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", sans-serif; -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s; }
/* #header .h_menu .container > ul > li > a strong { font-size: 16px; font-weight: bold; font-family: "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", sans-serif; -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s; } */
#header .h_menu .container > ul > li > a:hover strong { color: #b2396e; }
/* #header .h_menu .container > ul > li:nth-child(4) .sub_menu { width: 1100px; left: -463px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 20px 13.5% 0; z-index: 11;} */
#header .h_menu .container > ul > li:nth-child(4) .sub_menu { width: 830px; left: -327px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 20px 13.5% 0; z-index: 11; }
#header .h_menu .container > ul > li .sub_menu { position: absolute; padding: 20px 13.5%; background: #fff; min-width: 100%; left: -13.5%; z-index: 10; display: none; width:240px;}
#header .h_menu .container > ul > li .sub_menu:after { content: ''; position: absolute; margin: auto 0; left: 0%; width: 100%; height: 3px; background: #b2396e; -webkit-transform: scale3d(0, 3, 1); transform: scale3d(0, 3, 1); -webkit-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; transform-origin: 100% 100%; -webkit-transition: -webkit-transform 0.5s; transition: -webkit-transform 0.5s; -o-transition: transform 0.5s; transition: transform 0.5s; transition: transform 0.5s, -webkit-transform 0.5s; -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1); -o-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1); top: 0px; }
#header .h_menu .container > ul > li .sub_menu ul li a { display: block; text-decoration: none; padding: 10px 0; font-size: 15px; position: relative; }
#header .h_menu .container > ul > li .sub_menu ul li a:after { content: ''; position: absolute; margin: 5px auto 0; left: 0%; width: 100%; height: 2px; background: #b2396e; -webkit-transform: scale3d(0, 3, 1); transform: scale3d(0, 3, 1); -webkit-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; transform-origin: 100% 100%; -webkit-transition: -webkit-transform 0.5s; transition: -webkit-transform 0.5s; -o-transition: transform 0.5s; transition: transform 0.5s; transition: transform 0.5s, -webkit-transform 0.5s; -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1); -o-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1); bottom: 00px; }
#header .h_menu .container > ul > li .sub_menu ul li a:before { font-family: "FontAwesome"; content: "\f105"; position: absolute; right: 0; color: #b2396e; font-size: 24px; top: 0; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#header .h_menu .container > ul > li .sub_menu ul li a:hover:after { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); -webkit-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%; transform-origin: 0% 50%; }
#header .h_menu .container > ul > li .sub_menu .inner_menu { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
#header .h_menu .container > ul > li .sub_menu .inner_menu .item { width: 240px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; margin-bottom: 20px; cursor: pointer; }
#header .h_menu .container > ul > li .sub_menu .inner_menu .item:after { content: ''; position: absolute; margin: 5px auto 0; left: 0%; width: 100%; height: 1px; background: #b2396e; -webkit-transform: scale3d(0, 3, 1); transform: scale3d(0, 3, 1); -webkit-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; transform-origin: 100% 100%; -webkit-transition: -webkit-transform 0.5s; transition: -webkit-transform 0.5s; -o-transition: transform 0.5s; transition: transform 0.5s; transition: transform 0.5s, -webkit-transform 0.5s; -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1); -o-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1); bottom: 00px; }
#header .h_menu .container > ul > li .sub_menu .inner_menu .item:hover:after { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); -webkit-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%; transform-origin: 0% 50%; }
#header .h_menu .container > ul > li .sub_menu .inner_menu .item:before { font-family: "FontAwesome"; content: "\f105"; position: absolute; right: 0; color: #b2396e; font-size: 24px; top: 0; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#header .h_menu .container > ul > li .sub_menu .inner_menu .item figure { margin-right: 10px; }
#header .h_menu .container > ul > li .sub_menu .inner_menu .item p { font-size: 15px; }
#header .h_menu .container > ul > li .sub_menu .inner_menu .item a { position: absolute; width: 100%; height: 100%; display: block; left: 0; top: 0; }
#header .h_menu .container > ul > li:hover .sub_menu:after { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { #header .h_menu { position: absolute; background: rgba(255, 255, 255, 0.95); width: 100%; padding-top: 3%; display: none; }
  #header .h_menu .container > a { display: block; text-align: center; text-decoration: none; color: #fff; font-family: "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", sans-serif; font-size: 16px; padding: 4% 0; background: #c7b299 url(../common_img/h_icon2.png) no-repeat left 30px center; -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s; width: 80%; margin: 0 auto 5%; }
  #header .h_menu .container > a:hover { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }
  #header .h_menu .container > ul { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  #header .h_menu .container > ul > li { width: 100%; }
  #header .h_menu .container > ul > li:after, #header .h_menu .container > ul > li:before { display: none; }
  #header .h_menu .container > ul > li.hover > a { pointer-events: none; }
  #header .h_menu .container > ul > li > a { padding: 3% 3%; text-align: left; border-bottom: 1px solid #c3c2c2; }
  #header .h_menu .container > ul > li > a span { display: none; }
  #header .h_menu .container > ul > li > a:after, #header .h_menu .container > ul > li > a:before { display: none; }
  #header .h_menu .container > ul > li:nth-child(4) .sub_menu { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; left: 0; padding: 0; }
  #header .h_menu .container > ul > li .sub_menu { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; left: 0; padding: 0; background: none; }
  #header .h_menu .container > ul > li .sub_menu:after, #header .h_menu .container > ul > li .sub_menu:before { display: none; }
  #header .h_menu .container > ul > li .sub_menu ul { padding: 0%; }
  #header .h_menu .container > ul > li .sub_menu ul li { border-bottom: 1px solid #c3c2c2; }
  #header .h_menu .container > ul > li .sub_menu ul li a { padding: 3% 5%; font-size: 14px; }
  #header .h_menu .container > ul > li .sub_menu ul li a:after, #header .h_menu .container > ul > li .sub_menu ul li a:before { display: none; }
  #header .h_menu .container > ul > li .sub_menu .inner_menu .item { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 3% 5%; margin-bottom: 0; border-bottom: 1px solid #c3c2c2; }
  #header .h_menu .container > ul > li .sub_menu .inner_menu .item:after, #header .h_menu .container > ul > li .sub_menu .inner_menu .item:before { display: none; }
  #header .h_menu .container > ul > li .sub_menu .inner_menu .item figure { display: none; }
  #header .h_menu .container > ul > li .sub_menu .inner_menu .item p { font-size: 14px; }
  #header .h_menu .container > ul > li.opened > a:before { display: none; }
  #header .h_menu .container > ul > li.hover > a:after { content: ""; display: block; width: 20px; background: url(../common_img/on.png) no-repeat center center; background-size: 100% auto; height: 100%; position: absolute; right: 5%; top: 0; }
  #header .h_menu .container > ul > li.hover.opened > a:after { content: ""; display: block; width: 20px; background: url(../common_img/off.png) no-repeat center center; background-size: 100% auto; height: 100%; position: absolute; right: 5%; top: 0; }
  #header .h_menu .container > ul > li:nth-child(1) > a { border-top: 1px solid #c3c2c2; }
  #header .h_menu .container > ul > li:nth-child(1):before { display: none; } }

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 767px) { #header .h_menu { display: block !important; } }
/* ========== end △ */

#header .sp_h_sec { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 5%; }
#header .sp_h_sec > a { width: 45%; }
#header .sp_h_sec ul { width: 45%; display: -webkit-box; display: -ms-flexbox; display: flex; }
#header .sp_h_sec ul li:nth-child(2) { margin: 0 3%; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 767px) { #header .sp_h_sec { display: none; } }
/* ========== end △ */

/* ==================================================
	footer
================================================== */
footer .page_up { position: fixed; right: -550px; bottom: 120px; z-index: 999; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) {
  footer .page_up { width: 15%; bottom: 12% !important; }
  footer .page_up a { display: block; }
}
/* ========== end △ */
footer .sp_show_up { padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: fixed; bottom: -550px; width: 100%; left: 0; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 10; background: #fff; }
/* footer .sp_show_up { padding: 2% 3%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: fixed; bottom: -550px; width: 100%; left: 0; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 10; background: #fff; } */
/* footer .sp_show_up a { display: block; color: #fff; text-align: center; text-decoration: none; width: 100%; padding: 5% 3%; font-size: 14px; background: #b2396e url(../common_img/h_icon2.png) no-repeat left 15px center; font-family: "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", sans-serif; } */
footer .sp_show_up a { display: block; color: #fff; text-align: center; text-decoration: none; width: 100%; padding: 5% 3%; font-size: 16px; background: #1DB43B; font-family: "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", sans-serif; }
footer .sp_show_up a:nth-child(2) { display: block; color: #fff; text-align: center; text-decoration: none; width: 100%; padding: 5% 3%; font-size: 16px; background: #b2396e; font-family: "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", sans-serif; }
footer .sp_show_up a i { margin-left: 10px; }
/* footer .sp_show_up a:hover { background: #000 url(../common_img/h_icon2.png) no-repeat left 50px center; } */
footer .sp_show_up a:hover { background: #000; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 767px) { footer .sp_show_up { display: none !important; } }
/* ========== end △ */

footer .f_sec { padding: 50px 0 70px; }
footer .f_sec .container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
footer .f_sec .container .left { width: 400px; }
footer .f_sec .container .left > a { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 25px; }
footer .f_sec .container .left p { font-size: 16px; }
footer .f_sec .container .right { width: 700px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
footer .f_sec .container .right ul li { margin-bottom: 10px; }
footer .f_sec .container .right ul li.spec a { padding-left: 0; font-weight: bold; }
footer .f_sec .container .right ul li.spec a:hover { text-decoration: none; }
footer .f_sec .container .right ul li.spec a:before { display: none; }
footer .f_sec .container .right ul li a { text-decoration: none; display: block; position: relative; padding-left: 15px; font-size: 16px; }
footer .f_sec .container .right ul li a:before { font-family: "FontAwesome"; content: "\f0da"; position: absolute; left: 0; color: #b2396e; font-size: 15px; top: 0; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
footer .f_sec .container .right ul li a:hover { text-decoration: underline; }
footer .f_sec .container .right ul:last-child { padding-top: 32px; }
footer .f_sec .container .right .f_sec--menu { display: flex; }
footer .f_sec .container .right .f_sec--menu ul:first-child {width: 220px;}


/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { footer .f_sec { padding: 8% 3% 20% 3%; }
  footer .f_sec .container .left { width: 100%; }
  footer .f_sec .container .left > a { padding: 0 25%; margin-bottom: 5%; }
  footer .f_sec .container .left p { text-align: center; margin-bottom: 5%; }
  footer .f_sec .container .right ul:first-child { width: 100%; }
  footer .f_sec .container .right ul:last-child { padding-top: 0; }
  footer .f_sec .container .right .f_sec--menu { display: flex; flex-direction: column;}
  footer .f_sec .container .right .f_sec--menu ul:first-child {width: auto;}
  /* ▽ SP layout ========== */ }

@media only screen and (max-width: 766px) and (max-width: 420px) { footer .f_sec .container .right ul { width: 100%; } }

/* ========== end △ */

/*====================================================================================
■06.OTHER
====================================================================================*/
.media, .media-body { overflow: hidden; }
.media > .pull-left { margin-right: 20px; }
.media > .pull-right { margin-left: 20px; }
.media-text:after { clear: both; display: block; content: ""; height: 0px; visibility: hidden; }

/*====================================================================================
■07.PAGE UP
====================================================================================*/
footer .page_up { position: fixed; right: -550px; bottom: 120px; z-index: 999; }

/*==========================================
■11.breadcrumb
====================================================================================*/
h2, h3, h4, h5, h6 { font-weight: bold; }

.btn1 { display: -webkit-box; display: -ms-flexbox; display: flex; }
.btn1 a { display: block; color: #fff; text-align: center; text-decoration: none; padding: 15px 80px; font-size: 18px; background: #c7b299; font-family: "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", sans-serif; }
.btn1 a i { margin-left: 20px; }
.btn1 a:hover { background: #000; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .btn1 a { width: auto; min-width: 65%; font-size: 16px; padding: 3% 5%; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto; } }
/* ========== end △ */

.tt6_sec { padding: 70px 0; background: url(../images/bg3.jpg) no-repeat center center; background-size: cover; background-attachment: fixed; }
.tt6_sec .container h2 { text-align: center; font-size: 32px; color: #b2396e; margin-bottom: 20px; font-family: "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", sans-serif; }
.tt6_sec .container p { text-align: center; margin-bottom: 30px; font-size: 16px; }
.tt6_sec .container .wrap_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 50px; }
.tt6_sec .container .wrap_box .box { width: 546px; border-right: 2px solid #b2396e; padding: 30px 0; text-align: center; }
.tt6_sec .container .wrap_box .box h3 { display: inline-block; padding: 0 10px 15px; margin-bottom: 20px; border-bottom: 1px solid #b2396e; }
.tt6_sec .container .wrap_box .box h3 figure { margin-bottom: 10px; }
.tt6_sec .container .wrap_box .box h3 span { font-family: "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", sans-serif; color: #b2396e; }
.tt6_sec .container .wrap_box .box ul li { margin-bottom: 10px; }
.tt6_sec .container .wrap_box .box ul li:last-child { margin-bottom: 0; }
.tt6_sec .container .wrap_box .box:last-child { border-right: none; }
.tt6_sec .container .wrap_box .box:last-child .btn1 { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.tt6_sec .container .wrap_box .box:last-child .btn1 a { background: #b2396e; }
.tt6_sec .container .wrap_box .box:last-child .btn1 a:hover { background: #000; }
.tt6_sec .container .btn2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.tt6_sec .container .btn2 a { display: block; color: #fff; text-align: center; text-decoration: none; padding: 25px 100px; font-size: 16px; background: #c7b299 url(../common_img/h_icon2.png) no-repeat left 50px center; font-family: "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", sans-serif; }
.tt6_sec .container .btn2 a i { margin-left: 20px; }
.tt6_sec .container .btn2 a:hover { background: #000 url(../common_img/h_icon2.png) no-repeat left 50px center; }

.tt6_sec .container .btn3 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.tt6_sec .container .btn3 a { display: block; color: #fff; text-align: center; text-decoration: none; padding: 25px 100px; font-size: 16px; background: #1CB53B url(../common_img/h_icon3.png) no-repeat left 50px center; font-family: "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", sans-serif; }
.tt6_sec .container .btn3 a i { margin-left: 20px; }
.tt6_sec .container .btn3 a:hover { background: #000 url(../common_img/h_icon3.png) no-repeat left 50px center; }

.button-top-margin{
  margin-top: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .tt6_sec { padding: 8% 3%; }
  .tt6_sec .container h2 { font-size: 25px; margin-bottom: 3%; }
  .tt6_sec .container .wrap_box { margin-bottom: 0; }
  .tt6_sec .container .wrap_box .box { padding: 8% 3%; width: 100%; }
  .tt6_sec .container .wrap_box .box:first-child { border-bottom: 2px solid #b2396e; border-right: none; }
  .tt6_sec .container .wrap_box .box:last-child .btn1 a { width: 80%; padding: 5% 3%; }
  .tt6_sec .container .wrap_box .box h3 img { height: 25px; width: auto; }
  .tt6_sec .container .wrap_box .box ul li img { width: 60%; }
  .tt6_sec .container .btn2 a { width: 70%; padding: 5% 3%; } 
  .tt6_sec .container .btn3 a { width: 70%; padding: 5% 3%; } }
/* ========== end △ */

.tt7_sec h2 { font-size: 32px; margin-bottom: 10px; font-family: "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", sans-serif; text-align: center; padding: 30px 0; margin-bottom: 0; }
.tt7_sec .map { height: 400px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .tt7_sec h2 { font-size: 25px; text-align: center; }
  .tt7_sec .map { height: 300px; } }
/* ========== end △ */


/*====================================================================================
■ tell
====================================================================================*/
.tel_events{pointer-events:none;text-decoration: none!important;}

@media only screen and (max-width: 766px) { 
    .tel_events{pointer-events:auto;text-decoration: underline!important;}
  }
  
/* マップ上ボタン */
.access-box{
  text-align: center;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.access-box a:hover{
  background-color: #000;
}

.access-box a {
  font-family: "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", sans-serif;
  display: block;
  background-color: #b2396e;
  padding:25px 0;
  font-size: 18px;
  text-decoration: none;
  color:#fff;
  width: 100%;
}

.fa-chevron-circle-right{
  margin-left: 10px;
}

.profBtnTop{
  position: relative;
  display: block;
  justify-content: center;
  max-width:400px;
  margin-top: 60px;
  line-height: 1.8;
  margin-right: auto;
  margin-left: auto;
}

/* 2022new header */
.h_sec-new {
  width: 100%;
}
.headinner-container{
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  width:100%;
}
.wideView img {
  width: 250px;
}
.inner-right{
  position: relative;
  display: flex;
  margin: 0 0 0 auto;
}
.freeTel{
  position: relative;
  display: block;
  height: 73px;
  width: 85px;
  padding-top: 5px;
  text-align: center;
}
.freeTel-mob{
  position: relative;
  display: none;
  height: 73px;
  width: 85px;
  padding-top: 5px;
  text-align: center;
}

.tel-dis {
  margin: 0;
  padding: 0;
}
.tel-dis2 {
  margin:  8px;
  padding: 0px 5px 0px 5px;
}
.inner-right a {
  text-decoration-line: none;
  
}
.tel-dis-branch {
  margin: 8px;
  padding: 0px 5px 0px 10px;
}
.tel-dis-branch::before {
  content: "";
  display: block;
  width: 1px;
  height: 38px;
  background: #555;
  position: absolute;
  right: 101px;
  top: 17px;
}
.freeTel img {
  width: 43px;
}
.freeTel-mob img {
  width: 43px;
}
.freeTel span {
  font-size: 10px;
  font-weight: 500;
  color: #4B4B4B;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.freeTel-mob span {
  font-size: 10px;
  font-weight: 500;
  color: #4B4B4B;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.freeTel2{
  position: relative;
  display: flex;
  height: 73px;
  width: 260px;
  padding-top: 5px;
  text-align: center;
}
.freeTel2 img {
  width: 60px;
}
.freeTel2 span {
  font-size: 10px;
  font-weight: 500;
  color: #4B4B4B;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.lineBtn-hd{
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
  height: 73px;
  width: 200px;
  background-color: #07B43A;
}
.lineBtn-hd img {
  width: 50px;
  z-index: 2;
}
.bookBtn-hd-align{
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
  height: 73px;
  width: 200px;
  background-color: #B13B6F;
}
.bookBtn-hd-align img {
  width: 50px;
  z-index: 2;
}
.box-bookBtn a {
  position: relative;
  width: 100%; height: 100%; 
  color: #fff;
}
.box-bookBtn a .btn-dis {
  height: 100%;
  display: flex;                
  align-items: center;
}

.btn-dis {
  padding:0 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.mobileView {
  display: none;
}
.menuBtn-hd{
  display: none;
}
.menuBtn-hd{
  display: none;
}

.lineBtn-hd:hover, .bookBtn-hd-align:hover{
  cursor: pointer;
}

/* mobile設定 */
@media screen and (max-width:550px) {
  .mobileView {
    display: block;
  }
  .wideView {
    display: none;
  }
  .mobileView img {
    width: 80px;
  }
  .freeTel{
    width: 75px;
    padding: 9px 0 5px 0;
  }
  .freeTel2{
    display: none;
  }
  .freeTel-mob{
    display: block;
    margin-top: 0;
    width: 75px;
    /* padding: 9px 0 5px 0; */
  }

  .freeTel-mob p {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
    color: #4B4B4B;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  }

  .tel-dis {
    margin: -5px 0 0 0;
    padding: 0;
}
  .tel-dis span {
    font-size: 9px !important;
  }
  .lineBtn-hd{
    width: 75px;
    display: block;
    padding: 10px 0 4px 0;
    text-align: center;
  }
  .lineBtn-hd img {
    width: 40px;
    z-index: 2;
  }
  .bookBtn-hd-align{
    width: 75px;
    display: block;
    /* padding: 1px 0 4px 0; */
    padding: 9px 0 11px 0;
    text-align: center;
    height: auto;
  }
  .bookBtn-hd-align img {
    width: 40px;
  }
  .box-bookBtn a .btn-dis {
    display: block;                
  }
  .menuBtn-hd{
    width: 75px;
    display: block;
    padding: 9px 0 5px 0;
    text-align: center;
    /* height: 73px; */
    height: auto;
    background-color: #000;
  }
  .lineBtn-hd {
    height: auto;
  }
  .dis-box {
    text-align: center;
    /* margin-left: auto;
    margin-right: auto; */
  }
  .btn-dis {
    margin-top: 5px;
    font-size: 10px;
    text-align: center;
    padding: 5px 0;
  }
 
  /* ハンバーガー設定 */
  .menuBtn-hd .inner-box .span-container,
  .menuBtn-hd .inner-box .checkbox {
  width: 45px;
  height: 45px;
  position: absolute;
  right: 1.4rem;
  top: 35%;
  transform: translateY(-50%);
}
.menuBtn-hd .inner-box .checkbox {
  opacity: 0;
  z-index: 100;
}
.menuBtn-hd .inner-box .span-container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  z-index: 90;
}
.menuBtn-hd .inner-box .span-container span {
  width: 100%;
  height: 3px;
  background: white;
  transition: all 250ms ease-out;
  transform-origin: 0 0;
}

/* ハンバーガー設定 end*/

.btn-dis.menu-hd{
  position: absolute;
  bottom: 11px;
  right:22px;
}
}

/* newヘッダー　クーポン追加文 */
.coupon-box{
  position: absolute;
  display: block;
  width: 95px;
  right: 28px;
  bottom: 5px;
  margin-top: 3px;
  background-color: #fff;
  padding-bottom: 1px;
  border-radius: 30px;
  text-align: center;
}
.linecoupon-img {
  display: none;
}

@media only screen and (max-width: 766px) {
  .coupon-box{
    display: none;
  }
  .linecoupon-img {
    position: absolute;
    display: block;
    width: 140px;
    z-index: 99;
    left: 20px;
    top: -30px;
  }
}
.add-coupon {
  text-align: center;
  font-size: 8px;
  color: #03B43A;
  font-weight: bold;
  vertical-align: middle;
}


/*モーダル*/

.reservation_item_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reservation_item_pc:nth-child(n+2){
  margin-top: 10px;
  padding-top: 10px;
  border-bottom: 1px dotted #aaa;
}

p.reservation_time {
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.reservation_area {
  font-size: 2.3rem;
  margin: 50px 30px 0;
  padding-top: 10px;
  height: 38px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  background: #a5386b
}

/*エリア直下のみ指定*/
.reservation_item_pc.top {
  margin-top: 30px;
}

.item-name {
  color: #333;
  font-size: 2rem;
}

.item_tel{
  position: relative;
  padding: 10px  0 10px  40px;
  margin-top: 0;
  text-align: center;
  color: #333;
  font-size: 2.6rem;
  box-sizing: border-box;
  background: url(../common_img/freetel.svg) left center/32px no-repeat;
}

.telBtn-img{
  width: 50px;
}
.telBtn-img.sp{
  display: none;
}

.modal-trigger {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
  height: 73px;
  width: 200px;
  cursor: pointer;
  background-color: #a1a3a6;
}

.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s linear, visibility .3s linear;
  z-index: -1;
}
.modal-wrap .overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.modal-wrap .modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-height: 65vh;
  text-align: center;
  padding: 50px 100px;
  background: #f2f2f2;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
  border-radius: 10px;
}
.modal-wrap .modal-inner .modal-close {
  position: absolute;
  cursor: pointer;
}

.modal-close img {
  width: 40px;
}

button.modal-close {
  background: transparent;
  border: none;
  position: absolute;
  top: 10px;
  right: 360px;
}

.modal-wrap.show {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}

footer .sp_show_up a:nth-child(3){
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 5% 3%;
  font-size: 16px;
  background: #333;
  height: auto;
  font-family: "Yu Mincho", YuMincho, HG明朝B, "MS Mincho", sans-serif;
}


@media screen and (min-width: 768px) {
  .modal-trigger {
      transition: opacity .3s linear;
  }
  .modal-wrap .modal-inner {
      max-width: 650px;
  }
  .modal-wrap .modal-inner .modal-close {
      top: -50px;
      right: 0;
  } 
  }


@media screen and (max-width: 767px){
.modal-trigger {
    width: 75px;
    display: block;
    padding: 10px 0 4px 0;
    text-align: center; 
    background-color: transparent;
}

.modal-trigger.under{
  height: 22px;
  /* height: 56px; */
  /* height: 59px; */
  background-color: #a1a3a6;
}

.modal-wrap .modal-inner .modal-close {
      top: -30px;
      right: 0;
}
.modal-close img {
  width: 30px;
}
.item-name , .item_tel{
    font-size: 1.8rem
}
button.modal-close{
    position: absolute;
    top: 10px;
    right: 10px;
}
.modal-wrap .modal-inner{
  position: absolute;
  top: 45%;
  width: 85vw;
  padding: 10px 20px;
  max-height: 70vh;
}
.telBtn-img{
  display: none;
}

.telBtn-img.sp{
  width: 40px;
  display: block;
  margin: 0 auto;
}
.btn-dis.tel_sp{
  color: #333;
}

.pc_only{
  display: none;
}
.reservation_area {
  margin-top: 30px;
  font-size: 2rem;
  height: 30px;
  line-height: 20px;
}
.reservation_item_pc.top {
  margin-top: 10px;
}

}

/* CTA設定 */
.cta-container {
    margin-top: 20px;
    margin-bottom: 60px;
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
  }
  
  .cta-btn {
    border: none;
    background-color: #E76280;
    width: 600px;
    height: 90px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.15em;
    border-radius: 0;
    box-shadow: 4px 5px 6px 0 rgba(0, 0, 0, .4);
  }
  
  .cta-btn:hover {
    cursor: pointer;
    box-shadow: inset 3px 6px 6px 0 rgba(0, 0, 0, .3);
    color: #f7e498;
  }
  
  @media screen and (max-width:550px) {
    .cta-btn {
      font-size: 20px;
      width:300px;
      height: 60px;
    }
    .span-container{
        right:14px !important;
    }
    .bookBtn-hd-align{
      width: 75px;
      display: block;
      padding: 9px 0 11px 0;
      text-align: center;
      height: auto;
    }
    .bookBtn-hd-align img {
      width: 40px;
    }
    .box-bookBtn a .btn-dis {
      display: block;                
    }
  }