@charset "UTF-8";

body#index h1 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	font-size: 1px;
	position: absolute;
	width: 100%;
}




/*index slide
=================================================*/

#index_slide {
	position: relative;
	height: 500px;
	margin-bottom: 0;
	opacity: 0;
}@charset "UTF-8";

body#index h1 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	font-size: 1px;
	position: absolute;
	width: 100%;
}




/*index slide
=================================================*/

#index_slide {
	position: relative;
	height: 500px;
	margin-bottom: 0;
	opacity: 0;
}
#index_slide.slick-initialized {
    opacity: 1;
}
#index_slide img {
	width: 100%;
	height: 500px;
	object-fit: cover; 
	font-family: 'object-fit: cover;';
}
#index_slide .inner {
	position: relative;
}
#index_slide .inner:before {
	width: 60%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../../img/slide_over.png) left center no-repeat;
	background-size: cover;
	content: " ";
	display: block;
    mix-blend-mode: overlay;
	opacity: 0;
	animation: fadein_delay 2s 3600ms ease forwards;
}
@media all and (-ms-high-contrast: none){
	#index_slide .inner:before {
		animation: fadein_delay_op30 2s 3600ms ease forwards;
	}
}
@supports (-ms-ime-align: auto) {
	#index_slide .inner:before {
		animation: fadein_delay_op30 2s 3600ms ease forwards;
	}
}

/* prev/next button */
#index_slide .slick-prev, #index_slide .slick-next {
	width: 50px;
	height: 50px;
	z-index: 1;
	top: 50%;
}
#index_slide .slick-prev {
	left: 20px;
}
#index_slide .slick-next {
	right: 20px;
}
#index_slide .slick-prev:before,
#index_slide .slick-next:before {
	width: 50px;
	height: 50px;
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .5;
	transition: .5s;
}
#index_slide .slick-prev:hover:before,
#index_slide .slick-next:hover:before {
	opacity: .9;
}
#index_slide .slick-prev:before {
	background: url(../img/icon_slide_prev.png) no-repeat;
	background-size: contain;
}
#index_slide .slick-next:before {
	background: url(../img/icon_slide_next.png) no-repeat;
	background-size: contain;
}

/* dots */
#index_slide .slick-dots {
	bottom: 30px;
}
#index_slide .slick-dots li {
	width: 8px;
	height: 8px;
}
#index_slide .slick-dots li button {
	width: 8px;
	height: 8px;
	padding: 0;
}
#index_slide .slick-dots li button:before {
	width: 8px;
	height: 8px;
	content: " ";
	display: block;
	position: relative;
	background: #fff;
	border-radius: 50%;
}

/* text area 
--------------------------------------*/

#index_slide .text_area {
	width: 100%;
	height: 100%;
	padding: 0 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: 0;
	color: #fff;
	line-height: 2;
}
 .text_area > p {
	font-size: 20px;
	margin-bottom: 30px;
}

/* link button */
.text_area > div {
	display: inline-block;
	line-height: 1;
	position: relative;
}
.text_area > div > p {
	display: inline-block;
	position: relative;
}
.text_area a {
	color: #fff;
	font-size: 16px;
	padding: 11px 19px;
	display: block;
	position: relative;
	transition: .3s;
}
.text_area > div p:hover a,
.text_area > div > p:hover:before,
.text_area > div > p:hover:after,
.text_area > div p:hover span:before,
.text_area > div p:hover span:after {
	background: rgba(255,255,255,0.1);
}
.text_area a:before {
	content: " ";
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #ffffff;
}
.text_area > div > p:before,
.text_area > div > p:after {
	width: 6px;
	height: calc(100% - 10px);
	content: " ";
	display: block;
	border-color: rgba(255,255,255,0.6);
	border-style: solid;
	position: absolute;
	top:  5px;
	transition: .3s;
}
.text_area > div > p:before {
	border-width: 1px 0 1px 1px;
	left: 0;
}
.text_area > div > p:after {
	border-width: 1px 1px 1px 0;
	right: 0;
}
.text_area > div p > span {
	display: block;
	box-sizing: border-box;
	padding: 6px;
}
.text_area > div p > span:before,
.text_area > div p > span:after {
	width: calc(100% - 10px);
	height: 6px;
	content: " ";
	display: block;
	border-color: rgba(255,255,255,0.6);
	border-style: solid;
	position: absolute;
	left: 5px;
	transition: .3s;
}
.text_area > div p > span:before {
	border-width: 1px 1px 0 1px;
	top: 0;
}
.text_area > div p > span:after {
	border-width: 0 1px 1px 1px;
	bottom: 0;
}
/* max */
@media screen and (max-width: 1199px) {
	#index_slide .inner:before {
		width: 80%;
		background: url(../../img/slide_over.png) left center no-repeat;
		background-size: cover;
	}
}
@media screen and (max-width: 991px) {
	#index_slide .slick-dots {
		bottom: 100px;
	}
	#index_slide .text_area {
		padding-bottom: 80px;
	}
	.text_area > p {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	#index_slide .inner:before {
	display: none;
	}
}
@media screen and (max-width: 640px) {
	#index_slide .text_area {
		padding: 0 30px 80px 30px;
	}
	 .text_area > p {
		font-size: 15px;
	}
}




/*index title
=================================================*/

#index_main h2,
#index_access h2 {
	padding: 20px 0;
	font-size: 12px;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
#index_main h2 span,
#index_access h2 span {
	font-size: 23px;
	font-family: 'Roboto Slab', sans-serif;
	display: block;
	margin-bottom: 5px;
	font-weight: 400;
}
#index_main h2:before,
#index_main h2:after,
#index_access h2:before,
#index_access h2:after {
	width: 10px;
	height: 1px;
	content: " ";
	display: block;
	position: absolute;
	left: calc(50% - 3px);
	transform: rotate(-45deg);
	background: #222;
}
#index_main h2:before,
#index_access h2:before {
	top: 0;
}
#index_main h2:after,
#index_access h2:after {
	bottom: 0;
}

/* max */
@media screen and (max-width: 991px) {
	#index_main h2, 
	#index_access h2 {
		margin-bottom: 40px;
	}
}



/*index main
=================================================*/

#index_main {
	display: flex;
	justify-content: space-between;
	padding-bottom: 70px;
}

/* min */
@media screen and (min-width: 992px) {
		#index_main_l .container,
		#index_main_r .container {
			padding: 0;
		}
}
@media screen and (max-width: 991px) {
	#index_main {
		display: flex;
		flex-flow: column nowrap;
		flex-flow: column-reverse nowrap;
		width: 100%;
		padding: 0 0 80px 0;
	}
}


/* left area
--------------------------------------*/

#index_main_l {
	width: 70%;
	padding-top: 60px;
}
#index_main_l a.link_dash {
	position: absolute;
	right: 0;
	top: calc(50% - 15px);
}
/* topics */
#index_main_topics {
	margin-bottom: 50px;
}
#index_main_topics a {
	transition: .3s
}
#index_main_topics a:hover {
	opacity: .7;
}


/*お知らせエリア*/
#index_main_news > a,
.index_main_column > a {
    display: flex;
	justify-content: space-between
}
#index_main_news > a  img ,
.index_main_column > a  img {
    width: 100%;
    max-height: 77px;
    object-fit: contain;
    border: 1px solid #eee;
}
#index_main_news .box_img ,
.index_main_column .box_img  {max-width: 92px;display: flex;align-items: center;margin: 0 10px 0 0;}
#index_main_news .box_text ,
.index_main_column .box_text  {width: calc(100% - 102px);}



/* min */
@media screen and (min-width: 992px) {
	#index_main_news > a:nth-child(1),
	#index_main_news > a:nth-child(2) {
		border-top: 1px solid #e5e5e5;	
	}
}

/* max */
@media screen and (max-width: 1199px) {
	#index_main_l {
		width: 65%;
	}
}
@media screen and (max-width: 991px) {
	#index_main_l {
		width: 100%;
		padding-top: 80px;
	}
	#index_main_topics {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 575px) {
	#index_main_l .container {
		padding: 0 20px;
	}
}


