:root {
    --color-black: #212121;
    --color-light-blue: #50a2d2;
    --color-blue: #1565c0;
    --color-gray-bg1: #f9f9f9;
    --color-gray-bg2: #f2f2f2;
    --color-gray-font: #7c7c7c;
    --color-gray-arrow: #bcbcbc;
    --color-gray-line: #e3e3e3;
    --color-navy: #174f98;
    --color-red: #c50202;
    --color-orange: #ffe666;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
*, *:before, *:after{box-sizing:border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
img{border:none;max-width: 100% !important;vertical-align: middle;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;-webkit-text-size-adjust:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:'';content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del{text-decoration:line-through;}
abbr[title], dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}
input, select{vertical-align:middle;}
li{list-style-type:none;}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
* html .clearfix{zoom:1;}
*:first-child+html .clearfix{zoom:1;}

body#traveljp_oka_lp * {
    line-height:150%;
	font-family: -apple-system,blinkmacsystemfont,"Segoe UI","Hiragino Kaku Gothic ProN","BIZ UDPGothic",meiryo,sans-serif;
    font-weight: normal;
	/* font-family: "Noto Sans JP", system-ui; */
}
body#traveljp_oka_lp .main-content {
	color: #212121;
	font-size: 14px;
}
#traveljp_oka_lp .header {
    border-bottom: 1px solid #e0e0e0;
}
#traveljp_oka_lp .header-content {
    width: 1370px;
    max-width: 100%;
    margin: 0 auto;
    padding: 24px 0;
    line-height: 1;
}
#traveljp_oka_lp .master-airtrip-logo {
    line-height: 1;
    display: inline-block;
}
#traveljp_oka_lp .master-airtrip-logo img {
    height: 24px;
    width: auto;
}
/******** Content **********/
#traveljp_oka_lp .container.clearfix {
	max-width: 1200px;
	margin: 0 auto;
}
#traveljp_oka_lp .noto-serif.jp-bold {
	font-family: "Noto Sans JP", system-ui;
	font-weight: 700;
	font-style: normal;
}

#traveljp_oka_lp .noto-serif.jp-black {
	font-family: "Noto Sans JP", system-ui;
	font-weight: 900;
	font-style: normal;
}
#traveljp_oka_lp .noto-sans.jp-normal {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
#traveljp_oka_lp .noto-sans.jp-bold {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
}
#traveljp_oka_lp .boxShadow {
	background: #fff;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.10);
}
/* #traveljp_oka_lp .title-page {
	border-bottom: 1px solid #e0e0e0;
} */
#traveljp_oka_lp .title-page h1 {
	font-size: 18px;
    font-weight: 700;
    line-height: 1;
    width: 1370px;
    max-width: 100%;
    margin: 0 auto;
    padding: 26px 0;
}
#traveljp_oka_lp .breadcrumb {
	background: #f5f5f5;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
#traveljp_oka_lp .breadcrumb ul {
	font-size: 11px;
    line-height: 1;
	width: 1160px;
    max-width: 100%;
	margin: 0 auto;
	padding: 17px 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#traveljp_oka_lp .breadcrumb ul li {
    position: relative;
	display: inline-block;
	font-size: 11px;
    font-weight: normal;
}
#traveljp_oka_lp .breadcrumb ul li::after {
    content: '';
    display: inline-block;
    margin: 0 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #212121;
    border-right: 0;
}
#traveljp_oka_lp .breadcrumb ul li:last-child::after {
    border-color: #f5f5f5;
}
#traveljp_oka_lp .breadcrumb a,
#traveljp_oka_lp .breadcrumb a:visited {
	color: #196FB9;
	text-decoration: none
}

#traveljp_oka_lp .keyvisual {
	padding-bottom: 0;
	padding-top: 0;
	position: relative;
    background: url('/images/special/traveljp/oka/pc_kv.webp') no-repeat;
    background-position: top center;
    background-size: cover;
}
#traveljp_oka_lp .hidden-xs.text_kv {
    width: 363px;
    padding: 45px 0 180px;
    margin: 0 auto;
}
#traveljp_oka_lp section {
    padding-bottom: 1px;
    margin-bottom: 80px;
}
#traveljp_oka_lp section.bg1 {
    background: url('/images/special/traveljp/oka/bg_union_pc1.svg') center bottom no-repeat;
    background-size: contain;
}
#traveljp_oka_lp section.bg2 {
    background: url('/images/special/traveljp/oka/bg_union_pc2.svg') center bottom no-repeat;
    background-size: contain;
}

