@charset "utf-8";

/* CSS Document */

#header {
    background: #fff;
}

#headercontents {
    width: 1050px;
    margin: 0 auto;
    height: 76px;
    justify-content: space-around;
    display: flex;
    position: relative;
    align-items: center;
}

#headercontents .box01 {}

#headercontents .box02 {}

#headercontents .box03 {
    display: flex;
    padding-top: 15px;
    width: 220px;
    box-sizing: border-box;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

#description {
    color: #000;
    clear: both;
}

#descriptioncontents {
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}


/* CSS Document */

p.logo {}

p.logo a {
    -webkit-border-background: url(../img/common/logo.png) no-repeat top left;
    -moz-border-background: url(../img/common/logo.png) no-repeat top left;
    -o-border-background: url(../img/common/logo.png) no-repeat top left;
    -ms-border-background: url(../img/common/logo.png) no-repeat top left;
    background: url(../img/common/logo.png) no-repeat top left;
    width: 268px;
    height: 45px;
    display: block;
}

#add {
    float: right;
}

a.jp_site {
    padding-bottom: 14px;
    display: block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    padding-left: 37px;
    background: url(../img/common/jp.gif) no-repeat 0 0;
    background-size: 30px;
    color: #0e0e0e;
    margin-left: -16px;
}

a.jp_site:hover {
    color: #de1122;
}

#navicontents {
    width: 100%;
    background: #de1122;
}

#navicontents ul {
    width: 1030px;
    margin: 0 auto;
    display: table;
    position: relative;
    text-align: center;
    table-layout: fixed;
}

#navicontents li {
    display: table-cell;
    border-right: 1px solid #fff;
    vertical-align: middle;
}

#navicontents li:first-child {
    border-left: 1px solid #fff;
}

#navicontents li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 13px 0;
}

#navicontents li a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

#navicontents li a img {
    vertical-align: middle;
    margin-right: 5px;
}

#navicontents li.last {
    position: absolute;
    bottom: -55px;
    right: 0;
    background: #bf1321;
}

#phonenumber {
    color: #CC000D !important;
    font-weight: bold !important;
}

#two {
    font-size: 32px !important;
}

.zh-class-box {
    text-align: center;
    padding-top: 20px !important;
    padding-bottom: 5px !important;
}

.zh-class-title {
    font-size: 54px !important;
    font-weight: bold !important;
    line-height: 56px !important;
}

.zh-class-desc {
    font-size: 17px !important;
    font-weight: bold !important;
    line-height: 25px !important;
}

.zh-class-red_ribbon {
    font-size: 28px !important;
    font-weight: bold !important;
}

.zh-class-announcement {
    font-size: 14px !important;
}

.zh-class-announcement.title {
    font-size: 17px !important;
}

.zh-class-offer-sp {
    font-size: 20px !important;
    padding-left: 5px !important;
}

.zh-class-offer-desc-sp {
    font-size: 12px !important;
}

.zh-class-offer {
    font-size: 26px !important;
    line-height: 1.1em !important;
}

.zh-class-offer-desc {
    font-size: 17px !important;
    padding-top: 80px !important;
}

.zh-class-title-sp-menu {
    font-size: 26px !important;
}

.zh-class-tag {
    text-align: center !important;
    padding: 8px !important;
    font-size: 12px !important;
}

.zh-class-how {
    font-size: 18px !important;
}

.zh-class-txt {
    font-size: 12px !important;
}

.zh-class-h3 {
    font-size: 20px !important;
}

.zh-class-nav-menu .img {
    margin: 0px !important;
}


/* newertemp  */

.ms-class-tag {
    font-size: 9px !important;
    text-align: center !important;
}


/* home */

.ms-class-redbox {
    height: 140px !important;
}


/* sidepagetop */

.ms-class-sidelist {
    font-size: 17px !important;
}

#tab a.zh-class {
    /* リンクするエリアをバナー全体に広げる設定*/
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/banner/right_bn_zh.gif) no-repeat;
    box-shadow: 1px 2px 8px #565656;
}


