@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  realestate_info.css
 style info :  物件詳細
=================================================================== */

input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

/* mv_slider_container
----------------------------------------------------------------------------- */
.mv_slider_container {
    width: 100%;
    padding: 0 50px;
    margin: 10px auto 0;
}

.mv_slider_container .mv_slider {
    width: 600px;
    height: 600px;
    display: block!important;
}
.mv_slider_container .mv_slider > li:not(:first-child){
  display: none;
}
.mv_slider_container .mv_slider .slick-list {
    width: 600px;
    height: 600px;
}
.mv_slider_container .mv_slider img.prev-arrow {
    position: absolute;
    left: -50px;
    top: 50%;
	transform: translateY(-50%);
	margin: 0;
}

.mv_slider_container .mv_slider img.next-arrow {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: rotateZ(180deg) translateY(50%);
	margin: 0;
}

.mv_slider_container .mv_slider .mv_slider_inner img {
    width: 600px;
    height: 600px;
    object-fit: contain;
}

.mv_slider_container .mv_slider .slick-counter {
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 18px;
}

.mv_slider_container .mv_slider .slick-counter .current {
    font-size: 22px;
    font-weight: bold;
}

.mv_slider_container .mv_slider .mv_slider_inner h2 {
    font-size: 18px;
    color: #17abe8;
    text-align: left;
    font-weight: normal;
    margin: 20px auto 20px 0;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 50%;
}

.mv_slider_container .mv_slider_thumb {
    width: 600px;
    height: 110px;
    margin: 10px auto 0;
}

.mv_slider_container .mv_slider_thumb li .img_box {
    padding: 10px;
}

.mv_slider_container .mv_slider_thumb li .img_box img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}
.mv_slider_container .mv_slider{
  display: none;
}
.mv_slider_container .mv_slider.slick-initialized{
  display: block;
}

/* prohead
----------------------------------------------------------------------------- */
.prohead {
    width: 1000px;
    height: 46px;
    margin: 15px auto 0;
}

.prohead .wrapper {
    width: 1000px;
    height: 46px;
    margin: 0 auto;
    position: relative;
}

.prohead .wrapper h2 {
    position: relative;
    margin: 0;
    padding: 5px 30px 5px 40px;
    background: #eef1f2;
    border-radius: 5px;
    font-size: 20px;
    text-align: left;
}

.prohead .wrapper h2:before {
    position: absolute;
    top: 25%;
    left: 20px;
    width: 6px;
    height: 50%;
    content: '';
    border-radius: 3px;
    background: #072E6A;
}

/* cont
----------------------------------------------------------------------------- */
.wrapCont {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.mainCont {
    width: 700px;
}

.sideCont {
    width: 280px;
    margin: 10px 0 0 20px;
    display: block;
}
.sideCont .img_box img {
    max-width: 100%;
    width: 100%;
    display: block;
}

/* sideBox
----------------------------------------------------------------------------- */
.sideBox {
    width: 280px;
    margin: 15px auto 0;
    padding: 5px;
    display: flex;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);
}

.sideBox .wrapper {
    width: 100%;
    padding: 5px;
    background: #fff;
}



/* proCount
----------------------------------------------------------------------------- */
.proCount {
    padding: 10px;
    text-align: left;
}

.proCount dl {
    font-weight: 500;
    display: flex;
    align-items: center;
}

.proCount dl dt {
    font-weight: 500;
    font-size: 16px;
}

.proCount dl dd {
    margin: 0 0 0 auto;
}

.proCount dl dd span {
    font-size: 20px;
    color: #ed3833;
    font-weight: bold;
}

/* sideBanner
----------------------------------------------------------------------------- */
.sideBanner {
    margin-top: 15px;
    width: 100%;
}

.sideBanner .wrapper {
    width: 100%;
}

.sideBanner .ai {
    position: relative;
}

/* .sideBanner .ai a {
    display: block;
    background: #17cec7;
    border-radius: 5px;
    padding: 17px 0;
    position: relative;
    height: 108px;
} */

.sideBanner .ai a p {
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
}

.sideBanner .ai a p.big {
    margin: 10px auto 0;
    font-size: 18px;
}

/* .sideBanner .ai a::before {
    position: absolute;
    content: "";
    top: 35px;
    left: 25px;
    height: 20px;
    width: 2px;
    background: #fff;
    transform: rotate(-30deg);
}

.sideBanner .ai a::after {
    position: absolute;
    content: "";
    top: 35px;
    right: 25px;
    height: 20px;
    width: 2px;
    background: #fff;
    transform: rotate(30deg);
}

.sideBanner .ai:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 75px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%);
    color: #fff;
} */

.sideBanner .wrapper .side_btn {
    display: flex;
    flex-wrap: wrap;
}
.sideBanner .wrapper .side_btn>li {
    width: 100%;
    margin: 0 auto 10px;
}

.sideBanner .wrapper .side_btn>li.tel {
    width: 35%;
    margin: 0 1% 0 0;
}

.sideBanner .wrapper .side_btn>li.kengaku {
    width: 35%;
    margin: 0 0 0 1%;
}
.sideBanner .wrapper .side_btn>li.like_share {
    width: 25%;
    margin: 0 0 0 3%;
}
.sideBanner .wrapper .side_btn>li.search {
    margin: 10px 0 0 0;
}
.sideBanner .wrapper .side_btn>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    background: #ff9900;
    color: #fff;
    font-size: 14px;
}

.sideBanner .wrapper .side_btn>li a img {
    margin: 0 5px 0 0;
}

.sideBanner .wrapper .side_btn>li.kengaku a img {
    height: 20px;
}

.sideBanner .wrapper .side_btn>li.like_share a {
    background: inherit;
}

.sideBanner .wrapper .side_btn>li.like_share ul {
    display: flex;
    justify-content: center;
    height: 48px;
}

.sideBanner .wrapper .side_btn>li.like_share ul li {
    display: flex;
    justify-content: center;
    height: 48px;
    align-items: center;
}
.sideBanner .wrapper .side_btn>li.like_share ul li a {

}
.sideBanner .wrapper .side_btn>li.like_share ul li a img {
    height: 30px;
}

.sideBanner .wrapper .side_btn>li.search a {
    text-align: left;
    background: #17abe8;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    line-height: 1.5;
}

.sideBanner .wrapper .side_btn>li.search a img {
    height: 20px;
}

/* sideProperty
----------------------------------------------------------------------------- */
.sideProperty {
    margin-top: 15px;
}

.sideProperty .wrapper {
    width: 100%;
    margin: 0 auto;
}

.sideProperty .wrapper h2 {
    display: flex;
    align-items: center;
    font-size: 32px;
    font-weight: bold;
    color: #17abe8;
    text-align: left;
    line-height: 1;
    padding: 0 0 20px;
    border-bottom: 2px solid #17abe8;
    width: 100%;
    margin: 0 auto;
}

.sideProperty .wrapper h2 img {
    padding-right: 10px;
}

.sideProperty .wrapper ul.property_ul {
    padding: 0;
}

.sideProperty .wrapper ul.property_ul .slick-list {
    box-sizing: initial;
    padding-bottom: 20px !important;
}

.sideProperty .wrapper ul.property_ul li.property_wrapper {
    height: auto;
    margin-bottom: 10px;
}

.sideProperty .wrapper ul.property_ul li.property_wrapper .box {
    height: auto;
    box-shadow: 0px 0px 8px 0px rgba(174, 180, 183, 0.3);
}

.sideProperty .wrapper ul.property_ul li.property_wrapper .img_box {
    position: relative;
}

.sideProperty .wrapper ul.property_ul li.property_wrapper .img_box img {
    width: 100%;
    height: 190px;
    object-fit: contain;
}

.sideProperty .wrapper ul.property_ul li.property_wrapper .img_box ul.icon {
    position: absolute;
    top: 7px;
    left: 7px;
    display: flex;
    flex-wrap: wrap;
}

.sideProperty .wrapper ul.property_ul li.property_wrapper .img_box ul.icon li {
    width: 70px;
    padding: 2px 0;
    background: #fff;
    border-radius: 15px;
    line-height: 1;
    margin-right: 4px;
}

.sideProperty .wrapper ul.property_ul li.property_wrapper .img_box ul.icon li.tatemono {
    font-size: 9px;
    color: #00a9bd;
}

.sideProperty .wrapper ul.property_ul li.property_wrapper .img_box ul.icon li.kakaku {
    font-size: 9px;
    color: #ed3833;
}

.sideProperty .wrapper ul.property_ul .slick-track {
    padding: 0 0 25px;
}

.sideProperty .wrapper ul.property_ul li.property_wrapper .text_box {
    padding: 13px;
    text-align: left;
}

.sideProperty .wrapper ul.property_ul li.property_wrapper .text_box h3 {
    color: #070707;
    line-height: 18px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.sideProperty .wrapper ul.property_ul li.property_wrapper .text_box h4 {
    color: #ed3833;
    font-size: 12px;
}

.sideProperty .wrapper ul.property_ul li.property_wrapper .text_box h4 span {
    font-size: 22px;
}

.sideProperty .wrapper ul.property_ul li.property_wrapper .text_box ul.info {
    margin-top: 0;
    font-size: 12px;
    color: #333333;
}

.sideProperty .wrapper ul.property_ul li.property_wrapper .text_box ul.info li {
    display: flex;
    align-items: flex-start;
}

.sideProperty .wrapper ul.property_ul li.property_wrapper .text_box ul.info li.load p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.sideProperty .wrapper ul.property_ul li.property_wrapper .text_box ul.info li.home p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.sideProperty .wrapper ul.property_ul li.property_wrapper .text_box ul.info li:first-of-type {
    margin-bottom: 8px;
    line-height: 16px;
}

.sideProperty .wrapper ul.property_ul li.property_wrapper .text_box ul.info li img {
    margin: 2px 10px 0 0;
}

.sideProperty .wrapper ul.property_ul li.property_wrapper .text_box ul.btn {
    display: flex;
    font-size: 9px;
    margin-top: 10px;
}

.sideProperty .wrapper ul.property_ul li.property_wrapper .text_box ul.btn li:first-of-type {
    margin-right: 5px;
}

.sideProperty .wrapper ul.property_ul li.property_wrapper .text_box ul.btn li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    border: 1px solid #17abe8;
    border-radius: 5px;
    width: 100px;
    color: #17abe8;
    line-height: 1;
}

.sideProperty .wrapper ul.property_ul li.property_wrapper .text_box ul.btn li:last-of-type a {
    color: #333;
    border: 1px solid #333;
}

.sideProperty .wrapper ul.property_ul li.property_wrapper .text_box ul.btn li:last-of-type a img {
    margin-right: 11px;
}

.sideProperty .wrapper ul.property_ul .prev-arrow {
    position: absolute;
    top: 50%;
    left: -20px;
    margin: -75px 0 0;
}

.sideProperty .wrapper ul.property_ul .next-arrow {
    position: absolute;
    top: 50%;
    right: -20px;
    margin: -75px 0 0;
    transform: rotateZ(180deg);
}

.sideBox .wrapper h3.stitle {
    position: relative;
    margin: 0;
    padding: 5px 0 5px 20px;
    font-size: 18px;
    text-align: left;
}

.sideBox .wrapper h3.stitle:before {
    position: absolute;
    top: 25%;
    left: 5px;
    width: 6px;
    height: 50%;
    content: '';
    border-radius: 3px;
    background: #072E6A;
}

/* sideContact
----------------------------------------------------------------------------- */
#sideContact.sideBanner {
    position: sticky;
    top: 70px;
}

#sideContact.sideBanner .stitle {
    position: relative;
    margin: 0;
    padding: 5px 0 5px 20px;
    font-size: 18px;
    text-align: left;
}

#sideContact.sideBanner .stitle:before {
    position: absolute;
    top: 25%;
    left: 5px;
    width: 6px;
    height: 50%;
    content: '';
    border-radius: 3px;
    background: #072E6A;
}

#sideContact.sideBanner .gtitle {
    color: #17abe8;
    margin: 10px auto;
    font-weight: bold;
    text-align: left;
    padding: 0 10px;
    font-size: 18px;
}

#sideContact.sideBanner dl {
    display: flex;
    margin: 0 10px 10px;
    border: solid #17abe8;
    border-width: 0 0 1px;
    text-align: left;
    padding: 0 0 5px 10px;
}

#sideContact.sideBanner dl dt {
    width: 30%;
    font-weight: bold;
}

#sideContact.sideBanner dl dd {
    width: 70%;
}

/* info
----------------------------------------------------------------------------- */
.info {
}

.info .wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 50px 0 0;
}

.info .wrapper .like_share {
    position: absolute;
    top: 0;
    right: 0;
}

.info .wrapper ul.infotable {
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    display: flex;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);
}

.info .wrapper ul.infotable {
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    display: flex;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);
}

.info .wrapper ul.infotable li.infotable_price {
    width: 20%;
}

.info .wrapper ul.infotable li.infotable_access {
    width: 50%;
}

.info .wrapper ul.infotable li.infotable_info {
    width: 30%;
}

.info .wrapper ul.infotable li dl {
    padding: 2px;
}

.info .wrapper ul.infotable li dl dt {
    background: #072E6A;
    color: #fff;
}

.info .wrapper ul.infotable li dl dd {
    padding: 5px;
}

.info .wrapper ul.infotable li.infotable_price dl dd span {
    font-weight: 900;
    font-size: 1.5em;
    color: #c00;
}

.info .wrapper ul.infotable li.infotable_price dl dd div {
    font-weight: 900;
    color: #C00;
    border: 1px solid #c00;
}

