/*
Theme Name: express-japan
Description: originaltemplate
Version: 1.0
*/

/*all*/
body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    display: block;
}

.inner {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.fnt-min {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

.sp_br,
.seo_br {
    display: inherit;
}

.pc_br,
.sm_br {
    display: none;
}

.tab_arv {
    display: none;
}

.is_eventNone {
    pointer-events: none;
}

/*header*/

header {
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    transition: all .5s;
}

header.fixed {
    position: fixed;
    padding-top: 4px;
}

header h1 {
    color: #7d7d7d;
    font-size: .75em;
    width: 100%;
    padding-top: .5em;
    text-align: left;
}

header .inner {
    width: 100%;
    max-width: 1400px;
    padding: 0 2.5% 1em;
}

header .head-area {
    color: #b67f3f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .5s;
}

header .inner>div,
header .inner>nav {
    margin-top: 1em;
}

header .logo {
    width: 24%;
    transition: all .5s;
}

header.fixed .head-area {
    justify-content: flex-end;
    margin-top: 0;
}

header.fixed .logo {
    width: 20%;
    margin-right: auto;
}

/*nav*/

#sp-nav,
#sp-menu-block {
    display: none;
    transition: all .5s;
}

header nav {
    width: 50%;
}

header.fixed nav {
    margin-right: 1em;
}

header nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

header nav ul li {
    min-width: 20%;
}

header nav ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
}

header nav ul li a span {
    color: #7d7d7d;
    font-weight: normal;
    font-size: .85em;
    padding-top: .25em;
}

.header-tel p.ttl,
.header-tel_us p.ttl {
    font-size: .85em;
    position: absolute;
    top: -.5em;
}

.header-tel,
.header-tel_us {
    width: 20%;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("../image/head-tel.png") no-repeat center/98% 100%;
    padding: .5em .25em;
}

.header-tel p.num span,
.header-tel_us p.num span {
    display: block;
    text-align: center;
}

.header-tel p.num span:nth-child(1),
.header-tel_us p.num span:nth-child(1) {
    font-weight: 700;
    font-size: 1.88em;
}

.header-tel p.num span.at-time,
.header-tel_us p.num span.at-time {
    font-size: .85em;
    padding-top: .25em;
}

.language,
.language_us {
    width: 25px;
    margin: -1.3em .7em 0 .7em;
}

.language::after{
    content: ' ';
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #b67f3f;
    font-size: 1em;
}

.language:last-child::after{
    content: 'CN';
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #b67f3f;
    font-size: 1em;
}

/*cv*/
section.cv,
section.cv_us {
    display: flex;
    justify-content: center;
    padding: 80px 0;
    overflow: hidden;
}

section.cv::before,
section.cv_us::before {
    content: '';
    position: absolute;
    top: 0;
    width: calc(100%);
    height: 100%;
    z-index: 0;
    right: 0;
    background: #000;
}

section.cv .inner,
section.cv_us .inner {
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
}

section.cv p.tel_icn,
section.cv_us p.tel_icn {
    width: 6.5%;
}

section.cv p.tel_num,
section.cv_us p.tel_num {
    display: flex;
    flex-direction: column;
    padding: 0 2.5em 0 1em;
    text-align: left;
}

section.cv p.tel_num>a,
section.cv_us p.tel_num>a {
    color: #b67f3f;
    font-size: 2.66em;
    font-weight: 700;
    padding: .15em 0;
    letter-spacing: .025em;
}

/*Footer*/
.foot-nav {
    background: #171717;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.foot-nav .inner {
    display: flex;
    justify-content: space-around;
    padding: 0 2.5%;
}

.foot-nav p.logo {
    width: 20%;
}

.fnav {
    width: 80%;
    display: flex;
}

.fnav ul {
    width: 85%;
    display: flex;
    justify-content: center;
}

.fnav ul li {
    width: 15%;
}

.fnav a {
    color: #b67f3f;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fnav a span {
    color: #7d7d7d;
    font-weight: normal;
    font-size: .85em;
    padding-top: .25em;
}

.foot-nav .sns {
    width: 15%;
    display: flex;
    justify-content: space-around;
}

.foot-nav .sns a {
    width: 1.5em;
}

footer {
    background: #000;
}

footer p {
    font-size: .85em;
    color: #7d7d7d;
    padding: .88em 0;
    text-align: center;
}

