/*----------------------------------------------
common style
----------------------------------------------*/
@charset "UTF-8";
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,
strong,
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body,
a,
input,
textarea {
  font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Verdana, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", sans-serif;
  line-height: 1.7;
  color: #333;
}
.main {
  display: block;
}
img {
  border-style: none;
  vertical-align: bottom;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
a {
  text-decoration: underline;
}
.u-clearfix::before,
.u-clearfix::after {
  display: table;
  content: " ";
}
.u-clearfix::after {
  clear: both;
}
main {
  position: relative;
}
.l-main {
  display: block;
  width: 100%;
  min-width: 320px;
  overflow: visible;
}
.p-main a {
  color: inherit;
  font-size: inherit;
}
.u-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.main-contents {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .u-hiddenSp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .u-hiddenPc {
    display: none !important;
  }
}
.btnLayout {
  position: relative;
  z-index: 0;
  margin-right: auto;
  margin-left: auto;
}
.btnLayout:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #d79292;
  border-radius: 4px;
}
.btnLayout > a {
  display: block;
  position: relative;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}
.btnLayout > a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  border-top: 3px solid;
  border-right: 3px solid;
}
.entryBtn > a {
  color: #fff;
  background-color: #d82525;
}
.entryBtn > a:before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.mTSearchBtn > a {
  color: #d82525;
  background-color: #fff;
  border: 1px solid #d82525;
}
.mTSearchBtn > a:before {
  border-top-color: #d82525;
  border-right-color: #d82525;
}
@media screen and (max-width: 768px) {
  .btnLayout {
    width: 90%;
  }
  .btnLayout:before {
    top: 6px;
    left: 6px;
  }
  .btnLayout > a {
    padding: 22px;
    font-size: 16px;
  }
  .btnLayout > a:before {
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
  }
}
@media screen and (min-width: 769px) {
  .btnLayout {
    width: 585px;
  }
  .btnLayout:before {
    top: 10px;
    left: 10px;
  }
  .btnLayout > a {
    padding: 32px;
    font-size: 22px;
  }
  .btnLayout > a:before {
    width: 14px;
    height: 14px;
    border-top: 3px solid;
    border-right: 3px solid;
  }
}
.l-header {
  width: 100%;
  min-width: 320px;
}
.l-header__pc {
  display: none;
}
.l-header__sp {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f64434), to(#d81c12));
  display: table;
  height: 48px;
  width: 100%;
}
.l-header__spLogo {
  background-color: transparent;
  display: table-cell;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  .l-header {
    border-top: 6px solid #e73820;
    padding: 0 0 3px;
    border-bottom: 1px solid #e0e0dd;
  }
  .l-header__sp {
    display: none;
  }
  .l-header__pc {
    display: block;
    margin: 20px auto 16px;
    max-width: 1160px;
    padding: 0 5px;
  }
  .l-header__pcInfoArea {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-align: right;
    white-space: nowrap;
  }
  .l-header__pcLogo,
  .l-header__pcLogoYoyakuNo1 {
    display: inline-block;
  }
  .l-header__pcLogoYoyakuNo1 {
    margin: 7px 0 0 10px;
    vertical-align: top;
    line-height: 1;
  }
  .l-headerLine__btnWrap {
    display: inline-block;
    white-space: nowrap;
    font-size: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 81px;
    height: 20px;
  }
}
.l-pankuzu {
  padding: 4px 0;
  font-size: 11px;
  line-height: 1;
}
.l-pankuzuList {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 5px;
}
.l-pankuzuList span {
  color: #6c6c6c;
}
.l-pankuzuList a {
  font-size: inherit;
  color: #1470cc;
  text-decoration: none;
}
.l-pankuzuList a:visited {
  color: #802680;
}
.l-pankuzuList>li {
  display: inline;
}
@media screen and (min-width: 769px) {
  .l-pankuzu {
    border-top: 2px solid #efefee;
    margin: 0 auto;
  }
  .l-pankuzuList a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .modal-wrap {
    visibility: hidden;
  }
  .modal-contents {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    padding-top: 60px;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0,0,0,0.8);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .modal-contents:before,
  .modal-contents:after {
    content: '';
    position: absolute;
    top: 27px;
    right: 15px;
    width: 30px;
    height: 3px;
    background-color: #fff;
  }
  .modal-contents:before {
    -webkit-transform: translate(0, 0) rotate(-45deg);
    -ms-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0, 0) rotate(-45deg);
  }
  .modal-contents:after {
    -webkit-transform: translate(0, 0) rotate(45deg);
    -ms-transform: translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg);
  }
  .modal-contents.isActive {
    visibility: visible;
    opacity: 1;
  }
  .modal-list {
    padding: 0 10px 0 20px;
    max-height: 88%;
    overflow-y: scroll;
    color: #29a394;
    background-color: #fff;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    font-size: 15px;
    text-align: left;
  }
  .modal-list::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .modal-list::-webkit-scrollbar:vertical {
    width: 4px;
  }
  .modal-list::-webkit-scrollbar:horizontal {
    height: 4px;
  }
  .modal-list::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #c4c4c4;
  }
  .modal-list > li {
    min-height: 55px;
  }
  .modal-list > li + li {
    border-top: 1px solid #dbe8e8;
  }
  .modal-list > li > a {
    position: relative;
    padding: 16px 30px 16px 0;
    display: block;
    line-height: 1.54;
    text-decoration: none;
  }
  .modal-list > li > a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #29a394;
    border-right: 1px solid #29a394;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  .modal-close-btn {
    padding: 23px 0;
    height: 60px;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-size: 14px;
  }
}
.takeout-message {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.takeout-message:before,
.takeout-message:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.takeout-message:before {
  z-index: 1;
}
.takeout-message:after {
  z-index: 0;
}
.takeout-message-img {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.takeout-message-img img {
  width: 100%;
}
.takeout-message-txt {
  position: relative;
  z-index: 1;
  background-color: rgba(255,255,255,0.84);
  font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', '繝｡繧､繝ｪ繧ｪ', Meiryo, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
}
@media screen and (max-width: 768px) {
  .takeout-message {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: url("../img/kv_sp.jpg");
  }
  .takeout-message:after {
    background-image: url("../img/kv_mask_sp.png");
    background-size: auto 120%;
  }
  .takeout-message-img {
    padding-top: 5%;
    width: 76%;
  }
  .takeout-message-txt {
    padding: 15px;
    line-height: 1.8;
    margin-top: 5%;
    font-size: 13px;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .takeout-message {
    padding-bottom: 220px;
    background-image: url("../img/kv_pc.jpg");
  }
  .takeout-message:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(252,238,106,0)), to(#fcee6a));
    background: -webkit-linear-gradient(rgba(252,238,106,0) 50%, #fcee6a 100%);
    background: linear-gradient(rgba(252,238,106,0) 50%, #fcee6a 100%);
  }
  .takeout-message:after {
    background-image: url("../img/kv_mask_pc.png");
    background-size: 5px auto;
  }
  .takeout-message img {
    width: 100%;
  }
  .takeout-message-img {
    padding-top: 25px;
    width: 380px;
  }
  .takeout-message-txt {
    padding: 20px 0;
    margin: 45px auto 0;
    line-height: 1.7;
    max-width: 1150px;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
  }
}
.area-select {
  position: relative;
  z-index: 1;
  font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', '繝｡繧､繝ｪ繧ｪ', Meiryo, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
  background-color: #fff;
  border-radius: 3px;
}
.area-select-contents {
  background-color: #91d7ce;
}
.headerPageInfo {
  position: relative;
  line-height: 1;
  color: #29a394;
  text-align: center;
  font-weight: bold;
}
.area-select-la-list {
  font-size: 0;
}
.area-select-title {
  display: inline-block;
  font-weight: bold;
}
.area-select-sa-list > li {
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  opacity: 1;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.area-select-sa-list > li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-image: url("../img/area_mask.png");
  background-size: 25px auto;
}
.area-select-sa-list > li > a {
  position: relative;
  display: block;
  border-radius: 5px;
  background-color: #29a394;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .area-select {
    padding-bottom: 50px;
  }
  .area-select-contents {
    position: relative;
    padding-bottom: 45px;
  }
  .area-select-contents:before {
    content: '';
    position: absolute;
    bottom: 15px;
    width: 12px;
    height: 12px;
    left: 50%;
    border-top: 4px solid #29a394;
    border-right: 4px solid #29a394;
    -webkit-transform: translateX(-50%) rotate(135deg);
    -ms-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
  }
  .headerPageInfo {
    padding: 30px 10px;
    font-size: 20px;
  }
  .area-select-move-list {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 0;
    font-weight: bold;
    color: #29a394;
    text-align: center;
  }
  .area-select-move-list > li {
    display: inline-block;
    width: 25%;
    font-size: 13px;
    background-color: #bfe4de;
  }
  .area-select-move-list > li:not(:nth-child(4n + 1)) {
    border-left: 1px solid #fff;
  }
  .area-select-move-list > li:nth-child(n + 5) {
    border-top: 1px solid #fff;
  }
  .area-select-move-list > li > a {
    display: block;
    padding: 18px 0;
    line-height: 1;
    text-decoration: none;
  }
  .area-select-la-list {
    margin-top: 50px;
    padding: 0 15px;
  }
  .area-select-la-list > li + li {
    margin-top: 50px;
  }
  .area-select-title {
    font-size: 18px;
  }
  .area-select-sa-list {
    margin-top: 25px;
  }
  .area-select-sa-list > li {
    width: calc((100% - 20px) / 3);
    font-size: 20px;
  }
  .area-select-sa-list > li:not(:nth-child(3n + 1)) {
    margin-left: 10px;
  }
  .area-select-sa-list > li:nth-child(n + 4) {
    margin-top: 10px;
  }
  .area-select-sa-list > li > a {
    padding: 20px 10px;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  .area-select {
    padding-bottom: 50px;
    margin: -190px auto 0;
    max-width: 1150px;
  }
  .area-select-contents {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .headerPageInfo {
    padding: 26px 20px;
    font-size: 28px;
    pointer-events: none;
  }
  .headerPageInfo:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 16px solid #91d7ce;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
  }
  .area-select-la-list {
    margin: 50px auto 0;
    padding: 0 50px;
  }
  .area-select-la-list > li + li {
    margin-top: 50px;
  }
  .area-select-title {
    font-size: 18px;
  }
  .area-select-sa-list {
    margin-top: 25px;
  }
  .area-select-sa-list > li {
    width: calc((100% - 54px) / 4);
    font-size: 20px;
  }
  .area-select-sa-list > li:not(:nth-child(4n + 1)) {
    margin-left: 18px;
  }
  .area-select-sa-list > li:nth-child(n + 5) {
    margin-top: 18px;
  }
  .area-select-sa-list > li:hover > a {
    background-color: #91d7ce;
    color: #29a394;
  }
  .area-select-sa-list > li > a {
    padding: 20px 10px;
    line-height: 1;
  }
}
.takeout-note {
  position: relative;
  font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', '繝｡繧､繝ｪ繧ｪ', Meiryo, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
}
.takeout-note:before,
.takeout-note:after {
  content: '';
  position: absolute;
}
.takeout-note:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/mask.png");
  background-size: 5px auto;
}
.takeout-note-txt {
  position: relative;
  z-index: 1;
}
.takeout-note-txt > a {
  color: #3b92c8;
  cursor: pointer;
}
.takeout-note-txt > a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .takeout-note {
    padding: 30px 0;
  }
  .takeout-note-txt {
    font-size: 14px;
    padding: 0 5px;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .takeout-note {
    padding: 95px 0 50px;
    margin-top: -45px;
  }
  .takeout-note:before {
    top: -137px;
    left: 0;
    width: 100%;
    height: 137px;
    background-image: url("../img/town_pc.png");
    background-size: auto 100%;
  }
  .takeout-note-txt {
    padding: 0 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1150px;
    line-height: 2;
    font-size: 14px;
    text-align: center;
  }
}
.l-aside {
  position: relative;
  z-index: 5;
}
.l-asideBtn {
  display: inline-block;
  position: fixed;
  bottom: 2%;
  right: 15px;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  visibility: hidden;
}
.l-asideBtn__img {
  width: 48px;
  height: auto;
}
.l-asideBtn.is-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 769px) {
  .l-asideBtn {
    bottom: 40px;
    right: 40px;
  }
  .l-asideBtn__img {
    width: 70px;
    height: auto;
  }
}
@media screen and (max-width: 1199px) {
  .l-asideBtn {
    bottom: 1%;
  }
}
@media screen and (max-width: 320px) {
  .l-asideBtn {
    -webkit-transform: scale(0.76);
    -ms-transform: scale(0.76);
    transform: scale(0.76);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
.l-footer {
  width: 100%;
  min-width: 320px;
  padding-bottom: 26px;
}
.l-footer__sp {
  border-top: 2px solid #999;
}
.l-footer__spLinkBtn {
  list-style: none;
}
.l-footer__spLinkBtn li {
  position: relative;
  border-bottom: 1px solid #cdcdcd;
  line-height: 1;
}
.l-footer__spLinkBtn li::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 9px;
  height: 9px;
  margin-top: -5px;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 3px #808080;
  border-right: solid 3px #808080;
  background-color: transparent;
}
.l-footer__spLinkBtn a {
  font-size: 14px;
  display: block;
  padding: 15px 40px 15px 45px;
  color: #767676;
  text-decoration: none;
}
.l-footer__spLinkTxt {
  border-bottom: 1px solid #ccc;
}
.l-footer__spLinkTxtList {
  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;
  list-style: none;
  margin: 0 auto;
  font-size: 14px;
  height: 40px;
  word-wrap: break-word;
  word-break: break-word;
}
.l-footer__spLinkTxtList > li {
  line-height: 1.5;
  font-size: inherit;
  height: auto;
}
.l-footer__spLinkTxtList > li:not(:last-child) {
  margin-right: 10px;
}
.l-footer__spLinkTxtList > li a {
  color: #3b92c8;
  font-size: inherit;
  text-decoration: none;
  line-height: inherit;
}
.l-footer__copyright {
  display: block;
  padding: 16px 10px;
  font-style: normal;
  font-weight: 400;
}
.l-footer__copyrightRls {
  font-size: 0;
}
.l-footer__copyrightRls,
.l-footer__copyrightRlsTxt {
  display: inline;
  color: #435b67;
  font-family: "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1;
  vertical-align: bottom;
  text-decoration: none;
}
.l-footer__copyrightRlsTxt {
  font-size: 10px;
  padding-left: 10px;
}
.l-footer__copyrightRls > img {
  vertical-align: middle;
  width: 100px;
}
.l-footer__copyrightR {
  color: #435b67;
  display: block;
  font-family: "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  font-size: 10px;
  font-weight: 700;
  padding-top: 10px;
  line-height: 1;
}
.l-footer__pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .l-footer {
    margin: 0 auto;
    max-width: 1150px;
  }
  .l-footer__sp {
    display: none;
  }
  .l-footer__pc {
    display: block;
  }
  .l-footer__pcTxtLinkList {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 14px;
  }
  .l-footer__pcTxtLinkList li {
    margin-right: 0.5em;
    padding-right: 0.5em;
    border-right: solid 1px #999;
    line-height: 1;
    font-size: 10px;
  }
  .l-footer__pcTxtLinkList li:last-child {
    border-right: none;
  }
  .l-footer__pcTxtLinkList a {
    color: #1470cc;
    font-size: 10px;
    line-height: 1;
    text-decoration: none;
  }
  .l-footer__pcTxtLinkList a:hover {
    text-decoration: underline;
  }
  .l-footer__pcTxtLinkList a:visited {
    color: #802680;
  }
  .l-footer__copyright {
    float: left;
    margin-right: 10px;
    text-align: left;
  }
  .l-footer__copyrightRls {
    display: inline-block;
  }
}
span.modLinkText {
    font-size: 15px;
}
