@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------

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;
	font-size: 100%;
	box-sizing: border-box;
	/*word-break: break-all;*/
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
img, a {
	vertical-align: top;
	max-width: 100%;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
strong {
	font-weight: bold;
}
h3, h4, h5, h6 {
	letter-spacing: .2rem;
}

/* --------------------------------------------------
br-sp
-------------------------------------------------- */
.br-sp{
	display: none;
}
/* for mobile */
@media screen and (max-width: 420px) {
	.br-sp{
		display: block;
	}
}
/* --------------------------------------------------
clearfix
-------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */ 

/* --------------------------------------------------
fonts
-------------------------------------------------- */
/*
fot-matisse-pron, sans-serif;
font-family: fot-matisse-pron, 'Noto Serif', sans-serif;

// IE表示用のCSS
_:-ms-input-placeholder, :root {
	font-family: serif ;
}
*/

/* --------------------------------------------------
link
-------------------------------------------------- */

a:link {
	color: #262320;
	text-decoration: none;
}
a:visited {
	color: #262320;
	text-decoration: none;
}
a:hover {
	color: #B48B27;
	text-decoration: none;
}
a:active {
	color: #B48B27;
	text-decoration: none;
}
a {
	transition: .2s linear;
}
a img {
	transition: opacity .2s ease-out;
}
a:focus {
	outline: 2px dotted #97700D;
}
img, a {
	vertical-align: top;
	max-width: 100%;
}
img[src$=".svg"] {
    width: 100%;
}
a .frame img{
	transition:all .5s;
}
a:hover .frame img{
	transform: translate(-50%, -50%) scale(1.1);
}
/* --------------------------------------------------
html
-------------------------------------------------- */

html{
	font-size: 62.5%;
	height:100%;
	overflow: auto;
}

@media screen and (max-width: 800px) {

	html{
		font-size: 58.12%; /* 1.4rem */
	}
}
@media screen and (max-width: 600px) {

	html{
		font-size: 53.75%; /* 1.3rem */
	}
}
@media screen and (max-width: 420px) {

	html{
		font-size: 50%; /* 1.2rem */
	}
}

/* --------------------------------------------------
body
-------------------------------------------------- */

body {
	font-family: "游ゴシック", "Yu Gothic","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	line-height: 1.6;
	font-size: 1.6rem;
	height: 100%;
	min-height: 100%;
	font-weight: 500;
	color: #262320;
	background: #F7F4EE;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	position: relative;
	letter-spacing: .1rem;
}

/* --------------------------------------------------
main
-------------------------------------------------- */
#main {
	position: relative;
}

/* for TABLET */
	@media screen and (max-width: 1279px) {
	#main {
		position: relative;
		margin-top: 80px;
	}
}
/* --------------------------------------------------
header
-------------------------------------------------- */

#header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	/*position: relative;*/
}
/*h-logo*/
.h-logo{
	background: #FFF;
	display: inline-block;
	/*position: absolute;
	top: 0;
	left: 0;*/
	z-index: 10;
	margin-right: 10px;
}
.h-logo a{
	background: #FFF;
	/*width: 100%;*/
	width:22em;
	height: 100%;
	display: inline-block;
	/*padding: 3.5em 5em;*/
	padding:2em;
	text-align:center;
	box-sizing: border-box;
}
.h-logo img{
	/*max-width: 250px;*/
}
.h-logo a:hover img{
	transform: translate(0,0) scale(1);
}
.h-menu {
	height: 65px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 90%;
}
.h-menu a:link {
	text-decoration: none;
}
@media screen and (max-width: 1279px) {
	.h-logo{
		width: 100%;
		background: #FFF;
		position: fixed;
		justify-content: flex-start;
		align-items: center;
		z-index: 100;
		top: 0;
		left: 0;
	}
	.h-logo a{
		width: 100%;
		height: 80px;
		padding: 16px 80px 16px 20px;
	}
	.h-logo img{
		max-width: 200px;
	}
}

