@charset "UTF-8";
/* Scss Document */
/*--------------------------
メディアクエリ設定
---------------------------*/
/*マップ型変数で定義*/
/*@mixinでメディアクエリを呼び出す。変数mq、初期値sm*/
/*	@include mq(sm){
	}
	@include mq(pc){
	}*/
/*--------------------------------------------
ページ共通
-------------------------------------------*/
/*body*/
* {
  box-sizing: border-box; }

/* header*/
header {
  background-color: #73b7c1;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100; }

header .inner {
  position: relative;
  margin: 0px auto;
  height: 49px; }

header .logo {
  width: 168px;
  margin-top: 4px;
  display: inline-block; }

header h1, header h2 {
  display: none; }

header #menu_btn {
  width: 60px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  float: right; }

/* トグルボタン */
header #menu_btn .toggle_btn {
  transition: all .5s;
  text-align: center;
  color: #fff;
  user-select: none;
  height: 49px;
  cursor: pointer;
  box-sizing: border-box;
  padding-top: 6px; }

header #menu_btn .toggle_btn div {
  font-size: 12px; }

header #menu_btn .toggle_btn span {
  height: 3px;
  width: 24px;
  background-color: #fff;
  display: block;
  transition: all .5s; }

header #menu_btn .toggle_btn span:nth-child(1) {
  margin: 0px auto; }

header #menu_btn .toggle_btn span:nth-child(2) {
  margin: 4px auto; }

header #menu_btn .toggle_btn span:nth-child(3) {
  margin: 0px auto 4px auto; }

/* サイドメニュー表示時BG */
header #menu_btn #mask {
  display: none;
  transition: all .5s; }

header #menu_btn.menu_open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer; }

/* サイドメニュー */
header #nav_list {
  display: block;
  position: fixed;
  top: 0;
  right: -336px;
  bottom: 0;
  width: 326px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: .5s;
  z-index: 3; }

header .menu_open #nav_list {
  right: 0; }

header #nav_list .nav_logo {
  margin: 18px;
  float: left; }

header #nav_list .nav_logo img {
  width: 85px;
  height: 63px; }

header #nav_list .close_btn {
  width: 63px;
  height: 63px;
  background-color: #000;
  color: #fff;
  text-align: center;
  float: right;
  margin: 18px;
  position: relative;
  user-select: none;
  cursor: pointer; }

header #nav_list .close_btn span {
  height: 5px;
  width: 35px;
  background-color: #fff;
  display: block;
  margin: 0px auto; }

header #nav_list .close_btn span:nth-child(1) {
  -webkit-transform: translateY(20px) rotate(-315deg);
  transform: translateY(20px) rotate(-315deg); }

header #nav_list .close_btn span:nth-child(2) {
  -webkit-transform: translateY(15px) rotate(315deg);
  transform: translateY(15px) rotate(315deg); }

header #nav_list .close_btn div {
  margin-top: 32px;
  font-size: 12px;
  line-height: 15px; }

header #nav_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #999;
  clear: both; }

header #nav_list ul li {
  position: relative;
  margin: 0;
  padding: 0px;
  border-bottom: 1px solid #999; }

header #nav_list ul li a {
  display: block;
  color: #333;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  transition-duration: 0.2s;
  padding: 40px 30px;
  display: relative; }

header #nav_list ul li a::after {
  content: "";
  background-image: url("../img/arrow1.svg");
  display: inline-block;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 40px;
  right: 15px; }

header #nav_list ul li a:hover {
  background: #e4e4e4; }

header #nav_list .buy {
  width: 100%;
  text-align: center;
  margin-top: 20px; }

.bl_navOrder {
  padding: 2em 1em; }

/*--------------------------------------------------
sideCont
---------------------------------------------------*/
/*ボタンについているケースの画像*/
.el_btnImg_product {
  display: block;
  width: 15%;
  text-align: center;
  position: absolute;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .el_btnImg_product {
      max-width: 80px;
      top: -10px;
      left: 4px; } }
  @media screen and (min-width: 768px) {
    .el_btnImg_product {
      max-width: 70px;
      top: -30px;
      left: 4px; } }
  .el_btnImg_product > img {
    width: 100%; }

