@charset "UTF-8";


p.cap{
	font-size: 0.6em;
	padding-top: 4px;
}
.txt-sss {
	font-size: 0.625em;
}

.txt-ss {
	font-size: 0.75em;
}

.txt-s {
	padding-top: 10px;
	font-size: 0.8em;
}

.txt-l {
	font-size: 1.125em;
}

.txt-ll {
	font-size: 1.25em;
}

.txt-lll {
	font-size: 1.375em;
}

.txt-bold {
	font-weight: 500;
}

.txt-italic {
	font-style: italic;
}

.txt-black {
	color: #3e3a39!important;
}

.txt-white {
	color: #fff!important;
}

.txt-gold {
	color: #a29572!important;
}

.txt-green {
	color: #429e66!important;
}

.txt-kerning {
	margin: 0 -0.4em;
}

.txt-shadow {
	text-shadow: 0 0 3px #fff;
}

.txt-shadow-strong {
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}

.txt-white-shadow {
	text-shadow: 0 0 3px #000;
}

.txt-white-shadow-strong {
	text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000;
}

/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 lower common
==================================================================================*/
.lower .page-title {
  position: fixed;
	overflow: hidden;
  height: 35vh;
  transition: top .2s;
  top: 0;
  left: 0;
  width: 100%;
}

.lower .page-title .mvs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lower .page-title .mvs video {
  max-width: 150%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.lower .page-title .mvs img {
  max-width: 150%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.lower .page-title .mv01 {
  z-index: 2;
}

.lower .page-title .page-name {
  position: absolute;
  z-index: 20;
  bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  color: #fff;
  font-weight: normal;
	text-align: center;
}

.lower .page-title .page-name .en,
.lower .page-title .page-name .ja {
  display: block;
}

.lower .page-title .page-name .ja {
  opacity: 0;
	padding-top: 40px;
	font-size: 20px;
  transition: opacity 3.2s;
}

.lower .page-title .page-name .en {
  font-size: 60px;
  letter-spacing: .2em;
}

.lower .page-title .page-name .en span {
  opacity: 0;
  display: inline-block;
  transform: translateY(35px);
  transition: transform 1.4s,opacity 1.2s;
}

@media (max-width: 768px) {

.lower .page-title .page-name {
  position: absolute;
  z-index: 20;
  bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  color: #fff;
  font-weight: normal;
	text-align: center;
}
.lower .page-title .page-name .ja {
  opacity: 0;
	padding-top: 20px;
	font-size: 20px;
  transition: opacity 3.2s;
}
}



.lower .page-title .page-name .en span:nth-child(1) {
  transition-delay: 0.15s;
}

.lower .page-title .page-name .en span:nth-child(2) {
  transition-delay: 0.3s;
}

.lower .page-title .page-name .en span:nth-child(3) {
  transition-delay: 0.45s;
}

.lower .page-title .page-name .en span:nth-child(4) {
  transition-delay: 0.6s;
}

.lower .page-title .page-name .en span:nth-child(5) {
  transition-delay: 0.75s;
}

.lower .page-title .page-name .en span:nth-child(6) {
  transition-delay: 0.9s;
}

.lower .page-title .page-name .en span:nth-child(7) {
  transition-delay: 1.05s;
}

.lower .page-title .page-name .en span:nth-child(8) {
  transition-delay: 1.2s;
}

.lower .page-title .page-name .en span:nth-child(9) {
  transition-delay: 1.35s;
}

.lower .page-title .page-name .en span:nth-child(10) {
  transition-delay: 1.5s;
}

.lower .page-title .page-name .en span:nth-child(11) {
  transition-delay: 1.65s;
}

.lower .page-title .page-name .en span:nth-child(12) {
  transition-delay: 1.8s;
}

.lower .page-title .page-name .en span:nth-child(13) {
  transition-delay: 1.95s;
}

.lower .page-title .page-name .en span:nth-child(14) {
  transition-delay: 2.1s;
}

.lower .page-title .page-name .en span:nth-child(15) {
  transition-delay: 2.25s;
}

.lower .page-title .page-name .en span:nth-child(16) {
  transition-delay: 2.4s;
}

.lower .page-title .page-name .en span:nth-child(17) {
  transition-delay: 2.55s;
}

.lower .page-title .page-name .en span:nth-child(18) {
  transition-delay: 2.7s;
}

.lower .page-title .page-name .en span:nth-child(19) {
  transition-delay: 2.85s;
}

.lower .page-title .page-name .en span:nth-child(20) {
  transition-delay: 3s;
}

.lower .page-title .page-name .en span:nth-child(21) {
  transition-delay: 3.15s;
}

.lower .page-title .page-name .en span:nth-child(22) {
  transition-delay: 3.3s;
}

.lower .page-title .page-name .en span:nth-child(23) {
  transition-delay: 3.45s;
}

.lower .page-title .page-name .en span:nth-child(24) {
  transition-delay: 3.6s;
}

.lower .page-title .page-name .en span:nth-child(25) {
  transition-delay: 3.75s;
}

.lower .page-title .page-name .en span:nth-child(26) {
  transition-delay: 3.9s;
}

.lower .page-title .page-name .en span:nth-child(27) {
  transition-delay: 4.05s;
}

.lower .page-title .page-name .en span:nth-child(28) {
  transition-delay: 4.2s;
}

.lower .page-title .page-name .en span:nth-child(29) {
  transition-delay: 4.35s;
}

.lower .page-title .page-name .en span:nth-child(30) {
  transition-delay: 4.5s;
}

.lower .page-title .page-name .en span:nth-child(31) {
  transition-delay: 4.65s;
}

.lower .page-title .page-name .en span:nth-child(32) {
  transition-delay: 4.8s;
}

.lower .page-title .page-name .en span:nth-child(33) {
  transition-delay: 4.95s;
}

.lower .page-title .page-name .en span:nth-child(34) {
  transition-delay: 5.1s;
}

.lower .page-title .page-name .en span:nth-child(35) {
  transition-delay: 5.25s;
}

.lower .page-title .page-name .en span:nth-child(36) {
  transition-delay: 5.4s;
}

.lower .page-title .page-name .en span:nth-child(37) {
  transition-delay: 5.55s;
}

.lower .page-title .page-name .en span:nth-child(38) {
  transition-delay: 5.7s;
}

.lower .page-title .page-name .en span:nth-child(39) {
  transition-delay: 5.85s;
}

.lower .page-title .page-name .en span:nth-child(40) {
  transition-delay: 6s;
}

.lower .page-title .page-name .en span:nth-child(41) {
  transition-delay: 6.15s;
}

.lower .page-title .page-name .en span:nth-child(42) {
  transition-delay: 6.3s;
}

.lower .page-title .page-name .en span:nth-child(43) {
  transition-delay: 6.45s;
}

.lower .page-title .page-name .en span:nth-child(44) {
  transition-delay: 6.6s;
}

.lower .page-title .page-name .en span:nth-child(45) {
  transition-delay: 6.75s;
}

.lower .page-title .page-name .en span:nth-child(46) {
  transition-delay: 6.9s;
}

.lower .page-title .page-name .en span:nth-child(47) {
  transition-delay: 7.05s;
}

.lower .page-title .page-name .en span:nth-child(48) {
  transition-delay: 7.2s;
}

.lower .page-title .page-name .en span:nth-child(49) {
  transition-delay: 7.35s;
}

.lower .page-title .page-name .en span:nth-child(50) {
  transition-delay: 7.5s;
}

.lower .page-title .page-name .en span:nth-child(51) {
  transition-delay: 7.65s;
}

.lower .page-title .page-name .en span:nth-child(52) {
  transition-delay: 7.8s;
}

.lower .page-title .page-name .en span:nth-child(53) {
  transition-delay: 7.95s;
}

.lower .page-title .page-name .en span:nth-child(54) {
  transition-delay: 8.1s;
}

.lower .page-title .page-name .en span:nth-child(55) {
  transition-delay: 8.25s;
}

.lower .page-title .page-name .en span:nth-child(56) {
  transition-delay: 8.4s;
}

.lower .page-title .page-name .en span:nth-child(57) {
  transition-delay: 8.55s;
}

.lower .page-title .page-name .en span:nth-child(58) {
  transition-delay: 8.7s;
}

.lower .page-title .page-name .en span:nth-child(59) {
  transition-delay: 8.85s;
}

.lower .page-title .page-name .en span:nth-child(60) {
  transition-delay: 9s;
}

.lower .page-title .page-name .en span:nth-child(61) {
  transition-delay: 9.15s;
}

.lower .page-title .page-name .en span:nth-child(62) {
  transition-delay: 9.3s;
}

.lower .page-title .page-name .en span:nth-child(63) {
  transition-delay: 9.45s;
}

.lower .page-title .page-name .en span:nth-child(64) {
  transition-delay: 9.6s;
}

.lower .page-title .page-name .en span:nth-child(65) {
  transition-delay: 9.75s;
}

.lower .page-title .page-name .en span:nth-child(66) {
  transition-delay: 9.9s;
}

.lower .page-title .page-name .en span:nth-child(67) {
  transition-delay: 10.05s;
}

.lower .page-title .page-name .en span:nth-child(68) {
  transition-delay: 10.2s;
}

.lower .page-title .page-name .en span:nth-child(69) {
  transition-delay: 10.35s;
}

.lower .page-title .page-name .en span:nth-child(70) {
  transition-delay: 10.5s;
}

.lower .page-title .page-name .en span:nth-child(71) {
  transition-delay: 10.65s;
}

.lower .page-title .page-name .en span:nth-child(72) {
  transition-delay: 10.8s;
}

.lower .page-title .page-name .en span:nth-child(73) {
  transition-delay: 10.95s;
}

.lower .page-title .page-name .en span:nth-child(74) {
  transition-delay: 11.1s;
}

.lower .page-title .page-name .en span:nth-child(75) {
  transition-delay: 11.25s;
}

.lower .page-title .page-name .en span:nth-child(76) {
  transition-delay: 11.4s;
}

.lower .page-title .page-name .en span:nth-child(77) {
  transition-delay: 11.55s;
}

.lower .page-title .page-name .en span:nth-child(78) {
  transition-delay: 11.7s;
}

.lower .page-title .page-name .en span:nth-child(79) {
  transition-delay: 11.85s;
}

.lower .page-title .page-name .en span:nth-child(80) {
  transition-delay: 12s;
}

.lower .page-title .page-name .en span:nth-child(81) {
  transition-delay: 12.15s;
}

.lower .page-title .page-name .en span:nth-child(82) {
  transition-delay: 12.3s;
}

.lower .page-title .page-name .en span:nth-child(83) {
  transition-delay: 12.45s;
}

.lower .page-title .page-name .en span:nth-child(84) {
  transition-delay: 12.6s;
}

.lower .page-title .page-name .en span:nth-child(85) {
  transition-delay: 12.75s;
}

.lower .page-title .page-name .en span:nth-child(86) {
  transition-delay: 12.9s;
}

.lower .page-title .page-name .en span:nth-child(87) {
  transition-delay: 13.05s;
}

.lower .page-title .page-name .en span:nth-child(88) {
  transition-delay: 13.2s;
}

.lower .page-title .page-name .en span:nth-child(89) {
  transition-delay: 13.35s;
}

.lower .page-title .page-name .en span:nth-child(90) {
  transition-delay: 13.5s;
}

.lower .page-title .page-name.on .ja {
  opacity: 1;
}

.lower .page-title .page-name.on .en span {
  opacity: 1;
  transform: translateY(0px);
}

/*==================================================================================
 map
==================================================================================*/
#map .wrap {
  max-width: 600px;
}

#map .map-image {
  padding-bottom: 80px;
}

#map .map-image .title {
  font-size: 22px;
  line-height: 1.5;
  padding-bottom: 40px;
  text-align: center;
  font-weight: normal;
}

#map .map-image .image {
  padding-bottom: 60px;
}

#map .map-image .button {
  margin: 0 auto;
  max-width: 280px;
}

#map .salon {
  background: url(../imgs/map/bg.png) no-repeat center;
  background-size: cover;
  padding: 85px 0 80px;
  color: #fff;
  text-align: center;
}

#map .salon .title {
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 40px;
  line-height: 2;
}

#map .salon .salon-map {
  padding-bottom: 25px;
}

#map .salon .texts {
  padding-bottom: 25px;
}

#map .salon .text01 {
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.6;
}

#map .salon .text01 .mini {
  font-size: 15px;
}

#map .salon .p-txt {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 10px;
  padding: 10px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

#map .salon .p-txt img {
  max-width: 25px;
  margin-right: 6px;
}

#map .salon .text02 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
  border-bottom: 1px solid;
}

#map .salon .lead {
  font-size: 12px;
  line-height: 2;
}

#map .salon .button {
  margin: 0 auto;
  max-width: 280px;
}

#map .salon .button .common-button04 {
  border: 1px solid #4E4638;
}

#map .salon .salon-ginza {
  text-align: center;
  margin: 80px auto 100px;
}

#map .salon .salon-ginza.wrap {
  max-width: 1200px;
}

#map .salon .salon-ginza .text {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: .2em;
  margin-bottom: 40px;
}

#map .salon .salon-ginza .salon-map {
  max-width: 576px;
  margin: 0 auto 40px;
}

#map .salon .salon-ginza .texts {
  max-width: 870px;
  margin: auto;
}

#map .salon .salon-ginza .texts02 {
  max-width: 570px;
  margin: auto;
}

#map .salon .salon-ginza .texts .add {
  font-size: 18px;
  line-height: 2.6;
  letter-spacing: .2em;
  border-bottom: 1px solid;
  margin: 20px;
}

#map .salon .salon-ginza .texts .lead {
  font-size: 12px;
  line-height: 2;
  letter-spacing: .15em;
  margin-bottom: 30px;
}

#map .salon .salon-ginza .texts .lines {
  margin-bottom: 40px;
}

#map .salon .salon-ginza .texts .lines li {
  text-align: left;
  display: inline-block;
  width: 40%;
  margin-right: 4%;
}

#map .salon .salon-ginza .texts .lines li:last-child {
  margin-right: auto;
}

#map .salon .salon-ginza .texts .lines .text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .15em;
  margin-bottom: 10px;
}

#map .salon .salon-ginza .texts .lines .text-line {
  border-bottom: 1px solid;
  padding-bottom: 8px;
}

#map .salon .salon-ginza .texts .btns li {
  display: inline-block;
  width: 40%;
  margin-right: 4%;
}

#map .salon .salon-ginza .texts .btns li .commonButton02 {
  max-width: inherit;
  width: 100%;
}

#map .salon .salon-ginza .texts .btns li:last-child {
  margin-right: auto;
}

/*==================================================================================
 access
==================================================================================*/
#access .caption01 {
  background: none;
  color: #000;
}

#access .caption02 {
  background: none;
  color: #000;
  bottom: -20px;
}

#access .intro {
  text-align: center;
  margin-bottom: 180px;
}

#access .intro .title {
  font-size: 22px;
  line-height: 1.8;
  font-weight: normal;
  margin-bottom: 80px;
}

#access .intro .imgs {
  max-width: 1000px;
  margin: 0 auto 30px;
}

#access .intro .imgs li {
  float: left;
  width: 50%;
}

#access .intro .line {
  max-width: 1000px;
  margin: auto;
}

#access .lines {
  text-align: center;
  margin-bottom: 100px;
}

#access .lines.wrap {
  max-width: 1030px;
}

#access .lines .title {
  font-size: 22px;
  line-height: 1.8;
  font-weight: normal;
  margin-bottom: 80px;
}

#access .lines .list {
  text-align: left;
  letter-spacing: .1em;
}

#access .lines .list li {
  vertical-align: top;
  display: inline-block;
  width: 30%;
  margin-bottom: 40px;
}

#access .lines .list li:nth-child(2),
#access .lines .list li:nth-child(5) {
  width: 32%;
  margin: 0 3%;
}

#access .lines .list .text01 {
  font-size: 18px;
  line-height: 1.6;
}

#access .lines .list .text01 .name {
  font-size: 24px;
}

#access .lines .list .text01 .num {
  font-size: 40px;
}

#access .lines .list .text02 {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 6px;
}

#access .lines .list .text03 {
  font-size: 12px;
  line-height: 1.6;
}

#access .tourism {
  text-align: center;
}

#access .tourism .title {
  font-size: 22px;
  line-height: 1.8;
  font-weight: normal;
  margin-bottom: 80px;
}

#access .tourism .imgs {
  max-width: 1000px;
  margin: 0 auto 80px;
}

#access .tourism .imgs li {
  float: left;
  width: 50%;
}

#access .tourism .high {
  max-width: 900px;
  margin: auto;
}

#access .ic-list {
  max-width: 1000px;
  margin: 80px auto 0;
}

#access .ic-list li {
  vertical-align: top;
  text-align: left;
  display: inline-block;
  width: 32%;
  margin-right: 1%;
  margin-bottom: 40px;
}

#access .ic-list li:nth-child(3n) {
  margin-right: auto;
}

#access .ic-list .name {
  font-size: 18px;
  line-height: 1.6;
  margin: 20px 0 10px;
}

#access .ic-list .lead {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
}

/*==================================================================================
 location
==================================================================================*/
/*==================================================================================
 design
==================================================================================*/
#design .good-design {
  margin-bottom: 140px;
}

#design .good-design .lists {
  margin: 50px auto 20px;
}

#design .good-design .lists li {
  vertical-align: top;
  display: inline-block;
  width: 32%;
  margin-right: 1%;
}

#design .good-design .lists li:last-child {
  margin-right: auto;
}

#design .good-design .box {
  padding: 20px;
  box-sizing: border-box;
}

#design .good-design .box .logo {
  max-width: 430px;
  margin: 0 0 20px;

}

#design .good-design .box .lead {
  font-size: 16px;
  line-height: 1.5;
}

#design .good-design .pageAnnotation {
  padding-top: 0;
}

#design .sections {
  text-align: center;
  margin-bottom: 100px;
}

#design .sections .wrap {
  width: 90%;
}

#design .sections .title {
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: .15em;
  font-weight: normal;
  margin-bottom: 80px;
}

#design .sections .text {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: .15em;
  margin-bottom: 80px;
}

#design .sections .lead {
  font-size: 16px;
  letter-spacing: .12em;
  line-height: 2;
}

#design .img01 {
  margin-bottom: 140px;
}

#design .designer {
  max-width: 770px;
  margin: 0 auto 200px;
}

#design .designer .list {
  letter-spacing: .12em;
  margin-bottom: 30px;
}

#design .designer .list li {
  vertical-align: top;
  display: inline-block;
  width: 34%;
  margin-right: 2%;
}

