@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Prata');

/* ==========================================================================
   RESET
   ========================================================================== */
/*
* http://meyerweb.com/eric/tools/css/reset/
* v2.0 | 20110126
* License: none (public domain)
*/
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, tfoot, thead, 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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* form */
input,textarea {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
    cursor: pointer;
}

/*
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type=".hamburger"],
input[type="submit"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;

    -webkit-box-sizing: content-box;
    -webkit-appearance: .hamburger;
    appearance: .hamburger;
    box-sizing: border-box;
    cursor: pointer;
}
*/

input[type="submit"]::-webkit-search-decoration,
input[type=".hamburger"]::-webkit-search-decoration {
    display: none;
}

input[type="radio"] {
    display: none;
}
input[type="radio"]:checked + label {
    background: #ff0000;
}

input[type="checkbox"] {
    display: none;
}
input[type="checkbox"]:checked + label {
    background: #ff0000;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    border-radius: 0;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
}

.hamburger,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
}

.hamburger {
	background: transparent;
}

/* add */
::-moz-selection {
    background: #c4b297;
    text-shadow: none;
}

::selection {
    background: #c4b297;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

* {
    box-sizing: border-box;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

a {
	color: inherit;
}

a, a:hover {
    text-decoration: none;
}

b {
    font-weight: bold;
}

*:focus {
    outline: none;
}

@media only screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/* for tablet */
@media only screen and (max-width: 1280px) {  }

/* for sp */
@media only screen and (max-width: 768px) {  }

/* ==========================================================================
 *
 * ========================================================================== */
html {
    font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
	overflow: auto;
}

html.noScroll {
	overflow: hidden;
}

body {
	color: #424040;
}

.font-min {
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}

.font-en {
	font-family: 'Prata', serif;
}

.disp-pc { display: block; }
.disp-tb { display: block; }
.disp-sp { display: none; }
.info_calendarimg img{
 width: 980px;
display:block;
margin:0 auto;
}

@media only screen and (max-width: 768px) {
    .disp-pc { display: none; }
    .disp-sp { display: block; }
.info_calendarimg img{
 width: 100%;
}
}

#wrapper {
    width: 100%;
    overflow: hidden;
}

.fitImg {
    width: 100%;
    height: auto;
}

.lyt-inner-a {
    max-width: 1010px;
    padding: 0 30px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	.lyt-inner-a {
        padding: 0 6.5%;
    }
.info_calendarimg img{
 width: 100%;
}
}

.hover-opacity {
    opacity: 1;
    transition: opacity 200ms;
}

.hover-opacity:hover {
    opacity: .6;
}

@media only screen and (max-width: 768px) {
    .hover-opacity:hover {
        opacity: 1;
    }
}

.hover-scale {
    display: block;
    transform: scale(1);
    transition: transform 200ms;
}

.hover-scale:hover {
    transform: scale(1.075);
}

@media only screen and (max-width: 768px) {
    .hover-scale:hover {
        transform: scale(1);
    }
}

/* ------------------------------
 * #gHeader
 * ------------------------------ */
#gHeader {
    width: 100%;
	background: #fff;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 1000;
}

.gH_container01 {
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
}

.gH_container01_inner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	max-width: 1100px;
	height: 70px;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
}

.gHTitle01 {
    width: 141px;
    position: absolute;
    top: 30px;
    left: 30px;
}

.gH_btnNav {}

.gH_search {
	width: 165px;
	margin: 0 0 0 35px;
}

@media only screen and (max-width: 768px) {
	#gHeader {
		position: fixed;
		top: 0;
		left: 0;
	}

	.gH_container01_inner {
		height: 38px;
		padding: 0 6.5%;
	}

	.gHTitle01 {
		width: 106px;
		position: absolute;
		top: 12px;
		left: calc(50% - 53px);
	}
}

/* ------------------------------
 *
 * ------------------------------ */
.btnNav {}

.btnNav_list {
	display: flex;
	justify-content: center;
	align-items: center;
}

.btnNav_item {
	margin: 0 6px;
}

.btnNav_link {
	display: block;
	width: 26px;
	transition: all 300ms;
}

.btnNav_link:hover {
	transform: scale(1.15);
}

@media only screen and (max-width: 768px) {
	.btnNav_link {
		transition: none;
	}

	.btnNav_link:hover {
		transform: scale(1);
	}
}

/* ------------------------------
 *
 * ------------------------------ */
.searchform1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border: 1px solid #e8e8e8;
	background: #fff;
}

