@charset "utf-8";

/*====================================================================================
■Content
====================================================================================*/

#content {
	margin-bottom: 70px;
}


.scall {
    position:absolute;
    bottom:10px;
    right:10px;
    width:30px;
    height:30px;
	padding: 5px;
    background:rgba(0,0,0,0.5);
}
.scall img {
	position: relative !important;
    width:20px !important;
    height:20px !important;
}
@media screen and (max-width:736px) {
	#content {
		margin-bottom: 75px;
	}
}


/*====================================================================================
■Clumb
====================================================================================*/

#underconstruction {
    padding: 100px;
    text-align: center;
}
#crumb {
    line-height: 25px;
	margin-bottom: 30px;
}
#crumb ul {
    overflow: hidden;
}
#crumb ul li {
    float: left;
    font-size: 1.1rem;
}
#crumb ul li a {
    position: relative;
    margin-right: 2.5em;
}
#crumb ul li a::after {
    position: absolute;
    content: '';
    top: .3em;
    right: -1.5em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#crumb ul .home a {
    padding-left: 1.5em;
    background-size: 25%;
}


/*====================================================================================
■PageTitle
====================================================================================*/


#pageTitle {
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#pageTitle h2 {
	position: relative;
    font-size: 3.0rem;
	font-weight: normal;
	line-height: 160px;
	color: #fff;
	letter-spacing: 0.2em;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
/*#pageTitle h2 span {
    color: #b08829;
}*/

#pageTitle h2::before {
	position: absolute;
	content: '';
	display: block;
	bottom: 50%;
	left: 50%;
	width: 56px;
	height: 2px;
	margin-bottom: -1em;
	margin-left: -28px;
	background: #b08829;
}


@media screen and (max-width:736px) {
	#pageTitle {
		margin-bottom: 30px;
	}
    #pageTitle h2 {
        font-size: 2.0em;
        line-height: 1.5;
        padding: 20px 0;
    }
	#pageTitle h2::before {
		bottom: 10px;
		margin-bottom: 0;
	}
}

/*block title
**********************************************/

.bloc_ttl {
	position: relative;
	min-height: 2.4rem;
}
.bloc_ttl::before,
.bloc_ttl::after  {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #c9c9c9;
}
.bloc_ttl h3{
	position: absolute;
	display: inline-block;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	white-space: nowrap;
	margin: 0 auto;
	padding: 0 30px;
	text-align: center;
	font-size: 2.4rem;
	line-height: 1;
	font-weight: bold;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"
}

.bloc_ttl2 {
	text-align: center;
	padding-bottom: 20px;
}
.bloc_ttl2 h3{
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.34em;
}
.bloc_ttl2 h3::before{
	position: absolute;
	content: '';
	display: block;
	bottom: -20px;
	left: 50%;
	width: 56px;
	height: 1px;
	margin-left: -28px;
	background: #c6ab6c;
}

.content_bnr_bloc {
	position: relative;
	overflow: hidden;
	margin-bottom: 70px;
}
.content_bnr_bloc ul{
	position: relative;
	float: left;
	left: 50%;
}
.content_bnr_bloc ul li{
	position: relative;
	float: left;
	left: -50%;
	margin: 0 20px;
}
.btn_back {
	width: 542px;
	margin: 0 auto;
}
.btn_back a{
	position: relative;
	display: block;
	background: #383838;
	text-align: center;
	color: #fff;
	line-height: 67px;
}
.btn_back a::before,
.btn_back a::after {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
}
.btn_back a::before {
	left: 50%;
	margin-left: -11.5em;
	margin-top: -13px;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: contain;
	background-repeat: no-repeat;
}
.btn_back a::after {
	right: 16px;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.btn_product a::before {
/*	background-image: url(../products/images/ico_product.png);*/
}
.btn_gallery a::before {
/*	background-image: url(../projects/images/ico_gallery.png);*/
}
.btn_calendar a::before {
	background-image: url(../common_img/ico_calendar.png);
}

@media screen and (max-width:736px) {
	.bloc_ttl {
		line-height: 1.8rem;
	}
    .bloc_ttl h3 {
        font-size: 1.8em;
		padding: 0 15px;
		letter-spacing: 0;
    }
    .bloc_ttl2 h3 {
		letter-spacing: 0;
    }
	.page_products_detail .bloc01 .bloc_ttl2 {
		margin-bottom: 30px;
	}
	.content_bnr_bloc {
		padding: 0 5px;
	}
	.content_bnr_bloc ul li {
		width: 48%;
		margin: 0 1%;
	}
	.btn_back {
		width: auto;
		margin: 0 10px;
	}
	.btn_back a{
		padding: 10px 0;
		line-height: 1.5;
	}
	.btn_back a::before {
		left: 10px;
		margin-left: 0;
	}
}




/*ページネーション
**********************************************/

#pagenation {
    margin: 0 auto;
    text-align: center
}

#pagenation ul {
    position: relative;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0 0 3px;
    margin: 0 auto;
    overflow: hidden;
}

#pagenation ul li.prev {
    display: inline;
    float: left
}

#pagenation ul li.next {
    display: inline;
    float: right
}

#pagenation ul li a {
	position: relative;
    display: block;
	width: 166px;
	line-height: 40px;
    text-decoration: none;
    color: #b38c32;
	border: 1px solid #b38c32;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"
}

#pagenation ul li a::before  {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #b38c32;
	border-bottom: 1px solid #b38c32;
}
#pagenation ul li.prev a::before {
	left: 25px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#pagenation ul li.next a::before {
	right: 25px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#pagenation ul li a:hover {
    color: #fff;
	border: 1px solid #b38c32;
	background: #b38c32;
}
#pagenation ul li a:hover::before {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#pagenation .btn_back {
	position: relative;
	top: -30px;
}
#pagenation .btn_back a{
	width: 150px;
	margin: 0 auto;
    padding: 2px 15px;
}


@media screen and (max-width:736px) {
	#pagenation {
		padding: 0 10px;
	}
	#pagenation ul li a {
		width: 120px;
	}
}


/*====================================================================================
■links
====================================================================================*/

#links  {
	margin: 60px 0;
}
#links a {
    position: relative;
    display: block;
    width: 200px;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    background: #383838;
	border: 1px solid #fff;
    margin: auto;
}
#links a::before {
	right: 15px;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	position: absolute;
    content: '';
    display: block;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#links a:hover {
    color: #383838;
	border: 1px solid #383838;
	background: #fff;
}
#links .col-sm-3 {
	text-align: center;
}

