@charset "utf-8";
/* CSS Document */

/*******************************
common
*******************************/
html {
	height: 100%;
}
 
body {
	height: 100%;
	line-height: 1.6;
}

#mainVisual {
	position: relative;
	height: 65%;
}

#mainVisual2 {
	position: relative;
	height: 65%;
	background-color: rgba(0,0,0,0.3);
}

#mainVisual .bg {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/learn/images/mainIndex01.jpg') no-repeat 0 0 #222;
	background-size: 110%;
}

#mainVisual .bg2 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/learn/images/mainAbout01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual2 .bg3 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/learn/images/mainCcard01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual2 .bg4 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/learn/images/mainShop01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual .bg5 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/learn/images/mainAttraction01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual h1,
#mainVisual2 h1 {
	font-size: 4.125rem;
	font-family: 'Work Sans', sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
	margin: 0 auto;
	padding: 4% 0 0;
	max-width: 71.25rem;
}

#mainVisual h1 b,
#mainVisual2 h1 b {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 85%;
}

#mainVisual a.arrow01,
#mainVisual2 a.arrow01 {
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	padding-top: 60px;
	color: #fff;
	font-size: 0.85em;
	text-align: center;
}

#mainVisual .arrow01 span,
#mainVisual2 .arrow01 span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
	}
	@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

#main {
	background: #fff;
    -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
}

#featured {
	margin-top: 3%;
	padding: 3% 0 5%;
	background: #f2f2f2;
}

#featured h2 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2%;
}

#featured h2 span {
	display: block;
    font-weight: 300;
	line-height: 0.65em;
	font-size: 0.65em;
	opacity: 0.7;
}

#featured ul {
	letter-spacing: -.4em;
}

#featured ul li {
	width: 23.5%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin-bottom: 2em;
}

#featured ul li:not(:nth-child(4n)) {
	margin-right: 2%;
}

#featured ul li a {
	display: block;
	color: #000;
}

#featured ul li a img {
	width: 100%;
}

#featured ul li a dl {
	margin-top: 0.8em;
}

#featured ul li a dl dt {
	font-weight: bold;
	margin-bottom: 0.8em;
}

#subnavBar {
	background: #222222;
}

#subnavBar ul {
	text-align: center;
	letter-spacing: -.4em;
}

#subnavBar ul li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
	border-left: 2px solid #3c3c3c;	
}

#subnavBar ul li:last-child {
	border-right: 2px solid #3c3c3c;	
}

#subnavBar ul li a {
    padding: 0 15px;
    line-height: 4rem;
    display: block;
    font-weight: 700;
    color: #fff;
    transition: all .25s;
}

#subnavBar ul li a:hover {
    color: #29a3dd;
	background: #000;
}

#subnavBar ul li.active a {
    color: #29a3dd;
	background: #000;
}

/*******************************
index
*******************************/
#index .mainBox p:not(:last-child) {
	margin-bottom: 1em;
}

/*******************************
about
*******************************/
#about h2 {
    font-weight: 700;
    line-height: 1em;
    color: #000;
    font-size: 1.8rem;
    padding: 0.5em;
	border-bottom: 1px solid #555;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#about h2:hover,
#about h2.active {
	background: #ffdd0e;
}

#about h2.first {
	border-top: 1px solid #555;
}

#about h2 i {
	position: absolute;
	right: 0.5%;
	top: 18%;
	background: #ddd;
	padding: 0.4em 0.5em;
	border-radius: 100%;
	color: #fff;
	font-size: 70%;
	margin-bottom: 1em;
}

#about .panel {
	display: none;
}

#about .panel section {
	margin-bottom: 1.5em;
}

#about .panel ul.link li:not(:last-child) {
	border-bottom: 1px solid #fff;
}

#about .panel ul.link li a {
	display: block;
	color: #000;
	background: #eee;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 0.5em 1em;
	position: relative;
}

#about .panel ul.link li a:hover {
	color: #fff;
	background: #29a3dd;
	opacity: 1.0!important;
}

