@charset "utf-8";

/* Contents
 * ****************************
 *
 * 1: general style
 * 2: body
 * 3: header
 * 4: contents
 * 5: footer
 *
 * ****************************
 */

/*======= 1: general style ===============================================*/

/*======= 2: body ========================================================*/
body {
	position: relative;
	color: #453e3c;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  font-weight: 500;
  /*font-family: "Noto Sans Japanese", sans-serif;*/
	font-size: .875rem; /* 14px */
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
}
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.no-scroll {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/*======= 3: header ======================================================*/
header {
  width: 100%;
  box-sizing: border-box;
	z-index: 1000;
  background: #fff;
}
.inheader {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1120px;
  margin: 0 auto;
  padding: 30px 0;
}
header .logo {
  width: 222px;
  margin: 0 auto;
}
header .logo img {
  width: 100%;
}
header ul {
  position: absolute;
  right: 0;
  display: flex;
  width: 200px;
  justify-content: space-between;
}
header ul li a {
  display: inline-block;
  padding-top: 20px;
  font-size: .785em;/* 11px */
  background-repeat: no-repeat;
  background-position: 50% 0;
  text-decoration: none;
  color: #453e3c;
}
header li.history a {
  background-image: url(/item/img/common/icon_history.svg);
  background-size: 19px;
}
header li.tel a {
  background-image: url(/item/img/common/icon_tel.svg);
  background-size: 19px;
}
header li.mypage a {
  background-image: url(/item/img/common/icon_mypage.svg);
  background-size: 13px;
}
header li.cart a {
  background-image: url(/item/img/common/icon_cart.svg);
  background-size: 21px; 
}

/**/
.btn_drawer {
  position: absolute;
  left: 0;
  font-size: .714em; /* 10px */
}
.btn_drawer small {
  letter-spacing: -.1em;
}
.menu-trigger {
  position: absolute;
  right: 0;
  width: 30px;
  z-index: 100;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.menu-trigger span {
  position: absolute;
  right: 0;
  height: 2px;
  background-color: #453e3c;
}
.menu-trigger span:nth-of-type(1) {
  top: 5px;
  width: 100%;
}
.menu-trigger span:nth-of-type(2) {
  top: 14px;
  width: 100%;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 5px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .inheader {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
  }
  header .logo {
    width: 35%;
  }
  header ul {
    top: 20px;
    right: 10px;
    width: 80px;
  }
  header li.mypage {
    display: none;
  }
  .btn_drawer {
    left: 10px;
    line-height: 1;
  }
  .menu-trigger {
    width: 26px;
  }
}

/* global nav */
#gnav {
  position: relative;
  z-index: 1500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 55px;
  margin: 0 auto;
  box-sizing: border-box;
  font-weight: 200;
  background: #f6f2ed;
}
nav ul#gn {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
}
nav ul#gn li {
  margin-right: 33px;
}
nav ul#gn li:nth-last-child(1) {
  margin-right: 0;
}
nav ul#gn li a {
  position: relative;
  display: inline-block;
  color: #453e3c;
  text-decoration: none;
  padding: 0 4px;
  transition: .3s;
}
nav ul#gn li a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
}
nav ul#gn li a:hover::after {
  width: 100%;
}
nav ul#gn li.dropdown a::after {
  content: none;
}