@media screen and (max-width:736px) {
	#links {
		margin: 0;
	}
	#links a {
		width: 100%;
	}
}
/*====================================================================================
■Tab
====================================================================================*/
.tab_bloc {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.tab_bloc ul{
	position: relative;
	float: left;
	left: 50%;
}
.tab_bloc ul li{
	position: relative;
	float: left;
	left: -50%;
	margin: 0 37px;
}
.tab_bloc ul li a{
	position: relative;
	display: block;
	width: 260px;
	line-height: 48px;
	text-align: right;
	border:1px solid #eaeaea;
	padding: 0 22px;
	background: #eaeaea;
	color: #ababab;
}
.tab_bloc.tab_bloc_s ul li {
	margin: 0 10px 0;
}
.tab_bloc.tab_bloc_s ul li a{
	width: 220px;
}
/*
.tab_bloc ul li a::before{
	position: absolute;
	content: '';
	display: block;
	bottom: 5px;
	left: 50%;
	margin-left: -3px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #a38235;
	border-bottom: 1px solid #a38235;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}*/
.tab_bloc ul li.selected a{
	color: #383838;
	background: #fff;
	border:1px solid #383838;
}
.tab_bloc ul li a:hover{
	background: #383838;
	border:1px solid #383838;
	color: #fff;
}


@media screen and (max-width:736px)  {
	.tab_bloc {
		margin-bottom: 20px;
	}
	.tab_bloc ul li {
		margin: 0 1px;
	}
	.tab_bloc ul li a {
		width: 158px;
		padding: 0 5px;
		font-size: 1.2rem;
	}
}

.campaign_txt {
  text-align: center;
  margin-bottom: 30px;
}
.campaign_txt span{
  font-weight: 600;
}

.campaign_txt a {
  color: #0000ff;
  font-weight: 500;
}
.campaign_txt a:hover {
  text-decoration: underline;
}

@media screen and (max-width:736px)  {
  .campaign_txt {
    margin-bottom: 20px;
    padding: 0 2%;
  }
  .campaign_txt span{
    display: block;
  }

}
/*====================================================================================
■ListWrapper
====================================================================================*/
.list_wrapper {
	margin: 93px 0 160px;
}
.list_wrapper .item_box {
	position: relative;
	margin: 20px 20px 50px;
}
/*
.list_wrapper .item_box::before,
.list_wrapper .item_box::after {
	position: absolute;
	content: '';
	display: block;
	background: #cccccc;
}
.list_wrapper .item_box::before {
	top: 1%;
	right: 0;
	width: 1px;
	height: 98%;
}
.list_wrapper .colum:nth-child(3n) .item_box::before{
	display: none;
}
.list_wrapper .item_box::after {
	bottom: 0;
	left: 1%;
	width: 98%;
	height: 1px;
}
*/
.list_wrapper .item_box a {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.list_wrapper .item_box a:hover {
	background: rgba(255,255,255,0.20);
}
.list_wrapper .item_box .photo{
	height: 187px;
	text-align: center;
	margin-bottom: 18px;
}
.list_wrapper .item_box .photo img{
	max-height: 100%;
}
.list_wrapper .item_box .item_ttl{
	position: relative;
	margin-bottom: 18px;
	font-size: 1.5rem;
	color: #383838;
}
.list_wrapper .item_box .item_ttl::before{
	position: absolute;
	content: '';
	display: block;
	bottom: -10px;
	left: 0;
	width: 30px;
	height: 1px;
	background: #000000;
}
/*
.list_wrapper .item_box .icons{
	position: absolute;
	bottom: 20px;
}
*/


@media screen and (max-width:736px) {
	.list_wrapper {
		margin: 0 0 30px;
	}
	.list_wrapper .item_box::before {
		display: none;
	}
}
/*====================================================================================
■about
====================================================================================*/
.page_about #pageTitle{
	background-image: url(../about/images/bg_ttl.png);
}
.page_about #pageTitle h2{
	color: #383838;
}
.page_about .bloc01 {
	margin-bottom: 120px;
}
.page_about .bloc01 .row {
	margin: 0 -5px;
}
.page_about .bloc01 .inner {
	position: relative;
	height: 244px;
	margin:0 5px 14px;
}
.page_about .bloc01 .inner .comment{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 103%;
}
.page_about .bloc01 .inner .comment p{
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    padding: 30px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.7);
}
.page_about .bloc01 .s01 .comment {
	background: url(../about/images/photo_01_on.png) no-repeat;
	background-size: cover;
}
.page_about .bloc01 .s02 .comment {
	background: url(../about/images/photo_02_on.png) no-repeat;
	background-size: cover;
}
.page_about .bloc01 .s03 .comment {
	background: url(../about/images/photo_03_on.png) no-repeat;
	background-size: cover;
}
.page_about .bloc01 .s04 .comment {
	background: url(../about/images/photo_04_on.png) no-repeat;
	background-size: cover;
}
/*
.page_about .bloc01 .s01 .comment::after,
.page_about .bloc01 .s02 .comment::after,
.page_about .bloc01 .s03 .comment::after,
.page_about .bloc01 .s04 .comment::after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.page_about .bloc01 .s01 .comment::after {
	background: url(../about/images/photo_01.png) no-repeat;
	background-size: cover;
}
.page_about .bloc01 .s01 .comment:hover:after,
.page_about .bloc01 .s02 .comment:hover:after,
.page_about .bloc01 .s03 .comment:hover:after,
.page_about .bloc01 .s04 .comment:hover:after {
	display: none;
}
.page_about .bloc01 .s01 .comment::after {
	background: url(../about/images/photo_01.png) no-repeat;
	background-size: cover;
}
.page_about .bloc01 .s02 .comment::after {
	background: url(../about/images/photo_02.png) no-repeat;
	background-size: cover;
}
.page_about .bloc01 .s03 .comment::after {
	background: url(../about/images/photo_03.png) no-repeat;
	background-size: cover;
}
.page_about .bloc01 .s04 .comment::after {
	background: url(../about/images/photo_04.png) no-repeat;
	background-size: cover;
}
*/
.page_about .bloc02 {
	background: url(../about/images/bg_02.png) no-repeat;
	margin-bottom: 144px;
}
.page_about .bloc02 .comment {
    margin: 60px 0;
    background: rgba(255, 255, 255, 0.7);
    padding: 95px;
    text-align: center;
}
.page_about .bloc02 .comment p {
	    line-height: 2;
	    margin-top: 30px;
}
.page_about .bloc03 {
	position: relative;
	z-index: 1;
    height: 476px;
}
.page_about .bloc03::before {
	position: absolute;
	content: '';
	display: block;
	z-index: -1;
	top: 0;
	right: 50%;
	width: 100%;
    height: 476px;
    background: url(../about/images/bg_03.png) no-repeat;
    background-size: cover;
}
.page_about .bloc03 .inner{
	position: relative;
    height: 476px;
}
.page_about .bloc03 h3 {
	line-height: 1.5;
}
.page_about .bloc03 .comment{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	text-align: center;
}
.page_about .bloc03 .comment p {
	    line-height: 2;
	    margin-top: 20px;
}
@media screen and (max-width:736px) {
	.page_about .bloc01 .inner{
		height: auto;
	}
	.page_about .bloc01 .s01 .inner a{
		pointer-events: none;
	}

	/*
	.page_about .bloc01 .s01 .inner,
	.page_about .bloc01 .s02 .inner,
	.page_about .bloc01 .s03 .inner,
	.page_about .bloc01 .s04 .inner {
		padding-top: 75px;
	    padding-bottom: 30px;
	}
	.page_about .bloc01 .s01 .comment::after,
	.page_about .bloc01 .s02 .comment::after,
	.page_about .bloc01 .s03 .comment::after,
	.page_about .bloc01 .s04 .comment::after {
		background-position: 50%;
		background-size: 100%;
		top:0px;
		height: 60px;
	}
	.page_about .bloc01 .s01 .comment:hover:after,
	.page_about .bloc01 .s02 .comment:hover:after,
	.page_about .bloc01 .s03 .comment:hover:after,
	.page_about .bloc01 .s04 .comment:hover:after {
		display: block !important;
	}
	.page_about .bloc01 .comment p {
		display: none;
	}*/

	.page_about .bloc02{
    	background-size: auto 100%;
		background-position: 30% center;
	}
	.page_about .bloc02 .comment {
	    padding: 30px 10px;
		margin: 15px;
	}
	.page_about .bloc01,
	.page_about .bloc02 {
		margin-bottom: 40px;
	}
	.page_about .bloc03::before {
		display: none;
	}
	.page_about .bloc03 .comment {
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0,0);
	}
}

/*====================================================================================
■showroom
====================================================================================*/
.page_showroom #pageTitle{
	background-image: url(../showroom/images/bg_ttl.png);
}
.page_showroom .bloc01{
	background-image: url(../showroom/images/bg_01.png);
}
.page_showroom .bloc03{
	background-image: url(../showroom/images/bg_02.png);
}
.page_showroom .bloc01,
.page_showroom .bloc03{
	background-position: center;
	height: 530px;
	color: #fff;
	padding-top: 95px;
	margin-bottom: 70px;
}
.page_showroom .bloc_ttl2 h3 {
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 60px;
}
.page_showroom .bloc_ttl2 h3::before {
	content: none;
}
.page_showroom .comment p {
	line-height: 2;
}

.page_showroom .bloc02 .s01,
.page_showroom .bloc02 .s02,
.page_showroom .bloc04 .s01,
.page_showroom .bloc04 .s02  {
	height: 200px;
}
.page_showroom .bloc02 .col-xs-12.col-sm-6,
.page_showroom .bloc04 .col-xs-12.col-sm-6{
	padding: 10px;
}

.page_showroom table {
	width: 100%;
	margin: 60px 0;
}
.page_showroom tr {
    border-bottom: 1px solid #ccc;
    /* padding: 200px; */
}

.page_showroom table th {
	text-align: left;
	font-weight: bold;
}
.page_showroom table th,
.page_showroom table td {
	padding: 20px;
}
.page_showroom a.r_btn {
	margin: 60px auto;
    position: relative;
    display: block;
    width: 542px;
    padding: 20px;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    background: #383838;
	border: 1px solid #fff;
	text-align: center;
}
.page_showroom a.r_btn::before {
	right: 25px;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	position: absolute;
    content: '';
    display: block;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.page_showroom a.r_btn:hover {
    color: #383838;
	border: 1px solid #383838;
	background: #fff;
}

.page_showroom #map1,
.page_showroom #map2 {
	width: 100%;
	height: 400px;
}
@media only screen and (max-width:736px){
	.page_showroom .bloc01,
	.page_showroom .bloc03 {
		padding: 30px 10px;
		margin-bottom: 10px;
	}
	.page_showroom .bloc_ttl2 h3 {
	    margin-bottom: 0;
	    font-size: 1.8rem;
	}
	.page_showroom .bloc01 p,
	.page_showroom .bloc03 p {
		line-height: 1.5;
	}
	.page_showroom table thead{
		display: none;
	}
	.page_showroom table tbody{
		display: block;
	}
	.page_showroom table tbody tr{
		display: block;
		margin-bottom: 1.5em;
	}
	.page_showroom table tbody th,
	.page_showroom table tbody td{
		display: list-item;
		border: none;
		list-style-type: none;
		padding: 10px;
	}
	.page_showroom table tbody th{
		text-align: left;
		border-bottom: 1px solid #ccc;
	}
	.page_showroom table tbody td{
		margin-left: 20px;
	}
	.page_showroom table { padding: 0;
	}
	.page_showroom a.r_btn {
		width: 100%;
	}
}
/*====================================================================================
■features
====================================================================================*/
.page_features #pageTitle {
	background-image: url(../features/images/bg_ttl.png);
}

.page_features .col-xs-12.col-sm-6 {
	padding: 60px 20px;
}
.page_features .bloc01 {
	background-image: url(../features/images/bg_01.png);
	background-position: center center;
	height: 520px;
	margin: 60px 0 120px;
}
.page_features .bloc01 .comment {
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    width: 800px;
    height: 266px;
    margin-top: 200px;
    padding: 60px 30px;
}
.page_features .bloc01 h4 {
	font-size: 2.4rem;
}
.page_features .bloc01 .bloc_ttl2 h4::before {
	background: #b08829;
}
.page_features .bloc02,
.page_features .bloc03,
.page_features .bloc04 {
	margin-bottom: 120px;
}
.page_features .bloc_ttl2 {
	text-align: left;
}
.page_features .bloc_ttl2 h4 {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.1em;
    display: inline-block;
}
.page_features .bloc_ttl2 h4::before {
    position: absolute;
    content: '';
    display: block;
    bottom: -20px;
    left: 0;
    width: 36px;
    height: 1px;
    background: #383838;
}
.page_features p {
	line-height: 2;
}

.page_features table {
	width: 100%;
}
.page_features table td,
.page_features table th {
	border: 1px solid #ccc;
	padding: 10px;
}

.page_features table th {
	text-align: left;
	font-weight: bold;
	width: 240px;
}

.page_features .bloc_ttl2{
	margin-bottom: 20px;
}
.page_features .bloc04 .bloc_ttl2{
	margin-top: 30px;
	text-align: center;
}
.page_features .bloc04 .bloc_ttl2 h4::before {
	left: 50%;
    width: 36px;
    /* height: 1px; */
    margin-left: -16px;
}
.page_features .bloc04 table{
	margin-bottom: 20px;
}
.page_features #waterlight,
.page_features #option {
	margin-top: -86px;
	padding-top: 86px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube_ban {
  margin: 5% 0;
}
@media screen and (max-width:736px) {
	.page_features .bloc01 {
		height: auto;
		margin-bottom: 30px;
		background-position: 40% top;
		background-size: auto 100%;
	}
	.page_features .bloc01 h4 {
	    font-size: 1.5rem;
	    text-align: left;
	}
	.page_features .bloc01 .comment {
		margin: 150px 10px 50px;
		width: auto;
		height: auto;
	    padding: 20px 15px;
	}
	.page_features table th {
	    width: 90px;
	}
	.page_features .bloc02 .col-xs-12.col-sm-6, .page_features .bloc03 .col-xs-12.col-sm-6 {
	    padding: 20px;
	}
	.page_features .bloc04 .col-xs-12.col-sm-6 {
		padding: 20px 40px;
	}
}
/*====================================================================================
■system_bath
====================================================================================*/
.page_system_bath #pageTitle{
	background-image: url(../system_bath/images/bg_ttl.png);
}