#design .designer .list li:last-child {
  width: 63%;
  margin-right: auto;
}

#design .designer .list .image {
  width: 70%;
}

#design .designer .list li:first-child .image {
  float: right;
}

#design .designer .list li:first-child .texts {
  float: left;
}

#design .designer .list .logo {
  max-width: 230px;
  margin: 0 0 10px;
}

#design .designer .list .office {
  font-size: 12px;
  margin-bottom: 10px;
}

#design .designer .list .name {
  font-size: 30px;
}

#design .designer .list .lead {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
}

#design .designer .material {
  width: 90%;
  margin: auto;
}

#design .designer .material li {
  display: inline-block;
  width: 31%;
  margin-right: 2%;
  font-size: 12px;
}

#design .designer .material li img {
  margin: 5px auto 20px;
}

#design .designer .material li:nth-child(3n) {
  margin-right: auto;
}

#design .img02 {
  margin-bottom: 140px;
}

#design .sec02 {
  margin-bottom: 200px;
}

#design .sec02 .lead {
  margin-bottom: 40px;
}

#design .sec02 .imgs {
  max-width: 800px;
  margin: auto;
}

#design .sec02 .imgs .caption {
  background: none;
  color: #000;
  right: auto;
  left: 0;
}

#design .img03 {
  margin-bottom: 140px;
}

#design .sec03 {
  margin-bottom: 0;
}

#design .sec03 .lead {
  margin-bottom: 40px;
}

#design .sec03 .list {
  display: none;
  max-width: 500px;
  margin: auto;
}

#design .sec03 .list li {
  vertical-align: top;
  display: inline-block;
  width: 48%;
  margin-right: 2%;
}

#design .sec03 .list li:last-child {
  margin-right: auto;
}

#design .sec03 .list .text {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
}

#design .img04 {
  margin-bottom: 140px;
}

#design .sec04 {
  margin-bottom: 200px;
}

#design .sec04 .lead {
  margin-bottom: 40px;
}

#design .sec04 .img05 {
  max-width: 800px;
  margin: auto;
}

/*==================================================================================
 plan
==================================================================================*/

#plan {
	display: block;background-color: #ffffff;
	margin-top: 60px;
}
#plan .wrap {
  max-width: 900px;
}

#plan .value-box {
  text-align: center;
  margin-bottom: 100px;
}

#plan .value-box .title {
  font-size: 24px;
  line-height: 1.8;
  font-weight: normal;
  margin-bottom: 80px;
}

#plan .value-box .lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 100px;
}

#plan .value-box .data {
  max-width: 900px;
  margin: 0 auto 140px;
  display: inline-block;
  vertical-align: middle;
}

#plan .value-box .data .lead {
  margin-bottom: 20px;
}

#plan .value-box .data .mini {
  text-align: left;
  letter-spacing: .12em;
  font-size: 11px;
}

#plan .value-box .data .image {
  width: 80%;
  margin: auto;
}

#plan .value-box .data .data-tit {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

#plan .value-box .data .caps {
  text-align: right;
  font-size: 11px;
  line-height: 1.6;
  margin-top: 30px;
}

#plan .value-box .data .data-lead {
  font-size: 22px;
  line-height: 1.8;
  margin-top: 40px;
}

#plan .value-box .data .data-lead .point {
  color: #A95C3E;
}

#plan .value-box .data .data-lead .num {
  font-size: 32px;
}

#plan .intro {
  text-align: center;
  margin-bottom: 140px;
}

#plan .intro .title {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: .15em;
  font-weight: normal;
  margin-bottom: 80px;
}

#plan .plan-btns {
  text-align: center;
}

#plan .plan-btns .btn {
  vertical-align: bottom;
  display: inline-block;
  width: 45%;
  margin-right: 2%;
  margin-bottom: 40px;
  background: #b6ada7;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
}

#plan .plan-btns .btn a {
  display: block;
  position: relative;
}

#plan .plan-btns .btn a .text {
  text-align: center;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #4E4638;
}

#plan .plan-btns .btn a .type {
  text-align: center;
  background: #4E4638;
  color: #fff;
  font-size: 30px;
  letter-spacing: .15em;
  vertical-align: top;
  padding: 16px 0;
}

#plan .plan-btns .btn a .type .alpha {
  font-size: 50px;
}

#plan .plan-btns .btn a .type .num {
  font-size: 40px;
}

#plan .plan-btns .btn a .h3type {
  padding: 62px 0;
}

#plan .plan-btns .btn a .texts {
  padding: 20px 0 0;
  box-sizing: border-box;
  color: #fff;
}

#plan .plan-btns .btn a .texts .spec {
  width: 90%;
  font-size: 30px;
  letter-spacing: .1em;
  line-height: 1.1;
  margin: 0 auto 20px;
}

#plan .plan-btns .btn a .texts .spec span {
  font-size: 24px;
}

#plan .plan-btns .btn a .texts .thumb {
  margin-top: 20px;
  text-align: left;
}

#plan .plan-btns .btn a .texts .width {
  width: 90%;
  margin: auto;
  font-size: 13px;
  letter-spacing: .1em;
  margin-bottom: 20px;
}

#plan .plan-btns .btn a .texts .width .num {
  font-size: 24px;
}

#plan .plan-btns .btn a .texts .point {
  display: none;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .15em;
  margin-bottom: 10px;
}

#plan .plan-btns .btn a .texts .gallery {
  width: 80%;
  margin: 0 auto 20px;
  font-size: 15px;
  letter-spacing: .1em;
  background-color: #fff;
  color: #4E4638;
  padding: 10px;
}

#plan .plan-btns .btn a .texts .more {
  display: block;
  position: relative;
  text-align: left;
  font-size: 16px;
  letter-spacing: .2em;
  padding: 20px;
}

#plan .plan-btns .btn a .texts .more .mark {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-180deg);
  transition: transform .5s;
}

#plan .plan-btns .btn a .texts .more .mark:before, #plan .plan-btns .btn a .texts .more .mark:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#plan .plan-btns .btn a .texts .more .mark:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#plan .plan-btns .btn a:hover {
  opacity: 1;
}

#plan .plan-btns .btn a:hover .type {
  background: rgba(78, 70, 56, 0.3);
  transition: .5s;
}

#plan .plan-btns .btn a:hover .more {
  letter-spacing: .4em;
  transition: .5s;
}

#plan .plan-btns .btn a:hover .more .mark {
  transform: translateY(-50%) rotate(0deg);
}

#plan .plan-btns .btn.d3btn {
  margin-right: auto;
}

#plan .casbee {
  max-width: 320px;
  margin: auto;
  text-align: center;
}

#plan .banner {
  max-width: 600px;
  margin: 30px auto 0;
  width: 94%;
}

@media screen and (max-width: 768px) {
  #plan .value-box .data li {
    width: 100%;
    display: block;
  }
  #plan .value-box .data li .image {
    width: 60%;
    margin: auto;
  }
  #plan .plan-btns .btn {
    display: block;
    width: 94%;
    margin: 0 auto 40px;
  }
  #plan .plan-btns .btn .image {
    text-align: center;
  }
}


/*==================================================================================
 plan.detail
==================================================================================*/
#plan.detail .plans {
  text-align: center;
  margin-bottom: 100px;
}

#plan.detail .plans .intro-img {
  margin-bottom: 100px;
}

#plan.detail .plans .type {
  font-size: 30px;
  letter-spacing: .15em;
  margin-bottom: 50px;
  display: inline-block;
  position: relative;
}

#plan.detail .plans .type .alpha {
  font-size: 48px;
}

#plan.detail .plans .type .num {
  font-size: 40px;
}

#plan.detail .plans .type:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 70px;
  height: 1px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #4E4638;
}

#plan.detail .plans .spec {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: .15em;
  margin-bottom: 10px;
}

#plan.detail .plans .width {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .15em;
  margin-bottom: 50px;
}

#plan.detail .plans .width .num {
  font-size: 30px;
}

#plan.detail .plans .width .mini {
  font-size: 14px;
}

#plan.detail .plans .point {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 50px;
}

#plan.detail .plans .guide {
  margin: 20px auto 60px;
}

#plan.detail .plans .guide .image {
  max-width: 350px;
  margin: 0 auto 10px;
}

#plan.detail .plans .guide .text {
  font-size: 13px;
  line-height: 2;
}

#plan.detail .plans .button {
  max-width: 280px;
  margin: auto;
}

#plan.detail .imgs {
  text-align: center;
  margin-bottom: 150px;
}

#plan.detail .imgs .txt {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: .15em;
  margin-bottom: 50px;
}

#plan.detail .imgs .img-Area {
  position: relative;
}

#plan.detail .imgs .img-Area .caption {
  background: none;
  bottom: -20px;
  color: #4E4638;
}

#plan.detail .imgs .img-Area .slider {
  width: 100%;
  margin: 0 auto;
}

#plan.detail .imgs .img-Area .slider img {
  max-width: 700px;
  width: 100vw;
  height: auto;
  margin: 0 25px;
}

#plan.detail .imgs .img-Area .slider .slick-slide {
  transition: all .5s;
  opacity: 0.5;
}

#plan.detail .imgs .img-Area .slider .slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
}

#plan.detail .imgs .img-Area .lead {
  font-size: 18px;
  line-height: 2;
  margin-top: 20px;
}

#plan.detail .imgs .img-Area .slick-prev,
#plan.detail .imgs .img-Area .slick-next {
  display: none !important;
}

#plan.detail .imgs .img-Area .slick-dots {
  bottom: auto;
  text-align: center;
  margin: 20px 0 0 0;
}

#plan.detail .imgs .img-Area .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}

#plan.detail .imgs .img-Area .slick-dots button {
  color: transparent;
  outline: none;
  display: inline-block;
  border-radius: 50%;
  background: #AAA386;
}

#plan.detail .imgs .img-Area .slick-dots button:before {
  display: none;
}

#plan.detail .imgs .img-Area .slick-dots .slick-active button {
  background: #AAA386;
  width: 6px;
  height: 6px;
  padding: 8px;
  margin-left: -2px;
}

#plan.detail .plan-btns {
  text-align: center;
}

#plan.detail .plan-btns .tit {
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: .15em;
  margin: 100px auto 50px;
}

#plan.detail .plan-btns .text {
  display: inline-block;
}

#plan.detail .gallery_3d {
  max-width: 800px;
  margin: 0 auto 100px;
  text-align: center;
}

#plan.detail .gallery_3d .title {
  position: relative;
  display: inline-block;
  font-size: 22px;
  text-align: center;
  padding: 0 55px;
}

#plan.detail .gallery_3d .title:before,
#plan.detail .gallery_3d .title:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 1px;
  flex-grow: 1;
  background-color: #4e4638;
}

#plan.detail .gallery_3d .title:before {
  left: 0%;
}

#plan.detail .gallery_3d .title:after {
  right: 0%;
}

#plan.detail .gallery_3d .text {
  font-size: 18px;
  padding: 10px 0 30px;
  line-height: 1.6;
}

/*==================================================================================
 outline
==================================================================================*/
#outline .wrap {
  max-width: 640px;
  margin: auto;
  letter-spacing: .12em;
}

#outline .tit {
  font-size: 16px;
  color: #5a6376;
  font-weight: bold;
  margin-bottom: 10px;
}

#outline .box {
  border: solid 1px #ccc;
  background: #F0F0F0;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

#outline .box .title {
  font-size: 18px;
  margin-bottom: 10px;
}

#outline .box .text {
  font-size: 12px;
  line-height: 1.6;
}

#outline .list {
  border-collapse: collapse;
  padding: 0;
  width: 100%;
  border: solid 1px #ccc;
  margin-bottom: 20px;
}

#outline .list td {
  border-bottom: solid 1px #ccc;
  font-size: 14px;
  line-height: 1.7;
  padding: 10px;
  box-sizing: border-box;
}

#outline .list td:nth-child(1) {
  white-space: nowrap;
  width: 210px;
  background: #F0F0F0;
}

#outline .list td:nth-child(2) {
  width: calc(100% - 210px);
}

#outline .information_text {
  text-align: right;
}

#outline .information_text p {
  font-size: 12px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #outline .box .title {
    font-size: 16px;
  }
  #outline .list {
    margin-bottom: 10px;
  }
  #outline .list td {
    border-bottom: none;
    font-size: 12px;
    display: block;
  }
  #outline .list td:nth-child(1) {
    padding: 10px;
    box-sizing: border-box;
    font-weight: bold;
    width: 100%;
  }
  #outline .list td:nth-child(2) {
    padding: 10px;
    box-sizing: border-box;
    width: auto;
    width: 100%;
  }
  #outline .information_text {
    text-align: right;
    margin-bottom: 20px;
  }
}

/*==================================================================================
 support
==================================================================================*/
/*==================================================================================
 select
==================================================================================*/
#select .page-header .image {
  background: url(../imgs/select/mv.jpg) no-repeat center;
  background-size: cover;
}

#select .content {
  text-align: center;
}

#select .squareNum {
  display: inline-block;
  position: relative;
  top: -2px;
  margin: 0 3px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  text-indent: 0;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: #6498b4;
}

#select .squareNum.custom {
  background: #d6bc4b;
}

#select .intro {
  padding-bottom: 120px;
  text-align: center;
}

#select .intro img {
  width: auto;
}

#select .intro > header {
  padding-bottom: 50px;
}

#select .intro > header h3 {
  padding-bottom: 40px;
  line-height: 1.4;
  font-size: 30px;
  font-weight: normal;
}

#select .intro > header .logo {
  padding-bottom: 40px;
}

#select .intro > header .images {
  padding-bottom: 80px;
}

#select .intro > header .images li {
  float: left;
  width: 32%;
}

#select .intro > header .images li:not(:last-child) {
  padding-right: 2%;
}

#select .intro > header .lead {
  padding-bottom: 50px;
  line-height: 2;
  font-size: 18px;
}

#select .intro .menus {
  box-sizing: border-box;
  float: left;
  width: 49%;
  margin-bottom: 20px;
  padding: 50px 6% 60px;
  background: #ebf5f7;
}

#select .intro .menus h4 {
  padding-bottom: 30px;
  line-height: 1;
  font-size: 22px;
  font-weight: normal;
  color: #235d73;
}

#select .intro .menus h4 img {
  display: block;
  margin: 0 auto;
  padding-top: 10px;
}

#select .intro .menus .catch {
  padding-bottom: 15px;
  line-height: 1.4;
  font-size: 20px;
}

#select .intro .menus .lead {
  padding-bottom: 6px;
  line-height: 1.7;
  font-size: 14px;
}

#select .intro .menus .mini {
  font-size: 11px;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 20px;
}

#select .intro .menus ul {
  font-size: 16px;
  color: #333;
}

#select .intro .menus li {
  padding: 15px 0;
  background: #235d73;
  color: #fff;
}

#select .intro .menus li:not(:last-child) {
  margin-bottom: 5px;
}

#select .intro .menus .annotation {
  padding-top: 5px;
  display: block;
  text-align: right;
  line-height: 1.4;
  font-size: 11px;
}

#select .intro .menus.custom h4 {
  color: #b0a433;
}

#select .intro .menus.custom li {
  background: #b0a433;
}

#select .intro .custom {
  float: right;
  background: #fdfbef;
}

#select .intro .flow {
  box-sizing: border-box;
  clear: both;
  padding: 50px 6%;
  background: #f7f7f7;
}

#select .intro .flow h4 {
  padding-bottom: 20px;
  line-height: 1;
  font-size: 26px;
  font-weight: normal;
}

#select .intro .flow .lead {
  padding-bottom: 5px;
  line-height: 1.7;
  font-size: 14px;
}

#select .intro .flow .lead + .annotation {
  padding-bottom: 30px;
  text-align: center;
}

#select .intro .flow .annotation {
  text-align: left;
  line-height: 1.4;
  font-size: 11px;
  color: #243051;
}

#select .intro .flow ul {
  padding-bottom: 20px;
  font-size: 16px;
}

#select .intro .flow ul li {
  box-sizing: border-box;
  position: relative;
  padding: 15px 5%;
  background: #fff;
}

#select .intro .flow ul li:not(:last-child) {
  margin-bottom: 40px;
}

#select .intro .flow ul li:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  bottom: -37px;
  left: 50%;
  margin-left: -8px;
  border-top: 10px solid #969393;
  border-right: 8px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 8px solid transparent;
}

#select .intro .flow ul li.bgGray {
  padding: 20px 5%;
  background: #d2d2d2;
}

#select .intro .flow ul li .small {
  font-size: 70%;
}

#select .intro .flow ul li img {
  display: inline-block;
  padding-top: 15px;
}

#select .intro .flow ul li .other {
  display: block;
  margin: 15px 0;
  padding: 12px 0;
  line-height: 1;
  color: #333;
  background: #fff;
}

#select .pageTabs {
  padding-bottom: 20px;
  text-align: center;
  font-size: 14px;
  /*li:nth-child(3n){
      padding-right: 0;
    }*/
}

#select .pageTabs li {
  float: left;
  width: 18%;
  padding-bottom: 10px;
}

#select .pageTabs li a {
  display: block;
  padding: 15px 0;
  border: 1px solid #4E4638;
  color: #4E4638;
  background: #fff;
  box-sizing: border-box;
  letter-spacing: .12em;
}

#select .pageTabs li a:hover {
  color: #fff;
  background: #4E4638;
  background-size: cover;
  opacity: 1;
}

#select .pageTabs li {
  padding-right: 1.6%;
}

#select .pageTabs .current a {
  pointer-events: none;
  color: #fff;
  background: #4E4638;
  background-size: cover;
}

#select .sections {
  padding-bottom: 40px;
}

#select .sections > header {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 60px;
  padding-top: 80px;
  height: 200px;
  text-align: center;
  color: #fff;
  background: url("../imgs/select/base-title-bg.jpg") no-repeat center center;
  background-size: cover;
}

#select .sections > header h3 {
  line-height: 1.4;
  font-size: 36px;
  font-weight: lighter;
  font-family: 'Cormorant Garamond';
}

#select .sections > header .ja {
  display: block;
  font-size: 50%;
  font-family: 'Noto Serif JP';
}

#select .sections > header .lead {
  padding-top: 30px;
  line-height: 2;
  font-size: 14px;
}

#select .sections > header .tags {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  font-size: 14px;
  color: #fff;
}

#select .sections > header .tags span {
  display: inline-block;
  padding: 5px 15px;
  line-height: 1;
  background: #4696af;
}

#select .sections > header .tags .custom {
  background: #d6bc4b;
}

#select .sections > header .caption {
  background: none;
}

