@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Sans+KR:wght@400;700&family=Noto+Sans+SC:wght@400;700&family=Noto+Sans+TC:wght@400;700&family=Noto+Serif+JP:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Josefin+Slab|Noto+Serif+JP'); 
/*-----------------------------------

	reset

-----------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
a { text-decoration: none; color: inherit;}
b { font-weight: bold; }
img { vertical-align: bottom; line-height: 1.0;}


/*-----------------------------------

	all

-----------------------------------*/
html { 
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 62.5%;
}
body {
	width: 100vw;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	line-height: 1;
	font-feature-settings: "palt";
	font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	color: #231815;
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
}

img { max-width: 100%; -webkit-backface-visibility: hidden; }

small { font-size: 0.7em; }

rt { white-space: nowrap; }

::-webkit-scrollbar {
      display: none;
      -webkit-appearance: none;
}
::-webkit-scrollbar-thumb{
	background-color: rgba(255,255,255,0);
}

.lang_cn { font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;}
.lang_tw { font-family: "Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif;}
.lang_kr { font-family: "Noto Sans KR", "Apple SD Gothic Neo", Gulim, "Malgun Gothic", sans-serif;}

#wrapper{
	width:100%;
	margin: 0 auto;
	box-sizing: border-box;
	display:-webkit-box;
    display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
    flex-direction: column;
    min-height: 100vh;
	background: url("../img/main_bg.png") no-repeat center bottom;
	background-color: #f2f1f1;
	background-size: contain;
	position: relative;
}

/*-----------------------------------

	header

-----------------------------------*/
header#page {
	width: 100%;
	height: 42vw;
	background: url("../img/head_bg.png") no-repeat center center;
	background-size: cover;
	background-color: #fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
#page .head_line {
	width: 100%;
	height: 1.8vw;
	background-color: #022e3c;
}
#page .head_inner {
	color: #022e3c;
	text-align: center;
}
header#single {
	width: 100%;
	height: 18.2vw;
	background: url("../img/head_bg_s.png") no-repeat center center;
	background-size: cover;
	background-color: #fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
	position: relative;
	z-index: 10;
}
#single .head_line {
	width: 100%;
	height: 1vw;
	background-color: #022e3c;
}
#single .head_inner {
	width: 92%;
	height: 100%;
	color: #022e3c;
	margin: 0 auto;
	padding-bottom: 1vw;
	display:-webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}
header#select {
	width: 100%;
	height: 32vw;
	background: url("../img/head_bg.png") no-repeat center center;
	background-size: cover;
	background-color: #fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border-top: 7px solid #022e3c;
	display:-webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}
#select .head_inner {
	max-width: 81vw;
}
#select #guide_head h2 {
	border-bottom: none;
    padding: 7px 0 0;
}

/*-----------------------------------

	botton

-----------------------------------*/
.btn_box li a {
	display: block;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .1);
}
.btn_txt {
	width: 100%;
}

/*-----------------------------------

	pagination

-----------------------------------*/
#pagination {
	width: 100%;
	height: 17.5vw;
	padding: 0 4vw;
	background-color: rgba(255, 255, 255, .6);
	box-shadow: 2px -2px 5px 0 rgba(0, 0, 0, .05);
	position: fixed;
	bottom: 0;
	display:-webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	z-index: 10;
}
#pagination .prev,
#pagination .next {
	width: 11.5vw;
}
#pagination .prev a,
#pagination .next a {
	display: block;
}
.back_select a {
	width: 41.7vw;
	height: 11vw;
	border: 0.7vw solid #052f3e;
	border-radius: 2.3vw;
	background-color: #fff;
	font-size: 3.6vw;
	font-weight: bold;
	color: #052f3e;
	display:-webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.back_select a img {
	width: 5vw;
	margin-right: 1.5vw;
	margin-left: -2vw;
}

/*--- en ---*/
.lang_en .back_select a {
    line-height: 1.2em;
}


/*-----------------------------------

	404

-----------------------------------*/
#error {
	width: 100%;
	height: 80vh;
	text-align: center;
}
#error p {
	font-size: 1.3rem;
	margin: 10vh auto 0;
	line-height: 2em;
}