@charset "UTF-8";

/* Reset default browser CSS
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
}
html {
	font-size: 62.5%; /* 10px */
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
}
body {
	color: rgb(35,24,21);
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	font-family: Arial;
}
.access, footer {
	font-family: "ヒラギノ明朝", "Hiragino Mincho", "游明朝", YuMincho, "Yu Mincho", "MS PMincho", serif;

}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
table {
	border-spacing: 0;
	border-collapse: separate;
}
caption,
th,
td {
	text-align: center;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
img {
	width: 100%;
	vertical-align: bottom;
}
a {
	color: rgb(0,102,204);
	text-decoration: underline;
}
a:hover,
a:focus,
a:active {
	text-decoration: none;
}
a:hover,
a:active {
	outline: 0;
}
a:focus {
	outline: thin dotted;
}
a img {
	border: 0;
}
html {
	box-sizing: border-box;
}


/* Basic Layout
-------------------------------------------------------------- */
#main {
	font-size: 1.1rem;
}
@media screen and (min-width: 767px) {
	.pc_none {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.sp_none {
		display: none;
	}
	#main {
		font-size: 1.6rem;
	}
}


/* Header
-------------------------------------------------------------- */
header {
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../img/bg_footer.png) center top / auto auto no-repeat;
}
header h1 {
	width: 60.9777%;
	margin: 12px auto;
}
header h1 a {
	display: block;
	width: 100%;
	text-decoration: none;
}
header h1 img {
	width: 100%;
}
@media screen and (min-width: 768px) {
	header {
		width: 100%;
		height: 265px;
		margin: 0 auto;
	}
	.header h1 {
		width: 351px;
		margin: 65px auto 0;
	}
}


/* English and Korean
-------------------------------------------------------------- */
/* common */
#main {
	margin-top: 59px;
}

/* summary */
.summary {
	margin: 0 40px 35px;
	padding-top: 15px;
}
.summary div img {
	width: 100%;
}

/* chapter */
.chapter {
	margin: 30px auto 0;
	padding: 0 40px;
}
.chapter::after,
.chapter > div::after {
	clear: both;
	display: block;
	content: '';
}
.chapter > div p {
	line-height: 1.41667;
	margin: 0 auto 10px;
	font-size: .8rem;
}
.chapter > div p.ko {
	margin-bottom: 15px;
}
.chapter > div p.bold {
	line-height: 1.285714;
	font-size: .93333rem;
	font-weight: bold;
}
.chapter > div > img {
		margin: 0 auto 20px;
}
.chapter > div.left img {
	float: left;
	width: 50%;
	margin-right: 10px;
}
.chapter > div.right img {
	float: right;
	width: 41.7%;
	margin-left: 10px;
}

/* blue */
.chapter.blue {
	padding: 30px 40px;
	color: rgb(255,255,255);
	background-color: rgb(34,43,81);
}
.chapter.blue h1 span {
	color: rgb(255,255,255);
	border-bottom: 1px solid rgb(255,255,255);
}
@media screen and (min-width: 768px) {
	#main {
		margin-top: 325px;
	}
	/* summary */
	.summary {
		box-sizing: border-box;
		max-width: 880px;
		margin: 0 auto;
		padding: 0 20px;
	}
	.summary h1 {
		width: 100%;
	}
	/* chapter */
	.chapter {
		margin-top: 60px;
		padding: 0;
	}
	.chapter > div {
		box-sizing: border-box;
		max-width: 880px;
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
	}
	.chapter > div > img {
		margin-bottom: 45px;
	}
	.chapter > div p {
		line-height: 1.375;
		margin-bottom: 15px;
		font-size: 1.6rem;
		text-align: justify;
	}
	.chapter > div p.ko {
		line-height: 1.75;
		margin-bottom: 25px;
		font-size: 1.6rem;
	}
	.chapter > div p.ko.bold {
		font-weight: 400;
	}
	.chapter > div p.bold {
		font-size: 2.5rem;
		font-weight: bold;
	}
	.chapter > div.right img {
		width: 44.0%;
		margin-left: 45px;
	}
	/* blue */
	.chapter.blue {
		margin-top: 90px;
		padding: 80px 0 40px;
	}
}

