@charset "utf-8";



@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap');
/* reset
============================================================*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1fl

Last Updated: 2010-09-17
Author: Richard Clark - https://richclarkdesign.com 
Twitter: @rich_clark
*/
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	font-weight: 400;
    font-family : 'Noto Sans JP', sans-serif;
	border-spacing: 0;
}
 
body {
    line-height:1.4;
	position: relative;
	text-align: left;
	font-size: 16px;
	color: #222222;
	font-weight: 400;
	letter-spacing: 2px;
	-webkit-text-size-adjust: none;
}

img,a{
	vertical-align:bottom;
}

img.img_block{
	display: block;
	margin: auto;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	transition: 0.3s;
	color: #222222;
}


@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}



body,header,nav,h1,ul,li{
  margin: 0px;
  padding: 0px;
}

input:focus{
	outline: none;
}

#wap{
	height: 100%;
	overflow: hidden;
	padding-top: 85px;
	position: relative;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}



.btn-wap{
	text-align: center;
}

.btn {
    padding: 0 50px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none !important;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 50px;
	border-radius: 6px;
}

.btn01 {
    background-color: #0062B0;
    border: 2px solid #0062B0;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn02 {
    border: 1px solid #fff;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn03 {
    border: 1px solid #0062B0;
    color: #0062B0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
	width: 205px;
	line-height: 1.2;
	padding: 15px 0 5px;
}

.btn_link{
background-image: url(../img/common/link_icon01.svg);
    background-repeat: no-repeat;
    background-position: top 26px right 48px;
    background-size: 15px auto;
    padding: 23px 15px 5px 0;
    transition: 0.3s;
}


a .arrow_btn{
	display: inline-flex;
	position: relative;
	z-index: 0;
	padding-bottom: 8px;
	width: 120px;
}

a.arrow_btn{
	opacity: 1 !important;
}

