<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 9px;
}
.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
	display: inline-block;
    vertical-align: bottom;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ddd7ca;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #d8a500;
}
.cormorant {
	font-family: 'Cormorant', serif;
}
.crimson {
	font-family: 'Crimson Text', serif;
}
.flex-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.sp {
	display: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.borderbox {
	border-left: 5px solid #F8B516;
	position: relative;
	padding-left: 170px;
}
hr.line {
	background: url('../img/english/line1.jpg') repeat-x center center;
	width: 100%;
	height: 2px;
	border: none;
	margin: 40px 0;
}
h3.title-st1 {
	font-family: 'Times New Roman', serif;
	background-color: #3e3d2b;
	font-style: italic;
	font-weight: bold;
	line-height: 37px;
	font-size: 21px;
	letter-spacing: 0;
	padding-left: 8px;
	color: #fff;
}
h3.title {
	font-family: 'Times New Roman', serif;
	font-size: 22px;
	letter-spacing: 0.05em;
	line-height: 36px;
	font-weight: bold;
	font-style: italic;
	color: #766458;
	padding-bottom: 5px;
	border-bottom: 2px solid #f8b516;
	margin-bottom: 17px;
}
.btnshared {
	font-family: 'Crimson Text', serif;
	text-align: center;
}
.btnshared a {
	border: 1px solid #dfd9cc;
	background-color: #fff;
	display: inline-block;
	color: #766458;
	font-size: 16px;
	letter-spacing: 0.05em;
	width: 218px;
	line-height: 42px;
	text-align: center;
	text-decoration: none;
}
.btnshared a:after {
	content: url('../img/english/arrow-btn.png');
	margin-left: 12px;
	position: relative;
    top: -2px;
}
.pImg img, img.imgBorder {
	border: 3px solid #ddd7ca;
	box-sizing: border-box;
	max-width: 100%;
}
.h2Img {
	position: absolute;
	top: 0;
	left: 0;
}
.text {
	font-family: 'Cormorant', serif;
	font-size: 16px;
	line-height: 18px;
	color: #3b3d2f;
}
.text.font15 {
	font-size: 15px;
}
.text p {
	margin-bottom: 18px;
}
.text p:last-child {
	margin-bottom: 0;
}
.anchorlinks {
	margin-bottom: 70px;
}
.anchorlinks li {
	display: inline-block;
	margin: 0 1px;
}
.anchorlinks li a {
	width: auto;
	padding: 0 14px;
	line-height: 48px;
}
.anchorlinks li a:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	display: inline-block;
	top: 1px;
}
#section01 .borderbox {
	margin-bottom: 32px;
}
#section01 .borderbox:last-child {
	margin-bottom: 0;
}
#section01 .borderbox1 {
	margin-bottom: 50px;
}
#section01 .borderbox1 .pImg {
	width: 36.8%;
}
#section01 .borderbox1 .info  {
	width: 60%;
}
#section01 .borderbox3 .info  {
	width: 66%;
}
#section01 .borderbox3 dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 9px 0;
    border-bottom: 1px solid #cec8bc;
}
#section01 .borderbox3 dl:first-child {
    border-top: 1px solid #cec8bc;
}
#section01 .borderbox3 dl dt {
	min-width: 115px;
	width: 115px;
	font-weight: bold;
}
#section01 .borderbox3 dl dd {
	width: 77.5%;
}
#section01 .borderbox3 .pImg {
	width: 29%;
}

/*** Start popup **/
body.visible {
	height: 100vh;
	overflow: hidden;
}
body.visible .nav-btn {
	display: none;
}
.default_popup {
	cursor: pointer;
}
#cutlery {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0 3px 10px #222;
	max-width: 1000px;
	width: 90%;
	text-align: left;
	z-index: 100;
	display: none;
}
#cutlery .popup_content {
    background: url('../img/common/back_body.jpg') repeat left top;
	padding: 50px;
	box-sizing: border-box;
	max-height: 90vh;
	height: 100%;
	overflow: auto;
}
#cutlery .popup_content &gt; div {
	position: relative;
    border: 1px solid #c4bcac;
    padding: 36px 50px 36px 36px;
    z-index: 0;
}
#cutlery .popup_content &gt; div:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    left: 2px;
    bottom: 2px;
    border: 1px solid #c4bcac;
    z-index: -1;
}
#cutlery h2 {
	text-align: center;
	margin-bottom: 30px;
}
#cutlery h2 img {
	margin: auto;
	width: auto;
}
#cutlery .pImg {
	margin-left: 18px;
	margin-bottom: 20px;
	float: right;
}
#cutlery .btnshared {
	margin-top: 20px;
}
#cutlery.active {
	/* display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-content: center;
	justify-content: center; */
	display: block;
	opacity: 1;
}
.popup_back {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	cursor: pointer;
	display: none;
}
.popup_back.active {
	display: block;
}
.popup_close {
	background: url('../img/english/close.png') no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	cursor: pointer;
	width: 35px;
	height: 35px;
	font-size: 0;
	position: absolute;
	right: 0;
	top: -42px;
}
div.popup {
	padding: 20px;
}
.preloader {
	left: 50%;
	margin: -10px 0 0 -25px;
	position: fixed;
	top: 50%;
}
/*** End popup **/

