@charset "UTF-8";

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

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

html,
body {
	height: 100%;
}

body {
	font-size: 140%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	line-height: 1.5;
}

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

/* header */

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

header {
	width:100%;
	margin: 0 auto;
	height: 90px;
	padding: 0 16px;
	display: block;
	z-index: 1000;
	background: #fff;
	transition: all .5s ease;
	-web-transition: all .5s ease;
	position: absolute;
	bottom: 0;
	border-bottom: #eeeeee 1px solid;
}

.header_logo{
	font-size: 0;
	width: 100%;
	max-width: 200px;
}
header img {
	width: 100%;
	height: auto;
}
.top_nav{
	display: flex;
	justify-content: space-between;
	height: 90px;
	align-items: center;
	max-width: 1280px;
	margin: 0 auto;
	transition: all .5s ease;
	-web-transition: all .5s ease;

}
.nav{
	transition: all .5s ease;
	-web-transition: all .5s ease;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 16px;
	transition: all .5s ease;
	-web-transition: all .5s ease;
}
.main_visual{
	height: 100vh;
	width: 100%;
	background: #000;
}
.gnav__wrap{
	width: 600px;
}
.gnav__menu{
	display: flex;
	justify-content: space-between;
	font-size: 1.6rem;
	letter-spacing: .16em;
	width: 100%;
}
.gnav__menu a{
	color: #113B4D;
	font-weight: 700;
	width: 100%;
}
/* ------------------------------------------------------------------ */

/* 共通 */

/* ------------------------------------------------------------------ */
#container{
	width: 100vw;
	max-width: 100%;
	overflow: hidden;
	height: auto;
}
.inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.flex{
	display: flex;
	justify-content: space-between;
}
.type2-menu a{
	-web-transition: all  0.3s ease;
	transition: all  0.3s ease;
}

.type2 .type2-menu a:hover{
	opacity: .8;
	-web-transition: all  0.3s ease;
	transition: all  0.3s ease;
	color: #E95516;;
}

.menuBtn{
	padding: 2px 2% 10px;
	background: #FE9D00;
	color: #fff;
	border-radius: 50px;
	font-size: 1.6rem;
	letter-spacing: .08em;
	-web-transition: all .5s ease;
	transition: all .5s ease;
	border: 1px solid #FE9D00;
}

.menuBtn:hover{
	color: #FE9D00;
	background: #fff;
	border: 1px solid #FE9D00;
	-web-transform: scale(1);
	transform: scale(1);
	-web-transition: all .5s ease;
	transition: all .5s ease;
}

.menuBtn span::before{
	font-family: "Font Awesome 5 Free";
	content: '\f0e0';
	font-weight: 900;
	display: inline-block;
	margin-top: 10px;
	margin-right: 5px;
}
.main_h2,.main_h3{
	font-size: 0;
    width: 50%;
    display: block;
    max-width: 400px;
    margin: 0 auto;
}
.main_h2 img{
	width: 100%;
	height: 60px;
}
/* ------------------------------------------------------------------ */

/* footer */

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


footer{
	height: auto;
	background: #00B1FF;
	padding: 60px 0 30px;
	text-align: center;
}
.footer_ttl{
	width: 100%;
	max-width: 500px;
	margin: 0 auto 30px;
}
.footer_logo{
	width: 100px;
	height: 100px;
	margin: 0 auto 20px;
}
.footer_name{
	width: 100%;
	max-width: 150px;
	margin: 0 auto 30px;
}
.address{
	font-size: 2rem;
	color: #fff;
	margin-bottom: 10px;
}
.address a{
	text-decoration: underline;
	color: #fff;
}
.footer_tel{
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}
.footer_p{
	color: #fff;
	font-size: 1.8rem;
}
.copyRight{
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}
.privacy{
	text-decoration: underline;
	padding-right: 40px;
	text-align: right;
}
.privacy a{
	color: #fff;
}
.gmap{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	height: 400px;
	max-height: 400px;
}
/* ------------------------------------------------------------------ */

/* コンタクト */

/* ------------------------------------------------------------------ */
.contactCmn{
/*	padding: 80px 0;*/
}
.contactCmn02{
	padding: 240px 0 0;
}
.contactCmnArea{
	text-align: center;
	height: 400px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.contactCmn_ttl{
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 20px;
	color: #00B1FF;
}
.contactCmn_txt{
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 60px;
}
.contactCmnBtn a{
	width: 400px;
	border-radius: 50px;
	border: 1px solid #00B1FF;
	color: #00B1FF;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 25px 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: 50%;
	padding: 40px 0 20px !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;
}
