body {
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
}

#PC-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background-color: white;
    font-size: 39px;
    text-align: center;
    color: red;
    display: none;
}

.body {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/3868273_s.jpg);
    background-repeat: repeat-y;
    background-position: center;
    background-size: cover;
    overflow-y: auto;
    /* display: none; */
}

#messenger-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.messenger_ctn {
    position: absolute;
    top: 50%;
    left: 9%;
    right: 9%;
    text-align: center;
    background-color: white;
    margin: -60px 0 0 0px;
    padding: 10px;
    border-radius: 15px;
    animation-name: messenger;
    animation-duration: 0.5s;
    box-shadow: 1px 0px 3px 3px #eeeeee;
}

#messenger_conten {
    margin-bottom: 20px;
    font-size: 1.25rem;
}

#messenger_ok {
    display: inline-table;
    font-size: 1.25rem;
    background-color: #0066FF;
    border-radius: 8px;
    height: 33px;
    line-height: 33px;
    width: 100px;
    color: white;
    box-shadow: 1px 0px 2px 2px #0066ff;
}

.loading_ctn {
    position: fixed;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -95px;
    background-color: white;
    border-top: 1px solid;
    border-bottom: 1px solid;
    z-index: 3;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.header-ctn {
    display: flex;
    height: 58px;
}

.lgcontent {
    text-align: center;
    color: white;
    font-size: 20px;
    line-height: 58px;
    font-weight: 600;
    flex: 1;
}

.hmenu {
    padding-top: 10px;
    padding-left: 10px;
}

#h_menu {
    height: 36px;
}

.hlogo {
    text-align: center;
    width: 100%;
}

.logo {
    padding-top: 7px;
    height: 45px;
}

.hlagu {
    text-align: center;
    padding-top: 0.2em;
    padding-right: 0.1em;
}

.lagu {
    color: white;
    font-size: 10px;
    font-size: 0.9em;
    margin-top: -9px;
}

#T-language {
    position: fixed;
    text-align: center;
    top: 50px;
    right: 0;
    background-color: white;
    line-height: 2;
    padding: 0 3px;
    z-index: 3;
}

.sl-language {
    
}

.ti-view-list {
    font-size: 36px;
    color: darkgray;
    padding: 2px 2px;
}

.container {
    text-align: center;
}

.title {
    display: inline-block;
    text-align: left;
    width: 92%;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 5px;
    color: white;
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 12px;
}

.gobtn {
    width: 88%;
    height: 69px;
    display: inline-block;
    color: white;
    background-color: crimson;
    border: 2px solid gray;
    margin: 5px 0;
    border-radius: 8px;
}

.gobtn-qr {
    width: 226px;
    height: 122px;
    display: inline-block;
    color: black;
    background-color: white;
    border: 2px solid gray;
    margin-top: 30px;
    border-radius: 8px;
}

.gobtn-content-up {
    font-size: 20px;
}

.gobtn-content-dow {
    font-size: 10px;
    text-align: left;
    height: 30px;
}

.gobtn-qr-dow {
    font-size: 11px;
}

/* NEW */
.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.skipre {
    top: 0;
    left: 0;
    right: 0;
    margin-top: -28px;
    margin-left: -22px;
    background-color: white;
}

.d-none {
    display: none !important;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column
}

.flex01 {
    flex: 1;
}

.line-normal {
    line-height: normal;
    font-size: 10px;
}

/* Representative_ctn */

.Representative_ctn {
    position: fixed;
    top: 58px;
    left: 0;
    right: 0;
    height: 600px;
    padding: 0px 10px;
    background-color: white;
    z-index: 1;
    overflow-y: auto;
    display: none;
}

.title-in {
    text-align: center;
    font-size: 19px;
    color: #523f3f;
}

.red {
    color: red;
}

.note {
    padding-top: 5px;
}

input, select {
    border-radius: 6px;
    border-width: 1px;
    padding: 8px 2px;
    font-size: 16px;
    margin: 3px 0px;
    pointer-events: all;
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box;    /* Firefox, other Gecko */
    box-sizing: content-box;         /* Opera/IE 8+ */
}

#male {
    margin: 5px 0px;
}

#male label {
    float: right;
    width: 90px;
    margin: 4px;
    background-color: buttonface;
    border-radius: 6px;
    border: 1px solid #D0D0D0;
    overflow: auto;
}

#male label span {
    text-align: center;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 0px 0px;
    display: block;
}