.info .wrapper ul.infotable li.infotable_access dl dd {
    text-align: left;
}

.info .wrapper .like_share ul {
    display: flex;
}

.info .wrapper .like_share ul li {
    margin: 0 0 0 13px;
}

.info .wrapper .like_btn > a > img,
.info .wrapper .share_btn > a > img {
    height: 40px;
}

.info .wrapper h2 {
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    color: #070707;
}

.info .wrapper .yen {
    text-align: left;
    margin: 10px 0 0 0;
    color: #ed3833;
}

.info .wrapper .yen h3 {
    font-size: 40px;
}

.info .wrapper .yen h3 span {
    font-size: 23px;
    margin: 0 0 0 5px;
}

.info ul.btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.info ul.btn li {
    width: 49%;
    display: flex;
}
.info ul.btn li a {
    width: 100%;
    padding: 17px 0;
    border: 1px solid #17ABE8;
    border-radius: 5px;
    color: #17ABE8;
    line-height: 1;
    font-size: 1.4rem;
}
.info ul.btn li a.remove {
    background-color: #17ABE8;
    color: #ffffff;
}
.info ul.btn li a.dis_none {

}
.info ul.btn li a img {
    height: 22px;
    margin: 0 10px 0 0;
}

.info .wrapper .twolink {
    margin: 20px 0;
}

.info .wrapper .twolink li {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}

.info .wrapper .twolink li a,
.info .wrapper .twolink li>span {
    width: 100%;
    font-size: 20px;
    color: #fff;
    background: #072e6a;
    padding: 10px 20px;
    text-align: left;
}

.info .wrapper .twolink li a>span {
    display: block;
}

.info .wrapper .twolink li a>span span:first-child {
    padding: 0 10px;
    background: #fff;
    color: #17abe8;
    border-radius: 1em;
}

.info .wrapper .twolink li a>span span:last-child {
    margin-left: 1em;
    display: inline-block;
}

.info .wrapper .twolink li.fukidasi_wrapper {
    position: relative;
    width: 80%;
    margin-left: 20%;
}

.info .wrapper .twolink li.fukidasi_wrapper a {
    background: #fff;
    color: #ed3833;
    font-size: 16px;
    padding: 0;
}

.info .wrapper .twolink li.fukidasi_wrapper a .fukidasi {
    position: relative;
    display: inline-block;
    border: 3px solid #ed3833;
    box-sizing: border-box;
    background-color: #fff;
    padding: 7px 5px;
    margin: 0 auto 5px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.info .wrapper .twolink li.fukidasi_wrapper a .fukidasi:before {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 7%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    z-index: 2;
}

.info .wrapper .twolink li.fukidasi_wrapper a .fukidasi:after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 7%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #ed3833;
    z-index: 1;
}

.info .wrapper .twolink li.fukidasi_wrapper a .fukidasi .fukidasi_in {
    font-size: 20px;
    font-weight: bold;
}

.info .wrapper .twolink li.fukidasi_wrapper a p {
    width: 100%;
    text-align: right;
    font-weight: bold;
}

.info .wrapper .twolink li.cashback_wrapper {
    margin-top: -8px;
}

.info .wrapper .twolink li.cashback_wrapper a {
    background: #fff;
    color: #ed3833;
    font-size: 16px;
    padding: 0;
}

.info .wrapper .twolink li.cashback_wrapper a .cashback {
    position: relative;
    display: inline-block;
    border: 3px solid #ed3833;
    box-sizing: border-box;
    background-color: #fff;
    padding: 7px 5px;
    margin: 0 auto 5px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.info .wrapper .twolink li.cashback_wrapper a .cashback:before {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 7%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    z-index: 2;
}

.info .wrapper .twolink li.cashback_wrapper a .cashback:after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 7%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #ed3833;
    z-index: 1;
}

.info .wrapper .twolink li.cashback_wrapper a .cashback .cashback_in {
    font-size: 20px;
    font-weight: bold;
}

.info .wrapper .twolink li.cashback_wrapper a p {
    width: 100%;
    text-align: right;
    font-weight: bold;
}

.info .wrapper .info_icon {
    margin: 0;
    display: flex;
    width: 100%;
}

.info .wrapper .info_icon li:not(:last-child) {
    margin: 0 27px 0 0;
}

.info .wrapper .toku {}

.info .wrapper .toku #left-box {
    width: 100%;
    font-size: 20px;
    overflow: hidden;
}

.info .wrapper .toku #left-box .space {
    float: left;
    height: 3em;
}

.info .wrapper .toku #left-box p {
    float: left;
    width: 750px;
    text-align: left;
    line-height: 1.4;
}

.info .wrapper .toku #left-box .img {
    float: right;
    width: 250px;
    padding-left: 20px;
}

.info .wrapper .toku #left-box .img img {
    width: 100%;
}

.info .wrapper .toku h3 {
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
    border: solid #53bfe6;
    border-width: 0 0 0 4px;
    font-size: 24px;
    margin: 20px auto;
}


/* table
----------------------------------------------------------------------------- */
.table {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.table dl {
    min-height: 40px;
    height: auto;
    display: flex;
    align-items: center;
}

.table dl.w100box {
    width: 100%;
}

.table dl.w50box {
    width: 50%;
}

.table dl dt,
.table dl dd {
    border: solid #333333;
    border-width: 0 0 1px 0;
}

.table dl:first-of-type dt,
.table dl:first-of-type dd {
    border: solid #333333;
    border-width: 1px 0 1px 0;
}

.table dl dt {
    width: 125px;
    padding: 0 10px;
    text-align: left;
    background: #17abe8;
    color: #fff;
    min-height: 40px;
    height: 100%;
    display: flex;
    align-items: center;
}

.table dl dd {
    padding: 3px 10px;
    text-align: left;
    background: #fff;
    color: #333333;
    min-height: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    width: calc(100% - 125px);
}

.table dl dd a {
    color: #17abe8;
    margin-left: 100px;
}

.tab-content22 .container .table.box3,
.tab-content2 .container .table.box3 {
    overflow: auto;
}

.tab-content22 {
    margin: 0 0 80px 0;
}

.table table {
    width: 100%;
}

.table table tr {
    border: solid #333333;
    border-width: 0 0 1px 0;
    display: flex;
    align-items: center;
}

.table table tr:first-of-type {
    border-width: 1px 0 1px 0;
}

.table table tr th {
    width: 195px;
    padding: 0 24px;
    text-align: left;
    background: #17abe8;
    color: #fff;
    height: 65px;
}

.table table tr td {
    width: 150px;
    padding: 0 24px;
    height: 65px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-right: 1px solid #333333;
    color: #333333;
}

.table table tr:first-of-type td {
    color: #000;
    background: #dcdcdc;
    border-right: 1px solid #fff;
    justify-content: center;
}

.table table tr th.fixed01 {
    position: sticky;
    left: 0;
    color: #fff;
    display: flex;
    align-items: center;
}

.table table tr th.fixed01:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}

.table table tr td .red {
    color: #ed3833;
}

.table table tr td .small {
    font-size: 12px !important;
}

/* gmap
----------------------------------------------------------------------------- */
.gmap {
    margin: 20px 0 0;
}

.gmap .wrapper {
    margin: 0 auto;
    width: 100%;
}

.gmap .wrapper h2 {
    display: flex;
    align-items: center;
    font-size: 32px;
    font-weight: bold;
    color: #17abe8;
    text-align: left;
    line-height: 1;
    padding: 0 0 20px;
    border-bottom: 2px solid #17abe8;
}

.gmap .wrapper h2 img {
    padding-right: 10px;
}

.gmap .wrapper .inner {
    padding: 10px 2% 30px;
}
.gmap .wrapper .inner iframe {
    max-width: 100%;
}

/* comment
----------------------------------------------------------------------------- */
.comment {
    margin: 20px 0 0;
}

.comment .wrapper {
    margin: 0 auto;
    width: 100%;
}

.comment .wrapper h2 {
    position: relative;
    width: 100%;
    border: solid #17abe8;
    border-width: 1px 0 0 0;
    padding: 30px 0 0 140px;
    text-align: left;
    font-size: 28px;
    color: #17abe8;
}

.comment .wrapper h2 img {
    position: absolute;
    left: 0;
    top: -17px;
}

.comment .wrapper .container {
    margin: 35px 5px 20px;
    box-shadow: 0px 0px 10px 0 rgba(174, 180, 183, 0.3);
}

.comment .wrapper .container .inner {
    padding: 20px;
}

.comment .wrapper .container .inner {
}

.comment .wrapper .container .inner>li {
}

.comment .wrapper .container .inner>li:last-of-type {
}

.comment .wrapper .container .inner>li.text_li {
    text-align: left;
}

.comment .wrapper .container .inner>li.text_li ul li {
    position: relative;
    text-align: left;
    padding-left: 38px;
    margin: 0 0 1em;
    font-size: 16px;
    color: #333333;
}

.comment .wrapper .container .inner>li.text_li ul li::before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: #17abe8;
    border-radius: 50%;
    left: 0;
    top: 3px;
}

.comment .wrapper .container .inner>li.staff {
    padding: 10px;
    float: right;
    width: 50%;
    margin-left: 20px;
    margin-bottom: 20px;
}

.comment .wrapper .container .inner>li.staff h3 {
    font-size: 20px;
    text-align: left;
    color: #333;
}

.comment .wrapper .container .inner>li.staff>ul {
    margin: 15px 0 0;
    display: flex;
    justify-content: space-between;
}

.comment .wrapper .container .inner>li.staff>ul>li {
    width: 40%;
}

.comment .wrapper .container .inner>li.staff>ul>li:last-of-type {
    width: 55%;
}

.comment .wrapper .container .inner>li.staff>ul>li:last-of-type h4 {
    text-align: left;
    color: #333;
    font-size: 29px;
    line-height: 1.5;
    font-weight: 500;
}

.comment .wrapper .container .inner>li.staff>ul>li:last-of-type h4 span {
    display: block;
    font-size: 14px;
}

.comment .wrapper .container .inner>li.staff>ul>li:last-of-type ul.icon_li li {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    color: #fff;
    font-size: 12px;
}

.comment .wrapper .container .inner>li.staff>ul>li:last-of-type ul.icon_li li.icon01 {
    background: #ed6ea1;
}

.comment .wrapper .container .inner>li.staff>ul>li:last-of-type ul.icon_li li.icon02 {
    background: #80da89;
}

.comment .wrapper .container .inner>li.staff>ul>li:last-of-type ul.icon_li li.icon03 {
    background: #fa9633;
}

.comment .wrapper .container .inner>li.staff>ul>li:last-of-type ul.icon_li li.icon04 {
    background: #9386db;
}

.staffnone {
    border: none !important;
    width: 100% !important;
    text-align: left !important;
}

/* common_banner
----------------------------------------------------------------------------- */
.common_banner {
    margin: 20px auto 0;
}

.common_banner .wrapper {
    margin: 0 auto;
    width: 100%;
}


/* price_trends
----------------------------------------------------------------------------- */
.price_trends {
    margin: 110px 0 0;
}

.price_trends .wrapper {
    margin: 0 auto;
    width: 100%;
}

.price_trends .wrapper h2 {
    position: relative;
    width: 100%;
    border: solid #17abe8;
    border-width: 1px 0 0 0;
    padding: 30px 0 0 140px;
    text-align: left;
    font-size: 28px;
    color: #17abe8;
}

.price_trends .wrapper h2 img {
    position: absolute;
    left: 0;
    top: -17px;
}

.price_trends .wrapper .trends {
    width: 100%;
    background: url(../images/realestate/common/price_trends_bg.png) no-repeat;
    background-size: cover;
    margin: 35px 0 0;
    padding: 40px 0 30px;
}

.price_trends .wrapper .trends .inner {
    width: 535px;
    height: auto;
    margin: 0 auto;
}

.price_trends .wrapper .trends .inner img {
    width: 100%;
}

.price_trends .wrapper p {
    margin: 20px 0 0 30px;
    font-size: 16px;
    text-align: left;
}

/* payment
----------------------------------------------------------------------------- */
.payment {
    margin: 30px 0 35px;
}

.payment .wrapper {
    margin: 0 auto;
    width: 100%;
}

.payment .wrapper h2 {
    position: relative;
    width: 100%;
    border: solid #17abe8;
    border-width: 1px 0 0 0;
    padding: 30px 0 0 140px;
    text-align: left;
    font-size: 28px;
    color: #17abe8;
}

.payment .wrapper h2 img {
    position: absolute;
    left: 0;
    top: -17px;
}

.payment .wrapper .container {
    margin: 35px 0 20px;
    box-shadow: 0px 0px 10px 0 rgba(174, 180, 183, 0.3);
}

.payment .wrapper .container .inner {
    padding: 15px;
    background: #E1F4FC;
}

.payment .wrapper .container .inner p {
    text-align: left;
    font-size: 16px;
}

.payment .wrapper .container .inner p.text {
    margin: 30px 0 0;
    padding: 10px 20px;
    background: #fff;
    border-radius: 10px;
    font-size: 12px;
}

.payment .wrapper .container .inner p.care {
    margin: 0;
    font-size: 12px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 10px;
}

.payment .wrapper .container .inner .simulation {
    width: 680px;
    margin: 0 auto 0;
    padding: 5px 0 0;
}

.payment .wrapper .container .inner .simulation ul {
    display: flex;
    flex-wrap: wrap;
}

.payment .wrapper .container .inner .simulation ul li {
    margin: 45px 1% 0 0;
    width: calc(100% / 3 - 1%);
}