/* .lang_dropbtn {
    background-color: #ffffff;
    border: 2px solid #de1122;
    color: #de1122;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    border-radius: 50px;
    cursor: pointer;
    padding: 5px 10px;
    line-height: 1;
    -webkit-box-shadow: 3px 3px 2px 0px rgb(0 0 0 / 20%);
    box-shadow: 3px 3px 2px 0px rgb(0 0 0 / 20%);
    transition: 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lang_dropdown {
    position: relative;
    transition: 0.3s ease-in-out;
}

.lang_dropdown-content {
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: #f9f9f9;
    width: 90px;
    left: 0;
    top: 33px;
    right: 0;
    margin: auto;
    -webkit-box-shadow: 1px 2px 2px 1px rgb(0 0 0 / 20%);
    box-shadow: 1px 2px 2px 1px rgb(0 0 0 / 20%);
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.lang_dropdown-content a {
    color: black;
    padding: 10px;
    text-decoration: none;
    display: block;
    font-family: 'Roboto';
    font-weight: 500;
}

.lang_dropdown-content a:hover {
    background-color: #e0e0e0;
    border-radius: 5px;
}

.lang_dropdown:hover .lang_dropdown-content {
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 2px 3px 3px 1px rgb(0 0 0 / 20%);
    box-shadow: 2px 3px 3px 1px rgb(0 0 0 / 20%);
}

.lang_dropdown:hover .lang_dropbtn {
    background-color: #de1122;
    color: #ffffff!important;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 2px 3px 3px 1px rgb(0 0 0 / 20%);
    box-shadow: 2px 3px 3px 1px rgb(0 0 0 / 20%);
}

.btn_whatsapp {
    background-color: #ffffff;
    color: #128C7E!important;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    border: 2px solid #128C7E;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    text-decoration: none !important;
    padding: 5px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 1px 2px 2px 1px rgb(0 0 0 / 20%);
    box-shadow: 1px 2px 2px 1px rgb(0 0 0 / 20%);
}

.btn_whatsapp img {
    width: 15px;
    height: 15px;
    margin: 0 3px;
    object-fit: contain;
}

.lang_dropbtn img {
    width: 15px;
    height: 15px;
    margin: 0 3px;
    object-fit: contain;
}

.btn_whatsapp:hover {
    background-color: #128C7E;
    color: #ffffff!important;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 2px 3px 3px 1px rgb(0 0 0 / 20%);
    box-shadow: 2px 3px 3px 1px rgb(0 0 0 / 20%);
} 

#drawernav {
    background: #fff;
    color: #323232;
    height: 100%;
    letter-spacing: 0.01em;
    margin-bottom: 0;
    overflow-y: scroll;
    position: fixed;
    right: -292px;
    top: 0;
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    width: 292px;
    z-index: 1;
}

#drawernav ul {
    list-style: none;
    padding: 0;
}

#drawernav ul li a {
    color: #323232;
    display: block;
    text-decoration: none;
}

#drawernav ul li a:hover {
    background: #222;
    color: #ddd;
}

#drawernav h4 {
    padding: 0 15px;
}

#drawernav .drawer-select-ttl {
    margin-top: 52px;
}

#drawernav .drawer-select-link li {
    width: 32%;
}

#drawernav .drawer-select-link li a {
    border: 2px solid #DE1122;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    padding: 16px 12px 12px;
    text-align: center;
}

#drawernav .drawer-column-2 {
    display: flex;
    flex-wrap: wrap;
}

#drawernav .drawer-column-2 li {
    border-bottom: 0.4px solid #323232;
    width: 49%;
}

#drawernav .drawer-column-2 li:nth-of-type(2n) {
    border-left: 0.4px solid #323232;
}

#drawernav .drawer-column-2 li a {
    font-size: 12px;
    padding: 8px 0 8px 12px;
    position: relative;
    line-height: normal;
}

#drawernav .drawer-column-2 li a:after {
    border-right: solid 2px #323232;
    border-top: solid 2px #323232;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 6px;
    margin-top: -3px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    transform: rotate(45deg);
    width: 6px;
}

#drawernav #select-tel {
    display: flex;
    justify-content: space-between;
}

#drawernav #select-tel select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #DE1122;
    border-radius: 4px;
    padding: 8px;
    width: 49%;
}

#drawernav #select-tel select#ex1-city-category {
    background: #fff;
}
*/