#about .panel ul.link li a:after {
	content: "\f078";
	font-family: FontAwesome;
	position: absolute;
	right: 1.4%;
	top: 20%;
}

#about h3 {
	margin-top: 2em;
	background: #222;
	color: #fff;
	padding: 0.5em;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.4em;
	margin-bottom: 0.8em;
}

#about .link01 {
    background: -webkit-linear-gradient(transparent 40%, #ffdd0e 40%);
    background: -o-linear-gradient(transparent 40%, #ffdd0e 40%);
    background: linear-gradient(transparent 40%, #ffdd0e 40%);
    color: #000;
    transition: 300ms ease-out;
}

#about #anc01-01 ul {
	margin-top: 0.8em;
	text-align: center;
	letter-spacing: -.4em;
}

#about #anc01-01 ul li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

#about #anc01-01 ul li:first-child {
	margin-right: 2%;
}

#about #anc01-01 ul li img {
	width: 100%;
	vertical-align: top;
}

#about #anc02-03 ul li {
	margin-left: 1em;
	text-indent: -1em;
}

#about #anc02-04 ul {
	margin: 0.8em 0 0 1.6em;
}

#about #anc02-04 ul li {
	list-style-type: disc;
}

#about #anc03-01 h3 {
	margin-top: 0;
}

#about #anc03-01 .btn01 {
    width: 40%;
    margin: 1em auto 0;
	text-align: center;
}

#about #anc03-01 .btn01 span {
	display: block;
	color: #29a3dd;
	margin-bottom: 0.3em;
}

#about #anc03-01 .btn01 a {
    padding: 0.5rem 1rem 0.7rem 1rem;
    background-color: #29a3dd;
    font-weight: normal;
    color: #fff;
    display: block;
}

#about #anc05-01 h3 {
	margin-top: 0;
}

#about #contact {
	margin-top: 4em;
}

#about #contact dt {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	color: #000;
	font-weight: 700;
	font-size: 1.4rem;
	padding: 0.2em 0 0 0.5em;
	line-height: 1.4;	
	margin-bottom: 0.5em;
}

#about #contact .btn01 {
    width: 40%;
    margin: 1em auto 0;
	text-align: center;
}

#about #contact .btn01 a {
    padding: 0.5rem 1rem 0.7rem 1rem;
    background-color: #29a3dd;
    font-weight: normal;
    color: #fff;
    display: block;
}

#about .flex_table {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
    flex-wrap: wrap;
}

#about .flex_table table {
    width: 540px;
    margin-bottom: 20px;
}

#about .flex_table table th,
#about .flex_table table td {
    border: 1px solid #333;
    padding: 3px 10px;
}

#about .flex_table table th {
    background: #eee;
}

/*******************************
ccard
*******************************/
#ccard .mainBox h2 {
    font-weight: 700;
    line-height: 1em;
    color: #000;
    font-size: 2rem;
    padding-bottom: 0.5em;
}

#ccard .mainBox .step {
	width: 80%;
	margin: 2em auto 0;
}

#ccard .mainBox .step h3 {
	background: #333;
	font-weight: bold;
	color: #fff;
	font-size: 1.4rem;
	padding: 0 0.5em 0.3em;
}

#ccard .mainBox .step h3 b {
	color: #ffdd0e;
	font-size: 2rem;
}

#ccard .mainBox .step table {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}

#ccard .mainBox .step table td {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding: 1em;
	vertical-align: middle;
}

#ccard .mainBox .step table td:last-child {
	width: 30%;
}

#ccard .mainBox .step table td:last-child img {
	width: 100%;
	vertical-align: top;
}

#ccard .mainBox .step table td h4 {
	font-weight: bold;
	font-size: 1.2rem;
}

#ccard .mainBox .step table td p {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
    margin-top: 0.8rem;
}

#ccard .mainBox .bnr01 {
	margin-top: 2em;
	text-align: center;
	letter-spacing: -.4em;
}