/* Dropdown */
#gn li ul.active {
  visibility: visible;
	opacity: 1;
  transition: all .6s;
}
#gn li ul li a {
	display: block;
	padding: .5rem 15px;
	width: 100%;
	box-sizing: border-box;
	color: #453e3c;
	text-decoration: none;
	line-height: 1.5;
	margin-left: 1.3em;
	text-indent: -1.3em;
  opacity: 1;
  transition: all .4s;
}
nav ul#gn li a {
  display: flex;
  align-items: center;
  font-weight: 600;
  height: 55px; 
}
nav ul#gn li a span {
  padding: 7px 0 0;
}
nav ul#gn li a.cat01 span {
  display: inline-block;
  background: url(/item/img/common/icon_cat01.svg) no-repeat 0 60%;
  background-size: 29px auto;
  padding-left: 40px;
}
nav ul#gn li a.cat02 span {
  display: inline-block;
  background: url(/item/img/common/icon_cat02.svg) no-repeat 0 60%;
  background-size: 29px auto;
  padding-left: 40px;
}
nav ul#gn li a.cat03 span {
  display: inline-block;
  background: url(/item/img/common/icon_cat03.svg) no-repeat 0 60%;
  background-size: 30px auto;
  padding-left: 38px;
}
nav ul#gn li a.cat04 span {
  display: inline-block;
  background: url(/item/img/common/icon_cat04.svg) no-repeat 0 60%;
  background-size: 21px auto;
  padding-left: 30px;
}
nav ul#gn li.lisumom a span {
  display: inline-block;
  background: url(/item/img/common/icon_lisumom.svg) no-repeat 0 60%;
  background-size: 26px auto;
  padding-left: 32px;
}

#gn li ul li a:hover {
  opacity: .8;
  transition: all .4s;
}
#gn li ul.active::after {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
}
#gn li ul li a::before {
	content: "ー ";
	display: inline-block;
	width: 0;
	height: 0;
}

#gn li.dropdown.active span {
  position: relative;
}
#gn li.dropdown.active span::before {
  position: absolute;
  top: 20px;
  right: 50%;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  padding-left: 0;
  border: 12px solid transparent;
  border-bottom: 14px solid #fff;
  z-index: 1555;
}
#gn li.dropdown.active .menu_inner span::before {
  content: none;
}


@media screen and (max-width: 768px) {
  #gnav {
    width: 100%;
    margin: 0 auto;
  }
  nav ul#gn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: 15px;
  }
  nav ul#gn li {
    margin-right: 15px;
  }
  nav ul#gn li a {
    height: inherit;
  }
  nav ul#gn li a span {
    width: 100%;
    height: 55px;
    padding: 0;
    padding-bottom: 10px;
    font-size: .769em;
    letter-spacing: -.03em;
  }
  nav ul#gn li a.cat01 span {
    display: flex;
    align-items: flex-end;
    background: url(/item/img/common/icon_cat01.svg) no-repeat 50% 13px;
    background-size: 22px;
    padding-left: 0;
    padding-bottom: 4px;
  }
  nav ul#gn li a.cat02 span {
    display: flex;
    align-items: flex-end;
    background: url(/item/img/common/icon_cat02.svg) no-repeat 50% 13px;
    background-size: 22px;
    padding-left: 0;
    padding-bottom: 4px;
  }
  nav ul#gn li a.cat03 span {
    display: flex;
    align-items: flex-end;
    background: url(/item/img/common/icon_cat03.svg) no-repeat 50% 13px;
    background-size: 22px;
    padding-left: 0;
    padding-bottom: 4px;
  }
  nav ul#gn li a.cat04 span {
    display: flex;
    align-items: flex-end;
    background: url(/item/img/common/icon_cat04.svg) no-repeat 50% 11px;
    background-size: 16px;
    padding-left: 0;
    padding-bottom: 4px;
  }
  nav ul#gn li.lisumom {
    display: none;
  }
}



#gnav > ul > li > a {
  display: block;
  padding: 25.5px 1em 15.5px;
  transition: all .2s ease-in;
}
#gnav > ul .menu {
  transition: all .2s ease-in;
  min-height: 0;
  max-height: 0;
  padding: 30px 40px;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  width: 1120px;
  left: 50%;
  margin-left: -560px;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  background-color: #fff;
  background : rgba(255, 255, 255, 1);
  box-shadow : 0px 0px 4px rgba(0, 0, 0, 0.2);
  border-radius : 4px;
}