/* #humberger {
    cursor: pointer;
    padding: 20px 16px;
    margin-right: 1em;
    position: fixed;
    right: 0;
    top: 0;
    place-self: center;
    width: 20px;
    z-index: 100;
} */


/* .icon-bar {
    background: #323232;
    display: block;
    height: 1px;
    margin-bottom: 6px;
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
} */

.fixed-content {
    right: inherit;
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    width: 100%;
    z-index: 2;
}

#overlay {
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    width: 100%;
    z-index: -1;
}

#overlay .jcmedia {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    left: 50%;
    padding-top: 56.25%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

@media screen and (min-width: 1000px) {
    #overlay .jcmedia {
        padding-top: 0;
        width: 640px;
    }
}

#overlay .jcmedia iframe {
    height: 100%;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

@media screen and (min-width: 1000px) {
    #overlay .jcmedia iframe {
        height: 360px;
        max-width: 100%;
        padding: 0;
        position: relative;
    }
}

#overlay .jcmedia .round_btn {
    background: #fff;
    border: 2px solid #333;
    border-radius: 50%;
    display: block;
    height: 30px;
    left: 4px;
    position: absolute;
    top: -10px;
    width: 30px;
}

#overlay .jcmedia .round_btn::before,
#overlay .jcmedia .round_btn::after {
    background: #333;
    content: "";
    height: 22px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 3px;
}

#overlay .jcmedia .round_btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#overlay .jcmedia .round_btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

body.drawer-opened {
    overflow-y: hidden !important;
}

body.drawer-opened .drawer-fixed {
    background: #fff;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    height: 65px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

body.drawer-opened #page {
    -webkit-box-shadow: 1px 0 2px #000;
    box-shadow: 1px 0 2px #000;
    left: -292px;
}

body.drawer-opened .fixed-content {
    left: -292px;
}

body.drawer-opened #drawernav {
    right: 0;
}

body.drawer-opened #humberger {
    /* position: absolute; */
}

body.drawer-opened #humberger .icon-bar {
    background: #DE1122;
    height: 2px;
}

body.drawer-opened #humberger .icon-bar:nth-child(1) {
    transform: translate(0, 4px) rotate(45deg);
}

body.drawer-opened #humberger .icon-bar:nth-child(2) {
    transform: translate(0, -4px) rotate(-45deg);
}

body.drawer-opened #humberger:after {
    -webkit-animation-name: fadein;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-name: fadein;
    color: #DE1122;
    content: "Close";
    font-size: 10px;
    margin: -5px;
    position: absolute;
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
        transform: translatesy(20px);
    }
    to {
        opacity: 1;
        transform: translatey(0);
    }
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translatesy(20px);
    }
    to {
        opacity: 1;
        transform: translatey(0);
    }
}

body.drawer-opened #overlay {
    left: -292px;
    opacity: 0.3;
    z-index: 3;
}

.border-col-3 {
    display: flex;
    justify-content: space-between;
}

.border-col-3 li {
    display: flex;
    /* width: 32%; */
    width: 49%;
}

.border-col-3 li .border-col-item {
    border: 2px solid #DE1122;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    padding: 5px 5px 5px;
    text-align: center;
}

.color-white {
    color: #fff;
}

.bg-red {
    background: #de1122;
}

.ta-c {
    text-align: center;
}

.base-font-size {
    font-size: 14px;
}

.bold {
    font-weight: 700;
}

.ptb-8 {
    padding-bottom: 8px !important;
    padding-top: 8px !important;
}

.m-12 {
    margin: 12px !important;
}

.mt-52 {
    margin-top: 52px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}