.page_system_bath  a{
	color: #23419F;
	text-decoration: underline;
}
.page_system_bath  a:hover{
	color: #b08829;
	text-decoration: underline;
}
.page_system_bath .bloc01,
.page_system_bath .bloc02,
.page_system_bath .bloc03,
.page_system_bath .bloc04 {
	margin-bottom: 40px;
}
.page_system_bath .bloc05 {
	margin-bottom: 100px;
}
.page_system_bath .bloc06 {
	margin-bottom: 120px;
}
.page_system_bath .bloc06 .container{
	width: 100%;
}
.page_system_bath .bloc06 .container ul.bloc06_L {
	float: left;
	margin-right: 1%;
	width: 59.5%;
}
.page_system_bath .bloc06 .container ul.bloc06_L li {
	position: relative;
}
.page_system_bath .bloc06 .container ul.bloc06_L li p{
	position: absolute;
	left: 5%;
	bottom: 5%;
	color: #fff;
}
.page_system_bath .bloc06 .container ul.bloc06_L li span{
	font-weight: bold;
}
.page_system_bath .bloc06 .container ul.bloc06_R {
	float: right;
	width: 39.5%;
}
.page_system_bath .bloc06 .container ul.bloc06_R li {
	position: relative;
}
.page_system_bath .bloc06 .container ul.bloc06_R li p{
	position: absolute;
	color: #fff;
	left:5%;
	top: 5%;
}
.page_system_bath .bloc06 .container ul.bloc06_R li p span{
	font-weight: bold;
}
.page_system_bath .bloc06 .container ul.bloc06_R li p.t1{
	position: absolute;
	left: 89%;
	top: 22%;
}
.page_system_bath .bloc06 .container ul.bloc06_R li p.t2{
	position: absolute;
	left: 89%;
	top: 57%;
}
.page_system_bath .bloc06 .container ul.bloc06_R li p.t3{
	position: absolute;
	left: 89%;
	top: 88%;
}

.page_system_bath .bloc06 .container ul.bloc06_R li{
	margin-bottom: 2.7%;
}
.page_system_bath .bloc06 .container ul.bloc06_R li:last-child{
	margin-bottom: 0;
}

.page_system_bath .bloc01{
	background-image: url(../system_bath/images/bg_01.png);
	background-position: center;
	height: 530px;
}
.page_system_bath .bloc02 .comment,
.page_system_bath .bloc04 .comment{
	padding: 60px 30px;
}
.page_system_bath .bloc03{
	background-image: url(../system_bath/images/bg_02.png);
	background-position: center;
	height: 530px;
}
.page_system_bath .bloc_ttl2 h3 {
    font-size: 1.5rem;
    margin-bottom: 30px;
    letter-spacing: 0;
}
.page_system_bath .bloc_ttl2 h3::before {
	background: #383838;
}
.page_system_bath .col-sm-7 {
	padding: 0 27px 0 0;
}
@media screen and (max-width:736px) {
	.page_system_bath .bloc01,
	.page_system_bath .bloc03 {
		height: 0;
		padding-top: 50%;
		background-size: auto 100%;
		background-position: 60% center;
		margin-bottom: 20px;
	}
	.page_system_bath .bloc02 .comment, .page_system_bath .bloc04 .comment {
	    padding: 0 20px 30px;
	}
	.page_system_bath .bloc_ttl2 {
		margin-bottom: 0;
	}
	.page_system_bath .col-sm-7 {
		padding: 0;
	}
	.page_system_bath .bloc05 .photo {
		margin-bottom: 15px;
		width: 100%;
	}
	.page_system_bath .bloc05 .photo img {
		width: 100%;
	}
	.page_system_bath .bloc06 .container ul.bloc06_L {
		float: none;
		margin-right: 0;
		margin-bottom: 3%;
		width: 100%;
	}
	.page_system_bath .bloc06 .container ul.bloc06_L li p{
		position: static;
		margin-top: 3%;
		padding: 0 20px 30px;
		color: #333;
	}
	.page_system_bath .bloc06 .container ul.bloc06_R {
		float: none;
		width: 100%;
	}
	.page_system_bath .bloc06 .container ul.bloc06_R li{
		margin-bottom:30px;
	}
}

/*====================================================================================
■06Products
====================================================================================*/

.page_products #pageTitle{
	background-image: url(../products/images/bg_ttl.png);
}
.page_products .search_bloc {
	background: #f9f9f9;
	padding: 30px 0;
}
.page_products .anchor {
	overflow: hidden;
	margin-bottom: 56px;
}
.page_products .anchor dl {
	overflow: hidden;
	float: right;

}
.page_products .anchor dl dt{
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 16px;
	margin-left: 50px;
	line-height: 30px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #000;
	border: 1px solid #000;
}
/*
.page_products .anchor dl dt:nth-child(1){
	background: #75a0a5;
}
.page_products .anchor dl dt:nth-child(3){
	background: #a3907c;
}
.page_products .anchor dl dt:nth-child(5){
	background: #af8c90;
}
.page_products .anchor dl dt:nth-child(7){
	background: #9a8ab2;
}
.page_products .anchor dl dt:nth-child(9){
	background: #829f78;
}
*/
.page_products .anchor dl dd{
	float: left;
	line-height: 30px;
	font-size: 1.5rem;
	color: #383838;
}
.page_products #tab {
	width: 100%;
}
.page_products #tab li{
	float: left;
	width: 260px;
	margin-right: 10px;
}
.page_products #tab li:last-child{
	border-right: 1px solid #fff;
}
.page_products #tab li a {
	display: block;
	text-decoration: none;
	color: #ababab;
	background: #eaeaea;
	line-height: 58px;
	border: 1px solid #fff;
	text-align: right;
	padding: 0 22px;
}
.page_products #tab li a:hover {
	background: #fff;
}
.page_products #tab li.active,
.page_products #tab li.active a,
.page_products #tab li.active a:hover {
	background: #fff;
	color: #383838;
}
.page_products #tab_content {
	clear: both;
	overflow: hidden;
	width: 100%;
	background: #fff;
}
.page_products .tabbox {
	display: none;
	position: relative;
	height: 202px;
}
.page_products .design_wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 584px;
	margin: 0 auto;
}
.page_products .design_wrapper ul{
	display: table;
	table-layout: fixed;
	width: 100%;
}
.page_products .design_wrapper li{
	position: relative;
	display: table-cell;
	text-align: center;
	padding-bottom: 1.5em;
}
.page_products .design_wrapper li button{
	position: relative;
	text-align: center;
}
.page_products .design_wrapper li img{
	vertical-align: middle;
}
.page_products .design_wrapper li img:hover {
	opacity: 0.7;
}
.page_products .design_wrapper li span{
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	text-align: center;
	vertical-align: bottom;
}
.page_products .design_wrapper li a{
	text-decoration: underline;
}


.page_products .size_wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 530px;
	margin: 0 auto;
	overflow: hidden;
}
.page_products .size_wrapper ul{
	position: relative;
	float: left;
	left: 50%;
}
.page_products .size_wrapper li{
	position: relative;
	float: left;
	left: -50%;
	text-align: center;
	width: 166px;
	margin: 0 5px 5px;
}
.page_products .size_wrapper li{
	position: relative;
	float: left;
	left: -50%;
	text-align: center;
	width: 166px;
	margin: 0 5px 5px;
}
.page_products .size_wrapper li button{
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #383838;
	color: #383838;
}
.page_products .size_wrapper li button.active{
	background: #dadada;
	border: 1px solid #dadada;
	color: #fff;
}


.page_products .number_wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 428px;
	margin: 0 auto;
	overflow: hidden;
}
.page_products .number_wrapper .selectbox {
	float: left;
	width: 249px;
}
.page_products .number_wrapper .selectbox select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	width: 100%;
	height: 50px;
	padding: 0  12px;
	border: 1px solid #d6d7dc;
	border-radius: 0;
	background: #fff;
}
.page_products .number_wrapper .selectbox label{
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
}
.page_products .number_wrapper .selectbox label::before,
.page_products .number_wrapper .selectbox label::after {
	position: absolute;
	content: '';
	display: block;
	pointer-events: none;
}
.page_products .number_wrapper .selectbox label::before {
	z-index: 2;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	border-left: 1px solid #d6d7dc;
}
.page_products .number_wrapper .selectbox label::after {
	z-index: 3;
	top: 50%;
	right: 18px;
	width: 10px;
	height: 10px;
	margin-top: -6px;
	border-right: 1px solid #bd9b4b;
	border-bottom: 1px solid #bd9b4b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.page_products .number_wrapper .btn_search {
	float: right;
	width: 160px;
}
.page_products .number_wrapper .btn_search button {
	position: relative;
	background: #383838;
	width: 100%;
	height: 50px;
	color: #fff;
}
.page_products .number_wrapper .btn_search button::before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 16px;
	margin-top: -9px;
	width: 16px;
	height: 16px;
	background-image: url(../products/images/ico_search.png);
	background-repeat: no-repeat;
}

.page_products .list_wrapper .colum:nth-child(3n) .item_box::before{
	display: block;
}
.page_products .list_wrapper .colum:nth-child(3n+1) .item_box::before{
	display: none;
}
.icons li{
	float: left;
	width: 30px;
	line-height: 30px;
	margin-right: 5px;
	text-align: center;
	font-weight: bold;
	color: #000;
	border: 1px solid #000;
}
/*
.icons li.ico_normal{
	background: #75a0a5;
}
.icons li.ico_jet{
	background: #a3907c;
}
.icons li.ico_bablo{
	background: #af8c90;
}
.icons li.ico_light{
	background: #9a8ab2;
}
.icons li.ico_micro{
	background: #829f78;
}*/
.icons li.ico_lens{
	background: #383838;
	width: 60px;
	line-height: 24px;
	margin: 3px 0;
	color: #fff;
}