/*news
=================================================*/
/* news */
#index_main_news {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index_main_area_news {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: -15px;
}
#index_main_news span {
	color: #888;
}
#index_main_news > a {
	width: 48%;
	display: flex;
	padding: 15px 0;
	/*margin-bottom: 15px;*/
	border-bottom: 1px solid #e5e5e5;
	transition: .3s;
}
#index_main_news > a:hover {
	opacity: .7;
}
#index_main_news > a > img {
	margin-right: 20px;
	width: 80px;
	height: 70px;
	box-sizing: border-box;
	border: 1px solid #eee;
	object-fit: cover; 
	font-family: 'object-fit: cover;';
}
@media screen and (max-width: 991px) {
	#index_main_news > a {
		width: 100%;
	}
}

.index_main_area_news .sttl_news.ttl {
	width: 100%;
	margin-bottom: 15px;
	color: #634848;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 400;
}
.index_main_area_news .sttl_news.ttl span {
	margin-bottom: 5px;
	font-size: 20px;
	display: block;
}
#index_main_news .sttl_news.ttl ,
#index_main_news .sttl_news.ttl span {
    color: #17489d;
}
.index_main_column .sttl_news.ttl ,
.index_main_column .sttl_news.ttl span {
    color: #6b480d;
}

#index_main_news ,
.index_main_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: calc(50% - 25px);
}
#index_main_news span ,
.index_main_column span {
	color: #888;
}
#index_main_news > a ,
.index_main_column > a {
    width: 100%;
    display: flex;
    padding: 15px 0;
    /* margin-bottom: 15px; */
    transition: .3s;
}
#index_main_news > a {border-bottom: 1px solid #98b5e8}
.index_main_column > a {border-bottom: 1px solid #c0b1b1}
#index_main_news > a:nth-child(1){
	border-top: 1px solid #98b5e8;
}
.index_main_column > a:first-of-type {
    border-top: 1px solid #c0b1b1;
}
#index_main_news > a > img ,
.index_main_column > a  > img {
    margin-right: 20px;
    width: 80px;
    height: 70px;
    box-sizing: border-box;
    border: 1px solid #eee;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.btn_news {
	display: block;
	width: 185px;
	margin: 10px auto;
	border-radius: 20px;
	border: none;
	position: relative;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}
.btn_news a {
	color: #fff;
    transition: .3s;
    background: #ddd;
    width: 100%;
    display: block;
    height: 100%;
    padding: 13px 20px;
	border-radius: 20px;
}
.btn_news a:hover {
	opacity: .7;
}
#index_main_news .btn_news a { background: #17489d; }
.index_main_column .btn_news a { background: #634848; }
/* min */
@media screen and (min-width: 992px) {
	#index_main_news > a:nth-child(1),
	#index_main_news > a:nth-child(2) {
		border-top: 1px solid #98b5e8;
	}
	.index_main_column > a:nth-child(1) {
		border-top: 1px solid #c0b1b1;
	}
}


@media screen and (max-width: 767px) {
	#index_main_news ,
	.index_main_column {
		width: 100%;
	}
	#index_main_news {
		margin-bottom: 30px;
	}
}


/*今月のおすすめ*/
.recommend-icon {
	display: inline-block;
	margin-left: 10px;
	padding: 2px 8px;
	background-color: #ff9900; /* オレンジ色 */
	color: #fff!important;
	font-size: 12px;
	font-weight: bold;
	border-radius: 100px;
}




/* right area
--------------------------------------*/

#index_main_r {
	width: calc(30% - 60px);
	position: relative;
	top: -30px;
}
#index_main_r h3 {
	font-size: 17px;
	text-align: center;
}

/* consultation */
#index_consul {
	text-align: center;
	background: #eff2f7;
	border: #dae2f0 1px solid;
	padding: 10px;
	margin-bottom: 20px;
}
#index_consul h3 {
	padding: 10px 10px 12px 10px;
	border-bottom: #dae2f0 1px solid;
}
#consul_time > div {
	line-height: 1.3;
	padding: 20px 10px;
}

/*今月のおすすめ*/
#index_recommend{
width:100%;
max-width: 300px;
margin-bottom: 20px;
}

#index_recommend a{
width: 100%;
height: auto;}

#index_recommend a img{
width: 100%;
height: auto;
border-radius: 10px;
}



/* calendar button */
.calendar_btn {
	background: #17489d;
	border-radius: 5px;
	margin: 0 10px 10px 10px;
	transition: .3s;
}
.calendar_btn a {
	color: #fff;
}
.calendar_btn:hover {
	background: #143d86;
}
.calendar_btn span {
	font-size: 12px;
	border-bottom: #2f5ba7 1px solid;
	display: block;
	padding: 5px 3px;
}
.calendar_btn p {
	font-size: 20px;
	padding: 10px;
}
.calendar_btn p:before {
	width: 21px;
	height: 21px;
	content: " ";
	display: inline-block;
	position: relative;
	top: 3px;
	left: 0;
	margin-right: 7px;
	background: url(../img/icon_calendar_wh.png);
	background-size: contain;
}

/* reserve */
#index_reserve {
	background: #eff2f7;
	border: #dae2f0 1px solid;
	padding: 20px 5px 15px 5px;
	margin-bottom: 20px;
}
#index_reserve h3 {
	margin-bottom: 12px;
}
#index_reserve .inner {
	/*height: 160px;*/
	background: #fff;
	border: #dae2f0 1px solid;
	margin-bottom: 15px;
	overflow-y: scroll;
	padding: 15px 15px 5px 15px;
}
#index_reserve .inner dt {
	padding-top: 10px;
	font-weight: normal;
	font-size: 12px;
	border-top: 1px dashed #ccc;
}
#index_reserve .inner dt:first-child {
	border-top: none;
	padding-top: 0;
}
#index_reserve .inner dd {
	/*padding-bottom: 10px;*/
	margin-bottom: 10px;
	/*border-bottom: 1px dashed #ccc;*/
}

#index_reserve > p {
	font-size: 12px;
	color: #666;
	padding: 0 15px;
}

/* contact button */
#index_main_contact img {
	display: none;
}
#index_main_tel,
#index_main_mail {
	border-radius: 7px;
	text-align: center;
}
#index_main_tel span,
#index_main_mail span {
	display: block;
	padding: 5px 0 3px 0;
	border-bottom: 1px dashed #ccc;
	font-size: 12px;
}

/* tel */
#index_main_tel {
	background: #555555;
	margin-bottom: 10px;
	transition: .3s;
}
#index_main_tel a {
	color: #fff;
}
#index_main_tel p:before {
	width: 17px;
	height: 20px;
	content: " ";
	display: inline-block;
	position: relative;
	margin-right: 5px;
	top: 1px;
	background: url(../img/icon_tel_wh.png);
	background-size: contain;
}
#index_main_tel p {
	font-size: 26px;
	padding: 5px;
}

/* mail */
#index_main_mail {
	background: #f7f7f7;
	border: 1px solid #ddd;
	transition: .3s;
}
#index_main_mail a {
	color: #666;
}
#index_main_mail p:before {
	width: 16px;
	height: 12px;
	content: " ";
	display: inline-block;
	position: relative;
	margin-right: 6px;
	top: 0;
	background: url(../img/icon_mail_bl.png);
	background-size: contain;
}
#index_main_mail p {
	font-size: 18px;
	padding: 5px;
}

/* min */
@media screen and (min-width: 992px) {
	#index_main_contact {
		margin-bottom: 5px;
	}
	#index_main_tel:hover {
		background: #444;
	}
	#index_main_mail:hover {
		background: #e5e5e5;
	}
}

