@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300&display=swap');
@font-face {
	font-family: 'SourceHanSansJP-Regular';
	src: url('../font/SourceHanSansJP-Regular.woff') format('woff');
}
@font-face {
	font-family: 'ShipporiMincho';
	src: url('../font/ShipporiMincho.woff') format('woff');
}
/* all
------------------------------------------------------ */
section {
	width: 90%;
	max-width: 1480px;
	margin: 40px auto;
}
a img:hover {
	opacity: .7;
	transition : 1s;
}
a img {
	transition : 1s;
}
a:hover{
    opacity: .7;
	transition : 1s;
}
a{
	transition : 1s;
}
h3 {
	font-size: 4rem;
	color: #1E3C43;
	text-align: center;
	font-family: 'Cormorant Infant', serif;
}
h3 span {
	display: block;
	margin-top: 10px;
	text-align: center;
}
h3.navy, h3.navy span {
	color: #1E3C43;
}
h3.gold, h3.gold span {
	color: #938038;
}
h3.white, h3.white span {
	color: #fff;
}
.btn {
	max-width: 280px;
	margin: 30px auto;
	text-align: center;
	color: #fff;
	background: #000;
	display: block;
	padding: 12px 0;
	font-size: 1.6rem;
}
/*== ボタン共通設定 */
.btn {
	/*アニメーションの起点とするためrelativeを指定*/
	position: relative;
	overflow: hidden;
	/*ボタンの形状*/
	text-decoration: none;
	text-align: center;
	outline: none;
	/*アニメーションの指定*/
	transition: ease .2s;
}
/*ボタン内spanの形状*/
.btn span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color: #fff;
}
.btn:hover span {
	color: #fff;
}
/*== 背景が流れる（斜め） */
.bgskew::before {
	content: '';
	/*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: -130%;
	/*色や形状*/
	background: #333;
	width: 120%;
	height: 100%;
}
/*hoverした時のアニメーション*/
.bgskew:hover::before {
	animation: skewanime .5s forwards;/*アニメーションの名前と速度を定義*/
}
.breadcrumb {
	display: flex;
	font-family: 'SourceHanSansJP-Regular';
	width: 90%;
	max-width: 900px;
	margin: 20px auto;
}
.breadcrumb li, .breadcrumb li a {
	font-family: 'SourceHanSansJP-Regular';
	font-size: 1.2rem;
}
.breadcrumb li:not(:first-child):before {
	content: '＜';
	display: inline-block;
}
h2 {
	font-family: 'Cormorant Infant', serif;
}
nav.main-nav-menu ul li.open-menu:after {
	content: '';
	background: url(/anc83/common/images/header-menu-icon.png) no-repeat;
	background-size: contain;
	display: block;
	width: 8px;
	height: 8px;
	margin: -23px auto 0;
}
 @keyframes skewanime {
 100% {
 left:-10%;/*画面の見えていない左から右へ移動する終了地点*/
}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
h3 {
	margin-bottom: 30px;
}
/*コアページメイン共通*/
h2, .main-lead {
	margin-left: 40px;
}
h2:after {
	left: 40px!important;
}
}

/*SP Layout
===================================*/
@media print, screen and (max-width: 768px) {
section {
	margin: 20px auto;
}
h3 span {
	margin-top: 0;
}
h3 {
	margin-bottom: 20px;
}
.breadcrumb li, .breadcrumb li a {
	font-size: 1rem;
}
}
/* header
------------------------------------------------------ */

