@charset "UTF-8";
/**************************************
	base
***************************************/
/* ---------------------------------------------------------
スタイルリセット
----------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
@import url("font-awesome.min.css");
@import url("icons.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
/* p, */
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
td,
th,
p,
ul,
li,
dt,
dd {
  font-size: 1em;
}

ul li {
  list-style: none;
}

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

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
}

.color-red {
  color: red !important;
  font-weight: bold;
}

.red {
  color: red !important;
}

.font120 {
  font-size: 120%;
}
/* ---------------------------------------------------------
変数
----------------------------------------------------------*/
/*break point
-----------------------*/
/*color
-----------------------*/
/*font family
-----------------------*/
/* ---------------------------------------------------------
mixin
----------------------------------------------------------*/
/*メディアクエリ
-----------------------*/
/*  clearfix
-----------------------*/
/*  font-size
-----------------------*/
/* ---------------------------------------------------------
初期設定
----------------------------------------------------------*/
html {
  color: #000;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: normal;
}

body {
  font-family: "游ゴシック", Meiryo, "メイリオ", Verdana, sans-serif;
}

a {
  text-decoration: none;
  color: #000;
}

/**************************************

common.scss

***************************************/
a:hover,
a:hover div {
  opacity: 0.7;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pc {
  display: inline-block !important;
}
.pc_block {
  display: block !important;
}

.sp {
  display: none !important;
}

.wrapper {
  width: 100%;
  overflow-x: hidden;
}

.layout {
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.btn {
  display: block;
  text-align: center;
  width: 30%;
  margin: 80px auto;
  background-color: #d76592;
  padding: 20px 0;
  color: #fff;
  font-size: 28px;
}

.btn::after {
  content: url(../img/top/icon_allow_right.png);
  float: right;
  right: 15%;
  position: relative;
}

.btn_more {
  width: 150px;
  margin: 10px auto 30px auto;
  padding: 10px 0x 10px 0;
  background-color: #fff;
  border: 1px solid #fe7c7b;
  border-radius: 10px;
  color: #fe7c7b;
  -webkit-box-shadow: 0 3px rgba(208, 77, 76, 0.9);
          box-shadow: 0 3px rgba(208, 77, 76, 0.9);
}

.btn_more::after {
  content: url(../img/top/icon_allow_select.png);
  float: right;
  right: 17%;
  top: 2px;
  position: relative;
}

.w20 {
  width: 20% !important;
}

.w32 {
  width: 32% !important;
}

.w50 {
  width: 50% !important;
}

.wyear {
  width: 20% !important;
}

.wmonth {
  width: 20% !important;
}

.wday {
  width: 20% !important;
}

::-webkit-input-placeholder {
  color: #fab3b3;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #fab3b3;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #fab3b3;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #fab3b3;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fab3b3;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fab3b3;
}

.modal {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 15%;
  left: calc(50% - 315px);
  width: 630px;
  height: 100%;
}

.modalBg {
  background-color: rgba(30, 30, 30, 0.7);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 0;
  position: fixed;
  display: block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.modalWrapper {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  padding: 0px 7px 0px 7px;
  background-color: #fff;
  border-radius: 10px;
}

.modalClose {
  height: 30px;
  text-align: right;
  padding: 10px 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #7c4140;
  font-size: 16px;
  font-weight: bold;
}

.modalClose div {
  font-size: 24px;
  background-color: #fe7c7b;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-left: 5px;
}

.modalContent {
  background-color: #fff;
  padding: 30px;
  border-radius: 3px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.modalContent::-webkit-scrollbar {
  display: none;
}

.modalContent .modal_title {
  color: #171717;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
}

.modalContent .tbl_border {
  border-left: 1px solid #ffbebd;
}

.modalContent .tbl_part {
  margin-bottom: 10px;
}

.modalContent .tbl_part dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-top: 1px solid #ffbebd;
  padding: 1px 0;
}

.modalContent .tbl_part dl dt {
  width: 130px;
  background-color: #fee4e3;
  text-align: center;
  padding: 17px;
  line-height: 26px;
}

.modalContent .tbl_part dl dd {
  width: 100%;
  padding: 15px;
  line-height: 26px;
}

.modalContent .tbl_part dl dd .fb {
  font-weight: bold;
}

.modalContent .tbl_part dl dd p {
  font-size: 15px;
  line-height: 26px;
  margin: 0 0;
}

.modalContent .tbl_part dl dd .telnum {
  font-size: 28px;
  font-weight: bold;
  color: #ff2020;
}

.modalContent .tbl_part .border_bt {
  border-bottom: 1px solid #ffbebd;
}

.modalContent p {
  line-height: 26px;
  font-weight: bold;
}

.modalContent .modal_btn {
  text-align: center;
  margin: 20px 0;
}

.modalContent .btn {
  padding: 10px 70px;
  font-size: 16px;
  font-weight: bold;
}

.modalContent .btn_part{
  display: flex;
  align-items: center;
  justify-content: end;
}
.modalContent .btn_part a{
  background-color: #fee4e3;
  color: #7c4140;
  min-width: 135px;
  border: 1px solid #b05c5b;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 15px;
  margin: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* height: 40px; */
  -webkit-box-shadow: 0 3px rgba(193, 124, 124, 0.9);
  box-shadow: 0 3px rgba(193, 124, 124, 0.9);
}

.option-input {
  display: none;
}

.option-input:checked + label::before {
  height: 40px;
  width: 40px;
  position: absolute;
  content: "✔";
  display: inline-block;
  font-size: 26px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  left: calc(50% - 55px);
  background-color: #ffd9d9;
}

.option-input:checked + label {
  background-color: #ffd9d9 !important;
}

.pc_flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.sp_flex {
  display: none !important;
}

.pc_table {
  display: table !important;
}

.sp_table {
  display: none !important;
}

.w100 {
  width: 100%;
}

.pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0;
}

.pagenavi a {
  width: 45px;
  padding: 15px 5px;
  font-size: 16px;
  border-left: 1px solid #ddd;
  background-color: #fff;
  text-align: center;
  color: #000;
}

.pagenavi span {
  width: 45px;
  padding: 15px 5px;
  font-size: 16px;
  border-left: 1px solid #ddd;
  background-color: #fff;
  text-align: center;
  color: #000;
}

.pagenavi .first {
  border: none;
  border-radius: 10px 0 0 10px;
}

.pagenavi .last {
  border-radius: 0 10px 10px 0;
}

.pagenavi .active {
  background-color: #fe7d7c;
  color: #fff;
}

/******************************
    SP
*******************************/
/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 1200px) {
  .pc {
    display: none !important;
  }
  .pc_block {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .pc_table {
    display: none !important;
  }
  .sp_table {
    display: table !important;
  }
  .pc_flex {
    display: none !important;
  }
  .sp_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .layout {
    width: 94%;
    margin: 0 auto;
  }
  .part img {
    margin: 20px 0 30px 0;
  }
  .btn {
    width: 84%;
    font-size: 24px;
    margin: 30px auto;
  }
  .btn::after {
    float: right;
    right: 15%;
    position: relative;
  }
  .w32 {
    width: 100% !important;
  }
  .w50 {
    width: 100% !important;
  }
  .wyear {
    width: 29% !important;
  }
  .wmonth {
    width: 21% !important;
  }
  .wday {
    width: 21% !important;
  }
  ::-webkit-input-placeholder {
    color: #cccccc;
    opacity: 1;
    /* Firefox */
  }
  :-ms-input-placeholder {
    color: #cccccc;
    opacity: 1;
    /* Firefox */
  }
  ::-ms-input-placeholder {
    color: #cccccc;
    opacity: 1;
    /* Firefox */
  }
  ::placeholder {
    color: #cccccc;
    opacity: 1;
    /* Firefox */
  }
  .modal {
    left: 5%;
    width: 90%;
    height: 100%;
  }
  .modalContent {
    padding: 5px;
  }
  .modalContent .tbl_part dl dt {
    font-size: 12px;
  }
  .modalContent .tbl_part dl dd {
    font-size: 12px;
  }
  .modalContent .tbl_part dl dd p {
    font-size: 13px;
    line-height: 26px;
    overflow-wrap: anywhere;
  }
  .modalContent .tbl_part dl dd .telnum {
    font-size: 19px;
  }
  .modalContent p {
    font-size: 12px;
  }
  .modalContent .btn_part{
    display: block;
  }
  .modalContent .btn_part a{
    margin: 10px;
  }
}

/**************************************
header
***************************************/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
}
.header .header_text {
    font-size: 13px;
}

.header .header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 5px;
}

.header .header_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
	-ms-flex-align: start;
		align-items: flex-start;
}
.header .header_logo a > img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}
.header .header_logo a div img {
    height: 58px;
}

.header .header_logo .header_area {
  text-align: center;
  position: relative;
}

.header .header_logo .header_area .name {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding-left: 4px;
  margin: 0 0 5px;
}

.header .header_logo .header_area .name img {
  display: none;
}

.header .header_logo .header_area .change {
  font-size: 14px;
  font-weight: bold;
  background-color: #337bae;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  width: 50px;
  display: block;
  cursor: pointer;
}

.header .header_logo .header_area .change::after {
  font-family: "FontAwesome" !important;
  content: "\f0d7";
  float: right;
  color: #ffffff;
  font-size: 13px;
  margin-right: 3px;
}

.header .header_logo .header_area .change:hover .sel_bk {
  display: block;
}

.header .header_logo .header_area .change .sel_bk {
  display: none;
  /* background-image: url(../img/top/header_sel_area.png); */
  background-repeat: no-repeat;
  width: 308px;
  /* height: 219px; */
  position: absolute;    
  padding: 15px 0;
  z-index: 1000;
}

.header .header_logo .header_area .change .btop {
  background-color: #fff;
  box-shadow: 0 0 10px 1px #ca8685;
  border: 1px solid #a05d5c;
  color: #000;
  position: relative;
  border-radius: 10px;
}

.header .header_logo .header_area .change .btop.ttop:before {
  position: absolute;
  top: -11px;
  left: 28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 11px 13px;
  border-color: transparent transparent #a05d5c;
}
.header .header_logo .header_area .change .btop:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 40px;
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #c7cdcf transparent;
  display: block;
  width: 0;
}
.header .header_logo .header_area .change .btop.ttop:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 11px 11px 11px;
  border-color: transparent transparent #fff;
}
.header .header_logo .header_area .change .btop:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 47px;
  border-width: 13px 13px 0;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0;
}
.header .header_logo .header_area .change .sel_bk ul {
  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;
      padding: 15px 15px 0px 15px;
}

.header .header_logo .header_area .change .sel_bk ul li {
  width: 48%;
  margin-bottom: 12px;
}

.header .header_logo .header_area .change .sel_bk ul li a {
  display: block;
  text-align: center;
  border: 1px solid #cecbcb;
  background-color: #ddd;
  border-radius: 5px;
  padding: 15px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7e7e7));
  background-image: linear-gradient(to bottom, #ffffff, #e7e7e7);
  -webkit-box-shadow: 0 1px rgba(133, 133, 133, 0.6);
          box-shadow: 0 1px rgba(133, 133, 133, 0.6);
}

.header .header_logo .header_area .change .sel_bk ul li a::after {
  font-family: "icomoon" !important;
  content: "\e99f";
  float: right;
  color: #b3b0ab;
  font-weight: bold;
  padding-right: 10px;
}

.header #header_nav #pnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 10px;
}

.header #header_nav #pnav li {
  width: auto;
}

.header #header_nav #pnav li a {
  color: #2f0afd;
  margin-left: 20px;
}

.header #header_nav #pnav li a .underline {
  text-decoration: underline;
}

.header #header_nav #gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header #header_nav #gnav li {
  width: 200px;
}

.header #header_nav #gnav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fee4e3;
  border: 1px solid #b05c5b;
  color: #7c4140;
  padding: 5px 10px;
  margin: 0 0 0 10px;
  height: 30px;
  border-radius: 5px;
}

.header #header_nav #gnav li a img {
  margin-right: 10px;
}

.header #header_nav_btn {
  display: none;
}

.header .header_nav_heart {
  display: none;
}