/*===========================================
 frontPage
===========================================*/

#main-key {
    display: flex;
    height: 800px;
    background: url("../image/key_02.jpg") no-repeat center/100% auto;
}

@media screen and (max-width: 1200px) {
    #main-key {
        background-size: auto 100%;
    }
}

#main-key.index {
    align-items: center;
    justify-content: center;
}

#main-key.index>.key-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5%;
}

.key-in p.main-ttl {
    color: #b67f3f;
    font-family: 'Noto Serif', serif;
    font-size: 5em;
}

.key-in p.main-ttl span {
    border-bottom: 1px solid;
}

.key-in p.main-txt {
    color: #fff;
    padding-top: 1.5em;
}

section+section {
    margin-bottom: 100px;
}

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

body.page #container_wrap {
    padding-top: 10%;
}

.sec-ttl {
    color: #b67f3f;
    font-size: 2.6em;
    letter-spacing: .05em;
    font-family: 'Noto Serif', serif;
    text-align: center;
    line-height: 1.3;
}

.sec-ttl span.en {
    color: #7d7d7d;
    display: block;
    font-size: .5em;
    letter-spacing: normal;
    padding-top: .5em;
    font-weight: bold;
}

/*TOP*/
.index01 {
    padding: 80px 0 0;
}

.index01 .sec-cmnt,
#content.us>.price_air>.sec-cmnt {
    padding: 2em 0 3em;
    text-align: center;
    line-height: 1.8;
}

.index01 .sec-cmnt::after,
#content.ser>.sec-service::after,
.economy::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 1px #cfcfcf;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 18em;
}

/*service*/
.sec-service,
#blog {
    padding: 4em 0 8em;
}

.service-in {
    display: flex;
    justify-content: center;
    margin-top: 2em;
    padding: 0 1em;
}

.service-in>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 440px;
    width: 33.3%;
    border: 1px solid #dfd3c6;
    padding: 2em 2.5em;
}

.service-in>div+div {
    margin-left: 1em;
}

