@charset "utf-8";
/* CSS Document */
.flexBoxList01 {
    padding: 20px;
    margin-bottom: 20px;
}
.flexBoxList01 figure img {
    width: 100%;
    height: auto;
}
.flexBoxList01 div h2 {
    font-weight: bold;
    padding: 20px 0;
    font-size: 22px;
}
.flexBoxList01 div .baseBtn {
    margin-top: 20px;
}
.fullImg {
    height: 180px;
    width: 100%;
}
.fullImg img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.fleetNav {
    padding: 0 20px 40px 20px;
}
.fleetNav h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.fleetNav .fleetAnchor {
    border: solid 1px #e7e7e7;
    border-bottom: none;
}
.fleetNav .fleetAnchor:nth-of-type(4) {
    border-bottom: solid 1px #e7e7e7;
}
.fleetAnchor + h2 {
    margin-top: 40px;
}
.fleetAnchor h3 {
    background: #f5f3f2;
    padding: 10px 20px;
    font-weight: bold;
    border-bottom: solid 1px #e7e7e7;
}
.fleetAnchor a {
    display: block;
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    color: #000;
}
.fleetAnchor a + a {
    border-top: solid 1px #e7e7e7;
}
.fleetAnchor a > br:first-of-type {
    display: none;
}
.fleetAnchor a span {
    font-weight: normal;
    font-size: 14px;
    margin-top: 10px;
}
.fleetAnchor a figure {
    margin-top: -5px;
}
.fleetAnchor a figure img {
    width: 100%;
    max-width: 260px;
    height: auto;
    margin: 0 auto;
}
.fleetNav .service {
    border: solid 1px #e7e7e7;
    padding: 15px;
}
.fleetNav .service li {
    position: relative;
    padding-left: 15px;
}
.fleetNav .service li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 13px;
}
.fleetNav .service li:not(:last-of-type) {
    margin-bottom: 5px;
}
.fleetNav .service p {
    margin-top: 20px;
    font-size: 14px;
}
.airportPlace {
    padding: 0 20px 40px 20px;
}
.airportPlace h2 {
    font-weight: bold;
    padding: 20px 0;
    font-size: 22px;
}
.airportPlace dl {
    border: solid 1px #e7e7e7;
    margin-bottom: 20px;
}
.airportPlace dl dt {
    padding: 10px 20px;
    background: #f5f3f2;
    font-size: 18px;
    border-bottom: solid 1px #e7e7e7;
}
.airportPlace dl dd {
    padding: 10px 20px;
    border-bottom: solid 1px #e7e7e7;
}
.airportPlace dl dd:last-of-type {
    border-bottom: none;
}
.airportPlace dl + p {
    font-size: 14px;
}
.btn {
    padding: 0 20px 40px 20px;
}
.btn.sticky {
    position: sticky;
    bottom: 0;
}
.surprisePlan {
    padding: 0 20px 40px 20px;
}
.surprisePlan h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.surprisePlan table {
    border: solid 1px #e7e7e7;
}
.surprisePlan table tr, .surprisePlan table th, .surprisePlan table td {
    display: block;
}
.surprisePlan table th {
    background: #f5f3f2;
    padding: 15px;
    text-align: left;
}
.surprisePlan table td {
    padding: 15px;
}
.surprisePlan .exSurprise h4 {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}
.surprisePlan .exSurprise ul li:not(:last-of-type) {
    margin-bottom: 20px;
}
.surprisePlan .exSurprise ul li {
    border: solid 1px #e7e7e7;
    padding: 15px;
}
.surprisePlan .exSurprise ul li img {
    width: 100%;
    height: auto;
}
.sightseeingList {
    padding: 0 20px 40px 20px;
}
.sightseeingList h2 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 22px;
}
.sightseeingList .planList li:not(:last-of-type) {
    margin-bottom: 30px;
}
.sightseeingList .planList .anvBox {
    border: solid 1px #e7e7e7;
}
.sightseeingList .planList .anvBox .ph {
    padding: 15px;
}
.sightseeingList .planList .anvBox .ph img {
    width: 100%;
    height: auto;
    display: block;
}
.sightseeingList .planList .anvBox h3 {
    padding: 0 15px 15px 15px;
    font-weight: bold;
    font-size: 18px;
}
.sightseeingList .planList .anvBox dl dt {
    padding: 10px 15px;
    background: #f5f3f2;
    font-weight: bold;
}
.sightseeingList .planList .anvBox dl dd {
    padding: 15px;
}
.exectiveTxt {
    padding: 40px 20px;
}
.exectiveTxt h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.hourlyInfo {
    padding: 40px 0;
    border-top: solid 2px #a2b2b9;
    margin: 0 30px;
}
.hourlyInfo h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.hourlyInfo h2 + p {
    margin-bottom: 30px;
}
.hourlyInfo .carPh li img {
    width: 100%;
    height: auto;
    border: solid 1px #bfbfbf;
    display: block;
}
.hourlyInfo .carPh li:not(:last-of-type) {
    margin-bottom: 20px;
}
.hourlyInfo .carPh + h2 {
    margin-top: 50px;
}
.hourlyInfo .optionPh li img {
    width: 100%;
    height: auto;
    display: block;
}
.hourlyInfo .optionPh li:not(:last-of-type) {
    margin-bottom: 20px;
}
.ohanamiAnc {
    padding: 40px 0;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 600px;
}
.ohanamiAnc li {
    margin-bottom: 15px;
    width: 33%;
    max-width: 200px;
    text-align: center;
}
.ohanamiAnc a {
    padding: 0 30px;
    display: block;
    color: #000;
    position: relative;
}
.ohanamiAnc a:before {
    content: "";
    background: #000;
    position: absolute;
    width: 1px;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ohanamiAnc li:nth-of-type(3n) a:after {
    content: "";
    background: #000;
    position: absolute;
    width: 1px;
    height: 16px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#ohaCalTop {
    width: 100%;
    padding: 100px 20px 100px 20px;
    background: url("../img/ohanami-calendar/bar.webp")center bottom no-repeat;
    background-size: auto 36px;
    position: relative;
}
#ohaCalTop h2 {
    color: #7a8120;
    font-size: 28px;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
}
#ohaCalTop p {
    text-align: left;
    font-size: 16px;
}
#ohaCalTop h2:first-of-type:before {
    content: "";
    background: url("../img/ohanami-calendar/top_illust.webp")center center no-repeat;
    background-size: 100%;
    width: 100px;
    height: 70px;
    top: -100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#ohaCalTop h2:not(:first-of-type) {
    margin-top: 60px;
}
#ohaCalBody {
    padding: 60px 20px;
}
#ohaCalBody .calBox:not(:first-of-type) {
    margin-top: 80px;
}
#ohaCalBody .calBox .txt h2 {
    font-family: heisei-mincho-std, serif;
    font-size: 42px;
    line-height: 1;
    color: #e36b8c;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