#gnav > ul > li .menu.on,
#gnav > ul > li:hover .menu {
  min-height: 250px;
  max-height: 460px;
  opacity: 1;
  visibility: visible;
}
#gnav > ul .menu .menu_inner {
  display: flex;
  justify-content: center;
}
#gnav > ul .menu .menu_inner dl {
  position: relative;
  width: 180px;
  margin-right: 30px;
}
#gnav > ul .menu .menu_inner dl:last-child {
  margin-right: 0;
}
#gnav > ul .menu .menu_inner dl dt {
  position: relative;
  display: inline-block;
  width: 180px;
  margin-bottom: .8rem;
  padding-bottom: 10px;
}
#gnav > ul .menu .menu_inner dl dt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  height: 5px;
  background: url(/item/img/common/ttl_btm_line.png) no-repeat 0 100%;
}
#gnav > ul .menu .menu_inner dl dd {
  font-size: .928em; /* 13px */
  line-height: 2.5;
}
#gnav > ul .menu .menu_inner a {
  position: relative;
  width: 100%;
  height: inherit;
}
#gnav > ul .menu .menu_inner dl dd a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  left: inherit;
  bottom: inherit;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid #d7bdbf;
  border-top: 1px solid #d7bdbf;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
}

#gnav > ul .menu .menu_inner.only {
  display: flex;
  justify-content: flex-start;
}
#gnav > ul .menu .menu_inner.only dl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-right: 0;
}
#gnav > ul .menu .menu_inner.only dl dd {
  width: 200px;
  margin-right: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #gnav > ul .menu {
    display: none;
  }
  #gnav > ul > li .menu.on,
  #gnav > ul > li:hover .menu {
    min-height: 0;
    max-height: 0;
    opacity: 0;
  }
}


.drawer_menu a {
  color: inherit;
  text-decoration: none;
}

.drawer_menu .drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2000;
  background-color: rgba(51, 51, 51, 0.7);
  display: none;
  top: 0;
  left: 0;
}
.drawer_menu .drawer_bar {
  display: block;
  height: 2px;
  margin: 10px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
}

.drawer_menu .drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

.drawer_menu .drawer_nav_wrapper {
  position: relative;
  width: 300px;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.2s;
  transform: translate(300px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2001;
  background-color: #fff;
  overflow: auto;
}
.drawer_menu .drawer_nav_wrapper::-webkit-scrollbar {
    width: 1px;
}
.drawer_menu .drawer_nav_wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
}
.drawer_menu .drawer_nav_wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .5);
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
.drawer_menu .drawer_nav_wrapper {
  transform: translate(-360px);
  right: auto;
  left: 0;
}
.drawer_menu.open .drawer_nav_wrapper {
  transform: translate(0);
}

/**/
.drawer_menu .searchForm {
  padding-top: 10px;
}
.drawer_menu .searchForm .searchForm__inputGroup {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 7px 0 0;
  padding: 0 9px;
  box-sizing: border-box;
}

.drawer_menu input[type=text].searchForm__input {
  width: 242px;
  height: 36px;
  margin-right: 3px;
  border: 1px solid #453e3c;
}
.drawer_menu button.searchForm__button {
	position: relative;
	display: block;
	width: 36px;
  height: 36px;
	box-sizing: border-box;
	border: 0;
	background-color: #453e3c;
	background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(/item/img/common/icon_search.png);
  background-size: 15px 19px;
	text-decoration: none;
	color: #333;
}
/**/
.drawer_menu .pickup_menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 10px 0 15px;
  padding: 0 9px;
  box-sizing: border-box;
}
.drawer_menu .pickup_menu li a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 90px;
  height: 56px;
  padding-bottom: 5px;
  box-sizing: border-box;
  background-color: #453e3c;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
  font-size: .857em; /* 12px */
}
.drawer_menu .pickup_menu li.faq a {
  background-image: url(/item/img/common/icon_faq.svg);
  background-size: 17px;
  background-position: 50% 10px;
}
.drawer_menu .pickup_menu li.history a {
  background-image: url(/item/img/common/icon_history_w.svg);
  background-size: 21px;
  background-position: 50% 11px;
}
.drawer_menu .pickup_menu li.mypage a {
  background-image: url(/item/img/common/icon_mypage_w.svg);
  background-size: 16px;
  background-position: 50% 8px;
}