@media screen and (max-width:736px) {
	.page_products .anchor {
		margin: 30px 0;
	}
    .page_products .anchor dl{
		float: none;
		padding: 0 10px;
    }
	.page_products .anchor dl dt {
		margin-left: 0;
		margin-right: 5px;
	}
	.page_products .anchor dl dd {
		margin-bottom: 10px;
		min-width: 7em;
		max-width:100%;
	}
	.page_products .anchor dl dd:nth-child(4n) {
		float: none;
	}
	.page_products #tab li {
		width: 30%;
	}
	.page_products #tab li a {
		line-height: 1.5;
		padding: 10px;
	}
	.page_products .tabbox {
		height: 140px;
	}
	.page_products .design_wrapper {
		width: 100%;
		padding: 0 10px;
	}
	.page_products .size_wrapper {
		width: 100%;
		padding: 0 10px;
	}
	.page_products .size_wrapper li {
		width: auto;
	}
	.page_products .size_wrapper li button {
		padding: 0 5px;
	}
	.page_products .number_wrapper .selectbox {
		float: none;
		margin: 0 auto 10px;
	}
	.page_products .number_wrapper .btn_search {
		float: none;
		margin: 0 auto;
	}
	.page_products .list_wrapper .colum:nth-child(3n) .item_box::before {
		display: none;
	}
}


/*====================================================================================
■06Products_detail
====================================================================================*/

.page_products_detail #pageTitle{
	background-image: url(../products/images/bg_ttl.png);
}
.page_products_detail .bloc01 .bloc_ttl2{
	margin-bottom: 58px;
}
.page_products_detail .photo_wrapper{
	position: relative;
	margin: 0 -17px 47px;
	font-size: 0;
}
.page_products_detail .photo_wrapper .photo{
	display: inline-block;
	margin: 0 17px;
	font-size: 1.4rem;
	border: 1px solid #fff;
	text-align: center;
}
.page_products_detail .photo_wrapper .photo img{
	vertical-align: middle;
}
.page_products_detail .photo_wrapper .photo_l{
	width: 500px;
}
.page_products_detail .photo_wrapper .photo_s{
	position: absolute;
	bottom: 0;
	width: 425px;
	height: 210px;
}
.page_products_detail .photo_wrapper .photo_s img{
	width: auto;
	height: auto;
	max-width: 415px;
	max-height: 300px;
	vertical-align: middle;
}
.page_products_detail .photo_wrapper .photo a {
	display: block;
    position: relative;
}

.page_products_detail .bloc01 {
	padding-top: 35px;
	margin-bottom: 90px;
}
.page_products_detail .comment {
	line-height: 1.6;
}
.page_products_detail .gallery {
	background: #fbfbfb;
	padding: 40px 0 70px;
}
.page_products_detail .gallery .bloc_ttl2 {
	margin-bottom: 25px;
}
.page_products_detail .gallery .frame{
	border-top: 1px solid #314657;
	border-bottom: 1px solid #314657;
	padding: 30px 0 65px;
}
.page_products_detail .gallery .row{
	margin: 0 -15px;
}


.page_products_detail .gallery .photo{
	margin: 0 15px;
	text-align: center;
}
.page_products_detail .gallery .photo .caption{
	margin-top: 10px;
	text-align: left;
	font-weight: bold;
}

.page_products_detail .bloc02{
	padding-top: 100px;
}
.page_products_detail .bloc02 .bloc_ttl2{
	margin-bottom: 30px;
}
.page_products_detail .bloc02 .row{
	margin: 0 -30px;
}
.page_products_detail .bloc02 .outer {
	margin: 0 30px;
}
.page_products_detail .bloc02 table{
	font-size: 1.5rem;
	margin-bottom: 70px;
	width: 100%;
}
.page_products_detail .bloc02 th{
	width: 230px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	padding: 13px 0;
	vertical-align: middle;
}
.page_products_detail .bloc02 td{
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	padding: 13px 0;
	min-width: 130px;
}
.page_products_detail .bloc02 th p{
	float: left;
	font-weight: bold;
	line-height: 30px;
	min-width: 5em;
	margin-right: 15px;
}
.page_products_detail .bloc02 td p{
	float: left;
	line-height: 30px;
	margin-right: 5px;
}
.page_products_detail .bloc02 .spec td li{
	float: left;
	list-style: outside disc;
	margin-left: 1.5em;
	margin-right: 30px;
}
.page_products_detail .bloc02 td li.ico_bablo {
    list-style: none;
}
.page_products_detail .bloc02 td strong{
	font-weight: bold;
}
.page_products_detail .icons {
	float: left;
}
.page_products_detail .icons ul{
	overflow: hidden;
}


@media screen and (max-width:736px)  {
	.page_products_detail .bloc01 {
		margin-bottom: 60px;
	}
	.page_products_detail .photo_wrapper {
		margin: 0 16px 30px;
	}
	.page_products_detail .photo_wrapper .photo {
		display: block;
		margin: 0;
	}
	.page_products_detail .photo_wrapper .photo_l {
		width: 100%;
	}
	.page_products_detail .photo_wrapper .photo_s {
		position: relative;
		width: 100%;
		margin: 15px auto;
	}
	.page_products_detail .gallery {
		padding: 16px;
	}
	.page_products_detail .gallery .row {
		margin: 0;
	}
	.page_products_detail .gallery .photo {
		margin: 30px 0 0;
	}
	.page_products_detail .comment {
		margin: 0 16px;
	}
	.page_products_detail .bloc02 {
		padding-top: 30px;
	}

	.page_products_detail .bloc02 table,
	.page_products_detail .bloc02 tbody,
	.page_products_detail .bloc02 tr,
	.page_products_detail .bloc02 th,
	.page_products_detail .bloc02 td {
		display: block;
		width: 100%;
		overflow: hidden;
	}
	.page_products_detail .bloc02 table {
		margin-bottom: 30px;
	}
	.page_products_detail .bloc02 th {
		text-align: center;
		padding: 5px;
		border-bottom: 1px dotted #ccc;
		background: #f4f4f4;
	}
	.page_products_detail .bloc02 td {
		padding: 5px 16px;
	}
	.page_products_detail .photo_wrapper .photo_s img {
		max-width: 100%;
	}
}



/*====================================================================================
■07Gallery
====================================================================================*/

.page_gallery_lsit #pageTitle{
	background-image: url(../projects/images/bg_ttl.png);
}
.page_gallery_lsit #pageTitle h2{
	color: #1a1a1a;
}
/* .page_gallery_lsit #pageTitle h2:first-letter{
	color: #b08829;
} */
/* .page_gallery_lsit #pageTitle h2::before {
	content: ;
} */
/*====================================================================================
■07Gallery_detail
====================================================================================*/

.page_gallery_detail #pageTitle{
	background-image: url(../projects/images/bg_ttl.png);
}
.page_gallery_detail #pageTitle h2{
	color: #1a1a1a;
}
.page_gallery_detail #pageTitle h2:first-letter{
	/*color: #b08829;*/
}
.page_gallery_detail #pageTitle h2::before {
}
.page_gallery_detail .bloc01 .bloc_ttl2{
	margin-bottom: 58px;
}

.page_gallery_detail .photos {
	padding-bottom: 60px;
}
.page_gallery_detail .photos .photo {
  position: relative;
  float: left;
  width: 700px;
  height: 440px;
  text-align: center;
  box-sizing: content-box;
	/*background: #f4f4f4;*/
}
.page_gallery_detail .photos .photo img {
  width: auto;
  height: auto;
  max-width: 700px;
  max-height: 440px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page_gallery_detail .photos .thumb {
  float: right;
  width: 227px;
  box-sizing: content-box;
}
.page_gallery_detail .photos .thumb ul {
  overflow: hidden;
}
.page_gallery_detail .photos .thumb li {
  width: 227px;
  height: 142px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 6px;
	/*background: #f4f4f4;*/
}
.page_gallery_detail .photos .thumb li:nth-child(3n) {
  margin-bottom: 0;
}
.page_gallery_detail .photos .thumb li:nth-child(n+4) {
  margin-bottom: 0;
}
.page_gallery_detail .photos .thumb li img {
  width: auto;
  height: auto;
  max-width: 227px;
  max-height: 142px;
	cursor: pointer;
}
.page_gallery_detail .photo_wrapper{
	position: relative;
	margin: 0 -10px;
	padding: 54px 0 0;
	font-size: 0;
	border-top: 1px solid #ccc;
}
.page_gallery_detail .photo_wrapper .photo{
	display: inline-block;
	margin: 0 10px;
	font-size: 1.4rem;
}
.page_gallery_detail .photo_wrapper .photo img{
	vertical-align: bottom;
}
.page_gallery_detail .photo_wrapper .photo_l{
	width: 400px;
}
.page_gallery_detail .photo_wrapper .photo_s{
	position: absolute;
	bottom: 0;
	width: 227px;
	height: 142px;
	text-align: center;
	background: #f6f6f6;
}
.page_gallery_detail .photo_wrapper .photo_s img{
	width: auto;
	height: auto;
	max-width: 227px;
	max-height: 142px;
}
.page_gallery_detail .photo_wrapper .photo a {
	display: block;
    position: relative;
}

.page_gallery_detail .bloc02{
	margin-top: 30px;
	margin-bottom: 70px;
}
.page_gallery_detail .bloc02 .row{
	margin: 0 -30px;
}
.page_gallery_detail .bloc02 .outer {
	margin: 0 30px;
}
.page_gallery_detail .bloc02 table{
	font-size: 1.5rem;
	width: 100%;
}
.page_gallery_detail .bloc02 th{
	width: 158px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	padding: 13px 0;
}
.page_gallery_detail .bloc02 td{
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	padding: 13px 0;
	min-width: 150px;
}
.page_gallery_detail .bloc02 td a {
    background: #383838;
    color: #fff;
    padding: 10px;
    margin-left: 10px;
}
.page_gallery_detail .bloc02 th p{
	float: left;
	font-weight: bold;
	line-height: 30px;
	min-width: 5em;
	margin-right: 15px;
}
.page_gallery_detail .bloc02 td p{
	float: left;
	line-height: 30px;
	margin-right: 5px;
}
.page_gallery_detail .bloc02 .comment{
	margin-top: 30px;
}
.page_gallery_detail .bloc02 .comment p{
	margin-bottom: 1em;
}
.page_gallery_detail #pagenation {
	margin-bottom: 60px !important;
}
#swipebox-slider .slide img {
    width: 800px !important;
}

