@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Barlow&family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sen&display=swap');
html, body {
  -webkit-text-size-adjust: 100%;
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  font-size: 1.7rem;
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic medium", Meiryo, "sans-serif";
  font-weight: 400;
  font-style: normal;
  color: #333333;
  box-sizing: border-box;
  margin: 0;
  /*letter-spacing: 0.02em;*/
  word-wrap: break-word;
  background-color: #fff;
  /*-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: #333333;
  text-decoration: none;
  transition: .3s ease;
}
a:hover {
  color: #ea7843;
  text-decoration: none;
  transition: .3s ease;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}
.grey {
  color: #aaa;
}
.bold {
  font-weight: bold;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
.tab_only {
  display: none;
}
.lessthan_tab {
  display: none;
}
@media screen and (max-width: 834px) {
  .tab_only {
    display: block;
  }
  .lessthan_tab {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .pc_only {
    display: none;
  }
  .tab_only {
    display: none;
  }
  .lessthan_tab {
    display: block;
  }
  .sp_only {
    display: block;
  }
}
/* box系 */
.outer {
  width: 92%;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0;
  /*padding: 0 30px;*/
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 30px;
}
.wrapper {
  width: 92%;
  margin: 0 auto;
  max-width: 980px;
}
.inner {
  width: 92%;
  margin: 0 auto;
  max-width: 900px;
}
@media screen and (max-width: 1920px) {
  .outer {
    max-width: initial;
    width: 92%;
  }
}
@media screen and (max-width: 1480px) {
  .outer {
    width: 92%;
    padding: 0;
  }
  .container {
    width: 92%;
    max-width: initial;
    padding: 0;
  }
}
@media screen and (max-width: 1020px) {
  .wrapper {
    width: 92%;
    max-width: initial;
  }
}
/*  KV  */
#kv {
  width: 100%;
  background-color: #e1f3fa;
  background-image: url("../images/cloud.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 343px 139px;
  /*padding: 100px 0 50px;*/
  padding: 0 0 50px;
}
#kv #kv-part {
  max-width: 1920px;
  width: 92%;
  margin: 0 auto;
  padding: 0;
  /*padding: 0 30px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
#kv #kv-part .kv-img {
  width: 60%;
  margin-left: auto;
}
#kv #kv-part .kv-img img {
  border-radius: 50px;
}
#kv #kv-part .kv-catch {
  width: calc(40% - 60px);
}
#kv #kv-part .kv-catch h2 {
  width: 100%;
  margin: 0 auto 30px;
}
#kv #kv-part .kv-catch figure {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  #kv #kv-part {
    max-width: initial;
    width: 92%;
  }
}
@media screen and (max-width: 834px) {
  #kv {
    width: 100%;
    background-color: #e1f3fa;
    background-image: none;
    padding: 110px 0 40px;
  }
  #kv #kv-part .kv-img img {
    border-radius: 30px;
  }
  #kv #kv-part .kv-catch {
    width: 38%;
  }
  #kv #kv-part .kv-catch h2 {
    width: 85%;
    margin: 0 auto 20px;
  }
  #kv #kv-part .kv-catch figure {
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  #kv {
    padding: 80px 0 20px;
  }
  #kv #kv-part {
    width: 92%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #kv #kv-part .kv-img {
    width: 100%;
    margin-left: auto;
  }
  #kv #kv-part .kv-catch {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px;
  }
  #kv #kv-part .kv-catch h2 {
    width: 50%;
    margin: 0 auto 0 0;
  }
  #kv #kv-part .kv-catch figure {
    width: 47%;
    margin: 0 auto;
  }
}
/* ヘッダー */
#small-header {
  display: none;
}
.header {
  width: 100%;
  height: 100px;
  padding: 0;
  /*position: fixed;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);*/
  z-index: 100;
  top: 0;
  transition: .4s ease;
}
.header .outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 96%;
}
.header-navFixed {
  background-color: #fff; /* 背景色 */
  position: fixed; /* 固定 */
  top: -100px; /* ヘッダーの高さ分上にする(隠す) */
  transition: top .4s; /* アニメーション効果を追加 */
  width: 100%; /* 幅を100%に */
  box-shadow: 0 0 8px rgba(0, 0, 0, .05);
}
/* 固定ヘッダーが表示されたときのスタイル */
#js-header.is-show {
  top: 0; /* 隠していたヘッダーを表示 */
  height: 80px;
}
.header h1 {
  width: 400px;
}
.header .gnav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .gnav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .gnav ul li {
  margin-right: 40px;
}
.header .gnav .hd-contact {
  /*width:200px;*/
  height: 45px;
  font-size: 1.5rem;
  line-height: 1;
  border-radius: 23px;
  padding: 15px 30px;
  margin: 0 auto;
  display: block;
  text-align: center;
  outline: none;
  transition: ease .3s;
  background-color: #ea7843;
  color: #fff;
}
.header .gnav .hd-contact:before {
  content: '';
  background-image: url("../images/icon-contact.png");
  width: 20px;
  height: 14px;
  background-size: contain;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
  display: inline-block;
}
.header .gnav .hd-contact:hover {
  /*filter: brightness(1.2);*/
  background-color: #ea5413;
  transition: ease .3s;
  color: #fff;
}
#js-header.is-show h1 {
  width: 350px;
}
#js-header.is-show .gnav ul li {
  font-size: 1.6rem;
}
#js-header.is-show.header .gnav .hd-contact {
  height: 40px;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 23px;
  padding: 12px 30px 12px;
  margin: 0 auto;
  display: block;
  text-align: center;
  outline: none;
  transition: ease .3s;
  background-color: #ea7843;
  color: #fff;
  white-space: nowrap;
}
#js-header.is-show.header .gnav .hd-contact:before {
  content: '';
  background-image: url("../images/icon-contact.png");
  width: 16px;
  height: 12px;
  background-size: contain;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
  display: inline-block;
}
#js-header.is-show.header .gnav .hd-contact:hover {
  /*filter: brightness(1.2);*/
  background-color: #ea5413;
  transition: ease .3s;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .header {
    padding: 0;
  }
  .header h1 {
    width: 300px;
  }
  #js-header.is-show h1 {
    width: 300px;
  }
  .header .gnav ul li {
    margin-right: 30px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 0;
  }
  .header h1 {
    width: 200px;
  }
  #js-header.is-show h1 {
    width: 200px;
  }
  .header .gnav ul li {
    margin-right: 25px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .gnav {
    display: none;
  }
  .header {
    display: none;
  }
  #small-header {
    width: 100%;
    display: flex;
    background-color: #ffffff;
    height: 80px;
    padding: 15px;
    position: fixed;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: .3s ease;
    z-index: 200;
    top: 0;
  }
  #small-header h1 {
    width: 240px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #small-header .gnav-sp {
    font-size: 1.6rem;
    display: block;
  }
  #small-header .gnav-sp a {
    text-decoration: none;
    color: #ffffff;
  }
  #small-header .gnav-sp .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
    transition: opacity .5s;
  }
  #small-header .gnav-sp .overlay.open {
    width: 100%;
    opacity: 1;
    height: 200vh;
  }
  #small-header .gnav-sp .menu-trigger {
    display: inline-block;
    width: 30px;
    height: 23px;
    vertical-align: middle;
    cursor: pointer;
    /*position: fixed;*/
    position: absolute;
    top: 26px;
    right: 20px;
    z-index: 301;
    transform: translateX(0);
    transition: transform .5s;
  }
  #small-header .gnav-sp .menu-trigger.active {
    transform: translateX(0);
  }
  #small-header .gnav-sp .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    /*background-color: #2ca176;*/
    background-color: #376182;
    transition: all .5s;
  }
  #small-header .gnav-sp .menu-trigger.active span {
    background-color: #ffffff;
  }
  #small-header .gnav-sp .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #small-header .gnav-sp .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  #small-header .gnav-sp .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  #small-header .gnav-sp .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  #small-header .gnav-sp .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #small-header .gnav-sp .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-11px) rotate(45deg);
  }
  #small-header .gnav-sp nav {
    width: 90%;
    height: 100vh;
    background-color: rgb(55, 97, 130, 1);
    position: fixed;
    top: 0;
    right: 0;
    transform: translate(100%);
    transition: all .5s;
    z-index: 300;
    padding: 60px 40px 40px;
    /*overflow-y: scroll;*/
  }
  #small-header .gnav-sp nav .menu {
    margin-bottom: 40px;
  }
  #small-header .gnav-sp nav .menu li {
    line-height: 4;
    text-align: center;
  }
  #small-header .gnav-sp nav.open {
    transform: translateZ(0);
  }
  #small-header .gnav-sp .menu_item {
    cursor: pointer;
    display: block;
  }
  #small-header .gnav-sp .menu_item_link {
    display: block;
    padding: 0;
    position: relative;
  }
  #small-header .gnav-sp .menu_item_link:after {
    display: block;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    content: "\f067";
  }
  #small-header .gnav-sp .menu_item_link.on:after {
    content: '\f068';
  }
  #small-header .gnav-sp .submenu {
    display: none;
  }
  #small-header .gnav-sp .submenu_item {
    color: #ffffff;
    padding-left: 1.5em;
  }
  #small-header .gnav-sp .menu .submenu_item:last-child {
    border-bottom: none;
  }
  #small-header .gnav-sp .logobox-sp {
    width: 70%;
    background-color: #fff;
    margin: 0 auto 30px;
    padding: 30px;
  }
  #small-header .gnav-sp .logobox-sp h2 {
    width: 80%;
    margin: 0 auto 20px;
  }
  #small-header .gnav-sp .logobox-sp p {
    color: #333;
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  #small-header {
    display: block;
    background-color: #ffffff;
    height: 70px;
    padding: 10px 20px;
  }
  #small-header h1 {
    width: 220px;
  }
  #small-header .gnav-sp .menu-trigger {
    top: 22px;
  }
  #small-header .gnav-sp nav .menu li {
    line-height: 4;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  #small-header {
    height: 60px;
    padding: 10px 15px;
  }
  #small-header h1 {
    width: 180px;
    left: 15px;
  }
  #small-header .gnav-sp .menu-trigger {
    top: 18px;
    right: 15px;
  }
  #small-header .gnav-sp nav {
    padding: 40px 30px 30px;
    /*overflow-y: scroll;*/
  }
  #small-header .gnav-sp nav .menu {
    margin-bottom: 30px;
  }
  #small-header .gnav-sp nav .menu li {
    line-height: 3.5;
    font-size: 1.6rem;
  }
}
/* コンセプト */
#concept {
  width: 100%;
}
#concept .outer {
  width: 92%;
  padding: 30px 0 130px;
  margin: 80px auto;
  background-image: url("../images/concept-img_1_wide.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1341px 600px;
  position: relative;
}
/*#concept .outer:after {
content:'';
  width: 1341px;
	height:600px;
  background-image: url("../images/concept-img_1_wide.jpg");
  background-repeat: no-repeat;
	background-size: cover;
  position: absolute;
	left:0;
	bottom:0;
}*/
#concept .outer .concept-image_2 {
  width: 230px;
  position: absolute;
  bottom: 40px;
  right: 400px;
  z-index: 0;
}
#concept .concept-text {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin-right: 0;
}
#concept h3 {
  writing-mode: vertical-rl;
  color: #376182;
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 30px;
  z-index: 2;
}
#concept h3:after {
  content: 'CONCEPT';
  font-size: 5.5rem;
  display: block;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#concept p {
  writing-mode: vertical-rl;
  font-size: 1.8rem;
  line-height: 2.5;
  z-index: 2;
}
@media screen and (max-width: 1920px) {
  #concept {
    width: 100%;
    padding: 80px 0;
    margin: 0px auto;
    background-image: url("../images/concept-img_1.jpg"), url("../images/concept-img_4.png");
    background-repeat: no-repeat;
    background-position: left center, right bottom 120px;
    background-size: 67%, 13%;
    position: relative;
  }
  #concept .outer {
    max-width: 1380px;
    padding: 0 0 100px;
    margin: 40px auto;
    background-image: none;
  }
  #concept .outer .concept-image_2 {
    display: none;
  }
}
@media screen and (max-width: 1680px) {
  #concept .outer {
    max-width: 1280px;
    padding: 80px 0;
  }
  #concept .outer .concept-image_2 {
    display: none;
  }
}
@media screen and (max-width: 1540px) {
  #concept {
    width: 100%;
    padding: 40px 0;
    margin: 0px auto;
    background-image: url("../images/concept-img_1.jpg"), url("../images/concept-img_4.png");
    background-repeat: no-repeat;
    background-position: left center, right bottom 40px;
    background-size: 67%, 13%;
    position: relative;
  }
  #concept .outer {
    width: 92%;
    max-width: 1280px;
    padding: 40px 0;
    margin: 60px auto;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 1341px 600px;
    position: relative;
  }
  #concept .concept-text {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1280px) {
  #concept {
    width: 100%;
    padding: 20px 0;
    margin: 0px auto;
    background-image: url("../images/concept-img_1.jpg"), url("../images/concept-img_4.png");
    background-repeat: no-repeat;
    background-position: left center, right bottom 40px;
    background-size: 70%, 13%;
    position: relative;
  }
  #concept .outer {
    width: 92%;
    padding: 40px 0;
    margin: 60px auto;
  }
  #concept .concept-text {
    margin-right: 20px;
  }
}
@media screen and (max-width: 980px) {
  #concept {
    width: 100%;
    padding: 20px 0;
    margin: 0px auto;
    background-image: url("../images/concept-img_1.jpg"), url("../images/concept-img_4.png");
    background-repeat: no-repeat;
    background-position: left center, right bottom 40px;
    background-size: 70%, 13%;
    position: relative;
  }
  #concept .outer {
    width: 92%;
    padding: 40px 0;
    margin: 0 auto;
  }
  #concept .concept-text {
    margin-right: 0;
  }
  #concept h3 {
    writing-mode: vertical-rl;
    color: #376182;
    font-size: 1.6rem;
    font-weight: 400;
    margin-left: 20px;
    z-index: 2;
  }
  #concept h3:after {
    content: 'CONCEPT';
    font-size: 4.8rem;
  }
  #concept p {
    writing-mode: vertical-rl;
    font-size: 1.6rem;
    line-height: 2;
    z-index: 2;
  }
}
@media screen and (max-width: 834px) {
  #concept {
    width: 100%;
    padding: 20px 0;
    margin: 0px auto;
    background-image: url("../images/concept-img_1.jpg"), url("../images/concept-img_4.png");
    background-repeat: no-repeat;
    background-position: left center, right bottom 40px;
    background-size: 70%, 13%;
    position: relative;
  }
  #concept h3 {
    font-size: 1.4rem;
    margin-left: 20px;
  }
  #concept h3:after {
    font-size: 4.2rem;
  }
  #concept p {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 600px) {
  #concept {
    width: 100%;
    padding: 40px 0 150px;
    margin: 10px 0 20px;
    background-image: url("../images/concept-img_2_sp.png"), url("../images/concept-img_1_sp.jpg");
    background-position: left 10px top 15px, center bottom;
    background-size: 40%, 92%;
  }
  #concept .outer {
    width: 92%;
    padding: 0px 0;
    margin: 0 auto;
  }
  #concept .concept-image_2 {
    display: none;
  }
  #concept h3 {
    font-size: 1.3rem;
    margin-left: 15px;
  }
  #concept h3:after {
    font-size: 3.2rem;
  }
  #concept p {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 480px) {
  #concept {
    width: 100%;
    padding: 20px 0 150px;
    margin: 20px 0 20px;
    background-image: url("../images/concept-img_2_sp.png"), url("../images/concept-img_1_sp.jpg");
    background-position: left 10px top 20px, center bottom;
    background-size: 35%, 92%;
  }
  #concept .concept-image_2 {
    display: none;
  }
  #concept h3 {
    font-size: 1.3rem;
    margin-left: 15px;
  }
  #concept h3:after {
    font-size: 3.2rem;
  }
  #concept p {
    font-size: 1.6rem;
    line-height: 2;
  }
}
/* トップ新着 */
#news {
  background-color: #fbf3e9;
  width: 100%;
  /*padding-top: 80px;
  position: relative;*/
}
#news .outer {
  width: 92%;
  padding-top: 80px;
  margin: 0 auto;
  position: relative;
  /*background-color: #fbf3e9;*/
  padding-tpp: 80px;
  padding-bottom: 100px;
  background-image: url("../images/news-bg_3.png"), url("../images/news-bg_4.png");
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
  background-size: 344px 88px, 282px 97px;
  z-index: 1;
  /*max-width: 1480px;*/
}
#news .outer:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 337px;
  content: '';
  background-image: url("../images/news-bg_1.png");
  background-repeat: no-repeat;
  background-size: 500px 337px;
  background-position: bottom right;
  top: -30px;
  right: 0;
  z-index: -1;
}
#news h3 {
  font-size: 1.6rem;
  font-weight: 400;
  color: #ea7843;
  text-align: center;
  margin-bottom: 40px;
}
#news h3:after {
  content: 'NEWS';
  font-size: 5.5rem;
  display: block;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#news .news-item a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #ffffff;
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 10px;
}
#news .news-item a figure {
  width: 25%;
}
#news .news-item a figure img {
  border-radius: 5px;
  transition: .3s ease;
}
#news .news-item a dl {
  width: 72%;
  line-height: 2;
}
#news .news-item a dl dt {
  color: #ea7843;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
