@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html{
/*font-size:12px;*/
/*フォームとのfont rootサイズが異なるのでremは使用禁止*/
}

a{
color:#0c7ec6;
text-decoration:underline;
outline:none;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
a:hover{
color:#2a9fe9;
text-decoration:none;
}
a:hover img{ 
filter:alpha(opacity=80); 
opacity:0.80; 
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
img{
max-width:100%;
}

/*--------------------------------------
header
----------------------------------------*/
#fixedBox{
padding:30px 0 10px;
background-color: rgba(255,255,255,0.85);
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
#fixedBox.fixed{
padding:30px 0 10px;
border-bottom: solid 1px #ddd;
}

#gloval-header{
position: fixed;
top:0;
left:0;
width:100%;
box-sizing:border-box;
z-index: 99;
}
#gloval-header *{
box-sizing:border-box;
}
#gloval-header .inner{
width:1080px;
margin:0 auto;
}

#gloval-header .logo{
float:left;
width:320px;
margin:0;
padding:0;
box-sizing:border-box;
}
.h_right {
font-size: 17px;
text-align: right;
float: right;
width: 68%;
margin-top: 0;
}
#g_nav{
text-align: right;
display: flex;
flex-wrap:wrap;
justify-content: flex-end;
align-items: center;
width:100%;
margin:6px auto 0;
padding:0;
position:relative;
}
#g_nav #menu {
display:inline-block;
}
#g_nav #menu > li{
text-align:center;
display:inline-block;
box-sizing:border-box;
margin:0 30px 0 0;
padding:0;
position:relative;
z-index:999;
}
#g_nav #menu > li > a {
color:#3e3a39;
text-decoration:none;
line-height: 1;
letter-spacing: 0px;
display: inline-block;
margin:0;
padding: 10px 0;
}
#g_nav #menu > li > a:hover {
color:#999;
}
#g_nav #menu > li:before,
#g_nav #menu > li:after{
position: absolute;
bottom:5px;
content: "";
display: inline-block;
width: 0;
height: 1px; 
background: #111;
transition: .3s;
}
#g_nav #menu > li:before{
left: 50%;
}
#g_nav #menu > li:after{
right: 50%;
}
#g_nav #menu > li.current:before,
#g_nav #menu > li.current:after{
width: 50%;
}
.h_right .btn_teiki a{
color:#fff;
letter-spacing: 0;
text-decoration:none;
display:inline-block;
margin-left:20px;
padding: 13px 10px 14px;
border-radius:10px;
background-color: #ff858f;
}
.h_right .btn_teiki a:hover{
background-color: #ff5865;
}

#header_area2{
padding:10px 0;
background-color: #ffff;
}
#header_area2 .link_area{
text-align: right;
width:50%;
margin: 0 3% 0 auto;
}
#header_area2 .link_area .login-btn{
color:#fff;
font-size: 1.1rem;
font-weight: normal;
line-height: 1;
text-align: center;
display:inline-block;
margin: 0 auto;
padding: 12px 2%;
position: relative;
text-decoration: none;
border-radius: 9px;
background: #3fad46;
}
#header_area2 .link_area .login-btn:hover {
	background: #53ce5b;
}


/*----------------------------
#anc_form
----------------------------*/
#anc_form{
margin-top:70px;
}


ul, ol {
list-style: none;
margin:0;
padding:0;
}
.pc{
display:inherit;
}
.pc-inlineblock{
display:inline-block;
}
.pc-block{
display:block;
}
.sp,.sp-block{
display:none;
}

/*---------------------------------------
FOOTER
-------------------------------------- */
#main-footer {
  text-align: center;
  margin: 40px auto 0;
}

#main-footer .bg-light {/*bootstrap*/
padding:40px 0 !important;
background-image:none;
background-color:rgba(255,255,255,0.7) !important;
}

#main-footer #f_info.l_unit {
  font-size: 1.0rem;
  line-height: 1.8;
  text-align: center;
}

#main-footer #f_info.l_unit a {
  color: #333;
  text-decoration: none;
}

#main-footer .tokutei {
  margin: 20px 0;
}

#main-footer .tokutei a {
  cursor: pointer;
  font-size: 1.0rem;
  color: #333;
}

#T_footer a {
  color: #333;
}

#T_footer address {
  padding-top: 20px;
}

#T_footer address .c-1, #T_footer address .c-2 {
  display: block;
}

#T_footer address .c-1 {
  font-size: 18px;
  margin: 0 auto 20px;
}