.drawer_menu .drawer_nav {
  background: url(/item/img/common/menu_line.gif) no-repeat 0 0;
}
.drawer_menu .drawer_nav li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 1.14em; /* 16px */
  border-bottom: 2px dotted #453e3c;
}
.drawer_menu .drawer_nav li.dropdown ul li:last-child a {
  border-bottom: 0;
  background: url(/item/img/common/menu_line.gif) no-repeat 0 100%;
}
.drawer_menu .drawer_nav li a.accordion_menu,
.drawer_menu .drawer_nav li a.nomal_menu {
  position: relative;
  height: 50px;
  border-bottom: 0;
  background: url(/item/img/common/menu_line.gif) no-repeat 0 100%;
  font-weight: 600;
}



.drawer_menu .drawer_nav li a.accordion_menu span {
  display: block;
  width: 100%;
  background: url(/item/img/common/icon_plus.svg) no-repeat 100% 50%;
  background-size: 15px 15px;
}
.drawer_menu .drawer_nav li a.accordion_menu.open span {
  display: block;
  width: 100%;
  background: url(/item/img/common/icon_minus.svg) no-repeat 100% 50%;
  background-size: 15px 1px;
}


.drawer_menu .drawer_nav li.dropdown ul {
  display: none;
}
.drawer_menu .drawer_nav li.dropdown ul li a {
  position: relative;
  font-size: .928em; /* 13px */
}
.drawer_menu .drawer_nav li.dropdown ul li span {
  display: inline-flex;
  align-items: center;
  height: 40px;
}
.drawer_menu .drawer_nav li.dropdown ul li a.cat01 span {
  
  background: url(/item/img/common/icon_cat01.svg) no-repeat 0 50%;
  background-size: 22px 21px;
  padding-left: 30px;
}
.drawer_menu .drawer_nav li.dropdown ul li a.cat02 span {
  background: url(/item/img/common/icon_cat02.svg) no-repeat 0 50%;
  background-size: 24px 19px;
  padding-left: 30px;
}
.drawer_menu .drawer_nav li.dropdown ul li a.cat03 span {
  background: url(/item/img/common/icon_cat03.svg) no-repeat 0 50%;
  background-size: 24px 20px;
  padding-left: 30px;
}
.drawer_menu .drawer_nav li.dropdown ul li a.cat04 span {
  background: url(/item/img/common/icon_cat04.svg) no-repeat 3px 50%;
  background-size: 17px 23px;
  padding-left: 30px;
}

.drawer_menu .drawer_nav li.dropdown ul li a:after,
.drawer_menu .drawer_nav li a.nomal_menu:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid #453e3c;
  border-top: 1px solid #453e3c;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
}



/* CLOSE Button */
.drawer_menu .btn-drawer_close {
  position: absolute;
  top: 18px;
  left: 0;
  transform: translate(-360px);
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 30px;
  z-index: 9999;
}
.drawer_menu.open .btn-drawer_close {
  transform: translate(315px);
}


.drawer_menu .btn-drawer_close:hover {
  cursor: pointer;
  opacity: .75;
}
.drawer_menu .btn-drawer_close::before,
.drawer_menu .btn-drawer_close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.drawer_menu .btn-drawer_close::before {
  transform: rotate(45deg);
}
.drawer_menu .btn-drawer_close::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  /* CLOSE Button */
  .drawer_menu .btn-drawer_close {
    top: 22px;
    left: 0;
    transform: translate(-360px);
    width: 25px;
    height: 25px;
  }
  .drawer_menu .btn-drawer_close::before,
  .drawer_menu .btn-drawer_close::after {
    width: 25px;
  }
  .drawer_menu.open .btn-drawer_close {
    transform: translate(315px);
  }
}