#news .news-item a dl dt time {
  font-family: "Sen", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  padding-right: .5em;
}
#news .news-item a dl dd {
  font-size: 1.6rem;
}
@media screen and (max-width: 1920px) {
  /*#news {
    background-color: #fbf3e9;
    width: 100%;
  }*/
  #news {
    width: 100%;
    padding-top: 0;
    position: relative;
    background-color: #fbf3e9;
    padding-bottom: 100px;
    background-image: url("../images/news-bg_3.png"), url("../images/news-bg_4.png");
    background-repeat: no-repeat;
    background-position: left bottom, right bottom;
    background-size: 344px 88px, 282px 97px;
    z-index: 1;
  }
  #news:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 337px;
    content: '';
    background-image: url("../images/news-bg_1.png");
    background-repeat: no-repeat;
    background-size: 500px 337px;
    background-position: bottom right;
    top: -30px;
    right: 0;
    z-index: -1;
  }
  #news .outer {
    max-width: 1380px;
    padding: 100px 0 40px;
    margin: 0 auto;
    background-image: none;
  }
  #news .outer:before {
    display: none;
  }
}
@media screen and (max-width: 1680px) {
  #news .outer {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1540px) {
  #news .outer {
    width: 92%;
    max-width: 1280px;
  }
}
@media screen and (max-width: 1280px) {
  #news {
    width: 100%;
    padding: 60px 0 80px;
    background-image: url("../images/news-bg_3.png"), url("../images/news-bg_4.png");
    background-repeat: no-repeat;
    background-position: left 40px bottom, right 40px bottom;
    background-size: 344px 88px, 282px 97px;
    z-index: 1;
  }
  #news:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 269px;
    content: '';
    background-image: url("../images/news-bg_1.png");
    background-repeat: no-repeat;
    background-size: 400px 269px;
    background-position: bottom right;
    top: -20px;
    right: 0;
    z-index: -1;
  }
  #news .outer {
    padding: 20px 20px 40px;
  }
}
@media screen and (max-width: 1080x) {
  #news .news-item a {
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
  }
  #news .news-item a figure {
    width: 30%;
  }
  #news .news-item a dl {
    width: 67%;
    line-height: 1.7;
  }
  #news .news-item a dl dt {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  #news .news-item a dl dt time {
    font-size: 1.5rem;
    padding-right: .5em;
  }
  #news .news-item a dl dd {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 980px) {
  #news {
    width: 100%;
    padding: 60px 0 80px;
    background-image: url("../images/news-bg_3.png"), url("../images/news-bg_4.png");
    background-repeat: no-repeat;
    background-position: left 20px bottom, right 20px bottom;
    background-size: 269px 69px, 200px 69px;
    z-index: 1;
  }
  #news:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 202px;
    content: '';
    background-image: url("../images/news-bg_1.png");
    background-repeat: no-repeat;
    background-size: 300px 202px;
    background-position: bottom right;
    top: -20px;
    right: 0;
    z-index: -1;
  }
  #news .outer {
    padding: 0 0 20px;
  }
  #news h3 {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  #news h3:after {
    font-size: 4.8rem;
  }
  #news .news-item a {
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
  }
  #news .news-item a figure {
    width: 30%;
  }
  #news .news-item a dl {
    width: 67%;
    line-height: 1.7;
  }
  #news .news-item a dl dt {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  #news .news-item a dl dt time {
    font-size: 1.5rem;
    padding-right: .5em;
  }
  #news .news-item a dl dd {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  #news .outer {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  #news {
    width: 100%;
    padding: 40px 0 60px;
    background-image: url("../images/news-bg_3.png"), url("../images/news-bg_4.png");
    background-repeat: no-repeat;
    background-position: left 10px bottom, right 10px bottom;
    background-size: 156px 40px, 116px 40px;
    z-index: 1;
  }
  #news .outer {
    max-width: initial;
    width: 92%;
    ;
    padding: 0;
    margin: 0 auto;
    background-image: none;
  }
  #news:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 112px;
    content: '';
    background-image: url("../images/news-bg_1_sp.png");
    background-repeat: no-repeat;
    background-size: 150px 112px;
    background-position: bottom right;
    top: -10px;
    right: 0;
    z-index: -1;
  }
  #news h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  #news h3:after {
    font-size: 3.2rem;
  }
  #news .news-item a {
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    flex-direction: column;
  }
  #news .news-item a figure {
    width: 60%;
    margin: 0 auto 10px;
  }
  #news .news-item a dl {
    width: 100%;
    line-height: 1.7;
  }
  #news .news-item a dl dt {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  #news .news-item a dl dt time {
    font-size: 1.4rem;
    padding-right: .5em;
  }
  #news .news-item a dl dd {
    font-size: 1.5rem;
  }
}
/*  トップお問い合わせ  */
#contact {
  background: url("../images/contact-bg.jpg") no-repeat;
  background-size: cover;
  padding: 65px 0;
}
#contact .small-wrapper {
  width: 635px;
  margin: 0 auto;
}
#contact .small-wrapper .ft-contact {
  margin-bottom: 30px;
}
#contact .small-wrapper .ft-contact a {
  width: 100%;
  background-color: transparent;
  border: solid 2px #fff;
  border-radius: 10px;
  padding: 35px;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 2.2rem;
  transition: ease .3s;
}
#contact .small-wrapper .ft-contact a:before {
  content: '';
  background-image: url("../images/icon-contact.png");
  width: 32px;
  height: 23px;
  background-size: contain;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
  display: inline-block;
}
#contact .small-wrapper .ft-contact a:hover {
  background-color: #51b39e;
  transition: ease .3s;
}
#contact p {
  text-align: center;
  font-size: 1.7rem;
  color: #fff;
  margin-bottom: 15px;
}
#contact .ft-bnr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#contact .ft-bnr a {
  width: 305px;
  transition: ease .3s;
}
#contact .ft-bnr a:hover {
  transition: ease .3s;
  opacity: .8;
}
#contact p.textlink {
  text-align: center;
  font-size: 1.7rem;
  color: #fff;
  margin-bottom: 0;
}
#contact p.textlink a {
  color: #fff;
  transition: .3s ease;
}
#contact p.textlink a:hover {
  color: #0e4d7f;
  text-decoration: none;
  transition: .3s ease;
}
/*#contact .ft-bnr2 {
  width: 305px;
  display: block;
  margin: 0 auto;
  transition: ease .3s;
}
#contact .ft-bnr2:hover {
  transition: ease .3s;
  opacity: .8;
}*/
@media screen and (max-width: 980px) {
  #contact p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 680px) {
  #contact {
    background: url("../images/contact-bg.jpg") no-repeat;
    background-size: cover;
    padding: 30px 0;
  }
  #contact .small-wrapper {
    width: 92%;
    margin: 0 auto;
  }
  #contact .small-wrapper .ft-contact {
    margin-bottom: 20px;
  }
  #contact .small-wrapper .ft-contact a {
    width: 100%;
    border: solid 2px #fff;
    border-radius: 10px;
    padding: 20px 10px;
    font-size: 1.6rem;
  }
  #contact .small-wrapper .ft-contact a:before {
    content: '';
    background-image: url("../images/icon-contact.png");
    width: 20px;
    height: 14px;
    background-size: contain;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
    display: inline-block;
  }
  #contact .ft-bnr {
    width: 100%;
    margin-bottom: 15px;
  }
  #contact .ft-bnr a {
    width: 48.5%;
  }
  #contact .ft-bnr2 {
    width: 48.5%;
  }
  #contact p {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  #contact p.textlink {
    font-size: 1.5rem;
  }
}
#ft-nav {
  width: 100%;
  padding: 55px 0;
}
#ft-nav ul {
  display: flex;
  justify-content: center;
}
#ft-nav ul li {
  margin-right: 50px;
}
#ft-nav ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 980px) {
  #ft-nav {
    width: 100%;
    padding: 45px 0;
    font-size: 1.6rem;
  }
  #ft-nav ul li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 600px) {
  #ft-nav {
    width: 100%;
    padding: 20px 0;
    font-size: 1.5rem;
  }
  #ft-nav .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #ft-nav ul li {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #ft-nav ul li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