/* max */
@media screen and (max-width: 1199px) {
	#index_main_r {
		width: calc(35% - 60px);
	}
}
@media screen and (max-width: 991px) {
	#index_main_r {
		width: 100%;
		background: #f1f3f8;
		top: 0;
	}
	
	
	/*今月のおすすめ 2401202*/
	#index_recommend{
		margin: 20px auto;
	}
	
	
	/* consultation */
	#index_consul {
		width: 70%;
		margin: 0 auto;
		background: none;
		border: none;
		position: relative;
		margin-top: -80px;
		margin-bottom: 50px;
		padding: 0;
	}
	#index_consul h3 {
		width: 30%;
		background: #333;
		border: none;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 15px;
	}
	#consul_time {
		display: flex;
		height: 80px;
		color: #fff;
	}
	#consul_time > div {
		width: 70%;
		background: rgba(0,0,0,0.7);
	}
	.calendar_btn {
		margin: 0;
		border-radius: 0;
		position: relative;
	}
	.calendar_btn p {
		padding: 20px 20px;
	}
	.calendar_btn span {
		margin: 0 20px;
		padding: 10px 5px 5px 5px;
		display: block;
	}
	.calendar_btn:before {
		width: 1px;
		height: 10px;
		content: " ";
		display: block;
		position: absolute;
		bottom: 0;
		left: 50%;
		background: #fff;
	}
	.calendar_btn:after {
		width: 1px;
		height: 40px;
		content: " ";
		display: block;
		position: absolute;
		bottom: -40px;
		left: 50%;
		background: #17489d;
	}
	/* reserve */
	#index_reserve {
		background: none;
		border: none;
		margin-bottom: 50px;
	}
	#index_reserve h3 {
		font-size: 20px;
		margin-bottom: 30px;
	}
/*	#index_reserve .inner {
		height: 230px;
	}*/
	#index_reserve > p {
		padding: 0;
	}
	/* contact */
	#index_main_contact {
		display: flex;
		border-top: 1px solid #adb6dc;
		border-bottom: 1px solid #adb6dc;
		background: #e2e5f3;
	}
	#index_main_contact > div {
		width: 50%;
		border-radius: 0;
		background: none;
		border: none;
		padding: 20px 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#index_main_contact > div p {
		line-height: 28px;
		vertical-align: middle;
	}
	#index_main_contact > div a {
		color: #17489d;
	}
	#index_main_contact > div span {
		font-size: 11px;
		border: none;
	}
	#index_main_contact img {
		display: block;
		width: 30px;
		margin: 0 auto 10px auto;
	}
	/* tel */
	#index_main_tel {
		margin-bottom: 0;
	}
	#index_main_tel p {
		font-size:28px;
	}
	#index_main_tel a {
		width: 100%;
		position: relative;
	}
	#index_main_tel p:before {
		display: none;
	}
	#index_main_tel a:before {
		width: 1px;
		height: 100%;
		border-right: 1px dashed #adb6dc;
		content: " ";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	/* mail */
	#index_main_mail p {
		font-size: 17px;
	}
	#index_main_mail p:before {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	/* consultation */
	#index_consul {
		width: 90%;
	}
	#index_consul h3 {
		font-size: 13px;
	}
	#consul_time > div {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#consul_time p span {
		font-size: 20px;
	}
	/* contact */
	#index_main_contact > div p {
		line-height: 22px;
	}
	#index_main_tel p {
		font-size:22px;
	}
	#index_main_mail p {
		font-size: 14px;
	}
}





/*index menu
=================================================*/

#index_menu {
	background: url(../../img/bg_menu.jpg);
	padding: 80px 0;
	text-align: center;
}
/* h2 */
#index_menu h2 {
	font-size: 16px;
	margin-bottom: 90px;
	position: relative;
	display: inline-block;
	padding: 0 100px;
}
#index_menu h2 a {
	color: #17489d;
}
#index_menu h2 span {
	font-size: 35px;
	font-family: 'Roboto Slab', sans-serif;
	display: block;
	margin-bottom: 10px;
	letter-spacing: 4px;
}
#index_menu h2 span:before {
	width: 79px;
	height: 67px;
	content: " ";
	display: block;
	position: absolute;
	top: -30px;
	left: calc(50% + 90px);
	background: url(../../img/menu_f01.png) no-repeat;
	background-size: contain;
	transition: 1s;
	transition-delay: 400ms;
	opacity: 0;
}
#index_menu h2 span:after {
	width: 79px;
	height: 55px;
	content: " ";
	display: block;
	position: absolute;
	bottom: -105px;
	left: calc(50% + 30px);
	background: url(../../img/menu_f03.png) no-repeat;
	background-size: contain;
	transition: 1s;
	transition-delay: 700ms;
	opacity: 0;
}
#index_menu h2:before {
	width: 76px;
	height: 50px;
	content: " ";
	display: block;
	position: absolute;
	bottom: -55px;
	left: calc(50% - 150px);
	background: url(../../img/menu_f02.png) no-repeat;
	background-size: contain;
	transition: 1s;
	transition-delay: 1000ms;
	opacity: 0;
}
#index_menu h2.effect span:before,
#index_menu h2.effect span:after,
#index_menu h2.effect:before {
	opacity: 1;
}

/* menu list */
.index_menu_list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
	justify-content: space-between;
}
.index_menu_list .inner {
	width: 22%;
	margin-bottom: 40px;
	text-align: center;
	position: relative;
}
.index_menu_list:before{
  content:"";
  display: block;
  width:22%;
  order:1;
}
.index_menu_list:after{
  content:"";
  display: block;
  width:22%;
}
.index_menu_list .inner span {
	width: 100%;
	height: 150px;
	overflow: hidden;
	display: block;
	margin-bottom: 15px;
	border-radius: 7px;
}


.index_menu_list .inner span.box {
	width: 100%;
	height: 150px;
	overflow: hidden;
	display: block;
	margin-bottom: 15px;
	border-radius: 7px;
}
.index_menu_list .inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';	
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.index_menu_list .inner:hover img {
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}
.index_menu_list .inner p {
	font-size: 14px;
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #222;
}
.index_menu_list .inner p:after {
	width: 0;
	height: 1px;
	display: block;
	content: " ";
	position: absolute;
	bottom: -1px;
	left: 0;
	background: #f8f6f0;
	border-bottom: 1px dashed #e6d4ad;
	transition: .3s;
}
.index_menu_list .inner a:hover p:after {
	width: 100%;
}
.index_menu_list .inner p:before {
	content: " ";
	display: inline-block;
	position: relative;
	top: -1px;
	margin-right: 7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #17489d;
}
.index_menu_list .inner a {
	display: block;
}
.index_menu_list .inner:before {
	opacity: 0;
	transition: 1s;
	transition-delay: 1000ms;
}
/* decoration */
.index_menu_list .inner.effect:before {
	opacity: 1;
}

.index_menu_list .inner:nth-child(17):before{
	width: 62px;
	height: 45px;
	content: " ";
	display: block;
	position: absolute;
	background: url(../../img/menu_de01.png) no-repeat;
	background-size: contain;
	top: 25px;
	right: -10px;
	z-index: 1;
}
.index_menu_list .inner:nth-child(5):before,
.index_menu_list .inner:nth-child(14):before{
	width: 78px;
	height: 68px;
	content: " ";
	display: block;
	position: absolute;
	background: url(../../img/menu_de02.png) no-repeat;
	background-size: contain;
	top: -10px;
	right: -15px;
	z-index: 1;
}
.index_menu_list .inner:nth-child(8):before {
	width: 66px;
	height: 71px;
	content: " ";
	display: block;
	position: absolute;
	background: url(../../img/menu_de03.png) no-repeat;
	background-size: contain;
	top: -10px;
	left: -15px;
	z-index: 1;
}
.index_menu_list .inner:nth-child(16):before,
.index_menu_list .inner:nth-child(2):before {
	width: 71px;
	height: 40px;
	content: " ";
	display: block;
	position: absolute;
	background: url(../../img/menu_de04.png) no-repeat;
	background-size: contain;
	top: 15px;
	left: -10px;
	z-index: 1;
}
.index_menu_list .inner:nth-child(11):before {
	width: 36px;
	height: 58px;
	content: " ";
	display: block;
	position: absolute;
	background: url(../../img/menu_de05.png) no-repeat;
	background-size: contain;
	top: -10px;
	left: -10px;
	z-index: 1;
}

