@charset "UTF-8";
@import url(./font.css);

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
*{
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align: baseline;
    background:transparent;
    text-decoration: none;
    cursor: pointer;
}
body{
    font-size: 1.6rem;
    line-height: 2.5;
    color: #040000;
    font-family: 'Noto Sans JP', sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    word-break: break-word;
    font-weight: 400;
    position: relative;
}
.Barlow {
    font-family: "Barlow",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
.NotoSansJP{
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
.RyuminPro {
    font-family: 'RyuminPro',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", serif;
}
.NotoSerifJP {
    font-family: "Noto Serif", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", serif;
}
.oswald {
  font-family: "Oswald", sans-serif;
}

/*remove highlight color touch on mobile*/
input,textarea,button,select,div,a,span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a, input, div, select, textarea, img, button {
    outline: none;
}
a:focus, a:visited, input:focus, select:focus, textarea:focus, button:focus {
    outline: none !important;
    box-shadow: none;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
button {
    font-family: inherit;
    cursor: pointer;
}
img {
    width /***/: auto;
    height: auto;
    border: none;
    vertical-align: bottom;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
    pointer-events: none;
}
a {
    text-decoration: none;
    cursor: pointer;
}
.hover:hover{
    transition: all .3s;
    opacity: 0.7;
    filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.container {
    margin: 0 auto;
    max-width: 1206px;
    position: relative;
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px;
}
.anchor-link{
    position: relative;
    top: -99px;
    display: block;
    line-height: 0;
}
.wrapper{
    position: relative;
    z-index: 1;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.hdn{
    display: none;
}
.no-cursor{
    cursor: auto !important;
}
b, strong{
    font-weight: 700;
}
.img-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}
@media(max-width: 750px){
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.scrolldown {
    position: absolute;
    bottom: 18px;
    right: 56px;
    z-index: 2;
    margin-left: -1px;
}
.scrolldown img {
    padding: 0;
    position: relative;
    width: 8px;
    right: -32px;
    top: 5px;
}
.scrolldown:before {
    content: "";
    position: absolute;
    top: 46px;
    left: 23px;
    width: 6px;
    height:6px;
    border-radius: 50%;
    background: #f0e76e;
    animation: circlemove 2s ease-in-out infinite, cirlemovehide 2s ease-out infinite;
    box-shadow: 0px 0px 3px rgb(12, 19, 51, 0.7);
    z-index: 10;
}
.scrolldown:after {
    content: "";
    position: absolute;
    background: url('../img/home/scroll.png') no-repeat;
    background-position: center;
    background-size: cover;
    top: 0px;
    left: 25px;
    width: 1px;
    height: 65px;
}
@keyframes circlemove{
    0%{top: 0px;}
    100%{top: 65px;}
}
@keyframes cirlemovehide{
    0%{opacity:0}
    50%{opacity:1;}
    80%{opacity:0.9;}
    100%{opacity:0;}
}
@media(max-width:750px){
    .anchor-link {
        top: -58px;
    }
}
@media(max-width: 576px){
    .scrolldown{
        bottom: 5px;
    }
}
/*
==============================================================
========================== Animation =========================
==============================================================
*/
@-webkit-keyframes aniHeaderMenu {
    0% {-webkit-transform: translate3d(0, -80%, 0);transform: translate3d(0, -80%, 0);}
    100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes aniHeaderMenu {
    0% {-webkit-transform: translate3d(0, -80%, 0);transform: translate3d(0, -80%, 0);}
    100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@-webkit-keyframes backgroundIMG{
    0% {opacity: 0;}
    20% {opacity: 0.2;}
    40% {opacity: 0.4;}
    60% {opacity: 0.6;}
    80% {opacity: 0.8;}
    100% {opacity: 1; }
}
@keyframes backgroundIMG {
    0% {opacity: 0;}
    20% {opacity: 0.2;}
    40% {opacity: 0.4;}
    60% {opacity: 0.6;}
    80% {opacity: 0.8;}
    100% {opacity: 1;}
}
@-webkit-keyframes aniFade {
    0% {opacity: 0.5;}
    100% {opacity: 1;}
}
@keyframes aniFade {
  0% {opacity: 0.5;}
  100% {opacity: 1;}
}
@-webkit-keyframes fadezoom {
    0% {transform: scale(1);}
    100% {transform: scale(1.1);}
}
@keyframes fadezoom {
    0% {transform: scale(1);}
    100% {transform: scale(1.1);}
}
.fade-in {
    opacity: 0;
    filter: blur(4px) brightness(105%);
    transition: opacity 2s ease, filter 2s ease;
}
.fade-in.is-view {
    opacity: 1;
    filter: blur(0) brightness(100%);
}
.fade-up {
    opacity: 0;
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
    filter: blur(4px) brightness(105%);
    transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}
.fade-up.is-view {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    filter: blur(0) brightness(100%);
}
.fade-down {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    filter: blur(5px) brightness(105%);
    transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}
.fade-down.is-view {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    filter: blur(0) brightness(100%);
}
.fade-left {
    opacity: 0;
    transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    filter: blur(5px) brightness(105%);
    transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}
.fade-left.is-view {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    filter: blur(0) brightness(100%);
}
.fade-right {
    opacity: 0;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    filter: blur(5px) brightness(105%);
    transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}
.fade-right.is-view {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    filter: blur(0) brightness(100%);
}
.zoom-in {
    opacity: 0;
    overflow: hidden;
    transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transition: opacity 1.5s ease, transform 1.5s ease;
}
.zoom-in.is-view {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}
.zoom-out {
    opacity: 0;
    overflow: hidden;
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transition: opacity 1.5s ease, transform 1.5s ease;
}
.zoom-out.is-view {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}
.roll-left {
    position: relative;
    overflow: hidden;
}
.roll-left img {
    opacity: 0;
    transition: opacity 1.5s ease .5s;
}
.roll-left:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: #f0ebe4;
}
.roll-left.is-view img {
    opacity: 1;
}
.roll-left.is-view:after {
    animation: rollLeft 1.5s ease;
}
@keyframes rollLeft {
    0% {
        left: 0;
        right: 100%;
    }
    50% {
        left: 0;
        right: 0;
    }
    100% {
        left: 100%;
        right: 0;
    }
}
@-webkit-keyframes rollLeft {
    0% {
        left: 0;
        right: 100%;
    }
    50% {
        left: 0;
        right: 0;
    }
    100% {
        left: 100%;
        right: 0;
    }
}
.roll-right {
    position: relative;
    overflow: hidden;
}
.roll-right img {
    opacity: 0;
    transition: opacity 1.5s ease .5s;
}
.roll-right:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: #3a6531;
}
.roll-right.is-view img {
    opacity: 1;
}
.roll-right.is-view:after {
    animation: rollRight 1.5s ease;
}
@keyframes rollRight {
    0% {
        right: 0;
        left: 100%;
    }
    50% {
        right: 0;
        left: 0;
    }
    100% {
        right: 100%;
        left: 0;
    }
}
@-webkit-keyframes rollRight {
    0% {
        right: 0;
        left: 100%;
    }
    50% {
        right: 0;
        left: 0;
    }
    100% {
        right: 100%;
        left: 0;
    }
}
@-webkit-keyframes aniFade {
    0% {opacity: 0.5;}
    100% {opacity: 1;}
}
@keyframes aniFade {
  0% {opacity: 0.5;}
  100% {opacity: 1;}
}
@media (min-width: 768px) {
    .delay1 {
        transition-delay: .4s;
    }
    .delay2 {
        transition-delay: .6s;
    }
    .delay3 {
        transition-delay: .8s;
    }
    .delay4 {
        transition-delay: 1.2s;
    }
}
/*
==============================================================
========================= End Animation ======================
==============================================================
*/
/*
==============================================================
============================ Common ==========================
==============================================================
*/
.hdn-pc {
    display: none;
}
.lb-pc {
    display: block;
}
.lb-sp {
    display: none !important;
}
@media(max-width:750px){
    .hdn-sp {
        display: none;
    }
    .hdn-pc {
        display: block;
    }
    .lb-pc {
        display: none !important;
    }
    .lb-sp {
        display: block !important;
    }
}
/*
==============================================================
========================== End common ========================
==============================================================
*/
/*
==============================================================
======================= hamburger menu =======================
==============================================================
*/
.hamburger-menu {
    position: absolute;
    right: 20px;
    top: 16px;
    width: 30px;
    height: 24px;
    cursor: pointer;
    z-index: 1000001;
    display: none;
}
.hamburger-menu .bar,
.hamburger-menu .bar:after,
.hamburger-menu .bar:before {
    width: 100%;
    height: 2px;
    border-radius: 50vh;
}
.hamburger-menu .bar {
    position: relative;
    transform: translateY(11px);
    background:#fff;
    transition: all 0ms 300ms;
    display: block;
}
.hamburger-menu .bar.active {
    background: none; 
}
.hamburger-menu .bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    background: #fff;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu .bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background:#fff;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.active .bar{
    background: none !important;
}
.hamburger-menu.active .bar::before,
.hamburger-menu.active .bar::after{
    top: 0;
    bottom: 0;
}
.hamburger-menu.active .bar:before {
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}
.hamburger-menu.active .bar:after {
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}
@media(max-width: 750px){
    .hamburger-menu{
        display: block;
    }
}
/*
==============================================================
====================== End hamburger menu ====================
==============================================================
*/
/*
==============================================================
============================ Header ==========================
==============================================================
*/
header {
    background: #d23848;
    padding: 21px 28px;
}
.fixed-nav header{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation: aniHeaderMenu .3s ease forwards;
            animation: aniHeaderMenu .3s ease forwards;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
}
header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .header-inner .logo-box img {
    width: 100%;
}
header .header-inner .logo-box{
    width: 345px;
}
header .header-inner .logo-box a {
    display: block;
}
header .header-inner ul {
    display: flex;
    padding-right: 15px;
}
header .header-inner li a {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    display: inline-block;
    min-width: 140px;
    text-align: center;
    line-height: 1.2;
}
@media(max-width: 1024px){
    header .header-inner .logo-box{
        width: 250px;
    }
}
@media(max-width:960px){
    header .header-inner .logo-box {
        max-width: 224px;
    }
    header .header-inner ul {
        padding-right: 0;
    }
    header .header-inner ul li {
        line-height: 1;
    }
    header .header-inner li a {
        font-size: 1.6rem;
        min-width: 95px;
        text-align: right;
    }
    header {
        padding: 21px 20px;
    }
}
@media(max-width:860px){
    header .header-inner .logo-box {
        max-width: 224px;
    }
    header .header-inner li a {
        font-size: 1.4rem;
        min-width: 80px;
    }
}
@media(max-width:750px) {
    header {
        padding: 9px 15px;
        position: fixed;
        z-index: 10000;
        left: 0;
        right: 0;
    }
    header .header-inner {
        align-items: flex-start;
    }
    header .header-inner {
        flex-direction: column;
    }
    header .header-inner ul {
        display: none;
    }
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1FA35F;
    background: #118fae;
    height: 100vh;
    z-index: 10;
    display: none;
}
@media(max-width:750px){
    header.open-menu ul {
        display: block;
        padding-top: 20px;
        width: 100%;
        padding-right: 0;
    }
    header .header-inner li a {
        min-width: unset;
        display: block;
        text-align: left;
        padding: 15px 0;
        position: relative;
        width: 100%;
        border-bottom: 1px solid #8FD1AF;
        font-size: 1.6rem;
    }
    header .header-inner li a::after{
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        right: 5px;
        margin-top: -5px;
        top: 50%;
    }
    header .container {
        padding: 0;
    }
    .fixed-nav header {
        -webkit-transform: unset;
        transform: unset;
        -webkit-animation: unset;
        animation: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }
    .overlay {
        display: block;
    }
}
/*
==============================================================
========================= End header =========================
==============================================================
*/
/*
==============================================================
============================= Footer =========================
==============================================================
*/
footer {
    padding-top: 35px;
}
footer .btn-box .container {
    max-width: 1010px
}
footer .btn-box {
    padding-bottom: 132px;
}
footer .btn-box ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
footer .btn-box ul li {
    width: 50%;
    position: relative;
}
footer .btn-box ul li a.btn {
    text-align: center;
    background: #db606d;
    display: block;
    color: #fff;
    border-radius: 50vh;
    font-size: 2.6rem;
    line-height: 1;
    padding: 21px 15px;
    font-weight: 700;
    transition: .3s;
}
footer .btn-box ul li:first-child a.btn {
    background: #e89ca4;
    padding-right: 50px;
}
footer .btn-box ul li:last-child a.btn {
    padding-left: 50px;
}
footer .btn-box ul li.pagetop {
    position: absolute;
    display: inline-block;
    width: 120px;
    height: 120px;
    background: #d23848;
    border-radius: 50%;
    left: 50%;
    margin-left: -60px;
    top: 50%;
    margin-top: -60px;
    z-index: 1;
}
footer .btn-box ul li.pagetop a{
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    line-height: 1;
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
    transition: .3s;
    padding-top: 5px;
}
footer .btn-box ul li.pagetop a::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 13px;
    border-bottom: 13px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    left: 50%;
    margin-left: -8px;
    top: 25px;
}
footer .btn-box ul li p {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 1;
    bottom: -30px;
    font-size: 1.6rem;
    color: #040000;
}
footer .btn-box ul li:first-child p {
    padding-right: 40px;
}
footer .btn-box ul li:last-child p {
    padding-left: 40px;
}
footer .footer-inner {
    background: #d23848;
    color: #fff;
    padding-top: 40px;
}
footer .footer-inner a {
    color: #fff;
}
footer .footer-inner ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 20px;
}
footer .footer-inner ul li {
    width: 33.33%;
}
footer .footer-inner ul li .phone {
    font-size: 4rem;
    font-weight: 700;
    font-family: "Barlow",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-left: 62px;
    position: relative;
    line-height: 1;
    margin-bottom: 5px;
    display: inline-block;
    transition: .3s;
}
@media(hover:hover){
    footer .footer-inner ul li .phone:hover{
        opacity: .7;
    }
}
@media(hover:none){
    footer .footer-inner ul li .phone:active{
        opacity: .7;
    }
}
footer .footer-inner ul li .phone::before{
    content: "";
    position: absolute;
    width: 52px;
    height: 30px;
    background: url(../img/ic-phone.png) no-repeat;
    background-size: 100%;
    left: 0;
    top: 50%;
    margin-top: -13px;
}
footer .footer-inner ul li {
    font-size: 1.5rem;
    line-height: 1.2;
}
footer .footer-inner ul li.btn-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
footer .footer-inner ul li.btn-group p {
    width: 45%;
    padding: 0 8px;
}
footer .footer-inner ul li.btn-group p:last-child a{
    background: #C1AF86;
}
footer .footer-inner ul li.btn-group p a {
    text-align: center;
    line-height: 1;
    color: #363636;
    background: #E5E0D4;
    display: block;
    padding: 5px;
    transition: .3s;
}
footer .footer-inner ul li.btn-group a span {
    font-size: 1.3rem;
    border: 1px solid #363636;
    padding: 16px 0px 17px;
    display: block;
    font-weight: 500;
}
footer .footer-inner ul li.agent-logo p {
    text-align: center;
    margin-bottom: -7px;
    width: 310px;
    padding-left: 15px;
}
footer .footer-inner ul li.agent-logo .logo img {
    width: 310px;
}
footer .footer-inner ul li.agent-logo .logo {
    display: inline-block;
    text-align: right;
}
footer .footer-inner ul li.agent-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
footer .footer-inner .copy-right {
    font-size: 1.5rem;
    text-align: center;
    padding-bottom: 20px;
    line-height: 1.2;
}
@media(hover:hover){
    footer .footer-inner ul li.btn-group p a:hover {
        opacity: .7;
    }
    footer .btn-box ul li a.btn:hover,
    footer .btn-box ul li.pagetop a:hover{
        opacity: .7;
    }
}
@media(hover:none){
    footer .footer-inner ul li.btn-group p a:active {
        opacity: .7;
    }
    footer .btn-box ul li a.btn:active,
    footer .btn-box ul li.pagetop a:active {
        opacity: .7;
    }
}
@media(max-width: 1150px){
    footer .footer-inner ul li {
        width: 30%;
    }
    footer .footer-inner ul li.btn-group {
        width: 40%;
    }
}
@media(max-width: 1024px){
    footer .footer-inner ul li {
        width: 28%;
    }
    footer .footer-inner ul li.btn-group {
        width: 44%;
    }
    footer .footer-inner ul li .phone {
        font-size: 3rem;
    }
    footer .footer-inner ul li {
        font-size: 1.3rem;
    }
    footer .footer-inner ul li.agent-logo .logo img,
    footer .footer-inner ul li.agent-logo p {
        width: 250px;
    }
}
@media(max-width: 960px){
    footer .footer-inner ul li.btn-group {
        flex-direction: column;
        align-items: center;
    }
    footer .footer-inner ul li.btn-group p{
        padding: 8px 0 0;
    }
    footer .footer-inner ul li.btn-group p {
        width: 100%;
    }
    footer .footer-inner ul li {
        width: 35%;
    }
    footer .footer-inner ul li.btn-group {
        width: 30%;
    }
    footer .footer-inner ul li.btn-group p a {
        min-width: 250px;
        display: inline-block;
    }
    footer .btn-box ul li p {
        font-size: 1.4rem;
    }
    footer .btn-box ul li:last-child p {
        padding-right: 0;
    }
    footer .btn-box ul li:first-child p {
        padding-right: 0;
    }
}
@media(max-width:860px){
    footer .footer-inner ul li .phone {
        font-size: 2.5rem;
    }
    footer .footer-inner ul li {
        font-size: 1.2rem;
    }
    footer .footer-inner ul li.agent-logo .logo img,
    footer .footer-inner ul li.agent-logo p {
        width: 200px;
    }
    footer .btn-box ul li .lb-sp{
        display: block;
    }
    footer .btn-box ul li p {
        line-height: 1.4;
        bottom: -50px;
    }
    footer .btn-box ul li a.btn {
        font-size: 2rem;
    }
    footer .btn-box {
        padding-bottom: 100px;
    }
}
@media(max-width:750px) {
    .wrapper.home {
        padding-top: 58px;
    }
    footer{
        padding-top: 60px;
    }
    footer .btn-box {
        padding-bottom: 90px;
    }
    footer .footer-inner ul li,
    footer .footer-inner ul li.btn-group {
        width: 100%;
        padding-bottom: 15px;
    }
    footer .footer-inner ul li.agent-logo {
        align-items: center;
    }
    footer .footer-inner ul li {
        text-align: center;
    }
    footer .footer-inner ul li .phone {
        display: inline-block;
        padding-left: 40px;
    }
    footer .footer-inner ul li .phone::before {
        width: 35px;
        height: 22px;
        margin-top: -11px;
    }
    footer .footer-inner ul li.agent-logo{
        padding-top: 10px;
    }
    footer .footer-inner ul li.btn-group a span {
        font-size: 1.6rem;
    }
    footer .footer-inner .copy-right{
        font-size: 1.3rem;
        line-height: 1.4;
     padding-bottom: 65px;
    }
    footer .btn-box ul li a.btn {
        font-size: 2rem;
    }
    footer .btn-box ul li.pagetop a {
        font-size: 2rem;
    }
    footer .btn-box ul li.pagetop {
        width: 100px;
        height: 100px;
        margin-left: -50px;
        margin-top: -50px;
    }
    footer .btn-box ul li:last-child a.btn {
        padding-left: 40px;
    }
    footer .btn-box ul li:first-child a.btn {
        padding-right: 40px;
    }
    footer .btn-box ul li.pagetop a::before{
        top: 20px;
    }
}
@media(max-width:576px){
    footer .btn-box ul li a.btn {
        font-size: 1.6rem;
        padding: 15px;
    }
    footer .btn-box ul li.pagetop a {
        font-size: 1.8rem;
    }
    footer .btn-box ul li.pagetop {
        width: 70px;
        height: 70px;
        margin-left: -35px;
        margin-top: -35px;
    }
    footer .btn-box ul li:last-child a.btn {
        padding-left: 40px;
    }
    footer .btn-box ul li:first-child a.btn {
        padding-right: 40px;
    }
    footer .btn-box ul li.pagetop a::before{
        top: 10px;
        width: 10px;
        height: 10px;
        border-bottom: 10px solid #fff;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        margin-left: -5px;
    }
    footer .btn-box ul li p {
        font-size: 1.2rem;
        padding:  0 !important;
    }
}
@media(max-width:428px){
    footer .btn-box ul li a.btn {
        font-size: 1.4rem;
        padding: 12px;
    }
    footer .btn-box ul li.pagetop a {
        font-size: 1.6rem;
     padding-top: 5px;
    }
    footer .btn-box ul li.pagetop {
        width: 60px;
        height: 60px;
        margin-left: -30px;
        margin-top: -30px;
    }
    footer .btn-box ul li:last-child a.btn {
        padding-left: 30px;
    }
    footer .btn-box ul li:first-child a.btn {
        padding-right: 30px;
    }
    footer .btn-box ul li.pagetop a::before{
        top: 11px;
    }
    footer .btn-box ul li p {
        font-size: 1rem;
        padding:  0 !important;
    }
}
@media(max-width:374px){
    footer {
        padding-top: 35px;
    }
    footer .btn-box ul li a.btn {
        font-size: 1.2rem;
        padding: 12px;
    }
    footer .btn-box ul li.pagetop a {
        font-size: 1.4rem;
    }
    footer .btn-box ul li.pagetop {
        width: 50px;
        height: 50px;
        margin-left: -25px;
        margin-top: -25px;
    }
    footer .btn-box ul li:last-child a.btn {
        padding-left: 25px;
    }
    footer .btn-box ul li:first-child a.btn {
        padding-right: 25px;
    }
    footer .btn-box ul li.pagetop a::before{
        top: 8px;
    }
    footer .btn-box ul li p {
        font-size: .9rem;
        bottom: -35px;
    }
}
/*
==============================================================
=========================== End Footer =======================
==============================================================
*/
/*
==============================================================
============================= Home ===========================
==============================================================
*/
.flow-sidebar{
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 100;
    padding: 20px;
    padding: 40px 55px 30px 25px;
    /* display: none; */
}
.menu-fixed .flow-sidebar {
    display: block;
}
.flow-sidebar li {
    padding: 6px 0;
    position: relative;
}
.flow-sidebar li a {
    display: block;
    padding: 0 44px 0 0;
    font-size: 1.3rem;
    color: #fff;
    transition: .3s;
    position: relative;
    line-height: 1.2;
    letter-spacing: .1em;
    font-weight: 500;
    text-align: right;
}
.menu-fixed .flow-sidebar li a {
    text-shadow: 0px 0px 2px #000;
}
.flow-sidebar li.lbl a{
    padding-left: 0;
}
.flow-sidebar li.lbl{
    padding-bottom: 0;
}
.flow-sidebar li span {
    display: inline-block;
    vertical-align: middle;
}
.flow-sidebar li .circle {
    width: 20px;
    height: 20px;
    margin-right: 18px;
    border-radius: 50%;
    background: #fff;
    transition: .3s;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.menu-fixed .flow-sidebar li .circle {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 0px
}
.flow-sidebar li.after::after {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 17px;
    right: 9px;
    z-index: -1;
    margin-left: -1px;
}
.menu-fixed .flow-sidebar li.after::after {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px 0px
}
@media(hover:hover){
    .flow-sidebar li a:hover {
        color: #d23848;
        text-shadow: unset;
    }
    .flow-sidebar li a:hover .circle {
        transform: scale(1.2);
        background: #d23848;
    }
}
@media(hover:none){
    .flow-sidebar li a:active {
        color: #d23848;
    }
    .flow-sidebar li a:active .circle {
        transform: scale(1.2);
        background: #d23848;
    }
}
.menu-fixed .flow-sidebar a.is-active {
    color: #d23848;
    text-shadow: unset;
}
.flow-sidebar a.is-active .circle {
    transform: scale(1.2);
    top: 2px;
    /* background: #1FA35F; */
    background: #d23848;
}
@media(max-width:1024px){
    .flow-sidebar{
        padding: 30px 15px 30px 25px;
    }
}
@media(max-width: 768px){
    .flow-sidebar{
        display: none !important;
    }
}
.side-bar {
    position: fixed;
    right: 0;
    bottom: 32.5%;
    z-index: 800;
    width: 35px;
}
.side-bar a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    display: block;
    padding: 14px 10px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    background: #d23848;
    width: 35px;
    transition: 0.2s;
    margin-bottom: 4px;
}
@media(hover:hover){
    .side-bar a:hover {
        background: #000;
    }
}
@media(max-width:1024px) {
    .side-bar {
        right: 15px;
    }
}
@media(max-width:750px) {
    .side-bar {
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
    }
    .side-bar a {
        display: block;
        -ms-writing-mode: unset;
        -webkit-writing-mode: unset;
        writing-mode: unset;
        width: 50%;
        margin-bottom: 0;
        border: 1px solid #fff;
        text-align: center;
    }
}
.home .mv .img-box{
    position: relative;
    padding-bottom: 45px;
}
.home .mv .bg {
    width: 100%;
}
.home .mv .txt {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.2;
    /* max-width: 680px; */
    text-align: center;
}
.home .mv .txt .inner {
    position: relative;
    padding: 0 20px;
    /* margin-left: calc((100vw - 1206px) / 2); */
    margin-left: calc((100vw - 1300px) / 2);
    padding-bottom: 8px;
    font-weight: 700;
    width: 50%;
    max-width: 550px;
}
/* .home .mv .txt::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 170px;
    bottom: -8px;
} */
.home .mv .txt .sm {
    font-size: 2rem;
    margin-bottom: 5px;
}
.home .mv .txt img{
    max-width: 630px;
    width: 100%;
    margin:  20px 0 5px;
}
.home .mv .txt-lg  {
    text-align: center;
    color: #d23848;
    font-size: 3.8rem;
    padding-bottom: 5px;
    font-weight: 500;
    line-height: 1;
    margin-top: 0;
}
.home .mv .txt-lg .txt-box {
    margin-top: -20px;
}
.home .mv .txt-lg .txt-box .text {
    font-weight: bold;
    font-size: 3.8rem;
}
.home .mv .txt-lg .sm {
    text-align: center;
    color: #000;
    font-size: 2.4rem;
    font-weight: 500;
    padding: 10px 0;
    line-height: 1;
}
@media(max-width:1206px){
    .home .mv .txt .inner {
        margin-left: 0px;
    }
    .home .mv .bg {
        height: 500px;
        object-fit: cover;
        /* object-position: center; */
        object-position: left;
    }
}
@media(max-width:750px){
    .home .mv .img-box{
        padding-bottom: 25px;
    }
    .home .mv .txt img {
        max-width: 515px;
        width: 100%;
        margin-bottom: -15px;
    }
    .home .mv .txt {
        font-size: 2.4rem;
    }
    .home .mv .txt .sm {
        font-size: 1.6rem;
    }
    .home .mv .txt-lg img {
        height: 90px;
    }
    .home .mv .txt-lg {
        font-size: 2.8rem;
        /* margin-top: -15px; */
        margin-top: -55px;
    }
    .home .mv .txt-lg .txt-box {
        margin-top: -32px;
    }
    .home .mv .txt-lg .sm {
        font-size: 1.6rem;
    }
     .home .mv .txt .inner {
      width: 100%
    }
}
@media(max-width: 480px){
    .home .mv .txt img {
        max-width: 515px;
        width: 100%;
        margin-bottom: -5px;
    }
    .home .mv .txt {
        font-size: 2rem;
        line-height: 1.4;
    }
    .home .mv .txt .sm {
        font-size: 1.4rem;
    }
    .home .mv .txt::before {
        height: 95px;
    }
    .home .mv .bg {
        height: 300px;
    }
    .home .mv .txt {
        top: 25px;
    }
    .home .mv .txt-lg img {
        height: unset;
        width: 100%;
    }
    .home .mv .txt-lg {
        font-size: 2rem;
    }
    .home .mv .txt-lg .txt-box {
        margin-top: -25px;
    }
    .home .mv .txt-lg .sm {
        font-size: 1.2rem;
    }
}
@media(max-width:374px){
    .home .mv .txt {
        font-size: 1.7rem;
    }
}
/* mv =========================================== */
.home .ttl h2 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1;
}
.home .ttl {
    background: #d23848;
    color: #fff;
    text-align: left;
    position: relative;
    padding: 18px 20px;
}
.home .ttl .container {
    display: flex;
    align-items: baseline;
}
.home .ttl p {
    font-family: 'RyuminPro',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", serif;
    font-size: 4.8rem;
    line-height: 1;
    font-weight: 500;
    position: static;
    color: rgba(255, 255, 255, 0.91);
    margin-right: 30px;
}
.home .ttl::after{
    content: "";
    position: absolute;
    /* width: 450px; */
    width: 375px;
    height: 100%;
    right: 0;
    top: 0;
    background: url(../img/tl-bg.png) no-repeat;
    background-size: cover !important;
    opacity: .91;
}
/* concept =========================================== */
.home .concept {
    padding-bottom: 100px;
}
.home .concept .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-top: 50px;
    font-weight: 500;
    position: relative;
}
.home .concept .inner .img {
    max-width: 400px;
    width: 35%;
    position: relative;
    z-index: -2;
}
/* .home .concept .inner .img::before {
    content: "";
    position: absolute;
    width: 134px;
    height: 126px;
    background: url(../img/leaf.png) no-repeat;
    background-size: 100% !important;
    bottom: 35px;
    left: -100px;
} */
/* .home .concept .inner::after {
    content: "";
    position: absolute;
    display: inline-block;
    max-width: 260px;
    width: 24%;
    max-height: 125px;
    height: 100%;
    background: url(../img/clover-bg.png) no-repeat;
    background-size: 100% auto;
    top: 50px;
    left: 33%;
    right: 0;
    z-index: 1;
    margin: 0 auto;
} */
.home .concept .inner .txt {
    flex: 1;
    position: relative;
    z-index: 1;
    padding-right: 13%;
}
/* .home .concept .inner .txt::before {
    content: "";
    display: inline-block;
    max-width: 260px;
    width: 34%;
    max-height: 125px;
    height: 100%;
    background: url(../img/clover-bg.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 15%;
    top: -10px;
    z-index: -1;
} */
.home .concept .inner .txt h3 {
    font-size: 3.8rem;
    color: #d23848;
    line-height: 1.7;
    padding-bottom: 20px;
}
.home .concept .inner .txt h3 span {
    color: #000;
    font-size: 1.8rem;
    margin-left: 20px;
}