/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 1200px) {
  .header .header_logo .header_area .change .btop.ttop:before {
    left: 148px;
  }
  .header .header_logo .header_area .change .btop.ttop:after {
    left: 150px;
  }


  .header_area {
    border-bottom: 1px solid #fee4e3;
  }
  .header {
    height: 60px;
  }
  .header .header_logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(100% - 30px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .header_logo a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .header_logo a img {
    max-width: 40px;
    height: 40px;
    margin-right: 2%;
  }
  .header .header_logo a div p {
    font-size: 3.3vw;
    display: none;
  }
  .header .header_logo a div img {
    max-width: 140px;
    width: 35vw;
  }
  .header .header_logo .header_area {
    border-bottom: none;
  }
  .header .header_logo .header_area .name {
    font-size: 16px;
    border: 1px solid #ffbebd;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    margin-left: 7px;
    color: #7c4140;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0px;
	white-space: nowrap;
  }
  .header .header_logo .header_area .name img {
    width: 8px;
    margin-left: 3px;
    display: block;
  }
  .header .header_logo .header_area .act {
    position: absolute;
    display: block !important;
    padding: 0 !important;
    height: 0px !important;
  }
  .header .header_logo .header_area .act span {
    display: none !important;
  }
  .header .header_logo .header_area .act .sel_bk {
    display: block !important;
  }
  .header .header_logo .header_area .change {
    font-size: 12px;
    width: 38px;
    display: none;
  }
  .header .header_logo .header_area .change ::after {
    content: "";
    display: none;
    height: 0;
  }
  .header .header_logo .header_area .change .sel_bk {
    display: none;
    /* background-image: url(../img/top/header_sel_area_sp.png); */
    background-size: cover;
    background-repeat: no-repeat;
    width: 246px;
    /* height: auto; */
    position: absolute;
    left: -130px;
    z-index: 12;
  }
  .header .header_logo .header_area .change .sel_bk ul {
    padding: 22px 20px 3px 20px;
  }
  .header .header_logo .header_area .change .sel_bk ul li {
    height: 40px;
    margin-bottom: 10px;
  }
  .header .header_logo .header_area .change .sel_bk ul li a {
    padding: 10px 0;
  }
  .header #header_nav {
    width: 100%;
    padding-left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(6, 6, 7, 0.11);
            box-shadow: 0px 3px 3px 0px rgba(6, 6, 7, 0.11);
    display: none;
    position: absolute;
    top: 70px !important;
    left: 0;
    z-index: 998;
    border-bottom: solid 1px #cdcdcd;
  }
  .header #header_nav #pnav {
    display: block;
    text-align: center;
    float: none;
    margin: 0;
  }
  .header #header_nav #pnav li {
    display: block;
    font-size: 100%;
    margin-right: 0;
    width: 100%;
    border-top: solid 1px #eee;
  }
  .header #header_nav #pnav li a {
    font-size: 15px;
    position: relative;
    color: #333;
    display: block;
    font-weight: 700;
    text-decoration: none;
    padding: 20px 0;
  }
  .header #header_nav #pnav li a::after {
    content: "";
    margin-top: -4px;
    top: 48%;
    right: 25px;
    width: 9px;
    height: 9px;
    position: absolute;
    border-top: 2px solid #b0b0b0;
    border-right: 2px solid #b0b0b0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header #header_nav #pnav li a .underline {
    text-decoration: none;
  }
  .header #header_nav #gnav {
    display: block;
    text-align: center;
    float: none;
  }
  .header #header_nav #gnav li {
    display: block;
    font-size: 100%;
    margin-right: 0;
    width: 100%;
    border-top: solid 1px #eee;
  }
  .header #header_nav #gnav li a {
    font-size: 15px;
    position: relative;
    color: #333;
    display: block;
    text-decoration: none;
    border: none;
    background-color: #ffffff;
    height: auto;
    padding: 20px 0;
  }
  .header #header_nav #gnav li a::after {
    content: "";
    margin-top: -4px;
    top: 48%;
    right: 25px;
    width: 9px;
    height: 9px;
    position: absolute;
    border-top: 2px solid #b0b0b0;
    border-right: 2px solid #b0b0b0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .header_nav_heart {
    top: 18px;
    right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    border: none;
    background: none;
    padding: 0;
  }
  .header .header_nav_heart .snum {
    position: absolute;
    background-color: #f93f3f;
    color: #fff;
    font-size: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: -6px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .header_nav_heart img {
    width: 27px;
    margin-bottom: 5px;
  }
  .header .header_nav_heart p {
    width: 100%;
	  margin: 0 0;
    text-align: center;
    font-family: "游ゴシック", Meiryo, "メイリオ", Verdana, sans-serif;
    font-size: 11px;
    line-height: 1;
    height: 16px;
    color: #137AF1;
  }
  .header #header_nav_btn {
    top: 18px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
  }
  .header #header_nav_btn img {
    width: 36px;
    margin-bottom: 5px;
  }
  .header #header_nav_btn p {
    width: 100%;
	  margin: 0 0;
    font-family: "游ゴシック", Meiryo, "メイリオ", Verdana, sans-serif;
    font-size: 11px;
    line-height: 1;
    height: 16px;
    color: #137AF1;
  }
	
}

@media screen and (max-width: 320px) {
  .header .header_logo a img {
    max-width: auto;
    max-height: 56px;
    width: 10vw;
    margin-right: 2%;
  }
  .header .header_logo a div img {
    max-width: auto;
    width: 30vw;
  }
  .header .header_logo .header_area .name {
    font-size: 5vw;
    padding: 5px;
    margin-left: 5px;
  }
  .header .header_logo .header_area img {
    width: 3vw;
  }
}

/**************************************
footer
***************************************/
.footer .page_link_part {
  background-color: #fcdcdc;
}

.footer .page_link {
  text-align: center;
  padding: 100px 0 50px 0;
}

.footer .page_link ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer .page_link ul li {
  padding: 0 5px;
}

.footer .bottom {
  background-color: #fe7c7b;
  text-align: center;
  padding: 20px;
  color: #fff;
}

/******************************
    footer sp
*******************************/
/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 1200px) {
  .footer .page_link_part {
    background-color: #fcdcdc;
  }
  .footer .page_link {
    padding: 30px 0;
  }
  .footer .page_link .pc_flex {
    display: none;
  }
  .footer .page_link .sp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .page_link .sp_flex li {
    margin-bottom: 10px;
    padding: 0 0.4vw;
  }
  .footer .page_link .sp_flex li a {
    font-size: 11px;
  }
}

@media screen and (max-width: 350px) {
  .footer .page_link .sp_flex li a {
    font-size: 3.2vw;
  }
}

.top {
  background-color: #fee4e3;
}

.top .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