@media screen and (max-width:736px) {
	.page_gallery_detail .bloc01 .bloc_ttl2 {
		margin-bottom: 30px;
	}
	.page_gallery_detail .photos {
		padding-bottom: 30px;
	}
	.page_gallery_detail .photos .photo {
		float: none;
		width: auto;
		height: auto;
		margin: 0 16px 15px;
	}
	.page_gallery_detail .photos .photo img {
		max-width: 100%;
		max-height: 100%;
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0,0);
	}
	.page_gallery_detail .photos .thumb {
		float: none;
		width: auto;
		display: table;
		table-layout: fixed;
		width: 100%;
		padding: 5px;
	}
	.page_gallery_detail .photos .thumb li{
		display: table-cell;
		width: auto;
		height: auto;
		margin: 0;
		padding: 5px;
	}
	.page_gallery_detail .photos .thumb li img {
		max-width: 100%;
		max-height: 60px;
		vertical-align: middle;
	}
	.page_gallery_detail .photo_wrapper {
		margin: 0 16px 15px;
		padding: 30px 0 0;
	}
	.page_gallery_detail .photo_wrapper .photo {
		margin: 0;
	}
	.page_gallery_detail .photo_wrapper .photo_l {
		width: auto;
		margin-bottom: 15px;
	}
	.page_gallery_detail .photo_wrapper .photo_s {
		width: 75%;
	}
	.page_gallery_detail .bloc02 {
		margin-top: 0;
		padding: 0 16px;
	}
	.page_gallery_detail .bloc02 th {
		width: 30%;
	}
}
/*====================================================================================
■Interview
====================================================================================*/

#pageTitle.page_interview {
	background-image: url(../interview/images/bg_ttl.png);
}
#pageTitle.page_interview h2{
	color: #fff;
}
#pageTitle.page_interview h2 span {
    color: #b08829;
}

/*====================================================================================
■NEWS
====================================================================================*/

.page_news #pageTitle{
	/*background-image: url(../information/images/bg_ttl.png);*/
	background: #000;
}
.page_news #pageTitle h2 {
	/*color: #383838;*/
}
.page_news #pageTitle h2::before {
}
.page_news .bloc {
	overflow: hidden;
	margin-bottom: 60px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.page_news .tit {
	margin-bottom: 30px;
	padding-bottom: 13px;
    position: relative;
}

.page_news .tit dl {
	overflow: hidden;
    font-weight: bold;
	line-height: 30px;
	margin-bottom: 20px;
}

.page_news .tit dt {
	float: left;
	color: #a68434;
	margin-right: 30px;
}

.page_news .tit dd {
	display: inline-block;
	color: #000;
	border: 1px solid #000;
	padding: 0 30px;
}
.page_news .tit .news {
	background: #fff;
}
.page_news .tit .magazine {
	background: #fff;
}
.page_news .tit h3 {
	position: relative;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.8;
}
.page_news .tit h3::before {
	position: absolute;
	content: '';
	display: block;
	bottom: -13px;
	left: 0;
	width: 30px;
	height: 1px;
	background: #000000;
}

.page_news .inner {
    box-sizing: border-box;
	overflow: hidden;
}

.page_news .photo {
    position: relative;
    float: right;
    width: 320px;
    margin-left: 30px
}

.page_news .comment {
	line-height: 1.8;
}

.page_news #pagenation {
    padding: 10px;
}

.page_news .btn_campaign a {
    display: block;
    padding: 3px 0;
    text-decoration: none;
    background: #0099ff;
    color: #fff;
    font-size: 1.8rem;
    line-height: 42px;
    ;
    border-radius: 5px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
}

@media screen and (max-width:736px) {
	.page_news .bloc {
		margin: 0 16px 15px;
	}
    .page_news .tit dl {
        font-size: 1.4rem;
    }
    .page_news .tit dt {
		margin-right: 15px;
    }
    .page_news .tit dd {
    }
    .page_news .photo {
        float: none;
        width: 100%;
        display: block;
        margin-left: 0;
        margin-bottom: 10px
    }
    .page_news .photo img {}
}

/*====================================================================================
■Q&A
====================================================================================*/
.page_qa #pageTitle{
	/*background-image: url(../company/images/bg_ttl.png);
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
	background: #2a2a2a;
}
.page_qa #pageTitle h2 {
	color: #fff;
}
.page_qa .accordionbox .accordionlist a{
	color: #23419F;
	text-decoration: underline;
}
.page_qa .accordionbox .accordionlist a:hover{
	color: #b08829;
	text-decoration: underline;
}
.page_qa .page-top {
    background: #383838;
    display: inline-block;
    margin: 40px 0;
    padding: 10px;
    color: #fff;
    float: right;
    width: 200px;
    text-align: center;
    position: relative;
    padding-left: 30px;
}
.page_qa .page-top a{
	color: #fff;
}
.page_qa .answer {
    padding-left: 66px;
}
.page_qa table th,
.page_qa table td {
    border: 1px solid #ccc;
    background: #fff;
    padding: 20px 40px;
}
.page_qa table th {
	font-weight: bold;
	padding: 10px;
	white-space: nowrap;
}
.page_qa .page-top::before {
	position: absolute;
    content: '';
    display: block;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #b38c32;
    border-bottom: 1px solid #b38c32;
    left: 40px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-135deg);
}
.page_qa .bloc01 {
	margin-bottom: 40px;
}
.page_qa .note {
    color: #979797;
    font-size: 12px;
}
.page_qa .accordionlist dt{
    display:block;
    background: #fff;
    padding: 5px 0 10px 5px;
    border-top: 1px solid #DFDFDF;
}
.page_qa .accordionlist dt:first-child{
    border-top: none !important;
}
.page_qa .accordionlist dt .title{
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
    height: 50px;
}
.page_qa .accordionlist dt .title p{
	line-height: 40px;
	cursor: pointer;
}
.page_qa .accordionlist dd{
    display:none;
	background: #f9f9f9;
    padding: 20px 50px 20px 20px;
    margin: 10px 0;
}
.page_qa .accordionlist .ico_q,
.page_qa .accordionlist .ico_a{
	border: 1px solid #383838;
	float: left;
	margin-right: 26px;
	text-align: center;
	line-height: 40px;
	font-size: 13px;
	width: 40px;
	height: 40px;
}
.page_qa .accordionlist .ico_q {
	background: #383838;
	color: #fff;
	margin-left: 16px;
}
.page_qa .accordion_icon,
.page_qa .accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.page_qa .accordion_icon {
    position: relative;
    width: 24px;
    height: 24px;
    float: left;
    margin: 7px 10px 0 0;
    border: 1px solid;
    border-radius: 50%;
}
.page_qa .accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 1px;
    background-color: #383838;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.page_qa .accordion_icon span:nth-of-type(1) {
    top: 10px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.page_qa .accordion_icon span:nth-of-type(2) {
    top: 10px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.page_qa .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.page_qa .accordion_icon.active span:nth-of-type(2) {
	top: 10px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}



@media screen and (max-width:736px) {
	.bloc_ttl2 {
    margin-bottom: 20px;
}

	.page_qa .accordionlist{
    	position: relative;
	}
	.page_qa .accordionlist dt .title {
	    padding-left: 80px;
	    border-bottom: 1px solid #ccc;
	    display: table;
	    width: 100%;
	    position: absolute;
	    top: 0px;
	    height: 44px;
    }

	.page_qa .answer {
	    padding-left: 50px;
	}
	.page_qa .accordionlist dt .title p {
	    line-height: 16px;
	    display: table-cell;
	    vertical-align: middle;
	}
	.page_qa .accordionlist .ico_q {
	    margin-left: 10px;
	}
	.page_qa .accordionlist .ico_q, .page_qa .accordionlist .ico_a {
	    margin-right: 8px;
	    line-height: 30px;
	    font-size: 13px;
	    width: 30px;
	    height: 30px;
	}
	.page_qa .page-top {
	    width: 120px;
	    font-size: 12px;
	    padding: 10px;
	    margin-right: 10px;
    	padding-left: 30px;
	}
	.page_qa .page-top::before {
	    left: 20px;
	}
	.page_qa .accordion_icon {
	    margin-top: 4px;
	}
	.page_qa .tab_bloc.tab_bloc_s ul li {
		width: 50%;
		margin: 0;
	}
	.page_qa .tab_bloc.tab_bloc_s ul li a {
    	width: 99%;
    	margin-bottom: 2px;
    	font-size: 1.1rem;
	}
}


/*====================================================================================
■contact
====================================================================================*/


.page_contact #pageTitle,
.page_reserve #pageTitle {
	/*background-image: url(../company/images/bg_ttl.png);
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
	background: #2a2a2a;
}
.page_contact #pageTitle h2 {
	color: #fff;
}
/*
.page_reserve #pageTitle {
	background-image: url(../reservation/images/ttl_reserve.png);
}
.page_reserve #pageTitle h2,
.page_contact #pageTitle h2 {
	color: #2a2a2a;
}*/
.page_contact .lead  {
    padding: 30px 20px 50px;
}

.page_contact strong {
    color: #B31A1A;
    font-size: 1.8rem;
}

.page_contact .btn {
    margin: 0 10px;
    text-align: center;
}

.page_contact .btn a {
    height: 62px;
    line-height: 62px;
    text-decoration: none;
}

#a1_form {
    margin: 50px auto;
}

#a1_form h3 {
    padding: 10px;
    background: #cba447;
    color: #fff;
    font-size: 16px
}

#a1_form table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

#a1_form th {
    width: 240px;
    padding: 30px 4px 30px 20px;
    white-space: nowrap;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #F2EFE6;
    line-height: 1.5;
}

#a1_form th img {
    float: right
}

#a1_form th div {
    text-indent: -12px
}

#a1_form td {
    padding: 30px 10px 30px 10px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #F2EFE6;
    line-height: 1.5;
}

#a1_form table li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 20px 0 0;
    vertical-align: top;
}

#a1_form table p {
	margin-top: 10px;
}

#a1_form table dt:nth-child(n+3) {
    margin-top:10px;
}

#a1_form .fs10 {
    font-size: 10px
}

#a1_form .hissu {
    float: right;
    margin: 0 3px;
    padding: 2px 5px;
    background: #bf0008;
    color: #fff;
    font-size: 10px
}

#a1_form .ninni {
    float: right;
    margin: 0 3px;
    padding: 2px 5px;
    background: #666;
    color: #fff;
    font-size: 10px
}

#a1_form .comming {
	display: inline-block;
	margin-right: 10px;
}
#a1_form .comming label {
	display: block;
	padding-left: 1em;
}

input,
select,
textarea {
    margin-bottom: 1px;
	font-size: 1.4rem;
}

.hide {
    display: none;
}

.mini {
    font-size: 10px
}

