@charset "UTF-8";
/*
Theme Name:   TOISHITA-CONSTRUCTURE
Theme URI:    https://it-solex.jp/wp/theme/toishita/
Description:  TOISHITA CONSTRUCTURE Corporation.
Author:       IT-SOLEX
Author URI:   http://it-solex.jp/
Template:     wp-temp-base
Version:      1.0
License:      GNU GENERAL PUBLIC LICENSE
License URI:  http://www.gnu.org/licenses/gpl.html
*/

/***
    animation
***/
@-webkit-keyframes flash
{
    0% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flash
{
    0% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes top2bottom
{
    0% , 1% {
        background-position: center top;
    }
    
    49%  , 50% , 51% {
        background-position: center center;
    }
    99% , 100% {
        background-position: center top;
    }
}

@keyframes top2bottom
{
    0% , 1% {
        background-position: center top;
    }
    
    49%  , 50% , 51% {
        background-position: center center;
    }
    99% , 100% {
        background-position: center top;
    }
}

@-webkit-keyframes active-hamburger-bar02
{
    100% {
      height: 0;
    }
  }

@keyframes active-hamburger-bar02
{
    100% {
        height: 0;
    }
}

@-webkit-keyframes newpost
{
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(15deg) scale(1.2);
    }
    100% {
        transform: rotate(0deg) scale(1);
    }
}

@keyframes newpost {
    0% {
        transform: rotate(0deg) scale(1);
    }
    
    50% {
        transform: rotate(15deg) scale(1.2);
    }
    100% {
        transform: rotate(0deg) scale(1);
    }
}

/***
    common
***/

html
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
}

body
{
    background-color: #ffffff;
}

h1 , h2 , h3 , h4 , h5
{
    font-family: "Shin Go Medium";
}

h1 {font-size: 4.0rem;} h1 small {font-size: 3.0rem;}
h2 {font-size: 3.0rem;} h2 small {font-size: 2.0rem;}
h3 {font-size: 2.0rem;} h3 small {font-size: 1.3rem;}
h4 {font-size: 1.3rem;} h4 small {font-size: 1.1rem;}
h5 {font-size: 1.2rem;} h5 small {font-size: 1.0rem;}

a
{
    color: #333333;
    outline: none;
}

a:hover
{
    color: #000000;
    text-decoration: none;
}

a img {
    transition: all 300ms;
}

a:hover img
{
    -webkit-animation: flash 0.5s;
    animation: flash 0.5s;
    transform: scale(1.02);
}

a:hover ~ img
{
    overflow: hidden;
}

a.anim
{
    position: relative;
    display: inline-block;
    transition: .3s;
}

a.anim::after
{
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 3px;
    background-color: #9A7B28;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

a.anim:hover::after
{
    width: 100%;
}

.fixed a.anim:after
{
    position: absolute;
    top: 2.0rem;
}

em.big
{
    font-size: 1.5rem;
    font-weight: bold;
}

.table td, .table th
{
    border-color: #9A7B28;
}

.table th
{
    background-color: #C7B283;
}

ol li ,
ul li
{
    line-height: 150%;
}

/***
    contents-wrap
***/
.contents-wrap
{
    display: none;
}


/***
    header
***/
#global-header
{
    float: left;    
    height: 60px;
    overflow: hidden;
}

#header-logo
{
    display: block;
    text-align: left;
    width: auto;
    height: 40px;
    margin-top: 10px;
}

#header-logo h1
{
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 0;
}

#header-logo img
{
    max-height: 40px;
}

#header-contents
{
    background-color: #111111;
    color: #ffffff;
    height: 60px;
    text-align: right;
    position: fixed;
    z-index: 99999;
    top: 0px;
    width: 100%;
}

#header-contact
{
    margin-top: 10px;
}

#header-contents .list-inline-item
{
    margin-top: 0px;
}

#header-contents .list-inline-item a
{
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    padding: 0.4rem 1.0rem;
    font-size: 1.2rem;
    border: 1px solid #111111;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0px;
    text-shadow: none;
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

#header-contents .list-inline-item a:hover
{
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.2), 0 0 20px rgba(255, 255, 255, 0.1);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 2px 2px 3px #9A7B28;
}

#header-nav
{
    padding: 10px 15px;
    height: 65px;
    z-index: 99999;
    width: 100%;
    top: 60px;
    position: fixed;    
    background-color: #ffffff;
    transition: 1.0s;
}

#header-nav ul
{
    display: inline-block;
    margin: 4px 0 0 0;
    padding: 0;
}

#header-nav a
{
    padding-bottom: 0.5rem;
}

#header-nav ul:hover .list-inline-item
{
    filter: blur(3px);
    transform:scale(0.9);
    opacity: 0.5;
}

#header-nav ul .list-inline-item:hover
{
    filter: blur(0px);
    transform:scale(1.0);
    opacity: 1;
}

#header-nav .list-inline-item
{
    font-weight: bold;
    margin:0 1.0rem 0 0;
    padding: 0;
    line-height: 1.0rem;
}

#header-nav .list-inline-item:last-child
{
    margin:0;
}

#header-nav.fixed {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
    height: 50px;
    transition: 1.0s;
}

#header-nav.fixed a
{
    padding-top: 0.25rem;
    line-height: 1.0rem;
}

#header-nav.fixed a small ,
#header-nav.fixed a br
{
        opacity: 0;
        transition: 1.0s;
}

#sp-contact
{
    display: none;
}

/*
    section
*/
.section-title
{
    margin-bottom: 2.0rem;
}

.section-title.black
{
    padding: 0.5rem 1.0rem;
    background-color: #222222;
    color: #ffffff;
}

.all_item
{
    margin: 2.0rem auto;
    display: inline-block;
    padding: 0.5rem 1.0rem;
    border: 1px solid #222222;
    color: #222222;
}

.all_item::after
{
    content: "\f35a";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 600;
    margin-left: 1.0rem;
}

.all_item:hover
{
    color: #ffffff;
    background-color: #222222;
}

/***
    top-image
***/
#top-image
{
    position: relative;
    margin:0;
    width: calc(100% - 60px);
    height: calc(100vh);
    padding: 0;
    overflow: hidden;
    text-align: center;
}

