@charset "utf-8";


/* override
----------------------------- */
header {
	margin-bottom: 40px;
}
header .hd-logo p {
	background-image: url(/common/images/logo01.svg);
	background-size: cover;
	height: 111px;
	/*width: 259px;*/
	width: 260px;
}
header .hd-logo img {
	display: none;
}
header .hd-logo a {
	pointer-events: none;
}

/* 230131 banner 削除 */
/* footer .upper .upperBnr_items {
	display: flex;
} */

@media only screen and (max-width: 1200px) {
	header .hd-logo p {
			background-image: none;
			height: auto;
			width: auto;
		}
		header .hd-logo img {
			display: block;
		}
}

@media only screen and (max-width: 640px) {
header {
	margin-bottom: 0;
}
}


/* section
----------------------------- */
/* main visual */
.main-visual {
	margin-left: auto;
	margin-right: auto;
	padding-left: 57px;
	padding-right: 57px;
}
.main-visual .slide-wrap {
	overflow:hidden;
	padding-left: 20.542636%;
	position: relative;
}
.main-visual .slide-wrap .slider {
	padding-bottom: 30px;
}
.main-visual .slide-wrap .slider .slide-comm {
	float: left;
}
.main-visual .slide-wrap .slider .slide-comm p {
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	height:0;
	padding-top: 56.25%;
}
.main-visual .slide-wrap .slider .slide-arrow {
	position: absolute;
	bottom: 0;
	font-size: 2.5rem;
	z-index: 10000;
}
.main-visual .slide-wrap .slider .prev-arrow {
	right: 25px;
}
.main-visual .slide-wrap .slider .next-arrow {
	right: 0;
}
.main-visual .txtb {
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2000;
}
.main-visual .txtb .title {
	width: 40.5%;
}
.main-visual .txtb .title img {
	max-width: 732px;
	height: auto;
	width: 100%;
}
.main-visual .txtb .txt {
	font-size: 1.5rem;
	line-height: 1.8;
	margin-top: 3.434%;
	text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.533333px 0.833333px 0px, rgb(255, 255, 255) -0.416667px 0.916667px 0px, rgb(255, 255, 255) -0.983333px 0.133333px 0px, rgb(255, 255, 255) -0.65px -0.75px 0px, rgb(255, 255, 255) 0.283333px -0.966667px 0px, rgb(255, 255, 255) 0.966667px -0.283333px 0px;
}
.main-visual .txtb .txt b.tx_large {
	display: block;
	font-size: 2.7rem;
	margin-bottom: 2%;
}

@media only screen and (max-width: 1200px) {
.main-visual .txtb .txt b.tx_large {
	font-size: 2.0rem;
}
}

@media only screen and (max-width: 768px) {
.main-visual .slide-wrap .slider .slide-comm p {
	padding-top: 54.14%;
}
.main-visual {
	padding-left: 15px;
	padding-right: 15px;
}
.main-visual .slide-wrap .slider {
	overflow: hidden;
}
.main-visual .txtb .txt {
	font-size: 1.4rem;
	line-height: 1.7;
}
}

@media only screen and (max-width: 640px) {
.main-visual {
	padding-left: 0;
	padding-right: 0;
}
.main-visual .slide-wrap {
	padding-left: 0;
}
.main-visual .slide-wrap .slider {
	padding-bottom: 0;
}
.main-visual .slide-wrap .slider .slide-arrow {
	display: none !important;
}
.main-visual .txtb {
	padding: 20px 15px 15px;
	position: static;
	width: 100%;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}
.main-visual .txtb .title img {
	min-width: 274px;
}
.main-visual .txtb .txt {
	font-size: 1.2rem;
}
.main-visual .txtb .title b {
	font-size: 1.3rem;
}
.main-visual .txtb .txt b.tx_large {
	font-size: 1.7rem;
}
}