/*sns-btn*/
.sns-btn {
	display: flex;
	font-size: 2.4rem;
	margin-right: 2rem;
}
.sns-btn li a {
	margin-left: 2rem;
	display: block;
	font-size: 135%;
	
	text-align: center;
}
.sns-btn li a:hover i {
	transition: all 0.5s ease 0s;
}
.sns-btn li a:hover i.fa-facebook-square {
	color: #395498;
}
.sns-btn li a:hover i.fa-youtube {
	color: #F60000;
}
.sns-btn li a:hover i.fa-twitter {
	color: #1C9CEA;
}
/*.sns-btn li a:hover {
	color: #B48B27;
}*/
@media screen and (max-width: 1279px) {
	.sns-btn {
		justify-content: center;
		margin: 1rem 0;
	}
}
/* keyword */
.keyword-wrap{
	background: #B48B27;
	padding: 10px 15px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.keyword {
	min-width: 280px;
	background: #ECECEC;
}
.keyword form {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 10px 20px;
}
.keyword input[type="text"]{
	padding: 0;
}
.keyword .text {
	display: block;
	/*width: 85%;*/
	width: 160px;
	margin: 0;
	border: none;
	background: none;
	outline: none;
	font-size: 1.4rem;
	line-height: 1;
}
.keyword .submit {
	display: block;
	overflow: hidden;
	width: 20px;
	height: 20px;
	padding: 0;
	border: none;
	background: url("/img/common/icon_search.png") no-repeat right top;
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
	background-size: contain;
}
.keyword .submit:hover {
	opacity: .8;
}
/* lang */
.h-menu .lang {
	height: 100%;
	position: relative;
	letter-spacing: .1rem;
	background: #352D2B;
	display: flex;
	justify-content: center;
}
.h-menu .lang dt {
	cursor: pointer;
	text-align: center;
	position: relative;
}
.h-menu .lang dt a{
	width: 100%;
	height: 100%;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.h-menu .lang dd {
	width: 100%;
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 10;
}
.h-menu .lang dd a {
	width: 100%;
	display: block;
	padding: 10px;
	color: #444;
	background: #fff;
	text-align: center;
}
.h-menu .lang dd a:hover {
	color: #FFF;
	background: #352D2B;
	text-align: center;
}
.h-menu .lang dd a:last-of-type {
	border-bottom: none;
}

/* fontsize */

.fontsize {
	margin-right:1em;
}

.fontsize dt,
.fontsize dd {
	margin-left: 0.3em;
	display:inline-block;
}

.fontsize dd a {
	text-decoration:none;
	color:#97700D;
	background:#FFF;
	border: 1px solid #97700D;
	padding:0.4em 1em;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .fontsize dd a{
	padding-top:.75em;
}
.fontsize dd.active a {
	color: #FFF;
	background:#97700D;
}

/* --------------------------------------------------
#gnav
-------------------------------------------------- */
@media screen and (max-width: 1279px) {
	#gnav {
	display: none;
	}
}

/* --------------------------------------------------
nav-list
-------------------------------------------------- */
.nav-list {
	font-family: 'Noto Serif JP',YuMinchoW,YuMinchoM,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding-top: 1.5em;
	margin-bottom: 1.5em;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .nav-list{
	/*font-family: serif ;*/
}
.nav-list li {
	display: flex;
	align-content: center;
	justify-content: center;
	line-height: 1;
	margin-right: 2rem;
}
/*nav 斜線*/
.nav-list>li:after{
	content: "";
	width: 1px;
	height: 24px;
	background: #B48B27;
	display: inline-block;
	margin-top: -5px;
	margin-left: 3rem;
	transform: rotate(30deg);
}
.nav-list>li:last-child:after{
	display: none;
}
.nav-list a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #000;
}
.nav-list a:hover {
	color: #B48B27;
}
.nav-list .sub-menu {
	width: 100%;
	background: #352D2B; 
	margin-top: 18px;
	display: none;
	position: absolute;
	left: 0;
	z-index: 200;
	transition: .2s;
}
.nav-list .sub-menu a {
	text-align: left;
	color: #FFF;
	position: relative;
	padding: 20px;
	margin: 10px 25px;
}
.nav-list .sub-menu a::before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	right: -1rem;
	top: 50%;
}
.nav-list .sub-menu a:hover{
	color: #B48B27;
}
.nav-list .sub-menu a:hover::before {
	border-top: 1px solid #B48B27;
	border-right: 1px solid #B48B27;
}
.nav-list li.menu-item-has-children ul {
	display: flex;
	transition: 0s;
	padding: 1% 18%;
	flex-wrap: wrap;
	z-index: 10;
	justify-content: space-around;
	visibility: hidden;
	opacity: 0;
}

.nav-list li.menu-item-has-children:hover ul{
	visibility: visible;
	opacity: 1;
}

@media screen and (max-width: 1279px) {
	.nav-list {
		width: 100%;
		justify-content: space-between;
		margin: 0 auto;
		padding-top: 0;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
	}
	.nav-list li {
		margin: 0;
		width: 100%;
		padding: 0 0;
		border-bottom: 1px solid #E0E0E0;
		font-size: 100%;
	}
	/*gnav 斜線*/
	.nav-list>li:after{
		display: none;
	}
	.nav-list li a{
		width: 100%;
		display: block;
		font-size: 1.6rem;
		padding: 2rem 6rem 2rem 3rem;
	}
	.nav-list li a:hover {
		color: #262320;
	}
	.nav-list li:last-of-type {
		border-bottom: none;
	}	
	
	.nav-list li.menu-item-has-children {
		position: relative;
	}
	
	.nav-list li.menu-item-has-children ul {
		flex-direction: column;
	}
	.nav-list li.menu-item-has-children ul {
		display:none;
	}
	.nav-list a::after {
		content: none;
	}
	
	.nav-list .sub-menu {
		background: #262320; 
		top: 100%;
		margin: 0;
		font-size: 100%;
		opacity:1;
	}
	.nav-list .sub-menu.sub-menu-close{
		visibility:visible;
	}

	.nav-list li .sub-menu li {
		border-bottom: none;
		text-align: center;
	}

	.nav-list li .sub-menu li a {
		margin: 0;
		color: #FFF;
		text-align: center;
	}
	
	.nav-list li .sub-menu li a:hover {
		opacity: .8;
	}

	.nav-list .sub-menu a::after {
		content: none;
	}
	
	.nav-list .sub-menu a::before {
		content: none;
	}
	.nav-list li.menu-item-has-children ul {
		padding: 1% 0;
	}
	
	.menu-item-has-children > a {
		pointer-events: all;
		cursor: pointer;
		position: relative;
	}
	
	.menu-item-has-children > a::before {
		content: "\f107";
		font-family: FontAwesome;
		margin-left: 5px;
		right: 5%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		color: #262320;
	}

	.menu-item-has-children > a.sub-menu-close::before {
		content: "\f106";
	}
	
	.nav-list li.sp-show{
		display: block;
	}
}

/* --------------------------------------------------
sp-menu-btn
-------------------------------------------------- */
.sp-menu-btn{
	display: none;
}
@media screen and (max-width: 1279px) {
	
	.sp-menu-btn{
		display: block;
		position: fixed;
		z-index: 110;
		top: 25px;
		right: 15px;
	}
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 40px;
	height: 26px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #262320;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 12px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(12px) rotate(-45deg);
		transform: translateY(12px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
}

/* --------------------------------------------------
sp site-menu
-------------------------------------------------- */
.site-menu{
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow:hidden;
	display:none;
	z-index: 10;
}
.site-menu .h-menu {
	align-items: stretch;
}
.site-menu .keyword-wrap{
	width: 75%;
	padding: 15px 10px;
}
.site-menu .keyword{
	min-width: 100%;
}
.site-menu .lang{
	width: 25%;
}
/* ---1200px以下----- */
@media screen and (max-width: 1279px) {
	.site-menu{
		padding-right:0;
		margin-top:100vh;
		display:block;
		background: #F7F4EE;
		padding-top: 80px;
		z-index: 60;
	}
}

/* --------------------------------------------------
本文へボタン
-------------------------------------------------- */

/*.btn-skip {
	display:inline-block;
	margin: 0 0 0 2em;
}*/
.btn-skip a {
	text-decoration:none;
	color:#FFF;
	padding:0.5em 1.4em;
	font-weight:bold;
	opacity: 0;
	display:block;
	background: #352D2B;	
	position: absolute;
	top: -50px;
	left: 35%;
	font-family: 'Noto Serif JP',YuMinchoW,YuMinchoM,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .btn-skip a{
	/*font-family: serif ;*/
}

.btn-skip a:hover{
	background:#000;
	color:#FFF;
}
.btn-skip a:focus {
	opacity: 1;
	top: 57px;
}

@media screen and (max-width: 1400px) {
	
/*	.btn-skip a {
		display: none;		
	}*/
	
}

/* --------------------------------------------------
article
-------------------------------------------------- */

article{
	margin-bottom:3%;
}

/* --------------------------------------------------

フォーム

-------------------------------------------------- */

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
fieldset {
	border: none;
	display: block;
}
legend {
	display: none;
}
textarea {
	overflow: auto;
	vertical-align: middle;
	width: 100%;
	border: none;
	padding: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	resize: vertical;
	word-break: break-word;
	background: #F7F4EE;
}
textarea:placeholder-shown ,
input:placeholder-shown {
 color: rgba(52,44,43,0.5);
}
textarea::-webkit-input-placeholder ,
input::-webkit-input-placeholder {
 color: rgba(52,44,43,0.5);
}
textarea:-ms-input-placeholder ,
input:-ms-input-placeholder {
 color: rgba(52,44,43,0.5);
}
textarea::-moz-placeholder ,
input::-moz-placeholder {
 color: rgba(52,44,43,0.5);
}
select {
	color: #342C2B;
	padding: 8px;
	background: #F7F4EE;
	border: none;
	margin: .2em 0;
}
input[type="checkbox"], input[type="radio"] {
	margin-right: .5rem;
	transform: scale(1.2);
	margin: .2em 0;
}
input[type="checkbox"] + label, input[type="radio"] + label {
	display: inline-block;
	margin: 0 .5rem;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="password"] {
	width: 100%;
	vertical-align: middle;
	border: none;
	padding: 10px;
	line-height: 1.8;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #F7F4EE;
	margin: .2em 0;
}
input[type="file"] {
	padding: 5px 0;
}

.text-m {
	width: 100%;
}

.table-form .text-s {
	width: 70%;
}

.table-form .text-ss {
	width: 28%;
}

.table-form td span {
	font-size: 1.4rem;
	margin: 0 0.2em;
}

.btn-s {
	padding: 10px 1em;
	margin-left: 2%;
	background: #FFF;
	border: 1px solid #CECEBF;	
}

dl.name-event {
	font-size: 2.0rem;
	width: 80%;
	padding: 1.5em;
	margin: 0 auto 2em;
	background: #FFF;
	border: 2px solid #352D2B;
	text-align: center;	
}

dl.accepting-event {
	padding: 1.5em;
	width: 80%;	
	margin: 0 auto 2em;	
	background: #EFE9DE;
	border: 1px solid #B48B27;
	text-align: center;	
}

dl.accepting-event p {
	font-size: 1.8rem;
	margin-bottom: 1em;	
}


dl.name-event dt,
dl.accepting-event dt {
	color: #FFF;
	font-size: 2.6rem;
	font-family: 'Noto Serif JP',YuMinchoW,YuMinchoM,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 0.5em 1.5em;
	margin-bottom: 1em;
	letter-spacing: 0.1em;
	display: inline-block;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root dl.name-event dt,
_:-ms-input-placeholder, :root dl.accepting-event dt{
	/*font-family: serif ;*/
}

dl.accepting-event div {
	font-size: 1.8rem;
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

dl.accepting-event div label {
	width: 88%;
	vertical-align: top;
}
	
dl.accepting-event div p {
	margin-bottom: 0.5em;
}

dl.name-event dt {
	background: #352D2B;	
}

dl.accepting-event dt {
	background: #97700D;	
}

.txt-ttls {
	margin-top: 4em;
}

.table-form td .list-check {
	width: 100%;
}

.table-form td .list-check p{
	width: 48%;
	display: inline-block;
}

.table-form td p {
	margin-bottom: 1.5em;
}

.table-form td p label {
	width: 78%;
	vertical-align: top;
}

.table-wrap h5 {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 0.5em;	
}

.table-wrap ol {
	margin: 0 0 0 0.6em;	
}

.table-wrap ul {
	margin: 0 0 1.5em;	
}

.table-wrap ol li {
	margin: 0 0 0.2em;	
}

.table-wrap ol li p + p {
	margin: 1.5em 0 0;	
}

.table-wrap h5 + p {
	margin: 0 0 0 0.6em;	
}

.table-wrap ol + h5 {
	margin: 1.8em 0 0.5em;	
}

.table-wrap ol span {
	margin-right: 0.2em;
}


@media screen and (max-width: 1279px) {

	dl.name-event {
		width: auto;
	}
	
	dl.accepting-event {
		width: auto;	
	}

}

@media screen and (max-width: 768px) {
	
	
	dl.name-event dt,
	dl.accepting-event dt {
		font-size: 2.2rem;
		padding: 0.5em 1em;
	}
	
	dl.accepting-event div {
		font-size: 1.6rem;
		width: auto;
	}
	
	.table-form td span {
		font-size: 1.3rem;
	}
	.table-form td .list-check p{
		width: 100%;
		display: block;
	}
}

/* --------------------------------------------------
btn
-------------------------------------------------- */
.btn-area {
	display: flex;
	justify-content: center;
	margin-top: 1rem;
}
.btn{
	text-align: center;
	padding-bottom: 5%;
}
.btn button{
	min-width: 400px;
	color: #FFF;
	font-size: 2rem;
	/*font-family: fot-matisse-pron, 'Noto Serif', sans-serif;*/
	letter-spacing: .1em;
	line-height: 1.2;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #262320;
	padding: .8em 2em;
	position: relative;
}
.btn-area.btn-w p {
	margin: 0 1rem;
}
.btn-submit button{
	background: #262320;
}
.btn-back button{
	background: #797169;
	border: 1px solid #797169;
}
.btn-top button{
	color: #262320;
	background: #FFF;
	position: relative;
}
.btn-top button:after{
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #262320;
	border-left: 1px solid #262320;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	left: 2rem;
	padding: 0;
}
.btn button:hover{
	background: #FFF;
	color: #262320;
}
.btn-back button:hover{
	background: #FFF;
	color: #8B8074;
}
.btn-top button:hover{
	background: #262320;
	color: #FFF;
}
.btn-top button:hover:after{
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
/*IE表示用のCSS*/
_:-ms-input-placeholder, :root .btn button {
	padding-top:1.2em;
}

@media screen and (max-width: 800px) {
	.btn button{
		min-width: 100%;
	}
	
}

@media screen and (max-width: 600px) {
	.btn-area {
		display: block;
		margin-bottom:1em;
	}
	.btn button{
		font-size: 1.8rem;
	}
	.btn-area p {
		width: 100%;
		margin-bottom: 2%;
	}
	.btn-area p:last-child {
		margin-bottom: 0;
	}
	.btn-area.btn-w p {
		margin: 0;
	}
	.label-name {
		font-size: 1.2rem;
	}
}

/* table-wrap */
.table-wrap{
	width: 90%;
	background: #FFF;
	padding: 2em 3em;
	margin: 0 auto 5%;
}

/* table-form */
.table-form {
	width: 100%;
	margin: 1em 0 3em;
	border-collapse: separate;
	border-spacing: 20px 0;
}
.table-form tr {
	margin-bottom: 2rem;
}
.table-form tr:last-child {
	margin-bottom: 0;
}
.table-form th {
	width: 35%;
	max-width: 320px;
	padding: 1em 3.5em 1em 1em;
	border-bottom: 1px solid #E6DECC;
	position: relative;
}
.confirm .table-form th {
	padding-right: 1em;
}
.table-form td {
	min-height: 60px;
	padding: 1em 0 1em 1.5em;
/*	word-break: break-all;*/
	word-break: break-word;
	word-wrap: break-word;
	margin-left: 30px;
}
.confirm .table-form td {
/*
	display: flex;
	align-items: center;
*/
	position: relative;
	border-bottom: 1px solid #E6DECC;
	padding: 1em;
}
/* check-kiyaku */
.check-privacy {
	text-align: center;
	letter-spacing: .1em;
	position: relative;
}
.check-privacy p {
	margin-bottom: 1rem;
}
.check-privacy a {
	text-decoration: underline;
}
.check-area {
	font-size: 1.6rem;
	background: #FFF;
	padding: 1.5rem 6rem;
	margin: 1rem 0;
	display: inline-block;
}
.checkbox-input {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.checkbox-input:before, .checkbox-input:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
.checkbox-input input[type=checkbox] {
	display: none;
}
.checkbox-input label:focus:before,
.checkbox-input label:hover:before,
.checkbox-input label:active:before,
.checkbox-input input:checked + label:before {
	border-color: #B48B27;
	background: #ffffff;
}
.check-area.checkbox-input label:focus:before,
.check-area.checkbox-input label:hover:before,
.check-area.checkbox-input label:active:before,
.check-area.checkbox-input input:checked + label:before{
	border-color: #B48B27;
	background: #ffffff;	
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus,button:focus,select:focus,textarea:focus {
	outline: 2px dotted #97700D;
}
.checkbox-input label {
	line-height: 1;
	position: relative;
	display: block;
	padding: 0 0 0 3rem;	
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.checkbox-input label:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;	
	content: '';
	border: 2px solid #cccccc;
	background: #ffffff;
}
.checkbox-input label:after {
	opacity: 0;
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	left: .25rem;
	top: 0;
	color: #fff;
	font-weight: 900;
}
.checkbox-input input:checked + label:before {
	border-color: #B48B27;
	background: #B48B27;
}
.check-area.checkbox-input input:checked + label:before {
	border-color: #B48B27;
	background: #B48B27;
}
.checkbox-input input:checked + label:after {
	opacity: 1;	
}
.check-area.checkbox-input input[type="checkbox"] + label {
	margin-right: 0;
	vertical-align: middle;
}
/*IE表示用のCSS*/
_:-ms-input-placeholder, :root .check-area.checkbox-input input[type="checkbox"] + label {
	padding-top:.5em;
}
.form-list li{
	margin-bottom: 1rem;
}
.form-list li:last-child{
	margin-bottom: 0;
}

@media screen and (max-width: 800px) {
	/* table-wrap */
	.table-wrap{
		width: 100%;
		padding: 3rem;
	}
	.table-form tr {
		margin-bottom: 1rem;
	}
	.table-form th {
		width: 30%;
	}
	.table-form td {
		width: 70%;
	}
	/*.check-area.checkbox-input label:after*/	
	.checkbox-input label:after {
		left: .3rem;
	}
}

@media screen and (max-width: 600px) {
	/* table-wrap */
	.table-wrap{
		padding: 2rem;
	}
	.table-form {
		border-collapse: collapse;
		margin: 1em 0;
	}
	.table-form tr {
		flex-wrap: wrap;
	}
	.table-form th {
		width: 100%;
		max-width: 100%;
		padding: 2% 0;
		padding-right: 45px;
		display: block;
		margin-bottom: .5em;
	}
	.table-form td {
		width: 100%;
		padding: 1% 0;
		margin: 0;
		display: block;
	}
	.confirm .table-form th,
	.confirm .table-form td {
		max-width: 100%;
		padding: 1em 0;
	}	
	.table-form select {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.checkbox-input label:after {
		left: .35rem;
	}	
}

/* essential */
.essential {
	display: inline-block;
	font-weight: normal;
	color: #fff;
	background: #CC0000;
	padding: .3rem 1rem;
}
.table-form .essential {
	font-size: 1.3rem;
	position: absolute;
	top: 20px;
	right: 0;
}
.table-form .essential:lang(en) {
	top: 30px;
}
/* disable */
.table-form .disable {
	color: #aaa;
	margin-right: 2rem;
	font-size: 2rem;
}
/* error-message */
.error-message {
	color: #D63C3C;
	line-height: 1.2;
	margin: 1rem 0;
	font-size: 1.5rem;
	padding-left: 1rem;
	font-weight: bold;
}
.error-ttl {
	width: calc(100% - 40px);
	color: #D63C3C;
	line-height: 1.2;
	margin: 1rem auto;
	font-size: 1.8rem;
	padding-left: 1rem;
	font-weight: bold;
}
.error-ttl p{
	margin-bottom: .5em;
}
.error-bg{
	background: #F7CED7 !important;
}
.confirm .table-form th {
	padding-right: 0 20px;
}

.txt-import {
	font-weight: bold;
	margin-bottom: 0.5em;
}

@media screen and (max-width: 600px) {
	/* essential */
	.table-form .essential {
		font-size: 1rem;
		top: 5px;
	}
	/* disable */
	.table-form .disable {
		font-size: 1.5rem;
	}
}



/* --------------------------------------------------
step-bar
-------------------------------------------------- */
.step-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-family: 'Noto Serif JP',YuMinchoW,YuMinchoM,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 3% 0;
	position: relative;
	overflow: hidden;
}
/*IE表示用のCSS*/
_:-ms-input-placeholder, :root .step-bar {
	/*font-family: serif ;*/
}
.step-bar li {
	width: calc(100% / 3 - 3%);
	height: 76px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #97700D;
	background: #FFF;
	padding: 10px;
	border: 1px solid #97700D;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*current*/
.step-bar li.current {
	background: #97700D;
	color: #fff;
	position: relative;
}
.step-bar li.current:after{
	content: "";
	position: absolute;
	left: calc(100% - 57px);
	top: 0.5px;
	bottom: 0;
	margin: auto;
	width: 80px;
	height: 70px;
	background: #97700D;
	transform: rotate(60deg) skew(30deg);
	z-index: -1;
}
.step-bar li.current:last-child:after{
	display: none;
}
/*finish*/
.step-bar li.finish{
	border-right: none;
}
.step-bar li.finish:before{
	content: "";
	position: absolute;
	left: calc(100% - 57px);
	top: 0.5px;
	bottom: 0;
	margin: auto;
	width: 80px;
	height: 70px;
	box-shadow: 0px 0 0 1.5px #97700D inset;
	background: #FFF;
	transform: rotate(60deg) skew(30deg);
	z-index: -1;
}
.step-bar li>br{
	display: none;
}
@media screen and (max-width: 800px) {
	.step-bar {
		font-size: 1.7rem;
		margin: 0 0 4% 0;
	}
	.step-bar li{
		width: calc(100% / 3 - 5%);
		padding: 5px;
	}
	.step-bar li>br{
		display: block;
	}
}
/* for mobile */
@media screen and (max-width: 420px) {
	.step-bar {
		font-size: 1.4rem;
	}
	.step-bar li{
		width: calc(100% / 3 - 4%);
		height: 50px;
		padding: 2px;
	}
	/*current*/
	.step-bar li.current:after{
		left: calc(100% - 65px);
	}
	/*finish*/
	.step-bar li.finish:before{
		left: calc(100% - 65px);
	}
	.step-bar li>br.br-sp{
		display: block;
	}
}
/* for mobile */
@media screen and (max-width: 360px) {
	.step-bar {
		font-size: 1.1rem;
	}
}

/* --------------------------------------------------
complete-message
-------------------------------------------------- */
.complete-message{
	width: 80%;
	margin: 0 auto;
	line-height: 1.8;
}
.complete-message p{
	margin-bottom: 3rem;
}
/* for mobile */
@media screen and (max-width: 420px) {
	.complete-message{
		width: 100%;
	}
	.complete-message p{
		margin-bottom: 2rem;
	}
}




/* --------------------------------------------------
#contents
-------------------------------------------------- */
#contents{
	position: relative;
	overflow: hidden;
}
#contents:before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	z-index: -5;
	margin-top: 240px;
	border-top: 200px solid rgba(239,232,217,0.4);
	border-right: 200px solid rgba(239,232,217,0.4);
	border-bottom: 200px solid transparent;
	border-left: 200px solid transparent;
}
#contents:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -5;
	border-top: 260px solid transparent;
	border-right: 260px solid transparent;
	border-bottom: 260px solid rgba(239,232,217,1.0);
	border-left: 260px solid rgba(239,232,217,1.0);
}

#contents .contents-in:before{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	border-top: 360px solid transparent;
	border-right: 360px solid rgba(239,232,217,0.6);
	border-bottom: 360px solid rgba(239,232,217,0.6);
	border-left: 360px solid transparent;
	z-index: -10;
}

#contents .contents-in:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	border-top: 240px solid transparent;
	border-right: 240px solid rgba(239,232,217,0.9);
	border-bottom: 240px solid rgba(239,232,217,0.9);
	border-left: 240px solid transparent;
	z-index: -5;
}
/* for TABLET */
@media screen and (max-width: 800px) {
	#contents:before{
		border-top: 100px solid rgba(239,232,217,0.4);
		border-right: 100px solid rgba(239,232,217,0.4);
		border-bottom: 100px solid transparent;
		border-left: 100px solid transparent;
	}
	#contents:after{
		border-top: 100px solid transparent;
		border-right: 100px solid transparent;
		border-bottom: 100px solid rgba(239,232,217,1.0);
		border-left: 100px solid rgba(239,232,217,1.0);
	}

	#contents .contents-in:before{
		border-top: 200px solid transparent;
		border-right: 200px solid rgba(239,232,217,0.6);
		border-bottom: 200px solid rgba(239,232,217,0.6);
		border-left: 200px solid transparent;
	}

	#contents .contents-in:after{
		border-top: 100px solid transparent;
		border-right: 100px solid rgba(239,232,217,0.9);
		border-bottom: 100px solid rgba(239,232,217,0.9);
		border-left: 100px solid transparent;
	}
}