#male label input {
    position: absolute;
    top: -100px;
}

#male input:checked+span {
    background-color: #0099FF;
    color: #F7F7F7;
}

.male {
    margin: 5px 0px;
}

.male label {
    float: left;
    width: 90px;
    margin: 4px;
    background-color: buttonface;
    border-radius: 6px;
    border: 1px solid #D0D0D0;
    overflow: auto;
}

.male label span {
    text-align: center;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    padding: 0px 0px;
    display: block;
}

.male label input {
    position: absolute;
    top: -150px;
}

.male input:checked+span {
    background-color: #0099FF;
    color: #F7F7F7;
}

.R_individual {
    margin: 0px 0px;
}

.R_individual label {
    float: left;
    width: 90px;
    margin: 1px;
    background-color: buttonface;
    border-radius: 6px;
    border: 1px solid #D0D0D0;
    overflow: auto;
}

.R_individual label span {
    text-align: center;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    padding: 0px 0px;
    display: block;
}

.R_individual label input {
    position: absolute;
    top: -150px;
}

.R_individual input:checked+span {
    background-color: #0099FF;
    color: #F7F7F7;
}

.btn {
    margin: 5px 0px;
    width: 105px;
    border-width: 0px;
}

.datepicker {
    border: 2px solid #ccc;
    font-size: 16px;
    height: 20px;
    text-align: center;
}

.back {
    background-color: buttonface;
    font-weight: 600;
    border: 1px solid aliceblue;
}

.submit {
    background-color: #0099FF;
    font-weight: 600;
    color: white;
    border: 1px solid aliceblue;
}

.ykcsub {
    background-color: #0099FF;
    font-weight: 600;
    color: white;
    border: 1px solid aliceblue;
}

.opacit {
    pointer-events: none;
    opacity: 0.5;
}

/* Lender information */

.Lenderinfo {
    position: fixed;
    top: 58px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    padding: 0px 0px;
    background-color: white;
    z-index: 1;
    overflow: auto;
    display: none;
}

.STT {
    text-align: center;
    font-size: 20px;
    background-color: #FFC125;
    height: 33px;
}

.age {
    /* width: 50%;
    height: 27px;
    border: 1px solid;
    border-radius: 8px;
    font-size: 16px;
    margin-top: 4px;
    pointer-events: all;
    background: white; */
}

.cselect {
    /* height: 34px;
    padding: 2px;
    margin: 3px 0;
    border: 1px solid;
    border-radius: 5px;
    font-size: 16px;
    pointer-events: all;
    background: white; */
}

.L_icon {
    float: left;
    height: 28px;
}

.L_conten {
    padding-top: 4px;
    padding-left: 12px;
    font-size: 16px;
    float: left;
}

.plus_conten {
    font-size: 20px;
}

.L_back {
    position: absolute;
    display: none;
    text-align: center;
    background-color: gainsboro;
}

.L_plus {
    background-color: #0099FF;
    text-align: center;
}

.clearbtn {
    width: 69px;
    border-radius: 6px;
    background-color: red;
    border-color: black;
    border-width: 1px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    pointer-events: all;
}

.blue {
    pointer-events: all;
}

.plus_icon {
    height: 30px;
}

#L_index1 {
    position: absolute;
    /* top: 123px; */
    left: 9%;
    background-color: white;
    z-index: 1;
    overflow: auto;
    /* pointer-events: none; */
}

#L_index2 {
    position: absolute;
    /* top: 123px; */
    left: 9%;
    background-color: white;
    z-index: 1;
    overflow: auto;
    /* pointer-events: none; */
}

#L_index3 {
    position: absolute;
    /* top: 123px; */
    left: 9%;
    background-color: white;
    z-index: 1;
    overflow: auto;
    /* pointer-events: none; */
}

.L_tipconten {
    border: 1px solid red;
    padding: 10px 10px;
    margin: 10px 10px;
}

.tipconten {
    font-size: 15px;
    text-indent: -17px;
    margin-left: 11px;
}


/* Lending information */

.Lending_info {
    position: fixed;
    top: 58px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    padding: 0px 10px;
    background-color: white;
    z-index: 1;
    overflow: auto;
    display: none;
}

.Lending_object {
    border: 1px solid;
    padding: 5px 5px;
    border-top: 1px solid white;
}

.item_btn {
    padding: 8px 0;
}

.L_imgctn {
    display: flex;
    text-align: center;
    margin-bottom: -26px;
}