.menu_contact {
  width: 100%;
  margin: 30px 0 15px;
  padding: 0 9px;
  box-sizing: border-box;
  text-align: center;
}
.menu_contact__sttl {
  position: relative;
  margin-bottom: .5rem;
  font-size: 1.14em; /* 16px */
  font-weight: 600;
}
.menu_contact__sttl span {
  position: relative;
  display: inline-block;
  padding: 5px 8px;
  background: #fff;
  z-index: 100;
}
.menu_contact__sttl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -108px;
  width: 216px;
  height: 1px;
  background: #453e3c;
  z-index: 10;
}
.menu_contact__txt {
  margin-bottom: .8rem;
  font-size: .857em; /* 12px */
}
.menu_contact .freedial {
  width: 100%;
  padding: 0;
}
.menu_contact .btn_mail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 50px;
  margin: .8rem auto;
  box-sizing: border-box;
  color: #fff;
  background: #453e3c;
  text-decoration: none;
  font-weight: 600;
}
.menu_contact .btn_mail span {
  padding-left: 33px;
  box-sizing: border-box;
  background: url(/item/img/common/icon_mail.svg) no-repeat 0 50%;
  background-size: 26px auto;
}




@media screen and (max-width: 768px) {
  
}
/*-- Modal -----------------*/
#menu_overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(51, 51, 51, 0.7);
  opacity: 1;
}

@media screen and (max-width: 768px) {

}

/*======= 4: contents ======================================================*/
main {
  position: relative;
  width: 100%;
  margin: 3rem auto 4rem;
}
.contents {
  width: 1120px;
  margin: 0 auto;
}
.contents + .contents{
	margin-top: 80px;
}
.contents + #fs_form{
	margin-top: 80px;
}
.contents + #lisu-bg--Review{
	margin-top: 80px;
}
.contents.mid {
  width: 900px;
}
.contents.oldpage {
  width: 640px;
}
main.fs-l-main.contents {
  margin: 0 auto 3rem;
}
.bg-color__base {
  position: relative;
  margin-bottom: 80px;
  padding: 80px 0 60px;
  background: #f6f2ed;
}
@media screen and (max-width: 768px) {
  main {
    position: relative;
    width: 100%;
    margin: 1.5rem auto;
    box-sizing: border-box;
  }
  .contents,
  .contents.mid {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .contents.oldpage {
    width: 100%;
  }
	.contents + .contents{
		margin-top: 5rem;
	}
	.contents + #fs_form{
		margin-top: 5rem;
	}
	.contents + #lisu-bg--Review{
		margin-top: 5rem;
	}
  .bg-color__base {
    margin-bottom: 3rem;
    padding: 3rem 0;
    background: #f6f2ed;
  }
}

/*======= 4: bnr ======================================================*/


/*======= 5: footer ======================================================*/
/* pageTop */
#pageTop {
	position: absolute;
	z-index: 1000;
  display: none;
}
#pageTop a {
	display: block;
	width: 50px;
	height: 50px;
  border: 2px solid #453e3c;
  border-radius: 5%;
	box-sizing: border-box;
  background: #fff;
  opacity: 1;
}
#pageTop a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  width: 9px;
  height: 9px;
  margin-top: -4px;
  margin-right: -6px;
  border-top: 2px solid #453e3c;
  border-left: 2px solid #453e3c;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#pageTop a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {

}

footer {
	background: #f6f2ed;
	width: 100%;
}