optgroup {
    background-color: #ccc;
    color: #333;
    font-style: normal
}

option {
    margin: 0 5px 0 0;
    background-color: #fff;
    color: #333
}

.ime_on {
    ime-mode: active
}

.ime_off {
    ime-mode: disabled
}

.input_txt,
.select{
    padding: 10px;
    border: none;
	background: #F2EFE6;
}
input[type="checkbox"] {
	background: #F2EFE6;
}
input:focus {
	background: #fff;
}
.form_submit {
    margin: 10px 10px 0;
    padding: 5px;
    text-align: center;
}

.form_submit .comment {
	margin-bottom: 30px;
	text-align: left;
}
.form_submit label {
    padding: 2px 0 0;
    font-weight: normal
}

#a1_form input[type="button"] {
    width: 300px;
    height: 50px;
    margin-top: 30px;
    background-color:#383838;
    border: none;
    color: #fff;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0
}
#a1_form input[type="submit"] {
    width: 300px;
    height: 50px;
    margin-top: 30px;
    background-color:#383838;
    border: none;
    color: #fff;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0
}

#a1_form input[type="submit"]:hover {
    background-color: #bf0008
}

#a1_form input[type="submit"][disabled] {
    background-color: #ccc;
    cursor: default
}

@media screen and (max-width:736px) {
	.page_contact .lead {
		padding-bottom: 30px;
	}
	#a1_form {
		margin-top: 30px;
		padding: 0 10px 20px;
	}
    #a1_form th {
        display: block;
        padding: 5px 10px;
        border-bottom: none;
        width: inherit;
        background: #F2EFE6
    }
    #a1_form td {
        display: block;
        padding: 10px 0;
		border-bottom: none;
    }
    #a1_form td #zip.w15per {
        width: 35%;
    }
    #a1_form td span {
        display: block
    }
	.input_txt,
	.select {
		background: #fff;
		border: 1px solid #ddd;
	}
    #a1_form input[type="submit"] {
        width: 100%;
    }
	.page_contact .pp {
		padding: 0 10px;
	}
    #a1_form table li {
        display: block;
        padding: 0;
    }
    #a1_form table .item_name_list li {
        width: 100%;
        box-sizing: border-box;
        padding: 5px;
    }
}


.campaign_txt_02 {
  text-align: center;
  margin-bottom: 30px;
}
.campaign_txt_02 span{
  font-weight: 600;
}

.campaign_txt_02 a {
  color: #5a87d7;
  font-weight: 500;
}
.campaign_txt_02 a:hover {
  text-decoration: underline;
}

@media screen and (max-width:736px)  {
  .campaign_txt_02 {
    margin-bottom: 20px;
    padding: 0 2%;
  }
  .campaign_txt_02 span{
    display: block;
  }
}


#content .lead {
	text-align: center;
	margin: 10px 0 0 0;
}



/*====================================================================================
■cad
====================================================================================*/
.page_products.page_cad #pageTitle{
	/*background-image: url(../company/images/bg_ttl.png);
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
	background: #2a2a2a;
}
.page_products.page_cad #pageTitle h2 {
	color: #fff;
}
.page_cad .lead {
	text-align: center;
	margin: 60px 0;
}
.page_cad .anchor {
    overflow: hidden;
    margin-bottom: 160px;
    margin-top: 60px;
}
.page_cad .search_bloc {
    padding: 60px 0 0;
}
.page_cad .number_wrapper {
	width: 600px;
    top: 70%;
}
.page_cad .number_wrapper .btn_search {
	width: 220px;
}
.page_cad .number_wrapper .selectbox {
	width: 300px;
}
.page_cad .anchor dl {
    width: 700px;
    margin: auto;
    float: none;
}
.page_cad .function span.ico {
    width: 20px;
    height: 20px;
    margin: 0 3px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
    border: 1px solid #000;
    display: inline-block;
	cursor: pointer;
}
.page_cad table {
    width: 100%;
    margin: 60px 0 0;
}
.page_cad td, .page_cad th {
    border: 1px solid #ccc;
    /* padding: 200px; */
}

.page_cad table th {
	text-align: center;
	font-weight: bold;
    vertical-align: middle;
}
.page_cad table th,
.page_cad table td {
	padding: 4px;
}
.page_cad .dl_1 {
    background: url(../cad/images/common_ic14.gif) no-repeat 0 0.1em;
    padding-left: 18px;
}
.page_cad .dl_2 {
    background: url(../cad/images/common_ic12.gif) no-repeat 0 0.1em;
    padding-left: 18px;
}
.page_cad .image {
    padding: 20px 0 10px;
    text-align: center;
    vertical-align: middle;
}
.page_cad .comment_sec {
	margin-top: 50px;
	margin-bottom: 50px;
}
.page_cad .bnr_sec {
	margin-bottom: 100px;
}
.page_cad .bnr_sec dl {
	display: table;
	width: 100%;
	margin-bottom: 30px;
	border: 3px solid #ddd;
}
.page_cad .bnr_sec dl dt{
	display: table-cell;
	width: 200px;
	text-align: center;
	padding: 20px;
	vertical-align: middle;
}
.page_cad .bnr_sec dl dd{
	display: table-cell;
	padding: 20px;
	vertical-align: middle;
}
.page_cad .bnr_sec dl dd a{
	text-decoration: underline;
}
.page_cad .bnr_sec dl dd a:hover{
	color: #c6ab6c;
}

/*----------------------
tooltip
------------------------*/
.tooltip,
.tooltipIcon li {
    position: relative;
}

.tooltipEx {
	background: #fff;
	border: 2px solid #ddd;
    height: 80px;
    width: 384px;
    position: absolute;
    top: -100px;
    left: -90px;
    padding: 10px 12px 10px;
    padding: 5px 5px 5px;
    z-index: 2;
    display: none;
    overflow: inherit;
}
.tooltipEx::before,
.tooltipEx::after {
	position: absolute;
	content: '';
	display: block;
}
.tooltipEx::before {
	bottom: -20px;
	left: 90px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	border-color: #ddd transparent transparent transparent;
}
.tooltipEx::after {
	bottom: -16px;
	left: 90px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
}

.tooltipEx span.tooltipTitle {
    margin: 10px 5px 0 15px;
    font-weight: bold!important;
    display: block;
}

.tooltipEx span.tooltipContents {
    margin: 5px 5px 0 15px;
    display: block;
    font-weight: normal!important;
	font-size: 1.2rem;
}

.iconTxt {
    position: absolute;
    top: 1px;
    left: 23px;
    width: 100px;
}

.iconTxt02 {
    position: absolute;
    top: 1px;
    left: 33px;
    width: 180px;
}


@media screen and (max-width:736px) {
	.page_cad table thead{
		display: none;
	}
	.page_cad table tbody{
		display: block;
	}
	.page_cad table tbody tr{
		display: block;
		margin: 0;
		border-bottom: 1px solid #ccc;
	}
	.page_cad table tbody .table_pc{
		display: none;
	}
	.page_cad table tbody th,
	.page_cad table tbody td{
		display: list-item;
		border: none;
		list-style-type: none;
		padding: 5px;
	}
	.page_cad table tbody th{
		text-align: left;
		border-bottom: 1px solid #ccc;
	}
	.page_cad table tbody td{
		margin-left: 20px;
	}
	.page_cad table {
		padding: 0;
	}
	.page_cad .bnr_sec,
	.page_cad .comment_sec {
		padding: 0 15px;
	}
	.page_cad .bnr_sec dl {
		display: block;
		padding: 20px;
	}
	.page_cad .bnr_sec dl dt{
		display: block;
		width: auto;
		padding: 0;
		margin-bottom: 10px;
		text-align: center;
	}
	.page_cad .bnr_sec dl dd{
		display: block;
		padding: 0;
	}
	.tooltipEx {
		height: 90px;
		width: 96%;
		top: -110px;
		left: -2%;
		padding: 5px;
	}
	.tooltipEx::before {
		left: 20px;
	}
	.tooltipEx::after {
		left: 20px;
	}
}
/*====================================================================================
■Company
====================================================================================*/
.page_company #pageTitle {
	/*background-image: url(../company/images/bg_ttl.png);
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
	background: #2a2a2a;
}
.page_company #pageTitle h2 {
	color: #fff;
}
.page_company table {
	width: 100%;
}
.page_company tr {
    border-bottom: 1px solid #ccc;
    /* padding: 200px; */
}

.page_company table th {
	text-align: right;
	font-weight: bold;
}
.page_company table th,
.page_company table td {
	padding: 40px;
}

.page_company .bloc02 {
  margin-top: 60px;
}
.page_company .history_table {
  margin-bottom: 45px;
  border-collapse: separate;
  border-spacing: 0px;
  border-right:  1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.page_company .history_table caption {
  padding-bottom: 1em;
  font-size: 120%;
  font-weight: bold;
  text-align: left;
}
.page_company .history_table caption::before {
  margin-right: 2px;
  content: "■";
  color: #c6ab6c;
}
.page_company .history_table td,
.page_company .history_table th {
  padding: 2em;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.page_company .history_table th {
  width: 12em;
  background-color: #eee;
  text-align: left;
}

@media only screen and (max-width:736px){

	.page_company table thead{
		display: none;
	}
	.page_company table tbody{
		display: block;
	}
	.page_company table tbody tr{
		display: block;
		margin-bottom: 1.5em;
	}
	.page_company table tbody th,
	.page_company table tbody td{
		display: list-item;
		border: none;
		list-style-type: none;
		padding: 10px;
	}
	.page_company table tbody th{
		text-align: left;
		border-bottom: 1px solid #ccc;
	}
	.page_company table tbody td{
		margin-left: 20px;
	}
}
/*=========================================
･ Privacy Policy
=========================================*/
#pp {
	padding: 50px 0;
}
#pp .pp_frame {
	height: 400px;
	margin-top: 30px;
	padding: 30px;
	overflow: auto;
}
#pp .bloc {
	margin-bottom: 50px;
}
#pp h4 {
	margin-bottom: 15px;
	padding:5px 10px;
	background: #F2EFE6;
	font-size: 1.8rem;
	font-weight: bold;
}
#pp h5 {
	margin-top: 50px;
	margin-bottom: 15px;
	padding-left: 8px;
	border-left: 4px solid #BE9936;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
}
#pp p {
	margin-bottom: 1em;
	margin-left: 1em;
}
#pp ol {
	margin:0 0 15px;
	counter-reset: number;
	list-style: none;
}
#pp ol li{
	position: relative;
	margin-left: 1em;
	padding-left: 1em;
	margin-bottom: .5em;
}
#pp ol li::before{
	position: absolute;
	display: block;
	counter-increment: number;
	content: counter(number);
	top: .3em;
	left: -.5em;
	width: 14px;
	height: 14px;
	background: #BE9936;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	font-size: 1.0rem;
	line-height: 14px;
}