#top-image ul.slider
{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#top-image ul.slider li
{
    display: block;
    width: 100%;
}

#top-image ul.slider li a
{
    display: block;
    background-repeat: no-repeat;
    margin: 0;
    background-size: cover;
    height: calc(100vh - 60px);
}

#top-image ul.slider li a.anim
{
    -webkit-animation: top2bottom 20s linear infinite;
    animation: top2bottom 20s linear infinite;
}

#top-image #top-image-catchcopy-box
{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    height: calc(100% - 120px - 60px); 
    background-color: rgba(154, 123, 40, 0.2);
}

#top-image #top-image-catchcopy
{
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 4vw;
    text-shadow:0 0 15px #9A7B28;
    font-family: "A1 Mincho"; 
    font-weight: normal;
    padding: 0;
    text-align: center;
    z-index: 99;
    padding: 0.5vw 2.0vw 1.0vw 2.0vw;
    border: 2px solid #fff;
}


/***
    event-item
***/
.event-item
{
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0.5rem 0rem 0.5rem;
    margin-bottom: 1.0rem;
    border-bottom: 4px solid #ffffff;
    background-color: #ffffff;
}

.event-item:hover
{
    /*
    box-shadow: 5px 5px 10px rgba(105, 130, 27, 0.7);
    */
    border-bottom: 4px solid #69821B;
}

.event-item .event-badge
{
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    width: 100px;
    height: 100px;
    background-image: url(./images/event-badge-open.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99;
}

.event-item.event-close .event-badge
{
    background-image: url(./images/event-badge-close.png);
}

.event-item .image
{
    display: block;
    width: 100%;
    margin: 0;
}

.event-item.event-close .image
{
    opacity: 0.5;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.event-item .caption
{
    width: 100%;
    margin: 0;
    padding: 0;
}

.event-item .caption .category
{
    position: absolute;
    top: 0;
    background-color: #000000;
    color: #ffffff;
    padding: 0.25rem 1.0rem;
}

.event-item .caption .title
{
    margin-top: 1.0rem;
    margin-bottom: 1.5rem;
}

.event-item .caption dl
{
    display:flex;
    flex-wrap: wrap;
    border: 1px solid #ffffff;
    border-top: none;
}

.event-item .caption dt
{
    background: #C7B283;
    width: 4.0rem;
    padding: 0.25rem 1.0rem;
    box-sizing: border-box;
    border-top: 1px solid #ffffff;
}

.event-item .caption dd
{
    padding: 0.25rem 1.0rem;
    margin: 0;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    width: calc(100% - 4.0rem);
    background: #fff;
    box-sizing: border-box;
}


/***
    voice-item
***/
.voice-item
{
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0.5rem 0rem 0.5rem;
    margin-bottom: 1.0rem;
    border-bottom: 4px solid #ffffff;
    background-color: #ffffff;
	transition: all 0.3s;
}

.voice-item:hover
{
    /*
    box-shadow: 5px 5px 10px rgba(105, 130, 27, 0.7);
    */
    border-bottom: 4px solid #69821B;
}

.voice-item .category {
	position: absolute;
	top:0.5rem;
	right:0;
	background-color:black;
	color:white;
	padding:0.25rem 0.5rem;
}


.voice-item .image
{
    display: block;
    width: 100%;
    object-fit:cover;
    aspect-ratio:4 / 3;
    margin: 0;
}


.voice-item .caption
{
    width: 100%;
    margin: 0;
    padding: 0;
}


.voice-item .caption .title
{
    margin-top: 1.0rem;
    margin-bottom: 1.5rem;
}



/***
    single-gallery_item
***/
.single-gallery_item .gallery-types {
	display:flex;
    flex-wrap: wrap;
	gap:1.0rem;
	margin:1.0rem 0 2.0rem 0;
	padding:0;
    list-style-type: none;
}

.single-gallery_item .gallery-types li {
	display:flex;
    justify-content: center;
    align-items: center;
	margin:0;
	padding:0;
}

.single-gallery_item .gallery-types li a {
	margin:0;
	padding:0.2rem 0.7rem;
    color:white;
	border-radius: 0.7rem;
    background-color: #C7B283;
    white-space: nowrap;
}

.side-list.side-gallery-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.0rem;
}

.side-list.side-gallery-tag {
    margin: 0;
    padding: 0 !important;
}

.gallery-thumb .slick-track {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.gallery-thumb .slick-track::before {
    display: none;
}

.gallery-thumb .slick-slide {
    width: calc((100% - 1.5rem) / 3) !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: cover;
    aspect-ratio: 1/1;
    cursor: pointer;
}


.gallery-item .title {
}

.gallery-item .image {
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.gallery-item .tags {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.gallery-item .tags li {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0.2rem 0.7rem;
    background-color: #9A7B28;
    color: white;
    font-size: 0.8rem;
    border-radius: 0.6rem;
}

.gallery-item .caption {
}

/***
    #top-info
***/
#top-info
{
    background-color: #C7B283;
    margin: -15px 0 0 0;
    padding: 15px 0;
}

#top-info-inner
{
    padding: 15px;
}

ul.news-list
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.news-list li
{
    border-bottom: dashed #9A7B28 1px;
    padding-left: 16.0rem;
    text-indent: -15.75rem;
    padding-bottom: 1.0rem;
    margin-top: 1.0rem;
    margin-bottom: 0.5rem;
    line-height: 1.75rem;

}

ul.news-list li .date
{
    display: inline-block;
    width: 6.5rem;
    text-indent: 0;
}

ul.news-list li .category
{
    display: inline-block;
    width: 8.0rem;
    font-size: 0.80rem;
    color: #ffffff;
    text-align: center;
    background-color: #222222;
    text-indent: 0;
    margin-right: 1.0em;
}

ul.news-list li .title
{
    padding-left: 0.5rem;
    color: #000000;
}

ul.news-list li .title:hover
{
    color: #333333;
}


/***
    footer
***/
#global-footer
{
    background-color: #222222;
    color: #999999;
    padding-top: 3.0rem;
}

#global-footer .hours
{
    text-align: center;
    margin-top: 1.0rem;
}

#global-footer a
{
    color: #ffffff;
}

#global-footer #footer-sns
{
    text-align: center;
}

#global-footer #footer-sns a
{
    font-size: 3.0rem;
    color: #999999;
}

#global-footer #footer-sns a:hover i
{
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    transition: .6s;
}

#global-footer #footer-nav
{
    width: 100%;
}

#global-footer #footer-nav li
{
    display: inline-block;
    width: 31.5%;
    border-top: 1px solid #999999;
    padding: 15px 0;
}

#global-footer #footer-nav li a
{
    color: #ffffff;
}

#global-footer #footer-contact li
{
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

#global-footer #footer-contact li a
{
    display: inline-block;
    width: 100%;
    border: 1px #999999 solid;
    color: #ffffff;
    font-size: 1.10rem;
    padding: 15px 10px 15px 15px;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0px;
    text-shadow: none;
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

#global-footer #footer-contact li a:hover
{
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.2), 0 0 20px rgba(255, 255, 255, 0.1);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #9A7B28;
}

#global-footer .copyright
{
    text-align: center;
    background-color: #000000;
    margin-top: 1.0rem;
    padding: 15px 0 5px 0;
}

/***
    #page-title
***/
#page-title
{
    margin-top: 11.0rem;
    font-size: 3.6rem;
    line-height: 3.0rem;
    font-weight: bold;
    text-align: center;
    color: #222222;
    border-bottom: 4px solid #9A7B28;
}

#page-title small
{
    font-size: 2.0rem;
    color: #444444;
    text-transform:uppercase;
}

#page-title h1
{
    font-weight: normal;
    display: inline-block;
    padding: 2.0rem 0 1.0rem 0;
    border-bottom: 6px solid #9A7B28;
}

/***
    page-contents
***/
#page-contents
{
    margin-top: 2.0rem;

}

#page-contents h1
{
    margin-top: 2.0rem;
    font-size: 2.0rem;
    padding: 0;
    margin-top: 0.8rem;
    line-height: 2.8rem;
}

#page-contents h2 ,
#page-contents h3 ,
#page-contents h4 ,
#page-contents h5
{
    line-height: 140%;
}

#page-contents h2 small ,
#page-contents h3 small ,
#page-contents h4 small ,
#page-contents h5 small
{
    line-height: 120%;
    display: inline-block;
    padding-top: 1.0rem;
}


#page-contents p
{
    line-height: 2.0rem;
}


/***
    hamburger menu
***/
.hamburger
{
    display : block;
    position: absolute;
    z-index : 99999;
    right : 10px;
    top   : 10px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
}

.hamburger.active
{
    position: fixed;
}

.hamburger span
{
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 6px;
    background : #ffffff;
    -webkit-transition: 0.5s all;
    -moz-transition   : 0.5s all;
    transition        : 0.5s all;
}

.hamburger span:nth-child(1)
{
    top: 10px;
}

.hamburger span:nth-child(2)
{
    top: 20px;
}

.hamburger span:nth-child(3)
{
    top: 30px;
}
  
.hamburger.active span:nth-child(1)
{
    top : 16px;
    left: 6px;
    width: 24px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2)
{
    left: 60%;
    opacity: 0;
    -webkit-animation: active-btn17-bar02 .8s forwards;
    animation: active-hamburger-bar02 .8s forwards;
}

.hamburger.active span:nth-child(3)
{
    top: 16px;
    width: 24px;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
}

.hamburger::after
{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 43px;
    height: 43px;
    margin: -25px 0 0 -25px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.0);
    transition: all .75s;
    z-index: 99999;
}

.hamburger.active::after
{
    border: 2px solid #ffffff;
}
  
nav.globalMenuSp
{
    position: fixed;
    z-index : 9999;
    top  : 0;
    left : 0;
    color: #ffffff;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
  
nav.globalMenuSp ul
{
    background: rgba(0, 0, 0, 0.8);
    margin: 0 auto;
    padding: 70px 0 0 0;
    width: 100%;
    height: 100vh;
}
  
nav.globalMenuSp ul li
{
    display: inline-block;
    list-style-type: none;
    padding: 0;
    width: 40%;
    margin-left: 5%;
}

nav.globalMenuSp ul li a:hover
{
    color:#ffffff;
}
  
nav.globalMenuSp ul li a
{
    display: inline-block;
    width: 100%;
    color: #ffffff;
    padding: 0.75rem 1.0em;
    margin-bottom: 1.0rem;
    border: 1px solid #ffffff;
    text-decoration :none;
}

nav.globalMenuSp ul li a:hover
{
    color: #000000;
    background-color: #ffffff;
}

nav.globalMenuSp.active
{
    transform: translateY(0%);
}

a.question
{
    cursor: pointer;
    padding: 0 .3rem 0.25rem 0;
    background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(46,204,113,1) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    transition: .3s;
}

a.question:hover
{
    background-position: -100% 0;
    color: #fff;
}

.anser
{
    font-size: 2.0rem;
    font-weight: bold;
}

.privacy-box
{
    border: 1px solid #cccccc;
    background-color: #f0f0f0;
    padding: 1.0rem;
    overflow-y: scroll;
    height: 20.0rem;
    font-size: 80%;
}

#page-contents .privacy-box p
{
    line-height: 140%;;
}

#page-contents .privacy-box li
{
    margin-bottom: 0.5rem;
}


p.voice-close
{
    margin: 1.0rem auto 3.0rem auto;
    display: block;
    padding: 1.0rem;
    border: 2px solid #666666;
    color: #666666;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}


/***
    land-item
***/
.land-item
{
    position: relative;
    width: 100%;
    padding-bottom: 2.0rem;
    margin-bottom: 2.0rem;
    color: #000000;
}

.land-item .title
{
    font-size: 1.8rem;
    position: relative;
    background-color: #9A7B28;
    margin-top: 2.0rem;
    padding: 0.5rem 7.0rem 1.0rem 1.0rem;
    margin-bottom: 1.0rem;
    color: #ffffff;
}

.land-item .category
{
    position: absolute;
    top: -2.0em;
    left: 0;
    background-color: #000000;
    color: #ffffff;
    padding: 0.25rem 1.0rem;
    width:8rem;
    text-align:center;
}

.land-item .new
{
    position: absolute;
    top: -2.0em;
    left: 8rem;
    background-color: red;
    color: #ffffff;
    padding: 0.25rem 1.0rem;
    text-align:center;
    font-weight:bold;
    -webkit-animation: newpost 1s linear infinite;
    animation: newpost 1s linear infinite;
}


.land-item .price
{
    position: absolute;
    top: -2.5rem;
    right: -2px;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 20px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background-color: #69821B;
    padding: 18px 0 0 0;
    border-radius: 100%;	
    color: #ffffff;
    border: 4px solid #ffffff;
    transform: rotate(15deg);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.8);
}

.land-item .price small
{
    font-weight: bold;
    font-size: 14px;
    line-height: 10px;
}

.land-item .image
{
        float: left;
        width: 40%;
}

.land-item .caption
{
    width: 60%;
    float: right;
}

.land-item .caption dl
{
    display:flex;
    flex-wrap: wrap;
    border: 1px solid #ffffff;
    border-top: none;
}

.land-item .caption dt
{
    background: #C7B283;
    width: 4.0rem;
    padding: 0.25rem 1.0rem;
    box-sizing: border-box;
    border-top: 1px solid #ffffff;
}

.land-item .caption dd
{
    padding: 0.25rem 1.0rem;
    margin: 0;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    width: calc(100% - 4.0rem);
    background: #fff;
    box-sizing: border-box;
}

.land-item .comment
{
    margin-top: 1.0rem;
    padding: 1.0rem;
    border: 1px solid #C7B283;
}

.category-name
{
    background-color: #000000;
    color: #ffffff;
    padding: 0.25rem 1.0rem;
}

.land-info
{
    margin-bottom: 0;
    padding-bottom: 0;
}

.land-info .list-inline-item
{
    padding: 0.2rem 0.4rem;
    margin-bottom: 0.4rem;
    border: 1px solid #cccccc;
    color: #cccccc;
}

.land-info .list-inline-item.active
{
    color: #f0f0f0;
    background-color: #69821B;
    border: 1px solid #69821B;
}


/***
    google-map
***/
.google-map
{
    position: relative;
    padding-bottom: 40%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.google-map iframe,
.google-map object,
.google-map embed
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/***
    label.check
***/
label.check.active::before
{
    content: "\f00c";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 600;
    color: #ff3333;
}

label.check::before
{
    content: "\f00c";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 600;
    color: #cccccc;
}

label.radio.active::before
{
    content: "\f058";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 600;
    color: #1dcd00;
}

label.radio::before
{
    content: "\f058";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 600;
    color: #cccccc;
}

.label.required
{
    background-color: #a71e41;
    color:#ffffff;
    padding: 0.25em 0.5em;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 4px;	
}


/***
    btn-submit
***/
button.btn-submit
{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

button.btn-submit
{
    margin-bottom: 0.5rem;
    padding: 0;
    border-radius: 0.75rem;
}
  
button.btn-submit:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(0, 0.75rem, -1rem);
    transform: translate3d(0, 0.75rem, -1rem);
    border: 2px solid #000;
    border-radius: inherit;
    background: #ccc100;
    -webkit-box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
}
  
button.btn-submit:after
{
    font-family: "Font Awesome 5 Free";
    font-size: 2rem;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    top: calc(50% - 1rem);
    left: 1.5rem;
    margin: 0;
    padding: 0;
    content: "\f044";
}

button.btn-submit.commit:after
{
    content: "\f0e0";
}


.btn-submit-front
{
    position: relative;
    display: block;
    padding: 1.5rem 3rem 1.5rem 4rem;
 
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid #000;
    border-radius: inherit;
    background: #fff100;
}


button.btn-submit .fa-position-left
{
    position: absolute;
    top: calc(50% - 0.5em);
    left: 1rem;
}
  
button.btn-submit .fa-position-right
{
    position: absolute;
    top: calc(50% - 0.5em);
    right: 1rem;
}

button.btn-submit:hover
{
    -webkit-transform: translate(0, 0.25rem);
    transform: translate(0, 0.25rem);
    background: #fff100;
}
  
button.btn-submit:hover:before
{
    -webkit-transform: translate3d(0, 0.5rem, -1rem);
    transform: translate3d(0, 0.5rem, -1rem);
    -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}
  
button.btn-submit:hover:after
{
    content: "\f058";
}
button.btn-submit.commit:hover:after
{
    content: "\f1d8";
}
  

button.btn-submit:active
{
    -webkit-transform: translate(0rem, 0.75rem);
    transform: translate(0rem, 0.75rem);
}
  
button.btn-submit:active:before
{
    -webkit-transform: translate3d(0, 0, -1rem);
    transform: translate3d(0, 0, -1rem);
    -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}
  
button.btn-submit:active:after
{
    content: "\f058";
}
  

img.size-full
{
    width: 100%;
    max-width: 100%;
}

.popup
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
}

.popup.is-show
{
    opacity: 1;
    visibility: visible;
}

.popup-inner
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    max-width: 600px;
    padding: 4px;
    background-color: #ffffff;
    z-index: 2;
    box-shadow: 0px 0px 8px #000000;
}

.popup-inner img {
    width: 100%;
}

.popup-inner a:hover img
{
    -webkit-animation: none;
    animation: none;
    transform: none;
}


.close-btn {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 50px;
    height: 51px;
    line-height: 50px;
    text-align: center;
    padding-top: 3px;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.close-btn i {
    font-size: 46px;
    color: #222222;
}

.black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 1;
    cursor: pointer;
}

/***
    page-breadcrumb
***/
#page-breadcrumb {

    margin-top: 1.0rem;
}

.breadcrumb {
    background-color: #ffffff;
    padding: 0;
}

.breadcrumb .breadcrumb__list {
    padding: 1.0rem 0 0 0;
}

.breadcrumb .breadcrumb__list .breadcrumb__item {
    list-style-type: none;
    display: inline;
    color: #999999;
}
.breadcrumb .breadcrumb__list .breadcrumb__item a {
    color: #666666;
}

.breadcrumb .breadcrumb__list .breadcrumb__item a:hover {
    color: #000000;
}

/***
    top-blog
***/
#top-blog
{
    padding: 2.0rem 4.0rem 0rem 4.0rem;
    margin-bottom: 0;
}

#top-blog .slick-prev.slick-arrow
{
    position: absolute;
    left: -3.0rem;
    margin-top: -3.0rem;
}

#top-blog .slick-next.slick-arrow
{
    position: absolute;
    right: -3.0rem;
    margin-top: -3.0rem;
}

#top-blog .slick-slide:not(.slick-center) {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    transition: 0.2s linear;    
  }

  #top-blog .slick-slide.slick-center {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    transition: 0.2s linear;    
  }

/***
    top-line-up
***/
#top-line-up.container-fluid
{
    padding: 0 30px 30px 30px;
}


#top-line-up .col-md-6
{
    padding: 0;
    overflow: hidden;
}

#top-line-up .col-md-6:nth-child(1)
{
    padding-right: 15px;
}

#top-line-up .col-md-6:nth-child(2)
{
    padding-left: 15px;
}

#top-line-up .col-md-6:hover
{
    z-index: 999;
}

#top-line-up a img
{
    width: 100%;
    object-fit: contain;
}

#top-line-up a:hover img
{
    transition: 0.5s;
}

#top-events
{
    padding-top: 2.0rem;
    background-color: #f0fff0;
}


/***
    blog-item
***/
.blog-item {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0.5rem 0.5rem 0.5rem;
    margin-bottom: 1.0rem;
    border-bottom: 4px solid #ffffff;
}

.blog-item:hover {
    /*
    box-shadow: 5px 5px 10px rgba(105, 130, 27, 0.7);
    */
    border-bottom: 4px solid #9A7B28;
}

.blog-item .image {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    object-fit:cover;
	aspect-ratio:4 / 3;
}


.blog-item .caption {
    width: 100%;
    margin: 0;
    padding: 0;
}

.blog-item .caption .category {
    position: absolute;
    top: 0;
    background-color: #000000;
    font-size: 0.8rem;
    font-weight: bold;
    color: #ffffff;
    padding: 0.25rem 1.0rem;
}

.blog-item .caption .title {
    margin-top: 1.0rem;
    margin-bottom: 1.5rem;
}

.blog-item .caption .date {
    position: absolute;
    top: 0;
    right:0;
    background-color: #ffffff;
    font-size: 0.8rem;
    color: #000000;
    text-align: center;
    padding: 0.25rem 0.75rem;
}

.blog-item .caption .date.new-post::before
{
    display: inline-block;
    content: "NEW";
    background-color: red;
    color: #ffffff;
    font-weight: bold;
    margin-right: 0.5rem;
    padding: 0.05rem 0.5rem;
    -webkit-animation: newpost 1s linear infinite;
    animation: newpost 1s linear infinite;
}
/***
    paged
***/
.wp-pagenavi {
    margin-top: 2.0rem;
    text-align: center;
}

.wp-pagenavi .previouspostslink ,
.wp-pagenavi .nextpostslink  ,
.wp-pagenavi .page ,
.wp-pagenavi .current {
    display: inline-block;
    border: 1px solid #cccccc;
    padding: 0.25rem 0.75rem;
    margin-right: 1.0rem;
}

.wp-pagenavi .previouspostslink ,
.wp-pagenavi .nextpostslink  ,
.wp-pagenavi .page {
    background-color: #222222;
    color: #ffffff;
}


/***
    wordpress
***/
.logged-in #header-contents
{
    top: 30px;
}

.logged-in #header-nav
{
    top: 90px;
}

.size-blog-half {
    width: calc(100% / 2 ) - 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignleft {
    float: right;
    margin-bottom: 1.0rem;
}

.alignright {
    float: right;
    margin-left: 2.0rem;
    margin-bottom: 1.0rem;
}

/***
    slick-slider
***/
.slick-prev
{
    /* デフォルトでは-25px(= スライダーの外側) */
    left: 20px;
}

.slick-next
{
    /* デフォルトでは-25px(= スライダーの外側) */
    right: 30px;
}

.slick-prev,
.slick-next
{
    /* スライド画像の後ろに隠れないようにする */
    position: absolute;
    z-index: 999;
}

.slick-prev::before,
.slick-next::before {
    /* フォントと色の設定はbefore内で行う */
    font-size: 28px;
    color: black;
}




/*-----------------*/
/***** Apollo *****/
/*-----------------*/
figure.effect-apollo
{
	background: #000000;
}

figure.effect-apollo img
{
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p
{
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 250px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo p strong
{
    font-size: 1.5rem;
}

figure.effect-apollo:hover img
{
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before
{
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p
{
    color: #ffffff;
	opacity: 1;
	-webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}


/***
    form-step
***/
.form-step
{
    list-style-type: none;
    display:table;
    width:100%;
    padding:0;
    margin:0 0 2.0rem 0;
    overflow:hidden;
}

.form-step .form-step-item
{
    display:table-cell;
    position:relative;
    background: #C7B283;
    color: #000000;
    height: 40px;
    line-height: 1.4rem;
    vertical-align: middle;
    padding-left: 3.0rem;
    width: 33.3%;
}

.form-step .form-step-item:first-child
{
    padding-left: 2.0rem;
}

.form-step .form-step-item:last-child:before,
.form-step .form-step-item:last-child:after
{
    display:none;
}

.form-step .form-step-item:before,
.form-step .form-step-item:after
{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
}

.form-step .form-step-item:before
{
    top:-20px;
    right:-20px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 40px 0 40px 40px;
    z-index: 10;
}

.form-step .form-step-item:after
{
    top:-20px;
    right:-16px;
    border-style: solid;
    border-color: transparent transparent transparent #C7B283;
    border-width: 40px 0 40px 40px;
    z-index: 10;
}

.form-step .form-step-item.active
{
    background: #9bbb30;
    font-weight: bold;
}

.form-step .form-step-item.active:after
{
    border-color: transparent transparent transparent #9bbb30;
}


/***
    form
***/
.form-err {
    display: none;
    margin-top: 0.5rem;
    line-height: 1.0rem;
}

.form-help {
    columns: #c0c0c0;
}



/***
    #loader
***/
#loader
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100vw;
    height: 100vh;
}

#loader
{
    display: flex;
    justify-content: center;
    align-items: center;
}

#loader p
{
    display: inline-block;
    color: #000000;
    text-align: center;
    font-family: "Shimanami JIS2004"; 
    font-size: 2.0rem;
}


/***
    sns-share
***/
.sns-share {
    margin-top: 4.0rem;
}

.sns-share .sns-share-item
{
    color: #484848;
    display: inline-block;
    width: 100%;
    height: 40px;
    font-size: 20px;
    line-height: 36px;
    background: #eaeef1;
    text-decoration: none;
    box-sizing: border-box;
    margin: 1.0rem 0;
    cursor: pointer;
}

.sns-share .sns-share-item .sns-share-item-icon
{
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: white;
    margin: 0;
    padding: 0;
}

.sns-share .sns-share-item .sns-share-item-icon i
{
    line-height: 36px;
    font-size: 20px;
}

.sns-share .sns-share-item .sns-share-item-text
{
    float: left;
    display: block;
    width: calc(100% - 42px);
    height: 40px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    border-left:none;
    padding: 0;
    border-bottom: solid 4px #dcdcdc;
}

.sns-share .sns-share-item.facebook .sns-share-item-icon
{
    background-color: #1877f2;
    color: #ffffff;
}

.sns-share .sns-share-item.twitter .sns-share-item-icon
{
    background-color: #00acee;
    color: #ffffff;
}

.sns-share .sns-share-item.line .sns-share-item-icon
{
    background-color: #1dcd00;
    color: #ffffff;
}

.sns-share .sns-share-item.copy .sns-share-item-icon
{
    background-color: #9A7B28;
    color: #ffffff;
}

.sns-share .sns-share-item:hover
{
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

.sns-share .sns-share-item:hover .sns-share-item-text, .sns-share-item-text:hover .sns-share-item-icon
{
    border-bottom: none;
}


/***
    blog
***/
.blog-sidebar {
    background-color: #C7B283;
}

.blog-sidebar .side-list {
    margin: 1.0rem 0 2.0rem 0;
    padding: 0;
}

.blog-sidebar .side-list-item
{
    margin: 0;
    padding: 0 0 0 1.5rem;
    text-indent: -0.75rem;    
    list-style-type: none;
    border-bottom: 1px solid #9A7B28;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.5rem;
}

.blog-sidebar .side-list-item i {
    margin-right: 0.5rem;
    text-indent: 0;
}

.blog-sidebar .year
{
    list-style-type: none;
    padding-bottom: 0.5rem;
}

.blog-sidebar .date
{
    margin: 0;
    padding: 0 0 0 0.75rem;
    text-indent: 0;
    list-style-type: none;
    border-bottom: 1px solid #9A7B28;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.blog-sidebar .date li
{
    display: inline-block;
    border: 1px solid #9A7B28;
    margin: 0 0.75rem 1.0rem 0;
    padding: 0;
    text-indent: 0;
    border-radius: 8px;
    list-style: none;
}

.blog-sidebar .date li a
{
    display: inline-block;
    padding: 0 0.75rem;
}


/***
    form-control
***/
#entry_date.form-control
{
    font-family: "Shin Go Medium";
    font-size: 1.5rem;
    font-weight: bold;
    min-width: 24rem;
    text-align: center;
    height: calc(2.6rem + 2px);
}


/***
    architect-block
***/
.architect-block .architect-item
{
    position: relative;
    overflow: hidden;
}

.architect-block:hover .architect-item
{
    filter: blur(10px);
    transform:scale(0.9);
    opacity: 0.5;
}

.architect-block:hover .architect-item a
{
    -webkit-animation: none;
    animation: none;
}

.architect-block .architect-item:hover
{
    filter: blur(0px);
    transform:scale(1);
    opacity: 1.0;
}

.architect-block .architect-item .caption {
    position: absolute;
    bottom: 30px;
    right: 200%;
    background-color: #ffffff;
    padding:1.0rem ;
    z-index: 99;
}

.architect-block .architect-item:hover .caption
{
    right: 15px;
}

.plan-item
{
    position: relative;
    width: 100%;
    background-color: #C7B283;
    overflow: hidden;
    padding: 0 15px 15px 15px;
}

.plan-item .plan-no
{
    position: absolute;
    display: inline-block;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    font-size: 40px;
    line-height: 80px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
    padding-top: 10px;
    z-index: 9;
}

.plan-item .plan-no small
{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 15px;
    line-height: 40px;
    font-weight: normal;
}

.plan-item .plan-no small::after
{
    content: "\A";
}


.plan-item .plan-floor
{
    position: relative;
    left: 65px;
    display: inline-block;
    width: calc(100% - 50px);
    height: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 1px;
    padding-left: 1.0rem;
    color: #ffffff;
    background-color: rgba(16, 0, 0, .7);
}

.plan-item .plan-tsubo
{
    position: relative;
    left: 65px;
    display: inline-block;
    width: 100px;
    height: 30px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 1.0rem;
    color: #ffffff;
    background-color: rgba(16, 0, 0, .7);
}

.plan-item .plan-price
{
    position: relative;
    left: 62px;
    display: inline-block;
    width: calc(100% - 150px);
    height: 30px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    padding-right: 15px;
    text-align: right;
    color: #ffffff;
    background-color: rgba(16, 0, 0, .7);
}

.plan-item .plan-image
{
    position: relative;
    top: 15px;
}
.plan-item .plan-caption
{
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0.5rem 1.0rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    background-color: #ffffff;
}

/* plan-list-item
******************************/
.plan-list-item
{
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding-top: 10px;
    padding-bottom: 1.0rem;
    margin-bottom: 3.0rem;
    overflow: hidden;
}

.plan-list-item .plan-no
{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    font-size: 32px;
    line-height: 54px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
    padding-top: 10px;
}

.plan-list-item .plan-no small
{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.plan-list-item .plan-no small::after
{
    content: "\A";
}

.plan-list-item .plan-title
{
    position: absolute;
    top: 40px;
    left: 80px;

    width: 316px;
}

.plan-list-item .plan-info
{
    position: absolute;
    top: 12px;
    left: 80px;
}

.plan-list-item .elevation
{
    position: absolute;
    top: -10px;
    right: 0;
    width: 136px;
    transition: .3s;
    background-color: #ffffff;
}

.plan-list-item .elevation
{
    transition: .3s;
    transform-origin: top right;
}

.plan-list-item .plan-image1
{
    transition: .3s;
    transform-origin: bottom left;
}

.plan-list-item .plan-image2
{
    transition: .3s;
    transform-origin: bottom right;
}


.plan-list-item .elevation:hover ,
.plan-list-item .plan-image1:hover ,
.plan-list-item .plan-image2:hover 
{
    transform: scale(1.2);
}


.image-rate::after {
    content: "\f31e";
    font-family: "Font Awesome\ 5 Free";
}


.plan-info 
{
    float: left;
    width: 100%;
    height: 200px;
    padding: 0;
    margin-bottom: 15px;
}

.plan-info .plan-info-no
{
    float: left;
    width: 120px;
    height: 180px;
    border: 2px solid #000000;
    padding: 0 15px 0 15px;
    font-size: 60px;
    letter-spacing: 4px;
    line-height: 60px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
}

.plan-info .plan-info-no small
{
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 32px;
    text-align: center;
    border-bottom: 2px solid #000000;
    margin-bottom: 25px;
}

.plan-info .plan-info-title
{
    float: left;
    margin-left: 15px;
    width: calc(100% - 150px - 240px);

}

.plan-info .plan-info-title .floor
{
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 74px;
    letter-spacing: 0.1rem;

    width: 100%;
}

.plan-info .plan-info-title .title , 
.plan-info .plan-info-title .space
{
    float: left;
    width: 100%;


    font-family: "A1 Mincho"; 
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 3.0rem;
    letter-spacing: 0.1rem;
    margin: 0;
    padding:0 ;    
}

.plan-info .plan-info-price
{
    float: right;
    padding: 5px 10px;
    text-align: right;
    border: 2px solid #000000;
}

.plan-info .plan-info-price .label1
{
    font-weight: 500;
    font-size: 1.2rem;
}

.plan-info .plan-info-price .price
{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
}

.plan-info .plan-info-space
{
    float: right;
    text-align: right;
    margin: 15px 0 0 0;
    padding: 0;
}

.plan-info .plan-info-space table
{
    font-size: 0.9rem;
    margin: 0;
    padding: 0;
}

.plan-info .plan-info-space table td
{
    text-align: right;
    padding: 0.1rem 0 0 1.5rem;
}

.floor-no
{
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    position: absolute;
    background-color: #000000;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 32px;

}

.point-list li
{
    font-size: 1.75rem;
    font-family: "A1 Mincho"; 
    line-height: 2.0rem;
    margin-bottom: 1.0rem;
}


.flow-step
{
    display: inline-block;
    width: 68px;
    height: 68px;
    background-color: #000000;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 28px;
    text-align: center;

}

.flow-step::before
{
    content: "STEP\A";
    font-size: 16px;
    font-weight: 400;
    white-space: pre;

    position: relative;
    top: -5px;
}

.flow-title
{
    margin-bottom: 1.0rem;
}

.table th.main
{
    border-top-width: 4px;
    border-left-width: 4px;
    border-right-width: 4px;
}

.table td.main
{
    border-left-width: 4px;
    border-right-width: 4px;
}
.table td.main.bottom
{
    border-bottom-width: 4px;
}

/***
    page-footer-link
***/
#page-footer-link
{
    margin-top: 2.0rem;
    border-top:1px solid #c0c0c0 ;
    border-bottom:1px solid #c0c0c0;
}


#page-footer-link .page-footer-link-item
{
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style-type: none;
    border-right:1px solid #c0c0c0;
}

#page-footer-link .page-footer-link-item a
{
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 2.0rem;
    padding-bottom: 1.0rem;
}

#page-footer-link .page-footer-link-item a#pagetop
{
    padding-top: 1.0rem;
    cursor: pointer;
    background-color: #c0c0c0;
    color: #333333;
}

#page-footer-link .page-footer-link-item a:hover ,
#page-footer-link .page-footer-link-item a#pagetop:hover 
{
    background-color: #000000;
    color: #ffffff;
}

#page-flow
{
    margin-top: 2.0rem;
}
#page-flow .nav-tabs .nav-item
{
    width: 50%;
    text-align: center;
}

#page-flow .nav-tabs .nav-item .nav-link
{
    font-size: 120%;
    font-weight: bold;
    color: #000000;
}

#page-flow .nav-tabs .nav-item .nav-link.active
{
    background-color: #C7B283;
    border-color: #000000;

    border-bottom-color: #C7B283;
}

#page-flow .tab-pane
{
    padding-top: 2.0rem;
}
/**********
    lg - breakpoint
**********/
@media screen and (max-width:1200px) { 

    #header-contents {
        height: 60px;
    }

    #header-nav {
        top: 60px;
    }
    
    #header-contact {
        margin-top: 4px;    
    }

    .blog-item .caption .category {
        font-size: 0.7rem;
    }
       
    .blog-item .caption .date {
        font-size: 0.7rem;
    }

    #global-footer #footer-contact .list-inline-item {
        display: inline-block;
        width: calc(100% / 3 - 15px);
        margin-right: 15px;
    }
    #global-footer #footer-contact .list-inline-item:last-child {
        margin-right: 0;
    }

    #global-footer #footer-address {
        text-align: center;
    }

    /* plan-list-item
    ******************************/
    .plan-list-item
    {

        position: relative;
        border-bottom: 1px solid #cccccc;
        padding-top: 10px;
        padding-bottom: 1.0rem;
        margin-bottom: 3.0rem;
    }

    .plan-list-item .plan-no
    {
        width: 54px;
        height: 54px;
        font-size: 30px;
        line-height: 50px;
    }

    .plan-list-item .plan-no small
    {
        font-size: 13px;
    }

    .plan-list-item .plan-title
    {
        position: absolute;
        top: 32px;
        left: 68px;
        width: 246px;
    }

    .plan-list-item .plan-info
    {
        position: absolute;
        top:  4px;
        left: 68px;
    }

    .plan-list-item .elevation
    {
        width: 126px;
    }

}


/**********
    md - breakpoint
**********/
@media screen and (max-width:992px) { 

    #header-contents {
        height: 60px;
    }
    
    #header-logo {
        display: block;
        text-align: left;
        width: auto;
        height: 30px;
        margin-top: 14px;
    }

    #header-logo img {
        max-height: 30px;
    }

    #top-image
    {
        width: 100%;
        height: 35vh;
        margin-bottom: 2.0rem;
    }

    #top-image ul.slider li a.anim
    {
        -webkit-animation: none;
        animation: none;
        background-size: 100%;
    }

    
    #top-image #top-image-catchcopy-box
    {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        height: 100%; 
        background-color: rgba(154, 123, 40, 0.2);
    }
    
    #top-image #top-image-catchcopy
    {
        line-height: 140%;
    }
    
    
    .blog-item .caption .category {
        font-size: 0.7rem;
    }
       
    .blog-item .caption .date {
        font-size: 0.7rem;
    }

    /***
        page-contents
    ***/
    #page-contents h2 ,
    #page-contents h3 ,
    #page-contents h4 ,
    #page-contents h5
    {
        text-align: center;
    }
    
    #global-footer #footer-nav li {
        width: calc(100% / 3 - 15px);
        margin-right: 15px;
    }
    #global-footer #footer-nav li:nth-child(3n) {
            margin-right: 0;
    }

    #global-footer #footer-address .license small {
        font-size: 0.7rem;

    }


    /***
    top-blog
***/
    #top-blog
    {
        padding: 2.0rem 3.0rem 0rem 3.0rem;
        margin-bottom: 0;
    }

    #top-blog .slick-prev.slick-arrow
    {
        position: absolute;
        left: -2.0rem;
        margin-top: -3.0rem;
    }

    #top-blog .slick-next.slick-arrow
    {
        position: absolute;
        right: -2.0rem;
        margin-top: -3.0rem;
    }


    /* plan-list-item
    ******************************/
    .plan-list-item
    {

        position: relative;
        border-bottom: 1px solid #cccccc;
        padding-top: 10px;
        padding-bottom: 1.0rem;
        margin-bottom: 3.0rem;
    }

    .plan-list-item .plan-no
    {
        width: 54px;
        height: 54px;
        font-size: 30px;
        line-height: 50px;
    }

    .plan-list-item .plan-no small
    {
        font-size: 13px;
    }

    .plan-list-item .plan-title
    {
        position: absolute;
        top: 32px;
        left: 68px;
        width: 246px;
    }

    .plan-list-item .plan-info
    {
        position: absolute;
        top:  4px;
        left: 68px;
    }

    .plan-list-item .elevation
    {
        width: 126px;
    }

}



