@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
/* reset */
html {
	font-size: 62.5%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
    text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img, abbr, acronym, fieldset {
	border: 0;
}
body {
	font-size: 1.4rem;
	color: #42392D;
	background: #fff;
	font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
	letter-spacing: 0.1em;
	background-color: #fff;
	line-height: 2.0;
}
a {
	color: #0066ff;
	text-decoration: none;
}
a:hover, .active {
	text-decoration: underline;
}
a:active, a:focus, input:active, input:focus {
	outline: 0;
}
.clearfix:after {
	clear: both;
	content: '';
	display: block;
}
/* ヘッダー
------------------------------------------------------------*/
#header {
	text-align: center;
}
#header h1 {
	padding-top: 20px;
}
#mainnav a {
	color: #000;
}
#mainImg {
	overflow: hidden;
	width: 100%;
}
#mainImg img {
	max-width: 100%;
}
.topImg img {
	max-width: 50% !important;
}
/* フッター
------------------------------------------------------------*/
#footer_fix {
	display: none;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 12px;
	padding: 30px 10px 29px 20px;
	background: #d3f1f9;
}
/* 共通
------------------------------------------------------------*/


.taL {
	text-align: left;
}
img {
	max-width: 100%;
	height: auto;
}
section {
	clear: both;
	padding-top: 15px;
}
section h2 {
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
}
section h2 span {
	border-bottom: solid 3px #88c0cf;
}
.inner {
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.innerS {
	width: 76%;
	margin: 0 auto;
	padding-bottom: 80px;
	text-align: center;
}
.inner_info {
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
	text-align: left;
}
.button {
	display: inline-block;
	width: 200px;
	padding: 15px 40px;
	border-radius: 4px;
	background-color: #165374;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 1.2rem;
}
.button:hover {
	opacity: 0.9;
}
.button-ghost {
	border: 1px solid #4c7ea5;
	background-color: #4c7ea5;
	color: #fff;
	margin-top: 20px;
	width: auto;
}




.button2 {
	display: inline-block;
	width: 200px;
	padding: 15px 40px;
	border-radius: 4px;
	background-color: #F60;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 1.2rem;
}

.button-ghost2 {
	border: 1px solid #F60;
	background-color: #F60;
	color: #fff;
	margin-top: 20px;
	width: auto;
}




.areaAll {
	background: #02a3ec;
	padding: 7px 15px;
	margin-bottom: 15px;
	color: #fff;
}
.areaList {
	padding: 0 10px 0;
}
.areaList li {
	float: left;
	width: calc(100%/5);
	margin-bottom: 10px;
}
input[type='checkbox'] {
	padding: 5px;
}
label, input[type='checkbox'] {
	cursor: pointer;
}
input[type=checkbox] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
/* SEC02 Gallery
------------------------------------------------------------*/
#sec02 {
}
#sec02 header {
}
#gallery li {
	box-sizing: border-box;
	float: left;
	width: calc(100%/6);
	padding: 20px;
	text-align: center;
	margin-bottom: 15px;
}
#gallery li .image01 {
	position: relative;
	width: 100%;
	height: auto;
}
#gallery li .image01:before {
	content: "";
	display: block;
	padding-top: 100%;
}
#gallery li .image01 p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#gallery img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
#gallery li a {
	color: #333;
}
#gallery li a:hover {
	text-decoration: underline;
	opacity: 0.6;
}
.address {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img {
	width: 100%;
	margin-bottom: 30px;
}
/* SEC04 BRAND
------------------------------------------------------------*/

.col3 li {
	line-height: 2.0;
}
.col3 .image01 {
	position: relative;
	width: 100%;
	height: auto;
}
.col3 .image01:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.col3 .image01 p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.col3 .image01 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
#sec04 img {
	text-align: center;
}
.col3 li a {
	color: #000;
}
.col3 li a:hover {
	text-decoration: underline;
}
.col3 li .add {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.col3 li .price {
	text-align: center;
}
.col3 li .access {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.col3 li {
	float: left;
	width: calc(100%/5);
	box-sizing: border-box;
	padding: 7px;
}
.search .col3 li .image01 {
	position: relative;
	width: 100%;
	height: auto;
}
.search .col3 li .image01:before {
	content: "";
	display: block;
	padding-top: 70%;
}
.search .col3 li .image01 p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.search .col3 li .image01 p img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p {
	margin-bottom: 5px;
	text-align: left;
}
dl.faq__list {
	margin-top: 50px;
}
dl.faq__list dt {
	background: url(../images/faq/question.png) left center no-repeat #f3f3f1;
	padding: 5px 5px 5px 29px;
	margin-bottom: 15px;
	text-align: left;
}
dl.faq__list dd {
	background: url(../images/faq/answer.jpg) left top no-repeat;
	padding-left: 29px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	text-align: left;
	margin-left: 0;
}
.voice {
	border-bottom: 1px dotted #CCC;
	padding: 15px 10px 25px;
}
.voice p {
	text-align: left;
}
.voice span {
	float: right;
	display: block;
	margin-bottom: 10px;
}
ul.solution_list li {
	margin-top: 15px;
}
ul.solution_list li a {
	display: block;
	padding: 15px;
	color: #3e603b;
	border-radius: 30px;
	border: 1px solid #3e603b;
}
ul.solution_list li a:hover {
	color: #fff;
	background: #4a6e47;
}
.fa-arrow-alt-circle-right {
	margin-right: 7px;
	font-size: larger;
}
h2.info_ttl {
	padding: 0.5em;
	background: aliceblue;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
	width: 90%;
}
.wp-pagenavi {
	margin-top: 20px;
	text-align: center;
}
/*************
テーブル
*************/
table.table {
	width: 100%;
	border-collapse: collapse;
	margin: 5px auto 52px auto;
}
table.table td {
	border-collapse: collapse;
	background-color: #fff;
	text-align: left;
	padding: 8px;
	border: 1px solid #D6D6D6;
	line-height: 20px;
}
table.table th {
	background-color: #F5F5F5;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #151515;
	border-top: 1px solid #D4D4D4;
	border-right: 4px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: middle;
}
.f_red {
	color: red;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
h3.info_ttl3 {
	position: relative;
	font-size: large;
	margin-bottom: 27px;
}
h3.info_ttl3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}
.serch_btn {
	width: 100%;
	text-align: center;
	margin-bottom: 80px;
}
/*新着*/
ul.news__list {
	width: 960px;
	margin: 0 auto;
	padding-left: 0;
	text-align: left;
}
ul.news__list li {
	padding: 15px 13px;
	line-height: 2;
}
ul.news__list span {
	line-height: 1;
	display: inline-block;
	border-radius: 7px;
	color: #fff;
	text-align: center;
	padding: 3px 2px;
	margin-right: 1%;
	font-size: 9px;
	width: 6em;
}
ul.news__list span.topics {
	background-color: #8c97c1;
}
ul.news__list span.news {
	background-color: #88c9bc;
}
ul.news__list span.omakase {
	background-color: #cd0076;
}
ul.news__list li:nth-child(even) {
	background: url(../images/top/bg-slash.gif);
}
.news__list a {
	color: #666;
	text-decoration: none;
}
.news__list a:hover {
	color: #606;
}
.taC {
	text-align: center;
}
.privacyPolicy {
	margin: 0 auto;
}
.privacyPolicy .innerS {
	box-sizing: border-box;
	overflow-y: scroll;
	height: 150px;
	padding: 10px;
	border: 1px solid #ccc;
	text-align: left;
}
.flL {
	float: left;
}
ul.footer_info li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #666;
}
ul.footer_info li:last-child {
	border-right: none;
}
ul.footer_info li a {
	color: #666;
}
.item_ttl span {
	display: block;
	font-size: small;
	margin: 0 auto;
	width: 70%;
}


.items_main {
	text-align:center;
	background:url(../images/items/ap/ap_bg.jpg) center top;
	padding-top:0;
	line-height:0;
}
.items_main2 {
	text-align:center;
	background:url(../images/items/pp/pp_bg.jpg) center top;
	padding-top:0;
	line-height:0;
}
.cloth {
	padding-top:15px;
	background:url(../images/items/clo_008.jpg) left top;
}


.parent1 {
   display: flex;
   display: box;
   
}

.parent1 div{
	padding:15px;
	box-flex: 1;
	width:100%;
}
.parent1 div p{
	text-align:left;
}

.parent1 div img{
	height:200px;
	object-fit: cover;
}
.parent2 {
   display: flex;
}
.parent2 div {
	padding:10px;
}


.parent2 h5{
	font-weight:normal;
	font-size:x-small;
	line-height:1.6;
}

ul.notice_List li {
	background:url(../images/bullet.png) left 10px no-repeat;
	padding-left:16px;
	margin:0;
}

.ttl3 {
	font-size:large;
}

.mt20 {
	margin-top:20px;
}


.fa-map-marker-alt {
	margin-left:15px;
	margin-right:5px;
}

.fa-phone {
	margin-left:15px;
	margin-right:5px;
}

.review {
	margin-bottom:2px;
	padding:7px;
	border-bottom:1px dotted #ccc;
	text-align:left;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 15px;
}
.pagetop a {
	display: block;
	background: #38d2fc;
	opacity: 0.6;
	text-align: center;
	color: #222;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	filter: alpha(opacity=50);
	width: 60px;
	height: 60px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;    /* 横幅&高さの1/2 */
	position: relative;
}
.pagetop a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	font-size: xx-large;
	color: #fff;
}
#pagetop .pagetop a:hover {
	display: block;
	background-color: #38d2fc;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	filter: alpha(opacity=50);
}

