@charset "utf-8";
/*--------------------------------------------
base
---------------------------------------------*/
body,p,h1,h2,h3,small,strong,div,ul,li,img,header,footer,nav,section{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 1rem;
	-webkit-text-size-adjust: 100%;
	font-family: "メイリオ", Meiryo, Osaka, "Hiragino Kaku Gothic Pro", sans-serif;
}


header,footer,nav,section{
	display: block;
}

p{
	font-size: 13px;
}
img {
	height: auto;
	max-width: 100%;
}
a {
	text-decoration: none;
}

ul {
	list-style: none;
}

.float_icon {
	animation: float_2979 1.5s linear infinite;
	transform-origin: 50% 50%;
}

#container{
	margin: 0 auto;
	position: relative;
	width: 100%;
	z-index: 88;
}

.fadeUp{
	animation-name: fadeUpAnime;
	animation-duration: 10s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime{
	from {
	opacity: 0;
	transform: translateY(150px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.clearfix {display: inline-block;}
/* Dreamweavera*/
.clearfix {overflow: hidden;}
/* MacIEc*/
*+html .clearfix { height: 1%; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

html {scroll-behavior: smooth;}

.index_main_area{
	height: 100%;
	margin: 0 auto 0 auto;
	width: 100%;
}

header {
	transform: translate(0px, 0px);
	background: #fff;
	background-position: 0 14px;
	background-size: 1px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

#header_fix {
	background: #ffffff;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
}

#header_fix .header_fix_bg{
	color: #8edace;
	width: 100%;
}

#header_fix .header_fix_bg h1{
	font-size: 14px;
	font-weight: normal;
	margin: 0 auto;
	overflow: hidden;
	padding: 2px 0;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 870px;
}

#header_fix .header_fix_bg h1 a {
	color: #FE7F9C;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 100%;
	height: auto;
	position: relative;
	background: rgba(254, 127, 156 ,0.3);
	z-index: 2;
}

#wrapper_logo {
	margin: 0 auto 0 auto;
	text-align: center;
	padding-top: 10px;
	width: 870px;
	position: relative;
}

#header_logo {
	padding-top: 10px;
	background: #fff;
	overflow: hidden;
	position: relative;
}

.header_logo_image {
	margin: 0 auto;
	padding: 10 px 0 0;
	position: relative;
	text-align: center;
	width: 870px;
}

.header_logo_image span{
	width: 870px;
	margin: 10px auto 20px;
	padding: 5px 0 3px;
	text-align: center;
	background: #FE7F9C;
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 10px;
	border-radius: 8px;
}

.header_call_text {
	width: 100%;
	height: auto;
	margin: 30px auto 5px auto;
	font-family:"メイリオ","Meiryo","Meiryo UI","Hiragino Kaku Gothic ProN","Helvetica Neue","Hiragino Sans","游ゴシック  Medium",sans-serif,Roboto;
	line-height: 1.0;
}

.header_call_number{
	font-size: 32px;
	font-weight: 500;
	padding: 0 2% 3px;
	text-align: center;
	display: inline-block;
	color: #000;
	box-sizing: border-box;
}

.header_call_number:before {
	content: "TEL";
	color: #DF5286;
	font-size: 16px;
	margin-right: 3px;
}

.top_hours {
	width: 100%;
	text-align: center;
	padding: 10px 2% 0;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	box-sizing: border-box;
	display: inline-block;
}

.top_hours:before {
	content: "受付時間";
	font-size: 16px;
	margin-right: 3px;
}

.copy_text {
	width: 870px;
	font-family:"Sawarabi Mincho";
	text-align: center;
	color: #005752;
	overflow: hidden;
	margin: 20px auto 10px auto;
	display: block;
}

.copy_text img{
	width: 95%;
}

.copy_text span {
	font-size: 40px;
	letter-spacing: 3px;
	font-family: "Sawarabi Mincho";
	display: block;
}

#index_enter {
	width: 870px;
	margin: 15px auto 30px auto;
	text-align: center;
}

#index_enter p{
	width: 100%
	margin: 0 auto;
	padding: 15px 0 0;
	text-align: center;
	line-height: 1.3;
	font-size: 12px;
	color: #DF5286;
}

#index_leave{
	height: auto;
	width: 400px;
	background: #DF5286;
	margin: 15px auto 15px auto;
	text-align: center;
	padding: 15px;
	display: block;
	border-radius: 20px;
	color: #fff;
	font-size: 110%;
	transition: 2s;
}

#index_leave:hover{
	transition: 2s;
	opacity: 0.5;
}

