@charset "utf-8";

/**
 *
 * TopPage
 *
 */

/*===============================================
●index.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px){
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　;
}

.main-visual {
	position: relative;
}
.main-visual:before {
	content: "";
	display: block;
	background: url(../img/dot.png) 0 0 repeat;
	background-size: 192px 192px;
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 80vw;
	height: 50vh;
}
.main-visual .box-content {
	max-width: 1700px;
	padding-left: 50px;
	padding-right: 50px;
}
.main-visual .box-content {
	max-width: 1700px;
	padding: 30px 50px;
	display: flex;
	justify-content: space-between;
}
.main-visual .main-visual-content {
	width: 50%;
	display: flex;

	flex-direction: column;
	justify-content: center;
	position: relative;
}
.main-visual .main_slider {
	width: 50%;
	
}
.main-visual .main-visual-title {
	font-size: 78px;
	line-height: 1.19em;
}
.main-visual .main-visual-caption {
	font-size: 28px;
	line-height: 1.642em;
}
.main-visual .main-visual-feat {
	font-size: 22px;
	line-height: 1.72em;
	border-left: 1px solid #49331D;
	padding-left: 10px;
}

/* TITLE MAIN */
.title-main {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color:#49331D;
	line-height: 1.45em;
	margin: 0px auto 50px;
	position: relative;
	font-weight: normal;
}
.title-main-caption {
	color: #6A3D0E;
	text-align: center;
	display: block;
	margin: 0px auto 0px;
	position: relative;
	line-height: 1;
	font-size: 100px;
}
.title-main-caption span {
	font-family: 'Cinzel', serif;
	
}
.title-main-caption span:before {
	content: "";
	display: inline-block;
	background: url(../img/top/title-main.png) 0 0 no-repeat;
	background-size: contain;
	width: 132px;
	height: 1px;
	vertical-align: middle;
	margin-right: 25px;
}
.title-main-caption span:after {
	content: "";
	display: inline-block;
	background: url(../img/top/title-main.png) 0 0 no-repeat;
	background-size: contain;
	width: 132px;
	height: 1px;
	vertical-align: middle;
	margin-left: 25px;
}

