@charset "UTF-8";
/*----------------------------------------
 全体
----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*----------------------------------------
 Reset
----------------------------------------*/
html {
  font-size: 62.5%;
  /* 10px */
}

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 {
  border: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

ul,
li {
  list-style-type: none;
}

html,
body {
  height: 100%;
}

body {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 300;
  color: #333;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  word-break: break-all;
  min-height: 100vh;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  background-color: #fff;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:link {
  color: #194980;
  text-decoration: none;
}

a:hover {
  color: #9f1718;
}

a:visited {
  color: #194980;
}

img {
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

a img:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

div,
a,
p,
img {
  min-height: 0%;
  /* IE11設定 */
}

.oC {
  color: #202103;
  right: 0;
  opacity: 0;
  sdbar-color: orange;
  sdbar-width: auto;
  overflow-x: auto;
  vertical-align: top;
  empty-cells: hide;
  resize: both;
}

/*----------------------------------------
 main
----------------------------------------*/
main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
}

main.index {
  padding: 0 0 0 0;
}

/*----------------------------------------
 section
----------------------------------------*/
section {
  width: 100%;
}

/*----------------------------------------
 page
----------------------------------------*/
.page {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page_inner {
  width: 100%;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*----------------------------------------
 headline
----------------------------------------*/
.page h3 {
  font-size: 2.5rem;
  font-weight: normal;
  display: inline-block;
  margin: 0 0;
  padding: 0 0;
  width: 100%;
  letter-spacing: 1px;
}

.page h4 {
  font-size: 1.7rem;
  font-weight: normal;
  display: inline-block;
  margin: 0 0;
  padding: 0 0;
  width: 100%;
}

.page h5 {
  font-size: 1.4rem;
  font-weight: normal;
  display: inline-block;
  margin: 0 0;
  padding: 0 0;
  width: 100%;
}

.page p {
  font-size: 1.3rem;
  font-weight: normal;
}

sup.top {
  font-size: 50%;
  vertical-align: top;
}

sup.bottom {
  font-size: 50%;
  vertical-align: bottom;
}

.cap {
  width: 100%;
  position: relative;
  top: -20px;
  left: 0;
  font-size: 1rem !important;
  line-height: 1 !important;
  margin-bottom: -20px;
  padding: 0 5px;
  letter-spacing: 0 !important;
}

.cap2 {
  width: 100%;
  font-size: 1rem !important;
  color: #000;
  letter-spacing: 0 !important;
}

/*----------------------------------------
 title
----------------------------------------*/
.main_title {
  width: 100%;
  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;
  position: relative;
  margin: 0 0 40px 0;
  background-color: #833748;
  color: #fff;
  padding: 20px 0;
}

.main_title:before {
  content: "";
  display: block;
  padding-top: 20.35%;
}

.main_title2 {
  padding: 0;
}

.main_title h2 {
  font-size: 4rem;
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 20px;
  margin: 0;
}

.main_title h2 span {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 0px;
  display: block;
}

/*----------------------------------------
 figure
----------------------------------------*/
figure {
  position: relative;
  display: block;
  width: 100%;
}

figure figcaption.fig_center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*----------------------------------------
 top
----------------------------------------*/
h2.top_title {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 1px;
  color: #000;
}

.top_concept {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f3f3ef;
}

.top_concept_title {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 10px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(60%, rgb(243, 243, 239)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(243, 243, 239) 60%);
}

.top_concept_cap {
  width: 100%;
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  top: -14px;
  margin-bottom: -14px;
}

.top_concept_cap span {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  width: auto;
  display: inline-block;
  padding: 5px 30px;
}

.top_concept_text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  top: 60px;
  margin-top: -60px;
  z-index: 10;
}

.top_concept_text p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 4px;
  color: #008c9d;
}

.top_concept_text p span {
  display: block;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 2px;
  margin-top: 60px;
}

.top_concept_box_01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0 80px 0;
  position: relative;
}

.top_concept_box_01 div.top_concept_box_01_img {
  width: 40%;
  overflow: hidden;
}

.top_concept_box_01 h3 {
  width: 100%;
  font-size: 20rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  text-align: center;
  margin: 0 0;
  padding: 0 0;
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleX(0.7);
          transform: translate(-50%, -50%) scaleX(0.7);
}

.top_concept_box_02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 0 0 80px 0;
}

.top_concept_box_02 div.top_concept_box_02_img {
  width: 100%;
  overflow: hidden;
}

.top_concept_box_02 div.top_concept_box_02_img img {
  width: 90%;
}

.top_concept_box_02 div.top_concept_box_02_shape {
  width: 30%;
  height: 100%;
  position: relative;
  top: 100px;
  margin-top: -100px;
  z-index: 1;
}

.top_concept_box_02 div.top_concept_box_02_shape:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  background: rgba(0, 120, 145, 0.7);
}

.top_concept_box_03 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 80px 0;
}

.top_concept_box_03 div.top_concept_box_03_img {
  width: 50%;
  overflow: hidden;
}

.top_concept_box_04 {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 80px 0;
}

.top_concept_box_04 div.top_concept_box_04_img_01 {
  width: 70%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.top_concept_box_04 div.top_concept_box_04_img_02 {
  width: 70%;
  position: relative;
  z-index: 1;
  margin: 0 0 0 25%;
  top: -200px;
  margin-bottom: -200px;
  overflow: hidden;
}

.top_concept_box_05 {
  width: 96%;
  height: 100vh;
  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;
  background-color: #008c9d;
  margin: 80px 0;
}

.top_concept_box_05 div.top_concept_box_05_img {
  width: 40%;
  overflow: hidden;
}

.top_concept_box_06 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 80px 0;
}

.top_concept_box_06_img {
  width: 100%;
  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;
}

.top_concept_box_06 div.top_concept_box_06_img_01 {
  width: 25%;
  margin: 0 10%;
}

.top_concept_box_06 div.top_concept_box_06_img_02 {
  width: 20%;
  margin: 0 10%;
}

.top_concept_box_06 div.top_concept_box_06_img_03 {
  width: 20%;
  margin: 0 10%;
}

.top_concept_box_06 div.top_concept_box_06_img_04 {
  width: 30%;
  margin: 0 10%;
}

.top_concept_box_06_text {
  width: 60%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}

.top_concept_box_06_text div {
  width: 40%;
  margin: 0 0 80px 0;
}

.top_concept_box_06_text p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5rem;
  line-height: 3;
  font-weight: 500;
  letter-spacing: 4px;
  text-align: center;
}

.top_concept_box_07 {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 80px 0;
}

.top_concept_box_07 div.top_concept_box_07_img_01 {
  width: 70%;
  position: relative;
  z-index: 1;
}

.top_concept_box_07 div.top_concept_box_07_img_02 {
  width: 70%;
  margin-left: 30%;
}

.top_concept_box_07 div.top_concept_box_07_img_03 {
  width: 45%;
  position: relative;
  top: -150px;
  margin-bottom: -150px;
}

.top_concept_box_08 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 80px 0;
}

.top_concept_box_09 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 80px 0;
}

.top_concept_box_09 div.top_concept_box_09_img {
  width: 60%;
}

/*----------------------------------------
 interview
----------------------------------------*/
#interview .mainImage {
  display: none;
}

/*----------------------------------------
 interview
----------------------------------------*/
#galleryPage .nav-list {
  list-style: none;
}

#galleryPage nav {
  background-color: transparent !important;
}

/*----------------------------------------
 quality
----------------------------------------*/
#housingPage {
  padding-top: 80px !important;
}

/*----------------------------------------
 outline
----------------------------------------*/
.outline_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 40px 0 80px 0;
}

.outline_box h3 {
  text-align: center;
}

.outline_box table {
  width: 80%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 40px 0 80px 0;
  border-bottom: 1px solid #833748;
}

.outline_box table th {
  padding: 2rem;
  border: #833748 solid;
  border-width: 1px 0 0 0;
  color: #833748;
  font-size: 1.7rem;
  letter-spacing: 1px;
  font-weight: 400;
  height: auto;
  text-align: center;
  word-wrap: break-word;
  white-space: normal;
  width: 20%;
}

.outline_box table td {
  padding: 2rem;
  border: #833748 solid;
  border-width: 1px 0 0 0;
  padding: 40px;
}

.outline_box table tr:nth-child(odd) {
  background-color: #fafafa;
}

/*----------------------------------------
 map
----------------------------------------*/
.map_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 40px 0 80px 0;
}

.gmap_btn,
.print_btn {
  width: 25%;
  margin: 0 5px;
}

.gmap_btn a {
  color: #fff;
  padding: 15px;
  font-size: 1.5rem;
  margin: 20px 0 40px 0;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: #008c9d;
  width: 100%;
  text-align: center;
}

.gmap_btn a:hover {
  opacity: 0.8;
}

.print_btn a {
  color: #fff;
  padding: 15px;
  letter-spacing: 2px;
  font-size: 1.5rem;
  margin: 20px 0 40px 0;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: #969696;
  width: 100%;
  text-align: center;
}

.print_btn a:hover {
  opacity: 0.8;
}

.js-scrollable img {
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-x pan-y !important;
      touch-action: pan-x pan-y !important;
  direction: ltr;
}

.js-scrollable2 img {
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-x pan-y !important;
      touch-action: pan-x pan-y !important;
  direction: ltr;
}

.map1 {
  display: block;
  max-width: none;
  height: auto;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -ms-touch-action: pan-x pan-y !important;
      touch-action: pan-x pan-y !important;
}

.map2 {
  display: block;
  max-width: none;
  height: auto;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -ms-touch-action: pan-x pan-y !important;
      touch-action: pan-x pan-y !important;
}

/*----------------------------------------
 note
----------------------------------------*/
.note {
  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;
  width: 100%;
}

.note_inner {
  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;
  width: 100%;
  max-width: 1280px;
}

.note p {
  font-size: 1rem;
  color: #666;
  line-height: 1.2;
  padding: 5px;
  margin: 0;
  width: 100%;
  display: inline-block;
  letter-spacing: 0 !important;
}

/*----------------------------------------
 ボタン
----------------------------------------*/
.to-top {
  position: fixed;
  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;
  width: 50px;
  height: 50px;
  right: 0;
  bottom: 25px;
  font-size: 30px;
  padding: 10px;
  color: #fff;
  background: #333;
  cursor: pointer;
  z-index: 8000;
}

/*----------------------------------------
 その他
----------------------------------------*/
.linkno {
  pointer-events: none;
}

/*----------------------------------------
 pc/sp
----------------------------------------*/
.pc {
  display: block;
}

.sp {
  display: none;
}