/* for MOBILE */
@media screen and (max-width: 420px) {
	#contents:before{
		margin-top: 160px;
	}
}

/* --------------------------------------------------
ttl
-------------------------------------------------- */
.top-ttl{
	text-align: center;
	margin: 2% 0;
}
.top-ttl h2{
	font-family: 'Noto Serif JP',YuMinchoW,YuMinchoM,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.6rem;
	display: inline-block;
	position: relative;
	margin-top: 1rem;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .top-ttl h2{
	/*font-family: serif ;*/
}
.top-ttl h2:before,
.top-ttl h2:after{
	content: "";
	width: 82px;
	height: 2px;
	background: #B48B27;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.top-ttl h2:before{
	left: -110px;
}
.top-ttl h2:after{
	right: -110px;
}
.top-ttl .top-sttl{
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	color: #B48B27;
	font-size: 1.6rem;
	text-align: center;
	display: block;
	margin-top: -7rem;
}
.top-ttl .ttl-lead{
	color: #26211F;
	font-size: 1.6rem;
	text-align: center;
	display: block;
	margin-top: 1rem;
}

@media screen and (max-width: 800px) {
	.top-ttl{
		line-height: 1.6;
		margin: 2% 0 4%;
	}
}
@media screen and (max-width: 600px) {
	.top-ttl h2{
		font-size: 2rem;
	}
	.top-ttl h2:before{
		left: -90px;
	}
	.top-ttl h2:after{
		right: -90px;
	}
	.top-ttl .top-sttl{
		font-size: 1.4rem;
		margin-top: -2rem;
	}
	.top-ttl .ttl-lead{
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 320px) {
	.top-ttl .top-sttl{
		font-size: 1rem;
	}
	.top-ttl h2{
		font-size: 2rem;
		padding: 0;
	}
}
/* --  page-ttl  -- */
.page-ttl{
	color: #FFF;
	background: #352D2B;
	height: 100px;
	padding: 0 20px;
	margin: 0 0 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.page-ttl h1{
	font-size: 3.2rem;
	text-align: center;
	line-height: 1.4;
	letter-spacing: .5rem;
	font-family: 'Noto Serif JP',YuMinchoW,YuMinchoM,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 1em 0;
}
.page-ttl:before{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	border-top: 120px solid transparent;
	border-right: 250px solid rgba(44,36,34,1.0);
	border-bottom: 120px solid rgba(44,36,34,1.0);
	border-left: 250px solid transparent;
	z-index: -5;
}
.page-ttl:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-top: 120px solid rgba(44,36,34,0.4);
	border-right: 360px solid transparent;
	border-bottom: 120px solid transparent;
	border-left: 360px solid rgba(44,36,34,0.4);
	z-index: -2;
}
.page-ttl h1:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 80px solid transparent;
	border-right: 160px solid transparent;
	border-bottom: 80px solid rgba(44,36,34,0.6);
	border-left: 160px solid rgba(44,36,34,0.6);
	z-index: -5;
}
.page-ttl h1:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 150px solid transparent;
	border-right: 300px solid transparent;
	border-bottom: 150px solid rgba(44,36,34,0.6);
	border-left: 300px solid rgba(44,36,34,0.6);
	z-index: -10;
}
/*ttl-center*/
.ttl-center{
	font-family: 'Noto Serif JP',YuMinchoW,YuMinchoM,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.6rem;
	line-height: 1.4;
	text-align: center;
	letter-spacing: .1em;
	padding: .5em;
	margin-bottom: 1em;
	position: relative;
}
/* IE表示用のCSS*/
_:-ms-input-placeholder, :root .ttl-center{
	/*font-family: serif ;*/
}
.ttl-center:after{
	content: "";
	display: block;
	width: 140px;
	height: 4px;
	background: #B48B27;
	margin: 3rem auto 0;
}

/* for TABLET */
@media screen and (max-width: 800px) {
	/* --  page-ttl  -- */
	.page-ttl:before{
		border-top: 50px solid transparent;
		border-right: 125px solid rgba(44,36,34,1.0);
		border-bottom: 50px solid rgba(44,36,34,1.0);
		border-left: 125px solid transparent;
	}
	.page-ttl:after{
		border-top: 40px solid rgba(44,36,34,0.4);
		border-right: 100px solid transparent;
		border-bottom: 40px solid transparent;
		border-left: 100px solid rgba(44,36,34,0.4);
	}
	.page-ttl h1:before{
		border-top: 30px solid transparent;
		border-right: 60px solid transparent;
		border-bottom: 30px solid rgba(44,36,34,0.6);
		border-left: 60px solid rgba(44,36,34,0.6);
	}
	.page-ttl h1:after{
		border-top: 60px solid transparent;
		border-right: 120px solid transparent;
		border-bottom: 60px solid rgba(44,36,34,0.6);
		border-left: 120px solid rgba(44,36,34,0.6);
	}
	
	/*ttl-center*/
	.ttl-center{
		font-size: 2rem;
	}
	.ttl-center:after{
		width: 100px;
		height: 2px;
		margin: 1.5rem auto 0;
	}
}

/* for MOBILE */
@media screen and (max-width: 420px) {
	/* --  page-ttl  -- */
	.page-ttl{
		height: 100px;
	}
	.page-ttl h1{
		font-size: 2.8rem;
	}
}
/*ttl-sec*/
.ttl-sec{
	/*font-family: fot-matisse-pron, 'Noto Serif', sans-serif;*/
	line-height: 1.2;
	margin: 1em 0;
	font-size: 2rem;
	padding: 0.7em 1em;
	background: #97700D;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
}
/* for MOBILE */
@media screen and (max-width: 420px) {
	.ttl-sec{
		font-size: 1.8rem;
		margin-bottom: .5em;
	}
}
/*ttl-circle*/
.ttl-circle{
	line-height: 1.2;
	margin: 1em 0;
	font-size: 2rem;
	padding: 0.7em 0;
	font-weight: bold;
	display: inline-block;
}
.ttl-circle::before {
    content: "\f111";
    font-family: fontawesome;
    margin-right: 0.5em;
    color: #97700D;
}
/* for MOBILE */
@media screen and (max-width: 420px) {
	.ttl-circle{
		font-size: 1.8rem;
		margin-bottom: .5em;
	}
}
/* --------------------------------------------------
btn
-------------------------------------------------- */
/*btn-more*/
.btn-more{
	text-align: center;
	margin-bottom: 2em;
}
.btn-more a{
	min-width: 420px;
	color: #FFF;
	font-size: 2rem;
/*	font-family: fot-matisse-pron, 'Noto Serif', sans-serif;*/
	letter-spacing: .1em;
	line-height: 1.2;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #262320;
	background: #262320;
	padding: .8em;
	position: relative;
}
/* IE表示用のCSS　
_:-ms-input-placeholder, :root .btn-more a{
	padding-top:.5em;
}*/

.btn-more a:hover{
	background: #FFF;
	color: #262320;
}

/*btn-more.white*/
.btn-more.white a{
	color: #262320;
	background: #FFF;
	border: 1px solid #262320;
}

/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .btn-more.white a{
	padding-top:1.2em;
}