.top .search .intext_pt {
  width: 76%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top .search .intext {
  width: 48%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  border-radius: 10px;
/*  -webkit-box-shadow: 2px 1px 10px 5px rgba(221, 160, 160, 0.9);*/
/*          box-shadow: 2px 1px 10px 5px rgba(221, 160, 160, 0.9);*/
}

.top .search .intext .label {
  background-color: #ff7f7e;
  width: 48%;
  color: #fff;
  height: 44px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
}

.top .search .intext .sel {
  display: none !important;
}

.top .search .intext input {
  width: 60%;
  border: none;
  outline: none;
  padding: 10px;
  font-size: 15px;
  border-radius: 10px;
}

.top .search .search_btn {
  background-color: #ff4d4d;
  color: #fff;
  padding: 9px 10px;
  border-radius: 10px;
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top .search .search_btn div p{
  margin: 0;
}

.top .search .search_btn img {
  width: 26px;
  height: auto;
  margin-right: 10px;
}

.top .search .search_btn .sub_title {
  font-size: 18px;
  font-weight: bold;
}

.top .search .search_btn .title {
  font-size: 24px;
  font-weight: bold;
}

.top .search_history {
  width: 50%;
  margin: 0 auto;
}

.top .search_history .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top .search_history .title h1 {
  font-size: 20px;
  font-weight: bold;
}

.top .search_history .title a {
  background-color: #ff7f7e;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 5px;
}

.top .search_history .content {
  width: 100%;
  padding: 10px 0 50px 0;
}

.top .search_history .content .search_item {
  display: flex;
}
.top .search_history .content .search_item i {
  font-size: 24px;
  margin-left: 10px;
  margin-top: 14px;
  cursor: pointer;
}

.top .search_history .content a {
  background-color: #fff;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 20px;
  display: block;
  width: calc(100% - 40px);
}

.top .search_history .content p {
  background-color: #fff;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  padding: 20px;
  display: block;
  width: calc(100% - 40px);
  margin: 0 0 20px 0;
}

.top .search_history .content a::after {
  font-family: "FontAwesome" !important;
  content: "\f078";
  float: right;
  color: #b3b0ab;
  font-size: 14px;
}
.top .search_history .content p::after {
  font-family: "FontAwesome" !important;
  content: "\f078";
  float: right;
  color: #b3b0ab;
  font-size: 14px;
}

.top_search_bk {
/*  background-color: #fff !important;*/
  border-top: 1px solid #fee4e3 !important;
}

.search_part {
  padding: 30px 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.search_part a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45%;
  background-color: #fee4e3;
  border-radius: 5px;
  border: 1px solid #b05c5b;
  padding: 10px 0;
}

.search_part a span {
  font-size: 20px;
  font-weight: bold;
  color: #a05d5c;
}

.search_part a img {
  margin-right: 10px;
}

.page_top_navi {
	border-top: 1px solid #fee4e3 !important;
	background-color: #fff;
	padding: 12px 0;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.4;
}

.shop_pr_text a {
  color: #0000ff;
  text-decoration: underline;
  /* font-weight: bold; */
}

.shop_pr_text p {
  word-break: break-all;
}

.page_top_navi a {
  color: #0000ff;
  text-decoration: underline;
  font-weight: bold;
}

.page_top_navi span {
  color: #0000ff;
  font-weight: bold;
}

.main_bk {
  background-color: #fff !important;
}

.main_bk .main_list ul li a {
  /* background-color: #fff7f7 !important; */
}

.main {
  width: 100%;
}
.main_pink_bk {
  background-color: #ffbebd;
  width: 100%;
}

.main h1 {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: bold;
  padding: 5px 0;
}

.search_result {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search_result > p {
    margin: 0 0;
}
.search_result .result_txt {
  font-size: 18px;
}
.search_result .result_txt span {
  font-size: 18px;
  color: #c2141e;
  font-weight: bold;
}

.main .search_result p .container {
  display: block;
  position: relative;
  padding-left: 30px;
  /*margin-bottom: 12px;*/
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	
}

.main .search_result p .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.main .search_result p .container input:checked ~ .checkmark {
  background-color: #fee4e3;
}

.main .search_result p .container .checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fee4e3;
  border: 1px solid #b05c5b;
  border-radius: 3px;
}

.main .search_result p .container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #b05c5b;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main .search_result p .container:hover input ~ .checkmark {
  background-color: #fee4e3;
}

.main .search_result p .container input:checked ~ .checkmark:after {
  display: block;
}

.main_list {
  padding: 10px 0 30px 0;
/*  margin-left: -25px;*/
/*  width: calc(100% + 25px);*/
	width: 100%;
}

.main_list .noscroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main_list .noscroll > li {
	margin-bottom: 20px;
	padding-left: 0;
	width: 100%;

	background: #fff;
	border: 1px solid #ffbebd;
	border-radius: 10px;
	box-sizing: border-box;
  padding: 10px 8%;
}
.main_part.main_list .noscroll > li {
    /* width: 215px;
    margin-right: 25px; */
}
.main_list .noscroll > li:nth-child(5n) {
	margin-right: 0;
}
.main_part.main_list .noscroll > li:nth-child(5n) {
    margin-right: 25px;
}
.main_part.main_list .noscroll > li:nth-child(4n) {
	margin-right: 0;
}

.main_list ul li {
  margin-bottom: 20px;
  padding-left: 25px;
}

.main_list ul li a {
	/* height: 100%; */
	padding: 10px;
    border-radius: 10px;
    display: block;
    box-sizing: border-box;
  text-decoration: underline;
  color: #00f;
}

.main_list ul li .htitle a{
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  padding: 5px 0;
  margin: 0;
  color: #000;
  text-decoration: none;
}

.main_list ul li .heart_icon {
  display: none;
}

.main_list ul li a img {
  /* width: 100%; */
}

.main_list ul li a p {
  /*color: #000;*/
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3em;
}

.main_list ul li a .title {
  font-weight: bold;
}

.main_list ul li a .title p {
  width: 100%;
  font-weight: bold;
}

.main_list ul li a .price {
  font-size: 16px;
  font-weight: bold;
  color: #dc5553;
}

.main_list ul li .htitle p{
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}
.main_list ul li .lst_info {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.lst_info .title{
  width: 100%;
  color: deeppink;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.lst_info .title p{
  margin: 10px 0;
}
.lst_info figure{
  width: 45%;
}
.lst_info figure img{
  width: 90%;
}
.lst_info .lst_info_box{
  width: 50%;
}
.lst_info_box .lst_item {
  display: flex;
  justify-content: start;
  align-items: baseline;
  font-size: 14px;
  font-weight: bold;
}
.lst_info_box .lst_item::before {
  content: attr(data-bText);
  width: 100px;
  min-width: 100px;
  text-align: center;
  background: #fee4e3;
  padding: 5px;
  margin-right: 10px;
}
.item_content ul.tag_list {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.item_content ul.tag_list > li{
  margin: 0 5px 5px 0;
  border-radius: 5px;
  border: 1px solid #dc5553;
  color: #dc5553;
  text-align: center;
  padding: 5px 10px;
}
.item_content .action_content {
  display: flex;
  flex-wrap: wrap;
}
.item_content .action_content .pr{
  width: 60%;
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.item_content .action_content .pr p{
  width: 100%;
}
.item_content .action_content .pr a.btn-detail{
  padding: 20px;
  width: 200px;
  background: #c24040b3;
  color: white;
  text-align: center;
  border-radius: 5px;
  font-size: 1.2rem;
}
.icon_btn {
  display: flex;
  margin: 10px;
  width: 200px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background: #fee4e3;
  border-radius: 10px;
  border: 1px solid #9d6a69;
  box-shadow: 2px 2px 0 #9d7170;
  color: #9d6a69;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.icon_btn span {
  font-weight: bold;
}
.icon_btn:hover {
  background-color: #ffbebd;
  opacity: 1;
}
.icon_btn img{
  margin-right: 5px;
  height: 32px;
}
.action_content .more_content {
  display: flex;
  flex-wrap: wrap;
}
.img_over {
  background: #333;
  opacity: 0.8;
  padding: 5px;
  position: absolute;
  left: 0;
  top: -12px;
  right: 0;
}
.coupon_list .img_over {
  width:auto;
  top: 0;
}
.img_over span {
  color: #fff;
  opacity: 1;
}
.main_list ul li .lst_info > img {
    height: 150px;
    object-fit: cover;
}

.main_list ul li .lst_info div .lst_info_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}

.main_list ul li .lst_info div .lst_info_item img {
  width: 100%;
  margin: 0;
}

.main_list ul li .lst_info div .lst_info_item .iarea {
  width: 14px;
}

.main_list ul li .lst_info div .lst_info_item .ict {
  width: 16px;
}

.main_list ul li .lst_info div .lst_info_item .imm {
  width: 16px;
}

.main_list ul li .lst_info div .lst_info_item .item-dt {
  margin-left: 10px;
  width: calc(100% - 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main_list ul li .lst_info div .lst_info_item span {
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0;
}

.main_list ul li .lst_info div .lst_info_item .item-dt p {
  width: 100%;
  margin: 0;
}

.main_list ul li .lst_info div .lst_info_item p,
.main_list ul li .lst_info div .lst_info_item .store_name {
  width: calc(100% - 25px);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0;
}
.main_list ul li .lst_info div .lst_info_item p span {
  color: #f35f5c;
  font-weight: bold;
}

.main_list ul li a .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -3%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}

.main_list ul li a .tags li {
  width: 46%;
  margin-left: 3%;
  display: block;
  border: 1px solid #dc5553;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 5px 0;
  text-align: center;
  color: #dc5553;
  font-size: 14px;
  background-color: #fff;
}

.main_list ul li a:hover {
  /* background-color: #ffe5e5!important; */
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main_list ul li a:hover div {
  opacity: inherit;
}

.main_list ul li a:hover .tags li {
  background-color: #fff;
  color: #dc5553;
  opacity: 1;
}

.main_list ul li a .sub_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_list ul li a .sub_part label {
  width: 60px;
  border: 1px solid #7c4140;
  color: #7c4140;
  padding: 5px 0;
  text-align: center;
  margin-right: 10px;
  font-size: 13px;
}

.main_list ul li a .sub_part span {
  font-size: 13px;
}

.main_list ul li a .sub_part .color_red {
  color: #c8373e;
}

.slick-num {
  display: none;
}

.coupon_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.coupon_list ul li {
  /*width: 30%;
  margin-left: 3%;
  margin-bottom: 30px;*/
	width: 215px;
    margin-right: 25px;
    margin-bottom: 20px;
	
	background-color: #fff7f7;
    border: 1px solid #ffbebd;
	border-radius: 10px;
	box-sizing: border-box;
}
.coupon_list ul li:nth-child(4n) {
    margin-right: 0;
}

.coupon_list ul li a {
	padding: 10px;
    height: 100%;
    display: block;
    box-sizing: border-box;
	border-radius: 10px;
}
.coupon_list ul li .lst_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.coupon_list ul li .lst_info > img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.coupon_list ul li .lst_info > div {
    width: 100%;
}
.coupon_list ul li .lst_info .lst_info_item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
}
.coupon_list ul li .lst_info .lst_info_item .iarea {
    width: 14px;
	margin: 0;
}

.coupon_list ul li a p,
.coupon_list ul li a .store_name {
	font-size: 12px;
    font-weight: 600;
    line-height: 1.3em;
    width: calc(100% - 25px);
	margin: 0;
}

.coupon_list ul li a:hover {
  background-color: #ffe5e5;
  opacity: 1;
}

.coupon_list ul li a:hover p {
  /*color: #fff;*/
}

.coupon_list ul li a:hover .sub_part label {
  /*border: 1px solid #fff;
  color: #fff;*/
}

.coupon_list ul li a:hover .sub_part span {
  /*color: #fff;*/
}

.coupon_list ul li a .sub_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.coupon_list ul li a .sub_part label {
  width: 60px;
  border: 1px solid #7c4140;
  color: #7c4140;
  padding: 5px 0;
  text-align: center;
  margin-right: 10px;
  font-size: 13px;
}

.coupon_list ul li a .sub_part span {
  font-size: 13px;
}

.coupon_list ul li a .sub_part .color_red {
  color: #c8373e;
}

#pagetop {
  position: fixed;
  bottom: 56px;
  right: 30px;
  z-index: 1000;
}

#pagetop a {
  display: block;
  width: 70px;
  height: 50px;
  background-color: rgba(194, 64, 64, 0.7);
  color: #fff;
  text-align: center;
  padding: 20px 0 0;
  font-size: 150%;
}

.btn_bt_sns {
  display: none;
}

.main_right .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
}

.main_right .content .main_part {
  width: 72%;
}

.main_right .content .main_part .moreview {
  display: none;
}

.main_right .content .main_part h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.main_right .content .main_part .main_content {
	/*
	font-size: 16px;
	margin-bottom: 30px;
	*/
}

.main_right .content .main_part .tbl_btn_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.main_right .content .main_part .tbl_btn_part.col-2 {
    justify-content: space-evenly;
}

.main_right .content .main_part .tbl_part_w {
  width: 65%;
}

.main_right .content .main_part .tbl_border {
  border-left: 1px solid #ffbebd;
  border-right: 1px solid #ffbebd;
}

.main_right .content .main_part .tbl_part {
  margin-top: 15px;
}

.main_right .content .main_part .tbl_part ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_right .content .main_part .tbl_part ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_right .content .main_part .tbl_part ul li label {
  width: 100px;
  border: 1px solid #7c4140;
  color: #7c4140;
  padding: 5px 0;
  text-align: center;
  margin-right: 10px;
  font-size: 15px;
}

.main_right .content .main_part .tbl_part ul li span {
  font-size: 15px;
}

.main_right .content .main_part .tbl_part dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-top: 1px solid #ffbebd;
  padding: 1px 0;
}

.main_right .content .main_part .tbl_part dl dt {
  width: 100px;
  background-color: #fee4e3;
  text-align: center;
  padding: 7px;
  line-height: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_right .content .main_part .tbl_part dl dd {
  width: 100%;
  padding: 7px;
  line-height: 1.6em;
}
.main_right .content .main_part .tbl_part dl dd span {
    line-height: 1.6em;
    padding-right: 10px;
}
.main_right .content .main_part .tbl_part dl dd p {
    margin: 0 0;
	line-height: 1.6em;
}
.main_right .content .main_part .tbl_part dl dd p.sub_title {
	color: #999999;
	margin-top: 5px;
}
.main_right .content .main_part .tbl_part dl dd p.sub_title:nth-child(1) {
    margin-top: 0;
}

.main_right .content .main_part .tbl_part dl dd a {
  color: #00f;
}

.main_right .content .main_part .tbl_part dl dd a span {
  text-decoration: underline;
}

.main_right .content .main_part .tbl_part .border_bt {
  border-bottom: 1px solid #ffbebd;
}

/* 関連リンク */
.main_right .content .main_part .tbl_part dl ul.link_list {
    flex-direction: column;
}
.main_right .content .main_part .tbl_part dl ul.link_list li {
    margin-bottom: 5px;
}
.main_right .content .main_part .tbl_part dl ul.link_list li:last-child {
    margin-bottom: 0;
}
.main_right .content .main_part .tbl_part dl ul.link_list li a {
    text-decoration: underline;
}
.main_right .content .main_part .tbl_part dl ul.link_list li i {
    color: #fe7c7b;
    margin-right: 0.5rem;
}




.main_right .content .main_part .btn_part_w {
  width: 30%;
}

.main_right .content .main_part .btn_part {
  margin-top: 20px;
}

.main_right .content .main_part .btn_part .btn_view {
  height: 20px;
  font-size: 16px;
}

.main_right .content .main_part .btn_part a {
  background-color: #fee4e3;
  color: #7c4140;
  min-width: 240px;
  border: 1px solid #b05c5b;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 40px;
  -webkit-box-shadow: 0 3px rgba(193, 124, 124, 0.9);
          box-shadow: 0 3px rgba(193, 124, 124, 0.9);
}

.main_right .content .main_part .btn_part a:hover {
  background-color: #ffbebd;
  opacity: 1;
}

.main_right .content .main_part .btn_part a img {
  margin-right: 10px;
}

.main_right .content .main_part .btn_part a p {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0;
}

.main_right .content .main_part .btn_part a .sub_title {
  font-size: 13px;
  font-weight: normal;
  margin-top: 5px;
}

.main_right .content .main_part .btn_part .bk_color {
  background-color: #ffbebd;
}

.main_right .content .main_part .btn_part .icon_phone {
  position: relative;
  min-width: 230px;
}

.main_right .content .main_part .btn_part .icon_phone::before {
  font-family: "FontAwesome" !important;
  content: "\f095";
  font-size: 28px;
  position: absolute;
  left: calc(50% - 105px);
  top: 27%;
  font-weight: normal;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.main_right .content .main_part .shop_img_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
	margin: 20px 0;
	display: none;
}

.main_right .content .main_part .shop_img_list li {
  width: 48%;
}

.main_right .content .main_part .shop_img_list li img {
  width: 100%;
}

.main_right .content .main_part .shop_img {
  /*display: none;*/
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0;
}

.main_right .content .main_part .shop_img li {
  width: 48%;
}

.main_right .content .main_part .shop_img li img {
  width: 100%;
}

.main_right .content .main_part .shop_dt {
  margin-top: 30px;
}

.main_right .content .main_part .shop_dt .shop_detail_pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main_right .content .main_part .shop_dt .shop_detail_pr .shop_detail {
  width: 48%;
}
.main_right .content .main_part .shop_dt .shop_detail_pr .shop_detail_right {
  width: 48%;
}

.main_right .content .main_part .shop_dt .shop_detail_pr .shop_pr > .tbl_part {
	font-size: 1em;
	line-height: 1.8em;
}

.main_right .content .main_part .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px dashed #ffbebd;
}

.main_right .content .main_part .tag_list li {
  width: auto;
  margin-right: 0.6%;
  margin-bottom: 5px;
}

.main_right .content .main_part .tag_list li p {
	border: 1px solid #dc5553;
	border-radius: 5px;
	color: #dc5553;
	padding: 5px 10px;
	text-align: center;
	margin: 0 0;
	font-size: 13px;
}

.main_right .content .main_part .descript_title {
  font-size: 22px;
  font-weight: bold;
  padding-top: 50px;
}

.main_right .content .main_part .descript_content {
  padding: 50px 0;
  line-height: 22px;
}

.main_right .content .main_part .other_info h1 {
  font-size: 20px;
  border-bottom: 1px solid #ffbebd;
  line-height: 36px;
  margin-top: 35px;
}

.main_right .content .main_part .other_info p {
  font-size: 15px;
  line-height: 22px;
}

.main_right .content .main_part .other_info p a {
  color: #00f;
}

.main_right .content .main_part .other_info p a span {
  text-decoration: underline;
}

.main_right .content .main_part .title_bar {
/*  width: 100%;*/
	width: calc(100% - 20px);
  background-color: #fee4e3;
  padding: 4px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
}

.main_right .content .main_part .title_bar img {
  margin-right: 10px;
}
.main_right .content .main_part .mb30 {
  margin-bottom: 30px;
}
.main_right .content .main_part .tbl_part h3 {
  font-weight: bold;
}
.main_right.com_section .content .main_part {
  width: 100%;
}
.main_right .content .main_part .movie_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  margin: 20px 0 50px 0;
  border: 1px solid #ffbebd;
}