footer .copyright {
  background-color: #376182;
  padding: 24px;
  text-align: center;
}
footer small {
  font-size: 1.3rem;
  vertical-align: top;
  color: #ffffff;
}
@media screen and (max-width: 980px) {
  footer .copyright {
    padding: 22px 0 18px;
  }
  footer small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  footer .copyright {
    padding: 18px 0 15px;
  }
  footer small {
    font-size: 1.2rem;
  }
}
/*  一覧ボタン  */
.btn-more {
  display: block;
  width: 300px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 auto;
  background-color: #ea7843;
  text-align: center;
  color: #ffffff;
  transition: ease .3s;
  position: relative;
}
.btn-more.complete {
  margin-top: 60px;
}
.btn-more:after {
  content: '';
  display: block;
  height: 9px;
  aspect-ratio: cos(30deg);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #ffffff;
  position: absolute;
  right: 40px;
  top: 50%;
  transition: ease .3s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.btn-more:hover {
  transition: ease .3s;
  background-color: #ea5413;
  color: #fff;
}
.btn-more:hover:after {
  transition: ease .3s;
  right: 30px;
}
@media screen and (max-width: 600px) {
  .btn-more {
    margin: 0 auto;
    line-height: 60px;
    border-radius: 30px;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .btn-more.complete {
    margin-top: 30px;
  }
}
#pagetop a:hover {
  filter: brightness(1.1);
}
#pagetop a {
  display: block;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 834px) {
  #pagetop {
    width: 75px;
    height: 75px;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  #pagetop {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 10px;
  }
}
/*===========================
共通
==========================*/
.low .header {
  background-color: #fff;
}
#mv {
  background-color: #e1f3fa;
  width: 100%;
  height: 250px;
  background-image: url("../images/news-bg_1.png");
  /*background-size: 350px 236px;*/
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: right 10px top -10px;
  position: relative;
  overflow: hidden;
}
#mv h2 {
  text-align: center;
  font-weight: 400;
  color: #376182;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#mv h2:before {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  display: block;
  padding-bottom: 15px;
  letter-spacing: 0.05em;
}
.bread {
  font-size: 1.2rem;
  color: #999999;
  padding-top: 20px;
  margin-bottom: 60px;
}
.bread a {
  color: #999999;
}
.bread a:hover {
  color: #ea7843;
}
@media screen and (max-width: 980px) {
  #mv {
    height: 230px;
    /*background-size: 280px 189px;*/
    background-size: 30%;
    background-position: right top -10px;
  }
  #mv h2 {
    font-size: 1.6rem;
  }
  #mv h2:before {
    font-size: 4rem;
    padding-bottom: 10px;
  }
  .bread {
    padding-top: 4%;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 834px) {
  #mv {
    height: 200px;
    background-size: 30%;
    background-position: right top -10px;
    margin-top: 70px;
  }
  #mv h2 {
    font-size: 1.6rem;
  }
  #mv h2:before {
    font-size: 4rem;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  #mv {
    height: 140px;
    margin-top: 60px;
    background-image: url("../images/news-bg_1_sp.png");
  }
  #mv h2 {
    font-size: 1.5rem;
  }
  #mv h2:before {
    font-size: 3.2rem;
    padding-bottom: 5px;
    white-space: nowrap;
  }
  .bread {
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: 30px;
  }
}
.low-contact #mv h2:before {
  content: 'CONTACT';
}
.low section {
  margin-bottom: 80px;
}
.low section .small-conts {
  margin-bottom: 50px;
}
.low section h3 {
  font-weight: 500;
  padding-bottom: 15px;
  line-height: 1.5;
  margin-bottom: 30px;
  background-color: #376182;
  color: #fff;
  font-size: 2.8rem;
  border-radius: 5px;
  padding: 18px 10px 20px 20px
}
.low section h3:before {
  content: '';
  border-left: solid #ea7843 5px;
  width: 5px;
  border-radius: 2.5px;
  padding-right: 15px;
}
.low section h4 {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #ea7843;
  font-size: 2.2rem;
}
.low section.preparing {
  margin-bottom: 120px;
}
.low section p {
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .low section {
    margin-bottom: 40px;
  }
  .low section .small-conts {
    margin-bottom: 25px;
  }
  .low section h3 {
    font-weight: 500;
    padding-bottom: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
    background-color: #376182;
    color: #fff;
    font-size: 1.8rem;
    border-radius: 4px;
    padding: 12px 10px 15px 12px
  }
  .low section h3:before {
    content: '';
    border-left: solid #ea7843 4px;
    width: 4px;
    border-radius: 2px;
    padding-right: 10px;
  }
  .low section h4 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .low section.preparing {
    margin-bottom: 50px;
  }
  .low section p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 15px;
  }
}
/*===========================
まちづくりストーリー
==========================*/
.low-story #mv h2:before {
  content: 'STORY';
}
.low-story .history-item {
  width: 100%;
  margin-bottom: 30px;
}
.low-story .history-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  background-color: #fdf5e4;
  padding: 20px;
  line-height: 2;
  margin-bottom: 30px;
  border-radius: 10px;
  /*box-shadow: 0 0 8px rgba(0, 0, 0, .15);*/
}
.low-story .history-item dt {
  color: #ea7843;
  font-weight: 500;
  font-size: 2rem;
  width: 5em;
}
.low-story .history-item dd {
  font-size: 2rem;
  width: calc(100% - 5em);
}
.contents .slider-area {
  width: 100%;
  margin: 60px auto 80px;
}
.contents .slider-area .history-slider {
  width: 80%;
  margin: 0 auto;
}
.contents .slider-area .history-slider figure img {
  margin-bottom: 10px;
  border-radius: 15px;
}
.contents .slider-area .history-slider figure figcaption {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
.contents .slider-area .history-slider .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.contents .slider-area .history-slider .slick-arrow {
  transition: ease .3s;
}
.contents .slider-area .history-slider .slick-arrow:hover {
  opacity: .9;
  transition: ease .3s;
}
.contents .slider-area .history-slider .slick-next:before {
  background: url("../images/arrow-r.png");
  background-size: contain;
}
.contents .slider-area .history-slider .slick-prev:before {
  background: url("../images/arrow-l.png");
  background-size: contain;
}
.contents .slider-area .history-slider .slick-arrow {
  z-index: 2;
  width: 29px;
  height: 53px;
}
.contents .slider-area .history-slider .slick-next {
  right: -70px;
}
.contents .slider-area .history-slider .slick-prev {
  left: -70px;
}
@media screen and (max-width: 834px) {
  .contents .slider-area .history-slider .slick-next {
    right: -60px;
  }
  .contents .slider-area .history-slider .slick-prev {
    left: -60px;
  }
}
@media screen and (max-width: 600px) {
  .low-story .history-item {
    margin-bottom: 15px;
  }
  .low-story .history-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 10px;
    line-height: 1.5;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .low-story .history-item dt {
    font-size: 1.5rem;
    width: 4em;
  }
  .low-story .history-item dd {
    font-size: 1.5rem;
  }
  .contents .slider-area {
    width: 100%;
    margin: 30px auto 50px;
  }
  .contents .slider-area .history-slider {
    width: 100%;
  }
  .contents .slider-area .history-slider figure img {
    margin-bottom: 5px;
    border-radius: 15px;
  }
  .contents .slider-area .history-slider figure figcaption {
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: left;
  }
  .contents .slider-area .history-slider .slick-arrow {
    z-index: 2;
    width: 20px;
    height: 37px;
  }
  .contents .slider-area .history-slider .slick-next {
    right: 30px;
  }
  .contents .slider-area .history-slider .slick-prev {
    left: 30px;
  }
}
/*===================  
再開発の概要 
=================*/
.low-outline #mv h2:before {
  content: 'OUTLINE';
}
.low-outline .aim-box {
  width: 100%;
  padding: 30px 15px;
  background-color: #ecf8fc;
  border: solid 4px #cfeefa;
  border-radius: 10px;
  background-image: url("../images/bg-border.png");
  background-size: cover;
}
.low-outline .aim-box p {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 0;
}
.green {
  color: #008e6a;
}
.blue {
  color: #2580c7;
}
.orange {
  color: #ea7843;
}
.low-outline .feature-area {
  display: flex;
  justify-content: space-between;
}
.low-outline .feature-area .feature-item {
  width: 31%;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}