.Ling_icon {
    height: 32px;
}

.L_img_conten {
    font-size: 10px;
    margin-top: 20px;
}

.L_table {
    width: 100%;
    margin-bottom: -6px;
}

.L_tableimg {
    text-align: right;
}

.L_tablect {
    text-align: left;
}

.checkboxctn {
    display: flex;
    text-align: center;
    margin-top: 18px;
    height: 41px;
    line-height: 45px;
}

.L_textbox {
    border: 1px solid grey !important;
    border-radius: 6px !important;
    width: 95% !important;
    height: 135% !important;
    font-size: 11px !important;
    text-align: center;
}

.selectJP {
    position: absolute;
    background-color: white;
    left: 30%;
    width: 130px;
    margin-left: -58px;
    animation-name: inselect;
    animation-duration: 0.5s;
}

.selecbtn {
    font-size: 12px;
    margin-top: -46px;
    padding-left: 29px;
}

.L_ctjapan {
    line-height: 25px;
    text-align: left;
    font-size: 12px;
}

.L_hr {
    padding-right: 12%;
    padding-left: 25%;
    margin-top: -30px;
}

.Lt_hr {
    padding-right: 2%;
    padding-left: 25%;
    margin-top: -30px;
}

.Ls_hr {
    padding-right: 2%;
    padding-left: 12%;
    margin-top: -30px;
}

.icross {
    position: absolute;
    height: 73px;
    background-color: rgb(162, 162, 162);
    width: 1px;
    right: 2%;
    margin-top: -18px;
}

.Clear_class {
    border-radius: 0;
    border-width: 0;
    height: auto;
    font-size: inherit;
    margin: 0px 0px;
}

.crossed {
    background: linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(76% - 0.8px), rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) calc(76% + 0.8px), rgba(0, 0, 0, 0) 100%)
}

.Survey {
    width: 100%;
    border: 1px solid;
    margin: 3px 0px;
    border-collapse: collapse;
}

.totalctn {
    width: 100%;
    margin: 3px 0px;
}

.L_individual {
    border-right: 1px solid;
    padding: 0 5px;
}

.L_individual_up {
    display: flex;
}

.L_individual_dow {}

.Daily_rental_conten {
    display: inline-block;
}

.Daily_rental {}

#L_individual_name {}

#L_individual_sx {
    flex: 1;
    text-align: right;
}

.L_individual_soukei {
    flex: 1;
    text-align: right;
    margin-top: 9px;
    padding-right: 25px;
}

#L_individual_price {
    text-align: right;
}

.L_general {
    padding: 5px;
}

.L_R_name {
    text-align: right;
}

.L_goukei_price {
    text-align: right;
}

.L_general_up {
    margin-top: -3px;
}

.L_general_dow {}

.Lending_bar {
    display: flex;
    text-align: center;
    background: gainsboro;
    margin-bottom: 3px;
    border: 1px solid darkgray;
}

#Lending_bar_back {
    flex: 1.5;
    color: gainsboro;
    border-right: 0px;
    pointer-events: none;
    border-color: darkgray;
    text-align: left;
    padding-left: 5px;
}

#Lending_bar_center {
    flex: 2;
}

#Lending_bar_center_dow {
    font-size: 18px;
    margin-bottom: 3px;
}

#Lending_bar_next {
    flex: 1.5;
    border-color: darkgray;
    text-align: right;
    padding-right: 5px;
}

.yajirushi {}

.Lending_gerenal_up {
    font-size: 18px;
}

.Lending_gerenal_dow {
    font-size: 12px;
    margin-top: -10px;
}

#ban-click {
    position: absolute;
    z-index: 3;
    right: 0;
    height: 38px;
    width: 37px;
}

.Level_conten {
    font-size: 13px;
    margin-bottom: -8px;
}

.Level_conten p {
    margin-top: -3px;
    font-size: 11px;
    margin-bottom: 4px;
}

.Level {
    border-right: 1px solid;
    padding: 3px;
}

.Level_img {
    max-height: 53px;
    width: 100%;
}

.Level_img_ctn {
    display: flex;
    height: 100%;
}

.Level_img_star {
    flex: 1;
    min-width: 32px;
    max-width: 37px;
    text-align: right;
}

.Level_img_lv {
    flex: 3;
}

.Level_img_stars {
    flex: 1;
    max-width: 37px;
}

.Level_checkbox_ctn {
    display: flex;
    text-align: center;
}