#traveljp_oka_lp .container .heading {
    font-family: sans-serif, ui-sans-serif;
}
#traveljp_oka_lp .container .content-wrap {
	position: relative;
}
#traveljp_oka_lp div.btn {
    margin-top: 16px;
}
#traveljp_oka_lp a.link-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: -moz-linear-gradient(174deg, #FF8F00 0%, #FF4210 100%);
  background: -webkit-linear-gradient(174deg, #FF8F00 0%, #FF4210 100%);
  background: linear-gradient(174deg, #FF8F00 0%, #FF4210 100%);
  padding: 10px 12px;
  border-radius: 8px;
  width: 100%;
  height: 44px;
  margin: 0 auto;
  text-decoration: none;
}
#traveljp_oka_lp a.link-btn:hover {
  text-decoration: none;
  background: -moz-linear-gradient(174deg, #FF4210 0%, #FF8F00 100%);
  background: -webkit-linear-gradient(174deg, #FF4210 0%, #FF8F00 100%);
  background: linear-gradient(174deg, #FF4210 0%, #FF8F00 100%);
}
#traveljp_oka_lp a.link-btn span {
    text-align: left;
    font-size: 14px;
    font-weight: 900;
    color: #fff !important;
    flex: 1 0 0;
    align-self: stretch;
    text-decoration: none;
}

#traveljp_oka_lp a.link-btn img {
    width: 24px !important;
    height: 24px !important;
    flex-shrink: 0;
}

#traveljp_oka_lp .intro {
    max-width: 1160px;
    position: relative;
    font-size: 18px;
    background: #F0FAFB;
    margin: 80px auto 40px;
    padding: 32px 32px 130px;
    border-radius: 16px;
    text-align: center;
}
#traveljp_oka_lp .intro .hibird {
    position: absolute;
    width: 310px;
    bottom: -80px;
    left: calc(50% - 155px);
}
#traveljp_oka_lp .intro h2.heading {
    color: var(--color-blue);
    font-weight: 900;
    font-size: 24px;
    text-align: center;
    margin-bottom: 24px;
}
#traveljp_oka_lp h3.heading {
    font-size: 24px;
    color: var(--color-blue);
    font-weight: 900;
    text-align: center;
    margin: 40px auto 16px;
}
#traveljp_oka_lp h4.heading {
    margin: 0 auto 16px;
    position: relative;
    width: 300px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    line-height: 48px;
    background: var(--color-orange);
    border-radius: 16px;
}
#traveljp_oka_lp h4.heading::after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 12px;
    background: url('/images/special/traveljp/oka/yellow_polygon.svg') center no-repeat;
    background-size: cover;
    left: 143px;
    bottom: -10px;
}
#traveljp_oka_lp h5.heading {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    margin: 40px auto 16px;
}
#traveljp_oka_lp .area-info {
    width: 100%;
    max-width: 1120px;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    padding: 0;
    margin: 24px auto;
}
#traveljp_oka_lp .recommended-tour {
    margin-bottom: 80px;
}
#traveljp_oka_lp .content-wrap.display-flex {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	gap: 20px;
	justify-content: left;
    align-items: normal;
}
#traveljp_oka_lp .content-wrap.display-flex .blank {
    background: transparent;
    width: 0px !important;
    padding: 1px;
}
#traveljp_oka_lp .flexC {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#traveljp_oka_lp .slide-item {
    position: relative;
    width: 360px;
    height: auto;
    min-height: 410px;
    font-size: 18px;
    padding: 12px;
    margin: 0px;
    border-radius: 16px;
    flex: 0 0 auto;
    transition: box-shadow 0.3s;
}
#traveljp_oka_lp .slide-item .img-content {
    position: relative;
    margin-bottom: 12px;
}
#traveljp_oka_lp .slide-item .img-content::after {
    content: '';
    display: block;
    border-radius: 8px;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(0deg, #000000 0%, #ffffff08 50%);
    background: -webkit-linear-gradient(0deg, #000000 0%, #ffffff08 50%);
    background: linear-gradient(0deg, #000000 0%, #ffffff08 50%);
    opacity: 0.4;
}
#traveljp_oka_lp .slide-item h3 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 900;
    padding: 12px;
    z-index: 2;
}
#traveljp_oka_lp .slide-item .info p {
    font-size: 16px;
}