#pp ol ol {
	margin-top: 5px;
}
#pp ol ol li {
	margin-left: 0;
}
#pp ol ol li::before{
	background: none;
	color: #BE9936;
	font-size: 1.4rem;
	font-weight: bold;
}
#pp a {
	text-decoration: underline;
}
#pp a:hover {
	color: #BE9936;
}

/*====================================================================================
■conception
====================================================================================*/

.page_conception{
	color: #625F5F;
}

.page_conception .show_sp{
	display: none;
}

.fixed .page_conception #main{
	padding-top: 0;
}

.page_conception .hero_area{
	background: url(../images/mv.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	height: 660px;
	position: relative;
}

.page_conception .hero_area > div{
	position: absolute;
	top: 5%;
	left: 10px;
}

.page_conception .hero_area > div h1{
	/* background-color: #fff; */
	display: inline-block;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding: 12px;
	font-size: 4vw;
	line-height: 1;
	color: #fff;
}

.page_conception .hero_area > div h1 span{
	color:#BEB098;
}

.page_conception .hero_area > div h1:last-of-type{
	margin-top: 20px;
}

.page_conception .hero_area p{
	position: absolute;
	bottom: 5%;
	right: 5%;
	font-size: 1.6rem;
	color: #fff;
}

.page_conception .header_inner{
	height: 58px;
	max-width: 960px;
	width: calc(100% - 40px);
	padding: 0 20px;
}

#pc_header {
	position: relative;
	z-index: 3;
	width: 100%;
	background: rgba(255,255,255,0.90);
}

#pc_header h1{
	display: none;
	position: absolute;
	top:50%;
	right: calc(50% + 500px);
	transform: translateY(-50%);
}

.fixed #pc_header h1{
	display: block;
}
#sp_header {
	display: none;
}
.fixed #pc_header {
	position: fixed;
	top: 0;
	z-index: 999;
	box-shadow:0px 0px 6px 0px #e3e3e3;
	-moz-box-shadow:0px 0px 6px 0px #e3e3e3;
	-webkit-box-shadow:0px 0px 6px 0px #e3e3e3;
}
.page_conception #gnav{
	padding-top: 0;
	height: 58px;
}

.page_conception .fixed #gnav{
	padding-top: 0;
}


.page_conception .header_inner #gnav ul{
	width: 100%;
	top:50%;
	transform: translateY(-50%);
}



.page_conception .header_inner #gnav li{
	width: 20%;
}

.page_conception .header_inner #gnav li a{
	color: #625F5F;
	width: 100%;
	border-right: solid 1px #625F5F;
}

.page_conception #gnav li:last-of-type a{
	border-right: none;
}

.page_conception section{
	padding: 120px 0;
}

.c_concept_inner{
	width: calc(100% - 40px);
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}

.page_conception .section_ttl,.page_conception .section_ttl02{
	font-size: 4.8rem;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	line-height: .6;
	text-align: center;
}

.page_conception .section_ttl02{
	line-height: 1.2;
}

.page_conception .section_ttl span:first-of-type,.page_conception .section_ttl02 span:last-of-type{
	color:#BEB098;
}

.page_conception .section_ttl span:last-of-type{
	display: inline-block;
	font-size: 1.4rem;
	position: relative;
	font-family: YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.page_conception .section_ttl02 span:first-of-type{
	font-size: 2.4rem;
}

.page_conception .section_ttl span:last-of-type:before,.page_conception .section_ttl span:last-of-type:after{
	position: absolute;
	content: "";
	display: inline-block;
	width: 16px;
	height: 1px;
	background-color: #BEB098;
	top: 50%;
	transform: translateY(-50%);
}
.page_conception .section_ttl span:last-of-type:before{
	left: -30px;
}
.page_conception .section_ttl span:last-of-type:after{
	right: -30px;
}

/******* #c_concept ********/
.page_conception #c_concept{
	background-image: url(../images/bg_concept.jpg);
	background-position: center center;
	background-size: cover;
	text-align: center;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

.page_conception #c_concept h3{
	font-size: 2rem;
	margin-top: 30px;
}

.page_conception #c_concept p{
	font-size: 1.6rem;
	width: 100%;
	max-width: 600px;
	margin: 30px auto 0;
	text-align: left;
	font-family: YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/******* #c_design ********/
.page_conception #c_design{
	background-color: #EEF2EF;
}

.page_conception #c_design section{
	margin-bottom: 0;
	padding: 0 50px;
	max-width: 1600px;
	margin: 100px auto 0;
}

.page_conception .c_btn_list{
	display: flex;
	width: 600px;
	margin: 50px auto 0;
	justify-content: space-between;
}

.page_conception .c_btn_list li{
	width: 47%;
	text-align: center;
}

.page_conception .c_btn_list li a{
	display: block;
	background-color: #041829;
	border: solid 1px #041829;
	color: #fff;
	padding: 12px 0;
	font-size: 1.6rem;
	transition: all .3s;
	font-family: YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.page_conception .c_btn_list li a:hover{
	background:none;
	color: #041829;
}

.page_conception .c_design_content01{
	margin-top: 100px;
	display: flex;
	justify-content: flex-end;
	position: relative;
	padding: 0;
}

.page_conception .c_design_content01 .c_design_img_wrap{
	position: absolute;
	top: -50px;
	left: 50px;
	width: 55%;
	z-index: 10;
}
.page_conception .c_design_content01 .c_design_img_wrap_sp{
	display: none;
}
.page_conception .c_design_content02 .c_design_img_wrap_sp{
	display: none;
}

.page_conception .c_design_content01 .c_design_txt_wrap{
	width: 60%;
	background-color: #fff;
	padding: 2%;
	padding-left: calc(17% + 50px);
	z-index: 0;
}

.page_conception .c_design_content01 .c_design_txt_wrap h3{
	font-weight: bold;
	font-size: 2.4rem;
}

.page_conception .c_design_content01 .c_design_txt_wrap p{
	margin-top: 24px;
	line-height: 1.8;
}



.page_conception .c_design_content02{
	margin-top: 100px;
	position: relative;
	display: flex;
}

.page_conception .c_design_content02 .c_design_img_wrap{
	position: absolute;
	top: -50px;
	right: 50px;
	width: 55%;
	z-index: 10;
}

.page_conception .c_design_content02 .c_design_txt_wrap{
	width: 60%;
	background-color: #fff;
	padding:2%;
	padding-right: calc(17% + 50px);
	z-index: 0;
}

.page_conception .c_design_content02 .c_design_txt_wrap h3{
	font-weight: bold;
	font-size: 2.4rem;
}

.page_conception .c_design_content02 .c_design_txt_wrap p{
	margin-top: 24px;
	line-height: 1.8;
}
.page_conception sup{
	vertical-align: super;
	font-size: smaller;
}

.page_conception .c_btn_wrap{
	margin-top: 60px;
}

.page_conception .c_btn_wrap a{
	position: relative;
	display: block;
	width: 400px;
	margin: 0 auto;
	text-align: center;
	font-size: 2rem;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #fff;
	background-color: #BEB098;
	border: solid 1px #BEB098;
	padding: 8px 0;
	letter-spacing: .1rem;
	transition: all .3s;
}
.page_conception .c_btn_wrap a:before{
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(45deg) translateY(-20%);
	-webkit-transform: rotate(45deg) translateY(-20%);
	transform: rotate(45deg) translateY(-20%);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
}
.page_conception .c_btn_wrap.bg_white a{
	text-transform: uppercase;
}

.page_conception .c_btn_wrap a:hover{
	color: #BEB098;
	background-color: #EEF2EF;
}
.page_conception .c_btn_wrap.bg_white a:hover{
	color: #BEB098;
	background-color: #fff;
}

.page_conception .c_btn_wrap a:hover:before{
	border-top: solid 1px #BEB098;
	border-right: solid 1px #BEB098;
}

.page_conception #c_qa{
	background: url(../images/bg_qa.jpg);
	background-size: cover;
	background-position: center center;
}

.page_conception .c_qa_wrap{
	max-width: 960px;
	width: calc(100% - 40px);
	margin: 50px auto 0;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page_conception .c_qa_wrap dl{
	width: 48%;
	line-height: 1.8;
	background-color: rgba(255, 255, 255, 0.9);
}

.page_conception .c_qa_wrap dl:nth-of-type(n+3){
	margin-top: 50px;
}

.page_conception .c_qa_wrap dl dt{
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: dashed 1px #BEB098;
	padding-bottom: 1rem;
}
.page_conception .c_qa_wrap dl dt span:first-of-type{
	background-color: #BEB098;
	color: #fff;
	display: inline-block;
	font-size: 2rem;
	padding: 0 8px;
	letter-spacing: .3rem;
}

.page_conception .c_qa_wrap dl dt span:last-of-type{
	display: block;
	padding: 0 20px;
	margin-top: 8px;
}

.page_conception .c_qa_wrap dl dd{
	padding: 1rem 20px 20px;
}

.page_conception .c_qa_wrap dl dd span{
	display: block;
	padding-left: 1rem;
	text-indent: -1rem;
}

.c_gallery_wrap{
	width:calc(100% - 40px);
	max-width:960px;
	padding: 20px 0;
	margin:0 auto;
}
.c_gallery_wrap input[type="radio"]{
	display:none;
}
.c_gallery_wrap .tab_area{
	font-size:0;
	margin: 30px auto 0;
	width: 700px;
	display: flex;
	justify-content: space-between;
}
.c_gallery_wrap .tab_area label{
	width:31%;
	padding:8px 0;
	color:#BEB098;
	background: #fff;
	border: solid 1px #BEB098;
	text-align:center;
	font-size:1.6rem;
	line-height: 1.25;
	cursor:pointer;
	transition:ease 0.3s opacity;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}
.c_gallery_wrap #tab1:checked ~ .tab_area .tab1_label{
	color:#fff;
	background:#BEB098;
}
.c_gallery_wrap #tab2:checked ~ .tab_area .tab2_label{
	color:#fff;
	background:#BEB098;
}
.c_gallery_wrap #tab3:checked ~ .tab_area .tab3_label{
	color:#fff;
	background:#BEB098;
}
.c_gallery_wrap #tab4:checked ~ .tab_area .tab4_label{
	color:#fff;
	background:#BEB098;
}
.c_gallery_wrap .tab_area label:hover{
	opacity:0.5;
}
.c_gallery_wrap .panel_area{
	background:#fff;
}
.c_gallery_wrap .tab_panel{
	width:100%;

}
.c_gallery_wrap .tab_panel p{
	font-size:14px;
	letter-spacing:1px;
	text-align:center;
}