.Level_checkbox_ct {
    flex: 1;
}

.Stance {
    padding: 3px;
}

.Stance_conten {
    font-size: 13px;
    margin-top: -2px;
    margin-bottom: 0px;
}

.Stance_conten p {
    font-size: 11px;
    margin-bottom: 0px;
    margin-top: -2px;
}

.Stance_img_ctn {
    width: 100%;
    text-align: center;
    display: flex;
}

.snowimg {
    height: 30px;
}

.stance_conten2 {
    font-size: 12px;
    margin-top: -3px;
}

.stance_conten3 {
    font-size: 11px;
    margin-top: -5px;
}

.stance_conten4 {
    display: flex;
}

.stance_conten_check {
    flex: 1;
    font-size: 18px;
}

.L_check {
    height: 18px;
    width: 18px;
}

.L_tipcontenfix {
    margin: 0px;
}

.clear-btn-2 {
    display: flex;
    text-align: center;
    height: 26px;
    line-height: 26px;
    background-color: red;
    color: white;
    border: 1px solid black;
    margin: 10px 0;
}

#clearif {
    flex: 1;
}

.lbl-checkbox {
    display: inline-block;
    padding: 0 2em;
    padding-top: 2em;
    margin-top: -2em;
}

.lbl-checkboxJK {
    display: inline-block;
    padding-left: 2.2em;
    margin-left: -2.2em;
    padding-top: 1em;
    margin-top: -1em;
}

.lbl-checkboxLV {
    padding: 0 25%;
    padding-top: 3.5em;
}

.lbl-checkboxST {
    padding-left: 65px;
    margin-left: -65px;
    padding-top: 60px;
    margin-top: -60px;
}

.statusbar {
    display: flex;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 3;
    text-align: center;
}

.stt-bar {
    flex: 1;
    display: none;
    background-color: gainsboro;
    border-bottom: 1px solid;
}

#object_body2 {
    display: none;
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0px 10px;
    z-index: 1;
    /* pointer-events: none; */
}

#object_body3 {
    display: none;
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0px 10px;
    z-index: 1;
    /* pointer-events: none; */
}

#object_body4 {
    display: none;
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0px 10px;
    z-index: 1;
    /* pointer-events: none; */
}


/* Navigation Bar */

#nav_bar_ctn {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 3;
    display: none;
}

#nav_bar {
    width: 215px;
    height: 100%;
    opacity: 1;
    background-color: white;
}

#nav_close {
    text-align: right;
    margin-right: -16px;
    padding-top: 8px;
}

#rotate {}

.nav_conten {
    font-size: 21px;
    padding: 8px;
    border-top: 0.5px solid gainsboro;
}

.nav_img {
    margin-bottom: -6px;
}

.nav_end {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 215px;
    padding: 8px;
}

#nav_bar_close {
    position: absolute;
    top: 0;
    left: 215px;
    right: 0;
    height: 100%;
}


/* QRコード表示 */

.QR_ctn {
    position: fixed;
    top: 58px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    padding: 0px 10px;
    background-color: white;
    z-index: 1;
    overflow: auto;
    display: none;
}

#QRcode {}

#QRshow {
    text-align: -webkit-center;
}

.represent-info-ctn {
    border: 1px solid;
}

.Qspace {
    margin: 60px;
}

.represent-info-left {
    border-right: 1px solid;
    padding: 3px;
}

.all-info {
    text-align: center;
}

#represent-info-ninsuu {
    flex: 1;
    font-size: 1.2em;
}

.represent-info-right {
    padding: 3px;
}

#represent-info-date {
    border-bottom: 1px solid #CCCCCC;
}

.represent-info-rt {
    margin-top: -6px;
    border-bottom: 1px solid;
}

.represent-info-kanji-ctn2 {
    border-bottom: 1px solid;
    padding-bottom: 3px;
}

#represent-info-kana {
    flex: 1;
    font-size: 0.7em;
    text-align: center;
}

#represent-info-kanji {
    flex: 1;
    text-align: center;
}

.represent-info-goukei-ctn {
    background-color: #EE7C6B;
}

.represent-info-goukei {
    text-align: left;
}

#represent-info-goukei {
    text-align: right;
    flex: 1;
    text-align: end;
    font-size: 1.2em;
}

.user-info-1-ctn {
    margin-top: -30px;
}

.strikethrough {
    border-bottom: 1px solid;
}