/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px) {
.inner {
	width: 1024px;
}
ul.footer_info {
	width: 1024px;
	margin: 0 auto 50px;
}
.itemBox {
	padding: 15px;
}
.itemBox img {
	float: left;
	margin-right: 15px;
}
.parent1 {
   width:70%;
   margin:0 auto;
}


}
 @media only screen and (min-width: 800px) {
body {
	font-size: 14px;
}
a#menu {
	display: none;
}
.panel {
	display: block !important;
}
#mainnav li {
	display: inline-block;
	padding: 36px 25px 20px;
	font-size: 15px;
}


}
 @media only screen and (min-width: 641px) {
}
 @media only screen and (max-width: 640px) {
.privacyPolicy {
	width: 90%;
	margin: 0 auto;
}
.innerS {
	width: 94%;
	padding-bottom: 70px;
}
#sec04_02 {
	padding: 50px 20px;
}
table {
	width: 100%;
}
.table th {
	display: block;
	text-align: left !important;
	white-space: normal;
	border-right: 1px solid #D4D4D4 !important;
}
.table td {
	display: block;
}
.contact-form {
	width: 95%;
	margin: 30px auto 0;
	color: #666;
}
.contact-form dl {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	text-align: left;
	margin-bottom: 20px;
}
.contact-form dt {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.contact-form dd {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.contact-form .innerS {
	padding: 0;
}
}
 @media only screen and (max-width: 799px) {
#header {
	position: fixed;
	width: 100%;
	z-index: 500;
}
#headerWrap {
	position: relative;
	width: 100%;
	height: 70px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
#header h1 {
	z-index: 1000;
	position: absolute;
	top: -6px;
	left: 10px;
}
#header h1 img {
	margin-top: 3px;
	max-height: 45px;
	width: auto !important;
}
a#menu {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	margin: 10px;
}
#menuBtn {
	display: block;
	position: absolute;
	/*top: 60%;*/
	top: 4px;
	right: 0;
	/*left: 50%;*/
	/*width: 18px;*/
	width: 80px;
	/*height: 2px;*/
	margin: 0;/*margin: -1px 0 0 -7px;*//*background: #000;
	transition: .2s;*/
}
.panel {
	width: 100%;
	display: none;
	overflow: hidden;
	position: relative;
	left: 0;
	top: 0;
	z-index: 100;
}
#mainnav {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: right;
	z-index: 500;
}
#mainnav ul {
	border-bottom: 1px solid #ccc;
	background: #fff;
	text-align: left;
}
#mainnav li a {
	position: relative;
	display: block;
	padding: 15px 25px;
	border-bottom: 1px solid #ccc;
	color: #000;
	font-weight: 400;
}
#mainnav li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#mainImg {
	padding-top: 71px;
	z-index: -100;

}