a .arrow_btn:before{
content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    z-index: -2;
    background: -webkit-gradient(linear,left top,right top,from(#35b597),to(#00a0e9));
    background: linear-gradient(90deg,#35b597,#00a0e9);
}

a .arrow_btn:after{
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #0062B0;
    z-index: -1;
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .45s cubic-bezier(.215,.61,.355,1) 0s;
    transition: -webkit-transform .45s cubic-bezier(.215,.61,.355,1) 0s;
    transition: transform .45s cubic-bezier(.215,.61,.355,1) 0s;
    transition: transform .45s cubic-bezier(.215,.61,.355,1) 0s,-webkit-transform .45s cubic-bezier(.215,.61,.355,1) 0s;
}

a .arrow_btn_wh:after{
	background: #fff;
}


a .arrow_btn i{
	position: absolute;
	right: 4px;
	font-size: 16px;
    display: inline-block;
	-webkit-transition: color .35s ease-out 0s,-webkit-transform .45s cubic-bezier(.215,.61,.355,1) 0s;
    transition: color .35s ease-out 0s,-webkit-transform .45s cubic-bezier(.215,.61,.355,1) 0s;
    transition: transform .45s cubic-bezier(.215,.61,.355,1) 0s,color .35s ease-out 0s;
    transition: transform .45s cubic-bezier(.215,.61,.355,1) 0s,color .35s ease-out 0s,-webkit-transform .45s cubic-bezier(.215,.61,.355,1) 0s;
	text-align: right;padding-right: 5px;
	color: #CCCCCC;
}



.sp_blocl{
	display: none;
}

.txt_center{
	text-align: center;
}

.en{
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1;
}

.fl{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.f_blue{
	color: #0062B0;
}

.f_pink{
    color: #CE5BA8;
}

.f_gray01{
	color: #444444;
}

.f_gray02{
	color: #787878;
}

.f_wh{
	color: #FFFFFF;
}

.f_red{
	color: #AF0000;
}

.f_grn{
	color: #2EC688;
}

.f_bold{
	font-weight: 700;
}

.f_md{
	font-weight: 500;
}
.f_12{
	font-size: 12px;
}

.f_14{
	font-size: 14px;
}

.f_18{
	font-size: 18px;
}
.f_20{
	font-size: 20px;
}
.f_22{
	font-size: 22px;
}
.f_24{
	font-size: 24px;
}
.f_26{
	font-size: 26px;
}

.f_28{
	font-size: 28px;
}

.f_38{
	font-size: 38px;
}
.f_32{
	font-size: 32px;
}

.f_42{
	font-size: 42px;
}

.f_46{
	font-size: 46px;
}


.g_bg{
	width: 100%;
	background: #f2f2f2;
}
.wh_bg{
	width: 1150px;
	margin: auto;
	background: #fff;
}

/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.shadow{
box-shadow: 0px 0px 3px #d8d8d8;
}

/*
/*---------------------/header---------------------*/
header{
	width: 100%;
	height: 85px;
	background: #fff;
	position: fixed;
	z-index: 100;
}

header img.header_logo{
    height: 55px;
}

header > .fl{
	width: 80%;
	margin: auto;
	justify-content: space-between;
	margin-top: 15px;
}

header .fl ul li.menu__mega{
	display: inline-block;
	padding: 20px 20px 0;
	height: 50px;
}

.menu {
    position: relative;
    margin: 0 auto;
}

.menu > li {
    float: left;
}

.menu > li a {
    display: block;
	font-weight: 500;
}


ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}


/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: 15%;
    box-sizing: border-box;
    width: 510px;
	height: 250px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	border: 12px solid;
	border-image: linear-gradient(to right, #80D0C7 0%, #0098D8 100%);
    border-image-slice: 1;
}

li.menu__mega ul.menu01{
	left: -30%;
}

li.menu__mega ul.menu02{
	left: -5%;
}

li.menu__mega ul.menu03{
	left: 22%;
}

li.menu__mega ul.menu04{
	left: 48%;
}
li.menu__mega ul.menu__second-level li{
	letter-spacing: 0.1em;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 1.4;
}

.menu_list{
	margin: 22px 0 0 30px;
}

li.menu__mega ul.menu__second-level li i{
	font-size: 14px;
	color: #ccc;
	position: relative;
	top: 2px;
	margin-right: 3px;
}

a.init-bottom{
	position: relative;
	padding: 0 10px 5px;
	font-size: 14px;
}

a.init-bottom::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: linear-gradient(-135deg, #80D0C7, #0098D8);
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .5s;
}


/*---------------------header/---------------------*/



/*---------------------/footer---------------------*/

#contact{
	width: 100%;
	background:linear-gradient(90deg,#35b597,#00a0e9);
	padding: 80px 0;
}

#contact .fl{
	justify-content: center;
}

#contact .contact_txt_box01{
	text-align: right;
	border-right: #fff 1px solid;
	padding: 50px 80px 50px 0;
	width: 24%;
	max-width: 330px;
}

#contact .contact_txt_box02{
	padding-left: 80px;
	margin-top: 20px;
	width: 24%;
	max-width: 330px;
}

#contact .contact_txt_box02 .btn-wap{
	text-align: left;
	margin-top: 25px;
}

footer{
	padding: 140px 0;
	position: relative;
	width: 94%;
    margin: auto;
}

footer .fl{
	justify-content: center;
	flex-wrap: nowrap;
}

footer .fl img{
	margin: 10px 0;
}

footer .fl p{
	line-height: 1.4;
}


footer .footer_left .footer_left_txt01{
	margin-bottom: 5px;
}

footer table{
	width: 1070px;
	
	
}

footer .footer_right{
	margin-left: 70px;
	width: 70%;
}

footer .footer_right_box p{
	line-height: 2;
}

footer .footer_right_box .footer_right_box_txt01{
	border-bottom: 1px solid #ccc;
	margin-right: 100px;
	width: 190px;
	padding-bottom: 5px;
	position: relative;
}

footer .footer_right_box .footer_right_box_txt01 i{
	color: #0062B0;
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 20px;
}

footer .footer_right_box{
	width: 25%;
	max-width: 290px;
}

footer .sns{
	width: 23px;
	height: 23px;
}

.page_top {
    position: absolute;
    bottom: -15px;
    right: 20px;
}