.index_enter_btn {
	width: 700px;
	height: auto;
	text-align: center;
	margin:0 auto 10px auto;
	position: relative;
	display: block;
	transition: 1s;
}

.index_enter_btn:hover{
	opacity: 0.8;
	transition: 1s;
}

#seo_text {
	width: 870px;
	margin: 0 auto 40px auto;
	text-align: center;
	border-radius: 10px;
	background: rgba(254,127,156,0.1);
	padding: 10px;
	box-sizing: border-box;
}

#seo_text_box {
	text-align: center;
	margin: 0 auto 0 auto;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 10px;
}

#seo_text h4 {
	width: 95%;
	margin: 10px auto 15px auto;
	font-size: 23px;
	color: #DF5286;
}

#seo_text h5 {
	width: 95%;
	margin: 10px auto 15px auto;
	font-size: 20px;
	color: #DF5286;
}

#seo_text p {
	width: 90%;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: rgba(208,90,156);
	margin: 0px auto 15px auto;
	display: block;
	line-height: 1.8;
	padding: 0 15px 15px;
}

#main {
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
	height: auto;
}

footer {
	background: #FE7F9C;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
}

.footer_information {
	width: 870px;
	border-top: 1px solid #DF5286;
	padding: 0 10px;
	margin: 0 auto 0 auto;
	text-align : center;
}

.footer_information h2 {
	color: #fff;
	font-size: 48px;
	font-weight: normal;
	margin: 25px auto;
	text-align: center;
}

.footer_information hr{
	border-top: 1 px solid #fff;
}

.copy {
	width: 870px;
	margin: 0 auto 0 auto;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #fff;
	text-align: center;
	bottom: 0;
}

.copy a{
	color: #fff;
}

.footer_banner_area{
	width: 870px;
	height: auto;
	margin: 15px auto 25px auto;
	text-align: center;
}

.footer_banner_area ul{}
.footer_banner_area ul li{
	width: 100%;
	height: auto;
	margin: 30px auto 0 auto;
}
.footer_banner_area ul li img{
	width: 870px;
}
.footer_banner_area ul li a{
	display: block;
}

.footer_sns{
	width : 870px;
	margin: 0 auto 50px auto;
	padding: 10px 0 0;
	text-align : center;
}

.footer_sns li{
	width: 80px;
	height: 80px;
	margin: 0 5px;
	display: inline-block;
}

.footer_sns li a{
	width: 80px;
	height: 80 px;
	text-align: center;
	border-radius: 50%;
	box-sizing: border-box;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
}

.footer_sns li a.youtube_icon{
	background-color: #ff0000;
	width: 80px;
	height: 80px;
	color: #fff;
	padding-top: 25px;
}

.footer_sns li a.twitter_icon{
	background-color: #00acee;
	width: 80px;
	height: 80px;
	color: #fff;
	padding-top: 25px;
}

.footer_sns li a.insta_icon{
	background: #-webkit-linear-gradient 135deg,#427eff 0%,#f13f79 70% no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%)no-repeat;
	width: 80px;
	height: 80px;
	color: #fff;
	padding-top: 25px;
}

.shop_list{
	width: 100%;
	text-align: center;
	position: relative;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: 1px solid #fff;
}

.shop_list h2{
	width: 95%;
	font-weight: normal;
	font-size: 20px;
	color: #fff;
	margin: 0 auto 5px auto;
	text-align: center;
}

.shop_list h2.group_name span{
	font-size: 35px;
	padding: 0 5px 0 0;
}

.shop_list .shop_list_box{
	width: 90%;
	margin: 25px auto 20px;
	padding: 0;
}

.shop_list .shop_list_box li{
	width: 60%;
	margin: 0 auto 0 auto;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.shop_list .shop_list_box .shop_list_name{
	width: 60%;
	color: #fff;
	display: block;
	font-size: 25px;
	font-weight: 500;
	margin: 10px auto 20px;
	text-align: center;
	position: relative;
	border-bottom: 2px solid #fff;
}

.shop_list .shop_list_box li a {
	padding: 5px;
	width: 18%;
	text-align: center;
	font-size: 15px;
	color: #fff;
	display: block;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.shop_list .shop_list_box li a:nth-of-type(even) {
	margin: 0 0 5px 0;
}

.shop_list .shop_list_box li a:hover {
	color: #FDDE35;
}

.shop_list .shop_list_box li a .preparation {
	margin: 0 0 0 5px;
	padding: 3px 3px 2px;
	vertical-align: middle
	line-height: 1.0;
	display: inline-block;
	color: #fff;
	font-size: 11px;
	background: #f00;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}