/* button */
.index_btn_area {
	display: flex;
	justify-content: center;
}
#index_menu .btn_menu,
#index_menu .btn_price {
	width: 30%;
	height: 50px;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;
}
#index_menu .btn_menu a,
#index_menu .btn_price a {
	display: block;
	font-size: 18px;
}
#index_menu .btn_menu a:before,
#index_menu .btn_price a:before {
	content: " ";
	display: inline-block;
	margin-right: 10px;
	position: relative;
}

/* menu btn */
#index_menu .btn_menu {
	background: #333;
	margin-right: 20px;
}
#index_menu .btn_menu:hover {
	background: #000;
}
#index_menu .btn_menu a {
	color: #fff;
}
#index_menu .btn_menu a:before {
	width: 21px;
	height: 25px;
	top: 4px;
	background: url(../img/icon_menu.png) no-repeat;
	background-size: contain;
}

/* price btn */
#index_menu .btn_price {
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #333;
}
#index_menu .btn_price:hover {
	background: #f5f5f5;
}
#index_menu .btn_price a:before {
	width: 22px;
	height: 19px;
	top: 3px;
	background: url(../img/icon_price.png) no-repeat;
	background-size: contain;
}

/* min */
@media screen and (min-width: 768px) {
#index_menu h2:after {
	content: " ";
	height: 1px;
	width: 0;
	animation: 0.3s ease forwards;
	transition: .4s;
	border-bottom: 1px dashed #17489d;
	position: absolute;
	bottom: -15px;
	left: calc(50% - 75px);
}
#index_menu h2:hover:after {
	width: 150px;
}
#index_menu h2 a:after {
	height: 1px;
	width: 10px;
	content: " ";
	display: block;
	position: absolute;
	bottom: -12px;
	right: calc(50% - 77px);
	transition-duration: 0s;
	transition-delay: 0s;
	transform: rotate(45deg);
}
#index_menu h2:hover a:after {
	background: #17489d;
	transition-delay: .32s;
	transition-duration: .3s;
}
}

/* max */
@media screen and (max-width: 991px) {
	#index_menu {
		padding: 100px 0 80px 0;
	}
	.index_menu_list .inner {
		width: 30%;
	}
	.index_menu_list::before{
	  content:"";
	  display: block;
	  width:30%;
	  order:1;
	}
	.index_menu_list::after{
	  content:"";
	  display: block;
	  width:30%;
	}
	#index_menu .btn_menu,
	#index_menu .btn_price {
		width: 40%;
	}
}
@media screen and (max-width: 767px) {
	#index_menu h2 {
		padding: 0;
		margin-bottom: 60px;
	}
	#index_menu h2 span:before {
		width: 58px;
		height: 49px;
		top: -30px;
		left: calc(50% + 80px);
	}
	#index_menu h2 span:after {
		width: 60px;
		height: 42px;
		bottom: -70px;
		left: calc(50% + 30px);
	}
	#index_menu h2:before {
		width: 56px;
		height: 38px;
		bottom: -35px;
		left: calc(50% - 120px);
	}
	.index_menu_list .inner {
		width: 47.5%;
	}
	.index_menu_list .inner p:after {
		display: none;
	}
	.index_menu_list .inner:nth-child(3):before{
		top: auto;
		bottom: 40px;
		left: -45px;
	}
	.index_btn_area {
		display: block;
	}
	#index_menu .btn_menu {
		margin-bottom: 20px;
	}
	#index_menu .btn_menu,
	#index_menu .btn_price {
		width: 100%;
	}
}
@media screen and (max-width: 575px) {
	#index_menu .container {
		padding: 0 20px;
	}
	.index_menu_list .inner p {
		border-bottom: none;
		font-feature-settings: "palt";
	}
}
@media screen and (max-width: 480px) {
	.index_menu_list {
		margin-right: 0;
	}
	.index_menu_list .inner p {
		text-align: left;
		font-size: 14px;
		display: flex;
	}
	.index_menu_list .inner p:before {
		display: block;
		top: 5px;
	}
}


/*index access
=================================================*/

#index_access {
	display: flex;
}
#index_access > div {
	width: 50%;
	height: 550px;
}
#map_canvas iframe {
	height: 550px;
	width: 100%;
	border: none;
}
#index_access > .inner {
	display: flex;
	flex-flow: column nowrap;
	text-align: center;
	align-items: center;
	justify-content: center;
}
#index_access > .inner p {
	line-height: 2.5em;
	margin-bottom: 20px;
}
#index_access a.link_dash {
	font-size: 16px;
}

/* max */
@media screen and (max-width: 991px) {
	#index_access {
		flex-direction: column;
	}
	#index_access > div {
		width: 100%;
	}
	#index_access > #map_canvas {
		height: 450px;
	}
	#map_canvas iframe {
		height: 450px;
	}
	#index_access > .inner {
		height: auto;
		padding: 80px 0 120px 0;
	}
}


/*インスタバナー
=================================================*/
.bnr_inst_sp {
    display: none;
}
.area_bnr_inst {
    margin-bottom: 10px;
}
.area_bnr_inst a.bnr_inst {
    transition: 0.3s;
}
.area_bnr_inst a.bnr_inst:hover {
	opacity: .7;
}
.area_bnr_inst a.bnr_inst img {
    width: 100%;
}

/* max */
@media screen and (max-width: 991px) {
    .area_bnr_inst {
        margin-bottom: 0;
    }
    .area_bnr_inst .bnr_inst {
        display: none;
    }
    .bnr_inst_sp {
        display: flex;
        justify-content: center;
        background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
        padding: 15px 0 16px 0;
    }
    .inst_artmake .bnr_inst_sp {
        display: flex;
        justify-content: center;
        background: #ffffff;
        box-shadow: 0px 0px 6px 1px #f1f1f1 inset;
        padding: 15px 0 15px 0;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }
    .bnr_inst_box_img img {
        width: 35px;
    }
    .bnr_inst_box_img {
        margin-right: 20px;
        padding: 8px 0 0 0;
    }
    .bnr_inst_box_txt {
        width: auto;
    }
    .bnr_inst_box_txt .bnr_inst_instagram {
        font-size: 30px;
        font-weight: bold;
        color: #ffffff;
        line-height: 1;
        letter-spacing: 2px;
        position: relative;
        height: 30px;
    }
    .inst_artmake .bnr_inst_box_txt .bnr_inst_instagram {
        color: #4c4c4c;
        font-size: 25px;
    }
    .bnr_inst_box_txt .bnr_inst_instagram span.bnr_inst_label {
        font-size: 10px;
        background-color: #ffffff;
        color: #666;
        padding: 4px 4px 3px 5px;
        display: inline-block;
        position: absolute;
        top: 6px;
    }
    .inst_artmake .bnr_inst_box_txt .bnr_inst_instagram span.bnr_inst_label {
        background-color: #e5e5e5;
    }
    .bnr_inst_box_txt .bnr_inst_instagram span.bnr_inst_inst {
        position: absolute;
        left: 43px;
    }
    .bnr_inst_box_txt .bnr_inst_antiage {
        color: #ffffff;
    }
    .inst_artmake .bnr_inst_box_txt .bnr_inst_antiage {
        color: #4c4c4c;
    }
    .inst_artmake .bnr_inst_box_txt .bnr_inst_instagram span.bnr_inst_inst {
        left: 88px;
    }
}




/*TOPICS
=================================================*/
/*こちらをクリック*/

.btn_topics {
	display: block;
	width: 207px;
	margin: -10px auto 15px;
	padding: 10px 20px;
	border-radius: 20px;
	border: none;
	position: relative;
	overflow: hidden;
	color: #17489d;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	background: #f4f4f4;
}