.payment .wrapper .container .inner .simulation>ul>li {
    margin: 15px 1% 0 0;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}


.payment .wrapper .container .inner .simulation ul li:nth-child(3n) {
    margin-right: 0;
}

.payment .wrapper .container .inner .simulation ul li:last-of-type {}

.payment .wrapper .container .inner .simulation ul li .spinner_area {
    display: flex;
}

.payment .wrapper .container .inner .simulation ul li .spinner_area dl {
    display: block;
    align-items: center;
    width: 100%;
    font-size: 18px;
}

.payment .wrapper .container .inner .simulation ul li .spinner_area dl dt {
    width: 100%;
    height: auto;
    line-height: 25px;
    text-align: left;
    color: #17abe8;
    font-weight: bold;
    margin: 0 0 10px;
}

.payment .wrapper .container .inner .simulation ul li .spinner_area dl dd {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment .wrapper .container .inner .simulation ul li .spinner_area dl dd .date {
    width: calc(98% - 35px);
    height: 100%;
    padding: 21px 0;
    margin: 0 auto 0 0;
    border: 1px solid #17abe8;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.payment .wrapper .container .inner .simulation ul li .spinner_area.spinner_area_w dl dd .date {
    width: 98%!important;
}

.payment .wrapper .container .inner .simulation ul li .spinner_area dl dd .date input {
    text-align: right;
    padding-right: 0;
    width: 80px;
    -webkit-appearance: none;
    -moz-appearance:textfield;
}

.payment .wrapper .container .inner .simulation ul li .spinner_area ul.plus_minus {
    width: 30px;
    display: flex;
    flex-direction: column;
}

.payment .wrapper .container .inner .simulation ul li .spinner_area ul.plus_minus li {
    margin: 0 0 12px;
}

.payment .wrapper .container .inner .simulation ul li .spinner_area ul.plus_minus li:last-of-type {
    margin: 0;
}

.payment .wrapper .container .inner .simulation ul li .spinner_area ul.plus_minus li input {
    width: 34px;
    height: 30px;
    padding: 0;
    border: 0;
    background: #17abe8;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}

.btnspinner {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.spinner_area input {
    border: none;
    font-size: 18px;
    width: auto;
    vertical-align: middle;
    /* デフォルトのスピナーを消す */
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.spinner_area input[type="button"] {
    cursor: pointer;
}

.payment .wrapper .container .inner .simulation ul li.spinner_area_result {
    background: #17abe8;
}

.payment .wrapper .container .inner .simulation ul li.spinner_area_result dt {
    color: #fff!important;
}
.payment .wrapper .container .inner .simulation ul li.spinner_area_result .spinner_area.spinner_area_w dl dd .date {
    width: 98%!important;
    color: #c00;
}
.payment .wrapper .container .inner .simulation ul li.spinner_area_result .spinner_area.spinner_area_w dl dd input {
    color: #c00;
}

.payment .wrapper .container .inner .simulation ul li .mix .yen {
    font-size: 20px;
    color: #ed3833;
    width: 100%;
    height: 75px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment .wrapper .container .inner .simulation ul li .mix .yen span {
    font-size: 30px;
}

/* contact_us
----------------------------------------------------------------------------- */
.contact_us {
    margin: 20px 0 0;
}

.contact_us .wrapper {
    margin: 0 auto;
    width: 100%;
}

.contact_us .wrapper h2 {
    position: relative;
    width: 100%;
    border: solid #17abe8;
    border-width: 1px 0 0 0;
    padding: 30px 0 0 140px;
    text-align: left;
    font-size: 28px;
    color: #17abe8;
}

.contact_us .wrapper h2 img {
    position: absolute;
    left: 0;
    top: -17px;
}

.contact_us .wrapper .container {
    margin: 35px 5px 20px;
    box-shadow: 0px 0px 10px 0 rgba(174, 180, 183, 0.3);
    padding: 20px;
}

.contact_us .wrapper .container .inner {}

.contact_us .wrapper .container .inner {
    display: flex;
}

.contact_us .wrapper .container .inner>li {
    width: 100%;
}

.contact_us .wrapper .container h3 {
    font-size: 22px;
    color: #17abe8;
    text-align: left;
}

.contact_us .wrapper .container h3 span {
    font-size: 18px;
    text-align: left;
    display: inline-block;
    margin-left: 1em;
}

.contact_us .wrapper .container .inner>li.staff_li div.staff p {
    font-size: 20px;
    margin: 30px 0 0;
    padding: 0 0 10px 10px;
    width: 100%;
    border: solid #333;
    border-width: 0 0 1px;
    text-align: left;
}

.contact_us .wrapper .container .inner>li.staff_li div.staff>ul {
    margin: 15px 0 0;
    display: flex;
    justify-content: space-between;
}

.contact_us .wrapper .container .inner>li.staff_li div.staff>ul>li:last-of-type {
    width: 224px;
}

.contact_us .wrapper .container .inner>li.staff_li div.staff>ul>li:last-of-type h4 {
    text-align: left;
    color: #333;
    font-size: 29px;
    line-height: 1.5;
    font-weight: 500;
}

.contact_us .wrapper .container .inner>li.staff_li div.staff>ul>li:last-of-type h4 span {
    display: block;
    font-size: 14px;
}

.contact_us .wrapper .container .inner>li.staff_li div.staff ul.icon_li li {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
}

.contact_us .wrapper .container .inner>li.staff_li div.staff ul.icon_li li.icon01 {
    background: #ed6ea1;
}

.contact_us .wrapper .container .inner>li.staff_li div.staff ul.icon_li li.icon02 {
    background: #80da89;
}

.contact_us .wrapper .container .inner>li.staff_li div.staff ul.icon_li li.icon03 {
    background: #fa9633;
}

.contact_us .wrapper .container .inner>li.staff_li div.staff ul.icon_li li.icon04 {
    background: #9386db;
}

.contact_us .wrapper .container .inner>li.btn_li ul {
    padding: 20px 0 0 0;
    display: flex;
    justify-content: space-between;
}

.contact_us .wrapper .container .inner>li.btn_li ul li {
    margin: 0 0 20px;
    width: 49%;
}

.contact_us .wrapper .container .inner>li.btn_li ul li a {
    height: 70px;
    width: 100%;
    border-radius: 35px;
    background: #FFAA26;
    box-shadow: 0px 3px 0px 0px #ff6f26;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    position: relative;
}

.contact_us .wrapper .container .inner>li.btn_li ul li a img {
    position: absolute;
    left: 40px;
    top: 50%;
    margin: -22px 0 0;
}

.contact_us .wrapper .container .inner>li.btn_li ul li a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 24px;
    top: calc(50% - 1px);
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%);
    color: #fff;
}


.contact_us .wrapper .container .con_wrapper {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.contact_us .wrapper .container .con_wrapper .con_left {
    width: 30%;
    margin: 0;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.contact_us .wrapper .container .con_wrapper .con_left .tel {
    width: 100%;
    border: 1px solid #17ABE8;
    padding: 20px 0;
}

.contact_us .wrapper .container .con_wrapper .con_left .tel .tel_number {
    font-size: 22px;
    font-weight: bold;
    color: #f00;
}

.contact_us .wrapper .container .con_wrapper .con_left .mail {
    width: 100%;
    margin: 30px auto 0;
}

.contact_us .wrapper .container .con_wrapper .con_left .mail p {
    font-size: 19px;
    font-weight: bold;
}

.contact_us .wrapper .container .con_wrapper .con_left .mail ul li {
    width: 100%;
    margin: 10px 2% 10px 0;
}

.contact_us .wrapper .container .con_wrapper .con_left .mail ul li a {
    width: 100%;
    position: relative;
}

.contact_us .wrapper .container .con_wrapper .con_left .mail ul li a img {
    position: absolute;
    width: 30px;
    left: 21px;
    top: 50%;
    transform: translate(0, -50%);
}

.contact_us .wrapper .container .con_wrapper .con_right {
    width: 70%;
    background: #fff;
    padding: 0 0 0 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

.contact_us .wrapper .container .con_wrapper .con_right h3 {
    font-size: 22px;
    font-weight: bold;
}

.contact_us .wrapper .container .con_wrapper .con_right ul li {
    width: 100%;
    margin: 10px 2% 10px 0;
}

.contact_us .wrapper .container .con_wrapper .con_right ul li em {
    padding: 0px 2px;
    width: 8.5em;
    display: inline-block;
    font-style: normal;
    background-color: #17abe8;
    color: #fff;
    text-align: center;
}

.contact_us .wrapper .container .con_wrapper .con_right ul.company_image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.contact_us .wrapper .container .con_wrapper .con_right ul.company_image li {
    display: flex;
    flex-wrap: wrap;
    justify-items: flex-start;
    width: 49%;
    padding: 5px;
    border: 1px solid #cccccc;
}

.contact_us .wrapper .container .con_wrapper .con_right ul.company_image li:nth-of-type(2n) {
    margin: 10px 0 10px 0;
}

.contact_us .wrapper .container .con_wrapper .con_right ul.company_image li img {
    width: 100%;
    max-width: 100%;
    height: 205px;
    object-fit: cover;
}

/* like_share_search
----------------------------------------------------------------------------- */
.like_share_search {
    margin: 30px 0 0;
    width: 100%;
}

.like_share_search .wrapper {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-items: center;
}

.like_share_search .wrapper .like_btn {
    margin: 0 auto;
    width: 450px;
}

.like_share_search .wrapper .like_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #17abe8;
    border-radius: 35px;
    height: 70px;
    width: 100%;
    position: relative;
    font-size: 21px;
    color: #17abe8;
    background: #fff;
}

.like_share_search .wrapper .like_btn a img {
    position: absolute;
    left: 70px;
    top: 50%;
    margin: -24px 0 0;
}

.like_share_search .wrapper .share_area {
    margin: 0 auto;
    padding: 20px 40px;
    border: 1px solid #17abe8;
    background: #E1F4FC;
}

.like_share_search .wrapper .share_area p {
    text-align: center;
    font-size: 20px;
    background: #fff;
    font-weight: bold;
}

.like_share_search .wrapper .share_area ul {
    display: flex;
    justify-content: space-between;
    width: 415px;
    margin: 23px auto 0;
}

.like_share_search .wrapper .share_area ul li {
    display: flex;
    justify-content: space-between;
    width: 190px;
}

.like_share_search .wrapper .share_area ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 65px;
    background: #17abe8;
    color: #fff;
    border-radius: 15px;
    font-size: 20px;
}

.like_share_search .wrapper .share_area ul li.icon1 a img {
    margin: 0 18px 0 0;
}

.like_share_search .wrapper .share_area ul li.icon2 a {
    background: #29ae00;
}

.like_share_search .wrapper .search_btn {
    margin: 30px auto 0;
    width: 450px;
}

.like_share_search .wrapper .search_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #17abe8;
    background: #17abe8;
    border-radius: 35px;
    height: 70px;
    width: 100%;
    position: relative;
    font-size: 21px;
    color: #fff;
}

.like_share_search .wrapper .search_btn a img {
    position: absolute;
    left: 70px;
    top: 50%;
    margin: -14px 0 0;
}

/* media
----------------------------------------------------------------------------- */
.media {}

.media .wrapper {
    width: 100%;
}

/* property
----------------------------------------------------------------------------- */
.property {
    padding: 38px 0 0;
}

.property.bg {
    width: 100%;
}

.property .wrapper {
    width: 100%;
    margin: 0 auto;
}

.property .wrapper h2 {
    display: flex;
    align-items: center;
    font-size: 32px;
    font-weight: bold;
    color: #17abe8;
    text-align: left;
    line-height: 1;
    padding: 0 0 20px;
    border-bottom: 2px solid #17abe8;
    width: 100%;
    margin: 0 auto;
}

.property .wrapper h2 img {
    padding-right: 10px;
}

.property .wrapper ul.slider_property {
    padding: 30px 0 0;
}

.property .wrapper ul.slider_property .slick-list {
    box-sizing: initial;
    padding-bottom: 20px !important;
}

.property .wrapper ul.slider_property li.slider_wtapper {
    margin: 0 13px;
    height: auto;
}

.property .wrapper ul.slider_property li.slider_wtapper .box {
    height: auto;
    box-shadow: 0px 0px 8px 0px rgba(174, 180, 183, 0.3);
}

.property .wrapper ul.slider_property li.slider_wtapper .img_box {
    position: relative;
    padding-top: 30px;
}

.property .wrapper ul.slider_property li.slider_wtapper .img_box img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.property .wrapper ul.slider_property li.slider_wtapper .img_box ul.icon {
    position: absolute;
    top: 8px;
    left: 7px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.property .wrapper ul.slider_property li.slider_wtapper .img_box ul.icon li {
    width: auto;
    padding: 5px 10px;
    border-radius: 15px;
    line-height: 1;
    margin-right: 5px;
}

.property .wrapper ul.slider_property li.slider_wtapper .img_box ul.icon li.tatemono {
    font-size: 12px;
    color: #ffffff;
    background-color: #00A9BD;
}

.property .wrapper ul.slider_property li.slider_wtapper .img_box ul.icon li.kakaku {
    font-size: 12px;
    color: #ffffff;
    background-color: #ED3833;
}

.property .wrapper ul.slider_property .slick-track {
    padding: 0;
}

.property .wrapper ul.slider_property li.slider_wtapper .text_box {
    padding: 13px;
    text-align: left;
}

.property .wrapper ul.slider_property li.slider_wtapper .text_box h3 {
    color: #070707;
    line-height: 18px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.property .wrapper ul.slider_property li.slider_wtapper .text_box h4 {
    color: #ed3833;
    font-size: 12px;
    text-align: right;
}

.property .wrapper ul.slider_property li.slider_wtapper .text_box h4 span {
    font-size: 22px;
}

.property .wrapper ul.slider_property li.slider_wtapper .text_box ul.info {
    font-size: 12px;
    color: #333333;
}

.property .wrapper ul.slider_property li.slider_wtapper .text_box ul.info li {
    display: flex;
    align-items: flex-start;
}

.property .wrapper ul.slider_property li.slider_wtapper .text_box ul.info li.load p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.property .wrapper ul.slider_property li.slider_wtapper .text_box ul.info li.home p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.property .wrapper ul.slider_property li.slider_wtapper .text_box ul.info li:first-of-type {
    margin-bottom: 8px;
    line-height: 16px;
}

.property .wrapper ul.slider_property li.slider_wtapper .text_box ul.info li img {
    margin: 2px 10px 0 0;
}

.property .wrapper ul.slider_property li.slider_wtapper .text_box ul.btn {
    display: flex;
    font-size: 9px;
    margin-top: 10px;
}

.property .wrapper ul.slider_property li.slider_wtapper .text_box ul.btn li:first-of-type {
    margin-right: 5px;
}

.property .wrapper ul.slider_property li.slider_wtapper .text_box ul.btn li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    border: 1px solid #17abe8;
    border-radius: 5px;
    width: 100px;
    color: #17abe8;
    line-height: 1;
}

.property .wrapper ul.slider_property li.slider_wtapper .text_box ul.btn li:last-of-type a {
    color: #333;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 10px 0;
    line-height: 1;
    font-size: 100%;
}

.property .wrapper ul.slider_property li.slider_wtapper .text_box ul.btn li:last-of-type a img {
    margin-right: 11px;
}

.property .wrapper ul.slider_property .prev-arrow {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
}

.property .wrapper ul.slider_property .next-arrow {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: rotateZ(180deg) translateY(50%);
}

.property_btn {
    width: 450px;
    margin: 0 auto;
}

.property_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #17abe8;
    background: #17abe8;
    border-radius: 35px;
    height: 70px;
    width: 100%;
    position: relative;
    font-size: 21px;
    color: #fff;
}

.property_btn a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 24px;
    top: calc(50% - 1px);
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%);
    color: #fff;
}
ul.slider_property{
  display: none;
}
ul.slider_property.slick-initialized{
  display: block;
}

/* reservation_contact
----------------------------------------------------------------------------- */
.reservation_contact {
    background: #fff !important;
}

.reservation_contact .wrapper {
    width: 700px;
}

.reservation_contact div.day ul li h4 {
    width: 240px !important;
}

.reservation_contact div.day ul li .input_wrapper {
    width: 115% !important;
}

/*

.reservation_contact .reservation .now ul,
.reservation_contact .contact .now ul {
    display: flex;
}

.reservation_contact .reservation .now ul li,
.reservation_contact .contact .now ul li {
    width: 170px;
    border: solid #17abe8;
    border-width: 1px 0 1px 1px;
    position: relative;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin: 0 25px 0 0;
    color: #17abe8;
    padding: 0 0 0 25px;
}

.reservation_contact .reservation .now ul li:last-of-type,
.reservation_contact .contact .now ul li:last-of-type {
    width: 200px;
    border: solid #17abe8;
    border-width: 1px;
    margin: 0;
    padding: 0;
}

.reservation_contact .reservation .now ul li.active,
.reservation_contact .contact .now ul li.active {
    background: #17abe8;
    color: #fff;
}

.reservation_contact .reservation .now ul li::after,
.reservation_contact .contact .now ul li::after {
    background: #fff;
    content: "";
    height: 31px;
    margin-top: -16px;
    position: absolute;
    right: -17px;
    top: 50%;
    width: 31px;
    z-index: 1;
    transform: rotate(45deg);
    border: solid #17abe8;
    border-width: 1px 1px 0 0;
}

.reservation_contact .reservation .now ul li.active::after,
.reservation_contact .contact .now ul li.active::after {
    background: #17abe8;
}

.reservation_contact .reservation .now ul li:last-of-type:after,
.reservation_contact .contact .now ul li:last-of-type:after {
    display: none;
}

.reservation_contact .reservation .info,
.reservation_contact .contact .info {
    margin: 30px auto;
    width: 960px;
    background: #fff;
    padding: 30px;
    border-radius: 13px;
}

.reservation_contact .reservation .info dl,
.reservation_contact .contact .info dl {
    height: 75px;
    width: 100%;
    border: solid #333;
    border-width: 0 0 1px;
    display: flex;
    font-size: 22px;
}

.reservation_contact .reservation .info dl dt,
.reservation_contact .contact .info dl dt {
    height: 75px;
    display: flex;
    align-items: center;
    color: #17abe8;
    width: 165px;
}

.reservation_contact .reservation .info dl dd,
.reservation_contact .contact .info dl dd {
    height: 75px;
    display: flex;
    align-items: center;
}

.reservation_contact .reservation .info dl dd .pay,
.reservation_contact .contact .info dl dd .pay {
    color: #ed3833;
}

.reservation_contact .reservation>div h3,
.reservation_contact .contact>div h3 {
    font-size: 22px;
    color: #17abe8;
    text-align: left;
    width: 260px;
}

.reservation_contact .reservation>div h3 span,
.reservation_contact .contact>div h3 span {
    color: #ed3833;
}

.reservation_contact div.day ul li {
    display: flex;
    align-items: center;
    margin: 25px 0 0;
}

.reservation_contact div.day ul li h4 {
    width: 145px;
    text-align: left;
    font-size: 22px;
}

.reservation_contact div.day ul li h4 span {
    color: #ed3833;
    margin: 0 0 0 -0.5em;
}

.reservation_contact div.day ul li .input_wrapper {
    width: 440px;
    height: 80px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
}

.reservation_contact div.day ul li .input_wrapper input {
    width: 370px;
    height: 80px;
    border-radius: 10px;
    padding: 20px;
    border: 0;
    font-size: 22px;
    color: #333;
}

.reservation_contact div.day ul li .input_wrapper input::placeholder {
    color: #c0c0c0;
}

.reservation_contact div.bikou,
.reservation_contact div.other {
    margin: 30px auto 0;
    display: flex;
    align-items: center;
}

.reservation_contact div.bikou textarea,
.reservation_contact div.other textarea {
    margin: 13px 0 0;
    width: 100%;
    height: 180px;
    font-size: 22px;
    padding: 25px 30px;
    border-radius: 10px;
    border: 0;
    font-weight: bold;
    color: #333;
    width: calc(100% - 260px);
    box-shadow: 3px 3px 5px #ccc;
    border: 1px solid #ccc;
}

.reservation_contact div.bikou textarea::placeholder,
.reservation_contact div.other textarea::placeholder {
    color: #c0c0c0;
}

.reservation_contact div.name,
.reservation_contact div.name_kana,
.reservation_contact div.mail {
    margin: 30px auto 0;
    display: flex;
    align-items: center;
}

.reservation_contact div.name input,
.reservation_contact div.name_kana input,
.reservation_contact div.mail input,
.reservation_contact div.tel input {
    margin: 10px auto 0;
    width: 100%;
    height: 80px;
    padding: 0 30px;
    font-size: 22px;
    border-radius: 10px;
    border: 0;
    color: #333;
    width: calc(100% - 260px);
    box-shadow: 3px 3px 5px #ccc;
    border: 1px solid #ccc;
}

.reservation_contact div input::placeholder {
    color: #c8c8c8;
}

.reservation_contact div.tel {
    margin: 30px auto 0;
    display: flex;
    align-items: center;
}

.reservation_contact div.tel ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 600px;
    width: calc(100% - 260px);
}

.reservation_contact div.tel ul li {
    width: 180px;
}

.reservation_contact div.tel ul li input {
    margin: 10px auto 0;
    width: 100%;
    height: 80px;
    padding: 0 30px;
    font-size: 22px;
    border-radius: 10px;
    border: 0;
    color: #333;
}

.reservation_contact div.tel ul li.hyphen {
    width: 30px;
    font-weight: bold;
}

.reservation_contact div.re {
    margin: 30px auto 0;
}

.reservation_contact div.re ul {
    margin: 25px auto 0;
}

.reservation_contact div.re ul li {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 15px 35px;
    text-align: left;
}

.reservation_contact div.re ul li input[type="radio"] {
    display: none;
}

.change_label {
    position: relative;
    padding: 0 0 0 42px;
}

.change_label:after,
.change_label:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
}

.change_label:after {
    left: -10px;
    margin-top: -17px;
    width: 40px;
    height: 40px;
    border: 1px solid #333333;
}

.change_label:before {
    left: 0px;
    top: 4px;
    margin-top: 0px;
    width: 21px;
    height: 10px;
    opacity: 0;
    border-left: 5px solid #17abe8;
    border-bottom: 5px solid #17abe8;
    transform: rotate(-45deg);
}

.reservation_contact div.re ul li input[type="radio"]:checked+.change_label:before {
    opacity: 1;
}

.change_label:hover:after {
    border-color: #0171bd;
}

.reservation_contact div>div.text {
    margin: 72px 0 0;
    font-size: 18px;
    text-align: left;
}

.reservation_contact div>div.text p.pp {
    margin: 50px 0 0;
    font-size: 20px;
    text-align: left;
}

.reservation_contact div>div.text p.pp a {
    color: #53bfe6;
    border: solid #53bfe6;
    border-width: 0 0 1px;
}

.reservation_contact div>.btn {
    width: 450px;
    margin: 70px auto 0;
    position: relative;
}

.reservation_contact div>.btn input {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #17cec7;
    background: #17cec7;
    border-radius: 35px;
    height: 70px;
    width: 100%;
    font-size: 21px;
    color: #fff;
}
.reservation_contact div>.btn input:hover {
    cursor: pointer;
}

.reservation_contact div>.btn::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 24px;
    top: calc(50% - 1px);
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%);
    color: #fff;
}

.reservation_contact div.select {
    margin: 30px auto 0;
    text-align: center;
    display: flex;
    align-items: center;
}

.reservation_contact div.select ul {
    margin: 25px auto 0;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 260px);
}

.reservation_contact div.select ul li {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 15px 35px;
    text-align: left;
}

.reservation_contact div.select ul li input[type="checkbox"] {
    display: none;
}

.chenge_check {
    position: relative;
    padding: 0 0 0 42px;
}

.chenge_check:after,
.chenge_check:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
}

.chenge_check:after {
    left: -10px;
    margin-top: -17px;
    width: 40px;
    height: 40px;
    border: 1px solid #333333;
}

.chenge_check:before {
    left: 0px;
    top: 4px;
    margin-top: 0px;
    width: 21px;
    height: 10px;
    opacity: 0;
    border-left: 5px solid #17abe8;
    border-bottom: 5px solid #17abe8;
    transform: rotate(-45deg);
}

.reservation_contact div.select ul li input[type="checkbox"]:checked+.chenge_check:before {
    opacity: 1;
}

.chenge_check:hover:after {
    border-color: #0171bd;
}

.reservation_contact div.bikou,
.reservation_contact div.other,
.reservation_contact div.day,
.reservation_contact div.name,
.reservation_contact div.name_kana,
.reservation_contact div.tel,
.reservation_contact div.re,
.reservation_contact div.mail,
.reservation_contact div.other {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.reservation_contact div.error {
    width: 100%;
    background: #ed3833;
    padding: 5px;
    color: #fff;
    margin: 10px auto 0;
}

.reservation_contact div.day ul li .input_wrapper {
    box-shadow: 3px 3px 5px #ccc;
    border: 1px solid #ccc;
}

.reservation_contact div.day ul li .input_wrapper input {
    height: 78px;
}

.reservation_contact div.name input,
.reservation_contact div.name_kana input,
.reservation_contact div.mail input,
.reservation_contact div.tel input {
    height: 60px;
}

.reservation_contact .reservation>div h3,
.reservation_contact .contact>div h3 {
    font-size: 18px;
}

.reservation_contact div.day ul li h4 {
    font-size: 18px;
}

.reservation_contact div.re ul {
    display: flex;
    margin: 25px 0 0 0;
}
*/
/* wrap-tab
----------------------------------------------------------------------------- */
.wrap-tab {
    overflow: hidden;
}

.list-tab {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 auto;
    border-bottom: 1px solid #333;
}

.list-tab>li {
    display: block;
    padding: 0.5em 1em;
    margin: 0 12px;
    width: 230px;
    color: #17abe8;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    border: solid #17abe8;
    border-width: 1px 1px 0;
    cursor: pointer;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    background: #fff;
}

.list-tab>li.active {
    height: 50px;
    margin: 0 12px 0 25px;
    color: #fff;
    background-color: #FFAA26;
    border: solid #FFAA26;
}

.tab-content {
    display: none;
    padding: 1em;
}

.tab-content.active {
    display: block;
}

/* wrap-tab2
----------------------------------------------------------------------------- */
.wrap-tab2 {
    overflow: hidden;
    margin: 20px 0 0;
}

.list-tab2 {
    display: flex;
    align-items: flex-end;
    margin: 0 -2px;
    border-bottom: 1px solid #333;
}

.list-tab2>li {
    display: block;
    margin: 0 12px;
    width: 230px;
    color: #ed3833;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    border: solid #ed3833;
    border-width: 1px 1px 0;
    cursor: pointer;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
}

.list-tab2>li:first-of-type {
    margin: 0 12px 0 25px;
}

.list-tab2>.active {
    background: #17abe8;
    height: 50px;
    color: #fff;
    border: #17abe8;
}

.tab-content2 {
    display: none;
    padding: 1em 0;
}

.tab-content2.active {
    display: block;
}

.wrap-tab2 .tab-content22 h2,
.wrap-tab2 .tab-content2 h2 {
    position: relative;
    width: 100%;
    border: solid #17abe8;
    border-width: 1px 0 0 0;
    padding: 30px 0 0 140px;
    text-align: left;
    font-size: 28px;
    color: #17abe8;
    margin: 25px 0 0;
}

.wrap-tab-content22,
.wrap-tab-content2 {
    margin-bottom: 80px;
}

.wrap-tab-content2 {
    margin-bottom: 0;
}

.tab-content22 h2 img,
.tab-content2 h2 img {
    position: absolute;
    left: 0;
    top: -17px;
}

.tab-content2 .container {
    margin: 35px 5px 20px;
    box-shadow: 0px 0px 10px 0 rgba(174, 180, 183, 0.3);
    padding: 3px;
}

.tab-content22 .container .table,
.tab-content2 .container .table {
    width: 100%;
}

.tab-content22 .container p,
.tab-content2 .container p {
    text-align: left;
}

img.ui-datepicker-trigger {
    cursor: pointer;
    margin-left: 7px !important;
    vertical-align: middle;
}

/* cont_check
----------------------------------------------------------------------------- */
.cont_check {
    padding: 20px;
    background: #17abe8;
}

.cont_check .wrapper {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
}

.cont_check .wrapper ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.cont_check .wrapper ul li:first-of-type {
    margin-right: 5%;
    width: 30%;
}

.cont_check .wrapper ul li:nth-of-type(2) {
    text-align: left;
    width: 65%;
}

.cont_check .wrapper ul li:nth-of-type(2) h2 {
    color: #17abe8;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.cont_check .wrapper ul li:nth-of-type(2) p {
    font-size: 16px;
}

.cont_check .wrapper ul li:nth-of-type(2) p span {
    /*border-bottom: 1px dashed #ED3833;*/
}

.cont_check .wrapper ul li:nth-of-type(2) a {
    text-align: center;
    margin: 30px auto 0;
}

.cont_check2 {
    width: 100%;
    padding: 10px 0;
    background-image: url(/images/top/01banner_bg.webp);
}
.cont_check2 .wrapper {
    width: 100%;
}
.cont_check2 .inner {
    margin: 0 10px;
    background: #ffffff;
}
.cont_check2 .inner a {
	display: block;
	position: relative;
    width: 100%;
    height: 100%;
    padding: 20px 100px 20px 350px;
    text-align: left;
}
.cont_check2 .inner a h2 {
    color: #17ABE8;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.cont_check2 .inner a p {
    font-size: 16px;
}

.cont_check2 img {
	position: absolute;
	top: 50%;
	left: 80px;
	transform: translateY(-50%);
	width: 200px;
}
.cont_check2 .inner a span {
    text-align: center;
    margin: 30px auto 20px;
}


/* media
----------------------------------------------------------------------------- */
/*
.media {
    padding: 50px 0;
    background: #E2EFDA;
}

.media .wrapper {
    width: 100%;
    margin: 0 auto;
}

.media .wrapper h3 {
    font-size: 22px;
    font-weight: bold;
    padding: 10px 30px;
    background: #fff;
    display: inline-block;
    color: #000;
}

.media .wrapper ul {
    width: 100%;
    padding: 30px;
    background: #fff;
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.media .wrapper ul li {
    width: 30%;
    margin: 0 0 30px;
    text-align: center;
}

.media .wrapper ul li:nth-last-child(-n+3) {
    margin: 0;
}
*/
/* side_banner
----------------------------------------------------------------------------- */
.side_banner {
    /*
    position: fixed;
    right: 0;
    bottom: 28%;
    width: 200px;
    */
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(0, -67%);
    width: 200px;
}

.side_banner .wrapper {
    width: 200px;
    padding: 20px 17px 15px;
    background: #fafafa;
}

.side_banner .wrapper .side_btn>li {
    width: 100%;
    margin: 0 auto 10px;
}

.side_banner .wrapper .side_btn>li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    background: #ed3833;
    color: #fff;
    font-size: 14px;
}