.searchform1_box {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: center;
	padding: 0 8px;
	width: calc(100% - 23px);
	height: 23px;
}

.searchform1_btn {
	width: 23px;
	height: 23px;
	background: #050505 url("../img/common/icon_search.png") no-repeat center center / 12px;
}

@media only screen and (max-width: 768px) {
	.searchform1_box {
		height: 40px;
	}

	.searchform1_btn {
		width: 40px;
		height: 40px;
		background-size: 21px;
	}
}

/* ------------------------------
* .gHNav
* ------------------------------ */
.gHNav {
	width: 100%;
	background: #fff;
	position: relative;
}

.gHNav.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.gHNav_inner {
	width: 100%;
	max-width: 1100px;
	padding: 0 30px;
	margin: 0 auto;
}

.gHNav_1st_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.gHNav_1st_item {
	margin: 0 12px;
}

.gHNav_1st_link {
	text-align: center;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	height: 75px;
	position: relative;
}

.gHNav_1st_text-en {
	color: #4d4d4d;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	display: block;
}

.gHNav_1st_text-ja {
	color: #4d4d4d;
	font-size: 1.1rem;
	letter-spacing: 0.15em;
	display: block;
	margin: 5px auto 0 auto;
}

.gHNav_1st_link.current .gHNav_1st_text-en,
.gHNav_1st_link.current .gHNav_1st_text-ja{
    color: #7a6544;
}


/* hover */
.gHNav_1st_link:hover .gHNav_1st_text-en,
.gHNav_1st_link:hover .gHNav_1st_text-ja {
	color: #7a6544;
}

.gHNav_1st_item[aria-expanded] .gHNav_1st_link:hover:after {
	opacity: 1;
}

.gHNav_2nd {
	width: 100%;
	position: absolute;
	top: 75px;
	left: 0;
	background: #efefef;
}

.gHNav_2nd[aria-expanded] {
	transition: all 400ms;
}

.gHNav_2nd[aria-expanded="false"] {
	opacity: 0;
	visibility: hidden;
}

.gHNav_2nd[aria-expanded="true"] {
	opacity: 1;
	visibility: visible;
}

.gHNav_2nd_inner {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	max-width: 1100px;
	padding: 22px 30px 45px 30px;
	margin: 0 auto;
}

.gHNav_2nd_column-A {
	width: calc(195/950 * 100%);
	height: 100%;
}

.gHNav_2nd_column-B {
	width: calc(295/950 * 100%);
	height: 100%;
	margin: 0 0 0 calc(70/950 * 100%);
}

.gHNav_2nd_column-C {
	width: calc(195/950 * 100%);
	height: 100%;
	border-left: 1px solid #fff;
	padding: 0 0 5px 30px;
}

.gHNav_2nd_link {
	display: block;
}

.gHNav_2nd_text {
	color: #4d4d4d;
	font-size: 1.6rem;
	letter-spacing: 0.15em;
}

.gHNav_2nd_link-all {
	text-align: center;
	display: block;
}

.gHNav_2nd_link-all .gHNav_2nd_thumb {
	display: block;
}

.gHNav_2nd_link-all .gHNav_2nd_text {
	text-align: center;
	display: inline-block;
	width: 100%;
	background: #fff;
	padding: 10px 5px;
	margin: 20px 0 0 0;
}

.gHNav_2nd_link-B {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 25px 0;
}

.gHNav_2nd_link-B .gHNav_2nd_thumb {
	width: 45px;
	margin: 0 15px 0 0;
}

/*ナビカテゴリ行間*/
.gHNav_2nd_link-C {
	padding: 1px 0;
	margin: 0 0 15px 0;
}

/* hover */
.gHNav_2nd_link:hover .gHNav_2nd_text {
	color: #7a6544;
}

.gHNav_2nd_link-all:hover .gHNav_2nd_text {
	color: #fff;
	background: #7a6544;
}

@media only screen and (max-width: 1000px) {

	.gHNav_2nd_column-B {
		margin: 0 0 0 calc(35/950 * 100%);
	}

	.gHNav_2nd_column-C {
		padding: 0 0 5px 10px;
	}

	.gHNav_2nd_text {
		font-size: 1.4rem;
	}
}

/* ------------------------------
* .drawerSwitch
* ------------------------------ */
.drawerSwitch {
    display: block;
    width: 22px;
    height: 25px;
    position: absolute;
    top: 9px;
    right: 9px;
    z-index: 2001;
    cursor: pointer;
    display: none;
}

