/* リンク設定 -------------------------------------------------*/
a {
	color: #343434;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	outline: none;
}
a:hover {
	color: #009d70;
}
a img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
a:hover img {
	filter:alpha(opacity=60);
	opacity:0.6;
}
a.bghover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	outline: none;
}
a:hover.bghover {
	filter:alpha(opacity=60);
	opacity:0.6;
}
img {
	vertical-align: bottom;
}
/* カラー設定 ------------------------------------------------- */
.red {
	color:#CC0000 !important;
}
.error {
	color:#CC0000 !important;
}

/* フォント設定 ------------------------------------------------- */
.fontS {
	font-size:0.5rem !important;
}
.fontL {
	font-size: 120% !important;
	line-height:170% !important;
}

/*共通*/
html {
	font-size: 62.5%;
}
body {
	background: #FFFFFF;
	font-family: "Lato","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 1.4em;
	color: #181818;
	line-height: 200%;
}
#wrapper {
	width:100%;
	position:relative;
	left:0;	
	-webkit-transition: all .3s ease 0s;
  	transition: all .3s ease 0s;
}
.lactive {
	left:-130px !important;
}
.fadein{
	transition: .8s;
	opacity: 0;
	-webkit-transform: translate(0,40px); 
	transform: translate(0,40px);
}
.fadeinOn{
	opacity: 1.0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}

/*ヘッダー設定*/
#header {
	background-color: #000000;
	height: 45px;
	position: fixed;
	width: 100%;
}
#header_inner {
	height: 100%;
}
#header h1 {
	font-size:0;
	width: 132px;
	height: 100%;
	margin-left: 3.2%;
}
#header h1 a {
	display: block;
	height:100%;
	line-height: 45px;
}
#header h1 a img {
	vertical-align: middle;
}
/*メニュー*/
#g_nav {
	position: absolute;
	left: 100vw;
	top: 0px;
}
#g_nav ul {
	height: 100vh;
	width: 130px;
	background-color: #333333;
	font-size: 1.2rem;
}
#g_nav ul li a {
	display: block;
	color: #FFFFFF;
	width: 110px;
	padding: 8px 10px;
	border-bottom: dotted 1px #CBCBCB;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
	position: absolute;
	width: 45px;
	height: 45px;
	padding: 10px;
	left: -45px;
	top: 0px;
	background-color: #666666;
}
.menu-trigger span {
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #FFF;
	width: 21px;
}
.menu-trigger span:nth-of-type(1) {
	left: 12px;
  top: 13px;
}
.menu-trigger span:nth-of-type(2) {
	left: 12px;
  top: 22px;
}
.menu-trigger span:nth-of-type(3) {
	left: 12px;
  bottom: 13px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

/*共通フッター*/
#g_footer_top {
	background-color: #000000;
	color: #FFFFFF;
}
#g_footer_top li a {
	color: #FFFFFF;
}
#g_footer_top li a:hover {
	color: #009d70;
}
#g_footer_bottom {
	padding: 4.4%;
}
#footer_sns {
	text-align: center;
	padding: 30px 0;
	border-bottom: #FFFFFF 1px solid;
}
#footer_sns h1 {
	margin-bottom: 10px;
}
#footer_sns li {
	display: inline-block;
	margin: 0 1%
}
#footer_nav h1 {
	background: url(../images/ico_sp_plus.png) 4% center no-repeat;
	background-size: 12px;
	padding:15px 0 15px 10%;
	cursor: pointer;
}
#footer_nav h1.active {
	background: url(../images/ico_sp_minus.png) 4% center no-repeat;
	background-size: 12px;
	padding:15px 0 15px 10%;
	cursor: pointer;
}
#footer_nav section {
	border-bottom: #FFFFFF 1px solid;
}
#footer_nav section ul {
	display: none;
	margin:0 0 20px 10%;
}
#footer_nav section li {
	background: url(../images/ico_sp_arrow.png) left center no-repeat;
	background-size: 12px;
	padding-left: 4%;
	line-height: 100%;
	margin-bottom: 20px;
}
#loadingblock {
	width: 100%;
	height: 100vh;
	position: relative;
	z-index:10000;
	background: #e3e3e3;
}
#loadingblock img {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-22px;
	margin-left:-16px;
}

#top_block {
	width: 100%;
	padding-top: 45px;
}

#content {
	margin: 40px 5%;
}
#photo {
	margin-bottom: 30px;
}
#text {
	font-size: 1.2rem;
}
#text h1 {
	font-size: 2rem;
	margin-bottom: 20px;
}
#price_block {
	border-top: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	padding: 15px 0;
	margin-bottom: 20px;
}
#price {
	font-size: 1.6rem;
	margin-top: 10px;
	font-weight: 700;
}
#comment {
	margin-bottom: 15px;
}
#btn {
	width: 100%;
	height: 50px;
	margin-top: 20px;
}
#btn a {
	display: block;
	width: 100%;
	height: 100%;
	background-color:#44c2cc;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	color: #FFF;
	font-weight: 700;
}

#specify {
	margin-top: 50px;
	font-size: 1.1rem;
}
#specify h1 {
	margin-bottom: 30px;
	font-size: 2rem;
}
#specify li {
	border-bottom: #CBCBCB 1px dotted;
	padding-bottom: 15px;
	margin-bottom: 15px;
	line-height: 200%;
}
#specify li p:first-child {
	font-weight: 700;
	font-size: 1.3rem;
	margin-bottom: 7px;
}