.side_banner .wrapper .side_btn>li a img {
    margin: 0 10px 0 0;
}

.side_banner .wrapper .side_btn>li.kengaku a img {
    height: 20px;
}

.side_banner .wrapper .side_btn>li.like_share a {
    background: inherit;
}

.side_banner .wrapper .side_btn>li.like_share ul {
    display: flex;
    justify-content: center;
    margin: 17px auto 10px;
}

.side_banner .wrapper .side_btn>li.like_share ul li a img {
    height: 35px;
}

.side_banner .wrapper .side_btn>li.search a {
    text-align: left;
    background: #17abe8;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    line-height: 1.5;
}

.side_banner .wrapper .side_btn>li.search a img {
    height: 20px;
}

.side_banner .ai {
    position: relative;
    box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.2);
}

.side_banner .ai a {
    display: block;
    background: #17cec7;
    border-radius: 0 0 0 10px;
    padding: 17px 0;
    position: relative;
}

.side_banner .ai a p {
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
}

.side_banner .ai a p.big {
    margin: 10px auto 0;
    font-size: 18px;
}

.side_banner .ai a::before {
    position: absolute;
    content: "";
    top: 35px;
    left: 25px;
    height: 20px;
    width: 2px;
    background: #fff;
    transform: rotate(-30deg);
}