.drawerSwitch,
.drawerSwitch *,
.drawerSwitch *:before,
.drawerSwitch *:after {
    transition: all 300ms;
}

.drawerSwitch_text {
	width: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.drawerSwitch_border {
    display: block;
	width: 22px;
    height: 12px;
    position: absolute;
	top: 10px;
	right: 10px;
}

.drawerSwitch_border span {
    display: block;
	width: 22px;
    height: 2px;
	background: #4d4d4d;
    position: absolute;
   left: 0;
}

.drawerSwitch_border span:nth-child(1) { top: 0; }
.drawerSwitch_border span:nth-child(2) { top: 5px; }
.drawerSwitch_border span:nth-child(3) { width: 13px; bottom: 0; }

/* active */
.drawerSwitch[aria-expanded="true"] {
    background: transparent;
}

.drawerSwitch[aria-expanded="true"] .drawerSwitch_text { opacity: 0; }

.drawerSwitch[aria-expanded="true"] .drawerSwitch_border span {
	width: 15px;
	left: 3px;
	background: #fff;
}

.drawerSwitch[aria-expanded="true"] .drawerSwitch_border span:nth-child(1) { transform: rotate(45deg); top: 5px; }
.drawerSwitch[aria-expanded="true"] .drawerSwitch_border span:nth-child(2) { transform: rotate(-45deg); bottom: 5px }
.drawerSwitch[aria-expanded="true"] .drawerSwitch_border span:nth-child(3) { opacity: 0; }

@media only screen and (max-width: 768px) {
	.drawerSwitch {
		display: block;
	}
}

/* ------------------------------
 * .drawer
 * ------------------------------ */
/* #drawer */
#drawer {
	display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
	display: none;
}

@media only screen and (max-width: 768px) {
	#drawer {
		display: block;
	}
}

#drawer[aria-expanded] {
	transition: all 400ms;
}

#drawer[aria-expanded="false"] {
	transform: translateX(-100%);
	visibility: hidden;
}

#drawer[aria-expanded="true"] {
	transform: translateX(0);
	visibility: visible;
}

/* .gNav  */
.gNav {
    display: block;
    width: 100%;
    height: 100%;
	background: #363838;
    overflow-y: auto;
    overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	position: relative;
}

.gNav_container01 {
	padding: 35px 6.5% 12px 6.5%;
}

.gNav_search {
	width: 100%;
	max-width: 260px;
	margin: 12px auto 0 auto;
}

.gNav_list {
	display: block;
}

.gNav_1st_item {
	border-top: 1px solid #686868;
}

.gNav_1st_item:last-child {
	border-bottom: 1px solid #686868;
}

.gNav_1st_link {
    display: block;
	padding: 16px 6.5%;
    position: relative;
}

.gNav_1st_text-en {
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.15em;
}

.gNav_1st_text-ja {
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.15em;
	margin-left: 0.8em;
}

.gNav_link.gNav_accordion-trg:before,
.gNav_link.gNav_accordion-trg:after {
	content: '';
	display: block;
	width: 13px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: calc(50% - 2px);
	right: 6.5%;
}

.gNav_link.gNav_accordion-trg:after {
	transform: rotate(90deg);
}

.gNav_link.gNav_accordion-trg.active:after {
	opacity: 0;
}

.gNav_link:not(.gNav_accordion-trg):after {
	content: '';
	display: block;
	width: 13px;
	height: 100%;
	background: url("../img/common/arrow01.png") no-repeat center center / contain;
	position: absolute;
	top: 0;
	right: 6.5%;
}

.gNav_2nd {
	background: #050505;
	display: none;
}

.gNav_2nd_list {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.gNav_2nd_item {
	width: 50%;
	border-bottom: 1px solid #363838;
}

.gNav_2nd_item:nth-child(odd) {
	border-right: 1px solid #363838;
}

.gNav_2nd_link {
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.15em;
	display: block;
	padding: 20px 13%;
}

/* ------------------------------
 * #gFooter
 * ------------------------------ */
#gFooter {
    background: #fff;
    position: relative;
}

.gF_gotop {
    display: block;
    width: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20px;
}

.gF_btnNav {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0 20px 0;
	border-bottom: 1px solid #e8e8e8;
}

.gF_info {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	max-width: 1010px;
	margin: 0 auto;
	padding: 30px 30px;
}

.gF_info_column {
	width: 45%;
}

.info_list {
	color: #4d4d4d;
	font-size: 1.4rem;
	letter-spacing: 0.15em;
	line-height: 1.715;
}