.btn_topics:before,
.btn_topics:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.btn_topics:before {
    border-width: 7px;
    border-color: #17489d transparent transparent transparent;
    top: 60%;
  left: 12px;
  transform: translateY(-50%);
}

.btn_topics:after {
    border-width: 7px;
    border-color: #17489d transparent transparent transparent;
    top: 60%;
  right: 12px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
.btn_topics {
	margin: -20px auto 20px;

}

}
#index_slide.slick-initialized {
    opacity: 1;
}
#index_slide img {
	width: 100%;
	height: 500px;
	object-fit: cover; 
	font-family: 'object-fit: cover;';
}
#index_slide .inner {
	position: relative;
}
#index_slide .inner:before {
	width: 60%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../../img/slide_over.png) left center no-repeat;
	background-size: cover;
	content: " ";
	display: block;
    mix-blend-mode: overlay;
	opacity: 0;
	animation: fadein_delay 2s 3600ms ease forwards;
}
@media all and (-ms-high-contrast: none){
	#index_slide .inner:before {
		animation: fadein_delay_op30 2s 3600ms ease forwards;
	}
}
@supports (-ms-ime-align: auto) {
	#index_slide .inner:before {
		animation: fadein_delay_op30 2s 3600ms ease forwards;
	}
}

/* prev/next button */
#index_slide .slick-prev, #index_slide .slick-next {
	width: 50px;
	height: 50px;
	z-index: 1;
	top: 50%;
}
#index_slide .slick-prev {
	left: 20px;
}
#index_slide .slick-next {
	right: 20px;
}
#index_slide .slick-prev:before,
#index_slide .slick-next:before {
	width: 50px;
	height: 50px;
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .5;
	transition: .5s;
}
#index_slide .slick-prev:hover:before,
#index_slide .slick-next:hover:before {
	opacity: .9;
}
#index_slide .slick-prev:before {
	background: url(../img/icon_slide_prev.png) no-repeat;
	background-size: contain;
}
#index_slide .slick-next:before {
	background: url(../img/icon_slide_next.png) no-repeat;
	background-size: contain;
}

/* dots */
#index_slide .slick-dots {
	bottom: 30px;
}
#index_slide .slick-dots li {
	width: 8px;
	height: 8px;
}
#index_slide .slick-dots li button {
	width: 8px;
	height: 8px;
	padding: 0;
}
#index_slide .slick-dots li button:before {
	width: 8px;
	height: 8px;
	content: " ";
	display: block;
	position: relative;
	background: #fff;
	border-radius: 50%;
}

/* text area 
--------------------------------------*/

#index_slide .text_area {
	width: 100%;
	height: 100%;
	padding: 0 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: 0;
	color: #fff;
	line-height: 2;
}
 .text_area > p {
	font-size: 20px;
	margin-bottom: 30px;
}

/* link button */
.text_area > div {
	display: inline-block;
	line-height: 1;
	position: relative;
}
.text_area > div > p {
	display: inline-block;
	position: relative;
}
.text_area a {
	color: #fff;
	font-size: 16px;
	padding: 11px 19px;
	display: block;
	position: relative;
	transition: .3s;
}
.text_area > div p:hover a,
.text_area > div > p:hover:before,
.text_area > div > p:hover:after,
.text_area > div p:hover span:before,
.text_area > div p:hover span:after {
	background: rgba(255,255,255,0.1);
}
.text_area a:before {
	content: " ";
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #ffffff;
}
.text_area > div > p:before,
.text_area > div > p:after {
	width: 6px;
	height: calc(100% - 10px);
	content: " ";
	display: block;
	border-color: rgba(255,255,255,0.6);
	border-style: solid;
	position: absolute;
	top:  5px;
	transition: .3s;
}
.text_area > div > p:before {
	border-width: 1px 0 1px 1px;
	left: 0;
}
.text_area > div > p:after {
	border-width: 1px 1px 1px 0;
	right: 0;
}
.text_area > div p > span {
	display: block;
	box-sizing: border-box;
	padding: 6px;
}
.text_area > div p > span:before,
.text_area > div p > span:after {
	width: calc(100% - 10px);
	height: 6px;
	content: " ";
	display: block;
	border-color: rgba(255,255,255,0.6);
	border-style: solid;
	position: absolute;
	left: 5px;
	transition: .3s;
}
.text_area > div p > span:before {
	border-width: 1px 1px 0 1px;
	top: 0;
}
.text_area > div p > span:after {
	border-width: 0 1px 1px 1px;
	bottom: 0;
}
/* max */
@media screen and (max-width: 1199px) {
	#index_slide .inner:before {
		width: 80%;
		background: url(../../img/slide_over.png) left center no-repeat;
		background-size: cover;
	}
}
@media screen and (max-width: 991px) {
	#index_slide .slick-dots {
		bottom: 100px;
	}
	#index_slide .text_area {
		padding-bottom: 80px;
	}
	.text_area > p {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	#index_slide .inner:before {
	display: none;
	}
}
@media screen and (max-width: 640px) {
	#index_slide .text_area {
		padding: 0 30px 80px 30px;
	}
	 .text_area > p {
		font-size: 15px;
	}
}




/*index title
=================================================*/

#index_main h2,
#index_access h2 {
	padding: 20px 0;
	font-size: 12px;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
#index_main h2 span,
#index_access h2 span {
	font-size: 23px;
	font-family: 'Roboto Slab', sans-serif;
	display: block;
	margin-bottom: 5px;
	font-weight: 400;
}
#index_main h2:before,
#index_main h2:after,
#index_access h2:before,
#index_access h2:after {
	width: 10px;
	height: 1px;
	content: " ";
	display: block;
	position: absolute;
	left: calc(50% - 3px);
	transform: rotate(-45deg);
	background: #222;
}
#index_main h2:before,
#index_access h2:before {
	top: 0;
}
#index_main h2:after,
#index_access h2:after {
	bottom: 0;
}

/* max */
@media screen and (max-width: 991px) {
	#index_main h2, 
	#index_access h2 {
		margin-bottom: 40px;
	}
}



/*index main
=================================================*/

#index_main {
	display: flex;
	justify-content: space-between;
	padding-bottom: 70px;
}

/* min */
@media screen and (min-width: 992px) {
		#index_main_l .container,
		#index_main_r .container {
			padding: 0;
		}
}
@media screen and (max-width: 991px) {
	#index_main {
		display: flex;
		flex-flow: column nowrap;
		flex-flow: column-reverse nowrap;
		width: 100%;
		padding: 0 0 80px 0;
	}
}


/* left area
--------------------------------------*/

#index_main_l {
	width: 70%;
	padding-top: 60px;
}
#index_main_l a.link_dash {
	position: absolute;
	right: 0;
	top: calc(50% - 15px);
}
/* topics */
#index_main_topics {
	margin-bottom: 50px;
}
#index_main_topics a {
	transition: .3s
}
#index_main_topics a:hover {
	opacity: .7;
}


/* min */
@media screen and (min-width: 992px) {
	#index_main_news > a:nth-child(1),
	#index_main_news > a:nth-child(2) {
		border-top: 1px solid #e5e5e5;	
	}
}

/* max */
@media screen and (max-width: 1199px) {
	#index_main_l {
		width: 65%;
	}
}
@media screen and (max-width: 991px) {
	#index_main_l {
		width: 100%;
		padding-top: 80px;
	}
	#index_main_topics {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 575px) {
	#index_main_l .container {
		padding: 0 20px;
	}
}


