body{
	margin: 0;
	padding: 0;
}
*{
	font-family: 'Open Sans', Helvetica Neue, Sans-serif;
	color: #252525;
	margin: 0 auto;
	box-sizing: border-box;
	list-style-type: none;
}
img{
	max-width: 100%;
	height: auto;
}
.wrap{
	max-width: 1140px;
	margin: auto;

}
.txt_center{
	text-align: center;
}
.unnder_yerow{
	background: linear-gradient(transparent 60%, #FFFF00 60%);
}
small{
	font-size: 0.75em;
}

/**/
h2{
	color: #595857;
	border-bottom: solid #595857 1px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 19px;
	margin-bottom: 18px;
}
h3,
h3 span{
	letter-spacing: 1.25px;
	text-align: center;
color: #de005b;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
h4{
	letter-spacing: 0.75px;
	text-align: center;
color: #de005b;
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 20px;
	font-weight: bold;
}
h5{
	letter-spacing: 0.55px;
	font-size: 18px;
	font-weight: bold;
	color:#545454;
}
/*ãƒ˜ãƒƒãƒ€ãƒ¼*/
header{
	margin: 0;
	background: #fff;
	width: 100%;
	padding: 10px 20px;
	width: 100%;
	display: block;
	max-height: 75px;
}
header #logo{
	display: block;
	margin: 0;
}
header #logo img{
	max-height: 55px;
}
footer {
		width: 100%;
		height: auto;
		display: table;
		clear: both;
		background-position: left top;
		background-repeat: repeat-x;
		background-size: 50% 100%;
		padding-bottom: 6%;
	}
/*ãƒ¡ã‚¤ãƒ³ã‚¤ãƒ¡ãƒ¼ã‚¸*/
#main_img_wrap {
    background: url(img/main_back.png);
    background-position: top center;
    background-attachment: fixed;
    background-size: auto 100%;
    padding-top: 0px;
    width: 100%;
    max-height: 495px;
}
#main_img_wrap .main_img{
	max-width: 1140px;
	text-align: center;
	margin: auto;
}
/*ãƒ¡ã‚¤ãƒ³ã‚¤ãƒ¡ãƒ¼ã‚¸*/
#firstlimited{
	position: relative;
	width: 100%;
	padding: 80px 20px;
}

.star_wrap{
	display: inline-block;
	margin:10px auto 15px;
}
.fa-star{
	color: #f0ad4e;
	font-size: 30px;
}
#firstlimited .fl_explanation_wrap{
	overflow: hidden;
	display: block;
	margin-top: 30px;
}
#firstlimited .fl_explanation,
#firstlimited .fl_explanation_image{
	float: left;
	width: 50%;
}
#firstlimited .fl_explanation{
	padding: 30px 30px;
	    text-align: left;
}
#firstlimited .fl_explanation h5{
	margin-bottom: 5px;
}
#firstlimited .fl_explanation p{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 26px;
}
#firstlimited .fl_explanation p b{
	font-size: 15px;
	font-family: "Roboto", Sans-serif;
}
#firstlimited .rink_wrap{
	text-align: center;
}
#firstlimited .rink_wrap .rink_btn{
	margin: 30px auto 0;
	display: inline-block;
	width: auto;
	height: auto;
	letter-spacing: 2px;
	border-radius: 50px;
	border:solid 3px #de005b;
	background-color: #fff;
	font-size: 15px;
	padding: 12px 24px;
	font-weight: 500;
	text-decoration: none;
}
#firstlimited .rink_wrap .rink_btn i.fa{
	margin-left: 10px;
}
.rink_btn{
	margin-bottom: 0px;
	display: inline-block;
	    margin-top: 20px;
}

/**/

#flow{
	padding: 50px;
}
#flow .flow_wrap .flow_image{
	width: 100%;
	text-align: center;
	display: block;
	border-bottom:solid #de005b 1px;
	padding-bottom: 10px;
}
#flow .flow_wrap .flow_image figure{
	max-width: 300px;
	margin:0 auto;
}
#flow .flow_wrap .flow_image span{
	color: #de005b;
}
.flow_wrap p{
	margin: 20px 10px 20px 10px;
	font-size: 15px;
}
/**/
#access{
	margin-top: 40px;
	margin-bottom: 35px;
}
#access h2{
	margin-bottom: 45px;
}
.about_info{
	margin: 25px 32px 16px;
	padding: 8px 8px 8px;
	position: relative;
	border: 2px solid #de005b;
	border-radius: 8px;
}
.about_info span{
	position: absolute;
	top: -13px;
	background: #fff;
	color: #de005b;
	font-weight: bold;
	font-size: 16px;
	padding: 0 8px;
}
.about_info p{
	margin: 8px 10px 0;
	line-height: 1.75em;
}

