body.page-kiyaku {
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #333;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	    box-sizing: border-box;
}
*,
*:hover,
*:focus {
	outline: none;
}
ul, li, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.page-kiyaku a {
	color: #C7A956; 
}
.page-kiyaku .container {
	margin: 0 auto;
	width: 94%;
	max-width: 1360px;
}
.hidden-xs {
	display: block;
}
.visible-xs {
	display: none;
}

.page-kiyaku .content {
	padding: 24px;
	border: solid 1px #f4f4f4;
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .03);
	-ms-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .03);
	-o-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .03);
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .03);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .03);
	background-color: #fff;
}
.page-kiyaku .content dl {
	display: table;
	width: 100%;
	border: 1px solid #e0e0e0;
    margin: -1px 0 0 0;
}
.page-kiyaku .content dl dt,
.page-kiyaku .content dl dd {
	display: table-cell;
	vertical-align: middle;
	line-height: normal;
}
.page-kiyaku .content dl dt {
	width: 28%;
	background: #F4F4F4;
	padding-left: 5%;
}
.page-kiyaku .content dl dd {
	border-left: 1px solid #e0e0e0;
	padding: 12px 24px;
}
.page-kiyaku h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 32px 24px 16px;
	color: #C7A956;
}

.page-kiyaku .content a:hover,
.page-kiyaku .content a:focus {
	color: #C7A956;
}
.page-kiyaku .main-container {
	margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
	.hidden-xs {
		display: none;
	}
	.visible-xs {
		display: block;
	}
	.page-kiyaku .container {
		margin: 10px;
	}
	.page-kiyaku .content {
		padding: 10px;
		border: solid 1px #f4f4f4;
		box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, .03);
		-ms-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, .03);
		-o-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, .03);
		-webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, .03);
		-moz-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, .03);
		background-color: #fff
	}
	body.page-kiyaku {
		font-size: 14px;
	}
	.page-kiyaku .content dl dd {
		padding: 12px 24px;
	}
	.page-kiyaku h2 {
		font-size: 18px;
		margin: 0 0 16px;
		font-weight: bold;
	}
	.page-kiyaku .main-container {
		margin: 32px 0 60px;
	}
	.page-kiyaku .content dl dt {
		width: 40%;
        padding-left: 8px;
        font-size: 13px;
	}
}
.block-breadcrumb li {
	display: inline-block;
}
.block-breadcrumb li a {
	color: #000;
	text-decoration: none;
}
.block-breadcrumb li a:hover,
.block-breadcrumb li a:focus {
	color: #fb6901;
}
.block-breadcrumb li a:hover::after,
.block-breadcrumb li a:focus::after {
	color: #000;
}
.block-breadcrumb li a:after {
	content: '>';
    display: inline-block;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 20px;
}

.block-breadcrumb {
	margin: 40px 0;
	display: none;
}
/* #22311 */
.container h3 {
	margin-top: 30px;
}
.page-kiyaku .content.domestic {
	width: 960px;
	margin: 20px auto;
	padding: 15px;
	border: 1px solid #ccc;
	font-size: 14px;
	line-height: 120%;
}
.page-kiyaku .content.domestic .noteRed {
	color: red;
	margin-bottom: 10px;
	font-weight: bold;
}
.page-kiyaku .content.domestic .title {
    margin-bottom: 15px;
    border: 1px solid orange;
    border-left: 5px solid orange;
    padding: 3px;
    padding-left: 7px;
    font-size: 14px;
    font-weight: bold;
}
.page-kiyaku .content.domestic .contItem {
	margin-left: 28px;
	margin-bottom: 30px;
}
.content.domestic .contItem p {
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 120%;
}
.page-kiyaku .content.domestic ol li {
	list-style: none;
	margin-left: 30px;
	margin-bottom: 10px;
}
.page-kiyaku .content.domestic ol li span {
	margin-left: -38px;
}
.page-kiyaku .content.domestic ol li ol {
	margin-left: 0px;
	list-style-type: none;
}
.page-kiyaku .content.domestic ol li ol li {
	margin-left: 14px;
	margin-bottom: 5px;
	list-style-type: none;
	line-height: 120%;
}
.page-kiyaku .content.domestic ol li ol li span {
	margin-left: -14px;
}
@media screen and (max-width: 767px) {
	.page-kiyaku .content.domestic {
		width: 100%;
	}
	.page-kiyaku .content.domestic .contItem {
	    margin-left: 0px;
	}
}

.float-left {float: left;}
.float-right {float: right;}
.clearfix::before,
.clearfix::after {
	content: '';
	display: table;
	width: 100%;}

/*-------------------------------------
  APA 
--------------------------------------*/
.header-wrap,
.footer,
#str-footer {
	font-family: -apple-system,blinkmacsystemfont,"Segoe UI","Hiragino Kaku Gothic ProN","BIZ UDPGothic",meiryo,sans-serif;
}
.header-wrap {
	background-color: #fff;
	border-bottom: 1px solid #ececec;
	position: relative;
	z-index: 112;
  padding-top: 14px;
}
.header-wrap h1 {
	margin: 0;
	line-height: 0;
}
.content-wrap {
	margin: auto;
	width: 94%;
	max-width: 1360px;
}
.header__status-info {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 10px 0;
}
.header-nav-wrap {
    border-bottom: 1px solid #ececec;
}
.header-nav {
    display: flex
}