#ccard .mainBox .bnr01 li {
	display: inline-block;
	letter-spacing: normal;
	width: 49.5%;
	margin-bottom: 0.8em;
}

#ccard .mainBox .bnr01 li:first-child {
	margin-right: 1%;
}

#ccard .mainBox .bnr01 li a {
	display: block;
	padding: 1rem;
	font-size: 16px;
	background-color: #ffdd0e;
	color: #000;
	transition: 300ms ease-out;
}

#ccard .mainBox .bnr01 li a:hover {
    background-color: #000;
	color: #fff;
	opacity: 1.0!important;
}

/*******************************
shop
*******************************/
#shop .mainBox h2 {
    font-weight: 700;
    line-height: 1em;
    color: #000;
    font-size: 2rem;
    padding-bottom: 0.5em;
}

#shop .ccardBox01 {
	margin-top: 3em;
	letter-spacing: -.4em;
}

#shop .ccardBox02 {
	margin-bottom: 3em;
	letter-spacing: -.4em;
}

#shop .ccardBox01 p {
	display: inline-block;
	width: 48%;
	margin-left: 2%;
	vertical-align: middle;
	letter-spacing: normal;
}

#shop .ccardBox01 img {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	letter-spacing: normal;
}

#shop .ccardBox02 p {
	display: inline-block;
	width: 48%;
	margin-right: 2%;
	vertical-align: middle;
	letter-spacing: normal;
}

#shop .ccardBox02 img {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	letter-spacing: normal;
}

#shop .mainBox .bnr01 {
	margin: 1em auto 0;
	width: 70%;
	text-align: center;
}

#shop .mainBox .bnr01 a {
	display: block;
	padding: 1rem;
	font-size: 1rem;
	background-color: #ffdd0e;
	color: #000;
	transition: 300ms ease-out;
}

#shop .mainBox .bnr01 a:hover {
    background-color: #000;
	color: #fff;
	opacity: 1.0!important;
}

/*******************************
attraction
*******************************/
#attraction .mainBox h2 {
    font-weight: 700;
    line-height: 1em;
    color: #000;
    font-size: 2rem;
    padding-bottom: 0.5em;
}

#attraction .mainBox h3 {
    font-weight: 700;
    line-height: 1em;
    color: #000;
    font-size: 1.4rem;
    margin: 1.8em 0 0.8em;
}

#attraction .mainBox .photo01 {
	margin-top: 1em;
}

#attraction .mainBox .photo01 img {
	width: 50%;
	vertical-align: top;
}

#attraction .mainBox .photo02 {
	text-align: center;
	margin-top: 1em;
}

#attraction .mainBox .photo02 img {
	height: 24em;
}

#attraction .mainBox .attractionBox01 {
	overflow: hidden;
	margin: 4em 0;
}

#attraction .mainBox .attractionBox01 section {
	width: 48%;
	float: left;
}

#attraction .mainBox .attractionBox01 section h3 {
    margin: 0 0 0.8em;
}

#attraction .mainBox .attractionBox01 .photo03 {
	width: 50%;
	float: right;
}

#attraction .mainBox .attractionBox01 .photo03 img {
	width: 100%;
}

#attraction .mainBox .link01 {
    background: -webkit-linear-gradient(transparent 40%, #ffdd0e 40%);
    background: -o-linear-gradient(transparent 40%, #ffdd0e 40%);
    background: linear-gradient(transparent 40%, #ffdd0e 40%);
	display: inline-block;
	color: #000;
}

#attraction .mainBox .bnr01 {
	margin: 1em auto 0;
	width: 70%;
	text-align: center;
}

#attraction .mainBox .bnr01 a {
	display: block;
	padding: 1rem;
	font-size: 1rem;
	background-color: #ffdd0e;
	color: #000;
	transition: 300ms ease-out;
}

#attraction .mainBox .bnr01 a:hover {
    background-color: #000;
	color: #fff;
	opacity: 1.0!important;
}


