/*----------------------------------------------
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;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #333;
}
.main {
  display: block;
}
main {
  background-color: #fff9f2;
}
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;
}
@media screen and (max-width: 768px) {
  main {
    background-color: #fff;
  }
}
.c-section.message {
  margin-top: 50px;
  padding: 0 20px;
}
.c-section.note {
  margin-top: 50px;
  padding: 0 20px;
}
.c-section.area-select {
  margin-top: 50px;
}
.c-inner {
  max-width: 950px;
  margin: 0 auto;
}
.c-section.message .c-inner {
  position: relative;
}
.c-section.note .c-inner {
  padding: 25px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .c-section.message {
    margin-top: 0;
    padding: 0;
    background-color: #fff9f2;
  }
  .c-section.message .c-inner {
    padding: 25px 20px 35px;
  }
  .c-section.note {
    margin-top: 0;
    padding: 0;
    background-color: #fff9f2;
  }
  .c-section.note .c-inner {
    position: relative;
    z-index: 1;
    margin: 0 20px;
    padding: 20px 12px;
    border-radius: 0;
  }
  .c-section.area-select {
    margin-top: 0;
  }
}
.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: 960px;
    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 (min-width: 769px) {
  .kv {
    height: 350px;
    position: relative;
    overflow: hidden;
  }
  .kv .heading {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .kv .heading > img {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    height: auto;
  }
  .kv .heading {
    width: 100%;
  }
  .kv .heading > img {
    width: 100%;
  }
}
.c-section.message {
  position: relative;
  text-align: center;
  font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #382a2a;
}
.c-section.message .heading {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
}
.c-section.message .text-area {
  margin-top: 50px;
  opacity: 0.8;
}
.c-section.message .text-area .text {
  font-size: 14px;
  line-height: 2;
}
.c-section.message .text-area .text + .text {
  margin-top: 30px;
}
.c-section.message .measures-thumbnail {
  position: absolute;
  width: 230px;
  height: 230px;
}
.c-section.message .measures-thumbnail.img01 {
  top: 110px;
  left: 0;
}
.c-section.message .measures-thumbnail.img02 {
  top: 60px;
  right: 0;
}
.c-section.message .measures-thumbnail > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 950px) and (min-width: 769px) {
  .c-section.message .measures-thumbnail {
    width: 200px;
    height: 200px;
  }
  .c-section.message .measures-thumbnail.img01 {
    top: 38px;
  }
  .c-section.message .measures-thumbnail.img02 {
    top: 38px;
  }
}
@media screen and (max-width: 768px) {
  .c-section.message .heading {
    font-size: 16px;
    line-height: 1.3;
  }
  .c-section.message .text-area {
    margin-top: 25px;
    opacity: 1;
  }
  .c-section.message .text-area .text {
    font-size: 14px;
    line-height: 1.6;
  }
  .c-section.message .text-area .text + .text {
    margin-top: 25px;
  }
}
.area-select {
  position: relative;
  z-index: 1;
  font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.area-select-contents {
  background-color: #ffcdc5;
}
.headerPageInfo {
  position: relative;
  line-height: 1.4;
  color: #a61e0c;
  text-align: center;
  font-weight: bold;
}
.area-select-la-list {
  font-size: 0;
}
.area-select-title {
  display: inline-block;
  color: #604e4e;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
.area-select-sa-list > li {
  position: relative;
  display: inline-block;
  text-align: center;
  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-size: 25px auto;
  background-color: #ecaeae;
}
.area-select-sa-list > li > a {
  position: relative;
  display: block;
  border-radius: 5px;
  background-color: #e75050;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (max-width: 768px) {
  .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 #a61e0c;
    border-right: 4px solid #a61e0c;
    -webkit-transform: translateX(-50%) rotate(135deg);
    -ms-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
  }
  .headerPageInfo {
    padding: 27px 10px;
    font-size: 20px;
    line-height: 1.3;
  }
  .area-select-move-list {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .area-select-move-list > li {
    display: inline-block;
    width: 25%;
    font-size: 13px;
    background-color: #e75050;
  }
  .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;
    font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  }
  .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;
    font-weight: bold;
  }
  .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;
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) {
  .area-select-contents {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .headerPageInfo {
    padding: 19px 20px;
    font-size: 30px;
    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 #ffcdc5;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
  }
  .area-select-la-list {
    margin-bottom: 60px;
    padding: 50px;
    background-color: #fff;
  }
  .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: #fc9a9a;
    color: #e75050;
  }
  .area-select-sa-list > li > a {
    padding: 20px 10px;
    line-height: 1;
  }
}
.c-section.note {
  color: #969696;
}
.c-section.note .heading {
  font-size: 16px;
  line-height: 1.4;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
.c-section.note .text-area {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.4;
}
.c-section.note .text-area .text {
  position: relative;
  padding-left: 12px;
}
.c-section.note .text-area .text:before {
  content: '・';
  position: absolute;
  color: #969696;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-section.note {
    color: #666;
  }
  .c-section.note .heading {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
  }
  .c-section.note .text-area {
    margin-top: 10px;
    font-size: 10px;
  }
  .c-section.note .text-area .text:before {
    color: #666;
  }
  .c-section.note .text-area .text + .text {
    margin-top: 20px;
  }
  .c-section.note .message-thumbnail {
    margin-top: -60px;
    width: 100%;
  }
  .c-section.note .message-thumbnail .message-thumbnail-inner {
    width: 100%;
  }
  .c-section.note .message-thumbnail .message-thumbnail-inner > img {
    width: 100%;
    height: auto;
  }
}
.l-snsShare {
  width: 100%;
  min-width: 320px;
  padding: 26px 0;
  text-align: center;
  background-color: #fff;
}
.l-snsShareList {
  font-size: 0;
  line-height: 1;
  list-style: none;
  text-align: center;
}
.l-snsShareList > li {
  display: inline-block;
  margin-left: 16px;
}
.l-snsShareList > li a {
  display: inline-block;
}
.l-snsShareList > li img {
  display: inline-block;
  width: 32px;
  height: auto;
}
.l-snsShareList > li:first-child {
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .l-snsShareList > li {
    margin-left: 40px;
  }
  .l-snsShareList > li img {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-snsShare {
    margin-top: 100px;
    padding: 0 0 45px;
    border-bottom: solid 2px #ccc;
  }
}
.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: 950px;
  }
  .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;
  }
}