#traveljp_oka_lp .scroll {
    position: relative;
    width: 100%;
    height: auto;
    cursor: default;
    padding: 20px 20px 24px 20px;
    overflow: scroll hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 1.25rem;
}
#traveljp_oka_lp .scroll::-webkit-scrollbar {height: 8px;}
#traveljp_oka_lp .scroll::-webkit-scrollbar-button {width: 130px;}
#traveljp_oka_lp .scroll::-webkit-scrollbar-track {
    background: #DAF1F4;
    opacity: 0.24;
    border-radius: 10px;}

#traveljp_oka_lp .scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #81C7D4;
    -webkit-box-shadow: inset 0 0 6px #81C7D4;}

#traveljp_oka_lp .bg-black .scroll::-webkit-scrollbar-track {
    background: #DAF1F4;
    opacity: 0.08;
    border-radius: 10px;}

#traveljp_oka_lp .scroll.active {
     cursor: grab;
     cursor: -webkit-grab; }

#traveljp_oka_lp .visible-xs {
    display: none;
}
#traveljp_oka_lp .hidden-xs {
    display: block;
}
#traveljp_oka_lp #footer {
    color: #FFF;
    background: #026daa;
    font-size: 12px;
    margin-top: 60px;
    padding: 0;
    text-align: center
}
#traveljp_oka_lp .footer__menu {
    background: #4b74b4;
    padding: 16px;
}
#traveljp_oka_lp .footer__menu ul {
    margin: 12px 0;
    padding: 0px;
    line-height: 1;
    list-style: none;
}
#traveljp_oka_lp .footer__menu ul li:first-child {
    border-left: 0;
}
#traveljp_oka_lp .footer__menu ul li {
    display: inline-block;
    line-height: 1;
    vertical-align: top;
    padding: 0 10px;
    border-left: 1px solid #94b3e3;
}
#traveljp_oka_lp .footer__menu ul li a {
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
}
#traveljp_oka_lp .footer__menu ul li.visible-xs {
    display: none;
}
#traveljp_oka_lp .jpx img {
    vertical-align: middle;
    width: 26px;
    height: auto;
    margin-right: 7px
}

#traveljp_oka_lp .copyright {
    line-height: 1;
    margin: 0;
    padding: 16px;
    font-weight: normal;
    background: #2d589a;
}

#traveljp_oka_lp .copyright a {
    color: #fff;
    text-decoration: none
}
#traveljp_oka_lp .jpx {
    padding: 0;
    margin: 0;
}
#traveljp_oka_lp .jpx:after {
    display: none;
}

/****** Responsive ********/