address{
	font-style: normal;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	background: #F3F3F3;
	padding: 10px 0;
}

/*---------------------footer/---------------------*/
/*---------------------/top---------------------*/

#top .main_img{
	width: 100%;

}

#top .main_img.fl{
	flex-wrap: inherit;
	position: relative;
    z-index: 1;
}


#top .main_img img{
	width:100%;
max-width: 100%;
height: auto;
}

@media all and (-ms-high-contrast: none) {
 #top .main_img img{
	width:70%;
max-width: 70%;
height: auto;
}
}

#top .main_img .main_img_txt{
	margin-left: 4%;
	margin-top: 100px;
	position: relative;
	left: 90px;
}

#top .main_img .main_img_txt p{
	margin-left: 2%;
}


#top .main_img .main_img_txt .main_img_txt_img{
	width: 460px;
	max-width: 460px;
}
#top .service .fl{
	justify-content: center;
	align-items: stretch;
	margin-top: 40px;
	
}

.card {
  position: relative;
  max-width: 390px;
	width: 26%;
  background: white;
	padding: 20px;
}

.card__thumb {
  overflow: hidden;
}

.card__img {
  margin: -20px -20px 0;
}
.card__img img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box;
	transition: 0.3;
}

.card__desc {
  margin-top: 20px;
}

.card__one {
  transition: transform 0.5s;
}
.card__one::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  content: "";
  opacity: 0;
  z-index: -1;
}

.view {
  overflow: hidden;
  position: relative;
}

.view .mask,
.view .content {
  width: 100%;
  height: 266px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0
}
.view .mask02{
	width: 520px;
  height: 369px;
}

.view a{
	opacity: 1!important;
}

.view img {
  display: block;
  position: relative
}

.view-first img {
  /*1*/
  transition: all 0.2s linear;
}

.view-first .mask {
  opacity: 0;
  background-color: rgba(0, 98, 176, 0.55);
  transition: all 0.4s ease-in-out;
}

.view-first .mask02 {
  opacity: 0;
  background-color: rgba(128, 208, 199, 0.55);
  transition: all 0.4s ease-in-out;
}



.view-first p.info {
  opacity: 0;
  transition: all 0.2s ease-in-out;
	text-align: center;
	font-size: 30px;
	position: relative;
	top: 120px;
}

.view-first .mask02 p.info{
	top: 170px;
}


/* */


#top .service{
	background-image: url("../img/top/bg01.png");
	background-size: cover;
	padding: 200px 0 100px;
	position: relative;
	top: -130px;
}

#top .service .service_scroll{
	position: absolute;
	top: -20px;
	left: 12%;
}

#top .service .service_box_ttl{
	width: 80%;
	margin: 35px auto 20px;
	padding-bottom: 10px;
	border-bottom: 1px #CCCCCC solid;
}

#top .service_box ul{
	margin-bottom: 40px;
}

#top .service_box ul li{
	margin-left: 50px;
	padding-bottom: 5px;
}

#top .service_box ul li i{
	font-size: 16px;
	color: #CCCCCC;
	position: relative;
	top: 2px;
	
}

#top .service_box a .arrow_btn{
	position: absolute;
	bottom: 20px;
	right: 40px;
}


#top .top_sns{
    max-width: 1150px;
    margin: auto;
    width: 90%;
    /* justify-content: space-between; */
	justify-content: center;
}

#top .insta{
    /* width: 46%; */
	width: 70%;
}

#top .top_sns .fb{
    width: 46%;
}


#top .top_sns .sub_ttl01{
	text-align: center;
    margin-bottom: 30px;
}

#top .top_sns .sub_ttl01 .arrow_btn{
	margin-top: 30px;
}

#top .insta_img_wap{
	background-color: #fff;
    text-align: center;
}

#top .insta_img_wap img{
	width: 30%;
	max-width: 30%;
	height: auto;
	background: #fff;
}

#top .top_company{
	background-image: url("../img/common/bg01.png");
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 100px 0 0;
}

#top .top_company .top_company_bg{
	background: #1A72B8;
	width: 1280px;
	margin: auto;
	position: relative;
}