/**********
    sm - breakpoint
**********/
@media screen and (max-width:768px) { 
    html {
        font-size: 13px;
    }

    body {
        line-height: 1.2rem;
    }

    h1 {font-size: 2.50rem;list-style: 2.5;} h1 small {font-size: 1.8rem;}
    h2 {font-size: 2.00rem;list-style: 2.5;} h2 small {font-size: 1.50rem;}
    h3 {font-size: 1.50rem;list-style: 2.5;} h3 small {font-size: 1.50rem;}
    h4 {font-size: 1.25rem;list-style: 2.5;} h4 small {font-size: 1.00rem;}
    h5 {font-size: 1.00rem;list-style: 2.5;} h5 small {font-size: 1.00rem;}

    img
    {
        -webkit-touch-callout:none;
        -webkit-user-select:none;
        -moz-touch-callout:none;
        -moz-user-select:none;
        -webkit-touch-callout:none;
        user-select:none;
    }

    #sp-contact
    {
        display: block;
        position: fixed;
        bottom: 0px;
        left: 0;
        z-index: 99999;
        width: 100%;
        height: 72px;
        
        margin: 0;
        padding: 0;
        font-family: "Shin Go Medium";
    }

    #sp-contact ul ,
    #sp-contact li
    {
        margin: 0;
        padding: 0;
    }

    #sp-contact li a
    {
        color: #ffffff;
    }

    #sp-contact li#sp-contact-request
    {
        background-color: #2A4073;
        position: absolute;
        left: 0;
        top: 0px;
        width: 50%;
        height: 48px;
        line-height: 48px;
        text-align: center;
        padding-right: 24px;
        font-size: 1.2rem;
    }

    #sp-contact li#sp-contact-tel
    {
        position: absolute;
        top: -6px;
        left: 50%;
        margin-top: 0px;
        margin-left: -27px;
        width: 54px;
        height: 54px;
        line-height: 54px;
        font-size: 24px;
        text-align: center;
        background-color: #ffffff;
        border: 2px solid #000000;
        z-index: 99;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }
    #sp-contact li#sp-contact-tel a 
    {
        color: #000000;
    }

    #sp-contact li#sp-contact-reserve
    {
        background-color: #69821B;
        position: absolute;
        right: 0;
        top: 0px;
        width: 50%;
        height: 48px;
        line-height: 48px;
        text-align: center;
        padding-left: 14px;

        font-size: 1.2rem;

    }

    #sp-contact .hours
    {
        position: absolute;
        top: 48px;
        left: 0;
        display: block;
        width: 100%;
        height: 24px;
        text-align: center;
        line-height: 24px;
        background-color: #000000;
        color: #ffffff;
    }

/***
    #top-line-up
***/    
    #top-line-up.container-fluid
    {
        padding: 0;
    }
    

    #top-events
    {
        padding-top: 2.0rem;
    }

    /***
        form-step
    ***/
    .form-step .form-step-item {
        font-size: 0.9rem;
        padding: 0 1.0rem 0 2.0rem;
        width: 33.3%;
    }

    .form-step .form-step-item:first-child {
        padding-left: 1.0rem;
    }
        
    .form-step .form-step-item:before{
        top:-20px;
        right:-20px;
        border-width: 40px 0 40px 20px;
    }
    
    .form-step .form-step-item:after{
        top:-20px;
        right:-18px;
        border-width: 40px 0 40px 20px;
        z-index: 10;
    }
    
    .form-step .form-step-item.active {
        background: #9bbb30;
        font-weight: bold;
    }
    
    .form-step .form-step-item.active:after{
        border-color: transparent transparent transparent #9bbb30;
    }

    /***
        #global-footer
    ***/
    #global-footer .copyright
    {
        font-size: 9px;
        padding-bottom: 72px;
    }

    /***
        sns-share
    ***/
    .sns-share {
        margin-top: 4.0rem;
    }

    .sns-share .sns-share-item
    {
        background: #ffffff;
        text-align: center;
    }

    .sns-share .sns-share-item .sns-share-item-icon
    {
        float: left;
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        color: white;
        margin: 0;
        padding: 0;
    }

    .sns-share .sns-share-item .sns-share-item-icon i
    {
        line-height: 36px;
        font-size: 20px;
    }

    .sns-share .sns-share-item .sns-share-item-text
    {
        display: none;

    }

    .sns-share .sns-share-item.facebook .sns-share-item-icon
    {
        background-color: #1877f2;
        color: #ffffff;
    }

    .sns-share .sns-share-item.twitter .sns-share-item-icon
    {
        background-color: #00acee;
        color: #ffffff;
    }

    .sns-share .sns-share-item.line .sns-share-item-icon
    {
        background-color: #1dcd00;
        color: #ffffff;
    }

    .sns-share .sns-share-item.copy .sns-share-item-icon
    {
        background-color: #9A7B28;
        color: #ffffff;
    }

    .sns-share .sns-share-item:hover
    {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    .sns-share .sns-share-item:hover .sns-share-item-text, .sns-share-item-text:hover .sns-share-item-icon
    {
        border-bottom: none;
    }



    .plan-item
    {
        padding: 0 10px 10px 10px;
    }
    
    .plan-item .plan-no
    {
        width: 64px;
        height: 64px;
        font-size: 30px;
        line-height: 64px;
        padding-top: 10px;
    }
    
    .plan-item .plan-no small
    {
        font-size: 14px;
        line-height: 40px;
    }
    
    
    
    .plan-item .plan-floor
    {
        left: 54px;
        width: calc(100% - 44px);
        height: 34px;
        line-height: 34px;
        font-size: 28px;
        padding-top: 4px;
    }
    
    .plan-item .plan-tsubo
    {
        float: left;
        left: 54px;

        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    
    .plan-item .plan-price
    {
        float: right;
        left: 10px;
        width: calc(100% - 144px);
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        padding-right: 10px;
    }
    
    .plan-item .plan-image
    {
        position: relative;
        top: 15px;
    }
    .plan-item .plan-caption
    {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 0.5rem 1.0rem;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 600;
        background-color: #ffffff;
    }
    
 


    
    .plan-info 
    {
        height: auto;
    }
    
    .plan-info .plan-info-no
    {
        width: 80px;
        height: 120px;
        font-size: 40px;
        letter-spacing: 3px;
        line-height: 40px;
    }
    
    .plan-info .plan-info-no small
    {
        margin-bottom: 15px;
    }
    
    .plan-info .plan-info-title
    {
        float: left;
        margin-left: 15px;
        width: calc(100% - 100px);
    }
    
    .plan-info .plan-info-title .floor
    {
        font-size: 40px;
        line-height: 54px;
        width: 100%;
    }
    
    .plan-info .plan-info-title .title , 
    .plan-info .plan-info-title .space
    {
        float: left;
        width: 100%;
    

        font-size: 1.0rem;
        line-height: 1.7rem;
        letter-spacing: 0;
    }
    
    .plan-info .plan-info-price
    {
        line-height: 150%;
        margin-top: 15px;
        border: none;
    }
    
    .plan-info .plan-info-price .label1
    {
        font-weight: 500;
        font-size: 12px;
    }
    
    .plan-info .plan-info-price .price
    {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 1.5rem;
    }
    
    .plan-info .plan-info-space
    {
        float: left;
        text-align: right;
        margin: 15px 0 0 0;
        padding: 0;
    }
    
    .plan-info .plan-info-space table
    {
        font-size: 9px;
        margin: 0;
        padding: 0;
    }
    
    .plan-info .plan-info-space table td
    {
        text-align: right;
        padding: 0.1rem 0 0 0;
    }
    
    .floor-no
    {
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 24px;
    
    }
    
    .point-list
    {
        padding-left: 15px;
    }
    .point-list li
    {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }


    .flow-step
    {
        display: inline-block;
        width: 48px;
        height: 48px;
        background-color: #000000;
        color: #ffffff;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 30px;
        line-height: 22px;
        text-align: center;
    
    }
    
    .flow-step::before
    {
        content: "STEP\A";
        font-size: 12px;
        font-weight: 400;
        white-space: pre;
    
        position: relative;
        top: -5px;
    }

    #page-contents h3.flow-title
    {
        font-size: 1.6rem;
        padding-bottom: 1.0rem;
        text-align: left;
        border-bottom:1px solid #333333;
    }

    #page-title
    {
        margin-top: 8.0rem;
    }

    /* plan-list-item
    ******************************/
    .plan-list-item
    {

        position: relative;
        border-bottom: 1px solid #cccccc;
        padding-top: 10px;
        padding-bottom: 1.0rem;
        margin-bottom: 3.0rem;
    }

    .plan-list-item .plan-no
    {
        width: 40px;
        height: 40px;
        font-size: 24px;
        line-height: 30px;
    }

    .plan-list-item .plan-no small
    {
        font-size: 11px;
        line-height: 16px;
    }

    .plan-list-item .plan-title
    {
        text-align: left !important;
        top: 28px;
        left: 44px;
        width: 132px;
    }

    .plan-list-item .plan-info
    {
        position: absolute;
        top:  4px;
        left: 44px;
    }

    .plan-list-item .elevation
    {
        width: 106px;
    }    

}


/*　xs - breakpoint : 　*/
@media screen and (max-width:544px) { 

    html {
        font-size: 12px;
    }

    body {
        line-height: 1.2rem;
    }

    h1 {font-size: 2.0rem;} h1 small {font-size: 1.7rem;}
    h2 {font-size: 1.7rem;} h2 small {font-size: 1.4rem;}
    h3 {font-size: 1.4rem;} h3 small {font-size: 1.2rem;}
    h4 {font-size: 1.2rem;} h4 small {font-size: 1.1rem;}
    h5 {font-size: 1.0rem;} h5 small {font-size: 1.0rem;}

    img
    {
        -webkit-touch-callout:none;
        -webkit-user-select:none;
        -moz-touch-callout:none;
        -moz-user-select:none;
        -webkit-touch-callout:none;
        user-select:none;
    }

    .logged-in #header-contents {
        top: 0px;
    }
    .logged-in #header-nav {
        top: 0px;
    }
    

    #header-logo img {
        padding-top: 5px;
        max-height: 60px;
    }

    #header-contents {
        height: 60px;
    }

    #top-image ul.slider li a.anim
    {
        background-size: 100% auto;
    }
    
    #top-image {
        width: calc(100%);
        height: 25vh;
        padding: 0;
        overflow: hidden;        
    }

    #top-image ul.slider li a {
        display: block;
        background-repeat: no-repeat;
        margin: 0;
        background-size: cover;
        height: calc(50vh);
    }

    #top-image #top-image-catchcopy-box
    {
        top: 0px;
        height: 100%; 
    }
    

    #top-image #top-image-catchcopy {
        font-size: 22px;
        line-height: 32px;
        padding: 1.0rem;
    }

    #top-info ul li {
        padding-left: 0rem;
        text-indent: 0rem;
        padding-bottom: 1.0rem;
        margin-top: 1.0rem;
        margin-bottom: 0.5rem;
        line-height: 1.75rem;

    }

    #top-info ul li .title {
        padding-left: 0.5rem;
        color: #000000;
    }

    #top-info ul li .title::before {
        content: "";
        display: block;
        margin-top: 0.5rem;
    }

    /***
        page-contents
    ***/
    #page-contents h2 ,
    #page-contents h3 ,
    #page-contents h4 ,
    #page-contents h5
    {
        text-align: center;
    }
    
    /***
        #page-title
    ***/
    #page-title
    {
        margin-top: 8.0rem;
    }

    #global-footer {
        text-align: center;
    }

    #global-footer #footer-sns a {
        font-size: 4.0rem;
        padding: 0 15px;
    }

    #global-footer #footer-contact li a {
        text-align: center;
        font-size: 1.5rem;
    }

    #footer-address {
        text-align: center;
    }

    #global-footer #footer-contact .list-inline-item {
        width: 100%;
        margin-right: 0;
    }


    #global-footer .copyright {
        font-size: 9px;
        padding-bottom: 72px;
    }



    #top-line-up-inner.container {
        margin: 0;
        padding: 0;

    }

    #top-line-up-inner.container .col-6 {
        padding-right: 0px;
        padding-left: 0px;
        
    }



    /*
        land-item
    */

    .land-item .title
    {
        padding: 0.5rem 6.0rem 1.0rem 1.0rem;
    }

    .land-item .price
    {
        width: 68px;
        height: 68px;
        line-height: 18px;
        font-size: 18px;
        padding: 12px 0 0 0;
    }

    .land-item .price small
    {
        font-size: 12px;
    }

    .land-item .image
    {
            float: left;
            width: 100%;
    }

    .land-item .caption
    {
        width: 100%;
        float: left;
    }

    .land-item .caption dl
    {
        display:flex;
        flex-wrap: wrap;
        border: 1px solid #ffffff;
        border-top: none;
    }

    .land-item .caption dt
    {
        background: #C7B283;
        width: 4.0rem;
        padding: 0.25rem 1.0rem;
        box-sizing: border-box;
        border-top: 1px solid #ffffff;
    }

    .land-item .caption dd
    {
        padding: 0.25rem 1.0rem;
        margin: 0;
        border-left: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
        width: calc(100% - 4.0rem);
        background: #fff;
        box-sizing: border-box;
    }

    .land-item .comment
    {
        margin-top: 1.0rem;
        padding: 1.0rem;
        border: 1px solid #C7B283;
    }