.side_banner .ai a::after {
    position: absolute;
    content: "";
    top: 35px;
    right: 25px;
    height: 20px;
    width: 2px;
    background: #fff;
    transform: rotate(30deg);
}

.side_banner .ai:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 75px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%);
    color: #fff;
}

.bot_banner2 {
    display: none;
}

/* movie
----------------------------------------------------------------------------- */
.movie {
    padding: 20px 0;
}

.movie .wrapper {
    width: 100%;
    margin: 0 auto;
}

.movie .wrapper h2 {
    display: flex;
    align-items: center;
    font-size: 32px;
    font-weight: bold;
    color: #17ABE8;
    text-align: left;
    line-height: 1;
    padding: 0 0 20px;
    border-bottom: 2px solid #17ABE8;
}

.movie .wrapper h2 img {
    padding-right: 10px;
}

.movie .wrapper>p {
    text-align: left;
    margin: 20px 0 0;
    font-size: 16px;
    color: #333;
}

.movie .wrapper .slider {
    width: 700px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}

.movie .wrapper .slider .movie_slider {
    width: 525px;
}

.movie .wrapper .slider .movie_slider li.slick-slide {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 296px;
    width: 100%;
    background: #030000;
    border-radius: 5px;
}
.movie .wrapper .slider .movie_slider li.slick-slide img {
    position: absolute;
    height: 296px;
}
@media only screen and (max-width: 639px) {
    .movie .wrapper .slider .movie_slider li.slick-slide img {
        height: auto;
    }
}

.movie .wrapper .slider .movie_slider li.slick-slide iframe {
    width: 100%;
    height: 100%;
}

.movie .wrapper .slider .movie_slider li video,
.movie .wrapper .slider .movie_slider li .youtube,
.movie .wrapper .slider .movie_slider li .youtube iframe {
    width: 100%;
    border-radius: 5px;
}

.movie .wrapper .slick-slide a {
    width: 100%;
    position: relative;
}

.movie .wrapper .slick-slide a img {
    width: 100%;
}

.movie .wrapper .slick-slide .ytp-button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    -webkit-transition: opacity .25s cubic-bezier(0,0,0.2,1);
    transition: opacity .25s cubic-bezier(0,0,0.2,1);
    z-index: 63;
    border: none;
    background-color: transparent;
    padding: 0;
    color: inherit;
    text-align: inherit;
    font-size: 100%;
    font-family: inherit;
    cursor: pointer;
    line-height: inherit;
}
.movie .wrapper .slick-slide a .ytp-button svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.movie .wrapper .slick-slide a .ytp-button svg .ytp-large-play-button-bg{
    -webkit-transition: fill .1s cubic-bezier(0.4,0,1,1),fill-opacity .1s cubic-bezier(0.4,0,1,1);
    transition: fill .1s cubic-bezier(0.4,0,1,1),fill-opacity .1s cubic-bezier(0.4,0,1,1);
    fill: #212121;
    fill-opacity: .8;
}
.movie .wrapper .slick-slide a:hover .ytp-button svg .ytp-large-play-button-bg,
.movie .wrapper .slick-slide a .ytp-button svg .ytp-large-play-button-bg:hover{
    -webkit-transition: fill .1s cubic-bezier(0.4,0,1,1),fill-opacity .1s cubic-bezier(0.4,0,1,1);
    transition: fill .1s cubic-bezier(0.4,0,1,1),fill-opacity .1s cubic-bezier(0.4,0,1,1);
    fill: #f00;
    fill-opacity: 1;
}

.movie .wrapper .slider .movie_thumb {
    width: 175px;
    height: 296px;
}

.movie .wrapper .slider .movie_thumb .slick-list {
    width: 175px;
}
.movie .wrapper .slider .movie_thumb li.slick-slide {}

.movie .wrapper .slider .movie_thumb li .img_box {
    height: 97px;
    position: relative;
}

.movie .wrapper .slider .movie_thumb li img {
    width: 100%;
    height: 97px;
    object-fit: cover;
    vertical-align: bottom;
    border-radius: 5px;
}

.movie .wrapper .slider .movie_thumb li .img_box .ytp-button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    -webkit-transition: opacity .25s cubic-bezier(0,0,0.2,1);
    transition: opacity .25s cubic-bezier(0,0,0.2,1);
    z-index: 63;
    border: none;
    background-color: transparent;
    padding: 0;
    color: inherit;
    text-align: inherit;
    font-size: 100%;
    font-family: inherit;
    cursor: pointer;
    line-height: inherit;
}
.movie .wrapper .slider .movie_thumb li .img_box .ytp-button svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.movie .wrapper .slider .movie_thumb li .img_box .ytp-button svg .ytp-large-play-button-bg{
    -webkit-transition: fill .1s cubic-bezier(0.4,0,1,1),fill-opacity .1s cubic-bezier(0.4,0,1,1);
    transition: fill .1s cubic-bezier(0.4,0,1,1),fill-opacity .1s cubic-bezier(0.4,0,1,1);
    fill: #212121;
    fill-opacity: .8;
}
.movie .wrapper .slider .movie_thumb li .img_box:hover .ytp-button svg .ytp-large-play-button-bg,
.movie .wrapper .slider .movie_thumb li .img_box .ytp-button svg .ytp-large-play-button-bg:hover{
    -webkit-transition: fill .1s cubic-bezier(0.4,0,1,1),fill-opacity .1s cubic-bezier(0.4,0,1,1);
    transition: fill .1s cubic-bezier(0.4,0,1,1),fill-opacity .1s cubic-bezier(0.4,0,1,1);
    fill: #f00;
    fill-opacity: 1;
}

.movie .wrapper .slider .movie_thumb .prev-arrow {
    position: absolute;
    top: -27px;
    right: 50%;
    transform: rotateZ(90deg);
}

.movie .wrapper .slider .movie_thumb .next-arrow {
    position: absolute;
    bottom: -27px;
    right: 50%;
    transform: rotateZ(-90deg);
}

.movie .wrapper .slider .movie_slider .slick-dots {
    bottom: -33px;
}

.movie .wrapper .slider .movie_slider .slick-dots li {
    width: 13px;
    height: 13px;
    margin: 0 13px 0 0;
}

.movie .wrapper .slider .movie_slider .slick-dots li:last-of-type {
    margin: 0;
}

.movie .wrapper .slider .movie_slider .slick-dots li button {
    width: 13px;
    height: 13px;
}

.movie .wrapper .slider .movie_slider .slick-dots li button:before {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    color: #B9B9B9;
    background: #B9B9B9;
    opacity: 1;
    content: '';
}

.movie .wrapper .slider .movie_slider .slick-dots li.slick-active button:before {
    color: #17ABE8;
    background: #17ABE8;
    opacity: 1;
}
.movie .wrapper .slider .movie_slider{
    display: none;
}
.movie .wrapper .slider .movie_slider .slick-list {
    width: 525px;
}
.movie .wrapper .slider .movie_slider.slick-initialized{
    display: block;
}



.share_windows {
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.share_windows.open {
    display: flex !important;
}

.share_windows .share_area {
    padding: 25px 40px;
    background: #fff;
    border-radius: 15px;
    position: relative;
}

.share_windows .share_area .close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    font-weight: bold;
    padding: 10px;
    background: #777;
    color: #fff;
    line-height: 1;
}

.share_windows .share_area p {
    text-align: center;
    font-size: 20px;
}

.share_windows .share_area ul {
    display: flex;
    justify-content: space-between;
    width: 415px;
    margin: 23px auto 0;
}

.share_windows .share_area ul li {
    display: flex;
    justify-content: space-between;
    width: 190px;
}

.share_windows .share_area ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 65px;
    background: #17abe8;
    color: #fff;
    border-radius: 15px;
    font-size: 20px;
}

.share_windows .share_area ul li.icon1 a img {
    margin: 0 18px 0 0;
}

.share_windows .share_area ul li.icon2 a {
    background: #29ae00;
}

.gnDate {
    text-align: right;
    margin: 5px;
}