/* design work  */
.wrap--design_work {
	padding-bottom: 100px;
	padding-top: 50px;
	overflow: hidden;
}
.wrap--design_work .slider {
	/*overflow: hidden;*/
}
.wrap--design_work .slider:after{
  content: "";
  display: block;
  clear: both;
}
.wrap--design_work .slider .slide-comm {
	float: left;
	max-width: 743px;
	padding-left: 10px;
	padding-right: 10px;
}
.wrap--design_work .slider .slide-comm a {
	background-position: center top;
	background-size: contain;
	display: block;
	padding-top: 100%;
	-webkit-transition: transform 700ms ease-in-out;
	transition: transform 700ms ease-in-out;
}
.wrap--design_work .slider .slide-comm a:hover {
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.wrap--design_work .button {
	margin-top: 60px;
}

@media only screen and (max-width: 768px) {
.wrap--design_work {
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
}
.wrap--design_work .slider {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap--design_work .slider .slide-comm {
	flex: 1 1 45%;
	float: none;
	padding-left: 0;
	padding-right: 0;
}
.wrap--design_work .slider .slide-comm a {
	background-position: center center;
}
.wrap--design_work .slider .slide-comm a:hover {
	-webkit-transform: none;
	transform: none;
}
.wrap--design_work .slider .slide-comm:nth-child(even) {
	margin-left: 15px;
}
.wrap--design_work .slider .slide-comm:nth-child(n+3) {
	/*margin-top: 15px;*/
	margin-top: 0;
}
.wrap--design_work .button {
	margin-top: 30px;

}
}

@media only screen and (max-width: 640px) {
.wrap--design_work .slider {
	display: block;
}
.wrap--design_work .slider .slide-comm:nth-child(n+2) {
	/*margin-top: 15px;*/
	margin-top: 0;
}
.wrap--design_work .slider .slide-comm a {
	background-position: center center;
	/*background-size: cover;*/
}
}

/* Model House + Open House */
.wrap--house {
	background-color: #e4ebed;
	padding-top: 100px;
}
.wrap--house .upper {
	padding-bottom: 165px;
	padding-left: 50px;
	padding-right: 50px;
}
.wrap--house .upper .example {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 1586px;
}
.wrap--house .upper .example .img,
.wrap--house .upper .example .txtb {
	flex: 1 1 50%;
}
.wrap--house .upper .example .img {
	background-position: center center;
	background-size: cover;
	padding-top: 31.27%;
}
.wrap--house .upper .example .txtb {
	font-size: 1.4rem;
	/*padding-left: 5%;
	padding-right: 5%;*/
	padding: 2.5% 5%;
}
.wrap--house .upper .example .txtb .ymd {
	font-family: "Shin Maru Go Regular","typesquare" !important;
	font-size: 2.3rem;
	font-weight: 700;
	margin-bottom: 20px;
}
.wrap--house .upper .example .txtb .ymd span {
	font-size: 2.7rem;
	margin-left: 10px;
}
.wrap--house .upper .example .txtb .title {
	font-size: 2.1rem;
	font-weight: 700;
	margin-bottom: 25px;
}
.wrap--house .upper .example .txtb .title + p {
	line-height: 2;
}
.wrap--house .upper .example .txtb .button {
	margin-left: 0;
	margin-top: 50px;
}
.wrap--house .lower {
	background-color: #fff;
	padding-bottom: 115px;
	padding-top: 130px;
}
.wrap--house .lower .inner {
	max-width: 1260px;
}
.wrap--house .lower .column .each-comm {
	width: 45.431034%;
}
.wrap--house .lower .column .each-comm .heading--hdg02 span {
	font-family: 'Oswald', sans-serif;
	font-size: 3.0rem;
}
.wrap--house .lower .column .each-comm .list li {
	border-bottom: 1px dashed #c5c5c5;
	font-size: 1.4rem;
}
.wrap--house .lower .column .each-comm .list li a  {
	/*display: flex;*/
	display:block;
	overflow:hidden;
	padding-bottom: 13px;
	padding-top: 18px;
}
.wrap--house .lower .column .each-comm .list li:first-child a {
	padding-top: 0;
}
.wrap--house .lower .column .each-comm .list li .img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	float:left;
	height: 0;
	padding-top: 18.03%;
	position: relative;
	width: 30.37%;
}
.wrap--house .lower .column .each-comm .list li .txtb {
	float:left;
	padding-left: 3.8%;
	width: 69.63%;
}
.wrap--house .lower .column .each-comm .list li .txtb .ymd {
	color: #acacac;
	font-weight: 700;
	margin-top: 15px;
}
.wrap--house .lower .column .each-comm .more {
	font-family: 'Oswald', sans-serif;
	font-size: 2.2rem;
	font-weight: 400;
	margin-top: 15px;
	text-align: right;
}
.wrap--house .lower .column .each-comm .more:after {
	content: ">";
	margin-left: 10px;
}

@media only screen and (max-width: 1200px) {
.wrap--house {
	padding-top: 50px;
}
.wrap--house .upper {
	padding-bottom: 80px;
}
.wrap--house .upper .example {
	/*display: block;*/
}
.wrap--house .upper .example .img {
	/*padding-top: 66.27%;*/
}
.wrap--house .upper .example .txtb {
	/*padding: 5%;*/
}
.wrap--house .upper .example .txtb .ymd {
	margin-bottom: 10px;
}
.wrap--house .upper .example .txtb .ymd span {
	font-size: 2.7rem;
	margin-left: 10px;
}
.wrap--house .upper .example .txtb .title {
	font-size: 2.1rem;
	margin-bottom: 15px;
}
.wrap--house .upper .example .txtb .button {
	margin-left: auto;
	margin-top: 25px;
}
.wrap--house .lower {
	padding-bottom: 55px;
	padding-top: 65px;
}
/*.wrap--house .lower .column .each-comm {
	width: 100%;
}*/
}

@media only screen and (max-width: 768px) {
.wrap--house .upper {
	padding-left: 15px;
	padding-right: 15px;
}
.wrap--house .upper .example {
	display: block;
}
.wrap--house .upper .example .img {
	padding-top: 66.27%;
}
.wrap--house .upper .example .txtb {
	/*padding: 5%;*/
}
.wrap--house .lower .column .each-comm {
	width: 100%;
}
}

@media only screen and (max-width: 640px) {
.wrap--house {
	padding-top: 30px;
}
.wrap--house .upper {
	padding-bottom: 40px;
}
.wrap--house .upper .example .txtb .ymd {
	font-size: 1.8rem;
}
.wrap--house .upper .example .txtb .ymd span {
	font-size: 1.6rem;
}
.wrap--house .upper .example .txtb .title {
	font-size: 1.6rem;
}
.wrap--house .upper .example .txtb .title + p {
	line-height: 1.8;
}
.wrap--house .lower {
	padding-bottom: 30px;
	padding-top: 35px;
}
}

/* concept  */
.wrap--concept {
	background-color: #f4edde;
	padding-bottom: 170px;
	padding-top: 100px;
	position: relative;
}
.wrap--concept:before {
	/* background-image: url(/images/cursive.png);
	mix-blend-mode: multiply;
	background-size: contain;
	content: "";
	left: 0;
	right:0;
	opacity: 0.4;
	margin-left:auto;
	margin-right:auto;
	position: absolute;
	top: 50%;
	max-height: 350px;
	max-width: 1300px;
	height: 100%;
	width: 100%;
	z-index: 1;
	-webkit-transform: translate(0,-100%);
	transform: translate(0,-100%); */
}
.wrap--concept .inner {
	max-width: 1160px;
}
.wrap--concept .commb {
	background-color: #fff;
	display: flex;
	align-items: center;
	font-size: 1.4rem;
}
.wrap--concept .commb .txtb {
	flex: 1 1 44%;
	line-height: 1.8;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.wrap--concept .commb .txtb .title {
	font-size: 2.8rem;
}
.wrap--concept .commb .img {
	flex: 1 1 56%;
}
.wrap--concept .commb:nth-child(even) {
	flex-direction: row-reverse;
}
.wrap--concept .commb .img {
	background-position: center center;
	background-size: cover;
	/*padding-top: 27.92%;*/
	min-height: 296px;
}
.wrap--concept .commb:nth-child(1) .img {
	background-image: url(/images/consept_img01.png);
}
.wrap--concept .commb:nth-child(2) .img {
	background-image: url(/images/consept_img02.png);
}
.wrap--concept .commb:nth-child(3) .img {
	background-image: url(/images/consept_img03.png);
}
.wrap--concept .commb:nth-child(4) .img {
	background-image: url(/images/consept_img04.png);
}
.wrap--concept .commb:nth-child(5) .img {
	background-image: url(/images/consept_img05.png);
}
.wrap--concept .commb:nth-child(6) .img {
	background-image: url(/images/consept_img06.png);
}

@media only screen and (max-width: 768px) {
.wrap--concept {
	padding-bottom: 45px;
	padding-top: 30px;
}
.wrap--concept .commb .txtb .title {
	font-size: 2.0rem;
}
}

@media only screen and (max-width: 640px) {
.wrap--concept .commb {
	display: block;
}
.wrap--concept .commb .txtb {
	padding-bottom: 20px;
	padding-top: 20px;
}
.wrap--concept .commb .img {
	padding-top: 45%;
	min-height: inherit;
}
}


/* 220105 updata */
.wrap--concept {
	background-color: #f4edde;
	position: relative;
}

.wrap--concept .heading--subtext {
	font-family: 'Caveat', cursive;
	font-weight: 700;
	text-align: center;
}

.wrap--concept__items {
	margin-left: auto;
	margin-right: auto;
	max-width: 1266px;
}

.wrap--concept__item {
	position: relative;
}

.wrap--concept__item::before {
	mix-blend-mode: multiply;
	background-size: contain;
	content: "";
	position: absolute;
	width: 100%;
}

@media only screen and (min-width: 769px) {
	.wrap--concept {
		padding-bottom: 120px;
		padding-top: 100px;
	}

	.wrap--concept .heading--subtext {
		font-size: 3.0rem;
	}

	.wrap--concept__itemsInner {
		padding-left: 50px;
		padding-right: 50px;
	}

	.wrap--concept__items {
		margin-top: 120px;
	}

	.wrap--concept__item:nth-child(1)::before {
		background-image: url(/images/consept_img01_en_pc.png);
		height: 221px;
		left: 36px;
		top: -103.6px;
		max-width: 1104px;
	}

	.wrap--concept__item:nth-child(2) {
		margin-top: 130px;
		position: relative;
		left: 27.5px;
	}

	.wrap--concept__item:nth-child(2)::before {
		background-image: url(/images/consept_img02_en_pc.png);
		height: 334px;
		left: 0;
		top: -125.6px;
	}

	.wrap--concept__item:nth-child(3) {
		margin-top: 75px;
	}

	.wrap--concept__item:nth-child(3)::before {
		background-image: url(/images/consept_img03_en_pc.png);
		height: 221px;
		left: 36px;
		top: -103.6px;
		max-width: 477px;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1266px) {
	.wrap--concept__item:nth-child(1)::before {
		height: auto;
		left: 2.878%;
		padding-top: 17.667%;
		top: -14.5%;
		max-width: 88.25%;
	}

	.wrap--concept__item:nth-child(2)::before {
		height: auto;
		padding-top: 31.451%;
		top: -18.5%;
		max-width: 96%;
	}

	.wrap--concept__item:nth-child(3)::before {
		height: auto;
		left: 2.878%;
		padding-top: 17.667%;
		top: -14.5%;
		max-width: 41.443%;
	}
}

@media only screen and (max-width: 768px) {
	.wrap--concept {
		padding-bottom: 40px;
		padding-top: 30px;
	}

	.wrap--concept .heading--subtext {
		font-size: 1.8rem;
	}

	.wrap--concept__items {
		margin-top: 45px;
	}

	.wrap--concept__itemsInner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.wrap--concept__item:nth-child(1)::before {
		background-image: url(/images/consept_img01_en_sp.png);
		height: 65px;
		left: -7px;
		top: -30px;
		max-width: 324px;
	}

	.wrap--concept__item:nth-child(2) {
		margin-top: 62px;
	}

	.wrap--concept__item:nth-child(2)::before {
		background-image: url(/images/consept_img02_en_sp.png);
		height: 105px;
		left: -7px;
		top: -30px;
		max-width: 345px;
	}

	.wrap--concept__item:nth-child(3) {
		margin-top: 62px;
	}

	.wrap--concept__item:nth-child(3)::before {
		background-image: url(/images/consept_img03_en_sp.png);
		height: 65px;
		left: -7px;
		top: -30px;
		max-width: 140px;
	}
}


/* knowledge  */
.wrap--knowledge {
	background-image: url(/knowledge/images/knowledge_bg01.png);
	background-position: center 100px;
	background-repeat: no-repeat;
	padding-bottom: 212px;
	padding-top: 272px;
}
.wrap--knowledge .inner {
	max-width: 1476px;
}
.wrap--knowledge .line {
	background-color: #fff;
	border: 4px solid #000;
	padding: 6px;
	position: relative;
}
.wrap--knowledge .line .line-inside {
	border: 1px solid #000;
	padding-bottom: 90px;
	padding-left: 9.0163934%;
	padding-right: 9.0163934%;
	padding-top: 90px;
	position: relative;
}
.wrap--knowledge .line .line-inside:before {
	background-image: url(/common/images/character.svg);
	background-size: cover;
	content: "";
	height: 115px;
	left: 50%;
	position: absolute;
	top: 0;
	width: 115px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.wrap--knowledge .column {
	align-content: space-between;
}
.wrap--knowledge .column .each-comm {
	flex: 1 1 24.091521%;
	margin-right: 4.2395693%;
}
.wrap--knowledge .column .each-comm:nth-child(3n) {
	margin-right: 0;
}
.wrap--knowledge .column .each-comm .img img {
	width: 100%;
}
.wrap--knowledge .column .each-comm .title {
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 30px;
	text-align: center;
}
.wrap--knowledge .button {
	margin-top: 60px;
	max-width: 500px;
}

.wrap--knowledge .block-zeh {
	margin-top: 60px;
	text-align: center;
}
.wrap--knowledge .block-zeh .text-lead {
	font-size: 2rem;
}
.wrap--knowledge .block-zeh > * + p {
	margin-top: 1em;
}
.wrap--knowledge .block-zeh .text-catch {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 2.2rem;
  font-weight: bold;
	margin-top: 40px;
  padding: 30px 0;
}
.wrap--knowledge .block-zeh .table-result {
	margin: 40px auto 0;
  max-width: 90%;
}
.wrap--knowledge .block-zeh .table-result > p {
	text-align: left;
}
.wrap--knowledge .block-zeh .table-result .table-caption {
	margin-bottom: 0.5em;
}
.wrap--knowledge .block-zeh .table-result table {
	border: 1px solid #000;
  border-collapse: collapse;
	width: 100%;
}
.wrap--knowledge .block-zeh .table-result table th,
.wrap--knowledge .block-zeh .table-result table td {
	border: 1px solid #000;
	padding: 10px;
}
.wrap--knowledge .block-zeh .table-result table + p {
	margin-top: 1em;
}

 @media only screen and (max-width: 1200px) {
.wrap--knowledge {
	background-position: center top;
	background-size: contain;
	padding-bottom: 106px;
	padding-top: 136px;
}
.wrap--knowledge .block-zeh .table-result {
  max-width: initial;
}
}
 @media only screen and (max-width: 768px) {
.wrap--knowledge {
	background-position: center 2%;
}
.wrap--knowledge .line .line-inside {
	padding-left: 11px;
	padding-right: 11px;
}
.wrap--knowledge .column[data-column="p3_s1"] {
	display: flex;
	align-items: baseline;
}
.wrap--knowledge .column[data-column="p3_s1"] .each-comm:nth-child(n+2) {
	margin-top: 20px;
}
/*.wrap--knowledge .column .each-comm {
	margin-right: 0;
}
.wrap--knowledge .column .each-comm .title {
	margin-top: 15px;
}*/

.wrap--knowledge .block-zeh {
	margin-top: 40px;
}
.wrap--knowledge .block-zeh .text-lead {
	font-size: 1.8rem;
}
.wrap--knowledge .block-zeh .text-catch {
  font-size: 1.8rem;
	margin-top: 30px;
  padding: 20px 0;
}
.wrap--knowledge .block-zeh .table-result {
	margin: 30px auto 0;
}
.wrap--knowledge .block-zeh .table-result .table-inner {
	overflow-x: scroll;
  width: 100%;
  padding-bottom: 10px;
}
.wrap--knowledge .block-zeh .table-result table {
	width: 850px;
}
.wrap--knowledge .block-zeh .table-result table + p {
	margin-top: 0.5em;
}
}
 @media only screen and (max-width: 640px) {
.wrap--knowledge {
	padding-bottom: 53px;
	padding-top: 68px;
}
.wrap--knowledge .line .line-inside {
	padding-bottom: 45px;
	padding-top: 45px;
}
.wrap--knowledge .line .line-inside:before {
	height: 57.5px;
	width: 57.5px;
}
.wrap--knowledge .column[data-column="p3_s1"] {
	display: block;
}
.wrap--knowledge .column .each-comm {
	margin-right: 0;
}
.wrap--knowledge .column .each-comm .title {
	margin-top: 15px;
}
.wrap--knowledge .column .each-comm .title {
	font-size: 1.6rem;
	font-weight: 700;
}
.wrap--knowledge .button {
	max-width: none;
}
}

/* renovation  */
.wrap--renovation {
	background-color: #faf5ec;
	padding-bottom: 135px;
	padding-top: 100px;
}
.wrap--renovation .inner {
	max-width: 1476px;
}
.wrap--renovation .inside {
	background-color: #fff;
	padding-bottom: 75px;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 20px;
}
.wrap--renovation .inside .txtb {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -65%);
	transform: translate(-50%, -65%);
}
.wrap--renovation .inside .txtb p {
	line-height: 2;
	margin-top: 5.5%;
}
.wrap--renovation .inside .txtb p:first-child {
	margin-top: 0;
}
.wrap--renovation .inside .txtb p b {
	font-size: 1.8rem;
}
.wrap--renovation .inside .txtb p b.tx_large {
	font-size: 2.4rem;
}
.wrap--renovation .inside .button {
	margin-top: 60px;
	max-width: 500px;
}

 @media only screen and (max-width: 1200px) {
.wrap--renovation {
	padding-bottom: 50px;
	padding-top: 50px;
}
.wrap--renovation .inside {
	padding-bottom: 35px;
}
.wrap--renovation .inside .txtb {
	margin-top: 20px;
	position: static;
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}
.wrap--renovation .inside .img {
	position: relative;
}
.wrap--renovation .inside .img:before {
	background-image: url(/common/images/logo03.svg);
	background-size: contain;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	max-height: 15%;
	max-width: 41%;
	width: 100%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
}

 @media only screen and (max-width: 640px) {
.wrap--renovation .inside .txtb p {
	font-size: 1.3rem;
	line-height: 1.8;
	text-align: left;
}
.wrap--renovation .inside .txtb p b {
	font-size: 1.5rem;
}
.wrap--renovation .inside .txtb p b.tx_large {
	font-size: 2.1rem;
}
.wrap--renovation .inside .button {
	max-width: none;
}
}

/* store  */
.wrap--store {
	padding-top: 250px;
}
.wrap--store .inner {
	max-width: 1920px;
	padding-left: 0;
	padding-right: 0;
}
.wrap--store .upper {
	position: relative;
}
.wrap--store .upper:before {
	background-image: url(/common/images/logo03.svg);
	background-size: cover;
	content: "";
	height: 100px;
	left: 50%;
	position: absolute;
	top: 0;
	width: 278px;
	-webkit-transform: translate(-50%,-150%);
	transform: translate(-50%,-150%);
}
.wrap--store .upper .heading--hdg02 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	position: relative;
}
.wrap--store .upper .heading--hdg02:before {
	background-color: #000;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: -1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.wrap--store .upper .heading--hdg02 span {
	background-color: #fff;
	display: inline-block;
	font-size: 2.6rem;
	padding-left: 5%;
	padding-right: 5%;
}
.wrap--store .upper .column .each-comm {
	width: 50%;
}
.wrap--store .upper .column .each-comm .txtb {
	border-left: 4px solid #000;
	margin-top: 35px;
	padding-left: 28px;
}
.wrap--store .upper .column .each-comm .title {
	font-size: 2.2rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wrap--store .upper .column .each-comm .title .apo {
	border: 1px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: 400;
	height: 30px;
	max-width: 100px;
	width: 100%;
}

.wrap--store .upper .column .each-comm .title + p {
	font-size: 1.3rem;
	margin-top: 20px;
}
.wrap--store .upper .column .each-comm:nth-child(1) {
	text-align: right;
}
.wrap--store .upper .column .each-comm:nth-child(1) .inside {
	display: inline-block;
	padding-left: 50px;
	padding-right: 8.9583333%;
	text-align: left;
}
.wrap--store .upper .column .each-comm:nth-child(2) .inside {
	padding-left: 8.9583333%;
	padding-right: 50px;
}
.wrap--store .upper .column .each-comm .inside {
	margin-bottom: 115px;
	max-width: 624px;
	width: 100%;
}
.wrap--store .upper .column .each-comm .inside .img img {
	height: auto;
	width: 100%;
}
.wrap--store .upper .column .each-comm iframe {
	margin-bottom: -6px;
}

 @media only screen and (max-width: 1200px) {
.wrap--store .upper .column .each-comm:nth-child(1) .inside {
	display: block;
	padding-right: 50px;
}
.wrap--store .upper .column .each-comm:nth-child(2) .inside {
	padding-left: 50px;
}
.wrap--store .upper .column .each-comm .title {
	font-size: 1.8rem;
}
.wrap--store .upper .column .each-comm .title .apo {
	font-size: 1.3rem;
	height: 24px;
	max-width: 80px;
}
}

 @media only screen and (max-width: 768px) {
.wrap--store {
	padding-top: 125px;
}
.wrap--store .upper:before {
	height: 74px;
	width: 206px;
	-webkit-transform: translate(-50%,-130%);
	transform: translate(-50%,-130%);
}
.wrap--store .upper .heading--hdg02:before {
	left: 2%;
	width: 96%;
}
.wrap--store .upper .column .each-comm {
	width: 100%;
}
.wrap--store .upper .column .each-comm:nth-child(1) .inside {
	padding-left: 15px;
	padding-right: 15px;
}
.wrap--store .upper .column .each-comm:nth-child(2) .inside {
	padding-left: 15px;
	padding-right: 15px;
}
.wrap--store .upper .column .each-comm .inside {
	margin-bottom: 30px;
}
.wrap--store .upper .column[data-column="p2_s1"] .each-comm:nth-child(n+2) {
	margin-top: 50px;
}
.wrap--store .upper .column .each-comm .txtb {
	margin-top: 20px;
}
.wrap--store .upper .column .each-comm .title {
	font-size: 1.6rem;
}
.wrap--store .upper .column .each-comm .title .apo {
	font-size: 1.0rem;
	height: 20px;
	max-width: 80px;
}
.wrap--store .upper .column .each-comm .title + p {
	margin-top: 10px;
}
}

 @media only screen and (max-width: 640px) {
.wrap--store .upper .column .each-comm .txtb {
	border-left: 2px solid #000;
	margin-top: 15px;
	padding-left: 14px;
}
.wrap--store .upper .column .each-comm .title + p {
	font-size: 1.4rem;
}
}