/***
    form-step
***/
    .form-step .form-step-item
    {
        font-size: 0.75rem;
        padding: 0 1.0rem 0 2.0rem;
        width: 33.3%;
    }

    .form-step .form-step-item:first-child
    {
        padding-left: 1.0rem;
    }
        
    .form-step .form-step-item:before
    {
        top:-20px;
        right:-20px;
        border-width: 40px 0 40px 20px;
    }
    
    .form-step .form-step-item:after
    {
        top:-20px;
        right:-18px;
        border-width: 40px 0 40px 20px;
        z-index: 10;
    }
    
    .form-step .form-step-item.active
    {
        background: #9bbb30;
        font-weight: bold;
    }
    
    .form-step .form-step-item.active:after
    {
        border-color: transparent transparent transparent #9bbb30;
    }
        

    #page-footer-link .page-footer-link-item
    {
        border-left:1px solid #c0c0c0;
        border-bottom:2px solid #c0c0c0;
    }
    
}

.isnew {
	margin-left:0.25rem;
}


fieldset {
    border: 1px solid #aaa;
    padding: 1.0rem;
    margin: 0 0 1.0rem 0;
    border-radius: 6px;
}

legend {
    display: inline-block;
    width: auto;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0 0.5em;
    color: #111111;
}

ul.lh {
    margin-left: 1.0rem;
    padding-left: 0;
}
ul.lh li {
    margin-bottom: 0.5rem;
}