/* BreakPoint 1100px
=============================================================*/
@media only screen and (max-width: 1100px) {
    .bot_banner2 {
        display: flex;
        align-items: center;
        height: 100px;
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4);
    }

    .bot_banner2 .wrapper ul.toiawase {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bot_banner2 .wrapper ul.toiawase li:not(:last-child) {
        margin: 0 13px;
    }

    .bot_banner2 .wrapper ul.toiawase .tel,
    .bot_banner2 .wrapper ul.toiawase .kengaku {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        width: 255px;
        background: #ff9900;
        color: #fff;
        position: relative;
    }

    .bot_banner2 .wrapper ul.toiawase .tel a,
    .bot_banner2 .wrapper ul.toiawase .kengaku a {
        color: #fff;
        font-size: 21px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        width: 100%;
    }

    .bot_banner2 .wrapper ul.toiawase .tel img,
    .bot_banner2 .wrapper ul.toiawase .kengaku img {
        height: 32px;
        margin: 0 10px 0 0;
    }

    .bot_banner2 .wrapper ul.toiawase .heart {
        width: 55px;
    }

    main {
        padding: 64px 0 0;
    }

    .side_banner {
        display: none;
    }

    .top_banner .wrapper {
        width: 100%;
        padding: 0 3%;
        margin: 0 auto;
    }

    .pankuzu ul {
        width: 100%;
        margin: 0 auto;
    }

    .mv_slider_container {
        width: 80%;
        padding: 0 0;
        margin: 10px auto 0;
    }

    .wrapper {
        width: 100%;
        padding: 0 3%;
        margin: 0 auto;
    }

    /* prohead
    ----------------------------------------------------------------------------- */
    .prohead {
        width: 100%;
    }

    .prohead .wrapper {
        width: 100%;
        padding: 0 3%;
        margin: 0 auto;
    }

    .info .wrapper {
        width: 100%;
        padding: 0 3%;
        margin: 0 auto;
    }

    .info .wrapper .like_share {
        top: 65px;
    }

    .info .wrapper .twolink {
        margin: 145px 0 0;
    }

    .info .wrapper .twolink li a,
    .info .wrapper .twolink li>span {
        height: auto;
    }

    .info .wrapper .twolink li.fukidasi_wrapper a {
        top: -102px;
    }

    .info .wrapper .info_icon {
        flex-wrap: wrap;
    }

    .info .wrapper .info_icon li {
        width: 32%;
    }

    .info .wrapper .info_icon li:not(:last-child) {
        margin: 0 2% 0 0;
    }

    .info .wrapper .info_icon li:not(:nth-of-type(3n)) {
        margin: 0 2% 0 0;
    }

    .info .wrapper .info_icon li:nth-of-type(3n) {
        margin: 0;
    }

    .info .wrapper .info_icon li img {
        width: 100%;
    }

    .comment .wrapper {
        width: 100%;
        padding: 0 3%;
        margin: 0 auto;
    }

    .common_banner .wrapper {
        width: 100%;
        padding: 0 3%;
        margin: 0 auto;
    }

    .price_trends .wrapper {
        width: 100%;
        padding: 0 3%;
        margin: 0 auto;
    }

    .payment .wrapper {
        width: 100%;
        padding: 0 3%;
        margin: 0 auto;
    }

    .payment .wrapper .container .inner .simulation {
        width: 100%;
    }

    .contact_us .wrapper {
        width: 100%;
        padding: 0 3%;
        margin: 0 auto;
    }

    .like_share_search .wrapper .share_area {
        margin: 40px auto 0;
    }

    .like_share_search .wrapper {
        width: 100%;
        padding: 0 3%;
        margin: 0 auto;
    }

    /*
    .media .wrapper {
        width: 100%;
        padding: 0 3%;
        margin: 0 auto;
    }
*/
    .cont_check .wrapper {
        width: 94%;
        margin: 0 auto;
        background: #fff;
        padding: 20px 0;
    }

    .cont_check .wrapper ul {
        padding: 0 2%;
    }

    .cont_check .wrapper ul li:first-of-type {
        margin-right: 5%;
        width: 30%;
    }

    .cont_check .wrapper ul li:first-of-type img {
        width: 100%;
    }

    .cont_check .wrapper ul li:nth-of-type(2) {
        text-align: left;
        width: 65%;
    }

    .anchor_btn.orange_btn {
        margin: 20px auto;
    }

    .ai_box .wrapper {
        width: 100%;
        margin: 0 auto 4vw 0;
        /* background: #70bebe;
        border-radius: 10px; */
        padding: 18px 0;
    }

    .ai_box .wrapper h2 {
        font-size: 26px;
        color: #fff;
    }

    .ai_box .wrapper h2::before {
        content: "";
        margin: 0 10px 0 0;
        height: 25px;
        width: 2px;
        background: #fff;
        transform: rotate(-30deg);
        display: inline-block;
    }

    .ai_box .wrapper h2::after {
        content: "";
        margin: 0 0 0 10px;
        height: 25px;
        width: 2px;
        background: #fff;
        transform: rotate(30deg);
        display: inline-block;
    }

    .ai_box .wrapper a {
        width: 350px;
        height: 70px;
        margin: 10px auto 0;
        font-size: 21px;
        color: #00a9bd;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 35px;
        background: #fff;
        position: relative;
    }

    .ai_box .wrapper a:after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        right: 24px;
        top: calc(50% - 1px);
        border-top: solid 1px;
        border-right: solid 1px;
        transform: rotate(45deg) translateY(-50%);
        color: #00a9bd;
    }

    /* property
----------------------------------------------------------------------------- */
    .property .wrapper {
        width: 100%;
        padding: 0 3%;
        margin: 0 auto;
    }

    .property .wrapper h2 {
        width: 100%;
    }

    /* movie
----------------------------------------------------------------------------- */
    .movie .wrapper {
        width: 100%;
        padding: 0 3%;
        margin: 0 auto;
    }

    .movie .wrapper .slider {
        width: 100%;
        margin: 60px auto 0;
        display: flex;
        justify-content: space-between;
    }

    .movie .wrapper .slider .movie_thumb {
        display: none;
    }

    .movie .wrapper .slider .movie_slider {
        width: 100%;
    }

    .movie .wrapper .slider .movie_slider .slick-list {
        width: 100%;
    }

    .movie .wrapper .slider .movie_slider li.slick-slide {
        height: auto;
        width: 100%;
        background: inherit;
    }

    .movie .wrapper .slider .movie_slider li video,
    .movie .wrapper .slider .movie_slider li .youtube {
        padding: 0;
    }

    .movie .wrapper .slider .movie_slider li video source,
    .movie .wrapper .slider .movie_slider li .youtube iframe {
        border-radius: 5px;
    }

    .movie .wrapper .slider .movie_slider li.slick-slide {
    }

    .movie .wrapper .slider .movie_slider li.slick-slide video,
    .movie .wrapper .slider .movie_slider li.slick-slide .youtube {
    }

    .movie .wrapper .slider .movie_slider li.slick-slide.slick-active+.slick-slide {
    }

    .movie .wrapper .slider .movie_slider li.slick-slide.slick-active+.slick-slide video,
    .movie .wrapper .slider .movie_slider li.slick-slide.slick-active+.slick-slide .youtube {
    }

    .movie .wrapper .slider .movie_slider li.slick-slide.slick-active video,
    .movie .wrapper .slider .movie_slider li.slick-slide.slick-active .youtube {
    }

    .movie .wrapper .slider .movie_slider li.slick-slide {
    }

    .movie .wrapper .slider .movie_slider li.slick-slide.slick-current {
    }

    .movie .wrapper .slider .movie_slider li.slick-slide.slick-current+.slick-slide {
    }
}

