/*========= ヘッダー ===============*/
.logo img{
	width: 180px;
	height: 47px;
}
.logo a:hover{
	opacity: 0.7;
}

/*========= クローバルナビ ===============*/
.global-nav{
	
}
.global-nav.standard,
.global-nav.standard .navbar{
	background-color: #FFAA54;
	padding-top: 0;
    padding-bottom: 0;
}

.global-nav.customize,
.global-nav.customize .navbar{
	background-color: #67C5FC;
	padding-top: 0;
    padding-bottom: 0;
}
.global-nav .navbar{
	
}
.global-nav .navbar a.navbar-brand{
	color: #212529;
	font-size: 16px;
	font-weight: bold;
	margin-right: 40px;
	letter-spacing: 2px;
}
.global-nav .navbar a.navbar-brand:hover{
	opacity: 0.7;
}
.global-nav .navbar h1{
	margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
}
.global-nav .navbar h1 a{
	color: #212529;
}
.global-nav .navbar h1 a:hover{
	opacity: 0.7;
}
.global-nav .navbar .navbar-nav{
	font-size: 16px;
}
.global-nav .navbar .navbar-nav a.nav-link {
    padding-right: 20px;
    padding-left: 20px;
    color: #212529;
    font-size: 14px;
    font-weight: bold;
}
.global-nav .navbar .navbar-nav a.nav-link:hover{
	opacity: 0.7;
}

@media only screen and (max-width: 1200px){
	.global-nav .navbar .navbar-nav a.nav-link {
		font-size: 13px;
	    padding-right: 13px;
	    padding-left: 13px;
	}
}
@media only screen and (max-width: 991px){
	.global-nav{
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.global-nav .navbar h1{
		margin-top: 0;
	    margin-bottom: 6px;
	}
	
	.container-fluid{
		padding-right: 0;
    	padding-left: 0;
	}
	
	.navbar-toggler {
		border: 1px solid #212529;
		padding: 3px 3px;
		line-height: 0;
	}
	
	.navbar-toggler-icon {
	    margin-top: 15px;
	    height: 12px;
	}
	
	.navbar-toggler:focus {
		box-shadow: none;
	}
}

.carousel{
	min-height: 400px;
}
@media only screen and (max-width: 991px){
	.carousel{
		min-height: 140px;
	}
}

.carousel{
	margin-bottom: 60px;
}


/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -120%;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#DDD;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center;
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#g-nav li a:hover{
	opacity: 0.8;
	text-decoration: underline;
}
#g-nav li.title{
	margin: 30px 0 20px 0;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #333;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:15px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/*========= 商品リストのショップ誘導 ===============*/
a.to-shop{
	text-decoration: none;
	color: #212529;
	display: block;
	margin-bottom: 10px;
}
a.to-shop:hover{
	opacity: 0.7;
}
a.to-shop .shop-label{
	display: inline-block;
	width: 100px;
	border: 1px solid #999;
	padding: 3px 5px 3px 5px;
	margin-right: 10px;
	text-align: center; 
}
a.to-shop .price{
	color: #C60202;
	margin-right: 5px;
}
a.to-shop:after {
	content: '';
	padding: 0 0 0 16px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
	background-image:url('/common/images/icon/icon-external-link.svg');
}

/*========= コンテナ内 ===============*/
.container h2{
	font-size: 21px;
	text-align: center;
	position:relative;
	margin-bottom: 60px;
	font-weight: bold;
	line-height: 160%;
}
.container h3{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 160%;
}
.container h4{
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 140%;
}
.container p{
	font-size: 14px;
}

.container.standard{

}
.container.standard h2:after{
	content:'';
	width: 80px;
	height: 4px;
	background-color: #FFAA54;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.container.customize h2:after{
	content:'';
	width: 80px;
	height: 4px;
	background-color: #67C5FC;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.container .tile{
	padding: 5px 10px;
	font-weight: bold;
}
.container.standard .tile{
	background-color: #FFAA54;
}
.container.customize .tile{
	background-color: #67C5FC;
}

.to-standard-belt{
	background-color: #FFE3C8;
	padding: 20px 0;
	font-size: 14px;
}
.to-customize-belt{
	background-color: #C0E8FF;
	padding: 20px 0;
	font-size: 14px;
}

.standard-top-price{
	font-size: 28px;
	font-weight: bold;
}
.price-normal-font{
	font-size: 21px;
	font-weight: bold;
}
.container.standard .circle-number{
	background-color: #FFAA54;
}
.container.customize .circle-number{
	background-color: #67C5FC;
}

.container.standard .inline-tile{
	background-color: #FFAA54;
}
.container.customize .inline-tile{
	background-color: #67C5FC;
}
.container .icon-img-normal{
	width: 80px;
}

.qa-q{
	font-size: 16px;
	font-weight: bold;
}
.qa-q .icon{
	font-size: 21px;
	margin-right: 10px;
}
.qa-a .icon{
	margin-right: 7px;
}

.container.standard .qa-q .icon{
	color: #FFAA54;
}
.container.standard .qa-a .icon{
	color: #FFAA54;
}
.container.customize .qa-q .icon{
	color: #67C5FC;
}
.container.customize .qa-a .icon{
	color: #67C5FC;
}

/*========= WordPress Archive ===============*/
.archive{
	
}

.archive h2{
	text-align: left;
	margin-top: 40px;
	margin-bottom: 20px;
}
.archive h2:nth-child(1) {
	margin-top: 0;
}
.archive h3{
	text-align: left;
	margin-top: 40px;
	margin-bottom: 20px;
}
.archive h3:nth-child(1) {
	margin-top: 0;
}

/*========= WordPress Single ===============*/
.single{
	
}

.single h2{
	text-align: left;
	margin-top: 40px;
	margin-bottom: 20px;
}
.single h2:nth-child(1) {
	margin-top: 0;
}
.single h3{
	text-align: left;
	margin-top: 40px;
	margin-bottom: 20px;
}
.single h3:nth-child(1) {
	margin-top: 0;
}

/*========= WordPress Page ===============*/
.container.page{
	margin-bottom: 100px;
}

/*========= 共通 ===============*/
.w-80{
	width: 80%;
}
.w-50{
	width: 50%;
}
.btn-standard{
    color: #fff;
    background-color: #B8732D;
    border-color: #B8732D;
    font-size: 14px;
    font-weight: bold;
    line-height: 130%;
}
.btn-standard:hover{
    color: #fff;
    opacity: 0.7;
}
.btn-customize{
    color: #fff;
    background-color: #2D85B8;
    border-color: #2D85B8;
    font-size: 14px;
    font-weight: bold;
    line-height: 130%;
}
.btn-customize:hover{
    color: #fff;
    opacity: 0.7;
}
.price{
	color: #B60E0E;
}
.b-red{
	font-weight: bold;
	color: #B60E0E;
}

.circle-number{
	width: 50px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	font-size: 16px !important;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
}
.inline-tile{
	display: inline-block;
	border-radius: 4px;
	padding: 5px 10px;
	font-weight: bold;
}
.btn-header-contact{
	font-size: 14px;
}