@charset "UTF-8";
.sp_only_il {
  display: none;
}
@media only screen and (max-width: 769px) {
  .sp_only_il {
    display: inline;
  }
}

body {
  color: #231815;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: justify;
  background: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  font-style: normal;
}

/*----------------------------------------
common
----------------------------------------*/
b, strong, .bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

a {
  text-decoration: none;
  transition: all 0.2s ease 0s;
}
a:hover {
  text-decoration: none;
  opacity: 0.6;
}

img {
  width: 100%;
}

picture {
  width: 100%;
}

.pc_only {
  display: block;
}
@media only screen and (max-width: 769px) {
  .pc_only {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .pc_only {
    display: none;
  }
}

.tb_only {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .tb_only {
    display: block;
  }
}
@media only screen and (max-width: 769px) {
  .tb_only {
    display: block;
  }
}

.sp_only {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .sp_only {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .sp_only {
    display: block;
  }
}

.pc_only_il {
  display: inline;
}
@media only screen and (max-width: 769px) {
  .pc_only_il {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .pc_only_il {
    display: none;
  }
}

.tb_only_il {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .tb_only_il {
    display: inline;
  }
}
@media only screen and (max-width: 769px) {
  .tb_only_il {
    display: inline;
  }
}

.sp_only_il {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .sp_only_il {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .sp_only_il {
    display: inline;
  }
}

.wapper {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1080px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.clear {
  clear: both;
  height: 0;
}

.vspace10 {
  clear: both;
  line-height: 0;
  height: 10px;
}

.vspace20 {
  clear: both;
  line-height: 0;
  height: 20px;
}

.vspace50 {
  clear: both;
  line-height: 0;
  height: 50px;
}

.vspace100 {
  clear: both;
  line-height: 0;
  height: 100px;
}

.vspace200 {
  clear: both;
  line-height: 0;
  height: 200px;
}

/*----------------------------------------
header
----------------------------------------*/
header {
  width: 100%;
  height: 7.1875vw;
  max-height: 115px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  z-index: 100000;
}
header.float {
  position: fixed;
}
header.static {
  position: fixed;
}
@media only screen and (max-width: 769px) {
  header.static {
    position: fixed;
  }
}
@media only screen and (max-width: 769px) {
  header {
    height: 56px;
  }
}
header .head_inner {
  width: 100%;
  max-width: 1600px;
  height: 7.1875vw;
  max-height: 115px;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 769px) {
  header .head_inner {
    height: 56px;
  }
}
header .head_inner .head_logo {
  width: 15%;
  max-height: 115px;
}
@media only screen and (max-width: 769px) {
  header .head_inner .head_logo {
    width: 120px;
    height: 56px;
  }
}
header .head_inner .head_lp_shopname {
  width: 22%;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  color: #E7718C;
  max-height: 115px;
}
@media only screen and (max-width: 769px) {
  header .head_inner .head_lp_shopname {
    font-size: 14px;
    margin-left: 2%;
  }
  header .head_inner .head_lp_shopname.line2 {
    font-size: 11px;
    line-height: 11px;
    margin-left: 2%;
  }
}
header .head_inner .head_copy {
  width: 47%;
  color: #000;
  font-size: 18px;
  max-height: 115px;
  font-weight: 600;
}
header .head_inner .head_copy .dot-text {
  color: #E7718C;
  padding-top: 0.4em;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1.1em 0.3em;
  background-image: radial-gradient(0.15em 0.15em at center center, #E7718C, #E7718C 100%, transparent);
  font-weight: bold;
}
@media only screen and (max-width: 1100px) {
  header .head_inner .head_copy {
    font-size: 15px;
  }
}
@media only screen and (max-width: 900px) {
  header .head_inner .head_copy {
    display: none;
  }
}
header .head_inner .head_tel {
  width: 22.5%;
  margin-left: auto;
  max-height: 115px;
  line-height: 0;
}
@media only screen and (max-width: 769px) {
  header .head_inner .head_tel {
    width: 40%;
    max-height: 56px;
  }
  header .head_inner .head_tel.dnone {
    display: none;
  }
}
header .head_inner .head_line {
  width: 7.1875%;
  background: #F7F4F1;
  max-height: 115px;
  line-height: 0;
}
@media only screen and (max-width: 769px) {
  header .head_inner .head_line {
    margin-left: auto;
    width: 56px;
    height: 56px;
  }
}
header .head_inner .head_line_lp {
  width: 7.1875%;
  max-height: 115px;
  line-height: 0;
}
@media only screen and (max-width: 769px) {
  header .head_inner .head_line_lp {
    margin-left: auto;
    width: 56px;
    height: 56px;
  }
}
header .head_inner .head_shinsa {
  width: 7.1875%;
  max-height: 115px;
  line-height: 0;
}
@media only screen and (max-width: 769px) {
  header .head_inner .head_shinsa {
    width: 56px;
    height: 56px;
    margin-left: auto;
    float: right;
  }
}
header .head_inner .head_shinsa_online {
  width: 24%;
  max-height: 115px;
  line-height: 0;
}
@media only screen and (max-width: 769px) {
  header .head_inner .head_shinsa_online {
    width: 56px;
    height: 56px;
  }
}
header .head_inner .head_menu_bt_wrap {
  display: none;
  width: 7.1875%;
  max-width: 1600px;
  position: relative;
  z-index: 10000;
  text-align: right;
  right: 0;
}
@media only screen and (max-width: 769px) {
  header .head_inner .head_menu_bt_wrap {
    width: 56px;
    display: block;
  }
}
header .head_inner .head_menu_bt_wrap .head_menu_bt {
  max-width: 115px;
  max-height: 115px;
  transition: all 0.2s ease 0s;
  float: right;
  position: fixed;
}
@media only screen and (max-width: 769px) {
  header .head_inner .head_menu_bt_wrap .head_menu_bt {
    width: 56px;
    height: 56px;
  }
}
header .head_inner .head_menu_bt_wrap .head_menu_bt:hover {
  opacity: 0.6;
}
header .head_inner .head_menu_bt_kantan {
  width: 24%;
  max-width: 385px;
  max-height: 115px;
  transition: all 0.2s ease 0s;
  line-height: 0;
  position: static;
  z-index: 10000;
  margin-left: auto;
}
@media only screen and (max-width: 769px) {
  header .head_inner .head_menu_bt_kantan {
    width: 178px;
    height: 56px;
  }
}
header .head_inner .head_menu_bt_kantan:hover {
  opacity: 0.6;
}
header .head_copy_menu {
  display: block;
  width: 100%;
  margin: 0px 0 0 0;
  padding: 0 0 20px 0;
  list-style: none;
  background: #fff;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  header .head_copy_menu {
    display: none;
  }
}
header .head_copy_menu li {
  font-size: 16px;
  padding: 0 15px;
  line-height: 18px;
  display: inline;
  font-weight: normal;
  letter-spacing: 0.6px;
  font-weight: bold;
}
header .head_copy_menu li:first-child {
  padding-left: 0px;
}
header .head_copy_menu li:last-child {
  padding-right: 0px;
  border: none;
}
header .head_copy_menu li a {
  color: #231815;
  padding-bottom: 14px;
  position: relative;
}
header .head_copy_menu li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: #E7718C;
  transform: scale(0, 1);
  transition: 0.3s;
}
header .head_copy_menu li a.current:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: #E7718C;
  transform: scale(1);
}
header .head_copy_menu li:hover a:after {
  transform: scale(1);
}
header .head_menu_wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  display: none;
  z-index: 10000;
  position: fixed;
  inset: 0;
  margin: auto;
  z-index: 10000;
}
header .head_menu_wrap .head_menu {
  float: right;
  width: 354px;
  margin-top: 115px;
  padding: 20px 50px 20px 35px;
  background: #fff;
  border: 1px solid #9FA0A0;
  box-sizing: border-box;
}
@media only screen and (max-width: 769px) {
  header .head_menu_wrap .head_menu {
    width: 50%;
    padding: 10px 25px 10px 18px;
    margin-top: 56px;
  }
}
header .head_menu_wrap .head_menu .menu_bt_close {
  width: 100%;
  cursor: pointer;
}
header .head_menu_wrap .head_menu .menu_bt_close:hover {
  opacity: 0.6;
}
header .head_menu_wrap .head_menu .menu_list {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #9FA0A0;
  list-style: none;
}
header .head_menu_wrap .head_menu .menu_list li {
  font-size: 19px;
  line-height: 62px;
  color: #333333;
  border-bottom: 1px solid #9FA0A0;
  text-align: left;
}
@media only screen and (max-width: 769px) {
  header .head_menu_wrap .head_menu .menu_list li {
    font-size: 11px;
    line-height: 32px;
  }
}
header .head_menu_wrap .head_menu .menu_list li a {
  display: block;
  color: #333333;
  text-decoration: none;
}
header .head_menu_wrap .head_menu .menu_list li img {
  width: 19px;
  vertical-align: -2px;
  margin: 0 0 0 5px;
}
@media only screen and (max-width: 769px) {
  header .head_menu_wrap .head_menu .menu_list li img {
    width: 11px;
    vertical-align: -2px;
    margin: 0 0 0 3px;
  }
}
header .head_menu_wrap .head_menu .menu_bt_contact {
  width: 100%;
  margin: 100px 0 0 0;
}
@media only screen and (max-width: 769px) {
  header .head_menu_wrap .head_menu .menu_bt_contact {
    margin: 50px 0 0 0;
  }
}
header .head_menu_wrap .head_menu .menu_bt_contact a {
  display: block;
  width: 100%;
  color: #E7718C;
  text-decoration: none;
  padding: 10px 5px;
  border: 3px solid #E7718C;
  border-radius: 100px;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 769px) {
  header .head_menu_wrap .head_menu .menu_bt_contact a {
    font-size: 13px;
    padding: 6px 5px;
    border: 2px solid #E7718C;
  }
}
header .head_menu_wrap .head_menu .menu_bt_contact img {
  width: auto;
  height: 24px;
  vertical-align: -2px;
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 769px) {
  header .head_menu_wrap .head_menu .menu_bt_contact img {
    height: 13px;
  }
}
header .head_kantan_wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: right;
  display: none;
  z-index: 10000;
}
header .head_kantan_wrap .head_kantan_cnt {
  margin: 0 0 0 auto;
  width: 600px;
  height: 600px;
  padding: 0;
  background: #fff;
  border: 1px solid #9FA0A0;
  box-sizing: border-box;
  position: fixed;
  z-index: 10000;
  right: 0;
}
@media only screen and (max-width: 769px) {
  header .head_kantan_wrap .head_kantan_cnt {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
}
header .head_kantan_wrap .head_kantan_cnt .head_kantan_close {
  width: 100%;
  position: relative;
}
header .head_kantan_wrap .head_kantan_cnt .head_kantan_close .head_kantan_closebt {
  position: absolute;
  width: 50px;
  right: 0;
}
header .head_kantan_wrap .head_kantan_cnt iframe {
  width: 100%;
  height: 100%;
}

.gotop {
  position: fixed;
  right: 10px;
  bottom: 20px;
}
@media only screen and (max-width: 769px) {
  .gotop {
    width: 0px;
    bottom: 70px;
  }
}

/*----------------------------------------
footer
----------------------------------------*/
#footer {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #9FA0A0;
  font-size: 20px;
  color: #4D4D4A;
}
#footer a {
  color: #4D4D4A;
}
@media only screen and (max-width: 769px) {
  #footer {
    font-size: 12px;
    letter-spacing: 0;
    border: none;
    margin: 0 auto 27.14vw auto;
    margin-bottom: 0;
  }
}
#footer .foot_logo {
  width: 33%;
  max-width: 270px;
  margin: 65px auto 50px auto;
}
@media only screen and (max-width: 769px) {
  #footer .foot_logo {
    margin: 40px auto 30px auto;
  }
}
#footer .foot_link {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 769px) {
  #footer .foot_link {
    margin: 0px auto 0px auto;
    padding-bottom: 0px;
  }
}
#footer .foot_link li {
  border-right: 1px solid #9FA0A0;
  padding: 0 20px;
  margin-bottom: 10px;
  line-height: 20px;
}
#footer .foot_link li:last-child {
  border: none;
}
@media only screen and (max-width: 769px) {
  #footer .foot_link li {
    padding: 0 10px;
    line-height: 13px;
  }
}
#footer .foot_privacy {
  width: 100%;
  margin: 30px auto 55px auto;
  text-align: center;
  color: #4D4D4A;
}
#footer .foot_privacy a {
  color: #4D4D4A;
}
@media only screen and (max-width: 769px) {
  #footer .foot_privacy {
    display: none;
  }
}
#footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 15px;
  height: 70px;
  line-height: 70px;
  background-color: #E7718C;
}
@media only screen and (max-width: 769px) {
  #footer .copyright {
    font-size: 10px;
    line-height: 30px;
    height: 40px;
    letter-spacing: 0;
    color: #4D4D4A;
    background-color: #fff;
  }
}