.main_right .content .main_part .movie_part .object {
  width: 35%;
}

.main_right .content .main_part .movie_part .object img {
  width: 100%;
}

.main_right .content .main_part .movie_part .movie_content {
  width: 60%;
}

.main_right .content .main_part .movie_part .movie_content h2 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ffbebd;
  margin-bottom: 20px;
  line-height: 26px;
}

.main_right .content .main_part .movie_part .movie_content p {
  font-size: 16px;
  line-height: 24px;
}


.main_right .content .main_part .shop_detail_right .shop_movie .title_i_movie {
	width: 26px;
    height: 21px;
    object-fit: contain;
}
.main_right .content .main_part .shop_dt .shop_detail_pr .shop_movie {}
.main_right .content .main_part .shop_dt .shop_detail_pr .movie_object {
	text-align: center;
	margin-bottom: 15px;
}
.main_right .content .main_part .shop_dt .shop_detail_pr .movie_content {}
.main_right .content .main_part .shop_dt .shop_detail_pr .movie_content h3 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.main_right .content .main_part .shop_dt .shop_detail_pr .movie_content p {
	font-size: 1em;
    line-height: 1.4em;
	margin: 0 0 15px;
}





.main_right .content .main_part .coupon_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0 0;
}

.main_right .content .main_part .coupon_part .object {
  width: 52%;
  position: relative;
}

.main_right .content .main_part .coupon_part .object img {
  width: 100%;
}

.main_right .content .main_part .coupon_part .object div {
  color: #c2141e;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 4vw;
}

.main_right .content .main_part .coupon_part .object p {
  text-align: center;
  margin-top: 10px;
}

.main_right .content .main_part .coupon_part .coupon_content {
  width: 43%;
  margin-left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

.main_right .content .main_part .coupon_part .coupon_content ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main_right .content .main_part .coupon_part .coupon_content ul li {
  line-height: 22px;
  font-weight: bold;
}

.main_right .content .right_part {
  width: 19%;
}
.main_right .content .right_part p {
    margin: 0 0;
}

.main_right .content .right_part iframe {
  width: 90px;
  height: 21px;
  border: none;
  overflow: hidden;
}

.main_right .content .right_part h2 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #ffbebd;
  margin: 30px 0 20px 0;
  line-height: 26px;
}

.main_right .content .right_part h2 span {
  color: #f46362;
  font-size: 20px;
}

.main_right .content .right_part .descript {
  color: #888888;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 22px;
}

.main_right .content .right_part .item {
  margin-bottom: 10px;
  display: block;
  border: 1px solid #ffbebd;
  padding: 10px;
  border-radius: 5px;
}

.main_right .content .right_part .item h3 {
  color: #0000ff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
}

.main_right .content .right_part .item img {
  margin: 10px auto;
  width: 70%;
  height: 8vw;
  max-height: 100px;
  object-fit: cover;
  display: block;
}

.main_right .content .right_part .item .dt {
  background-color: #eee;
  padding: 5px;
}

.main_right .content .right_part .item p {
  color: #313131;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
}

.main_right .content .right_part .btn_link {
  color: #0000ff;
  font-size: 14px;
  text-decoration: underline;
  margin: 10px 0 0 auto;
  display: table;
}

.main_right .content .right_part .concat_content {
  width: 100%;
  border: 1px solid #ffbebd;
}

.main_right .content .right_part .concat_content p {
  font-size: 14px;
  padding: 18px;
  line-height: 24px;
}

.main_right .content .right_part .concat_content p a {
  color: #00f;
  text-decoration: underline;
}

.main_left .search_result {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_left .search_result .result_txt {
  font-size: 18px;
}

.main_left .search_result .result_txt span {
  font-size: 18px;
  color: #c2141e;
  font-weight: bold;
}

.main_left .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}

.main_left .content .left_part {
  width: 19%;
}

.main_left .content .left_part .content {
  display: block;
  margin: 0;
	background: #fff;
}

.main_left .content .left_part .content .side_search_title {
	background-color: #fe7c7b;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	padding: 10px;
}

.main_left .content .left_part .content .container {
  border: 1px solid #ffbebd;
  padding: 2px;
  height: 93vh;
}

.main_left .content .left_part .content .container .list {
  overflow-y: auto;
  height: 300px;
  color: #313131;
  line-height: 26px;
}

.main_left .content .left_part .content .container .list .area {
  font-size: 15px;
  font-weight: bold;
  padding: 0 20px;
  margin-top: 20px;
}

.main_left .content .left_part .content .container .list .line {
  font-size: 15px;
  padding: 0 20px 0 35px;
}

.main_left .content .left_part .content .container .list .station {
  font-size: 15px;
  padding: 0 20px 0 35px;
}

.main_left .content .left_part .content .container .list .part {
  border-radius: 5px;
  padding: 0px 10px;
  font-size: 14px;
  font-weight: bold;
  margin: 5px 3px 0px 3px;
  display: block;
}
.main_left .content .left_part .content .container .list .part:hover {
  background-color: #fef1f1;
}
.main_left .content .left_part .content .container .list .part.active {
  background-color: #fe7c7b;
  color: #fff;
}

.main_left .content .left_part .content .container .list .sub_part {
  font-size: 14px;
  padding: 0 3px 0 15px;
}

.main_left .content .left_part .content .container .list .level2 .sub_part {
  position: relative;
}

.main_left .content .left_part .content .container .list .level2 .sub_part.sub_first_child::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 45px;
  border-left: 1px solid #fe7c7b;
  border-bottom: 1px solid #fe7c7b;
  left: 10px;
  top: -33px;
}

.main_left .content .left_part .content .container .list .level2 .sub_part::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 70px;
  border-left: 1px solid #fe7c7b;
  border-bottom: 1px solid #fe7c7b;
  left: 10px;
  top: -58px;
}

.main_left .content .left_part .content .container .list .sub_part a {
  display: block;
	border-radius: 5px;
  padding: 0px 10px;
}

.main_left .content .left_part .content .container .list .sub_part:hover {
  background-color: #fef1f1;
}
.main_left .content .left_part .content .container .list .sub_part a.active {
  background-color: #fe7c7b;
  color: #fff;
}
.main_left .content .left_part .content .container .list .level3 {
  position: relative;
}
.main_left .content .left_part .content .container .list .level3::before {
  content: '';
  position: absolute;
  width: 0px;
  height: calc(100% + 50px);
  border-left: 1px solid #fe7c7b;
  border-bottom: 1px solid #fe7c7b;
  left: 10px;
  top: -62px;
}
.main_left .content .left_part .content .container .list .level3.sub_child_last::before {
  content: '';
  position: absolute;
  width: 0px;
  border: none;
}
.main_left .content .left_part .content .container .list .level3 .sub_part {
  padding: 0 3px 0 30px;
  position: relative;
}
.main_left .content .left_part .content .container .list .level3 .sub_part.sub_first_child::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 40px;
  border-left: 1px solid #fe7c7b;
  border-bottom: 1px solid #fe7c7b;
  left: 22px;
  top: -28px;
}
.main_left .content .left_part .content .container .list .level3 .sub_part::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 70px;
  border-left: 1px solid #fe7c7b;
  border-bottom: 1px solid #fe7c7b;
  left: 22px;
  top: -58px;
}

.main_left .content .left_part .content .container .list::-webkit-scrollbar {
  width: 10px;
  background: #e8e8e8;
}

.main_left .content .left_part .content .container .list::-webkit-scrollbar-thumb {
  background: #ffbebd;
  width: 10px;
}

.main_right.com_section .content .main_part .tbl_part a {
  background: #fee4e3;
  display: block;
  padding: 10px;
  color: #0037ff;
  text-decoration: underline;
}
/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 1200px) {
  .main_left .content .left_part .content .container {
      height: 22vh;
  }
  .main_right.com_section .content .main_part .tbl_part .border_bt {
    border-bottom: none;
  }
  
  .main_right.com_section .content .main_part .tbl_part a {
    font-size: 13px;
  }
}

.main_left .content .main_part {
  width: 78%;
	padding-top: 0;
}

.main_left .content .tabs_pt {
  width: 100%;
}

.main_left .content .tabs_pt .tab_sel {
  display: none;
}

.main_left .content .tabs_pt .tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 20px;
}

.main_left .content .tabs_pt .tab_list li {
  border-bottom: 1px solid #ffbebd;
  width: 25%;
  text-align: center;
  padding: 15px 10px;
  cursor: pointer;
}

.main_left .content .tabs_pt .tab_list .act {
  border-top: 3px solid #fe7c7b;
  border-left: 1px solid #ffbebd;
  border-right: 1px solid #ffbebd;
  border-bottom: none;
}

.main_left .content .tabs_pt .tag_lt {
  width: 180px;
  padding: 10px;
  text-align: center;
  color: #7c4140;
  border: 1px solid #7c4140;
  font-weight: bold;
  margin: 50px 0 20px 0;
  font-size: 18px;
}

.main_left .content .tabs_pt .cont_ct {
  width: 76%;
  margin: 0 auto;
}

.main_left .content .tabs_pt .cont_ct ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_left .content .tabs_pt .cont_ct ul li {
  width: 33%;
}

.main_left .content .tabs_pt .cont_ct ul li .rect {
  background-color: #fee4e3;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
}

.main_left .content .tabs_pt .cont_ct ul li p {
  text-align: center;
  font-size: 18px;
}

.main_left .content .tabs_pt .cont_ct .btxt {
  font-weight: bold;
  font-size: 16px;
  margin-top: 50px;
  line-height: 22px;
}

.main_left .content .tabs_pt .cont_ct .stxt {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}

.main_left .content .tabs_pt .cont_ct .ntxt {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}

.main_left .content .tabs_pt .cont_ct .bk_txt {
  background-color: #fee4e3;
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
}

.main_left .content .tabs_pt .cont_ct .bk_txt a {
  color: #00f;
  text-decoration: underline;
}

.main_left .content .btn_req {
  background-color: #fee4e3;
  min-width: 240px;
  border: 1px solid #b05c5b;
  border-radius: 10px;
  padding: 20px 20px;
  margin: 40px auto 20px auto;
  display: table;
  -webkit-box-shadow: 0 3px rgba(193, 124, 124, 0.9);
          box-shadow: 0 3px rgba(193, 124, 124, 0.9);
}

.main_left .content .btn_req:hover {
  background-color: #ffbebd;
  opacity: 1;
}

.main_left .content .btn_req .sub_title {
  color: #7c4140;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.main_left .content .des_txt {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  text-align: center;
}

.main_left .content .flow_pt {
  margin-bottom: 80px;
}

.main_left .content .flow_pt .title {
  width: 100%;
  border-bottom: 1px solid #ffbebd;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 30px;
}

.main_left .content .flow_pt .title span {
  font-weight: bold;
}