/*メールの方のラッパー*/
.bl_fixedOrder_btnWrapper {
  /*sideContの中にある画像*/ }
  @media screen and (max-width: 767px) {
    .bl_fixedOrder_btnWrapper {
      display: block;
      width: 70%;
      margin: 0 auto; } }
  @media screen and (min-width: 768px) {
    .bl_fixedOrder_btnWrapper {
      display: block;
      padding: 0.5em 0.5em 1em; } }
  @media screen and (min-width: 768px) {
    .bl_fixedOrder_btnWrapper .el_btnImg_product {
      display: none; } }
  .bl_fixedOrder_btnWrapper .el_btnImg_product > img {
    width: 100%; }

/*--------------------------------------------------
パーツ設定
---------------------------------------------------*/
.el_btn {
  /*a*/
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 12px;
  background: #00ab33;
  background: linear-gradient(180deg, #00ab33 0%, #0dc444 50%, #008828 50%, #14c23d 100%);
  border: solid 2px #21D14B;
  box-shadow: 0px 6px 0px -1px #008828;
  position: relative;
  transition: 0.3s all;
  /*下向き三角形*/
  /*ホバーしたときのアイコン*/
  /*headerにボタン*/
  /*el_btn__header*/
  /*追尾ボックスのボタン*/
  /*submitに三角形ボタン*/
  /*お問合わせの戻るボタン*/ }
  @media screen and (max-width: 767px) {
    .el_btn {
      padding: 0.5em;
      font-size: 1.2em; } }
  @media screen and (min-width: 768px) {
    .el_btn {
      padding: 0.8em 0.5em;
      font-size: 1.5em; } }
  .el_btn::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    border-color: #fffa77 transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 9px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .el_btn:hover {
    box-shadow: 0px 0px 0px 0px rgba(28, 95, 127, 0.6);
    transition: 0.3s all;
    transform: translateY(6px); }
  .el_btn:active {
    box-shadow: 0px 0px 0px 0px rgba(28, 95, 127, 0.6);
    transition: 0.3s all;
    transform: translateY(6px); }
  .el_btn.el_btn__header {
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      .el_btn.el_btn__header {
        font-size: 1.5em;
        line-height: 1.5; } }
    @media screen and (min-width: 768px) {
      .el_btn.el_btn__header {
        font-size: 1.7em;
        line-height: 1.5; } }
    .el_btn.el_btn__header > img {
      display: block;
      margin: 0 auto; }
  .el_btn.el_btn__sideCont {
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      .el_btn.el_btn__sideCont {
        font-size: 1.313em;
        padding: 0.5em; } }
    @media screen and (min-width: 768px) {
      .el_btn.el_btn__sideCont {
        padding: 0.5em;
        font-size: 1.125em;
        line-height: 1.5;
        /*下向き三角形(サイズ変更)*/ }
        .el_btn.el_btn__sideCont::after {
          border-width: 10px 8px 0 8px;
          right: 4px; } }
  .el_btn.el_btn__submit {
    padding: 0.6em;
    font-size: 1.5em;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-style: none;
    cursor: pointer;
    /*もしinputタグを使う場合*/
    /*		background: rgb(63,232,114);
    		background: url("../img/icon-arrow@2x.png"),linear-gradient(90deg, rgba(63,232,114,1) 0%, rgba(40,200,162,1) 100%);
    		background-repeat: no-repeat;
    		background-position: 96%;
    		box-shadow: 0px 3px 16px -6px rgba(28,95,127,0.6);*/ }
    .el_btn.el_btn__submit::after {
      display: block;
      content: "";
      width: 32px;
      height: 32px;
      background-image: url("../img/icon-arrow@2x.png");
      background-size: 40%;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 50%;
      right: 1em;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      transition: 0.3s all; }
    .el_btn.el_btn__submit:hover::after {
      display: block;
      content: "";
      width: 32px;
      height: 32px;
      background-image: url("../img/icon-arrow@2x.png");
      background-size: 40%;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 50%;
      right: 0.5em;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      transition: 0.3s all; }
    .el_btn.el_btn__submit.js-disabled {
      background: #aaa;
      cursor: not-allowed;
      box-shadow: none;
      transition: 0.3s all;
      pointer-events: none; }
      .el_btn.el_btn__submit.js-disabled:hover::after {
        right: 1em; }
  .el_btn.el_btn__back {
    width: 70%;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5em;
    font-size: 1em;
    border: solid 2px #3fe872;
    background: #fff;
    color: #3fe872;
    box-shadow: none;
    cursor: pointer; }