#T_footer address .c-2 {
  font-size: 14px;
}

#T_footer #f_link-2 {
  max-width: 500px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
}

#T_footer .f_link {
  text-align: center;
  margin: 30px auto 0;
  font-size: 13px;
}

#T_footer .f_link a {
  font-size: 13px;
}

#T_footer .f_link .ti {
  font-size: 20px;
  color: #777;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 500px;
  margin: 0 auto 15px;
}

#T_footer .f_link .ti:before, #T_footer .f_link .ti:after {
  border-top: solid 1px #ccc;
  content: "";
  flex-grow: 1;
  margin: 0 1em;
}

#T_footer .f_link li {
  margin-bottom: 12px;
}

#T_footer .f_link li img {
  margin-right: 0.5em;
}

#T_footer .f_link .tx {
  display: inline-block;
  margin-left: 0;
  text-decoration: underline;
}

#T_footer .tokutei {
  text-align: center;
  margin: 20px 0 30px;
}

#T_footer .tokutei a {
  cursor: pointer;
  font-size: 14px;
  color: #111;
}

/*copyright-------------------*/
#copyright {
  margin: 40px auto 0;
}

/* mediaquery
-------------------------------------------------*/
@media screen and (max-width:768px) {

	.pc,.pc-block,.pc-inlineblock{
	display:none;
	}
	.sp{
	display:inherit;	
	}
	.sp-inlineblock{
	display:inline-block;
	}
	.sp-block{
	display:block;
	}

	/*--------------------------------------
	header
	----------------------------------------*/
	#fixedBox{
	width: 100%;
	padding:15px 0 0px;
	position:fixed;
	background-color: rgba(255,255,255,0.9);
	}
	#fixedBox.fixed{
	padding:15px 0 0px;
	}
	#gloval-header .inner {
	width: auto;
	}
	#gloval-header .logo{
	text-align: left;
	float:left;
	max-width:160px;
	margin:0 0 0 4%;
	}
	.h_right {
	font-size: 12px;
	text-align: center;
	float:none;
	width: auto;
	}
	#g_nav{
	text-align: center;
	margin:6px auto 0;
	display: flex;
	justify-content:center;
	}
	#g_nav #menu{
	width:100%;
	}
	#g_nav #menu > li{
	margin:0 3% 0 0;
	}
	#g_nav #menu > li > a {
	font-size:14px;
	color:#777;
	letter-spacing: -2px;
	padding: 10px 0;
	}
	.h_right .btn_teiki{/*定期ボタン*/
	position:absolute;
	top:-40px;
	right:4.5%;
	}
	.h_right .btn_teiki a{
	margin-left:20px;
	padding: 10px 10px;
	border-radius:10px;
	}

	#header_area2 .link_area .login-btn{
		color:#fff;
		font-size: 0.6rem;
		font-weight: normal;
		line-height: 1;
		text-align: center;
		display:inline-block;
		margin: 0 auto;
		padding: 12px 4%;
		position: relative;
		text-decoration: none;
		border-radius: 9px;
		background: #3fad46;
	}

	/*----------------------------
	#anc_form
	----------------------------*/
	#anc_form{
	margin-top:40px;
	}
	/*---------------------------------------
	FOOTER
	-------------------------------------- */
	#gloval-footer{
	color:#fff;
	font-size:12px;
	font-weight:100;
	float: none;
	width: auto;
	margin:40px 0 0 0;
	padding:0 0 30px;
	box-sizing:border-box;
	background-color: #3e3a39;
	}
	#gloval-footer *{
	box-sizing:border-box;
	}
	#gloval-footer .inner{
	text-align: center;
	max-width:1080px;
	margin:0 auto;
	}
	#gloval-footer a{
	color:#fff;
	text-decoration:underline;
	}
	#gloval-footer .mail{
	color:#fff;
	text-decoration:none;
	}
	#gloval-footer .mail:hover{
	text-decoration:underline;
	}

	/*copyright-------------------*/
	#copyright{
	text-align: center;
	}
	#copyright small{
	font-size:9px;
	display:block;
	margin:0 auto;
	padding: 10px 0 0;
	}

	/*form 注文ボタンの最少幅が原因でページに横スクロールバーが出る為、文字サイズで調整*/
	#btn_conf .btn-outline-secondary,
	#btn_conf .btn-outline-secondary:hover{
	font-size:18px;
	}

} /*--------------------------------//mediaquery*/