.main_left .content .flow_pt .step_pt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main_left .content .flow_pt .step_pt li {
  width: 19%;
  padding-right: 3%;
  background-image: url(../img/top/step_bk.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  text-align: center;
  background-position: right;
}

.main_left .content .flow_pt .step_pt li .tag {
  background-color: #fe7c7b;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 15px;
  display: inline-block;
  margin: 15px 0;
}

.main_left .content .flow_pt .step_pt li .step_img {
  width: 100%;
}

.main_left .content .flow_pt .step_pt li .step_img img {
  height: 60px;
  margin: 0 auto;
}

.main_left .content .flow_pt .step_pt li p {
  color: #7c4140;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_left .content .flow_pt .reason_pt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5%;
}

.main_left .content .flow_pt .reason_pt li {
  width: 31%;
  text-align: center;
  background-color: #fff7f7;
  border: 1px solid #ffbebd;
}

.main_left .content .flow_pt .reason_pt li .title {
  color: #7c4140;
  font-size: 26px;
  border: none;
  margin: 30px 0 10px 0;
}

.main_left .content .flow_pt .reason_pt li .reason_img {
  text-align: center;
}

.main_left .content .flow_pt .reason_pt li .reason_img img {
  height: 60px;
  margin-bottom: 10px;
}

.main_left .content .flow_pt .reason_pt li p {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px 30px 20px;
  text-align: left;
}

.main_left .content .flow_pt .reason_pt li .num {
  display: none;
}

.main_left .content .flow_pt .step_desc {
  color: #f35f5c;
  border: 1px solid #fe7c7b;
  text-align: center;
  padding: 10px 0;
  font-size: 24px;
  margin-top: 20px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main_left .content .flow_pt .spec_pt {
  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;
  padding: 0 5%;
  margin-top: 40px;
}

.main_left .content .flow_pt .spec_pt li {
  width: calc(48% - 40px);
  padding: 30px 20px;
  margin-bottom: 30px;
  background-color: #fff7f7;
  border: 1px solid #ffbebd;
  border-left: 3px solid #fe7c7b;
}

.main_left .content .flow_pt .spec_pt li .title {
  margin: 0;
  border: none;
  color: #7c4140;
  font-size: 24px;
  font-weight: bold;
}

.main_left .content .flow_pt .spec_pt li p {
  font-size: 16px;
  line-height: 24px;
}

.main_left .content .staff_top .staff_top_bk {
  width: 80%;
  min-width: 768px;
  margin: 0 auto 20px auto;
  text-align: center;
}

.main_left .content .staff_top .staff_top_bk img {
  width: 100%;
}

.main_left .content .staff_top .staff_top_cont {
  width: 760px;
  margin: 0 auto;
}

.main_left .content .staff_top .staff_top_cont p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_left .content .staff_top .staff_top_cont p img {
  margin-right: 10px;
}

.main_left .content .staff_top .staff_top_cont p span {
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
}

.main_left .content .staff_pt {
  margin-bottom: 80px;
}

.main_left .content .staff_pt .title {
  width: 100%;
  border-bottom: 1px solid #ffbebd;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 30px;
}

.main_left .content .staff_pt .title span {
  font-weight: bold;
}

.main_left .content .staff_pt .buss_pt {
  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;
  padding: 0 5%;
}

.main_left .content .staff_pt .buss_pt li {
  width: calc(48% - 60px);
  background-color: #fff7f7;
  padding: 20px 30px;
  margin-bottom: 30px;
  border-top: 3px solid #fe7c7b;
}

.main_left .content .staff_pt .buss_pt li .title {
  color: #f35f5c;
  font-size: 26px;
  line-height: 34px;
  border-bottom: 1px solid #ffbebd;
  margin: 0;
  text-align: center;
}

.main_left .content .staff_pt .buss_pt li p {
  color: #313131;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
}

.main_left .content .staff_pt .sup_pt {
  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;
}

.main_left .content .staff_pt .sup_pt li {
  width: 48%;
  margin-bottom: 30px;
}

.main_left .content .staff_pt .sup_pt li .dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_left .content .staff_pt .sup_pt li .dt .sup_img {
  width: 110px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff7f7;
  border: 1px solid #ffbebd;
  margin-right: 20px;
}

.main_left .content .staff_pt .sup_pt li .dt .sup_txt {
  width: calc(100% - 130px);
}

.main_left .content .staff_pt .sup_pt li .dt .sup_txt .tit {
  color: #f35f5c;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  border-bottom: 1px solid #f35f5c;
  padding: 5px 0;
}

.main_left .content .staff_pt .sup_pt li .dt .sup_txt .dec {
  font-size: 18px;
  line-height: 32px;
  margin-top: 20px;
}

.main_left .content .staff_pt .fstep {
  width: 90%;
  margin: 0 auto 50px auto;
  text-align: center;
}

.main_left .content .staff_pt .fstep .fitem {
  background-color: #fee4e3;
  position: relative;
  text-align: center;
}

.main_left .content .staff_pt .fstep .fitem .ftag {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 40px;
  background-color: #fe7c7b;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding-top: 10px;
}

.main_left .content .staff_pt .fstep .fitem .tit {
  font-size: 32px;
  color: #7c4140;
  padding: 30px 0 10px 0;
  font-weight: bold;
}

.main_left .content .staff_pt .fstep .fitem .dec {
  color: #313131;
  font-size: 18px;
  padding: 0 0 20px 0;
  line-height: 26px;
}

.main_left .content .staff_pt .fstep img {
  margin: 10px 0;
}

.main_form {
  background-color: #ffbebd;
  padding: 80px 0;
}

.main_form .content {
  background-color: #fff;
  border-radius: 5px;
  padding: 60px 10%;
}

.main_form .content .title_part {
  border: 1px solid #ffbebd;
  border-radius: 5px;
  padding: 15px 20px;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main_form .content .title_part .title{
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}

.main_form .content .title_part span {
  color: #999999;
  font-size: 22px;
}


.main_form .content .title_part + div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2em;
}
.main_form .content .title_part + div .btn_return::after {
	top: 30%;
}


.main_form .content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.main_form .content dl dt {
  width: 240px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fee4e3;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  margin-right: 10px;
}

.main_form .content dl dt label {
  font-size: 16px;
  font-weight: bold;
}

.main_form .content dl dt span {
  font-size: 12px;
  font-weight: bold;
  color: #c3141e;
}

.main_form .content dl dt .any {
  color: #666666;
}

.main_form .content dl dd {
  width: calc(100% - 240px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main_form .content dl dd span {
  padding: 0 10px;
}

.main_form .content dl dd .bk_none {
  background-color: #fff;
  border: none;
}

.main_form .content dl dd div {
  background-color: #fff7f7;
  border: 1px solid #fee4e3;
  border-radius: 5px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_form .content dl dd div input {
  width: calc(100% - 20px);
  border: none;
  height: 50px;
  background-color: #fff7f7;
  padding: 0 10px;
  outline: none;
  font-size: 16px;
  color: #ff8c8c;
}

.main_form .content dl dd div textarea {
  width: calc(100% - 20px);
  height: 350px;
  border: none;
  background-color: #fff7f7;
  outline: none;
  padding: 10px;
  font-size: 16px;
  color: #fab3b3;
}

.main_form .content dl dd div select {
  width: calc(100% - 10px);
  border: none;
  height: 50px;
  background-color: #fff7f7;
  padding: 0 10px;
  outline: none;
  font-size: 16px;
  color: #fab3b3;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../img/top/icon_allow_select.png) no-repeat;
  background-position: 100% center;
}

.main_form .content dl dd div label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff7f7;
  margin-right: 10px;
  height: 50px;
  color: #ff8c8c;
  position: relative;
}

.main_form .content dl dd div label input {
  width: 50px;
  height: 40px;
  background-color: #ffd9d9;
}

.main_form .content dl dd div label span {
  color: #ff8c8c;
}

.main_form .content .descript {
  width: calc(100% - 260px);
  color: #ff8c8c;
  margin-bottom: 10px;
  margin-left: 260px;
}

.main_form .content .btn_next {
  background-color: #ffbebd;
  border: 1px solid #b05c5b;
  -webkit-box-shadow: 0 3px rgba(193, 124, 124, 0.9);
          box-shadow: 0 3px rgba(193, 124, 124, 0.9);
  padding: 10px 0;
  width: 360px;
  display: block;
  border-radius: 5px;
  margin: 50px auto 0 auto;
  position: relative;
}

.main_form .content .btn_next::after {
  font-family: "icomoon" !important;
  content: "\e99f";
  float: right;
  color: #b05c5b;
  font-weight: bold;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 39%;
}

.main_form .content .btn_next p {
  text-align: center;
  color: #7c4140;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
.main_form .content .btn_next .sub_title {
  font-size: 13px;
}


/* 個人情報保護方針 */
.main_form .content .form_kiyaku_title {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin: 2em 0 0;
    padding: 0.5em 0.5em;
    background: #fee4e3;
}
.main_form .content .form_kiyaku_wrap {
    overflow: auto;
    height: 200px;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    padding: 1em 1em;
    background: #fff;
    box-sizing: border-box;
}
.main_form .content .form_kiyaku_wrap .page_text {
    margin-top: 1em;
}
.main_form .content .form_kiyaku_wrap .page_text:nth-child(1) {
    margin-top: 0;
}
.main_form .content .form_kiyaku_wrap h3 {
    font-weight: bold;
    margin: 0 0 0.7em;
}
.main_form .content .form_kiyaku_wrap p {
    margin: 0 0 0.7em;
}
.main_form .content .form_kiyaku_wrap ul {
    margin: 0 0 0.7em;
}
.main_form .content .form_kiyaku_wrap ul li {
	margin: 0 0 0;
    padding-left: 1.18em;
    text-indent: -1.18em;
}
.main_form .content .form_kiyaku_wrap p,
.main_form .content .form_kiyaku_wrap ul li {
    font-size: 1em;
    line-height: 1.5em;
}

.main_form .content .btn_back,
.main_form .content .btn_oubo {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 3px rgb(193 124 124 / 90%);
    box-shadow: 0 3px rgb(185 180 180 / 90%);
    padding: 10px 35px;
    display: block;
    border-radius: 5px;
    /* margin: 50px auto 0 auto; */
    position: absolute;
}
.main_form .content .btn_back {
  left: 10px;
}
.main_form .content .btn_oubo {
  right: 10px;
}

.main_form .content .btn_back::after {
  font-family: "icomoon" !important;
  content: "\e99f";
  /*float: right;*/
  color: #000;
  font-weight: bold;
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 26%;   
transform: rotate(180deg);
}

.main_form .content .btn_return {
    width: 360px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 3px rgb(193 124 124 / 90%);
    box-shadow: 0 3px rgb(185 180 180 / 90%);
    padding: 10px 0;
    display: block;
    border-radius: 5px;
    /* margin: 50px auto 0 auto; */
    position: relative;
}
.main_form .content .btn_return::after {
    font-family: "icomoon" !important;
    content: "\e99f";
    /*float: right;*/
    color: #000;
    font-weight: bold;
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 32%;   
	transform: rotate(180deg);
}
.main_form .content .btn_return p {
	  text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
}
.main_form .content .btn_back p,
.main_form .content .btn_oubo p {
	  text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin: 0;
}
.main_form .content .btn_return.row2 {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.main_form .content .form_btn_col2 {
    justify-content: space-evenly;
    margin-top: 50px;
}
.main_form .content .btn_return + a.btn_next {
    margin: 0 0;
}



/* 確認ページ */
.main_form.confirm .content dl dd div {
    width: calc(100% - 20px);
    border: none;
    height: 50px;
    background-color: #fff7f7;
    padding: 0 10px;
    outline: none;
    font-size: 16px;
    color: #ff8c8c;
    align-items: center;
}

.bt_section .img_list {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-around;
  text-align: center;
}

.bt_section .img_list li {
  width: 16%;
  display: flex;
  align-items: center;
}

.bt_section .img_list li a {
  display: block;
}

.bt_section .img_list li a img{
  width: 100%;
}

.bt_section .bt_bk {
  background-image: url(../img/top/footer_bk.png);
  background-repeat: no-repeat;
  height: 140px;
}

.bt_section .bt_part {
  background-color: #fcdcdc;
  width: 100%;
}

.bt_section .bt_part p{
  margin:0;
}
.bt_section .bt_part .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  padding-top: 50px;
  padding-bottom: 10px;
}

.bt_section .bt_part .title img {
  margin-right: 10px;
  width: 25px;
}

.bt_section .bt_part ul li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}

.bt_section .bt_part ul li a {
  border-right: 1px solid #313131;
  padding-right: 10px;
  font-size: 14px;
  display: block;
}

.bt_section .bt_part ul li .border_none {
  border: 0 !important;
}



@media screen and (max-width: 450px) {
  .main_left .content .staff_pt .sup_pt li .dt .sup_txt .dec {
    font-size: 3.26vw;
    line-height: 18px;
    margin-top: 15px;
  }
}

/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 1200px) {
  .bt_section .img_list {
    /* display: none; */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bt_section .img_list li {
    width: 48%;
    margin-bottom: 10px;
  }
  .bt_section .img_list li a img {
    width: 100%;
  }
  .bt_section .bt_part {
    background-color: #fff;
  }
  .bt_section .bt_part .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bt_section .bt_part .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 44%;
    margin: 20px 0;
    padding: 10px 5px;
    border: 1px solid #fe7c7b;
    background-color: #fef0ef;
    border-radius: 5px;
    font-size: 3vw;
    flex-wrap: wrap;
  }
  .bt_section .bt_part .title img {
    height: 32px;
    margin: 0 40% 10px 40%;
  }
  .bt_section .bt_part ul {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bt_section .bt_part ul li {
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .bt_section .bt_bk {
    display: none;
  }
  .top {
    background-color: #fff;
  }
  .top .search {
    display: block;
    padding: 30px 0;
  }
  .top .search .intext_pt {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top .search .intext {
    width: 100%;
    margin-bottom: 10px;
    height: 50px;
    border: 1px solid #fe7c7b;
    border-radius: 5px;
    -webkit-box-shadow: none;
            box-shadow: none;
    /*box-shadow: 0px 0px 3px 1px rgba(221, 160, 160, 0.9);*/
  }
  .top .search .intext .label {
    height: 50px;
    font-size: 16px;
    display: none !important;
  }
  .top .search .intext input {
    width: 100%;
    font-size: 13px;
  }
  .top .search .intext .iarea {
    width: 18px;
    margin-right: 2px;
    margin-left: 13px;
  }
  .top .search .intext .ikw {
    width: 24px;
    margin-left: 10px;
  }
  .top .search .intext .sel {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    border-radius: 0 5px 5px 0;
    background-color: #fe7c7b;
    width: 100px;
  }
  .top .search .search_btn {
    margin: 15px auto 0 auto;
    width: 100%;
    padding: 10px 0;
    background-color: #fe7c7b;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(208, 77, 76, 0.9);
            box-shadow: 0px 4px 0px 0px rgba(208, 77, 76, 0.9);
  }
  .top .search .search_btn img {
    width: 40px;
  }
  .top .search .search_btn .title {
    font-size: 20px;
  }
  .top .search_history {
    width: 100%;
  }
  .top .search_history .content {
    padding: 10px 0;
  }
  .top .search_history .title a {
    background-color: #fe7c7b;
    font-size: 12px;
  }
  .top .search_history .title h1 {
    font-size: 18px;
  }
  .top .search_history .content .search_item i {
    font-size: 20px;
    margin-left: 0px;
    margin-top: -1px;
  }

  .top .search_history .content a {
    position: relative;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  
  .top .search_history .content p {
    position: relative;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0 20px;
  }
  
  .top .search_history .content p::after {
    content: "";
    float: left;
    font-size: 14px;
    background: url(../img/top/icon_item_right.png) no-repeat;
    background-size: contain;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
  }
  .top .search_history .content a::after {
    content: "";
    float: left;
    font-size: 14px;
    background: url(../img/top/icon_item_right.png) no-repeat;
    background-size: contain;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
  }
  .search_part {
    padding: 10px 0;
  }
  .search_part a {
    width: 46%;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search_part a span {
    width: 100%;
    font-size: 3vw;
    text-align: center;
    padding-top: 5px;
    color: #7c4140;
    font-weight: bold;
  }
  .search_part a img {
    height: 6vw;
  }
  .page_top_navi {
    display: none;
    font-size: 12px;
  }
  .page_top_navi a {
    display: inline-block;
  }
  .page_top_navi span {
    display: inline-block;
  }
  .main_pink_bk {
    background-color: #fee4e3 !important;
  }

  .main_bk .main_list ul li a {
    background-color: #fff !important;
  }
  .main h1 {
    font-size: 16px;
    letter-spacing: -0.2px;
  }
  .main h1 span {
    font-size: 12px;
    padding-right: 10px;
    color: #313131;
  }
  .main .search_result {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	  margin-top: 0;
  }
  .main .search_result p {
    width: 100%;
/*    margin: 10px 0;*/
  }
  .main .search_result p.men {
	  margin-top: 15px;
  }
  .main .main_list {
    margin: 0;
    width: 100%;
  }
  .main .main_list h1 {
    font-size: 18px;
    font-weight: bold;
  }
  .main .main_list > ul li {
    padding: 10px;
  	margin-bottom: 15px;
    width: 100%;
    position: relative;
  }
  .main .main_list ul li .heart_icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
  }
	.main_list .noscroll > li {
		margin-right: 0;
	}	
	.main_part.main_list .noscroll > li {
		width: 100%;
		margin-right: 0px!important;
	}
  .main .main_list ul li a {
    padding: 3px 15px;
  }
  .main_list ul li a:hover {
    background-color: #fff!important;
    opacity: 1;
  }
  .main .main_list ul li a .htitle {
    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;
  }
.main .main_list ul li a .htitle > p {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
  .main .main_list ul li a .htitle div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
/* .main .main_list ul li a .htitle .subtag {
    background-color: #fef0ef;
    font-size: 12px;
    padding: 3px 5px;
  }
 .main .main_list ul li a .htitle img {
    width: 25px;
    margin: 0;
    float: right;
  }*/
  .main .main_list ul li a .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fef0ef;
    padding: 3px 10px;
  }
  .main .main_list ul li a .title img {
    width: 50px;
    margin: 0;
  }
  .main .main_list ul li a .title p {
    width: calc(100% - 60px);
    font-weight: bold;
    line-height: 20px;
	margin: 0 0;
  }
  .main .main_list ul li a .tags {
    margin-left: 0;
  }
  .main .main_list ul li a .tags li {
    width: auto;
    padding: 5px;
    font-size: 10px;
    margin-right: 5px;
    margin-left: 0;
  }
  .main .main_list ul li .lst_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 5px 0 10px;
  }
  .main .main_list ul li .lst_info img {
    /* width: 40%;
    margin: 5px 0 0 0; */
  }
  .main_list ul li .lst_info > img {
    height: 100px;
  }
  .main .main_list ul li .lst_info .lst_info_box {
    /* width: 58%; */
  }
  .main .main_list ul li .lst_info div .lst_info_item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5px;
  }
  .main .main_list ul li .lst_info div .lst_info_item .iarea {
    width: 14px;
  }
  .main .main_list ul li .lst_info div .lst_info_item .ict {
    width: 16px;
  }
  .main .main_list ul li .lst_info div .lst_info_item .imm {
    width: 16px;
  }
  .main .main_list ul li .lst_info div .lst_info_item .item-dt {
    height: auto;
  }
  .main .main_list ul li .lst_info div .lst_info_item p {
    /*width: calc(100% - 25px);*/
	width: 100%;
    font-size: 12px;
  }
  .main .main_list ul li .lst_info div .lst_info_item p span {
    color: #f35f5c;
    font-weight: bold;
  }
  .main_right .content {
    display: block;
    margin-top: 20px;
  }
  .main_right .content .main_part {
    width: 100%;
  }
  .main_right .content .main_part .moreview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    cursor: pointer;
  }
  .main_right .content .main_part .moreview span {
    color: #0000ff;
    font-weight: bold;
  }
  .main_right .content .main_part .moreview img {
    width: 15px;
    margin-left: 10px;
  }
  .main_right .content .main_part .main_content {
    display: none;
  }
  .main_right .content .main_part .shop_img_list {
    display: none;
  }
  .main_right .content .main_part .shop_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .main_right .content .main_part .shop_img li {
    width: 100%;
  }
  .main_right .content .main_part .shop_img li img {
    width: 94%;
  }
  .main_right .content .main_part .shop_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main_right .content .main_part .tbl_btn_part {
    display: block;
  }
  .main_right .content .main_part .tbl_part div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 5px 10px;
  }
	.main_right .content .main_part .tbl_part .lst_info_item {
		flex-wrap: nowrap;
		flex-direction: column;
		padding: 0 7px;
	}
  .main_right .content .main_part .tbl_part div .img1 {
    width: 14px;
    padding: 0 5px;
  }
  .main_right .content .main_part .tbl_part div .img2 {
    width: 20px;
    padding: 0 2px;
  }
  .main_right .content .main_part .tbl_part div .img3 {
    width: 18px;
    padding: 0 3px;
  }
  .main_right .content .main_part .tbl_part div p {
    width: calc(100% - 24px);
    font-size: 13px;
    line-height: 22px;
	margin: 0 0;
  }
  .main_right .content .main_part .tbl_part div p span {
    color: #f35f5c;
    font-weight: bold;
  }
  .main_right .content .main_part .tbl_part_w {
    width: 100%;
  }
  .main_right .content .main_part .btn_part_w {
    width: 100%;
  }
  .main_right .content .main_part .btn_part a {
    background-color: #fef0ef;
    min-width: auto;
  }
  .main_right .content .main_part .btn_part .icon_phone {
    min-width: auto;
    background-color: #fe7c7b;
    border: 1px solid #fe7c7b;
    -webkit-box-shadow: 0 3px rgba(208, 77, 76, 0.9);
            box-shadow: 0 3px rgba(208, 77, 76, 0.9);
  }
  .main_right .content .main_part .btn_part .icon_phone::before {
    content: "\f095";
    font-size: 23px;
    left: calc(50% - 56px);
    color: #fff;
    top: 13px;
  }
  .main_right .content .main_part .btn_part .icon_phone p {
    color: #fff;
  }
  .main_right .content .main_part .btn_part .btn_view {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #fe7c7b;
  }
  .main_right .content .main_part .btn_part .web_do {
    background-color: #fe7c7b;
    border: 1px solid #fe7c7b;
    -webkit-box-shadow: 0 3px rgba(208, 77, 76, 0.9);
            box-shadow: 0 3px rgba(208, 77, 76, 0.9);
    color: #fff;
  }
  .main_right .content .main_part .btn_part .web_do p{
    margin: 0;
  }
  .main_right .content .main_part .btn_part .groupbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main_right .content .main_part .btn_part .groupbtn a {
    width: 100%;
    padding: 6px 0;
  }
  .main_right .content .main_part .btn_part .groupbtn a:nth-child(2) {
    margin-left: 10px;
  }
  .main_right .content .main_part .btn_part .groupbtn .icon_phone {
    background-color: #fef0ef;
    border: 1px solid #fe7c7b;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .main_right .content .main_part .btn_part .groupbtn .icon_phone p {
    color: #7c4140;
    font-size: 16px;
  }
  .main_right .content .main_part .btn_part .groupbtn .icon_phone .sub_title {
    font-size: 11px;
  }
  .main_right .content .main_part .btn_part .groupbtn .icon_phone::before {
    content: "\f095";
    font-size: 23px;
    left: calc(50% - 56px);
    color: #7c4140;
    top: 24%;
  }
  .main_right .content .main_part .btn_part .groupbtn .keep {
    background-color: #fef0ef;
    border: 1px solid #fe7c7b;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .main_right .content .main_part .btn_part .groupbtn .keep p {
    color: #7c4140;
    font-size: 16px;
  }
  .main_right .content .main_part .btn_part .groupbtn .keep img {
    width: 20px;
    margin-right: 5px;
  }
  .main_right .content .main_part .coupon_part {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_right .content .main_part .coupon_part .object {
    /* width: 100%; */
    margin-bottom: 30px;
  }
  .main_right .content .main_part .coupon_part .object div {
    /* top: 9vw; */
  }
  .main_right .content .main_part .coupon_part .object p {
    /* margin-top: -35px;
    font-size: 11px; */
  }
  .main_right .content .main_part .coupon_part .coupon_content {
    width: 100%;
  }
  .main_right .content .main_part .coupon_part .coupon_content ul li {
    font-size: 12px;
  }
  .main_right .content .main_part .shop_dt .shop_detail_pr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_right .content .main_part .shop_dt .shop_detail_pr .shop_detail {
    width: 100%;
  }
 .main_right .content .main_part .shop_dt .shop_detail_pr .shop_detail_right {
    width: 100%;
  }
  .main_right .content .main_part .tag_list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: none;
	padding-bottom: 20px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 0;
  }
  .main_right .content .main_part .tag_list li {
    width: auto;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .main_right .content .main_part .tag_list li p {
    padding: 3px 5px;
    font-size: 11px;
  }
  .main_right .content .main_part .descript_title {
    display: none;
  }
  .main_right .content .main_part .descript_content {
    padding: 20px 0;
  }
  .main_right .content .main_part .movie_part {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: none;
    margin: 20px 0 0 0;
  }
  .main_right .content .main_part .movie_part .object {
    width: 100%;
    margin-bottom: 30px;
  }
  .main_right .content .main_part .movie_part .movie_content {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  .main_right .content .main_part .movie_part .movie_content h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .main_right .content .main_part .movie_part .movie_content p {
    font-size: 13px;
    line-height: 20px;
  }
  .main_right .content .main_part .btn_part {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_right .content .main_part .title_bar {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .main_right .content .main_part .title_bar img {
    height: 25px;
    padding-left: 10px;
  }
  .main_right .content .main_part .other_info {
    display: none;
  }
  .main_right .content .main_part .oinfo dl dt {
    color: #000 !important;
  }
  .main_right .content .main_part .tbl_part {
	margin-bottom: 10px;
    margin-top: 10px;
  }
  .main_right .content .main_part .tbl_part .stitle {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ffbebd;
    line-height: 24px;
    margin: 10px 0;
  }
  .main_right .content .main_part .tbl_part dl {
    border: none;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main_right .content .main_part .tbl_part dl dt {
    width: 110px;
    background-color: #fff;
    color: #f35f5c;
    font-size: 12px;
    padding: 3px 5px;
    line-height: 20px;
    text-align: left;
    font-weight: bold;
  }
  .main_right .content .main_part .tbl_part dl dd {
    font-size: 12px;
    padding: 3px 5px;
    line-height: 20px;
  }
  .main_right .content .main_part .tbl_part dl dd p a {
    float: right;
    font-weight: bold;
  }
  .main_right .content .main_part .tbl_part dl dd p a.line_link {
    float: none;
  }
  .main_right .content .main_part .tbl_part dl dd p a span {
    font-weight: normal;
  }
  .main_right .content .main_part .tbl_part dl dd p span {
    color: #f35f5c;
  }
  .main_right .content .main_part .tbl_part dl dd p .hlink {
    display: inline-block;
    float: none;
  }
  .main_right .content .main_part .tbl_border {
    border: none;
  }
	
	.main_right .content .main_part .shop_dt .shop_detail_pr .movie_object {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.main_right .content .main_part .shop_dt .shop_detail_pr .movie_content {
		flex-direction: column;
		padding: 0 0;
	}
	
	/*  関連リンク */
	.main_right .content .main_part .tbl_border ul.link_list {
		flex-wrap: wrap;
	}
	.main_right .content .main_part .tbl_border ul.link_list li {
/*		width: 50%;*/
		width: 100%;
	}
	.main_right .content .main_part .tbl_border ul.link_list li i {
		color: #fe7c7b;
		margin-right: 0.5rem;
	}
	.main_right .content .main_part .tbl_border ul.link_list li a {
		color: #00f;
		text-decoration: underline;
	}

	
	
  .main_right .content .right_part {
    width: 100%;
    display: none;
  }
  .btn_bt_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    width: 100%;
  }
  .btn_bt_sns a {
    width: 40%;
    padding: 2%;
  }
  .btn_bt_sns a img {
    width: 100%;
  }
  .main_left .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_left .content .left_part {
    width: 100%;
    margin-bottom: 30px;
  }
  .main_left .content .main_part {
    width: 100%;
  }
  .main_left .content .tabs_pt {
    width: 100%;
  }
  .main_left .content .tabs_pt .tab_list {
    display: none;
  }
  .main_left .content .tabs_pt .tag_lt {
    margin: 30px 0 20px 0;
    display: inline-block;
    width: auto;
    font-size: 16px;
    padding: 5px 10px;
  }
  .main_left .content .tabs_pt .tag_lt_sp {
    margin: 0 0 20px 0;
    width: auto;
    border: none;
    position: relative;
    display: block;
    font-size: 18px;
  }
  .main_left .content .tabs_pt .tag_lt_sp::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #7c4140;
    bottom: 0;
    left: calc(50% - 26px);
  }
  .main_left .content .tabs_pt .tab_sel {
    background-color: #fff;
    border: 1px solid #fe7c7b;
    border-radius: 5px;
    width: 80%;
    margin: 0 auto 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main_left .content .tabs_pt .tab_sel select {
    width: calc(100% - 10px);
    border: none;
    height: 50px;
    background-color: #fff;
    padding: 0 10px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/top/icon_allow_seldown.png) no-repeat;
    background-position: 100% center;
  }
  .main_left .content .tabs_pt .cont_ct {
    width: 100%;
    margin: 0 auto;
  }
  .main_left .content .tabs_pt .cont_ct ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_left .content .tabs_pt .cont_ct ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .main_left .content .tabs_pt .cont_ct ul li .rect {
    width: 70px;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .main_left .content .tabs_pt .cont_ct ul li p {
    width: calc(100% - 80px);
    font-size: 15px;
    text-align: left;
  }
  .main_left .content .tabs_pt .cont_ct .bk_txt {
    font-size: 13px;
    background-color: #fef0ef;
  }
  .main_left .content .tabs_pt .cont_ct .btxt {
    margin-top: 20px;
  }
  .main_left .content .tabs_pt .cont_ct .ntxt {
    font-size: 14px;
  }
  .main_left .content .tabs_pt .btn_req {
    background-color: #fe7c7b;
    min-width: 240px;
    width: calc(100% - 40px);
    border: 1px solid #fe7c7b;
    border-radius: 10px;
    padding: 20px 20px;
    margin: 40px auto 20px auto;
    display: table;
    -webkit-box-shadow: 0 3px rgba(208, 77, 76, 0.9);
            box-shadow: 0 3px rgba(208, 77, 76, 0.9);
  }
  .main_left .content .tabs_pt .btn_req p {
    color: #fff;
  }
  .main_left .content .flow_pt {
    position: relative;
    margin-bottom: 40px;
  }
  .main_left .content .flow_pt .btn_req {
    background-color: #fe7c7b;
    min-width: 240px;
    width: calc(100% - 40px);
    border: 1px solid #fe7c7b;
    border-radius: 10px;
    padding: 20px 20px;
    margin: 40px auto 20px auto;
    display: table;
    -webkit-box-shadow: 0 3px rgba(208, 77, 76, 0.9);
            box-shadow: 0 3px rgba(208, 77, 76, 0.9);
  }
  .main_left .content .flow_pt .btn_req p {
    color: #fff;
  }
  .main_left .content .flow_pt .step_pt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .main_left .content .flow_pt .step_pt img {
    margin: 10px auto;
    width: 40px;
  }
  .main_left .content .flow_pt .step_pt li {
    width: 100%;
    padding-right: 3%;
    background-image: none;
    height: auto;
    background-color: #fef0ef;
    text-align: center;
    position: relative;
  }
  .main_left .content .flow_pt .step_pt li .tag {
    font-size: 16px;
    padding: 5px 15px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  .main_left .content .flow_pt .step_pt li .step_img {
    margin-top: 30px;
    height: 40px;
  }
  .main_left .content .flow_pt .step_pt li .step_img img {
    height: 40px;
    margin: 0 auto;
  }
  .main_left .content .flow_pt .step_pt li p {
    font-size: 18px;
    margin-top: 0px;
  }
  .main_left .content .flow_pt .title {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 30px;
    border: none;
    position: relative;
    text-align: center;
    color: #7c4140;
  }
  .main_left .content .flow_pt .title::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 2px;
    background-color: #7c4140;
    bottom: 0;
    left: calc(50% - 36px);
  }
  .main_left .content .flow_pt .step_desc {
    position: absolute;
    top: 486px;
    right: 10px;
    width: 80px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-width: 2px;
    padding-right: 5px;
  }
  .main_left .content .flow_pt .step_desc p {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
  }
  .main_left .content .flow_pt .step_desc p span {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: -5px;
  }
  .main_left .content .flow_pt .reason_pt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .main_left .content .flow_pt .reason_pt li {
    width: 100%;
    margin-bottom: 20px;
  }
  .main_left .content .flow_pt .reason_pt li .title {
    font-size: 18px;
  }
  .main_left .content .flow_pt .reason_pt li .title::after {
    content: "";
    height: 0;
    display: none;
  }
  .main_left .content .flow_pt .reason_pt li .dt {
    position: relative;
  }
  .main_left .content .flow_pt .reason_pt li .dt .num {
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    width: 40px;
    padding: 10px 0;
    background-color: #ffaaa9;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  .main_left .content .flow_pt .reason_pt li p {
    font-size: 14px;
  }
  .main_left .content .flow_pt .spec_pt {
    padding: 0;
  }
  .main_left .content .flow_pt .spec_pt li {
    width: 100%;
  }
  .main_left .content .flow_pt .spec_pt li .title {
    font-size: 18px;
    text-align: left;
  }
  .main_left .content .flow_pt .spec_pt li .title::after {
    content: "";
    height: 0;
    display: none;
  }
  .main_left .content .flow_pt .spec_pt li p {
    font-size: 14px;
  }
  .main_left .content .des_txt {
    font-size: 12px;
    line-height: 24px;
  }
  .main_left .content .staff_top {
    width: 100%;
  }
  .main_left .content .staff_top .staff_top_bk {
    width: 100%;
    min-width: auto;
  }
  .main_left .content .staff_top .staff_top_cont {
    width: 100%;
  }
  .main_left .content .staff_top .staff_top_cont p {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
  }
  .main_left .content .staff_top .staff_top_cont p img {
    width: 20px;
    margin-top: 5px;
  }
  .main_left .content .staff_top .staff_top_cont p span {
    font-size: 16px;
    line-height: 22px;
  }
  .main_left .content .staff_pt {
    margin-bottom: 40px;
  }
  .main_left .content .staff_pt .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .main_left .content .staff_pt .buss_pt li {
    width: 100%;
    padding: 20px 20px;
  }
  .main_left .content .staff_pt .buss_pt li .title {
    font-size: 14px;
    line-height: 22px;
  }
  .main_left .content .staff_pt .buss_pt li p {
    font-size: 12px;
    line-height: 20px;
  }
  .main_left .content .staff_pt .sup_pt li {
    width: 100%;
    margin-bottom: 20px;
  }
  .main_left .content .staff_pt .sup_pt li .dt .sup_img {
    width: 40px;
    height: 40px;
    padding: 5px;
    margin-right: 10px;
    margin-top: 5px;
  }
  .main_left .content .staff_pt .sup_pt li .dt .sup_img img {
    max-width: 30px;
    max-height: 30px;
  }
  .main_left .content .staff_pt .sup_pt li .dt .sup_txt {
    width: calc(100% - 50px);
  }
  .main_left .content .staff_pt .sup_pt li .dt .sup_txt .tit {
    font-size: 17px;
    line-height: 18px;
    padding: 5px 0 5px 0;
  }
  .main_left .content .staff_pt .sup_pt li .dt .sup_txt .dec {
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
  }
  .main_left .content .staff_pt .fstep {
    width: 90%;
  }
  .main_left .content .staff_pt .fstep .fitem .ftag {
    width: 70px;
    height: 20px;
    font-size: 13px;
    padding-top: 6px;
  }
  .main_left .content .staff_pt .fstep .fitem .tit {
    font-size: 16px;
    padding: 40px 0 10px 0;
  }
  .main_left .content .staff_pt .fstep .fitem .dec {
    font-size: 13px;
    padding: 0 10px 20px 10px;
    line-height: 22px;
  }
  .main_left .content .staff_pt .fstep img {
    width: 30px;
  }
  .coupon_list ul li {
    width: 100%;
    margin-right: 0;
  }
  .coupon_list ul li .lst_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 15px;
  }
  .coupon_list ul li .lst_info > img {
    width: 40%;
    /* height: 110px; */
    height: 25vw;
    margin: 5px 0 0 0;
  }
  .coupon_list ul li .lst_info > div {
    width: 58%;
  }
  .coupon_list ul li .lst_info > div.coupon {
    width: 100%;
    display: none !important;
  }

  .coupon_list ul li a .coupon {
    display: flex !important;
}
	
	
	
  .main_form {
    padding: 50px 0;
  }
  .main_form .content {
    padding: 40px 5%;
  }
  .main_form .content .title_part {
    font-size: 16px;
    padding: 15px 0;
    justify-content: center;
  }
  .main_form .content .title_part span {
    font-size: 16px;
  }
  .main_form .content dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .main_form .content dl dt {
    width: 100% !important;
    margin-right: 0;
    padding: 10px;
    margin-bottom: 3px;
  }
  .main_form .content dl dd {
    width: 100%;
  }
  .main_form .content dl dd span {
    padding: 0 5px;
  }
  .main_form .content .descript {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .main_form .content .btn_next {
    width: 100%;
  }
	
  .main_form .content .form_btn_col2 {
    flex-direction: column;
  }
  .main_form .content .form_btn_col2 a {
    width: 100%;
    margin-bottom: 20px;
  }
	
  .main_form .content .btn_oubo {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 3px rgb(193 124 124 / 90%);
    box-shadow: 0 3px rgb(185 180 180 / 90%);
    padding: 10px 0;
    display: block;
    border-radius: 5px;
    position: relative;
    right: 0;
}

	
	
  #pagetop a {
    display: block;
    width: 45px;
    height: 34px;
    background-color: rgba(194, 64, 64, 0.7);
    color: #fff;
    text-align: center;
    padding: 10px 0 0;
    font-size: 150%;
  }
  .slick-num {
    text-align: center;
    display: block;
  }
  .slick-num .inner {
    display: block;
    padding: 5px;
  }

	
}



.row_2 {
  height: 30px;
}
.row_3 {
  height: 45px;
}
.row_4 {
  height: 62px;
}

/*.row_2 p {
	display: -webkit-box;
	 -webkit-box-orient: vertical;
 	-webkit-line-clamp: 2;
 	overflow: hidden;
 	text-overflow: ellipsis;
}
.row_3 p {
	display: -webkit-box;
	 -webkit-box-orient: vertical;
 	-webkit-line-clamp: 3;
 	overflow: hidden;
 	text-overflow: ellipsis;
}*/

/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 1200px) {
	
	
	
}


/* 複数行「...」省略 */
 .clamp1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
  }
  .clamp2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
  }
  .clamp3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
  width: calc(100% - 120px);
  margin: 8px 0;
  }
.rkyujin {
  display: flex!important;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.rkyujin a {
  padding: 0!important;
  margin-right: 20px;
  margin-bottom: 5px;
}
/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 1200px) {
  .rkyujin {
    justify-content: start;
  }
	/* 複数行「...」省略 */
  .sp-clamp1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
  }
  .sp-clamp2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
  }
	.clamp1 {
    margin: 8px 0;
  }
}

.pink { color: #f35f5c; }




/* ----------------------------------------
* detail.html レイアウト変更 2022/02/17 *
---------------------------------------- */
.recruit_detail_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6em;
}
.recruit_detail_top {
    margin: 30px 0 30px 0 ;
	display: flex;
	justify-content: space-around;
	align-content: flex-start;
}
.recruit_detail_top .recruit_detail_image,
.recruit_detail_top .main_content {
    width: 50%;
}
.recruit_detail_top .recruit_detail_image {
	padding-right: 50px;
    box-sizing: border-box;
}
.main_right .content .main_part .recruit_detail_top #shop_img {
    width: 100%;
    display: block;
    margin: 0 0;
}
.main_right .content .main_part .recruit_detail_top #shop_img li {
    padding: 0 40px;
}
.main_right .content .main_part .recruit_detail_top .main_content p {
    font-size: 1em;
    line-height: 1.4em;
}
.main_right .content .main_part .recruit_detail_top .slick-num {
	text-align: center;
    padding: 10px 0;
    display: block;
}
/* 続きを見るボタン */
.recruit_detail_text {
    height: 180px;
	margin: 0 auto 10px;
	overflow-y:hidden;
}
.txt_more {
    width: auto;
	height: auto;
	color: #00f;
    margin: 0 auto 20px;
    display: inline-block;
	cursor: pointer;
	text-decoration: underline;
}