.QC_icon {
    height: 28px;
    width: 23px;
    float: left;
}

.Q_dow {
    /* margin-top: -5px; */
    flex: 1;
    text-align: right;
}

#user-info-sx-age {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 0px;
}

#user-info-skil {
    border-bottom: 1px solid #CCCCCC;
    padding: 0px 0;
    font-size: 15px;
}

#user-info-nissuu {
    margin-top: 0px;
    font-size: 15px;
    border-bottom: 1px solid #CCCCCC;
}

.user-info-small {
    font-size: 13px;
}

#user-info-kaihouchi {
    margin-top: 0px;
    font-size: 16px;
}

.user-info-kaihouchi {
    display: inherit;
    text-align: right;
    margin-right: 5px;
}

#user-info-name-furi {
    margin-bottom: -5px;
    font-size: 12px;
}

#user-info-name {}

.user-info-c-ctn {
    /* display: inline-block; */
    border-bottom: 1px solid #CCCCCC;
    padding-right: 3px
}

.Q_up {
    text-align: end;
    font-size: 15px;
    margin-bottom: -5px;
}

.user-info-money-ctn {
    display: flex;
    padding: 0 3px;
}

.user-info-price {
    flex: 1;
    text-align: right;
}

.user-info-item {}

.user-info-c {
    /* float: left; */
    font-size: 15px;
    display: flex;
    /* width: 35px; */
    align-items: center;
}

.user-info-tatol-ctn {
    display: flex;
    padding: 0 3px;
    border-top: 1px solid;
    margin-top: -22px;
    background-color: #FFFF99;
}

.user-info-tatol-price {
    flex: 1;
    text-align: right;
}

.fixed {
    table-layout: fixed;
    width: 100px;
}

.red {
    color: red;
}

/* 利用承諾事項 */

#ykshow {
    text-align: -webkit-center;
}

#ykshow {}

.ykcont {
    text-align: left;
    padding: 0.5em 0.5em 0.5em 1.3em;
    border: 1px solid gainsboro;
}

.ykcont .indent {
    text-indent: -0.8em;
}

.ykcbox {
    padding: 0.5em;
    border: 1px solid gainsboro;
    display: flex;
    align-items: center;
    margin-top: 1em;
}

.ykcbox .iykbox {
    text-align: left;
}

/* footer */

.footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 10px;
    display: none;
}

.kyfooter {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 0 10px;
}

.space {
    height: 61px;
}


/* general */

.none {
    display: none;
}


/********** Keyframes *******/

@keyframes ix_inblock {
    0% {
        right: 100%;
        left: -100%;
    }

    100% {
        right: 0%;
        left: 0%;
    }
}

@keyframes ix_outblock {
    0% {
        right: 0%;
        left: 0%;
    }

    100% {
        right: 100%;
        left: -100%;
    }
}

@keyframes inblock {
    0% {
        right: -100%;
        left: 100%;
    }

    100% {
        right: 0%;
        left: 0%;
    }
}

@keyframes outblock {
    0% {
        right: 0%;
        left: 0%;
    }

    100% {
        right: -100%;
        left: 100%;
    }
}

@keyframes outblock_back {
    0% {
        right: 0%;
        left: 0%;
    }

    100% {
        right: 100%;
        left: -100%;
    }
}

@keyframes outblock_next {
    0% {
        right: 100%;
        left: -100%;
    }

    100% {
        right: 0%;
        left: 0%;
    }
}

@keyframes inlender {
    0% {
        left: 100%;
    }

    100% {
        left: 9%;
    }
}

@keyframes outlender {
    0% {
        left: 9%;
    }

    100% {
        left: 100%;
    }
}

@keyframes inlender_back {
    0% {
        left: -10%;
    }

    100% {
        left: 0%;
    }
}

@keyframes outlender_next {
    0% {
        left: 9%;
    }

    100% {
        left: -82%;
    }
}

@keyframes inlender_next {
    0% {
        left: -82%;
    }

    100% {
        left: 9%;
    }
}

@keyframes outlender_back {
    0% {
        left: 0%;
    }

    100% {
        left: -10%;
    }
}

@keyframes inobject {
    0% {
        right: -100%;
        left: 100%;
    }

    100% {
        right: 0%;
        left: 0%;
    }
}

@keyframes outobject {
    0% {
        right: 0%;
        left: 0%;
    }

    100% {
        right: -100%;
        left: 100%;
    }
}