#sp_footer {
  display: none;
}
@media only screen and (max-width: 769px) {
  #sp_footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #BAADD4;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    z-index: 10000;
  }
}
@media only screen and (max-width: 769px) {
  #sp_footer.fixed {
    position: static;
    margin: -27.14vw 0 0 0;
  }
}
#sp_footer .sp_foot_left {
  width: 30.857%;
}
#sp_footer .sp_foot_center {
  width: 36%;
}
#sp_footer .sp_foot_right {
  width: 32.857%;
}

.bg_beige {
  background: #F7F4F1;
}

#footer_lp {
  width: 100%;
  border-top: 1px solid #C3C3C3;
  margin: 30px 0 171px 0;
  padding: 0 5px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 769px) {
  #footer_lp {
    padding: 5px;
    margin: 30px 0 16.93vw 0;
  }
}
#footer_lp.mb0 {
  margin-bottom: 0;
}
#footer_lp .footer_logo_lp {
  width: 200px;
  line-height: 0;
}
@media only screen and (max-width: 769px) {
  #footer_lp .footer_logo_lp {
    width: 80px;
  }
}
#footer_lp .copyright_lp {
  font-size: 14px;
  text-align: right;
}
@media only screen and (max-width: 769px) {
  #footer_lp .copyright_lp {
    font-size: 9px;
  }
}