#section02 .row1 {
	margin-bottom: 23px;
}
#section02 .row1 .info {
	width: 43%;
}
#section02 .row1 .pImg {
	width: 54%;
}
#section02 .row2 {
	margin-bottom: 26px;
}
#section02 .info.fr {
	width: 64%;
}
#section02 .pImg.fl {
	width: 32%;
}
#section02 .btnshared {
	padding: 40px 0;
}
#section03 h3.title-st1 {
	margin-bottom: 28px;
}
#section03 .info {
	width: 51%;
}
#section03 .info p {
	border-bottom: 1px solid #cec8bc;
	padding-bottom: 10px;
	font-weight: bold;
}
#section03 .info p span {
	font-weight: normal;
}
#section03 .info dl {
	border-bottom: 1px solid #cec8bc;
	padding-bottom: 10px;
	margin-bottom: 12px;
}
#section03 .info dl dt {
	font-weight: bold;
	float: left;
}
#section03 .info dl dd {
	font-weight: bold;
	float: right;
}
#section03 .info dl dd span {
	font-size: 24px;
}
#section03 .right {
	width: 44.9%;
}
#section03 .right p {
	float: left;
}
#section04 .box-shared {
	background: #fff url('../img/english/line.jpg') repeat-x center top;
	padding: 60px 20px 65px;
	margin-bottom: 30px;
	text-align: center;
}
#section04 .box-shared:last-child {
	margin-bottom: 0;
}
#section04 .box-shared h4 {
	font-weight: bold;
	font-size: 22px;
	line-height: 32px;
	margin: 53px 0 35px;
}
#section04 .box-shared .flex-box {
    justify-content: center;
}
#section04 .box-shared .text p {
	font-weight: bold;
}
#section04 .box-shared .text p span {
	font-weight: normal;
}
#section04 .text.note {
	padding: 15px 0;
}
#section05 .text.note {
	padding: 15px 0;
}
#section05 .btnshared {
	max-width: 220px;
}
#section06 .text {
	padding-top: 15px;
}
#section07 .flex-box &gt; div {
	width: 100%;
}
#section07 .iyoutube {
	margin-left: 5%;
}
.flex-box iframe {
	width: 100%;
}
#section08 {
	padding-top: 40px;
}
#section08 .flex-box &gt; div {
	padding: 24px 20px 20px;
	background-color: #1a1c10;
	box-sizing: border-box;
	width: 48.5%;
}
#section08 .flex-box &gt; div + div {
	margin-left: 20px;
}
#section08 .flex-box &gt; div h3 {
	text-align: center;
	margin-bottom: 20px;
}
#section08 .trip {
	text-align: center;
	margin-top: 20px;
}
#section09 .borderbox .info  {
	width: 61%;
}
#section09 .borderbox dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
#section09 .borderbox dl dt {
    border-top: 1px solid #cec8bc;
	min-width: 74px;
	font-weight: bold;
    padding: 9px 0;
	width: 74px;
}
#section09 .borderbox dl dd {
    border-top: 1px solid #cec8bc;
    font-weight: bold;
	width: 83.2%;
    padding: 9px 0;
    margin-left: 8px;
    padding-left: 12px;
    box-sizing: border-box;
}
#section09 .borderbox dl dd a {
	color: #3b3d2f;
	text-decoration: none;
}
#section09 .borderbox .pImg {
	width: 36.4%;
}
#section10 {
	padding-top: 52px;
}
#section10 .flex-box &gt; div {
	padding: 24px 20px 20px;
	background-color: #1a1c10;
	box-sizing: border-box;
	width: 48.5%;
}
#section10 .flex-box &gt; div + div {
	margin-left: 20px;
}
#section10 .flex-box &gt; div h3 {
	text-align: center;
	margin-bottom: 20px;
}

/* .english .pagetop {
	display: none;
} */

@media (max-width: 1024px) and (min-width: 767px) {
	hr.line {
		margin: 25px 0;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.main article, .anchorlinks {
		padding-left: 4%;
		padding-right: 4%;
	}
	.anchorlinks {
	    margin-bottom: 40px;
	}
	.anchorlinks li {
		margin-bottom: 10px;
	}

	/*** CSS section ***/
	#section01 .borderbox1 .info {
		width: auto;
		float: none;
	}
	#section02 .row1 .info {
		width: auto;
		float: none;
	}
}