.header-bg {
	background: #34454A;
}
td {
	line-height: 2.6rem;
}
header {
	margin: 0 auto;
}
header a {
	color: #fff;
/*	font-family: 'Cormorant Infant', serif;*/
        font-family: 'SourceHanSansJP-Regular';
}
.fadein {
	opacity : 0;
	transform: translateY(20px);
	transition: all 1s;
}
.main-img {
	background-size: cover;
	height: 400px;
	position: relative;
	margin-top: 78px;
}
h1 {
	width: 30%;
	margin: 0 10px 0 8%;
	height: 65px;
}
h1 a {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	color: transparent;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.v-line-fix {
	margin-left: 100px;
	width: 1px;
	height: 30px;
	background-color: #fff;
	right: 0;
	left: 0;
	margin: 10px auto;
}
.v-line-fix02 {
	margin-left: 100px;
	width: 1px;
	height: 35px;
	background-color: #1586ac;
	right: 0;
	left: 0;
	margin: auto;
}
.circle {
	width: 16px;
	height: 16px;
	background: #1586ac;
	margin: 0 auto 60px;
	border-radius: 50%;
}
.header-nav {
	width: 90%;
	margin-right: 20px;
}
.header-button-contact, .header-button-order {
	padding: 10px;
	text-align: center;
	width: 100%;
}
.header-button-contact a, .header-button-order a {
	color: #fff;
	background: #938038;
	border-radius: 30px;
	display: block;
	padding: 4px 0;
}
.header-button-contact a {
	padding-top: 20px;
}
li.header-button-contact {
	margin-right: 0!important;
}
.header-button-contact {
	border-radius: 30px;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 10px 0;
	margin-top: -20px;
	background: #938038;
	padding: 4px;
	border-radius: 0 0 10px 10px;
}
.header-button.main-nav-menu {
	width: 18%;
	margin-right: 30px;
	max-width: 240px;
}
.tel-link {
	margin-right: 0;
	text-align: center;
	width: 100%;
	margin-top: 6px;
}
.tel-link a {
	display: block;
	font-size: 2rem;
}
ul.second-nav {
	display: block;
	padding: 0;
}
#header {
	left: 0;
	min-width: 1050px;
	position: fixed;
	top: 0;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	width: 100%;
	z-index: 1000;
}
#header {
	background: #34454A;
}
#header.fixed .header-nav .header-button-contact a {
	color: #fff;
}
.header-button ul {
	margin: 0;
}
input[type="file"] {
	margin-bottom: 10px;
}
.notes {
	color: #1586ac;
}
#header .header-nav .second-nav li a:hover {
	opacity: .6;
}
label.error {
	color: #FF0000;
}
i.fas.fa-wrench {
	margin-right: 2px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	font-size: 1.2rem;
	vertical-align: text-top;
}
#header.fixed i.fas.fa-wrench {
	color: #505050;
}
label.checkbox01, label.checkbox02, label.checkbox03, label.checkbox04, label.checkbox05, label.checkbox06, label.checkbox07, label.checkbox08, label.checkbox09, label.checkbox10, label.checkbox11, label.checkbox12 {
	display: block;
}
input[type="button"] {
	margin-bottom: 40px;
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sub-nav-menu ul {
	display: flex;
	justify-content: flex-end;
}
.sub-nav-menu ul li a {
	color: #666666;
}
.sub-nav-menu ul li:not(:last-child) {
	margin-right: 20px;
}
.main-nav-menu ul {
	display: flex;
	justify-content: flex-end;
	margin: 0;
	align-items: center;
	flex-wrap: wrap;
}
.main-nav-menu ul li:not(:last-child) {
	margin-right: 25px;
}
.main-nav-menu ul li a span {
	color: #1586ac;
}
.header-button.main-nav-menu ul li a:hover {
	color: #fff;
}
.nav-trigger {
	display: none;
}
.main-contents {
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.header-nav {
	width: 70%;
}
ul.second-nav {
	background: rgba(52,69,74,.7);
	margin-top: 22px;
	padding: 10px 20px;
	position: absolute;
	min-width: 260px;
	z-index: 9223372036854775808;
	left: -200px;
	top: 28px;
	height: 180px!important;
}
ul.second-nav a {
	display: block;
}
ul.second-nav figure {
	min-width: 240px;
}
ul.second-nav {
	display: none;
}
ul.second-nav .second-nav-wrap {
	display: flex;
}
.header-button ul.second-nav {
	background: rgba(21,134,172,.6);
	margin-top: 24px;
	padding: 10px 20px;
	position: absolute;
	min-width: 260px;
	z-index: 9223372036854775808;
	right: 0%;
	top: 45px;
}
#header .main-nav-menu > ul > li a ~ .second-nav:before {
	content: "";
	height: 20px;
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
}
#header .header-button.main-nav-menu > ul > li a ~ .second-nav:before {
	content: none;
}
.second-nav li {
	font-size: 1rem;
	margin-top: 10px;
	padding-left: 17px;
	position: relative;
	text-align: left;
}
.main-nav-menu ul li a {
	height: inherit;
}
.main-nav-menu ul li .second-nav li {
	padding: 0 0 0 17px;
}
span.eroor-span {
	display: block;
	width: 60%;
	margin-left: auto;
}
.form_inner {
	flex-wrap: wrap;
}
span.eroor-span-privacy {
	text-align: center;
	display: block;
}
nav.main-nav-menu ul li a {
	display: inline-block;
}
nav.main-nav-menu ul li {
	position: relative;
}

nav.main-nav-menu ul li:nth-child(2) a:after {
	position: absolute;
	display: block;
	bottom: 6;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #00B886;
	opacity: 1;
	visibility: hidden;
}
nav.main-nav-menu ul li .second-nav li a:after {
	content: none;
}