.service-in p.inicn {
    width: 25%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-in p.inicn span {
    width: 100%;
}

.service-in .inttl {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1em 0;
    font-weight: 900;
    color: #b67f3f;
}

.service-in .inttl span {
    font-weight: normal;
    font-size: .75em;
    padding-top: .5em;
    color: #000;
    letter-spacing: -.025em;
}

.service-in p.intxt,
li>.textbox {
    text-align: justify;
    line-height: 1.8;
}

/*car lineup*/
.car_model_item {
    max-width: 1400px;
    margin: 40px auto 0;
}

dl.car_model_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

dl.car_model_item dd {
    margin: .5em .5em;
}

dl.car_model_item dd a {
    display: block;
}

dl.car_model_item dd p {
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translate(-50%, 0);
    font-weight: bold;
}

/*security*/
.security_item {
    padding: 2% 5.5% 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.security_item .item_key {
    width: 8%;
}

.security_item .item_txt {
    width: 90%;
    padding-left: 1em;
    text-align: justify;
    line-height: 1.6;
}

/*Price*/
.sec_price {
    background: url("../image/price_bk.png") no-repeat center/cover;
    margin-top: -100px;
    padding: 80px 0 100px;
}

.sec_price h2 {
    color: #fff;
}

.price_in {
    display: flex;
    color: #fff;
    justify-content: space-around;
    padding-top: 40px;
}

.price_in>div {
    width: 48%;
    border: 1px solid rgba(255, 255, 255, .3);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3em 4.5em;
}

.price_in>div p {
    line-height: 1.6;
}

.price_in>div p:nth-child(1) {
    font-size: 2.25em;
    text-align: center;
}

.price_in>div p:nth-child(2) {
    text-align: justify;
    padding-top: 1.5em;
}

/*foot comment*/
.sec_footcmnt {
    padding-bottom: 100px;
}

.sec_footcmnt p {
    line-height: 1.6;
}


/*=============================
content
=============================*/

#content.under {
    padding: 170px 0 50px;
}

.com_dl {
    width: 100%;
    margin: 50px auto;
}

.com_dl tbody{
  width: 100%;display: block;
}

.com_dl tr {
    width: 80%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    border-bottom: solid 1px #cfcfcf;
    padding: 20px;
}

.com_dl tr:nth-of-type(1) {
    border-top: solid 1px #cfcfcf;
}

.com_dl tr td:nth-child(1) {
    text-align: left;
    flex: 1;
}

.com_dl tr td:nth-child(2) {
    text-align: left;
    flex: 2;
}

br.com {
    line-height: 1.5;
}

/*=============================
cform
=============================*/

.cform {
    width: 80%;
    margin: 50px auto;
    max-width: 1000px;
}

.cform span {
    color: #7d7d7d;
    flex: 1;
    padding-left: 1em;
}

.cform li {
    display: flex;
    align-items: center;
    border-top: solid 1px #cfcfcf;
    padding: 20px;
}

.cform li:last-child {
    border-bottom: solid 1px #cfcfcf;
}

.cform li p:nth-child(1) {
    width: 40%;
    align-items: center;
}

.cform li p:nth-child(2) {
    width: 59%;
}

.cform li:nth-child(6) p {
    display: inline-block;
    vertical-align: middle;
}

input,
textarea,
select {
    border: 1px solid #cfcfcf;
    height: 2em;
    padding: .5em 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: unset;
}

input,
textarea,
select:focus {
    outline: 0;
}

select {
    background: #fff;
    font: icon;
    padding: 0.2em 3.5em 0.2em 1em;
    background-image: linear-gradient(45deg, transparent 50%, #7d7d7d 50%), linear-gradient(135deg, #7d7d7d 50%, transparent 50%), linear-gradient(to right, #cfcfcf, #cfcfcf);
    background-position: calc(100% - 17.9px) calc(.6em + 4px), calc(100% - 10px) calc(.6em + 4px), calc(100% - 2.5em) 0.2em;
    background-size: 8px 8px, 8px 8px, 1px 1.8em;
    background-repeat: no-repeat;
    height: 2.5em;
}

input[type=text],
input[type=email] {
    width: 100%;
}

textarea {
    width: 100%;
    min-height: 100px;
    max-height: 300px;
}

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

.submit-btn input,
.btn {
    background: #b67f3f;
    width: 300px;
    height: 60px;
    display: block;
    text-align: center;
    margin: 0 auto;
    border: 2px #b67f3f solid;
    color: #fff;
    transition: all 0.4s ease;
    font-size: 1em;
}

.submit-btn input:hover,
.btn:hover {
    background: #fff;
    color: #000;
}

/*=============================
inquiry
=============================*/

.inquiry,
.inquiry-us {
    display: inline-block;
    line-height: 2;
    padding: 30px 0 40px;
}

.inquiry>p,
.inquiry-us>p {
    text-align: left;
    margin-left: 4em;
}

.error {
    padding: 10px 0;
}

.btn p {
    padding-top: 1.3em;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn p>i {
    position: absolute;
    right: 0%;
    zoom: 1.5;
    top: 78%;
    transform: translate(-50%, -50%);
}

/*=============================
service
=============================*/

/*title*/
#content_key {
    background: url("../image/service_key.jpg") no-repeat center/100% auto;
    background-size: cover;
    height: 350px;
    align-items: center;
}

#content_key.index>.cn-key-in,
#content_key>.cn-key-in {
    padding-top: 170px;
}

.cn-key-in>.sec-ttl,
.cn-key-in>.sec-ttl span.en,
#sea>.sec-ttl,
#sea>.sec-ttl span.en {
    color: #fff;
}

.service-ttl>.sec-service {
    padding-bottom: 100px;
}

#content.ser>.sec-service::after,
.economy::after {
    width: 35em;
}

.service-in p.inicn span.inicn-02,
.service-in p.inicn span.inicn-03 {
    width: 80%;
}

/*Airport Transfers*/
#airport,
#time {
    padding-top: 100px;
}

#airport>.service-in,
#time>.service-in {
    margin-bottom: 100px;
}

.btn-air>div+div,
.text>p+p {
    margin-top: 1em;
}

#air_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 80px 0 40px;
}

.text {
    text-align: left;
    line-height: 1.5;
}

.air_ttl,
.pit_image dd span {
    font-size: 1.7em;
    font-family: 'Noto Serif', serif;
}

.service-in p.inicn span.inicn-03 {
    margin-left: 1.3vw;
}

/*meeting point*/
#pit {
    background: #f6f6f6;
    width: 100%;
    padding-bottom: 3em;
}

