@charset "utf-8";

/* ==============================================================
	TOPPAGE -- MAIN
============================================================== */



#price-wrap .info .txt{text-align: center;}
#price-wrap{
	background: #000;
}
@media screen and (max-width:750px){
	#price-wrap{
		border:none;
	}
}
.category .line_title>span:not(.zume) {
    margin-top: 1em;
}
.info .txt .lead {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding: 20px 0 130px;
}
.info .line_title>span:not(.zume):before,
.info .line_title>span:not(.zume):after {
    width: 30%;
}
.price .line_title>span:not(.zume):before,
.price .line_title>span:not(.zume):after {
    width: 41%;
}
.te
.textArea{
	max-width:100%;
	height:100%;
	background: url(../img/main_bg_pc.jpg) no-repeat;
	background-position: top center;
	background-size: cover;
}
@media screen and (max-width:750px){
    .info .txt .lead {
        font-size: 14px;
        padding-bottom: 60px;
    }
	.textArea{
		background: url(../img/main_bg_sp.jpg) no-repeat;
		background-position: top center;
		background-size: contain;
	}
	.info .line_title>span:not(.zume):before, .info .line_title>span:not(.zume):after {
		width: calc(50% - 10.5em);
	}
	.price .line_title>span:not(.zume):before, .price .line_title>span:not(.zume):after {
		width: calc(50% - 5em);
	}
}
.textArea.animated{
	animation-duration: 5s;
}
.textArea .inner{
	padding: 75px 0 65px;
}
@media screen and (max-width:750px){
	.textArea .inner{
		width:90%;
		margin: 0 auto;
		padding: 28% 0 20px;
	}
}
.textArea .inner.animated{
	animation-duration: 4s;
	animation-delay: 2s;
}
.textArea .inner p{
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #fff;
	margin-bottom: 30px;
}
@media screen and (max-width:750px){
	.textArea .inner p{
		font-size: 12px;
		margin-bottom: 30px;
	}
}
.textArea .inner img{
	margin: 0 auto 30px;
	display: block;
}
@media screen and (max-width:750px){
	.textArea .inner img.logo_01{
		width:45%;
	}
	.textArea .inner img.img_01{
		width:80%;
	}
}
.textArea .inner h1.animated{
	animation-duration: 1s;
	animation-delay: 3s;
}
@media screen and (max-width:750px){
	.textArea .inner .box{
	}
}

/* 190729 追加ここから */

.btn{
	margin: 0 auto;
}
@media screen and (max-width:750px){
	.btn{
		width:90%;
	}
}



/* ==============================================================
	MENU -- MAIN
============================================================== */
@media screen and (min-width:750px){
}
#price .headerArea{
	text-align: center;
	padding-top: 70px;
	color: #fff;
}
#price .headerArea a img{
	width:115px;
}
#price .headerArea h1{
	margin-top: 35px;
}
#price .headerArea h1 img{
	margin-bottom: 15px;
}

#price .tab-contents .h2_title span {
    font-size: 4rem;
    color: #C8BB9B;
    margin-left: 0;
}
@media screen and (max-width:750px){
    #price .tab-contents .h2_title span {
        font-size: 2.8rem;
    }
}
/* ===================	TAB ==================== */

#price .tabs {
  margin: 27px auto 0;
  padding: 0;
	width:100%;
}
#price #tab-button {
	/*width: 1120px;*/
	width: 960px;
  margin: 0 auto;
  list-style: none;
	display: flex;
}
#price #tab-button li {
  width: 160px;
	height:100px;
	background: #d5ccb6;
  border: 1px solid #000;
	border-bottom: none;
	border-left: none;
  text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#price #tab-button li a {
	width:100%;
	height:auto;
  color: #424242;
	display: block;
	font-family: noto-sans-cjk-jp, sans-serif;
	line-height: 1.5;
	font-weight: bold;
}
#price #tab-button li a img{
	margin-top: 5px;
}
#price #tab-button li:hover,
#price #tab-button .is-active{
  background: #eee7d7;
}
#price #tab-button li:hover a,
#price #tab-button .is-active a{
	opacity: 1;
}
#price .tab-button-outer {
  display: none;
}
@media screen and (min-width: 640px) {
  #price .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  #price .tab-select-outer {
    display: none;
  }
}
@media screen and (max-width: 750px) {
	select {
	  /* reset */
	  margin: 0;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	}
	.tab-select-outer{
		width: 80%;
    margin: 0 auto -45px;
	}
	.tab-select-outer select {
		width: 100%;
		padding:10px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: url(../img/arrow01.png) right 50% no-repeat #fff;
		background-size: 45px, 100%;
		font-size: 16px;
	}
}

