@charset "utf-8";


/* PAGE TOP
------------------------------------------------------- */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 2;
}
#page-top a {
	background: #FF8298;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
/* //PAGE TOP
------------------------------------------------------- */

/* COMMON
------------------------------------------------------- */
html {overflow-y: scroll}
a {color: #036EB7;font-weight: bold;text-decoration: underline}
a:hover {color: #F7AF69;text-decoration: none}
body {background: #FDF1F2;}

/* clerfix */
.clear:after {content:"";clear:both;display:block;overflow:hidden}
.clear {zoom:1}
.display_pc{display: none;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.container{
	padding: 20px 15px;
}

.container{
	padding: 20px 15px;
}
.container.white01{
	background:#fff; 
}
.container-outer.orange01{
	background:#fef3df; 
}
.container-outer.blue01{
	background:#e9f5fd; 
}
.container-outer.green01{
	background:#e8fce3; 
}
/* //COMMON
------------------------------------------------------- */


/* sp
------------------------------------------------------- */

/* HAEDER
------------------------------------------------------- */
/*logo*/
.common-info{
	width:100%;
	background:#fff; 
	border-bottom: 3px solid #555;
}
.common-info-innner{
	padding: 5px 5px 20px;
	margin:0 auto;
	position: relative;
}
.logo{
	position: relative;
	overflow: hidden;
	padding: 10px 0 5px;
}
.logo-mark{
	width:20%;
	float: left;
	margin-right: 5px;
}
.logo-des{
	width:60%;
	float: left;
	font-weight:bold;
	font-size: .9em;
	text-align: center;
	margin-top:10px;
}
.logo-mark img{width:100%;}
.logo-des--company-name {
	display: block;
	font-size:1.6em;
	margin-top:10px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	margin-left:10px;
}
.contact-info{
	position: absolute;
	top:20px;
	right:15px;
	width:50px;
}
.contact-info img{
	width:100%;
	height: auto;
}
.contact-tell{
	width: 80%;
	margin: 0 auto;
	background: #1877f2;
	border-bottom: 5px solid #3b5998;
	padding: 15px 15px 10px 10px;
	text-align: center;
	border-radius: 8px;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.contact-tell i{
	margin-right:5px; 
}
.contact-tell a{
	color:#fff;
	font-size:1.2em;
	text-decoration: none;
}
.contact-tell:hover {
  margin-top: 3px;
  background: #1877f2;
  border-bottom: 2px solid #3b5998;
}
.contact-tell-number{
	font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
}
.contact-tell-number{
	display: none;
}
.contact-info-pc{
	display: none;
}

/* //HAEDER
------------------------------------------------------- */

.conversion-area{
	 box-shadow: 0 0 8px gray;
	 border-radius: 10px;
	 padding: 15px 15px 10px;
}
.contact-area{
	margin:0 0 50px; 
}
.contact-info-area{
	width: 80%;
	margin: 20px auto 0;
	background: #7db901;
	border-bottom: 5px solid #628617;
	padding: 15px 15px 10px 10px;
	text-align: center;
	border-radius: 8px;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.contact-info-area i{
	margin-right: 10px;
}
.contact-info-area a{
	color:#fff;
	font-size:1.2em;
	text-decoration: none;
}
.contact-info-area:hover {
  margin-top: 23px;
  background: #7db901;
  border-bottom: 2px solid #628617;
}
.service-list{
	width:80%;
	margin: 0 auto;
}
.cp_button {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	padding: 20px;
	cursor: pointer;
	line-height: 1.4;
	transition: color 0.3s cubic-bezier(0.02,0.01,0.47,1),transform 0.3s cubic-bezier(0.02,0.01,0.47,1);
	color: #ffffff;
	border: none;
	border-width: 0;
	border-color: transparent;
	border-radius: 100px;
	font-size:1.2em;
	font-weight: bold;
}
.cp_button.orange01 {
	background: orange;
}
.cp_button.green01 {
	background: #009688;
}
.cp_button.blue01 {
	background: #1877f2;
}
.cp_button:after, .cp_button:before {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	width: 100px;
	height: 100px;
	content: '';
	transition: transform 0.15s cubic-bezier(0.02,0.01,0.47,1),opacity 0.15s cubic-bezier(0.02,0.01,0.47,1);
	-webkit-transform: translate(100%,-25%) translateZ(0);
	        transform: translate(100%,-25%) translateZ(0);
	opacity: 0;
	border-radius: 50%;
	background: #009688;
}
.cp_button:after, .cp_button:before {
	background: #ffffff;
}
.cp_button:hover {
	transition: all 0.5s cubic-bezier(0.02,0.01,0.47,1);
	-webkit-transform: scale(1.1) translateZ(0);
	        transform: scale(1.1) translateZ(0);
	color: #ffffff;
	box-shadow: 0 1px 8px rgba(0,0,0,0.3);
}
.cp_button:hover:before {
	transition: transform 0.2s cubic-bezier(0.02,0.01,0.47,1),opacity 0.2s cubic-bezier(0.02,0.01,0.47,1);
	-webkit-transform: translate3d(50%,0,0) scale(0.9);
	        transform: translate3d(50%,0,0) scale(0.9);
	opacity: 0.15;
}
.cp_button:hover:after {
	transition: transform 0.2s cubic-bezier(0.02,0.01,0.47,1) 0.05s,opacity 0.2s cubic-bezier(0.02,0.01,0.47,1) 0.05s;
	-webkit-transform: translate(50%) scale(1.1);
	        transform: translate(50%) scale(1.1);
	opacity: 0.25;
}
.cp_button:active {
	opacity: 0.5;
}
.cp_button07:focus {
	color: #ffffff;
}

.conversion-ttl {
  display: block;
  padding: 20px;
  font-size: 1.2em;
  text-align: center;
  color: #fff;
  background: #2196F3;
  background: repeating-linear-gradient(45deg, #38a1f4, #38a1f4 3px, #6eb5ed 3px, #6eb5ed 6px);
  text-shadow:1px 1px 0 #38a1f4, -1px -1px 0 #38a1f4,
              -1px 1px 0 #38a1f4, 1px -1px 0 #38a1f4,
              0px 1px 0 #38a1f4,  0-1px 0 #38a1f4,
              -1px 0 0 #38a1f4, 1px 0 0 #38a1f4;
   letter-spacing: .2em;
   border-radius: 10px;
   margin-bottom:40px; 
}
.heading-ttl{
  padding: 10px;
  font-size: 1.2em;
  margin: 0 -15px;
  text-align: center;
  color: #fff;
  background: #aed46c;
  background: repeating-linear-gradient(45deg, #aed46c, #aed46c 3px, #b8d97d 3px, #b8d97d 6px);
  text-shadow:1px 1px 0 #99c844, -1px -1px 0 #99c844,
              -1px 1px 0 #99c844, 1px -1px 0 #99c844,
              0px 1px 0 #99c844,  0-1px 0 #99c844,
              -1px 0 0 #99c844, 1px 0 0 #99c844;
   letter-spacing: .2em;
   margin-bottom:25px; 
}
.user-voice {
    display:table;
    width:100%;
    margin:0;
    padding:0;
   border-collapse: separate;
  border-spacing: 3px 0;
}
.user-voice li{
    display:table-cell;
	width:33.3%;
	padding: 10px;
	border:3px solid #f4dd97;
}
.user-voice dl{
	overflow: hidden; 
}
.user-voice dt img{
	float: left;
	margin: 0 15px 10px 0;
	width: 30%;
}
.user-voice dd h4{
	border-bottom:2px solid #000;
	padding: 12px 0 8px;
	margin-left: 35%;
	margin-bottom:8px;
}
.user-voice dd h4+p{
	padding: 0 10px 10px;
	font-weight:bold;
	font-size: .8em;
	color:#004caf;
	line-height: 1.2em;
}
.user-voice-des-inner{
	line-height: 1.2em;
	font-size: .9em;
}
.user-voice-des-inner span{
	padding:10px 0 0;
	color:#441100;
	text-align:right;
	display: block;
	font-size: .9em;
}
.merit-outer h3 img{
	width:100%;
}
.merit-outer ul{
	padding: 10px;
	width: 90%;
	margin:0 auto 25px;
}
.merit-outer ul li{
	font-size:1.5em;
	line-height: 1.8em;
	font-weight: bold;
}
.merit-outer ul li i{
	color: red;
	margin-right:10px;
}
.merit-outer ul li span{
	color:red;
	margin-right:10px;
	vertical-align: middle;
	font-size: 1.3em;
}

.biz-intro-ttl {
    padding: 10px;
    font-size: 1.3em;
    text-align: center;
    color: #fff;
    background: #aed46c;
    background: repeating-linear-gradient(45deg, #aed46c, #aed46c 3px, #b8d97d 3px, #b8d97d 6px);
    text-shadow: 1px 1px 0 #99c844, -1px -1px 0 #99c844, -1px 1px 0 #99c844, 1px -1px 0 #99c844, 0px 1px 0 #99c844, 0-1px 0 #99c844, -1px 0 0 #99c844, 1px 0 0 #99c844;
    letter-spacing: .2em;
    margin-bottom: 25px;
}
.biz-intro-ttl.mb10 {
    margin-bottom: 10px;
}
.biz-intro-ttl.orange01 {
    background: #fac35f;
    background: repeating-linear-gradient(45deg, #fac35f, #fac35f 3px, #fad188 3px, #fad188 6px);
    text-shadow: 1px 1px 0 #fac35f, -1px -1px 0 #fac35f, -1px 1px 0 #fac35f, 1px -1px 0 #fac35f, 0px 1px 0 #fac35f, 0-1px 0 #fac35f, -1px 0 0 #fac35f, 1px 0 0 #fac35f;
}
.biz-intro-ttl.blue01 {
    background: #5fb6fa;
    background: repeating-linear-gradient(45deg, #5fb6fa, #5fb6fa 3px, #7fc3f8 3px, #7fc3f8 6px);
    text-shadow: 1px 1px 0 #5fb6fa, -1px -1px 0 #5fb6fa, -1px 1px 0 #5fb6fa, 1px -1px 0 #5fb6fa, 0px 1px 0 #5fb6fa, 0-1px 0 #5fb6fa, -1px 0 0 #5fb6fa, 1px 0 0 #5fb6fa;
}
.biz-intro-ttl+p{
	margin: 0 15px 25px;
}
.biz-intro-sttl{
	font-weight: bold;
	font-size:1.1em;
	padding: 10px;
	text-align:center;
	background: #acdef5;
	margin-bottom:20px;
	margin:0 -15px 20px;
}
.biz-intro-table-outer{
	margin-bottom:25px;
}
.biz-intro-table.mb10{
	margin-bottom:10px;
}

.catch_copy img{
	width:100%;
	height: auto;
}

.biz-intro-table-outer{
	margin-bottom:25px;
}
.biz-intro-table.mb10{
	margin-bottom:10px;
}
table.biz-intro-table th:first-child{
  border-radius: 5px 0 0 0;
}

table.biz-intro-table th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

table.biz-intro-table th{
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 2px solid #3c6690;
  border-top: 2px solid #3c6690;
  border-bottom: 2px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 25%;
  padding: 10px;
}

.biz-intro-table td.day{
  text-align: center;
  color:white;
  background: linear-gradient(#eff095,#ffa500);
  border-left: 2px solid #eff095;
  border-top: 2px solid #eff095;
  border-bottom: 2px solid #eff095;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 25%;
  padding: 10px;
}
.biz-intro-table td.night{
  text-align: center;
  color:white;
  background: linear-gradient(#7c93e0,#225588);
  border-left: 2px solid #7c93e0;
  border-top: 2px solid #7c93e0;
  border-bottom: 2px solid #7c93e0;
  box-shadow: 0px 2px 2px rgba(255,255,255,0.3) inset;
  width: 25%;
  padding: 10px;
}

.biz-intro-table td{
  text-align: center;
  border-left: 2px solid #a8b7c5;
  border-bottom: 2px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: 25%;
  padding: 10px;
  background:#fff; 
}

.biz-intro-table td:last-child{
  border-right: 1px solid #a8b7c5;
}

.biz-intro-table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.biz-intro-table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

@import url('https://fonts.googleapis.com/css?family=Anton');

@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p');


.main{
  background-image: radial-gradient(#e7f7ff, #ffdaac);
  height: 100vh;
  padding: 40px 0;
  text-align:center;
}
.price-outer{
	font-weight: bold;
}
.price{
  display: inline-block;
  font-family: 'Anton', sans-serif;
  font-size:2em;
  color:#EE3333;
  letter-spacing:-0.04em;
  text-shadow:
    2px 2px 0 #000,
    -1px 1px 0 #000,
    1px -1px 0 #000,
    -1px -1px 0 #000;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
  margin-right:5px;
}

.price-outer span.parking {
	display: block;
	margin-top: 10px;
	color:#555;
}

/*FOOTER
------------------------------------------------------- */
/*can receiving aria
------------------------------------------------------- */
.possible-area{clear:both;background-color: #eedddd;color:#000;padding: 20px;line-height: 1.2em}
.possible-area h5 {position: relative;padding: 1em 0;margin-bottom: 15px}
.possible-area h5::before,
.possible-area h5::after {position: absolute;left: 0;content: '';width: 100%;height: 6px;box-sizing: border-box}
.possible-area h5::before {top: 0;border-top: 2px solid #292929;border-bottom: 1px solid #292929}
.possible-area h5::after {bottom: 0;border-top: 1px solid #292929;border-bottom: 2px solid #292929}
.possible-area ul {line-height: 1.5em;font-weight: bold;color: #292929;font-size: 87%}
.possible-area ul li ul li {display: inline;font-weight: normal;color: #292929;font-size: 90%}
.possible-area ul li ul li+li:before{color: #292929;content: " ・ "}
/*//can receiving aria
------------------------------------------------------- */
footer{clear:both;background-color: #036EB7;color: #fff;text-align: center;padding: 20px;line-height: 1.2em}
footer small{font-size: 75%}
footer p{font-size: 75%}
footer ul {line-height: 1.5em}
footer ul li {display: inline;font-size: 87%}
footer ul li+li:before{color: #00FFDE;content: " | ";}
footer ul li a{color: #00FFDE;text-decoration:none;font-weight: normal}
footer ul li a:hover{color: #00FFDE;text-decoration:underline}
/*//FOOTER
------------------------------------------------------- */

/* FAQ 210531
------------------------------------------------------- */
.suidou-faq-list-outer{
  width: auto;
  font-size:0px;
}

.suidou-faq-list-outer label{
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  background: #fff;
  position: relative;
  display: block;
  padding:15px 35px 15px 15px;
  cursor: pointer;
  color: #797979;
  margin-bottom:10px;
  box-shadow: 0 0 8px gray;
}

.suidou-faq-list-outer label:hover{
  background: #797979;
  color: #fff;
}

.suidou-faq-list-outer input{
  display: none;
}

.suidou-faq-list-outer label:after{
  color: #fff;
  content:"▼";
  color: #797979;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -0.5em;
  line-height: 1;
}

.suidou-faq-list-outer input:checked ~ label::after {
  content:"▲";
  color: #fff;
}

.suidou-faq-list-outer div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; 
}

.suidou-faq-list-outer input:checked ~ div{
  height: auto;
  padding: 0; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  background: #fff; /* 開いた部分の背景色 */
  opacity: 1;
}

.suidou-faq-list-outer .suidou-faq-list p{
    margin: 18px;
}

.suidou-faq-list-outer input:checked ~ label {
  background: #f9576c; /* クリック後のラベルの背景色 */
}

.suidou-faq-list{
  font-size: 15px; /* 開いた部分の文字サイズ */
  color: #555555; /* 開いた部分の文字色 */
}

.suidou-faq-list a{
    color: #eb6464;
    text-decoration: underline;
}
.suidou-faq-list a:hover{
    color: #fbbedc;
    text-decoration: none;
}
.suidou-faq-list a:hover{
    opacity: .6;
}

.first-sec-list{
	width:100%;
}
.first-sec-list img{
	width:100%;
}
.first-sec-list-des{
	padding: 10px;
	box-shadow: 0 0 8px gray;
	background: #fff;
	border-radius: 10px;
	margin-top:50px;
	font-size: 1.1em;
}
.first-sec-list-des p{
	margin-bottom: 10px;
}
.first-sec-list-des p.mt20{
	margin-top:20px;
}
.first-sec-list-des-ttl{
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 20px;
}
.first-sec-list-des-ttl {
  position: relative;
  padding: 15px 10px 10px;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
}

.first-sec-list-des-ttl:before,
.first-sec-list-des-ttl:after {
  position: absolute;
  content: '';
}

.first-sec-list-des-ttl:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #f4f3c0;
}

.first-sec-list-des-ttl:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4f3c0;
}

.first-sec-list-des-ttl i {
  font-size: 2rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  text-align: center;
}

.first-sec-list-des-ttl span {
  position: relative;
  z-index: 1;
}
.first-sec-list-des-ttl.attention_ver {
    padding: 15px 10px 35px;
    margin-top:100px;
}
.first-sec-list-des-ttl-des{
	position: absolute;
	bottom:10px;
	z-index: 1;
	font-size: .9em;
	text-align: center;
	width: 100%;
}
.first-sec-list-can-do{
	padding: 10px 15px 0;
	font-size: 1.1em;
}
.first-sec-list-can-do p{
	margin-bottom:10px;
}
.first-sec-list-can-do em{
	font-weight: bold;
}
.sec-mark{
	color:red;
	font-size: .9em;
}

.crumb_box{padding:10px 15px;}
.crumb_box:after{content:'';display:block;clear:both;height:0}
.crumb_list li{display:inline;font-size:0.75em;/*12px相当*/}
.crumb_list li+li:before{content:"  ＞ "}
.crumb_list li a:link,
.crumb_list li a:visited{color:#3E3A39; text-decoration: none}
.crumb_list li a:hover{color:#3E3A39;text-decoration:underline}
.crumb_list li a:active {color:#3E3A39}

/* //sp
------------------------------------------------------- */
/* pc
------------------------------------------------------- */
@media screen and (min-width:641px){

a[href^="tel:"] {
    pointer-events: none;
}

.container-footer{
	width:1000px;
	margin: 0 auto;
}

.display_sp{
	display: none;
}
.display_pc{
	display: block;
}
.container {
    width: 1000px;
    margin: 0 auto;
}

/* HAEDER
------------------------------------------------------- */
.common-info-innner{
	width:1000px;
}
.logo{
	padding: 0;
}
.logo-mark {
    width: 300px;
}
.logo-des{
	font-size: 20px;
	width: 68%;
    margin-top: 0;
}
.logo-des--company-name {
    display: inline-block;
	font-size: 40px;
}
.conversion-ttl{
	margin-bottom:20px;
}
.contact-outer{
	overflow: hidden;
	width: 65%;
	position: absolute;
	bottom:12px;
	right:5px;
}
.contact-tell {
    margin: 0 auto;
    background: none;
    border-bottom: none;
    padding: 0px;
    text-align: center;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 60%;
    float: left;
    margin-right: 20px;
}
.contact-tell a {
    color:#000;
}
.contact-tell:hover {
  margin-top: 0;
  background: none;
  border-bottom: none;
}
.contact-tell span{
	display: inline-block;
}

.contact-info{
	width: 60%;
    float: left;
}

.contact-info-pc{
	display: block;
	width: 30%;
    float: left;
}
.contact-info-pc{
	background: #7db901;
	border-bottom: 5px solid #628617;
	padding: 12px 10px 8px;
	text-align: center;
	border-radius: 8px;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.contact-info-pc i{
	margin-right:5px;
}
.contact-info-pc a{
	color:#fff;
	font-size:1.2em;
	text-decoration: none;
}
.contact-info-pc:hover {
  margin-top: 3px;
  background: #7db901;
  border-bottom: 2px solid #628617;
}
.contact-tell-number-des{
  position: relative;
  display: inline-block;
  margin: 5px 20px 0 10px;
  padding: 15px 5px;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 2px #555;
  box-sizing: border-box;
  border-radius: 5px;
}
.contact-tell-number-des:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.contact-tell-number-des:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #555;
  z-index: 1;
}

.contact-tell-number-des p {
  margin: 0;
  padding: 0;
}
.contact-tell-number{
	font-size: 1.2em;
	margin-top:5px;
}

.contact-info img {
	display: none;
}

.common-info-innner{
	padding: 5px 5px 40px;
}
/* //HAEDER
------------------------------------------------------- */

.conversion-area {
    padding: 20px;
    width: 90%;
    margin:20px auto;
}
.contact-area{
	width:100%;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom:50px;
}
.contact-info-area{
	float: left;
	width: 35%;
}
.service-list{
	display: table;
	border-collapse: separate;
	border-spacing: 10px 0;
}
.service-list li{
	display: table-cell;
	margin:-right:3%;
}
.contact-tell{
	width:60%;
}
.heading-ttl{
  padding: 15px;
  margin: 0 0 15px;
}
.merit-outer{
	overflow: hidden;
	margin-bottom:30px;
	width:80%;
	margin:0 auto 40px;
}
.merit-outer h3{
	width:55%;
	float: right;
}
.merit-outer ul{
	width:45%;
	float: left;
	padding: 20px;
	margin: 0;
}
.merit-outer ul li{
	font-size:1.5em;
	line-height: 1.8em;
	font-weight: bold;
}
.merit-outer ul li span{
	color:red;
	margin-right:10px;
	vertical-align: middle;
	font-size: 1.3em;
}

.biz-intro-table td {
    width: 19%;
 }
.biz-intro-table th:first-child {
    vertical-align: middle;
}

.biz-intro-ttl+p{
	width:980px;
	margin: 0 auto 0;
}

.first-sec-list {
    width: 65%;
    margin:0 auto; 
}
.first-sec-list-can-do{
    width: 60%;
    margin:0 auto; 
}

.crumb_box{
	width: 1000px;
	padding:10px 0;
	margin: 0 auto;
}



/*TABLE STYLE */
table.biz-intro-table.col5_style th{
	width:250px;	
}
.biz-intro-table.col5_style td.day{
	width:250px;	
}
.biz-intro-table.col5_style td.night{
	width:250px;	
}

/*TABLE STYLE */
/*
table.biz-intro-table.col4_style th.biz-intro-table-ttl{
	width:250px;	
}
*/
.biz-intro-table.col4_style td.day{
	width:208px;	
}
.biz-intro-table.col4_style td.night{
	width:208px;
}

.biz-intro-table.col4_style td {
	width:208px;
}

table.biz-intro-table th.biz-intro-table-ttl {
    width: 16%;
}

table.biz-intro-table.col3_style th.biz-intro-table-ttl {
    font-size: 1em;
}
table.biz-intro-table.col3_style th {
    width: 33.3%;
    font-size: .9em;
}
.price{
	line-height: 1.1em;
}
/*// pc
------------------------------------------------------- */
}


/* for flick 
------------------------------------------------------- */
@media screen and (max-width: 640px) {
	#page-top {
	    bottom: 100px;
	}
	.user-voice-outer{
	  width: 100%;
	  padding: 5px;
	  overflow-x: auto;
	  overflow-y: hidden;
	}
	.user-voice-outer {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	.user-voice-outer::-webkit-scrollbar {
		display:none;
	}
	.user-voice {
	    width: 800px;
	}
	.user-voice dt img {
	    width: 35%;
	}
	.user-voice dd h4{
		margin-left:37%;
	}
	.biz-intro-table.sp_full_ver{
		width:100%;
	}
	/*
	.biz-intro-table.sp_full_ver td.day{
		width:50%;
	}
	.biz-intro-table.sp_full_ver td.night{
		width:50%;
	}
	.table.biz-intro-table.sp_full_ver th{
		font-size: .75em;
	}
	*/
	/* for flick 
	------------------------------------------------------- */
}

/* SLINDER
------------------------------------------------------- */

/* SLINDER
------------------------------------------------------- */
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.header-slider .slick-dots li button:before {
    font-size: 50px;
}
.slick-dots li {
    margin: 0 20px;
 }

.slider {
    margin: 0 auto 80px;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

/*slick setting*/
.mypattern .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(70%);
    -moz-filter: opacity(70%);
    -o-filter: opacity(70%);
    -ms-filter: opacity(70%);
    filter: opacity(70%);
    transition: 0.2s linear;
}

.slick-prev, .slick-next {
	z-index: 2;
}
.slick-prev::before {
	position: relative;
    content: "\f060";
    font-family: FontAwesome;
    background: rgba(125,185,1,0.7);
    padding: 10px;
    opacity: 1;
}
 
.slick-next::before {
	position: relative;
    content: "\f061";
    font-family: FontAwesome;
    background: rgba(125,185,1,0.7);
    padding: 10px;
    opacity: 1;
}
 
.slick-prev{
	left: 80px;
}
.slick-next{
	right: 80px;
 }
 
.slick-prev:hover:before{
     animation: arrow_prev .5s ease-out forwards;
}

/*slider style*/
.slickContents{
	position: relative;
}
.slickContents h1{
	position: absolute;
	top:10px;
	left:15px;
	font-weight: bold;
	text-shadow: rgb(51 51 51) 0px 0px 11px;
}
.slickContents a h1{
	color:#fff;
}
.slickContents span{
	position: absolute;
	bottom:0;
	font-size:.8em;
	font-weight: bold;
	color:#000;
	background:#f39a00;
	padding: 10px 15px;
	display: block;
	width:100%;
	line-height: 1.5em;
}

@keyframes arrow_prev {
    0% {
      right: 0px;
    }
    50% {
      right: 5px;
    }
    100% {
          right: 0;
    }
}
 
.slick-next:hover:before{
    animation: arrow_next .5s ease-out forwards;
    }
    @keyframes arrow_next {
    0% {
      left: 0px;
    }
    50% {
      left: 5px;
    }
    100% {
      left: 0;
    }
}
@media screen and (max-width:480px) {
    .slick-prev{
        left: 30px;                 
    }
     .slick-next{
       right: 30px;
}


/* pc
------------------------------------------------------- */
@media screen and (min-width:641px){
.slickContents span{
	position: absolute;
	bottom:0;
	font-size:.8em;
	font-weight: bold;
	color:#000;
	background:#f39a00;
	padding: 10px 15px;
	display: block;
	width:100%;
	line-height: 1.5em;
}
/* //pc
------------------------------------------------------- */
}


/* for flick 
------------------------------------------------------- */
@media screen and (max-width: 640px) {
	.slick-prev::before,
	.slick-next::before{
		display: none;
	}

/* //for flick 
------------------------------------------------------- */
}

/* //SLINDER
------------------------------------------------------- */