.pit_ttl {
    color: #7d7d7d;
    font-size: 2.5em;
    font-family: 'Noto Serif', serif;
    text-align: left;
}

.pit_image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 80px;
}

.pit_image dt {
    width: 47%;
}

.pit_image dd {
    width: 47%;
    background: #fff;
    border: solid 1px #7d7d7d;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1em;
    padding: 1.5em;
}

.pit_image dd p:nth-child(1) {
    text-align: left;
    font-size: 1.15em;
    line-height: 1.3;
    width: 160%;
}

.pit_image dd span {
    color: #7d7d7d;
    font-size: 1.5em;
    line-height: 2.5;
}

.pit_image dd img {
    position: relative;
}

.pit_image dd a,
.btn a {
    display: block;
}

.pit_image dd i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    background: #000;
    padding: 7px;
    width: 1.5em;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*time*/
#time>.btn-air {
    margin-top: 4em;
}

.service-in p.inicn span.inicn-04 {
    width: 120%;
}

/*sea*/
#sea {
    background: url("../image/sea-key.png") no-repeat center/cover;
    color: #fff;
    padding: 120px 0;
}

#sea>.text {
    text-align: center;
    padding: 40px;
}

#sea>.text>p:nth-child(2) {
    max-width: 850px;
    padding-bottom: 20px;
}

#sea>.text>p:nth-child(2),
#sea>.text>p:nth-child(4) {
    display: inline-block;
    text-align: left;
}

#sea>.btn {
    background: rgba(0, 0, 0, 0);
    border: 2px #fff solid;
}

#sea>.btn:hover {
    background: #fff;
    color: #000;
}

/*question*/
#question {
    padding: 100px 0;
}

.que_inner {
    padding-top: 50px;
    line-height: 1.4;
}

.que_inner>dt {
    font-size: 1.5em;
    text-align: left;
    padding-top: 40px;
}

.que_inner>dd {
    padding-top: 20px;
    text-align: left;
}

/*all*/
.service-in p.inicn span.icon_01 {
    width: 80%;
    top: 5px;
}

.service-in p.inicn span.icon_02 {
    width: 74%;
    top: 5px;
}

.service-in p.inicn span.icon_03 {
    left: 12px;
}

/*=============================
price
=============================*/

#content_key.price,
#content_key.car {
    background: url("../image/price_key.jpg") no-repeat center/100% auto;
    background-size: cover;
    height: 350px;
    align-items: center;
}

.price_air {
    padding-top: 4em;
}

.pri_air>.sec_price,
#cnt_03 .sec_price {
    background: none;
    color: #000;
    margin-top: 0;
}

#content.pri_air>.sec_price>.price_in,
#cnt_03 .sec_price>.price_in {
    color: #000;
}

#cnt_03 .sec_price>.price_in>div,
#content.pri_air>.sec_price>.price_in>div {
    border: 1px solid #dfd2c6;
}

#content.pri_air>.sec_price>.price_in>.event:nth-child(1),
#cnt_03 .sec_price>.price_in>.event:nth-child(1) {
    background: url("../image/A.png") no-repeat center;
    background-size: cover;
}

#content.pri_air>.sec_price>.price_in>.event:nth-child(2),
#cnt_03 .sec_price>.price_in>.event:nth-child(2) {
    background: url("../image/B.png") no-repeat center;
    background-size: cover;
}

.price_air {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price_air p {
    display: inline-block;
    text-align: left;
    padding: 40px;
    line-height: 1.5;
}

.btn-pri {
    display: flex;
    justify-content: center;
}

.btn-pri>.btn {
    margin: 2em 0 4em 0;
}

.btn-pri>div.btn+div.btn {
    margin-left: 1em;
}

.price_ttl_time {
    margin: 5em auto 3em auto;
}

.hr {
    background: #b67f3f;
    width: 100%;
    color: #fff;
    font-weight: 600;
    padding: .5em 1em;
    text-align: left;
    margin-bottom: 1em;
}

.price_ttl_sp {
    display: none;
}

.price_ttl_sp,
.price_ttl {
    justify-content: flex-end;
}

.price_ttl,
#content.pri_air dd,
#content.us .price_ttl_time dd {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #cfcfcf;
}

.price_ttl>p,
#content.pri_air dd>p,
#content.us .price_ttl_time dd>p {
    width: 14.29%;
    border-left: 1px solid #cfcfcf;
    padding: 30px 0;
}