/******************************
    SP
*******************************/
/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 1200px) {
  
  .txt_more_sp {
    position: relative;
    width: auto;
    height: auto;
    color: #00f;
    margin: 0 auto 20px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
  }
  .txt_more_sp::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 3px;
    background-image: url(../img/top/icon_down.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 9px;
    background-size: contain;
  }
  .txt_more_sp.up::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 3px;
    background-image: url(../img/top/icon_up.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 9px;
    background-size: contain;
  }

	.recruit_detail_title {
		font-size: 18px;
		line-height: 1.4em;
	}
	
	.recruit_detail_top {
		margin: 10px 0 30px 0;
	}
	.recruit_detail_top .recruit_detail_image,
	.recruit_detail_top .main_content {
		width: 100%;
	}
	.recruit_detail_top .recruit_detail_image {
		padding-right: 0;
	}

	.main_right .content .main_part .recruit_detail_top .slick-track {
    display: flex;
  }
	.main_right .content .main_part .recruit_detail_top #shop_img li {
		padding: 0 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;    
    margin: auto 0;
    float: none;
	}

}


.shop_img .slick-list {
    padding: 0 20px 20px;
    /*background: #ddd;*/
    box-sizing: border-box;
}
.main_right .content .main_part .shop_img li img {
    width: 100%;
    height: 210px;
    object-fit: contain;
}
/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 1200px) {
	.main_right .content .main_part .shop_img li img {
    width: 100%;
    height: 100%;
    max-height: 80vw;
    object-fit: contain;
	}
	
}