.c_gallery_wrap .panel_area #panel1{
	display:flex;
	flex-wrap: wrap;
	margin-left: -2.5%;
}
.c_gallery_wrap .panel_area #panel1 li{
	width: 20%;
	margin: 5% 0 0 5%;
}
.c_gallery_wrap .panel_area #panel1 li a{
	display: flex;
	flex-direction: column-reverse;
	transition: all .3s;
}

.c_gallery_wrap .panel_area #panel1 li a:hover{
	opacity: .7;
}

.c_gallery_wrap .panel_area #panel1 li a:hover img{
	opacity: 1;
}

.c_gallery_wrap .panel_area li h3{
	font-size: 1.4rem;
	margin-top: 8px;
}

.c_gallery_wrap .panel_area li figure{
  position:relative;
  width:100%;
  height:0;
  padding-bottom:100%;/* 幅に対する縦のサイズ */
  overflow:hidden;
  background-color:#ccc;
}
.c_gallery_wrap .panel_area li figure>img{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:auto;
  height:auto;
  /*max-width:151%;*/
  max-width:178%;
  max-height:initial;
}

.c_gallery_wrap #tab2:checked ~ .panel_area li{
	display:none;
}
.c_gallery_wrap #tab2:checked ~ .panel_area li.ca01{
	display:block;
}
.c_gallery_wrap #tab3:checked ~ .panel_area li{
	display:none;
}
.c_gallery_wrap #tab3:checked ~ .panel_area li.ca02{
	display:block;
}
.c_gallery_wrap #tab4:checked ~ .panel_area li{
	display:none;
}
.c_gallery_wrap #tab4:checked ~ .panel_area li.ca03{
	display:block;
}

#footer.c_footer{
	margin-top: 120px;
	background-color: #041829;
	padding:50px 0;
}
#footer.c_footer .logo{
	margin: 0 auto;
}
#footer.c_footer .logo img{
	width: 100%;
	margin: 0 auto;
}

#footer.c_footer .c_f_bnr{
	position: fixed;
	top:calc(7vh + 58px);
	right: 0;
	writing-mode: vertical-rl;
	width: 48px;
	z-index: 100;
}

#footer.c_footer .c_f_bnr a{
	position: relative;
	background-color: #041829;
	display: block;
	color:#fff;
	width: 100%;
	font-size: 1.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0 25px;
	letter-spacing: .1rem;
	transition: all .3s;
	border-radius: 5px 0 0 5px ;
}


#footer.c_footer .c_f_bnr a:hover{
	background-color: #BEB098;
}
@media only screen and (max-width:1100px){
	#pc_header h1{
		right:unset;
		left: 20px;
	}
}

@media only screen and (max-width:1000px){
	.page_conception .header_inner{
		width: 80%;
	}
}


@media only screen and (max-width:736px){

	.sp_header_logo{
		display: none;
		height: 66px;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 99;
		background-color: rgba(255,255,255,0.9);
	}

	.fixed .sp_header_logo{
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.page_conception .show_sp{
		display: block;
	}

	.fixed #sp_header {
		position: fixed;
		top: 0;
		z-index: 999;
		box-shadow:0px 0px 6px 0px #e3e3e3;
		-moz-box-shadow:0px 0px 6px 0px #e3e3e3;
		-webkit-box-shadow:0px 0px 6px 0px #e3e3e3;
	}
	#pc_header{
		display: none;
	}

	.page_conception .hero_area > div{
		top:10%;
	}

	.page_conception .hero_area > div h1{
		font-size: 8vw;
	}

	.page_conception .hero_area p{
		bottom: unset;
		top: 28%;
		padding: 10px 10px;
		background-color: rgba(255, 255, 255, 0.7);
		color: #625F5F;
		width: calc(100% - 30px);
		right: 0;
		font-size: 1.4rem;
	}

	.page_conception section{
		padding: 60px 0;
	}

	.page_conception .section_ttl, .page_conception .section_ttl02{
		font-size: 3rem;
	}

	.c_concept_inner{
		width: calc(100% - 40px);
		padding: 20px 20px;
	}

	.page_conception #c_concept p{
		text-align: left;
		font-size: 1.4rem;
	}

	.page_conception #c_concept br.show_pc{
		display: none;
	}


	.page_conception #c_design{
		padding: 60px 10px;
	}
	.page_conception #c_design section{
		padding: 0;
		margin-top: 50px;
	}
	.page_conception .c_btn_list{
		width: 100%;
		flex-direction: column;
	}

	.page_conception .c_btn_list li{
		width: 100%;
		text-align: center;
		margin-top: 50px;
	}
	.page_conception .c_btn_list li:first-of-type{
		margin-top: 0;
	}
	.page_conception .c_design_content01{
		justify-content: center;
		margin-top: 0;
	}
	.page_conception .c_design_content01 .c_design_img_wrap{
		display: none;
	}
	.page_conception .c_design_content01 .c_design_img_wrap_sp{
		display: block;
	}
	.page_conception .c_design_content01 .c_design_txt_wrap{
		padding: 10px;
		width: 100%;
	}
	.page_conception .c_design_content01 .c_design_txt_wrap h3{
		font-size: 1.8rem;
		margin-top: 10px;
	}
	.page_conception .c_design_content01 .c_design_txt_wrap p{
		margin-top: 10px;
	}
	.page_conception .c_design_content02{
		justify-content: center;
	}
	.page_conception .c_design_content02 .c_design_img_wrap{
		display: none;
	}
	.page_conception .c_design_content02 .c_design_img_wrap_sp{
		display: block;
	}
	.page_conception .c_design_content02 .c_design_txt_wrap{
		padding: 10px;
		width: 95%;
	}
	.page_conception .c_design_content02 .c_design_txt_wrap h3{
		font-size: 1.8rem;
		margin-top: 10px;
	}
	.page_conception .c_design_content02 .c_design_txt_wrap p{
		margin-top: 10px;
	}
	.page_conception .c_btn_wrap.bg_white p{
		padding: 0 10px;
	}
	.page_conception .c_btn_wrap a{
		width: 100%;
	}
	.page_conception .section_ttl02 span:first-of-type{
		font-size: 1.4rem;
	}
	.page_conception #c_qa{
		background-position: unset;
	}
	.page_conception .c_qa_wrap{
    width: calc(100% - 20px);
    margin: 50px auto 0;
		padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
	.page_conception .c_qa_wrap dl{
		width: 100%;
	}
	.page_conception .c_qa_wrap dl dt span:last-of-type{
		font-size: 1.6rem;
	}
	.page_conception .c_qa_wrap dl:nth-of-type(n+2){
		margin-top: 50px;
	}
	.page_conception section#c_gallery{
		padding-bottom: 0;
	}
	.c_gallery_wrap .tab_area{
		width: 100%;
	}
	.c_gallery_wrap .tab_area label{
		font-size: 1rem;
		padding: 2px 0;
	}
	.c_gallery_wrap .panel_area #panel1{
		justify-content: space-between;
		margin: 0;
	}
	.c_gallery_wrap .panel_area #panel1 li{
		margin: 5% 0 0;
		width: 48%;
		word-break: break-all;
	}
	#footer.c_footer{
		margin-top: 80px;
	}

	#footer.c_footer .c_f_bnr{
		writing-mode: unset;
		width: 100%;
		top:unset;
		bottom:0;
	}
	#footer.c_footer .c_f_bnr a{
		font-size: 1.6rem;
		padding: 8px 0;
		border-radius: 5px 5px 0 0 ;
	}
}
:root {
  --hamburger-menu-size: 50px;
  --hamburger-menu-padding: 12px;
  --hamburger-menu-border-px: 3px;
  --hamburger-menu-border-color: #625F5F;
  --hamburger-menu-transition: 0.3s;
}


.hamburger-menu {
  cursor: pointer;
  position: relative;
  width: 50px;
	height: 50px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
}

.hamburger-menu p{
	text-align: center;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	text-transform: uppercase;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}


.hamburger-menu-line {
  position: absolute;
  transition: var(--hamburger-menu-transition);
  width: calc(100% - var(--hamburger-menu-padding) * 2);
  height: var(--hamburger-menu-border-px);
  background-color: var(--hamburger-menu-border-color);
}


.line-top {
  top: var(--hamburger-menu-padding);
  left: var(--hamburger-menu-padding);
}

.line-middle {
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  left: var(--hamburger-menu-padding);
}

.line-bottom {
  bottom: var(--hamburger-menu-padding);
  left: var(--hamburger-menu-padding);
}


.hamburger-menu-active .line-top {
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  transform: rotate(45deg);
}

.hamburger-menu-active .line-middle {
  width: 0;
  height: 0;
  left: var(--hamburger-menu-padding);
}

.hamburger-menu-active .line-bottom {
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  transform: rotate(-45deg);
}

.sp_nav{
	transition: all .3s;
	color: #625F5F;
}

.sp_nav a{
	color: #625F5F;
}

.sp_nav nav{
	transition: .3s;
	position: fixed;
	top:-150%;
	padding-top: 72px;
	text-align: center;
	background-color:rgba(243, 243, 243 ,0.9);
	-webkit-transition:.3s ease-in-out; /*transitionで動きを*/
	-moz-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
}

.sp_nav nav ul li{
	padding: 12px 0;
	border-bottom: dashed 1px #9d9d9d;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 2rem;
}
.sp_nav nav ul li span{
	display: block;
	font-size: .8rem;
}
.sp_nav nav ul li:first-of-type{
	border-top:  dashed 1px #9d9d9d;
}
.sp_nav nav ul li:last-of-type{
	border-bottom: none;
}

.sp_nav.hamburger-menu-active nav{
	-webkit-transition:.3s ease-in-out; /*transitionで動きを*/
	-moz-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
	z-index: 900;
	top:0;
	width: 100%;
}
