@charset "UTF-8";

.slide {
	position: relative;
	z-index: 1;
	background: #EEEDDC;
	border-top: 1px solid #CAC6BB;
	border-bottom: 1px solid #CAC6BB;
}

.slide_loading {
	position: absolute;
	z-index: 0;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -25px;
}

.slide_list {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
}

.slide_item {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 120%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	visibility: hidden;
	left: 0;
	top: 0;
}

.slide_item.is-current {
	z-index: 2;
}

.slide_item-no1 {
	background-image: url(../img_new/pt-slide01.jpg);
}

.slide_item-no2 {
	background-image: url(../img_new/pt-slide02.jpg);
}

.slide_item-no3 {
	background-image: url(../img_new/pt-slide03.jpg);
}

.slide_item > img {
	visibility: hidden;
}

/* インデックスナビ */

.indexNavi {
	margin: 0 0 50px;
}

html[lang="en"] .indexNavi {
	margin-bottom: 20px;
}

.indexNavi_list {
	list-style: none;
}

.indexNavi_item {
	width: 320px;
	-moz-box-shadow: 0px 0px 3px 3px rgba(212,198,156,0.2);
	-webkit-box-shadow: 0px 0px 3px 3px rgba(212,198,156,0.2);
	box-shadow: 0px 0px 3px 3px rgba(212,198,156,0.2);
	float: left;
	margin: 0 20px 18px 0;
	background-color: #F8F7F1;
	background-position: 96% center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.3s;
}

.indexNavi_item:hover {
	opacity: 0.7;
}

.indexNavi_item > a {
	text-decoration: none;
	color: inherit;
	display: block;
}

.indexNavi_list > li:nth-child(3n) {
	margin-right: 0;
}

.indexNavi_list > li:nth-child(3n + 1) {
	clear: both;
}

.indexNavi_item_inner {
	padding: 20px 15px;
}

html[lang="en"] .indexNavi_item_inner {
	padding: 10px 15px;
}

.indexNavi_item-no1 {
	background-image: url(../img_new/bg-index-navi01.jpg);
}

.indexNavi_item-no2 {
	background-image: url(../img_new/bg-index-navi02.jpg);
}

.indexNavi_item-no3 {
	background-image: url(../img_new/bg-index-navi03.jpg);
}

.indexNavi_item-no4 {
	background-image: url(../img_new/bg-index-navi04.jpg);
}

.indexNavi_item-no5 {
	background-image: url(../img_new/bg-index-navi05.jpg);
}

.indexNavi_item-no6 {
	background-image: url(../img_new/bg-index-navi06.jpg);
}

.indexNavi_item-no7 {
	background-image: url(../img_new/bg-index-navi07.jpg);
}

.indexNavi_item-no8 {
	background-image: url(../img_new/bg-index-navi08.jpg);
}

.indexNavi_item-no9 {
	background-image: url(../img_new/bg-index-navi09.jpg);
}

html[lang="en"] .indexNavi_headline {
	line-height: 2;
	/* margin: 0 0 11px; */
	min-height: 2em;
}

html[lang="en"] .indexNavi_headline-multiline {
	line-height: 1;
}

.indexNavi_text {
	font-size: 12px;
	line-height: 1.5;
	color: #4A391F;
}

html[lang="en"] .indexNavi_text {
	font-size: 10px;
	line-height: 1.2;
	min-height: 4.8em;
}

.pageBody {
	background: url(../img_new/bg-body.png) center top repeat-x;
	padding-top: 42px;
}

/* ダイアリー */

.secDiary {
	position: relative;
	z-index: 1;
	margin: 0 0 30px;
}

.secDiary_title {
	margin-bottom: 1em;
}

.secDiary_moreLink {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
}

.entry {
	line-height: 1.6;
	font-size: 12px;
}

.entry_title {
	font-size: 16px;
	font-weight: normal;
	color: #514025;
	line-height: 1.3;
	text-decoration: underline;
	margin: 0.3em 0 0.5em;
}

a:hover .entry_title {
	text-decoration: none;
}

.entry_imgCol {
	visibility: hidden;
}

.entry a {
	text-decoration: none;
	color: inherit;
}

/* お知らせ */

.secInfo {
	position: relative;
	z-index: 1;
}

.secInfo_moreLink {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 5px;
}

.secInfo_title {
	margin-bottom: 1em;
}

.secInfo_list {
	list-style: none;/* line-height: 1.3; */
}

.secInfo_list > li > a {
	text-decoration: none;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: inherit;
}

.secInfo_list > li time {
}

.secInfo_list_title {
	margin: 0 0 0 1em;
	color: #514025;
	;
	text-decoration: underline;
}

a:hover .secInfo_list_title {
	text-decoration: none;
}

.contact {
	background: url(../img_new/bg-contact.jpg) repeat;
	padding: 12px;
	font-size: 12px;
	background-size: 100% 100%;
}

.contact_list dt {
	font-weight: bold;
	color: #493A1F;
}

.homeNavi {
	margin: 25px 0 0;
}

.homeNavi_list {
	list-style: none;
}

.homeNavi_list > li {
}

.homeNavi_list > li > a {
	color: inherit;
	text-decoration: none;
	display: block;
	line-height: 32px;
	border-bottom: 1px solid #B4B2A4;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.homeNavi_list > li > a:hover {
	background: #E2DFC6;
}

.homeNavi_list > li > a:before {
	content: ">";
	margin: 0 5px 0 0;
}