/*news
=================================================*/
/* news */
#index_main_news {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index_main_area_news {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: -15px;
}
#index_main_news span {
	color: #888;
}
#index_main_news > a {
	width: 48%;
	display: flex;
	padding: 15px 0;
	/*margin-bottom: 15px;*/
	border-bottom: 1px solid #e5e5e5;
	transition: .3s;
}
#index_main_news > a:hover {
	opacity: .7;
}
#index_main_news > a > img {
	margin-right: 20px;
	width: 80px;
	height: 70px;
	box-sizing: border-box;
	border: 1px solid #eee;
	object-fit: cover; 
	font-family: 'object-fit: cover;';
}
@media screen and (max-width: 991px) {
	#index_main_news > a {
		width: 100%;
	}
}

.index_main_area_news .sttl_news.ttl {
	width: 100%;
	margin-bottom: 15px;
	color: #634848;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 400;
}
.index_main_area_news .sttl_news.ttl span {
	margin-bottom: 5px;
	font-size: 20px;
	display: block;
}
#index_main_news .sttl_news.ttl ,
#index_main_news .sttl_news.ttl span {
    color: #17489d;
}
.index_main_column .sttl_news.ttl ,
.index_main_column .sttl_news.ttl span {
    color: #6b480d;
}

#index_main_news ,
.index_main_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: calc(50% - 25px);
}
#index_main_news span ,
.index_main_column span {
	color: #888;
}
#index_main_news > a ,
.index_main_column > a {
    width: 100%;
    display: flex;
    padding: 15px 0;
    /* margin-bottom: 15px; */
    transition: .3s;
}
#index_main_news > a {border-bottom: 1px solid #98b5e8}
.index_main_column > a {border-bottom: 1px solid #c0b1b1}
#index_main_news > a:nth-child(1){
	border-top: 1px solid #98b5e8;
}
.index_main_column > a:first-of-type {
    border-top: 1px solid #c0b1b1;
}
#index_main_news > a > img ,
.index_main_column > a  > img {
    margin-right: 20px;
    width: 80px;
    height: 70px;
    box-sizing: border-box;
    border: 1px solid #eee;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.btn_news {
	display: block;
	width: 185px;
	margin: 10px auto;
	border-radius: 20px;
	border: none;
	position: relative;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}
.btn_news a {
	color: #fff;
    transition: .3s;
    background: #ddd;
    width: 100%;
    display: block;
    height: 100%;
    padding: 13px 20px;
	border-radius: 20px;
}
.btn_news a:hover {
	opacity: .7;
}
#index_main_news .btn_news a { background: #17489d; }
.index_main_column .btn_news a { background: #634848; }
/* min */
@media screen and (min-width: 992px) {
	#index_main_news > a:nth-child(1),
	#index_main_news > a:nth-child(2) {
		border-top: 1px solid #98b5e8;
	}
	.index_main_column > a:nth-child(1) {
		border-top: 1px solid #c0b1b1;
	}
}


@media screen and (max-width: 767px) {
	#index_main_news ,
	.index_main_column {
		width: 100%;
	}
	#index_main_news {
		margin-bottom: 30px;
	}
}


/*今月のおすすめ*/
.recommend-icon {
	display: inline-block;
	margin-left: 10px;
	padding: 2px 8px;
	background-color: #ff9900; /* オレンジ色 */
	color: #fff!important;
	font-size: 12px;
	font-weight: bold;
	border-radius: 100px;
}




/* right area
--------------------------------------*/

#index_main_r {
	width: calc(30% - 60px);
	position: relative;
	top: -30px;
}
#index_main_r h3 {
	font-size: 17px;
	text-align: center;
}

/* consultation */
#index_consul {
	text-align: center;
	background: #eff2f7;
	border: #dae2f0 1px solid;
	padding: 10px;
	margin-bottom: 20px;
}
#index_consul h3 {
	padding: 10px 10px 12px 10px;
	border-bottom: #dae2f0 1px solid;
}
#consul_time > div {
	line-height: 1.3;
	padding: 20px 10px;
}

/*今月のおすすめ*/
#index_recommend{
width:100%;
max-width: 300px;
margin-bottom: 20px;
}

#index_recommend a{
width: 100%;
height: auto;}

#index_recommend a img{
width: 100%;
height: auto;
border-radius: 10px;
}



/* calendar button */
.calendar_btn {
	background: #17489d;
	border-radius: 5px;
	margin: 0 10px 10px 10px;
	transition: .3s;
}
.calendar_btn a {
	color: #fff;
}
.calendar_btn:hover {
	background: #143d86;
}
.calendar_btn span {
	font-size: 12px;
	border-bottom: #2f5ba7 1px solid;
	display: block;
	padding: 5px 3px;
}
.calendar_btn p {
	font-size: 20px;
	padding: 10px;
}
.calendar_btn p:before {
	width: 21px;
	height: 21px;
	content: " ";
	display: inline-block;
	position: relative;
	top: 3px;
	left: 0;
	margin-right: 7px;
	background: url(../img/icon_calendar_wh.png);
	background-size: contain;
}

/* reserve */
#index_reserve {
	background: #eff2f7;
	border: #dae2f0 1px solid;
	padding: 20px 5px 15px 5px;
	margin-bottom: 20px;
}
#index_reserve h3 {
	margin-bottom: 12px;
}
#index_reserve .inner {
	/*height: 160px;*/
	background: #fff;
	border: #dae2f0 1px solid;
	margin-bottom: 15px;
	overflow-y: scroll;
	padding: 15px 15px 5px 15px;
}
#index_reserve .inner dt {
	padding-top: 10px;
	font-weight: normal;
	font-size: 12px;
	border-top: 1px dashed #ccc;
}
#index_reserve .inner dt:first-child {
	border-top: none;
	padding-top: 0;
}
#index_reserve .inner dd {
	/*padding-bottom: 10px;*/
	margin-bottom: 10px;
	/*border-bottom: 1px dashed #ccc;*/
}

#index_reserve > p {
	font-size: 12px;
	color: #666;
	padding: 0 15px;
}

/* contact button */
#index_main_contact img {
	display: none;
}
#index_main_tel,
#index_main_mail {
	border-radius: 7px;
	text-align: center;
}
#index_main_tel span,
#index_main_mail span {
	display: block;
	padding: 5px 0 3px 0;
	border-bottom: 1px dashed #ccc;
	font-size: 12px;
}

/* tel */
#index_main_tel {
	background: #555555;
	margin-bottom: 10px;
	transition: .3s;
}
#index_main_tel a {
	color: #fff;
}
#index_main_tel p:before {
	width: 17px;
	height: 20px;
	content: " ";
	display: inline-block;
	position: relative;
	margin-right: 5px;
	top: 1px;
	background: url(../img/icon_tel_wh.png);
	background-size: contain;
}
#index_main_tel p {
	font-size: 26px;
	padding: 5px;
}

/* mail */
#index_main_mail {
	background: #f7f7f7;
	border: 1px solid #ddd;
	transition: .3s;
}
#index_main_mail a {
	color: #666;
}
#index_main_mail p:before {
	width: 16px;
	height: 12px;
	content: " ";
	display: inline-block;
	position: relative;
	margin-right: 6px;
	top: 0;
	background: url(../img/icon_mail_bl.png);
	background-size: contain;
}
#index_main_mail p {
	font-size: 18px;
	padding: 5px;
}

/* min */
@media screen and (min-width: 992px) {
	#index_main_contact {
		margin-bottom: 5px;
	}
	#index_main_tel:hover {
		background: #444;
	}
	#index_main_mail:hover {
		background: #e5e5e5;
	}
}