.kodawari {
  padding: 80px 0;
  background: url(/item/img/common/bg_kodawari.jpg) no-repeat 0 0;
  background-size: cover;
}
.kodawari h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 413px;
  height: 131px;
  margin: 0 auto 40px;
  background: url(/item/img/common/bg_ttl_kodawari.png) no-repeat 0 0;
}
.kodawari h2 strong {
  display: block;
  font-size: 2em; /* 28px */
}
.kodawari .read_txt {
  margin-bottom: 1.5rem;
  font-size: 1.35em; /* 19px */
  font-weight: 600;
}
.kodawari .txt_box {
  text-align: center;
}
.kodawari .txt_box p {
  margin-bottom: .8rem;
}
.kodawari_box {
  display: flex;
  justify-content: space-around;
  width: 880px;
  margin: 60px auto;
}
.kodawari_box a {
  display: block;
  text-decoration: none;
  color: #453e3c;
  text-align: center;
  opacity: 1;
  font-size: .928em;
  font-weight: 600;
}
.kodawari_box a:hover {
  opacity: .7;
  transition: .4s all;
}
.thumb_cynical {
  margin-bottom: 1.5rem;
}
.btn_mid {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 279px;
  height: 51px;
  margin: .5rem auto 0;
  box-sizing: border-box;
  color: #453e3c;
  background: rgba(255,255,255,.4) url(/item/img/common/btn_bg_mid.png) no-repeat 0 50%;
  text-decoration: none;
  font-weight: 600;
}
.kodawari .btn_mid:hover {
  opacity: .7;
  transition: .4s all;
}
.kodawari .btn_mid:hover,.kodawari .btn_mid:visited {
  color: #453e3c;
}
/**/
.contact_box {
  display: flex;
  justify-content: space-between;
  width: 820px;
  margin: 0 auto 30px;
  padding: 40px 0 10px;
  background: url(/item/img/common/line_ft_contact02.png) no-repeat 0 100%;
}
.sttl_s {
  font-size: 1.28em; /* 18px */
  font-weight: 600;
}
.freedial {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.freedial .txt_read {
  margin-bottom: 1em;
  font-size: 1.14em; /* 16px */
}
.freedial .phone_number {
  margin-bottom: .2rem;
  font-size: 2.28em; /* 36px */
  background: url(/item/img/common/icon_freedial.svg) no-repeat 0 50%;
  background-size: 41px auto;
  padding-left: 54px;
  text-decoration: none;
  color: #453e3c;
}
.freedial .sttl_s {
  font-size: 1.85em; /* 26px */
  margin-bottom: 2.5rem;
}
.freedial .sttl_s span {
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
}
.freedial .sttl_s span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 106%;
  margin-left: -53%;
  height: 5px;
  background: url(/item/img/common/ttl_btm_line.png) no-repeat 0 100%;
}

.freedial .btn_mail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 50px;
  margin: 1.3rem auto 2rem;
  box-sizing: border-box;
  color: #fff;
  background: #453e3c;
  text-decoration: none;
  font-weight: 600;
}
.freedial .btn_mail span {
  padding-left: 33px;
  box-sizing: border-box;
  background: url(/item/img/common/icon_mail.svg) no-repeat 0 50%;
  background-size: 18px auto;
}