@media screen and (max-width: 1024px) {
	.pImg img, img.imgBorder {
		height: auto;
	}

	/*** CSS section ***/
	#cutlery .popup_content {
		padding: 40px;
	}
	#cutlery .popup_content &gt; div {
		padding: 40px;
	}
	div.popup {
		padding: 0;
	}

	#section01 .borderbox1 .pImg {
		margin-left: 15px;
		margin-bottom: 10px;
		float: right;
	    width: 36%;
	}
	#section02 .row1 h3.title {
		width: 52%;
	}
	#section02 .row1 .pImg {
		margin-left: 15px;
		margin-bottom: 10px;
		float: right;
	    width: 45%;
	}
}
@media screen and (max-width: 766px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block;
	}
	.fl, .fr {
		float: none;
	}
	hr.line {
		display: none;
	}
	.flex-box {
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	    clear: both;
	}
	.anchorlinks {
	    margin-bottom: 20px;
	}
	.anchorlinks li {
		margin: 0 0 10px;
		width: 48%;
		float: left;
	}
	.anchorlinks li:nth-child(2n) {
		margin-left: 4%;
	}
	.anchorlinks li a {
		padding: 12px 14px;
		line-height: 24px;
	}
	.main article, .anchorlinks {
		padding: 0 40px;
	}
	.main article {
		margin-bottom: 20px;
	}
	.borderbox {
		border: 1px solid #c4bcac;
		margin-bottom: 40px !important;
		padding: 20px;
	}
	.borderbox:before {
		content: "";
		position: absolute;
		top: 1px;
		right: 1px;
		left: 1px;
		bottom: 1px;
		border: 1px solid #c4bcac;
		z-index: -1;
	}
	.borderbox:last-of-type {
		margin-bottom: 0 !important;
	}
	.btnshared a {
		display: block;
		width: auto;
	}
	.h2Img {
		position: relative;
		text-align: center;
		margin-bottom: 12px;
	}
	.h2Img img, .h3Img img {
		display: inline-block;
		width: auto;
	}
	h3.title-st1 {
		text-align: center;
	}
	.pImg {
		text-align: center;
	}
	.pImg img {
		width: 100%;
		display: inline-block;
	}
	.pImg img, img.imgBorder {
	    border: 1px solid #e6e4df;
	}
	.info {
		width: 100% !important;
	}
	.text p {
		word-wrap: break-word;
	}
	p {
		line-height: 1.3;
	}

	/*** CSS section ***/
	#cutlery .popup_content {
		padding: 10px;
		max-height: 75vh;
	}
	#cutlery .popup_content &gt; div {
		padding: 20px;
	}
	#cutlery .pImg {
		width: 50%;
	}
	.popup_close {
		top: -35px;
	    width: 25px;
	    height: 25px;
	}
	
	#section01 .borderbox3 .pImg {
		width: 50%;
		margin: 0 auto 20px;
	}
	#section03 .right {
		margin-top: 20px;
		width: 100%;
	}
	#section03 .sec3_img .flex-box {
		-webkit-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	}
	#section03 .sec3_img li {
		padding: 0 5px;
	}
	#section04 .text.note {
		padding-top: 0;
	}
	#section04 .box-shared {
		background: #fff;
	    padding: 34px 20px;
	}
	#section04 .box-shared h4 {
	    margin: 30px 0 25px;
	    font-size: 20px;
	    line-height: 1.3;
	}
	#section04 .sec4_img .flex-box {
		-webkit-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	}
	.text.note {
		text-align: center;
	}
	#section05 .btnshared {
		max-width: inherit;
	}
	#section08 {
	    padding-top: 0;
	}
	#section08 .trip {
		margin-bottom: 20px;	
	}
	#section09 .borderbox .pImg {
		width: 51%;
		margin: 20px auto 0;
	}
	#section10 {
		padding-top: 0;
	}
	.flex-box &gt; div.w50 {
		margin-left: 0 !important;
		margin-bottom: 20px;
		width: 100% !important;
		text-align: center;
	}
	.flex-box &gt; div.w50:last-child {
		margin-bottom: 0;
	}
	.tweetImg {
		max-width: 520px;
		margin: auto;
	}
	.tweetImg img {
		width: 150px;
	}
}
@media (max-width: 766px) and (min-width: 501px) {
	#section02 .pImg.fl {
	    width: 32%;
	    float: left;
	}
	#section02 .info.fr {
	    width: 64% !important;
	    float: right;
	}
}
@media screen and (max-width: 500px) {
	.main article, .anchorlinks {
		padding: 0 20px;
	}
	.borderbox {
		margin-bottom: 20px !important;
	}
	.pImg img {
	    width: 100%;
	    display: block;
	}
	.text p {
	    margin-bottom: 12px;
	}

	/*** CSS section ***/

	#cutlery h2 {
		margin-bottom: 20px;
	}
	#cutlery .pImg {
		margin-left: 0;
		text-align: center;
		width: 100%;
		float: none;
	}

	#section02 .pImg.fl {
		width: auto;
		margin-bottom: 20px;
	}
	#section07 .flex-box &gt; div {
		width: 100%;
	}
	#section07 .iyoutube {
		margin-left: 0;
	}
}
@media screen and (max-width: 350px) {
	.main article, .anchorlinks {
		padding: 0 15px;
	}
	.borderbox {
		padding: 20px 15px;
	}
}</pre></body></html>