/* max */
@media screen and (max-width: 1199px) {
	#index_main_r {
		width: calc(35% - 60px);
	}
}
@media screen and (max-width: 991px) {
	#index_main_r {
		width: 100%;
		background: #f1f3f8;
		top: 0;
	}
	
	
	/*今月のおすすめ 2401202*/
	#index_recommend{
		margin: 20px auto;
	}
	
	
	/* consultation */
	#index_consul {
		width: 70%;
		margin: 0 auto;
		background: none;
		border: none;
		position: relative;
		margin-top: -80px;
		margin-bottom: 50px;
		padding: 0;
	}
	#index_consul h3 {
		width: 30%;
		background: #333;
		border: none;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 15px;
	}
	#consul_time {
		display: flex;
		height: 80px;
		color: #fff;
	}
	#consul_time > div {
		width: 70%;
		background: rgba(0,0,0,0.7);
	}
	.calendar_btn {
		margin: 0;
		border-radius: 0;
		position: relative;
	}
	.calendar_btn p {
		padding: 20px 20px;
	}
	.calendar_btn span {
		margin: 0 20px;
		padding: 10px 5px 5px 5px;
		display: block;
	}
	.calendar_btn:before {
		width: 1px;
		height: 10px;
		content: " ";
		display: block;
		position: absolute;
		bottom: 0;
		left: 50%;
		background: #fff;
	}
	.calendar_btn:after {
		width: 1px;
		height: 40px;
		content: " ";
		display: block;
		position: absolute;
		bottom: -40px;
		left: 50%;
		background: #17489d;
	}
	/* reserve */
	#index_reserve {
		background: none;
		border: none;
		margin-bottom: 50px;
	}
	#index_reserve h3 {
		font-size: 20px;
		margin-bottom: 30px;
	}
/*	#index_reserve .inner {
		height: 230px;
	}*/
	#index_reserve > p {
		padding: 0;
	}
	/* contact */
	#index_main_contact {
		display: flex;
		border-top: 1px solid #adb6dc;
		border-bottom: 1px solid #adb6dc;
		background: #e2e5f3;
	}
	#index_main_contact > div {
		width: 50%;
		border-radius: 0;
		background: none;
		border: none;
		padding: 20px 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#index_main_contact > div p {
		line-height: 28px;
		vertical-align: middle;
	}
	#index_main_contact > div a {
		color: #17489d;
	}
	#index_main_contact > div span {
		font-size: 11px;
		border: none;
	}
	#index_main_contact img {
		display: block;
		width: 30px;
		margin: 0 auto 10px auto;
	}
	/* tel */
	#index_main_tel {
		margin-bottom: 0;
	}
	#index_main_tel p {
		font-size:28px;
	}
	#index_main_tel a {
		width: 100%;
		position: relative;
	}
	#index_main_tel p:before {
		display: none;
	}
	#index_main_tel a:before {
		width: 1px;
		height: 100%;
		border-right: 1px dashed #adb6dc;
		content: " ";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	/* mail */
	#index_main_mail p {
		font-size: 17px;
	}
	#index_main_mail p:before {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	/* consultation */
	#index_consul {
		width: 90%;
	}
	#index_consul h3 {
		font-size: 13px;
	}
	#consul_time > div {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#consul_time p span {
		font-size: 20px;
	}
	/* contact */
	#index_main_contact > div p {
		line-height: 22px;
	}
	#index_main_tel p {
		font-size:22px;
	}
	#index_main_mail p {
		font-size: 14px;
	}
}





/*index menu
=================================================*/

#index_menu {
	background: url(../../img/bg_menu.jpg);
	padding: 80px 0;
	text-align: center;
}
/* h2 */
#index_menu h2 {
	font-size: 16px;
	margin-bottom: 90px;
	position: relative;
	display: inline-block;
	padding: 0 100px;
}
#index_menu h2 a {
	color: #17489d;
}
#index_menu h2 span {
	font-size: 35px;
	font-family: 'Roboto Slab', sans-serif;
	display: block;
	margin-bottom: 10px;
	letter-spacing: 4px;
}
#index_menu h2 span:before {
	width: 79px;
	height: 67px;
	content: " ";
	display: block;
	position: absolute;
	top: -30px;
	left: calc(50% + 90px);
	background: url(../../img/menu_f01.png) no-repeat;
	background-size: contain;
	transition: 1s;
	transition-delay: 400ms;
	opacity: 0;
}
#index_menu h2 span:after {
	width: 79px;
	height: 55px;
	content: " ";
	display: block;
	position: absolute;
	bottom: -105px;
	left: calc(50% + 30px);
	background: url(../../img/menu_f03.png) no-repeat;
	background-size: contain;
	transition: 1s;
	transition-delay: 700ms;
	opacity: 0;
}
#index_menu h2:before {
	width: 76px;
	height: 50px;
	content: " ";
	display: block;
	position: absolute;
	bottom: -55px;
	left: calc(50% - 150px);
	background: url(../../img/menu_f02.png) no-repeat;
	background-size: contain;
	transition: 1s;
	transition-delay: 1000ms;
	opacity: 0;
}
#index_menu h2.effect span:before,
#index_menu h2.effect span:after,
#index_menu h2.effect:before {
	opacity: 1;
}

/* menu list */
.index_menu_list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
	justify-content: space-between;
}
.index_menu_list .inner {
	width: 22%;
	margin-bottom: 40px;
	text-align: center;
	position: relative;
}
.index_menu_list:before{
  content:"";
  display: block;
  width:22%;
  order:1;
}
.index_menu_list:after{
  content:"";
  display: block;
  width:22%;
}
.index_menu_list .inner span {
	width: 100%;
	height: 150px;
	overflow: hidden;
	display: block;
	margin-bottom: 15px;
	border-radius: 7px;
}


.index_menu_list .inner span.box {
	width: 100%;
	height: 150px;
	overflow: hidden;
	display: block;
	margin-bottom: 15px;
	border-radius: 7px;
}
.index_menu_list .inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';	
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.index_menu_list .inner:hover img {
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}
.index_menu_list .inner p {
	font-size: 14px;
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #222;
}
.index_menu_list .inner p:after {
	width: 0;
	height: 1px;
	display: block;
	content: " ";
	position: absolute;
	bottom: -1px;
	left: 0;
	background: #f8f6f0;
	border-bottom: 1px dashed #e6d4ad;
	transition: .3s;
}
.index_menu_list .inner a:hover p:after {
	width: 100%;
}
.index_menu_list .inner p:before {
	content: " ";
	display: inline-block;
	position: relative;
	top: -1px;
	margin-right: 7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #17489d;
}
.index_menu_list .inner a {
	display: block;
}
.index_menu_list .inner:before {
	opacity: 0;
	transition: 1s;
	transition-delay: 1000ms;
}
/* decoration */
.index_menu_list .inner.effect:before {
	opacity: 1;
}

.index_menu_list .inner:nth-child(17):before{
	width: 62px;
	height: 45px;
	content: " ";
	display: block;
	position: absolute;
	background: url(../../img/menu_de01.png) no-repeat;
	background-size: contain;
	top: 25px;
	right: -10px;
	z-index: 1;
}
.index_menu_list .inner:nth-child(5):before,
.index_menu_list .inner:nth-child(14):before{
	width: 78px;
	height: 68px;
	content: " ";
	display: block;
	position: absolute;
	background: url(../../img/menu_de02.png) no-repeat;
	background-size: contain;
	top: -10px;
	right: -15px;
	z-index: 1;
}
.index_menu_list .inner:nth-child(8):before {
	width: 66px;
	height: 71px;
	content: " ";
	display: block;
	position: absolute;
	background: url(../../img/menu_de03.png) no-repeat;
	background-size: contain;
	top: -10px;
	left: -15px;
	z-index: 1;
}
.index_menu_list .inner:nth-child(16):before,
.index_menu_list .inner:nth-child(2):before {
	width: 71px;
	height: 40px;
	content: " ";
	display: block;
	position: absolute;
	background: url(../../img/menu_de04.png) no-repeat;
	background-size: contain;
	top: 15px;
	left: -10px;
	z-index: 1;
}
.index_menu_list .inner:nth-child(11):before {
	width: 36px;
	height: 58px;
	content: " ";
	display: block;
	position: absolute;
	background: url(../../img/menu_de05.png) no-repeat;
	background-size: contain;
	top: -10px;
	left: -10px;
	z-index: 1;
}