.home .concept .inner .txt p.lg {
    font-size: 1.8rem;
    line-height: 1.7;
}
.home .concept .img-banner img {
    width: 100%;
}
.home .concept .img-banner {
    padding-top: 100px;
}
@media(max-width: 1100px){
    .home .concept .inner .txt {
        font-size: 1.4rem
    }
    .home .concept .inner .txt h3 {
        font-size: 3.2rem;
        /* color: #118fae; */
        line-height: 1.7;
        padding-bottom: 20px;
    }
    .home .concept .inner::after {
        width: 340px;
        height: 78px;
        top: 60px;
    }
    .home .concept .inner .img::before {
        width: 100px;
        height: 94px;
    }
}
@media(max-width: 860px){
    .home .concept .inner .txt {
        max-width: 430px;
    }
    .home .concept .inner{
        justify-content: space-between;
    }
    .home .concept .inner::after {
        margin: 0 0 0 auto;
    }
}
@media(max-width:750px){
    .home .concept .inner .img {
        width: 100%;
    }
    .home .concept .inner .txt {
        flex: auto;
        max-width: 100%;
        padding-right: 0;
    }
    .home .concept .inner .img::before {
        width: 134px;
        height: 126px;
        bottom: unset;
        left: 0px;
        top: 20px;
    }
    .home .ttl {
        padding: 15px 0;
    }
    .home .ttl p {
        font-size: 3.5rem;
        top: 50%;
        left: 15px;
        margin-top: -20px;
    }
    .home .ttl h2 {
        font-size: 2rem;
        text-align: right;
    }
    .home .ttl::after {
        width: 285px;
    }
    .home .concept .img-banner {
        padding-top: 40px;
    }
    .home .concept {
        padding-bottom: 40px;
    }
}
@media(max-width:640px){
    .home .concept .inner .txt h3 {
        padding-bottom: 70px;
    }
    .home .concept .inner::after {
        top: 125px;
        max-width: 340px;
        width: 100%;
        margin: 0;
        left: 0px;
    }
}
@media(max-width:374px){
    .home .concept .inner .img::before {
        width: 100px;
        height: 94px
    }
    .home .concept .inner .txt h3 {
        font-size: 2.8rem;
    }
    .home .concept .img-banner {
        padding-top:35px;
    }
    .home .ttl h2 {
        font-size: 1.6rem;
    }
    .home .ttl p {
        font-size: 2.8rem;
        margin-top: -15px;
    }
}
/* location =========================================== */
.home .location .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-top: 70px;
    font-weight: 500;
    position: relative;
    margin-bottom: 50px;
}
.home .location .inner .txt {
    flex: 1;
    position: relative;
    z-index: 1;
}
.home .location .inner .txt h3 {
    font-size: 3.8rem;
    color: #d23848;
    line-height: 1;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    padding: 8px 0 30px;
}
.home .location .inner .txt h3 .sm {
    font-size: 2.4rem;
    color: #040000;
    padding-left: 35px;
}
.home .location .inner .txt p.lg {
    font-size: 1.8rem;
    line-height: 1.7;
}
.home .location .inner .img {
    width: 43%;
    position: relative;
}
/* .home .location .inner .img::before {
    content: "";
    position: absolute;
    width: 85px;
    height: 164px;
    background: url(../img/location-leaf.png) no-repeat;
    background-size: 100% !important;
    bottom: 20%;
    left: -120px; */
}
.home .location .item-shopping {
    padding-top: 90px;
}
.home .location .item-shopping .inner-item {
    display: flex;
    flex-wrap: wrap;
}
/* .home .location .item-shopping .inner-item .txt::before {
    content: "";
    position: absolute;
    width: 178px;
    height: 107px;
    background: url(../img/item-shopping-leaf.png) no-repeat;
    background-size: 100% !important;
    bottom: -35px;
    right: 8%;
    z-index: -1;
} */
.home .location .item-shopping .inner-item .txt {
    padding-top: 100px;
    padding-left: 85px;
    position: relative;
    flex: 1;
}
.home .location .item-shopping .img{
    max-width: 500px;
    width: 100%;
}
.home .location .item-shopping .img img {
    width: 100%;
}
.home .location h3.title {
    font-size: 4rem;
    font-family: 'RyuminPro',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", serif;
    color: #d23848;
    font-weight: 500;
    border-bottom: 2px solid #d23848;
    line-height: 1.7;
    margin-bottom: 40px;
}
.home .location .item-shopping h3.title {
    /* margin-bottom: -5.5%;
    margin-left: 18.5%; */
}
.home .location .items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22px;
    padding-top: 60px;
}
.home .location .items .item ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-top: 30px;
}
.home .location .items .item  {
    width: 50%;
    padding: 0 22px;
}
.home .location .items .item ul li {
    width: 50%;
    padding: 0 10px;
    text-align: center;
    font-size: 1.4rem;
}
.home .location .items .item ul li h4 {
    font-size: 1.9rem;
    font-weight: 500;
    padding-top: 15px;
    line-height: 1.5;
    padding-bottom: 15px;
}
.home .location .items .item .txt-box {
    padding-top: 50px;
}
.home .location .items .item .txt-box .sm {
    font-size: 1.3rem;
}