.price_ttl>p:nth-child(1) {
    border-left: 1px solid #cfcfcf;
}

#content.pri_air dd>p:nth-child(1),
#content.us .price_ttl_time dd>p:nth-child(1) {
    border-left: none
}

.price_ttl_time>p {
    text-align: left;
    margin-top: 1.5em;
    line-height: 1.5;
}

.price_tb>dl,
.nrt,
.hnd {
    padding-bottom: 4em;
}

p.cmnt-sml {
    padding-top: .88em;
    text-align: left;
    margin: -4em 0 4em;
}

/*=============================
carmodel
=============================*/

#content_key.car {
    background: url("../image/car_key.jpg");
}

.economy {
    display: flex;
    align-items: center;
    padding: 90px 0;
}

.economy:nth-child(6) {
    margin-bottom: 200px;
}

.economy>.event {
    width: 80%;
    margin-left: 1em;
    max-width: 600px;
}

.economy img {
    width: 100%;
}

.economy>.car_text>.sec-ttl {
    text-align: left;
}

.economy:nth-child(6)::after {
    display: none;
}

.car_text {
    width: 60%;
}

.pad_br {
    display: none;
}

.car_icon {
    display: flex;
    flex-wrap: wrap;
    color: #7d7d7d;
    font-weight: bold;
    margin: 2em 0
}

.car_icon dd {
    display: flex;
    align-items: center;
    height: 50px;
    width: 30%;
}

.car_icon img {
    width: 40px;
    padding-right: .5em;
}

.car_icon dd:nth-of-type(4) img {
    width: 36px;
}

.car_icon dd:nth-of-type(4),
.car_icon dd:nth-of-type(5) p {
    padding-left: .2em;
}

.car_icon dd:nth-of-type(5) img,
img.mw {
    width: 26px !important;
}

.car_icon dd:nth-of-type(5) {
    width: 50%;
    padding-left: .4em;
}

.car_list {
    display: flex;
    text-align: left;
    width: 70%;
    align-items: center;
}

.car_list li {
    width: 50%;
    border-left: solid 3px #b67f3f;
    margin-top: .5em;
    padding-left: .7em;
    line-height: 1.3;
    display: inline-flex;
    align-items: center;
    min-height: 2.5em;
}

.car_list li.cen {
    width: 30%
}

.car_list li.non {
    border: none;
}

.car_list li:nth-child(3n) {
    width: 10%;
    border: none;
}

.economy:nth-child(6)>.car_text>.car_icon dd {
    width: 50%;
}

.economy:nth-child(6)>.car_text>.car_icon dd:nth-of-type(4) {
    padding-left: .5em;
}

/*=============================
us
=============================*/
.header-tel_us {
    width: 20%;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("../image/header-tel_us.png") no-repeat center/98% 100%;
    padding: .5em .25em;
}

.header-tel_us p.num span:nth-child(1) {
    font-size: 1.48em;
}

.language_us::after,
.language_sp_us::after {
    content: 'JP';
    position: absolute;
    top: 30px;
    left: 48%;
    transform: translate(-50%, 0);
    color: #b67f3f;
    font-size: 1em;
}

#content.us>.price_air p {
    padding: 0;
    line-height: 1.5;
}

#content.us>.hr {
    padding: .5em 3em;
}

#content.us .car_text {
    width: 70%;
}

#content.us .car_list {
    width: auto;
}

#content.us .car_list li {
    width: 30%;
    min-height: 2.5em;
}

#content.us .car_list li.cen {
    width: 20%
}

/*#content.us .car_list li:nth-child(3n){ width: 50%; border: none;}*/
#content.us>.economy div+div {
    padding-left: 1em;
}

#content.us .car_list span {
    padding: 0 .5em;
}

#blog_in ul,
#blog ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 4em 0;
    flex-wrap: wrap;
}

#blog_in li,
#blog li {
    width: 33.3%;
    margin: 2em 0;
    padding: 0 2em;
}

#blog_in img,
#blog img {
    width: 350px;
    height: 200px;
    object-fit: cover;
}

#blog_in .cmntbox,
#blog_in .time,
#blog .cmntbox,
#blog .time {
    padding-left: 0;
    text-align: left;
    font-size: 1.3em;
    line-height: 2;
}

#blog_in .time,
#blog .time {
    font-size: .8em;
    color: #7d7d7d;
}