#select .sections dd, #select .sections .lead {
  line-height: 1.6;
  font-size: 14px;
}

#select .sections dd .annotation, #select .sections .lead .annotation {
  padding-top: 5px;
}

#select .sections .annotation {
  text-align: left;
  line-height: 1.4;
  font-size: 12px;
}

#select .sections .annotation01 {
  line-height: 1.4;
  font-size: 12px;
  margin-top: 20px;
}

#select .sections .squareNum {
  transform: scale(0.8);
}

#select .selects {
  padding-bottom: 40px;
}

#select .selects header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}

#select .selects header h4 {
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: normal;
  border-bottom: 3px solid #ccc;
  line-height: 1.4;
}

#select .selects header h4 .cloth-title {
  background: #E4007F;
  color: #fff;
  padding: 3px 5px;
  font-size: 13px;
}

#select .selects header .p-text {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}

#select .selects header .annotation {
  color: #000;
  margin-bottom: 20px;
}

#select .selects h5 {
  font-weight: normal;
}

#select .selects .selectCategory {
  margin-bottom: 15px;
  padding: 8px 10px;
  line-height: 1;
  font-size: 16px;
  color: #fff;
  background: #6498b4;
  font-weight: normal;
  box-sizing: border-box;
}

#select .selects .selectCategory.custom {
  background: #d6bc4b;
}

#select .selects .selectCategory.type {
  background: #9fa0a0;
  text-align: center;
}

#select .selects .selectCategory.type03 {
  text-align: center;
  width: 100%;
}

#select .selects .colorName {
  margin-top: 20px;
  padding: 15px;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  background: #fff;
  font-weight: normal;
  border: 1px solid #ccc;
}

#select .selects .colorName.calm {
  color: #fff;
  background: #423f3f;
}

#select .selects .items {
  letter-spacing: .12em;
}

#select .selects .items li {
  display: inline-block;
}

#select .selects .items li .itemName {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 14px;
  text-align: left;
}

#select .selects .items li .itemName-mini {
  line-height: 1.8;
  font-size: 12px;
}

#select .selects .items li .noNum {
  padding-left: 0;
}

#select .selects .items li .small {
  font-size: 70%;
}

#select .selects .items li dl {
  padding-bottom: 15px;
}

#select .selects .items li .image .caption {
  position: absolute;
  bottom: 1%;
  color: #fff;
}

#select .selects .items-right {
  text-align: right;
}

#select .selects .items-top li {
  vertical-align: text-top;
}

#select .sections > .annotation {
  padding-top: 30px;
}

#select .base .colors {
  margin-bottom: 60px;
}

#select .base .colors .colors:not(:last-of-type) {
  padding-bottom: 50px;
}

#select .base .colors > header {
  text-align: center;
  max-width: 600px;
  margin: auto;
}

#select .base .colors > header h4 {
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  border-bottom: 3px solid #ccc;
}

#select .base .colors > header .p-text {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}

#select .base .colors .colors-list {
  text-align: left;
  margin-bottom: 60px;
}

#select .base .colors .colors-list li {
  display: inline-block;
  vertical-align: text-top;
  width: 32%;
  margin-right: 6%;
}

#select .base .colors .colors-list li:last-child {
  width: 61%;
  margin-right: auto;
}

#select .base .colors .colors-list .color-type {
  margin-bottom: 40px;
  padding: 5px 0;
  border-top: 1px solid #75808e;
}

#select .base .colors .colors-list .color-type li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  margin-right: 0;
}

#select .base .colors .colors-list .color-type li .annotation {
  position: absolute;
  bottom: -20px;
  right: 0;
}

#select .base .colors .colors-list .color-type li:last-child {
  width: 77%;
  margin-right: auto;
}

#select .base .colors .colors-list .num {
  font-size: 26px;
  margin-right: 10px;
}

#select .base .colors .colors-list .name {
  text-align: center;
  padding: 14px 0 8px;
  font-size: 20px;
  color: #fff;
  background: #eedca8;
  line-height: .6;
}

#select .base .colors .colors-list .en {
  font-size: 60%;
}

#select .base .colors .colors-list .catch {
  padding-bottom: 20px;
  line-height: 1.4;
  font-size: 18px;
}

#select .base .colors .colors-list .lead {
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

#select .base .colors .colors-list .comment {
  font-size: 14px;
  line-height: 1.8;
}

#select .base .colors .colors-list .eng {
  color: #fff;
  background: #4E4638;
  border: 1px solid #4E4638;
  padding: 0 5px;
  margin-right: 10px;
}

#select .base .colors .colors-list .image01 {
  margin: 0 auto;
  padding-bottom: 10px;
  max-width: 660px;
}

#select .base .colors .colors-list .image02 {
  position: relative;
  margin: 0 auto 40px;
  max-width: 660px;
}

#select .base .colors .colors-list .image02 .caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 8px;
  bottom: 0;
  right: 0;
}

#select .base .colors .colors-list.slow .name {
  color: #000;
}

#select .base .colors .colors-list.tolerant .name {
  background: #6A5646;
}

#select .base .colors .colors-list.glow .name {
  background: #aa947c;
}

#select .base .colors .option-text {
  text-align: left;
  font-size: 11px;
  line-height: 1.5;
  color: #243051;
}

#select .kitchen > header {
  background-image: url("../imgs/select/kitchen-title-bg.jpg");
}

#select .kitchen .select01 .items {
  padding-bottom: 10px;
}

#select .kitchen .select01 .items li {
  text-align: left;
  width: 23%;
  margin-right: 1.5%;
}

#select .kitchen .select01 .items li dl {
  padding-bottom: 0;
}

#select .kitchen .select01 .items li dl .itemName {
  font-size: 12px;
}

#select .kitchen .select01 .items li:last-child {
  margin-right: auto;
}

#select .kitchen .select01 .items .caption {
  position: static;
  padding: 3px 0 0;
  background: none;
}

#select .kitchen .select01 .items .caption01 {
  position: absolute;
  bottom: -20px;
  right: 0;
  background: none;
  font-size: 10px;
  color: #000;
}

#select .kitchen .select01 .items .image {
  width: 100%;
}

#select .kitchen .select01 .free {
  padding-bottom: 30px;
}

#select .kitchen .select01 .text {
  font-size: 20px;
  margin-bottom: 10px;
}

#select .kitchen .select01 .free-a .items {
  padding-top: 50px;
}

#select .kitchen .select01 .free-a .type {
  width: 100%;
  float: right;
}

#select .kitchen .select01 .free-c {
  padding-bottom: 10px;
  text-align: right;
}

#select .kitchen .select01 .free-c .items {
  padding-top: 50px;
}

#select .kitchen .select01 .free-c .items .image {
  margin-top: -60px;
}

#select .kitchen .select01 .free-c .type {
  width: 50%;
  float: right;
}

#select .kitchen .select01 .right {
  font-size: 10px;
  text-align: right;
  color: #000;
}

#select .kitchen .select02 .optimum {
  padding-top: 20px;
  font-size: 16px;
}

#select .kitchen .select02 .optimum .calculation {
  display: inline-block;
  margin: 0 10px;
  padding: 9px 20px;
  font-size: 110%;
  color: #fff;
  background: #3D4047;
}

#select .kitchen .select02 .items {
  margin: 0 auto;
  max-width: 750px;
}

#select .kitchen .select02 .items li {
  width: 30.6%;
}

#select .kitchen .select02 .items li .caption {
  position: absolute;
  padding: 0;
  margin-bottom: -25px;
  color: #333;
  background: none;
}

#select .kitchen .select02 .items li:not(:last-child) {
  padding-right: 3%;
}

#select .kitchen .select03 .items {
  margin: 0 auto;
  max-width: 500px;
}

#select .kitchen .select03 .items li {
  width: 45%;
}

#select .kitchen .select03 .items li .caption {
  position: absolute;
  margin-bottom: -25px;
  padding: 0;
  color: #333;
  background: none;
}

#select .kitchen .select03 .items li:not(:last-child) {
  padding-right: 6%;
}

#select .kitchen .select04 .items {
  margin: 0 auto;
}

#select .kitchen .select04 .items li {
  width: 22%;
}

#select .kitchen .select04 .items li .caption {
  bottom: -15px;
  right: 0;
  color: #333;
}

#select .kitchen .select04 .items li:not(:last-child) {
  margin-right: 2%;
}

#select .kitchen .select05 .items li {
  width: 22%;
  margin-bottom: 20px;
}

#select .kitchen .select05 .items li:not(:nth-child(4n)) {
  margin-right: 2%;
}

#select .kitchen .select07 .colors {
  margin-bottom: 40px;
}

#select .kitchen .select07 .color01 .items li {
  vertical-align: top;
  width: 26%;
  margin-bottom: 20px;
  margin-right: 2%;
}

#select .kitchen .select07 .color01 .items li .color-txt {
  background: #E8D2A0;
  font-size: 18px;
  padding: 6px 0;
  margin-bottom: 10px;
}

#select .kitchen .select07 .color01 .items li .color-txt.txt02 {
  background: #6A5646;
  color: #fff;
}

#select .kitchen .select07 .color01 .items li .color-txt.txt03 {
  background: #aa947c;
  color: #fff;
}

#select .kitchen .select07 .color01 .items li .image {
  text-align: left;
}

#select .kitchen .select07 .color01 .items li li {
  display: inline-block;
  width: 47%;
}

#select .kitchen .select07 .color01 .items li li:last-child {
  margin-right: auto;
}

#select .kitchen .select07 .color01 .items li.last {
  width: 12%;
  margin-right: auto;
}

#select .kitchen .select07 .color01 .items li.last .color-txt {
  background: none;
}

#select .kitchen .select07 .color01 .items li.last li {
  width: 100%;
}

#select .kitchen .select07 .color01 .items li .name {
  background: #CCBDA6;
  color: #000;
  padding: 5px;
  font-size: 120%;
  margin-bottom: 20px;
}

#select .kitchen .select07 .color01 .items li.snow .name {
  background: #979089;
  color: #fff;
}

#select .kitchen .select07 .color01 .items li.calm .name {
  background: #6A5646;
  color: #fff;
}

#select .kitchen .select07 .color02 .items li {
  width: 22%;
}

#select .kitchen .select07 .color02 .items li:not(:nth-child(3n)) {
  padding-right: 2%;
}

#select .kitchen .select07 .color02 .items li .color-txt {
  background: #E8D2A0;
  font-size: 18px;
  padding: 6px 0;
  margin-bottom: 10px;
}

#select .kitchen .select07 .color02 .items li .color-txt.txt02 {
  background: #6A5646;
  color: #fff;
}

#select .kitchen .select07 .color02 .items li .color-txt.txt03 {
  background: #aa947c;
  color: #fff;
}

#select .kitchen .select07 .color02 .items .mini {
  text-align: left;
  font-size: 12px;
  margin-top: 6px;
}

#select .kitchen .select07 .items01 li {
  width: 100%;
}

#select .kitchen .select07 .items01 li .itemName {
  padding-left: 0;
}

#select .kitchen .select07 .items01 li .itemName .squareNum {
  position: static;
  margin: 0 5px;
  transform: translateY(-2px);
}

#select .kitchen .select07 .items01 li .itemName .squareNum:first-of-type {
  margin-left: 0;
}

#select .kitchen .select07 .selectCategory {
  max-width: 750px;
  margin: auto;
  text-align: center;
}

#select .kitchen .select07 .type01 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  background: url(../imgs/select/kitchen-select07-04.jpg);
  border: 1px solid #ccc;
  box-sizing: border-box;
}

#select .kitchen .select07 .type02 {
  background: #DDD6C9;
  color: #000;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

#select .kitchen .select07 .type03 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  background-image: url(../imgs/select/kitchen-select06-07.jpg);
  box-sizing: border-box;
}

#select .kitchen .select07 .type04 {
  background: #323333;
}

#select .kitchen .select07 .lead {
  width: 75%;
  margin: auto;
}

#select .kitchen .select08 .colors {
  margin-bottom: 40px;
}

#select .kitchen .select08 .color01 .items li {
  width: 48%;
  padding-right: 1%;
  vertical-align: text-top;
}

#select .kitchen .select08 .color01 .items li:last-child {
  padding-right: 0;
}

#select .kitchen .select08 .color02 .items li {
  width: 22%;
}

#select .kitchen .select08 .color02 .items li:not(:nth-child(4n)) {
  padding-right: 2%;
}

#select .bath > header {
  background-image: url("../imgs/select/bath-title-bg.jpg");
}

#select .bath .select01 .items {
  margin-bottom: 40px;
}

#select .bath .select01 .items li {
  display: inline-block;
  width: 31%;
  padding-right: 2%;
  vertical-align: text-bottom;
}

#select .bath .select01 .items li .itemName {
  padding-left: 0;
}

#select .bath .select01 .items li .itemName .squareNum {
  position: static;
  margin: 0 5px;
  transform: translateY(-2px);
}

#select .bath .select01 .items li .itemName .squareNum:first-of-type {
  margin-left: 0;
}

#select .bath .select01 .items li .wall li {
  width: 45%;
}

#select .bath .select01 .items li .wall li .itemName-mini {
  font-size: 10px;
}

#select .bath .select01 .items li .wall li:first-child {
  margin: 0 3%;
}

#select .bath .select01 .items li .colors {
  font-size: 50%;
  margin-top: 10px;
  text-align: left;
}

#select .bath .select01 .items li .caption {
  background: none;
  color: #fff;
}

#select .bath .select01 .items li:last-child {
  padding-right: 0;
}

#select .bath .select01 .type {
  width: 50%;
  margin: 0 auto;
}

#select .bath .select01 .items01 {
  margin-bottom: 40px;
  text-align: center;
}

#select .bath .select01 .items01 li {
  display: inline-block;
  width: 30%;
  padding-right: 2%;
  vertical-align: text-bottom;
}

#select .bath .select01 .items01 li .itemName {
  font-size: 14px;
  padding: 10px 10px 20px;
}

#select .bath .select01 .items01 li .itemName-mini {
  margin-top: 4px;
  font-size: 12px;
}

#select .bath .select01 .items01 li:last-child {
  padding-right: 0;
}

#select .bath .select01 .items01 li:last-child .p-title, #select .bath .select01 .items01 li:last-child .p-text {
  font-size: 14px;
  padding-left: 10px;
  margin-bottom: 10px;
}

#select .bath .select01 .items01 li:last-child .p-text {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 5px;
}

#select .bath .select01 .items01 li:last-child .image {
  display: inline-flex;
}

#select .bath .select02 {
  margin-bottom: 80px;
}

#select .bath .select02 .text {
  font-size: 20px;
  margin-bottom: 10px;
}

#select .bath .select02 .items {
  max-width: 750px;
  margin: auto;
}

#select .bath .select02 .items li {
  width: 48%;
  margin-right: 2%;
}

#select .bath .select02 .items li:last-child {
  margin-right: auto;
}

#select .bath .select03 .title {
  display: inline-block;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

#select .bath .select03 .text {
  font-size: 20px;
  margin-bottom: 10px;
}

#select .bath .select03 .items {
  margin-bottom: 50px;
  margin-top: 20px;
}

#select .bath .select03 .items .itemName .squareNum {
  position: static;
  margin: 0 5px;
  transform: translateY(-2px);
}

#select .bath .select03 .items li {
  text-align: left;
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

#select .bath .select03 .items .image {
  width: 75%;
}

#select .bath .select03 .items .image .caption {
  color: #000;
  bottom: -18%;
  background: none;
}

#select .bath .select03 .items .image.double .caption {
  bottom: -10%;
}

#select .bath .select03 .items .p-title {
  font-size: 16px;
  margin-bottom: 10px;
}

#select .bath .select03 .items .p-text {
  font-size: 15px;
  line-height: 1.4;
}

#select .bath .select03 .items .p-text02 {
  font-size: 12px;
  margin-top: 20px;
  line-height: 1.4;
}

#select .door > header {
  background-image: url("../imgs/select/door-title-bg.jpg");
}

#select .door .select01 .items li {
  width: 31%;
  padding-right: 2%;
}

#select .door .select01 .items li p {
  text-align: center;
}

#select .door .select01 .items li .image {
  width: 50%;
  margin: auto;
}

#select .door .select01 .items li:last-child {
  padding-right: 0;
}

#select .door .select01 .annotation {
  margin-top: 30px;
}

#select .door .select02 .items {
  max-width: 700px;
  margin: 0 auto;
}

#select .door .select02 .items li {
  width: 47%;
}

#select .door .select02 .items li:not(:last-child) {
  padding-right: 2%;
}

#select .cloth > header {
  background-image: url("../imgs/select/cloth-title-bg.jpg");
}

#select .cloth .select01 .lead01 {
  display: inline-block;
  font-size: 16px;
  border-bottom: 3px solid #6ea2b3;
  margin-bottom: 6px;
  padding-bottom: 6px;
}

#select .cloth .select01 .lead02 {
  font-size: 14px;
  line-height: 1.4;
}

#select .cloth .select01 .annotation {
  margin: 30px 0 20px;
}

#select .cloth .select01 .items li {
  width: 20%;
}

#select .cloth .select01 .items li .image {
  width: 80%;
}

#select .cloth .select01 .items li:not(:nth-child(-n+4)) {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  #select .contents {
    padding: 45px 0 0;
  }
  #select .intro > header .lead {
    text-align: left;
    font-size: 14px;
    padding-bottom: 0;
  }
  #select .intro .menus {
    float: none !important;
    clear: both;
    width: auto;
    padding: 25px 5% 30px;
  }
  #select .intro .menus h4 {
    padding-bottom: 20px;
    font-size: 18px;
  }
  #select .intro .menus h4 img {
    padding-top: 5px;
    width: 180px;
  }
  #select .intro .menus .catch {
    padding-bottom: 10px;
    font-size: 16px;
  }
  #select .intro .menus .lead {
    padding-bottom: 20px;
    font-size: 12px;
  }
  #select .intro .menus ul {
    font-size: 15px;
  }
  #select .intro .menus ul li {
    padding: 10px 0;
  }
  #select .pageTabs {
    padding: 15px 0;
  }
  #select .pageTabs li:first-child {
    width: 100%;
  }
  #select .pageTabs li {
    width: 48.5%;
    font-size: 14px;
  }
  #select .pageTabs li a {
    padding: 12px 0;
    border-width: 1px;
  }
  #select .pageTabs li:nth-child(3), #select .pageTabs li:nth-child(5) {
    padding-right: 0;
    float: right;
  }
  #select .kitchen .select01 .items li {
    width: 21%;
    margin-right: 4%;
  }
  #select .bath .select01 .items li {
    display: inline-block;
    width: 31%;
    padding-right: 2%;
    vertical-align: text-bottom;
  }
  #select .bath .select01 .items li .itemName {
    padding-left: 0;
  }
  #select .bath .select01 .items li .itemName .squareNum {
    position: static;
    margin: 0 5px;
    transform: translateY(-2px);
  }
  #select .bath .select01 .items li .itemName .squareNum:first-of-type {
    margin-left: 0;
  }
  #select .bath .select01 .items li .wall {
    margin-top: 20px;
  }
  #select .bath .select01 .items li .wall li {
    width: 43%;
  }
  #select .bath .select01 .items li .wall li .itemName-mini {
    font-size: 10px;
  }
  #select .bath .select01 .items li:last-child {
    padding-right: 0;
  }
  #select .bath .select01 .items01 li:last-child .itemName {
    padding-bottom: 10px;
  }
  #select .bath .select01 .items01 li:last-child .p-title {
    font-size: 12px;
    margin-bottom: 5px;
  }
  #select .bath .select01 .items01 li:last-child .p-text {
    font-size: 6px;
  }
}