@media(max-width: 1220px){
    .home .location .items .item {
        padding: 0 20px;
    }
    .home .location .items {
        margin: 0 -20px;
    }
}
@media(max-width:1024px){
    .home .location .item-shopping .inner-item .txt {
        padding-left: 25px;
        padding-top: 80px;
    }
    .home .location .item-shopping .inner-item .txt::before {
        right: 0;
    }
    .home .location .items .item {
        padding: 0 10px;
    }
    .home .location .items {
        margin: 0 -10px;
    }
    .home .location .items .item ul li {
        padding: 0 5px;
    }
    .home .location .items .item ul {
        margin: 0 -5px;
    }
    .home .location .items .item ul li h4 {
        font-size: 1.6rem;
    }
    .home .location .items .item ul li {
        font-size: 1.2rem;
    }
    .home .location .items .item .txt-box {
        font-size: 1.4rem;
    }
    .home .location .items .item .txt-box .sm {
        font-size: 1.2rem;
    }
}
@media(max-width: 860px){
    .home .location .inner .txt h3 .sm {
        font-size: 2rem;
        padding-left: 15px;
    }
    .home .location .inner .txt h3 {
        font-size: 3.2rem;
        padding-bottom: 15px;
    }
    .home .location .inner .txt p.lg {
        font-size: 1.6rem;
    }
    .home .location .inner .txt {
        font-size: 1.4rem;
    }
    .home .location .item-shopping h3 {
        font-size: 3rem;
    }
    .home .location .item-shopping .inner-item .txt {
        padding-top: 60px;
        font-size: 1.4rem;
    }
    .home .location .items .item {
        width: 100%;
        padding: 0 0 25px;
    }
    .home .location .items .item .txt-box {
        padding-top: 20px;
    }
    .home .location .items {
        margin: 0;
    }
}
@media(max-width:750px){
    .home .location .inner .txt {
        flex: auto;
    }
    .home .location .inner .img {
        width: 100%;
        padding-top: 20px;
    }
    .home .location .inner .txt h3 .sm {
        padding-left: 0;
        padding-top: 15px;
    }
    .home .location .inner .txt h3 {
        flex-direction: column;
        align-items: flex-start;
    }
    .home .location .inner {
        padding-top: 35px;
        margin-bottom: 0;
    }
    .home .location .item-shopping .img {
        width: 100%;
        text-align: center;
    }
    .home .location .item-shopping .img img {
        max-width: 400px;
    }
    .home .location .item-shopping h3 {
        margin-bottom: 25px;
        margin-left: 0;
    }
    .home .location .item-shopping .inner-item .txt {
        padding-top: 30px;
        padding-left: 0;
        flex: auto;
    }
    .home .location .item-shopping .inner-item .txt {
        padding-top: 30px;
        padding-bottom: 85px;
    }
    .home .location .item-shopping .inner-item .txt::before {
        bottom: 0;
    }
    .home .location .item-shopping h3.title {
        margin-bottom: 25px !important;
        margin-left: 0 !important;
    }
    .home .location .item-shopping {
        padding-top: 0;
    }
}
@media(max-width:480px){
    .home .location .items .item ul li {
        width: 100%;
        padding: 0 0 25px;
    }
    .home .location .items .item ul li h4 {
        padding-bottom: 10px;
    }
    .home .location .items .item ul {
        margin: 0;
    }
    .home .location .items .item .txt-box {
        padding-top: 0;
    }
}
/* facilities-list ================================= */
.home .facilities-list {
    padding-top: 100px;
}
.home .facilities-list h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #d23848;
    text-align: center;
    padding: 0 20px;
    line-height: 1;
}
.home .facilities-list h2 span {
    position: relative;
}
/* .home .facilities-list h2 span::before {
    content: "";
    position: absolute;
    width: 54px;
    height: 54px;
    background: url(../img/facilities-leaf.png) no-repeat;
    background-size: 100%;
    left: -90px;
    z-index: -1;
    top: 50%;
    margin-top: -27px;
} */
.home .facilities-list .slider {
    padding-top: 32px;
    overflow: hidden;
}
.home .facilities-list .slider ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 90px;
    /* margin: 0 -10px ; */
}
.home .facilities-list .slider ul li {
    width: 25%;
    padding: 0 10px;
}
.home .facilities-list .slider ul li h4 {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.4;
    color: #178CC4;
    padding-bottom: 20px;
    padding-top: 10px;
    text-align: center;
}
.home .facilities-list .slider .txt {
    font-size: 1.4rem;
    line-height: 1.44;
    text-align: center;
    font-weight: 700;
}
.home .facilities-list .slider .slick-list {
    padding: 0 !important;
    margin: 0 -10px;
}
.home .facilities-list .slider .img {
    padding-top: 86%;
    position: relative;
}
.home .facilities-list .slider .img  img{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.slick-next,
.slick-prev{
    position: absolute;
    top: 40%;
    margin-top: -15px;
    border: none;
    text-indent: -999999px;
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: unset;
    z-index: 10;
    border-radius: 50%;
    background: #595757;
}
.home .facilities-list .slider .slick-next,
.home .facilities-list .slider .slick-prev {
    top: 30%;
    transition: .3s;
}
@media(hover:hover){
    .home .facilities-list .slider .slick-next:hover,
    .home .facilities-list .slider .slick-prev:hover{
        /* background: #1FA35F; */
        background: #118fae;
    }
}
@media(hover:none){
    .home .facilities-list .slider .slick-next:active,
    .home .facilities-list .slider .slick-prev:active{
        /* background: #1FA35F; */
        background: #118fae;
    }
}
.home .facilities-list .slider .slick-prev{
    left: 23.8%;
}
.home .facilities-list .slider .slick-next{
    right: 23.8%;
}
.slick-prev::before,
.slick-next::before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -4px;
    transition: .2s;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.slick-prev::before {
    transform: rotate(-135deg);
}
.slick-next::before {
    transform: rotate(45deg);
    margin-left: -8px;

}
.home .facilities-list .btn {
    background: #d23848;
    color: #fff;
    line-height: 1;
    font-size: 3rem;
    display: inline-block;
    min-width: 400px;
    padding: 10px 15px;
    position: relative;
    transition: .3s;
    font-weight: 500;
}

@media(hover:hover){
    .home .facilities-list .btn:hover {
        background: #e89ca4;
    }
}
@media(hover:none){
    .home .facilities-list .btn:active {
        background: #e89ca4;
    }
}
.home .facilities-list .btn .ic {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    right: 20px;
    top: 50%;
    margin-top: -10px;
}
.home .facilities-list .btn .ic::before ,
.home .facilities-list .btn .ic::after {
    content: "";
    position: absolute;
    background: #d23848;
    top: 50%;
    left: 50%;
}
.home .facilities-list .btn .ic::after {
    width: 14px;
    height: 4px;
    margin-top: -2px;
    margin-left: -7px;
}
.home .facilities-list .btn .ic::before {
    width: 4px;
    height:14px;
    margin-top: -7px;
    margin-left: -2px;
    transition: .3s;
}
.home .facilities-list .btn.show .ic:before {
    display: none;
}
.home .facilities-list .item-list .container {
    max-width: 1206px;
}
.home .facilities-list .item-list .inner-content {
    display: none;
}
.home .facilities-list .item-list .btn-click {
    padding-bottom: 90px;
    position: relative;
}
.home .facilities-list .item-list .btn-click::after,
.home .facilities-list .item-list .btn-click::before {
    /* content: ""; */
    content: none;
    position: absolute;
    z-index: -1;
}
.home .facilities-list .item-list .btn-click::before {
    width: 166px;
    height: 75px;
    background: url(../img/facilities-leaf1.png) no-repeat;
    background-size: 100%;
    left: 15%;
    top: -20px;
}
.home .facilities-list .item-list .btn-click::after {
    width: 139px;
    height: 96px;
    background: url(../img/facilities-leaf2.png) no-repeat;
    background-size: 100%;
    right: 15%;
    top: -30px;
}
.home .facilities-list .item-list ul,
.home .facilities-list .item-list .sm {
    max-width: 1220px;
    margin-left: auto;
}
.home .facilities-list .item-list ul {
    padding-bottom: 25px;
}
.home .facilities-list .item-list li {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.7rem;
    line-height: 1.42;
}
.home .facilities-list .item-list li {
    position: relative;
}
.home .facilities-list .item-list .name {
    color: #3156A5;
    flex: 1;
    position: relative;
    display: flex;
    font-weight: 500;
}
.home .facilities-list .item-list ul.cl1 .name{
    color: #178CC4;
}
.home .facilities-list .item-list ul.cl2 .name{
    color: #FF0000
}
.home .facilities-list .item-list ul.cl3 .name{
    color: #CB67C5
}
.home .facilities-list .item-list ul.cl4 .name{
    color: #E6760C
}
.home .facilities-list .item-list ul.cl5 .name{
    color: #90BE20
}
.home .facilities-list .slider ul li h4.cl1{
    color: #178CC4;
}
.home .facilities-list .slider ul li h4.cl2{
    color: #FF0000
}
.home .facilities-list .slider ul li h4.cl3{
    color: #CB67C5
}
.home .facilities-list .slider ul li h4.cl4{
    color: #E6760C
}
.home .facilities-list .slider ul li h4.cl5{
    color: #90BE20
}
.home .facilities-list .item-list .sep {
    position: relative;
    display: inline-block;
    height: 100%;
    flex: 1;
}
.home .facilities-list .item-list .sep::after {
    content: "";
    position: absolute;
    width: 95%;
    height: 3px;
    background: url(../img/point.png) repeat-x;
    right: 10px;
    top: 50%;
    margin-top: -2px;
}
.home .facilities-list .item-list li .desc {
    max-width: 500px;
    width: 100%;
    font-weight: 500;
}
.home .facilities-list .item-list .sm {
    font-size: 1.4rem;
    padding-top: 5px
}
.home .facilities-list .item-list {
    padding-bottom: 38px;
    font-size: 1.8rem;
}
@media(max-width: 1200px){
    .home .facilities-list .slider ul li h4 {
        font-size: 1.8rem;
    }
    .home .facilities-list .slider .txt{
        font-size: 1.6rem;
    }
    .home .facilities-list .slider .slick-next {
        right: 18.65%;
    }
    .home .facilities-list .slider .slick-prev {
        left: 18.65%;
    }
    .home .facilities-list .slider .slick-next, .home .facilities-list .slider .slick-prev {
        top: 35%;
    }
}
@media(max-width:1100px) {
    .home .facilities-list .item-list .btn-click::before {
        left: 20px;
    }
    .home .facilities-list .item-list .btn-click::after {
        right: 20px;
    }
    .home .facilities-list .slider .slick-list {
        margin: 0;
    }
}
@media(max-width:1024px){
    .home .facilities-list .slider ul {
        padding-bottom: 75px;
    }
    .home .facilities-list .item-list {
        padding-bottom: 60px;
    }
}
@media(max-width:960px){
    .home .facilities-list .item-list li {
        font-size: 1.6rem;
    }
    .home .facilities-list .item-list li .desc {
        max-width: 405px;
        width: 100%;
    }
}
@media(max-width: 860px){
    .home .facilities-list .slider .slick-next {
        right: 18.15%;
    }
    .home .facilities-list .slider .slick-prev {
        left: 18.15%;
    }
    .home .facilities-list .slider ul,
    .home .facilities-list .item-list {
        padding-bottom: 50px;
    }
}
@media(max-width: 750px){
    .home .facilities-list .btn {
        font-size: 2rem;
        min-width: 280px;
    }
    .home .facilities-list .slider ul {
        padding-bottom: 35px;
    }
    .home .facilities-list .item-list li {
        line-height: 1.75;
    }
    .home .facilities-list .item-list li .desc {
        max-width: unset;
    }
    .home .facilities-list .item-list .name {
        flex: auto;
    }
    .home .facilities-list .item-list .sep {
        display: none;
    }
    .home .facilities-list .item-list {
        padding-bottom: 40px;
    }
    .home .facilities-list {
        padding-top: 30px;
    }
    .home .facilities-list .item-list .btn-click::before {
        width: 100px;
        height: 45px;
        top: 0px;
    }
    .home .facilities-list .item-list .btn-click::after {
        width: 90px;
        height: 62px;
        top: -5px;
    }
    .home .facilities-list h2 {
        font-size: 2rem;
    }
    .home .facilities-list h2 span::before {
        width: 30px;
        height: 30px;
        left: -50px;
        margin-top: -15px;
    }
}
@media(max-width: 576px){
    .home .facilities-list .slider ul li h4{
        font-size: 1.6rem;
    }
    .home .facilities-list .slider .txt {
        font-size: 1.4rem;
    }
    .home .facilities-list .slider .slick-next {
        right: 15px;
    }
    .home .facilities-list .slider .slick-prev {
        left: 15px;
    }
    .home .facilities-list .slider .slick-next, .home .facilities-list .slider .slick-prev {
        top: 31%;
    }
    .home .facilities-list .item-list .btn-click {
        /* padding-top: 50px;
        padding-bottom: 65px; */

        padding: 0 0 30px;
    }
    .home .facilities-list .item-list .btn-click::after {
        top: unset;
        bottom: 0;
    }
}
@media (max-width: 414px) {
    .home .facilities-list .slider .slick-next, .home .facilities-list .slider .slick-prev {
        top: 38%;
    }
}
@media(max-width:374px){
    .home .facilities-list .item-list li {
        font-size: 1.4rem;
    }
    .home .facilities-list .slider ul {
        padding-bottom: 30px;
    }
    .home .facilities-list .slider .slick-next {
        right: 5px;
    }
    .home .facilities-list .slider .slick-prev {
        left: 5px;
    }
}
/* access ======================================== */
.home .access .ttl {
    margin-bottom: 95px;
}
.home .access .content .map img {
    width: 100%;
}
.home .access .content .map {
    padding-bottom: 50px;
}
.home .access .content .map.fm1{
    padding-bottom: 20px;
}
.home .access .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}
.home .access .items .item {
    /* width: 33.33%; */
    /* width: 49%; */
    padding: 0;
    position: relative;
}
.home .access .items .item .img-box {
    position: relative;
    padding-bottom: 15px;
}
.home .access .items .item .img-box img {
    width: 100%;
}
.home .access .items .item .img-box .txt{
    width: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.home .access .items .item .img-box .tag {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    background: rgb(31, 163, 95, .91);
    font-size: 1.6rem;
    line-height: 1;
    padding: 6px 13px;
    display: flex;
    align-items: center;
}
.home .access .items .item .img-box .tag .no {
    font-size: 3.3rem;
    line-height: 1;
    padding-right: 14px;
}
.home .access .btn-box {
    text-align: center;
    padding-bottom: 100px;
    padding-top: 85px;
}
.home .access .btn-box a {
    background: #d23848;
    display: inline-block;
    color: #fff;
    max-width: 900px;
    width: 100%;
    padding: 16px 35px;
    line-height: 1;
    font-size: 2.3rem;
    border-radius: 50vh;
    transition: .3s;
    font-weight: 500;
    text-align: left;
 pointer-events: none;
}
.home .access .btn-box a span {
    padding-left: 50px;
    line-height: 1;
    position: relative;
    display: block;
}
.home .access .btn-box a span::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 34px;
    background: url(../img/ic-car.png) no-repeat;
    background-size: 100% !important;
    left: 0;
    top: 50%;
    margin-top: -17px;
}
.home .access .google-map iframe{
    width: 100%;
    height: 400px;
}
@media(hover:hover){
    .home .access .btn-box a:hover {
        background: #8FD1AF;
    }
}
@media(hover:none){
    .home .access .btn-box a:active {
        background: #8FD1AF;
    }
}
@media(max-width: 1100px) {
    .home .access .items .item .img-box .tag .no {
        font-size: 2.5rem;
        padding-right: 8px;
    }
    .home .access .items .item .img-box .tag {
        font-size: 1.4rem;
    }
}
@media(max-width: 960px){
    .home .access .items .item .img-box .tag .no {
        font-size: 2rem;
    }
    .home .access .items .item .img-box .tag {
        font-size: 1.1rem;
    }
    .home .access .items .item {
        padding: 0 8px;
    }
    .home .access .items {
        margin: 0 -8px;
    }
    .home .access .btn-box a {
        font-size: 2rem;
    }
}
@media(max-width: 800px){
    .home .access .items .item .img-box .tag .no {
        font-size: 3rem;
    }
    .home .access .items .item .img-box .tag {
        font-size: 1.6rem;
    }
    .home .access .items .item {
        width: 100%;
        padding: 0;
    }
    .home .access .items {
        margin: 0;
    }
    .home .access .ttl {
        /* margin-bottom: 45px; */
        margin-bottom: 10vh;
    }
    .home .access .content .map {
        padding-bottom: 30px;
    }
    .home .access .btn-box a {
        padding: 15px 20px;
    }
    .home .access .btn-box a span::before {
        width: 35px;
        height: 30px;
        margin-top: -15px;
    }
}
@media(max-width: 750px){
    .home .access .items {
        margin: 0;
    }
    .home .access .items .item {
        padding: 0 0 5px;
        width: 100%;
    }
    .home .access .btn-box {
        text-align: center;
        padding-bottom: 60px;
        padding-top: 35px;
    }    
    .home .access .btn-box a span{
        font-size: 1.6rem;
        line-height: 1.5;
    }
}
@media(max-width: 374px){
    .home .access .items .item .img-box .tag {
        font-size: 1.4rem;
    }
    .home .access .items .item .img-box .tag .no {
        font-size: 2.4rem;
    }
    .home .access .btn-box a span{
        font-size: 1.4rem;
    }
    .home .access .btn-box a span::before {
        width: 26px;
        height: 22px;
        margin-top: -11px;
    }
    .home .access .btn-box a span {
        padding-left: 32px;
    }
}
/* access-way ================================================ */
.home .access-way {
    padding-bottom: 30px;
    padding-bottom: 110px;
}
.home .access-way h2 {
    font-size: 3rem;
    line-height: 1.7;
    text-align: center;
    padding-top: 30px;
    font-weight: 500;
    padding-bottom: 0px;
}
.home .access-way .ttl {
    padding: 2px 20px 3px;
}
.home .access-way .way {
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
    margin: 0 -20px;
    padding-bottom: 75px;
}
.home .access-way .way li {
    width: 33.33%;
    padding: 15px 20px 20px;
    position: relative;
}
.home .access-way .way li .inner h3 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
}
.home .access-way .way li .inner h3 .sm {
    font-size: 1.6rem;
}
.home .access-way .way li .inner .lg {
    color: #fff;
}
.home .access-way .way li .inner .no {
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 35px;
}
.home .access-way .way li .inner .no img{
    height: 62px;
}
.home .access-way .way li .inner .txt {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    line-height: 1.5;
}
.home .access-way .way li .inner .txt .lg{
    font-size: 3.2rem;
    line-height: 1.2;
    padding-top: 0px;
}
.home .access-way .way li .inner .txt .desc {
    font-size: 1.6rem;
    text-align: right;
}
.home .access-way .way li .inner .txt .desc p {
    display: flex;
    justify-content: space-between;
}
.home .access-way .way li .inner .txt .desc .lbl {
    width: 60px;
    text-align: left;
}
.home .access-way .content {
    display: flex;
    flex-wrap: wrap;
}
.home .access-way .content .img {
    flex: 1;
    padding-right: 6.5%;
}
/* .home .access-way .content .items {
    width: 500px;
} */
.home .access-way .content .items h3 .md {
    font-size: 1.6rem;
}
.home .access-way .content .items h3 .sm {
    font-size: 1.2rem;
}
.home .access-way .content .items h3{
    font-size: 3rem;
    background: #1FA35F;
    width: 100%;
    text-align: center;
    line-height: 1;
    display: inline-block;
    color: #fff;
    padding: 15px 14px;
    text-align: left;
    font-weight: 500;
}
.home .access-way .content .items .txt-box {
    margin-top: 40px;
}
.home .access-way .content .items h4 {
    font-size: 3.6rem;
    line-height: 1;
    font-weight: 400;
    padding-bottom: 17px;
    font-weight: 500;
}
.home .access-way .content .items h4 .cl1 {
    color: #118fae;
}
.home .access-way .content .items h4 .no {
    font-size: 7rem;
}
.home .access-way .content .items .txt {
    font-size: 2rem;
    color: #231815;
    line-height: 1.2;
    font-weight: 500;
}
.home .access-way .content .items .txt + .txt {
    border-top: 2px dashed #685D58;
}