/* -------	TAB CONTENTS ------- */
#price .tab-contents {
  padding: .5em 0 1em;
	background: #eee7d7;
	margin-top: 20px;
}
@media screen and (min-width: 640px) {
	#price .tab-contents {
    position: relative;
/*    top: -1px;*/
    margin-top: 0;
  }
}
#price .tab-contents .innerArea{
	/*width:1120px;*/
	width:960px;
	margin: 80px auto;
}
@media screen and (max-width: 750px) {
	#price .tab-contents .innerArea{
		width:90%;
		margin: 80px auto;
	}
}
#price .tab-contents .inner_header{
	margin-bottom: 25px;
	text-align: center;
}
#price .tab-contents:not(#tab01) .inner_header{
	width: 700px;
	margin: 0 auto 25px;
}
@media screen and (max-width: 750px) {
	#price .tab-contents:not(#tab01) .inner_header{
		width:100%;
	}
}
#price .tab-contents .inner_header h2{
	font-family: noto-sans-cjk-jp, sans-serif;
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 30px;
	color: #424242;
}
@media screen and (max-width: 750px) {
	#price .tab-contents .inner_header h2{
		font-size: 16px;
	}
}
#price .tab-contents .inner_header p{
	font-size: 14px;
	line-height: 1.78;
	color: #424242;
}
@media screen and (max-width: 750px) {
	#price .tab-contents .inner_header p{
		font-size: 12px;
	}
}
#price .tab-contents .inner_header p strong{
	font-size: 18px;
	font-weight: 600;
}
@media screen and (max-width: 750px) {
	#price .tab-contents .inner_header p strong{
		font-size: 14px;
	}
}
#price .tab-contents .inner_header p span{
	display: inline-block;
    font-size: 16px;
    width: 660px;
}
@media screen and (max-width: 750px) {
	#price .tab-contents .inner_header p span{
		font-size: 14px;
		width: 100%;
	}
}
#price .tab-contents .inner_header p:nth-of-type(2){
	margin-top: 35px;
}


/* -------	TAB CONTENTS ~ TABLE ~ ------- */
#price .tab-contents table{
	border-collapse: collapse;
	margin: 0 auto;
}
@media screen and (max-width:750px){
	#price #tab01.tab-contents .table_outer{
		width:100%;
		overflow: auto;
	}
	#price .tab-contents table{
		width:100%;
	}
	#price #tab01.tab-contents table{
		min-width: 1120px;
	}
}
#price .tab-contents table th,
#price .tab-contents table td{
	font-size: 14px;
	line-height: 1.42;
	text-align: center;
	vertical-align: middle;
	border: #cac3b2 solid 1px;
	padding: 20px 3px;
	color: #424242;
}
@media screen and (max-width:750px){
	#price .tab-contents table th,#price .tab-contents table td{
		font-size: 12px;
	}
}
#price #tab01.tab-contents table td{
	width:144px;
}
@media screen and (max-width:750px){
	#price #tab01.tab-contents table td{
		width:135px;
	}
}
#price .tab-contents:not(#tab01) table td{
	width:470px;
}
@media screen and (max-width:750px){
}
#price .tab-contents table thead th strong{
	font-weight: 600;
}
#price .tab-contents table th{
 background: #e3dccc;
}
#price .tab-contents table th[scope="row"]{
	width:180px;
	font-weight: 600;
	padding: 20px 5px;
}
@media screen and (max-width:750px){
	#price .tab-contents:not(#tab01) table th[scope="row"]:not(.twolines){
		width:45%;
	}
}
#price .tab-contents table th.twolines{
	width:95px;
}
#price .tab-contents table th strong.bigfont{
	font-size: 16px;
}
@media screen and (max-width:750px){
	#price .tab-contents table th strong.bigfont{
		font-size: 14px;
	}
}
#price .tab-contents table td strong{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.56;
}
#price .tab-contents table td .space{
	margin-right:1.5em;
}
@media screen and (max-width:750px){
	#price .tab-contents table td strong{
		font-size: 14px;
	}
	#price .tab-contents table td .space{
		margin-right:0;
	}
}
#price .tab-contents table td strong span{
	font-size: 12px;
}
@media screen and (max-width:750px){
	#price .tab-contents table td strong span{
		font-size: 10px;
	}
}
#price .tab-contents table td span{
	font-weight: 600;
}



/* -------	TAB CONTENTS ~ ATTENTION ~ ------- */
#price .tab-contents .attention{
    margin-top: 35px;
    margin-left: 31px;
}
#price .tab-contents:not(#tab01) .attention{
	width:660px;
	margin: 35px auto 0;
}
@media screen and (max-width:750px){
	#price .tab-contents:not(#tab01) .attention{
		width:100%;
	}
}
#price .tab-contents .attention p{
	/*text-indent: -2em;*/
	/*margin-left: 2em;*/
	text-indent: -1em;
	margin-left: 1em;
	/*counter-increment: calc-ex9;*/
	text-align: left;
	color: #424242;
	font-size: 14px;
	line-height: 1.5;
	/* padding-bottom: 15px; */
}
@media screen and (max-width:750px){
	#price .tab-contents .attention p{
		font-size: 12px;
	}
}
#price .tab-contents .attention p:before {
	content: '\203B'/*counter(calc-ex9)*/;
	display: inline-block;
	/*width: 2em;*/
	width: 1em;
	text-indent: 0;
}



body#price header li.gn-price:after{
	opacity: 1 !important;
}