/*==================================================================================
 location
==================================================================================*/
#location .sld {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#location .sld li {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#location .sld li .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  background: url(../images/top/slide01-img01.png) no-repeat center;
  background-size: cover;
  background-position: top;
  margin-left: 0%;
}

#location .sld li .img.img02 {
  background: url(../images/top/slide01-img02.png) no-repeat center;
  background-size: cover;
}

#location .sld li .img.img03 {
  background: url(../images/top/slide01-img03.png) no-repeat center;
  background-size: cover;
}

#location .sld li.ac {
  z-index: 1;
}

#location .sld li.on {
  left: 0%;
  transition: left .5s;
}

#location .sld li.on .img {
  margin-left: -20%;
  transition: margin-left 7s;
}

#location .photoes-wrap {
  overflow: hidden;
  position: relative;
  width: 100vw;
}

#location .photoes-wrap:before, #location .photoes-wrap:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 15vw;
  height: 40vw;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
}

#location .photoes-wrap:after {
  left: auto;
  right: 0;
}

#location .photoes-wrap .photoes {
  width: 2000vw;
  height: 40vw;
  position: relative;
  margin-left: -125vw;
}

#location .photoes-wrap .photoes li {
  float: left;
  width: 70vw;
  position: relative;
}

#location .photoes-wrap .photoes .image {
  width: 100%;
  overflow: hidden;
}

#location .photoes-wrap .photoes img {
  max-width: auto;
  max-width: inherit;
  width: auto;
  height: 40vw;
  margin-left: 0;
  transition: margin-left .9s;
}

#location .photoes-wrap .photoes .current img {
  transition: margin-left 3.8s .7s;
  margin-left: -5vw;
  opacity: 1;
}

#location .photoes-wrap .thumb {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}

#location .photoes-wrap .thumb li {
  display: inline-block;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background: transparent;
  border: 1px solid #4E4638;
  margin-top: 20px;
  border-radius: 50%;
}

#location .photoes-wrap .thumb li.current {
  background: #4E4638;
}

#location .sections {
  margin-bottom: 120px;
}

#location .sections .image {
  position: relative;
}

#location .sections .title {
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  font-weight: normal;
  margin-bottom: 80px;
}

#location .sections .lead {
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: .15em;
  margin-top: 120px;
}

#location .sec02 {
  margin-bottom: 200px;
}

#location .sec02 .floors {
  background: url(../imgs/location/bg01.png);
  background-size: cover;
  background-position: top;
  padding-bottom: 160px;
}

#location .sec02 .floors .tit-img {
  width: 60%;
  margin-bottom: 60px;
}

#location .sec02 .floors .tit-img li {
  vertical-align: bottom;
  display: inline-block;
  width: 90%;
  margin-right: 3%;
}

#location .sec02 .floors .tit-img li:last-child {
  width: 6%;
  margin-right: auto;
}

#location .sec02 .floors .txt {
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: .15em;
  margin-left: 6%;
}

#location .sec02 .floor02 {
  background: url(../imgs/location/bg02.png);
  background-size: cover;
  background-position: top;
  margin-top: 200px;
}

#location .sec02 .floor02 .tit-img {
  width: 60%;
  margin: 0 auto 60px;
}

#location .sec02 .floor02 .tit-img li {
  vertical-align: bottom;
  display: inline-block;
  width: 6%;
  margin-right: 3%;
}

#location .sec02 .floor02 .tit-img li:first-child {
  margin-bottom: 14%;
}

#location .sec02 .floor02 .tit-img li:last-child {
  width: 90%;
  margin-right: auto;
}

#location .sec02 .floor02 .txt {
  text-align: right;
  margin: 30px 0 0;
}

#location .sec02 .floor03 {
  background: url(../imgs/location/bg03.png);
  background-size: cover;
  background-position: top;
  margin-top: 200px;
}

#location .sec02 .inners {
  max-width: 1200px;
  margin: auto;
}

#location .sec02 .img-list {
  width: 80%;
  margin: auto;
}

#location .sec02 .img-list .sld li.on .img {
  background-position: center;
}

#location .sec02 .img-list .bg {
  opacity: 0;
}

#location .sec02 .img-list > li {
  vertical-align: bottom;
  display: inline-block !important;
}

#location .sec02 .img-list > li .inner {
  position: relative;
}

#location .sec02 .img-list > li .inner li.on {
  left: 0%;
  transition: left .9s;
}

#location .sec02 .img-list > li .images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#location .sec02 .img-list > li .name {
  margin-top: 40px;
  text-align: right;
  font-size: 20px;
  color: #9A8F62;
}

#location .sec02 .img-list > li .name span {
  font-size: 14px;
}

#location .sec02 .img-list > li .txt01 {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
}

#location .sec02 .img-list > li .txt02 {
  font-size: 16px;
  line-height: 2;
}

#location .sec02 .img-list li.texts {
  width: 58%;
  margin-right: 3%;
  letter-spacing: .12em;
  margin-bottom: 16%;
}

#location .sec02 .img-list li.image {
  width: 38%;
  margin-right: auto;
}

#location .sec02 .img-list .dots {
  position: absolute;
  bottom: -25px;
  text-align: right;
  right: 0;
  z-index: 4;
  width: 110px;
}

#location .sec02 .img-list .dots li {
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #4E4638;
  vertical-align: bottom;
}

#location .sec02 .img-list .dots li.ac {
  background: #4E4638;
}

#location .sec02 .img-list .cond01 .sld01 .img {
  background-image: url(../imgs/location/img01-01.jpg);
}

#location .sec02 .img-list .cond01 .sld02 .img {
  background-image: url(../imgs/location/img01-02.jpg);
}

#location .sec02 .img-list .cond02 .sld01 .img {
  background-image: url(../imgs/location/img02-01.jpg);
}

#location .sec02 .img-list .cond02 .sld02 .img {
  background-image: url(../imgs/location/img02-02.jpg);
}

#location .sec02 .img-list .cond03 .sld01 .img {
  background-image: url(../imgs/location/img03-01.jpg);
}

#location .sec02 .img-list .cond03 .sld02 .img {
  background-image: url(../imgs/location/img03-02.jpg);
}

#location .sec02 .img-list .cond04 .sld01 .img {
  background-image: url(../imgs/location/img04-01.jpg);
}

#location .sec02 .img-list .cond04 .sld02 .img {
  background-image: url(../imgs/location/img04-02.jpg);
}

#location .sec02 .img-list .cond05 .sld01 .img {
  background-image: url(../imgs/location/img05-01.jpg);
}

#location .sec02 .img-list .cond05 .sld02 .img {
  background-image: url(../imgs/location/img05-02.jpg);
}

#location .sec02 .img-list .cond06 .sld01 .img {
  background-image: url(../imgs/location/img06-01.jpg);
}

#location .sec02 .img-list .cond06 .sld02 .img {
  background-image: url(../imgs/location/img06-02.jpg);
}

#location .sec02 .inner01.right, #location .sec02 .inner03.right {
  margin: -8% auto 0;
  margin-left: 19%;
}

#location .sec02 .inner01.left, #location .sec02 .inner03.left {
  margin: 0;
}

#location .sec02 .inner01.left li.texts, #location .sec02 .inner03.left li.texts {
  width: 60%;
  margin-right: auto;
  margin-bottom: 6%;
}

#location .sec02 .inner01.left li.image, #location .sec02 .inner03.left li.image {
  width: 36%;
  margin-right: 3%;
}

#location .sec02 .inner02.right {
  margin-left: 19%;
}

#location .sec02 .inner02.right li.texts {
  margin-bottom: 6%;
}

#location .sec02 .inner02.left {
  margin: -8% 0 0;
}

#location .sec02 .inner02.left li.texts {
  width: 60%;
  margin-right: auto;
}

#location .sec02 .inner02.left li.image {
  width: 36%;
  margin-right: 3%;
}

#location .sec03 {
  text-align: center;
}

#location .sec03 .tit {
  font-size: 30px;
  letter-spacing: .2em;
  margin-bottom: 50px;
}

#location .sec03 .areas {
  max-width: 1000px;
  margin: auto;
}

#location .sec03 .areas li {
  vertical-align: top;
  display: inline-block;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 60px;
}

#location .sec03 .areas li .bottom {
  margin-bottom: 60px;
}

#location .sec03 .areas li:nth-child(2n) {
  margin-right: auto;
}

#location .sec03 .areas .txt {
  background: #AAA386;
  color: #fff;
  font-size: 18px;
  letter-spacing: .15em;
  padding: 6px 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  #location .sections {
    margin-bottom: 100px;
  }
  #location .sec02 .floors .tit-img li:last-child {
    width: 5%;
  }
  #location .sec02 .floor02 .tit-img li {
    width: 5%;
  }
  #location .sec02 .floor02 .tit-img li:last-child {
    width: 90%;
  }
  #location .sec02 .img-list {
    width: 98%;
  }
  #location .sec02 .img-list li.texts {
    margin-right: 2%;
  }
  #location .sec02 .inner01.left li.image, #location .sec02 .inner03.left li.image {
    margin-right: 2%;
  }
  #location .sec02 .inner02.right li.texts {
    margin-bottom: auto;
  }
  #location .sec02 .inner02.left {
    margin: -8% 0 40px;
  }
  #location .sec02 .inner02.left li.image {
    margin-right: 2%;
  }
}

/*==================================================================================
 value
==================================================================================*/
#value .intro {
  text-align: center;
  margin-bottom: 100px;
}

#value .intro .rarity {
  max-width: 1000px;
  margin: auto;
}

#value .intro .rarity .tit {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: .15em;
  margin-bottom: 40px;
  align-items: center;
}

#value .intro .rarity .txt {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 80px;
}

#value .intro .rarity .txt .point {
  color: #A95C3E;
}

#value .intro .rarity .txt .num {
  font-size: 32px;
}

#value .intro .rarity .list {
  margin-bottom: 10px;
}

#value .intro .rarity .list li {
  display: inline-block;
  width: 48%;
  margin-right: 2%;
}

#value .intro .rarity .list li:last-child {
  margin-right: auto;
}

#value .intro .rarity .mini {
  text-align: right;
  font-size: 11px;
  line-height: 1.6;
}

#value .sec01 {
  text-align: center;
}

#value .sec01 .wrap {
  max-width: 1000px;
}

#value .sec01 .tit-img {
  margin-bottom: 140px;
}

#value .sec01 .tit {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: .15em;
  margin-bottom: 40px;
  align-items: center;
}

#value .sec01 .txt {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 80px;
}

#value .sec01 .txt .point {
  color: #A95C3E;
}

#value .sec01 .txt .num {
  font-size: 32px;
}

#value .sec01 .list {
  margin: 40px auto;
}

#value .sec01 .list li {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  width: 49%;
  margin-right: 1%;
}

#value .sec01 .list li:last-child {
  margin-right: auto;
}

#value .sec01 .list .txt01 {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: .15em;
  margin-bottom: 30px;
}

#value .sec01 .list .txt02 {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
}

#value .sec01 .list .images {
  position: relative;
}

#value .sec01 .list .images .image {
  width: 56%;
}

#value .sec01 .list .images .img01 {
  z-index: 10;
}

#value .sec01 .list .images .img01 .caption {
  right: auto;
  left: 0;
}

#value .sec01 .list .images .img02 {
  position: absolute;
  right: 0;
  bottom: -34%;
}

#value .sec01 .limit .sub {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

#value .sec01 .limit .caption {
  background: none;
  color: #000;
  bottom: -20px;
}

@media (max-width: 768px) {
  #value .sec01 .list li:last-child {
    margin-top: 14%;
  }
}

/*==================================================================================
 quality
==================================================================================*/
#quality .page-header .image {
  background: url(../imgs/quality/mv.jpg) no-repeat center;
  background-size: cover;
}

#quality .contents {
  padding: 185px 0 0;
  text-align: center;
}

#quality .contents .cs15-bnr {
  max-width: 970px;
  margin: 0 auto 100px;
}

#quality .contents .pageTabs {
  padding-bottom: 80px;
  text-align: center;
  font-size: 18px;
  font-family: 'Cinzel', serif;
}

#quality .contents .pageTabs li {
  float: left;
  width: 19.66%;
  padding-bottom: 10px;
}

#quality .contents .pageTabs li a {
  display: block;
  padding: 12px 0;
  border-top: 1px solid #534533;
  border-bottom: 1px solid #534533;
  border-right: 1px solid #534533;
  color: #534533;
  box-sizing: border-box;
  font-size: 15px;
}

#quality .contents .pageTabs li:first-child a {
  border-left: 1px solid #534533;
}

#quality .contents .pageTabs li a:hover {
  color: #fff;
  background: #534533;
  opacity: 1;
  transition: .3s;
}

#quality .contents .pageTabs .current a {
  pointer-events: none;
  color: #fff;
  background: #534533;
  letter-spacing: 0;
}

#quality .contents .caption {
  color: #000;
  background: none;
}

#quality .contents .caption.wh {
  color: #fff;
  background: none;
}

#quality .contents .caption.wb {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}

#quality .contents .sections {
  max-width: 1000px;
  width: 94%;
  margin: auto;
}

#quality .contents .sections .sec-tit {
  font-size: 32px;
  line-height: 1.8;
  color: #151d2e;
  margin-bottom: 20px;
}

#quality .contents .sections .sec-lead {
  font-size: 16px;
  line-height: 2;
}

#quality .contents .sections .wrap {
  margin-bottom: 70px;
  text-align: center;
}

#quality .contents .sections .wrap .sec-tit {
  font-size: 32px;
  line-height: 1.8;
  color: #151d2e;
  margin-bottom: 20px;
  font-family: 'Cinzel', serif;
}

#quality .contents .sections .wrap .sec-lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 30px;
}

#quality .contents .sections .wrap .image {
  position: relative;
}

#quality .contents .sections .wrap .image img {
  width: auto;
}

#quality .contents .sections .wrap .items {
  margin-top: 50px;
}

#quality .contents .sections .wrap .items li {
  display: inline-block;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 50px;
}

#quality .contents .sections .wrap .items li:nth-child(3n) {
  margin-right: auto;
}

#quality .contents .sections .wrap .items li:nth-child(3n+1) {
  clear: both;
}

#quality .contents .sections .wrap .items li.full {
  width: 100%;
}

#quality .contents .sections .wrap .items .image {
  margin-bottom: 20px;
}

#quality .contents .sections .wrap .items .name {
  text-align: left;
  color: rgba(15, 39, 35, 0.8);
  font-size: 18px;
  line-height: 2;
  margin-bottom: 10px;
}

#quality .contents .sections .wrap .items .lead {
  text-align: left;
  font-size: 14px;
  line-height: 2;
  color: #000;
}

#quality .contents .sections .wrap .items .mini {
  text-align: left;
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.6;
}

#quality .contents .sections .wrap .items .red {
  color: #E50B19;
}

#quality .contents .sections .wrap .items.item02 {
  margin-top: 0;
}

#quality .contents .sections .wrap #storage li {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 0;
}

#quality .contents .sections .wrap #storage li .caption {
  top: 100%;
}

#quality .contents .sections .wrap #storage li:nth-child(4) {
  clear: none;
  margin-right: 0;
}

#quality .contents .sections .wrap #storage li:last-child {
  width: 100%;
  margin-top: 20px;
}

#quality .contents .sections .wrap #amenity li {
  margin-bottom: 20px;
}

#quality .contents .sections .wrap #amenity li.lsc {
  width: 64%;
  margin-bottom: 20px;
}

#quality .contents .sections .wrap #amenity li.lsc .image {
  width: 100%;
}

#quality .contents .sections .wrap #amenity li.lsc .caption {
  left: 5%;
}

#quality .contents .sections .wrap #amenity li.lsc .text {
  width: 100%;
}

#quality .contents .sections .wrap .box {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 60px;
}

#quality .contents .sections .wrap .box .image {
  margin-bottom: 30px;
}

#quality .contents .sections .wrap .box .text {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}

#quality .contents .sections .wrap .box .lead {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 30px;
}

#quality .contents .sections .wrap .box .button {
  max-width: 320px;
  width: 90%;
  margin: auto;
}

#quality .contents .sections .wrap .box .button a {
  position: relative;
  display: block;
  padding: 26px 0;
  background: #2883C6;
  font-size: 14px;
  color: #fff;
}

#quality .contents .sections .wrap .box .button a:hover {
  opacity: .6;
}

#quality .contents .sections .wrap .box .button a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 10px;
  height: 23px;
  background: url(../imgs/quality/icon.png) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  #quality .contents {
    padding: 45px 0 0;
  }
  #quality .contents .cs15-bnr {
    max-width: 970px;
    margin: 0 auto 20px;
  }
  #quality .contents .pageTabs {
    padding: 15px 0;
  }
  #quality .contents .pageTabs li {
    clear: both;
    width: 48%;
    padding-right: 0 !important;
    padding-bottom: 0;
    font-size: 14px;
  }
  #quality .contents .pageTabs li a {
    border: 1px solid #223360;
    padding: 12px 0;
  }
  #quality .contents .pageTabs li:not(:nth-child(-n+2)) {
    padding-top: 10px;
  }
  #quality .contents .pageTabs li:nth-child(2n) {
    float: right;
    clear: none;
    margin-right: 0;
  }
  #quality .contents .sections .wrap .items {
    margin-top: 20px;
  }
  #quality .contents .sections .wrap .items li {
    width: 100%;
    margin-bottom: 20px;
  }
  #quality .contents .sections .wrap #storage li {
    width: 100%;
  }
  #quality .contents .sections .wrap #amenity li:nth-child(3n+1) {
    margin: 0 auto;
  }
  #quality .contents .sections .wrap #amenity li:nth-child(3n+2) {
    margin: 20px auto;
  }
  #quality .contents .sections .wrap #amenity li:last-child {
    width: 100%;
  }
}

