@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=STIX+Two+Math&display=swap');

@media screen and (min-width: 769px){   
	br.pc { display:inline; }
	br.sp { display:none; }
}
@media screen and (max-width: 768px){   
	br.pc { display:none; }
	br.sp { display:inline; }
}
/* General
------------------------------------------------------------ */
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
    position: relative;
	overflow: auto;
}

	
body {
  	font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;	
	overflow: hidden;
    background-color:#fff;
	box-sizing: inherit;
}

h1{
    padding:0;
    margin:0;
}


/* Layout
------------------------------------------------------------ */
.container-fluid {
  	width: 100%;
  	padding: 0;
  	margin-right: auto;
  	margin-left: auto;
}

.container {
  	width: 100%;
  	padding: 0;
  	margin-right: auto;
  	margin-left: auto;
}

@media (max-width: 769px) {
  .container-fluid {
  	width: 100%;
  	padding: 0;
  	margin-right: auto;
  	margin-left: auto;
}

.container {
  	width: 100%;
  	padding: 0;
  	margin-right: auto;
  	margin-left: auto;
}
}

div.wrap{

	width:100%;
	margin: 0;
    text-align: center;
	
}

@media (max-width: 769px) and (min-width: 481px) {

div.wrap{
	width:100%;
	margin: 0 0 95px 0;
    text-align: center;

}
}

@media (max-width: 480px) {

div.wrap{

	width:100%;
	margin: 0;
    text-align: center;
}
}

.no-gutters {
  	margin:0;
  	padding:0;
}
 
.no-gutters　> .col,
.no-gutters　> [class*="col-"] {
  	margin:0;
  	padding:0;
}