@keyframes inobject_next {
    0% {
        right: 100%;
        left: -100%;
    }

    100% {
        right: 0%;
        left: 0%;
    }
}

@keyframes outobject_next {
    0% {
        right: 0%;
        left: 0%;
    }

    100% {
        right: 100%;
        left: -100%;
    }
}

@keyframes inselect {
    0% {
        left: 0%;
        opacity: 0;
    }

    100% {
        left: 30%;
        opacity: 1;
    }
}

@keyframes innav {
    0% {
        left: -215px;
    }

    100% {
        left: 0px;
    }
}

@keyframes outnav {
    0% {
        left: 0px;
    }

    100% {
        left: -215px;
    }
}

@keyframes inclose {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes outclose {
    0% {
        transform: rotate(360deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

@keyframes messenger {
    0% {
        right: 8%;
        left: 10%;
    }

    20% {
        right: 10%;
        left: 8%;
    }

    40% {
        right: 8%;
        left: 10%;
    }

    60% {
        right: 10%;
        left: 8%;
    }

    80% {
        right: 8%;
        left: 10%;
    }

    100% {
        right: 9%;
        left: 9%;
    }
}


/* *************************************** */


/* guide */

.guide-title {
    display: flex;
    margin-top: 58px;
    margin-bottom: 10px;
}

#guide-title-cotent {
    flex: 1;
    text-align: center;
    font-size: 19px;
    color: #523f3f;
}

#guide-close {
    margin-right: 10px;
    margin-left: -25px;
}

#price-img {
    width: 100%;
}

.map-tip {
    color: black;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    background-color: white;
}

.hide {
    display: none;
}

.guide__style {
    background: white;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: auto auto;
    overflow-y: hidden;
    z-index: 2;
}

.guide__style .page__description {
    color: #fff;
    padding: 0 10px;
}

.animate_content {
    animation: animate 1s ease;
}

.fadeIn {
    z-index: 3;
}

.animate_content {
    animation: animate 1.2s ease;
}

.animate-close {
    animation: animate-close 1.5s ease;
}

.fadeIn {
    z-index: 10;
}

@-moz-keyframes animate {
    0% {
        transform: scale(0.2, 0.002);
        opacity: 0;
    }

    50% {
        transform: scale(1, 0.002);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes animate {
    0% {
        transform: scale(0.2, 0.002);
        opacity: 0;
    }

    50% {
        transform: scale(1, 0.002);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
    }
}

@-o-keyframes animate {
    0% {
        transform: scale(0.2, 0.002);
        opacity: 0;
    }

    50% {
        transform: scale(1, 0.002);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes animate {
    0% {
        transform: scale(0.2, 0.002);
        opacity: 0;
    }

    50% {
        transform: scale(1, 0.002);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes animate {
    0% {
        transform: scale(0.2, 0.002);
        opacity: 0;
    }

    50% {
        transform: scale(1, 0.002);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes animate-close {
    10% {
        transform: scale(1, 0.002);
    }

    50% {
        transform: scale(0.2, 0.002);
        opacity: 1;
    }

    100% {
        transform: scale(0.2, 0.002);
        opacity: 0;
    }
}

.section {
    position: absolute;
    z-index: 0;
    width: 50%;
    top: 100px;
    height: 338px;
    overflow: hidden;
    cursor: pointer;
    transform: scale(1);
    will-change: transform, contents;
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.section:nth-child(1) {
    left: 0px;
    background: #F06060;
}

.section:nth-child(2) {
    left: 50%;
    background: #72CCA7;
}

.section:nth-child(3) {
    top: 50%;
    left: 0;
    background: #72CCA7;
}

.section:nth-child(4) {
    top: 50%;
    left: 50%;
    background: #10A296;
}

.section.is-expanded {
    top: 100px;
    height: 100%;
    left: 0;
    z-index: 3;
    width: 100%;
    cursor: initial;
    background: #fff;
}

.has-expanded-item .section:not(.is-expanded) {
    transform: scale(0);
}

.close-section {
    position: absolute;
    top: -8px;
    left: 0;
    display: flex;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
    transition: opacity 150ms linear;
    will-change: opacity;
}

.section.is-expanded .close-section {
    opacity: 1;
    transition-delay: 500ms;
    pointer-events: initial;
}

.X-box {
    height: 100%;
    text-align: center;
    color: black;
    font-size: 2rem;
    font-weight: 500;
    overflow-y: auto;
}

#map {
    width: 100%;
    height: 500px;
}