.btn-more.white a:hover{
	background: #262320;
	color: #FFF;
}
/*btn-pre*/
.btn-pre a{
	padding: .8em .8em .8em 2em;
}
.btn-pre a:after{
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	left: 3rem;
	padding: 0;
}
.btn-pre a:hover:after{
	border-bottom: 1px solid #262320;
	border-left: 1px solid #262320;
}
.btn-pre.white a:after{
	border-bottom: 1px solid #262320;
	border-left: 1px solid #262320;
}
.btn-pre.white a:hover:after{
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
/*btn-next*/
.btn-next a{
	padding: .8em 2em .8em .8em;
}
.btn-next a:after{
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 3rem;
	padding: 0;
}
.btn-next a:hover:after{
	border-top: 1px solid #262320;
	border-right: 1px solid #262320;
}
.btn-next.white a:after{
	border-top: 1px solid #262320;
	border-right: 1px solid #262320;
}
.btn-next.white a:hover:after{
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
/* for MOBILE */
@media screen and (max-width: 800px) {
	.btn-more a{
		min-width: 100%;
		text-align: center;
	}
	/*btn-pre*/
	.btn-pre a{
		padding: .8em .8em .8em 1.5em;
	}
	.btn-pre a:after{
		left: 1.5rem;
	}
	/*btn-next*/
	.btn-next a{
		padding: .8em 1.5em .8em .8em;
	}
	.btn-next a:after{
		right: 1.5rem;
	}
}
/* --------------------------------------------------
basic-btn
-------------------------------------------------- */
.basic-btn{
	text-align: center;
}
.basic-btn a{
	min-width: 420px;
	font-size: 2rem;
	letter-spacing: .1em;
	line-height: 1.4;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #262320;
	padding: .8em 2em;
	position: relative;
	background: #FFF;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .basic-btn a{
	/*font-family: serif ;*/
	padding-top:1em;
}

.basic-btn a:hover{
	background: #262320;
	color: #FFF;
}

.basic-btn a:after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1px solid #262320;
	border-right: 1px solid #262320;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 3rem;
	padding: 0;
}

.basic-btn a:hover:after {
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.basic-btn.black a{
	background: #262320;
	color: #FFF;
}
.basic-btn.black a:hover{
	background: #FFF;
	color: #262320;
}

.basic-btn.black a:after {
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.basic-btn.black a:hover:after {
	border-top: 1px solid #262320;
	border-right: 1px solid #262320;
}


/* for MOBILE */
@media screen and (max-width: 800px) {
	.basic-btn a{
		min-width: 100%;
		padding: 15px 35px 15px 25px;
		margin-bottom: 1em;
		text-align: center;
		font-size: 1.8rem;
	}
}


/* --------------------------------------------------
search-panel
-------------------------------------------------- */
.search-panel-outer {
	padding: 20px 0 40px;
}
.search-panel {
	margin: 0 auto;
	background: #F2F9FC;
}
.search-panel a:link {
	text-decoration: none;
}
.search-panel > .ac-head {
	cursor: pointer;
	position: relative;
	font-size: 120%;
	background: #D7EDF7;
	text-align: center;
	padding: 20px;
	font-weight: 700;
	letter-spacing: .2rem;
	color: #375980;
}
.search-panel > .ac-head:hover {
	background: #E4F3FA;
}
.search-panel .search-menu {
	margin-top: 0;
}
.search-panel .ac-head {
	display: block;
}
.search-panel .ac-head::before, .search-panel .ac-head::after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #4779A7;
	position: absolute;
	left: 25%;
	top: 50%;
	transform: translateY(-50%);
}
.search-panel .ac-head::after {
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}
.search-panel .ac-head.open::after {
	transform: rotate(0);
	transition: 0.5s;
}
.search-panel .ac-panel {
	display: none;
	padding: 30px;
}
.search-panel .ac-panel dl:first-child {
	border-bottom: 1px solid #D7EDF7;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}
.search-panel .ac-panel dl:last-child {
	margin-top: 2rem;
}
.search-panel .ac-panel dt {
	display: inline-block;
	margin: .5rem .5rem 1rem;
}
.search-panel .ac-panel dt a {
	border: #346D9C solid 1px;
	background: #FFF;
	display: block;
	color: #346D9C;
	line-height: 1;
	padding: 10px 3rem;
	border-radius: 20px;
	cursor: pointer;
	vertical-align: middle;
	box-shadow: 0 4px 0 0 rgba(66,73,82,.1);
	font-size: 110%;
}
.search-panel .ac-panel dt a:hover {
	color: #346D9C;
}
.search-panel .ac-panel dt a.active {
	color: #FFF;
	background: #346D9C;
	border: #346D9C solid 1px;
	box-shadow: 0 0 0 0 rgba(66,73,82,.1);
}
.search-panel .ac-panel dd {
	display: flex;
	flex-wrap: wrap;
}
.search-panel .ac-panel dd p {
	display: inline-block;
	margin: .5rem;
}
.search-panel .ac-panel dd p a {
	/*border: #21B1E7 solid 2px;*/
	background: #FFF;
	display: block;
	line-height: 1;
	padding: 10px 3rem;
	border-radius: 20px;
	cursor: pointer;
	vertical-align: middle;
	min-width: 5rem;
	box-shadow: 0 4px 0 0 rgba(66,73,82,.1);
	border: 1px solid rgba(66,73,82,.1);

	
}

.search-panel .ac-panel dd p a.active {
	color: #FFF;
	background: #21B1E7;
	border: #21B1E7 solid 1px;
	box-shadow: 0 0 0 0 rgba(66,73,82,.1);
	
}
.search-panel .detail-search {
	padding: 30px;
	margin: 0;
}

.search-panel .btn-area{
	width: 50%;
	display: flex;
	justify-content: space-around;
	margin: 3rem auto;
}

.search-panel .btn-area p{
	width: 47%;
	text-align: center;
}

.search-panel .btn-area .btn-clear a{
	display: block;
	background: #F2F9FC;
	border: 1px solid #346D9C;
	color: #346D9C;
	padding: 1.5rem 0;
	border-radius: 5px;
}

.search-panel .btn-area .btn-search a{
	display: block;
	background: #346D9C;
	color: #FFF;
	padding: 1.5rem 0;
	border-radius: 5px;
}

.search-panel .btn-area p a:hover{
	opacity: .8;
}
/* for TABLET */
@media screen and (max-width: 800px) {
.search-panel .ac-panel {
		padding: 10px 10px 10px;
	}
	.search-panel .btn-area{
		width: 100%;
		margin-top: 2rem;
	}
}

/* for MOBILE */
@media screen and (max-width: 420px) {
	.search-panel-outer {
		padding: 10px 0 15px;
	}

	.search-panel > .ac-head {
		padding: 10px;
	}
	.search-panel .ac-panel dt {
		display: block;
		margin: 1rem auto;
		width: 94%;
	}
	
	.search-panel .ac-panel dt a{
		padding: 1rem;
		text-align: center;
	}
	
	.search-panel .ac-panel dd p{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		width: 48%;
		margin: .5rem auto;
	}
	
	.search-panel .ac-panel dd p a {
		text-align: left;
		display: flex;
		justify-content: center;
		width: 100%;
}

		.search-panel .ac-head::before, .search-panel .ac-head::after {
		left: 15%;
		top: 50%;
	}
}


/* --------------------------------------------------
breadCrumbs
-------------------------------------------------- */

.breadCrumbs {
	width: 100%;
}
.breadCrumbs ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 2%;
}
.breadCrumbs li {
	margin-right: 20px;
}
.breadCrumbs a {
	align-items: center;
	position: relative;
	text-decoration: underline;
}
.breadCrumbs a:hover {
	text-decoration: none;
}
.breadCrumbs li a:after {
	content: "";
	width: 5px;
	height: 5px;
	border-top: 1px solid #352D2B;
	border-right: 1px solid #352D2B;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: -12px;
	bottom: 0;
	padding: 0;
	margin: auto;
}
.breadCrumbs li:last-of-type:after {
	content: none;
}

/* for TABLET */
@media screen and (max-width: 800px) {
	.breadCrumbs {
		width: 100%;
	}
}

/* for mobile */
@media screen and (max-width: 420px) {
	.breadCrumbs ul {
		padding: 0;
		margin-bottom: 1em;
	}
}

/* --------------------------------------------------
share-wrap
-------------------------------------------------- */
.share-wrap{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: 20px 0 30px;
}
/* for mobile */
@media screen and (max-width: 420px) {
	.share-wrap{
		display: block;
		margin: 20px 0;
	}
}
/* --------------------------------------------------
share-area
-------------------------------------------------- */
.share-area ul{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.share-area ul li{
	display: flex;
	min-width: 75px;
}
.share-area ul li:lang(en){
	display: flex;
	min-width: 60px;
}
.share-area ul li:lang(ko),
.share-area ul li:lang(zh){
	display: flex;
	min-width: 53px;
}
.share-area ul li+li{
	margin-left: 1rem;
}
/* --------------------------------------------------
share-footer
-------------------------------------------------- */
.share-footer{
	margin: 2% 0 5%;
}
.share-footer ul{
	justify-content: flex-start;
}
/* --------------------------------------------------
footer-sitemap
-------------------------------------------------- */
.footer-sitemap {
	width: 100%;
	color: #FFF;
	background: #352D2B;
	padding: 6rem 0 3rem;
}
.sitemap-wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	margin-right:-1%;
}
.sitemap-wrap .sitemap-list{
	width:calc(100% / 4 - 1%);
	letter-spacing: .1em;
	margin-right:1%;
}
.footer-sitemap .sitemap-list a{
	color: #FFF;
	/*text-decoration: underline;*/
}
.footer-sitemap .sitemap-list>li{
	margin-bottom: .5rem;
}
.footer-sitemap .sitemap-list ul{
	margin: 1rem 0 4rem 3rem;
}
.footer-sitemap .sitemap-list ul li{
	line-height: 1.8;
}
.footer-sitemap .sitemap-list ul li:before{
	content: "-";
	display: inline-block;
	margin-right: .5rem;
}
.footer-sitemap .sitemap-list a:hover{
	color: #B48B27;
}
/* for TABLET */
@media screen and (max-width: 800px) {
	.sitemap-wrap .sitemap-list{
		width:calc(100% / 2 - 1%);
	}
}
/* for mobile */
@media screen and (max-width: 420px) {
	.footer-sitemap {
		padding: 2rem .5rem;
	}
	.sitemap-wrap{
		justify-content: space-between;
	}
	.sitemap-wrap .sitemap-list{
		width:calc(49% / 1 - 1%);
		margin-bottom: 1em;
	}
	.footer-sitemap .sitemap-list ul{
		margin: 1rem 0 0 1rem;
	}
}
/* --------------------------------------------------
#footer
-------------------------------------------------- */
#footer {
	width: 100%;
	color: #FFF;
	background: #25201F;
	padding: 2rem 0;
}
#footer address{
	font-size: 85%;
/*	margin-bottom: 2rem;*/
}
#footer address dl dt{
	font-size: 2rem;
	margin-bottom: 1rem;
}

/*copyright*/
.copyright {
	font-size: 70%;
	text-align: center;
}

@media screen and (max-width: 800px) {
		#footer {
		padding-right: 0;
		flex-direction: column-reverse;
	}
}
/* --------------------------------------------------
pageTop
-------------------------------------------------- */
#pagetop a{
	display: block;
	bottom: 30px;
	position: fixed;
	right: 20px;
	transition: all 0.5s ease 0s;
	z-index: 100;
	font-family: 'Noto Serif JP',YuMinchoW,YuMinchoM,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #FFF;
	font-size: 1.8rem;
	text-align: center;
	background: #97700D;
	padding: 1rem 4rem;
}

#pagetop a:hover {
	transform: translateY(-5px);
}

/* for MOBILE */
@media screen and (max-width: 420px) {
	#pagetop a{
		bottom: 10px;
		right: 10px;
	}
}

/* --------------------------------------------------
side-area
-------------------------------------------------- */
 
.side-area {
	width: 25%;
	max-width: 280px;
	order:-1;
	box-sizing:border-box;
}
.side-list{
	margin-bottom:2rem;
}
.side-list h3{
	padding:15px;
	text-align:center;
	background:#262320;
	color:#FFF;
}
.side-list li a{
	display:block;
	color:#000;
	background:#FFF;
	padding:20px 15px 20px 35px;
	font-size:1.4rem;
	line-height:1.2;
	border-bottom:#F7F4EE solid 1px;
	position:relative;
}
.side-list li a:focus{
	outline-offset: -3px;
}

