@charset "UTF-8";

/*
	Theme Name: Theme
	Author: none
	Version: none
*/


/*================================================================================
base
================================================================================*/

/* global ------------------------------------------------*/

html, body {
    overflow-x: hidden;
}

body {
    color: #000000;
    line-height: 1.9;
    font-weight: 500;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
    letter-spacing: 1px;
}

body.sub-page {
    padding: 120px 0 0 0;
}

a:hover {
    transition: ease .2s;
    opacity: 0.5;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

@media (max-width: 1680px) {
    
    body.sub-page {
        padding: 120px 0 0 0;
    }
}

@media (max-width: 1520px) {
    
    body.sub-page {
        padding: 90px 0 0 0;
    }
}

@media (max-width: 1300px) {
    
    body.sub-page {
        padding: 65px 0 0 0;
    }
}

@media (max-width: 991px) {

    body {
        font-weight: 400;
    }
    
    body.sub-page {
        padding: 60px 0 0 0;
    }
}

/*================================================================================
common
================================================================================*/

/*------------------------------------------------
header
------------------------------------------------*/

.header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0 0 90px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 990;
}

.fixed-header {
    position: fixed;
    top: -120px;
    left: 0;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    background-color: #ffffff;
}

.fixed-header.show {
    top: 0;
    visibility: visible;
}

body.sub-page .header {
    background-color: #ffffff;
}

/* logo */

.header_logo {
    margin: 0 auto 0 0;
}

.header_logo a img {
    max-width: 230px;
}

/* search */

.header_search {
    margin: 0 50px 0 0;
}

.header_search ul {
    display: flex;
}

.header_search ul li {
    margin: 0 15px;
}

.header_search ul li:first-child {
    margin-left: 0;
}

.header_search ul li:last-child {
    margin-right: 0;
}

.header_search ul li a {
    display: block;
    background-color: #ffffff;
    border: 1px solid #707070;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 15px;
    text-align: center;
    width: 200px;
}

.header_search ul li a:hover {
    background-color: #AB0A1E;
    color: #ffffff;
    opacity: 1;
}

/* nav */

.header_nav {
    margin: 0 50px 0 0;
}

.header_nav ul {
    display: flex;
}

.header_nav ul li {
    margin: 0 15px;
}

.header_nav ul li:first-child {
    margin-left: 0;
}

.header_nav ul li:last-child {
    margin-right: 0;
}

.header_nav ul li a {
    font-size: 15px;
}

/* sns */

.header_sns {
    margin: 0 50px 0 0;
}

.header_sns ul {
    display: flex;
}

.header_sns ul li {
    max-width: 48px;
    width: 100%;
    margin: 0 7.5px;
}

.header_sns ul li:first-child {
    margin-left: 0;
}

.header_sns ul li:last-child {
    margin-right: 0;
}

/* contact */

.header_contact a {
    display: block;
    background-color: #AB0A1E;
    border-radius: 0 0 0 20px;
}

.header_contact a img {
    max-width: 140px;
}

.header_contact a:hover {
    background-color: #7C0312;
    opacity: 1;
}

@media (max-width: 1680px) {

    /*------------------------------------------------
    header
    ------------------------------------------------*/
    
    .header {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 0 0 45px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 990;
    }
    
    .fixed-header {
        position: fixed;
        top: -120px;
        left: 0;
        z-index: 999;
        transition: all 0.3s ease-in-out;
        visibility: hidden;
        background-color: #ffffff;
    }
    
    .fixed-header.show {
        top: 0;
        visibility: visible;
    }
    
    body.sub-page .header {
        background-color: #ffffff;
    }
    
    /* logo */
    
    .header_logo {
        margin: 0 auto 0 0;
    }
    
    .header_logo a img {
        max-width: 230px;
    }
    
    /* search */
    
    .header_search {
        margin: 0 30px 0 0;
    }
    
    .header_search ul {
        display: flex;
    }
    
    .header_search ul li {
        margin: 0 10px;
    }
    
    .header_search ul li:first-child {
        margin-left: 0;
    }
    
    .header_search ul li:last-child {
        margin-right: 0;
    }
    
    .header_search ul li a {
        display: block;
        background-color: #ffffff;
        border: 1px solid #707070;
        padding: 5px 15px;
        border-radius: 50px;
        font-size: 15px;
        text-align: center;
        width: 180px;
    }
    
    .header_search ul li a:hover {
        background-color: #AB0A1E;
        color: #ffffff;
    }
    
    /* nav */
    
    .header_nav {
        margin: 0 30px 0 0;
    }
    
    .header_nav ul {
        display: flex;
    }
    
    .header_nav ul li {
        margin: 0 15px;
    }
    
    .header_nav ul li:first-child {
        margin-left: 0;
    }
    
    .header_nav ul li:last-child {
        margin-right: 0;
    }
    
    .header_nav ul li a {
        font-size: 15px;
    }
    
    /* sns */
    
    .header_sns {
        margin: 0 30px 0 0;
    }
    
    .header_sns ul {
        display: flex;
    }
    
    .header_sns ul li {
        max-width: 48px;
        width: 100%;
        margin: 0 7.5px;
    }
    
    .header_sns ul li:first-child {
        margin-left: 0;
    }
    
    .header_sns ul li:last-child {
        margin-right: 0;
    }
    
    /* contact */
    
    .header_contact a {
        display: block;
        background-color: #AB0A1E;
        border-radius: 0 0 0 20px;
    }
    
    .header_contact a img {
        max-width: 140px;
    }
    
    .header_contact a:hover {
        background-color: #7C0312;
    }
}

@media (max-width: 1520px) {

    /*------------------------------------------------
    header
    ------------------------------------------------*/
    
    .header {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 0 0 30px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 990;
    }
    
    .fixed-header {
        position: fixed;
        top: -120px;
        left: 0;
        z-index: 999;
        transition: all 0.3s ease-in-out;
        visibility: hidden;
        background-color: #ffffff;
    }
    
    .fixed-header.show {
        top: 0;
        visibility: visible;
    }
    
    body.sub-page .header {
        background-color: #ffffff;
    }
    
    /* logo */
    
    .header_logo {
        margin: 0 auto 0 0;
    }
    
    .header_logo a img {
        max-width: 200px;
    }
    
    /* search */
    
    .header_search {
        margin: 0 20px 0 0;
    }
    
    .header_search ul {
        display: flex;
    }
    
    .header_search ul li {
        margin: 0 7.5px;
    }
    
    .header_search ul li:first-child {
        margin-left: 0;
    }
    
    .header_search ul li:last-child {
        margin-right: 0;
    }
    
    .header_search ul li a {
        display: block;
        background-color: #ffffff;
        border: 1px solid #707070;
        padding: 5px 15px;
        border-radius: 50px;
        font-size: 15px;
        text-align: center;
        width: 150px;
    }
    
    .header_search ul li a:hover {
        background-color: #AB0A1E;
        color: #ffffff;
    }
    
    /* nav */
    
    .header_nav {
        margin: 0 20px 0 0;
    }
    
    .header_nav ul {
        display: flex;
    }
    
    .header_nav ul li {
        margin: 0 10px;
    }
    
    .header_nav ul li:first-child {
        margin-left: 0;
    }
    
    .header_nav ul li:last-child {
        margin-right: 0;
    }
    
    .header_nav ul li a {
        font-size: 15px;
    }
    
    /* sns */
    
    .header_sns {
        margin: 0 20px 0 0;
    }
    
    .header_sns ul {
        display: flex;
    }
    
    .header_sns ul li {
        max-width: 40px;
        width: 100%;
        margin: 0 5px;
    }
    
    .header_sns ul li:first-child {
        margin-left: 0;
    }
    
    .header_sns ul li:last-child {
        margin-right: 0;
    }
    
    /* contact */
    
    .header_contact a {
        display: block;
        background-color: #AB0A1E;
        border-radius: 0 0 0 20px;
    }
    
    .header_contact a img {
        max-width: 110px;
    }
    
    .header_contact a:hover {
        background-color: #7C0312;
    }
}

@media (max-width: 1300px) {

    /*------------------------------------------------
    header
    ------------------------------------------------*/
    
    .header {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 0 0 30px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 990;
    }
    
    .fixed-header {
        position: fixed;
        top: -120px;
        left: 0;
        z-index: 999;
        transition: all 0.3s ease-in-out;
        visibility: hidden;
        background-color: #ffffff;
    }
    
    .fixed-header.show {
        top: 0;
        visibility: visible;
    }
    
    body.sub-page .header {
        background-color: #ffffff;
    }
    
    /* logo */
    
    .header_logo {
        margin: 0 auto 0 0;
    }
    
    .header_logo a img {
        max-width: 180px;
    }
    
    /* search */
    
    .header_search {
        margin: 0 20px 0 0;
    }
    
    .header_search ul {
        display: flex;
    }
    
    .header_search ul li {
        margin: 0 5px;
    }
    
    .header_search ul li:first-child {
        margin-left: 0;
    }
    
    .header_search ul li:last-child {
        margin-right: 0;
    }
    
    .header_search ul li a {
        display: block;
        background-color: #ffffff;
        border: 1px solid #707070;
        padding: 2px 10px;
        border-radius: 50px;
        font-size: 13px;
        text-align: center;
        width: 140px;
    }
    
    .header_search ul li a:hover {
        background-color: #AB0A1E;
        color: #ffffff;
    }
    
    /* nav */
    
    .header_nav {
        margin: 0 20px 0 0;
    }
    
    .header_nav ul {
        display: flex;
    }
    
    .header_nav ul li {
        margin: 0 7.5px;
    }
    
    .header_nav ul li:first-child {
        margin-left: 0;
    }
    
    .header_nav ul li:last-child {
        margin-right: 0;
    }
    
    .header_nav ul li a {
        font-size: 13px;
    }
    
    /* sns */
    
    .header_sns {
        margin: 0 20px 0 0;
    }
    
    .header_sns ul {
        display: flex;
    }
    
    .header_sns ul li {
        max-width: 35px;
        width: 100%;
        margin: 0 5px;
    }
    
    .header_sns ul li:first-child {
        margin-left: 0;
    }
    
    .header_sns ul li:last-child {
        margin-right: 0;
    }
    
    /* contact */
    
    .header_contact a {
        display: block;
        background-color: #AB0A1E;
        border-radius: 0 0 0 20px;
    }
    
    .header_contact a img {
        max-width: 80px;
    }
    
    .header_contact a:hover {
        background-color: #7C0312;
    }
}

/* header sp ------------------------------------------------*/

.header-sp {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 19px 85px 19px 20px;
    border-bottom: 1px solid #000000;
    z-index: 998;
}

.sub-page .header-sp {
    background-color: #ffffff;
}

.fixed-header-sp {
    position: fixed;
    top: -65px;
    left: 0;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    background-color: #ffffff;
}

.fixed-header-sp.show {
    top: 0;
    visibility: visible;
}

.header-sp {
    border: none;
}

.header-sp.scroll {
    border-bottom: 1px solid #000000;
}

/* logo */

.header-sp_logo {
	max-width: 170px;
}

/* toggle */

.header-sp_toggle {
	width: 36px;
	height: 50px;
    background-image: url(assets/img/common/header-sp_toggle-open.png);
    background-repeat: no-repeat;
    background-size: 36px 50px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 999;
    font-size: 0;
}

.header-sp_toggle.close {
    background-image: url(assets/img/common/header-sp_toggle-close.png);
}

/* overlay */

.header-sp_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #AB0A1E;
	z-index: 998;
	padding: 80px 90px 60px 90px;
	transform: translateX(100%);
	opacity: 0;
}

.header-sp_overlay.open {
	animation: toggleOpen 0.5s ease normal;
	transform: translateX(0);
	opacity: 1;
}

.header-sp_overlay.close {
	animation: toggleClose 0.5s ease normal;
	transform: translateX(100%);
	opacity: 0;
}

@keyframes toggleOpen {

    from {
    	transform: translateX(100%);
	    opacity: 0;
	}
	to {
		transform: translateX(0);
	    opacity: 1;
	}
}

@keyframes toggleClose {

    from {
		transform: translateX(0);
	    opacity: 1;
	}
	to {
    	transform: translateX(100%);
	    opacity: 0;
	}
}

/* logo */

.header-sp_overlay .header-sp_logo {
    max-width: 170px;
	position: fixed;
    top: 19px;
    left: 15px;
}

/* nav */

.header-sp_nav {
    margin: 0 0 40px 0;
}

.header-sp_nav ul li {
    border-top: 1px solid #ffffff;
}

.header-sp_nav ul li:last-child {
    border-bottom: 1px solid #ffffff;
}

.header-sp_nav ul li a {
    font-size: 14px;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
    display: block;
}

/* sns */

.header-sp_sns ul {
    display: flex;
    justify-content: center;
}

.header-sp_sns ul li a img {
    width: 47px;
    height: 47px;
}

.header-sp_sns ul li {
    margin: 0 10px;
}

/* buttons */

.header-sp_buttons {
    margin: 0 0 30px 0;
}