#ohaCalBody .calBox .txt h2 span {
    font-size: 70px;
}
#ohaCalBody .calBox .txt h2:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
#ohaCalBody .calBox:first-of-type .txt h2:after {
    width: 100%;
    height: 80px;
    background: url("../img/ohanami-calendar/illust01.webp")right center no-repeat;
    background-size: auto 100%;
    right: 0;
}
#ohaCalBody .calBox:nth-of-type(2) .txt h2:after {
    width: 100%;
    height: 110px;
    background: url("../img/ohanami-calendar/illust02.webp")right center no-repeat;
    background-size: auto 100%;
    right: 0;
}
#ohaCalBody .calBox:nth-of-type(3) .txt h2:after {
    width: 100%;
    height: 130px;
    background: url("../img/ohanami-calendar/illust03.webp")right center no-repeat;
    background-size: auto 100%;
    right: 0;
}
#ohaCalBody .calBox:nth-of-type(4) .txt h2:after {
    width: 100%;
    height: 150px;
    background: url("../img/ohanami-calendar/illust04.webp")right -60px center no-repeat;
    background-size: auto 100%;
    right: 0;
}
#ohaCalBody .calBox:nth-of-type(5) .txt h2:after {
    width: 100%;
    height: 120px;
    background: url("../img/ohanami-calendar/illust05.webp")right center no-repeat;
    background-size: auto 100%;
    right: 0;
}
#ohaCalBody .calBox:nth-of-type(6) .txt h2:after, #ohaCalBody .calBox:nth-of-type(10) .txt h2:after {
    width: 100%;
    height: 120px;
    background: url("../img/ohanami-calendar/illust05.webp")right center no-repeat;
    background-size: auto 100%;
    right: 0;
}
#ohaCalBody .calBox:nth-of-type(7) .txt h2:after {
    width: 100%;
    height: 140px;
    background: url("../img/ohanami-calendar/illust06.webp")right center no-repeat;
    background-size: auto 100%;
    right: 0;
}
#ohaCalBody .calBox:nth-of-type(8) .txt h2:after {
    width: 100%;
    height: 110px;
    background: url("../img/ohanami-calendar/illust07.webp")right center no-repeat;
    background-size: auto 100%;
    right: 0;
}
#ohaCalBody .calBox:nth-of-type(9) .txt h2:after {
    width: 100%;
    height: 120px;
    background: url("../img/ohanami-calendar/illust08.webp")right center no-repeat;
    background-size: auto 100%;
    right: 0;
}
#ohaCalBody .calBox:nth-of-type(11) .txt h2:after {
    width: 100%;
    height: 120px;
    background: url("../img/ohanami-calendar/illust10.webp")right center no-repeat;
    background-size: auto 100%;
    right: 0;
}
#ohaCalBody .calBox:nth-of-type(2) .txt h2 {
    color: #7a8120;
}
#ohaCalBody .calBox:nth-of-type(4) .txt h2 {
    color: #a59aca;
}
#ohaCalBody .calBox:nth-of-type(5) .txt h2 {
    color: #e8042a;
}
#ohaCalBody .calBox:nth-of-type(6) .txt h2 {
    color: #6a80d0;
}
#ohaCalBody .calBox:nth-of-type(7) .txt h2 {
    color: #a957e0;
}
#ohaCalBody .calBox:nth-of-type(8) .txt h2 {
    color: #e599b6;
}
#ohaCalBody .calBox:nth-of-type(9) .txt h2 {
    color: #c30a5b;
}
#ohaCalBody .calBox:nth-of-type(10) .txt h2 {
    color: #6a80d0;
}
#ohaCalBody .calBox:nth-of-type(11) .txt h2 {
    color: #d7ba11;
}
#ohaCalBody .calBox .txt h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
#ohaCalBody .calBox .txt p {
    font-size: 16px;
    position: relative;
    z-index: 1;
}
#ohaCalBody .calBox .ph {
    width: 100%;
    margin: 20px 0;
}
#ohaCalBody .calBox .ph img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
}
#ohaCalBody .calBox .ph li:nth-of-type(2) {
    display: none;
}
#ohaCalBody .calBox a {
    display: block;
    background: #9c8e49;
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    text-align: center;
    font-weight: bold;
}
.pageTit .weddingText {
    position: relative;
    z-index: 2;
    transform: none;
    padding: 0 20px;
}
.pageTit .weddingText h1 {
    position: relative;
    color: #000;
    height: 360px;
    z-index: 2;
    transform: none;
    line-height: 300px;
    font-weight: normal;
}
.pageTit .weddingText p {
    font-size: 18px;
}
.weddingNav {
    display: flex;
    margin: 20px auto 60px auto;
    padding: 0 10px;
}
.weddingNav a {
    color: #000;
    display: block;
    position: relative;
    padding: 60px 8px 10px 8px;
    font-size: 14px;
    line-height: 1.4;
    height: 100%;
    text-align: center;
}
.weddingNav li {
    border: solid 1px #ccc;
    width: 32%;
    margin-right: 2%;
}
.weddingNav li:last-of-type {
    margin-right: 0;
}
.weddingNav li:first-of-type a {
    background: url("../img/wedding-plan/ico_nav01.webp")top 10px center no-repeat;
    background-size: 40px;
}
.weddingNav li:nth-of-type(2) a {
    background: url("../img/wedding-plan/ico_nav02.webp")top 13px center no-repeat;
    background-size: 40px;
}
.weddingNav li:nth-of-type(3) a {
    background: url("../img/wedding-plan/ico_nav03.webp")top 10px center no-repeat;
    background-size: 40px;
}
#weddingFleet {
    width: 100%;
    padding: 0 20px 60px 20px;
}
#weddingFleet h2, #weddingPh h2 {
    color: #cf7a72;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
}
#weddingFleet table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}
#weddingFleet thead {
    background: #bbd4ef;
}
#weddingFleet thead th {
    padding: 5px 10px;
    min-width: 80px;
}
#weddingFleet thead th:first-of-type {
    text-align: left;
}
#weddingFleet tbody td {
    padding: 10px;
    text-align: center;
}
#weddingFleet tbody td:first-of-type {
    text-align: left;
}
#weddingFleet tbody tr:nth-of-type(2) {
    background: #dfebf8;
}
#weddingFleet ul {
    display: block;
}
#weddingFleet ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
#weddingFleet ul li img {
    width: 100%;
    height: auto;
    display: block;
    border: solid 1px #c7c7c7;
    padding: 10px;
    box-sizing: border-box;
}
#weddingPh {
    padding: 0 20px 60px 20px;
}
#weddingPh li:last-of-type {
    margin-top: 20px;
}
#weddingPh li img {
    width: 100%;
    height: auto;
}
.weddingCase {
    margin: 0 auto 100px auto;
    padding: 0 20px;
    position: relative;
}
.weddingCase:before {
    content: "";
    background: url("../img/wedding-plan/texture_dot.webp")center center no-repeat;
    background-size: 100%;
    width: 225px;
    height: 178px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.weddingCase:after {
    content: "";
    background: url("../img/wedding-plan/texture_dot.webp")center center no-repeat;
    background-size: 100%;
    width: 225px;
    height: 178px;
    top: 80px;
    transform: rotate(-180deg);
    position: absolute;
}
.weddingCase h2 {
    text-align: center;
    color: #cf7a72;
    font-size: 32px;
    letter-spacing: 5px;
    margin-bottom: 26px
}
.weddingCase p {
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
    ine-height: 1.8;
}
.weddingCase figure {
    width: 80%;
    margin: 0 auto;
}
.weddingCase figure img {
    width: 100%;
    height: auto;
}
.weddingCase .links {
    margin-top: 30px;
    position: relative;
}
.weddingCase .links li a {
    background: #9c8e49;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}
.weddingCase .links li:nth-of-type(2) {
    margin-top: 20px;
}
.pageTit.kanpaiImg #kanpaiTit {
    width: 90%;
    margin: 20px auto;
}
.pageTit.kanpaiImg #kanpaiTit .ph {
    width: 240px;
    height: 250px;
    margin: 0 auto;
}
.pageTit.kanpaiImg #kanpaiTit .ph img {
    width: 100%;
    height: auto;
}
.pageTit.kanpaiImg #kanpaiTit p {
    padding: 15px;
    font-size: 16px;
}
.pageTit.kanpaiImg #kanpaiTit p br {
    display: none;
}
.pageTit.kanpaiImg #kanpaiTit p {
    background: #fff;
    padding: 15px;
    text-align: center;
}
.kanpaiTop, #guidedTourTop {
    background: #f4f4f4;
    padding: 40px 20px 20px 20px;
}
#guidedTourTop {
    margin-bottom: 40px;
}
.kanpaiTop .floatPh img, #guidedTourTop .floatPh img {
    width: 100%;
    height: auto;
}
.kanpaiTop .guidedTit, #guidedTourTop .guidedTit {
    font-size: 20px;
    margin-top: 40px;
    text-align: center;
    font-weight: bold;
}
.kanpaiTop h1 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 24px;
}
.kanpaiTop ul, #guidedTourTop ul {
    margin: 30px auto;
    position: relative;
    z-index: 1;
}
.kanpaiTop ul.list li, #guidedTourTop ul.list li {
    background: #fff;
    border: solid 1px #adc5e1;
    padding: 13px;
    font-size: 16px;
    position: relative;
    margin-bottom: 20px;
}
.kanpaiTop ul.list li:before, #guidedTourTop ul.list li:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #e7d421;
    right: -5px;
    bottom: -5px;
    z-index: -1;
}
.kanpaiTop a {
    display: block;
    background: #9c8e49;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}
#kanpaiLink {
    padding: 30px 20px;
}
#kanpaiLink ul {
    display: block;
    width: 100%;
}
#kanpaiLink ul li {
    width: 100%;
}
#kanpaiLink ul li:first-of-type {
    margin-right: 0;
    margin-bottom: 20px;
}
#kanpaiLink ul li a {
    padding: 10px;
    font-size: 16px;
    display: block;
    text-align: center;
    border: solid 2px #000;
    color: #000 !important;
    font-weight: bold;
}
#kanpaiPl {
    background: #4d4d4d;
    padding: 0;
    margin-bottom: 40px;
}
#kanpaiPl .txt {
    width: 100%;
}
#kanpaiPl .txt h2 {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 30px;
    padding: 300px 40px 0 20px;
    line-height: 1.4;
    position: relative;
}
#kanpaiPl .txt p {
    color: #fff;
    padding: 0 20px 20px 20px;
}
#kanpaiPl .txt h2:before {
    content: "";
    width: 100%;
    height: 280px;
    background: url("../img/service/planner_img_smt.webp")center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.cultureList {
    padding: 0 20px 40px 20px;
}
.cultureList h2 {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}
.cultureList li:not(:last-of-type) {
    margin-bottom: 20px;
}
.cultureList li .ph {
    margin-bottom: 10px;
}
.cultureList li .ph img {
    display: block;
    width: 100%;
    height: auto;
}
.cultureList .catch {
    font-size: 18px;
    padding-top: 20px;
    text-align: center;
    font-weight: bold;
}
.cultureList .btn {
    padding: 40px 0 10px 0;
}
.cultureList li h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
}
.layoverFaq {
    padding: 0 20px 40px 20px;
}
.layoverFaq h2 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
}
.layoverFaq dt {
    padding: 20px 30px 20px 5px;
    font-weight: bold;
    position: relative;
    border-top: solid 1px #f2f2f2;
    cursor: pointer;
}
.layoverFaq dt:before {
    content: "";
    width: 13px;
    height: 3px;
    background: #0070c0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.layoverFaq dt:after {
    content: "";
    width: 3px;
    height: 13px;
    background: #0070c0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.layoverFaq dt.active:after {
    display: none;
}
.layoverFaq dd {
    padding: 0 5px 20px 5px;
    display: none;
}
.airportPrice {
    padding: 40px 20px;
}
.airportPrice h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.airportPrice table + h3 {
    margin-top: 60px;
}
.airportPrice table {
    width: 100%;
}
.airportPrice table thead {
    display: none;
}
.airportPrice table tr {
    display: block;
    margin-top: 10px;
    border: solid 1px #eee;
}
.airportPrice table td.fleet {
    font-size: 14px;
    width: 100%;
    border-bottom: solid 1px #eee;
    padding: 10px;
}
.airportPrice table td.fleet span {
    font-size: 20px;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}