/* Header
------------------------------------------------------------ */
.site-header{
	background: #fff;
	padding: 0;
	width: 100%;
	z-index: 999;
	text-align:center;
	margin:0 auto;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.site-header img{
    max-width:100%;
}

/*Header ロゴ
------------------------------------------------------------ */

div.logo{
	width: 100%;
	margin:0;
	padding:0;
}

div.logo img{
	max-width: 80%;
}

@media screen and (max-width:769px) {
	div.logo img{
		max-width: 100%;
	}
	}


/*Header 2リンク
------------------------------------------------------------ */
.header-box{
    
    display: flex;
    width: 100%;
	flex-wrap: wrap;
    margin: 0 auto;
    
    justify-content: space-between;
}

.item-box1{
    width: calc(100% / 2);
    
    margin-bottom: 0;
    padding: 8px 0 0 0;
}

.item-box2{
    width: calc(100% / 2);
    
    margin-bottom: 0;
    padding: 0;
	
}

.item-box1 img{
	max-width: 95%;
}

.item-box2 img{
	max-width: 95%;
}

@media screen and (min-width:769px) {
.header-box_mo{
	display: none;
}
}

@media (max-width: 769px) and (min-width: 481px) {
	.header-box{
		display:none;
	}

	.item-box1{
		display:none;
	}

	.item-box2{
		display:none;
	}

	.header-box_mo{
		width:100%;
		margin:0;
		padding:0;
	}

	.header-box_mo img{
		max-width: 67%;
	}
}


@media screen and (max-width:480px) {
	.header-box{
		display:none;
	}

	.item-box1{
		display:none;
	}

	.item-box2{
		display:none;
	}

	.header-box_mo{
		width:100%;
		margin:0;
		padding:0;
	}

	.header-box_mo img{
		max-width: 70%;
	}


}


/* Fadein
------------------------------------------------------------ */

.fadein {  
	opacity : 0;
	transform: translateY(20px);  
	transition: 1s;
}

@media (max-width: 769px) {
  	.fadein {  opacity : 0;
	transform: translateY(20px);  
	transition: 0.8s;
}
}

/* Slide
------------------------------------------------------------ */

.slider{
	margin: 0 auto;
	width: 100%;
	
}

.slick-initialized{
    opacity: 1
}

/*slick*/
.slick-prev:before,
.slick-next:before{
    color: #000;
}

/* Slide img
------------------------------------------------------------ */

.hero{
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.hero img{
	height: auto;
	width: 100%;
}

img.on_slide  {
	position: absolute;
	top: 90px;
	left: 0;
	max-width: 100%;
	height: auto;
}
img.on_slide_mo {
	display: none;
}

@media screen and (max-width:769px) {
	img.on_slide  {
		display: none;
	}
	img.on_slide_mo {
		display: block;
		position: absolute;
		top: 50px;
		left: 0;
		max-width: 100%;
		height: auto;
	}
}

/* Line
------------------------------------------------------------ */
.line {
	width: 100%;
	height: 21px;
	background: url(../image/line.png) repeat-x;
}

/* Support
------------------------------------------------------------ */
section.support {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #FFFFFF;
}
.shock {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #FFFFFF;
}
img.shockimgpc {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
img.shockimgmo {
	display: none;
}
img.shockpc {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
img.shockmo {
	display: none;
}
h2.support_ti {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.5vw;
	margin: 20px auto;
}
h2 span {
	font-size: 2.7vw;
}
h2.support_ti::before {
	content: url( "../image/h2before.png");
}
h2.support_ti::after {
	content: url( "../image/h2after.png");
}
img.support_ti {
	display: none;
}
h3.support_ti_h3 {
	position: relative;
	font-size: 2rem;
	color: #2697D5;
	margin: 15px 15px 10px 15px;
	font-family: 'Noto Serif JP', serif;
}
img.support_ti_h3 {
	display: none;
}
.tel-guide_box {
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.tel-guide_box img {
	max-width: 100%;
	height: auto;
}
.tel-guide_box_mo {
	display: none;
}
p.support_p {
	font-size: 1.6rem;
	font-family: 'Heebo', sans-serif;
	font-weight: 800;
	color: #11A196;
	margin: 0px;
}
img.support_img {
	display: none;
}
.garbage_type_box {
	width: 80%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.garbage_type_box img {
	max-width: 100%;
}

@media screen and (max-width:769px) {
	h2.support_ti {
		display: none;
	}
	img.support_ti {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 15px auto;
		padding: 0;
	}
	h3.support_ti_h3 {
		font-family: 'Heebo', sans-serif;
		font-size: 1.6rem;
		color: #2697D5;
		margin: 10px;
		line-height: 150%;
	}
	.tel-guide_box {
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 0;
	}
	.tel-guide_box_mo {
		display: none;
	}
	p.support_p {
		font-size: 1.4rem;
		font-family: 'Heebo', sans-serif;
		font-weight: 700;
		color: #11A196;
		margin: 15px 20px;
	}
	img.support_img {
		display: none;
	}
}

@media screen and (max-width:530px) {
	h3.support_ti_h3 {
		display: none;
	}
	img.support_ti_h3 {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 15px auto;
		padding: 0;
	}
	img.shockimgpc {
		display: none;
	}
	img.shockimgmo {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0;
	}
	img.shockpc {
		display: none;
	}
	img.shockmo {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0;
	}
	.tel-guide_box {
		display: none;
	}
	.tel-guide_box_mo {
		display: block;
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 0;
	}
	.tel-guide_box_mo img {
		max-width: 100%;
		height: auto;
	}
	p.support_p {
		display: none;
	}
	img.support_img {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 15px auto;
		padding: 0;
	}
	.garbage_type_box {
		display: none;
	}
}

/* Manga
------------------------------------------------------------ */
section.manga {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #FFFFFF;
}
img.manga_ti,
img.about_g-clean_1,
img.about_g-clean_3 {
	max-width: 90%;
	height: auto;
	margin: 15px auto;
}
img.manga_ti_mo {
	display: none;
}
.about_g-clean_2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    width:80%;
    margin:15px auto;
	padding: 0;
}
.about_g-clean_2_box {
	width: 30%;
	height: auto;
	vertical-align: top;
	padding: 0;
}
.about_g-clean_2_box img {
	max-width: 100%;
	height: auto;
}
p.about_g-clean_2_p {
	width: 80%;
	margin: 0 auto;
	padding: 15px;
	color: #FFFFFF;
	font-weight: 600;
	background-color: #369EAA;
}
img.manga_1,
img.manga_2 {
	max-width: 95%;
	height: auto;
	margin: 0 auto 20px;
}
img.about_g-clean_1_mo,
img.about_g-clean_3_mo {
	display: none;
}
p.about_g-clean_p {
	width: 90%;
	margin: 10px auto 20px;
	padding: 20px;
	color: #369EAA;
	font-weight: 700;
	line-height: 150%;
	border: 7px solid #369EAA;
	text-align: left;
}
h2.about_g-clean_h2 {
	width: 70%;
	margin: 10px auto;
	font-family: 'Heebo', sans-serif;
	font-size: 2.3rem;
	line-height: 180%;
	color: #60A933;
}

.threeimg img{
    max-width:97%;
	margin:0 auto;
	padding:0;
}

.threeimg2 img{
    max-width:90%;
	margin:15px auto;
	padding:0;
}

.about_g-clean_4 {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 22.4609375%;
	text-align: center;
	background: url('../image/about_g-clean_h3.png') no-repeat center center;
	background-size: 100% auto;
}
.about_g-clean_4_mo {
	display: none;
}
h3.about_g-clean_h3 {
	width: 80%;
	font-size: 4vw;
	font-family: 'Heebo', sans-serif;
	color: #60A933;
	position: absolute;
	top: 52%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
img.about_g-clean_5 {
	max-width: 100%;
	height: auto;
	margin: 15px auto;
}

h4.about_g-clean_h4 {
	font-size: 3vw;
	font-family: 'Heebo', sans-serif;
	color: #076BB0;
	margin: 0 auto;
}
h4.about_g-clean_h4 span {
	color: #D95D59;
}
img.about_g-clean_6 {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.about_g-clean_7 {
	margin-top: -10%;
}
.safety_price_mo {
	display: none;
}
.about_g-clean_8{
	position: relative;
	width: 50%;
	margin-top: -10%;
	margin-left: 15%;
	padding: 15px;
	background-color: #FFFFFF;
	border: 2px solid #E55927;
}
.about_g-clean_8::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -15px;
	top: 20px;
	border-left: 15px solid #E55927;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.about_g-clean_8::after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -12px;
	top: 20px;
	border-left: 15px solid #FFFFFF;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
  }
p.about_g-clean_p_2 {
	position: relative;
	color: #E55927;
	font-weight: 700;
}
img.about_g-clean_9 {
	max-width: 100%;
	height: auto;
	margin: 10px auto 0;
}
img.about_g-clean_9_mo {
	display: none;
}
h3.about_g-clean_h3_2 {
	margin: 10px auto;
	font-size: 2.2rem;
	color: #076BB0;
}
h3.about_g-clean_h3_2::before {
	content: url('../image/about_g-clean_h3_2_brfore.png');
	margin-right: 5px;
}
h3.about_g-clean_h3_2::after {
	content: url('../image/about_g-clean_h3_2_after.png');
}
img.about_g-clean_10 {
	max-width: 100%;
	height: auto;
	margin: 15px auto;
}
img.about_g-clean_10_mo {
	display: none;
}
img.about_g-clean_11 {
	max-width: 100%;
	height: auto;
	margin: 0;
}
img.supportimg {
	max-width: 100%;
	height: auto;
	margin: 20px auto;
	padding: 0;
}
img.supportimg_mo {
	display: none;
}

@media screen and (max-width:769px) {
	.about_g-clean_2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width:90%;
		margin:15px auto;
		padding: 0;
	}
	.about_g-clean_2_box {
		width: 45%;
		height: auto;
		vertical-align: top;
		padding: 0;
	}
	h2.about_g-clean_h2 {
		font-size: 2.0rem;
	}
	.about_g-clean_8{
		width: 70%;
		margin-top: -15%;
		margin-left: 5%;
		padding: 15px;
	}
	h3.about_g-clean_h3_2 {
		font-size: 1.8rem;
	}
}


@media screen and (max-width:530px) {
	img.about_g-clean_1,
	img.about_g-clean_3 {
		display: none;
	}
	img.about_g-clean_1_mo,
	img.about_g-clean_3_mo {
		display: block;
		max-width: 90%;
		height: auto;
		margin: 15px auto;
	}
	.about_g-clean_2 {
		display: block;
		width:90%;
		margin:15px auto;
		padding: 0;
	}
	.about_g-clean_2_box {
		width: 100%;
		height: auto;
		vertical-align: top;
		padding: 0;
	}
	p.about_g-clean_p {
		width: 90%;
		margin: 10px auto;
		padding: 15px;
		line-height: 180%;
		border: 1px solid #369EAA;
	}
	h2.about_g-clean_h2 {
		width: 90%;
		font-size: 1.5rem;
		font-weight: 800;
		line-height: 150%;
	}
	.about_g-clean_4 {
		display: none;
	}
	.about_g-clean_4_mo {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 15px auto;
		padding: 0;
	}
	.about_g-clean_4_mo img {
		width: 100%;
		height: auto;
	}
	.safety_price {
		display: none;
	}
	.safety_price_mo {
		display: block;
	}
	img.about_g-clean_5_mo {
		max-width: 100%;
		height: auto;
		margin: 15px auto;
	}
	
	h4.about_g-clean_h4_mo {
		font-size: 6vw;
		font-family: 'Heebo', sans-serif;
		color: #076BB0;
		margin: 0 auto;
	}
	h4.about_g-clean_h4 span {
		color: #D95D59;
	}
	img.about_g-clean_6_mo {
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.about_g-clean_7_mo {
		margin-top: -2%;
	}
	.about_g-clean_8{
		width: 67%;
		margin-top: -25%;
		margin-left: 3%;
		padding: 10px;
	}
	img.about_g-clean_9 {
		display: none;
	}
	img.about_g-clean_9_mo {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 10px auto 0;
	}
	h3.about_g-clean_h3_2 {
		font-size: 1.5rem;
		line-height: 150%;
	}
	h3.about_g-clean_h3_2::before {
		display: none;
	}
	h3.about_g-clean_h3_2::after {
		display: none;
	}
	img.about_g-clean_10 {
		display: none;
	}
	img.about_g-clean_10_mo {
		display: block;
		max-width: 90%;
		height: auto;
		margin: 10px auto;
	}
	img.supportimg {
		display: none;
	}
	img.supportimg_mo {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0;
	}
	img.manga_ti {
		display: none;
	}
	img.manga_ti_mo {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 15px auto;
		padding: 0;
	}
}


.mail_b{
margin:0 auto;
padding:0;
text-align: center;
}



/* Before and after
------------------------------------------------------------ */
section.beforeandafter {
	width: 100%;
	height: auto;
	margin: 20px auto;
	background-color: #FFFFFF;
}
h3.beandaf_h3 {
	margin: 20px auto 0;
	font-size: 2vw;
	color: #11A196;
}
.beandaf_3 {
	max-width: 100%;
	margin: 20px auto;
	padding: 0;
}
.beandaf_3 img {
	width: 90%;
	height: auto;
}
.beandaf_3_mo {
	display: none;
}
.beandaf_box {
	width: 90%;
	margin: 30px auto;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
table.beandaf_table {
	width: 47%;
	border-collapse: collapse;
	border: 2px solid #11A196;
}
table.beandaf_table th,
table.beandaf_table td {
	padding: 15px 5px;
	text-align: center;
	border: 2px solid #11A196;
}
table.beandaf_table th {
	background-color: #11A196;
	color: #FFFFFF;
}
table.beandaf_table th {
	background-color: #11A196;
	color: #FFFFFF;
}
table.beandaf_table td {
	background-color: #FFFFFF;
	color: #11A196;
}
table.beandaf_table td img.beandaf_room {
	max-width: 100%;
}
.beandaf_2 {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}
.beandaf_2 img {
	max-width: 100%;
}
.beandaf_2_mo {
	display: none;
}

.beandaf_1::after {
	content: url('../image/beandaf_1_after.png');
	position: absolute;
	top: -60px;
	right: -20px;
}
img.slider_img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width:769px) {
	h3.beandaf_h3 {
		font-size: 2.7vw;
	}
	h3.beandaf_h3_2 {
		font-size: 2.5vw;
	}
	.beandaf_1_mo::before {
		content: url('../image/beandaf_1_before.png');
		position: absolute;
		top: 25px;
		left: 0;
	}
	.beandaf_1_mo::after {
		content: url('../image/beandaf_1_after.png');
		position: absolute;
		top: 20px;
		right: 0;
	}
	.beandaf_1 {
		margin: 20px auto 10px;
		padding: 0;
		width: 90%;
	}
	
}

@media screen and (max-width:530px) {
	h3.beandaf_h3 {
		width: 55%;
		font-size: 4.5vw;
	}
	.beandaf_1 {
		display: none;
	}
	.beandaf_1_mo {
		display: block;
		margin: 0 auto 10px;
	}
	
	.beandaf_1_mo img {
		max-width: 100%;
		height: auto;
	}
	h3.beandaf_h3_2 {
		display: block;
		font-size: 4.0vw;
		margin-top: 10px;
	}
	.beandaf_box {
		display: block;
		width: 90%;
	}
	.beandaf_box table.beandaf_table {
		width: 100%;
		margin-bottom: 15px;
	}
	.beandaf_2 {
		display: none;
	}
	.beandaf_2_mo {
		display: block;
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	.beandaf_2_mo img {
		max-width: 100%;
	}
	.beandaf_3 {
		display: none;
	}
	.beandaf_3_mo {
		display: block;
		max-width: 100%;
		margin: 10px auto 20px;
		padding: 0;
	}
	.beandaf_3_mo img {
		width: 90%;
		height: auto;
	}
}

/* Reason_select
------------------------------------------------------------ */
section.reason_select {
	position: relative;
	width: 100%;
	margin:0 auto;
	padding: 20px 0;
	height: auto;
	background: url('../image/reason_select_bg.png') repeat;
}
.reason_select_1 {
	max-width: 100%;
	height: auto;
	margin: 20px auto;
}
.reason_select_1 img {
	max-width: 90%;
	height: auto;
}
.reason_select_1_mo {
	display: none;
}

.reason_select_2_box {
	position: relative;
	width: 90%;
	height: auto;
	margin: 10px auto 60px;
	padding: 20px;
	background-color: #FFFFFF;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
	text-align: center;
}
img.reason_select_2_ti {
	max-width: 100%;
	position: absolute;
	top: -20px;
	left: 30px;
}
h3.reason_select_2_h3 {
	width: 85%;
	margin: 70px auto 15px;
	font-size: 2.0vw;
	line-height: 150%;
}
h4.reason_select_2_h4 {
	width: 85%;
	margin: 15px auto;
	padding: 10px 0;
	font-size: 1.6vw;
	line-height: 150%;
	color: #FFFFFF;
	background-color: #00A0E9;
}
img.reason_select_2_1 {
	max-width: 85%;
	height: auto;
	margin: 10px auto;
}
p.reason_select_2_p {
	max-width: 85%;
	margin: 10px auto;
	font-size: 1.0rem;
	line-height: 150%;
	text-align: left;
}

@media screen and (max-width:530px) {
	.reason_select_1 {
		display: none;
	}
	.reason_select_1_mo {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 20px auto;
	}
	.reason_select_1_mo img {
		width: 90%;
		height: auto;
	}
	.reason_select_2_box {
		width: 90%;
		height: auto;
		margin: 10px auto 45px;
		padding: 20px;
	}
	img.reason_select_2_ti {
		max-width: 100%;
		position: absolute;
		top: -20px;
		left: 5px;
	}
	h3.reason_select_2_h3 {
		width: 100%;
		margin: 70px auto 15px;
		font-size: 1.3rem;
		line-height: 140%;
	}
	h4.reason_select_2_h4 {
		width: 100%;
		margin: 15px auto;
		padding: 15px;
		font-size: 1.0rem;
	}
	img.reason_select_2_1 {
		max-width: 100%;
		height: auto;
		margin: 15px auto;
	}
	p.reason_select_2_p {
		width: 100%;
		margin: 15px auto;
		padding: 5px;
		font-size: 1.0rem;
		line-height: 150%;
		text-align: left;
	}
}

/* Collectable
------------------------------------------------------------ */
section.collectable {
	width: 100%;
	margin: -40px auto 20px;
	padding: 20px 0;
	height: auto;
	background: url('../image/reason_select_bg.png') repeat;
	text-align: center;
}
h2.subpage_h2_ti {
	position: relative;
	padding: 1rem .5rem;
	width: 70%;
	margin: 0 auto 20px;
	font-size: 2.6vw;
	color: #60A933;
	text-align: center;
}
h2.subpage_h2_ti::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	content: '';
	border-radius: 3px;
	background-image: -webkit-gradient(linear, right top, left top, from(#EF888B), to(#F6DB5A));
	background-image: -webkit-linear-gradient(right, #EF888B 0%, #F6DB5A 100%);
	background-image: linear-gradient(to left, #EF888B 0%, #F6DB5A 100%);
}
h3.subpage_h3 {
	width: 60%;
	margin: 20px auto;
	font-size: 2.0vw;
	color: #073D59;
	line-height: 180%;
}
img.collectable_1 {
	max-width: 90%;
	margin: 20px auto;
	height: auto;
}
img.collectable_1_mo {
	display: none;
}
.collectable_2_box {
	width: 85%;
	margin: 30px auto;
	padding: 0;
}
img.collectable_2 {
	display: block;
	max-width: 100%;
}
.collectable_2_innerbox {
	width: 100%;
	margin-top: -1px;
	padding: 15px;
	border: 2px solid #073D59;
	text-align: center;
}
img.collectable_2_2 {
	display: inline-block;
	max-width: 100%;
	height: auto;
	float: left;
}
img.collectable_2_2_mo {
	display: none;
}
p.collectable_2_p {
	flat: right;
	line-height: 150%;
	text-align: left;
}

@media screen and (max-width:769px) {
	h2.subpage_h2_ti {
		font-size: 3.0vw;
		width: 70%;
	}
	h3.subpage_h3 {
		width: 70%;
		margin: 15px auto;
		font-size: 2.5vw;
	}
}

@media screen and (max-width:530px) {
	h2.subpage_h2_ti {
		font-size: 1.3rem;
		width: 90%;
	}
	h3.subpage_h3 {
		width: 80%;
		margin: 15px auto;
		font-size: 1.1rem;
	}
	img.collectable_1 {
		display: none;
	}
	img.collectable_1_mo {
		display: block;
		max-width: 90%;
		margin: 15px auto;
		height: auto;
	}
	.collectable_2_box {
		width: 90%;

	}
	img.collectable_2_2 {
		display: none;
	}
	.collectable_2_innerbox {
		max-width: 100%;
		margin: 0 auto;
	}
	img.collectable_2_2_mo {
		display: block;
		max-width: 100%;
		height: auto;
	}
	p.collectable_2_p {
		display: block;
		width: 100%;
	}
}

/* Flow_contact
------------------------------------------------------------ */
section.flow_contact {
	width: 100%;
	margin:0 auto 20px;
	padding: 20px 0;
	height: auto;
	background-color: #FFFFFF;
}
.flow_contact_box {
	width: 80%;
	margin: 30px auto;
	padding: 0;
	background-color: #FFFFFF;
}
.flow_contact_box_ti {
	width: 100%;
	margin: 0 auto 5px;
	padding: 0;
	text-align: left;
}
.flow_contact_box_ti img {
	max-width: 100%;
}
table.flow_contact_box_innerbox {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	border: 2px solid #E55927;
}
table.flow_contact_box_innerbox th,
table.flow_contact_box_innerbox td {
	border: none;
	padding: 15px;
}
table.flow_contact_box_innerbox th {
	width: 30%;
	margin: 0;
	text-align: left;
	vertical-align: top;
}
table.flow_contact_box_innerbox th img {
	max-width: 100%;
}
table.flow_contact_box_innerbox td{
	width: 70%;
	text-align: left;
	vertical-align: top;
}
p.flow_contact_box_p {
	font-weight: 600;
	line-height: 160%;
}
.next {
	width: 50px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.next img {
	max-width: 100%;
}
img.credit_pc {
	display: block;
}
img.credit_mo {
	display: none;
}

@media screen and (max-width:530px){
	.flow_contact_box {
		width: 95%;
	}
	.flow_contact_box_ti {
		width: 90%;
		text-align: center;
	}
	table.flow_contact_box_innerbox {
	width: 90%;
	}
	table.flow_contact_box_innerbox th,
	table.flow_contact_box_innerbox td {
		border: none;
		padding: 10px;
		display: block;
		width: 100%;
	}
	img.credit_pc {
		display: none;
	}
	img.credit_mo {
		display: block;
		max-width: 100%;
	}
}

/* Q and A
------------------------------------------------------------ */
section.qanda {
	width: 100%;
	margin: 20px auto;
	padding: 0;
	height: auto;
	background-color: #FFFFFF;
}
.qanda_qabox {
	width: 85%;
	margin: 20px auto;
	padding: 15px;
	border: 4px solid #EDD45D;
	text-align: left;
}
.qanda_question_box {
	position: relative;
	padding: 0;
}
p.qanda_question {
	margin-left: 40px;
	font-size: 1.1rem;
	color: #CD4E58;
	font-weight: 600;
	line-height: 160%;
}
.qanda_question_box::before {
	position: absolute;
	top: -25px;
	left: -20px;
	content: "Q";
	margin: 15px;
	font-family: 'STIX Two Math', serif;
	font-size: 2rem;
	color: #CD4E58;
}
.qanda_answer_box {
	position: relative;
	margin-left: 15%;
	padding: 10px;
}
p.qanda_answer {
	font-size: 1rem;
	font-weight: 600;
	line-height: 160%;
	vertical-align: top;
}
.qanda_answer_box::before {
	position: absolute;
	top: 0;
	left: -30px;
	content: "A";
	font-family: 'STIX Two Math', serif;
	font-size: 2rem;
	color: #4599B7;
}


@media screen and (max-width:530px) {
	.qanda_qabox {
		width: 85%;
		margin: 15px auto;
		padding: 10px;
		border: 4px solid #EDD45D;
		text-align: left;
	}
	.qanda_question_box {
		margin-left: 10px;
	}
}


/* customer_voice
------------------------------------------------------------ */
section.customer_voice {
	width: 100%;
	height: auto;
	margin: 50px auto 30px;
	padding: 0;
	background-color: #2DAEB2;
}
.customer_voice_ti_vase {
	max-width: 100%;
	margin: 0 auto;
	padding: 5px 0;
	height: auto;
	background-color: #FFFFFF;
}
.customer_voice_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    width:85%;
    margin:15px auto;
	padding: 0;
}
.customer_voice_sheet {
	width: 45%;
	height: auto;
	padding: 0;
	margin: 15px 0;
}
.customer_voice_sheet img {
	max-width: 100%;
}

@media screen and (max-width:530px) {
	.customer_voice_box {
		width:90%;
		text-align: center;
	}
	.customer_voice_sheet {
		display: block;
		width:85%;
		margin: 15px auto;
	}
}

/* area_map
------------------------------------------------------------ */
section.area_map {
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0;
}
h2.subpage_h2_ti_area_map {
	position: relative;
	padding: 1rem .5rem;
	width: 70%;
	margin: 0 auto 20px;
	font-size: 2.6vw;
	color: #60A933;
	text-align: center;
}
h2.subpage_h2_ti_area_map::before {
	position: absolute;
	top: -5%;
	left: 15%;
	content: url('../image/glass.png');
	z-index: 100;
}
h2.subpage_h2_ti_area_map::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	content: '';
	border-radius: 3px;
	background-image: -webkit-gradient(linear, right top, left top, from(#EF888B), to(#F6DB5A));
	background-image: -webkit-linear-gradient(right, #EF888B 0%, #F6DB5A 100%);
	background-image: linear-gradient(to left, #EF888B 0%, #F6DB5A 100%);
}
.area_map_box {
	width: 90%;
	height: auto;
	margin: 20px auto;
	padding: 20px;
	background-color: #FFFFFF;
	border: 15px solid #5FC1C9;
	border-radius: 1em;
}
.area_map_box_inner {
	display: flex;
}
.area_map {
	width: 100%;
	padding: 0;
}
.area_map img {
	max-width: 100%;
	vertical-align: top;
}
.area_detail {
	width: 100%;
	padding: 0;
}
img.area_detail_ti {
	max-width: 100%;
}
img.area_detail_ti_mo {
	display: none;
}
p.area_detail_p {
	margin: 10px;
	padding: 0;
	line-height: 150%;
	font-weight: 600;
	text-align: left;
}

@media screen and (max-width:769px) {
	h2.subpage_h2_ti_area_map {
		font-size: 3.0vw;
		width: 70%;
	}
	h2.subpage_h2_ti_area_map::before {
		top: -5%;
		left: 0%;
	}
}

@media screen and (max-width:530px) {
	h2.subpage_h2_ti_area_map {
		font-size: 1.3rem;
		width: 90%;
	}
	h2.subpage_h2_ti_area_map::before {
		max-width: 60%;
		top: -5%;
		left: 0%;
	}
	.area_map_box {
		width: 90%;
		padding: 10px;
		background-color: #FFFFFF;
		border: 10px solid #5FC1C9;
	}
	.area_map_box_inner {
		display: block;
	}
	.area_map {
		display: block;
		width: 100%;
	}
	.area_detail {
		display: block;
		width: 100%;
	}
	img.area_detail_ti {
		display: none;
	}
	img.area_detail_ti_mo {
		display: block;
		max-width: 100%;
	}
	p.area_detail_p {
		font-weight: 500;
	}
}

/* お問い合わせ
------------------------------------------------------------ */
section.contact {
	width: 100%;
	height: auto;
	margin: 30px auto;
	padding: 0;
}
h2.subpage_h2_ti_contact {
	position: relative;
	padding: 1rem .5rem;
	width: 70%;
	margin: 0 auto 20px;
	font-size: 2.6vw;
	color: #60A933;
	text-align: center;
}
h2.subpage_h2_ti_contact::before {
	position: absolute;
	top: -5%;
	left: 15%;
	content: url('../image/mail.png');
	z-index: 100;
}
h2.subpage_h2_ti_contact::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	content: '';
	border-radius: 3px;
	background-image: -webkit-gradient(linear, right top, left top, from(#EF888B), to(#F6DB5A));
	background-image: -webkit-linear-gradient(right, #EF888B 0%, #F6DB5A 100%);
	background-image: linear-gradient(to left, #EF888B 0%, #F6DB5A 100%);
}
p.contact_p {
	width: 90%;
	margin: 20px auto;
	padding: 10px;
	line-height: 160%;
}

/* Form table
------------------------------------------------------------ */
div.formbox{
	width:85%;
	margin:0 auto;
}
	
@media (max-width: 769px) and (min-width: 481px) {
	div.formbox{
		width:90%;
		margin:0 auto;
	}
}
	
@media (max-width: 480px) {
	div.formbox{
		width:95%;
		margin:0 auto;
	}
}
	
dd.fx {
	text-align: center;
}
	
div.table{
	width:100%;
	margin: 20px auto 0;
}
	
.table dl,.table dt,.table dd {
	margin: 0 auto;
	font-size:1rem;
}
	
.table dl {
	display:table;
	background: #F2F2F2;
	border: 1px solid #ccc;
	border-style: none solid none solid;
	width:100%;
}
	
.table dl:last-child {
	border-style:none solid solid solid;
}
	
.table dt {
	font-weight:500;
	vertical-align:middle;
	display:table-cell;
	padding:3px 0 3px 15px;
	min-height:1.5em;
	text-align: left;
	border-top: 1px solid #ccc;
	width: 40%;
}
	
.table dd {
	display:table-cell;
	min-height:1.5em;
	background: #fff;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding:15px 0 10px 20px;
}
	
dd.inner-c {
	width:100%;
	padding:0;
}
	
dl.inner-a {
	width:100%; 
	padding:0; 
	margin:0; 
	text-align:left;
}
	
dt.inner-b {
	vertical-align:middle;
	display:table-cell;
	background:#CCFFFF; 
	width:50%;
}
	
span.red {
	color: crimson;
	font-size: 1rem;
}


/* input date
------------------------------------------------------------ */

input[type="date"] {
	position: relative;
    width:40%;
    padding:3px;
	}
	

	
	input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	color: transparent;
	background: transparent;
	z-index:100;
	}
	
	input[type="date"]::-webkit-inner-spin-button {
	z-index: 1;
	}
	
	input[type="date"]::-webkit-clear-button {
	z-index: 1;
	}


/* input date end
------------------------------------------------------------ */


.privacy_box {
	width: 100%;
	height: 200px;
	margin: 20px auto 0;
	padding: 5px;
}

@media screen and (max-width: 970px) {
	div.table{
		width:93%;
		margin: 20px auto 0;
	}
		
	.table dd{
		border-left:none;
		margin-left:auto;
			text-align: left;
	}
	 
	.table dt{
		padding-left:5px;
		text-align:left;
		width: auto;
		font-weight:600;
	}
	 
	.table dl{
		width:auto;
		max-width:100%;
	}
	 
	.table dt,.table dd,.table dl{
		display:block;
		font-size:1rem;
	}
		
	dd.inner-c{
		width:100%;
		text-align:left;
	}
	
	dl.inner-a{
		width:100%; 
		padding:0; 
		margin:0; 
		text-align:left;
	}
	
	dt.inner-b{
		background:#CCFFFF; 
		width:100%; 
		text-align:left;   
	}
	
	span.red{
		color: crimson;
		font-size: 1rem;
	}
	input[type=date]::-webkit-calendar-picker-indicator {
		width: 150px;
		height: 30px;
	}
	input[type=date]::-webkit-calendar-picker-indicator:before {
		color: #666;
		font-family: FontAwesome;
		content: "\f073";
	}
}

@media screen and (max-width:769px) {
	h2.subpage_h2_ti_contact {
		font-size: 3.0vw;
		width: 70%;
	}
	h2.subpage_h2_ti_contact::before {
		top: -5%;
		left: 0%;
	}
}

@media screen and (max-width:530px) {
	h2.subpage_h2_ti_contact {
		font-size: 1.3rem;
		width: 90%;
	}
	h2.subpage_h2_ti_contact::before {
		width: 94px;
		max-width: 60%;
		top: -5%;
		left: 0%;
	}
}


/* about us
------------------------------------------------------------ */
section.about_us {
	width: 100%;
	height: auto;
	margin: 30px auto 150px;
	padding: 0;
	background-color: #FAFDFE;
}
table.about_us_table {
	width: 85%;
	margin: 0 auto 20px;
}
table.about_us_table,
table.about_us_table th,
table.about_us_table td {
	border-collapse: collapse;
	border: 1px solid #3399CC;
	line-height: 1.5;
}
table.about_us_table th {
	width: 25%;
	padding: 15px;
	color: #FFFFFF;
	background-color: #000031;
	text-align: left;
}
table.about_us_table td {
	width: 75%;
	padding: 15px;
	text-align: left;
}

@media screen and (max-width:530px) {
	table.about_us_table {
		width: 90%;
	}
	table.about_us_table th,
	table.about_us_table td {
		display: block;
		width: 100%;
		text-align: left;
	}
}

/* Footer
------------------------------------------------------------ */
section.footer {
	margin: 0 auto;
}


/* Footer-bar
------------------------------------------------------------ */
#bottoma {
    opacity: 0;
}

.bottom{
	background-color:#fff;
	 margin-bottom: 0;
	 text-align: center;
	 overflow: hidden; 
   position: fixed;
   bottom:-200px;
   right: 0;
   width:100%;
   box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.5);
   vertical-align: middle;
   z-index: 100;
}


.footerbar{
    	width:100%;
    	padding-top:0;
}

.footerbar img{
        max-width:60%;
}

@media (max-width: 769px) and (min-width: 531px) {

#bottomb{
    	opacity:0;
}
    
.footerbar{
    	width:100%;
    	padding:0;
    	overflow: hidden;
    	position: fixed;
    	bottom:0;
    	right: 0;
    	box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.5);
    	background-color:#fff;
    	z-index: 100;
    	text-align:center;
}  

.footerbar img{
        max-width:85%;
}
    
span.m2{
    	display: none !important;    
}  
}

@media (max-width: 530px) {

#bottomb{
    	display: none;
    	opacity:0;
}
    
.footerbar{
    	width:100%;
    	padding:0;
    	overflow: hidden;
    	position: fixed;
    	bottom:0;
    	right: 0;
    	box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.5);
    	background-color:#fff;
    	z-index: 100;
    	text-align:center;
}  


.footerbar img{
        max-width:100%;
}
    
span.m1{
    	display: none !important;    
}  
span.m2{
    	display: block !important;    
} 
}


/* Copyright
------------------------------------------------------------ */

div.copyright {
    width:100%;
  	padding-top: 7px;
  	padding-bottom: 7px;
	background-color: #004762;
	color:#fff;
    font-size: 0.8rem;
}


@media (max-width: 769px) {
  
footer {
	width:100%;  
  	padding: 0;
	color: #000;
  	background-color:#F5F5F5;
	box-sizing: border-box;
    	
}

footer img{
	max-width: 100%;
}

footer.logo{
	text-align: center;
	vertical-align:middle;
}

footer h2{
	color:#036EB8;
	font-size:1rem;
	font-weight:600;
	padding:0;
	margin:0 0 5px 0;
}

div.copyright {
	width:100%;
  	padding-top: 6px;
  	padding-bottom: 6px;
	font-size: 0.8rem;
}
}


/* totop
------------------------------------------------------------ */

.page_top {
  color: #fff;
  background-color: fff;
  text-decoration: none;
  position: fixed;
  bottom: 2rem;
  right: 1rem;
  display: none;
  font-size: 1.5rem;
  width: 62px;
  height: 119px;
  line-height: 119px;
  border-radius: 0x;
  text-align: center;
  cursor: pointer;
  z-index: 77777;
  background: url(../image/totop.png) no-repeat top center;
}

.page_top:hover {
  color: #fff !important;
  background-color: #fff;
  text-decoration: none;
  width: 62px;
  height: 119px;
  line-height: 119px;
  opacity: 1;
  background: url(../image/totop2.png) no-repeat top center;
}

@media screen and (max-width: 1080px) and (min-width: 770px) {
  .page_top {
    color: #fff;
    background-color: fff;
    text-decoration: none;
    position: fixed;
    bottom: 2rem;
    right: 1rem;
    display: none;
    font-size: 1.5rem;
    width: 62px;
    height: 119px;
    line-height: 165px;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    z-index: 77777;
    background: url(../image/totop.png) no-repeat top center;
  }

  .page_top:hover {
    color: #fff !important;
    background-color: #fff;
    text-decoration: none;
    width: 62px;
    height: 119px;
    line-height: 165px;
    opacity: 1;
    background: url(../image/totop2.png) no-repeat top center;
  }
}
@media screen and (max-width: 769px) and (min-width: 481px) {
  .page_top {
    color: #fff;
    background-color: fff;
    text-decoration: none;
    position: fixed;
    bottom: 3rem;
    right: 1rem;
    display: none;
    font-size: 1.5rem;
    width: 62px;
    height: 119px;
    line-height: 119px;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    z-index: 77777;
    background: url(../image/totop.png) no-repeat top center;
  }

  .page_top:hover {
    color: #fff !important;
    background-color: #fff;
    text-decoration: none;
    width: 62px;
    height: 119px;
    line-height: 165px;
    opacity: 1;
    background: url(../image/totop2.png) no-repeat top center;
  }
}
@media screen and (max-width: 480px) {
  .page_top {
    color: #fff;
    background-color: fff;
    text-decoration: none;
    position: fixed;
    bottom: 4rem;
    right: 1rem;
    display: none;
    font-size: 1.5rem;
    width: 62px;
    height: 119px;
    line-height: 119px;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    z-index: 777777;
    background: url(../image/totop.png) no-repeat top center;
  }

  .page_top:hover {
    color: #fff !important;
    background-color: #fff;
    text-decoration: none;
    width: 62px;
    height: 119px;
    line-height: 119px;
    opacity: 1;
    background: url(../image/totop2.png) no-repeat top center;
  }
}


/* Copyright
------------------------------------------------------------ */

div.copyright {
    width:100%;
  	padding-top: 7px;
  	padding-bottom: 7px;
	background-color: #1656A6;
	color:#fff;
    font-size: 0.8rem;
}

@media (max-width: 769px) {
  
	footer {
		width:100%;  
		padding: 0;
		color: #000;
		background-color:#F5F5F5;
		box-sizing: border-box;
			
	}

	footer img{
		max-width: 100%;
	}

	footer.logo{
		text-align: center;
		vertical-align:middle;
	}

	footer h2{
		color:#036EB8;
		font-size:1rem;
		font-weight:600;
		padding:0;
		margin:0 0 5px 0;
	}

	div.copyright {
		width:100%;
		padding-top: 6px;
		padding-bottom: 6px;
		font-size: 0.8rem;
	}
}


@media screen and (min-width: 770px) {
	.mo {
			display: none !important;
	}
	
	.pc {
			display: block !important;
	}
}
	
@media screen and (max-width: 769px) and (min-width: 481px)  {
	.mo {
			display: block !important;
	}
	
	.pc {
			display: none !important;
	}
	
	span.m2{
		display: none !important;    
	}  
}
	
@media screen and (max-width: 480px) {
	.mo {
			display: block !important;
		 
	}
	
	.pc {
			display: none !important;
	}
	
	span.m1{
		display: none !important;    
	}  
	span.m2{
		display: block !important;    
	} 
}


@media (min-width: 770px){
	.container-fluid_insta {
		width: 70%;
		padding-right: 25px;
		padding-left: 25px;
		margin-right: auto;
		margin-left: auto;
	}
  }
  
  @media (max-width: 769px){
	.container-fluid_insta {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		margin-right: auto;
		margin-left: auto;
	}
  }
  
  
  /* Instagram
  ------------------------------------------------------------ */
  
  @media screen and (min-width: 770px) {
	.insta{
	  width:100%;
	  padding:30px 30px 60px;
	  background-color:#B1DFF7;
	}
	
	.insta-tb{
	  display: none;
	}
	
	.insta-ta{
	  width:100%;
	  padding:25px 0 0 0;
	  margin:0;
	  text-align: center;
	}
	
	.insta-ta img{
	  max-width:100%;
	}
  }
	
  @media screen and (max-width: 769px) and (min-width: 481px)  {
	.insta{
	  width:100%;
	  padding:25px 0 30px 0;
	  background-color:#B1DFF7;
	}
	
	.insta-ta{
	  display:none;
	}
	
	.insta-tb{
	  width:100%;
	  padding:0;
	  margin:0;
	}
	
	.insta-tb img{
	  max-width:100%;
	}
  }
	
  @media screen and (max-width: 480px) {
	.insta{
	  width:100%;
	  padding:25px 0 30px 0;
	  background-color:#B1DFF7;
	}
	
	.insta-ta{
	  display:none;
	}
	
	.insta-tb{
	  width:100%;
	  padding:0;
	  margin:0;
	}
	
	.insta-tb img{
	  max-width:100%;
	}
  }