@charset "utf-8";
/* CSS Document */
/* グローバルナビ　モバイル*/
/*--------------------------------------------------------------------------ページ全体を包括*/
#wrapper {
width: 100%;
margin: 0 auto;
overflow: visible;
}

.fixed{
	position:fixed;
	top: 0;
	left: 0;/*固定させたい位置*/
}
.pl a {
	color: #333;
}
.fadein {
  opacity : 0;
  transform: translateY(10px);
  transition: all 1.5s;
}	
.fadein2 {
  opacity : 0;
  transform: translateX(40px);
  transition: all 2.0s;
}
.fadein3 {
  opacity : 0;
  transform: translateX(-40px);
  transition: all 2.0s;
}

/*--------------------------------------------------------- ローディング */
.loader-wrap { display:none;}

@media screen and (max-width:767px){
.loader-wrap {
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
	z-index: 100000;
	display:;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 5px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(210, 240, 250, 1);
  border-right: 1.1em solid rgba(210, 240, 250, 1);
  border-bottom: 1.1em solid rgba(210, 240, 250, 1);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


}
/*--------------------------------------------------------------------------ヘッダー*/

#header {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background-image: url(../web/object/header_back.gif);
}
.head {
	width: 1200px;
	height: 160px;
	text-align: left;
	margin: 0 auto;
}
h1 {
	width: 350px;
	height: 60px;
	text-align: left;
	padding: 0;
	border: 0;
	float: left;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	float: left;
}
.hl1 {
	width: 200px;
	height: 35px;
	float: left;
	margin-top: 30px;
	margin-left: 40px;
}
.hl1 ul li {
	list-style:none;
	float: left;
	margin-left: 15px;
}
.hl1 ul li img{
	width: 35px;
	height: 35px;
}