.fax {
  width: 438px;
  padding-left: 60px;
  padding-bottom: 20px;
  box-sizing: border-box;
  background: url(/item/img/common/line_ft_contact01.png) no-repeat 0 0;
}
.fax .btn_pdf {
  display: flex;
  align-items: center;
  width: 279px;
  height: 41px;
  margin-top: .5rem;
  box-sizing: border-box;
  color: #fff;
  background: url(/item/img/common/btn_pdf_bg.png) no-repeat 0 50%;
  text-decoration: none;
  font-weight: 600;
}
.fax .btn_pdf span {
  display: block;
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
  background: url(/item/img/common/icon_pdf.svg) no-repeat 96% 50%;
  background-size: 13px 15px;
}
@media screen and (max-width: 768px) {
  .kodawari {
    padding: 3rem 0;
  }
  .kodawari h2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80%;
    height: inherit;
    padding: 20px;
    margin: 0 auto 30px;
    background: none;
    background-size: cover;
  }
  .kodawari h2::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 43.5px;
    height: 26px;
    background: url(/item/img/common/kodawari_hl_r.png) no-repeat 0 0;
    background-size: 43.5px 26px;
  }
  .kodawari h2::before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 43.5px;
    height: 26px;
    background: url(/item/img/common/kodawari_hl_l.png) no-repeat 0 0;
    background-size: 43.5px 26px;
  }
  .kodawari h2 strong {
    display: block;
    font-size: 1.38em; /* 18px */
  }
  .kodawari .read_txt {
    margin-bottom: 1.5rem;
    font-size: 1.15em; /* 15px */
    font-weight: 600;
  }
  .kodawari .txt_box {
    font-size: .923em; /* 12px */
  }
  .kodawari .txt_box p {
    margin-bottom: .8rem;
  }
  .kodawari_box {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 2rem auto;
  }
  .kodawari_box a {
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 84%;
    margin-bottom: 1.5rem;
    align-items: center;
    text-align: left;
    font-size: 1em;
  }
  .kodawari_box a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-right: 1px solid #453e3c;
    border-top: 1px solid #453e3c;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: border-box;
  }
  .kodawari_box p {
    margin-left: 10px;
  }
  .thumb_cynical {
    width: 100px;
    height: 100px;
    margin-bottom: 0;
  }
  .thumb_cynical img {
    width: 100%;
  }

  .contact_box {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    padding: 2rem 0 1.5rem;
    text-align: center;
    box-sizing: border-box;
    background: url(/item/img/common/line_ft_contact02.png) no-repeat 0 100%;
  }
  .freedial {
    width: 100%;
    padding-right: 0;
    box-sizing: border-box;
  }
  .freedial .sttl_s {
    font-size: 1.15em; /* 15px */
    margin-bottom: 1.3rem;
  }
  .freedial .txt_read {
    margin-bottom: 1em;
    font-size: 1em; /* 13px */
  }
  .freedial .phone_number {
    margin-bottom: .2rem;
    font-size: 1.69em; /* 22px */
    background-size: 32px auto;
    padding-left: 40px;
    text-decoration: none;
    color: #453e3c;
  }
}

.calendar_box {
  display: flex;
  justify-content: space-between;
  width: 810px;
  padding-bottom: 40px;
  margin: 0 auto;
}
.calendar_box .txt {
  width: 180px;
}
.calendar_box .calendar {
  width: 586px;
}
.calendar_box .calendar img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .calendar_box {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    padding: 1.5rem 0 2rem;
  }
  .calendar_box .txt {
    width: 100%;
    margin-bottom: .8rem;
  }
  .calendar_box .sttl_s {
    margin-bottom: .5rem;
    text-align: center;
  }
  .calendar_box .calendar {
    width: 100%;
  }
  .calendar_box .calendar img {
    width: 100%;
  }
}