.airportPrice table td.fleet span.type {
    font-weight: normal;
    font-size: 14px;
    margin: 10px 0 0 0;
    color: #888;
}
.airportPrice table td.price {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 10px;
}
.airportPrice table td.price p {
    width: 100%;
    font-size: 14px;
    text-align: center;
}
.airportPrice table td.price p span {
    color: #0347a1;
    font-weight: bold;
}
.airportPrice table td.price p span span {
    font-size: 24px;
}
.airportPrice table td.price a {
    background: #9c8e49;
    width: 49%;
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.airportPrice table td.price a:last-of-type {
    margin-left: 2%;
}
.airportPrice .airportTerms {
    border: solid 1px #000;
    background: #f8f8f8;
    margin-top: 60px;
    padding: 30px;
}
.airportPrice .airportTerms h4 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
.airportPrice .airportTerms ul li {
    position: relative;
    padding-left: 10px;
}
.airportPrice .airportTerms ul li:not(:last-of-type) {
    margin-bottom: 5px;
}
.airportPrice .airportTerms ul li:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: 0;
    top: 12px;
}
.airportPrice .airportTerms ul + h4 {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #ddd;
}
.acText {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.optionalTour {
    background: #f4f4f4;
    padding: 40px 20px;
}
.optionalTour h2 {
    font-weight: bold;
    font-size: 22px;
}
.optionalTour h2 + p {
    margin-bottom: 20px;
}
.optionalTour ul {
    display: flex;
    flex-wrap: wrap;
}
.optionalTour ul li {
    width: 48%;
    margin-bottom: 20px;
}
.optionalTour ul li:nth-of-type(even) {
    margin-left: 4%;
}
.optionalTour ul li img {
    width: 100%;
    height: auto;
}
.optionalTour ul li a {
    color: #000;
    font-weight: bold;
    display: block;
}
.guidedTourFoot .catch {
    padding: 20px;
    font-weight: bold;
    text-align: center;
}
.tourConsultation {
    padding: 40px 20px;
}
.tourConsultation img {
    width: 100%;
    height: auto;
}
.tourConsultation h2 {
    font-weight: bold;
    font-size: 26px;
    padding: 10px 0;
    line-height: 1.6;
}
.tourConsultation a {
    display: block;
    margin-top: 20px;
    text-align: center;
    border: solid 2px #9c8e49;
    background: #9c8e49;
    color: #fff;
    border-radius: 50px;
    padding: 10px;
}
.contentList li {
    background: #f8f9fc;
}
.contentList > li.mix {
    display: none;
}
.contentList li figure {
    height: 185px;
    width: 100%;
}
.contentList li figure img {
    height: 185px;
    width: 100%;
    object-fit: cover;
}
.contentList li h3 {
    text-align: center;
    padding: 30px 0;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 24px;
}
.contentList li p {
    padding: 0 20px;
}
.contentList li ul {
    display: flex;
    padding: 40px 20px 20px 20px;
    align-items: center;
}
.contentList li ul.single {
    justify-content: center;
}
.contentList > li:not(:last-of-type) {
    margin-bottom: 40px;
}
.contentList li ul li a.textLink {
    text-decoration: underline;
    color: #262629;
}
.contentList li ul li a.blackBtn {
    padding: 5px 40px;
}
.contentList li ul li a.grayBtn {
    padding: 5px 20px;
}
.contentList li ul li:nth-of-type(2) {
    margin-left: auto;
}
.baseInner {
    padding: 40px 20px;
}
.contentFaq {
    padding-top: 40px;
}
.contentFaq h3 {
    background: #f6f6f6;
    padding: 10px 30px 10px 60px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 2px;
}
.contentFaq h3:after {
    content: "";
    width: 3px;
    height: 14px;
    background: #9c8e49;
    position: absolute;
    right: 15.5px;
    top: 50%;
    transform: translateY(-50%);
}
.contentFaq h3:before {
    content: "";
    width: 14px;
    height: 3px;
    background: #9c8e49;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.contentFaq h3.active:after {
    display: none;
}
.contentFaq h3 span {
    position: absolute;
    left: 10px;
    top: 5px;
    font-weight: bold;
    font-size: 22px;
}
.contentFaq h3 + p {
    padding: 10px 10px 10px 50px;
    display: none;
}
.contentReview {
    padding: 0 20px 40px 20px;
}
.contentReview h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.contentReview ul li {
    border: solid 1px #ebeaea;
    padding: 20px;
}
.contentReview ul li:not(:last-of-type) {
    margin-bottom: 20px;
}
.contentReview ul li h3 {
    font-weight: bold;
}
.contentReview ul li .point {
    color: #9c8e49;
    padding: 5px 0;
    font-weight: bold;
    font-size: 18px;
}
.airportRates {
    background: #f5f5f5;
    padding: 40px 20px;
}
.airportRates h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.ratePriceSelect h3 {
    font-size: 18px;
    margin-bottom: 5px;
}
.ratePriceSelect h3 span {
    font-weight: bold;
}
.ratePriceSelect ul {
    margin-bottom: 20px;
}
.ratePriceSelect ul li {
    background: #fff;
    border: solid 1px #000;
    border-radius: 50px;
    padding: 0 8px;
	transition: all 0.2s;
}
.ratePriceSelect ul li.active,.ratePriceSelect ul li:hover {
    background: #000;
    color: #fff;
}
.ratePriceSelect ul li span {
    font-weight: bold;
}
.ratePriceSelect ul li:not(:last-of-type) {
    margin-bottom: 10px;
}
.rateList{
	margin-top: 40px;
}
.rateList .rateArea span{
	font-weight: bold;
}
.rateList .rateArea + h2{
	font-weight: normal;
}
.rateList .rateArea + h2 span{
	font-weight: bold;
}
.rateList .rateFleet{
	background: #fff;
	padding: 20px;
}
.rateList .rateFleet:not(:last-of-type){
	margin-bottom: 20px;
}
.rateList .rateFleet figure img{
	width: 100%;
	height: auto;
}
.rateList .rateFleet .rateHead{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.rateList .rateFleet figure{
	width: 40%;
}
.rateList .rateFleet .rateHead div{
	width: 60%;
}
.rateList .rateFleet .rateHead div h3{
	font-weight: bold;
	font-size: 18px;
}
.rateList .rateFleet .rateHead div .price{
	font-size: 15px;
	color: #0c41ad;
	font-weight: bold;
	line-height: 1.2;
}
.rateList .rateFleet .rateHead div .price span{
	font-size: 32px;
}
.rateList .rateFleet .rateInfo p{
	color: #888;
}
.rateList .rateFleet .rateInfo ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.rateList .rateFleet .rateInfo ul li{
	font-size: 14px;
}
.rateList .rateFleet .rateInfo ul li:nth-of-type(3){
	width: 100%;
	background: url("/common/img/airport-transfers/ico_star.webp") left center no-repeat;
	background-size: 18px;
	padding-left: 22px;
	color: #888;
}
.rateList .rateFleet .rateInfo ul li:first-of-type{
	background: url("/common/img/airport-transfers/ico_passenger.webp") left center no-repeat;
	background-size: 18px;
	padding-left: 22px;
	margin-right: 10px;
}
.rateList .rateFleet .rateInfo ul li:nth-of-type(2){
	background: url("/common/img/airport-transfers/ico_luggage.webp") left center no-repeat;
	background-size: 18px;
	padding-left: 22px;
}
.rateList .rateFleet .rateInfo ul li a{
	color: #888;
	text-decoration: underline;
}
.rateList .rateFleet .rateInfo ul li:nth-of-type(4){
	margin-right: 20px;
}
.rateList .rateFleet .rateBtn{
	background: #f6f6f6;
	padding: 10px;
	border-radius: 5px;
}
.rateList .rateFleet .rateBtn a{
	display: block;
	background: #000;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	padding: 8px;
	border: solid 1px #000;
}
.airportRates #terms,.airportRates #meetingarea{
	background: #fff;
	padding: 20px;
	margin-top: 40px;
}
.airportRates #terms h2,.airportRates #meetingarea h2{
	font-size: 18px;
	border-bottom: solid 1px #000;
	margin-bottom: 10px;
}
.airportRates #terms h2:last-of-type{
	margin-top: 30px;
}
.airportRates #terms h3{
	font-weight: bold;
	font-size: 14px;
}
.airportRates #terms h4{
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
	margin-top: 10px;
}
.airportRates #terms h4 + p{
	padding-left: 20px;
}
.airportRates #terms h4 + p + ul{
	margin-left: 20px;
}
.airportRates #terms p,.airportRates #meetingarea p{
	font-size: 14px;
}
.airportRates #terms ul:not(:last-of-type){
	margin-bottom: 20px;
}
.airportRates #terms ul li,.airportRates #meetingarea ul li{
	font-size: 14px;
	position: relative;
	padding-left: 15px;
}
.airportRates #terms ul li:before,.airportRates #meetingarea ul li:before{
	content: "";
	width: 4px;
	height: 4px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 12px;
}
.airportRates #meetingarea table{
	border-collapse: collapse;
	width: 100%;
}
.airportRates #meetingarea table thead{
	display: none;
}
.airportRates #meetingarea table tbody tr{
	display: block;
	border: solid 1px #a9a9a9;
	margin-bottom: 20px;
}
.airportRates #meetingarea table tbody tr th,
.airportRates #meetingarea table tbody tr td{
	display: block;
	font-size: 14px;
}
.airportRates #meetingarea table tbody tr th{
	background: #f0f0f0;
	padding: 10px;
	text-align: left;
}
.airportRates #meetingarea table tbody tr td{
	border-top: solid 1px #a9a9a9;
	padding: 10px;
}
.airportRates #meetingarea table tbody tr td span{
	font-weight: bold;
}
@media screen and (min-width: 600px) {
    .flexBoxList01 {
        padding: 0;
        display: flex;
        align-items: center;
        margin-bottom: 60px;
    }
    .flexBoxList01 figure {
        width: 50%;
        height: 495px;
    }
    .flexBoxList01 figure img {
        width: 100%;
        height: 495px;
        object-fit: cover;
        object-position: right bottom;
    }
    .flexBoxList01.middleImg figure, .flexBoxList01.middleImg figure img {
        height: 530px;
    }
    .flexBoxList01.highImg figure, .flexBoxList01.highImg figure img {
        height: 800px;
        object-position: left bottom;
    }
    .flexBoxList01.op-lb figure img {
        object-position: left bottom;
    }
    .flexBoxList01.phL.highImg figure img {
        object-position: right center;
    }
    .flexBoxList01.phR.middleImg figure img {
        object-position: left center;
    }
    .flexBoxList01 div {
        width: 50%;
        padding: 40px;
    }
    .flexBoxList01 div h2 {
        font-size: 26px;
    }
    .flexBoxList01:nth-of-type(even) figure {
        order: 2;
    }
    .flexBoxList01.phL div {
        order: 2 !important;
    }
    .flexBoxList01.phR figure {
        order: 1 !important;
    }
    .fleetNav h2 {
        font-size: 22px;
    }
    .fleetNav .fleetAnchor {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .fleetNav .fleetAnchor:first-of-type h3, .fleetNav .fleetAnchor:nth-of-type(4) h3 {
        grid-area: 1 / 1 / 3 / 2;
    }
    .fleetNav .fleetAnchor:first-of-type a, .fleetNav .fleetAnchor:nth-of-type(4) a {
        grid-area: 1 / 2 / 2 / 3;
        display: block;
    }
    .fleetAnchor h3 {
        padding: 0;
        border: none;
        display: grid;
        justify-items: center;
        align-items: center;
    }
    .fleetAnchor a {
        border-top: none !important;
        position: relative;
        padding: 50px 30px;
    }
    .fleetAnchor a figure {
        margin: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
    }
    .fleetNav .service {
        padding: 30px;
    }
    .fleetNav .service ul {
        display: flex;
        flex-wrap: wrap;
    }
    .fleetNav .service li {
        margin-right: 20px;
        margin-bottom: 10px !important;
    }
    .fleetNav .service p {
        font-size: 16px;
        margin-top: 10px;
    }
    .airportPlace {
        max-width: 1182px;
        margin: 0 auto;
    }
    .airportPlace dl {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .airportPlace dl dt:first-of-type {
        grid-area: 1 / 1 / 3 / 2;
        display: grid;
        justify-content: center;
        align-items: center;
    }
    .airportPlace dl.hanedaMap dt {
        grid-area: 1 / 1 / 4 / 2;
        display: grid;
        justify-content: center;
        align-items: center;
        border-bottom: none;
    }
    .airportPlace dl dt:nth-of-type(2) {
        grid-area: 3 / 1 / 6 / 2;
        display: grid;
        justify-content: center;
        align-items: center;
        border-bottom: none;
    }
    .airportPlace dl dt, .airportPlace dl dd {
        padding: 20px;
    }
    .airportPlace dl + p {
        font-size: 16px;
    }
    .surprisePlan {
        max-width: 1182px;
        margin: 0 auto 40px auto;
    }
    .surprisePlan table tr {
        display: flex;
    }
    .surprisePlan table tr:not(:last-of-type) {
        border-bottom: solid 1px #e7e7e7;
    }
    .surprisePlan table th {
        width: 30%;
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .surprisePlan table td {
        width: 70%;
        padding: 20px;
    }
    .surprisePlan .exSurprise ul {
        display: flex;
    }
    .surprisePlan .exSurprise ul li {
        width: 32%;
    }
    .surprisePlan .exSurprise ul li:not(:last-of-type) {
        margin-bottom: 0;
        margin-right: 2%;
    }
    .sightseeingList {
        max-width: 1182px;
        margin: 0 auto;
    }
    .sightseeingList h2 {
        font-size: 22px;
    }
    .sightseeingList .planList .anvBox {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .sightseeingList .planList .anvBox .ph {
        grid-area: 1 / 1 / 3 / 2;
        padding: 20px;
        border-right: solid 1px #e7e7e7;
    }
    .sightseeingList .planList .anvBox h3 {
        padding: 20px;
        font-size: 20px;
    }
    .sightseeingList .planList .anvBox dl {
        display: flex;
        flex-wrap: wrap;
        min-height: 160px;
    }
    .sightseeingList .planList .anvBox dl dt {
        width: 20%;
        padding: 15px;
        background: #f5f3f2;
        border-top: solid 1px #e7e7e7;
        display: flex;
        align-items: center;
    }
    .sightseeingList .planList .anvBox dl dd {
        width: 80%;
        padding: 15px;
        border-top: solid 1px #e7e7e7;
        display: flex;
        align-items: center;
    }
    .exectiveTxt {
        padding: 60px 20px;
        max-width: 1012px;
        margin: 0 auto;
    }
    .exectiveTxt h2 {
        font-size: 36px;
    }
    .hourlyInfo {
        max-width: 1180px;
        padding: 40px 100px;
        margin: 0 auto;
    }
    .hourlyInfo h2 {
        font-size: 30px;
    }
    .hourlyInfo h2 + p {
        margin-bottom: 50px;
    }
    .hourlyInfo .carPh {
        display: flex;
    }
    .hourlyInfo .carPh li {
        width: 32%;
    }
    .hourlyInfo .carPh li:not(:last-of-type) {
        margin-bottom: 0;
        margin-right: 2%;
    }
    .hourlyInfo .carPh + h2 {
        margin-top: 80px;
    }
    .hourlyInfo .optionPh {
        display: flex;
    }
    .hourlyInfo .optionPh li {
        width: 32%;
    }
    .hourlyInfo .optionPh li:not(:last-of-type) {
        margin-bottom: 0;
        margin-right: 2%;
    }
    .ohanamiAnc {
        padding: 40px 0;
    }
    .ohanamiAnc li {
        margin-bottom: 15px;
        width: auto;
        max-width: none;
        text-align: center;
        font-size: 18px;
    }
    .ohanamiAnc li:nth-of-type(3) a:after {
        display: none;
    }
    #ohaCalTop {
        max-width: 900px;
        padding: 280px 40px 180px 40px;
        background: none;
        margin: 0 auto;
    }
    #ohaCalTop:after {
        content: "";
        background: url("../img/ohanami-calendar/bar.webp")center center no-repeat;
        width: 1410px;
        height: 67px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
    #ohaCalTop h2 {
        font-size: 38px;
        text-align: center;
        margin-bottom: 40px;
    }
    #ohaCalTop p {
        text-align: center;
        font-size: 18px;
    }
    #ohaCalTop h2:first-of-type:before {
        width: 200px;
        height: 140px;
        top: -220px;
    }
    #ohaCalTop h2:not(:first-of-type) {
        margin-top: 100px;
    }
    #ohaCalBody {
        max-width: 1025px;
        margin: 0 auto;
        padding: 120px 40px;
    }
    #ohaCalBody .calBox {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
    #ohaCalBody .calBox:not(:first-of-type) {
        margin-top: 120px;
    }
    #ohaCalBody .calBox .txt {
        width: 435px;
    }
    #ohaCalBody .calBox .txt h2 {
        font-size: 58px;
        margin-bottom: 60px;
    }
    #ohaCalBody .calBox .txt h2 span {
        font-size: 118px;
    }
    #ohaCalBody .calBox:first-of-type .txt h2:after {
        width: 229px;
        height: 173px;
        background: url("../img/ohanami-calendar/illust01.webp")center center no-repeat;
        background-size: 100%;
        right: -40px;
    }
    #ohaCalBody .calBox:nth-of-type(2) .txt h2:after {
        width: 278px;
        height: 187px;
        background: url("../img/ohanami-calendar/illust02.webp")center center no-repeat;
        background-size: 100%;
        right: 0;
    }
    #ohaCalBody .calBox:nth-of-type(3) .txt h2:after {
        width: 280px;
        height: 223px;
        background: url("../img/ohanami-calendar/illust03.webp")center center no-repeat;
        background-size: 100%;
        right: -40px;
        top: -20px;
    }
    #ohaCalBody .calBox:nth-of-type(4) .txt h2:after {
        width: 280px;
        height: 223px;
        background: url("../img/ohanami-calendar/illust04.webp")center center no-repeat;
        background-size: 100%;
        right: -60px;
        top: -20px;
    }
    #ohaCalBody .calBox:nth-of-type(5) .txt h2:after {
        width: 286px;
        height: 213px;
        background: url("../img/ohanami-calendar/illust05.webp")center center no-repeat;
        background-size: 100%;
        right: -60px;
        top: -20px;
    }
    #ohaCalBody .calBox:nth-of-type(6) .txt h2:after, #ohaCalBody .calBox:nth-of-type(10) .txt h2:after {
        width: 286px;
        height: 213px;
        background: url("../img/ohanami-calendar/illust05.webp")center center no-repeat;
        background-size: 100%;
        right: 0;
        top: -20px;
    }
    #ohaCalBody .calBox:nth-of-type(7) .txt h2:after {
        width: 259px;
        height: 212px;
        background: url("../img/ohanami-calendar/illust06.webp")center center no-repeat;
        background-size: 100%;
        right: 0;
        top: -20px;
    }
    #ohaCalBody .calBox:nth-of-type(8) .txt h2:after {
        width: 236px;
        height: 182px;
        background: url("../img/ohanami-calendar/illust07.webp")center center no-repeat;
        background-size: 100%;
        right: 0;
        top: -20px;
    }
    #ohaCalBody .calBox:nth-of-type(9) .txt h2:after {
        width: 231px;
        height: 210px;
        background: url("../img/ohanami-calendar/illust08.webp")center center no-repeat;
        background-size: 100%;
        right: 0;
        top: -20px;
    }
    #ohaCalBody .calBox:nth-of-type(11) .txt h2:after {
        width: 231px;
        height: 210px;
        background: url("../img/ohanami-calendar/illust10.webp")center center no-repeat;
        background-size: 100%;
        right: 0;
        top: -20px;
    }
    #ohaCalBody .calBox .txt h3 {
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 30px;
    }
    #ohaCalBody .calBox .txt p {
        font-size: 18px;
    }
    #ohaCalBody .calBox:nth-of-type(odd) .txt {
        order: 2;
        margin-left: 70px;
    }
    #ohaCalBody .calBox:nth-of-type(even) .txt {
        margin-left: 0;
        margin-right: 70px;
    }
    #ohaCalBody .calBox .ph {
        width: 440px;
        margin-bottom: 0;
    }
    #ohaCalBody .calBox .ph li:nth-of-type(2) {
        margin-top: 20px;
        display: block;
    }
    #ohaCalBody .calBox a {
        position: absolute;
        right: 0;
        bottom: 0;
        background: #9c8e49;
        color: #fff;
        font-size: 18px;
        padding: 15px 20px;
        width: 435px;
        text-align: center;
        font-weight: bold;
    }
    #ohaCalBody .calBox:nth-of-type(even) a {
        right: auto;
        left: 0;
    }
    #ohaCalBody .calBox a:hover {
        background: #75682a;
    }
    .pageTit .weddingText p {
        text-align: center;
        padding: 20px 40px;
    }
    .pageTit .weddingText p br {
        display: none;
    }
    .weddingNav {
        max-width: 600px;
        margin: 60px auto 100px auto;
    }
    .weddingNav a {
        position: relative;
        padding: 60px 15px 0 15px;
        font-size: 18px;
    }
    .weddingNav a:hover {
        color: rgba(225, 146, 139, 1.00);
    }
    .weddingNav li {
        border: none;
    }
    .weddingNav li:first-of-type a {
        background: url("../img/wedding-plan/ico_nav01.webp")top center no-repeat;
        background-size: 50px;
    }
    .weddingNav li:nth-of-type(2) a {
        background: url("../img/wedding-plan/ico_nav02.webp")top 3px center no-repeat;
        background-size: 50px;
    }
    .weddingNav li:nth-of-type(2) a:before {
        content: "";
        height: 15px;
        width: 1px;
        background: #000;
        position: absolute;
        left: 0;
        bottom: 5px;
    }
    .weddingNav li:nth-of-type(2) a:after {
        content: "";
        height: 15px;
        width: 1px;
        background: #000;
        position: absolute;
        right: 0;
        bottom: 5px;
    }
    .weddingNav li:nth-of-type(3) a {
        background: url("../img/wedding-plan/ico_nav03.webp")top center no-repeat;
        background-size: 50px;
    }
    #weddingFleet {
        width: 770px;
        margin: 0 auto;
        padding-bottom: 100px;
    }
    #weddingFleet h2, #weddingPh h2 {
        font-size: 36px;
        letter-spacing: 5px;
    }
    #weddingFleet table {
        margin-bottom: 40px;
    }
    #weddingFleet ul {
        display: flex;
    }
    #weddingFleet ul li {
        width: 32%;
        margin-right: 2%;
    }
    #weddingFleet ul li:last-of-type {
        margin-right: 0;
    }
    #weddingPh {
        width: 770px;
        margin: 0 auto;
        padding-bottom: 100px;
    }
    #weddingPh li:last-of-type {
        margin-top: 40px;
    }
    .weddingCase {
        width: 1140px;
        margin: 0 auto 160px auto;
        display: flex;
        flex-wrap: wrap;
        padding: 0 130px;
    }
    .weddingCase:before {
        content: "";
        background: url("../img/wedding-plan/texture_dot.webp")center center no-repeat;
        width: 460px;
        height: 355px;
    }
    .weddingCase:after {
        content: "";
        background: url("../img/wedding-plan/texture_dot.webp")center center no-repeat;
        width: 460px;
        height: 355px;
    }
    .weddingCase h2 {
        width: 100%;
        font-size: 36px;
        letter-spacing: 14px;
        margin-bottom: 60px
    }
    .weddingCase p {
        width: 430px;
        margin-right: 40px;
        font-size: 20px;
        line-height: 1.8;
        margin-bottom: 0;
    }
    .weddingCase figure {
        width: 410px;
        position: relative;
        z-index: 1;
    }
    .weddingCase .links {
        position: absolute;
        left: 130px;
        bottom: 0;
        z-index: 3;
        width: 430px;
    }
    .weddingCase .links li a:hover {
        background: #75682a;
    }
    .pageTit.kanpaiImg #kanpaiTit {
        width: 590px;
    }
    .pageTit.kanpaiImg #kanpaiTit .ph {
        width: 350px;
        height: 375px;
        position: relative;
    }
    .pageTit.kanpaiImg #kanpaiTit .ph:before {
        content: "";
        background: url("../img/service/main_ph_left.webp")center center no-repeat;
        width: 174px;
        height: 174px;
        position: absolute;
        left: -160px;
        top: 180px;
    }
    .pageTit.kanpaiImg #kanpaiTit .ph:after {
        content: "";
        background: url("../img/service/main_ph_right.webp")center center no-repeat;
        width: 205px;
        height: 205px;
        position: absolute;
        right: -200px;
        top: 150px;
    }
    .pageTit.kanpaiImg #kanpaiTit p {
        padding: 20px;
        font-size: 18px;
    }
    .kanpaiTop, #guidedTourTop {
        padding: 70px;
    }
    .kanpaiTop .floatPh, #guidedTourTop .floatPh {
        width: 500px;
        float: right;
        position: relative;
        z-index: 2;
        margin: 0 0 60px 100px;
    }
    .kanpaiTop .guidedTit, #guidedTourTop .guidedTit {
        font-size: 24px;
        clear: both;
    }
    .kanpaiTop h1 {
        font-size: 34px;
        margin-bottom: 70px;
    }
    .kanpaiTop p:first-of-type, #guidedTourTop p:first-of-type {
        width: 1130px;
        margin: 0 auto;
        padding: 0 30px;
        font-size: 18px;
        position: relative;
        z-index: 1;
    }
    .kanpaiTop p:first-of-type:before {
        content: "";
        background: url("../img/service/ico_act.webp")center center no-repeat;
        width: 262px;
        height: 168px;
        position: absolute;
        left: -80px;
        top: -80px;
        z-index: -1;
    }
    .kanpaiTop p:first-of-type:after {
        content: "";
        background: url("../img/service/ico_act.webp")center center no-repeat;
        width: 262px;
        height: 168px;
        position: absolute;
        right: -80px;
        top: 80px;
        z-index: -1;
    }
    .kanpaiTop ul, #guidedTourTop ul {
        display: flex;
        flex-wrap: wrap;
        width: 1130px;
        margin: 40px auto;
    }
    .kanpaiTop ul:before {
        content: "";
        background: url("../img/service/ico_act.webp")center center no-repeat;
        width: 262px;
        height: 168px;
        position: absolute;
        left: -80px;
        bottom: -80px;
        z-index: -1;
    }
    .kanpaiTop ul:after {
        content: "";
        background: url("../img/service/ico_act.webp")center center no-repeat;
        width: 262px;
        height: 168px;
        position: absolute;
        right: -80px;
        bottom: -160px;
        z-index: -1;
    }
    .kanpaiTop ul li, #guidedTourTop ul li {
        padding: 20px 13px;
        font-size: 18px;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .kanpaiTop ul li:nth-of-type(even), #guidedTourTop ul li:nth-of-type(even) {
        margin-right: 0;
    }
    .kanpaiTop ul.list li, #guidedTourTop ul.list li {
        padding: 20px;
        font-size: 18px;
    }
    .kanpaiTop a {
        width: 600px;
        margin: 0 auto;
        font-size: 18px;
    }
    #kanpaiLink {
        padding: 40px 0;
    }
    #kanpaiLink ul {
        display: flex;
        justify-content: center;
        width: 800px;
        margin: 0 auto;
    }
    #kanpaiLink ul li {
        width: 49%;
    }
    #kanpaiLink ul li:first-of-type {
        margin-right: 2%;
    }
    #kanpaiLink ul li a {
        padding: 15px;
        font-size: 18px;
    }
    #kanpaiLink ul li a:hover {
        background: #ddd;
    }
    #kanpaiPl {
        background: url("../img/service/planner_img.webp")center center no-repeat;
        background-size: cover;
        padding: 140px 0;
        margin-bottom: 70px;
    }
    #kanpaiPl .txt {
        width: 1130px;
        padding: 0 100px 0 440px;
        margin: 0 auto;
    }
    #kanpaiPl .txt h2 {
        padding: 20px;
    }
    #kanpaiPl .txt h2:before {
        display: none;
    }
    .cultureList {
        width: 1142px;
        margin: 0 auto;
    }
    .cultureList h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .cultureList ul {
        display: flex;
        flex-wrap: wrap;
    }
    .cultureList li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
        border: solid 1px #e7e7e7;
        padding: 20px;
        min-height: 380px;
    }
    .cultureList li:nth-child(3n) {
        margin-right: 0
    }
    .cultureList .catch {
        font-size: 20px;
    }
    .layoverFaq {
        max-width: 1222px;
        margin: 0 auto;
        padding: 40px 40px 80px 40px;
    }
    .layoverFaq dt {
        padding: 20px 5px;
    }
    .layoverFaq dd {
        padding: 0 5px 20px 5px;
    }
    .airportPrice {
        padding: 40px;
    }
    .optionalTour {
        padding: 60px 20px;
    }
    .optionalTour .inner {
        max-width: 1100px;
        margin: 0 auto;
    }
    .optionalTour h2 {
        font-size: 26px;
    }
    .optionalTour h2 + p {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .optionalTour ul {
        display: flex;
        flex-wrap: wrap;
    }
    .optionalTour ul li {
        width: 23.5%;
        margin-bottom: 20px;
        margin-right: 2%;
    }
    .optionalTour ul li:nth-of-type(4n) {
        margin-right: 0;
    }
    .optionalTour ul li:nth-of-type(even) {
        margin-left: 0;
    }
    .guidedTourFoot {
        padding: 40px;
    }
    .guidedTourFoot .catch {
        font-size: 22px;
    }
    .tourConsultation {
        max-width: 1100px;
        margin: 0 auto;
        display: flex;
        padding: 60px 20px;
        align-items: center;
    }
    .tourConsultation img {
        width: 48%;
        height: auto;
        margin-right: 2%;
    }
    .tourConsultation > div {
        width: 50%;
        padding: 0 50px;
    }
    .tourConsultation p {
        font-size: 18px;
    }
    .tourConsultation a {
        display: inline-block;
        padding: 10px 50px;
    }
    .tourConsultation a:hover {
        background: #fff;
        color: #9C8E49;
    }
    .contentList {
        display: flex;
        flex-wrap: wrap;
    }
    .contentList.airport > li {
        width: 48%;
    }
    .contentList > li {
        width: 31.33333%;
        margin: 0 1%;
        padding-bottom: 100px;
        position: relative;
        margin-bottom: 2% !important;
        overflow: hidden;
    }
    .contentList > li figure img {
        transition: all 0.2s;
    }
    .contentList > li:hover figure img {
        transform: scale(1.07);
    }
    .contentList > li figure {
        overflow: hidden;
    }
    .contentList li figure {
        height: 280px;
        display: block;
    }
    .contentList li figure img {
        height: 280px;
    }
    .contentList li h3 {
        font-size: 24px;
    }
    .contentList li p {
        padding: 0 40px;
        font-size: 18px;
    }
    .contentList li ul {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 40px;
        height: 100px;
    }
    .contentList li ul.single li {
        text-align: center;
    }
    .contentList li ul li {
        font-size: 18px;
    }
    .contentList li ul li a.blackBtn {
        min-width: 140px;
    }
    .contentList li ul li a.textLink:hover {
        text-decoration: none;
    }
    .baseInner {
        padding: 80px 60px;
        max-width: 1700px;
        margin: 0 auto;
    }
    .contentList.airport {
        justify-content: center;
    }
    .contentFaq h3 {
        padding: 15px 40px 15px 70px;
    }
    .contentFaq h3:after {
        right: 25.5px;
    }
    .contentFaq h3:before {
        right: 20px;
    }
    .contentFaq h3 span {
        left: 20px;
        top: 10px;
    }
    .contentFaq h3 + p {
        padding: 15px 15px 15px 70px;
    }
    .contentReview {
        max-width: 1182px;
        margin: 0 auto;
        padding: 0 20px 60px 20px;
    }
    .contentReview h2 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .contentReview ul li {
        display: flex;
    }
    .contentReview ul li .reviewHead {
        width: 225px;
    }
    .contentReview ul li .reviewBody {
        width: calc(100% - 225px);
    }
    .contentReview ul li .point {
        margin-bottom: 10px;
        padding: 0;
    }
	.airportRates{
		padding: 60px 40px;
	}
.airportRates h2{
	font-size: 24px;
}
	.ratePriceSelect{
		display: flex;
		flex-wrap: wrap;
	}
.ratePriceSelect h3{
	width: 280px;
}
.ratePriceSelect ul{
	width: calc(100% - 280px);
	display: flex;
	align-items: center;
}
	.ratePriceSelect ul:last-of-type{
		margin-bottom: 0;
	}
.ratePriceSelect ul li{
	padding: 5px 20px;
	cursor: pointer;
}
.ratePriceSelect ul li:not(:last-of-type){
	margin-bottom:0;
	margin-right: 10px;
}
.rateList{
	margin-top: 40px;
	padding-top: 40px;
	border-top: solid 1px #ccc;
}
	.rateList .rateArea{
		line-height: 1.4;
		font-size: 18px;
	}
.rateList .rateArea + h2{
	font-size: 30px;
}
.rateList .rateFleet{
	padding: 30px;
	display: flex;
	align-items: center;
}
.rateList .rateFleet:not(:last-of-type){
	margin-bottom: 30px;
}
.rateList .rateFleet .rateHead{
	width: 45%;
	margin-bottom: 0;
}
.rateList .rateFleet figure{
	width: 50%;
}
.rateList .rateFleet .rateHead div{
	width: 50%;
}
.rateList .rateFleet .rateHead div h3{
	font-size: 20px;
}
.rateList .rateFleet .rateHead div .price{
	font-size: 18px;
}
.rateList .rateFleet .rateHead div .price span{
	font-size: 38px;
}
	.rateList .rateFleet .rateInfo{
		width: 30%;
	}
.rateList .rateFleet .rateInfo ul{
	margin-bottom:0;
}
.rateList .rateFleet .rateInfo ul li{
	font-size: 14px;
}
.rateList .rateFleet .rateInfo ul li:nth-of-type(3){
	width: auto;
	margin-left: 20px;
}

.rateList .rateFleet .rateBtn{
	width: 20%;
	background:none;
	padding: 0;
	margin-left: 5%;
}
.rateList .rateFleet .rateBtn a:hover{
	background: #fff;
	color: #000;
}
.airportRates #terms,.airportRates #meetingarea{
	padding:60px 180px;
}
.airportRates #terms h2m.airportRates #meetingarea h2{
	font-size: 22px;
	border-bottom: solid 2px #000;
	margin-bottom: 10px;
}
.airportRates #terms h2:last-of-type{
	margin-top: 50px;
}
.airportRates #terms h3,.airportRates #terms p,.airportRates #terms ul li,.airportRates #meetingarea p,.airportRates #meetingarea ul li,
.airportRates #terms h4{
	font-size: 16px;
}
.airportRates #terms ul li:before{
	top: 14px;
}
	.airportRates #meetingarea table{
		margin: 30px 0;
	}