/*
MAIN FEATURES
*/
.main-feat {
	position: relative;
	background: url(../img/top/main-feat-bg.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0;
}
.list-feat {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.list-feat > li {
	position: relative;
	width: 24%;
	margin: 0 0.5%;
	background: rgba(255,255,255,0.95);
	box-sizing: border-box;
	padding: 20px;
	height: 480px;
}
.list-feat > li:nth-child(2) {
	margin-top: 50px;
}
.list-feat > li:nth-child(3) {
	margin-top: 100px;
}
.list-feat > li:nth-child(4) {
	margin-top: 150px;
}
.list-feat > li:nth-child(5) {
	margin-top: 20px;

}
.list-feat > li:nth-child(6) {
	margin-top: 70px;
}
.list-feat > li:nth-child(7) {
	margin-top: 120px;

}
.list-feat > li:nth-child(8) {
	margin-top: 170px;
}
.list-feat > li:nth-child(9) {
	margin-top: 20px;
}
.list-feat > li:nth-child(10) {
	margin-top: 70px;
}
.list-feat > li:nth-child(11) {
	margin-top: 120px;
}
.list-feat > li:nth-child(12) {
	margin-top: 170px;
}
.list-feat .feat-link {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.list-feat .feat-num {
	width: 81px;
	position: absolute;
	left: 20px;
	top: -60px;
}
.list-feat .feat-pic {
	
}
.list-feat .feat-title {
	font-size: 22px;
	text-align: center;
	line-height: 1.45em;
	padding: 25px 0;
}
.list-feat .feat-title small {
	font-size: 18px;
}
.list-feat p {
	font-size: 16px;
	line-height: 1.75em;
	margin: 0 0 10px;
}
.list-feat p.small.orange {
	font-size: 14px;
	color: #FF870F;
}


/* main news */
.main-news {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #F6F5F0;
}
.main-news:before {
	content: "";
	display: block;
	background: url(../img/dot.png) 0 0 repeat;
	background-size: 192px 192px;
	position: absolute;
	left: 0;
	top: 120px;
	width: 37vw;
	height: 480px;
}
.main-news .box-content {
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
}
.main-news .main-news-header {
	width: 350px;
}
.main-news .title-main-caption {
	text-align: left;
	color: #D2CCC4;
}
.main-news .title-main-caption span:before,
.main-news .title-main-caption span:after {
	content: none;
}
.main-news .title-main-caption {
	text-align: left;
}
.main-news .title-main {
	color: #D2CCC4;
	text-align: left;
}
.main-news .main-news-content {
	opacity: 1;
	visibility: visible;
	display: block;
	width: 650px;
}
.main-news .btn {
	width: 200px;
	margin-left: 0;
	margin-right: 0;
}
.main-news .btn > a:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 20px;
	background: url(../img/ic-list.png) 0 0 no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
}

.list-news {

}
.list-news > li {
	position: relative;
	border-bottom: 1px solid #D2CCC4;
	padding: 15px 15px;
}
.list-news .news-time {
	font-size: 16px;
	color: #49331D;
	display: block;
	line-height: 1.57em;
	position: absolute;
	left: 15px;
	top: 15px;

}
.list-news .news-cat {
	position: absolute;
	left: 110px;
	top: 6px;
	width: 171px;
}
.list-news .news-cat a {
	font-size: 16px;
	color: #fff !important;
	font-weight: normal;
	text-decoration: underline !important;
	background: #ffc926;
	border-radius: 5px;
	padding: 0 5px;
	line-height: 30px;
	display: block;
	text-align: center;
	border-radius: 25px;
}
.list-news .news-cat a.cat-dayoff {
	background: #2ca2ce;
}
.list-news .news-cat a.cat-dayoff-2 {
	background: #47b299;
}
.list-news .news-cat a.cat-blog {
	background: #f3bbb4;
}

.list-news .news-cat a:hover {
	text-decoration: none !important;
	color: #574129 !important;
}
.list-news .news-title {
	font-size: 14px;
	color: #49331D;
	margin: 0;
	line-height: 1.57em;
	padding-left: 145px;
}
.list-news .news-title a {
	font-size: 14px;
	color: #49331D !important;
	text-decoration: none !important;
}
.list-news .news-title a:hover {
	text-decoration: underline !important;
	color: #49331D !important;
}

/*
MAIN SCHEDULE
*/
.main-sch {
	position: relative;
	padding: 100px 0;
}
.main-sch .title-main-caption {
	color: #D2CCC4;
}
.main-sch .title-main-caption:before {
	background: url(../img/top/main-sch-title.png) 0 0 no-repeat;
	background-size: contain;
}
.main-sch .title-main-caption:after {
	background: url(../img/top/main-sch-title.png) 0 0 no-repeat;
	background-size: contain;
}
.main-sch .box-cal + p {
	font-size: 16px;
}
.xo-event-calendar table.xo-month .month-header>span {
	font-size: 16px;
}
.xo-event-calendar p.holiday-title {
	font-size: 17px;
}
.box-cal {
	position: relative;
}
.box-cal .calendars {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 25px;
}
/*
MAIN GREETING
*/

.main-greeting {
	position: relative;
	padding: 100px 0;
	background: #F6F5F0;
}
.main-greeting:before {
	content: "";
	display: block;
	background: #EDEBE2;
	height: 667px;
	position: absolute;
	right: 0;
	top: 333px;
	width: 80vw;
}
.main-greeting .title-main-caption {
	color: #D2CCC4;
}
.main-greeting .title-main-caption:before {
	background: url(../img/top/main-sch-title.png) 0 0 no-repeat;
	background-size: contain;
}
.main-greeting .title-main-caption:after {
	background: url(../img/top/main-sch-title.png) 0 0 no-repeat;
	background-size: contain;
}
.main-greeting .main-greeting-content {
	display: flex;
	justify-content: flex-start;
	position: relative;
}
.main-greeting .main-greeting-pic {
	width: 40vw;
	position: relative;
}
.main-greeting .main-greeting-pic img {
	width: 100%;
	max-width: 100%;
}
.main-greeting .main-greeting-text {
	padding-top: 130px;
	padding-left: 60px;
}
.main-greeting .main-greeting-text p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75em;
	margin-bottom: 35px;
}
.main-greeting .main-greeting-text p .big {
	font-size: 20px;
}
.main-cert-title {
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	margin: 100px 0 60px;
}
.main-cert-title + p {
	text-align: center;
	font-size: 16px;
	line-height: 1.75em;
	max-width: 1000px;
	margin: 0 auto;
}
}
/*===============================================
●index.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　;
}

.main-visual {
	position: relative;
	padding-top: 90px;
	margin-bottom: 0px;
}
.main-visual:before {
	content: "";
	display: block;
	background: url(../img/dot.png) 0 0 repeat;
	background-size: 192px 192px;
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 80vw;
	height: 50vh;
}
.main-visual .box-content {
	max-width: 1700px;
	padding-left: 20px;
	padding-right: 20px;
}
.main-visual .box-content {
	max-width: 1700px;
	padding: 20px;
}
.main-visual .main-visual-content {
	display: flex;
	left: 0;
	bottom: 0;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	z-index: 10;
	padding-left: 15px;
	padding-top: 15px;
}
.main-visual .main_slider {
	z-index: 5;
	/* position: absolute;
	left: 0;
	top: 0;
	width: 100%; */
}
.main-visual .main-visual-title {
	font-size: 38px;
	line-height: 1.19em;
	margin-bottom: 10px;
	text-shadow: 
	white 2px 0px 2px, white -2px 0px 2px,
	white 0px -2px 2px, white -2px 0px 2px,
	white 2px 2px 2px, white -2px 2px 2px,
	white 2px -2px 2px, white -2px -2px 2px,
	white 1px 2px 2px, white -1px 2px 2px,
	white 1px -2px 2px, white -1px -2px 2px,
	white 2px 1px 2px, white -2px 1px 2px,
	white 2px -1px 2px, white -2px -1px 2px,
	white 1px 1px 2px, white -1px 1px 2px,
	white 1px -1px 2px, white -1px -1px 2px;
}
.main-visual .main-visual-caption {
	font-size: 16px;
	line-height: 1.642em;
	margin-bottom: 10px;
	text-shadow: 
	white 2px 0px 2px, white -2px 0px 2px,
	white 0px -2px 2px, white -2px 0px 2px,
	white 2px 2px 2px, white -2px 2px 2px,
	white 2px -2px 2px, white -2px -2px 2px,
	white 1px 2px 2px, white -1px 2px 2px,
	white 1px -2px 2px, white -1px -2px 2px,
	white 2px 1px 2px, white -2px 1px 2px,
	white 2px -1px 2px, white -2px -1px 2px,
	white 1px 1px 2px, white -1px 1px 2px,
	white 1px -1px 2px, white -1px -1px 2px;
}
.main-visual .main-visual-feat {
	font-size: 14px;
	line-height: 1.72em;
	border-left: 1px solid #49331D;
	padding-left: 10px;
	text-shadow: 
	white 2px 0px 2px, white -2px 0px 2px,
	white 0px -2px 2px, white -2px 0px 2px,
	white 2px 2px 2px, white -2px 2px 2px,
	white 2px -2px 2px, white -2px -2px 2px,
	white 1px 2px 2px, white -1px 2px 2px,
	white 1px -2px 2px, white -1px -2px 2px,
	white 2px 1px 2px, white -2px 1px 2px,
	white 2px -1px 2px, white -2px -1px 2px,
	white 1px 1px 2px, white -1px 1px 2px,
	white 1px -1px 2px, white -1px -1px 2px;
}