li.online.current a:after {
	content: none;
}
nav.sub-nav-menu {
	margin-top: 15px;
}
nav.main-nav-menu {
	height: 50px;
	margin-top: 28px;
	margin-right: 0;
}
li.online.current {
	border: 1px solid #fff;
	padding: 10px 10px;
}
.header-tel-btn {
	margin-right: 38px;
}
#header li.online.current {
	border: 1px solid #fff;
}
#header.fixed li.online.current {
	border: 1px solid #808080;
}
#header li.online {
	border: 1px solid #808080;
	padding: 10px;
}
nav.main-nav-menu ul, nav.main-nav-menu ul li {
	height: 100%;
}
#header .header-nav .second-nav li a p {
	text-align: center;
}
h1 {
	width: 19%;
	height: 120px;
	position: absolute;
	margin-left: 30px;
	margin-top: 80px;
}
    #header{
    right: 0;
    left: 0;
    margin: auto; 
    max-width: 1280px;
    }
    .header-bg{
        height: 80px;
        position: fixed;
        width: 100vw;
    z-index: 999;
        top: 0;
    }

}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
.main-bg {
	height: 160px!important;
}
.v-line-fix {
	height: 20px;
	margin: 8px auto;
}
#nav-trigger {
	height: 44px;
	position: absolute;
	right: 2%;
	width: 42px;
	z-index: 102;
	top: 4px;
}
#header.active #nav-trigger {
	border-color: #393939 !important;
}
#nav-trigger span {
	background-color: #fff;
	border-radius: 50px;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	position: absolute;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 30px;
}
#nav-trigger span:nth-of-type(1) {
	top: 8px;
}
#nav-trigger span:nth-of-type(2) {
	top: 16px;
}
#nav-trigger span:nth-of-type(3) {
	bottom: 16px;
}
#nav-trigger.active span:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 18px;
}
#nav-trigger.active span:nth-of-type(2) {
	display: none;
}
#nav-trigger.active span:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 23px;
}
.header-button {
	width: 70%;
	position: absolute;
	top: 0;
	right: 14%;
}
.header-button ul {
	display: flex;
	margin-top: 0;
	justify-content: flex-end;
	text-align: left;
}
#header .header-nav {
	display: none;
	overflow: scroll;
}
#header.active .header-nav {
	display: block;
	background: rgba(52,69,74,.9);
	width: 86%;
	height: 100vh;
}
.header-button-contact, .header-button-order {
	padding: 8px 4px;
}
.header-button-contact {
	width: 36%;
	padding: 0;
	background: rgba(255,172,0,.24);
	padding: 4px;
	border-radius: 30px;
}
.header-button-contact a, .header-button-order a {
	font-size: 1.4rem;
	padding: 4px 0;
	display: block;
}
h1 {
	width: 60%;
	margin: 6px 2% 4px;
	height: 35px;
}
nav.sub-nav-menu ul li {
	border-bottom: 1px solid #505050;
}
nav.main-nav-menu ul li {
	border-bottom: 1px solid #505050;
}
nav.sub-nav-menu ul li a, nav.main-nav-menu ul li a {
	color: #fff;
}
h1 a {
	background-position: center;
    background: url(/anc83/common/images/logo_txt.png) no-repeat;
    background-size: contain;
}
h2 {
	font-size: 3rem;
	letter-spacing: .6rem;
	top: 25%;
}
h2 span {
	font-size: 1.8rem;
}
.main-contents {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.main-img {
	margin-top: 46px;
}
#header {
	min-width: auto;
}
#header .main-nav-menu > ul > li .icon-open {
	border: 1px solid #505050;
	position: absolute;
	height: 25px;
	right: 10px;
	width: 25px;
	top: 10px;
}
#header .header-button.main-nav-menu > ul > li .icon-open {
	border: none;
	position: absolute;
	height: 25px;
	right: 0;
	width: 52%;
	top: 10px;
}
#header .main-nav-menu > ul > li .icon-open:before, #header .main-nav-menu > ul > li .icon-open:after {
	background-color: #505050;
	content: "";
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 14px;
}
#header .header-button.main-nav-menu > ul > li .icon-open:before, #header .header-button.main-nav-menu > ul > li .icon-open:after {
	background: none;
}
#header .main-nav-menu > ul > li .icon-open:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#header .main-nav-menu > ul > li .icon-open.active:after {
	display: none;
}
nav.main-nav-menu {
	position: relative;
	height: 100vh;
	padding-top: 20px;
}
#header.active .header-nav ul li a{
	color: #fff;
	font-weight: 600;
}
    #header.active .header-nav ul li a span{
        color: #fff;
    }
li.open-menu {
	margin-bottom: 20px;
}
nav.main-nav-menu ul li.open-menu:after {
	content: none;
}
#header.active .header-nav ul.second-nav li a {
	font-weight: 400;
}