.airportRates #meetingarea table thead{
	display: block;
}
	.airportRates #meetingarea table thead tr{
		display: flex;
	}
	.airportRates #meetingarea table thead tr th{
		border-top: solid 1px #a9a9a9;
		border-left: solid 1px #a9a9a9;
		padding: 10px;
	text-align: left;
	}
	.airportRates #meetingarea table thead tr th:first-of-type{
		background: #f0f0f0;
		width: 30%;
	}
	.airportRates #meetingarea table thead tr th:nth-of-type(2){
		width: 15%;
	}
	.airportRates #meetingarea table thead tr th:nth-of-type(3){
		width: 55%;
		border-right: solid 1px #a9a9a9;
	}
.airportRates #meetingarea table tbody tr{
	display: flex;
	border: solid 1px #a9a9a9;
	margin-bottom: 0;
}
	.airportRates #meetingarea table tbody tr:not(:first-of-type){
		border-top: none;
	}
.airportRates #meetingarea table tbody tr th,
.airportRates #meetingarea table tbody tr td{
	display: block;
	font-size: 14px;
}
.airportRates #meetingarea table tbody tr th{
	width: 30%;
}
	.airportRates #meetingarea table tbody tr td:first-of-type{
		width: 15%;
	}
.airportRates #meetingarea table tbody tr td{
	border-top:none;
	border-left: solid 1px #a9a9a9;
}
}
@media screen and (min-width: 1023px) {
    .btn {
        padding: 10px 30px 60px 30px;
    }
    .btn.sticky {
        position: static;
    }
    .btn .baseBtn a {
        padding: 20px;
    }
    .flexBoxList01 div {
        max-width: 586px;
        padding: 40px;
        margin-right: auto;
    }
    .flexBoxList01.phL div {
        margin-right: auto !important;
        margin-left: 0 !important;
    }
    .flexBoxList01 div .baseBtn {
        margin-top: 40px;
    }
    .flexBoxList01:nth-of-type(even) div, .flexBoxList01.phR div {
        margin-left: auto;
        margin-right: 0;
    }
    .fullImg {
        height: auto;
    }
    .fullImg img {
        height: auto;
        width: 100%;
    }
    .fleetNav {
        max-width: 1182px;
        margin: 0 auto;
    }
    .fleetNav .fleetAnchor .fleetAnchorNav {
        display: flex;
    }
    .fleetNav .fleetAnchor .fleetAnchorNav a {
        width: 50%;
    }
    .fleetAnchorNav a:nth-of-type(2) {
        border-left: solid 1px #e7e7e7;
    }
    .fleetAnchor a figure {
        top: 60%;
    }
    .fleetAnchor a:hover figure img {
        transform: scale(1.05);
        margin-right: 10px;
    }
    .fleetAnchor a:hover {
        background: #e7e5e3;
    }
    .fleetAnchor a figure img {
        width: 100%;
        max-width: 200px;
        height: auto;
        margin: 0 -10px 0 0;
        transition: all 0.2s;
    }
    .pageTit .weddingText {
        width: 900px;
        position: absolute;
        left: 50%;
        top: calc(50% - 20px);
        transform: translate(-50%, -50%);
    }
    .pageTit .weddingText h1 {
        text-align: left;
        height: auto;
        z-index: 2;
        line-height: 1.6;
        margin-bottom: 30px;
        letter-spacing: 6px;
    }
    .pageTit .weddingText p {
        text-align: left;
        font-size: 20px;
        padding: 0;
    }
    .pageTit .weddingText p br {
        display: block;
    }
    .airportPrice {
        max-width: 1222px;
        margin: 0 auto;
    }
    .airportPrice h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .airportPrice table thead {
        display: block;
    }
    .airportPrice table thead th {
        width: 30%;
        padding: 15px 20px;
        font-size: 20px;
    }
    .airportPrice table thead th:last-of-type {
        width: 70%;
        background: #000;
        color: #fff;
    }
    .airportPrice table tr {
        display: flex;
    }
    .airportPrice table td {
        padding: 20px !important;
    }
    .airportPrice table td.fleet {
        font-size: 16px;
        width: 30%;
        line-height: 1.4;
        border: none;
    }
    .airportPrice table td.fleet span {
        font-size: 22px;
    }
    .airportPrice table td.price {
        width: 70%;
        border-left: solid 1px #eee;
        display: flex;
        align-items: center;
    }
    .airportPrice table td.price p {
        width: 48%;
        text-align: center;
        font-size: 16px;
        line-height: 1.4;
    }
    .airportPrice table td.price p span span {
        font-size: 36px;
    }
    .airportPrice table td.price a {
        width: 25%;
        font-size: 16px;
        padding: 20px 15px;
    }
    .airportPrice table td.price a:hover {
        background: #75682a;
    }
    .contentList.airport > li {
        width: 31.333333%;
    }
	.airportRates .rateIn{
		max-width: 1102px;
		margin: 0 auto;
	}
	.airportRates h2{
		font-size: 26px;
	}
}