/* TITLE MAIN */
.title-main {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color:#49331D;
	line-height: 1.45em;
	margin: 0px auto 50px;
	position: relative;
	font-weight: normal;
}
.title-main-caption {
	color: #6A3D0E;
	text-align: center;
	display: block;
	margin: 0px auto 0px;
	position: relative;
	line-height: 1;
	font-size: 40px;
}
.title-main-caption span {
	font-family: 'Cinzel', serif;
	
}
.title-main-caption span:before {
	content: "";
	display: inline-block;
	background: url(../img/top/title-main.png) 0 0 no-repeat;
	background-size: contain;
	width: 40px;
	height: 1px;
	vertical-align: middle;
	margin-right: 15px;
}
.title-main-caption span:after {
	content: "";
	display: inline-block;
	background: url(../img/top/title-main.png) 0 0 no-repeat;
	background-size: contain;
	width: 40px;
	height: 1px;
	vertical-align: middle;
	margin-left: 15px;
}

/*
MAIN FEATURES
*/
.main-feat {
	position: relative;
	background: url(../img/top/main-feat-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 40px 15px;
}
.list-feat {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px 15px;
}
.list-feat > li {
	position: relative;
	background: rgba(255,255,255,0.95);
	box-sizing: border-box;
	padding: 15px;
}
/*.list-feat > li:nth-child(2) {
	margin-top: 50px;
}
.list-feat > li:nth-child(3) {
	margin-top: 100px;
}
.list-feat > li:nth-child(4) {
	margin-top: 150px;
}
.list-feat > li:nth-child(5) {
	margin-top: 20px;
	margin-left: 100px;
}
.list-feat > li:nth-child(6) {
	margin-top: 70px;
}
.list-feat > li:nth-child(7) {
	margin-top: 120px;
	margin-right: 100px;
}
.list-feat > li:nth-child(8) {
	margin-top: 20px;
}
.list-feat > li:nth-child(9) {
	margin-top: 70px;
}
.list-feat > li:nth-child(10) {
	margin-top: 120px;
}
.list-feat > li:nth-child(11) {
	margin-top: 170px;
}*/
.list-feat .feat-link {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.list-feat .feat-num {
	width: 41px;
	position: absolute;
	left: 20px;
	top: -30px;
}
.list-feat .feat-pic {
	
}
.list-feat .feat-title {
	font-size: 18px;
	text-align: center;
	line-height: 1.45em;
	padding: 15px 0;
}
.list-feat .feat-title small {
	font-size: 16px;
}
.list-feat p {
	font-size: 14px;
	line-height: 1.75em;
	margin: 0 0 10px;
}
.list-feat p.small.orange {
	font-size: 14px;
	color: #FF870F;
}


/* main news */
.main-news {
	position: relative;
	padding: 40px 15px;
	background: #F6F5F0;
}
.main-news:before {
	content: "";
	display: block;
	background: url(../img/dot.png) 0 0 repeat;
	background-size: 192px 192px;
	position: absolute;
	left: 0;
	top: 120px;
	width: 37vw;
	height: 480px;
}
.main-news .box-content {
	margin: 0 auto;
	box-sizing: border-box;
}
.main-news .main-news-header {

}
.main-news .title-main-caption {
	text-align: left;
	color: #D2CCC4;
}
.main-news .title-main-caption span:before,
.main-news .title-main-caption span:after {
	content: none;
}
.main-news .title-main-caption {
	text-align: left;
}
.main-news .title-main {
	color: #D2CCC4;
	text-align: left;
}
.main-news .main-news-content {
	opacity: 1;
	visibility: visible;
	display: block;

}
.main-news .btn {
	width: 200px;
	margin-top: 35px;
	margin-left: 0;
	margin-right: 0;
}
.main-news .btn > a:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 20px;
	background: url(../img/ic-list.png) 0 0 no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
}

.list-news {

}
.list-news > li {
	position: relative;
	border-bottom: 1px solid #D2CCC4;
	padding: 15px 15px;
}
.list-news .news-time {
	font-size: 16px;
	color: #49331D;
	display: block;
	line-height: 1.57em;
}
.list-news .news-cat {
	position: absolute;
	left: 110px;
	top: 6px;
	width: 171px;
}
.list-news .news-cat a {
	font-size: 16px;
	color: #fff !important;
	font-weight: normal;
	text-decoration: underline !important;
	background: #ffc926;
	border-radius: 5px;
	padding: 0 5px;
	line-height: 30px;
	display: block;
	text-align: center;
	border-radius: 25px;
}
.list-news .news-cat a.cat-dayoff {
	background: #2ca2ce;
}
.list-news .news-cat a.cat-dayoff-2 {
	background: #47b299;
}
.list-news .news-cat a.cat-blog {
	background: #f3bbb4;
}

.list-news .news-cat a:hover {
	text-decoration: none !important;
	color: #574129 !important;
}
.list-news .news-title {
	font-size: 14px;
	color: #49331D;
	margin: 0;
	line-height: 1.57em;
}
.list-news .news-title a {
	font-size: 14px;
	color: #49331D !important;
	text-decoration: none !important;
}
.list-news .news-title a:hover {
	text-decoration: underline !important;
	color: #49331D !important;
}

/*
MAIN SCHEDULE
*/
.main-sch {
	position: relative;
	padding: 40px 15px;
}
.main-sch .title-main-caption {
	color: #D2CCC4;
}
.main-sch .title-main-caption:before {
	background: url(../img/top/main-sch-title.png) 0 0 no-repeat;
	background-size: contain;
}
.main-sch .title-main-caption:after {
	background: url(../img/top/main-sch-title.png) 0 0 no-repeat;
	background-size: contain;
}
.main-sch .box-cal + p {
	font-size: 16px;
}
.xo-event-calendar table.xo-month .month-header>span {
	font-size: 16px;
}
.xo-event-calendar p.holiday-title {
	font-size: 17px;
}
.box-cal {
	position: relative;
}
.box-cal .calendars {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 25px;
}

/*
MAIN GREETING
*/

.main-greeting {
	position: relative;
	padding: 40px 0;
	background: #F6F5F0;
}
.main-greeting:before {
	content: "";
	display: block;
	background: #EDEBE2;
	height: 667px;
	position: absolute;
	right: 0;
	top: 333px;
	width: 80vw;
	display: none;
}
.main-greeting .title-main-caption {
	color: #D2CCC4;
}
.main-greeting .title-main-caption:before {
	background: url(../img/top/main-sch-title.png) 0 0 no-repeat;
	background-size: contain;
}
.main-greeting .title-main-caption:after {
	background: url(../img/top/main-sch-title.png) 0 0 no-repeat;
	background-size: contain;
}
.main-greeting .main-greeting-content {

	position: relative;
}
.main-greeting .main-greeting-pic {
	padding: 0 15px;
	position: relative;
}
.main-greeting .main-greeting-pic img {
	width: 100%;
	max-width: 100%;
}
.main-greeting .main-greeting-text {
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.main-greeting .main-greeting-text p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75em;
	margin-bottom: 25px;
}
.main-greeting .main-greeting-text p .big {
	font-size: 20px;
}
.main-cert-title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0 20px;
	line-height: 1.5em;
}
.main-cert-title + p {
	text-align: left;
	font-size: 16px;
	line-height: 1.75em;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
}


}