/*----------------------------------------
 animation
----------------------------------------*/
.imgleft {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
  clip-path: inset(0 100% 0 0);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.imgright {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
  clip-path: inset(0 0 0 100%);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.imgtop {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
  clip-path: inset(0 0 100% 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.imgbottom {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
  clip-path: inset(100% 0 0 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.imgleft.actives,
.imgright.actives,
.imgtop.actives,
.imgbottom.actives {
  clip-path: inset(0 0 0 0);
}

.fadeinup {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.fadeinup.actives {
  -webkit-animation: 1s FadeINUP ease-in-out forwards;
          animation: 1s FadeINUP ease-in-out forwards;
  will-change: filter;
}

@-webkit-keyframes FadeINUP {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes FadeINUP {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.fadein {
  overflow: hidden;
  opacity: 0;
}

.fadein.actives {
  -webkit-animation: 1.5s FadeIN ease-out forwards;
          animation: 1.5s FadeIN ease-out forwards;
}

@-webkit-keyframes FadeIN {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes FadeIN {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeinblur {
  opacity: 0;
}

.fadeinblur.actives {
  -webkit-animation: 1s FadeINBlur ease-out forwards;
          animation: 1s FadeINBlur ease-out forwards;
  will-change: filter;
}

@-webkit-keyframes FadeINBlur {
  0% {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes FadeINBlur {
  0% {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.fadeindown {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.fadeindown.actives {
  -webkit-animation: 1.5s FadeINDOWN ease-in-out forwards;
          animation: 1.5s FadeINDOWN ease-in-out forwards;
  will-change: filter;
}

@-webkit-keyframes FadeINDOWN {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes FadeINDOWN {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.actives.AD_-2 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.actives.AD_-3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.actives.AD_-4 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.actives.AD_-5 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.actives.AD_-6 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.actives.AD_-7 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.actives.AD_-8 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

.actives.AD_-9 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.actives.AD_1 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.actives.AD_1-1 {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}

.actives.AD_1-2 {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}

.actives.AD_1-3 {
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}

.actives.AD_1-4 {
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}

.actives.AD_1-5 {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.actives.AD_1-6 {
  -webkit-animation-delay: 1.6s !important;
          animation-delay: 1.6s !important;
}

.actives.AD_1-7 {
  -webkit-animation-delay: 1.7s !important;
          animation-delay: 1.7s !important;
}

.actives.AD_1-8 {
  -webkit-animation-delay: 1.8s !important;
          animation-delay: 1.8s !important;
}

.actives.AD_1-9 {
  -webkit-animation-delay: 1.9s !important;
          animation-delay: 1.9s !important;
}

.actives.AD_2 {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

/* sp */
@media screen and (max-width: 896px) {
  body {
    letter-spacing: 0;
  }
  /*----------------------------------------
   section
  ----------------------------------------*/
  /*----------------------------------------
   page
  ----------------------------------------*/
  .page {
    width: 100%;
  }
  .page_inner {
    width: 94%;
    max-width: 94%;
    margin: 0 3%;
  }
  /*----------------------------------------
   headline
  ----------------------------------------*/
  .page h3 {
    font-size: 1.7rem;
  }
  .page h4 {
    font-size: 1.5rem;
  }
  .page h5 {
    font-size: 1.2rem;
  }
  .page p {
    font-size: 1.2rem;
  }
  .cap {
    font-size: 1rem !important;
  }
  .cap2 {
    font-size: 1rem !important;
  }
  /*----------------------------------------
   title
  ----------------------------------------*/
  .main_title {
    padding: 20px 0;
  }
  .main_title h2 {
    font-size: 2.5rem;
  }
  .main_title h2 span {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  /*----------------------------------------
   top
  ----------------------------------------*/
  .top_concept_title {
    height: 100px;
  }
  .top_concept_cap {
    font-size: 1.2rem;
  }
  .top_concept_text {
    padding: 0 10px;
  }
  .top_concept_text p {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
  .top_concept_text p span {
    font-size: 1rem;
    letter-spacing: 1px;
    margin-top: 30px;
  }
  .top_concept_box_01 div.top_concept_box_01_img {
    width: 70%;
  }
  .top_concept_box_01 h3 {
    font-size: 6rem;
    -webkit-transform: translate(-50%, -50%) scaleX(1);
            transform: translate(-50%, -50%) scaleX(1);
  }
  .top_concept_box_02 {
    padding: 0 0 40px 0;
  }
  .top_concept_box_02 div.top_concept_box_02_shape {
    width: 40%;
  }
  .top_concept_box_03 {
    padding: 40px 0;
  }
  .top_concept_box_03 div.top_concept_box_03_img {
    width: 80%;
  }
  .top_concept_box_04 {
    padding: 40px 0;
  }
  .top_concept_box_04 div.top_concept_box_04_img_02 {
    width: 70%;
    top: 0;
    margin-bottom: 0;
  }
  .top_concept_box_05 {
    width: 90%;
    height: 50vh;
    margin: 40px 0;
  }
  .top_concept_box_06 {
    padding: 40px 0;
  }
  .top_concept_box_06_img {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_concept_box_06 div.top_concept_box_06_img_01 {
    width: 50%;
    margin: 0 2%;
  }
  .top_concept_box_06 div.top_concept_box_06_img_02 {
    width: 35%;
    margin: 0 5%;
  }
  .top_concept_box_06 div.top_concept_box_06_img_03 {
    width: 35%;
    margin: 0 5%;
  }
  .top_concept_box_06 div.top_concept_box_06_img_04 {
    width: 50%;
    margin: 0 2%;
  }
  .top_concept_box_06_text {
    width: 100%;
  }
  .top_concept_box_06_text div {
    width: 60%;
    margin: 0 0 40px 0;
  }
  .top_concept_box_06_text p {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .top_concept_box_07 {
    padding: 40px 0;
  }
  .top_concept_box_07 div.top_concept_box_07_img_01 {
    width: 90%;
  }
  .top_concept_box_07 div.top_concept_box_07_img_02 {
    width: 90%;
    margin-left: 10%;
  }
  .top_concept_box_07 div.top_concept_box_07_img_03 {
    width: 70%;
    top: -50px;
    margin-bottom: -50px;
  }
  .top_concept_box_08 {
    padding: 40px 0;
  }
  .top_concept_box_09 {
    padding: 40px 0;
  }
  .top_concept_box_09 div.top_concept_box_09_img {
    width: 90%;
  }
  /*----------------------------------------
   quality
  ----------------------------------------*/
  #housingPage {
    padding-top: 40px !important;
  }
  /*----------------------------------------
  outline
  ----------------------------------------*/
  .outline_box {
    margin: 0 0;
  }
  .outline_box table {
    width: 100%;
    margin: 20px 0;
  }
  .outline_box table th,
  .outline_box table td {
    display: block;
    width: 100% !important;
    font-size: 80%;
    height: auto !important;
  }
  .outline_box table th {
    text-align: left;
  }
  .outline_box table td {
    border-width: 1px 0 0 0;
  }
  .outline_box table {
    border-bottom: 1px solid #333;
  }
  /*----------------------------------------
   map
  ----------------------------------------*/
  .gmap_btn,
  .print_btn {
    width: 80%;
    margin: 0 10%;
  }
  .gmap_btn a,
  .print_btn a {
    margin: 20px 0 0 0;
    padding: 10px;
  }
  .js-scrollable img.map1 {
    width: 180% !important;
  }
  /*----------------------------------------
   info
  ----------------------------------------*/
  .info {
    padding: 20px 10px;
  }
  .info_inner {
    max-width: 100%;
  }
  .info_inner h3 {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
  .info_inner h3 span {
    font-size: 2rem;
  }
  .info p {
    font-size: 2rem;
    letter-spacing: 3px;
  }
  .top_info_news {
    font-size: 1.8rem !important;
    line-height: 1.5 !important;
  }
  /*----------------------------------------
   note
  ----------------------------------------*/
  .note_inner {
    width: 94%;
    max-width: 94%;
    margin: 0 3%;
  }
  /*----------------------------------------
   ボタン
  ----------------------------------------*/
  .to-top {
    position: fixed;
    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;
    width: 30px;
    height: 30px;
    right: 0;
    bottom: 50px;
    font-size: 20px;
    padding: 10px;
    color: #fff;
    background: #333;
    cursor: pointer;
  }
  /*----------------------------------------
   その他
  ----------------------------------------*/
  /*----------------------------------------
   pc/sp
  ----------------------------------------*/
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /*----------------------------------------
   animation
  ----------------------------------------*/
  .actives.AD_-2,
  .actives.AD_-3,
  .actives.AD_-4,
  .actives.AD_-5,
  .actives.AD_-6,
  .actives.AD_-7,
  .actives.AD_-8,
  .actives.AD_-9 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}
/*----------------------------------------
 詳細設定
----------------------------------------*/
.OF_h {
  overflow: hidden !important;
}

.DP_n {
  display: none !important;
}

.DP_ib {
  display: inline-block !important;
}

.DP_i {
  display: inline !important;
}

.DP_b {
  display: block !important;
}

/*-flexbox-*/
.FB {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.JC_c {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.JC_s {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.JC_e {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.JC_sb {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.JC_sa {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.JC_se {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.AC_c {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.AC_sb {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.AC_sa {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.AI_s {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.AI_e {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.AI_c {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.FD_r {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.FD_rr {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.FD_c {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.FD_cr {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.FW_w {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.FW_wr {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

/*-height-*/
.H_60P {
  height: 60px !important;
}

/*-margin／padding-*/
.M_5 {
  margin: 5px 5px !important;
}

.P_5 {
  padding: 5px 5px !important;
}

.M_10 {
  margin: 10px 10px !important;
}

.P_10 {
  padding: 10px 10px !important;
}

.M_20 {
  margin: 20px 20px !important;
}

.P_20 {
  padding: 20px 20px !important;
}

.M_40 {
  margin: 40px 40px !important;
}

.P_40 {
  padding: 40px 40px !important;
}

.M_au {
  margin: 0 auto !important;
}

.M_0 {
  margin: 0 !important;
}

.MT_5 {
  margin-top: 5px !important;
}

.PT_5 {
  padding-top: 5px !important;
}

.MT_10 {
  margin-top: 10px !important;
}

.PT_10 {
  padding-top: 10px !important;
}

.MT_15 {
  margin-top: 15px !important;
}

.PT_15 {
  padding-top: 15px !important;
}

.MT_20 {
  margin-top: 20px !important;
}

.PT_20 {
  padding-top: 20px !important;
}

.MT_25 {
  margin-top: 25px !important;
}

.PT_25 {
  padding-top: 25px !important;
}

.MT_30 {
  margin-top: 30px !important;
}

.PT_30 {
  padding-top: 30px !important;
}

.MT_35 {
  margin-top: 35px !important;
}

.PT_35 {
  padding-top: 35px !important;
}

.MT_40 {
  margin-top: 40px !important;
}

.PT_40 {
  padding-top: 40px !important;
}

.MT_45 {
  margin-top: 45px !important;
}

.PT_45 {
  padding-top: 45px !important;
}

.MT_50 {
  margin-top: 50px !important;
}

.PT_50 {
  padding-top: 50px !important;
}

.MT_55 {
  margin-top: 55px !important;
}

.PT_55 {
  padding-top: 55px !important;
}

.MT_60 {
  margin-top: 60px !important;
}

.PT_60 {
  padding-top: 60px !important;
}

.MT_65 {
  margin-top: 65px !important;
}

.PT_65 {
  padding-top: 65px !important;
}

.MT_70 {
  margin-top: 70px !important;
}

.PT_70 {
  padding-top: 70px !important;
}

.MT_75 {
  margin-top: 75px !important;
}

.PT_75 {
  padding-top: 75px !important;
}

.MT_80 {
  margin-top: 80px !important;
}

.PT_80 {
  padding-top: 80px !important;
}

.MT_85 {
  margin-top: 85px !important;
}

.PT_85 {
  padding-top: 85px !important;
}

.MT_90 {
  margin-top: 90px !important;
}

.PT_90 {
  padding-top: 90px !important;
}

.MT_95 {
  margin-top: 95px !important;
}

.PT_95 {
  padding-top: 95px !important;
}

.MT_100 {
  margin-top: 100px !important;
}

.PT_100 {
  padding-top: 100px !important;
}

.MT_0 {
  margin-top: 0px !important;
}

.PT_0 {
  padding-top: 0px !important;
}

.MR_5 {
  margin-right: 5px !important;
}

.PR_5 {
  padding-right: 5px !important;
}

.MR_10 {
  margin-right: 10px !important;
}

.PR_10 {
  padding-right: 10px !important;
}

.MR_15 {
  margin-right: 15px !important;
}

.PR_15 {
  padding-right: 15px !important;
}

.MR_20 {
  margin-right: 20px !important;
}

.PR_20 {
  padding-right: 20px !important;
}

.MR_25 {
  margin-right: 25px !important;
}

.PR_25 {
  padding-right: 25px !important;
}

.MR_30 {
  margin-right: 30px !important;
}

.PR_30 {
  padding-right: 30px !important;
}

.MR_35 {
  margin-right: 35px !important;
}

.PR_35 {
  padding-right: 35px !important;
}

.MR_40 {
  margin-right: 40px !important;
}

.PR_40 {
  padding-right: 40px !important;
}

.MR_45 {
  margin-right: 45px !important;
}

.PR_45 {
  padding-right: 45px !important;
}

.MR_50 {
  margin-right: 50px !important;
}

.PR_50 {
  padding-right: 50px !important;
}

.MR_55 {
  margin-right: 55px !important;
}

.PR_55 {
  padding-right: 55px !important;
}

.MR_60 {
  margin-right: 60px !important;
}

.PR_60 {
  padding-right: 60px !important;
}

.MR_65 {
  margin-right: 65px !important;
}

.PR_65 {
  padding-right: 65px !important;
}

.MR_70 {
  margin-right: 70px !important;
}

.PR_70 {
  padding-right: 70px !important;
}

.MR_75 {
  margin-right: 75px !important;
}

.PR_75 {
  padding-right: 75px !important;
}

.MR_80 {
  margin-right: 80px !important;
}

.PR_80 {
  padding-right: 80px !important;
}

.MR_85 {
  margin-right: 85px !important;
}

.PR_85 {
  padding-right: 85px !important;
}

.MR_90 {
  margin-right: 90px !important;
}

.PR_90 {
  padding-right: 90px !important;
}

.MR_95 {
  margin-right: 95px !important;
}

.PR_95 {
  padding-right: 95px !important;
}

.MR_100 {
  margin-right: 100px !important;
}

.PR_100 {
  padding-right: 100px !important;
}

.MR_0 {
  margin-right: 0px !important;
}

.PR_0 {
  padding-right: 0px !important;
}

.MB_5 {
  margin-bottom: 5px !important;
}

.PB_5 {
  padding-bottom: 5px !important;
}

.MB_10 {
  margin-bottom: 10px !important;
}

.PB_10 {
  padding-bottom: 10px !important;
}

.MB_15 {
  margin-bottom: 15px !important;
}

.PB_15 {
  padding-bottom: 15px !important;
}

.MB_20 {
  margin-bottom: 20px !important;
}

.PB_20 {
  padding-bottom: 20px !important;
}

.MB_25 {
  margin-bottom: 25px !important;
}

.PB_25 {
  padding-bottom: 25px !important;
}

.MB_30 {
  margin-bottom: 30px !important;
}

.PB_30 {
  padding-bottom: 30px !important;
}

.MB_35 {
  margin-bottom: 35px !important;
}

.PB_35 {
  padding-bottom: 35px !important;
}

.MB_40 {
  margin-bottom: 40px !important;
}

.PB_40 {
  padding-bottom: 40px !important;
}

.MB_45 {
  margin-bottom: 45px !important;
}

.PB_45 {
  padding-bottom: 45px !important;
}

.MB_50 {
  margin-bottom: 50px !important;
}

.PB_50 {
  padding-bottom: 50px !important;
}

.MB_55 {
  margin-bottom: 55px !important;
}

.PB_55 {
  padding-bottom: 55px !important;
}

.MB_60 {
  margin-bottom: 60px !important;
}

.PB_60 {
  padding-bottom: 60px !important;
}

.MB_65 {
  margin-bottom: 65px !important;
}

.PB_65 {
  padding-bottom: 65px !important;
}

.MB_70 {
  margin-bottom: 70px !important;
}

.PB_70 {
  padding-bottom: 70px !important;
}

.MB_75 {
  margin-bottom: 75px !important;
}

.PB_75 {
  padding-bottom: 75px !important;
}

.MB_80 {
  margin-bottom: 80px !important;
}

.PB_80 {
  padding-bottom: 80px !important;
}

.MB_85 {
  margin-bottom: 85px !important;
}

.PB_85 {
  padding-bottom: 85px !important;
}

.MB_90 {
  margin-bottom: 90px !important;
}

.PB_90 {
  padding-bottom: 90px !important;
}

.MB_95 {
  margin-bottom: 95px !important;
}

.PB_95 {
  padding-bottom: 95px !important;
}

.MB_100 {
  margin-bottom: 100px !important;
}

.PB_100 {
  padding-bottom: 100px !important;
}

.MB_0 {
  margin-bottom: 0px !important;
}

.PB_0 {
  padding-bottom: 0px !important;
}

.ML_5 {
  margin-left: 5px !important;
}

.PL_5 {
  padding-left: 5px !important;
}

.ML_10 {
  margin-left: 10px !important;
}

.PL_10 {
  padding-left: 10px !important;
}

.ML_15 {
  margin-left: 15px !important;
}

.PL_15 {
  padding-left: 15px !important;
}

.ML_20 {
  margin-left: 20px !important;
}

.PL_20 {
  padding-left: 20px !important;
}

.ML_25 {
  margin-left: 25px !important;
}

.PL_25 {
  padding-left: 25px !important;
}

.ML_30 {
  margin-left: 30px !important;
}

.PL_30 {
  padding-left: 30px !important;
}

.ML_35 {
  margin-left: 35px !important;
}

.PL_35 {
  padding-left: 35px !important;
}

.ML_40 {
  margin-left: 40px !important;
}

.PL_40 {
  padding-left: 40px !important;
}

.ML_45 {
  margin-left: 45px !important;
}

.PL_45 {
  padding-left: 45px !important;
}

.ML_50 {
  margin-left: 50px !important;
}

.PL_50 {
  padding-left: 50px !important;
}

.ML_55 {
  margin-left: 55px !important;
}

.PL_55 {
  padding-left: 55px !important;
}

.ML_60 {
  margin-left: 60px !important;
}

.PL_60 {
  padding-left: 60px !important;
}

.ML_65 {
  margin-left: 65px !important;
}

.PL_65 {
  padding-left: 65px !important;
}

.ML_70 {
  margin-left: 70px !important;
}

.PL_70 {
  padding-left: 70px !important;
}

.ML_75 {
  margin-left: 75px !important;
}

.PL_75 {
  padding-left: 75px !important;
}

.ML_80 {
  margin-left: 80px !important;
}

.PL_80 {
  padding-left: 80px !important;
}

.ML_85 {
  margin-left: 85px !important;
}

.PL_85 {
  padding-left: 85px !important;
}

.ML_90 {
  margin-left: 90px !important;
}

.PL_90 {
  padding-left: 90px !important;
}

.ML_95 {
  margin-left: 95px !important;
}

.PL_95 {
  padding-left: 95px !important;
}

.ML_100 {
  margin-left: 100px !important;
}

.PL_100 {
  padding-left: 100px !important;
}

.ML_0 {
  margin-left: 0px !important;
}

.PL_0 {
  padding-left: 0px !important;
}

/*-サイズ-*/
.W_0 {
  width: 0% !important;
}

.H_0 {
  height: 0% !important;
}

.W_5 {
  width: 5% !important;
}

.H_5 {
  height: 5% !important;
}

.W_10 {
  width: 10% !important;
}

.H_10 {
  height: 10% !important;
}

.W_15 {
  width: 15% !important;
}

.H_15 {
  height: 15% !important;
}

.W_20 {
  width: 20% !important;
}

.H_20 {
  height: 20% !important;
}

.W_25 {
  width: 25% !important;
}

.H_25 {
  height: 25% !important;
}

.W_30 {
  width: 30% !important;
}

.H_30 {
  height: 30% !important;
}

.W_35 {
  width: 35% !important;
}

.H_35 {
  height: 35% !important;
}

.W_40 {
  width: 40% !important;
}

.H_40 {
  height: 40% !important;
}

.W_45 {
  width: 45% !important;
}

.H_45 {
  height: 45% !important;
}

.W_50 {
  width: 50% !important;
}

.H_50 {
  height: 50% !important;
}

.W_55 {
  width: 55% !important;
}

.H_55 {
  height: 55% !important;
}

.W_60 {
  width: 60% !important;
}

.H_60 {
  height: 60% !important;
}

.W_65 {
  width: 65% !important;
}

.H_65 {
  height: 65% !important;
}

.W_70 {
  width: 70% !important;
}

.H_70 {
  height: 70% !important;
}

.W_72 {
  width: 72% !important;
}

.W_75 {
  width: 75% !important;
}

.H_75 {
  height: 75% !important;
}

.W_80 {
  width: 80% !important;
}

.H_80 {
  height: 80% !important;
}

.W_85 {
  width: 85% !important;
}

.H_85 {
  height: 85% !important;
}

.W_90 {
  width: 90% !important;
}

.H_90 {
  height: 90% !important;
}

.W_95 {
  width: 95% !important;
}

.H_95 {
  height: 95% !important;
}

.W_100 {
  width: 100% !important;
}

.H_100 {
  height: 100% !important;
}

.W_auto {
  width: auto !important;
}

.H_auto {
  height: auto !important;
}

.MW_0 {
  max-width: inherit !important;
}

.W_98 {
  width: 98% !important;
  margin: 0 1%;
}

.W_88 {
  width: 88% !important;
  margin: 0 1%;
}

.W_78 {
  width: 78% !important;
  margin: 0 1%;
}

.W_73 {
  width: 73% !important;
  margin: 0 1%;
}

.W_68 {
  width: 68% !important;
  margin: 0 1%;
}

.W_58 {
  width: 58% !important;
  margin: 0 1%;
}

.W_48 {
  width: 48% !important;
  margin: 0 1%;
}

.W_38 {
  width: 38% !important;
  margin: 0 1%;
}

.W_28 {
  width: 28% !important;
  margin: 0 1%;
}

.W_18 {
  width: 18% !important;
  margin: 0 1%;
}

.W_64 {
  width: 64% !important;
  margin: 0 1%;
}

.W_66 {
  width: 66% !important;
  margin: 0 1%;
}

.W_63 {
  width: 63% !important;
  margin: 0 1%;
}

.W_53 {
  width: 53% !important;
  margin: 0 1%;
}

.W_43 {
  width: 43% !important;
  margin: 0 1%;
}

.W_33 {
  width: 33.333%;
}

.W_31 {
  width: 31% !important;
  margin: 0 1%;
}

.W_23 {
  width: 23% !important;
  margin: 0 1%;
}

.W_18 {
  width: 18% !important;
  margin: 0 1%;
}

.W_16 {
  width: 16.666%;
}

.W_14 {
  width: 14% !important;
  margin: 0 1%;
}

/*-文字サイズ-*/
.F_20 {
  font-size: 20% !important;
}

.F_25 {
  font-size: 25% !important;
}

.F_30 {
  font-size: 30% !important;
}

.F_35 {
  font-size: 35% !important;
}

.F_40 {
  font-size: 40% !important;
}

.F_45 {
  font-size: 45% !important;
}

.F_50 {
  font-size: 50% !important;
}

.F_55 {
  font-size: 55% !important;
}

.F_60 {
  font-size: 60% !important;
}

.F_65 {
  font-size: 65% !important;
}

.F_70 {
  font-size: 70% !important;
}

.F_75 {
  font-size: 75% !important;
}

.F_80 {
  font-size: 80% !important;
}

.F_85 {
  font-size: 85% !important;
}

.F_90 {
  font-size: 90% !important;
}

.F_95 {
  font-size: 95% !important;
}

.F_110 {
  font-size: 110% !important;
}

.F_115 {
  font-size: 115% !important;
}

.F_120 {
  font-size: 120% !important;
}

.F_125 {
  font-size: 125% !important;
}

.F_130 {
  font-size: 130% !important;
}

.F_135 {
  font-size: 135% !important;
}

.F_140 {
  font-size: 140% !important;
}

.F_145 {
  font-size: 145% !important;
}

.F_150 {
  font-size: 150% !important;
}

.F_155 {
  font-size: 155% !important;
}

.F_160 {
  font-size: 160% !important;
}

.F_165 {
  font-size: 165% !important;
}

.F_170 {
  font-size: 170% !important;
}

.F_175 {
  font-size: 175% !important;
}

.F_180 {
  font-size: 180% !important;
}

.F_185 {
  font-size: 185% !important;
}

.F_190 {
  font-size: 190% !important;
}

.F_195 {
  font-size: 195% !important;
}

.F_200 {
  font-size: 200% !important;
}

.F_210 {
  font-size: 210% !important;
}

.F_220 {
  font-size: 220% !important;
}

.F_230 {
  font-size: 230% !important;
}

.F_240 {
  font-size: 240% !important;
}

.F_250 {
  font-size: 250% !important;
}

.F_260 {
  font-size: 260% !important;
}

.F_270 {
  font-size: 270% !important;
}

.F_280 {
  font-size: 280% !important;
}

.F_290 {
  font-size: 290% !important;
}

.F_300 {
  font-size: 300% !important;
}

.F_350 {
  font-size: 350% !important;
}

/*-文字サイズ2-*/
.F2 {
  font-size: 2rem !important;
}

.F3 {
  font-size: 3rem !important;
}

/*-文字太さ-*/
.FW_100 {
  font-weight: 100 !important;
}

.FW_200 {
  font-weight: 200 !important;
}

.FW_300 {
  font-weight: 300 !important;
}

.FW_400 {
  font-weight: 400 !important;
}

.FW_500 {
  font-weight: 500 !important;
}

.FW_600 {
  font-weight: 600 !important;
}

.FW_700 {
  font-weight: 700 !important;
}

.FW_b {
  font-weight: bold !important;
}

.FW_n {
  font-weight: normal !important;
}

/*-フォント-*/
.FF_G {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ ", Meiryo, "MS ゴシック", sans-serif !important;
}

.FF_os {
  font-family: "Oswald" !important;
}

/*-文字位置-*/
.TA_r {
  text-align: right !important;
}

.TA_c {
  text-align: center !important;
}

.TA_l {
  text-align: left !important;
}

/*----------------------------------------
　レスポンシブ
----------------------------------------*/
@media screen and (max-width: 896px) {
  .DP_ib_sp {
    display: inline-block !important;
  }
  .DP_i_sp {
    display: inline !important;
  }
  .DP_b_sp {
    display: block !important;
  }
  /*-flexbox-*/
  .JC_c_sp {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .JC_s_sp {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .JC_e_sp {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .JC_sb_sp {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .JC_sa_sp {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .JC_se_sp {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .AC_c_sp {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .AC_sb_sp {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .AC_sa_sp {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .AI_s_sp {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .AI_e_sp {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .AI_c_sp {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .FD_r_sp {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .FD_rr_sp {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .FD_c_sp {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .FD_cr_sp {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .FW_w_sp {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .FW_wr_sp {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .FW_w_no_sp {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  /*-position*/
  .P_ini_sp {
    position: initial !important;
  }
  /*-margin／padding-*/
  .M_5_sp {
    margin: 5px 5px !important;
  }
  .P_5_sp {
    padding: 5px 5px !important;
  }
  .M_10_sp {
    margin: 10px 10px !important;
  }
  .P_10_sp {
    padding: 10px 10px !important;
  }
  .M_20_sp {
    margin: 20px 20px !important;
  }
  .P_20_sp {
    padding: 20px 20px !important;
  }
  .M_0_sp {
    margin: 0 0 !important;
  }
  .P_0_sp {
    padding: 0 0 !important;
  }
  .MT_5_sp {
    margin-top: 5px !important;
  }
  .PT_5_sp {
    padding-top: 5px !important;
  }
  .MT_10_sp {
    margin-top: 10px !important;
  }
  .PT_10_sp {
    padding-top: 10px !important;
  }
  .MT_15_sp {
    margin-top: 15px !important;
  }
  .PT_15_sp {
    padding-top: 15px !important;
  }
  .MT_20_sp {
    margin-top: 20px !important;
  }
  .PT_20_sp {
    padding-top: 20px !important;
  }
  .MT_25_sp {
    margin-top: 25px !important;
  }
  .PT_25_sp {
    padding-top: 25px !important;
  }
  .MT_30_sp {
    margin-top: 30px !important;
  }
  .PT_30_sp {
    padding-top: 30px !important;
  }
  .MT_35_sp {
    margin-top: 35px !important;
  }
  .PT_35_sp {
    padding-top: 35px !important;
  }
  .MT_40_sp {
    margin-top: 40px !important;
  }
  .PT_40_sp {
    padding-top: 40px !important;
  }
  .MT_45_sp {
    margin-top: 45px !important;
  }
  .PT_45_sp {
    padding-top: 45px !important;
  }
  .MT_50_sp {
    margin-top: 50px !important;
  }
  .PT_50_sp {
    padding-top: 50px !important;
  }
  .MT_55_sp {
    margin-top: 55px !important;
  }
  .PT_55_sp {
    padding-top: 55px !important;
  }
  .MT_60_sp {
    margin-top: 60px !important;
  }
  .PT_60_sp {
    padding-top: 60px !important;
  }
  .MT_65_sp {
    margin-top: 65px !important;
  }
  .PT_65_sp {
    padding-top: 65px !important;
  }
  .MT_70_sp {
    margin-top: 70px !important;
  }
  .PT_70_sp {
    padding-top: 70px !important;
  }
  .MT_75_sp {
    margin-top: 75px !important;
  }
  .PT_75_sp {
    padding-top: 75px !important;
  }
  .MT_80_sp {
    margin-top: 80px !important;
  }
  .PT_80_sp {
    padding-top: 80px !important;
  }
  .MT_85_sp {
    margin-top: 85px !important;
  }
  .PT_85_sp {
    padding-top: 85px !important;
  }
  .MT_90_sp {
    margin-top: 90px !important;
  }
  .PT_90_sp {
    padding-top: 90px !important;
  }
  .MT_95_sp {
    margin-top: 95px !important;
  }
  .PT_95_sp {
    padding-top: 95px !important;
  }
  .MT_100_sp {
    margin-top: 100px !important;
  }
  .PT_100_sp {
    padding-top: 100px !important;
  }
  .MT_250_sp {
    margin-top: 250px !important;
  }
  .PT_250_sp {
    padding-top: 250px !important;
  }
  .MT_0_sp {
    margin-top: 0px !important;
  }
  .PT_0_sp {
    padding-top: 0px !important;
  }
  .MR_5_sp {
    margin-right: 5px !important;
  }
  .PR_5_sp {
    padding-right: 5px !important;
  }
  .MR_10_sp {
    margin-right: 10px !important;
  }
  .PR_10_sp {
    padding-right: 10px !important;
  }
  .MR_15_sp {
    margin-right: 15px !important;
  }
  .PR_15_sp {
    padding-right: 15px !important;
  }
  .MR_20_sp {
    margin-right: 20px !important;
  }
  .PR_20_sp {
    padding-right: 20px !important;
  }
  .MR_25_sp {
    margin-right: 25px !important;
  }
  .PR_25_sp {
    padding-right: 25px !important;
  }
  .MR_30_sp {
    margin-right: 30px !important;
  }
  .PR_30_sp {
    padding-right: 30px !important;
  }
  .MR_35_sp {
    margin-right: 35px !important;
  }
  .PR_35_sp {
    padding-right: 35px !important;
  }
  .MR_40_sp {
    margin-right: 40px !important;
  }
  .PR_40_sp {
    padding-right: 40px !important;
  }
  .MR_45_sp {
    margin-right: 45px !important;
  }
  .PR_45_sp {
    padding-right: 45px !important;
  }
  .MR_50_sp {
    margin-right: 50px !important;
  }
  .PR_50_sp {
    padding-right: 50px !important;
  }
  .MR_55_sp {
    margin-right: 55px !important;
  }
  .PR_55_sp {
    padding-right: 55px !important;
  }
  .MR_60_sp {
    margin-right: 60px !important;
  }
  .PR_60_sp {
    padding-right: 60px !important;
  }
  .MR_65_sp {
    margin-right: 65px !important;
  }
  .PR_65_sp {
    padding-right: 65px !important;
  }
  .MR_70_sp {
    margin-right: 70px !important;
  }
  .PR_70_sp {
    padding-right: 70px !important;
  }
  .MR_75_sp {
    margin-right: 75px !important;
  }
  .PR_75_sp {
    padding-right: 75px !important;
  }
  .MR_80_sp {
    margin-right: 80px !important;
  }
  .PR_80_sp {
    padding-right: 80px !important;
  }
  .MR_85_sp {
    margin-right: 85px !important;
  }
  .PR_85_sp {
    padding-right: 85px !important;
  }
  .MR_90_sp {
    margin-right: 90px !important;
  }
  .PR_90_sp {
    padding-right: 90px !important;
  }
  .MR_95_sp {
    margin-right: 95px !important;
  }
  .PR_95_sp {
    padding-right: 95px !important;
  }
  .MR_100_sp {
    margin-right: 100px !important;
  }
  .PR_100_sp {
    padding-right: 100px !important;
  }
  .MR_0_sp {
    margin-right: 0px !important;
  }
  .PR_0_sp {
    padding-right: 0px !important;
  }
  .MB_5_sp {
    margin-bottom: 5px !important;
  }
  .PB_5_sp {
    padding-bottom: 5px !important;
  }
  .MB_10_sp {
    margin-bottom: 10px !important;
  }
  .PB_10_sp {
    padding-bottom: 10px !important;
  }
  .MB_15_sp {
    margin-bottom: 15px !important;
  }
  .PB_15_sp {
    padding-bottom: 15px !important;
  }
  .MB_20_sp {
    margin-bottom: 20px !important;
  }
  .PB_20_sp {
    padding-bottom: 20px !important;
  }
  .MB_25_sp {
    margin-bottom: 25px !important;
  }
  .PB_25_sp {
    padding-bottom: 25px !important;
  }
  .MB_30_sp {
    margin-bottom: 30px !important;
  }
  .PB_30_sp {
    padding-bottom: 30px !important;
  }
  .MB_35_sp {
    margin-bottom: 35px !important;
  }
  .PB_35_sp {
    padding-bottom: 35px !important;
  }
  .MB_40_sp {
    margin-bottom: 40px !important;
  }
  .PB_40_sp {
    padding-bottom: 40px !important;
  }
  .MB_45_sp {
    margin-bottom: 45px !important;
  }
  .PB_45_sp {
    padding-bottom: 45px !important;
  }
  .MB_50_sp {
    margin-bottom: 50px !important;
  }
  .PB_50_sp {
    padding-bottom: 50px !important;
  }
  .MB_55_sp {
    margin-bottom: 55px !important;
  }
  .PB_55_sp {
    padding-bottom: 55px !important;
  }
  .MB_60_sp {
    margin-bottom: 60px !important;
  }
  .PB_60_sp {
    padding-bottom: 60px !important;
  }
  .MB_65_sp {
    margin-bottom: 65px !important;
  }
  .PB_65_sp {
    padding-bottom: 65px !important;
  }
  .MB_70_sp {
    margin-bottom: 70px !important;
  }
  .PB_70_sp {
    padding-bottom: 70px !important;
  }
  .MB_75_sp {
    margin-bottom: 75px !important;
  }
  .PB_75_sp {
    padding-bottom: 75px !important;
  }
  .MB_80_sp {
    margin-bottom: 80px !important;
  }
  .PB_80_sp {
    padding-bottom: 80px !important;
  }
  .MB_85_sp {
    margin-bottom: 85px !important;
  }
  .PB_85_sp {
    padding-bottom: 85px !important;
  }
  .MB_90_sp {
    margin-bottom: 90px !important;
  }
  .PB_90_sp {
    padding-bottom: 90px !important;
  }
  .MB_95_sp {
    margin-bottom: 95px !important;
  }
  .PB_95_sp {
    padding-bottom: 95px !important;
  }
  .MB_100_sp {
    margin-bottom: 100px !important;
  }
  .PB_100_sp {
    padding-bottom: 100px !important;
  }
  .MB_250_sp {
    margin-bottom: 250px !important;
  }
  .PB_250_sp {
    padding-bottom: 250px !important;
  }
  .MB_0_sp {
    margin-bottom: 0px !important;
  }
  .PB_0_sp {
    padding-bottom: 0px !important;
  }
  .ML_5_sp {
    margin-left: 5px !important;
  }
  .PL_5_sp {
    padding-left: 5px !important;
  }
  .ML_10_sp {
    margin-left: 10px !important;
  }
  .PL_10_sp {
    padding-left: 10px !important;
  }
  .ML_15_sp {
    margin-left: 15px !important;
  }
  .PL_15_sp {
    padding-left: 15px !important;
  }
  .ML_20_sp {
    margin-left: 20px !important;
  }
  .PL_20_sp {
    padding-left: 20px !important;
  }
  .ML_25_sp {
    margin-left: 25px !important;
  }
  .PL_25_sp {
    padding-left: 25px !important;
  }
  .ML_30_sp {
    margin-left: 30px !important;
  }
  .PL_30_sp {
    padding-left: 30px !important;
  }
  .ML_35_sp {
    margin-left: 35px !important;
  }
  .PL_35_sp {
    padding-left: 35px !important;
  }
  .ML_40_sp {
    margin-left: 40px !important;
  }
  .PL_40_sp {
    padding-left: 40px !important;
  }
  .ML_45_sp {
    margin-left: 45px !important;
  }
  .PL_45_sp {
    padding-left: 45px !important;
  }
  .ML_50_sp {
    margin-left: 50px !important;
  }
  .PL_50_sp {
    padding-left: 50px !important;
  }
  .ML_55_sp {
    margin-left: 55px !important;
  }
  .PL_55_sp {
    padding-left: 55px !important;
  }
  .ML_60_sp {
    margin-left: 60px !important;
  }
  .PL_60_sp {
    padding-left: 60px !important;
  }
  .ML_65_sp {
    margin-left: 65px !important;
  }
  .PL_65_sp {
    padding-left: 65px !important;
  }
  .ML_70_sp {
    margin-left: 70px !important;
  }
  .PL_70_sp {
    padding-left: 70px !important;
  }
  .ML_75_sp {
    margin-left: 75px !important;
  }
  .PL_75_sp {
    padding-left: 75px !important;
  }
  .ML_80_sp {
    margin-left: 80px !important;
  }
  .PL_80_sp {
    padding-left: 80px !important;
  }
  .ML_85_sp {
    margin-left: 85px !important;
  }
  .PL_85_sp {
    padding-left: 85px !important;
  }
  .ML_90_sp {
    margin-left: 90px !important;
  }
  .PL_90_sp {
    padding-left: 90px !important;
  }
  .ML_95_sp {
    margin-left: 95px !important;
  }
  .PL_95_sp {
    padding-left: 95px !important;
  }
  .ML_100_sp {
    margin-left: 100px !important;
  }
  .PL_100_sp {
    padding-left: 100px !important;
  }
  .ML_0_sp {
    margin-left: 0px !important;
  }
  .PL_0_sp {
    padding-left: 0px !important;
  }
  .W_30,
  .W_35,
  .W_40,
  .W_45,
  .W_50,
  .W_55,
  .W_60,
  .W_65,
  .W_70,
  .W_75,
  .W_80,
  .W_85,
  .W_90,
  .W_95,
  .W_100 {
    width: 100% !important;
  }
  .W_5,
  .W_10,
  .W_15,
  .W_20,
  .W_25 {
    width: 50% !important;
  }
  .W_98,
  .W_88,
  .W_78,
  .W_68,
  .W_64,
  .W_63,
  .W_58,
  .W_53,
  .W_48,
  .W_43,
  .W_38,
  .W_31 {
    width: 98% !important;
  }
  .W_23,
  .W_18,
  .W_16,
  .W_14 {
    width: 48% !important;
  }
  /*-サイズ-*/
  .W_0_sp {
    width: 0% !important;
  }
  .H_0_sp {
    height: 0% !important;
  }
  .W_5_sp {
    width: 5% !important;
  }
  .H_5_sp {
    height: 5% !important;
  }
  .W_10_sp {
    width: 10% !important;
  }
  .H_10_sp {
    height: 10% !important;
  }
  .W_15_sp {
    width: 15% !important;
  }
  .H_15_sp {
    height: 15% !important;
  }
  .W_20_sp {
    width: 20% !important;
  }
  .H_20_sp {
    height: 20% !important;
  }
  .W_25_sp {
    width: 25% !important;
  }
  .H_25_sp {
    height: 25% !important;
  }
  .W_30_sp {
    width: 30% !important;
  }
  .H_30_sp {
    height: 30% !important;
  }
  .W_35_sp {
    width: 35% !important;
  }
  .H_35_sp {
    height: 35% !important;
  }
  .W_40_sp {
    width: 40% !important;
  }
  .H_40_sp {
    height: 40% !important;
  }
  .W_45_sp {
    width: 45% !important;
  }
  .H_45_sp {
    height: 45% !important;
  }
  .W_50_sp {
    width: 50% !important;
  }
  .H_50_sp {
    height: 50% !important;
  }
  .W_55_sp {
    width: 55% !important;
  }
  .H_55_sp {
    height: 55% !important;
  }
  .W_60_sp {
    width: 60% !important;
  }
  .H_60_sp {
    height: 60% !important;
  }
  .W_65_sp {
    width: 65% !important;
  }
  .H_65_sp {
    height: 65% !important;
  }
  .W_70_sp {
    width: 70% !important;
  }
  .H_70_sp {
    height: 70% !important;
  }
  .W_75_sp {
    width: 75% !important;
  }
  .H_75_sp {
    height: 75% !important;
  }
  .W_80_sp {
    width: 80% !important;
  }
  .H_80_sp {
    height: 80% !important;
  }
  .W_85_sp {
    width: 85% !important;
  }
  .H_85_sp {
    height: 85% !important;
  }
  .W_90_sp {
    width: 90% !important;
  }
  .H_90_sp {
    height: 90% !important;
  }
  .W_95_sp {
    width: 95% !important;
  }
  .H_95_sp {
    height: 95% !important;
  }
  .W_100_sp {
    width: 100% !important;
  }
  .H_100_sp {
    height: 100% !important;
  }
  .W_98_sp {
    width: 98% !important;
    margin: 0 1%;
  }
  .W_88_sp {
    width: 88% !important;
    margin: 0 1%;
  }
  .W_78_sp {
    width: 78% !important;
    margin: 0 1%;
  }
  .W_68_sp {
    width: 68% !important;
    margin: 0 1%;
  }
  .W_58_sp {
    width: 58% !important;
    margin: 0 1%;
  }
  .W_48_sp {
    width: 48% !important;
    margin: 0 1%;
  }
  .W_38_sp {
    width: 38% !important;
    margin: 0 1%;
  }
  .W_28_sp {
    width: 28% !important;
    margin: 0 1%;
  }
  .W_18_sp {
    width: 18% !important;
    margin: 0 1%;
  }
  .W_64_sp {
    width: 64% !important;
    margin: 0 1%;
  }
  .W_63_sp {
    width: 63% !important;
    margin: 0 1%;
  }
  .W_66_sp {
    width: 66% !important;
    margin: 0 1%;
  }
  .W_53_sp {
    width: 53% !important;
    margin: 0 1%;
  }
  .W_43_sp {
    width: 43% !important;
    margin: 0 1%;
  }
  .W_33_sp {
    width: 33.333%;
  }
  .W_31_sp {
    width: 31% !important;
    margin: 0 1%;
  }
  .W_23_sp {
    width: 23% !important;
    margin: 0 1%;
  }
  .W_18_sp {
    width: 18% !important;
    margin: 0 1%;
  }
  .W_16_sp {
    width: 16.666%;
  }
  .W_14_sp {
    width: 14% !important;
    margin: 0 1%;
  }
  /*-文字サイズ-*/
  .F_20_sp {
    font-size: 20% !important;
  }
  .F_25_sp {
    font-size: 25% !important;
  }
  .F_30_sp {
    font-size: 30% !important;
  }
  .F_35_sp {
    font-size: 35% !important;
  }
  .F_40_sp {
    font-size: 40% !important;
  }
  .F_45_sp {
    font-size: 45% !important;
  }
  .F_50_sp {
    font-size: 50% !important;
  }
  .F_55_sp {
    font-size: 55% !important;
  }
  .F_60_sp {
    font-size: 60% !important;
  }
  .F_65_sp {
    font-size: 65% !important;
  }
  .F_70_sp {
    font-size: 70% !important;
  }
  .F_75_sp {
    font-size: 75% !important;
  }
  .F_80_sp {
    font-size: 80% !important;
  }
  .F_85_sp {
    font-size: 85% !important;
  }
  .F_90_sp {
    font-size: 90% !important;
  }
  .F_95_sp {
    font-size: 95% !important;
  }
  .F_110_sp {
    font-size: 110% !important;
  }
  .F_115_sp {
    font-size: 115% !important;
  }
  .F_120_sp {
    font-size: 120% !important;
  }
  .F_125_sp {
    font-size: 125% !important;
  }
  .F_130_sp {
    font-size: 130% !important;
  }
  .F_135_sp {
    font-size: 135% !important;
  }
  .F_140_sp {
    font-size: 140% !important;
  }
  .F_145_sp {
    font-size: 145% !important;
  }
  .F_150_sp {
    font-size: 150% !important;
  }
  .F_155_sp {
    font-size: 155% !important;
  }
  .F_160_sp {
    font-size: 160% !important;
  }
  .F_165_sp {
    font-size: 165% !important;
  }
  .F_170_sp {
    font-size: 170% !important;
  }
  .F_175_sp {
    font-size: 175% !important;
  }
  .F_180_sp {
    font-size: 180% !important;
  }
  .F_185_sp {
    font-size: 185% !important;
  }
  .F_190_sp {
    font-size: 190% !important;
  }
  .F_195_sp {
    font-size: 195% !important;
  }
  .F_200_sp {
    font-size: 200% !important;
  }
  .F_210_sp {
    font-size: 210% !important;
  }
  .F_220_sp {
    font-size: 220% !important;
  }
  .F_230_sp {
    font-size: 230% !important;
  }
  .F_240_sp {
    font-size: 240% !important;
  }
  .F_250_sp {
    font-size: 250% !important;
  }
  .F_260_sp {
    font-size: 260% !important;
  }
  .F_270_sp {
    font-size: 270% !important;
  }
  .F_280_sp {
    font-size: 280% !important;
  }
  .F_290_sp {
    font-size: 290% !important;
  }
  .F_300_sp {
    font-size: 300% !important;
  }
  .F_350_sp {
    font-size: 350% !important;
  }
  /*-文字サイズ2-*/
  .F2_sp {
    font-size: 2rem !important;
  }
  .F3_sp {
    font-size: 3rem !important;
  }
  /*-文字太さ-*/
  .FW_100_sp {
    font-weight: 100 !important;
  }
  .FW_200_sp {
    font-weight: 200 !important;
  }
  .FW_300_sp {
    font-weight: 300 !important;
  }
  .FW_400_sp {
    font-weight: 400 !important;
  }
  .FW_500_sp {
    font-weight: 500 !important;
  }
  .FW_600_sp {
    font-weight: 600 !important;
  }
  .FW_700_sp {
    font-weight: 700 !important;
  }
  .FW_b_sp {
    font-weight: bold !important;
  }
  .FW_n_sp {
    font-weight: normal !important;
  }
  /*-文字位置-*/
  .TA_r_sp {
    text-align: right !important;
  }
  .TA_c_sp {
    text-align: center !important;
  }
  .TA_l_sp {
    text-align: left !important;
  }
  .sp_none {
    display: none !important;
  }
}
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;
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
}
header .logo {
  position: relative;
  z-index: 9999;
}
header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-left: 40px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
header .logo a span {
  color: #fff;
  font-size: 2rem;
  font-weight: 200;
  letter-spacing: 1px;
}
header .logo img {
  width: auto;
  height: 60px;
}

.pc_nav {
  height: 80px;
  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;
  position: relative;
  z-index: 9999;
}
.pc_nav ul {
  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 0 0 0;
  padding: 0 0 0 0;
  height: 70px;
  width: 100%;
}
.pc_nav ul li {
  margin: 0 10px 0 0;
}
.pc_nav ul li 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;
  color: #1d1e2e;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.pc_nav ul li a span {
  color: #1d1e2e;
  font-size: 1.6rem;
}

.pc_nav_button a {
  padding: 10px 20px;
  border: 1px solid #eee;
  border-radius: 19px;
  color: #fff !important;
}

.pc_nav_button.request a {
  background-color: #833748;
}

.pc_nav_button.reserve a {
  background-color: #0b425e;
}

.pc_nav_item a {
  padding: 10px 20px;
}

.pc_nav_item a span {
  font-size: 2.5rem;
  margin: 0 5px 0 0;
  color: #eee;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.pc_nav_item a:hover,
.pc_nav_item a:hover span {
  color: #833748;
}

/*----------------------------------------
 nav
----------------------------------------*/
/*ハンバーガー*/
.sp_nav {
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 0 0;
  background-color: #833748;
}

.nav-button {
  display: block;
  cursor: pointer;
}

.nav-button {
  z-index: 9999;
  position: relative;
  width: 80px;
  height: 80px;
}

.nav-button span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40%;
  height: 1px;
  background-color: #eee;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.nav-button span:nth-of-type(1) {
  top: 30px;
}

.nav-button span:nth-of-type(2) {
  top: 40px;
}

.nav-button.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  left: 30%;
  top: 35px;
}

.nav-button.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  left: 30%;
  top: 35px;
}

.nav-button p {
  color: #fff;
  position: absolute;
  bottom: 12px;
  left: 50%;
  width: 100%;
  font-size: 12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

nav {
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  z-index: 8000;
  background-color: rgba(131, 55, 72, 0.5);
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  width: 100%;
  height: 100%;
}

nav.open {
  -webkit-animation-name: SlideIn_menu;
          animation-name: SlideIn_menu;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 100vh;
  overflow-y: auto;
  z-index: 998;
}

@-webkit-keyframes SlideIn_menu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes SlideIn_menu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
nav.close {
  display: none;
}

nav div.nav_img {
  width: 38%;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 40px;
  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;
}

nav div.nav_img img {
  width: 90%;
}

nav ul.gnav {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 55%;
  list-style: none;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 400;
}

nav ul.gnav li {
  width: 48%;
  margin: 10px 1%;
}

nav ul.gnav li a {
  text-decoration: none;
  color: #eee;
  padding: 10px 20px;
  font-size: 1.7rem;
  font-weight: 300;
  white-space: nowrap;
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
  border-left: 3px solid #833748;
}

nav ul.gnav li a span {
  font-size: 1.2rem;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}

nav ul.gnav li a:hover {
  background-color: rgba(131, 55, 72, 0.5);
}

nav ul.gnav li a.linkno {
  opacity: 0.3;
}

nav ul.gnav li a.lineno {
  border-left: none;
}

nav ul.gnav li.min {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

nav ul.gnav li.min a {
  padding: 10px;
  border-bottom: none;
  border-left: none;
  font-size: 1.4rem;
  width: auto;
  margin: 0 10px;
}

nav ul.gnav li.min a span {
  font-size: 1.4rem;
  display: inline;
  line-height: 1;
  margin: 0 5px 0 0;
}

nav ul.gnav li.min a:hover {
  background-color: initial;
  color: #833748;
}

nav ul.gnav li.request,
nav ul.gnav li.reserve {
  margin: 10px 1%;
}

nav ul.gnav li.request a {
  color: #fff;
  border: solid 1px #ccc;
  border-radius: 30px;
  padding: 10px;
  width: 100%;
  text-align: center;
  background-color: #833748;
}

nav ul.gnav li.reserve a {
  color: #fff;
  border: solid 1px #ccc;
  border-radius: 30px;
  padding: 10px;
  width: 100%;
  text-align: center;
  background-color: #0b425e;
}

nav ul.gnav li.youtube,
nav ul.gnav li.instagram,
nav ul.gnav li.tiktok {
  width: auto;
  margin: 0 2%;
}

nav ul.gnav li.youtube a,
nav ul.gnav li.instagram a,
nav ul.gnav li.tiktok a {
  text-align: center;
  font-size: 3rem;
  width: auto;
  padding: 5px 10px;
}

nav p {
  display: none;
}

nav p::before,
nav p::after {
  background-color: #000;
  border-radius: 3px;
  content: "";
  height: 3px;
  width: 30px;
}

nav p::before {
  margin-right: 10px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

nav p::after {
  margin-left: 10px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

@media screen and (max-width: 896px) {
  header {
    height: 80px;
    padding: 0 0;
    position: fixed;
    width: 100%;
  }
  header .logo a {
    padding-left: 15px;
  }
  header .logo a span {
    font-size: 1.3rem;
  }
  /*header .logo img {
  height: 25px;
  margin-right: 10px;
  }*/
  header .logo img {
    height: 50px;
    margin-right: 10px;
  }
  nav div.nav_img {
    display: none;
  }
  .pc_nav {
    display: none;
  }
  .sp_nav {
    width: 100%;
    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;
  }
  nav {
    position: fixed;
    left: 0;
    top: 80px;
    display: none;
    z-index: 8000;
    width: 100%;
    height: 100%;
    padding: 20px 0 0 0;
  }
  nav ul.gnav {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    top: 0;
    right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    z-index: 97;
  }
  nav ul.gnav li {
    width: 46%;
    margin: 0 2% 5px 2%;
  }
  nav ul.gnav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    width: 100%;
    padding: 10px 10px;
    font-size: 1.4rem;
  }
  nav ul.gnav li a span {
    font-size: 1rem;
    width: 100%;
  }
  nav ul.gnav li.request a,
  nav ul.gnav li.reserve a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  nav ul.gnav li a:before {
    font-size: 1.2rem;
    padding-right: 5px;
  }
  nav ul.gnav li.min a:hover {
    background-color: none;
  }
  nav ul.gnav li.min a span {
    width: auto;
  }
  nav p {
    font-size: 1.5rem;
    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: 100%;
    margin: 20px 0 0 0;
    color: #fff;
  }
  nav p::before,
  nav p::after {
    border-radius: 2px;
    height: 2px;
    width: 20px;
    background-color: #fff;
  }
  nav ul.gnav li.youtube a,
  nav ul.gnav li.instagram a,
  nav ul.gnav li.tiktok a {
    font-size: 2.5rem;
    border-left: none;
  }
}
/*----------------------------------------
 footer
----------------------------------------*/
footer {
  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;
  width: 100%;
}

/*----------------------------------------
 sns
----------------------------------------*/
.sns {
  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;
  width: 100%;
  padding: 40px 0;
}

.sns_inner {
  width: 90%;
  max-width: 1152px;
  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;
}

.sns h2 {
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  margin: 0 0 40px 0;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 300;
}

.sns h2 span {
  font-size: 1.5rem;
  display: block;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.sns ul {
  width: 100%;
  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;
  list-style: none;
  margin: 0 0 40px 0;
}

.sns ul li {
  width: 33.33%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #fff;
}

.sns ul li a {
  width: 100%;
  height: 110px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.sns ul li a:hover {
  opacity: 0.7;
}

.sns ul li.youtube {
  background: #EFE8E3;
  text-align: center;
}

.sns ul li.youtube img {
  max-width: 205px;
  max-height: 47px;
  width: 75%;
}

.sns ul li.instagram {
  background: url("../images/common/sns_insta_bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-align: center;
}

.sns ul li.instagram img {
  max-width: 70px;
  max-height: 70px;
  width: 25%;
}

.sns ul li.tiktok {
  background: #000;
  text-align: center;
}

.sns ul li.tiktok img {
  max-width: 56px;
  max-height: 64px;
  width: 25%;
}

@media screen and (max-width: 896px) {
  .sns_inner {
    max-width: 90%;
  }
  .sns h2 {
    font-size: 2rem;
  }
  .sns h2 span {
    font-size: 1.3rem;
  }
  .sns ul {
    margin: 0 0 0 0;
  }
  .sns ul li a {
    height: 55px;
  }
}
/*----------------------------------------
 lineup
----------------------------------------*/
.lineup {
  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;
  width: 100%;
  padding: 0 0 0 0;
}

.lineup_inner {
  width: 90%;
  max-width: 1152px;
  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;
}

.lineup h2 {
  font-size: 2.6rem;
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  margin: 0 0 40px 0;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 300;
}

.lineup h2 span {
  font-size: 1.5rem;
  display: block;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.lineup_slide {
  width: 100%;
  margin: 0 auto 40px auto;
  padding-bottom: 40px;
  position: relative;
}

.lineup_slide div.slide_box {
  padding: 0 20px;
  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;
  width: 100%;
}

.lineup_slide .slide-arrow {
  bottom: 0;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 2rem;
  line-height: 40px;
  cursor: pointer;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border: 1px solid #32a9b7;
  border-radius: 50%;
  color: #32a9b7;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.lineup_slide .slide-arrow:hover {
  background-color: #32a9b7;
  color: #fff;
}

.lineup_slide .prev-arrow {
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 30px));
          transform: translateX(calc(-50% - 30px));
}

.lineup_slide .next-arrow {
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 30px));
          transform: translateX(calc(-50% + 30px));
}

@media screen and (max-width: 896px) {
  .lineup_inner {
    max-width: 90%;
  }
  .lineup h2 {
    font-size: 2rem;
  }
  .lineup h2 span {
    font-size: 1.3rem;
  }
}
/*----------------------------------------
 contact
----------------------------------------*/
.contact {
  width: 100%;
  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;
  background-color: #833748;
  color: #fff;
}

.contact_inner {
  width: 100%;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 0;
}

.contact .tel {
  width: 100%;
  margin: 0 0;
  color: #fff;
}

.contact .tel a {
  color: #fff;
}

.contact .tel p {
  text-align: center;
  font-size: 1.5rem;
  margin: 0 0 5px 0 !important;
  padding: 0 0 0 0;
  line-height: 1.5;
}

.contact .tel p.tel_text {
  font-size: 1.2rem;
  line-height: 1.5;
}

.contact .tel p.tel_number {
  font-family: "Hedvig Letters Sans", sans-serif;
  font-weight: 400;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: -0.5px;
}

.contact .tel p .tel_icon {
  width: auto;
  height: 40px;
  position: relative;
  top: -7px;
  margin: 0 5px 0 0;
}

.contact .tel .tap {
  display: none;
}

@media screen and (max-width: 896px) {
  .contact_inner {
    max-width: 90%;
  }
  .contact h2 {
    font-size: 2rem;
  }
  .contact .tel {
    width: 100%;
    max-width: 100%;
  }
  .contact .tel p {
    font-size: 1.3rem;
  }
  .contact .tel p.tel_text {
    font-size: 1rem;
  }
  .contact .tel p .tel_icon {
    width: auto;
    height: 20px;
    position: relative;
    top: -10px;
    margin: 0 5px 0 0;
  }
  .contact .tel p.tel_number {
    font-size: 4rem;
  }
  .contact .tel .tap {
    display: block;
    width: 100%;
  }
  .contact .tel .tap a {
    display: block;
    width: 90%;
    padding: 10px 20px;
    text-align: center;
    margin: 0 auto 5px;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
  }
  .contact .tel .tap a::after {
    font-family: "Material Symbols Outlined";
    content: "\e5e1";
    display: inline-block;
    font-weight: 100;
    font-size: 2.2rem;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
/*----------------------------------------
 banner
----------------------------------------*/
.banner {
  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;
  width: 100%;
}

.banner_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  max-width: 1152px;
  padding: 40px 0;
}

@media screen and (max-width: 896px) {
  .banner_inner {
    max-width: 90%;
  }
}
/*----------------------------------------
 content
----------------------------------------*/
.section_content {
  background-color: #f6faf2;
}

/*----------------------------------------
 about
----------------------------------------*/
.about {
  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;
  width: 100%;
}

.about_inner {
  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;
  width: 90%;
  max-width: 1152px;
  padding: 40px 0;
  background: white;
}

.about h2 {
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  margin: 0 0 40px 0;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 300;
  position: relative;
}

.about h2::before {
  content: url(../img/footer/about_soken.svg);
  position: absolute;
  width: 40%;
  left: -10%;
}

.about h2 span {
  font-size: 1.5rem;
  display: block;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.about img {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.about p.title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  width: 100%;
}

.about p.detail {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  text-align: center;
  border-radius: 50px;
  padding: 2px 25px;
}

@media screen and (max-width: 1410px) {
  .about h2::before {
    display: block;
    position: relative;
    left: -40px;
    top: 20px;
    width: 60%;
    margin-top: -50px;
  }
}
@media screen and (max-width: 896px) {
  .about_inner {
    max-width: 80%;
  }
  .about h2 {
    font-size: 2rem;
  }
  .about h2 span {
    font-size: 1.3rem;
  }
}
/*----------------------------------------
 copy
----------------------------------------*/
.copy {
  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;
  width: 100%;
  font-size: 1rem !important;
  letter-spacing: 0 !important;
}

.copy_inner {
  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;
  width: 90%;
  max-width: 1152px;
  padding: 40px 0;
}

@media screen and (max-width: 896px) {
  .copy_inner {
    max-width: 90%;
  }
  .copytight p:last-child {
    text-align: center;
    margin: 0 auto;
  }
}
.copytight {
  width: 100%;
  font-size: 1rem;
  padding: 5px;
  background-color: #333;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}

/*----------------------------------------
プロモ追加　SP　footer　ナビ
----------------------------------------*/
@media screen and (max-width: 896px) {
  #footerSpNavi {
    display: block;
    position: static;
    padding: 0;
    margin: 10px auto 40px auto;
    width: 94%;
  }
  #footerSpNavi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
  }
  #footerSpNavi li {
    padding: 0;
    color: #fff;
    width: calc(50% - 4px);
    margin: 0 2px 5px 2px;
  }
  #footerSpNavi li a {
    padding: 0;
    display: block;
  }
  #footerSpNavi li a img {
    width: 100%;
    border-radius: 10px;
  }
  #footerSpNavi li figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
  }
  #footerSpNavi li .text {
    position: absolute;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
    width: 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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  #footerSpNavi li .text span {
    font-size: 10px;
    display: block;
  }
  #footerSpNavi li .text span.title {
    font-size: 15px;
    line-height: 1.8;
    display: block !important;
  }
  #footerSpNavi li.nolink a {
    pointer-events: none;
    -webkit-filter: contrast(0.5);
            filter: contrast(0.5);
  }
}
@media screen and (min-width: 897px) {
  #footerSpNavi {
    display: none;
  }
}
/*メニューボタン*/
.footer_nav {
  display: none;
}

@media screen and (max-width: 896px) {
  .copytight {
    margin-bottom: 50px;
  }
  /*メニューボタン*/
  .footer_nav {
    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;
    width: 100%;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 9999 !important;
    opacity: 1;
  }
  .footer_nav div.sp-button {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1rem;
    text-align: center;
    width: 20%;
    height: 50px;
    background-color: #fff;
  }
  .footer_nav div.sp-button a {
    color: #333;
    width: 100%;
    padding: 10px 0;
  }
  .footer_nav div a.bd_r {
    border-right: 1px solid #ccc;
  }
  .footer_nav div.sp-button i {
    font-size: 3rem;
    text-align: center;
  }
  .footer_nav div.sp-button .material-symbols-outlined {
    font-weight: 300;
    font-size: 2rem;
    vertical-align: middle;
  }
  .footer_nav div.request {
    background-color: #833748;
    text-align: center;
    height: 50px;
    border-right: none;
    position: relative;
  }
  .footer_nav div.reserve {
    background-color: #0b425e;
    text-align: center;
    height: 50px;
  }
  /*.footer_nav div.reserve::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% / 4);
  height: 100%;
  background: rgba(39, 39, 39, 0.5);
  }*/
  .footer_nav div.request a,
  .footer_nav div.reserve a {
    color: #fff;
    width: 100%;
    height: 50px;
  }
}
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container_desk {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.is-relative {
  position: relative;
}

.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.j-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.j-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.f-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.f-10 {
  font-size: 10px;
}

.f-11 {
  font-size: 11px;
}

.lh-2 {
  line-height: 2;
}

.section-title {
  text-align: center;
  font-size: 60px;
  color: #833748;
}

.section-subtitle {
  text-align: center;
  font-size: 20px;
  color: #833748;
  margin-bottom: 40px;
  font-weight: 500;
}

.page-padding {
  padding-top: 80px;
}

.more {
  width: 60%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 896px) {
  .section-title {
    font-size: 36px;
  }
  .section-subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .f-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
/*----------------------------------------
 top
----------------------------------------*/
.main_v {
  width: 100%;
  background: url(../images/common/paper.webp) repeat-y center top;
  background-size: contain;
}

.mv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.mv img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv1,
.mv2 {
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  width: 100%;
}

.mv2 {
  opacity: 0;
}

.town {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 5;
}

.intro {
  padding: 40px 30px 50vh;
  background: url(../images/top/bg.webp) no-repeat center top;
  background-size: cover;
}
.intro .intro_img {
  width: 40%;
}
.intro .intro_text {
  position: relative;
  padding: 4rem 3rem 16rem;
}
.intro .intro_text::after {
  content: "";
  background: url(../images/top/bg2.webp) no-repeat center center;
  background-size: cover;
  mix-blend-mode: multiply;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.intro .intro_text p {
  color: #fff;
  z-index: 2;
  position: relative;
}
.intro .mark {
  position: relative;
  z-index: 2;
  width: 60px;
  margin-bottom: 3rem;
}
.intro .intro_logo img {
  width: 50%;
}

.model-house {
  background: url(../images/common/paper.webp) repeat-y center top;
  background-size: contain;
  padding: 80px 30px;
}
.model-house ul {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.model-house ul li {
  width: 48%;
}

@media screen and (max-width: 896px) {
  .main_v {
    width: 100%;
    position: relative;
  }
  .mv {
    position: relative;
    height: 95svh;
    overflow: hidden;
  }
  .mv img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mv1,
  .mv2 {
    position: absolute;
    inset: 0;
    top: 0;
    left: 0;
    width: 100%;
  }
  .mv2 {
    opacity: 0;
  }
  .town {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 110%;
    z-index: 5;
  }
  .intro {
    padding: 30px 20px;
  }
  .intro .is-flex {
    display: block;
  }
  .intro .intro_img {
    width: 60%;
  }
  .intro .intro_text {
    position: relative;
    padding: 4rem 3rem;
  }
  .intro .intro_text::after {
    content: "";
    background: url(../images/top/bg2.webp) no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .intro .intro_text p {
    font-size: 13px;
  }
  .intro .mark {
    position: relative;
    z-index: 2;
    width: 40px;
    margin-bottom: 3rem;
  }
  .intro .intro_logo {
    text-align: center;
  }
  .intro .intro_logo img {
    width: 50%;
  }
  .model-house {
    background: url(../images/common/paper.webp) repeat-y center top;
    background-size: cover;
    padding: 50px 20px;
  }
  .model-house ul {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
  }
  .model-house ul li {
    width: 100%;
  }
}
/*----------------------------------------
 info
----------------------------------------*/
.info-wrap {
  width: 100%;
}
.info-wrap .mark {
  padding: 40px 20px 50px;
  background-color: #fff;
  text-align: center;
}
.info-wrap .mark img {
  width: 60px;
}
.info-wrap .info-title {
  background-color: #000;
  text-align: center;
  padding: 10px;
  font-size: 15px;
  letter-spacing: 1.5em;
  color: #b2a296;
}
.info-wrap .info-inner {
  background: url(../images/info/bg.webp) no-repeat center center;
  padding: 40px 20px 0;
  text-align: center;
  color: #fff;
}
.info-wrap .info-inner .txt01 {
  font-size: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 2px;
}
.info-wrap .info-inner .txt02 {
  font-size: 36px;
  color: #e9dbc2;
}
.info-wrap .info-inner .txt03 {
  font-size: 24px;
  letter-spacing: 4px;
}

@media screen and (max-width: 896px) {
  .info-wrap {
    width: 100%;
  }
  .info-wrap .mark {
    padding: 20px 20px 30px;
  }
  .info-wrap .mark img {
    width: 40px;
  }
  .info-wrap .info-title {
    padding: 10px;
    font-size: 13px;
    letter-spacing: 1.2em;
  }
  .info-wrap .info-inner .txt01 {
    font-size: 13px;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    letter-spacing: 1px;
  }
  .info-wrap .info-inner .txt02 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .info-wrap .info-inner .txt03 {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
/*----------------------------------------
 ボタン
----------------------------------------*/
.info_btn {
  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: 100%;
  gap: 40px;
  padding: 30px 0;
}
.info_btn a {
  width: 25%;
}

@media screen and (max-width: 896px) {
  .info_btn {
    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: 100%;
    gap: 20px;
    padding: 20px 0;
  }
  .info_btn a {
    width: 45%;
  }
}
/*----------------------------------------
 location
----------------------------------------*/
.change_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
.change_tab li {
  width: 30%;
  text-align: center;
}
.change_tab li a {
  display: block;
  border: 1px solid;
  padding: 1.5rem;
  border-radius: 10px;
  background-color: #fff;
  color: #833748;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.change_tab li a.is-active {
  background-color: #833748;
  color: #fff;
}
.change_tab li a:hover {
  background-color: #833748;
  color: #fff;
}

.loc-box {
  padding: 60px 20px;
}

.loc-box.box1 {
  background-color: #fff;
}

.loc-box.box2 {
  background-color: #f0f0f0;
}

.title1 {
  font-size: 56px;
  text-align: center;
  color: #833748;
}

.subtitle1 {
  text-align: center;
  font-size: 22px;
}

.span_2 > div {
  width: 48%;
}

.span_3 > div {
  width: 31%;
}

.loc-txt1 {
  color: #833748;
  font-weight: 500;
  font-size: 18px;
}
.loc-txt1.lg {
  font-size: 24px;
}

.loc-txt2 {
  font-size: 12px;
}

.loc-txt3 {
  line-height: 1.8;
  border-top: 1px solid #ddd;
  margin-top: 0.5em;
  padding-top: 0.5em;
}
.loc-txt3 span {
  color: #833748;
  font-weight: bold;
  display: block;
}
.loc-txt3.sm {
  font-size: 14px;
}

.location_v {
  background: url(../images/location/mv.webp) no-repeat center center;
  background-size: cover;
  margin-bottom: 0;
}

@media screen and (max-width: 896px) {
  .change_tab {
    margin-bottom: 40px;
  }
  .change_tab li {
    width: 45%;
  }
  .change_tab li a {
    padding: 1.2rem;
    border-radius: 16px;
  }
  .loc-box {
    padding: 40px 20px;
  }
  .title1 {
    font-size: 36px;
  }
  .subtitle1 {
    text-align: center;
    font-size: 16px;
  }
  .span_2 > div {
    width: 100%;
    margin-bottom: 30px;
  }
  .span_3 > div {
    width: 100%;
    margin-bottom: 30px;
  }
  .loc-txt1 {
    font-size: 16px;
  }
  .loc-txt1.lg {
    font-size: 16px;
  }
  .loc-txt2 {
    font-size: 12px;
  }
  .loc-txt3 {
    font-size: 14px;
  }
  .loc-txt3.sm {
    font-size: 14px;
  }
  .location_v {
    background: url(../images/location/mv.webp) no-repeat center center;
    background-size: cover;
  }
}
/*----------------------------------------
 access
----------------------------------------*/
.access-box {
  padding: 60px 20px;
}

.train-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.train-access .access-item {
  border-left: 3px solid #833748;
  width: 30%;
  padding-left: 1rem;
}
.train-access .access-item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.train-access .access-item div .l {
  text-align: left;
  font-size: 20px;
}
.train-access .access-item div .l span {
  font-size: 26px;
}
.train-access .access-item div .r {
  text-align: right;
  font-size: 20px;
}
.train-access .access-item div .r .min01 {
  font-size: 28px;
  color: #833748;
}
.train-access .access-item div .r .min02 {
  font-size: 16px;
}
.train-access .access-item .ac-cap {
  border-top: 1px dotted #bbb;
  font-size: 13px;
  margin-top: 0.5em;
  padding-top: 0.5em;
}

@media screen and (max-width: 896px) {
  .access-box {
    padding: 40px 20px;
  }
  .train-access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .train-access .access-item {
    border-left: 3px solid #833748;
    width: 100%;
    padding-left: 1rem;
  }
  .train-access .access-item div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .train-access .access-item div .l {
    font-size: 20px;
  }
  .train-access .access-item div .l span {
    font-size: 24px;
  }
  .train-access .access-item div .r {
    text-align: right;
    font-size: 18px;
  }
  .train-access .access-item div .r .min01 {
    font-size: 24px;
  }
  .train-access .access-item div .r .min02 {
    font-size: 14px;
  }
  .train-access .access-item .ac-cap {
    border-top: 1px dotted #bbb;
    font-size: 12px;
    margin-top: 0.5em;
    padding-top: 0.5em;
  }
}
/*----------------------------------------
 landplan
----------------------------------------*/
.plan-box {
  padding: 60px 20px;
}

.mw800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.plan_v {
  background: url(../images/plan/mv.webp) no-repeat center center;
  background-size: cover;
}

.closed {
  max-width: 640px;
  margin: 40px auto;
  text-align: center;
  border: 1px solid #333;
  padding: 1.5em;
  background-color: #fff;
}
.closed p:nth-of-type(1) {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
.closed p:nth-of-type(2) {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
.closed p:nth-of-type(3) {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 896px) {
  .plan-box {
    padding: 40px 20px;
  }
  .closed {
    padding: 1em;
  }
  .closed p:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .closed p:nth-of-type(2) {
    font-size: 14px;
  }
  .closed p:nth-of-type(3) {
    font-size: 13px;
  }
}
.notes {
  margin-top: 40px;
  font-size: 12px;
}

.main_slide {
  display: none;
}

.main_slide.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}/*# sourceMappingURL=style.css.map */