/* BreakPoint 639px
=============================================================*/
@media only screen and (max-width: 639px) {
    .wrapCont {
        display: block;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .mainCont {
        width: 100%;
    }

    .sideCont {
        display: none;
    }

    .info .wrapper {
        padding: 0;
    }

    .info .wrapper ul.infotable {
        flex-direction: column;
        margin: 0 0 10px;
        padding: 0;
    }

    .info .wrapper ul.infotable li.infotable_price {
        width: 100%;
        margin: 0 0 5px;
    }

    .info .wrapper ul.infotable li dl {
        width: 100%;
        display: flex;
        height: 40px;
    }

    .info .wrapper ul.infotable li dl dt {
        width: 30%;
        line-height: 40px;
        font-size: 0.8em;
    }

    .info .wrapper ul.infotable li dl dd {
        display: flex;
        align-items: center;
        width: 70%;
        font-size: 0.8em;
    }

    .info .wrapper ul.infotable li dl dd span {
        font-size: 1.8em!important;
    }

    .info .wrapper ul.infotable li.infotable_price dl dd div {
        margin: 0 0 0 15px;
        padding: 0 4px;
    }

    .info .wrapper ul.infotable li.infotable_access {
        display: none;
    }

    .info .wrapper ul.infotable li.infotable_info {
        width: 100%;
    }

    .mv_slider_container .mv_slider_thumb li .img_box {
        padding: 1px;
    }

    .bot_banner2 .wrapper ul.toiawase .tel a,
    .bot_banner2 .wrapper ul.toiawase .kengaku a {
        color: #fff;
        font-size: 18px;
    }

    .bot_banner2 .wrapper ul.toiawase li:not(:last-child) {
        margin: 0 1%;
    }

    .bot_banner2 .wrapper ul.toiawase .tel img,
    .bot_banner2 .wrapper ul.toiawase .kengaku img {
        height: 15px;
        margin: 0 10px 0 0;
    }

    main {
        padding: 100px 0 0;
    }

    .top_banner .wrapper .close {
        width: 12px;
        left: 2%;
        margin: -11px 0 0;
    }

    .top_banner .wrapper .close img {
        width: 100%;
    }

    .top_banner {
        height: 60px;
    }

    .top_banner .wrapper a .box {
        margin-left: 8%;
        height: 60px;
    }

    .top_banner .wrapper a .box .border {
        width: 95px;
        height: 40px;
        font-size: 14px;
        margin: 0 1% 0 0;
    }

    .top_banner .wrapper a .box .text {
        font-size: 13px;
        margin: 0 1% 0 0;
    }

    .pankuzu ul li a {
        font-size: 10px;
    }

    .mv_slider_container {
        width: 100%;
        overflow: hidden;
    }

	.mv_slider_container .mv_slider {
	    width: 100vw;
	    height: 100vw;
	}

	.mv_slider_container .mv_slider .slick-list {
	    width: 100vw;
	    height: 100vw;
	}

	.mv_slider_container .mv_slider .slick-list .slick-track {
	    width: 100vw;
	    height: 100vw;
	}
	.mv_slider_container .mv_slider .slick-list .slick-slide {
	    width: 100vw;
	    height: 100vw;
	}
	.mv_slider_container .mv_slider .slick-list .slick-slide .mv_slider_inner {
	    width: 100vw;
	    height: 100vw;
	}

	.mv_slider_container .mv_slider .slick-counter {
		display: none;
	}

    .mv_slider_container .mv_slider img.prev-arrow {
        position: absolute;
        left: 0;
        z-index: 1;
        top: 50%;
        border-radius: 0 100px 100px 0;
	    transform: translateY(-50%);
		margin: 0;
    }

    .mv_slider_container .mv_slider img.next-arrow {
        position: absolute;
        right: 0;
        top: 50%;
	    transform: rotateZ(180deg) translateY(50%);
        border-radius: 0 100px 100px 0;
		margin: 0;
    }

    .mv_slider_container .mv_slider_thumb {
        width: 100%;
        margin: 20px auto;
    }
    .mv_slider_container .mv_slider_thumb .slick-list {
        width: 100%!important;
    }

    .mv_slider_container .mv_slider_thumb li .img_box img {
        width: 100%;
        height: 90px;
        object-fit: cover;
    }




    /* prohead
    ----------------------------------------------------------------------------- */
    .prohead .wrapper h2 {
        font-size: 18px;
    }

    .prohead .wrapper h2 span {
        font-size: 16px;
    }

    .info .wrapper h2 {
        font-size: 20px;
    }

    .info .wrapper .yen h3 {
        font-size: 30px;
    }

    .info .wrapper .yen h3 span {
        font-size: 18px;
    }

    .info .wrapper .twolink {
        margin: 80px 0 0;
        display: flex;
        justify-content: space-between;
    }

    .info .wrapper .like_share ul {
        display: flex;
        justify-content: flex-end;
    }

    .info .wrapper .like_share {
        top: 0;
        position: initial;
        margin-right: 10px;
    }

    .info .wrapper .like_share ul li {
        width: 40px;
    }

    .info .wrapper .like_share ul li a img {
        width: 100%;
        height: 40px;
    }

    .info ul.btn {
        padding: 0 10px;
    }

    .info ul.btn li a {
        width: 100%;
        padding: 17px 0;
        border: 1px solid #17ABE8;
        border-radius: 5px;
        color: #17ABE8;
        line-height: 1;
        font-size: 0.8rem;
    }

    .info ul.btn li a img {
        height: 16px;
    }

    .info .wrapper .twolink {
        margin: 10px 0 0;
        flex-wrap: wrap;
    }

    .info .wrapper .twolink li {
        width: 100%;
        margin: 0 auto 5px;
    }

    .info .wrapper .twolink li a,
    .info .wrapper .twolink li>span {
        height: auto;
        font-size: 14px;
        padding: 10px 20px;
    }

    .info .wrapper .twolink li.fukidasi_wrapper {
        position: relative;
        display: block;
        width: 80%;
        margin-left: auto;
    }

    .info .wrapper .twolink li.fukidasi_wrapper a {
    }

    .info .wrapper .twolink li.fukidasi_wrapper a .fukidasi {
        font-size: 14px;
    }

    .info .wrapper .twolink li.fukidasi_wrapper a .fukidasi .fukidasi_in {
        display: block;
        font-size: 16px;
    }

    .info .wrapper .twolink li.fukidasi_wrapper a p {
        font-size: 14px;
    }

    .info .wrapper .twolink li.fukidasi_wrapper a.campaign_banner {
        width: 100%;
        display: block;
        margin: 15px auto;
    }

    .info .wrapper .twolink li.fukidasi_wrapper a.campaign_banner img {
        width: 100%;
    }

    .info .wrapper .twolink li.cashback_wrapper {
        position: relative;
        display: block;
        width: 95%;
        margin-left: auto;
        margin-top: 0vw;
    }

    .info .wrapper .twolink li.cashback_wrapper a {
    }

    .info .wrapper .twolink li.cashback_wrapper a .cashback {
        font-size: 14px;
    }

    .info .wrapper .twolink li.cashback_wrapper a .cashback .cashback_in {
        display: block;
        font-size: 16px;
    }

    .info .wrapper .twolink li.cashback_wrapper a p {
        font-size: 14px;
    }

    .info .wrapper .twolink li.cashback_wrapper a.campaign_banner {
        width: 100%;
        display: block;
        margin: 15px auto;
    }

    .info .wrapper .twolink li.cashback_wrapper a.campaign_banner img {
        width: 100%;
    }

    .info .wrapper .twolink li a,
    .info .wrapper .twolink li>span {
        display: block;
    }

    .info .wrapper .info_icon {
        margin: 0;
    }

    .info .wrapper .wrap-tab2 {
        margin: 20px 0 0;
    }

    .list-tab2>li {
        font-size: 14px;
        margin: 0 10px 0 5px;
        height: 40px;
    }

    .list-tab2>li:first-of-type {
        margin: 0 0px 0 10px;
    }

    .list-tab2>li:first-of-type {
        margin: 0 0px 0 10px;
        font-size: 14px;
    }

    .list-tab2>.active {
        background: #17abe8;
        height: 50px;
        color: #fff;
        border: #17abe8;
    }

    .info .wrapper h2 {
        font-size: 20px;
    }

    .gmap .wrapper .inner iframe {
        height: 270px;
    }
    .search_results {
        margin: 30px auto 0 !important;
    }

    .tab-content2 {
        padding: 1em 0;
    }

    .tab-content2 .container {
        margin: 20px 3%;
        box-shadow: 0px 0px 10px 0 rgb(174 180 183 / 30%);
        padding: 4% 0;
    }

    .table dl dt {
        width: 30%;
        padding: 0 3%;
        font-size: 15px;
        line-height: 1.2;
    }

    .table dl dd {
        padding: 1.5% 3%;
        width: 70%;
        flex-wrap: wrap;
        font-size: 14px;
        line-height: 1.2;
    }

    .table dl dd a {
        color: #17abe8;
        margin-left: 0;
    }

    .table dl.w50box {
        width: 100%;
    }

    .tab-content22 h2 img,
    .tab-content2 h2 img {
        position: absolute;
        left: 0;
        top: -17px;
        width: 100px;
    }

    .table table tr th {
        width: 30%;
        font-size: 15px;
    }

    .table table tr td {
        font-size: 14px;
    }

    .table table tr td .red {
        font-size: 16px;
    }

    .comment .wrapper {
        padding: 0 3%;
    }

    .comment .wrapper h2 {
        font-size: 16px;
    }

    .comment .wrapper h2 img {
        width: 100px;
    }

    .comment .wrapper .container {
        margin: 35px auto 20px;
        box-shadow: 0px 0px 10px 0 rgb(174 180 183 / 30%);
    }

    .comment .wrapper .container .inner {
        padding: 4%;
        display: block;
    }

    .comment .wrapper .container .inner>li {
        width: 100%;
    }

    .comment .wrapper .container .inner>li.text_li ul li {
        padding-left: 20px;
        font-size: 14px;
    }

    .comment .wrapper .container .inner>li.text_li ul li::before {
        width: 14px;
        height: 14px;
    }

    .comment .wrapper .container .inner>li.staff {
        padding: 0;
        width: 100%;
    }

    .comment .wrapper .container .inner>li:last-of-type {
        border: 0;
    }

    .comment .wrapper .container .inner>li.staff>h3 {
        display: none;
    }

    .comment .wrapper .container .inner>li.staff>ul {
        display: flex;
    }

    .comment .wrapper .container .inner>li.staff>ul>li {
        width: 48%;
    }

    .comment .wrapper .container .inner>li.staff>ul>li .img_box {
        height: 100%;
    }

    .comment .wrapper .container .inner>li.staff>ul>li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .comment .wrapper .container .inner>li.staff h3 {
        font-size: 14px;
        text-align: left;
        color: #333;
        margin: 0;
    }

    .comment .wrapper .container .inner>li.staff>ul>li:last-of-type h4 {
        text-align: left;
        color: #333;
        font-size: 20px;
        line-height: 1.5;
        font-weight: 500;
    }

    .comment .wrapper .container .inner>li.staff>ul>li:last-of-type h4 span {
        display: block;
        font-size: 12px;
    }

    .comment .wrapper .container .inner>li.staff>ul>li:last-of-type ul.icon_li li {
        height: auto;
        padding: 5px 10px;
        font-size: 12px;
    }

    .comment .wrapper .container .inner>li.staff>ul>li:last-of-type {
        width: 48%;
        margin: 0 0 0 auto;
    }

    .common_banner {
        margin: 0 auto 20px;
    }

    .price_trends .wrapper {
        padding: 0;
    }

    .price_trends .wrapper h2 img {
        width: 100px;
    }

    .price_trends .wrapper h2 {
        font-size: 16px;
    }

    .price_trends .wrapper .trends {
        margin: 10vw 0 0;
        padding: 3%;
    }

    .price_trends .wrapper .trends .inner {
        width: 100%;
    }

    .price_trends .wrapper p {
        margin: 20px 3% 0;
        font-size: 14px;
        text-align: left;
    }

    .payment .wrapper h2 {
        font-size: 16px;
    }

    .payment .wrapper h2 img {
        width: 100px;
    }

    .payment .wrapper .container {
        margin: 20px 3%;
        box-shadow: 0px 0px 10px 0 rgb(174 180 183 / 30%);
    }

    .payment .wrapper .container .inner {
        padding: 4%;
        display: block;
    }

    .payment .wrapper .container .inner p {
        text-align: left;
        font-size: 14px;
    }

    .payment .wrapper .container .inner p.care {
        margin: 19px 0 20px;
    }

    .payment .wrapper .container .inner .simulation ul {
        display: block;
    }

    .payment .wrapper .container .inner .simulation ul li {
        width: 100%;
    }

    .payment .wrapper .container .inner .simulation ul li .spinner_area dl dt {
        font-size: 16px;
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    .payment .wrapper .container .inner .simulation ul li .spinner_area dl dd {
        font-size: 14px;
        width: 100%;
    }

    .payment .wrapper .container .inner .simulation ul li .spinner_area dl dd span {
        font-size: 16px;
    }

    .payment .wrapper .container .inner .simulation ul li:nth-child(1),
    .payment .wrapper .container .inner .simulation ul li:nth-child(2) {
        margin: 0 0 15px;
    }

    .payment .wrapper .container .inner .simulation {
        width: 100%;
        padding: 0 3%;
    }

    .payment .wrapper .container .inner .simulation ul li .spinner_area dl {
        width: 100%;
        font-size: 18px;
        display: flex;
        flex-wrap: wrap;
    }

    .payment .wrapper .container .inner .simulation ul li .spinner_area ul.plus_minus {
        width: 35%;
        flex-direction: inherit;
    }

    .payment .wrapper .container .inner .simulation ul li .mix p {
        font-size: 16px;
    }

    .payment .wrapper .container .inner .simulation ul li .mix {
        padding: 3%;
    }

    .payment .wrapper .container .inner .simulation ul li .mix .yen {
        font-size: 14px;
        height: auto;
        padding: 3%;
    }

    .payment .wrapper .container .inner .simulation ul li .mix .yen span {
        font-size: 20px;
    }

    .contact_us .wrapper h2 {
        font-size: 16px;
    }

    .contact_us .wrapper h2 img {
        width: 100px;
    }

    .contact_us .wrapper .container {
        margin: 15vw 3%;
        padding: 5%;
        box-shadow: 0px 0px 10px 0 rgb(174 180 183 / 30%);
    }

    .contact_us .wrapper .container h3 {
        font-size: 16px;
        color: #17abe8;
        text-align: center;
    }

    .contact_us .wrapper .container h3 span {
        font-size: 14px;
        text-align: left;
        display: inline-block;
        margin-left: -1em;
    }

    .contact_us .wrapper .container .inner {
        padding: 4% 4% 0;
        display: block;
    }

    .contact_us .wrapper .container .inner>li {
        width: 100%;
    }

    .contact_us .wrapper .container .inner>li.staff_li h3 {
        font-size: 16px;
    }

    contact_us .wrapper .container .inner>li.staff_li>p {
        font-size: 14px;
    }

    .contact_us .wrapper .container .inner>li.staff_li div.staff p {
        font-size: 16px;
    }

    .contact_us .wrapper .container .inner>li.staff_li div.staff>ul {
        display: block;
    }

    .contact_us .wrapper .container .inner>li.staff_li div.staff>ul .imgbox img {
        width: 100%;
        margin: 0 0 15px;
    }

    .contact_us .wrapper .container .inner>li.staff_li div.staff>ul>li:last-of-type {
        width: 100%;
    }

    .contact_us .wrapper .container .inner>li.btn_li ul {
        padding: 0;
        display: flex;
    }

    .contact_us .wrapper .container .inner>li.btn_li ul li {
        margin: 0;
        width: 48%;
    }

    .contact_us .wrapper .container .inner>li.btn_li ul li a {
        width: 100%;
        border-radius: 35px;
        background: #FFAA26;
        box-shadow: 0px 3px 0px 0px #ff6f26;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        height: auto;
        padding: 10px;
        font-size: 14px;
    }

    .contact_us .wrapper .container .inner>li.btn_li ul li a img {
        position: absolute;
        left: 3vw;
        top: 50%;
        margin: -8px 0 0;
        width: 18px;
    }

    .contact_us .wrapper .container .inner>li.btn_li ul li a::after {
        content: "";
        display: block;
        width: 7px;
        height: 7px;
        position: absolute;
        right: 17px;
        top: calc(50% - 1px);
        border-top: solid 1px;
        border-right: solid 1px;
        transform: rotate(45deg) translateY(-50%);
        color: #fff;
    }

    .contact_us .wrapper .container {
        margin: 7vw 3%;
    }

    .contact_us .wrapper .container .con_wrapper {
        display: block;
    }

    .contact_us .wrapper .container .con_wrapper .con_left {
        width: 100%;
    }

    .contact_us .wrapper .container .con_wrapper .con_right {
        width: 100%;
        margin-top: 30px;
        padding: 0;
        text-align: center;
    }

    .contact_us .wrapper .container .con_wrapper .con_right ul {
        width: 100%;
        font-size: 14px;
    }

    .contact_us .wrapper .container .con_wrapper .con_right ul li {
        width: 100%;
        margin: 10px 2% 10px 0;
    }

    .contact_us .wrapper .container .con_wrapper .con_right ul li em {
        width: 100%;
        display: block;
    }

    .contact_us .wrapper .container .con_wrapper .con_right ul li em span {
        width: 100%;
        font-size: 14px;
    }

    .contact_us .wrapper .container .con_wrapper .con_right ul.company_image li img {
        height: 100%;
    }

    .like_share_search {
        margin: 0;
    }




    .like_share_search .wrapper .like_btn {
        width: 100%;
    }

    .like_share_search .wrapper .share_area {
        margin: 20px auto 0;
        width: 100%;
    }

    .like_share_search .wrapper .like_btn a img {
        left: 6vw;
    }

    .like_share_search .wrapper .like_btn a {
        font-size: 17px;
    }

    .like_share_search .wrapper .share_area ul {
        width: 100%;
    }

    .like_share_search .wrapper .share_area ul li {
        width: 49%;
    }

    .like_share_search .wrapper .share_area ul li.icon1 a img {
        margin: 0 4px 0 0;
        width: 23%;
    }

    .like_share_search .wrapper .share_area ul li a {
        font-size: 17px;
    }

    .like_share_search .wrapper .search_btn {
        margin: 20px auto 0;
        width: 100%;
    }

    .like_share_search .wrapper .search_btn a {
        font-size: 16px;
    }

    .like_share_search .wrapper .search_btn a img {
        left: 7vw;
    }

    /*
    .media .wrapper ul li {
        width: 100%;
        margin: 0 0 30px;
    }

    .media .wrapper ul li:nth-last-child(-n+3) {
        margin: 0 0 30px;
    }
*/

    /* cont_check
----------------------------------------------------------------------------- */
    .cont_check .wrapper ul {
        padding: 0 3%;
    }

    .cont_check .wrapper ul li:nth-of-type(2) h2 {
        font-size: 20px;
    }

    .cont_check .wrapper ul li:nth-of-type(2) p {
        font-size: 20px;
    }

    .cont_check .wrapper ul li:nth-of-type(2) h2 {
        font-size: 22px;
    }

    .cont_check .wrapper ul li:nth-of-type(2) p {
        font-size: 14px;
    }

    .cont_check .wrapper ul li:nth-of-type(2) p span {
        font-size: 18px;
    }
	.cont_check2 {
	    width: 100%;
	    padding: 10px;
	    background-image: url(/images/top/01banner_bg.webp);
	}
	.cont_check2 .wrapper {
	    width: 100%;
	}
	.cont_check2 .inner {
	    width: 100%;
	    margin: 0;
	    background: #ffffff;
	}
	.cont_check2 .inner a {
		display: block;
		position: relative;
	    width: 100%;
	    height: 100%;
	    padding: 10px;
	    text-align: left;
	}
	.cont_check2 .inner a h2 {
		display: inline-block;
	    position: inherit;
	    left: 50%;
	    margin-bottom: 10px;
	    color: #17ABE8;
	    font-size: 24px;
	    font-weight: bold;
	    transform: translateX(-50%);
	}
	.cont_check2 .inner a p {
	    font-size: 16px;
        padding-left: 45%;
	}

	.cont_check2 img {
		position: absolute;
		top: 35%;
		left: 5%;
		transform: none;
		width: 30%;
	}
	.cont_check2 .inner a span {
	    text-align: center;
	    margin: 15px auto 10px;
		width: 80%;
	}


    .anchor_btn.orange_btn,
    .anchor_btn.blue_btn {
        margin: 20px auto 0;
        width: 280px;
    }

    /* property
----------------------------------------------------------------------------- */
    .property {
        padding: 25px 0 0;
    }

    .property .wrapper {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }

    .property .wrapper h2 {
        padding: 0 0 20px 2%;
        font-size: 20px;
    }

    .property .wrapper ul.slider_property .prev-arrow {
        position: absolute;
        top: 50%;
        left: 9%;
    }

    .property .wrapper ul.slider_property .next-arrow {
        position: absolute;
        top: 50%;
        right: 9%;
    }

    .property .wrapper ul.slider_property li.slider_wtapper .img_box ul.icon li {
        width: 95px;
        padding: 5px 0;
        background: #fff;
        border-radius: 15px;
        line-height: 1;
        margin-right: 4px;
    }

    .property .wrapper ul.slider_property li.slider_wtapper .text_box h3 {
        color: #070707;
        line-height: 25px;
        font-size: 20px;
    }

    .property .wrapper ul.slider_property li.slider_wtapper .text_box h4 {
        font-size: 14px;
    }

    .property .wrapper ul.slider_property li.slider_wtapper .text_box h4 span {
        font-size: 30px;
    }

    .property .wrapper ul.slider_property li.slider_wtapper .text_box ul.info li:first-of-type {
        font-size: 14px;
        line-height: 20px;
    }

    .property .wrapper ul.slider_property li.slider_wtapper .text_box ul.info li {
        font-size: 14px;
        line-height: 26px;
    }

    .property .wrapper ul.slider_property li.slider_wtapper .text_box ul.info li p {
        font-size: 14px;
        line-height: 26px;
    }

    .property .wrapper ul.slider_property li.slider_wtapper .text_box ul.info li img {
        width: 18px;
    }

    .property .wrapper ul.slider_property li.slider_wtapper .text_box ul.btn li a {
        font-size: 9px;
    }

    .property .wrapper ul.slider_property li.slider_wtapper .text_box ul.btn li {
        width: 50%;
    }

    .property .wrapper ul.slider_property li.slider_wtapper .text_box ul.btn li a {
        width: 100%;
    }

    .property .wrapper ul.slider_property li.slider_wtapper .img_box ul.icon li.tatemono {
        font-size: 12px;
    }

    .property .wrapper ul.slider_property li.slider_wtapper .img_box ul.icon li.kakaku {
        font-size: 12px;
    }

    .ai_box {
        margin-top: 20px;
    }

    .ai_box .wrapper h2 {
        font-size: 15px;
        color: #fff;
    }

    .ai_box .wrapper h2::before,
    .ai_box .wrapper h2::after {
        height: 15px;
    }

    .ai_box .wrapper a {
        width: 94%;
        height: auto;
    }

    .property_btn {
        width: 94%;
        margin: 35px auto 0;
    }

    .property_btn a {
        font-size: 18px;
    }

    .reservation_contact {
        margin: 20px 0 0 !important;
        padding: 0 !important;
    }

    .reservation_contact .wrapper {
        width: 100%;
    }

    .wrap-tab {
        overflow: hidden;
        margin: 10px 0 0;
    }

    .list-tab>li {
        font-size: 14px;
        margin: 0 10px 0 5px;
        height: 40px;
    }

    .list-tab>li:first-of-type {
        margin: 0 0px 0 10px;
    }

    .list-tab>li:first-of-type {
        margin: 0 0px 0 10px;
        font-size: 14px;
    }

    .list-tab>.active {
        background: #17abe8;
        height: 50px;
        color: #fff;
        border: #17abe8;
    }

    .reservation_contact .reservation .now ul li,
    .reservation_contact .contact .now ul li {
        width: calc(100% / 3);
        height: 30px;
        font-size: 12px;
        margin: 0 25px 0 0;
        color: #17abe8;
        padding: 0 0 0 0px;
    }

    .reservation_contact .reservation .now ul li::after,
    .reservation_contact .contact .now ul li::after {
        height: 20px;
        margin-top: -11px;
        right: -11px;
        width: 20px;
    }

    .reservation_contact .reservation .now ul,
    .reservation_contact .contact .now ul {
        display: flex;
        margin: 20px 0 0;
    }

    .reservation_contact .wrapper {
        padding: 0;
    }

    .reservation_contact .wrapper .wrap-tab-content {
        padding: 0 3%;
    }

    .reservation_contact .reservation .info,
    .reservation_contact .contact .info {
        margin: 3% auto;
        width: 100%;
        padding: 3%;
    }

    .reservation_contact .reservation .info dl,
    .reservation_contact .contact .info dl {
        height: auto;
        width: 100%;
        display: flex;
        font-size: 18px;
        margin: 0 0 20px;
    }

    .reservation_contact .reservation .info dl dt,
    .reservation_contact .contact .info dl dt {
        height: auto;
        width: 120px;
    }

    .reservation_contact .reservation .info dl dd,
    .reservation_contact .contact .info dl dd {
        margin: 5px 0 10px;
        height: auto;
        width: 100%;
    }

    .reservation_contact .reservation>div h3,
    .reservation_contact .contact>div h3 {
        font-size: 18px;
    }

    .reservation_contact div.name input,
    .reservation_contact div.name_kana input,
    .reservation_contact div.mail input,
    .reservation_contact div.tel input {
        height: 60px;
        font-size: 16px;
        width: 100%;
    }

    .reservation_contact div.tel ul {
        width: 100%;
    }

    .reservation_contact div.tel ul li input {
        height: 60px;
        padding: 0 15px;
        font-size: 16px;
    }

    .chenge_check:before {
        top: 0px;
    }

    .reservation_contact div.bikou textarea,
    .reservation_contact div.other textarea {
        font-size: 16px;
        padding: 15px;
        width: 100%;
    }

    .reservation_contact div>div.text p.pp {
        font-size: 14px;
    }

    .reservation_contact div>.btn {
        width: 100%;
        margin: 70px auto 0;
        position: relative;
    }

    .reservation_contact div>.btn input {
        font-size: 17px;
    }

    .reservation_contact div.day ul li {
        display: block;
    }

    .reservation_contact div.day ul li h4 {
        width: 100%;
        text-align: left;
        font-size: 18px;
    }

    .reservation_contact div.day ul li .input_wrapper {
	    width: 100% !important;
        height: 60px;
    }

    .reservation_contact div.day ul li .input_wrapper input {
        width: 100%;
        height: 58px;
        font-size: 16px;
    }

    img.ui-datepicker-trigger {
        width: 35px;
        margin-right: 5%;
    }

    .info .wrapper .toku h3 {
        font-size: 18px;
    }

    .info .wrapper .toku #left-box p {
        width: 65%;
        font-size: 14px;
    }

    .info .wrapper .toku #left-box .img {
        width: 35%;
    }

    .info .wrapper .toku #left-box .img img {
        width: 100%;
    }

    .bot_banner2 {
        height: 65px;
    }

    .bot_banner2 .wrapper ul.toiawase .tel,
    .bot_banner2 .wrapper ul.toiawase .kengaku {
        height: 45px;
    }

    .reservation_contact div.name,
    .reservation_contact div.name_kana,
    .reservation_contact div.mail {
        margin: 30px auto 0;
        display: block;
        align-items: center;
    }

    .reservation_contact div.tel {
        margin: 30px auto 0;
        display: block;
        align-items: center;
    }

    .reservation_contact div.select {
        margin: 30px auto 0;
        text-align: center;
        display: block;
        align-items: center;
    }

    .reservation_contact div.select ul {
        margin: 25px auto 0;
        display: inline-block;
        width: 100%;
    }

    .reservation_contact div.select ul li {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        margin: 0 0 15px 35px;
        text-align: left;
    }

    .reservation_contact div.bikou,
    .reservation_contact div.other {
        margin: 30px auto 0;
        display: block;
        align-items: center;
    }

    /* movie
    ----------------------------------------------------------------------------- */
    .movie .wrapper {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }

    .movie .wrapper h2 {
        padding: 0 2% 20px;
        font-size: 20px;
    }

    .movie .wrapper>p {
        width: 94%;
        margin: 20px auto 0;
        font-size: 14px;
    }

    .movie .wrapper .slider .movie_slider li video source,
    .movie .wrapper .slider .movie_slider li .youtube iframe {
        border-radius: 5px;
        height: 50%;
    }

    .reservation_contact div.bikou,
    .reservation_contact div.other,
    .reservation_contact div.day,
    .reservation_contact div.name,
    .reservation_contact div.name_kana,
    .reservation_contact div.tel,
    .reservation_contact div.re,
    .reservation_contact div.mail,
    .reservation_contact div.other {
        display: block;
        align-items: flex-start;
    }

    .reservation_contact div.re ul {
        display: block;
        margin: 25px 0 0 0;
    }

    .share_windows .share_area {
        padding: 4%;
        width: 92%;
    }

    .share_windows .share_area p {
        font-size: 16px;
    }

    .share_windows .share_area ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        margin: 3% auto 0;
    }

    .share_windows .share_area ul li {
        width: 100%;
        margin: 0 auto 10px;
    }

    .share_windows .share_area ul li*:last-of-type {
        margin: 0 auto;
    }

    .share_windows .share_area .close {
        position: absolute;
        top: -61px;
        right: 0;
        font-size: 30px;
        font-weight: bold;
        padding: 10px;
        background: #fff;
        color: #777;
        line-height: 1;
    }

    /*
    .reservation_contact div>div.text {
        margin: 25px 0 0;
    }

    .reservation_contact div>div.text p.pp {
        margin: 25px 0 0;
    }

    .reservation_contact div>.btn {
        margin: 25px auto 0;
    }
*/
    .tab-content2 .container .table {
        width: 100%;
        margin: 0;
    }

    .comment,
    .payment,
    .contact_us,
    .media {
        margin: 20px 0 0;
    }

    .payment .wrapper .container .inner .simulation ul li .spinner_area dl dd .date {
        padding: 3px 0;
    }

    .payment .wrapper .container .inner .simulation ul li .spinner_area ul.plus_minus li {
        margin: 0;
        width: 50%;
    }

    .payment .wrapper .container .inner .simulation ul li .spinner_area ul.plus_minus li:last-of-type {
        margin: 0;
    }
    .mv_slider_container .mv_slider .mv_slider_inner .imgbox {
        width: 100vw;
        height: 100vw;
        position: relative;
    }

    .mv_slider_container .mv_slider .mv_slider_inner img {
        width: 100%;
        height: 100%;
        max-height: none;
        object-fit: contain;
        position: absolute;
        top: 0;
        left: 0;
    }

    .movie .wrapper .slider .movie_slider li.slick-slide.slick-active+.slick-slide video,
    .movie .wrapper .slider .movie_slider li.slick-slide.slick-active+.slick-slide .youtube {
        transform: rotateY(-30deg);
    }

    .movie .wrapper .slider .movie_slider li.slick-slide video,
    .movie .wrapper .slider .movie_slider li.slick-slide .youtube {
        transform: rotateY(30deg);
    }



}
.search_area div.formLayout {
    display: flex;
}
.search_area div.formLayout input {
    margin: 0 auto;
    width: 75%;
    height: 40px;
    padding: 0 5px;
    font-size: 16px;
    border-radius: 5px 0 0 5px;
    color: #333;
    height: 40px;
    border: 1px solid #ccc;
}
.search_area div.formLayout a {
    width: 25%;
    align-items: center;
    justify-content: center;
    height: 40px;
    line-height: 40px;
    background: #FFAA26;
    color: #fff;
    border-radius: 0 5px 5px 0;
}
@media only screen and (max-width: 639px) {
    .search_area div.formLayout input {
        height: 60px;
        font-size: 16px;
    }
}
.reservation_contact .reservation .info dl dd {
    font-size: 16px!important;
}
.reservation_contact .reservation .info dl dd span {
    font-size: 14px!important;
}
.reservation_contact .reservation .info dl dd .pay {
    font-size: 18px!important;
}
.favSave {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    text-align: center;
    background-color: #03C87B;
    color: #fff;
    z-index: 2000;
    -webkit-animation: fadeOut 5s ease-in-out 0.1s 0.9 normal;
    animation: fadeOut 5s ease-in-out 0.1s 0.9 normal;
    opacity: 1;
}