.low-outline .feature-area .feature-item img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}
.low-outline .feature-area .feature-item dl {
  padding: 15px 20px 20px;
  line-height: 1.5;
}
.low-outline .feature-area .feature-item dl dt {
  font-weight: 500;
  text-align: center;
  color: #376182;
  font-size: 2rem;
  margin-bottom: 5px;
}
.low-outline .feature-area .feature-item dl dd {
  font-size: 1.7rem;
}
@media screen and (max-width: 834px) {
  .low-outline .feature-area .feature-item dl {
    padding: 15px;
    line-height: 1.5;
  }
  .low-outline .feature-area .feature-item dl dt {
    font-size: 1.8rem;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .low-outline .aim-box {
    width: 100%;
    padding: 15px;
    border: solid 3px #cfeefa;
    border-radius: 10px;
  }
  .low-outline .aim-box p {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .low-outline .feature-area {
    flex-direction: column;
  }
  .low-outline .feature-area .feature-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .low-outline .feature-area .feature-item:last-child {
    margin-bottom: 0;
  }
  .low-outline .feature-area .feature-item img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
  }
  .low-outline .feature-area .feature-item dl {
    padding: 15px 20px 20px;
    line-height: 1.5;
  }
  .low-outline .feature-area .feature-item dl dt {
    font-size: 1.7rem;
    margin-bottom: 5px;
  }
  .low-outline .feature-area .feature-item dl dd {
    font-size: 1.5rem;
  }
}
/*===========================
お問い合わせフォーム
==========================*/
.contact-wrapper {
  width: 100%;
  border-radius: 5px;
  margin: 0 auto;
}
.contact-wrapper form.level {
  position: relative;
}
section .contact-wrapper p {
  margin-bottom: 20px;
}
section .contact-wrapper .number-box p {
  margin-bottom: 0;
}
.form-tbl {
  border-top: 2px solid #ddd;
  border-left: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  font-size: 16px;
  font-size: 1.7rem;
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  line-height: 2;
}
.number-box.when-narrow {
  display: none;
}
.number-box.when-wide {
  display: block;
}
.level {
  position: relative;
}
.level .number-box {
  position: absolute;
  padding: 15px;
  margin-bottom: 40px;
  width: 230px;
  background-color: #ecf8fc;
  border: solid 2px #cfeefa;
  border-radius: 0px;
  left: -260px;
  top: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
  transition: .3s all;
}
/*.level .number-box:hover {
  background-color: #cfeefa;
  color: inherit;
}*/
.level .number-box p {
  text-align: center;
  font-size: 1.6rem;
}
.level .number-box p span {
  text-align: center;
  font-size: 1.8rem;
}
.level .number-box p span:before {
  content: '';
  background-image: url("../images/icon-tel.png");
  width: 18px;
  height: 18px;
  background-size: contain;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  .number-box.when-narrow {
    display: block;
  }
  .number-box.when-wide {
    display: none;
  }
  .number-box.when-narrow {
    padding: 15px;
    width: 100%;
    margin: 0px auto 30px;
    text-align: center;
    background-color: #ecf8fc;
    border: solid 2px #cfeefa;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    transition: .3s all;
  }
  .number-box.when-narrow:hover {
    background-color: #cfeefa;
    color: inherit;
  }
  .number-box.when-narrow p {
    text-align: center;
    font-size: 1.6rem;
  }
  .number-box.when-narrow p span {
    text-align: center;
    font-size: 1.8rem;
  }
  .number-box.when-narrow p span:before {
    content: '';
    background-image: url("../images/icon-tel.png");
    width: 16px;
    height: 16px;
    background-size: contain;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  .number-box.when-narrow {
    padding: 15px;
    margin: 0px auto 20px;
  }
  .number-box.when-narrow p {
    font-size: 1.5rem;
  }
  .number-box.when-narrow p span {
    text-align: center;
    font-size: 1.7rem;
  }
  .number-box.when-narrow p span:before {
    width: 14px;
    height: 14px;
  }
}
.form-tbl tr {
  border-bottom: 1px solid #ddd;
}
.form-tbl tr:last-child {
  border-bottom: none;
}
.form-tbl th {
  /*background-color: #e1f3fa;*/
  background-color: #fdf5e4;
  font-weight: 400;
  padding: 30px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 230px;
  vertical-align: middle;
}
.form-tbl td {
  /*border-bottom: 1px solid #ddd;*/
  border-right: 2px solid #ddd;
  /*background-color: #f6f6f6;*/
  padding: 30px;
  vertical-align: middle;
}
.form-tbl td a {
  text-decoration: underline;
  color: #009944;
}
.form-tbl td a:hover {
  text-decoration: none;
}
.form-tbl td input[type="text"], .form-tbl td textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px;
  line-height: 1.7;
  background-color: #fff;
  border: solid 2px #ebebeb;
  border-radius: 5px;
  font-family: inherit;
  color: #333;
  font-size: 1.6rem;
}
.low section p.footnote {
  margin-top: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
}
.form-tbl .must {
  color: #ea7843;
  font-size: 80%;
}
/*送信ボタン*/
.btn-submit {
  width: 280px;
  position: relative;
  display: block;
  margin: 0 auto;
}
.btn-submit input[type="submit"] {
  font-family: inherit;
  display: block;
  width: 100%;
  /*width: 300px;*/
  line-height: 60px;
  border-radius: 30px;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 auto;
  background-color: #ea7843;
  text-align: center;
  color: #ffffff;
  transition: ease .3s;
  /*position: relative;*/
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: none;
}
.btn-submit input[type="submit"]:hover {
  background-color: #ea5413;
  transition: ease .3s;
}
.btn-submit:after {
  content: '';
  display: block;
  height: 9px;
  aspect-ratio: cos(30deg);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #ffffff;
  position: absolute;
  right: 40px;
  top: 50%;
  transition: ease .3s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.btn-submit:hover:after {
  right: 30px;
}
.btn-submit input[type="button"] {
  font-size: 1.6rem;
  font-weight: 600;
  width: 340px;
  margin: 0 auto;
  display: block;
  color: #fff;
  background-color: #009944;
  height: 64px;
  line-height: 64px;
  border-radius: 64px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: none;
}
/* 戻るボタン */
.btn-back {
  width: 280px;
  position: relative;
  display: block;
  margin: 0 auto;
}
.btn-back input[type="button"] {
  font-family: inherit;
  display: block;
  width: 100%;
  /*width: 300px;*/
  line-height: 60px;
  border-radius: 30px;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  background-color: #376182;
  text-align: center;
  color: #ffffff;
  transition: ease .3s;
  /*position: relative;*/
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: none;
}
.btn-back input[type="button"]:hover {
  background-color: #2580c7;
}
/*ボタン２つ*/
.btn-2row {
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.btn-2row .btn-submit {
  margin: 0;
}
.btn-2row .btn-back {
  margin: 0 20px 0 0;
}

.require {
  color: #FF0000;
}
.error_messe {
  color: #FF0000;
}
/*トップに戻るボタン*/
.btn-top {
  font-size: 1.6rem;
  font-weight: 600;
  width: 340px;
  margin: 0 auto;
  display: block;
  color: #fff;
  background-color: #009944;
  height: 64px;
  line-height: 64px;
  border-radius: 64px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: none;
}
.btn-top span {
  font-weight: 600;
  line-height: 64px;
  display: block;
  vertical-align: top;
  margin: -3px auto 0;
  text-align: center;
}
.btn-top:hover {
  opacity: .8;
}
@media screen and (max-width: 768px) {
  .btn-top {
    font-size: 15px;
    font-size: 1.5rem;
    width: 80%;
    margin: 0 auto;
    display: block;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
  }
  .btn-top span {
    line-height: 50px;
    margin: -2px auto 0;
  }
}
@media screen and (max-width: 768px) {
  section .contact-wrapper p.lead {
    margin-bottom: 25px;
  }
}
/*placeholder*/ ::placeholder {
  color: #cccccc;
}
/* 旧Edge対応 */ ::-ms-input-placeholder {
  color: #cccccc;
}
/* IE対応 */ :-ms-input-placeholder {
  color: #cccccc;
}
@media screen and (max-width: 480px) {
  .btn-submit {
    width: 300px;
    position: relative;
    margin: 0 auto;
  }
  .btn-2row .btn-back {
    margin: 0 auto;
  }
  .btn-2row .btn-submit {
    margin: 0 auto;
  }
  .btn-back {
    width: 300px;
    margin: 0 auto;
  }
  .btn-2row {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
  }
  .btn-2row input[type="submit"] {
    font-size: 1.4rem;
    width: 100%;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
  }
  .btn-2row input[type="button"] {
    font-size: 1.4rem;
    width: 100%;
    margin: 0 auto 15px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
  }
  .form-tbl {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .form-tbl th {
    padding: 10px;
    border-right: 1px solid #d9d9d9;
    width: 100%;
    text-align: center;
    display: block;
  }
  .form-tbl td {
    width: 100%;
    padding: 15px;
    display: block;
  }
  form .form-tbl input[type="text"], form textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .low section p.footnote {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  /*フォームボタン１個*/
  .form-btn input[type="submit"] {
    -webkit-appearance: none;
    font-size: 1.5rem;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
  }
  .form-btn input[type="button"] {
    -webkit-appearance: none;
    font-size: 15px;
    font-size: 1.5rem;
    width: 80%;
    margin: 0 auto;
    display: block;
    color: #fff;
    background-color: #009944;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
  }
}

/*===========================
新着情報
==========================*/
.low-news #mv h2:before {
  content: 'NEWS';
}
.low-news .news-item a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #fdf5e4;
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.low-news .news-item a figure {
  width: 25%;
}
.low-news .news-item a figure img {
  border-radius: 5px;
  transition: .3s ease;
}
.low-news .news-item a dl {
  width: 72%;
  line-height: 2;
}
.low-news .news-item a dl dt {
  color: #ea7843;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.low-news .news-item a dl dt time {
  font-family: "Sen", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  padding-right: .5em;
}
.low-news .news-item a dl dd {
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
	.low-news .news-item a {
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 10px;
}
}
@media screen and (max-width: 600px) {
	 .low-news .news-item a {
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    flex-direction: column;
  }
  .low-news .news-item a figure {
    width: 60%;
    margin: 0 auto 10px;
  }
  .low-news .news-item a dl {
    width: 100%;
    line-height: 1.7;
  }
  .low-news .news-item a dl dt {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .low-news .news-item a dl dt time {
    font-size: 1.4rem;
    padding-right: .5em;
  }
  .low-news .news-item a dl dd {
    font-size: 1.5rem;
  }
}



/*===========================
店舗詳細
==========================*/
#shop-details .shop-ttl {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: solid 3px #c85064;
  margin-bottom: 35px;
  padding-bottom: 25px;
}
#shop-details .shop-ttl figure {
  width: 75px;
  margin-right: 20px;
}
#shop-details .shop-ttl h2 {
  font-size: 2.8rem;
  padding-bottom: 10px;
}
#shop-details #shop-slider {
  margin-bottom: 40px;
}
#shop-details .lead {
  line-height: 2;
  margin-bottom: 40px;
}
#shop-details table {
  width: 100%;
  border: solid 1px #ddd;
  border-bottom: none;
  line-height: 1.7;
  margin-bottom: 40px;
}
#shop-details table tr {
  border-bottom: solid 1px #ddd;
}
#shop-details table tr th {
  background-color: #fbf2f4;
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
  padding: 20px;
  width: 10em;
  border-right: solid 1px #ddd;
}
#shop-details table tr th.clinic {
  width: 35%;
}
#shop-details table tr td .dayofweek {
  width: 7.5em;
  display: inline-block;
}
#shop-details table tr td .dayofweek_2 {
  width: 5em;
  display: inline-block;
}
#shop-details table tr td {
  vertical-align: middle;
  text-align: left;
  padding: 20px;
  word-break: break-word;
}
#shop-details .bnr-recruit {
  margin-bottom: 40px;
}
#shop-details .bnr-recruit a {
  transition: ease .3s;
}
#shop-details .bnr-recruit a:hover {
  opacity: .85;
  transition: ease .3s;
}
@media screen and (max-width: 600px) {
  #shop-details .shop-ttl {
    border-bottom: solid 3px #c85064;
    margin-bottom: 20px;
    padding-bottom: 15px;
    /*flex-direction: column;*/
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }
  #shop-details .shop-ttl figure {
    width: 45px;
    margin-right: 10px;
  }
  #shop-details .shop-ttl h2 {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 5px;
  }
  #shop-details .shop-ttl p {
    font-size: 1.3rem;
    padding-bottom: 0;
  }
  #shop-details #shop-slider {
    margin-bottom: 25px;
  }
  #shop-details .lead {
    line-height: 1.8;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  #shop-details table {
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 1.4rem;
    border-bottom: solid 1px #ddd;
    border-collapse: collapse;
  }
  #shop-details table tr {
    border-bottom: none;
  }
  #shop-details table tr th {
    padding: 15px;
    width: 100%;
    display: block;
    border-right: none;
  }
  #shop-details table tr th.clinic {
    width: 100%;
  }
  #shop-details table tr td {
    width: 100%;
    padding: 15px;
    display: block;
  }
  #shop-details table tr td .dayofweek {
    width: 100%;
    display: inline-block;
  }
  #shop-details table tr td .dayofweek_2 {
    width: 100%;
    display: inline-block;
  }
  #shop-details .bnr-recruit {
    margin-bottom: 20px;
  }
}
/*==================================================
ショップ一覧
===================================*/
#shop-list .inner-link-btn {
  background-color: #ebebeb;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 15px;
  margin-bottom: 60px;
}
#shop-list .inner-link-btn a {
  background-color: #fff;
  text-align: center;
  line-height: 55px;
  width: calc(100% / 4);
  display: block;
  outline: none;
  transition: ease .3s;
  font-weight: 700;
  color: #333;
}
#shop-list .inner-link-btn a:hover {
  color: #fff;
  background: #c85064;
  transition: ease .3s;
}
#shop-list .floor-wrapper {
  margin-bottom: 30px;
}
#shop-list .floor-wrapper .floor-ttl {
  display: flex;
  font-weight: bold;
  margin-bottom: 35px;
}
#shop-list .floor-wrapper .floor-ttl span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  text-align: center;
  padding: 4px 0 6px;
  margin-right: 10px;
  color: #ffffff;
  background: #c85064;
}
/*2F*/
#shop-list .floor-wrapper.f2 .floor-ttl span {
  background: #f7a353;
}
/*3F*/
#shop-list .floor-wrapper.f3 .floor-ttl span {
  background: #65a35a;
}
/*4F*/
#shop-list .floor-wrapper.f4 .floor-ttl span {
  background: #2779b6;
}
#shop-list .floor-wrapper .floor-ttl h3 {
  font-size: 2.2rem;
  line-height: 1.3;
}
#shop-list .floor-wrapper .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
#shop-list .floor-wrapper .inner .low-shoplist-item {
  width: 30%;
  margin-bottom: 5%;
}
/*#shop-list .floor-wrapper .inner .low-shoplist-item a:hover {
  opacity: .8;
}*/
#shop-list .floor-wrapper .inner .low-shoplist-item figure {
  border: solid 2px #eee;
  margin-bottom: 15px;
  transition: .3s ease;
}
#shop-list .floor-wrapper .inner .low-shoplist-item a:hover figure {
  transform: translateY(-10px);
  transition: .3s ease;
  opacity: .85;
}
#shop-list .floor-wrapper .inner .low-shoplist-item h4 {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.3;
  color: #c85064;
  margin-bottom: 8px;
}
#shop-list .floor-wrapper .inner .low-shoplist-item p {
  font-size: 1.4rem;
  line-height: 1.3;
}
/*2F*/
#shop-list .floor-wrapper.f2 .inner .low-shoplist-item h4 {
  color: #f7a353;
}
#shop-list .floor-wrapper.f2 .inner .low-shoplist-item a:hover p {
  color: #f7a353;
}
/*3F*/
#shop-list .floor-wrapper.f3 .low-shoplist-item h4 {
  color: #65a35a;
}
/*#shop-list .floor-wrapper.f3 .low-shoplist-item h4 span {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 400;
}*/
#shop-list .floor-wrapper.f3 .low-shoplist-item .medipark span {
  width: 60px;
  margin-right: 10px;
}
#shop-list .floor-wrapper.f3 .low-shoplist-item .medipark p {
  color: #549e47;
  font-weight: 700;
  font-size: 2.2rem;
  margin: 0;
}
#shop-list .floor-wrapper.f3 .inner .low-shoplist-item a:hover p {
  color: #549e47;
  transition: .3s ease;
}
/*#shop-list .floor-wrapper.f3 .low-shoplist-item a .medipark {
  transition: .3s ease;
}
#shop-list .floor-wrapper.f3 .low-shoplist-item a .medipark:hover {
  transition: .3s ease;
  transform: translateY(-10px);
  opacity: .8;
}*/
/*改修前
#shop-list .floor-wrapper.f3 .low-shoplist-item {
  margin-bottom: calc(5% + 30px);
}
#shop-list .floor-wrapper.f3 .low-shoplist-item .medipark {
  display: flex;
  width: 100%;
  height: 290px;
  justify-content: center;
  align-items: center;
  border: solid 2px #eee;
  margin-bottom: 15px;
}
#shop-list .floor-wrapper.f3 .low-shoplist-item h4 {
  color: #65a35a;
  font-size: 1.7rem;
  line-height: 1.5;
}
#shop-list .floor-wrapper.f3 .low-shoplist-item h4 span {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 400;
}
#shop-list .floor-wrapper.f3 .low-shoplist-item .medipark span {
  width: 60px;
  margin-right: 10px;
}
#shop-list .floor-wrapper.f3 .low-shoplist-item .medipark p {
  color: #549e47;
  font-weight: 700;
  font-size: 2.2rem;
  margin: 0;
}
#shop-list .floor-wrapper.f3 .low-shoplist-item a .medipark {
  transition: .3s ease;
}
#shop-list .floor-wrapper.f3 .low-shoplist-item a .medipark:hover {
  transition: .3s ease;
  transform: translateY(-10px);
  opacity: .8;
}*/
/*4F*/
#shop-list .floor-wrapper.f4 .inner .low-shoplist-item {
  color: #2779b6;
  margin-bottom: 5%;
}
#shop-list .floor-wrapper.f4 .inner .low-shoplist-item h4 {
  color: #2779b6;
}
#shop-list .floor-wrapper.f4 .low-shoplist-item .mizkiehall {
  display: flex;
  width: 100%;
  height: 290px;
  justify-content: center;
  align-items: center;
  border: solid 2px #eee;
  margin-bottom: 15px;
}
#shop-list .floor-wrapper.f4 .low-shoplist-item a .mizkiehall {
  transition: .3s ease;
}
#shop-list .floor-wrapper.f4 .low-shoplist-item a .mizkiehall:hover {
  transition: .3s ease;
  transform: translateY(-10px);
  opacity: .8;
}
#shop-list .floor-wrapper.f4 .low-shoplist-item .mizkiehall span {
  width: 300px;
  margin-right: 10px;
}
#shop-list .floor-wrapper.f4 .low-shoplist-item a h4 {
  color: #2779b6;
  font-size: 1.7rem;
  line-height: 1.5;
}
#shop-list .floor-wrapper.f4 .low-shoplist-item a h4 span {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 400;
}
#shop-list .floor-wrapper.f4 .low-shoplist-item a h4 span:hover {
  color: #2779b6;
  transition: .3s ease;
}
/*ページ内リンク*/
#shop-list #f1, #shop-list #f2, #shop-list #f3, #shop-list #f4 {
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 834px) {
  #shop-list .inner-link-btn a {
    line-height: 50px;
  }
  #shop-list .floor-wrapper .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 3.5%;
  }
  #shop-list .floor-wrapper .floor-ttl {
    margin-bottom: 30px;
  }
  #shop-list .floor-wrapper .inner .low-shoplist-item {
    width: 31%;
    margin-bottom: 3.5%;
  }
  #shop-list .floor-wrapper.f3 .low-shoplist-item .medipark {
    height: 230px;
  }
  #shop-list .floor-wrapper.f4 .low-shoplist-item .mizkiehall {
    height: 230px;
  }
  #shop-list .floor-wrapper.f4 .low-shoplist-item .mizkiehall span {
    width: 250px;
  }
}
@media screen and (max-width: 600px) {
  #shop-list .inner-link-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
    padding: 2.5%;
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  #shop-list .inner-link-btn a {
    line-height: 40px;
    width: 49%;
    display: block;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  #shop-list .inner-link-btn a:nth-child(2n) {
    margin-right: 0;
  }
  #shop-list .inner-link-btn a:nth-child(3), #shop-list .inner-link-btn a:nth-child(4) {
    margin-bottom: 0;
  }
  #shop-list .floor-wrapper {
    margin-bottom: 30px;
  }
  #shop-list .floor-wrapper .floor-ttl {
    display: flex;
    font-weight: bold;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
  }
  #shop-list .floor-wrapper .floor-ttl h3 {
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
  }
  #shop-list .floor-wrapper .floor-ttl h3 small {
    font-size: 1.4rem;
  }
  #shop-list .floor-wrapper .floor-ttl span {
    width: 60px;
    text-align: center;
    padding: 3px 0 5px;
    margin-right: 0;
    margin-bottom: 10px;
    background: #c85064;
    font-size: 1.2rem;
  }
  #shop-list .floor-wrapper .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  #shop-list .floor-wrapper .inner .low-shoplist-item {
    width: 48%;
    margin-top: 25px;
    margin-right: 4%;
    margin-bottom: 0;
  }
  #shop-list .floor-wrapper .inner .low-shoplist-item:nth-child(2n) {
    margin-right: 0;
  }
  #shop-list .floor-wrapper .inner .low-shoplist-item:nth-child(1), #shop-list .floor-wrapper .inner .low-shoplist-item:nth-child(2) {
    margin-top: 0;
  }
  #shop-list .floor-wrapper .inner .low-shoplist-item figure {
    margin-bottom: 10px;
  }
  #shop-list .floor-wrapper .inner .low-shoplist-item h4 {
    font-size: 1.4rem;
    margin-bottom: 3px;
    line-height: 1.2;
  }
  #shop-list .floor-wrapper .inner .low-shoplist-item p {
    font-size: 1.1rem;
  }
  /*3F*/
  /*#shop-list .floor-wrapper.f3 .low-shoplist-item {
    margin-bottom: calc(5% + 30px);
  }*/
  #shop-list .floor-wrapper.f3 .low-shoplist-item .medipark {
    display: flex;
    width: 100%;
    height: 160px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
  }
  #shop-list .floor-wrapper.f3 .low-shoplist-item h4 {
    color: #65a35a;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  #shop-list .floor-wrapper.f3 .low-shoplist-item h4 span {
    font-size: 1.1rem;
    line-height: 1.2;
  }
  #shop-list .floor-wrapper.f3 .low-shoplist-item .medipark span {
    width: 45px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #shop-list .floor-wrapper.f3 .low-shoplist-item .medipark p {
    font-size: 1.5rem;
    margin: 0;
  }
  /*4F*/
  #shop-list .floor-wrapper.f4 .inner .low-shoplist-item {
    color: #2779b6;
    margin-bottom: 5%;
  }
  #shop-list .floor-wrapper.f4 .low-shoplist-item .mizkiehall {
    display: flex;
    width: 100%;
    height: 160px;
    margin-bottom: 10px;
  }
  #shop-list .floor-wrapper.f4 .low-shoplist-item .mizkiehall span {
    width: 50%;
    margin-right: 0;
  }
  #shop-list .floor-wrapper.f4 .low-shoplist-item a h4 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  #shop-list .floor-wrapper.f4 .low-shoplist-item a h4 span {
    font-size: 1.1rem;
    line-height: 1.2;
  }
}
/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/
/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*==================================================
アクセス情報
===================================*/
#mv h2.access:before {
  content: 'ACCESS';
}
#low-access .inner-link-btn {
  background-color: #ebebeb;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 15px;
  margin-bottom: 60px;
}
#low-access .inner-link-btn a {
  background-color: #fff;
  text-align: center;
  line-height: 55px;
  width: calc(100% / 3);
  overflow: hidden;
  display: block;
  outline: none;
  transition: ease .3s;
  font-weight: 700;
  color: #333;
}
#low-access .inner-link-btn a:hover {
  color: #fff;
  background: #c85064;
  transition: ease .3s;
}
#low-access .gmap {
  width: 100%;
  position: relative;
  padding-top: 60%;
  margin-bottom: 15px;
}
#low-access .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#low-access table {
  width: 100%;
  border-left: solid 1px #ddd;
  border-top: solid 1px #ddd;
  line-height: 1.7;
  margin-bottom: 15px;
}
#low-access table tbody {
  width: 100%;
}
#low-access table tr {
  border-bottom: solid 1px #ddd;
  width: 100%;
}
#low-access table tr th {
  background-color: #fbf2f4;
  vertical-align: middle;
  font-weight: normal;
  padding: 20px;
  border-right: solid 1px #ddd;
  text-align: center;
}
#low-access table tr td {
  vertical-align: middle;
  padding: 20px;
  border-right: solid 1px #ddd;
  text-align: center;
}
#low-access table tr td.align-left {
  text-align: left;
}
#low-access table tr td.align-left span {
  display: inline-block;
  padding-bottom: 10px;
}
#low-access p {
  line-height: 2;
}
#low-access #parking figure {
  width: 100%;
  margin-bottom: 15px;
}
/*ページ内リンク*/
#low-access #train, #low-access #parking, #low-access #bicycle {
  margin-top: -100px;
  padding-top: 100px;
}
#low-access .border-box {
  padding: 20px;
  border: solid 1px #ddd;
  margin-top: 15px;
}
@media screen and (max-width: 834px) {
  #low-access .inner-link-btn a {
    line-height: 50px;
  }
}
@media screen and (max-width: 600px) {
  #low-access .inner-link-btn {
    background-color: #ebebeb;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
    padding: 2.5%;
    margin-bottom: 30px;
    font-size: 1.1rem;
  }
  #low-access .inner-link-btn a {
    line-height: 40px;
    width: 32%;
    display: block;
    margin-right: 2%;
  }
  #low-access .inner-link-btn a:nth-child(3) {
    margin-right: 0%;
  }
  #low-access .gmap {
    width: 100%;
    position: relative;
    padding-top: calc(100% * 2/3);
    margin-bottom: 10px;
  }
  #low-access p {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  #low-access #parking figure {
    margin-bottom: 10px;
  }
  #low-access table {
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 1.4rem;
    border-bottom: solid 1px #ddd;
    border-collapse: collapse;
  }
  #low-access table tr {
    border-bottom: none;
  }
  #low-access table tr th {
    padding: 15px;
    width: 100%;
    display: block;
    text-align: left;
    /*border-right: none;*/
  }
  #low-access table tr td {
    padding: 15px;
    width: 100%;
    display: block;
    text-align: left;
  }
  #low-access .border-box {
    padding: 15px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  /*ページ内リンク*/
  #low-access #train, #low-access #parking, #low-access #bicycle {
    margin-top: -60px;
    padding-top: 60px;
  }
}
/*==================================================
施設案内・営業時間
===================================*/
#mv h2.facility:before {
  content: 'FACILITY GUIDE';
}
#low-facility .inner-link-btn {
  background-color: #ebebeb;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 15px;
  margin-bottom: 60px;
}
#low-facility .inner-link-btn a {
  background-color: #fff;
  text-align: center;
  line-height: 55px;
  width: calc(100% / 2);
  overflow: hidden;
  display: block;
  outline: none;
  transition: ease .3s;
  font-weight: 700;
  color: #333;
}
#low-facility .inner-link-btn a:hover {
  color: #fff;
  background: #c85064;
  transition: ease .3s;
}
#low-facility table {
  width: 100%;
  border-left: solid 1px #ddd;
  border-top: solid 1px #ddd;
  line-height: 1.7;
  margin-bottom: 30px;
}
#low-facility table tr {
  border-bottom: solid 1px #ddd;
}
#low-facility table tr th {
  background-color: #fbf2f4;
  vertical-align: middle;
  font-weight: normal;
  padding: 20px;
  width: 50%;
  border-right: solid 1px #ddd;
  text-align: left;
}
#low-facility table tr td {
  vertical-align: middle;
  padding: 20px;
  border-right: solid 1px #ddd;
  text-align: left;
}
/*2F*/
#low-facility h3.h3-style.f2 {
  color: #f7a353;
}
#low-facility table.f2 tr th {
  background-color: #fbfae9;
}
/*3F*/
#low-facility h3.h3-style.f3 {
  color: #65a35a;
}
#low-facility table.f3 tr th {
  background-color: #eff6ed;
}
/*ページ内リンク*/
#low-facility #service, #low-facility #opening-hrs {
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 834px) {
  #low-facility .inner-link-btn a {
    line-height: 50px;
  }
}
@media screen and (max-width: 600px) {
  #low-facility .inner-link-btn {
    background-color: #ebebeb;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
    padding: 2.5%;
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
  #low-facility .inner-link-btn a {
    line-height: 40px;
    width: 49%;
    display: block;
    margin-right: 2%;
    margin-bottom: 0;
  }
  #low-facility .inner-link-btn a:nth-child(2n) {
    margin-right: 0;
  }
  #low-facility table {
    width: 100%;
    border-left: solid 1px #ddd;
    border-top: solid 1px #ddd;
    line-height: 1.5;
    font-size: 1.4rem;
    margin-bottom: 15px;
    border-collapse: collapse;
  }
  #low-facility table tr {
    border-bottom: solid 1px #ddd;
  }
  #low-facility table tr th {
    display: block;
    padding: 15px;
    width: 100%;
    border-right: solid 1px #ddd;
  }
  #low-facility table tr td {
    display: block;
    padding: 15px;
    border-right: solid 1px #ddd;
    text-align: left;
  }
  /*ページ内リンク*/
  #low-facility #service, #low-facility #opening-hrs {
    margin-top: -60px;
    padding-top: 60px;
  }
}
/*==================================================
TOPIC＆NEWS詳細
===================================*/
#mv h2.topicnews:before {
  content: 'TOPIC & NEWS';
}
/*#news-single .news-header{
	 display: flex;
	justify-content: space-between;
}*/
#news-single .ttl-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 3px #c85064;
  margin-bottom: 35px;
  padding-bottom: 25px;
}
#news-single .ttl-box .shop-ttl {
  width: 100%;
  display: flex;
  align-items: center;
}
#news-single .ttl-box .shop-ttl figure {
  width: 70px;
  margin-right: 20px;
}
#news-single .ttl-box .shop-ttl h2 {
  font-size: 2.8rem;
  padding-bottom: 10px;
}
#news-single .ttl-box .time {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
#news-single .ttl-box .time date {
  color: #999999;
}
#news-single .ttl-box .time span {
  color: #ffffff;
  font-size: 1.1rem;
  text-align: center;
  padding: 3px 12px 5px;
  background-color: #f5c945;
}
#news-single .article {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: solid 2px #eee;
}
#news-single .article h3 {
  font-size: 2.8rem;
  line-height: 1.7;
  margin-bottom: 15px;
}
#news-single .article h4 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 25px;
  color: #c85064;
}
#news-single .article p {
  line-height: 2;
  margin-bottom: 30px;
  font-size: 1.6rem;
}
#news-single .article p a {
  color: #c85064;
  transition: .3s ease;
}
#news-single .article p a:hover {
  text-decoration: underline;
  transition: .3s ease;
}
#news-single .article a img {
  transition: .3s ease;
}
#news-single .article a img:hover {
  opacity: .8;
  transition: .3s ease;
}
#news-single .article p.time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  line-height: 1;
  margin-bottom: 40px;
  font-size: 1.6rem;
}
#news-single .article p.time date {
  color: #999999;
}
#news-single .article p.time span {
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  padding: 3px 12px 3px;
  background-color: #f5c945;
}
#news-single .article figure {
  width: 70%;
  margin: 0 auto;
  padding: 20px 0 40px;
}
#news-single .other-news {
  margin-bottom: 40px;
}
#news-single .other-news .ttl {
  /*border-top:solid 1px #c85064;*/
  /*border-bottom:solid 2px #c85064;*/
  padding: 20px 0 23px 20px;
  color: #c85064;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 40px;
  background-color: #fdf6f7;
}
#news-single .other-news .inner {
  display: flex;
  align-items: stretch;
}
#news-single .other-news .inner .low-news-item {
  width: 31%;
  margin-right: 3.5%;
}
#news-single .other-news .inner .low-news-item:nth-child(3n) {
  margin-right: 0;
}
#news-single .other-news .inner .low-news-item a {
  transition: .2s ease;
  display: block;
  height: 100%;
  border: solid 2px #eee;
}
#news-single .other-news .inner .low-news-item a:hover {
  color: #c85064;
  opacity: .8;
  transform: translateY(-10px);
  transition: .2s ease;
}
#news-single .other-news .inner .low-news-item .text-area {
  /*border: solid 2px #eee;*/
  border-top: none;
  padding: 18px 18px;
}
/*#news-single .other-news .inner a .low-news-item .text-area date {
  color: #999999;
  font-size: 1.4rem;
}*/
#news-single .other-news .inner .low-news-item .text-area p.time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  line-height: 1;
  font-size: 1.5rem;
}
#news-single .other-news .inner .low-news-item .text-area p.time date {
  color: #999999;
}
#news-single .other-news .inner .low-news-item .text-area p.time span {
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  padding: 2px 8px 3px;
  background-color: #f5c945;
}
#news-single .other-news .inner .low-news-item .text-area h3 {
  line-height: 1.7;
  font-size: 1.6rem;
  /*overflow: hidden;
  height:calc( 1.5*1.6rem*2);*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 10px 0;
}
#news-single .other-news .inner .low-news-item .text-area p.category {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #c85064;
}
#news-single .no-news {
  text-align: center;
}
#news-single figcaption {
  font-size: 1.2rem;
  padding-top: 5px;
  color: #999;
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  #news-single .ttl-box {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: solid 3px #c85064;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  #news-single .ttl-box .shop-ttl {
    width: 100%;
    display: flex;
    align-items: center;
  }
  #news-single .ttl-box .shop-ttl figure {
    width: 45px;
    margin-right: 10px;
  }
  #news-single .ttl-box .shop-ttl h2 {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 5px;
  }
  #news-single .ttl-box .shop-ttl p {
    font-size: 1.3rem;
  }
  #news-single .article {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  #news-single .article h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  #news-single .article h4 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  #news-single .article p {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
  #news-single .article figure {
    width: 80%;
    margin: 0 auto;
    padding: 10px 0 20px;
  }
  #news-single figcaption {
    font-size: 1.1rem;
  }
  #news-single .article p.time {
    margin-bottom: 15px;
    font-size: 1.3rem;
  }
  #news-single .article p.time span {
    color: #ffffff;
    font-size: 0.9rem;
    text-align: center;
    padding: 2px 12px 3px;
    background-color: #f5c945;
  }
  #news-single .other-news {
    margin-bottom: 20px;
  }
  #news-single .other-news .ttl {
    padding: 15px 0 15px 15px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  #news-single .other-news .inner {
    display: flex;
    flex-wrap: wrap;
  }
  #news-single .other-news .inner .low-news-item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  #news-single .other-news .inner .low-news-item:nth-child(2n) {
    margin-right: 0;
  }
  #news-single .other-news .inner .low-news-item:nth-child(3n) {
    margin-right: 3%;
  }
  #news-single .other-news .inner .low-news-item:nth-child(3), #news-single .other-news .inner .low-news-item:nth-child(4) {
    margin-bottom: 0;
  }
  #news-single .other-news .inner .low-news-item .text-area {
    padding: 10px 10px;
  }
  #news-single .other-news .inner .low-news-item .text-area p.time {
    gap: 7px;
    font-size: 1.2rem;
  }
  #news-single .other-news .inner .low-news-item .text-area p.time span {
    font-size: 0.8rem;
    padding: 1px 8px 2px;
  }
  #news-single .other-news .inner .low-news-item .text-area p.category {
    font-size: 1.2rem;
  }
  #news-single .other-news .inner .low-news-item .text-area h3 {
    line-height: 1.5;
    font-size: 1.3rem;
    margin: 5px 0 7px;
  }
  #news-single .no-news {
    font-size: 1.5rem;
  }
}
/*==================================================
TOPIC＆NEWS一覧
===================================*/
#news-list .inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#news-list .inner .low-news-item {
  display: flex;
  margin-right: 3.5%;
  margin-top: 3.5%;
  width: 31%;
}
#news-list .inner .low-news-item:nth-child(1), #news-list .inner .low-news-item:nth-child(2), #news-list .inner .low-news-item:nth-child(3) {
  margin-top: 0;
}
#news-list .inner .low-news-item:nth-child(3n) {
  margin-right: 0;
}
#news-list .inner .low-news-item a {
  display: block;
  height: 100%;
  transition: .2s ease;
  border: solid 2px #eee;
}
#news-list .inner .low-news-item a:hover {
  color: #c85064;
  opacity: .8;
  transform: translateY(-10px);
  transition: .2s ease;
}
#news-list .inner .low-news-item .text-area {
  /*border: solid 2px #eee;*/
  border-top: none;
  padding: 18px 18px;
}
#news-list .inner .low-news-item .text-area p.time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  line-height: 1;
  font-size: 1.5rem;
}
#news-list .inner .low-news-item .text-area p.time date {
  color: #999999;
}
#news-list .inner .low-news-item .text-area p.time span {
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  padding: 2px 8px 3px;
  background-color: #f5c945;
}
/*#news-list .inner a .low-news-item .text-area date {
  color: #999999;
  font-size: 1.4rem;
}*/
#news-list .inner .low-news-item .text-area h3 {
  line-height: 1.7;
  font-size: 1.6rem;
  /*overflow: hidden;
  height:calc( 1.5*1.6rem*2);*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 10px 0;
}
#news-list .inner .low-news-item .text-area p.category {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #c85064;
}
#news-list .no-news {
  text-align: center;
}
@media screen and (max-width: 600px) {
  #news-list .inner {
    display: flex;
    flex-wrap: wrap;
  }
  #news-list .inner .low-news-item {
    width: 48.5%;
    margin-right: 3%;
    margin-top: 3%;
  }
  #news-list .inner .low-news-item:nth-child(1), #news-list .inner .low-news-item:nth-child(2) {
    margin-top: 0;
  }
  #news-list .inner .low-news-item:nth-child(3) {
    margin-top: 3%;
  }
  #news-list .inner .low-news-item:nth-child(2n) {
    margin-right: 0;
  }
  #news-list .inner .low-news-item:nth-child(3n) {
    margin-right: 3%;
  }
  #news-list .inner .low-news-item:nth-child(6n) {
    margin-right: 0;
  }
  #news-list .inner .low-news-item .text-area {
    padding: 10px 10px;
  }
  /*#news-list .inner a .low-news-item .text-area date {
    font-size: 1.1rem;
  }*/
  #news-list .inner .low-news-item .text-area h3 {
    line-height: 1.5;
    font-size: 1.3rem;
    margin: 5px 0 7px;
  }
  #news-list .inner .low-news-item .text-area p.time {
    gap: 7px;
    font-size: 1.2rem;
  }
  #news-list .inner .low-news-item .text-area p.time span {
    font-size: 0.8rem;
    padding: 1px 8px 2px;
  }
  #news-list .inner .low-news-item .text-area p.category {
    font-size: 1.2rem;
  }
  #news-list .no-news {
    font-size: 1.5rem;
  }
}
/*==================================================
スタッフ募集
===================================*/
#mv h2.recruit:before {
  content: 'RECRUIT';
}
#recruit .recruit-item {
  width: 100%;
  background-color: #fef7f9;
  padding: 40px 50px 50px;
  margin-bottom: 40px;
}
#recruit .recruit-item .shop-ttl {
  display: flex;
  align-items: center;
  border-bottom: solid 2px #c85064;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#recruit .recruit-item .shop-ttl figure {
  width: 60px;
  margin-right: 10px;
}
#recruit .recruit-item .shop-ttl div h2 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
#recruit .recruit-item .shop-ttl div p {
  font-size: 1.5rem;
}
#recruit .recruit-item .lead {
  line-height: 2;
  margin-bottom: 25px;
}
#recruit .recruit-item .requirement {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: solid 1px #f6dee3;
}
#recruit .recruit-item .requirement dl {
  width: 48%;
  border-top: solid 1px #f6dee3;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  line-height: 1.7;
}
#recruit .recruit-item .requirement dl dt {
  width: 6em;
  font-weight: bold;
}
#recruit .recruit-item .requirement dl dd {
  width: calc(100% - 6em);
}
#recruit .no-offer {
  text-align: center;
  padding: 30px 0;
}
@media screen and (max-width: 600px) {
  #recruit .recruit-item {
    padding: 15px;
    margin-bottom: 15px;
  }
  #recruit .recruit-item .shop-ttl {
    display: flex;
    align-items: center;
    border-bottom: solid 2px #c85064;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #recruit .recruit-item .shop-ttl figure {
    width: 45px;
    margin-right: 10px;
  }
  #recruit .recruit-item .shop-ttl div h2 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  #recruit .recruit-item .shop-ttl div p {
    font-size: 1.3rem;
  }
  #recruit .recruit-item .lead {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 15px;
  }
  #recruit .recruit-item .requirement {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: solid 1px #f6dee3;
  }
  #recruit .recruit-item .requirement dl {
    width: 100%;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  #recruit .recruit-item .requirement dl dt {
    width: 5em;
    font-weight: bold;
  }
  #recruit .no-offer {
    font-size: 1.5rem;
    padding: 15px 0;
  }
}
/*==================================================
サイトのご利用にあたって
===================================*/
#mv h2.sitepolicy:before {
  content: 'SITE POLICY';
}
#sitepolicy .inner-section h3 {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 15px;
}
#sitepolicy .inner-section p {
  margin-bottom: 15px;
  line-height: 2;
}
#sitepolicy .inner-section ul {
  margin-bottom: 15px;
}
#sitepolicy .inner-section figure {
  width: 300px;
  margin-top: 35px;
}
@media screen and (max-width: 600px) {
  #sitepolicy .inner-section h3 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  #sitepolicy .inner-section p {
    font-size: 1.5rem;
    margin-bottom: 15px;
    line-height: 1.8;
  }
  #sitepolicy .inner-section ul {
    margin-bottom: 15px;
  }
  #sitepolicy .inner-section figure {
    width: 100%;
    margin-top: 25px;
  }
}