/*==================================================================================
 security
==================================================================================*/
#security .page-header .image {
  background: url(../imgs/security/mv.jpg) no-repeat center;
  background-size: cover;
}

#security .contents {
  padding: 185px 0 0;
}

#security .contents .sections {
  text-align: center;
}

#security .contents .sections .wrap {
  max-width: 1000px;
  width: 94%;
  margin: auto;
}

#security .contents .sections .caption01 {
  background: none;
  color: #333;
}

#security .contents .sections .under {
  bottom: -15px;
}

#security .contents .sections .pageTabs {
  padding-bottom: 80px;
  text-align: center;
  font-size: 16px;
}

#security .contents .sections .pageTabs li {
  float: left;
  width: 50%;
  padding-bottom: 10px;
}

#security .contents .sections .pageTabs li a {
  display: block;
  padding: 12px 0;
  border-top: 1px solid #534533;
  border-bottom: 1px solid #534533;
  border-right: 1px solid #534533;
  color: #534533;
  box-sizing: border-box;
}

#security .contents .sections .pageTabs li:first-child a {
  border-left: 1px solid #534533;
}

#security .contents .sections .pageTabs li a:hover {
  color: #fff;
  background: #534533;
  opacity: 1;
  transition: .3s;
}

#security .contents .sections .pageTabs .current a {
  pointer-events: none;
  color: #fff;
  background: #534533;
  letter-spacing: 0;
}

#security .contents .sections .sec-tit {
  font-size: 32px;
  line-height: 1.8;
  color: #223360;
  margin-bottom: 20px;
  font-family: 'Cinzel', serif;
}

#security .contents .sections .sec-lead {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}

#security .contents .sections .lead01 {
  text-align: left;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}

#security .contents .sections .items li {
  display: inline-block;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

#security .contents .sections .items li:nth-child(3n) {
  margin-right: auto;
}

#security .contents .sections .items li:nth-child(3n+1) {
  clear: both;
}

#security .contents .sections .items .image {
  margin-bottom: 20px;
}

#security .contents .sections .items .image .black {
  color: #000;
}

#security .contents .sections .items .image .white {
  color: #fff;
  background: #404040;
  padding: 3px 5px;
  bottom: 0;
  right: 0;
}

#security .contents .sections .items .image .under {
  bottom: -20px;
  color: #000;
  background: none;
}

#security .contents .sections .items .name {
  color: #223360;
  text-align: left;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 10px;
}

#security .contents .sections .items .lead {
  text-align: left;
  font-size: 14px;
  line-height: 2;
}

#security .contents .sections .items .mini {
  display: block;
  text-align: left;
  font-size: 11px;
  line-height: 1.6;
}

#security .contents .sections .item01 li {
  display: inline-block;
  float: left;
  width: 53%;
  margin-right: 2%;
  margin-bottom: 50px;
}

#security .contents .sections .item01 li:last-child {
  width: 45%;
  margin-right: auto;
}

#security .contents .sections .item01 .seculio-img img {
  width: 60%;
}

#security .contents .sections .item02 {
  text-align: left;
}

#security .contents .sections .item02 .points {
  font-size: 18px;
  line-height: 2;
  color: #126C36;
  margin-bottom: 10px;
}

#security .contents .sections .item02 .lines {
  background: #126C36;
  color: #fff;
  font-size: 18px;
  line-height: 2;
  padding-left: 20px;
}

#security .contents .sections .item02 .point02 {
  color: #004077;
}

#security .contents .sections .item02 .line02 {
  background: #004077;
}

#security .contents .sections .item02 .point03 {
  color: #942D40;
}

#security .contents .sections .item02 .line03 {
  background: #942D40;
}

#security .contents .sections .inner-title {
  text-align: left;
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 10px;
  border-bottom: 1px solid #202020;
  color: #223360;
}

#security .contents .sections .inner-text {
  text-align: left;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 10px;
  color: #223360;
}

#security .contents .sections .inner-lead {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

#security .contents .sections .inner-mini {
  text-align: left;
  font-size: 11px;
  line-height: 1.8;
  margin-bottom: 20px;
}

#security .contents .sections .mini01 {
  font-size: 11px;
  text-align: left;
  margin-top: -30px;
  margin-bottom: 40px;
}

#security .contents .sections .security-img {
  margin-bottom: 40px;
}

#security .contents .sections .inner-point {
  font-size: 16px;
  color: #2e645f;
  background: #d4e0dc;
  padding: 6px 0;
  border: 1px solid #2e645f;
  margin-bottom: 30px;
}

#security .contents .sections .inner-point02 {
  color: #758a65;
  background: #dde2cf;
  border: 1px solid #758a65;
}

#security .contents .sections .inner-point03 {
  color: #8b6032;
  background: #eedfcc;
  border: 1px solid #8b6032;
}

#security .contents .sections .items.pattern02.list-center li {
  float: none;
  display: inline-block;
  vertical-align: text-top;
  width: 32%;
}

#security .contents .sections .items.pattern02.list-center li:not(:nth-child(3n)) {
  padding-right: 2%;
}

#security .contents .sections .items.pattern02-0 .image {
  margin-bottom: 10px;
}

#security .contents .sections .items.pattern02-0 li {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  #security .contents {
    padding: 45px 0 0;
  }
  #security .contents .sections .pageTabs {
    padding: 15px 0;
  }
  #security .contents .sections .pageTabs li {
    clear: both;
    width: 48%;
    padding-right: 0 !important;
    padding-bottom: 0;
    font-size: 14px;
  }
  #security .contents .sections .pageTabs li a {
    border: 1px solid #223360;
    padding: 12px 0;
  }
  #security .contents .sections .pageTabs li:not(:nth-child(-n+2)) {
    padding-top: 10px;
  }
  #security .contents .sections .pageTabs li:nth-child(2n) {
    float: right;
    clear: none;
    margin-right: 0;
  }
}

/*==================================================================================
 atarashie
==================================================================================*/
#atarashie .page-header .image {
  background: url(../imgs/map/movie.mp4) no-repeat center;
  background-size: cover;
}

#atarashie .caption01 {
  right: 0;
  bottom: auto;
  top: 0;
  padding: 4px 12px;
  background: rgba(21, 21, 21, 0.6);
  z-index: 1;
  color: #fff;
}

#atarashie .pageAnnotation {
  padding: 30px 0;
}

#atarashie .intro {
  padding: 185px 0 0;
  text-align: center;
}

#atarashie .intro h3 {
  max-width: 490px;
  margin: 0 auto 70px;
}

#atarashie .intro .lead {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .15em;
  margin-bottom: 60px;
}

#atarashie .intro .tit-img {
  max-width: 480px;
  margin: 0 auto 100px;
}

#atarashie .pageTabs {
  max-width: 1000px;
  margin: 0 auto 90px;
  text-align: center;
  font-size: 16px;
}

#atarashie .pageTabs li {
  float: left;
  width: 49.5%;
  margin-right: 1%;
  border: 1px solid #4E4638;
  box-sizing: border-box;
}

#atarashie .pageTabs li a {
  display: block;
  padding: 14px 0;
  color: #4E4638;
  letter-spacing: 0;
}

#atarashie .pageTabs li a :hover {
  opacity: .7;
}

#atarashie .pageTabs li:last-child {
  margin-right: auto;
}

#atarashie .pageTabs .current a {
  pointer-events: none;
  color: #fff;
  background: #4E4638;
}

#atarashie .none {
  display: none;
}

#atarashie .text-sp {
  display: none;
}

#atarashie .area-img {
  position: relative;
}

#atarashie .area-img .texts {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  float: right;
  background: rgba(96, 76, 63, 0.83);
  color: #fff;
  height: 100%;
  text-align: center;
}

#atarashie .area-img .texts .text01 {
  font-size: 95px;
  margin: 34% auto 70px;
}

#atarashie .area-img .texts .text02 {
  font-size: 22px;
  letter-spacing: .2em;
  margin-bottom: 70px;
}

#atarashie .area-img .texts .text03 {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .15em;
}

#atarashie .area-img02 .texts {
  right: auto;
  left: 0;
  float: left;
}

#atarashie .fix-img {
  position: relative;
  font-feature-settings: "palt";
  background: url(../imgs/atarashie/area-bg01.jpg) no-repeat center center;
  background-size: 100% auto;
  background-attachment: fixed;
  padding: 600px 0 250px;
  margin-bottom: 100px;
  color: #604C3F;
}

#atarashie .fix-img .bg-wrap {
  max-width: 1400px;
  width: 96%;
  margin: auto;
  background: rgba(255, 255, 255, 0.95);
  padding: 40px 0 120px;
}

#atarashie .fix-img .wrap {
  max-width: 1000px;
  width: 94%;
  margin: auto;
}

#atarashie .fix-img .tit {
  font-size: 175px;
  color: #A7A7A7;
  opacity: .3;
  text-align: right;
  margin-right: 20px;
}

#atarashie .fix-img .text {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: .2em;
}

#atarashie .fix-img .point {
  margin-bottom: 30px;
}

#atarashie .fix-img .point li {
  vertical-align: top;
  display: inline-block;
  width: 11%;
}

#atarashie .fix-img .point li:last-child {
  margin-left: 2%;
  width: 86%;
}

#atarashie .fix-img .point .image {
  max-width: 110px;
}

#atarashie .fix-img .point .tit01 {
  font-size: 20px;
  background: #604C3F;
  color: #fff;
  padding: 12px 46px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 20px;
}

#atarashie .fix-img .point .tit02 {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: .2em;
}

#atarashie .fix-img .internet {
  margin-bottom: 150px;
}

#atarashie .fix-img .internet .inner {
  margin-bottom: 80px;
}

#atarashie .fix-img .internet .inner .text {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 30px;
}

#atarashie .fix-img .internet .inner .text01 {
  font-size: 13px;
  color: #1A1311;
  margin-bottom: 16px;
  text-align: center;
}

#atarashie .fix-img .internet .inner .text01 span {
  font-size: 16px;
  color: #577185;
}

#atarashie .fix-img .internet .inner .internet01 {
  margin-bottom: 40px;
}

#atarashie .fix-img .internet .inner .internet02 {
  max-width: 620px;
  margin: auto;
}

#atarashie .fix-img .internet .inner .internet04 {
  margin-bottom: 20px;
}

#atarashie .fix-img .internet .inner .mini {
  font-size: 11px;
  line-height: 1.5;
}

#atarashie .fix-img .elevator01 {
  margin-bottom: 150px;
}

#atarashie .fix-img .elevator01 .flow {
  margin-bottom: 45px;
}

#atarashie .fix-img .elevator01 .flow li {
  display: inline-block;
  width: 33%;
  margin-right: 2%;
}

#atarashie .fix-img .elevator01 .flow li:last-child {
  width: 28%;
  margin-right: auto;
}

#atarashie .fix-img .elevator01 .elevator01-img {
  max-width: 508px;
  margin: 0 auto 90px;
}

#atarashie .fix-img .elevator01 .elevator02-img {
  max-width: 508px;
  margin: 0 auto 40px;
}

#atarashie .fix-img .elevator01 .caption02 {
  color: #243051;
  bottom: -20px;
  background: none;
}

#atarashie .fix-img .elevator01 .mini {
  font-size: 11px;
  line-height: 1.5;
}

#atarashie .fix-img .elevator02 .antibacterial {
  margin-bottom: 20px;
}

#atarashie .fix-img .elevator02 .antibacterial li {
  display: inline-block;
  width: 24%;
}

#atarashie .fix-img .elevator02 .mini {
  font-size: 11px;
  line-height: 1.5;
}

#atarashie .fix-img02 {
  background: url(../imgs/atarashie/area-bg02.jpg) no-repeat center center;
  background-size: 100% auto;
  background-attachment: fixed;
  margin-bottom: 0;
}

#atarashie .fix-img02 .tit {
  margin-bottom: 60px;
}

#atarashie .fix-img02 .room {
  max-width: 560px;
  margin: 0 auto 30px;
  text-align: center;
}

#atarashie .fix-img02 .room .text {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 50px;
}

#atarashie .fix-img02 .room .type {
  text-align: left;
  font-size: 18px;
  margin-bottom: 10px;
}

#atarashie .fix-img02 .click-btn01 {
  position: absolute;
  top: 32%;
  right: 35.5%;
}

#atarashie .fix-img02 .click-btn02 {
  position: absolute;
  bottom: 62%;
  left: 81.5%;
}

#atarashie .fix-img02 .click-btn03 {
  position: absolute;
  top: 58%;
  left: 76.5%;
}

#atarashie .fix-img02 .click-btn04 {
  position: absolute;
  top: 61.5%;
  left: 63.5%;
}

#atarashie .fix-img02 .click-btn05 {
  position: absolute;
  bottom: 24%;
  left: 48.5%;
}

#atarashie .fix-img02 .click-btn06 {
  position: absolute;
  bottom: 24%;
  left: 56.5%;
}

#atarashie .fix-img02 .click-btn {
  max-width: 26px;
  width: 94%;
  margin: auto;
  text-align: center;
  clear: both;
}

#atarashie .fix-img02 .click-btn a {
  position: relative;
}

#atarashie .fix-img02 .click-btn a:hover {
  opacity: .8;
}

#atarashie .fix-img02 .click-btn a img {
  animation: pins 1.5s ease infinite;
}

@keyframes pins {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}

#atarashie .fix-img02 .modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}

#atarashie .fix-img02 .modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

#atarashie .fix-img02 .modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
  background: rgba(0, 0, 0, 0.8) !important;
}

#atarashie .fix-img02 .modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: "";
}

#atarashie .fix-img02 .modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 94%;
  max-width: 1000px;
  padding: 0;
  border-radius: 2px;
  vertical-align: middle;
}

#atarashie .fix-img02 .modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
}

#atarashie .fix-img02 .modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.8) !important;
}

#atarashie .fix-img02 .modal-overlay:hover {
  opacity: 1 !important;
}

#atarashie .fix-img02 .modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  color: #243051 !important;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  padding: 0;
}

#atarashie .fix-img02 .modal-wrapper .modal-close:hover {
  color: #2b2e38 !important;
}

#atarashie .fix-img02 .telwork01 {
  margin-bottom: 100px;
}

#atarashie .fix-img02 .telwork01 .telework li {
  display: inline-block;
  width: 49%;
}

#atarashie .fix-img02 .hanare .tit02 {
  font-size: 20px;
  line-height: 1.6;
}

#atarashie .fix-img02 .hanare li {
  display: inline-block;
}

#atarashie .fix-img02 .hanare .point {
  width: 60%;
  float: left;
  margin-right: 1%;
}

#atarashie .fix-img02 .hanare .point li {
  width: 100%;
  margin-bottom: 30px;
}

#atarashie .fix-img02 .hanare .plan-img {
  width: 38%;
  float: right;
  font-size: 24px;
}

@media screen and (max-width: 1024px) {
  #atarashie .intro {
    padding: 45px 0 0;
  }
  #atarashie .intro h3 {
    width: 80%;
    margin: 0 auto 60px;
  }
  #atarashie .intro .lead {
    font-size: 14px;
  }
  #atarashie .intro .tit-img {
    width: 70%;
    margin: 0 auto 60px;
  }
  #atarashie .pageTabs {
    margin: 0 auto 60px;
  }
  #atarashie .area-img .texts .text01 {
    font-size: 65px;
    margin: 14% auto 50px;
  }
  #atarashie .area-img .texts .text02 {
    font-size: 18px;
    margin-bottom: 50px;
  }
  #atarashie .area-img .texts .text03 {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
  #atarashie .intro .lead {
    padding: 0 36px;
    text-align: left;
  }
  #atarashie .text-sp {
    display: inherit;
    background: rgba(96, 76, 63, 0.83);
    color: #fff;
    text-align: left;
    padding: 20px;
  }
  #atarashie .text-sp .text01 {
    font-size: 45px;
    margin: 1% auto 20px;
  }
  #atarashie .text-sp .text02 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #atarashie .text-sp .text03 {
    font-size: 14px;
    line-height: 2;
  }
  #atarashie .area-img .text-pc {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  #atarashie .fix-img {
    padding: 40px 0;
    margin-bottom: 60px;
  }
  #atarashie .fix-img .bg-wrap {
    padding: 40px 0;
  }
  #atarashie .fix-img .tit {
    font-size: 75px;
  }
  #atarashie .fix-img .point {
    margin-bottom: 40px;
  }
  #atarashie .fix-img .point .tit01 {
    font-size: 16px;
    padding: 8px 26px;
    margin-bottom: 20px;
  }
  #atarashie .fix-img .point .tit02 {
    font-size: 16px;
  }
  #atarashie .fix-img .point li {
    vertical-align: top;
    display: block;
    width: 30%;
  }
  #atarashie .fix-img .point li:last-child {
    margin-top: 20px;
    width: 100%;
  }
  #atarashie .fix-img .internet {
    margin-bottom: 80px;
  }
  #atarashie .fix-img .internet .inner {
    margin-bottom: 40px;
  }
  #atarashie .fix-img .internet .inner .text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #atarashie .fix-img .internet .inner .text01 {
    font-size: 12px;
  }
  #atarashie .fix-img .internet .inner .text01 span {
    font-size: 14px;
  }
  #atarashie .fix-img .elevator01 {
    margin-bottom: 80px;
  }
  #atarashie .fix-img .elevator01 .flow {
    margin-bottom: 30px;
  }
  #atarashie .fix-img .telwork01 .telework li {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  #atarashie .fix-img02 .hanare .tit02 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
  #atarashie .fix-img {
    background: none;
    padding: 0;
    margin-bottom: 100px;
  }
  #atarashie .fix-img .elevator01 .flow li {
    display: inline-block;
    width: 100%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  #atarashie .fix-img .elevator01 .flow li:last-child {
    width: 100%;
    margin-right: auto;
  }
  #atarashie .fix-img .elevator02 .antibacterial li {
    display: inline-block;
    width: 48%;
    margin-bottom: 10px;
  }
  #atarashie .fix-img .elevator02 .antibacterial li:nth-child(2n) {
    margin-right: auto;
  }
}

@media screen and (max-width: 1024px) {
  #atarashie .fix-img02 {
    margin-bottom: 0;
  }
  #atarashie .fix-img02 .tit {
    margin-bottom: 40px;
  }
  #atarashie .fix-img02 .room .text {
    font-size: 18px;
    margin-bottom: 40px;
  }
  #atarashie .fix-img02 .room .type {
    font-size: 15px;
  }
  #atarashie .fix-img02 .hanare .point {
    clear: both;
    width: 100%;
  }
  #atarashie .fix-img02 .hanare .plan-img {
    float: none;
    display: block;
    width: 80%;
    margin: auto;
  }
}