.homeNavi_list > li > a .icon-blank {
	font-size: 90%;
	margin: 0 0 0 5px;
}

/* ライトアップバナー */
.bnrRightup {
	width: 660px;
	margin: 22px auto;
}

.bnrRightup-jp {
	margin: -35px auto 35px;
	width: 100%;
	text-align: center;
}

.bnrRightup > a {
	display: block;
	border: 1px solid #C3BFB1;
	background: #fff url(../gyokusen-in/img/bg-bnr-rightup.png) right center no-repeat;
	position: relative;
	z-index: 1;
	min-height: 130px;
	padding: 0 0 0 300px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.bnrRightup > a:hover {
	opacity: 0.8;
}

.bnrRightUp_txt {
	padding: 34px 27px 0;
}

html[lang="ja"] .bnrRightUp_txt,
html[lang="en"] .bnrRightUp_txt {
	padding-top: 28px;
}

.bnrRightUp_title {
}

.bnrRightUp_title > img {
}

.bnrRightUp_image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.bnrRightUp_image > img {
}

.arLink {
	margin: 0 0 16px;
}

.arLink > a {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 19px;
	line-height: 52px;
}

.arLink > a img {
	vertical-align: middle;
}

.arLink > a .icon {
	margin: 0 8px 0 0;
}

.movie {
	margin: 20px 0;
}

.movie > iframe {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 472px;
}

.bnrRightup-jp {
	margin-top: 0;
}

/* タブレット以下設定 */
@media screen and (max-width:999px) {

.slide_item {
	background-size: auto 100%;
}

/* インデックスナビ */

.indexNavi {
	margin: 0 0 5%;
}

.indexNavi_item {
	width: 49%;
	margin: 0 2% 18px 0;
	background-position: right center;
	background-size: auto 100%;
}

.indexNavi_list > li:nth-child(3n) {
	margin-right: 2%;
}

.indexNavi_list > li:nth-child(2n) {
	margin-right: 0;
}

.indexNavi_list > li:nth-child(3n + 1) {
	clear: none;
}

.indexNavi_list > li:nth-child(2n + 1) {
	clear: both;
}

.indexNavi_item_inner {
	padding: 13px;
}

.pageBody {
	padding-top: 4.2%;
}

/* ダイアリー */
	
.secDiary {
	margin: 0 0 20px;
}

.entry_txtCol {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 110px;
}

.entry_imgCol {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	width: 100px;
}

.entry {
	position: relative;
	z-index: 1;
}

.entry_title {
	font-size: 15px;
}

/* お知らせ */

.contact {
	padding: 5px;
}

.homeNavi {
	margin: 20px 0 0;
}

/* ライトアップバナー */
.bnrRightup {
	width: 640px;
	margin: 12px auto;
}

.bnrRightup-jp {
	margin: -22px auto 32px;
}

.bnrRightup > a {
}

.bnrRightup > a:hover {
}

.bnrRightUp_txt {
}

.bnrRightUp_title {
}

.bnrRightUp_title > img {
}

.bnrRightUp_image {
}

.bnrRightUp_image > img {
}

.arLink {
	margin: 0 0 10px;
}

.arLink > a {
	font-size: 15px;
	line-height: 42px;
}

.arLink > a .icon {
	margin: 0 5px 0 0;
}

.arLink > a img {
	width: 100px;
}
}

/* All SP */
@media screen and (max-width:639px) {

.indexNavi {
	margin-bottom: 30px;
}

.indexNavi_item {
	width: 100%;
	float: none;
	margin: 0 0 10px;
}

.indexNavi_headline {
	margin-bottom: 0;
}

.indexNavi_text {
	display: none;
}

.indexNavi_item_inner {
	padding: 10px;
}

.secInfo_list > li > a {
	padding: 4px 0;
	font-size: 12px;
}

.secInfo_list > li time {
	font-size: 10px;
	display: block;
	line-height: 1;
}

.secInfo_list_title {
	margin: 0;
}

.entry {
	font-size: 10px;
}

.entry_title {
	font-size: 14px;
	margin: 0.3em 0;
}

.contents_rightCol {
	margin: 20px 0 0;
}

.contact {
	padding: 10px;
}

.homeNavi {
	margin-top: 15px;
	margin-bottom: 30px;
}

.homeNavi_list > li > a {
	position: relative;
	z-index: 1;
	border-bottom: 1px dashed #B4B2A4;
}

.homeNavi_list > li > a:before {
	display: none;
}

.homeNavi_list > li > a:after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 1;
	width: 6px;
	height: 6px;
	border: 2px solid #49391E;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: none;
	border-left: none;
}

/* ライトアップバナー */

.bnrRightup {
	width: 100%;/* margin: 12px auto 0; */
}

.bnrRightup-jp {
	width: 102%;
	margin-left: -1%;
}

.bnrRightup > a {
	padding: 20px;
	min-height: 0;
	background-size: 100% 100%;
	text-align: center;
}

.bnrRightup > a:hover {
}

.bnrRightUp_txt {
	padding: 0 !important;
	margin: 0 0 11px;
}

.bnrRightUp_title {
}

.bnrRightUp_title > img {
/* width: 149px; */
}

.bnrRightUp_image {
	position: static;
}

.bnrRightUp_image > img {
}

.arLink {
	margin: 0 0 10px;
}

.arLink > a {
	font-size: 14px;
	line-height: 36px;
}

.arLink > a .icon {
}
}