#shop_img .slick-prev,
#shop_img .slick-next {
	width: 20px;
    height: 20px;
}
#shop_img .slick-prev {
	left: 0;
}
#shop_img .slick-next {
	right: 0;
}
#shop_img .slick-prev:before,
#shop_img .slick-next:before {
	width: 20px;
    height: 20px;
	font-family: inherit;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
}
/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 1200px) {
	
}


.main_right .content .main_part .shop_img .slick-dots {
	display: flex;
    justify-content: center;
    align-items: center;
    bottom: -10px;
}
.main_right .content .main_part .shop_img .slick-dots li {
    width: auto!important;
	padding: 0 8px!important;
}
.main_right .content .main_part .shop_img .slick-dots li button:before {
    color: #ddd;
    border: 1px solid #ddd;
    background: #ddd;
}
.main_right .content .main_part .shop_img .slick-dots li.slick-active button:before {
    background-color: #777;
    border: 1px solid #777;
}
/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 1200px) {
	
}



/*
* search 左カラム固定表示 *
*/
.wrapper.sticky_wrap {
    overflow: visible; 
}
.main_left.sticky_left {}
.main_left.sticky_left .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 10px;
	padding-bottom: 10px;
}
.main_left.sticky_left .content .left_part {}
.main_left.sticky_left .content .left_part .content {
	padding-bottom: 0;
    position: sticky;
    position: -webkit-sticky;
    top: 10px;
}
.main_left.sticky_left .content .left_part .content .container .list {
	/*height: auto;
    max-height: 90vh;*/
	height: 100%;
    /*background: #f00;*/
    overflow-y: scroll;
}
/******************************
    SP
*******************************/
/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 1200px) {
	.main_left.sticky_left .content .left_part .content {
		position: static;
	}
	.main_left.sticky_left .content .left_part .content .container .list {
		max-height: 300px;
	}

}