/**/

#popup{
	background-color: #f3f1ebe6;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	display: block;
}

.pc_popup_inner{
	overflow: hidden;
	max-width: 980px;
	margin: auto;
	min-height: 80px;
	padding: 17px 0;
}
#popup .btn{
	width: 50%;
	float: left;
	text-align: center;
}
#popup .btn.tel_btn span{
	color: #ff0749;
	font-size: 28px;
	line-height: 26px;
	font-weight: bold;
}
#popup .btn.tel_btn small{
	font-size: 13px;
	color: #424242;

}
#popup .btn.mail_btn a{
	padding: 10px 20px;
	border-radius: 50px;
	display: inline-block;
	margin: auto;
	color: #fff;
	height: 46px;
	width: 240px;
	font-weight: bold;
	text-decoration: none;
	background: #ff0749;
	background: linear-gradient(45deg, #ff0749 0%, #ff675f 100%);
}

    .footer-popup {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        overflow: hidden;
        /* display: table;
        table-layout: fixed; */
    }

.footer-popup ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 0;
}

.footer-popup ul li {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    background: rgba(255,255,255,0.9);
    border-top: 2px solid #fff;
}

.footer-popup ul li a {
    display: block;
     background-color: #81ad1a;
}

.footer-popup ul li a {
    background-color: #81ad1a;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin: 1.5% auto;
    padding: 1%;
    width: 30%;
    border-radius: 999px;
}

.footer-popup ul li a img {
    margin: auto;
    vertical-align: top;
}
#about {
    background: #ffffff;
    padding: 70px 0 70px 0;
}

.inner {
    width: 1020px;
    margin: 0 auto;
    position: relative;
}
.title {
    text-align: center;
    padding-bottom: 50px;
}
.title h2 {
    font-size: 44px;
    line-height: 1;
    letter-spacing: 2px;
    color: #486309;
    padding-bottom: 5px;
}
.en {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
}
.title p {
    font-size: 86%;
}



#about .text {
    width: 380px;
}
#about .text h3 {
    font-size: 143%;
    color: #486309;
    padding-bottom: 10px;
}
#about .text table {
    width: 100%;
    border-collapse: collapse;
    border-top: solid 1px #ddd;
}
#about .text table th {
    width: 100px;
    color: #81ad1a;
    padding: 15px 0;
    border-bottom: solid 1px #ddd;
}
#about .text table td {
    padding: 15px 0;
    border-bottom: solid 1px #ddd;
}
.text li small span {
    color: #de005b;
}
#about .map {
    width: 595px;
}
#about .map iframe {
    width: 595px;
    height: 360px;
}
.flex-start {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
	margin-bottom:20px;
}

@media screen and (max-width: 768px){
	body{
    margin-bottom: 19%;
	}
	.inner .tenpo_box01{
    margin-bottom: 30px;	
	padding:5%;	
	}		
	.inner .tenpo_box02{
    margin-bottom: 30px;	
	padding:5%;	
	}	
#about {
    background: #ffffff;
    padding: 40px 0 5% 0;
	    width: 100%;
    overflow: hidden;
}
.inner {
    overflow: hidden;
	    width: 100%;
}
.inner {
    padding: 7% 5%;
    position: relative;
}	
.title {
    text-align: center;
    padding-bottom: 30px;
}	
.title h2 {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 2px;
    color: #486309;
    padding-bottom: 5px;
}
.title p {
    font-size: 79%;
}	
#about .text h3 {
    font-size: 129%;
    color: #008c40;
    padding-bottom: 10px;
}	
#about .text table {
    width: 100%;
    border-collapse: collapse;
}
#about .text table th {
    display: block;
    width: 100%;
    color: #008c40;
    padding: 12px 0 0 0;
    font-size: 93%;
    border-top: solid 1px #ddd;
}	
#about .text table td {
    display: block;
    width: 100%;
    padding: 12px 0 12px 0;
    font-size: 93%;
}
.mw_wp_form table th, table td {
    float: left;
    width: 100%!important;
}
#about .text table th {
    display: block;
    width: 100%;
	color: #81ad1a;
    padding: 12px 0 0 0;
    font-size: 93%;
    border-top: solid 1px #ddd;
	text-align:left;
}	
#about .map iframe {
    width: 100%;
    height: 360px;
}	
#about .text h3 {
    font-size: 129%;
	color: #81ad1a;
  padding-bottom: 0px;
    margin-bottom: 10px;
}	
#about .text table {
    width: 100%;
    border-collapse: collapse;
}
	#about .text{
    width: 100%;		
	}	
	#about .map{
 width: 100%;		
	}	
}