/*==================================================================================
 lowcarbon
==================================================================================*/
#lowcarbon .content {
  padding-top: 0;
}

/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 640px) {
  .lower .scrollArea {
    position: relative;
    margin-bottom: 60px;
  }
  .lower .scrollArea:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -60px;
    left: 0;
    height: 36px;
    background: url("../imgs/access/icon-swipe.png") no-repeat center center;
    background-size: auto 100%;
  }
  .lower .content {
    padding-top: 100px;
  }
  .lower .page-title .mv01 {
    z-index: 2;
  }
  .lower .page-title .page-name {
    position: absolute;
    z-index: 20;
      left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .lower .page-title .page-name .en {
    font-size: 26px;
    margin-bottom: 7px;
  }
  .lower .page-title .page-name .ja {
    font-size: 14px;
  }
  /*==================================================================================
 map
==================================================================================*/
  #map .map-image {
    width: 100%;
  }
  #map .map-image .title {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 25px;
  }
  #map .map-image .image {
    padding-bottom: 20px;
  }
  #map .map-image .button {
    margin: 0 auto;
    width: 90%;
  }
  #map .salon {
    background: url(../imgs/map/bg.png) no-repeat center;
    padding: 45px 0 40px;
    background-size: cover;
  }
  #map .salon .title {
    font-size: 17px;
    padding-bottom: 20px;
  }
  #map .salon .salon-map {
    padding-bottom: 22px;
  }
  #map .salon .texts {
    padding-bottom: 25px;
  }
  #map .salon .text01 {
    padding-bottom: 16px;
    font-size: 18px;
    line-height: 2;
  }
  #map .salon .lead {
    font-size: 12px;
    line-height: 2;
  }
  #map .salon .salon-ginza {
    text-align: center;
    margin: 40px auto 80px;
  }
  #map .salon .salon-ginza .text {
    text-align: center;
    font-size: 17px;
    margin-bottom: 20px;
  }
  #map .salon .salon-ginza .salon-map {
    margin: 0 auto 20px;
  }
  #map .salon .salon-ginza .texts .add {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: .15em;
    border-bottom: 1px solid;
    margin: 20px 0;
    padding-bottom: 10px;
  }
  #map .salon .salon-ginza .texts .lead {
    font-size: 12px;
    margin-bottom: 40px;
  }
  #map .salon .salon-ginza .texts .lines .text {
    line-height: 1.6;
  }
  #map .salon .salon-ginza .texts .lines {
    margin-bottom: 20px;
  }
  #map .salon .salon-ginza .texts .lines li {
    display: block;
    width: 100%;
  }
  #map .salon .salon-ginza .texts .lines li:last-child {
    margin-top: 20px;
  }
  #map .salon .salon-ginza .texts .btns li {
    display: block;
    width: 100%;
    margin: auto;
  }
  #map .salon .salon-ginza .texts .btns li:last-child {
    margin-top: 20px;
  }
  /*==================================================================================
 access
==================================================================================*/
  #access .intro {
    margin-bottom: 40px;
  }
  #access .intro .title {
    margin-bottom: 50px;
  }
  #access .intro .imgs {
    margin-bottom: 50px;
  }
  #access .intro .imgs li {
    float: none;
    width: 100%;
  }
  #access .intro .line .swipe-img img {
    width: 768px !important;
  }
  #access .lines {
    margin-bottom: 60px;
  }
  #access .lines .list li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  #access .lines .list li:nth-child(2),
  #access .lines .list li:nth-child(5) {
    width: 100%;
    margin: 0 0 20px;
  }
  #access .lines .list .text01 .num {
    font-size: 30px;
  }
  #access .tourism {
    text-align: center;
  }
  #access .tourism .title {
    margin-bottom: 50px;
  }
  #access .tourism .imgs {
    margin-bottom: 50px;
  }
  #access .tourism .imgs li {
    float: none;
    width: 100%;
  }
  #access .tourism .high .swipe-img img {
    width: 688px !important;
  }
  #access .ic-list {
    margin: 40px auto 0;
  }
  #access .ic-list li {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  #access .ic-list .name {
    width: 94%;
    margin: 20px auto 10px;
  }
  #access .ic-list .lead {
    width: 94%;
    margin: auto;
  }
  /*==================================================================================
 plan
==================================================================================*/
  #plan .value-box {
    text-align: center;
    margin-bottom: 80px;
  }
  #plan .value-box.wrap {
    width: 90%;
  }
  #plan .value-box .title {
    text-align: left;
    font-size: 22px;
    margin-bottom: 20px;
  }
  #plan .value-box .lead {
    text-align: left;
    margin-bottom: 50px;
  }
  #plan .value-box .data {
    margin: 0 auto 80px;
  }
  #plan .value-box .data .data-tit {
    font-size: 13px;
    margin-bottom: 20px;
  }
  #plan .value-box .data li .image {
    width: 75%;
  }
  #plan .value-box .data .caps {
    text-align: left;
  }
  #plan .value-box .data .data-lead {
    text-align: left;
    font-size: 18px;
  }
  #plan .value-box .data .data-lead .num {
    font-size: 24px;
  }
  #plan .intro {
    text-align: center;
    margin-bottom: 80px;
  }
  #plan .intro .title {
    margin-bottom: 50px;
  }
  #plan .imgs {
    margin-bottom: 100px;
  }
  #plan .imgs .img-Area .slider img {
    margin: auto;
  }
  #plan .imgs .img-Area .lead {
    font-size: 16px;
    line-height: 1.8;
  }
  #plan .plan-btns .btn a .type {
    display: block;
    max-width: inherit;
    width: 100%;
    font-size: 30px;
    padding: 10px 0 20px;
  }
  #plan .plan-btns .btn a .type .alpha {
    font-size: 50px;
  }
  #plan .plan-btns .btn a .type .num {
    font-size: 40px;
  }
  #plan .plan-btns .btn a .texts {
    display: block;
    width: 100%;
    padding: 20px 0 0;
  }
  #plan .plan-btns .btn a .texts .text {
    font-size: 15px;
    letter-spacing: .12em;
  }
  #plan .plan-btns .btn a .texts .point {
    text-align: left;
    letter-spacing: .12em;
    font-size: 16px;
    margin-bottom: 40px;
  }
  #plan .plan-btns .btn a .texts .more {
    font-size: 16px;
  }
  /*==================================================================================
 plan.detail
==================================================================================*/
  #plan.detail .plans {
    margin-bottom: 100px;
  }
  #plan.detail .plans .intro-img {
    margin-bottom: 60px;
  }
  #plan.detail .plans .type {
    margin-bottom: 40px;
  }
  #plan.detail .plans .type .alpha {
    font-size: 40px;
  }
  #plan.detail .plans .type .num {
    font-size: 32px;
  }
  #plan.detail .plans .spec {
    font-size: 22px;
  }
  #plan.detail .plans .width {
    margin-bottom: 40px;
    line-height: 2;
  }
  #plan.detail .plans .width .num {
    font-size: 22px;
  }
  #plan.detail .plans .width .mini {
    font-size: 16px;
  }
  #plan.detail .plans .point {
    text-align: left;
    margin-bottom: 40px;
  }
  #plan.detail .plans .guide .text {
    text-align: left;
  }
  #plan.detail .plans .button {
    max-width: 280px;
    margin: auto;
  }
  #plan.detail .plan-btns .tit {
    margin-bottom: 30px;
  }
  #plan.detail .imgs {
    margin-bottom: 100px;
  }
  #plan.detail .imgs .txt {
    margin-bottom: 30px;
  }
  #plan.detail .imgs .img-Area .slider img {
    margin: auto;
  }
  #plan.detail .imgs .img-Area .lead {
    font-size: 14px;
    line-height: 1.8;
  }
  /*==================================================================================
 design
==================================================================================*/
  #design .good-design {
    margin-bottom: 80px;
  }
  #design .good-design .lists {
    margin: 30px auto;
  }
  #design .good-design .lists li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  #design .good-design .lists li:last-child {
    margin-bottom: auto;
  }
  #design .good-design .box .logo {
    max-width: 300px;
    margin: 0 0 20px;
  }
  #design .good-design .box .lead {
    font-size: 14px;
  }
  #design .sections {
    margin-bottom: 50px;
  }
  #design .sections .title {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 80px;
  }
  #design .sections .text {
    margin-bottom: 50px;
  }
  #design .sections .lead {
    text-align: left;
  }
  #design .img01 {
    margin-bottom: 80px;
  }
  #design .designer {
    margin: 0 auto 80px;
  }
  #design .designer .list li {
    display: block;
    width: 100%;
  }
  #design .designer .list li:last-child {
    width: 100%;
  }
  #design .designer .list li:last-child .image {
    margin: auto;
  }
  #design .designer .list li:first-child .image {
    width: 40%;
    margin: auto;
    float: none;
  }
  #design .designer .list .texts {
    width: 90%;
    margin: 0 auto 40px;
    text-align: center;
  }
  #design .designer .list .logo {
    max-width: 180px;
    margin: 30px auto 10px;
  }
  #design .designer .list .office {
    font-size: 13px;
  }
  #design .designer .list .name {
    font-size: 20px;
  }
  #design .designer .list .lead {
    width: 90%;
    margin: 20px auto 0;
  }
  #design .designer .material li {
    width: 48%;
  }
  #design .designer .material li:nth-child(2n) {
    margin-right: auto;
  }
  #design .designer .material li:nth-child(3) {
    margin-right: 2%;
  }
  #design .img02 {
    margin-bottom: 80px;
  }
  #design .sec02 {
    margin-bottom: 60px;
  }
  #design .sec02 .lead {
    margin-bottom: 40px;
  }
  #design .sec02 .imgs .swipe-img img {
    width: 624px !important;
  }
  #design .sec02 .imgs .caption {
    bottom: -20px;
    left: auto;
    right: 0;
  }
  #design .sec02 .swipe {
    margin: 40px auto;
  }
  #design .img03 {
    margin-bottom: 80px;
  }
  #design .sec03 {
    margin-bottom: 0;
  }
  #design .sec03 .lead {
    margin-bottom: 40px;
  }
  #design .sec03 .list li {
    display: block;
    width: 100%;
  }
  #design .sec03 .list li:last-child {
    margin-top: 40px;
  }
  #design .sec03 .list .text {
    width: 90%;
    margin: 20px auto 0;
  }
  #design .img04 {
    margin-bottom: 80px;
  }
  #design .sec04 {
    margin-bottom: 60px;
  }
  #design .sec04 .lead {
    margin-bottom: 40px;
  }
  #design .sec04 .img05 {
    width: 80%;
  }
  /*==================================================================================
 select
==================================================================================*/
  #select .intro {
    padding-bottom: 80px;
    text-align: center;
  }
  #select .intro > header {
    padding-bottom: 50px;
  }
  #select .intro > header h3 {
    padding-bottom: 30px;
    font-size: 18px;
  }
  #select .intro > header .logo {
    width: 80%;
    margin: auto;
  }
  #select .intro > header .images li {
    float: none;
    width: 80%;
    padding-bottom: 20px;
    margin: auto;
  }
  #select .intro > header .images li:not(:last-child) {
    padding-right: auto;
  }
  #select .pageTabs li {
    font-size: 10px;
    font-weight: 600;
  }
  #select .sections {
    padding-bottom: 40px;
  }
  #select .sections > header {
    padding: 80px 10px 0;
  }
  #select .sections > header h3 {
    font-size: 30px;
  }
  #select .sections > header .tags {
    font-size: 11px;
  }
  #select .sections dd {
    font-size: 12px;
  }
  #select .sections .selects:not(:last-of-type) {
    padding-bottom: 40px;
  }
  #select .sections .selects .selectCategory {
    font-size: 13px;
  }
  #select .sections .selects .selectCategory.type03 {
    float: none;
    margin-right: auto;
    display: block;
    width: auto;
  }
  #select .sections .selects .items li .itemName {
    font-size: 12px;
  }
  #select .base .colors {
    margin-bottom: 20px;
  }
  #select .base .colors .colors:not(:last-of-type) {
    padding-bottom: 50px;
  }
  #select .base .colors > header h4 {
    font-size: 22px;
  }
  #select .base .colors .colors-list {
    margin-bottom: 80px;
  }
  #select .base .colors .colors-list li {
    display: block;
    width: 100%;
    margin-right: auto;
  }
  #select .base .colors .colors-list li:last-child {
    width: 100%;
  }
  #select .base .colors .colors-list .catch {
    padding-bottom: 10px;
    line-height: 1.4;
    font-size: 18px;
  }
  #select .base .colors .colors-list .lead {
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
  #select .base .colors .colors-list .comment {
    margin-bottom: 10px;
  }
  #select .selects header h4 {
    font-size: 18px;
    line-height: 1.4;
  }
  #select .kitchen .select01 .items {
    text-align: center;
  }
  #select .kitchen .select01 .items li {
    width: 80%;
    margin: 10px auto;
  }
  #select .kitchen .select01 .items li .caption01 {
    position: absolute;
    bottom: -20px;
    right: 0;
  }
  #select .kitchen .select01 .free-a li {
    float: none;
  }
  #select .kitchen .select01 .free-b li {
    float: none;
  }
  #select .kitchen .select01 .free-b .items .image {
    margin-top: 0;
  }
  #select .kitchen .select01 .right {
    text-align: left;
  }
  #select .kitchen .select02 .optimum {
    line-height: 2;
  }
  #select .kitchen .select02 .items {
    text-align: center;
  }
  #select .kitchen .select02 .items li {
    width: 34%;
    margin-bottom: 10px;
    padding-right: 1%;
  }
  #select .kitchen .select02 .items li:last-child {
    padding-right: 0;
  }
  #select .kitchen .select02 .items01 li:first-child {
    width: 48%;
  }
  #select .kitchen .select02 .items01 li:nth-child(2) {
    width: 48%;
    margin-right: auto;
    margin-bottom: 10px;
  }
  #select .kitchen .select03 .items li {
    width: 34%;
  }
  #select .kitchen .select03 .items li:not(:last-child) {
    padding-right: 1%;
  }
  #select .kitchen .select05 .items li {
    display: inline-block;
    width: 46%;
    margin-right: 1%;
  }
  #select .kitchen .select06 .colors li {
    float: left;
    width: 49%;
    margin-right: 1%;
  }
  #select .kitchen .select06 .colors li:last-child {
    margin-right: auto;
  }
  #select .kitchen .select07 .lead {
    width: 100%;
  }
  #select .kitchen .select07 .colors {
    margin-bottom: 0;
  }
  #select .kitchen .select07 .color01 .items li {
    width: 100%;
    margin-bottom: 15px;
  }
  #select .kitchen .select07 .color01 .items li .color-txt {
    font-size: 14px;
  }
  #select .kitchen .select07 .color01 .items li .name {
    font-size: 100%;
  }
  #select .kitchen .select07 .color01 .items li.last {
    width: 70%;
    margin: auto;
  }
  #select .kitchen .select07 .color01 .items li.last .color-txt {
    display: none;
  }
  #select .kitchen .select07 .color02 .items {
    text-align: center;
  }
  #select .kitchen .select07 .color02 .items li {
    width: 100%;
    margin-bottom: 15px;
  }
  #select .kitchen .select07 .color02 .items li .color-txt {
    font-size: 14px;
  }
  #select .kitchen .select07 .color02 .items li .name {
    font-size: 100%;
  }
  #select .kitchen .select08 .colors {
    margin-bottom: 0;
  }
  #select .kitchen .select08 .colors .items .lead {
    margin-bottom: 20px;
  }
  #select .kitchen .select08 .colors .items li {
    float: left;
    width: 100%;
    margin: 0 auto 20px;
  }
  #select .kitchen .select08 .colors .items .floor {
    width: 49%;
    display: block;
  }
  #select .bath .select01 .items {
    margin-bottom: 0;
  }
  #select .bath .select01 .items li {
    width: 100%;
    margin-bottom: 20px;
  }
  #select .bath .select01 .items .wall {
    margin-bottom: 20px;
  }
  #select .bath .select01 .type {
    width: 100%;
    margin: 0 auto;
  }
  #select .bath .select01 .items01 {
    margin-bottom: 0;
  }
  #select .bath .select01 .items01 li {
    width: 46%;
  }
  #select .bath .select01 .items01 li .itemName {
    font-size: 13px;
    padding: 0 0 10px;
  }
  #select .bath .select01 .items01 li .itemName-mini {
    font-size: 10px;
  }
  #select .bath .select01 .items01 li:last-child {
    padding-right: 0;
  }
  #select .bath .select01 .items01 li:last-child .p-title {
    padding-left: 0;
    font-size: 11.5px;
  }
  #select .bath .select01 .items01 li:last-child .p-text {
    padding-left: 0;
    font-size: 10px;
  }
  #select .bath .select01 .items01 li:last-child .image {
    display: block;
  }
  #select .bath .select02 {
    margin-bottom: 20px;
  }
  #select .bath .select02 .items li {
    vertical-align: top;
    width: 48%;
  }
  #select .bath .select03 {
    padding-bottom: 0;
  }
  #select .bath .select03 header {
    margin-bottom: 0;
  }
  #select .bath .select03 header h4 {
    margin-bottom: 0;
  }
  #select .bath .select03 .title {
    font-size: 14px;
    line-height: 1.6;
  }
  #select .bath .select03 .items li {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
  #select .bath .select03 .items li .itemName {
    padding-left: 0;
    font-size: 15px;
  }
  #select .bath .select03 .items li:nth-child(2) {
    margin-bottom: 20px;
  }
  #select .bath .select03 .items li:nth-child(2) .p-text {
    font-size: 11px;
  }
  #select .bath .select03 .items li:nth-child(2n+1) {
    margin-left: 0;
  }
  #select .bath .select03 .items .image {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #select .bath .select03 .items .image .caption {
    bottom: -20%;
  }
  #select .bath .select03 .items .image.double.caption {
    bottom: -10%;
  }
  #select .bath .select03 .items .p-text {
    padding-left: 0;
    font-size: 12px;
  }
  #select .bath .select03 .items .p-text02 {
    padding-left: 0;
    font-size: 11px;
  }
  #select .door .select01 .items {
    text-align: center;
  }
  #select .door .select01 .items li {
    width: 46%;
    margin-bottom: 20px;
  }
  #select .door .select01 .items li .itemName {
    text-align: center;
  }
  #select .door .select01 .items li .image {
    width: 100%;
  }
  #select .door .select02 .items li {
    width: 100%;
  }
  #select .cloth .select01 .items li {
    width: 46%;
    padding-top: 10px;
  }
  #select .cloth .select01 .items li .image {
    margin: auto;
  }
  #select .cloth .select01 .items li:not(:nth-child(-n+3)) {
    margin-top: 10px;
  }
  /*==================================================================================
 location
==================================================================================*/
  #location .photoes-wrap:before, #location .photoes-wrap:after {
    height: 100vw;
  }
  #location .photoes-wrap .photoes {
    height: 100vw;
  }
  #location .photoes-wrap .photoes img {
    height: 100vw;
  }
  #location .sections {
    margin-bottom: 50px;
  }
  #location .sections .wrap {
    width: 90%;
  }
  #location .sections .title {
    text-align: left;
  }
  #location .sections .lead {
    text-align: left;
    font-size: 18px;
    margin-top: 80px;
  }
  #location .sec02 {
    margin-bottom: 50px;
  }
  #location .sec02 .floors {
    background: url(../imgs/location/bg01-sp.png);
    padding-bottom: 120px;
  }
  #location .sec02 .floors .tit-img {
    width: 100%;
    margin-bottom: 30px;
  }
  #location .sec02 .floors .tit-img li {
    vertical-align: middle;
    width: 74%;
    margin-right: 1%;
  }
  #location .sec02 .floors .tit-img li:last-child {
    width: 10%;
    margin-right: auto;
  }
  #location .sec02 .floors .txt {
    width: 90%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: .12em;
    margin: auto;
  }
  #location .sec02 .floor02 {
    background: url(../imgs/location/bg02-sp.png);
    margin-top: 100px;
  }
  #location .sec02 .floor02 .tit-img {
    width: 84%;
    margin: 0 0 40px auto;
  }
  #location .sec02 .floor02 .tit-img li {
    vertical-align: top;
    display: inline-block;
    width: 13.8%;
    margin-right: 1;
  }
  #location .sec02 .floor02 .tit-img li:first-child {
    margin-top: 20%;
  }
  #location .sec02 .floor02 .tit-img li:last-child {
    width: 82%;
    margin-right: auto;
  }
  #location .sec02 .floor02 .txt {
    text-align: left;
    width: 90%;
    margin: 30px auto 0;
  }
  #location .sec02 .floor03 {
    background: url(../imgs/location/bg03-sp.png);
    margin-top: 100px;
  }
  #location .sec02 .img-list {
    text-align: center;
    width: 100%;
    margin: 0 auto 50px;
  }
  #location .sec02 .img-list .pc {
    display: none !important;
  }
  #location .sec02 .img-list .dots {
    right: 20px;
  }
  #location .sec02 .img-list > li {
    display: block;
  }
  #location .sec02 .img-list > li .name {
    margin-right: 10px;
  }
  #location .sec02 .img-list li.image {
    width: 100%;
    margin-right: auto;
  }
  #location .sec02 .img-list li.image .images {
    width: 90%;
    margin: 0 0 0 10%;
  }
  #location .sec02 .img-list .texts {
    text-align: left;
    width: 90%;
    margin: 40px auto 0;
  }
  #location .sec02 .img-list .cond01 .sld01 .img {
    background-image: url(../imgs/location/img01-01-sp.jpg);
  }
  #location .sec02 .img-list .cond01 .sld02 .img {
    background-image: url(../imgs/location/img01-02-sp.jpg);
  }
  #location .sec02 .img-list .cond03 .sld01 .img {
    background-image: url(../imgs/location/img03-01-sp.jpg);
  }
  #location .sec02 .img-list .cond03 .sld02 .img {
    background-image: url(../imgs/location/img03-02-sp.jpg);
  }
  #location .sec02 .img-list .cond05 .sld01 .img {
    background-image: url(../imgs/location/img05-01-sp.jpg);
  }
  #location .sec02 .img-list .cond05 .sld02 .img {
    background-image: url(../imgs/location/img05-02-sp.jpg);
  }
  #location .sec02 .inner01.right, #location .sec02 .inner03.right {
    margin: -26% auto 0;
    margin-left: auto;
  }
  #location .sec02 .inner01.left, #location .sec02 .inner03.left {
    margin: 0;
  }
  #location .sec02 .inner01.left li.texts, #location .sec02 .inner03.left li.texts {
    width: 90%;
    margin: 40px auto 0;
  }
  #location .sec02 .inner01.left li.image, #location .sec02 .inner03.left li.image {
    width: 100%;
    margin: 0;
  }
  #location .sec02 .inner01.left li.image .images, #location .sec02 .inner03.left li.image .images {
    margin: auto;
  }
  #location .sec02 .inner02.right {
    margin-left: auto;
  }
  #location .sec02 .inner02.right li.texts {
    margin-bottom: 6%;
  }
  #location .sec02 .inner02.right li.image .image {
    width: 90%;
    margin-left: 10%;
  }
  #location .sec02 .inner02.left {
    margin: -26% 0 0;
  }
  #location .sec02 .inner02.left li.texts {
    width: 90%;
    margin: 40px auto 0;
  }
  #location .sec02 .inner02.left li.image {
    width: 100%;
    margin: 0;
  }
  #location .sec02 .inner02.left li.image .images {
    margin: auto;
  }
  #location .sec02 .inner02.left .img-list > li .name {
    text-align: left;
    margin-left: 4%;
  }
  #location .sec02 .texts {
    width: 90%;
    margin: auto;
  }
  #location .sec02 .texts .txt01 {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  #location .sec02 .texts .txt02 {
    font-size: 16px;
    line-height: 2;
  }
  #location .sec03 .tit {
    font-size: 22px;
    letter-spacing: .2em;
    margin-bottom: 40px;
  }
  #location .sec03 .areas li {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  #location .sec03 .areas li .bottom {
    margin-bottom: 30px;
  }
  #location .sec03 .areas .txt {
    margin-bottom: 10px;
  }
  /*==================================================================================
 value
==================================================================================*/
  #value .intro {
    text-align: center;
    margin-bottom: 80px;
  }
  #value .intro.wrap {
    width: 90%;
  }
  #value .intro .rarity .tit {
    text-align: left;
    font-size: 22px;
    margin-bottom: 20px;
  }
  #value .intro .rarity .tit:before,
  #value .intro .rarity .tit:after {
    display: none;
  }
  #value .intro .rarity .txt {
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
  }
  #value .intro .rarity .list li {
    display: block;
    width: 100%;
  }
  #value .intro .rarity .list li:last-child {
    margin-top: 10px;
  }
  #value .intro .rarity .mini {
    text-align: left;
  }
  #value .sec01 .wrap {
    width: 90%;
  }
  #value .sec01 .tit-img {
    margin-bottom: 60px;
  }
  #value .sec01 .tit {
    text-align: left;
    font-size: 22px;
    margin-bottom: 20px;
  }
  #value .sec01 .tit:before,
  #value .sec01 .tit:after {
    display: none;
  }
  #value .sec01 .txt {
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
  }
  #value .sec01 .list li {
    display: block;
    width: 100%;
  }
  #value .sec01 .list li:last-child {
    margin-top: 30%;
  }
  #value .sec01 .list .txt01 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #value .sec01 .list .txt02 {
    margin-bottom: 20px;
  }
  #value .sec01 .limit .sub {
    font-size: 13px;
    margin-bottom: 20px;
  }
  #value .sec01 .limit .swipe-img img {
    width: 800px !important;
  }
  /*==================================================================================
 quality
==================================================================================*/
  #quality .contents .sections {
    padding: 40px 0 60px;
  }
  #quality .contents .sections .sec-tit {
    font-size: 24px;
    margin: 10px auto;
  }
  #quality .contents .sections .wrap {
    width: 90%;
    margin: auto;
  }
  #quality .contents .sections .wrap .sec-lead {
    text-align: left;
    font-size: 15px;
    margin-bottom: 22px;
  }
  #quality .contents .sections .wrap .box {
    padding: 20px 6px;
    margin-top: 40px;
  }
  #quality .contents .sections .wrap .items .name {
    font-size: 16px;
  }
  #quality .contents .sections .wrap #amenity li.fnj {
    display: block;
    margin-top: 10px;
  }
  #quality .contents .sections .wrap #amenity li.fnj .image {
    width: 100%;
  }
  /*==================================================================================
 security
==================================================================================*/
  #security .swipe-img img {
    width: 1000px !important;
  }
  #security .swipe-img01 img {
    width: 600px !important;
  }
  #security .contents .sections {
    padding: 0 0 60px;
  }
  #security .contents .sections .wrap {
    width: 90%;
    margin: auto;
  }
  #security .contents .sections .sec-tit {
    font-size: 24px;
    margin: 10px auto;
  }
  #security .contents .sections .sec-lead {
    text-align: left;
    font-size: 15px;
    margin-bottom: 22px;
  }
  #security .contents .sections .items .image {
    margin-bottom: 10px;
  }
  #security .contents .sections .items .image .under {
    bottom: -25px;
  }
  #security .contents .sections .items li {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 30px;
  }
  #security .contents .sections .items .name {
    font-size: 16px;
    line-height: 1.7;
  }
  #security .contents .sections .items .lead {
    font-size: 12px;
    line-height: 1.7;
  }
  #security .contents .sections .items .mini {
    text-align: left;
    font-size: 10px;
    line-height: 1.5;
  }
  #security .contents .sections .item01 li {
    display: block;
    float: none;
    width: 100%;
    margin-right: auto;
    margin-bottom: 30px;
  }
  #security .contents .sections .item01 li:first-child {
    margin-bottom: 50px;
  }
  #security .contents .sections .item01 li:last-child {
    width: 100%;
  }
  #security .contents .sections .item01 .seculio-img img {
    width: 60%;
  }
  #security .contents .sections .item02 {
    text-align: left;
  }
  #security .contents .sections .item02 .points {
    font-size: 16px;
    margin-bottom: 0;
  }
  #security .contents .sections .item02 .lines {
    font-size: 16px;
    padding-left: 10px;
  }
  #security .contents .sections .inner-text {
    text-align: left;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #0063E0;
  }
  #security .contents .sections .inner-lead {
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  #security .contents .sections .security-img {
    margin-bottom: 10px;
  }
  #security .contents .sections .swipe-icon img {
    width: 50%;
    margin-bottom: 20px;
  }
  #security .contents .sections .items.pattern02.list-center li {
    float: none;
    display: block;
    width: 100%;
  }
  #security .contents .sections .items.pattern02.list-center li:not(:nth-child(3n)) {
    padding-right: 0;
  }
  /*==================================================================================
 lowcarbon
==================================================================================*/
  #lowcarbon .content {
    padding-top: 0;
  }
}