#blog_in .textbox::after,
#blog .textbox::after {
    content: '';
    border-bottom: #b67f3f 2px solid;
    display: block;
    margin-top: .5em;
}

#blog_in .textbox a,
#blog .textbox a {
    color: #7d7d7d;
}

#content.us>.price_air p.cmnt-sml {
    padding-top: .88em;
    text-align: left;
    display: block;
    margin: -.1em 0 0;
}


/*=============================
ブログ
=============================*/

#content.blog {
    padding: 50px 10px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}

#content.blog img {
    object-fit: cover;
}

#single_content {
    flex: 3;
    padding-right: 1.5em;
}

#side_content {
    flex: 1.2;
}

.post_head {
    height: 350px;
    background-size: cover;
    width: 100%;
}

.post_head_bk {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 350px;
}

.post_head_bk>.ttl {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    color: #fff;
    font-size: 2em;
    font-family: 'Noto Serif', serif;
    text-align: left;
    line-height: 1.3;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 280px;
}

.post_head_bk>.ttl>h2 {
    padding-left: 1em;
}

.entry_main img {
    width: 100%;
    height: auto;
}

.archivetitle {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.archivetitle p+p {
    padding-left: .5em;
}

.side_new-post li {
    display: flex;
    align-items: center;
    padding-bottom: 1em;
}

.side-ttl {
    width: 100%;
    text-align: left;
    font-family: 'Noto Serif', serif;
    margin-bottom: 1em;
    border-bottom: #b67f3f 2px solid;
    padding: .5em 0;
    letter-spacing: 1px;
    font-size: 1.2em;
}

.cmntbox {
    padding-left: .5em;
}

.side_cate-list {
    padding-top: 2em;
}

.sidebar-inner ul>li+li {
    padding-top: .5em;
}

.cat_paging {
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 2em 0;
}

.cat_paging dl {
    width: 50%;
}

.cat_paging dt {
    color: #7d7d7d;
}

.cat_paging dd {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 1em 0;
}

.alignright dd {
    flex-direction: row-reverse;
}

.alignright dt {
    text-align: end;
}

.alignleft dd,
.alignleftnopost {
    border-right: #cfcfcf 1px solid;
}

.thumb img {
    width: 100px;
    height: 100px;
}

.nopost {
    width: 50%;
    text-align: center;
    margin: auto;
    color: #7d7d7d;
    top: .5em;
}

.pager {
    text-align: center;
}

a.page-numbers,
.pager .current {
    background: #b67f3f;
    color: #fff;
    border: solid 1px;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0 2px;
}

.pager:hover {
    background: #fff;
    color: #000;
    transition: all 0.4s ease;
}

a p.side-ttl {
    pointer-events: none;
}

/*=============================
0602追加分
=============================*/

.time_01>.price_ttl>p,
.time_01>dl>dd>p {
    text-align: center;
}

#cnt_03 .sec_price {
    padding: 0;
}

#content.us>.price_air>.price_ttl_time>.time_01>.price_ttl>p {
    padding: 30px 0;
}

#cnt_03 .price_ttl_time {
    margin: 2em auto 4vw auto;
}

#cnt_03 .plan-a>p:nth-of-type(2),
#cnt_03 .plan-b>p:nth-of-type(2) {
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-top: 1.5em;
}

.perhour {
    margin-bottom: 1.5em;
}

#content.us>.price_air>.price_ttl_time>.hr {
    padding: .5em 3em;
}

/*=============================
　流れ
=============================*/

#content.under.inqy-in {
    padding: 0 0 50px;
}

#method {
    background-color: #f6f6f6;
    padding: 170px 0 5em;
    margin-bottom: 3em;
}

.method_in {
    background-color: #fff;
    border: #7d7d7d solid 1px;
    width: 70%;
    margin: 1.5em 0;
    margin: 1.5em auto;
    padding: 50px 0;
}

.method_in dl {
    margin: 0 auto;
    width: 80%;
}

.method_in dd {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: #dfd3c6 solid 1px;
    color: #b67f3f;
    height: 120px;
}

.method_in dd::after {
    margin: 0 0 -15px -30px;
    content: "";
    position: absolute;
    top: auto;
    bottom: -15px;
    left: 50%;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #b67f3f;
    width: 0;
    height: 0;
}