.side-list li a:first-child{
	border-top:#F7F4EE solid 1px;
}
.side-list li a:before{
	content: "";
	width: 5px;
	height: 5px;
	border-top: 1px solid #262320;
	border-right: 1px solid #262320;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left:15px;
	padding: 0;
	margin: auto;
}
.side-list li a:hover{
	opacity:1;
	color:#FFF;
	background:#262320;
}
.side-list li a:hover:before{
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

@media screen and (max-width: 800px) {
	.side-area {
		width: 100%;
		max-width: 100%;
	}
}
/* --------------------------------------------------
main-area
-------------------------------------------------- */
 
.main-area {
	width: 72%;
	position:relative;
}
@media screen and (max-width: 800px) {
	.main-area {
		width: 100%;
		margin-bottom: 3%;
	}
}
/* --------------------------------------------------
wrapper inner
-------------------------------------------------- */

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.inner {
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 1279px) {
	.wrapper ,
	.inner {
		width: 90%;
	}
}

 
/* --------------------------------------------------
title
-------------------------------------------------- */
 
/* ttl */
.ttl{
	font-size:3rem;
	background: #999;
	color:#FFF;
	padding:30px 0 30px 0;
	text-align:center;
	position:relative;
	letter-spacing:.2rem;
}
 
/* --------------------------------------------------
icon
-------------------------------------------------- */
 
/* icon-new */
.icon-new{
	font-family: 'Noto Serif JP',YuMinchoW,YuMinchoM,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:1.2rem;
	line-height:1;
	padding:4px 5px 4px;
	display:inline-block;
	background:#B48B27;
	color:#FFF;
	font-weight:bold;
	margin-left:.5em;
	vertical-align:middle;
}

/*IE表示用のCSS*/
_:-ms-input-placeholder, :root .icon-new{
	/*font-family: serif ;*/
}
 
/* --------------------------------------------------
conditions
-------------------------------------------------- */
 
.conditions{
	position:relative;
	overflow: hidden;
	padding:10px 0;
	margin-bottom:20px;
}
.conditions .btn-delete{
	float:right;
}
.conditions dl{
	width:80%;
	float:left;
}
.conditions dt{
	display: inline;
	vertical-align:middle;
	margin-right:1rem;
}
.conditions dd{
	display: inline-block;
}
.conditions dd a{
	border:#D0D0D0 solid 1px;
	background:#fff;
	display:inline-block;
	line-height:1;
	padding:5px 15px;
	border-radius:20px;
	cursor:pointer;
	margin:.2rem;
	vertical-align:middle;
	color:#272727;
}
.conditions dd a:before{
	content:"\f00d";
	font-family:fontawesome;
	margin-right:.5rem;
}
 
 
@media screen and (max-width: 600px) {
 
	.conditions .btn-delete{
		float:none;
		text-align:right;
		margin-top:10px;
		display:block;
	}
	.conditions dl{
		width:100%;
		float:none;
	}
	
}

/* --------------------------------------------------
paging-sort
-------------------------------------------------- */
.paging-sort{
	width:100%;
	display: block;
	position: relative;
}
.paging-sort .txt-search{
	font-weight: bold;
	padding-right: 2rem;
}
.paging-display{
	width:100%;
	text-align:left;
	display:flex;
	align-items: center;
	margin-bottom: 2rem;
	padding-right: 120px;
}
.paging-display ul{
	display:flex;
}
.paging-display ul li+li{
	margin-left: 1rem;
}
.paging-display li a{
	display: inline-block;
	padding: .2em .8em;
	background:#FFF;
	border:#AA9B97 solid 1px;
}
.paging-display li a:before{
	content:"\f00d";
	font-family:fontawesome;
	color:#342C2B;
	margin-right:0.5em;
}
.paging-display li a:hover{
	background: #AA9B97;
	color:#FFF;
}
.paging-display li a:hover:before{
	color:#FFF;
}
.paging-display .active a{
	background: #AA9B97;
	color:#FFF;
}
.paging-display .active a:before{
	color:#FFF;
}
.paging-delete{
	position: absolute;
	top: 0;
	right: 0;
}
.paging-delete a{
	display: inline-block;
	padding: .2em .8em;
	color: #FFF;
	background:#352D2B;
	border:#352D2B solid 1px;
}
.paging-delete a:before{
	content:"\f00d";
	font-family:fontawesome;
	color:#FFF;
	margin-right:0.5em;
}
.paging-delete a:hover{
	background: #FFF;
	color:#352D2B;
}
.paging-delete a:hover:before{
	color:#352D2B;
}
.paging-result strong{
	font-size:2rem;
	margin:0 .5rem;
}
@media screen and (max-width: 600px) {
 
	.paging-sort{
		display:block;
	}
	.paging-result{
		width:100%;
		margin-bottom:1rem;
	}
	.paging-display{
		width:100%;
		padding-right: 80px;

	}
}
 
/* --------------------------------------------------
paging
-------------------------------------------------- */
.paging{
	padding:10px 0;
	text-align:center;
	clear:both;
	position:relative;
	overflow: hidden;
}
.paging .paging-sort{
	float:left;
	margin-right:1rem;
}
.paging .paging-sort select{
	padding:5px 10px;
	line-height:1;
	vertical-align:middle;
}
.paging .paging-result{
	float:left;
	display:inline-block;
	line-height:2;
	vertical-align:middle;
}
.paging span{
	display:inline-block;
	vertical-align:middle;
	margin-bottom:.5rem;
}
.paging a{
	line-height:1;
	letter-spacing:normal;
	display:inline-block;
	padding:1rem 1.4rem;
	text-decoration:none;
	color:#352D2B;
	border:#AA9B97 solid 1px;
	background:#FFF;
}
.paging a:hover{
	opacity:1;
	color:#FFF;
	background:#352D2B;
	border:#37211F solid 1px;
}
.paging .current{
	line-height:1;
	letter-spacing:normal;
	display:inline-block;
	padding:1rem 1.4rem;
	text-decoration:none;
	color:#FFF;
	border:#352D2B solid 1px;
	background:#352D2B;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .btn-postback a{
	/*font-family: serif ;*/
}
 @media screen and (max-width: 420px){
	.paging{
		margin-bottom: 3%;
	}
}

/* --------------------------------------------------
white-area
-------------------------------------------------- */
.white-area{
	background: #FFF;
	padding: 2%;
	margin-bottom: 3%;
}
@media screen and (max-width: 800px){
	.white-area{
		width: 100%;
		padding: 5%;
	}
}
/* --------------------------------------------------
list-2col
-------------------------------------------------- */
/* list-2col */
.list-2col{
	margin-bottom:2%;
}
.list-2col ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	margin-right:-2%;
}
.list-2col li{
	width:calc(100% / 2 - 2%);
	margin: 3% 2% 3% 0;
}
@media screen and (max-width: 800px) {

	.list-2col li{
		margin-bottom: 3%;
	}

}

@media screen and (max-width: 400px) {

	.list-2col li{
		width:calc(100%);
	}

}

/* --------------------------------------------------
list-3col
-------------------------------------------------- */

.list-3col{
	margin-bottom:2%;
}
.list-3col ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	margin-right:-2%;
}
.list-3col li{
	width:calc(100% / 3 - 2%);
	margin: 3% 2% 3% 0;
}

@media screen and (max-width: 600px) {

	.list-3col li{
		width:calc(100% / 2 - 2%);
		margin-bottom: 3%;
	}

}


/* --------------------------------------------------
shadow-list list-3col
-------------------------------------------------- */
.shadow-list .list-3col ul {
	display: flex;
	flex-wrap: wrap;
	margin-right: -6.5%;
	margin-bottom: 3%;
}
.shadow-list .list-3col li {
	margin: 2% 2% 2% 0;
	padding-bottom: 2%;
	text-align: center;
	cursor: pointer;
	width: 28%;
	margin-right: 5%;
}
@media screen and (max-width: 800px) {
	.shadow-list .list-3col ul {
		flex-wrap: wrap;
		margin-right: -2%;
		margin-bottom: 3%;
	}
	.shadow-list .list-3col li {
		width: 46%;
		margin: 0 2% 4%;
	}
}

/* --------------------------------------------------
list-4col
-------------------------------------------------- */

.list-4col{
	margin-bottom:1%;
}
.list-4col ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	margin-right:-2%;
}
.list-4col li{
	width:calc(100% / 4 - 2%);
	margin: 0 2% 2% 0;
}

@media screen and (max-width: 800px) {

	.list-4col li{
		width:calc(100% / 3 - 2%);
		margin-bottom: 3%;
	}

}
@media screen and (max-width: 600px) {

	.list-4col li{
		width:calc(100% / 2 - 2%);
	}

}

/* --------------------------------------------------
shadow-list list-4col
-------------------------------------------------- */
.shadow-list .list-4col {
	width: 90%;
	margin: 0 auto 5%;
}
.shadow-list .list-4col ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-right: -6%;
}
.shadow-list .list-4col li {
	width: calc(100% / 4 - 6%);
	margin: 3% 6% 3% 0;
}
@media screen and (max-width: 800px) {
	.shadow-list .list-4col {
		width: 100%;
	}
	.shadow-list .list-4col ul {
		margin-right: -4%;
	}
	.shadow-list .list-4col li {
		width: calc(100% / 3 - 4%);
		margin-right: 4%;
		margin-bottom: 3%;
	}
}
@media screen and (max-width: 600px) {
	.shadow-list .list-4col ul {
		margin-right: -6%;
	}
	.shadow-list .list-4col li {
		width: calc(100% / 2 - 6%);
		margin-right: 6%;
	}
}


/* --------------------------------------------------
shadow-list txtarea
-------------------------------------------------- */
.shadow-list .txtarea .day {
	font-weight: bold;
	margin: 2em 0 .5em;
}


/* --------------------------------------------------
list-5col
-------------------------------------------------- */

/* list-5col */
.list-5col{
	margin-bottom:3%;
}
.list-5col ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	margin-right:-1%;
}
.list-5col li{
	width:calc(100% / 5 - 1%);
	margin: 3% 1% 3% 0;
}

@media screen and (max-width: 800px) {

	.list-5col li{
		width:calc(100% / 3 - 1%);
		margin-bottom: 3%;
	}

}
@media screen and (max-width: 600px) {

	.list-5col li{
		width:calc(100% / 2 - 1%);
	}

}

/* --------------------------------------------------
thumb-list
-------------------------------------------------- */

.thumb-list {
}
.thumb-list li{
	position:relative;
	margin-top:2%;
}
.thumb-list li > a{
	position:relative;
	display:block;
}
.thumb-list .badge-new,
.thumb-list .badge-open,
.thumb-list .badge-close{
	position:absolute;
	right:-10px;
	top:-10px;
	z-index:8;
}

.thumb-list .badge-more{
	position:absolute;
	right:5px;
	bottom:5px;
	z-index:8;
}

.thumb-list .badge-rank-1,
.thumb-list .badge-rank-2,
.thumb-list .badge-rank-3,
.thumb-list .badge-rank-4,
.thumb-list .badge-rank-5,
.thumb-list .badge-rank{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}

.thumb-list .explan{
	font-size:1.2rem;
}

.thumb-list .gurunav-link{
	text-align:left;
}

.thumb-list .place{
	margin:.5rem 0;
}
/* --------------------------------------------------
pht
-------------------------------------------------- */

.pht-thumb,
.pht-post{
	text-align: center;
	max-width:500px;
	margin:0 auto;
	position: relative;
}
.pht-thumb img,
.pht-post img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width:none;
	max-height:100%;
	max-width:100%;
}

/* pht-thumb */
.pht-thumb{
	position: relative;
}
.pht-thumb .frame{
	position: relative;
	width: 100%;
	padding-top:74%;
	margin: 0 auto 1em 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow:hidden;
	background: #FFF;
}