/*--------------------------
追尾固定お問合わせ
---------------------------*/
.ly_fixedOrder {
  position: fixed;
  z-index: 98;
  transition: .3s all; }
  @media screen and (max-width: 767px) {
    .ly_fixedOrder {
      width: 100%;
      display: block;
      bottom: 0;
      left: 0;
      margin: auto;
      background: #fff;
      box-shadow: 0px -6px 15px -12px rgba(0, 0, 0, 0.4); } }
  @media screen and (min-width: 768px) {
    .ly_fixedOrder {
      display: block;
      top: 75%;
      right: 0;
      margin: auto;
      -webkit-transform: translateY(-75%);
      transform: translateY(-75%); } }
  .ly_fixedOrder.hp_none {
    transition: .3s all;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }

/*.scrolled .bl_fixedOrder_Right::before {
	display: block;
	content: "";
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #41c12f;
	position: absolute;
	top: -30px;
	right: -10px;
	z-index: -1;	
}*/
@media screen and (max-width: 767px) {
  .bl_fixedOrder_Right {
    width: 100%;
    padding: 1em 0; } }
@media screen and (min-width: 768px) {
  .bl_fixedOrder_Right {
    width: 230px;
    background-color: #fff;
    border: solid 2px #73B7C1;
    border-radius: 8px 0 0 8px;
    background: #fff;
    transition: .3s all; } }