section {
	padding-top: 71px;
}
section h2 {
	margin: 0 auto 7px;
}
section h2 span {
	padding: 0 30px;
}
body {
	padding-bottom: 60px;
}
div#footer_fix {
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
}
#footer_fix ul li {
	float: left;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	width: 49%;
	text-align: center;
	padding-top: 10px;
	background: #054411;
	opacity: 0.7;
	color: #fff;
}
#footer_fix ul li:last-child {
	border-right: 0;
	width: 50%;
}
#footer_fix ul li a {
	color: #fff;
}
#footer_fix ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.fa-phone-square, .fa-envelope {
	font-size: x-large;
}


.parent1 {
	flex-wrap: wrap;
}


.parent1 div img{
	width:45%;
	height:120px;
	object-fit: cover;
}

.parent2 div{
	width:28%;
}


.parent2 {
   flex-wrap: wrap;
}

.parent2 div img{
	height:70px;
	object-fit: cover;
}

}
 @media screen and (max-width: 1024px) {
.inner_info {
	width: 99%;
	margin: 0 auto;
	padding-bottom: 80px;
	text-align: left;
}
ul.areaList li {
	width: calc(100%/3);
}
.innerS {
	width: 95%;
	margin: 0 auto;
	padding: 0 7px 30px;
	box-sizing: border-box;
}
/*#contactBox {
		margin-left:-10px;
	}*/
	
.col3 li {
	float: left;
	width: calc(100%/3);
	box-sizing: border-box;
	padding: 7px;
}
#gallery li {
	box-sizing: border-box;
	width: calc(100%/3);
	padding: 15px;
	text-align: center;
	margin-bottom: 15px;
}
ul.news__list {
	width: 98%;
}

p.pagetop {
	display: none !important;
}
.pagetop a {
	width: 50px;
	height: 50px;
}

}
 @media screen and (max-width: 480px) {
ul.areaList li {
	width: calc(100%/2);
}
.col3 li {
	float: left;
	width: calc(100%/2);
	box-sizing: border-box;
	padding: 7px;
}
#gallery li {
	width: calc(100%/2);
	padding: 15px;
	text-align: center;
	margin-bottom: 15px;
}
h2.info_ttl {
	padding: 0.5em;
	background: aliceblue;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
	width: 90%;
	font-size: small;
}
#office_text span {
	font-size: small;
}



}


.pt0 {
	padding-top:0;
}