.header-nav ul {
    width: 100%;
    height: 52px;
    display: flex;
    padding: 0;
	margin: 0;
}

.header-nav ul li {
    display: flex;
    flex-grow: 1;
    position: relative;
    padding: 0 1px 0 0
}

.header-nav ul li::after {
    content: "";
    display: inline-block;
    height: 20px;
    border-left: 1px solid #ececec;
    position: absolute;
    right: 0;
    top: 30%
}

.header-nav ul li:last-child::after {
    border-left: none
}

.header-nav ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    line-height: 1;
    font-size: 16px
}

.header-nav ul li.selected a,.header-nav ul li a:hover {
    background: #c7a956;
    color: #fff
}
/* ãƒ•ãƒƒã‚¿ãƒ¼ */
.footer {
    background: #fff;
    padding: 80px 0 0;
    text-align: center;
    margin-top: auto;
    width: 100%;
    flex: 0 0 auto
}

.footer .content-wrap {
    display: flex;
    flex-wrap: wrap
}

.footer ul li a {
    text-decoration: none;
    color: #000;
    font-size: 15px
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.logo_footer {
    display: block;
    text-align: left
}

.logo_footer img {
    width: 77%;
    max-width: 333px
}

.logo_footer::after {
    content: "";
    display: block;
    border-bottom: 1px solid #e3e3e3;
    margin: 30px 0 60px
}
.footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    gap:28px;
    margin-bottom: 28px;
}

.footer-nav ul li {
    min-width: 167px;
    margin: 0;
}


.footer-nav ul li a:hover {
    color: #C7A956;
}

.footer__apa-group ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    margin-bottom: 40px
}

.footer__apa-group li {
    margin: 0 0 20px 20px;
    width: calc(50% - 20px);
    vertical-align: unset
}

.footer__other {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 10px
}

.footer__other .sns-box a {
    display: inline-block;
    margin-right: 10px;
    width: 32px;
    height: 32px
}

.footer__other .sns-box a:last-child {
    margin-right: 0
}

.footer__other .sns-box a.sns-link--line {
    width: 100px
}

.original-service {
    width: 100%
}

.original-service {
    font-size: 12px;
    padding: 40px 0;
    margin-top: 100px;
    border-top: 1px solid #e3e3e3;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.original-service-list li a:hover {
    color: #C7A956
}

.copyright {
    display: inline-block;
    color: #000;
    margin: 10px 20px 0 0;
    font-size: 12px
}

.original-service ul li {
    display: inline-block;
    padding-right: 15px;
    line-height: 1;
    border-right: 1px solid #d0d0d0;
    margin: 10px 15px 0 0
}

.original-service ul li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0
}

@media all and (max-width: 1200px) {
    .footer-nav ul li {
        width:48%;
        margin: 0 0 28px
    }

    .copyright,.original-service-list {
        width: 100%
    }

    .footer ul.original-service-list {
        margin: 20px 0 0
    }
}

@media screen and (max-width: 767px) {
	/* -------------------
	APA ãƒ˜ãƒƒãƒ€ãƒ¼ãƒ•ãƒƒã‚¿ãƒ¼  
	-----------------------*/
	.header-wrap {
		background-color: #fff;
		border-bottom: 1px solid #ececec;
		position: relative;
		z-index: 112;
		padding: 0;
	}
	.header-wrap .content-wrap {
		padding: 10px 10px;
		margin: 0;
		width: 100%;
	}
	.header__status-info {
		margin: 0;
		padding: 0;
	}
	.main-logo-common a{
	display: flex;
	align-items: center;
	}
	.apa_logo_full {
		width: 168px;
		margin: 2px 0;
		height: auto;
		vertical-align: top
	}
	.nav-tabs__list {
		display: flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		list-style: none;
        margin: 0;
        padding: 0;
	}
	.nav-tab__item {
		width: 19%;
		text-align: center;
		border-right: solid 1px #fff;
		background: #efefef
	}

	.nav-tab__item:last-child {
		border-right: none
	}
	.nav-tab__item.selected {
		background: #c7a956
	}

	#nav-tab--flight {
		width: 17%
	}

	#nav-tab--resort {
		width: 26%
	}

	.nav-tab__item a {
		display: block;
		text-decoration: none;
		color: #000;
		line-height: 42px;
		font-size: 11px;
	}

	.nav-tab__item.selected a {
		color: #fff
	}

	#str-footer{
	text-align: center;
	padding-bottom: 30px;
	}
	#str-footer .copy-apa {
	margin-bottom: 8px;
	}

	.sns-box{
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-bottom: 24px;
	}

	.link-footer{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-bottom: 24px;
	padding: 0 10px;
	font-size: 12px;
	}
	#str-footer p {
		margin-top: 0;
		margin-bottom: 0;
	}
	#str-footer .name-apa,
	#str-footer .copy-apa {
		font-size: 12px;
	}
	#str-footer small.name,
	#str-footer small.copy {
		font-size: 10px;
	}
}