.method_in dd+dd {
    margin-top: 2em;
}

.method_in dd>p:nth-of-type(1) {
    width: 23%;
    text-align: -webkit-center;
}

.method_in dd>p:nth-of-type(1) img{
  width: 50px;
}

.method_in dd>p:nth-of-type(2),
.method_in dd>p:nth-of-type(3) {
    font-size: 1.2em;
    width: 23%;
}

.method_in dd>p:nth-of-type(2) {
    font-family: 'Noto Serif', serif;
    width: 15%;
}

.method_in dd>p:nth-of-type(4) {
    color: #000;
    line-height: initial;
    width: 70%;
}

.method_in dd:nth-of-type(5)::after {
    display: none;
}

/*=============================
車種変更部分
=============================*/

.car_inner {
    background-color: #f6f6f6;
    padding: 1em .5em 1em 0;
    margin: 1em 0;
    display: block;
}

.car_inner {}

.car_inner tbody {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    gap: 10px;
}

.car_inner>dd,
.car_inner tr {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 33%;
    zoom: .9;
}

.car_inner>dd>p,
.car_inner tr td p {
    font-weight: bold;
    line-height: 1.3;
}

.car_inner>dd:nth-of-type(2),
.car_inner tr:nth-of-type(2) {
    margin-right: 1em;
}

.car_inner>dd>p:nth-child(1),
.car_inner tr td p:nth-child(1) {
    color: #b67f3f;
}

.car_inner>dd>p:nth-child(3),
.car_inner tr td p:nth-child(3) {
    color: #7d7d7d;
}

.car_inner>dd>img,
.car_inner tr td img {
    height: 50px !important;
    width: auto !important;
    margin: 1em 0;
    zoom: .9;
}

.car_inner>dd:nth-of-type(3)>img,
.car_inner tr:nth-of-type(3)>img {
    height: 90px;
    width: auto;
    margin: 1em 0 0;
    zoom: 1;
}

#content.us .car_text {
    margin-right: 1em;
}



/*=============================
2404改修
=============================*/
/*TOP*/
.repair_top .sec_security {
    margin-bottom: 70px;
}

.repair_top .sec_security .btn-air {
    display: flex;
    padding-bottom: 4em;
    justify-content: center;
    gap: 30px;
}

.repair_top .sec_security .btn {
    margin: 0;
}

.repair_top .sec_security .btn-air.inner::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 1px #cfcfcf;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 18em;
}

.repair_top .sec_security .security_item {
    padding: 2% 5.5% 3%;
}

/*車種*/
.repair_car .car_list {
    width: 100%;
}

.repair_car .car_list li {
    width: calc(100% / 3);
}

.car_list li:nth-child(3n) {
    border-left: solid 3px #b67f3f;
    margin-top: .5em;
    padding-left: .7em;
    line-height: 1.3;
    display: inline-flex;
    align-items: center;
    min-height: 2.5em;
}

/*料金*/
.price_table.inner,
.price_table {
    margin-top: min(40px, 8vw);
}

.table__container {
    width: 100%;
}

.price_table table {
    width: 100%;
    border-collapse: collapse;
}

.price_table th,
.price_table td {
    border: solid 1px #cfcfcf;
    padding: 10px 5px;
    vertical-align: middle;
    line-height: 1.4;
    white-space: nowrap;
}

.price_table th {
    border-top: none;
}

.cmnt-sml-price,
#content.us>.price_air p.cmnt-sml-price {
    padding-top: .88em;
    text-align: right;
    display: block;
}

.price_table .price_tb {
    margin-bottom: min(40px, 8vw);
}

.price_cmnt__box.inner {
    margin-top: min(40px, 8vw);
    margin-bottom: min(40px, 8vw);
    line-height: 1.5;
    text-align: left;
}

.price_cmnt__box>*+*,
#content.us>.price_air p.price_cmnt__box-text {
    padding-top: .5em;
}

.price_cmnt__box-ttl,
#content.us>.price_air p.price_cmnt__box-ttl {
    font-weight: 600;
    padding-left: 1em;
}

#content.us>.price_air p.price_cmnt__box-ttl {
    display: block;
}

.price_cmnt__box-ttl::before {
    content: "";
    width: 1em;
    height: 1em;
    border-left: solid 3px #b67f3f;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}

#content.us>.price_air p.hr {
    padding: .5em 1em;
}