
/* トップページ共通スタイル */
.index-access-area,
.index-menu-area,
.index-about-area,
.index-news-area,
.index-main-area {
	margin: 0 auto 5rem;
}
@media screen and (max-width:768px) {
.index-access-area,
.index-menu-area,
.index-about-area,
.index-news-area,
.index-main-area {
	margin: 0 auto 10rem;
}
}
.index-h1title-area {

}
.index-h1title-area h1.index-h1title {
	width: 50%;
	margin: 0 auto 0;
	padding: 60px 0 0 0;
	background-image: url("../images/index-h1title-icon.webp");
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 1.5em;
	text-align: center;
}
.index-h1title-area h1.index-h1title-access {
	width: 50%;
	margin: 0 auto 0;
	padding: 60px 0 0 0;
	background-image: url("../images/index-h1title-icon-access.webp");
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 1.5em;
	text-align: center;
}
.index-h1title-area h1.index-h1title:first-letter {
	font-size: 1.5em;
	color: #7172ac;
}
.index-h1title-area h1.index-h1title span {
	display: block;
	margin: 5px 0 0;
	font-size: 1rem;
	font-weight: normal;
}
.index-h1title-area h1.index-h1title-access:first-letter {
	font-size: 1.5em;
	color: #7172ac;
}
.index-h1title-area h1.index-h1title-access span {
	display: block;
	margin: 5px 0 0;
	font-size: 1rem;
	font-weight: normal;
}
.index-contents-next {
	text-align: center;
}
.index-contents-next-btn {
  display: inline-block;
  padding: 1rem 1.5rem;
  border-radius: 1.5rem;
  text-decoration: none;
  color: #FFF;
  background-color: #756e34;
  transition: .4s;
}

/* トップページメイン画像エリア */
.index-main-area {
	margin: 0 auto 5rem;
}
.index-main-inner {
	position: relative;
	width: 100%;
	height: 650px;
	background-image: url("../images/index-main-bg.jpg");
	background-size: cover;
}
.index-main-logo {
	height: 650px;
	position: relative;	
}
.index-main-logo img {
	width: 40%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width:768px) {
.index-main-area {
	margin: 0 auto 3rem;
}
.index-main-logo img {
	width: 80%;
}
}

/* トップページニュースエリア */
.index-news-area {
}
.index-news-inner {
	padding: 3rem 0 0;
}
.index-news-box {
	width: 60%;
	margin: auto;
	padding: 1rem;
	background: #f7edd5;
}
.index-news-box ul {
	width: 100%;
	padding: .5rem;
	background: #f7edd5;
	border: 1px solid #795c33;
	border-radius: 3px;
}
.index-news-box li {
	margin: 0 0 1rem;
	padding: 1rem 0 1rem;
	text-align: center;
	border-bottom: 1px dotted #795c33;
}
.index-news-box li:last-child {
	margin: 0 0 0rem;
	border-bottom: 0px dotted #795c33;
}
.index-news-box h2.index-news-title {
}
.index-news-box h2.index-news-title p {
	font-weight: normal;
	line-height: 1.2;
}
.index-news-box h2.index-news-title span.index-news-day {
	margin: 0 0 1rem;
	display: block;
	color: #795c33;
	font-weight: bold;
	font-size: 1.3rem;
}
.index-news-box li a {
	font-weight: normal;
	color: #000;
}
@media screen and (max-width:768px) {
.index-news-box {
	width: 80%;
}
}
/* INDEX ABOUT AREA CSS */
.index-about-inner {
}
.index-about-box {
	width: 100%;
	height: 450px;
	margin: 3rem 0 3rem;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/index-about-img.jpg);
}
.index-about-comment {
	width: 60%;
	margin: 0 auto 3rem;
	text-align: center;
	line-height: 2;
}
@media screen and (max-width:768px) {
.index-about-comment {
	width: 80%;
}
}

/* INDEX MENU AREA CSS */
.index-menu-inner {
}
.index-menu-box {
	width: 100%;
	height: 450px;
	margin: 3rem 0 3rem;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/index-menu-img.jpg);
}
.index-menu-comment {
	width: 60%;
	margin: 0 auto 3rem;
	text-align: center;
	line-height: 2;
}
@media screen and (max-width:768px) {
.index-menu-comment {
	width: 80%;
}
}

/* INDEX ACCESS AREA CSS */
.index-access-inner {
	width: 60%;
	margin: 3rem auto 3rem;
}
.index-access-box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto 0;
}
.index-access-left {
	width: 69%;
	margin: 0 0 0rem;
}
.index-access-how {
	margin: 0 0 1rem;
}
.index-access-h3title {
	margin: 0 0 1rem;
}
.index-access-how p {
	line-height: 1.2;
}
.index-access-how p span {
	display: inline;
}
.index-access-right {
	width: 29%;
}
.index-access-right img {
	width: 100%;
}

.index-access-comment {
	width: 80%;
	margin: 0 auto 3rem;
	text-align: center;
	line-height: 2;
}
@media screen and (max-width:768px) {
.index-access-inner {
	width: 80%;
}
.index-access-box {
	display: block;
	width: 100%;
	margin: 0 auto 0;
}
.index-access-left {
	width: 100%;
	margin: 0 0 5rem;
}
.index-access-how p span {
	display: block;
}
.index-access-right {
	width: 100%;
}
}


/* ホームページ開設記念クーポン */

.index-coupon-area {
	width: 70%;
	margin: 0 auto 5rem;
}
.index-coupon-inner {
	display: flex;
	justify-content: space-between;
}
.index-coupon-box-left {
	width: 49%;
	margin: 0 0 0rem;
}
.index-coupon-box-right {
	width: 49%;
	margin: 0 0 0rem;
}
.index-coupon-box-right img {
	width: 100%;
}
.index-coupon-box-left p {
	line-height: 1.3;
}
@media screen and (max-width:768px) {
.index-coupon-area {
	width: 80%;
	margin: 0 auto 5rem;
}
.index-coupon-inner {
	display: block;
}
.index-coupon-box-left,
.index-coupon-box-right {
	width: 100%;
}
.index-coupon-box-left {
	margin: 0 0 1rem;
}
}