.footernav {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  padding: 3rem 0 4rem;
  margin: 0 auto;
  background: #fff;
}
.ft_navlist {
  width: 820px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.ft_navlist ul {
  position: relative;
  display: block;
}
.ft_navlist a {
  margin-bottom: .5rem;
  font-weight: 600;
  text-decoration: none;
  color: #453e3c;
  font-size: .857em; /* 12px */
  opacity: 1;
}
.ft_navlist a.accordion_menu {
  display: block;
  margin-bottom: .3rem;
  font-size: 1.14em; /* 16px */
  opacity: 1;
  transition: all .4s;
  cursor: default;
}
.ft_navlist a:hover {
  opacity: .7;
  transition: all .4s;
}
.ft_navlist a.accordion_menu:hover {
  opacity: 1;
}
.ft_navlist ul li {
  line-height: 2.5;
}
.ft_navlist ul li a {
  font-weight: 500;
}
.ft_navlist ul li a::before {
	content: "ー";
	display: inline-block;
  padding-right: 5px;
}

.lisumom_concept {
  min-height: 200px;
  padding-bottom: 40px;
  text-align: center;
  background: #fff url(/item/img/common/ft_illustration.png) no-repeat 50% 0;
}
.lisumom_concept .txt {
  margin-bottom: 1.8rem;
  font-size: .857em; /* 12px */
  font-weight: 600;
}
.lisumom_concept .logo {
  width: 200px;
  margin: 0 auto 1.3rem;
}
.lisumom_concept ul.sns {
  display: flex;
  justify-content: center;
}
.lisumom_concept ul.sns li {
  margin-right: 17px;
}
.lisumom_concept ul.sns li:last-child {
  margin-right: 0;
}
.lisumom_concept ul.sns li a {
  display: block;
  width: 15px;
}



.modal_in_slider {
  width: 1000px;
}

.kodawari_tabnav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.kodawari_tabnav li {
  display: flex;
  justify-content: center;
  margin-right: 10px;
}
.kodawari_tabnav li:last-child {
  margin-right: 0;
}
.kodawari_tabnav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  padding-top: 5px;
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(/item/img/common/btn_bg_kodawari_modal.png);
  cursor: pointer;
  text-decoration: none;
  color: #453e3c;
  font-weight: 600;
  font-size: 1.07em; /* 15px */
}
.kodawari_tabnav li.on a,
.kodawari_tabnav li a:hover {
  color: #fff;
  background-image: url(/item/img/common/btn_bg_kodawari_modal_on.png);
}

#copyright {
  padding: .5rem;
  text-align: center;
  background: #fff;
  font-size: .785em;
  font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 768px) {
  .footernav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0 2rem;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
  }
  .ft_navlist {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: url(/item/img/common/menu_line.gif) no-repeat 0 0;
    background-size: 100% 2px;
  }
  .ft_navlist div {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .ft_navlist div a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: .923em; /* 12px */
    border-bottom: 2px dotted #453e3c;
  }
  .ft_navlist ul {
    display: none;
  }
  .ft_navlist div ul li:last-child a {
    border-bottom: 0;
    background: url(/item/img/common/menu_line.gif) no-repeat 0 100%;
    background-size: 100% 2px;
  }
  .ft_navlist div a.accordion_menu {
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    margin-bottom: 0;
    border-bottom: 0;
    background: url(/item/img/common/menu_line.gif) no-repeat 0 100%;
    background-size: 100% 2px;
    font-size: 1.14em; /* 16px */
    font-weight: 600;
    cursor: pointer;
  }
  .ft_navlist div a.accordion_menu span {
    display: block;
    width: 100%;
    background: url(/item/img/common/icon_plus.svg) no-repeat 100% 50%;
    background-size: 15px 15px;
  }
  .ft_navlist div a.accordion_menu.open span {
    display: block;
    width: 100%;
    background: url(/item/img/common/icon_minus.svg) no-repeat 100% 50%;
    background-size: 15px 1px;
  }
  .ft_navlist ul li a::before {
    content: none;
  }
  .ft_navlist ul li a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    left: inherit;
    bottom: inherit;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-right: 1px solid #453e3c;
    border-top: 1px solid #453e3c;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: border-box;
  }
  
  .lisumom_concept .txt {
    margin-bottom: 1.8rem;
    font-size: .923em; /* 12px */
  }
  .lisumom_concept .logo {
    width: 40%;
    margin: 0 auto 1.3rem;
  }
  .lisumom_concept .logo img {
    width: 100%;
  }
  .lisumom_concept {
    min-height: inherit;
    padding-bottom: 34%;
    text-align: center;
    background: #fff url(/item/img/common/ft_illustration_sp.png) no-repeat 50% 100%;
    background-size: 34%;
  }
}