/* movie */
.about {
	padding: 0;
}
.chapter > .movie {
	width: 100%;
}
.chapter > .movie video {
	width: 100%;
}
.chapter > .movie + div {
	padding: 30px 40px 0;
}
.chapter.about img {
	margin-bottom: 0;
}
@media screen and (min-width: 768px) {
	.chapter > .movie + div {
		padding: 60px 20px 0;
	}
}

/* alcohol */
.alcohol > div.right p.ko {
	margin-bottom: 0;
}
@media screen and (min-width: 768px) {
	.alcohol > div.right p {
		margin-bottom: 30px;
	}
}

/* greeting */
.greeting > div.left img {
	margin-right: 15px;
}
.greeting > div.right p {
}
.greeting > div.right img {
}
.greeting > div.right p:not(.ko) {
	margin-bottom: 20px;
	font-weight: 400;
}
.greeting > div.right p.ko {
	clear: left;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.greeting {
		margin-top: 110px;
	}
	.greeting > div.left img {
		width: 55.952%;
		margin-bottom: 55px;
	}
	.greeting > div.right p {
		float: none;
		width: auto;
	}
	.greeting > div.right img {
		width: 40.476%;
	}
	.greeting > div.right p:not(.ko) {
		margin-bottom: 50px;
	}
}

/* access */
.access h1 {
	letter-spacing: .08em;
	font-size: 1.4rem;
	text-align: center;
}
.access .google_map {
	margin: 15px auto 10px;
}
.access .google_map iframe {
	width: 100%;
	height: 150px;
}
@media screen and (min-width: 768px) {
	.access {
		margin-top: 40px;
	}
	.access .google_map {
		margin-bottom: 25px;
	}
	.access .google_map iframe {
		height: 430px;
	}
	.access h1 {
		font-size: 3.8rem;
	}
}


/* Footer
-------------------------------------------------------------- */
.address {
	padding: 0 40px;
}
.address h1 {
	width: 60.2%;
	margin: 0 auto 10px;
}
.address address {
	letter-spacing: .04em;
	line-height: 1.285714;
	font-size: 1.1rem;
	font-weight: bold;
}
.address address a {
	color: inherit;
	text-decoration: none;
	pointer-events: none;
}
.address .tel {
	line-height: 1.0;
	margin: 15px auto 30px;
	font-size: 1.9rem;
	text-align: center;
}
.address .tel span.contact {
	vertical-align: 4px;
	margin-right: 10px;
	font-size: 1.1rem;
}
.address .tel a {
	color: inherit;
	text-decoration: none;
}
footer .copyright {
	padding: 4px 0;
	color: rgb(34,43,81);
	font-size: 1.1rem;
	text-align: center;
	background: url(../img/bg_footer.png) center center / auto auto no-repeat;
}
@media screen and (min-width: 768px) {
	.address {
		max-width: 840px;
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
	}
	.address::after {
		clear: both;
		display: block;
		content: '';
	}
	.address h1 {
		width: 265px;
		margin: 0 0 20px;
	}
	.address address {
		line-height: 1.5;
		float: left;
		width: 50%;
		font-size: 1.4rem;
	}
	.address .tel {
		float: left;
		width: 40%;
		margin: 0;
		padding-left: 15px;
		font-size: 3.0rem;
		text-align: left;
	}
	.address .tel span.contact {
		vertical-align: 0;
		display: block;
		margin-bottom: 5px;
		font-size: 1.4rem;
	}
	/* goto top */
	.gotoTop {
		width: 28px;
		margin: 60px auto 45px;
	}
	.gotoTop a {
		display: block;
		width: 28px;
	}
	.gotoTop a img {
		width: 100%;
	}
	/* copyright */
	footer .copyright {
		padding: 45px 0;
		color: rgb(255,255,255);
		background-image: none;
		background-color: rgb(34,43,81);
	}
}