/**/
@media screen and (max-width: 768px){
  .pc{
    display: none !important;
  }

  #main_img_wrap {
  	max-height: none;
}

footer {
    padding-bottom: 0;
}

.footer-popup ul li a {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 14px;
    background: no-repeat;
}
.simple-footer ul {
    display: inline-block;
    overflow: hidden;
    margin: 20px auto;
    padding: 0;
}

	.simple-footer ul li {
		padding: 5px;
		width: 50%;
		float: left;
	}

	.simple-footer ul li::after {
		content: none;
	}

	.simple-footer ul li a {
		padding: 15px;
		background-color: #81ad1a;
		color: white;
		display: block;
		text-align: left;
		text-decoration: none;
	}

	.simple-footer ul li a::before {
		content: " ";
		display: inline-block;
		border: 5px solid transparent;
		border-left-color: white;
		margin-right: 5px;
	}

	.center {
	max-width: 1000px;
	margin: auto;
}
  #main_img_wrap{
   	background-image : url(img/main-sp-back.png);
   	background-attachment: inherit;
  }
  #firstlimited .fl_explanation,
  #firstlimited .fl_explanation_image{
  	width: 100%;
  	padding: 0;
  }
  #firstlimited .fl_explanation_image{
  	text-align: center;
  }
  #firstlimited{
  	padding: 5vw 20px;
  }
  .rink_btn{
  	margin-top: 10px;
  }
  .txt_center{
  	text-align: left;
  }
  #firstlimited .fl_explanation p{
  	margin-bottom: 16px;
  }
  h3{
  	font-size: 22px;
  }
  h4{
  	font-size: 17px;
  	text-align: left;
  }
  h5{
  	margin-bottom: 10px;
  	font-size: 15px;
  }
  #firstlimited .fl_explanation_wrap{
  	margin-top: 20px;
  }
	.g_map{
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		margin-bottom: 18vw;
	}
	.g_map iframe{
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
	img{
		width:100%;
	}
	#about .in-info01{
		display: block;
	}
	.flex-start{
    display: block;		
	}
#btn_following {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.8);
    padding-bottom: 1%;
	padding:0;
}	
#btn_following li {
    width: 50%;
    float: left;
    display: block;
}	
#btn_following li a {
    display: block;
}
#btn_following li a img {
    width: 100%;
    height: auto;
}	
	.tel_btn{
    background-color: #ff9614;		
	}
	.contact_btn{
    background-color: #3da8dd;		
	}	
	.copyright p{
	font-size: 13px;	
	}	
	
}
@media screen and (min-width: 769px){
  .sp{
    display: none !important;
  }
  .simple-footer {
	background-color: whitesmoke;
	text-align: center;
	overflow: hidden;
}

.simple-footer ul {
	display: inline-block;
	overflow: hidden;
	margin: 20px auto;
	padding: 0;
}

.footer-menu {
	text-align: center;
}

.simple-footer ul li {
	display: inline-block;
	margin: 0;
}

.simple-footer ul li a {
	text-decoration: none;
	color: #424242;
	font-size: 14px;
}

.simple-footer ul li::after {
	content: "/";
	display: inline-block;
	margin: 0 5px;
	color: #424242;
	font-size: 14px;
}

.simple-footer ul li:last-of-type:after {
	content: none;
}

}
@media screen and (max-width: 417px){
  .about_info p{
  /*	margin-top: 30px;*/
  }
}
@media screen and (max-width: 500px){
	#access h2{
		margin-bottom: 7vw;
	}
  h3{
  	font-size: 5.1vw;
  }
  h4{
  	font-size: 4.5vw;
  }
}
.tenpo_box01{
    border: solid 1px #486309;
    padding: 2%;
    margin-bottom: 50px;
    border-radius: 20px;	
}
.tenpo_box02{
    border: solid 1px #429928;
    padding: 2%;
    margin-bottom: 50px;
    border-radius: 20px;	
}
.tenpo_box02 .text table th{
    color: #429928!important;	
}
.tenpo_box02 .text  h3{
    color: #429928!important;	
}
.copyright p{background-color: #81ad1a;padding: 10px 0px;text-align: center;color: #fff;}
.copyright p a{
	color:#fff;
	text-decoration:none;
}
.text ul li{
	font-size:15px;
	list-style:none;
}
.text ul {
	padding:0;
}
.copyright .copyrdate{
    color: #fff;	
}