.header-sp_buttons a {
    display: block;
    max-width: 200px;
    font-size: 15px;
    color: #000000;
    padding: 5px 10px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    position: relative;
    margin: 20px auto 0 auto;
    background-color: #ffffff;
    text-align: center;
}

@media (max-width: 991px) {

    .header-sp {
        display: flex;
    }
}

/*------------------------------------------------
footer
------------------------------------------------*/

.footer {
    padding: 80px 0;
    background-color: #ffffff;
}

.footer-inner {
    max-width: 1430px;
    margin: 0 auto;
}

/* top  ------------------------------------------------*/

.footer-top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px 0;
}

/* logo */

.footer_logo {
    max-width: 300px;
    margin: 0 70px;
}

/* nav */

.footer_nav ul {
    display: inline-block;
}

.footer_nav ul li {
    display: inline-block;
    margin: 0 15px;
}

.footer_nav ul li.brank-xl-100 {
    width: 100px;
}

.footer_nav ul li:first-child, .footer_nav ul li:last-child {
    margin: 0;
}

.footer_nav ul li a {
    font-size: 15px;
}

/* info */

.footer_info p {
    font-size: 15px;
    text-align: center;
}

/* right */

.footer_right p {
    font-size: 15px;
    text-align: right; 
}

@media (max-width: 1265px) {

    .footer_nav ul li.brank-xl-100 {
        width: 80px;
    }
}

@media (max-width: 1245px) {

    .footer_nav ul li.brank-xl-100 {
        display: none;
    }
}
    
@media (max-width: 1200px) {

    /*------------------------------------------------
    footer
    ------------------------------------------------*/
    
    .footer {
        padding: 80px 0;
    }
    
    .footer-inner {
        padding: 0 30px;
    }
    
    /* top  ------------------------------------------------*/
    
    .footer-top {
        align-items: start;
        justify-content: start;
        margin: 0 auto 30px auto;
        max-width: 350px;
    }
    
    /* logo */
    
    .footer_logo {
        max-width: 230px;
        margin: 0 auto 20px auto;
    }
    
    /* nav */
    
    .footer_nav {
        width: 100%;
    }
    
    .footer_nav ul li {
        display: block;
        margin: 0 0 5px 0;
    }
    
    .footer_nav ul li:first-child, .footer_nav ul li:last-child {
        margin: 0 0 5px 0;
    }
    
    .footer_nav ul li a {
        font-size: 15px;
    }
    
    /* info */
    
    .footer_info {
        max-width: 690px;
        margin: 0 auto 20px auto;
    }
    
    .footer_info p {
        text-align: left;
    }
    
    /* right */
    
    .footer_right p {
        text-align: center; 
    }
}

/*------------------------------------------------
common
------------------------------------------------*/

/* bigheading  ------------------------------------------------*/

.common-bigheading {
    position: relative;
}

.common-bigheading img {
    height: 300px;
    object-fit: cover;
}

.common-bigheading.h-lg-500 img {
    height: 500px;
    object-fit: cover;
}

.common-bigheading h1 {
    font-size: 35px;
    position: absolute;
    top: calc(50% + 30px );
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    width: 100%;
}

.common-bigheading h1 .en {
    font-size: 50px;
    color: #ffffff;
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}

/* more  ------------------------------------------------*/

/* defult */

.common_more a {
    display: flex;
    max-width: 350px;
    font-size: 15px;
    justify-content: center;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 50px;
    position: relative;
    margin: 60px 0 0 0;
}

.common_more a::before {
    content: "";
    display: block;
    width: 80px;
    height: 8px;
    background-image: url("assets/img/common/common_more-icon.png");
    background-size: 80px 8px;
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%) translateX(0);
    transition: ease .2s;
}

.common_more a:hover {
    background-color: #AB0A1E;
    color: #ffffff;
    opacity: 1;
}

.common_more a:hover::before {
    right: -50px;
}

/* skeleton */

.common_more.style-skeleton a {
    background-color: none;
    border: 1px solid #ffffff;
    color: #ffffff;
}

/* align */

.common_more.align-left a {
    margin: 60px auto 0 0;
}

.common_more.align-right a {
    margin: 60px 0 0 auto;
}

.common_more.align-center a {
    margin: 60px auto 0 auto;
}

/* submit */

.common_more.contact-form_buttons_submit {
    position: relative;
    max-width: 350px;
    margin: 50px auto 0 auto;
}

.common_more.contact-form_buttons_submit.mt-30 {
    margin-top: 30px;
}

.common_more.contact-form_buttons_submit input {
    width: 100%;
    font-size: 15px;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 50px;
    text-align: center;
}

.common_more.contact-form_buttons_submit::after {
    content: "";
    display: block;
    width: 80px;
    height: 8px;
    background-image: url("assets/img/common/common_more-icon.png");
    background-size: 80px 8px;
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%) translateX(0);
    transition: ease .2s;
}

.common_more.contact-form_buttons_submit input:hover {
    background-color: #AB0A1E;
    color: #ffffff;
}

.common_more.contact-form_buttons_submit:hover::after {
    right: -50px;
}

.common_more.contact-form_buttons_previous::after {
    background-image: url("assets/img/common/common_more-previousicon.png") !important;
    right: auto !important;
    left: -40px;
}

.common_more.contact-form_buttons_previous:hover::after {
    left: -50px;
}

/* sort  ------------------------------------------------*/

.common-sort {
    padding: 0 150px;
    margin: 0 0 100px 0;
}

/* h2 */

.common-sort_heading {
    display: flex;
    align-items: center;
    margin: 0 0 30px 0;
}

.common-sort_heading h2 {
    font-size: 15px;
    font-weight: 600;
}

/* dropdown */

.common-sort_dropdown {
    font-size: 15px;
    color: #AB0A1E;
    display: flex;
    align-items: center;
    margin: 0 0 0 40px;
    font-weight: 600;
}

.common-sort_dropdown-icon {
    background-image: url("assets/img/common/common-sort_dropdown-icon.png");
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    margin: 0 20px 0 0;
}

.common-sort_dropdown-icon.active {
    background-image: url("assets/img/common/common-sort_dropdown-icon-up.png");
}

/* search */

.common-sort_search {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
}

.common-sort_search p {
    font-size: 15px;
    font-weight: 600;
    color: #AB0A1E;
    display: flex;
    align-items: center;
}

.common-sort_search-icon {
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
}

.common-sort_search form {
    position: relative;
    margin: 0 0 0 20px;
}

.common-sort_search form input {
    width: 230px;
    padding: 10px 20px;
    border: 1px solid #707070;
    border-radius: 50px;
    line-height: 1.6;
    font-size: 14px;
}
 
.common-sort_search form button {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    padding: 0;
    cursor: pointer;
    transform: translateY(-50%);
    color: #000000;
    border: none;
    background: transparent;
}
 
.common-sort_search form button:hover {
  opacity: 0.6;
}

/* list */

.common-sort_list {
	display: none;
}

.common-sort_list ul li {
    border-bottom: 1px solid #F4EFE9;
    padding: 10px 0;
}

.common-sort_list table {
    width: 100%;
}

.common-sort_list ul li table tr th {
    width: 200px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
}

.common-sort_list ul li table ul {
    display: flex;
    margin: 0 -15px 0 0;
}

.common-sort_list ul li table ul li {
    border-bottom: none;
    padding: 0;
    width: calc(100% / 7 - 15px);
    margin: 0 15px 0 0;
}

.common-sort_list ul li table ul li a {
    background-color: #F4EFE9;
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 3px 5px;
    border-radius: 5px;
}

/* pagetop ------------------------------------------------*/

.common_pagetop {
    position: fixed;
	right: 50px;
	bottom: 150px;
	display: none;
	z-index: 980;
}

.common_pagetop a {
    display: block;
    width: 30px;
    height: 57px;
	background-image: url("assets/img/common/common_pagetop.png");
	background-size: 30px 57px;
	background-repeat: no-repeat;
}

/* contact ------------------------------------------------*/

.common-contact {
    background-color: #AB0A1E;
    padding: 80px 0;
    margin: 200px 0 0 0;
    border-radius: 40px 40px 0 0;
}

/* heading */

.common-contact h2 {
    font-size: 26px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    padding: 0 0 5px 0;
    margin: 0 0 70px 0;
}

.common-contact h2 .en {
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 0 30px;
}

/* message */

.common-contact_message {
    max-width: 700px;
    margin: 0 auto 50px auto;
}

.common-contact_message h3 {
    background-color: #ffffff;
    font-size: 20px;
    color: #000000;
    text-align: center; 
    margin: 0 0 20px 0;
    padding: 10px 15px;
}

.common-contact_message p {
    font-size: 35px;
    color: #ffffff;
    text-align: center; 
    font-weight: 600;
}

/* action */

.common-contact_action .row-outer {
    margin: 0 -40px;
}

.common-contact_action .col-inner {
    padding: 0 40px;
}

.common-contact_action .child-grid .row-outer {
    margin: 0 -15px;
}

.common-contact_action  .child-grid .col-inner {
    padding: 0 15px;
}

.common-contact_action p {
    color: #ffffff;
}

.common-contact_action-btn a {
    display: flex;
    max-width: 350px;
    font-size: 15px;
    color: #ffffff;
    justify-content: center;
    padding: 15px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    position: relative;
    margin: 15px 0 0 0;
}

.common-contact_action-btn a::before {
    content: "";
    display: block;
    width: 80px;
    height: 8px;
    background-image: url("assets/img/index/common-contact_action-btn-icon-sp.png");
    background-size: 80px 8px;
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%) translateX(0);
}

.common-contact_action-btn a:hover {
    background-color: #ffffff;
    color: #AB0A1E;
    opacity: 1;
}

.common-contact_action-btn a:hover::before {
    right: -50px;
}

/* op ------------------------------------------------*/

.op {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 1;
    visibility: visible;
}

.op.active {
    animation: op-back 0.5s ease-in 0.6s forwards;
}

.op.active-second {
    animation: op-back 0s ease-in forwards;
}

@keyframes op-back {

    to {
        opacity: 0;
        visibility: hidden;
    }
}

.op_overlay {
    width: 100%;
    height: 100%;
    z-index: 999;
    position: relative;
    opacity: 0;
    visibility: hidden;
}

.op_overlay.active {
    animation: op-logo 3s forwards;
}

@keyframes op-logo {

    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
        visibility: visible;
    }
    90% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
    }
}

.op img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-width: 443px;
}

/* effect ------------------------------------------------*/

.effect-zoom {
    cursor: pointer;
    overflow: hidden;
}

.effect-zoom img {
    transition: transform .6s ease;
}

.effect-zoom:hover img {
    transform: scale(1.2);
}

/* margin ------------------------------------------------*/

.mb-lg-100 {
    margin: 0 0 100px 0;
}

/* style ------------------------------------------------*/

/* background */

.bg-green {
    background-color: #EDF5D1 !important;
}

/* color */

.color-black {
    color: #000000 !important;
}

@media (max-width: 1700px) {

    .common-sort {
        padding: 0 50px;
    }
}

@media (max-width: 1500px) {

    .common-sort {
        padding: 0;
    }
}

@media (max-width: 1400px) {

    .common-sort_dropdown {
        margin: 0 0 20px 0;
    }
}