.hl2{
	width: 310px;
	height: 25px;
	float: left;
	margin-top: 45px;
	margin-left: 300px;
}
.hl2_l1 {
	height: 25px;
	float: left;
	padding-left: 20px;
	font-size: 12px;
	line-height: 25px;
	background-image: url(../web/object/hlac1.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.hl2_l2 {
	height: 25px;
	float: left;
	padding-left: 20px;
	margin-left: 20px;
	font-size: 12px;
	line-height: 25px;
	background-image: url(../web/object/hlac2.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.hl2_l3 {
	height: 25px;
	float: left;
	padding-left: 20px;
	margin-left: 20px;
	font-size: 12px;
	line-height: 25px;
	background-image: url(../web/object/hlac3.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.hl2_l1 a{
	color: #000;
}
.hl2_l1 a:hover{
	text-decoration: none;
	border-bottom: 1px solid #26968d;
}
.hl2_l2 a{
	color: #000;
}
.hl2_l2 a:hover{
	text-decoration: none;
	border-bottom: 1px solid #26968d;
}
.hl2_l3 a{
	color: #000;
}
.hl2_l3 a:hover{
	text-decoration: none;
	border-bottom: 1px solid #26968d;
}


@media screen and (max-width:767px){
#header {
	background-image: none;
	border-bottom: 1px solid #26968d;
}
.head {
	width: 100%;
	height: 60px;
	text-align: left;
	margin: 0 auto;
}
h1 {
	width: 175px;
	height: 30px;
	text-align: left;
	padding: 0;
	border: 0;
	float: left;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 0;
	margin-bottom: 0;
	float: left;
}
h1 img {
	width: 175px;
	height: 30px;
}
.hl1 {
	width: 80px;
	height: 15px;
	float: left;
	margin-top: 20px;
	margin-left: 25px;
}
.hl1 ul li {
	list-style:none;
	float: left;
	margin-left: 5px;
}
.hl1 ul li img{
	width: 15px;
	height: 15px;
}
}
/* グローバルナビ　PC*/
#gNaviBox {
	width: 1200px;
	height: 60px;
	float: left;
	margin-top: 20px;
}
#gNavi {
	width: 820px;
	height: 60px;
	font-size: 16px;
	line-height: 60px;
	letter-spacing: 1px;
	text-align: left;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	z-index: 30000 !important;
	position: relative;
	float: left;
}
ul.gnv {
	height: 60px;
}
ul.gnv li {
	height: 60px;
	padding-right: 15px;
	float: left;
	text-align: center;
	margin-right: 0px;
	list-style: none;
	transition: .4s;
	margin-right: 30px;
	background-image: url(../web/object/gnv.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.styleBn {background-image: none !important;}
ul.gnv li a { color: #000;}
ul.gnv li a:active { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;}
ul.gnv li a:hover { text-decoration: none; border-bottom: 2px solid #26968d;}

.dropdwn_menu{
    width: 300px;
	padding-left: 20px;
	padding-right: 20px;
    display: none;
    position: absolute;
    margin-top: 0px;
	margin-left: -50px;
    background: rgba(255,255,255,0.95);
	padding-bottom: 5px;
	border-top: 1px solid #26968d;
}

.dropdwn_menu li{
	height: 40px !important;
	width: 100%;
	background-image: none !important;
	padding: 0 !important;
}

.dropdwn_menu li a{
	font-size: 15px !important;
	text-align: left !important;
	line-height: 40px;
    display: block;
    color: #000;
	background-image: none !important;
	border-bottom: 1px dotted #ccc;
}
.dropdwn_menu li a:hover{
	color: #26968d;
	font-size: 15px !important;
	border-bottom: 1px solid #26968d;
}
.cseBox {
	width: 230px;
	height: 40px;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	overflow: hidden;
}
.gsc-control {
  width:280px !important;
}
.gsc-control-cse {
  padding:0 !important;
}

#hcart {
	width: 125px;
	height: 40px;
	float: right;
	padding-left: 7px;
	border-left: 1px solid #666;
	margin-left: 10px;
	margin-top: 10px;
}
#hcart img{
	width: 125px;
	height: 40px;
}

@media screen and (max-width:767px){
	.hcart{ display: none;}
	#gNaviBox { display:none;}
	#gNavi { display:none;}
	.hl2 { display:none;}
}

/* グローバルナビ　モバイル*/
@media screen and (min-width:768px){
	h2{ display: none;}
	#menu{ display:none;}
	#menu a{ display:none;}
	.cart_sp{display:none;}
}

@media screen and (max-width:767px){
#header .menu{
	position: relative;
	margin-right: 3px;
	float: right;
	margin-top: 15px;
	height: 30px;
	width: 30px;
}
#header .menu a{
	display: block;
    width: 30px;
    height: 30px;
	background-size: cover;
	padding: 0;
	margin: 0;
	background-image: url(../web/object/dmenu.gif);
	overflow: hidden;
	text-indent: -9999px;
}
.cart_sp{
	width: 30px;
	height: 30px;
	position: relative;
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}
.cart_sp img{
	width: 30px;
	height: 30px;
}
nav {
	text-align: left;
}
}
/*--------------------------------------------------------------------------フッター*/
#footer {
	width: 100%;
	height: 300px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	background-color: #26968d;
}
.foot {
	width: 1100px;
	height: 300px;
	margin: 0 auto;
	background-image: url(../web/object/foot_back.png);
}
.ft_t {
	width: 310px;
	height: 80px;
	float: left;
	margin-top: 130px;
	margin-left: 0;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	color: #FFF;
	letter-spacing: 1px;
}
.ft_t2 {
	width: 140px;
	height: 200px;
	float: left;
	margin-top: 50px;
	margin-left: 110px;
	font-size: 12px;
	line-height: 25px;
	text-align: left;
	color: #fff;
}
.ft_t2 a {
	color: #fff;
}
.ft_t3 {
	width: 170px;
	height: 200px;
	float: left;
	margin-top: 50px;
	margin-left: 20px;
	font-size: 12px;
	line-height: 25px;
	text-align: left;
	color: #fff;
}
.ft_t3 a {
	color: #fff;
}
.ft_t4 {
	width: 170px;
	height: 200px;
	float: left;
	margin-top: 50px;
	margin-left: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	color: #fff;
}
.ft_t4 a {
	color: #fff;
}
.ft_t5 {
	width: 140px;
	height: 180px;
	float: left;
	margin-top: 70px;
	margin-left: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	color: #fff;
}
.ft_t5 a {
	color: #fff;
}
.cr {
	width: 100%;
	height: 20px;
	float: left;
	text-align: center;
	font-size: 11px;
	color: #fff;
	line-height: 20px;
	background-color: #666;
}

@media screen and (max-width:767px){
#footer {
	width: 100%;
	height: 160px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	background-color: #26968d;
}
.foot {
	width: 310px;
	height: 160px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0px;
	background-image: url(../web/object/foot_back_sp.png);
	background-repeat: no-repeat;
}
.ft_t {
	width: 310px;
	height: 70px;
	float: left;
	margin-top: 75px;
	margin-left: 0;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	color: #FFF;
	letter-spacing: 0px;
}
.ft_t2 {display:none;}
.ft_t3 {display:none;}
.ft_t4 {display:none;}
.ft_t5 {display:none;}
.cr {
	width: 100%;
	height: 15px;
	float: left;
	margin-top: 0;
	margin-left: 0;
	text-align: center;
	font-size: 11px;
	color: #fff;
	line-height: 13px;
}
}