nav.main-nav-menu ul, nav.sub-nav-menu ul {
	margin: 0;
}
nav.main-nav-menu ul li, nav.sub-nav-menu ul li {
	border-bottom: 1px solid #505050;
	position: relative;
	line-height: 50px;
}
nav.main-nav-menu ul li {
	display: block;
	/*padding: 30px 0;*/
	position: relative;
	line-height: 50px;
}
nav.main-nav-menu ul li a {
	padding: 5px 0;
	display: block;
	position: relative;
}
nav.main-nav-menu ul li.pcElement {
	display: none;
}
nav.main-nav-menu ul li {
	border-bottom: none;
}
.second-nav-wrap li a p span {
    font-size: 1.4rem;
}
/*
    header a{
                font-family: 'ShipporiMincho';
    }
*/
nav.main-nav-menu ul li a, nav.sub-nav-menu ul li a {
	display: block;
	/*position: absolute;*/
	top: 0;
	left: 0;
	width: 80%;
	height: 100%;
	right: 0;
	margin: auto;
}
#header {
	background: #1E3C43;
	height: 46px;
}
h3 {
	margin-top: 60px;
	font-size: 3rem;
}
#header.fixed i.fas.fa-wrench {
	color: #505050;
	display: none;
}
h3 span {
	font-size: 1.4rem;
}
input[type="text"], input[type="number"], input[type="tel"], input[type="file"], textarea {
	-webkit-appearance : none;
}
li.online {
	background: #1586ac;
}
#header.active .header-nav ul li.online a {
	color: #fff;
}
.header-button.main-nav-menu {
	width: 100%;
	position: absolute;
	top: 26px;
	margin-right: 0;
}
    .contact-link-wrap.spElement {
    width: 90%;
    margin: 10px auto;
        margin-top: 30px;
}
    .contact-link-wrap.spElement .contact-link span{
        display: block;
    }
}
/* contact
------------------------------------------------------ */
.contact h3, .contact h3 span {
	color: #fff;
	text-align: left;
}
.contact-bg {
	background: url(../images/contact-bg.jpg) no-repeat;
	background-size: cover;
	padding: 40px 0 10px;
	background-position: center;
}
.contact {
	max-width: 980px;
	color: #fff;
}
.contact-link {
	display: block;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	padding: 12px 0;
	margin-bottom: 10px;
	font-family: 'SourceHanSansJP-Regular';
}
.contact-link span {
	font-size: 2rem;
	margin-left: 10px;
	color: #fff;
}
.contact-link:nth-child(1):before {
	content: '';
	background: url(../images/contact-pc-icon.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.contact-link:nth-child(2):before {
	content: '';
	background: url(../images/contact-line-icon.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.contact-link:nth-child(3):before {
	content: '';
	background: url(../images/contact-tel-icon.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}
.contact iframe {
	max-width: 100%;
	height: 300px;
}
.contact-item h3 {
	margin-bottom: 10px;
}
.contact-address {
	color: #fff;
}

/*PC Layout
===================================*/
@media all and (min-width: 769px) {
.contact-wrap {
	display: flex;
	justify-content: space-between;
}
.contact-item:first-child {
	width: 40%;
}
.contact-item:last-child {
	width: 52%;
}
}
/* footer
------------------------------------------------------ */
.footer-bg {
	background: #34454A;
	padding: 80px 20px 20px;
}
footer {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
}
.footer-wrap {
	max-width: 800px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.footer-wrap ul li:first-child a {
	font-size: 1.4rem;
}
.footer-wrap ul li:first-child {
	margin-bottom: 10px;
}
.footer-wrap ul li {
	margin-bottom: 2px;
}
footer a, footer p {
	color: #fff;
	font-size: 1.5rem;
/*	font-family: 'Cormorant Infant', serif;*/
        font-family: 'SourceHanSansJP-Regular';
}
.footer-logo {
	width: 40%;
	max-width: 60px;
	display: block;
	margin: 20px auto 0;
}
.policy-copyrights {
	display: flex;
	justify-content: flex-end;
}
#booking-package_inputFormPanel input {
    height: 30px;
    line-height: 30px;
}
#booking-package .bookingButton,#booking-package_inputFormPanel .returnButton{
    height: 50px;
}
#booking-package_inputFormPanel .bottomBarPanel{
    padding-bottom: 0!important;
}

#booking-package_inputFormPanel input{
    vertical-align: middle!important;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {
.footer-bg {
	padding: 20px;
}
.policy-copyrights a, .policy-copyrights p {
	font-size: .8rem;
}
footer {
	width: 100%;
}
.policy-copyrights {
	justify-content: space-between;
}
}

/*PC Layout
===================================*/
@media all and (min-width: 769px) {
.policy-copyrights p {
	margin-left: 20px;
}
}