@media (max-width: 991px) {

    /*------------------------------------------------
    common
    ------------------------------------------------*/
    
    /* bigheading  ------------------------------------------------*/

    .common-bigheading img {
        height: 250px;
    }
    
    .common-bigheading.h-lg-500 img {
        height: 250px;
    }
    
    .common-bigheading h1 {
        font-size: 20px;
        top: calc(50% - 5px );
    }
    
    .common-bigheading h1 .en {
        font-size: 25px;
        line-height: 1.2;
        margin: 5px;
    }
    
    /* more  ------------------------------------------------*/
    
    /* defult */
    
    .common_more a {
        max-width: 200px;
        font-size: 14px;
        padding: 10px 15px;
        margin: 20px 0 0 0;
    }
    
    .common_more a::before {
        width: 40px;
        height: 8px;
        background-size: 40px 8px;
        right: -20px;
        background-image: url("assets/img/common/common_more-icon-sp.png");
    }

    .common_more a:hover::before {
        right: -30px;
    }
    
    /* skeleton */
    
    .common_more.style-skeleton a {
        background-color: none;
        border: 1px solid #ffffff;
        color: #ffffff;
    }
    
    /* align */
    
    .common_more.align-left a {
        margin: 60px auto 0 0;
    }
    
    .common_more.align-right a {
        margin: 60px 0 0 auto;
    }
    
    .common_more.align-center a {
        margin: 60px auto 0 auto;
    }
    
    /* submit */
    
    .common_more.contact-form_buttons_submit {
        max-width: 200px;
    }
    
    .common_more.contact-form_buttons_submit input {
        width: 100%;
        font-size: 14px;
        padding: 10px 15px;
    }
    
    .common_more.contact-form_buttons_submit::after {
        width: 40px;
        height: 8px;
        background-image: url("assets/img/common/common_more-icon-sp.png");
        background-size: 40px 8px;
        right: -20px;
    }

    .common_more.contact-form_buttons_submit:hover::after {
        right: -30px;
    }
    
    .common_more.contact-form_buttons_previous::after {
        background-image: url("assets/img/common/common_more-previousicon-sp.png") !important;
        left: -20px;
    }
    
    .common_more.contact-form_buttons_previous:hover::after {
        left: -30px;
    }
    
    /* sort  ------------------------------------------------*/
    
    .common-sort {
        padding: 0;
        margin: 0 0 70px 0;
    }
    
    /* h2 */
    
    .common-sort_heading {
        display: block;
        margin: 0 0 50px 0;
    }
    
    .common-sort_heading h2 {
        font-size: 14px;
        margin: 0 0 50px 0;
        font-weight: 400;
    }
    
    /* dropdown */
    
    .common-sort_dropdown {
        font-size: 14px;
        font-weight: 400;
    }
    
    .common-sort_dropdown-icon {
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
        margin: 0 10px 0 0;
    }
    
    /* search */
    
    .common-sort_search {
        display: block;
        margin: 0 0 0 auto;
    }
    
    .common-sort_search p {
        font-size: 14px;
        text-align: center;
        margin: 0 auto 10px auto;
        justify-content: center;
        font-weight: 400;
    }
    
    .common-sort_search-icon {
        width: 15px;
        height: 15px;
    }
    
    .common-sort_search form {
        margin: 0;
        text-align: center;
    }
    
    .common-sort_search form input {
        width: 280px;
        padding: 5px 15px;
        display: inline-block;
    }
    
    /* list */
    
    .common-sort_list {
    	display: none;
    }
    
    .common-sort_list ul li {
        border-bottom: 1px solid #F4EFE9;
        padding: 10px 0;
    }
    
    .common-sort_list table {
        width: 100%;
    }
    
    .common-sort_list ul li table tr th {
        width: 100%;
        font-size: 14px;
        display: block;
        padding: 0 0 5px 0;
        font-weight: 400;
    }

    .common-sort_list ul li table tr td {
        width: 100%;
        display: block;
    }
        
    .common-sort_list ul li table ul {
        display: flex;
        margin: 0 -10px 0 0;
    }
    
    .common-sort_list ul li table ul li {
        border-bottom: none;
        padding: 0;
        width: calc(100% / 3 - 10px);
        margin: 0 10px 0 0;
    }
    
    .common-sort_list ul li table ul li a {
        background-color: #F4EFE9;
        display: block;
        font-size: 13px;
        text-align: center;
        padding: 2px 5px;
        border-radius: 5px;
    }
    
    /* pagetop ------------------------------------------------*/
    
    .common_pagetop {
        position: fixed;
    	right: 15px;
    	bottom: 50px;
    	display: none;
    	z-index: 980;
    }
    
    .common_pagetop a {
        display: block;
        width: 35px;
        height: 35px;
    	background-image: url("assets/img/common/common_pagetop-sp.png");
    	background-size: 35px 35px;
    	background-repeat: no-repeat;
    }
    
    /* contact ------------------------------------------------*/
    
    .common-contact {
        margin: 100px 0 0 0;
        border-radius: 20px 20px 0 0;
    }
    
    /* heading */
    
    .common-contact h2 {
        font-size: 20px;
        display: block;
        margin: 0 auto 60px auto;
        max-width: 180px;
        text-align: center;
    }
    
    .common-contact h2 .en {
        font-size: 15px;
        margin: 0;
        display: block;
    }
    
    /* message */
    
    .common-contact_message {
        max-width: 700px;
        margin: 0 auto 20px auto;
    }
    
    .common-contact_message h3 {
        font-size: 16px;
    }
    
    .common-contact_message p {
        font-size: 25px;
    }
    
    /* action */
    
    .common-contact_action .row-outer {
        margin: 0;
    }
    
    .common-contact_action .col-inner {
        padding: 0;
    }

    .common-contact_action > div > div > div > div > div > .grid-item {
        border-bottom: 1px solid #ffffff;
        padding: 30px 0;
    }

    .common-contact_action > div > div > div > div > div > .grid-item.last {
        border-bottom: none;
    }
           
    .common-contact_action-btn a {
        max-width: 220px;
        font-size: 14px;
        padding: 10px 15px;
        margin: 15px auto 0 auto;
    }
    
    .common-contact_action-btn a::before {
        width: 40px;
        height: 8px;
        background-size: 40px 8px;
        right: -20px;
    }

    .common-contact_action-btn a:hover::before {
        right: -30px;
    }
    
    /* op ------------------------------------------------*/
    
    .op {
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        opacity: 1;
        visibility: visible;
    }
    
    .op.active {
        animation: op-back 0.5s ease-in 0.6s forwards;
    }
    
    .op.active-second {
        animation: op-back 0s ease-in forwards;
    }
    
    @keyframes op-back {
    
        to {
            opacity: 0;
            visibility: hidden;
        }
    }
    
    .op_overlay {
        width: 100%;
        height: 100%;
        z-index: 999;
        position: relative;
        opacity: 0;
        visibility: hidden;
    }
    
    .op_overlay.active {
        animation: op-logo 3s forwards;
    }
    
    @keyframes op-logo {
    
        0% {
            opacity: 0;
        }
        50% {
            opacity: 1;
            visibility: visible;
        }
        90% {
            opacity: 1;
            visibility: visible;
        }
        100% {
            opacity: 0;
        }
    }
    
    .op img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        max-width: 60%;
    }
    
    /* effect ------------------------------------------------*/
    
    .effect-zoom {
        cursor: pointer;
        overflow: hidden;
    }
    
    .effect-zoom img {
        transition: transform .6s ease;
    }
    
    .effect-zoom:hover img {
        transform: scale(1.2);
    }
    
    /* margin ------------------------------------------------*/
    
    .mb-lg-100 {
        margin: 0 0 100px 0;
    }
    
    /* style ------------------------------------------------*/
    
    /* background */
    
    .bg-green {
        background-color: #EDF5D1 !important;
    }
    
    /* color */
    
    .color-black {
        color: #000000 !important;
    }
}

/*================================================================================
index
================================================================================*/

/*------------------------------------------------
hero
------------------------------------------------*/

/* slider  ------------------------------------------------*/

.top-hero {
    position: relative;
}

.top-hero h1 {
    max-width: 570px;
    position: absolute;
    top: calc(50% - 50px );
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
}

/* pagenation */

.top-hero_slider .swiper-pagination {
    bottom: -50px !important;
}

.top-hero_slider .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    margin: 0 15px !important;
}

.top-hero_slider .swiper-pagination-bullet-active {
    background-color: #AB0A1E;
}

/* news  ------------------------------------------------*/

.top-hero_news {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    max-width: 700px;
    width: 100%;
    z-index: 2;
}

/* heading */

.top-hero_news-heading {
    background-color: #AB0A1E;
    padding: 30px 15px;
    font-size: 15px;
    color: #ffffff;
    width: 160px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 15px;
}

/* list */

.top-hero_news-list {
    padding: 30px 120px 30px 30px;
    position: relative;
    width: 100%;
    background-color: #ffffff;
}

.top-hero_news-list ul li {
    display: flex;
}

.top-hero_news-list .date {
    margin: 0 30px 0 0;
    font-size: 15px;
}

.top-hero_news-list .excerpt a {
    font-size: 13px;
}

/* more */

.top-hero_news .more img {
    display: block;
    width: 48px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%) translateX(0);
}

/* scroll ------------------------------------------------*/

.top-hero_scroll {
	position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(0) translateX(-50%);
	z-index: 990;
	width: 22px;
	height: 200px;
}

.top-hero_scroll a {
    position: relative;
    display: block;
}

.top-hero_scroll a::before {
	content: "";
	position: absolute;
    top: 0;
    right: 50%;
	width: 1px;
	height: 70px;
	background-color: #000000;
	opacity: 0.2;
}

.top-hero_scroll a::after {
	content: "";
	position: absolute;
    top: 0;
    right: 50%;
	width: 1px;
	height: 70px;
	background-color: #000000;
	animation: move 1.4s ease-in-out infinite;
}

.top-hero_scroll a img {
	width: 22px;
	height: 99px;
	position: absolute;
	top: -120px;
}

@keyframes move {

	0% {
	    height: 0;
		top: 0;
	}
	30% {
	    height: 35px;
	    opacity: 1;
	}
	100% {
	    height: 0;
	    top: 70px;
	}
}

/*------------------------------------------------
aboutus
------------------------------------------------*/

.top-aboutus {
    background-color: #F4EFE9;
    padding: 180px 0 150px 0;
}

/* grid */

.top-aboutus .grid-item.first {
    padding: 0 80px 0 0;
}

/* h2 */

.top-aboutus h2 {
    font-size: 26px;
    margin: 0 0 40px 0;
}

.top-aboutus h2 .en {
    font-size: 20px;
    color: #AB0A1E;
    margin: 0 0 0 30px;
}

/* text */

.top-aboutus p {
    font-size: 15px;
    text-align: justify;
}

.top-aboutus .common_more a {
    margin: 40px auto 0 auto;
}

/*------------------------------------------------
propertylist
------------------------------------------------*/

.top-propertylist {
    padding: 150px 0;
    background-color: #ffffff;
}

.top-propertylist-item {
    margin: 0 0 100px 0;
}

.top-propertylist-content {
    padding: 0 80px;
}

/* header  ------------------------------------------------*/

.top-propertylist_header {
    border-bottom: 1px solid #707070;
    margin: 0 0 40px 0;
    padding: 15px 0;
}