.home .access-way .content .items .txt .inner {
    padding-bottom: 20px;
}
.home .access-way .content .items .txt  .lg {
    font-size: 3.6rem;
    font-weight: 500;

}
.home .access-way .content .items .txt .sm {
    font-size: 1.6rem;
}
.home .access-way .content .items .txt .cl1 {
    /* color: #118fae; */
    color: #d23848;
    font-weight: 500;
    line-height: 1;
}
.home .access-way .content .items .txt .no {
    font-size: 3rem;
}
.home .access-way .content .items .txt .bottom {
    padding-top: 15px;
    padding-bottom: 15px;
}
.home .access-way .content .items .txt p {
    display: flex;
    align-items: flex-end;
}
.home .access-way .content .items .txt .sm.fm1 {
    font-size: 1.4rem;
    width: 80px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.home .access-way .content .items .txt .sm.fm1 span{
    font-size: 0.8rem;
    display: block;
}
.home .access-way .content {
    justify-content: space-between;
    padding-top: 45px;
}
.home .access-way .content .items .txt p.sm {
    font-size: 1.2rem;
    padding-top: 18px;
}
.home .access-way .content .items ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home .access-way .content .items ul li {
    width: 45%;
    font-size: 2.2rem;
    line-height: 2;
    font-weight: 500;
}
.home .access-way .content .items ul li.w100 {
    width: 100%;
}
.home .access-way .content .items ul li .lg {
    font-size: 2.4rem;
    padding: 15px 0 20px;
}
@media(max-width:1100px){
    .home .access-way .content.fm1 .items {
        width: 48.5%;
    }
    .home .access-way .content .items ul li .lg {
        font-size: 2rem;
    }
    .home .access-way .content .items ul li {
        font-size: 1.8rem;
    }
}
@media(max-width: 960px){
    .home .access-way .content .img {
        padding-right: 30px;
    }
    .home .access-way .content .items h3 {
        font-size: 2.4rem;
        padding: 10px 14px;
    }
    .home .access-way .content .items .txt-box {
        margin-top: 20px;

    }
    .home .access-way .content .items h4 .no {
        font-size: 5rem;
    }
    .home .access-way .content .items h4 {
        font-size: 2.4rem;
    }
    .home .access-way .content .items .txt .lg {
        font-size: 3rem;
    }
}
@media(max-width: 900px) {
    .home .access-way .content .img {
        flex: auto;
        padding-right: 0;
        text-align: center;
    }
    .home .access-way .content .img img {
        max-width: 600px;
        width: 100%;
    }
    .home .access-way .content .items {
        width: 100%;
        padding-top: 30px;
    }
    .home .access-way .content.fm1 .items {
        width: 100%;
    }
}
@media(max-width: 750px){
    .home .access-way h2 {
        font-size: 2.4rem;
        padding-bottom: 30px;
    }
    .home .access-way .content.fm1 .items {
        padding-top: 0;
        padding-bottom: 25px;
    }
    .home .access-way {
        padding-bottom: 40px;
    }
}
@media(max-width: 480px){
    .home .access-way .content .items .txt {
        font-size: 1.6rem;
    }
    .home .access-way .content .items .txt .no {
        font-size: 2.2rem;
    }
    .home .access-way .content .items .txt .lg {
        font-size: 2.4rem;
    }
    .home .access-way .content .items .txt .sm.fm1 {
        font-size: 1.2rem;
        width: 80px;
        margin-right: 0;
    }
}
@media(max-width: 414px){
    .home .access-way h2 {
        font-size: 2rem;
        padding-bottom: 30px;
    }
    .home .access-way .content .items ul li .lg {
        font-size: 1.4rem;
    }
    .home .access-way .content .items ul li {
        font-size: 1.2rem;
    }
    .home .access-way .content .items h3 {
        font-size: 2rem;
    }
}
@media(max-width: 374px){
    .home .access-way .content .items .txt {
        font-size: 1.4rem;
    }
    .home .access-way .content .items .txt .no {
        font-size: 2rem;
    }
    .home .access-way .content .items .txt .lg {
        font-size: 2.2rem;
    }
    .home .access-way .content .items .txt .sm.fm1 {
        font-size: 1rem;
        width: 60px;
        margin-right: 0;
    }
    .home .access-way .content .items .txt .sm.fm1 span {
        font-size: 0.5rem;
    }
}
/* land-plan ================================= */
.home .land-plan .img img {
    width: 100%;
}
.home .land-plan .img {
    /* padding: 150px 0 160px; */
    padding: 0px 0;
}
@media(max-width: 750px){
    .home .land-plan .img {
        padding: 50px 0 60px
    }
}
/* house-plan ========================================= */
.home .house-plan .house-plan-slider-thumb{
/*    display: flex;
    flex-wrap: wrap;*/
    margin: 0 -5px;
    padding-top: 90px;
}
.home .house-plan .house-plan-slider-thumb li {
    width: 25%;
    padding: 5px;
    text-align: center;
}
.home .house-plan .house-plan-slider-thumb .tab {
    background: #E0F2E9;
    color: #118fae;
    font-size: 3rem;
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
    transition: .3s;
}
.home .house-plan .house-plan-slider-thumb .tab:hover{
    opacity: .7;
}
.home .house-plan .house-plan-slider-thumb .tab .lg {
    /* background: #1FA35F; */
    background: #d23848;
    color: #fff;
    padding: 16px 10px;
    font-weight: 500;
}
.home .house-plan .house-plan-slider-thumb .tab p {
    padding: 60px 10px;
}
@media(max-width:1024px){
    .home .house-plan .house-plan-slider-thumb .tab {
        font-size: 2rem;
    }
    .home .house-plan .house-plan-slider-thumb .tab p {
        padding: 40px 10px;
    }
}
@media(max-width:750px){
    .home .house-plan .house-plan-slider-thumb li {
        width: 33.33%;
    }
    .home .house-plan .house-plan-slider-thumb {
        padding-top: 30px;
    }
}
@media(max-width:576px){
    .home .house-plan .house-plan-slider-thumb li {
        width: 50%;
    }
}
@media(max-width:414px){
    .home .house-plan .house-plan-slider-thumb .tab {
        font-size: 1.6rem;
    }
    .home .house-plan .house-plan-slider-thumb .tab p {
        padding: 30px 10px;
    }
    .home .house-plan .house-plan-slider-thumb .tab .lg {
        padding: 10px 10px;
    }
}


/* house-plan ================================================ */
.home .house-plan{
    padding-bottom: 95px;
}
.home .house-plan .title-box h2 {
    max-width: 425px;
}
.house-plan .house-plan-slider {
  padding-top: 90px;
}
.house-plan .house-plan-slider h3 {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    /* background: #1FA35F; */
    background: #d23848;
    padding: 15px 50px;
}
.house-plan .house-plan-slider h3 .lg{
    font-size: 3.1rem;
    padding-left: 50px;
}
.house-plan .house-plan-slider .item {
    margin-top: 18px
}
.house-plan .house-plan-slider .txt-top{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #d23848;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.8;
    padding: 16px 30px;
}
.house-plan .house-plan-slider .txt-top .sm p {
    padding: 8px 0;
}
.house-plan .house-plan-slider .txt-top .lg {
    font-size: 8rem;
    line-height: 1;
    font-weight: 500;
    width: 290px;
    margin-top: -8px;
}
.house-plan .house-plan-slider .txt-top .sm {
    flex: 1;
}
.house-plan .house-plan-slider .txt-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
    max-width: 1000px;
    margin: 0 auto;
}
.house-plan .house-plan-slider .item .txt-box ul li {
    width: 25%;
    padding: 18px;
}
.house-plan .house-plan-slider .txt-box ul li p{
    font-size: 2.4rem;
    line-height: 1.2;
    color: #fff;
    background: #d23848;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 7px 10px;
}
.house-plan .house-plan-slider .item {
    /* border: 2px solid #1FA35F; */
    border: 2px solid #d23848;
}
.house-plan .house-plan-slider .item .img {
    text-align: center;
    padding: 50px 20px 80px;
}
.house-plan .house-plan-slider .item .img img {
    /* max-width: 560px; */
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.house-plan .house-plan-slider .item ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}
.house-plan .house-plan-slider .item ul li {
    width: 33.33%;
    padding: 0 15px;
    line-height: 1.75;
    padding-bottom: 50px;
}
.house-plan .house-plan-slider .item ul li img {
    width: 100%;
}
.house-plan .house-plan-slider .item ul li .img {
    padding: 0;
    padding-top: 80%;
    position: relative;
}
.house-plan .house-plan-slider .item ul li .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
    max-width: 100%;
}
.house-plan .house-plan-slider .item ul li h4 {
    font-size: 2rem;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 1.4;
}
.house-plan .house-plan-slider .item ul li h4 .sm {
    font-size: 1.6rem;
}
.house-plan .slick-next, 
.house-plan .slick-prev {
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    transition: .3s;
}
.house-plan .slick-prev {
    left: -25px;
}
.house-plan .slick-next {
    right: -25px;
}
.house-plan .slick-prev::before, 
.house-plan .slick-next::before {
    margin-top: -10px;
    margin-left: -8px;
    width: 20px;
    height: 20px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
}
.house-plan .slick-next::before {
    margin-left: -12px;
}
.house-plan .slick-next:hover, 
.house-plan .slick-prev:hover {
    background: #1FA35F;
}
@media(max-width:1220px){
    .house-plan .slick-next{
        right: -10px;
    }
    .house-plan .slick-prev{
        left: -10px;
    }
}
@media(max-width:960px){
    .house-plan .house-plan-slider .item .txt-box ul  {
        padding: 0;
    }
    .house-plan .house-plan-slider .item .txt-box ul li {
        padding:  20px 10px;
    }
    .house-plan .house-plan-slider .txt-box ul li p{
        font-size: 2rem;
    }
}
@media(max-width:860px){
    .house-plan .house-plan-slider .txt-top .lg {
        font-size: 6rem;
        width: 200px;
    }
    .house-plan .house-plan-slider .txt-top .sm {
        font-size: 1.8rem;
    }
    .house-plan .house-plan-slider .item ul li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .house-plan .house-plan-slider .item ul {
        margin: 0 10px;
    }
    .house-plan .house-plan-slider .item ul li h4 {
        font-size: 1.6rem;
    }
    .house-plan .house-plan-slider .item ul li h4 .sm {
        font-size: 1.4rem;
    }
    .house-plan .house-plan-slider .item ul li {
        font-size: 1.4rem;
    }
    .house-plan .house-plan-slider .txt-box ul li p{
        font-size: 1.6rem;
    }
}
@media(max-width:750px){
    .house-plan .house-plan-slider {
        padding-top:  40px;
    }
    .house-plan .house-plan-slider .item .txt-box ul li {
        width: 50%;
        padding-bottom: 0;
    }
    .house-plan .house-plan-slider .txt-top .lg {
        width: 100%;
        margin-top: 0;
        padding-bottom: 10px;
    }
    .house-plan .house-plan-slider .txt-top .sm {
        flex: auto;
    }
    .house-plan .house-plan-slider .txt-top  {
        padding: 15px 20px;
    }
    .house-plan .house-plan-slider.active {
        padding-top: 40px;
    }
    .house-plan .house-plan-slider .item ul li {
        width: 100%;
    }
    .house-plan .house-plan-slider .item ul li .img {
        padding-top: 0;
    }
    .house-plan .house-plan-slider .item ul li .img img {
        position: unset;
    }
    .house-plan .house-plan-slider .item .img {
        padding: 30px 20px 40px;
    }
    .home .house-plan {
        padding-bottom: 45px;
    }
    .house-plan .slick-next, 
    .house-plan .slick-prev {
        margin-top: -15px;
        width: 30px;
        height: 30px;
    }
    .house-plan .slick-prev::before, 
    .house-plan .slick-next::before {
        margin-top: -6px;
        margin-left: -4px;
        width: 12px;
        height: 12px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    .house-plan .slick-next::before {
        margin-left: -8px;
    }
}
@media(max-width:480px){
    .house-plan .house-plan-slider h3 .lg {
        font-size: 2.3rem;
        padding-left: 20px;
    }
    .house-plan .house-plan-slider h3 {
        font-size: 2.2rem;
        padding: 10px 20px;
    }
    .house-plan .house-plan-slider .item ul li {
        padding-bottom: 25px;
    }
}
@media(max-width: 393px){
    .house-plan .house-plan-slider .item .txt-box ul {
        padding-top: 10px;
    }
    .house-plan .house-plan-slider .item .txt-box ul li {
        width: 100%;
        padding-top: 10px;
    }
}
/* gallery =================================================== */
.home .gallery .slick-next,
.home .gallery .slick-prev {
    top: 0;
    margin-top: 0;
    background: #595757;
    height: 100%;
    border-radius: unset;
    width: 43px;
    transition: .3s
}
@media(hover:hover){
    .home .gallery .slick-next:hover,
    .home .gallery .slick-prev:hover {
        background: #1FA35F;
    }
}
@media(hover:none){
    .home .gallery .slick-next:active,
    .home .gallery .slick-prev:active {
        opacity: .7;
    }
}
.home .gallery .slick-next {
    right: 0;
}
.home .gallery .slick-prev {
    left: 0;
}
.home .gallery .img {
    padding-top: 56.6%;
    position: relative;
}
.home .gallery img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.home .gallery .slider {
    padding-top: 95px;
}
.home .gallery .slider-item-thumb {
    padding: 15px 50px 0;
}
.home .gallery .slider-item-thumb .slick-prev {
    left: -50px;
}
.home .gallery .slider-item-thumb .slick-next {
    right: -50px;
}
.home .gallery .slick-prev::after, 
.home .gallery .slick-next::after, 
.home .gallery .slick-prev::before, 
.home .gallery .slick-next::before {
    width: 14px;
}
.home .gallery .slider-item-thumb li {
    width: 20%;
    padding: 0 5px;
}
.home .gallery .slick-prev::before, 
.home .gallery .slick-next::before {
    margin-top: 3px;
}
.home .gallery .slick-list {
    padding: 0 !important;
}
.home .gallery .slider-item-thumb .img{
    padding-top: 81%;
    position: relative;
}
.home .gallery .slider-item-thumb .slick-center .img::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.home .gallery .slick-next::before, 
.home .gallery .slick-prev::before {
    width: 24px;
    height: 24px;
    border-width: 4px;
    margin-top: -12px;
}
.home .gallery .slick-next::before {
    margin-left: -18px;
}
.home .gallery .slider-item-thumb .img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media(max-width:960px){
    .home .gallery .slider-item-thumb li {
        padding: 0 5px;
    }
    .home .gallery .slider-item-thumb {
        padding-top: 25px;
    }
    .home .gallery .slider {
        padding-top: 50px;
    }
}
@media(max-width:750px){
    .home .gallery .slider-item-thumb li {
        padding: 0 2px;
    }
    .home .gallery .slider-item-thumb {
        padding-top: 15px;
    }
    .home .gallery .slider {
        padding-top: 30px;
    }
    .home .gallery .slick-next::before, 
    .home .gallery .slick-prev::before {
        width: 12px;
        height: 12px;
        border-width: 2px;
        margin-top: -6px;
    }
    .home .gallery .slick-next, 
    .home .gallery .slick-prev {
        width: 20px;
    }
    .home .gallery .slider-item-thumb {
        padding: 15px 20px 0;
    }
    .home .gallery .slider-item-thumb .slick-next {
        right: -20px;
    }
    .home .gallery .slider-item-thumb .slick-prev {
        left: -20px;
    }
    .home .gallery .slick-next::before {
        margin-left: -8px;
    }
}
@media(max-width:414px){
    .home .gallery .slider-item-thumb li{
        width: 25%;
    }
}
/* facility-group ============================================ */
.home .facility-group {
    padding-top: 95px;
}
.home .facility-group .container {
    max-width: 1056px;
}
.home .facility-group .content h3{
    font-size: 5rem;
    font-weight: 500;
    line-height: 1;
    padding-top: 95px;
    color: #118fae;
    font-family: "Barlow", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
.home .facility-group .content h3 .sm{
    font-size: 2.6rem;
    padding-left: 20px;
    color: #040000;
}
.home .facility-group .content h3 .sm.cl1 {
    color: #118fae;
}
.home .facility-group .content h3 .sm.fm1 {
    padding-bottom: 20px;
}
.home .facility-group .content h3.fm1{
    display: flex;
    line-height: 1.4;
}
.home .facility-group .content h3 .lg {
    display: block;
}
.home .facility-group .content .items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    padding-top: 10px;
}
.home .facility-group .content .items .item {
    width: 50%;
    padding: 8px;
    font-size: 2.2rem;
    line-height: 1.8;
}
.home .facility-group .content .items .item .img img {
    width: 100%;
}
.home .facility-group .content .items .item h4 {
    font-size: 3.7rem; 
    line-height: 1;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 30px;
    color: #0F2C51;
    font-family: "Barlow", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
.home .facility-group .content .items .item:first-child h4 img {
    height: 25px;
    margin-bottom: 2px;
}
.home .facility-group .content .items .item h4 img {
    height: 30px;
    margin-bottom: 2px;
}
.home .facility-group .kitchen-items {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 -10px;
    padding-top: 30px;
}
.home .facility-group .kitchen-items .item {
    width: 33.33%;
    padding: 0 10px;
    position: relative;
}
.home .facility-group .kitchen-items .sep {
    position: absolute;
    color: #fff;
    background: #0F2C51;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    line-height: 1;
    font-size: 1.7rem;
    padding-bottom: 5px;
    z-index: 1;
    right: -15px;
    margin-top: -15px;
}
.home .facility-group .kitchen-items .item h4 {
    background: #1FA35F;
    color: #ffff;
    font-size: 2rem;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    padding: 8px 15px;
}
.home .facility-group .kitchen-items .item h4 span {
    color: #0F2C51;
}
.home .facility-group .items .item h3 {
    padding-bottom: 25px;
    padding-top: 34px;
}
.home .facility-group .items .item h3.fm1 {
    height: 115px;
}
.home .facility-group .content .items.fm1 {
    margin: 0 -20px;
}
.home .facility-group .content .items.fm1 .item {
    padding: 0 20px;
}
@media(max-width: 1150px){
    .home .facility-group .items .item h3 {
        font-size: 3rem;
    }
    .home .facility-group .content .item h3 .sm {
        font-size: 2rem;
    }
}
@media(max-width:960px){
    .home .facility-group .content .items .item h4,
    .home .facility-group .content h3 {
        font-size: 4rem;
    }
    .home .facility-group .content h3 {
        padding-top: 35px;
    }
    .home .facility-group .content .items .item {
        padding: 10px;
    }
    .home .facility-group .content .items {
        margin:  0 -10px;
    }
    .home .facility-group .content h3 .sm {
        font-size: 2rem;
    }
    .home .facility-group .content .items .item {
        font-size: 1.6rem;
    }
    .home .facility-group .content .items .item h4 img {
        height: 20px;
    }
    .home .facility-group .kitchen-items .item h4 {
        font-size: 1.6rem;
    }
    .home .facility-group .content .items .item:first-child h4 img {
        height: 18px;
    }
}
@media(max-width: 860px) {
    .home .facility-group .content .items.fm1 .item {
        width: 100%;
    }
    .home .facility-group .items .item h3.fm1 {
        height: unset;
    }
    .home .facility-group .content .items.fm1{
        margin: 0;
    }
    .home .facility-group .content .items.fm1 .item {
        padding: 0;
    }
}
@media(max-width:750px){
    .home .facility-group .content .items{
        margin: 0;
    }
    .home .facility-group .content .items .item{
        width: 100%;
        padding: 0 0 25px;
    }
    .home .facility-group .content .items .item h4{
        padding-bottom: 20px;
        padding-top: 10px;
    }
    .home .facility-group .content h3 {
        padding-bottom: 10px;
    }
    .home .facility-group .content h3 .sm{
        display: block;
        padding-left: 0;
        padding-top: 15px;
    }
    .home .facility-group .items.fm1 .item h3 {
        padding-bottom: 15px;
        padding-top: 10px;
    }
    .home .facility-group .kitchen-items {
        margin: 0;
        padding-top: 15px;
    }
    .home .facility-group .kitchen-items img {
        width: 100%;
    }
    .home .facility-group .kitchen-items .item {
        width: 100%;
        padding: 0 0 50px;
    }
    .home .facility-group .ttl h2 {
        text-align: center;
    }
    .home .facility-group .kitchen-items .sep {
        top: unset;
        right: unset;
        left: 50%;
        margin-left: -15px;
        margin-top: 0;
        bottom: 10px;
    }
    .home .facility-group .kitchen-items .item:last-child{
        padding-bottom: 0;
    }
    .home .facility-group .content .item h3 .sm {
        line-height: 1.4;
    }
    .home .facility-group{
        padding-top: 45px;
    }
    .home .facility-group .items.fm1 .item h3.fm1 .sm{
        padding-top: 0;
        padding-left: 10px;
    }
}
@media(max-width:480px){
    .home .facility-group .content h3 .sm {
        font-size: 1.6rem;
    }
    .home .facility-group .content .items .item h4, 
    .home .facility-group .content h3 {
        font-size: 3.2rem;
    }
    .home .facility-group .content .items .item {
        font-size: 1.4rem;
    }
    .home .facility-group .content .item h3 .sm {
        font-size: 1.6rem;
    }
}
@media(max-width:374px){
    .home .facility-group .content h3 .sm {
        font-size: 1.4rem;
    }
    .home .facility-group .content .items .item h4, 
    .home .facility-group .content h3 {
        font-size: 3rem;
    }
    .home .facility-group .content .items .item {
        font-size: 1.4rem;
    }
    .home .facility-group .content .items .item h4 img {
        height: 16px;
    }
    .home .facility-group .content .items .item h4 {
        padding-bottom: 15px;
        padding-top: 10px;
    }
    .home .facility-group .content .item h3 .sm {
        font-size: 1.4rem;
    }
}
/* house-building =========================================== */
.home .house-building {
    padding-top: 100px;
}
.home .house-building .ttl h2 {
    letter-spacing: .32em;
}
.home .house-building .container {
    max-width: 1056px;
}
.home .house-building  .top-content-box{
    margin-top: 100px;
    background: #ffe8e3;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
}
.home .house-building  .top-content-box .desc {
    font-size: 2.4rem;
    line-height: 1.8;
    font-weight: 700;
    color: #d23848;
    width: 260px;
    padding-top: 13px;
}
.home .house-building  .top-content-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 1;
}
.home .house-building .top-content-box ul li {
    width: 30%;
    align-items: center;
    position: relative;
}
.home .house-building  .top-content-box ul li p{
    background: #fff;
    color: #d23848;
    background-size: 100%;
    height: 100%;
    font-size: 2.5rem;
    line-height: 1.7;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 155px;
    height: 155px;
    position: relative;
    padding-right: 20px;
    padding-bottom: 13px;
    margin-left: auto;
    font-weight: 700;
}
.home .house-building  .top-content-box ul li p::before{
    content: "";
    position: absolute;
    background: url(../img/house-building-bg2.png) no-repeat;
    background-size: 100%;
    width: 180px;
    height: 160px;
    top: -13px;
    left: -22px;
}
.home .house-building  .top-content-box ul li::after{
    content: "&";
    position: absolute;
    font-weight: 700;
    top: 50%;
    margin-top: -17px;
    font-size: 3.3rem;
    line-height: 1;
    left: calc((86% - 160px) / 2);
    margin-left: -13px;
    color: #0F2C51;
}
.home .house-building .top-content-box ul li:first-child:after {
    display: none;
}
.home .house-building .items .tl {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 15px;
    position: relative;
}
.home .house-building .items .tl .point {
    /* background: #1FA35F; */
    color: #fff;
    width: 173px;
    height: 173px;
    text-align: center;
    font-size: 2rem;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
/* .home .house-building .items .tl.fm1::after{
    content: "";
    position: absolute;
    width: 134px;
    height: 126px;
    background: url(../img/pointt-left.png) no-repeat;
    background-size: 100% !important;
    bottom: 30px;
    right: -60px;
    z-index: -1;
} */
.home .house-building .items .tl .point.fm1::before {
    display: none;
}
.home .house-building .items .tl .point .lg {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.25;
    padding-bottom: 5px;
    font-family: "Barlow",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.home .house-building .items .tl .point .lg img {
    height: 22px;
}
.home .house-building .items .tl .point .sm {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-top: 8px;
}
.home .house-building .items .tl h3 {
    font-size: 2.4rem;
    line-height: 1.8;
    flex: 1;
    padding-left: 40px;
    color: #d23848;
}
.home .house-building .items .img img {
    width: 100%;
}
.home .house-building .items .tl .img-01 {
    display: flex;
    flex: 1;
    align-items: center;
}
.home .house-building .items .tl .img-01 img {
    width: 125px;
    margin-left: 0px;
    padding-top: 10px;
}
.home .house-building .line{
    display: inline;
    background: linear-gradient(rgba(0, 0, 0, 0) 70%,#FAED00 0%);
}
.home .house-building .items ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
    padding-top: 25px;
}
.home .house-building .items ul li {
    width: 50%;
    padding: 0 30px;
}
.home .house-building .items ul li p {
    line-height: 1.8;
}
.home .house-building .items ul li h4 {
    font-size: 2.4rem;
    line-height: 1.4;
    border-bottom: 1px solid #d23848;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    color: #d23848;
}
/* .home .house-building .items .tl.fm2::after {
    content: "";
    position: absolute;
    width: 134px;
    height: 66px;
    background: url(../img/point2-leaf.png) no-repeat;
    background-size: 100% !important;
    top: 30px;
    right: 0px;
    z-index: -1;
} */
.home .house-building .items ul li h4 .no02 {
    position: absolute;
    height: 50px;
    right: 0;
    top: -8px;
    margin-top: 38px !important;
}
.home .house-building .items ul li img {
    margin-top: 18px;
}
.home .house-building .items ul li.col9 {
    width: 66.66%;
}
.home .house-building .items ul li.col3 {
    width: 33.33%;
}
.home .house-building .items ul li.col3 img {
    margin-top: 65px;
}
.home .house-building .items ul li.col7 {
    width: 58.33%;
}
.home .house-building .items ul li.col7 h4 {
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 5px;
}
.home .house-building .items ul li.col5 {
    width: 41.66%
}
.home .house-building .items ul li ul {
    margin:  0 -10px;
}
.home .house-building .items ul.fm1 {
    margin: 0 -10px;
    padding-top: 0;
}
.home .house-building .items.fm3 ul.fm1 {
    align-items: flex-start;
}
.home .house-building .items.fm3 ul li h4{
    padding-top: 15px;
}
.home .house-building .items ul li.col3 h4 {
    padding-top:20px;
}
.home .house-building .items.fm3 ul li img:last-child {
    margin-top: 20px;
}
.home .house-building .items ul.fm1 li {
    padding: 0 10px;
}
.home .house-building .items ul li.col9 ul {
    padding-top: 0;
}
.home .house-building .items ul.fm1 li.sm {
    width: 37%;
}
.home .house-building .items ul.fm1 li.lg {
    width: 63%;
}
.home .house-building .items ul.fm1 li ul li {
    padding:  0 10px;
}
/* .home .house-building .items .tl.fm3::after {
    content: "";
    position: absolute;
    width: 112px;
    height: 111px;
    background: url(../img/point-img04-leaf.png) no-repeat;
    background-size: 100% !important;
    top: 44%;
    right: 0px;
    z-index: -1;
} */
.home .house-building .bottom-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding-top: 25px;
    width: 100%;
}
.home .house-building .bottom-box .item {
    width: 25%;
    padding: 0 7px 14px;
}
.home .house-building .bottom-box .item .inner {
    background: #ffe8e3;
    text-align: center;
    font-size: 2.1rem;
    line-height: 1.5;
    font-weight: 700;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 5px;
    position: relative;
    color: #d23848;
}
.home .house-building .bottom-box .item .inner p.fm1 {
    letter-spacing: -0.12em;
}
.home .house-building .bottom-box .item .inner ::before{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-top: 16px solid #d23848;
    border-right: 16px solid transparent;
    top: 0;
    left: 0;
}
.home .house-building .bottom-box .item:first-child .inner {
    background: #d23848;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.7;
}
.home .house-building .bottom-box .item .inner .sm {
    font-size: 1.4rem;
}
.home .house-building .peace {
    padding-top: 50px;
}
.home .house-building .peace h3 {
    background: #d23848;
    color: #fff;
    text-align: center;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 400;
    padding: 8px 15px 11px;
}
.home .house-building .peace ul  {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-top: 0;
}
.home .house-building .peace ul li {
    padding: 10px;
}
.home .house-building .peace ul li.col3{
    width: 30%;
}
.home .house-building .peace ul li.col3 .tl {
    border-bottom: 1px solid #d23848;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.home .house-building .peace ul li.col3 .item {
    border: 1px solid #d23848;
    padding: 20px;
    font-size: 1.8rem;
    line-height: 2;
}
.home .house-building .peace ul li.col3 .item .sm{
    font-size: 2.5rem;
    text-align: center;
    color: #d23848;
}
.home .house-building .peace ul li.col9 {
    width: 70%;
}
.home .house-building .peace ul li.col9 .item{
    width: 100%;
    border: 1px solid #d23848;
    padding: 20px;
    font-size: 1.8rem;
    line-height: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.home .house-building .peace ul li.col9 .item .no {
    font-size: 11rem;
    line-height: 1;
    font-weight: 500;
    font-family: "Barlow",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: max-content;
    padding-bottom: 5px;
}
.home .house-building .peace ul li.col9 .item .sm{
    font-size: 2.5rem;
    line-height: 1.4;
    color: #d23848;
}
.home .house-building .peace ul li.col9 ul li .item p.sm {
    color: #040000;
}
.home .house-building .peace ul li.col9 .item h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.6rem;
}
.home .house-building .peace ul li.col9 .item .tl {
    width: 38%;
}
.home .house-building .peace ul li.col9 .item .txt {
    width: 62%;
    padding-left: 30px;
}
.home .house-building .peace ul li.col9 .item .tl {
    text-align: center;
    border-right: 1px solid #d23848;
}
.home .house-building .peace ul li.col9 ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}
.home .house-building .peace ul li.col9 ul li {
    width: 50%;
}
.home .house-building .peace ul li.col9 ul .item {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 8px 15px;
}
.home .house-building .peace h4 {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color: #d23848;
}
.home .house-building .peace ul li.col9 ul li .item .tl {
    width: 100%;
    border: unset;

}
.home .house-building .peace ul li.col9 ul li .item h4 {
    font-size: 2.4rem;
    margin-bottom: -10px;
    color: #040000;
}
.home .house-building .peace ul li.col9 ul li .item p{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 3rem;
    color: #d23848;
}
.home .house-building .peace ul li.col9 ul li .item .no {
    font-size: 8.1rem;
    line-height: 1;
}
.home .house-building .peace ul li.col9 ul li .item p .sm {
    width: 120px;
    display: inline-block;
    line-height: 1.2;
}
.home .house-building .peace ul li.col9 ul li .item p.sm{
    font-size: 1.8rem;
}
.home .house-building .peace .items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.home .house-building .peace .items .txt-box {
    width: 56%;
}
.home .house-building .peace .items .img-box {
    padding-right: 45px;
    width: 44%;
    padding-bottom: 25px;
}
.home .house-building .peace .items ul li{
    width: 100%;
}
.home .house-building .peace .items .txt-box h4 {
    font-weight: 500;
    padding-bottom: 10px;
}
.home .house-building .peace .items .txt-box h4 .no {
    font-weight: 700;
    font-size: 5.5rem;
}
.home .house-building .peace .items .txt-box{
    font-size: 1.8rem;
    line-height: 1.8;
    border: 1px solid #d23848;
    height: auto;
    padding: 18px 28px;
}
@media(max-width:1250px){
    .home .house-building .items ul {
        margin: 0 -15px;
    }
    .home .house-building .items ul li {
        padding: 0 15px;
    }
}
@media(max-width:1200px){
    .home .house-building .items ul li.col7 h4 {
        font-size: 2rem;
    }
    .home .house-building .bottom-box .item .inner {
        font-size: 1.8rem;
    }
    .home .house-building .bottom-box .item:first-child .inner{
        font-size: 1.6rem;
    }
    .home .house-building .bottom-box .item .inner .sm {
        font-size: 1.2rem;
    }
    .home .house-building .items .tl.fm1::after{
        right: -20px;
    }
}
@media(max-width:1100px){
    .home .house-building .items .tl.fm1::after{
        right: 0px;
    }
}
@media(max-width:1050px){
    .home .house-building .peace h4 {
        font-size: 3rem;
    }
    .home .house-building .peace ul li.col3 .item .sm {
        font-size: 2rem;
    }
    .home .house-building .peace ul li.col3 .item {
        font-size: 1.6rem;
    }
    .home .house-building .peace ul li.col9 .item h4 {
        font-size: 2.8rem;
    }
    .home .house-building .peace ul li.col9 .item .no{
        font-size: 8rem;
    }
    .home .house-building .peace ul li.col9 .item .sm {
        font-size: 2rem;
    }
    .home .house-building .peace ul li.col9 .item .txt {
        font-size: 1.4rem;
    }
    .home .house-building .peace ul li.col9 ul li .item .no{
        font-size: 5.5rem;
        line-height: 1;
    }
    .home .house-building .peace ul li.col9 ul li .item p {
        font-size: 2.2rem;
    }
    .home .house-building .peace ul li.col9 ul li .item p .sm {
        width: 95px;
        font-size: 1.8rem;
    }
    .home .house-building .peace ul li.col9 ul li .item h4{
        font-size: 2rem;
    }
    .home .house-building .peace ul li.col9 ul li .item p.sm {
        font-size: 1.6rem;
        padding-top: 5px;
    }
    .home .house-building .peace ul li.col9 ul .item {
        padding: 27px 15px;
    }
}
@media(max-width: 1024px){
    .home .house-building .top-content-box .desc {
        font-size: 2rem;
        width: 220px;
    }
    .home .house-building .top-content-box ul li{
        width: 33.33%;
    }
    .home .house-building .top-content-box ul li p::before {
        width: 135px;
        height: 120px;
        left: -18px;
        top: -9px;
    }
    .home .house-building .top-content-box ul li p {
        width: 120px;
        height: 120px;
        padding-bottom: 8px;
        padding-right: 15px;
        font-size: 1.8rem;
    }
    .home .house-building .top-content-box ul li::after {
        margin-top: -12px;
        font-size: 2.4rem;
        left: calc((100% - 120px) / 2);
        margin-left: -12px;
    }
    .home .house-building .top-content-box .desc {
        padding-top: 8px;
    }
    .home .house-building .items ul li.col7 h4 {
        font-size: 1.8rem;
    }
    .home .house-building .items ul.fm1 li.col3 h4{
        font-size: 1.8rem;
    }
    .home .house-building .items ul li h4 .no02 {
        height: 35px;
        width: unset;
    }    
    .home .house-building .items img {
        width: 100%;
    }
    .home .house-building .bottom-box .item {
        width: 50%;
        padding-bottom: 14px;
    }
    .home .house-building .top-content-box {
        margin-top: 60px;
    }
    .home .house-building .items .tl{
        padding-top: 60px;
    }
    .home .house-building .items .tl h3 {
        padding-left: 20px;
    }
}
@media(max-width: 960px){
    .home .house-building .items ul li.col7,
    .home .house-building .items ul li.col5 {
        width: 100%;
    }
    .home .house-building .items ul li.col5 img {
        width: 100%;
    }
    .home .house-building .items .tl h3 {
        font-size: 1.8rem;
    }
    .home .house-building .peace ul li.col3 {
        width: 100%;
    }
    .home .house-building .peace ul li.col9 {
        width: 100%;
    }
    .home .house-building .peace h3 {
        font-size: 2rem;
    }
}
@media(max-width:860px){
    .home .house-building .top-content-box .desc {
        font-size: 1.6rem;
        width: 180px;
    }
    .home .house-building .top-content-box ul li p::before {
        width: 120px;
        height: 108px;
        left: -15px;
    }
    .home .house-building .top-content-box ul li p {
        width: 105px;
        height: 105px;
        padding-bottom: 5px;
        padding-right: 10px;
        font-size: 1.6rem;
    }
    .home .house-building .top-content-box ul li::after {
        margin-top: -10px;
        font-size: 2rem;
        left: calc((100% - 105px) / 2);
        margin-left: -10px;
    }
    .home .house-building .top-content-box .desc {
        padding-top:5px;
    }
    .home .house-building .items ul li h4{
        font-size: 2rem;
    }
    .home .house-building .items ul li p{
        font-size: 1.4rem;
    }
    .home .house-building {
        padding-top: 50px;
    }
    .home .house-building .top-content-box {
        margin-top: 30px;
    }
    .home .house-building .items .tl {
        padding-top: 45px;
    }
    .home .house-building .peace .items .img-box {
        width: 100%;
        padding-right: 0;
    }
    .home .house-building .peace .items .txt-box{
        width: 100%;
    }
}
@media(max-width: 750px){
    .home .house-building .top-content-box .desc {
        width: 100%;
    }
    .home .house-building .top-content-box ul {
        flex: auto;
    }
    .home .house-building .top-content-box ul li p {
        margin: 0 auto;
    }
    .home .house-building .top-content-box ul li::after {
        left: 0;
    }
    .home .house-building .top-content-box .desc {
        padding: 0 0 25px;
    }
    .home .house-building .top-content-box {
        margin-top: 40px;
    }
    .home .house-building .items .tl h3 {
        /* font-size: 1.4rem; */
        padding-left: 20px;
    }
    .home .house-building .items .tl h3 .img {
        width: 100px;
        padding-left: 0px;
    }
    .home .house-building .items .tl .point {
        width: 150px;
        height: 150px;
        font-size: 1.6rem;
    }
    .home .house-building .items .tl .point .lg {
        font-size: 2rem;
    }
    .home .house-building .items .tl .point .sm {
        font-size: 1.2rem;
    }
    .home .house-building .items .tl .img-01 img {
        width: 100px;
        margin-left: 20px;
        padding-top: 10px;
    }
    .home .house-building .items .tl {
        padding-top: 25px;
    }
    .home .house-building .peace .items .img-box ul li {
        padding-bottom: 0;
    }
    .home .house-building .ttl h2 {
        letter-spacing: .1em;
        text-align: center;
    }
    .home .house-building .items ul {
        margin: 0;
    }
    .home .house-building .peace .items {
        padding: 0;
    }
    .home .house-building .items ul li {
        width: 100%;
        padding: 0 0 25px;
    }
    .home .house-building .items ul li.col9,
    .home .house-building .items ul li.col3 {
        width: 100%;
    }
    .home .house-building .items ul.fm1 li ul li {
        padding: 0 0 25px;
    }
    .home .house-building .items ul.fm1 li ul {
        margin: 0;
    }
    .home .house-building {
        padding-top: 30px;
    }
    .home .house-building .items ul.fm1 li {
        padding: 0;
    }
    .home .house-building .items ul.fm1 {
        margin: -0;
    }
    .home .house-building .items ul li:last-child{
        padding-bottom: 0;
    }
    .home .house-building .items ul li h4 .no02 {
        height: 95%;
        width: unset;
        top: -15px;
    }  
    .home .house-building .items ul.fm1 li ul {
        padding-top: 15px;
    }
    .home .house-building .items ul.fm1 li ul li {
        padding-bottom: 15px;
    }
    .home .house-building .peace {
        padding-top: 40px;
    }
    .home .house-building .peace h3 {
        line-height: 1.4;
    }
    .home .house-building .peace ul li.col9 .item .tl {
        width: 100%;
        border-right: unset;
        border-bottom: 1px solid #1FA35F;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .home .house-building .peace ul li.col9 .item .txt {
        width: 100%;
        padding-left: 0;
    }
    .home .house-building .peace ul li.col9 ul li .item .tl {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .home .house-building .peace ul li.col9 ul li .item h4{
        margin-bottom: 0;
    }
    .home .house-building .peace .items .txt-box{
        padding: 20px;
    }
    .home .house-building .items ul.fm1 li.sm {
        width: 100%;
    }
    .home .house-building .items ul.fm1 li.lg {
        width: 100%;
        padding-top: 15px;
    }
    .home .house-building .items .tl.fm1::after{
        right: 50px;
        bottom: unset;
        top: 35%;
    }
    .home .house-building .items .tl.fm3::after {
        top: 20%;
    }
}
@media(max-width:640px){
    .home .house-building .items .tl h3 {
        font-size: 1.6rem;
        padding-left: 20px;
    }
    .home .house-building .top-content-box ul li p::before {
        width: 100px;
        height: 90px;
        left: -12px;
    }
    .home .house-building .top-content-box ul li p {
        width: 85px;
        height: 85px;
        padding-bottom: 5px;
        padding-right: 10px;
        font-size: 1.6rem;
    }
    .home .house-building .top-content-box ul li::after {
        margin-top: -8px;
        font-size: 1.6rem;
        left: 0;
        margin-left: -8px;
    }
    .home .house-building .top-content-box .desc {
        padding-top:5px;
    }
    .home .house-building .items .tl .point {
        width: 100%;
        height: auto;
        text-align: left;
        align-items: flex-start;
    }
    .home .house-building .peace .items .txt-box h4 {
        font-size: 2rem;
    }
    .home .house-building .peace .items .txt-box {
        font-size: 1.4rem;
    }
    .home .house-building .items .tl .point img {
        width: 175px;
    }
    .home .house-building .items .tl h3 {
        padding-top: 20px;
        padding-left: 0;
        flex: auto;
    }
    .home .house-building .items.fm1 .tl h3{
        flex: 1;
    }
    .home .house-building .items .tl .img-01 {
        flex: auto;
        padding-bottom: 15px;
        position: relative;
    }
    .home .house-building .items .tl .img-01 img {
        padding-top: 20px;
        margin-left: 20px;
    }
    .home .house-building .items .tl .img-01 img {
        width: 80px;
        padding-top: 25px;
        margin-left: 0;
        position: absolute;
        right: 0;
        bottom: 100%;
    }
    .home .house-building .items ul li h4 {
        padding-bottom: 8px;
    }
    .home .house-building .peace ul li.col9 ul li {
        width: 100%;
    }
}
@media(max-width:480px){
    .home .house-building .bottom-box  {
        margin: 0;
    }
    .home .house-building .bottom-box .item {
        width: 100%;
        padding: 0 0 14px;
    }
    .home .house-building .bottom-box .item:last-child{
        padding-bottom: 0;
    }
    .home .house-building .items .tl.fm1::after{
        right: 10px;
        top: 15%;
    }
}
@media(max-width:414px){
    .home .house-building .top-content-box ul li {
        width: 100%;
        padding-bottom: 30px;
    }
    .home .house-building .top-content-box ul li::after {
        left: 50%;
        margin-left: -8px;
        top: 0;
        margin-top: -28px;
    }
    .home .house-building .top-content-box ul li p::before {
        width: 180px;
        height: 160px;
        left: -15px;
    }
    .home .house-building .top-content-box ul li p {
        width: 160px;
        height: 160px;
        padding-bottom: 5px;
        padding-right: 10px;
        font-size: 1.6rem;
    }
}
@media(max-width:374px){
    .home .house-building .items .tl .img-01 img {
        margin-left: 10px;
    }
    .home .house-building .items.fm1 .tl h3 {
        font-size: 1.4rem;
    }
    .home .house-building .items ul li h4{
        font-size: 1.8rem;
    }
}
/* outline =================================================== */
.outline {
    padding-top: 80px;
    padding-bottom: 30px;
}
.outline .ttl h2 {
    letter-spacing: .32em;
}
.outline table thead tr th {
    background: #d23848;
    padding: 26px 20px;
    color: #fff;
    text-align: left;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: .24em;
}
.outline table tr {
    vertical-align: middle;
    font-size: 1.8rem;
    line-height: 1.2;
    height: 78px;
}
.outline table {
    border-spacing: 0px;
    width: 100%;
}
.outline table, 
.outline th, 
.outline td {
    border:1px solid #040000;
    border-collapse: collapse;
  }
.outline table tr th{
    width: 12.5%;
    text-align: left;
    font-weight: 400;
    background: #f6d9dc;
    vertical-align: middle;
    text-align: center;
}
.outline table tr:nth-child(even) th{
    background: #fbedef;
}
.outline table tr td {
    vertical-align: middle;
    padding: 8px 25px;
    width: 37.5%;
}
.outline .content {
    padding-top: 110px;
}
.outline .content table{
    margin-bottom: 50px;
}
@media(max-width:1150px){
    .outline table tr th {
        width: 15%;
    }
    .outline table tr td {
        vertical-align: middle;
        padding: 8px 25px;
        width: 35%;
    }
}
@media(max-width:1024px){
    .outline table tr{
        font-size: 1.6rem;
    }
}
@media(max-width:960px){
    .outline table tr{
        font-size: 1.4rem;
    }
    .outline table tr td {
        padding: 8px 15px;
    }
}
@media(max-width:750px) {
    .outline table {
        width: 100%;
        border-collapse: collapse;
    }
    .outline table tbody {
        display: block;
    }
    .outline table tr {
        width: 100%;
        display: contents;
    }
    .outline table  tr th, 
    .outline table  tr td {
        width: 100%;         
        padding: 12px;
        text-align: left;
        border: 1px solid #000;
        border-bottom: unset;
        border-left: unset;
        border-right: unset;
        box-sizing: border-box;
        display: block;   
    }
    .outline table {
        border-top: unset;
    }
    .outline .ttl h2 {
        text-align: center;
    }
    .outline table thead tr th {
        padding: 12px 15px;
    }
    .outline{
        padding-top: 60px;
    }
    .outline .content{
        padding-top: 25px;
    }
    .outline table thead tr th {
        font-size: 1.8rem;
    }
    .outline .content table {
        margin-bottom: 25px;
    }
}
@media(max-width: 428px){
    .outline table thead tr th {
        font-size: 1.6rem;
        line-height: 1.4;
    }
}
/*
==============================================================
=========================== End Home =========================
==============================================================
*/


/* 20250730 */
.image_lp {
    display: block;
    width: 100%;
    max-width: 1400px;
    margin: 30px auto;
}
.image_lp02 {
    margin: 60px auto;
}
.image_lp03 {
    margin: 60px auto;
}
.home .facilities-list .item-list .sub {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #FF0000;
    /* width: 100%; */
}
@media(max-width:750px) {
    .image_lp {
        margin: 20px auto;
    }
    .image_lp02 {
        margin: 20px auto;
    }
    .image_lp03 {
        margin: 20px auto;
    }
}


.home .location .img-box p {
    line-height: 1.7;
}
.home .location .img-box01 img {
    display: block;
    margin-bottom: 10px;
}
.home .location .img-box01 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home .location .img-box01 .content .text01 {
    width: 45%;
    font-size: 1.9rem;
    font-weight: 500;
}
.home .location .img-box01 .content .text02 {
    width: 55%;
    font-size: 1.6rem;
}
.home .location .img-box-row {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.home .location .img-box-row .img-box {
    width: 48.5%;
}
.home .location .img-box-row .img-box img {
    display: block;
    margin-bottom: 10px;
}
.home .location .img-box-row .img-box .text01 {
    text-align: center;
    font-weight: 500;
    font-size: 1.9rem;
    line-height: 1.3;
    letter-spacing: -0.08em;
    margin-bottom: 10px;
    min-height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .location .img-box-row .img-box .text02 {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: -0.06em;
    font-weight: normal;
}

/* 20250804 */
/* .home .access-way .content {
    display: block;
} */
.home .access-way .content .img {
    padding: 40px 0;
}
/* .home .access-way .content .items {
    width: 100%;
} */
.home .access-way .content .items h3 {
    max-width: 500px;
    font-size: 3rem;
    background: #118fae;
    width: 100%;
    text-align: center;
    line-height: 1;
    display: inline-block;
    color: #fff;
    padding: 15px 14px;
    text-align: left;
    font-weight: 500;
}
.home .access-way .content .items ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    justify-content: flex-start
}
.home .access-way .content .items ul li {
    width: auto;
    padding-right: 5%;
    font-size: 2.2rem;
    line-height: 2;
    font-weight: 500;
}
@media(max-width:750px) {

}
@media(max-width:480px) {
    .home .mv .txt {
        top: 35px;
    }
    .home .mv .txt img {
        margin-bottom: 0;
    }
    .home .mv .txt::before {
        height: 120px;
        bottom: 0;
    }

    .home .concept .inner .txt h3 {
        padding-bottom: 70px;
    }
    .home .concept .inner .txt::before {
        width: 40%;
        max-height: 80px;
        background: url(../img/clover-bg.png) no-repeat;
        background-size: contain;
        right: 0;
        top: 75px;
    }
    .home .access-way .content .img {
        padding: 0;
    }

    .home .access-way .content .items h3 {
        font-size: 2rem;
    }
     .home .access-way .content .items ul {
        justify-content: space-between;
     }
    .home .access-way .content .items ul li {
        font-size: 1.2rem;
        width: fit-content;
    }
}

/* 20251119 */
.home .mv .lead {
    font-family: "Oswald", sans-serif;
    color: rgba(210,56,72, 0.2);
    font-size: 10rem;
}
.home .mv .mv-img {
    position: absolute;
    top: 5vh;
    right: 16vw;
    max-width: 415px;
    width: 29%;
}
.home .location .inner .txt .lead {
    margin-bottom: 20px;
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.home .access-way .content .items .txt .inner {
    padding-bottom: 40px;
}
.home .access-way .content .items .txt + .txt {
    padding-top: 20px;
}
.home .access-way .content .items .txt p.sm {
    font-size: 1.5rem;
}
.home .access-way .content .items .txt p.sm2 {
    font-size: 1.2rem;
    text-align: right;
    display: block;
    margin-top: 10px;
}
.home .access-way .content .items .txt .p02s {
    display: flex;
    margin-top: 50px;
}
.home .access-way .content .items .txt .p02 {
    display: block;
   
    font-size: 2.8rem;
}
.home .access-way .content .items .txt .p02:first-of-type {
 padding-right: 8%;
}
.home .access-way .content .items .txt .p02 .txt01 {
    font-size: 2rem;
    display: block;
    margin-bottom: 15px;
}
.home .access-way .content .items .txt .p02 .no {
    font-size: 4.3rem;
}
.home .access-way .content .items .txt p .last {
    flex: 1;
    text-align: right;
    font-size: 2.6rem;
}
.home .access-way .content .items .txt p .last .no {
    font-size: 4rem !important;
}
.home .access-way .content2 {
    align-items: flex-start;
}
.home .access-way .content2 .items1 {
    width: 60%;
}
.home .access-way .content2 .items2 {
    width: 40%;
    padding: 3% 0 0 4%;

}
.home .access-way .content2 .items p {
    font-size: 2.5rem;
    line-height: 1.5;
    display: flex;
    align-items: baseline;
}
.home .access-way .content2 .items p + p {
    margin-top: 15px;
}
.home .access-way .content2 .items p .span1 {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 40px;
    height: 40px;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
}
.home .access-way .content2 .items .text01 .span1 {
    background-color: #046636;
    color: #fff;
}
.home .access-way .content2 .items .text01 .span2 {
    color: #046636;
}
.home .access-way .content2 .items .text02 .span1 {
    color: #3f79aa;
}
.home .access-way .content2 .items .text02 .span2 {
    color: #3f79aa;
}
.home .access-way .content2 .items .text03 {
    margin-bottom: 20px;
}
.home .access-way .content2 .items .note {
    font-size: 1rem;
    margin-top: 0 !important;
    text-indent: -1rem;
    padding-left: 1rem;
}
.home .land-plan {
    padding-bottom: 80px;
}
.home .outline .ttl {
    margin: 0;
}

@media(max-width:750px){
    .home .mv .lead {
        font-size: 5rem;
    }
    .home .mv .img-box {
        padding-bottom: 10px;
    }
    .home .mv .txt-lg {
        font-size: 2rem;
        margin-top: 0;
    }
    .home .mv .txt {
        top: 7%;
        font-size: 1.6rem;
        line-height: 1.4;
    }
    .home .mv .txt .sm {
        font-size: 1.2rem;
    }
    .home .mv .txt img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }
    .home .mv .mv-img {
        display: none;
    }
    .home .location .inner .txt .lead {
        margin-bottom: 20px;
        font-size: 2.2rem;
        font-weight: bold;
        border-bottom: 1px solid #000;
    }
    .home .mv .txt-lg .txt-box .text {
        font-size: 2.2rem;
    }

    .home .access-way .content {
        padding-top: 0;
    }
    .home .access-way .content .items {
        padding-top: 0;
    }
    .home .access-way .content .items .txt-box {
        margin-top: 0;
    }
    .home .access-way .content .items .txt .inner {
        padding-bottom: 20px;
    }
    .home .access-way .content .items .txt + .txt {
        padding-top: 20px;
    }
    .home .access-way .content .items .txt p.sm {
        font-size: 1.5rem;
    }
    .home .access-way .content .items .txt p.sm2 {
        font-size: 1.2rem;
        margin-top: 10px;
    }
    .home .access-way .content .items .txt .p02s {
        margin-top: 20px;
    }
    .home .access-way .content .items .txt .p02 {
        display: block;
        font-size: 2.2rem;
    }
    .home .access-way .content .items .txt .p02:first-of-type {
        padding-right: 8%;
    }
    .home .access-way .content .items .txt .p02 .txt01 {
        font-size: 1.6rem;
        margin-bottom: 5px;
    }
    .home .access-way .content .items .txt .p02 .no {
        font-size: 3rem;
    }
    .home .access-way .content .items .txt p .last {
        font-size: 2rem;
    }
    .home .access-way .content .items .txt p .last .no {
        font-size: 3rem !important;
    }
    .home .access-way .content2 {
        align-items: flex-start;
        flex-direction: column;
    }
    .home .access-way .content2 .items1 {
        width: 100%;
    }
    .home .access-way .content2 .items2 {
        width: 100%;
        padding: 3% 0 0 0;

    }
    .home .access-way .content2 .items p {
        font-size: 1.8rem;
        line-height: 1.5;
    }
    .home .access-way .content2 .items p + p {
        margin-top: 5px;
    }
    .home .access-way .content2 .items p .span1 {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 35px;
        height: 35px;
        padding: 5px 10px;
        border-radius: 5px;
        margin-right: 10px;
    }
    .home .access-way .content2 .items .text03 {
        margin-bottom: 20px;
    }
    .home .access-way .content2 .items .note {
        font-size: 1rem;
        margin-top: 0 !important;
        text-indent: -1rem;
        padding-left: 1rem;
    }
    .home .land-plan {
        padding-bottom: 0;
    }

    .home .access .ttl {
        margin-bottom: 5vh;
    }

    .home .concept .inner .txt p.lg {
        font-size: 1.7rem;
    }
    .home .concept .inner .txt h3 {
        padding-bottom: 30px;
    }
    .home .concept .inner .txt h3 span {
        display: block;
        margin: 0;
    }
    .home .location .inner .txt h3 {
        font-size: 3rem;
        line-height: 1.3;
    }

    .home .location .item-shopping .inner-item {
        flex-direction: column-reverse;
    }
    .home .location .item-shopping .inner-item .txt {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .home .location h3.title {
        margin-bottom: 20px;
        font-size: 3rem;
    }
}