@media (max-width: 767px) {
    #traveljp_oka_lp .header-content {
        padding: 14px 10px;
    }
    #traveljp_oka_lp .master-airtrip-logo img {
        height: 18px;
        width: auto;
    }
	#traveljp_oka_lp .master_header_pc {
		display: none !important;
	}
	#traveljp_oka_lp .master_header_sp {
		display: block !important;
	}
	#traveljp_oka_lp .keyvisual {
		padding-bottom: 0;
        background: none;
	}
    #traveljp_oka_lp .visible-xs {
        display: block;
    }
    #traveljp_oka_lp .hidden-xs {
        display: none;
    }
    #traveljp_oka_lp #header_mypage_login {
        position: absolute;
        width: 48px;
        height: 48px;
        right: 46px;
        top: 0px;
    }
    #traveljp_oka_lp .title-page {
        border-top: none;
        border-bottom: none;
    }
    #traveljp_oka_lp .title-page h1 {
        padding: 18px 10px;
        font-size: 14px;
    }
    #traveljp_oka_lp .tourContent {
        margin: 0;
    }
    #traveljp_oka_lp .content-wrap.display-flex {
        gap: 12px;
    }
    #traveljp_oka_lp .content-wrap .flex-item {
        width: 100%;
    }
    #traveljp_oka_lp section {
        padding-bottom: 1px;
        margin-bottom: 40px;
    }
    #traveljp_oka_lp section.intro-wrap {
        overflow: hidden;
        padding-bottom: 32px;
        margin-bottom: 0;
    }
    #traveljp_oka_lp section.bg1 {
        background: url('/images/special/traveljp/oka/bg_union_1.svg') center bottom no-repeat;
        background-size: contain;
    }
    #traveljp_oka_lp section.bg2 {
        background: url('/images/special/traveljp/oka/bg_union_2.svg') center bottom no-repeat;
        background-size: contain;
    }
    #traveljp_oka_lp .intro {
        max-width: 100%;
        position: relative;
        padding: 16px 16px 60px;
        margin: 40px 12px 24px 12px;
        font-size: 14px;
        text-align: left;
    }
    #traveljp_oka_lp .intro h2.heading {
        position: relative;
        text-align: left;
        font-size: 16px;
        margin-bottom: 16px;
        z-index: 2;
    }
    #traveljp_oka_lp .intro .hibird {
        width: 172px;
        left: calc(50% - 85px);
        bottom: -50px;
    }
    #traveljp_oka_lp h3.heading {
        font-size: 20px;
        margin: 24px auto 16px;
    }
    #traveljp_oka_lp h4.heading {
        font-size: 16px;
        line-height: 40px;
        width: 187px;
    }
    #traveljp_oka_lp h4.heading::after {
        left: 90px;
        bottom: -7px;
    }
    #traveljp_oka_lp .area-info {
        text-align: left;
        font-size: 16px;
        margin: 0 auto;
        padding: 0 12px;
    }
    #traveljp_oka_lp h5.heading {
        text-align: center;
        font-size: 18px;
        font-weight: 900;
        margin: 24px auto 12px;
    }
    #traveljp_oka_lp .recommended-tour {
        margin-bottom: 60px;
    }
    #traveljp_oka_lp .slide-item {
        position: relative;
        width: 312px;
        height: 390px !important;
        min-height: auto;
        font-size: 14px;
        padding: 12px;
        margin: 0px;
        border-radius: 16px;
    }
    #traveljp_oka_lp .slide-item h3,
    #traveljp_oka_lp .slide-item .info p {
        font-size: 14px;
    }
    #traveljp_oka_lp .slide-item .img-content {
        position: relative;
        margin-bottom: 8px;
    }
    #traveljp_oka_lp .scroll {
        position: relative;
        width: 100%;
        height: auto;
        cursor: default;
        padding: 16px 12px 16px 12px;
        overflow: scroll hidden;
        scroll-snap-type: x mandatory;
        scroll-padding: 0 1.25rem;
    }
    #traveljp_oka_lp .bg1 .scroll::-webkit-scrollbar-track {
        background: #fdffff;
        opacity: 0.08;
        border-radius: 10px;
    }
    #traveljp_oka_lp .scroll::-webkit-scrollbar-button {width: auto;}
    #traveljp_oka_lp div.btn {
        margin-top: 12px;
    }

    #traveljp_oka_lp .breadcrumb {
        border-top: none;
        overflow-x: scroll;
    }
    #traveljp_oka_lp .breadcrumb ul {
        padding: 18px 10px;
        white-space: nowrap;
    }
    #traveljp_oka_lp .breadcrumb ul li {
        font-size: 11px;
    }
    
    #traveljp_oka_lp #footer {
        margin-top: 0;
    }
    #traveljp_oka_lp .copyright {
        font-size: 10px;
        line-height: 150%;
        padding: 10px;
    }
    #traveljp_oka_lp .footer__menu {
        background: #fff;
        padding: 0;
    }
    #traveljp_oka_lp .footer__menu ul {
        margin: 0;
    }
    #traveljp_oka_lp .footer__menu ul li {
        display: block;
        text-align: center;
        padding: 10px 0;
        border-bottom: 1px dotted #d9d9d9;
        border-left: none;
    }
    #traveljp_oka_lp .footer__menu ul li.visible-xs {
        display: block;
    }
    #traveljp_oka_lp .footer__menu ul li.hidden-xs {
        display: none;
    }
    #traveljp_oka_lp .footer__menu ul li a {
        color: #212121;
    }
}

@media screen and (max-width: 767px) {}
@media (max-width: 760px) {}
@media (max-width: 640px) {}

