@charset "UTF-8";

/* CSS Document */

html {
  font-size: 62.5%;
  overflow: auto;
}


.pc{
	display: none !important;
}
.sp {
  display: block !important;
}
body {
  font-size: 140%;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
	line-height: 1.5;
}
html,
body {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	word-wrap: break-word;
	float: none;
	position: static;
}
 
img {
 max-width: 100%;
 height: auto;
}


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

header{
	width: 100%;
	height: 65px;
	z-index: 1000000;
	position: fixed;
	top: 0;
}

/*menu*/
.menu{
/*
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: 99;
*/
}
.sp_nav{
	top: 10px;
	right: 10px;
	height: 50px;
	width: 50px;
	z-index: 400;
	position: fixed;
	background: rgba(255,255,255,1);
	padding: 15px;
	border-radius: 50%;
	border: solid 1px #89bde8;
}
.sp_nav div{
	position: relative;
}
.menu__line{
    width: 100%;
	height: 3px;
	left: 0;
	display: block;
	background: #89bde8;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.menu__line--top{
    top: 0;
}
.menu__line--center{
    top: 8px;
}
.menu__line--bottom{
    top: 16px;
}

.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    top: 8px;
    transform: rotate(135deg);
}
/*gnav*/
.gnav{
/*    background: rgba(255,255,255,0.9);*/
	background: #00B1FF;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav__wrap{
    height: 100%;
    position: absolute;
    width: 100%;
	margin-top: 40px;
}
.gnav__menu{
	margin: 0 15%;
}
.gnav__menu__item{
    margin: 30px 0;
	text-align: center;
}
.gnav__menu__item a{
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
    transition: .5s;
	position: relative;
	display: flex;
	align-items: center;
}
.gnav__menu__item a:hover{
    color: #666;
}
.gnav__menu__item a::before{
    content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url("../images/index/btnRight.svg") no-repeat;
	background-position: center;
	margin-right: 5px;
}
/*----------------------------------------- 
共通パーツ
----------------------------------------- */
#container {
	overflow-x: hidden;
	width: 100%;
	height: auto;
	padding-top: 100px; 
}
.header_logo{
	position: absolute;
	top:20px;
	left: 5%;
	color: #fff;
	width: 120px;
	font-size: 0;
}
.inner {
  width: 100%;
  margin: 0 auto;
}

#container img {
  width: 100%;
  height: auto;
}

.menuBtn{
	width: 70%;
	background: #fff;
	padding: 10px 0 15px;
	color: #89bde8;
	text-align: center;
	font-weight: 700;
	margin:  0 auto 40px;
	position: relative;
	border-radius: 50px;
	display: block;
}
.menuBtn::after{
	content: '';
	background: url("../images/index/btn_after01.svg") no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
}
.menuBtn span::before{
	font-family: "Font Awesome 5 Free";
    content: '\f0e0';
    font-weight: 900;
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
}
.menu_img{
	margin: 30px auto 10px;
	text-align: center;
}
.menu_img img{
	width: 50px;
	height: 50px;
}
.menu_ttl{
	width: 80%;
	margin: 0 auto 20px;
}
.main_h2,.main_h3{
	font-size: 0;
    width: 70%;
    display: block;
    margin: 0 auto;
}

.main_h2 img{
	width: 100%;
	height: 60px;
}
/* ------------------------------------------------------------------ */

/* footer */

/* ------------------------------------------------------------------ */


footer{
	height: auto;
	background: #00B1FF;
	padding: 30px 5%;
	text-align: center;
}
.footer_ttl{
	width: 100%;
	margin: 0 auto 20px;
}

.footer_logo{
	width: 70px;
	height: auto;
	margin: 0 auto 20px;
}
.footer_name{
	width: 100%;
	margin: 0 auto 10px;
	max-width: 120px;
}
.address{
	font-size: 1.4rem;
	color: #fff;
	margin-bottom: 30px;
}
.address a{
	text-decoration: underline;
	color: #fff;
}
.footer_tel{
	font-size: 2.6rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}
.footer_p{
	color: #fff;
	font-size: 1.4rem;
}
.copyRight{
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}
.privacy{
	text-decoration: underline;
	padding-right: 40px;
	text-align: left;
}
.privacy a{
	color: #fff;
}
.gmap{
	width: 100%;
	margin: 30px auto;
	height: 200px;
}
/* ------------------------------------------------------------------ */

/* コンタクト */

/* ------------------------------------------------------------------ */
.contactCmn{
/*	padding: 80px 0;*/
}
.contactCmn02{
	padding: 0 5%;
}
.contactCmnArea{
	text-align: center;
	height: auto;
	width: 100%;
	margin: 0 auto 30px;
}
.contactCmn_ttl{
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 20px;
	color: #00B1FF;
}
.contactCmn_txt{
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 60px;
}
.contactCmnBtn a{
	width: 90%;
	border-radius: 50px;
	border: 1px solid #00B1FF;
	color: #00B1FF;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 15px 0;
	background: #fff;
}
.contactCmnBtn a::after{
	content: '';
	background: url("../../images/index/btn_after01.svg") no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
}
form input ,form#mail_form textarea{
	    border: 0;
}
/* ------------------------------------------------------------------ */

/* サンプル注文 */

/* ------------------------------------------------------------------ */
.boxes{
	margin-top: 60px!important;
	text-align: center;
}
.boxes p{
	margin-bottom: 20px !important;
}
.boxes a{
	text-decoration: underline;
	color: #0C00FF;
}
.boxes{
	width: 100%;
	padding: 40px 0 10px !important;
	margin: 30px auto !important;
	background: #fafafa;
	height: auto;
}
.checkBtn{
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.checkBtn:hover{
	color: #AB4041;
	cursor: pointer;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.bottomBtn{
	height: auto;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 5px 0;
	background: rgba(255,255,255,.8);
	z-index: 100000;
}
.bottomBtn a{
	width: 70%;
	padding: 10px;
	text-align: center;
	border-radius: 50px;
	background: #FF8300;
	display: block;
	margin:  0 auto;
	color: #fff;
	font-weight: 700;
	position: relative;
}
.bottomBtn a::after{
	content: '';
	background: url("../images/index/btn_after02.svg") no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	z-index: 1;
}
@media screen and (min-width:768px) and ( max-width:1000px) {
	.flex{
		display: flex;
		justify-content: space-between;
		padding: 0 10px;
	}
	.main_h2,.main_h3{
	font-size: 0;
    width: 50%;
    display: block;
    margin: 0 auto 30px;
}
	.melitCnt_ttl{
		font-size: 1.8vw;
	}
	footer{
		padding-top: 60px;
	}
	.footer_ttl{
		width: 60%;
	}
}
@media screen and (min-width:1000px) and ( max-width:1280px) {
	.companyCnt p{
		font-size: 1vw;
	}
}