/* PCで電話番号リンクを無効に */
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #231815;
  }
}
.main_visual_cnt .mv_spacer {
  height: 9.9375vw;
  height: calc(7.175vw + 44px);
  max-height: 159px;
  margin: 0;
  padding: 0;
  line-height: 0;
  display: block !important;
}
@media only screen and (max-width: 769px) {
  .main_visual_cnt .mv_spacer {
    height: 56px;
  }
}
.main_visual_cnt .mv_spacer.float {
  display: block;
  height: 7.1875vw !important;
  max-height: 115px !important;
}
@media only screen and (max-width: 769px) {
  .main_visual_cnt .mv_spacer.float {
    height: 56px !important;
  }
}


body.top .form_iframe {
	height: 1050px;
	border-radius: 0 0 30px 30px;
}

@media only screen and (max-width: 769px) {
	body.top .form_iframe {
		height: 1150px;
	}
}
@media only screen and (max-width: 370px) {
	body.top .form_iframe {
		height: 1350px;
		border-radius: 0 0 15px 15px;
	}
}
body.shinsa .form_iframe {
	height: 1050px !important;
}

@media only screen and (max-width: 769px) {
	body.shinsa .form_iframe {
		height: 1200px !important;
	}
}
@media only screen and (max-width: 360px) {
	body.shinsa .form_iframe {
		height: 1350px !important;
	}
}
/*# sourceMappingURL=style.css.map */