.top-propertylist_header-inner {
    max-width: 1150px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

/* h2 */

.top-propertylist h2 {
    font-size: 26px;
}

.top-propertylist h2 .en {
    font-size: 20px;
    color: #AB0A1E;
    margin: 0 0 0 30px;
}

/* navigation */

.top-propertylist_header-navigation {
    display: flex;
    position: relative;
    margin: 0 0 0 auto;
}

.top-propertylist_header-navigation .swiper-button-next {
    right: auto;
    left: -100px;
    width: 40px;
    height: 35px;
}

.top-propertylist_header-navigation .swiper-button-next:hover {
    opacity: 0.5;
}

.top-propertylist_header-navigation .swiper-button-next:after {
    content: "";
    width: 40px;
    height: 35px;
    background-image: url("assets/img/index/top-propertylist_header-navigation-next.png");
    background-size: 40px 35px;
}

.top-propertylist_header-navigation .swiper-button-prev {
    left: auto;
    right: 140px;
    width: 40px;
    height: 35px;
}

.top-propertylist_header-navigation .swiper-button-prev:hover {
    opacity: 0.5;
}

.top-propertylist_header-navigation .swiper-button-prev:after {
    content: "";
    width: 40px;
    height: 35px;
    background-image: url("assets/img/index/top-propertylist_header-navigation-prev.png");
    background-size: 40px 35px;
}

.top-propertylist-content {
    position: relative;
}

.top-propertylist-content .swiper-button-next {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    background-image: url("assets/img/index/top-propertylist_content-navigation-next.png");
    background-size: 50px 50px;
}

.top-propertylist-content .swiper-button-next:after {
    content: "";
}

.top-propertylist-content .swiper-button-prev {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    background-image: url("assets/img/index/top-propertylist_content-navigation-prev.png");
    background-size: 50px 50px;
}

.top-propertylist-content .swiper-button-prev:after {
    content: "";
}

/* slider  ------------------------------------------------*/

/* slider */

.top-propertylist_slider {
    overflow: hidden;
}

/* thumb */

.top-propertylist_thumb {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: 0 0 20px 0;
}

.top-propertylist_thumb::before {
    content: "";
    display: block;
    padding: 65% 0 0 0;
}

.top-propertylist_thumb img {
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* meta */

.top-propertylist_meta {
    padding: 0 20px;
}

.top-propertylist_meta ul {
    display: flex;
    margin: 0 -15px 15px 0;
}

.top-propertylist_meta ul li {
    width: calc(100% / 3 - 15px);
    margin: 0 15px 0 0;
}

.top-propertylist_meta ul li:nth-child(3n) {
    margin-right: 0;
}

.top-propertylist_meta ul li a {
    background-color: #F4EFE9;
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 3px 5px;
    border-radius: 5px;
}

.top-propertylist_meta ul li:first-child a {
    background-color: #AB0A1E;
    color: #ffffff;
}

/* caption */

.top-propertylist_caption {
    font-size: 20px;
    padding: 0 20px;
}

/*------------------------------------------------
news
------------------------------------------------*/

.top-news {
    background-color: #F4EFE9;
    padding: 0 15px;
}

/* photo  ------------------------------------------------*/

.top-news_backphoto {
    margin: 0 -15px;
}

.top-news_backphoto img {
    object-fit: cover;
    height: 820px;
}

/* list  ------------------------------------------------*/

.top-news_list {
    background-color: #F4EFE9;
    max-width: 1430px;
    margin: -200px auto 0 auto;
    padding: 80px 150px 0 150px;
    position: relative;
    z-index: 1;
    border-radius: 30px;
}

/* h2 */

.top-news_list h2 {
    font-size: 26px;
    border-bottom: 1px solid #707070;
    display: inline-block;
    padding: 0 0 5px 0;
}

.top-news_list h2 .en {
    font-size: 20px;
    color: #AB0A1E;
    margin: 0 0 0 30px;
}

/* grid */

.top-news_list .row-outer {
    margin: 0 -10px;
}

.top-news_list .col-inner {
    padding: 0 10px;
}

/* list */

.top-news_list ul li {
    border-top: 1px solid #E0D6C9;
    padding: 25px 0;
    display: flex;
    align-items: center;
}

.top-news_list ul li:last-child {
    border-bottom: 1px solid #E0D6C9;
}

/* meta */

.top-news_meta {
    display: flex;
}

.top-news_meta .date {
    font-size: 15px;
    margin: 0 30px 0 0;
}

.top-news_meta .category {
    font-size: 15px;
    width: 130px;
    border: 1px solid #707070;
    background-color: #ffffff;
    padding: 2px 10px;
    text-align: center;
    margin: 0 30px 0 0;
}

@media (max-width: 991px) {

    /*------------------------------------------------
    hero
    ------------------------------------------------*/
    
    /* slider  ------------------------------------------------*/
    
    .top-hero_slider-slide img {
        height: 100vh;
        height: -webkit-fill-available;
        object-fit: cover;
    }
    
    .top-hero h1 {
        max-width: 570px;
        position: absolute;
        top: calc(50% - 50px );
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        z-index: 2;
    }
    
    /* pagenation */
    
    .top-hero_slider .swiper-pagination {
        bottom: -40px !important;
    }
    
    .top-hero_slider .swiper-pagination-bullet {
        height: 7px;
        width: 7px;
        margin: 0 10px !important;
    }
    
    /* news  ------------------------------------------------*/
    
    .top-hero_news {
        max-width: 100%;
    }
    
    /* heading */
    
    .top-hero_news-heading {
        padding: 20px 10px;
        font-size: 13px;
        color: #ffffff;
        width: 100px;
        border-top-left-radius: 0;
    }
    
    /* list */
    
    .top-hero_news-list {
        padding: 15px 60px 15px 15px;
    }
    
    .top-hero_news-list ul li {
        display: block;
        line-height: 1.4 !important;
    }
    
    .top-hero_news-list .date {
        margin: 0;
        display: block;
        line-height: 1.4;
        font-size: 13px;
    }
    
    .top-hero_news-list .excerpt a {
        font-size: 13px;
    }
    
    /* more */
    
    .top-hero_news .more img {
        width: 21px;
        height: 8px;
        right: 20px;
    }
    
    /* scroll ------------------------------------------------*/
    
    .top-hero_scroll {
        right: 15px;
    	width: 17px;
    	height: 135px;
    }

    .top-hero_scroll a::before {
    	height: 50px;
    }
    
    .top-hero_scroll a::after {
    	height: 50px;
    }
    
    .top-hero_scroll a img {
    	width: 18px;
    	height: 75px;
    	position: absolute;
    	top: -90px;
    }
    
    @keyframes move {
    
    	0% {
    	    height: 0;
    		top: 0;
    	}
    	30% {
    	    height: 25px;
    	    opacity: 1;
    	}
    	100% {
    	    height: 0;
    	    top: 50px;
    	}
    }
    
    /*------------------------------------------------
    aboutus
    ------------------------------------------------*/
    
    .top-aboutus {
        padding: 70px 0;
    }
    
    /* grid */
    
    .top-aboutus .grid-item.first {
        padding: 0;
        margin: 0 0 60px 0;
    }
    
    /* h2 */
    
    .top-aboutus h2 {
        font-size: 20px;
        margin: 0 0 15px 0;
    }
    
    .top-aboutus h2 .en {
        font-size: 15px;
        margin: 0;
        display: block;
    }
    
    /* text */
    
    .top-aboutus p {
        font-size: 15px;
    }
    
    .top-aboutus .common_more a {
        margin: 20px auto 0 auto;
    }
    
    /*------------------------------------------------
    propertylist
    ------------------------------------------------*/
    
    .top-propertylist {
        padding: 60px 0;
    }
    
    .top-propertylist-item {
        margin: 0 0 80px 0;
    }
    
    .top-propertylist-content {
        max-width: 690px;
        padding: 0 30px;
        margin: 0 auto;
    }
    
    /* header  ------------------------------------------------*/
    
    .top-propertylist_header {
        margin: 0 0 20px 0;
    }
    
    .top-propertylist_header-inner {
        max-width: 690px;
        padding: 0 30px;
    }
    
    /* h2 */
    
    .top-propertylist h2 {
        font-size: 20px;
        display: block;
    }
    
    .top-propertylist h2 .en {
        font-size: 15px;
        display: block;
        margin: 0;
    }
    
    /* navigation */
    
    .top-propertylist_header-navigation .swiper-button-next {
        left: -20px;
        top: 30px;
        width: 21px;
        height: 18px;
    }
    
    .top-propertylist_header-navigation .swiper-button-next:after {
        width: 21px;
        height: 18px;
        background-size: 21px 18px;
    }
    
    .top-propertylist_header-navigation .swiper-button-prev {
        right: 40px;
        top: 30px;
        width: 21px;
        height: 18px;
    }
    
    .top-propertylist_header-navigation .swiper-button-prev:after {
        width: 21px;
        height: 18px;
        background-size: 21px 18px;
    }
    
    /* more */
    
    .top-propertylist .common_more a {
        margin: 20px auto 0 auto;
    }
    
    /* slider  ------------------------------------------------*/
    
    /* thumb */
    
    .top-propertylist_thumb {
        margin: 0 0 15px 0;
    }
    
    /* meta */
    
    .top-propertylist_meta {
        padding: 0 10px;
    }
    
    .top-propertylist_meta ul {
        margin: 0 -10px 10px 0;
    }
    
    .top-propertylist_meta ul li {
        width: calc(100% / 3 - 10px);
        margin: 0 10px 0 0;
    }
    
    /* caption */
    
    .top-propertylist_caption {
        font-size: 15px;
        padding: 0 10px;
    }
    
    /*------------------------------------------------
    news
    ------------------------------------------------*/
    
    .top-news {
        background-color: #F4EFE9;
        padding: 0 30px;
    }
    
    /* photo  ------------------------------------------------*/
    
    .top-news_backphoto {
        margin: 0 -30px;
    }
    
    .top-news_backphoto img {
        height: 280px;
    }
    
    /* list  ------------------------------------------------*/
    
    .top-news_list {
        margin: -40px auto 0 auto;
        padding: 50px 0 0 0;
        border-radius: 10px;
    }
    
    /* h2 */
    
    .top-news_list h2 {
        font-size: 20px;
        display: block;
        padding: 0 0 5px 0;
        text-align: center;
        max-width: 180px;
        margin: 0 auto 50px auto;
    }
    
    .top-news_list h2 .en {
        font-size: 15px;
        margin: 0;
        display: block;
    }
    
    /* grid */
    
    .top-news_list .row-outer {
        margin: 0;
    }
    
    .top-news_list .col-inner {
        padding: 0;
    }
    
    /* list */
    
    .top-news_list ul li {
        padding: 20px 0;
        display: block;
    }
    
    /* meta */
    
    .top-news_meta {
        margin: 0 0 10px 0;        
    }
    
    .top-news_meta .date {
        font-size: 15px;
        margin: 0 20px 0 0;
    }
    
    .top-news_meta .category {
        font-size: 13px;
        width: 110px;
        margin: 0;
    }
    
    /* more */
    
    .top-news_list .common_more a {
        margin: 40px auto 0 auto;
    }
}

@media (max-width: 575px) {

    /*------------------------------------------------
    hero
    ------------------------------------------------*/
    
    /* slider  ------------------------------------------------*/
    
    .top-hero h1 {
        max-width: 100%;
        width: 60%;
    }
}

/*------------------------------------------------
propertylist
------------------------------------------------*/

/* tab  ------------------------------------------------*/

.property_tab {
    background-color: #AB0A1E;
    display: flex;
    justify-content: center;
    padding: 10px 0 0 0;
    margin: 0 0 70px 0;
}

.property_tab-inner {
    display: flex;
    width: 100%;
    max-width: 1120px;
    margin: 0 -20px 0 0;
}

/* btn */

.property_tab-btn {
    width: calc(100% / 2 - 20px);
    margin: 0 20px 0 0;
    text-align: center;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.property_tab-btn a {
    display: block;
    height: 100%;
    font-size: 20px;
    padding: 15px;
    text-decoration: none;
    color: #ffffff;
    background-color: #AB0A1E;
    cursor: pointer;
    line-height: 1.4;
}

.property_tab-btn a:hover {
    opacity: 1;
}
    
.property_tab-btn a.active {
    background-color: #ffffff;
    color: #000000;
}

@media (max-width: 991px) {

    /* tab  ------------------------------------------------*/
    
    .property_tab {
        padding: 10px 0 0 0;
        margin: 0 0 60px 0;
    }
    
    .property_tab-inner {
        margin: 0 -10px 0 0;
        padding: 0 25px;
    }
    
    /* btn */
    
    .property_tab-btn {
        width: calc(100% / 2 - 10px);
        margin: 0 10px 0 0;
    }
    
    .property_tab-btn a {
        font-size: 12px;
        padding: 10px;
    }
}

/* inner */

.propertylist-inner {
    padding: 0 20px;
}

/* grid */

.propertylist .row-outer {
    margin: 0 -7.5px;
}

.propertylist .col-inner {
    padding: 0 7.5px;
}

.propertylist .grid-item {
    margin: 0 0 150px 0;
}

/* thumb */

.propertylist_thumb {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: 0 0 20px 0;
}

.propertylist_thumb::before {
    content: "";
    display: block;
    padding: 65% 0 0 0;
}

.propertylist_thumb img {
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* meta */

.propertylist_meta ul {
    display: flex;
    margin: 0 -15px 15px 0;
}

.propertylist_meta ul li {
    width: calc(100% / 3 - 15px);
    margin: 0 15px 0 0;
}

.propertylist_meta ul li a {
    background-color: #F4EFE9;
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 3px 5px;
    border-radius: 5px;
}

.propertylist_meta ul li:nth-child(3n) {
    margin-right: 0;
}

.propertylist-house .propertylist_meta ul li:first-child a, .propertylist-land .propertylist_meta ul li:first-child a {
    background-color: #AB0A1E;
    color: #ffffff;
}

/* data */

.propertylist_data table {
    width: 100%;
}

.propertylist_data table th, .propertylist_data table td {
    line-height: 1.6;
}

.propertylist_data table th.title {
    font-size: 20px;
    font-weight: 500;
}

.propertylist_data table td.address {
    font-size: 15px;
}

.propertylist_data table td.price {
    font-size: 20px;
    color: #AB0A1E;
    font-weight: 600;
}

.propertylist_data table td.build {
    font-size: 15px;
}

.propertylist_data table td.area {
    font-size: 15px;
}

.propertylist_data table td.price .small {
    font-size: 15px;
    margin: 0 0 0 10px;
}

/* more */

.propertylist .common_more a {
    max-width: 300px;
    margin: 20px 0 0 0;
}

/* pagenation  ------------------------------------------------*/

.property_pagenation {
    margin: 40px 0;
}

.property_pagenation ul {
    display: flex;
    justify-content: end;
}

.property_pagenation ul li {
    margin: 0 15px;
    display: flex;
    align-items: center;
}

.property_pagenation ul li a.page-numbers, .property_pagenation ul li span.page-numbers {
    font-size: 20px;
}

.property_pagenation ul li span.page-numbers.current {
    font-weight: 700;
}

/* prev */

.property_pagenation .prev.page-numbers {
    display: flex;
    width: 33px;
    height: 30px;
    background-image: url("assets/img/common/property_pagenation-prev.png");
    background-size: 33px 30px;
    margin: 0 0 0 15px;
}

/* next */

.property_pagenation .next.page-numbers {
    display: flex;
    width: 33px;
    height: 30px;
    background-image: url("assets/img/common/property_pagenation-next.png");
    background-size: 33px 30px;
}

@media (max-width: 991px) {

    /* inner */
    
    .propertylist-inner {
        padding: 0 20px;
    }
    
    .propertylist .grid-item {
        margin: 0 0 50px 0;
    }
    
    /* meta */
    
    .propertylist_meta ul {
        display: flex;
        margin: 0 -15px 15px 0;
    }
    
    .propertylist_meta ul li {
        width: calc(100% / 3 - 15px);
        margin: 0 15px 0 0;
    }
    
    .propertylist_meta ul li:nth-child(3n) {
        margin-right: 0;
    }
    
    .propertylist_meta ul li a {
        font-size: 13px;
        padding: 2px 5px;
    }
    
    /* data */
    
    .propertylist_data table {
        width: 100%;
    }
    
    .propertylist_data table th.title {
        font-size: 14px;
        font-weight: 400;
    }
    
    .propertylist_data table td.address {
        font-size: 14px;
    }
    
    .propertylist_data table td.price {
        font-size: 18px;
    }
    
    .propertylist_data table td.price .small {
        font-size: 14px;
        margin: 0 0 0 5px;
    }
    
    .propertylist_data table td.build {
        font-size: 14px;
        display: block;
    }
    
    .propertylist_data table td.area {
        font-size: 14px;
        display: block;
    }

    /* more */
    
    .propertylist .common_more a {
        max-width: 220px;
        padding: 3px 15px;
        margin: 15px auto 0 auto;
    }
    
    /* pagenation  ------------------------------------------------*/
    
    .property_pagenation {
        margin: 40px 0;
    }
    
    .property_pagenation ul {
        display: flex;
        justify-content: end;
    }
    
    .property_pagenation ul li {
        margin: 0 10px;
        display: flex;
        align-items: center;
    }
    
    .property_pagenation ul li a.page-numbers, .property_pagenation ul li span.page-numbers {
        font-size: 18px;
    }
    
    /* prev */
    
    .property_pagenation .prev.page-numbers {
        display: flex;
        width: 24px;
        height: 21px;
        background-image: url("assets/img/common/property_pagenation-prev.png");
        background-size: 24px 21px;
        margin: 0 0 0 10px;
    }
    
    /* next */
    
    .property_pagenation .next.page-numbers {
        display: flex;
        width: 24px;
        height: 21px;
        background-image: url("assets/img/common/property_pagenation-next.png");
        background-size: 24px 21px;
    }
}

@media (max-width: 767px) {

    /* grid */
    
    .propertylist .row-outer {
        margin: 0 -7.5px;
    }
    
    .propertylist .col-inner {
        padding: 0 7.5px;
    }
}

@media (max-width: 575px) {

    /* grid */
    
    .propertylist .row-outer {
        margin: 0;
    }
    
    .propertylist .col-inner {
        padding: 0;
    }
}

/*================================================================================
property
================================================================================*/

/* header  ------------------------------------------------*/

.single-property_header {
    margin: 0 0 40px 0;
}

/* meta */

.single-property_header-meta {
    margin: 0 0 20px 0;
}

.single-property_header-meta ul {
    display: flex;
    margin: 0 -15px 0 0;
}

.single-property_header-meta ul li {
    width: 120px;
    margin: 0 15px 0 0;
}

.single-property_header-meta ul li:first-child a {
    background-color: #AB0A1E;
    color: #ffffff;
}

.single-property_header-meta ul li:nth-child(3n) {
    margin-right: 0;
}

.single-property_header-meta ul li a {
    background-color: #F4EFE9;
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 3px 5px;
    border-radius: 5px;
}

/* h2 */

.single-property_header h2 {
    font-size: 25px;
}

/* more */

.single-property_header .common_more.align-right a {
    margin: 0 0 0 auto;
}

/* slider  ------------------------------------------------*/

.single-property_slider {
    margin: 0 0 20px 0;
    position: relative;
}

.single-property_slider-slide {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    background-color: #ffffff;
}

.single-property_slider-slide::before {
    content: "";
    display: block;
    padding: 54% 0 0 0;
}

.single-property_slider-slide img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    object-fit: contain;
}

/* pager */

.single-property_pager {
    margin: 0 auto 70px auto;
}

.single-property_pager .swiper-wrapper {
    text-align: center;
    display: block;
}

.single-property_pager .swiper-wrapper.ormore-6 {
    text-align: left;
    max-width: 880px;
}

.single-property_pager-item {
    overflow: hidden;
    border-radius: 5px;
    border: 3px solid #ffffff;
    display: inline-block !important;
    max-width: 130px;
    position: relative;
}

.single-property_pager-item::before {
    content: "";
    display: block;
    padding: 54% 0 0 0;
}

.single-property_pager-item img {
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.single-property_pager-item.swiper-slide-thumb-active {
    border: 3px solid #AB0A1E;
}

/* nav */

.single-property_slider .swiper-button-next {
    right: -50px;
    width: 30px;
    height: 100px;
}

.single-property_slider .swiper-button-next:after {
    content: "";
    width: 30px;
    height: 100px;
    background-image: url("assets/img/single-property/single-property_slider-navigation-next.png");
    background-size: 30px 100px;
}

.single-property_slider .swiper-button-prev {
    left: -50px;
    width: 30px;
    height: 100px;
}

.single-property_slider .swiper-button-prev:after {
    content: "";
    width: 30px;
    height: 100px;
    background-image: url("assets/img/single-property/single-property_slider-navigation-prev.png");
    background-size: 30px 100px;
}

/* explain  ------------------------------------------------*/

.single-property_explain {
    margin: 0 0 50px 0;
}

.single-property_explain p {
    font-size: 18px;
    text-align: justify; 
}

/* spec  ------------------------------------------------*/

.single-property_spec .row-outer {
    margin: 0 -10px;
}

.single-property_spec .col-inner {
    padding: 0 10px;
}

.single-property_spec-table {
    margin: 0 0 50px 0;
}

.single-property_spec-table table {
    width: 100%;
}

.single-property_spec-table table tr {
    border-top: 1px solid #E0D6C9;
    border-bottom: 1px solid #E0D6C9;
}

.single-property_spec-table table tr th {
    width: 180px;
    padding: 15px 30px;
    background-color: #f1e7de;
    font-size: 15px;
    font-weight: 500;
}

.single-property_spec-table table tr td {
    font-size: 15px;
    padding: 15px 30px;
    background-color: #FAF7F4;
}

.single-property_spec-table table tr:nth-of-type(even) th {
    background-color: #f5efe8;
}

.single-property_spec-table table tr:nth-of-type(even) td {
    background-color: #ffffff;
}

.single-property_spec-price {
    color: #AB0A1E;
    font-weight: 600;
    font-size: 20px;
}

.single-property_spec-price .small {
    font-size: 15px;
}

/* action  ------------------------------------------------*/

.single-property_action {
    margin: 0 0 50px 0;
}

.single-property_action a {
    max-width: 920px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #707070;
    font-size: 20px;
    padding: 10px 15px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
}

.single-property_action a:after {
    content: "";
    display: flex;
    width: 19px;
    height: 17px;
    background-image: url("assets/img/single-property/single-property_action-icon.png");
    background-size: 19px 17px;
    margin: 0 0 0 25px;
}

.single-property_action a:hover {
    background-color: #AB0A1E;
    color: #ffffff;
    opacity: 1;
}

.single-property_action a:hover::after {
    background-image: url("assets/img/single-property/single-property_action-icon-hover.png");
}

/* map  ------------------------------------------------*/

.single-property_map {
    position: relative;
    padding: 0 0 40% 0;
    height: 0;
    overflow: hidden;
    margin: 0 0 100px 0;
}

.single-property_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* youtube  ------------------------------------------------*/

.single-property_youtube {
    position: relative;
    padding: 0 0 40% 0;
    height: 0;
    overflow: hidden;
    margin: 0 auto 100px auto;
    max-width: 830px;
    border-radius: 10px;
    overflow: hidden;
}

.single-property_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {

    /* header  ------------------------------------------------*/
    
    .single-property_header {
        margin: 0 0 20px 0;
    }
    
    /* meta */
    
    .single-property_header-meta {
        margin: 0 0 15px 0;
    }
    
    .single-property_header-meta ul {
        display: flex;
        margin: 0 -10px 0 0;
    }
    
    .single-property_header-meta ul li {
        width: 90px;
        margin: 0 10px 0 0;
    }
    
    .single-property_header-meta ul li a {
        font-size: 13px;
        padding: 2px 5px;
    }
    
    /* h2 */
    
    .single-property_header h2 {
        font-size: 20px;
    }
    
    /* slider  ------------------------------------------------*/
    
    .single-property_slider-slide {
        border-radius: 10px;
    }

    
    /* pager */
    
    .single-property_pager {
        margin: 0 auto 20px auto;
        line-height: 1;
    }
    
    .single-property_pager .swiper-wrapper {
        text-align: center;
        display: block;
    }
    
    .single-property_pager .swiper-wrapper.ormore-6 {
        text-align: left;
        max-width: 850px;
    }
    
    .single-property_pager-item {
        overflow: hidden;
        border-radius: 5px;
        border: 3px solid #ffffff;
        display: inline-block !important;
        max-width: 130px;
        position: relative;
    }
    
    .single-property_pager-item::before {
        content: "";
        display: block;
        padding: 54% 0 0 0;
    }
    
    .single-property_pager-item img {
        object-fit: cover;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    
    .single-property_pager-item.swiper-slide-thumb-active {
        border: 3px solid #AB0A1E;
    }
    
    /* nav */
    
    .single-property_slider .swiper-button-next {
        right: -25px;
        width: 50px;
        height: 50px;
    }
    
    .single-property_slider .swiper-button-next:after {
        content: "";
        width: 50px;
        height: 50px;
        background-image: url("assets/img/single-property/single-property_slider-navigation-next-sp.png");
        background-size: 50px 50px;
    }
    
    .single-property_slider .swiper-button-prev {
        left: -25px;
        width: 50px;
        height: 50px;
    }
    
    .single-property_slider .swiper-button-prev:after {
        content: "";
        width: 50px;
        height: 50px;
        background-image: url("assets/img/single-property/single-property_slider-navigation-prev-sp.png");
        background-size: 50px 50px;
    }
    
    /* explain  ------------------------------------------------*/
    
    .single-property_explain {
        margin: 0 0 20px 0;
    }
    
    .single-property_explain p {
        font-size: 14px;
    }
    
    /* spec  ------------------------------------------------*/
    
    .single-property_spec .row-outer {
        margin: 0;
    }
    
    .single-property_spec .col-inner {
        padding: 0;
    }
    
    .single-property_spec-table {
        margin: 0 0 30px 0;
    }

    .single-property_spec-table table tr {
        border-top: 1px solid #E0D6C9;
        border-bottom: 1px solid #E0D6C9;
    }
    
    .single-property_spec-table table tr th {
        width: 100px;
        padding: 10px;
        font-size: 14px;
        font-weight: 400;
    }
    
    .single-property_spec-table table tr td {
        font-size: 14px;
        padding: 10px;
    }

    .single-property_spec-price {
        font-size: 15px;
    }
    
    .single-property_spec-price .small {
        font-size: 14px;
    }
    
    /* plan  ------------------------------------------------*/
    
    .single-property_spec-plan {
        margin: 0 0 30px 0;
    }
    
    /* action  ------------------------------------------------*/
    
    .single-property_action {
        margin: 0 0 30px 0;
    }
    
    .single-property_action a {
        font-size: 14px;
        padding: 10px 15px;
    }
    
    .single-property_action a:after {
        content: "";
        width: 16.5px;
        height: 17px;
        background-image: url("assets/img/single-property/single-property_action-icon-sp.png");
        background-size: 16.5px 17px;
        margin: 0 0 0 10px;
    }
    
    /* map  ------------------------------------------------*/
    
    .single-property_map {
        position: relative;
        padding: 0 0 75% 0;
        height: 0;
        overflow: hidden;
        margin: 0 0 80px 0;
    }
    
    .single-property_map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    /* youtube  ------------------------------------------------*/
    
    .single-property_youtube {
        padding: 0 0 60% 0;
        margin: 0 auto 50px auto;
        border-radius: 5px;
    }
    
    /* more  ------------------------------------------------*/
    
    .single-property .common_more a {
        margin: 60px auto 0 auto;
    }
    
}

/*================================================================================
post
================================================================================*/

.post h2 {
    font-size: 25px;
    margin: 0 0 100px 0;
}

/* header  ------------------------------------------------*/

.post-header {
    margin: 0 0 40px 0;
}

.post-content_meta {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
}

.post-header h3 {
    font-size: 25px;
}

.post-content_meta-date {
    font-size: 15px;
    margin: 0 25px 0 0;
}

.post-content_meta-cat {
    max-width: 120px;
    width: 100%;
    text-align: center;
    border: 1px solid #000000;
    background-color: #ffffff;
    padding: 0 15px;
    font-size: 13px;
}

.post-article article p {
    font-size: 15px;
    margin: 15px 0;
}

.post-article article p a {
    text-decoration: underline;
}

@media (max-width: 991px) {

    .post h2 {
        font-size: 20px;
        margin: 0 0 50px 0;
    }
    
    /* header  ------------------------------------------------*/
    
    .post-header {
        margin: 0 0 30px 0;
    }
    
    .post-content_meta {
        display: flex;
        align-items: center;
        margin: 0 0 15px 0;
    }
    
    .post-header h3 {
        font-size: 18px;
    }
    
    .post-content_meta-date {
        font-size: 13px;
        margin: 0 15px 0 0;
    }
    
    .post-article article p {
        font-size: 14px;
    }
}

/* aside  ------------------------------------------------*/

.post-aside_menu h4 {
    font-size: 15px;
    margin: 0 0 30px 0;
}

.post-aside_menu ul li {
    margin: 0 0 20px 0;
}

.post-aside_menu ul li a {
    display: block;
    max-width: 180px;
    text-align: center;
    border: 1px solid #000000;
    background-color: #ffffff;
    padding: 2px 15px;
    font-size: 13px;
}

@media (max-width: 991px) {

    /* aside  ------------------------------------------------*/
    
    .post-aside_menu {
        margin: 0 0 60px 0;
    }
    
    .post-aside_menu h4 {
        font-size: 15px;
        margin: 0 0 15px 0;
    }
    
    .post-aside_menu ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px 10px 0;
    }
    
    .post-aside_menu ul li {
        margin: 0 10px 10px 0;
        width: calc(100% / 2 - 10px);
        display: block;
    }

    .post-aside_menu ul li:nth-child(3n) {
        margin-right: 0;
    }
    
    .post-aside_menu ul li a {
        
        max-width: 100%;
        text-align: center;
        border: 1px solid #000000;
        background-color: #ffffff;
        padding: 2px 15px;
        font-size: 13px;
    }
}

/* pagenation  ------------------------------------------------*/

.single-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 0 0;
}

/* prev */

.single-pager_prev {
    margin: 0 80px 0 0;
}

.single-pager_prev a {
    display: block;
    width: 90px;
    height: 81px;
    background-image: url("assets/img/news/newslist_pagenation-prev.png");
    background-size: 90px 81px;
    background-color: transparent;;
    border: none;
}

/* back */

.single-pager_back {
    justify-content: center;
}

.single-pager_back a {
    display: block;
    background-color: #ffffff;
    border: 1px solid #000000;
    width: 200px;
    text-align: center;
    padding: 6px 15px;
    border-radius: 10px;
    font-size: 15px;
}

.single-pager_back a:hover {
    background-color: #AB0A1E;
    color: #ffffff;
    opacity: 1 !important;
}

/* next */

.single-pager_next {
    margin: 0 0 0 80px;
}

.single-pager_next a {
    display: block;
    width: 90px;
    height: 81px;
    background-image: url("assets/img/news/newslist_pagenation-next.png");
    background-size: 90px 81px;
    background-color: transparent;;
    border: none;
}

@media (max-width: 991px) {

    /* pagenation  ------------------------------------------------*/
    
    .single-pager {
        display: flex;
        align-items: center;
        margin: 50px 0 0 0;
    }
    
    /* prev */
    
    .single-pager_prev {
        margin: 0 20px 0 0;
    }
    
    .single-pager_prev a {
        display: block;
        width: 32px;
        height: 8px;
        background-image: url("assets/img/news/newslist_pagenation-prev-sp.png");
        background-size: 32px 8px;
        background-color: transparent;;
        border: none;
    }
    
    /* back */
    
    .single-pager_back {
        justify-content: center;
    }
    
    .single-pager_back a {
        display: block;
        background-color: #ffffff;
        border: 1px solid #000000;
        width: 160px;
        text-align: center;
        padding: 6px 15px;
        border-radius: 8px;
        font-size: 14px;
    }
    
    /* next */
    
    .single-pager_next {
        margin: 0 0 0 20px;
    }
    
    .single-pager_next a {
        display: block;
        width: 32px;
        height: 8px;
        background-image: url("assets/img/news/newslist_pagenation-next-sp.png");
        background-size: 32px 8px;
        background-color: transparent;;
        border: none;
    }
}

/*------------------------------------------------
newslist
------------------------------------------------*/

/* list  ------------------------------------------------*/

.newslist ul li {
    border-top: 1px solid #E0D6C9;
    padding: 25px 0;
    display: flex;
    align-items: center;
}

.newslist ul li:last-child {
    border-bottom: 1px solid #E0D6C9;
}

.newslist .date {
    font-size: 15px;
    margin: 0 20px 0 0;
}

.newslist .category {
    font-size: 15px;
    width: 130px;
    border: 1px solid #707070;
    background-color: #ffffff;
    padding: 2px 10px;
    text-align: center;
    margin: 0 30px 0 0;
}

/* pagenation  ------------------------------------------------*/

.newslist_pagenation {
    margin: 40px 0;
}

.newslist_pagenation ul {
    display: flex;
}

.newslist_pagenation ul li {
    margin: 0 7.5px;
    display: flex;
    align-items: center;
}

.newslist_pagenation ul li a.page-numbers, .newslist_pagenation ul li span.page-numbers {
    font-size: 20px;
    background-color: #ffffff;
    display: block;
    border: 1px solid #000000;
    border-radius: 5px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
}

/* prev */

.newslist_pagenation .prev.page-numbers {
    display: flex;
    width: 80px;
    height: 45px;
    background-image: url("assets/img/news/newslist_pagenation-prev.png");
    background-size: 80px 45px;
    background-color: transparent;;
    border: none;
}

/* next */

.newslist_pagenation .next.page-numbers {
    display: flex;
    width: 80px;
    height: 45px;
    background-image: url("assets/img/news/newslist_pagenation-next.png");
    background-size: 80px 45px;
    background-color: transparent;;
    border: none;
}

@media (max-width: 991px) {

    .post h2 {
        font-size: 20px;
        margin: 0 0 60px 0;
    }

    /* list  ------------------------------------------------*/
    
    .newslist ul li {
        border-top: 1px solid #E0D6C9;
        padding: 25px 0;
        display: block;
    }
    
    .newslist ul li:last-child {
        border-bottom: 1px solid #E0D6C9;
    }

    .newslist_meta {
        display: flex;
        align-items: center;
        margin: 0 0 10px 0;
    }
       
    .newslist .date {
        font-size: 14px;
        margin: 0 20px 0 0;
    }
    
    .newslist .category {
        font-size: 13px;
        width: 120px;
        margin: 0;
    }
    
    /* pagenation  ------------------------------------------------*/
    
    .newslist_pagenation {
        margin: 40px 0;
    }
    
    .newslist_pagenation ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .newslist_pagenation ul li {
        margin: 0 5px 5px 5px;
        display: flex;
        align-items: center;
    }
    
    .newslist_pagenation ul li a.page-numbers, .newslist_pagenation ul li span.page-numbers {
        font-size: 13px;
        background-color: #ffffff;
        display: block;
        border: 1px solid #000000;
        border-radius: 5px;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
    }
    
    /* prev */
    
    .newslist_pagenation .prev.page-numbers {
        display: flex;
        width: 32px;
        height: 8px;
        background-image: url("assets/img/news/newslist_pagenation-prev-sp.png");
        background-size: 32px 8px;
        background-color: transparent;;
        border: none;
    }
    
    /* next */
    
    .newslist_pagenation .next.page-numbers {
        display: flex;
        width: 32px;
        height: 8px;
        background-image: url("assets/img/news/newslist_pagenation-next-sp.png");
        background-size: 32px 8px;
        background-color: transparent;;
        border: none;
    }
}

/*================================================================================
vacanthouse
================================================================================*/

/*------------------------------------------------
banner
------------------------------------------------*/

.vacanthouse-banners {
    margin: 0 0 100px 0;
}

.vacanthouse-banners p {
    font-size: 25px;
    margin: 0 0 60px 0;
}

.vacanthouse-banners_banner {
    margin: 0 0 20px 0;
}

/*------------------------------------------------
merit
------------------------------------------------*/

.vacanthouse-merit_content-item {
    margin: 0 auto 80px auto;    
    max-width: 860px;
}

/* header  ------------------------------------------------*/

.vacanthouse-merit_header {
    border-bottom: 1px solid #707070;
    margin: 0 0 40px 0;
    padding: 15px 0;
}

.vacanthouse-merit_header-inner {
    max-width: 1150px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

/* h2 */

.vacanthouse-merit h2 {
    font-size: 26px;
}

.vacanthouse-merit h2 .en {
    font-size: 20px;
    color: #AB0A1E;
    margin: 0 0 0 30px;
}

/* h3 */

.vacanthouse-merit h3 {
    background-color: #F5EFD1;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin: 0 0 20px 0;    
    font-size: 20px;
}

.vacanthouse-merit_num {
    color: #AB0A1E;
    margin: 0 30px 0 0;
}

/* p */

.vacanthouse-merit p {
    font-size: 15px;
    margin: 0 0 20px 0;    
    text-align: justify;
}

/* report  ------------------------------------------------*/

.vacanthouse-merit_report {
    margin-right: -140px;
    margin-left: -140px;
}

.vacanthouse-merit_report .row-outer {
    margin: 0 -15px;
}

.vacanthouse-merit_report .col-inner {
    padding: 0 15px;
}

@media (max-width: 991px) {

    /*------------------------------------------------
    banner
    ------------------------------------------------*/
    
    .vacanthouse-banners {
        margin: 0 0 60px 0;
    }
    
    .vacanthouse-banners p {
        font-size: 18px;
        margin: 0 0 30px 0;
    }
    
    .vacanthouse-banners_banner {
        margin: 0 0 10px 0;
    }
    
    /*------------------------------------------------
    merit
    ------------------------------------------------*/
    
    .vacanthouse-merit_content-item {
        margin: 0 auto 40px auto;    
    }
    
    /* header  ------------------------------------------------*/
    
    .vacanthouse-merit_header {
        border-bottom: 1px solid #707070;
        margin: 0 0 40px 0;
        padding: 15px 0;
    }
    
    .vacanthouse-merit_header-inner {
        max-width: 1150px;
        padding: 0 30px;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }
    
    /* h2 */
    
    .vacanthouse-merit h2 {
        font-size: 20px;
        display: block;
    }
    
    .vacanthouse-merit h2 .en {
        font-size: 15px;
        margin: 0;
        display: block;
    }
    
    /* h3 */
    
    .vacanthouse-merit h3 {
        padding: 20px;
        text-align: justify;
        margin: 0 0 20px 0;    
        font-size: 16px;
    }
    
    .vacanthouse-merit_num {
        margin: 0 0 10px 0;
        display: block;
        text-align: center;
    }
    
    /* p */
    
    .vacanthouse-merit p {
        font-size: 14px;
        margin: 0 0 20px 0;    
    }
    
    /* report  ------------------------------------------------*/
    
    .vacanthouse-merit_report {
        margin: 0;
    }
    
    .vacanthouse-merit_report-image {
        margin: 0 0 20px 0;
    }
    
    .vacanthouse-merit_report .row-outer {
        margin: 0;
    }
    
    .vacanthouse-merit_report .col-inner {
        padding: 0;
    }
}

/*================================================================================
sellrent
================================================================================*/

/*------------------------------------------------
sell
------------------------------------------------*/

.sellrent-sell {
    margin: 0 0 150px 0;
}

.sellrent-sell_content {
    margin: 0 0 50px 0;
}

.sellrent-sell_content .row-outer {
    margin: 0 -20px;
}

.sellrent-sell_content .col-inner {
    padding: 0 20px;
}

/* header  ------------------------------------------------*/

.sellrent-sell_header {
    border-bottom: 1px solid #707070;
    margin: 0 0 40px 0;
    padding: 15px 0;
}

.sellrent-sell_header-inner {
    max-width: 1150px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

/* h2 */

.sellrent-sell h2 {
    font-size: 26px;
}

.sellrent-sell h2 .en {
    font-size: 20px;
    color: #AB0A1E;
    margin: 0 0 0 30px;
}

/* h3 */

.sellrent-sell h3 {
    background-color: #F4EFE9;
    border-radius: 50px;
    padding: 10px 20px;
    text-align: center;
    margin: 0 0 40px 0;    
    font-size: 25px;
}

.sellrent-sell h4 {
    margin: 0 0 10px 0;    
    font-size: 25px;
}

/* thumb */

.sellrent-sell_thumb {
    margin: 0 0 10px 0; 
}

/* p */

.sellrent-sell figcaption {
    font-size: 20px;
    text-align: justify;
}

/*------------------------------------------------
rent
------------------------------------------------*/

.sellrent-rent {
    margin: 0 0 150px 0;
}

.sellrent-rent_content {
    margin: 0 0 50px 0;
}

.sellrent-rent_content .row-outer {
    margin: 0 -20px;
}

.sellrent-rent_content .col-inner {
    padding: 0 20px;
}

/* header  ------------------------------------------------*/

.sellrent-rent_header {
    border-bottom: 1px solid #707070;
    margin: 0 0 40px 0;
    padding: 15px 0;
}

.sellrent-rent_header-inner {
    max-width: 1150px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

/* h2 */

.sellrent-rent h2 {
    font-size: 26px;
}

.sellrent-rent h2 .en {
    font-size: 20px;
    color: #AB0A1E;
    margin: 0 0 0 30px;
}

/* h3 */

.sellrent-rent h3 {
    background-color: #F4EFE9;
    border-radius: 50px;
    padding: 10px 20px;
    text-align: center;
    margin: 0 0 40px 0;    
    font-size: 25px;
}

.sellrent-rent h4 {
    margin: 0 0 10px 0;    
    font-size: 25px;
}

/* hero  ------------------------------------------------*/

.sellrent-rent_hero {
    margin: 0 0 100px 0;   
}

/* naiyou  ------------------------------------------------*/

.sellrent-rent_naiyou {
    margin: 0 0 150px 0;   
}

/* banner */

.sellrent-rent_naiyou-banner {
    display: flex; 
    flex-wrap : wrap;
    gap: 15px;
    margin: 0 -15px 0 0;
}

.sellrent-rent_naiyou-banner_icon {
    width: calc(100% / 4 - 15px);
    color: #AB0A1E;
    border: 2px solid #AB0A1E;
    padding: 30px 15px;
    border-radius: 15px;
    text-align: center;
    font-size: 20px;
    font-family: "Zen Maru Gothic", serif;
}

/* promise  ------------------------------------------------*/

/* list */

.sellrent-rent_promise ul {
    margin: 20px 0 40px 0;
}

.sellrent-rent_promise ul li {
    font-size: 20px;
    margin: 0 0 5px 0;
}

.sellrent-rent_promise ul li .marker {
    background:linear-gradient(transparent 60%, #ff6 60%);
}

/* p */

.sellrent-rent_promise p {
    font-size: 20px;
    text-align: justify;
}

@media (max-width: 991px) {

    /*------------------------------------------------
    sell
    ------------------------------------------------*/

    .sellrent-sell {
        margin: 0 0 80px 0;
    }
    
    .sellrent-sell_content .row-outer {
        margin: 0;
    }
    
    .sellrent-sell_content .col-inner {
        padding: 0;
    }
    
    /* header  ------------------------------------------------*/
    
    .sellrent-sell_header {
        margin: 0 0 30px 0;
    }
    
    .sellrent-sell_header-inner {
        padding: 0 30px;
    }
    
    /* h2 */
    
    .sellrent-sell h2 {
        font-size: 20px;
        display: block;
    }
    
    .sellrent-sell h2 .en {
        font-size: 15px;
        margin: 0;
        display: block;
    }
    
    /* h3 */
    
    .sellrent-sell h3 {
        padding: 10px 20px;
        margin: 0 0 20px 0;    
        font-size: 16px;
    }
    
    .sellrent-sell h4 {
        font-size: 14px;
        text-align: center;
    }
    
    /* thumb */
    
    .sellrent-sell_thumb {
        margin: 0 0 10px 0; 
    }
    
    /* p */
    
    .sellrent-sell figcaption {
        font-size: 14px;
    }
    
    /* more  ------------------------------------------------*/
    
    .sellrent-sell .common_more a {
        max-width: 280px;
        margin: 60px auto 0 auto;
    }
    
    /*------------------------------------------------
    rent
    ------------------------------------------------*/

    .sellrent-rent {
        margin: 0 0 80px 0;
    }
        
    .sellrent-rent_content .row-outer {
        margin: 0;
    }
    
    .sellrent-rent_content .col-inner {
        padding: 0;
    }
    
    /* header  ------------------------------------------------*/
    
    .sellrent-rent_header {
        margin: 0 0 30px 0;
    }
    
    .sellrent-rent_header-inner {
        padding: 0 30px;
    }

    /* h2 */
    
    .sellrent-rent h2 {
        font-size: 20px;
        display: block;
    }
    
    .sellrent-rent h2 .en {
        font-size: 15px;
        margin: 0;
        display: block;
    }
    
    /* h3 */
    
    .sellrent-rent h3 {
        padding: 10px 20px;
        margin: 0 0 20px 0;    
        font-size: 16px;
    }
    
    .sellrent-rent h4 { 
        font-size: 16px;
    }
    
    /* hero  ------------------------------------------------*/
    
    .sellrent-rent_hero {
        margin: 0 0 30px 0;   
    }
    
    /* naiyou  ------------------------------------------------*/
    
    .sellrent-rent_naiyou {
        margin: 0 0 50px 0;   
    }
    
    /* banner */
    
    .sellrent-rent_naiyou-banner {
        gap: 10px;
        margin: 0 -10px 0 0;
    }
    
    .sellrent-rent_naiyou-banner_icon {
        width: calc(100% / 2 - 10px);
        border-radius: 5px;
        padding: 15px 5px;
        font-size: 14px;
    }
    
    /* promise  ------------------------------------------------*/
    
    /* list */
    
    .sellrent-rent_promise ul {
        margin: 0 0 40px 0;
    }
    
    .sellrent-rent_promise ul li {
        font-size: 16px;
        margin: 0;
    }
    
    /* p */
    
    .sellrent-rent_promise p {
        font-size: 14px;
    }
    
    /* more  ------------------------------------------------*/
    
    .sellrent-rent .common_more a {
        max-width: 280px;
        margin: 60px auto 0 auto;
    }
    
}

/*================================================================================
contact
================================================================================*/

/*------------------------------------------------
aboutus
------------------------------------------------*/

.company-aboutus {
    margin: 0 0 150px 0;
}

/* header  ------------------------------------------------*/

.company-aboutus_header {
    border-bottom: 1px solid #707070;
    margin: 0 0 40px 0;
    padding: 15px 0;
}

.company-aboutus_header-inner {
    max-width: 1150px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

/* h2 */

.company-aboutus h2 {
    font-size: 26px;
}

.company-aboutus h2 .en {
    font-size: 20px;
    color: #AB0A1E;
    margin: 0 0 0 30px;
}

/* p */

.company-aboutus p {
    font-size: 15px;
    text-align: justify;
    margin: 0 0 50px 0;
}

/*------------------------------------------------
message
------------------------------------------------*/

.company-message {
    margin: 0 0 150px 0;
}

.company-message .row-outer {
    margin: 0 -75px;
}

.company-message .col-inner {
    padding: 0 75px;
}

/* header  ------------------------------------------------*/

.company-message_header {
    border-bottom: 1px solid #707070;
    margin: 0 0 80px 0;
    padding: 15px 0;
}

.company-message_header-inner {
    max-width: 1150px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

/* h2 */

.company-message h2 {
    font-size: 26px;
}

.company-message h2 .en {
    font-size: 20px;
    color: #AB0A1E;
    margin: 0 0 0 30px;
}

/* h3 */

.company-message h3 {
    font-size: 25px;
    margin: 0 0 20px 0;
}

/* p */

.company-message p {
    font-size: 15px;
    text-align: justify;
    margin: 0 0 50px 0;
}

/* ceo */

.company-message_ceo_visual {
    margin: 0 0 30px 0;
}

.company-message_ceo_name {
    font-size: 20px;
}

/*------------------------------------------------
profile
------------------------------------------------*/

.company-profile {
    margin: 0 0 150px 0;
}

/* header  ------------------------------------------------*/

.company-profile_header {
    border-bottom: 1px solid #707070;
    margin: 0 0 80px 0;
    padding: 15px 0;
}

.company-profile_header-inner {
    max-width: 1150px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

/* h2 */

.company-profile h2 {
    font-size: 26px;
}

.company-profile h2 .en {
    font-size: 20px;
    color: #AB0A1E;
    margin: 0 0 0 30px;
}

/* table */

.company-profile_table table {
    margin: 0 -10px;
}

.company-profile_table table, .company-profile_table table tr th, .company-profile_table table tr td {
border: 10px #F4EFE9 solid;
}

.company-profile_table table {
    width: 100%;
}

.company-profile_table table tr th {
    width: 280px;
    background-color: #DEE8C3;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 40px 30px;
    font-weight: 500;
}

.company-profile_table table tr td {
    background-color: #ffffff;
    font-size: 20px;
    padding: 40px 30px;
    vertical-align: middle;
}

/*------------------------------------------------
map
------------------------------------------------*/

/* header  ------------------------------------------------*/

.company-map_header {
    border-bottom: 1px solid #707070;
    padding: 15px 0;
}

.company-map_header-inner {
    max-width: 1150px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

/* h2 */

.company-map h2 {
    font-size: 26px;
}

.company-map h2 .en {
    font-size: 20px;
    color: #AB0A1E;
    margin: 0 0 0 30px;
}

/* iframe */

.company-map_map {
    position: relative;
    height: 800px;
}

.company-map_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;   
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {

    /*------------------------------------------------
    aboutus
    ------------------------------------------------*/
    
    .company-aboutus {
        margin: 0 0 80px 0;
    }
    
    /* header  ------------------------------------------------*/
    
    .company-aboutus_header {
        margin: 0 0 20px 0;
    }
    
    .company-aboutus_header-inner {
        padding: 0 30px;
    }
    
    /* h2 */
    
    .company-aboutus h2 {
        font-size: 20px;
        display: block;
    }
    
    .company-aboutus h2 .en {
        font-size: 15px;
        margin: 0;
        display: block;
    }
    
    /* p */
    
    .company-aboutus p {
        font-size: 14px;
        margin: 0 0 20px 0;
    }
    
    /*------------------------------------------------
    message
    ------------------------------------------------*/
    
    .company-message {
        margin: 0 0 50px 0;
    }
    
    .company-message .row-outer {
        margin: 0;
    }
    
    .company-message .col-inner {
        padding: 0;
    }
    
    /* header  ------------------------------------------------*/
    
    .company-message_header {
        margin: 0 0 30px 0;
    }
    
    .company-message_header-inner {
        padding: 0 30px;
    }
    
    /* h2 */
    
    .company-message h2 {
        font-size: 20px;
        display: block;
    }
    
    .company-message h2 .en {
        font-size: 15px;
        display: block;
        margin: 0;
    }
    
    /* h3 */
    
    .company-message h3 {
        font-size: 20px;
    }
    
    /* p */
    
    .company-message p {
        font-size: 14px;
        margin: 0;
    }
    
    /* ceo */
    
    .company-message_ceo {
        margin: 0 0 40px 0;
    }
    
    .company-message_ceo_visual {
        margin: 0 0 10px 0;
    }
    
    .company-message_ceo_name {
        font-size: 15px;
    }
    
    /*------------------------------------------------
    profile
    ------------------------------------------------*/
    
    .company-profile {
        margin: 0 0 50px 0;
    }
    
    /* header  ------------------------------------------------*/
    
    .company-profile_header {
        margin: 0 0 30px 0;
    }
    
    .company-profile_header-inner {
        padding: 0 30px;
    }

    /* h2 */
    
    .company-profile h2 {
        font-size: 20px;
        display: block;
    }
    
    .company-profile h2 .en {
        font-size: 15px;
        display: block;
        margin: 0;
    }
    
    /* table */
    
    .company-profile_table table {
        margin: 0 -5px;
    }
    
    .company-profile_table table, .company-profile_table table tr th, .company-profile_table table tr td {
    border: 5px #F4EFE9 solid;
    }
    
    .company-profile_table table tr th {
        width: 90px;
        font-size: 14px;
        padding: 30px 10px;
    }
    
    .company-profile_table table tr td {
        font-size: 14px;
        padding: 30px 15px;
    }
    
    /*------------------------------------------------
    map
    ------------------------------------------------*/

    
    /* h2 */
    
    .company-map h2 {
        font-size: 20px;
        display: block;
    }
    
    .company-map h2 .en {
        font-size: 15px;
        display: block;
        margin: 0;
    }
    
    .company-map_header-inner {
        padding: 0 30px;
    }
    
    /* iframe */
    
    .company-map_map {
        height: 540px;
    }
}

/*================================================================================
contact
================================================================================*/

/*------------------------------------------------
info
------------------------------------------------*/

.contact-info {
    background-color: #AB0A1E;
    margin: 0 0 150px 0;
    padding: 100px 0;
}

/* header  ------------------------------------------------*/

.contact-info_header {
    max-width: 830px;
    margin: 0 auto 60px auto;
}

/* h2 */

.contact-info_header h2 {
    font-size: 42px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
}

/* p */

.contact-info_header p {
    font-size: 25px;
    background-color: #ffffff;
    text-align: center;
    padding: 5px 15px;
    margin: 0 0 20px 0;
}

/* content  ------------------------------------------------*/

.contact-info_content {
    background-color: #ffffff;
    padding: 100px 130px;
    border-radius: 20px;
}

.contact-info_content-item {
    padding: 50px 0;
    border-bottom: 1px solid #E0D6C9;
}

.contact-info_content-item:first-child {
    padding: 0 0 50px 0;
}

.contact-info_content-item:last-child {
    border-bottom: none;
    padding: 50px 0 0 0;
}

/* h3 */

.contact-info_content h3 {
    font-size: 25px;
    margin: 0 0 20px 0;
    font-weight: 700;
}

/* list */

.contact-info_content ul li {
    font-size: 20px;
}

/* p */

.contact-info_content p {
    font-size: 15px;
}

/*------------------------------------------------
contact
------------------------------------------------*/

.contact-contact {
    margin: 0 0 50px 0;
}

.contact-contact_content-item {
    padding: 50px 0;
    border-bottom: 1px solid #E0D6C9;
}

.contact-contact_content-item:first-child {
    padding: 0 0 50px 0;
}

.contact-contact_content-item:last-child {
    border-bottom: none;
}

.contact-contact .row-outer {
    margin: 0 -20px;
}

.contact-contact .col-inner {
    padding: 0 20px;
}

/* h3 */

.contact-contact h3 {
    font-size: 25px;
    color: #AB0A1E;
}

/* text */

.contact-contact p {
    font-size: 20px;
}

/* icon */

.contact-contact_icons {
    display: flex;
}

.contact-contact_icons_icon {
    width: 100px;
    flex-shrink: 0;
    margin: 0 30px 0 0;
}

/*---------------------------------------------------------------------
form
---------------------------------------------------------------------*/

.contact-form_categorytable {
    margin: 0 0 80px 0;
}

/* categorytable ------------------------------------------------*/

.contact-form_categorytable table {
    width: 100%;
}

.contact-form_categorytable table tr th {
    width: 100%;
    font-size: 20px;
    display: block;
    border-bottom: 1px solid #E0D6C9;
    padding: 20px 0;
    font-weight: 500;
}

.contact-form_categorytable table tr td {
    width: 100%;
    display: block;
    border-bottom: 1px solid #E0D6C9;
}

/* radio */

.contact-form_categorytable_radio {
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.contact-form_categorytable_radio .wpcf7-form-control-wrap {
    width: 100%;
}

.contact-form_categorytable_radio .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 10px 0;
    width: 300px;
}

.contact-form_categorytable_radio .wpcf7-list-item:nth-child(3) {
    width: 400px;
}

.contact-form_categorytable_radio .wpcf7-list-item-label {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 50px;
    font-size: 20px;
    margin: 0 50px 0 0;
}

.contact-form_categorytable_radio .wpcf7-list-item-label::before,
.contact-form_categorytable_radio .wpcf7-list-item-label::after {
    content: "";
    display: block; 
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 17.5px;
}

.contact-form_categorytable_radio .wpcf7-list-item-label::before {
    background-color: #ffffff;
    border: 1px solid #AB0A1E;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 17.5px;
    transform: translateY(-50%) translateX(-50%);
}

.contact-form_categorytable_radio .wpcf7-list-item-label::after {
    background-color: #AB0A1E;
    opacity: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 17.5px;
    transform: translateY(-50%) translateX(-50%);
}

.contact-form_categorytable_radio input[type="radio"]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}

/* input */

.contact-form_categorytable_radio input {
    display: none;
}

/* note */

.contact-form_categorytable table tr th .note {
    color: #AB0A1E;
}

.wpcf7-spinner {
    display: none !important;
}

/* table ------------------------------------------------*/

.contact-form_table table {
    width: 100%;
}

.contact-form_table table tr {
    border-bottom: 50px solid #F4EFE9;
}

.contact-form_table table tr th {
    font-size: 20px;
    width: 220px;
    vertical-align: middle;
    font-weight: 500;
}

.contact-form_table table tr td p {
    font-size: 15px;
}

/* note */

.contact-form_table table tr th .note {
    color: #AB0A1E;
}

/* input */

.contact-form_table input[type="text"], .contact-form_table input[type="email"]{
    border: solid 1px #AB0A1E;
    font-size: 20px;
    padding: 30px 40px;
    width: 100%;
    border-radius: 10px;
    background-color: #ffffff;
}

/* texarea */

.contact-form_table textarea {
    width: 100%;
    height: 350px;
    border: solid 1px #AB0A1E;
    background-color: #ffffff;
    font-size: 20px;
    padding: 30px 40px;
    border-radius: 10px;
}

/* text */

.contact-form p {
    font-size: 20px;
    margin: 0 0 20px 0;
    line-height: 2;
}

.contact-form p a {
    text-decoration: underline;
}

/* submit */

.contact-form_buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* approve */

.contact-form_approve {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-form_approve .wpcf7-list-item-label {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 30px;
    font-size: 20px;
}

.contact-form_approve .wpcf7-list-item-label::before,
.contact-form_approve .wpcf7-list-item-label::after {
    content: "";
    display: block; 
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}

.contact-form_approve .wpcf7-list-item-label::before {
    background-color: #ffffff;
    border: 1px solid #AB0A1E;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(-50%);
}

.contact-form_approve .wpcf7-list-item-label::after {
    background-color: #AB0A1E;
    opacity: 0;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(-50%);
}

.contact-form_approve input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}

.contact-form_approve input[type="checkbox"] {
    display: none;
}

/* aleat */

.wpcf7-mail-sent-ok {
	color: #185626 !important;
	font-size: 15px !important;
	padding: 15px !important;
	text-align: center !important;
	background-color: #d5edda !important;
	border:1px solid #c4e5cc !important;
}

.wpcf7-not-valid-tip {
    font-size: 15px !important;
	margin: 5px 0 0 0;
}

.wpcf7-validation-errors, .wpcf7-acceptance-missing {
	color: #711d26 !important;
	font-size: 15px !important;
	padding: 15px !important;
	text-align: center !important;
	background-color: #f7d7da !important;
	border: 1px solid #f4c6cb !important;
}

.wpcf7-mail-sent-ng {
	color: #711d26 !important;
	font-size: 15px !important;
	padding: 15px !important;
	text-align: center !important;
	background-color: #f7d7da !important;
	border: 1px solid #f4c6cb !important;
}

.wpcf7-response-output {
	color: #711d26 !important;
	font-size: 15px !important;
	padding: 15px !important;
	text-align: center !important;
	background-color: #f7d7da !important;
	border: 1px solid #f4c6cb !important;
}

/*---------------------------------------------------------------------
confirm
---------------------------------------------------------------------*/

.confirm-form {
	margin: 100px 0 0 0;
}

/* confirm input */

.contact-form_table-confirm_input {
    font-size: 20px;
    padding: 30px 40px;
    width: 100%;
    border-radius: 10px;
    background-color: #ffffff;
}

.contact-form_table-confirm_textarea {
    width: 100%;
    height: 350px;
    background-color: #ffffff;
    font-size: 20px;
    padding: 30px 40px;
    border-radius: 10px;
}

/*---------------------------------------------------------------------
modal
---------------------------------------------------------------------*/

.open-popup-link {
    text-decoration: underline;
}

.modal-content {
	max-width: 700px;
	margin: 0 auto;
	border-radius: 5px;
	background-color: #ffffff;
}

.modal-header {
	display: flex;
	justify-content: space-between;
	padding: 50px 50px 0 50px;
	position: relative;
}

.modal-header .modal-title {
	font-size: 25px;
	line-height: 1.4;
	color: #000000;
	font-weight: 700;
	border-bottom: 1px solid #dee2e6;
	width: 100%;
	padding: 0 0 20px 0;
}

.modal-header .close {
    position: absolute;
    width: auto;
    height: auto;
    font-size: 25px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
    top: 15px;
    right: 15px;
}

.modal-header .close.mfp-close:active {
    top: 15px;
}

.modal-body {
	padding: 30px 50px;
}

.modal-body h2 {
	font-size: 18px;
	line-height: 1.4;
	color: #000000;
	font-weight: 600 !important;
    margin: 0 0 10px 0;
}

.modal-body p {
	font-size: 14px;
	line-height: 1.8;
	color: #000000;
    font-weight: 400;
    margin: 0 0 30px 0;
    text-align: justify;
}

@media (max-width: 991px) {

    /*------------------------------------------------
    info
    ------------------------------------------------*/
    
    .contact-info {
        margin: 0 0 50px 0;
        padding: 80px 0;
    }
    
    /* header  ------------------------------------------------*/
    
    .contact-info_header {
        margin: 0 auto 40px auto;
    }
    
    /* h2 */
    
    .contact-info_header h2 {
        font-size: 25px;
    }
    
    /* p */
    
    .contact-info_header p {
        font-size: 16px;
        margin: 0 0 15px 0;
    }
    
    /* content  ------------------------------------------------*/
    
    .contact-info_content {
        padding: 40px 20px;
        border-radius: 10px;
    }
    
    .contact-info_content-item {
        padding: 20px 0;
    }
    
    .contact-info_content-item:first-child {
        padding: 0 0 20px 0;
    }
    
    .contact-info_content-item:last-child {
        padding: 20px 0 0 0;
    }
    
    /* h3 */
    
    .contact-info_content h3 {
        font-size: 20px;
        margin: 0 0 15px 0;
    }
    
    /* list */
    
    .contact-info_content ul li {
        font-size: 15px;
    }
    
    /* p */
    
    .contact-info_content p {
        font-size: 14px;
    }
    
    /* illust */
    
    .contact-info_illust {
        max-width: 100px;
        margin: 20px auto 0 auto;
    }
    
    /*------------------------------------------------
    contact
    ------------------------------------------------*/
    
    .contact-contact {
        margin: 0 0 50px 0;
    }
    
    .contact-contact_content-item {
        padding: 30px 0;
    }
    
    .contact-contact_content-item:first-child {
        padding: 0 0 30px 0;
    }
    
    .contact-contact_content-item:last-child {
        border-bottom: none;
    }
    
    .contact-contact .row-outer {
        margin: 0;
    }
    
    .contact-contact .col-inner {
        padding: 0;
    }
    
    /* h3 */
    
    .contact-contact h3 {
        font-size: 14px;
        color: #AB0A1E;
    }
    
    /* text */
    
    .contact-contact p {
        font-size: 14px;
    }
    
    /* icon */
    
    .contact-contact_icons_icon {
        width: 60px;
        margin: 0 20px 0 0;
    }
    
    /*---------------------------------------------------------------------
    form
    ---------------------------------------------------------------------*/
    
    .contact-form_categorytable {
        margin: 0 0 40px 0;
    }
    
    /* categorytable ------------------------------------------------*/
    
    .contact-form_categorytable table tr th {
        font-size: 16px;
        padding: 10px 0;
    }
    
    /* radio */
    
    .contact-form_categorytable_radio {
        display: block;
        padding: 20px 0;
    }
    
    .contact-form_categorytable_radio .wpcf7-list-item {
        display: block;
        margin: 0 0 5px 0;
    }
    
    .contact-form_categorytable_radio .wpcf7-list-item-label {
        position: relative;
        cursor: pointer;
        padding: 0 0 0 35px;
        font-size: 16px;
        margin: 0;
    }
    
    .contact-form_categorytable_radio .wpcf7-list-item-label::before {
        width: 25px;
        height: 25px;
        left: 12.5px;
    }
    
    .contact-form_categorytable_radio .wpcf7-list-item-label::after {
        width: 15px;
        height: 15px;
        left: 12.5px;
    }
    
    /* table ------------------------------------------------*/

    .contact-form_table table tr {
        border-bottom: 20px solid #F4EFE9;
    }
    
    .contact-form_table table tr th {
        font-size: 16px;
        width: 100%;
        display: block;
    }

    .contact-form_table table tr td {
        width: 100%;
        display: block;
    }
        
    /* input */
    
    .contact-form_table input[type="text"], .contact-form_table input[type="email"]{
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 5px;
    }
    
    /* texarea */
    
    .contact-form_table textarea {
        height: 300px;
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 5px;
    }
    
    /* text */
    
    .contact-form p {
        font-size: 15px;
    }
    
    /* approve */
    
    .contact-form_approve .wpcf7-list-item-label {
        position: relative;
        cursor: pointer;
        padding: 0 0 0 25px;
        font-size: 16px;
    }
    
    .contact-form_approve .wpcf7-list-item-label::before {
        width: 25px;
        height: 25px;
    }
    
    .contact-form_approve .wpcf7-list-item-label::after {
        opacity: 0;
        width: 15px;
        height: 15px;
    }
    
    /* alert */
    
	.wpcf7-mail-sent-ok {
		font-size: 14px !important;
	}
	
	.wpcf7-not-valid-tip {
	    font-size: 12px;
	}
	
	.wpcf7-validation-errors, .wpcf7-acceptance-missing {
		font-size: 14px !important;
	}
	
	.wpcf7-mail-sent-ng {
		font-size: 14px !important;
	}
	
	.wpcf7-response-output {
		font-size: 14px !important;
	}
    
    /*---------------------------------------------------------------------
    confirm
    ---------------------------------------------------------------------*/
    
    .confirm-form {
    	margin: 60px 0 0 0;
    }
    
    /* confirm input */
    
    .contact-form_table-confirm_input {
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 5px;
    }
    
    .contact-form_table-confirm_textarea {
        height: 300px;
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 5px;
    }
    
    /*---------------------------------------------------------------------
    modal
    ---------------------------------------------------------------------*/
    
    .modal-header {
    	padding: 30px 20px 0 20px;
    }
    
    .modal-header .modal-title {
    	font-size: 20px;
    	padding: 0 0 15px 0;
    }
    
    .modal-body {
    	padding: 20px 20px 5px 20px;
    }
    
    .modal-body h2 {
    	font-size: 16px;
        margin: 0 0 5px 0;
    }
    
    .modal-body p {
    	font-size: 13px;
        margin: 0 0 20px 0;
    }
}

/*================================================================================
thanks
================================================================================*/

.thanks-message {
    margin: 100px 0 200px 0;
}
    
h2.thanks-message_heading {
    font-size: 35px;
    margin: 0 0 40px 0;
    text-align: center;
}

p.thanks-message_text {
    font-size: 22px;
    text-align: center;
}

@media (max-width: 991px) {

    .thanks-message {
        margin: 60px 0 100px 0;
    }
    
    h2.thanks-message_heading {
        font-size: 22px;
        margin: 0 0 20px 0;
    }
    
    p.thanks-message_text {
        font-size: 15px;
        text-align: center;
    }
}