@charset "UTF-8";
/* CSS Document */

/*******************************
* ResetCSS
*******************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul,
li {
  list-style: none;
}

/***********************
root設定
***********************/

:root {
  --txt_color: #4c4a4a;
  --main_color: #eae7df;
  --sub_color: #c1b59b;
}

body {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  color: var(--txt_color);
  zoom: calc(100vw / 1110px);
}

@media screen and (max-width: 1110px) {
  body {
    zoom: 1;
  }
}

/***********************
フォント設定
***********************/
.desc {
  font-size: 16px;
  line-height: 1.625;
}

.en {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/***********************
画像設定
***********************/
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.el_imgTxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

/***********************
リンク設定
***********************/

a {
  text-decoration: none;
  color: var(--txt_color);
  transition: all 0.5s;
  -webkit-appearance: none;
}

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

/***********************
レイアウト
***********************/

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

.clearfix {
  display: block;
  min-height: 1%;
  clear: both;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex.between {
  justify-content: space-between;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.flex.start {
  justify-content: flex-start;
}

#wrapper {
  position: relative;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  background: #fff;
}

@media screen and (max-width: 480px) {
  #wrapper {
  }
}

/***********************
Utils
***********************/

.ly_inner {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.inner_wrap {
  max-width: 375px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 480px) {
  .ly_inner {
    width: 100%;
  }
}

/***********************
Header
***********************/

#ly_header {
  width: 100%;
  height: 92px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
}

#ly_header .bl_menu {
  width: 100%;
  max-width: 500px;
  position: fixed;
  top: 0;
  right: -100vw;
  transition: all 0.1s;
  height: calc(100vh * (1110px / 100vw));
  z-index: 9998;
  background: #cdc6b3 url(../images/common/bg_nav.jpg) right bottom no-repeat;
  background-size: 375px 667px;
}

@media screen and (max-width: 1110px) {
  #ly_header .bl_menu {
    height: 100vh;
  }
}

#ly_header.active .bl_menu {
  right: 0;
}

.bl_menu .bl_menu_inner {
  position: relative;
  padding-top: 65px;
  height: 100%;
}

.bl_menu .name {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 9px;
}

.bl_menu .insta_link {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 28px;
}

.un_menuTrigger {
  position: fixed;
  width: 71px;
  height: 71px;
  display: block;
  top: 10px;
  right: 10px;
  z-index: 9999;
  background: url(../images/common/btn_toggle_open.png) center center no-repeat;
  background-size: cover;
}

.un_menuTrigger.active {
  background: url(../images/common/btn_toggle_close.png) center center no-repeat;
  background-size: cover;
}

.bl_hNav {
  padding-left: 65px;
}

.bl_hNav > li {
  margin-bottom: 25px;
  width: 100%;
  display: inline-block;
}

.bl_hNav > li.row {
  width: 49%;
}

.bl_hNav > li > a {
  display: block;
  text-align: left;
  text-decoration: none;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  background: url(../images/common/ico_arw_white_right.svg) left 7px no-repeat;
  background-size: 4px 8px;
  padding-left: 15px;
}

.bl_hNav > li a .sub {
  font-size: 10px;
  font-weight: 700;
  padding-top: 10px;
}

.sub_nav {
  padding-left: 55px;
  padding-top: 15px;
}

.sub_nav li {
  margin-bottom: 20px;
}

.sub_nav li a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.sub_nav li img {
  height: 12px;
  width: auto;
  margin-right: 10px;
  vertical-align: middle;
}

/***********************
Footer
***********************/

#ly_footer {
  background: url(../images/common/bg_fotter.jpg) center bottom no-repeat;
  background-size: 1110px 73px;
  padding-bottom: 23px;
}

#ly_footer .logo {
  width: 120px;
  margin: 0 auto 25px;
}

#ly_footer .access_info {
  text-align: center;
  margin-bottom: 65px;
}

#ly_footer .addr {
  margin-bottom: 10px;
}

#ly_footer .time {
  font-size: 16px;
  margin-bottom: 10px;
}

#ly_footer .time .min {
  font-size: 14px;
}

#ly_footer .tel {
  font-size: 16px;
}

#ly_footer .tel img {
  width: 11px;
}

#ly_footer .insta_link img {
  width: 24px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(138px);
}

.un_Copyright {
  text-align: center;
  color: var(--sub_color);
}

@media screen and (max-width: 480px) {
  #ly_footer {
  }

  .un_Copyright {
  }
}

/**********************
Common
**********************/

.page_ttl {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.5em;
}

.sec_ttl {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slick-dots {
  bottom: 0;
}

.slick-dots li,
.slick-dots li button {
  width: 15px;
  height: 15px;
  padding: 0 5px;
  margin: 0;
}

.slick-dots li button:before {
  opacity: 1;
  color: #d1c8b4;
  width: 15px;
  height: 15px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #99b8bd;
}

.desc {
  font-size: 16px;
  line-height: 1.625;
}

.accordion_wrap {
  transition: all 0.5s;
}

.accordion_head {
  cursor: pointer;
}

.accordion_body {
  height: 1px;
  overflow: hidden;
  transition: all 0.5s;
  padding-top: 0;
  padding-bottom: 0;
}

.accordion_wrap.active .accordion_body {
  height: auto;
}

.accordion_wrap .accordion_body * {
  opacity: 0;
}

.accordion_wrap.active .accordion_body * {
  opacity: 1;
}

.acd_close {
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

.float_reserve_nav {
  position: fixed;
  bottom: 168px;
  right: 0;
  z-index: 10000;
}

.float_reserve_nav a {
  display: block;
  width: 60px;
  height: 132px;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.4));
}

.btn_cmn_type {
  display: block;
  margin: 0 auto;
  width: 280px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px var(--txt_color);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 38px;
  background: url(../images/top/ico_arw_gray_right.svg) right 20px center no-repeat;
  background-size: 5px 10px;
}