/* pht-post */
.pht-post{
	position: relative;
}
.pht-post .frame{
	position: relative;
	width: 100%;
	padding-top:74%;
	margin: 0 auto 1em 0;
	background:	#F4F4F4;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow:hidden;
	background: #FFF;
}
/* --------------------------------------------------
block
-------------------------------------------------- */
.block {
	width: 100%;
	position:relative;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
@media screen and (max-width: 800px) {
	.block {
		display:block;
	}
}

/* --------------------------------------------------
topics
-------------------------------------------------- */
.topics li .frame{
	margin-bottom: 1rem;
	border: 1px solid #F2EDE2;
}
/*.txtarea .day{
	font-weight: bold;
	margin: 1em 0 .5em;
}*/
.txtarea .txt{
	text-decoration: underline;
}
 
@media screen and (max-width: 800px) {
	.topics .post-date{
		width:100%;
	}
}
 
/* --------------------------------------------------
post-content
-------------------------------------------------- */
 
.post-content{
	overflow:hidden;
}
/* post-ttl */
.post-ttl{
	font-family: 'Noto Serif JP',YuMinchoW,YuMinchoM,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.6rem;
	line-height: 1.6;
	letter-spacing: .1em;
	border-bottom: 1px solid rgba(180,139,39,0.6);
	padding: .5em 0 .5em 1.5em;
	margin-bottom: 3rem;
	position: relative;
}
.post-ttl:after{
	content: "";
	width: 20px;
	height: 6px;
	display: inline-block;
	background: #B48B27;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
/* post-ttl2 */
.post-ttl2{
	font-family: 'Noto Serif JP',YuMinchoW,YuMinchoM,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.6rem;
	line-height: 1.6;
	letter-spacing: .1em;
	padding: .8em 0 .8em 3em;
	margin-bottom: 2rem;
	position: relative;
	background: #FFF;
}
.post-ttl2:after{
	content: "";
    width: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    margin: auto;
    border-top: 1px solid #B48B27;
}
 
/* post-date */
 
.post-date{
	display:block;
	text-align:right;
	padding:0 0 2em;
}
 
/* post-sttl-large */
 
.post-sttl-large{
	font-family: 'Noto Serif JP',YuMinchoW,YuMinchoM,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.6rem;
	line-height: 1.6;
	letter-spacing: .1em;
	border-bottom: 1px solid rgba(180,139,39,0.6);
	padding: 1em 0 1em 1.5em;
	margin-bottom: 5rem;
	position: relative;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .post-sttl-large{
	/*font-family: serif ;*/
}

.post-sttl-large:after{
	content: "";
	width: 20px;
	height: 6px;
	display: inline-block;
	background: #B48B27;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
 
.post-sttl-large:first-of-type {
	margin-top:0;
}
@media screen and (max-width: 800px) {
	/* post-ttl */
	.post-sttl-large{
		line-height: 1.4;
		padding: .5em 0 .5em 1.5em;
		margin-bottom: 3rem;
	}
}
@media screen and (max-width: 420px) {
	/* post-ttl */
	.post-sttl-large{
		font-size: 2rem;
	}
}
 
/* post-sttl-small */
 
.post-sttl-small {
/*	font-family: fot-matisse-pron, 'Noto Serif', sans-serif;*/
	line-height:1.2;
	margin:1em 0;
	font-size:2.0rem;
	padding:0.7em 1em;
	background:#97700D;
	font-weight:bold;
	color:#FFF;
	display: inline-block;
}
@media screen and (max-width: 420px) {
	.post-sttl-small {
		font-size:1.8rem;
		margin-bottom: .5em;
	}
}
.post-sttl-large + .post-sttl-small {
	margin-top:0;
}

 
/* post-pht */
 
.post-pht {
	margin-bottom:3em;
}
 
.post-pht div {
	width:100%;
	height: auto;
	max-height: 800px;
	text-align: center;
}
 
.post-pht img {
	height: auto;
	max-height: 800px;
	max-width: 100%;
	width: auto;
}
 
.post-pht figcaption{
	display:block;
	font-size:1.2rem;
	padding:5px;
	line-height:1.2;
	text-align:center;
}

@media screen and (max-width: 600px) {
 .post-pht {
	margin-bottom:1em;
}
}
 
 
/* two-post-pht */
 
.two-post-pht {
	display:flex;
	justify-content: space-between;
}
 
 
.two-post-pht .post-pht {
	width:48%;
	font-size:1.6rem;
	vertical-align:top;
}

/* three-post-pht */

.three-post-pht {
	display:flex;
	justify-content: space-between;
}
 
 
.three-post-pht .post-pht {
	width:30%;
	font-size:1.6rem;
	vertical-align:top;
}

@media screen and (max-width: 800px) {
	/* post-ttl */
	.post-ttl{
		line-height: 1.4;
		padding: .5em 0 .5em 1.5em;
		margin-bottom: 3rem;
	}
	.post-ttl2{
		line-height: 1.4;
		margin-bottom: 3rem;
	}
}
 
@media screen and (max-width: 420px) {
	/* post-ttl */
	.post-ttl{
		font-size: 2rem;
	}
	/* post-ttl2 */
	.post-ttl2{
		font-size: 2rem;
		margin-bottom: 3rem;
		padding: .8em 0 .8em 1.5em;
	}
	.post-ttl2:after{
		width: 65px;
		left: -3.2em;
	}
	
	.post-pht div {
		max-height: 300px;
	}
	
	.post-pht img {
		max-height: 300px;
	}
	
}
 
/* iframe-area */
/*.iframe-area {
	display: block;
	position: relative;
	margin-bottom: 5em;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
 
.iframe-area iframe {
	position: absolute;
	top: -200%;
	bottom: -200%;
	left: -200%;
	right: -200%;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
}*/
.iframe-area {
    display: block;
    position: relative;
    width: 80%;
    height: 0;
    padding-top: 45%;
    margin: 1em 0 3em 0;
}
.iframe-area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
@media screen and (max-width: 800px) {
.iframe-area {
    width: 100%;
    padding-top: 56.25%;
}
}

/* wysiwyg */
 
.wysiwyg {
	word-wrap : break-word;
	overflow-wrap : break-word;
	margin-bottom:2%;
}
 
.wysiwyg h1 {
	font-family: 'Noto Serif JP',YuMinchoW,YuMinchoM,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.6rem;
	line-height: 1.6;
	letter-spacing: .1em;
	border-bottom: 1px solid rgba(180,139,39,0.6);
	padding: 1em 0 1em 1.5em;
	margin-top:3em;
	margin-bottom: 1em;
	position: relative;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .wysiwyg h1 {
	/*font-family: serif ;*/
}

.wysiwyg h1:after{
	content: "";
	width: 20px;
	height: 6px;
	display: inline-block;
	background: #B48B27;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
 
.wysiwyg h1:first-child {
	margin-top:0;
}
 
.wysiwyg p + h1,
.wysiwyg ul + h1,
.wysiwyg ol + h1,
.wysiwyg table + h1,
.wysiwyg dl + h1 {
	margin-top:4em;
}

@media screen and (max-width: 800px) {
	
	/* h1 */
	.wysiwyg h1 {
		font-family: 'Noto Serif JP',YuMinchoW,YuMinchoM,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.4;
		padding: .5em 0 .5em 1.5em;
		margin-top:3em;
	}
	.wysiwyg p + h1,
	.wysiwyg ul + h1,
	.wysiwyg ol + h1,
	.wysiwyg table + h1,
	.wysiwyg dl + h1 {
		margin-top:1em;
	}
}
@media screen and (max-width: 800px) {
	
	/* h1 */
	.wysiwyg h1 {
		font-size: 2.4rem;
	}
}

 
/* h2 */
.wysiwyg h2 {
	font-family: 'Noto Serif JP',YuMinchoW,YuMinchoM,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height:1.2;
	margin-top:2em;
	margin-bottom:1em;
	font-size:2.0rem;
	padding:0.7em 1em;
	background:#97700D;
	font-weight:bold;
	color:#FFF;
	display: inline-block;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .wysiwyg h2 {
	/*font-family: serif ;*/
}
 
/* h3 */
.wysiwyg h3  {
	line-height:1.2;
	margin-top:2em;
	margin-bottom:1.5em;
	font-size:1.8rem;
	background:#F4F0E8;
	padding:0.7em;
	border:2px solid #97700D;
	font-weight:bold;
}
 
 
/* h4 */
.wysiwyg h4  {
	line-height:1.2;
	margin-top:2em;
	margin-bottom:1.5em;
	font-size:1.8rem;
	padding:0.5em;
	padding-left:0.7em;
	border-left:5px solid #97700D;
	border-bottom:1px solid #97700D;
	font-weight:bold; 
}
 
 
/* h5 */
.wysiwyg h5  {
	line-height:1.2;
	margin-top:1.5em;
	margin-bottom:1em;
	font-size:1.6rem;
	padding:0.25em;
	padding-left:0.7em;
	border-left:5px solid #262320;
	font-weight:bold; 
}
 
 
/* h6 */
.wysiwyg h6  {
	line-height:1.2;
	margin-top:1.5em;
	margin-bottom:1em;
	font-size:1.6rem;
	font-weight:bold;
}
 
.wysiwyg h1 + h2,
.wysiwyg h1 + h3,
.wysiwyg h2 + h3,
.wysiwyg h1 + h4,
.wysiwyg h2 + h4,
.wysiwyg h3 + h4,
.wysiwyg h1 + h5,
.wysiwyg h2 + h5,
.wysiwyg h3 + h5,
.wysiwyg h4 + h5,
.wysiwyg h1 + h6,
.wysiwyg h2 + h6,
.wysiwyg h3 + h6,
.wysiwyg h4 + h6,
.wysiwyg h5 + h6 {
	margin-top:0;
}
 
/* 段落 <p> */
.wysiwyg p {
	margin-bottom:1em;
}
 
/* 太字赤文字 <strong> */
.wysiwyg strong {
	font-weight: bold;
	color:#F00;
}
 
/* 太字 <em> */
.wysiwyg em {
	font-weight: bold;
}
 
/* 斜体 <i> */
.wysiwyg i {
	font-style:italic;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
 
 
/* 下線 <u> */
.wysiwyg u {
	text-decoration:underline;
}
 
/* 打ち消し線 <s> */
.wysiwyg s {
	text-decoration:line-through;
}
 
/* 下付き <sub> */
.wysiwyg sub {
	font-size:0.8rem;
	vertical-align:bottom;
}
 
/* 上付き <sup> */
.wysiwyg sup {
	font-size:0.8rem;
	vertical-align:top;
}
 
 
.wysiwyg ol,
.wysiwyg ul {
  list-style: inherit;
  list-style-position: inside;
}
 
 
 
/* 順序のないリスト <ol> */
.wysiwyg ol {
	margin:0.5em 0 1em;
	list-style-type: none;
}
.wysiwyg ol > li {
	text-indent: -1em;
	padding-left: 1em;
}
 
/*順序のないリスト <ul> */
.wysiwyg ul {
	margin:0.5em 0 1em;
	list-style-type: none;
}
.wysiwyg ul > li {
	text-indent: -1em;
	padding-left: 1em;
}
 
/*横並びリスト <ol><ul> */
 
.wysiwyg ol.horizontal-list,
.wysiwyg ul.horizontal-list{
	display: flex;
}
 
.wysiwyg .horizontal-list li {
	margin-right:1.5em;
}
 
/*定義リスト <dl> */
 
.wysiwyg dl {
	margin:0.5em 0 1em;
}
 
.wysiwyg dl dt {
	font-weight:bold;
	background: #f6f6f6;
	display:inline-block;
	padding:0 .5em;
}
 
.wysiwyg dl dd {
	margin-bottom:0.5em;
}
 
 
 
/*横並び定義リスト <dl> */
 
.wysiwyg dl.horizontal-list dt {
	float: left;
	margin-right:.5em;
}
 
 
/* インデント <p class="txt-indent"> */
.wysiwyg .txt-indent {
	text-indent:1em;
}
 
/* ブロック引用文 <blockquote> */
.wysiwyg blockquote {
	position: relative;
	padding: 1em 2em;
	box-sizing: border-box;
	font-style: italic;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #FBFBFB;
	margin:0.5em 1em;
}
 
/* 中央揃え <p class="txt-center"> */
.wysiwyg .txt-center {
	text-align:center;
}
 
/* 右揃え <p class="txt-right"> */
.wysiwyg .txt-right {
	text-align:right;
}
 
/* 両端揃え <p class="txt-justify"> */
.wysiwyg .txt-justify {
	text-align:justify;
}
 
/* ハイパーリンク <a href=""> */
.wysiwyg a[href] {
	text-decoration:underline;
	/*color:#03F;*/
}
 
/* アンカー挿入 <a id="" name=""> */
.wysiwyg a {
	text-decoration:none;
	color: inherit;
}
 
/* テーブル <table> */
.wysiwyg table {
	width: auto;
	max-width: 100%;
	margin:1em 0 2em;
	border-collapse:collapse;
	border: 1px solid #DDD;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
 
.wysiwyg table caption {
	text-align:center;
	margin-bottom:0.5em;
}
.wysiwyg table tr th {
	background: #f6f6f6;
	padding: 0.5em 0.5em;
	border: 1px solid #DDD;
}
.wysiwyg table tr td {
	background: #FFFFFF;
	padding: 0.5em 0.5em;
	border: 1px solid #DDD;
}
 
.wysiwyg table .txt-justify {
	-moz-text-align-last: justify;
	text-align-last: justify;
}
 
.wysiwyg .table-center {
	margin: 1em auto 2em;
}
.wysiwyg .table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 1em 0 2em;
	max-width: none;
}
 
.wysiwyg .table-scroll::-webkit-scrollbar {
  height: 5px;
}
.wysiwyg .table-scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.wysiwyg .table-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #CCC;
}
 
.wysiwyg .table-scroll table {
	margin: 0;
	max-width: none;
}
 
 
.wysiwyg .table-scroll table caption {
		text-align:left;
}
 
 
@media screen and (max-width: 414px) {
	.wysiwyg .table-scroll table {
		min-width: 100%;
	}
}
 
/* フォントサイズ小 <span class="font-size-small"> */
.wysiwyg .font-size-small {
	font-size:0.6em;
}
 
/* フォントサイズ大 <span class="font-size-large"> */
.wysiwyg .font-size-large {
	font-size:1.75em;
}
 
 
/* 文字の間隔0.5em <span class="font-space-small"> */
.wysiwyg .font-space-small {
	letter-spacing:0.5em;
	margin-left:0.5em;
}
 
/* 文字の間隔1.0em <span class="font-space-medium"> */
.wysiwyg .font-space-medium {
	letter-spacing:1.0em;
	margin-left:1.0em;
}
 
/* 文字の間隔1.5em <span class="font-space-large"> */
.wysiwyg .font-space-large {
	letter-spacing:1.5em;
	margin-left:1.5em;
}
 
/* 文字の間隔2.0em <span class="font-space-xlarge"> */
.wysiwyg .font-space-xlarge {
	letter-spacing:2.0em;
	margin-left:2.0em;
}
 
/* アドレス */
.wysiwyg address {
	position: relative;
	padding: 1em 2em;
	box-sizing: border-box;
	font-style: italic;
	background: #FBFBFB;
	margin: 0.5em 1em;
}
 
/* 短い引用 */
.wysiwyg q:before {
	content:'"';
	display:inline-block;
}
.wysiwyg q:after {
	content:'"';
	display:inline-block;
}
 
.wysiwyg q q:before {
	content:"'";
	display:inline-block;
}
.wysiwyg q q:after {
	content:"'";
	display:inline-block;
}
 
 
.wysiwyg q:lang(ja):before {
	content:'『';
	display:inline-block;
}
.wysiwyg q:lang(ja):after {
	content:'』';
	display:inline-block;
}
 
.wysiwyg q q:lang(ja):before {
	content:"「";
	display:inline-block;
}
.wysiwyg q q:lang(ja):after {
	content:"」";
	display:inline-block;
}
 
	
/* 出典 */
.wysiwyg cite {
	font-style:italic;
	font-family:Times New Roman,"ＭＳ Ｐゴシック";
}
 
 
/* post-pht-txt */
 
.post-pht-txt {
	
}
 
.post-pht-txt:after {
  content: "";
  display: block;
  clear: both;
}
 
.post-pht-txt .post-pht {
	float:right;
	width:26%;
	margin:0 0 2% 2%;
	z-index:10;
	position:relative;
}
 
.post-pht-txt .wysiwyg {
	margin-bottom:3em;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
 
.post-pht-txt .wysiwyg h1,
.post-pht-txt .wysiwyg h2,
.post-pht-txt .wysiwyg h3,
.post-pht-txt .wysiwyg h4,
.post-pht-txt .wysiwyg h5,
.post-pht-txt .wysiwyg h6,
.post-pht-txt blockquote {
	display:flex;
}
 
/* related-area */
.related-area{
	margin-bottom: 3em; 
}
.related-area+.post-sttl-small{
	margin-top: 0;
}
 
/* related-file */
 
.related-file {
	line-height:1.2;
	border-top:rgba(180,139,39,0.6) solid 1px;
	border-bottom:rgba(180,139,39,0.6) solid 1px;
	padding:1em 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
	margin-bottom: 1em;
}

.related-file:before{
	content:"\f15c";
	font-family:fontawesome;
	margin-right:0.5em;
	color:#97700D;
}
 
 
/* related-link */
 
.related-link {
	line-height:1.2;
	border-top:rgba(180,139,39,0.6) solid 1px;
	border-bottom:rgba(180,139,39,0.6) solid 1px;
	padding:1em 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
 
.related-link:before{
	content:"\f35d";
	font-family:fontawesome;
	margin-right:0.5em;
	color:#97700D;
}

/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .related-file,
_:-ms-input-placeholder, :root .related-link{
	padding-top:1.2em;
}
 
.related-file + .related-file ,
.related-file + .related-link ,
.related-link + .related-file ,
.related-link + .related-link {
	border-top:none;
}
 
.wysiwyg .related-file a{
	text-decoration: none;
	color: #262320;
}

.wysiwyg .related-file a:hover {
	color: #B48B27;
	text-decoration: none;
}
/* --------------------------------------------------
btn
-------------------------------------------------- */
 
 
/* btn-postback */
.btn-postback{
	margin:10px 0;
	text-align:center;
}
.btn-postback a{
/*	font-family: fot-matisse-pron, 'Noto Serif', sans-serif;*/
	color: #262320;
	background: #FFF;
	position: relative;
	min-width: 400px;
	font-size: 2rem;
	letter-spacing: .1em;
	line-height: 1.2;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #262320;
	padding: .8em 2em;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .btn-postback a{
	/*font-family: serif ;*/
	padding-top:1em;
}
.btn-postback a:before{
	content: "";
	width: 5px;
	height: 5px;
	border-top: 1px solid #262320;
	border-left: 1px solid #262320;
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1.5rem;
	padding: 0;
	margin: auto;
}
.btn-postback a:hover{
	background: #262320;
	color: #FFF;
}
.btn-postback a:hover:before{
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

@media screen and (max-width: 800px) {
	.btn-postback a{
		min-width: 100%;
	}
}
/* --------------------------------------------------

laureates

-------------------------------------------------- */
.laureates{
	padding: 6% 0 3%;
	position: relative;
}
.laureates:after{
	content: "";
	background: rgba(180,139,39,0.15);
	width: 50%;
	height: 60%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -5;
}
.laureates li{
	position: relative;
}
.laureates .category{
	max-width: 100%;
	min-width: 120px;
	max-width: 240px;
	color: #FFF;
	text-align: center;
	background: #B48B27;
	padding: .5em;
	display: inline-block;
	position: absolute;
	top: -1.5em;
	left: -.5em;
	z-index: 10;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .laureates .category{
	padding-top:.75em;
}
.laureates .txtarea{
	width: 72%;
/*	min-height: 125px;*/
	font-size: 1.4rem;
	line-height: 1.4;
	color: #FFF;
	background: rgba(34,15,4,0.8);
	padding: 1em 2em 1em 1em;
	margin: -5rem 0 0 auto;
	position: relative;
	right: -7px;
}
.laureates .txtarea div{
	height: 5.7em;/* 4em（行）x line-heightの1.4 */
	overflow: hidden;
	width:100%;
}
.ipad .laureates .txtarea div{
	height: 5.9em;/* iPadのみ */
	min-height:5.9em;
	font-size: 1.2rem;
	line-height:1.2;
	overflow: hidden;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.ipad .laureates .txtarea div{
	height: 6em;/* iPad chromeのみ */
	min-height:6em;
	font-size: 1.2rem;
	line-height:1.2;
}
}
.laureates .txtarea p:before{
	display: none;
}
.laureates .txtarea .name{
/*	font-weight: bold;
	margin-bottom: .5rem;*/
}
.laureates .txtarea .e-name{
/*	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: .5rem;*/
}
.laureates .txtarea:after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	right: 1.2em;
	bottom: .8em;
	padding: 0;
}
.laureates a:hover .txtarea{
	opacity: 1;
	background: rgba(34,15,4,1);
}
.laureates .txtarea .txt{
/*	font-size: 1.4rem;*/
	text-decoration: none;
}
@media screen and (max-width: 900px) {
	.laureates{
		padding: 10% 0;
	}
	.laureates:after{
		height: 50%;
	}
	.laureates .list-3col{
		margin-top: 10%;
	}
	.laureates .category{
		top: -3.8em;
		left: -1em;
	}
	.laureates .txtarea{
		width: 80%;
		height: 98px;
		font-size: 1.4rem;
	}
	.laureates .txtarea:after {
		right: 2rem;
		bottom: 2rem;
	}
}
@media screen and (max-width: 420px) {
	.laureates .category{
		max-width: 220px;
		padding: .3em 1em;
		top: -2.8em;
		left: -.5em;
	}
	.laureates .list-3col li{
		width:calc(100%);
		margin-bottom: 15%;
	}
	.laureates .txtarea{
		width: 81%;
		height: auto;
		max-width: 280px;
		padding: 2rem 4rem 2rem 2rem;
	}
}

/* --------------------------------------------------
laureates pht
-------------------------------------------------- */
/* pht-thumb */
.laureates .pht-thumb{
	text-align: center;
	max-width: 220px;
	margin:0 auto;
	position: relative;
	box-shadow:-4px 4px 10px 1px rgba(0,0,0,0.4)
}
.laureates .pht-thumb img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width:none;
	max-height:110%;
	max-width:110%;
}
.laureates .pht-thumb .frame{
	position: relative;
	width: 100%;
	padding-top:130%;
	overflow: hidden;
	margin: 0 auto 5px 0;
	background: #FFF;
	z-index: -1;
}
@media screen and (max-width: 420px) {
	/* pht-thumb */
	.laureates .pht-thumb{
		width: 80%;
	}
}
/* --------------------------------------------------
information-main
-------------------------------------------------- */
.information-main{
	display: flex;
	margin-bottom: 3rem;
}
.information-main .col-item{
	width: 18%;
}
.information-main .col-item:last-child{
	width: 80%;
	margin-left: 2%;
}
.information-main .pht-thumb{
	box-shadow: -4px 4px 10px 1px rgba(0,0,0,0.4);
}
.information-main .frame{
	padding-top: 133%;
}
.information-main .frame img{
	width: 100%;
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 800px) {
	.information-main{
		margin-bottom:1rem;
	}
	.information-main .col-item{
		width: 30%;
	}
	.information-main .col-item:last-child{
		width: 67%;
		margin-left: 3%;
	}
}
@media screen and (max-width: 420px){
	.information-main{
		display: block;
	}
	.information-main .col-item:first-child{
		width: 100%;
		max-width: 225px;
		margin: 0 auto 3rem;
	}
	.information-main .col-item:last-child{
		width: 100%;
		margin-left: 0;
	}
}
/* --------------------------------------------------
information-smain
-------------------------------------------------- */
.information-smain{
	display: flex;
	margin-bottom: 3rem;
}
.information-smain .col-item:last-child{
	width: 100%;
	margin-left: 2rem;
}
.information-smain .pht-2col{
	display: flex;
	justify-content: center;
}
.information-smain .pht-2col li{
	width: 160px;
}
.information-smain .pht-2col li+li{
	margin-left: 2rem;
}
.information-smain figure{
	max-width: 100%;
}
.information-smain .pht-thumb{
	box-shadow: -4px 4px 10px 1px rgba(0,0,0,0.4);
}
.information-smain .frame{
	padding-top: 125%;
}
@media screen and (max-width: 600px) {
	.information-smain{
		display: block;
	}
	.information-smain .pht-2col{
		margin-bottom:1em;
	}
}
@media screen and (max-width: 420px) {
	.information-smain{
		display: block;
	}
	.information-smain .col-item:last-child{
		width: 100%;
		margin-left: 0;
	}
}
/* --------------------------------------------------
commit-block
-------------------------------------------------- */
.commit-block{
	margin-bottom: 30px;
}
.commit-block .txtarea {
	margin-bottom: 4rem;
}
.commit-block .txtarea p{
	margin-bottom: 2rem;
	text-indent: 2rem;
}
.commit-block .txtarea a{
	text-decoration: underline;
}
.commit-block .txtarea .notes{
	text-indent: 0;
}
.commit-block .imgarea{
	width: 100%;
	text-align: center;
	margin-bottom: 4rem;
}
/*event-list*/
.ipad .laureates .txtarea div{
	height: 5.8em;/* iPadのみ */
	font-size: 1.2rem;
	line-height:1.2;
}{
	width: 24%;
}
.commit-block .event-list dd{
	width: 74%;
}
@media screen and (max-width: 800px) {
	/*event-list*/
	.ipad .laureates .txtarea div{
	height: 5.8em;/* iPadのみ */
	font-size: 1.2rem;
	line-height:1.2;
	}
	.commit-block .event-list dt{
		width: 30%;
	}
	.commit-block .event-list dd{
		width: 65%;
	}
	.commit-block .txtarea {
		margin-bottom: 2rem;
	}
}
@media screen and (max-width: 420px) {
	/*event-list*/
	.commit-block .event-list{
		display: block;
	}
	.ipad .laureates .txtarea div{
	height: 5.8em;/* iPadのみ */
	font-size: 1.2rem;
	line-height:1.2;
	}
	.commit-block .event-list dt{
		width: 100%;
	}
	.commit-block .event-list dd{
		width: 100%;
	}
}

/* --------------------------------------------------
commit-2col
-------------------------------------------------- */
.commit-2col{
	width: 90%;
	display: flex;
	margin-bottom: 3rem;
	margin: 0 auto;
}
.commit-2col .col-item{
	width: 20%;
}
.commit-2col .col-item:last-child{
	width: 75%;
	margin-left: 5%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
/* --------------------------------------------------
event-list
-------------------------------------------------- */
.event-list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 2rem;
}
.event-list a{
	text-decoration: underline;
}
.event-list dt{
	width: 18%;
	float: left;
	background: #97700D;
	color: #FFF;
	text-align: center;
	padding: 1rem;
	margin-right: 2%;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .event-list dt{
	padding-top:1.2rem;
}
.event-list dd{
	width: 80%;
	padding: 1rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 800px) {
	.event-list dt{
		width: 28%;
	}
	.event-list dd{
		width: 70%;
	}
	.event-list dt,.event-list dd{
/*		padding: .5rem;*/
		margin-bottom:.5rem;
	}
}
@media screen and (max-width: 420px) {
	/*event-list*/
	.event-list{
		display: block;
	}
	.event-list dt{
		width: 100%;
	}
	.event-list dd{
		width: 100%;
	}
}

/* --------------------------------------------------
flow-list
-------------------------------------------------- */
.flow-list dt{
	width: 20%;
	min-height: 45px;
	align-items: flex-start;
	position: relative;
	margin-bottom: 4rem;
}
.flow-list dt:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% - .1px);
	margin: auto;
	width: 100%;
	height: 20px;
	background:
		linear-gradient(to top right, transparent 49.5%, #97700D 52%) top left/ 50.1% 100% no-repeat,
		linear-gradient(to top left, transparent 49.5%, #97700D 52%) top right / 50.1% 100% no-repeat;
	}
/*IE表示用のCSS*/
_:-ms-input-placeholder, :root .flow-list dt:after{
	background:
		linear-gradient(to top right, transparent 50%, #97700D 50.5%) top left/ 50% 100% no-repeat,
		linear-gradient(to top left, transparent 50%, #97700D 50.5%) top right / 50% 100% no-repeat;
}
.flow-list dd{
	width: 78%;
	padding: 0;
	margin-bottom: 4rem;
}
@media screen and (max-width: 800px) {
	/*flow-list*/
	.flow-list dt{
		width: 30%;
	}
	.flow-list dd{
		width: 68%;
	}	
}
@media screen and (max-width: 420px) {
	/*flow-list*/
	.flow-list{
		display: block;
	}
	.flow-list dt{
		width: 100%;
		height: 30px;
	}
	.flow-list dd{
		width: 100%;
	}	
}
/* --------------------------------------------------
category-bar
-------------------------------------------------- */
.category-bar {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	font-family: 'Noto Serif JP',YuMinchoW,YuMinchoM,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	line-height: 1.2;
	text-align: center;
	margin: 0 auto 3%;
	position: relative;
}
.category-bar li {
	width: calc(100% / 2 - 2%);
	display: flex;
}
.category-bar li a{
	width: 100%;
	min-height: 60px;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	color: #97700D;
	background: #FFF;
	border: 1px solid #97700D;
	padding: .5em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*hover*/
.category-bar li a:hover{
	background: #97700D;
	color: #fff;
	position: relative;
}
/*active*/
.category-bar li.active a{
	background: #97700D;
	color: #fff;
	position: relative;
}
/*
.category-bar li.active a:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 1px);
	margin: auto;
	width: 100%;
	height: 15px;
	background:
	linear-gradient(to top right, transparent 50%, #97700D 52%) top left/ 50.1% 100% no-repeat,
	linear-gradient(to top left, transparent 50%, #97700D 52%) top right / 50.1% 100% no-repeat;
}
*/
/*.category-bar li.active a:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 1px);
	margin: auto;
	width: 100%;
	height: 15px;
	background:
	linear-gradient(to top right, transparent 50%, #97700D 50%) top left/ 50% 100% no-repeat,
	linear-gradient(to top left, transparent 50%, #97700D 50%) top right / 50% 100% no-repeat;
}*/

/*IE表示用のCSS*/
_:-ms-input-placeholder, :root .category-bar li.active a:after{
	background:
	linear-gradient(to top right, transparent 50%, #97700D 50.5%) top left/ 50% 100% no-repeat,
	linear-gradient(to top left, transparent 50%, #97700D 50.5%) top right / 50% 100% no-repeat;
}
@-moz-document url-prefix() {
	.category-bar li.active a:after{
		top: calc(100% + .5px);
	}
}

.category-bar li.active:last-child:after{
	display: none;
}
.category-bar li>br{
	display: none;
}

.category-bar.s3{
	width: 90%;
}
.category-bar.s3 li {
	width: calc(100% / 3 - 1%);
}
.category-bar.s3 li a{
	min-height: 60px;
}

.category-bar.s4{
	width: 100%;
}
.category-bar.s4 li {
	width: calc(100% / 4 - 1%);
}
.category-bar.s4 li a{
	min-height: 60px;
}

@media screen and (max-width: 800px) {
	.category-bar {
		width: 100%;
		font-size: 1.7rem;
		margin: 0 0 4% 0;
	}
	.category-bar li a{
		min-height: 60px;
	}
	.category-bar.s3{
		width: 100%;
	}
	.category-bar.s3 li a{
		min-height: 60px;
	}
	.category-bar.s4 li {
		width: calc(100% / 2 - 1%);
		margin-bottom: 1em;
	}
	.category-bar.s4 li a{
		min-height: 60px;
		
	}
	.category-bar li>br{
		display: block;
	}
	/*active*/
	.category-bar li.active a:after{
		height: 7px;
	}
	
}
/* for mobile */
@media screen and (max-width: 420px) {
	.category-bar {
		font-size: 1.4rem;
		margin-bottom: 7%;
	}
	.category-bar li{
		width: calc(100% / 2 - 1%);
		min-height: 46px;
	}
	.category-bar.s3 li{
		width: calc(100% / 3 - 1%);
	}
	.category-bar.s3 li a{
		min-height: 46px;
	}
	.category-bar.s4 li a{
		min-height: 46px;
	}
	.category-bar li a{
		font-size: 1.6rem;
	}
	/*active*/
	.category-bar li.active:after{
		height: 10px;
	}
	.category-bar li>br.br-sp{
		display: block;
	}
}
/* --------------------------------------------------
news-list
-------------------------------------------------- */
.news-list li {
	display: flex;
	text-align: left;
	border-bottom: 1px solid #EADFC6;
	padding-bottom: 30px;
    padding-left: 1em;
	margin-bottom: 30px;
	flex-wrap: wrap;
}
.news-list li a{
    text-decoration: underline;
}
.news-list li a:hover{
    text-decoration: none;
}
.news-list time {
	width: 11em;
    font-weight: bold;
}
.news-list li a {
	flex: 1;
}

/* for TABLET */
@media screen and (max-width: 800px) {
	.news-list time,
	.news-list p {
		width: 100%;
	}
	.news-list li {	
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.news-list li a {
		flex: inherit;
	}
}
/* --------------------------------------------------
arrow-list
-------------------------------------------------- */
.arrow-list li {
	text-align: left;
	margin-bottom: 2rem;
}
.arrow-list li a{
	text-decoration: underline;
}
.arrow-list li a:hover{
	text-decoration: none;
}
.arrow-list li:before {
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
	color:#B28B26;
	margin-right: 1em;
	font-weight: 900;
	vertical-align: middle;
}
@media screen and (max-width: 420px) {
	.arrow-list li {
		margin-bottom: 20px;
	}
}
/* --------------------------------------------------
circle-list
-------------------------------------------------- */
.circle-list{
	margin-bottom: 30px;
}
.circle-list li {
	padding: 0.5rem 0;
	padding-left: 0px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.circle-list li::before {
	content: "\f111";
	font-family: fontawesome;
	margin-right: 0.5em;
	color: #97700D;
}
/* --------------------------------------------------
star-g
-------------------------------------------------- */
.star-g{
	padding: 0.5rem 0;
	padding-left: 0px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.star-g::before {
	content: "\f005";
	font-family: fontawesome;
	margin-right: 0.5em;
	color: #97700D;
}
/* --------------------------------------------------
star-b
-------------------------------------------------- */
.star-b{
	padding: 0.5rem 0;
	padding-left: 0px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.star-b::before {
	content: "\f005";
	font-family: fontawesome;
	margin-right: 0.5em;
	color: #262320;
}
/* --------------------------------------------------
dl-box
-------------------------------------------------- */
.dl-box{
	margin: 2% 0
}
.dl-box p{
	margin-bottom: 0.5rem;
}
.dl-box p a{
	text-decoration: underline;
	display: flex;
	align-items: center;
	justify-content: left;
}
.dl-box p.lead{
	margin-bottom: 1rem;
}
/* dl-word */
.dl-word{
	padding: 0.5rem 0;
	padding-left: 0px;
	/*padding-left: 1.5em;
	text-indent: -1.5em;*/
}
/*.dl-word::before {
	content: "\f1c2";
	font-family: fontawesome;
	margin-right: 0.5em;
	color: #97700D;
}*/
.dl-word a::before {
	content: "\f1c2";
	font-family: fontawesome;
	margin-right: 1.2rem;
	color: #97700D;
	font-size: 2em;
}

/* dl-pdf */
.dl-pdf{
	padding: 0.5rem 0;
	padding-left: 0px;
	/*padding-left: 1.5em;
	text-indent: -1.5em;*/
}
/*.dl-pdf::before {
	content: "\f1c1";
	font-family: fontawesome;
	margin-right: 0.5em;
	color: #97700D;
}*/
.dl-pdf a::before {
	content: "\f1c1";
	font-family: fontawesome;
	margin-right: 1.2rem;
	color: #97700D;
	font-size: 2em;
}
/* --------------------------------------------------
shadow
-------------------------------------------------- */
.shadow{
	box-shadow: -20px 20px #DCCA9E;
}
@media screen and (max-width:1080px) {
	.shadow {
		box-shadow: -10px 10px #DCCA9E;
	}
}
@media screen and (max-width: 800px) {
	.shadow {
		box-shadow: -10px 10px #DCCA9E;
	}
}
@media screen and (max-width: 420px) {
	.shadow {
		box-shadow: -7px 7px #DCCA9E;
	}
}



/* --------------------------------------------------

print

-------------------------------------------------- */

@media print {
	body {
		zoom: 0.68;
		-webkit-print-color-adjust: exact;
	}
	.wrapper, .inner{
		width: 98%;
	}
	/* --------------------------------------------------
	all
	-------------------------------------------------- */
	/*header footer*/
	.h-logo{
		position: relative;
	}
	.h-logo a{
		padding: 2rem 3rem;
	}
	#gnav{
		display: none;
	}
	.footer-sitemap{
		display: none;
	}
	#footer{
		padding: 20px;
	}
	#pagetop{
		display: none !important;
	}
	/* --------------------------------------------------
	font
	-------------------------------------------------- */
	.top-ttl h2{
		font-size: 2rem;
	}
	.page-ttl h1{
		font-size: 3rem;
	}
	.basic-btn a{
		font-size: 1rem;
		padding: .5em;
	}
	/* --------------------------------------------------
	ttl
	-------------------------------------------------- */
	.post-ttl{
		padding: .5em 1.5em;
		margin-bottom: 2rem;
	}
	.ttl-sec{
		margin: 0 0 1em;
	}
	/* --------------------------------------------------
	top
	-------------------------------------------------- */
	.slide-top .txtarea{
		right: 50px !important;
	}
	.top-ttl .top-sttl{
		margin-top: 0;
	}
	/*mail*/
	.mail-member{
		border: 1px solid #262320;
	}
	.list-4col li{
		width: calc(100% / 4 - 3%);
	}
	/* --------------------------------------------------
	page
	-------------------------------------------------- */
	.page-ttl{
		height: 140px;
	}
	/*sns*/
	.share-area,
	.fb-import{
		display: none;
	}
	/* --------------------------------------------------
	page detail
	-------------------------------------------------- */
	.side-area{
		display: none;
	}
	.main-area{
		width: 90%;
		margin: 0 auto;
	}
}

/* IE10以上 */
@media print and (-ms-high-contrast: none) {
	body {
		zoom: 1.8;
		width: 1200px;
		transform: scale(0.5);
		transform-origin: 0 0;
	}
}

/* --------------------------------------------------

en

-------------------------------------------------- */

.cookie-on #header{
	padding-top: 50px;	
	position: relative;	
}
.cookie-on .skip-link {
	top: 0;
}
.cookie-on .skip-link:focus {
	top: 30px;
}

.cookie-area {
	z-index: 10000;
	display: none;	
	color: #fff;	
}
.cookie-on .cookie-area{
	display: block;
}
.cookie-on .cookie-inner {
/*	height: 50px;*/
	display: flex;
	padding:1em;	
}
.cookie-inner {
/*	display: none;*/	
	background-color: #242424;
	z-index: 999;
	padding: 0.5em 2%;
	justify-content: space-between;
	align-items: center;
/*	height: 0;*/
	line-height: 1.2;
}
.cookie-inner p{
	width:calc(100% - 9em);
}
.cookie-area .accept{
	margin-left: 1em;
	background: #fff;
	color: #000;
	padding: 0.5em 1em;
	line-height: 1;
	border-radius: 3.0rem;
	width:8em;
	text-align:center;
}
.cookie-on .cookie-area{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
}
.cookie-area p > a {
	text-decoration: underline;
	color: #fff;
}
.cookie-on #gnav.fixed-nav {
	position: fixed;
	width: 100%;
	top: 50px;
}
.cookie-on #spnav nav {
	text-align: center;
	margin-top: 140px;
}
.cookie-on .btn-close {
	top: 90px;
}
/*header*/
.cookie-on .sp-wrap {
	height: calc(100% - 138px);
}
.post-sttl-large {
	word-break: break-word;
}
@media screen and (max-width: 1279px) {
.cookie-on .skip-link:focus {
	top: 40px;
}
}
@media screen and (max-width: 800px) {
.cookie-on .cookie-inner {
	font-size:1.2rem;
/*	height: 80px;*/
}
.cookie-on #header {
	margin-top: 90px;
	padding-top: 0;
}			
.cookie-area .accept {
/*    margin-left: 2em;*/
}	
.cookie-on .sp-wrap{
/*	padding-top: 90px;*/
	top: 138px;
}
}