.info_list > dt {
	font-weight: bold;
}

.info_list > dd {
	margin: 15px 0 0 0;
}

.info_list > dd + dt {
	margin: 35px 0 0 0;
}

.info_link {
	display: inline-block;
	border: 1px solid #e8e8e8;
	padding: 10px 20px;
	margin: 20px 0 0 0;
}

.calendarNote {
	font-weight: normal;
	font-size: 1.1rem;
	color: #000000;
	letter-spacing: 0;
	display: block;
}

.calendarNote_mark01 {
	color: #e2f4f4;
}

.calendarNote_mark02 {
	color: #fae8e5;
}

.calendarNote_color01 {
	color: #ff5860;
}

.calendarTable_container {
	display: block;
}

.calendarTable {
	color: #000000;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	text-align: center;
	width: 100%;
}

.calendarTable + .calendarTable {
	margin: 15px 0 0 0;
}

.calendarTable caption {
	font-weight: bold;
	margin: 6px 0;
}

.calendarTable tr {
	border-top: 1px solid #a2a3a3;
}
.calendarTable tr:last-child {
	border-bottom: 1px solid #a2a3a3;
}

.calendarTable th,
.calendarTable td {
	padding: 3px 0;
	border-left: 1px solid #a2a3a3;
}

.calendarTable th:last-child,
.calendarTable td:last-child {
	border-right: 1px solid #a2a3a3;
}

.calendarTable th {
	font-weight: bold;
}

.calendarTable td:first-child {
	color: #ff5860;
}

.calendarTable td:last-child {
	color: #00a5b8;
}

.calendarTable_date-mark01 {
	background: #e2f4f4;
}

.calendarTable_date-mark02 {
	background: #fae8e5;
}

.calendarTable_date-hide {
	color: #b5b5b5!important;
	background: transparent!important;
}

.gF_copyright {
    color: #fff;
    font-size: 1.2rem;
	letter-spacing: 0.15em;
    text-align: center;
    padding: 15px 0 15px 0;
	background: #7a6544;
}

@media only screen and (max-width: 768px) {
	.gF_gotop {
        width: 20%;
        top: 0;
    }
    
    .gF_btnNav {
		padding: 100px 0 15px 0;
		border-bottom:none;
	}

	.gF_info {
		display: block;
		padding: 15px 6.5% 70px 6.5%;
	}

	.gF_info_column {
		width: 100%;
	}

	.info_list {
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.info_list > dd {
		margin: 10px 0 35px 0;
	}

	.info_list > dd + dt {
		margin: 0 0 0 0;
	}

	.info_link {
		display: block;
		text-align: center;
		padding: 8px 10px;
		margin: 10px 0 0 0;
	}

	.calendarTitle {
		text-align: center;
	}

	.calendarNote {
		font-size: 1.0rem;
		margin: 6px 0 0 0;
	}

	.calendarTable_container {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.calendarTable {
		font-size: 1.2rem;
		width: 263px;
		margin: 20px auto 0 auto;
	}

	.calendarTable + .calendarTable {
		margin: 20px auto 0 auto;
	}

	.calendarTable caption {
		font-weight: bold;
		margin: 6px 0;
	}

	.calendarTable tr {
		border-top: 1px solid #a2a3a3;
	}
	.calendarTable tr:last-child {
		border-bottom: 1px solid #a2a3a3;
	}

	.calendarTable th,
	.calendarTable td {
		padding: 3px 0;
		border-left: 1px solid #a2a3a3;
	}

	.calendarTable th:last-child,
	.calendarTable td:last-child {
		border-right: 1px solid #a2a3a3;
	}

	.calendarTable th {
		font-weight: bold;
	}

	.calendarTable td:first-child {
		color: #ff5860;
	}

	.calendarTable td:last-child {
		color: #00a5b8;
	}

	.calendarTable_date-mark01 {
		background: #e2f4f4;
	}

	.calendarTable_date-mark02 {
		background: #fae8e5;
	}

	.calendarTable_date-hide {
		color: #b5b5b5!important;
		background: transparent!important;
	}

	.gF_copyright {
		font-size: 0.9rem;
		padding: 12px 0 12px 0;
	}
}

@media only screen and (max-width: 480px) {
	.calendarTable_container {
		display: block;
	}
}

/* ==========================================================================
 * Helper
 * ========================================================================== */
.tc { text-align: center; }
.tl { text-align: left; }
.tr { text-align: right; }

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }

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

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}