#design .wh_back{
	background-color: #FFF;
}


/*# sourceMappingURL=lower.css.map */

#madori_box{
	width: 100%;
	height: auto;
	background-color: #ffffff;
}

.room_vote{
	width: 100%;
	max-width: 1310px;
	margin: 0 auto;
	padding-bottom: 120px;
		color: #000000;
	background-color: #ffffff;
}


.txt-headcopy-l {
	font-size: 1.8rem;
	letter-spacing: 0.6rem;
	line-height: 1.5;
	text-align: center;
	color: #000000;
}

.txt-headcopy-l_lead {
	font-size:1.2rem;
	line-height: 1.7;
	text-align: center;
	padding-top: 60px;
}

.txt-headcopy {
	font-size: 1.8rem;
	letter-spacing: 0.4rem;
}

.txt-line-headcopy {
	display: flex;
}

.txt-line-headcopy p:nth-child(1) {
	border-left: 4px solid #429e66;
	margin-right: 20px;
}

.txt-line-headcopy p:nth-child(2) {
	color: #429e66;
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
	line-height: 1.3;
	text-align: justify;
}



.txt-lead {
		font-size: 1rem;
	line-height: 2;
	padding-top: 30px;
	text-align: justify;
}

.txt-lead-s {
	font-size: 1.1rem;
	line-height: 1.5;
	text-align: justify;
	padding-top: 5px;
}



.txt-headcopy-l sup {
	font-size: 0.4em;
	letter-spacing: 0;
	top: -1.4em;
}

.txt-headcopy sup {
	font-size: 0.5em;
	letter-spacing: 0;
	top: -1.0em;
}

.txt-line-headcopy sup {
	font-size: 0.5em;
	letter-spacing: 0;
	top: -1.0em;
}

.txt-lead sup {
	font-size: 0.7em;
}





.mp-cap {
	font-size: 1.1rem;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: justify;
	width: 90%;
	padding-left: 10px;
}





.plan_hanrei-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.1rem;
	padding-top: 20px;
}

.plan_hanrei-wrap li {
	display: flex;
	margin-right: 20px;
}

.plan_hanrei-wrap li:nth-child(1) p:nth-child(1) {
	width: 34px;
	margin-right: 5px;
	margin-top: -7px;
}

.plan_hanrei-wrap li:nth-child(2) p:nth-child(1) {
	width: 34px;
	margin-right: 5px;
	margin-top: -7px;
}

.plan_hanrei-wrap li:nth-child(3) p:nth-child(1) {
	width: 29px;
	margin-right: 5px;
	margin-top: -2px;
}

.plan_hanrei-wrap li:nth-child(4) p:nth-child(1) {
	width: 29px;
	margin-right: 5px;
	margin-top: -2px;
}

.plan_hanrei-wrap.other li:nth-child(3) p:nth-child(1) {
	margin-top: -3px;
}

.plan_hanrei-wrap.other li:nth-child(4) p:nth-child(1) {
	width: auto;
	margin-right: 20px;
	margin-top: 0;
}


/*********** ↑共通 *************/




.ldk_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	padding-top: 100px;
}

.ldk_01-wrap li:nth-child(1) {
	width: 32.2%;
}

.ldk_01-wrap li:nth-child(2) {
	width: 64.98%;
}

.ldk_01a {
	padding-top: 50px;
}

.ldk_04 {
	padding-top: 60px;
}




.feature-wrap {
	display: grid;
	grid-template-columns: 28.49% 36.78% 28.49%;
	grid-template-rows: auto auto;
	justify-content: space-between;
	padding-top: 100px;
}

.feature-wrap > li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.feature-wrap > li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
	align-self: flex-end;
}

.feature-wrap > li:nth-child(3) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	align-self: flex-end;
}

.feature-wrap > li:nth-child(4) {
	grid-column: 3 / 4;
	grid-row: 1 / 3;
	align-self: flex-end;
}


.feature_03-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.feature_03-wrap li {
	 width: 48%;
	margin-top: 15px;
}

.feature_03-wrap li:last-child {
	 width: 100%;
}




.ldk_03-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 200px;
}

.ldk_03-wrap li:nth-child(1) {
	width: 33.27%;
}

.ldk_03-wrap li:nth-child(2) {
	width: 59.02%;
}


@media only screen and (max-width: 1300px){
.ldk_03-wrap li:nth-child(1) br {
	display: none;
}
}




@media only screen and (max-width: 767px){
	
.room_vote{
padding: 10px 10px 120px 10px;
}
	
.plan_hanrei-wrap {
	font-size: 1.0rem;
	padding-top: 10px;
}

.plan_hanrei-wrap li {
	margin-right: 15px;
}
	
	
/*********** ↑共通 *************/
	
	
	
	
	
.ldk_01-wrap {
	padding-top: 40px;
}

.ldk_01-wrap li:nth-child(1) {
	width: 100%;
}

.ldk_01-wrap li:nth-child(2) {
	width: 100%;
	padding-top: 30px;
}

.ldk_01a {
	padding-top: 30px;
}

.ldk_04 {
	width: 70%;
	margin: 0 auto;
	padding-top: 30px;
}

	
	
	
	
.feature-wrap {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto auto auto auto;
	justify-content: space-between;
	padding-top: 60px;
}

.feature-wrap > li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.feature-wrap > li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	width: 76.47%;
	margin: 0 auto;
	padding-top: 30px;
}
	
.feature-wrap > li:nth-child(3) {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
}
	
.feature-wrap > li:nth-child(3) > div {
	padding-top: 20px;
}
	

.feature-wrap > li:nth-child(4) {
	grid-column: 1 / 2;
	grid-row: 4 / 5;
	padding-top: 20px;
}

	
	

.feature_03-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.feature_03-wrap li {
	 width: 48%;
	margin-top: 15px;
}

.feature_03-wrap li:last-child {
	 width: 100%;
}
	

	
	
.ldk_03-wrap {
	padding-top: 60px;
}

.ldk_03-wrap li:nth-child(1) {
	width: 100%;
}

.ldk_03-wrap li:nth-child(2) {
	width: 100%;
	padding-top: 20px;
}
	
.ldk_03-wrap .swipe{
	width: 20%;
	margin-left: 80%;
	padding-top: 5px;
}

	
	
	
	
	
/********** model **********/

.model-wrap {
	padding-top: 50px;
}
	
.model_title {
	font-size: 2.0rem;
}
	
.mr-wrap {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto auto auto auto auto;
	justify-content: space-between;
	padding-top: 0;
}

.mr-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.mr-wrap li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.mr-wrap li:nth-child(3) {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
}
	
.mr-wrap li:nth-child(4) {
	grid-column: 1 / 2;
	grid-row: 4 / 5;
	width: 70%;
	margin: 0 auto;
}
	
.mr-wrap li:nth-child(5) {
	grid-column: 1 / 2;
	grid-row: 5 / 6;
	width: 70%;
	margin: 0 auto;
}

.mr-wrap li {
	padding-top: 10px;
}


	
/********** ↑model **********/

	

	
	

/*********** style *************/


/** tab-nav **/
	
#contents .disnon {
    display: block;
}


	
.tab-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 40px;
}

.tab-nav li {
	width: 49.41%;
	margin-top: 6px;
}
	
.tab-nav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	background: #f0f6fc;
	padding: 15px 0;
	transition: all 0.2s ease;
}
	
.tab-nav li a:hover {
	background: #d1e5f5;
}

.tab-nav li.current a {
	background: #d1e5f5;
}
	
.tab-nav li a dd {
	font-size: 1.2rem;
	padding-top: 2px;
}
	
	
	
.anc_single,
.anc_dinks,
.anc_senior,
.anc_family	{
	display: block;
    padding-top: 40px;
	margin-top: -40px;
}

/** ↑tab-nav **/	
	
	

	


.style-container .inner {
	width: 110%;
	padding: 30px 4%;
	margin-top: 10px;
	margin-left: -5%;
}


.style-wrap {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto auto auto;
	justify-content: space-between;
}

.style-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	padding-top: 30px;
}