/* button */
.index_btn_area {
	display: flex;
	justify-content: center;
}
#index_menu .btn_menu,
#index_menu .btn_price {
	width: 30%;
	height: 50px;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;
}
#index_menu .btn_menu a,
#index_menu .btn_price a {
	display: block;
	font-size: 18px;
}
#index_menu .btn_menu a:before,
#index_menu .btn_price a:before {
	content: " ";
	display: inline-block;
	margin-right: 10px;
	position: relative;
}

/* menu btn */
#index_menu .btn_menu {
	background: #333;
	margin-right: 20px;
}
#index_menu .btn_menu:hover {
	background: #000;
}
#index_menu .btn_menu a {
	color: #fff;
}
#index_menu .btn_menu a:before {
	width: 21px;
	height: 25px;
	top: 4px;
	background: url(../img/icon_menu.png) no-repeat;
	background-size: contain;
}

/* price btn */
#index_menu .btn_price {
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #333;
}
#index_menu .btn_price:hover {
	background: #f5f5f5;
}
#index_menu .btn_price a:before {
	width: 22px;
	height: 19px;
	top: 3px;
	background: url(../img/icon_price.png) no-repeat;
	background-size: contain;
}

/* min */
@media screen and (min-width: 768px) {
#index_menu h2:after {
	content: " ";
	height: 1px;
	width: 0;
	animation: 0.3s ease forwards;
	transition: .4s;
	border-bottom: 1px dashed #17489d;
	position: absolute;
	bottom: -15px;
	left: calc(50% - 75px);
}
#index_menu h2:hover:after {
	width: 150px;
}
#index_menu h2 a:after {
	height: 1px;
	width: 10px;
	content: " ";
	display: block;
	position: absolute;
	bottom: -12px;
	right: calc(50% - 77px);
	transition-duration: 0s;
	transition-delay: 0s;
	transform: rotate(45deg);
}
#index_menu h2:hover a:after {
	background: #17489d;
	transition-delay: .32s;
	transition-duration: .3s;
}
}

/* max */
@media screen and (max-width: 991px) {
	#index_menu {
		padding: 100px 0 80px 0;
	}
	.index_menu_list .inner {
		width: 30%;
	}
	.index_menu_list::before{
	  content:"";
	  display: block;
	  width:30%;
	  order:1;
	}
	.index_menu_list::after{
	  content:"";
	  display: block;
	  width:30%;
	}
	#index_menu .btn_menu,
	#index_menu .btn_price {
		width: 40%;
	}
}
@media screen and (max-width: 767px) {
	#index_menu h2 {
		padding: 0;
		margin-bottom: 60px;
	}
	#index_menu h2 span:before {
		width: 58px;
		height: 49px;
		top: -30px;
		left: calc(50% + 80px);
	}
	#index_menu h2 span:after {
		width: 60px;
		height: 42px;
		bottom: -70px;
		left: calc(50% + 30px);
	}
	#index_menu h2:before {
		width: 56px;
		height: 38px;
		bottom: -35px;
		left: calc(50% - 120px);
	}
	.index_menu_list .inner {
		width: 47.5%;
	}
	.index_menu_list .inner p:after {
		display: none;
	}
	.index_menu_list .inner:nth-child(3):before{
		top: auto;
		bottom: 40px;
		left: -45px;
	}
	.index_btn_area {
		display: block;
	}
	#index_menu .btn_menu {
		margin-bottom: 20px;
	}
	#index_menu .btn_menu,
	#index_menu .btn_price {
		width: 100%;
	}
}
@media screen and (max-width: 575px) {
	#index_menu .container {
		padding: 0 20px;
	}
	.index_menu_list .inner p {
		border-bottom: none;
		font-feature-settings: "palt";
	}
}
@media screen and (max-width: 480px) {
	.index_menu_list {
		margin-right: 0;
	}
	.index_menu_list .inner p {
		text-align: left;
		font-size: 14px;
		display: flex;
	}
	.index_menu_list .inner p:before {
		display: block;
		top: 5px;
	}
}


/*index access
=================================================*/

#index_access {
	display: flex;
}
#index_access > div {
	width: 50%;
	height: 550px;
}
#map_canvas iframe {
	height: 550px;
	width: 100%;
	border: none;
}
#index_access > .inner {
	display: flex;
	flex-flow: column nowrap;
	text-align: center;
	align-items: center;
	justify-content: center;
}
#index_access > .inner p {
	line-height: 2.5em;
	margin-bottom: 20px;
}
#index_access a.link_dash {
	font-size: 16px;
}

/* max */
@media screen and (max-width: 991px) {
	#index_access {
		flex-direction: column;
	}
	#index_access > div {
		width: 100%;
	}
	#index_access > #map_canvas {
		height: 450px;
	}
	#map_canvas iframe {
		height: 450px;
	}
	#index_access > .inner {
		height: auto;
		padding: 80px 0 120px 0;
	}
}


/*インスタバナー
=================================================*/
.bnr_inst_sp {
    display: none;
}
.area_bnr_inst {
    margin-bottom: 10px;
}
.area_bnr_inst a.bnr_inst {
    transition: 0.3s;
}
.area_bnr_inst a.bnr_inst:hover {
	opacity: .7;
}
.area_bnr_inst a.bnr_inst img {
    width: 100%;
}

/* max */
@media screen and (max-width: 991px) {
    .area_bnr_inst {
        margin-bottom: 0;
    }
    .area_bnr_inst .bnr_inst {
        display: none;
    }
    .bnr_inst_sp {
        display: flex;
        justify-content: center;
        background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
        padding: 15px 0 16px 0;
    }
    .inst_artmake .bnr_inst_sp {
        display: flex;
        justify-content: center;
        background: #ffffff;
        box-shadow: 0px 0px 6px 1px #f1f1f1 inset;
        padding: 15px 0 15px 0;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }
    .bnr_inst_box_img img {
        width: 35px;
    }
    .bnr_inst_box_img {
        margin-right: 20px;
        padding: 8px 0 0 0;
    }
    .bnr_inst_box_txt {
        width: auto;
    }
    .bnr_inst_box_txt .bnr_inst_instagram {
        font-size: 30px;
        font-weight: bold;
        color: #ffffff;
        line-height: 1;
        letter-spacing: 2px;
        position: relative;
        height: 30px;
    }
    .inst_artmake .bnr_inst_box_txt .bnr_inst_instagram {
        color: #4c4c4c;
        font-size: 25px;
    }
    .bnr_inst_box_txt .bnr_inst_instagram span.bnr_inst_label {
        font-size: 10px;
        background-color: #ffffff;
        color: #666;
        padding: 4px 4px 3px 5px;
        display: inline-block;
        position: absolute;
        top: 6px;
    }
    .inst_artmake .bnr_inst_box_txt .bnr_inst_instagram span.bnr_inst_label {
        background-color: #e5e5e5;
    }
    .bnr_inst_box_txt .bnr_inst_instagram span.bnr_inst_inst {
        position: absolute;
        left: 43px;
    }
    .bnr_inst_box_txt .bnr_inst_antiage {
        color: #ffffff;
    }
    .inst_artmake .bnr_inst_box_txt .bnr_inst_antiage {
        color: #4c4c4c;
    }
    .inst_artmake .bnr_inst_box_txt .bnr_inst_instagram span.bnr_inst_inst {
        left: 88px;
    }
}




/*TOPICS
=================================================*/
/*こちらをクリック*/

.btn_topics {
	display: block;
	width: 207px;
	margin: -10px auto 15px;
	padding: 10px 20px;
	border-radius: 20px;
	border: none;
	position: relative;
	overflow: hidden;
	color: #17489d;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	background: #f4f4f4;
}

.btn_topics:before,
.btn_topics:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.btn_topics:before {
    border-width: 7px;
    border-color: #17489d transparent transparent transparent;
    top: 60%;
  left: 12px;
  transform: translateY(-50%);
}

.btn_topics:after {
    border-width: 7px;
    border-color: #17489d transparent transparent transparent;
    top: 60%;
  right: 12px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
.btn_topics {
	margin: -20px auto 20px;

}

}