/*
* header　スナック割引クーポンモーダル *
*/
.modal-switch { cursor: pointer; }
.remodal-overlay {
    background: rgb(100 100 100 / 0.8)!important;
}
.remodal.coupon-search { max-width: 770px; }
.coupon-search-body { padding: 5rem; }
.coupon-search-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.coupon-search-list li {
    width: 48%;
    max-width: 280px;
}
.coupon-search-list li a {
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
	color: #7c4140;
    background: #fee4e3;
    border: 1px solid #b05c5b;
    border-bottom: 3px solid #b05c5b;
    border-radius: 5px;
    display: block;
}
.remodal-close.coupon-remodal-close {
    width: auto;
    height: auto;
	padding: 0.5rem;
    color: #2b2e38;
    font-size: 16px;
    font-weight: bold;
    display: flex;
	align-items: center;
}
.remodal-close.coupon-remodal-close:before { content: none; }
.remodal-close.coupon-remodal-close:after {
	content: "\00d7";
    font-size: 22px;
    color: #fff;
    background: #ffbebd;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: inline-block;
    margin-left: 5px;
}
.read_more_sp {
  display: none;
}

/******************************
    SP
*******************************/
@media screen and (max-width: 767px) {
  .header .header_logo a div img {
    height: inherit;
  }
}
@media screen and (max-width: 1200px) {
	.coupon-search-body {
		padding: 4rem 2rem 2rem;
	}
	.coupon-search-list { flex-direction: column; }
	.coupon-search-list li {
		width: 100%;
		max-width: inherit;
		margin-bottom: 1rem;
	}
	.coupon-search-list li:last-child {
		margin-bottom: 0;
	}
  .main_list ul li .lst_info {
    flex-direction: column;
    gap: 1em;
  }
  .lst_info figure {
    order: 1;
    width: 100%;
  }
  .lst_info figure img{
    width: 100%;
  }
  .lst_info .title {
    order: 2;
    display: flex;
    align-items: center;
    color: #000;
    background: #fef0ef;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
  }
  .lst_info .title img{
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .lst_info .lst_info_box {
    order: 3;
    width: 100%;
  }
  .item_content ul.tag_list > li{
    width: auto;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .item_content .action_content .pr{
    width: 100%;
  }
  .item_content .btn_group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
  }
  .item_content .btn_group .icon_btn{
    width: 45%;
    padding: 8px 15px;
    font-size: 14px;
    margin: 5px;
    border-radius: 5px;
  }
  .icon_btn img{
    height: 19px;
  }
  .item_content .btn_group a.btn-detail{
    padding: 10px 5px;
    width: 93%;
    background: #c24040b3;
    color: white;
    font-size: 15px;
    margin: 5px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    /*-webkit-box-shadow: 0 3px rgba(208, 77, 76, 0.9);
        box-shadow: 0 3px rgba(208, 77, 76, 0.9);*/
  }
  .read_more_sp {
    width:100%;
    display:block;
    text-align:center;
    background-color: #ffffff;
  }
  .sp_none {
    display: none !important;
  }
}

.dp_none {
  display: none !important;
}




/* 220304 */
.main_content .recruit_detail_text {}
.main_content .recruit_detail_text > p {
    margin: 0 0;
	font-size: 1em;
    line-height: 1.4em;
}

.main_part .kanren {
    margin-top: 30px;
	
}
.main_part .kanren > div{

	
}
.main_part .kanren > div ul.kanren_list {
	margin-top: 20px;
	line-height: 1.8em;
}

.main_part .kanren > div ul.kanren_list li i {
	color: #fe7c7b;
	margin-right: 0.5rem;
}
.main_part .kanren > div ul.kanren_list li a {
  color: #00f;
  display: inline;
  cursor: pointer;
}

.error {
  font-weight: bold;
  color:#c3141e !important;
}


/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 1200px) {
  .shop_detail_pr .shop_detail .pr1_pt {
    font-size: 1em;
    line-height: 1.8em;
    margin-bottom: 10px;
    max-height: 100px; 
    overflow-y: hidden;

  }
  .shop_detail_pr .shop_detail .btn_more_link {
    position: relative;
    margin: 10px auto;
    color: #0000ff;
    padding-right: 20px;
    display: table;
  }
  .shop_detail_pr .shop_detail .btn_more_link::after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    background-image: url(../img/top/icon_down.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 9px;
    background-size: contain;

  }
  .shop_detail_pr .shop_detail .btn_more_link.active::after {
    content: "";
    position: absolute;
    right: 0;
    top: 2px;
    background-image: url(../img/top/icon_up.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 9px;
    background-size: contain;

  }
}

.disable-shop {
  margin: 40px 0;
}
.disable-shop div.layout{
  background: #eee;
  padding: 1px 0;
}
.disable-shop p{
  font-size: 24px;
  text-align: center;
  color: red;
  font-weight: bold;
}


.flex_link {
  display: flex;
  flex-wrap: wrap;
  background-color: #fee4e3;
  padding: 20px 20px 10px 20px;
}
.flex_link a {
  display: inline-block;
  margin: 0 15px 15px 0;
  font-size: 13px;
  color: #00f;
  text-decoration: underline;
}
.btn_top_link {
  display: table;
  background-color: #fee4e3;
  width: 50%;
  padding: 15px;
  color: #00f;
  text-decoration: underline;
  margin: 30px auto 0 auto;
  text-align: center;
  font-size: 16px;
}

.mt20 {
  margin-top: 20px;
}