.el_fixedOrder_Right_text {
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .el_fixedOrder_Right_text {
      display: block;
      margin-bottom: .8em;
      text-align: center;
      font-size: 1em;
      color: #333; } }
  @media screen and (min-width: 768px) {
    .el_fixedOrder_Right_text {
      display: inline-block;
      padding: 0.5em;
      color: #fff;
      background-color: #73B7C1;
      width: 100%;
      font-size: 1em;
      text-align: left;
      border-radius: 4px 0 0 0;
      line-height: 1.5; } }

/*右写真用*/
@media screen and (max-width: 767px) {
  .el_boxPhoto {
    display: none; } }
@media screen and (min-width: 768px) {
  .el_boxPhoto {
    display: block;
    width: 100%;
    max-width: 40px;
    position: absolute;
    top: 35px;
    right: 7px;
    z-index: 0; } }
.el_boxPhoto > img {
  width: 100%; }

.el_fixedOrder_Right_lead {
  /*横の棒*/
  /*横の棒*/ }
  @media screen and (max-width: 767px) {
    .el_fixedOrder_Right_lead {
      display: none; } }
  @media screen and (min-width: 768px) {
    .el_fixedOrder_Right_lead {
      font-size: 1em;
      text-align: center;
      font-weight: 500;
      color: #EFBC92;
      line-height: 1.4;
      margin: 0.5em 0 0.3em;
      font-weight: bold; } }
  .el_fixedOrder_Right_lead::before {
    display: inline-block;
    content: "";
    width: 2px;
    height: 1em;
    background-color: #EFBC92;
    /*#41c12f*/
    vertical-align: middle;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    margin-right: 0.4em; }
  .el_fixedOrder_Right_lead::after {
    display: inline-block;
    content: "";
    width: 2px;
    height: 1em;
    background-color: #EFBC92;
    /*#41c12f*/
    vertical-align: middle;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    margin-left: 0.4em; }

/*電話番号追加の際はこれを*/
/*.bl_rightbody_tel {
	@include mq(pc){
		border-bottom: solid 1px #EFBC92;
	}	
}
.el_rightbody_tel {
	@include mq(sm){
	}
	@include mq(pc){
		width: 90%;
		display: block;
		margin: 0 auto .5em;
	}	
}*/
/*チェックボックス周り*/
/*閉じる*/
label.bl_fixedRight_btn {
  /*label*/ }
  @media screen and (max-width: 767px) {
    label.bl_fixedRight_btn {
      display: none; } }
  @media screen and (min-width: 768px) {
    label.bl_fixedRight_btn {
      position: absolute;
      bottom: -30px;
      right: 12px;
      z-index: 99999; } }

.el_btn_img {
  display: inline-block;
  font-size: 0.875em;
  color: #7e7e7e;
  /*41c12f*/
  width: 90px;
  /*48*/
  /*padding: 8px 10px;*/
  /*background-color: #41c12f;*/
  text-align: right;
  cursor: pointer;
  transition: .3s all;
  opacity: 1;
  visibility: visible; }

.el_btn_closeIcon img {
  display: inline-block;
  width: 18%;
  vertical-align: middle;
  margin-right: .2em; }

/*チェックボックス挙動*/
.bl_fixedRight_checkbox {
  display: none; }

.bl_fixedRight_checkbox:checked ~ .bl_fixedOrder_Right,
.bl_fixedRight_checkbox:checked ~ .el_fixedOrder_Right_text,
.bl_fixedRight_checkbox:checked ~ .bl_fixedRight_btn,
.bl_fixedRight_checkbox:checked ~ .el_btn_img {
  /*
  position: fixed;
  right: -230px;
  transition: .3s all;*/
  visibility: hidden;
  transition: .3s all;
  opacity: 0;
  display: none; }

.el_btn_subTxt {
  display: block;
  font-size: 0.6em; }

.el_btn_icon {
  position: absolute;
  width: 3%;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s all; }

.el_btn_txt {
  display: block;
  margin-top: 0.4em;
  font-weight: bold; }

.el_txt_center,
.el_img_center {
  display: block;
  margin: 0 auto; }

/*label*/
.el_label.el_label__require {
  background: #F1785A;
  font-weight: 900;
  color: #fff;
  font-size: 0.875em;
  padding: 0 0.8em;
  border-radius: 2px;
  margin-left: 0.5em; }

/*--------------------------------------------------
ヘルパークラス
---------------------------------------------------*/
@media screen and (max-width: 767px) {
  .hp_sp_br {
    display: block; } }
@media screen and (min-width: 768px) {
  .hp_sp_br {
    display: none; } }

@media screen and (max-width: 767px) {
  .hp_pc_br {
    display: none; } }
@media screen and (min-width: 768px) {
  .hp_pc_br {
    display: block; } }

.hp_ta-c {
  text-align: center !important; }

.hp_ta-r {
  text-align: right !important; }

.hp_txt_small {
  font-size: 0.8em; }

.hp_txt_xsmall {
  font-size: 0.5em; }

.hp_txt_large {
  font-size: 1.5em; }

.hp_img_tac {
  display: block;
  margin: 0 auto; }

.hp_mt20 {
  margin-top: 20px; }

.hp_txt_orange {
  color: #F1785A; }

.hp_txt_green {
  color: #88C512; }

.hp_txt_red {
  color: #D61160; }

.hp_txt_exBold {
  font-weight: 900; }

.hp_txt_underLine {
  background: linear-gradient(transparent 75%, #FFE564 75%); }

.hp_txt_slant {
  position: relative;
  /*複数行*/ }
  .hp_txt_slant::before {
    display: block;
    content: "";
    width: 1em;
    height: 2px;
    border-radius: 12px;
    background: #000000;
    position: absolute;
    top: 50%;
    left: -1.2em;
    -webkit-transform: translateY(-50%) rotate(70deg);
    transform: translateY(-50%) rotate(70deg); }
  .hp_txt_slant::after {
    display: block;
    content: "";
    width: 1em;
    height: 2px;
    border-radius: 12px;
    background: #000000;
    position: absolute;
    top: 50%;
    right: -1.2em;
    -webkit-transform: translateY(-50%) rotate(-70deg);
    transform: translateY(-50%) rotate(-70deg); }
  .hp_txt_slant.hp_txt_slant__w::before {
    background: #fff; }
  .hp_txt_slant.hp_txt_slant__w::after {
    background: #fff; }
  .hp_txt_slant.hp_txt_slant__multi {
    position: relative;
    font-weight: bold; }
    .hp_txt_slant.hp_txt_slant__multi::before {
      display: block;
      content: "";
      width: 2em;
      height: 2px;
      border-radius: 12px;
      background: #000000;
      position: absolute;
      top: 50%;
      left: -4.2em;
      -webkit-transform: translateY(-50%) rotate(70deg);
      transform: translateY(-50%) rotate(70deg); }
    .hp_txt_slant.hp_txt_slant__multi::after {
      display: block;
      content: "";
      width: 2em;
      height: 2px;
      border-radius: 12px;
      background: #000000;
      position: absolute;
      top: 50%;
      right: -3.2em;
      -webkit-transform: translateY(-50%) rotate(-70deg);
      transform: translateY(-50%) rotate(-70deg); }

.hp_pos_rel {
  position: relative; }

/*文字上に出すドット*/
.hp_txt_dot {
  position: relative; }
  .hp_txt_dot::before {
    display: block;
    content: "";
    width: 0.3em;
    height: 0.3em;
    background: #F1785A;
    border-radius: 50%;
    position: absolute;
    top: -0.1em;
    left: 0;
    right: 0;
    margin: auto; }

.hp_shippori {
  font-family: 'Shippori Mincho', serif; }

.hp_txt_indent {
  text-indent: -1em;
  padding-left: 1em; }

/*@import 'sidecont';*/

/*# sourceMappingURL=style-common.css.map */