.style-wrap li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.style-wrap li:nth-child(3) {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
}

.style-wrap .copy p:nth-child(1) {
	font-size: 1.6rem;
}

.style-wrap .copy p:nth-child(2) {
	font-size: 3.0rem;
	letter-spacing: 0.2rem;
	padding-top: 5px;
}

.style-wrap .copy p:nth-child(2) .small {
	font-size: 1.4rem;
}

.style-wrap .copy p:nth-child(3) {
	padding-top: 20px;
}

.style-wrap .no {
	padding-top: 20px;
}
	
	
.style-wrap .photo {
	padding-top: 40px;
}

.style-wrap dl {
	padding-top: 20px;
}

.style-wrap dt {
	width: 30px;
	margin-top: 3px;
}

.style-wrap dd {
	font-size: 1.4rem;
	margin-left: 5px;
}

	
	



/*********** ↑style *************/
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/********** scroll-box ***********/	

.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
	
.scroll-box div img {
  max-width: 100%;
	
  vertical-align: top;
}

.ldk_03-wrap .scroll-box div img {
  min-width: 600px;
}

	

	
.scroll-box::-webkit-scrollbar {
  height: 4px;
}
.scroll-box::-webkit-scrollbar-track {
  background: #fff;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}
	
/********** ↑scroll-box ***********/
	
	
	
	
	

	

	
	
	
}






/********** model **********/

.model-wrap {
	padding-top: 100px;
}

.model_title {
	font-family: 'Cinzel', serif;
	color: #65aadd;
	font-size: 3.2rem;
	text-align: center;
}

.mr-wrap {
	display: grid;
	grid-template-columns: 57.17% 40.88%;
	grid-template-rows: auto auto auto auto;
	justify-content: space-between;
	padding-top: 10px;
	position: relative;
	z-index: 5;
}

.mr-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.mr-wrap li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 2 / 4;
}

.mr-wrap li:nth-child(3) {
	grid-column: 1 / 2;
	grid-row: 4 / 5;
}

.mr-wrap li:nth-child(4) {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}

.mr-wrap li:nth-child(5) {
	grid-column: 2 / 3;
	grid-row: 3 / 5;
}

.mr-wrap li {
	padding-top: 5px;
}

.mr-wrap .cap {
	text-align: right;
}

/********** ↑model **********/







/*********** style *************/


#contents #tab {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 80px;
}

#contents #tab li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 2.3rem;
	line-height: 1.2;
	text-align: center;
	background: #f0f6fc;
	width: 24.59%;
	padding: 15px 0;
}

#contents #tab li dd {
	font-size: 1.6rem;
}

#contents #tab li:hover {
	background: #d1e5f5;
}

#contents #tab li.select {
	background-color: #d1e5f5;
}

#contents .disnon {
    display: none;
}



.style-container .inner {
    background: #d1e5f5;
	padding: 56px;
}

.style-wrap {
	display: grid;
	grid-template-columns: 57.79% 36.95%;
	grid-template-rows: auto 1fr;
	justify-content: space-between;
}

.style-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}

.style-wrap li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.style-wrap li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}


.style-wrap .copy p:nth-child(1) {
	font-size: 1.8rem;
}

.style-wrap .copy p:nth-child(2) {
	font-size: 3.6rem;
	line-height: 1.2;
	letter-spacing: 0.4rem;
	margin-left: -0.5em;
	padding-top: 10px;
}

.style-wrap .copy p:nth-child(2) .small {
	font-size: 1.8rem;
}

.style-wrap .copy p:nth-child(3) {
	text-align: justify;
	padding-top: 30px;
}

.style-wrap .no {
	padding-top: 20px;
}


.style-wrap .photo {
	padding-top: 40px;
}

.style-wrap dl {
	display: flex;
	padding-top: 30px;
}

.style-wrap .photo dl {
	padding-top: 0;
}

.style-wrap dt {
	width: 35px;
	margin-top: 4px;
}

.style-wrap dd {
	font-size: 1.6rem;
	line-height: 1.4;
	margin-left: 10px;
}



.style-wrap.style2 .photo dl {
	padding-top: 10px;
}



  .madori_fukidasi{
    position: relative;
    overflow: hidden;
  }

  .marker{
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 0;
    padding: 0;
    background: rgba(255,0,0,.95);
    transform: translate(-50%, -50%);
    cursor: pointer;
    /* クリックしやすく */
    touch-action: manipulation;
  }






    .plan-grid{
      max-width:1100px;
      margin:0 auto;
      display:grid;
      gap:28px;
      grid-template-columns:repeat(3, minmax(0, 1fr));
    }
    @media (max-width:900px){
      .plan-grid{ grid-template-columns:repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width:580px){
      .plan-grid{ grid-template-columns:1fr; }
    }

    /* ===== Card Link (カード全体をリンク) ===== */
    .plan-link{
      display:flex;
      flex-direction:column;
      min-height:340px;
      text-decoration:none;
      color:inherit;

      background:#fff;
      border:1px solid #000;
      border-radius:0;
      overflow:hidden;

      transition: opacity .2s ease, transform .12s ease;
    }
    .plan-link:hover{
      opacity:.75;              /* 薄くする */
    }
    .plan-link:active{
      transform: translateY(1px);
    }
    .plan-link:focus-visible{
      outline:3px solid #0f6f60;
      outline-offset:3px;
    }

    .plan-inner{
      padding:34px 26px 22px;
      display:flex;
      flex-direction:column;
      align-items:center;
      flex:1;
    }

    /* Top badge */
    .plan-badge{
      width:190px;
      height:110px;
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      flex-direction:column;
      letter-spacing:.04em;
      margin-bottom:28px;
      background:
        radial-gradient(120px 80px at 30% 25%, rgba(255,255,255,.18), transparent 60%),
        linear-gradient(180deg, #948876 0%, #928978 100%);
    }
    .plan-badge .big{
      font-size:62px;
      line-height:1;
      margin-top:4px;
    }
    .plan-badge .small{
      font-size:22px;
      line-height:1.1;
      margin-top:6px;
    }

    /* Main title */
    .plan-title{
      margin:0 0 22px;
      font-size:44px;
      font-weight:500;
      letter-spacing:.04em;
      text-align:center;
      color:#928978;
	  font-family:"EB Garamond", "EB Garamond";
    }

    /* Areas */
    .plan-areas{
      width:100%;
      max-width:360px;
      margin-top:8px;
      display:flex;
      flex-direction:column;
      gap:10px;
      font-family:"Hiragino Kaku Gothic ProN","Yu Gothic","Noto Sans JP",system-ui,sans-serif;
    }

    /* 1行に収めて、文字間を詰める（省略なし） */
    .area-row{
      display:flex;
      align-items:baseline;
      gap:6px;                 /* 間隔を詰める */
      white-space:nowrap;
      font-size:14px;
      line-height:1.6;
      letter-spacing:0;        /* 字間を詰める */
      color:#333;
    }

    .sq{
      width:10px;
      height:10px;
      border:1.8px solid #333;
      margin-top:4px;
      flex:0 0 auto;
    }
    .sq.fill{
      background:#111;
      border-color:#111;
    }

    .area-row .label{
      white-space:nowrap;
      margin-right:0;
      letter-spacing:0;
    }

    .area-row .value{
      font-size:40px;
      line-height:1;
      margin:0;               /* 余白で暴れないように */
      color:#111;
      letter-spacing:0;
      font-family:  "EB Garamond", "EB Garamond";
    }

    .area-row .unit{
      color:#111;
      letter-spacing:0;
    }

    /* ===== Footer (左右いっぱい) ===== */
    .plan-footer{
      margin-top:auto;
      width:100%;
      border-top:4px solid #948876;
    }
    .plan-btn{
      display:block;
      width:100%;
      text-align:center;
      padding:18px 14px;
      font-family:  "EB Garamond", "EB Garamond";
      font-size:22px;
      letter-spacing:.08em;
      color:#fff;
      background:linear-gradient(180deg, #948876 0%, #928978 100%);
    }

    /* Small devices */
    @media (max-width:420px){
      .plan-title{ font-size:44px; }
      .plan-badge{ width:170px; height:100px; }
      .plan-badge .big{ font-size:54px; }
      .plan-badge .small{ font-size:20px; }
      .area-row{ gap:4px; }
      .area-row .value{ font-size:28px; }
    }

.container_room{
	      max-width: 1100px;
      margin: 0 auto;
      padding: 16px;
    }


    /* ====== Theme tokens (NO :root) ====== */
    .plan-header {
      --teal: #0f7b73;
      --teal-2: #0a6b63;
      --beige: #cdbf9c;
      --line: rgba(15, 123, 115, 0.35);
      --muted: #5b5b5b;
      --bg-soft: #f6f7f7;
    }

    /* ====== Top header strip ====== */
    .plan-header {
      border-top: 3px solid var(--teal);
      border-bottom: 3px solid var(--teal);
      padding: 18px 0 14px;
    }

    .header-row {
      display: flex;
      align-items: stretch;
      gap: 16px;
    }

    /* Left badge */
    .badge {
      flex: 0 0 auto;
      width: clamp(78px, 12vw, 120px);
      min-height: 72px;
      border-right: 2px solid var(--line);
      display: grid;
      place-items: center;
      padding: 6px 10px;
    }
    .badge-inner {
      width: 100%;
      text-align: center;
    }
    .badge-letter {
      font-weight: 200;
      letter-spacing: 0.04em;
      font-size: clamp(42px, 6vw, 64px);
      line-height: 1;
      color: var(--teal);
    }
    .badge-type {
      margin-top: 6px;
      display: inline-block;
      padding: 4px 10px;
      font-weight: 700;
      letter-spacing: 0.16em;
      font-size: 12px;
      color: #fff;
      background: var(--teal);
    }

    /* Main title */
    .title-area {
      flex: 1 1 auto;
      padding: 2px 4px 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 6px;
      min-width: 240px;
    }
    .title-line {
      display: flex;
      align-items: baseline;
      flex-wrap: wrap;
      gap: 10px;
      line-height: 1.05;
    }
    .title-main {
	  font-family: "EB Garamond", serif;
      font-weight: 200;
      font-size: clamp(28px, 4.3vw, 48px);
      letter-spacing: 0.02em;
      color: var(--teal);
    }
    .title-sub {
	  font-family: "EB Garamond", serif;
      font-weight: 200;
      font-size: clamp(13px, 1.8vw, 18px);
      color: #2a2a2a;
      white-space: nowrap;
    }

    .title-sub jp{
	  font-family: "EB Garamond", serif;
      font-weight: 200;
      font-size: clamp(13px, 1.8vw, 18px);
      color: #2a2a2a;
      white-space: nowrap;
    }
    .title-sub small {
      font-weight: 600;
      color: var(--muted);
      margin-left: 6px;
      white-space: normal;
    }

    /* Right info */
    .info {
      flex: 0 0 auto;
      min-width: clamp(230px, 28vw, 340px);
      border-left: 2px solid var(--line);
      padding-left: 14px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 8px;
    }
    .info-top {
      display: flex;
      align-items: baseline;
      justify-content: flex-end;
      gap: 10px;
      flex-wrap: wrap;
    }
    .info-label {
      font-size: 13px;
      color: var(--muted);
      white-space: nowrap;
    }
    .info-area {
	　font-family: "EB Garamond", serif;
      font-weight: 200;
      font-size: clamp(26px, 3.6vw, 44px);
      color: #222;
      letter-spacing: 0.01em;
      white-space: nowrap;
    }
    .info-area sup {
      font-size: 0.55em;
      top: -0.35em;
      position: relative;
    }
    .info-area .approx {
      font-weight: 700;
      font-size: 0.48em;
      color: var(--muted);
      margin-left: 6px;
    }

    .info-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 6px;
      justify-content: end;
    }
    .info-list li {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      color: #2f2f2f;
      justify-content: flex-end;
    }
    .dot {
      width: 9px;
      height: 9px;
      background: #111;
      display: inline-block;
    }

    /* ====== Tabs ====== */
    .tabs {
      margin-top: 14px;
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
    }

    .tablist {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      align-items: center;
    }

    .tab {
      appearance: none;
      border: 1px solid rgba(0,0,0,0.15);
      background: #fff;
      padding: 10px 18px;
      font-weight: 700;
      letter-spacing: 0.04em;
      cursor: pointer;
      position: relative;
      min-width: 110px;
      text-align: center;
      user-select: none;
      transition: background 160ms ease, border-color 160ms ease, transform 120ms ease;
    }
    .tab:hover { transform: translateY(-1px); }
    .tab:focus-visible {
      outline: 3px solid rgba(15,123,115,0.25);
      outline-offset: 2px;
    }

    /* little triangle marker like the image */
.tab::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -8px;              /* 位置はそのまま（必要なら調整） */
  width: 0; height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid rgba(0,0,0,0.25);  /* ここがポイント */
  opacity: 0.6;
}


    .tab[aria-selected="true"] {
      background: var(--beige);
      border-color: rgba(0,0,0,0.22);
    }
.tab[aria-selected="true"]::before {
  border-top-color: var(--beige);
  opacity: 1;
}


    .tabs-note {
      flex: 1 1 auto;
      text-align: right;
      color: #3a3a3a;
      font-weight: 600;
      line-height: 1.35;
      min-width: 220px;
    }

    /* Panels */
    .panels {
      margin-top: 12px;
      border-top: 1px solid rgba(0,0,0,0.08);
      padding-top: 14px;
		color: #000000;
    }
    .panel {
      display: none;
      padding: 14px;
      border: 1px solid rgba(0,0,0,0.08);
    }
    .panel[data-active="true"] { display: block; }

    /* ====== Responsive ====== */
    @media (max-width: 820px) {
      .header-row {
        flex-wrap: wrap;
        gap: 12px;
      }
      .badge {
        border-right: none;
        border-bottom: 2px solid var(--line);
        width: 100%;
        min-height: auto;
        padding: 10px 0 14px;
      }
      .title-area {
        padding: 0;
        min-width: 0;
        width: 100%;
      }
      .info {
        border-left: none;
        border-top: 2px solid var(--line);
        padding-left: 0;
        padding-top: 12px;
        width: 100%;
        min-width: 0;
        align-items: flex-end;
      }
      .tabs-note {
        text-align: left;
        width: 100%;
      }
    }

/* レイアウト全体（お好みで） */
.panel .card {
  max-width: 960px;
  margin: 0 auto;
  padding: 16px;
}

.panel .title {
  font-size: 1.1rem;
  margin: 0 0 8px;
	margin-top: 40px;
}

.panel .desc {
  margin: 0 0 16px;
  line-height: 1.8;
}

/* 画像エリア */
.panel .img-grid {
  display: flex;
  gap: 16px;
  align-items: stretch;
	margin-bottom: 40px;
}

/* 2枚版：基本は横並び */
.panel .img-grid.two .img-box {
  flex: 1 1 0;
  min-width: 0; /* はみ出し防止 */
}

.panel .img-box {
  margin: 0;
}

.panel .img-box img {
  width: 100%;
	  margin-top: 8px;
  height: auto;
  display: block;
}

.panel .img-box figcaption {
  font-size: 0.9rem;
  margin-top: 8px;
  text-align: center;
}

.panel .img-box-right figcaption {
  font-size: 0.9rem;
  margin-top: 8px;
  text-align: right;
}

.img-grid.two02{
  display: flex;
  gap: 16px;          /* 任意 */
  align-items: flex-start;
}

.img-grid.two02 .img-box{
  min-width: 0;       /* はみ出し防止 */
}

/* 左：7 */
.img-grid.two02 .img-box:nth-child(1){
  flex: 7 1 0;
}

/* 右：3 */
.img-grid.two02 .img-box:nth-child(2){
  flex: 3 1 0;
}


/* スマホなど狭い幅では縦積み */
@media (max-width: 640px) {
.panel .img-grid {
    flex-direction: column;
  }
}

.img-single {
  margin: 0;
  text-align: center;
	margin-bottom: 40px;
}

.img-single img {
  width: 100%;
  max-width: 720px; /* 1枚の時は大きくしすぎない */
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

.img-single-tate {
  margin: 0;
  text-align: center;
	margin-bottom: 40px;
}

.img-single-tate img {
  width: 100%;
  max-width: 360px; /* 1枚の時は大きくしすぎない */
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

.img-single figcaption {
  font-size: 0.9rem;
  margin-top: 8px;
}


.img-single_madori {
  margin: 0;
  text-align: center;
	margin-bottom: 40px;
	z-index: 10;
}

.img-single_madori img {
  width: 100%;
  max-width: 400px; /* 1枚の時は大きくしすぎない */
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

.img-single_madori figcaption {
  font-size: 0.9rem;
  margin-top: 8px;
}

.color-block {
  max-width: 1000px;
  margin: 0 auto;
  padding: 16px;
}

.color-lead {
  margin: 0 0 14px;
  text-align: right;
  line-height: 1.9;
  font-size: 1rem;
}

.color-row {
  display: flex;
  gap: 18px;
  align-items: center;
}

/* 左：テキスト */
.color-text {
  flex: 0 0 240px; /* PC時の左カラム幅 */
  min-width: 200px;
}

.color-text-tate {
  flex: 0 0 240px; /* PC時の左カラム幅 */
  min-width: 500px;
}

.color-name-en {
  margin: 0 0 6px;
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.color-name-jp {
  margin: 0 0 18px;
  font-size: 1rem;
}

.color-note {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.9;
}

/* 右：画像 */
.color-image {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0; /* はみ出し防止 */
}

.color-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* 縦：画像 */
.color-image-tate {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0; /* はみ出し防止 */
}

.color-image-tate img {
  max-width: 200px;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* 縦：画像 */
.color-image-tate2 {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0; /* はみ出し防止 */
}

.color-image-tate2 img {
  max-width: 300px;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* タブレット〜スマホ：縦並びに */
@media (max-width: 768px) {
  .color-row {
    flex-direction: column;
    align-items: stretch;
  }

  .color-text {
    flex: none;
    width: 100%;
    text-align: left;
  }

  .color-name-en {
    font-size: 1.6rem;
  }

  .color-lead {
    text-align: left;
  }
}




  .madori_fukidasi{
    position: relative;
    overflow: hidden;
  }

  .marker{
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 0;
    padding: 0;
    background: rgba(255,0,0,.95);
    transform: translate(-50%, -50%);
    cursor: pointer;
    /* クリックしやすく */
    touch-action: manipulation;
  }

.marker02{
    position: absolute;
    width: 18px;
    height: 18px;
    border: 0;
    padding: 0;
background: rgba(0, 128, 255, .95);
    transform: translate(-50%, -50%);
  }