#top .top_company .top_company_bg .arrow_btn{
	position: absolute;
	top: 20px;
	right: 50px;
	width: 133px;
}

#top .top_company .top_company_bg .sub_ttl01{
	padding: 60px 0 270px;
}

#top .top_company .fl{
	justify-content: center;
	position: relative;
	top: -200px;
}

#top .top_company .fl p.top_company_txt {
	background: #fff;
	padding: 5px 20px;
	display: table;
	margin-bottom: 5px;
	position: relative;
	top: -65px;
	left: 30px;
}

#top .top_company .fl .top_company_img_box02{
	position: relative;
	top: 50px;
}

#top #contact{
	margin-top: -130px;
}

/*---------------------top/---------------------*/


/*---------------------レンタルタオル/---------------------*/
a.btn_001{
	display: inline-block;
	width: 100%;
	background:#005DA2 ;
	border: 1px solid #005DA2;
	border-radius: 10px;
	text-align: center;
	color:#fff;
	padding: 10px 0;
	margin-bottom: 50px;
}




/*---------------------/PCホバー---------------------*/

@media (min-width: 1000px) {
	
		a:hover {
    text-decoration: none;
	transition: 0.3s;
	opacity: 0.6;
}

	.btn-wap a:hover {
    opacity: 1.0;
}
	#submit input:hover,
	.btn01:hover {
    background-color: transparent;
    border: 2px solid #0062B0;
	background: #fff;
		color: #0062B0;
}
	
		.btn02:hover {
    background-color: #fff;
    border: 1px solid #80D0C7;
	background: #fff;
		color: #80D0C7;
}
	
	.btn03:hover {
		background-color: #0062B0;
		border: 1px solid #0062B0;
		background: #0062B0;
		color: #fff;
}
    
    .btn_link:hover{
    background-image: url(../img/common/link_icon02.svg) ;
    background-repeat: no-repeat;
    background-position: top 26px right 48px;
    background-size: 15px auto;
    padding: 23px 15px 5px 0;
    transition: 0.3s;
}


	
	.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}



.card__one:hover, .card__one:focus {
  transform: scale3d(1.003, 1.003, 1);
}
	
.sub_menu .card__one:hover, .sub_menu .card__one:focus {
  transform: scale3d(1.008, 1.008, 1);
}

	
.card__one:hover::after, .card__one:focus::after {
  opacity: 1;
}

a.init-bottom:hover{
	opacity: 1;
}

a.init-bottom:hover::after {
  transform: scale(1, 1);
}

a .arrow_btn:hover i{
	    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0);
}
	

.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

a .arrow_btn:hover:after{
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
}
	
	li.menu__mega:hover ul.menu__second-level {
    top: 60px;
    visibility: visible;
    opacity: 1;
	background: #fff;
	
}
	
	.view-first:hover img {
  transform: scale(1.1);
}

.view-first:hover .mask {
  opacity: 1;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover p.info {
  opacity: 1;
  transform: translateY(0px);
}

.view-first:hover p {
  transition-delay: 0.1s;
}

.view-first:hover p.info {
  transition-delay: 0.2s;
	opacity: 1;
}
	
	.sub_list_fot_bnr a:hover{
	opacity: 1 !important;
}

.sub_list_fot_bnr a:hover p{
	opacity: 0.6 !important;
}

img.delivery_btn:hover{
    opacity: 0.6;
    transition: 0.3s;
}



}




/*---------------------/PCホバー---------------------*/


/*---------------------お知らせ追加202402---------------------*/
.information {
	width: 685px;
    border: 2px solid #0062B0;
    margin: 0 auto 160px;
    background: #fff;
}
.information p:nth-child(1) {
	margin-bottom: 5px;
}
.information p:nth-child(2) {
	margin-bottom: 27px;
}
.service h3 {
	padding-top: 20px;
}

/*---------------------年末年始のお知らせ追加202412---------------------*/
/*
#top .service {
	padding-top: 149px;
}
#top .service .ny_information {
	margin-bottom: 25px;
}
.information {
	margin: 0 auto 150px;
}*/