@charset "UTF-8";
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
@font-face {
  font-family: "DIN Alternate Bold";
  font-style: normal;
  font-weight: normal;
  src: local("DIN Alternate Bold"), url("DINAlternate-Bold.woff") format("woff");
}
/*----------------------------------------------------------
 * *      Initialize
 * *----------------------------------------------------------*/
html {
  height: 100%;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
}
@media only screen and (max-width:768px) {
  html {
    min-width: 100%;
    font-size: 10px !important;
  }
}

body {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #000000;
  text-rendering: optimizeLegibility;
}
@media only screen and (max-width:768px) {
  body {
    min-width: 100%;
    font-size: 10px !important;
  }
}

p {
  margin: 0;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

strong {
  font-weight: bold;
}

a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease;
}
a img {
  transition: all 0.3s ease;
  opacity: 1;
}
a:hover {
  color: #b3b3b3;
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
}
a:focus {
  color: #b3b3b3;
}

.googlemap-btn {
	display:inline-block;
	padding:0 10px;
	background-color:#E47B6E;
	border-radius:5px;
	margin:30px 0 0 0;
}

.googlemap-btn a {color:white;}

.places-links a {color:#E47B6E;}
.places-links i {width:1em;text-align:center;}

.ggmap { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }  
.ggmap iframe, .ggmap object, .ggmap embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ggmap iframe{position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 150px + 150px);
  pointer-events: none;}


.underline1 {border-bottom:2px solid #E47B6E;margin-bottom:5px;padding-bottom:5px;}
.shop__name {margin-bottom:1em;font-size:1.6rem;color:#E47B6E;}
.shop img {margin-bottom:1em;}


/*******************/
.leasing th, .leasing td {
  border: solid 1px;
  padding: 0 5px;
	font-size: 0.75em;
}

.leasing table {
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 100%;
}

.leasing small {font-size: 0.75em;}

.leasing h3 {margin-bottom:1rem;}
/*******************/


/*----------------------------------------------------------
 * *      Common
 * *----------------------------------------------------------*/
.contents--wrap {
  width: 1280px;
  min-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width:768px) {
  .contents--wrap {
    width: 750px;
    min-width: 750px;
    margin: 0 auto;
  }
}

.visible-xs {
  display: none !important;
}
@media only screen and (max-width:768px) {
  .visible-xs {
    display: block !important;
  }
}

.visible__inline-xs {
  display: none;
}
@media only screen and (max-width:768px) {
  .visible__inline-xs {
    display: inline;
  }
}

@media only screen and (max-width:768px) {
  .hidden-xs {
    display: none !important;
  }
}

/*----------------------------------------------------------
 * *      Header
 * *----------------------------------------------------------*/
header {
  width: 100%;
  height: 115px;
}
@media only screen and (max-width:768px) {
  header {
    margin: 0 0 62px 0;
  }
}
header .contents--wrap {
  position: relative;
}

.head__logo {
  position: absolute;
  top: 43px;
  left: 0;
  width: 413px;
  height: 36px;
}
.head__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.head__logo a:hover {
  opacity: 0.6;
}
.head__logo img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:768px) {
  .head__logo {
    top: 52px;
    left: 40px;
    width: 335px;
    height: 44.08px;
  }
  .head__logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .head__logo a:hover {
    opacity: 0.6;
  }
  .head__logo img {
    width: 100%;
    height: auto;
  }
}

/*----------------------------------------------------------
 * *      Footet
 * *----------------------------------------------------------*/
footer {
  padding: 47px 0 48px 0;
  background: #000000;
}

.foot__logo {
  width: 290.25px;
  height: 37.185px;
  margin: 0 auto;
}
.foot__logo img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:768px) {
  .foot__logo {
    width: 560.6px;
    height: 71.82px;
  }
  .foot__logo img {
    width: 100%;
    height: auto;
  }
}

.foot__tool--wrap {
  position: relative;
  width: 470px;
  height: 20px;
  margin: 0 auto 32px auto;
}
@media only screen and (max-width:768px) {
  .foot__tool--wrap {
    width: auto;
    height: auto;
    margin: 0 auto 48px auto;
  }
}

.foot__sns--wrap ul {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  position: absolute;
  top: 0;
}
@media only screen and (max-width:768px) {
  .foot__sns--wrap ul {
    position: static;
    justify-content: center;
    margin: 0 0 28px 0;
  }
}

.foot__sns__instagram {
  width: 17.13px;
  height: 17.125px;
  margin: 0 16px 0 0;
}
.foot__sns__instagram img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:768px) {
  .foot__sns__instagram {
    margin: 0 32px 0 0;
    width: 42.02px;
    height: 42.02px;
  }
  .foot__sns__instagram img {
    width: 100%;
    height: auto;
  }
}

.foot__sns__facebook {
  width: 10.48px;
  height: 19.565px;
}
.foot__sns__facebook img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:768px) {
  .foot__sns__facebook {
    width: 25.6px;
    height: 48px;
  }
  .foot__sns__facebook img {
    width: 100%;
    height: auto;
  }
}

.foot__link--wrap {
  position: absolute;
  top: 0;
  left: 70px;
}
@media only screen and (max-width:768px) {
  .foot__link--wrap {
    position: static;
  }
}
.foot__link--wrap ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width:768px) {
  .foot__link--wrap ul {
    justify-content: center;
  }
}
.foot__link--wrap li {
  margin: 3px 20px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .foot__link--wrap li {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 1;
    text-align: center;
  }
}
.foot__link--wrap li::after {
  content: "|";
  color: #ffffff;
  margin: 0 0 0 20px;
}
.foot__link--wrap li:nth-child(3)::after {
  display: none;
}
.foot__link--wrap a {
  color: #ffffff;
}
.foot__link--wrap a:hover {
  opacity: 0.7;
}

/*----------------------------------------------------------
 * *      Global Navi
 * *----------------------------------------------------------*/
.nav__tool--wrap {
  position: absolute;
  top: 2.3vw;
  right: 0;
}
@media only screen and (max-width:768px) {
  .nav__tool--wrap {
    top: 0;
  }
}

.nav__sns--wrap {
  position: absolute;
  top: 0;
  right: 86px;
  width: 54px;
  height: 24px;
}
@media only screen and (max-width:768px) {
  .nav__sns--wrap {
    top: 51px;
    right: 206px;
    width: 108px;
  }
}
.nav__sns--wrap ul {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  position: absolute;
  top: 0;
}

.nav__sns__instagram {
  width: 21.01px;
  height: 21.01px;
  margin: 0 20px 0 0;
}
.nav__sns__instagram img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:768px) {
  .nav__sns__instagram {
    width: 42.02px;
    height: 42.02px;
    margin: 0 38.5px 0 0;
  }
  .nav__sns__instagram img {
    width: 100%;
    height: auto;
  }
}

.nav__sns__facebook {
  width: 12.85px;
  height: 24px;
}
.nav__sns__facebook img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:768px) {
  .nav__sns__facebook {
    width: 25.7px;
    height: 48px;
  }
  .nav__sns__facebook img {
    width: 100%;
    height: auto;
  }
}

.nav__menu {
  width: 50px;
  height: 37px;
}
.nav__menu img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:768px) {
  .nav__menu {
    position: absolute;
    width: 100px;
    height: 74px;
    top: 40px;
    right: 40px;
  }
  .nav__menu img {
    width: 100%;
    height: auto;
  }
}

/*----------------------------------------------------------
 * *      Global Navi Menu
 * *----------------------------------------------------------*/
nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.95);
  z-index: 100;
}
nav .contents--wrap {
  position: relative;
  padding: 115px 0 0 0;
}
@media only screen and (max-width:768px) {
  nav .contents--wrap {
    padding: 115px 0 160px 0;
  }
}

.nav__close {
  position: absolute;
  top: 43px;
  right: 7px;
  width: 36.77px;
  height: 36.77px;
}
.nav__close a {
  display: block;
  width: 100%;
  height: 100%;
}
.nav__close a:hover {
  opacity: 0.7;
}
.nav__close img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:768px) {
  .nav__close {
    top: 40px;
    right: 40px;
    width: 73.54px;
    height: 73.54px;
  }
  .nav__close a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .nav__close a:hover {
    opacity: 0.7;
  }
  .nav__close img {
    width: 100%;
    height: auto;
  }
}

.nav--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width:768px) {
  .nav--wrap {
    display: block;
    padding: 0 96px;
  }
}
.nav--wrap li {
  position: relative;
  margin: 0 0 32px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
}
@media only screen and (max-width:768px) {
  .nav--wrap li {
    margin: 0 0 48px 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 1;
  }
}

.nav__title {
  margin: 0 0 38px 0;
  color: #FAC1BA;
  font-family: "DIN Alternate Bold", sans-serif;
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: 1em;
  line-height: 1;
  text-align: left;
}
@media only screen and (max-width:768px) {
  .nav__title {
    margin: 0 0 58px 0;
    color: #FAC1BA;
    font-family: "DIN Alternate Bold", sans-serif;
    font-size: 4.8rem;
    font-weight: 300;
    letter-spacing: 1em;
    line-height: 1;
    text-align: left;
  }
}

@media only screen and (max-width:768px) {
  .nav__place--element {
    margin: 0 0 112px 0;
  }
}
.nav__place--element li {
  padding: 0 0 0 24px;
}
@media only screen and (max-width:768px) {
  .nav__place--element li {
    padding: 0 0 0 36px;
  }
}
.nav__place--element li::before {
  content: "";
  display: block;
  position: absolute;
  top: 2.5px;
  left: 0px;
  width: 13.56px;
  height: 13.56px;
  background: url("../images/com__arrow--2.png") no-repeat;
  background-size: 13.56px 13.56px;
  content: "";
  display: block;
}
@media only screen and (max-width:768px) {
  .nav__place--element li::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0px;
    width: 27.12px;
    height: 27.12px;
    background: url("../images/com__arrow--2.png") no-repeat;
    background-size: 27.12px 27.12px;
  }
}
.nav__place--element li:hover::before {
  transition: all 0.3s ease;
  opacity: 0.7;
}

@media only screen and (max-width:768px) {
  .nav__project--element {
    margin: 0 0 112px 0;
  }
}
.nav__project--element li {
  line-height: 1.5;
}

.nav__menu__sns--wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.nav__menu__sns--wrap li {
  margin: 0 12px 0 0;
}
@media only screen and (max-width:768px) {
  .nav__menu__sns--wrap li {
    margin: 0 36px 0 0;
  }
}

.nav__menu__sns__instagram {
  width: 22.269px;
  height: 22.2625px;
  margin: 0 16px 0 0;
}
.nav__menu__sns__instagram img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:768px) {
  .nav__menu__sns__instagram {
    margin: 0 32px 0 0;
    width: 42.02px;
    height: 42.02px;
  }
  .nav__menu__sns__instagram img {
    width: 100%;
    height: auto;
  }
}

.nav__menu__sns__facebook {
  width: 13.624px;
  height: 25.4345px;
}
.nav__menu__sns__facebook img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:768px) {
  .nav__menu__sns__facebook {
    width: 25.6px;
    height: 48px;
  }
  .nav__menu__sns__facebook img {
    width: 100%;
    height: auto;
  }
}

/*----------------------------------------------------------
 * *      TOPへ
 * *----------------------------------------------------------*/
.gotop--wrap {
  position: relative;
}

.goto__btn {
  position: absolute;
  top: -300px;
  right: 0;
  width: 50px;
  height: 137px;
}
.goto__btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.goto__btn a:hover {
  opacity: 0.7;
}
.goto__btn img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:768px) {
  .goto__btn {
    top: -50px;
    right: 40px;
    width: 100px;
    height: 100px;
  }
  .goto__btn a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .goto__btn a:hover {
    opacity: 0.7;
  }
  .goto__btn img {
    width: 100%;
    height: auto;
  }
}

/*----------------------------------------------------------
 * *      Common
 * *----------------------------------------------------------*/
.common__btn--1 {
  text-align: center;
}
.common__btn--1 a {
  display: inline-block;
  position: relative;
  padding: 12px 70px 12px 40px;
  background: #e47b6e;
  border-radius: 6px;
  color: #ffffff;
  font-family: "kozuka-mincho-pro", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .common__btn--1 a {
    padding: 24px 90px 24px 60px;
    border-radius: 12px;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1;
    text-align: center;
  }
}
.common__btn--1 a:hover {
  background: #f7d7d4;
}
.common__btn--1 a::after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 21.3px;
  height: 20px;
  background: url("../images/com__arrow--1.png") no-repeat;
  background-size: 21.3px 20px;
  content: "";
  display: block;
}
@media only screen and (max-width:768px) {
  .common__btn--1 a::after {
    content: "";
    display: block;
    position: absolute;
    top: 27px;
    right: 30px;
    width: 31.95px;
    height: 30px;
    background: url("../images/com__arrow--1.png") no-repeat;
    background-size: 31.95px 30px;
  }
}

.common__btn--2 {
  width: 240px;
  border: 1px solid #E47B6E;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .common__btn--2 {
    width: 100%;
  }
}
.common__btn--2 a {
  display: inline-block;
  position: relative;
  padding: 16px 20px 16px 20px;
  color: #E47B6E;
  font-family: "kozuka-mincho-pro", serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .common__btn--2 a {
    padding: 32px 20px 32px 20px;
    color: #E47B6E;
    font-family: "kozuka-mincho-pro", serif;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1;
    text-align: center;
  }
}

.common__btn--3 {
  text-align: center;
}
.common__btn--3 a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 12px 70px 12px 40px;
  background: #ffffff;
  border-radius: 6px;
  color: #e47b6e;
  font-family: "kozuka-mincho-pro", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .common__btn--3 a {
    padding: 24px 90px 24px 60px;
    border-radius: 12px;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1;
    text-align: center;
  }
}
.common__btn--3 a:hover {
  background: #f7d7d4;
}
.common__btn--3 a::after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 21.3px;
  height: 20px;
  background: url("../images/com__arrow--5.png") no-repeat;
  background-size: 21.3px 20px;
  content: "";
  display: block;
}
@media only screen and (max-width:768px) {
  .common__btn--3 a::after {
    content: "";
    display: block;
    position: absolute;
    top: 29px;
    right: 30px;
    width: 31.95px;
    height: 30px;
    background: url("../images/com__arrow--5.png") no-repeat;
    background-size: 31.95px 30px;
  }
}

.common__btn--4 a {
  display: inline-block;
  position: relative;
  padding: 11px 14px 11px 14px;
  background: #e47b6e;
  border-radius: 6px;
  color: #ffffff;
  font-family: "kozuka-mincho-pro", serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media only screen and (max-width:768px) {
  .common__btn--4 a {
    padding: 24px 60px 24px 60px;
    border-radius: 12px;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1;
    text-align: center;
  }
}
.common__btn--4 a:hover {
  background: #f7d7d4;
}

.common__btn--5 {
  margin: 58px;
  text-align: center;
}
.common__btn--5 a {
  display: inline-block;
  position: relative;
  padding: 11px 14px 11px 14px;
  background: #000000;
  border-radius: 6px;
  color: #ffffff;
  font-family: "kozuka-mincho-pro", serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media only screen and (max-width:768px) {
  .common__btn--5 a {
    padding: 24px 60px 24px 60px;
    border-radius: 12px;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1;
    text-align: center;
  }
}
.common__btn--5 a:hover {
  background: #f7d7d4;
}

.common__pager--wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.common__pager--wrap li {
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px;
}
@media only screen and (max-width:768px) {
  .common__pager--wrap li {
    width: 40px;
    height: 40px;
    margin: 20px;
  }
}
.common__pager--wrap a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 2px 0 0 0;
  background-color: #FAC1BA;
  border-radius: 10px;
  color: #ffffff;
  font-family: "DIN Alternate Bold", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .common__pager--wrap a {
    padding: 4px 0 0 0;
    border-radius: 20px;
    color: #ffffff;
    font-family: "DIN Alternate Bold", sans-serif;
    font-size: 3.2rem;
    font-weight: 300;
    line-height: 1;
    text-align: center;
  }
}
.common__pager--wrap a:hover {
  background-color: #feecea;
}

.common__pager__active {
  background-color: #E47B6E !important;
}
.common__pager__active:hover {
  background-color: #f7d7d4 !important;
}

header {
  position: fixed;
  top: 0;
  background: #ffffff;
  z-index: 100;
}
@media only screen and (max-width:768px) {
  header {
    height: 150px;
  }
}

/*----------------------------------------------------------
 * *      場所
 * *----------------------------------------------------------*/
.place__list--wrap {
  margin: 0 0 120px 0;
}
@media only screen and (max-width:768px) {
  .place__list--wrap {
    margin: 0 0 192px 0;
  }
}
.place__list--wrap h2 {
  margin: 0 0 0 0.5em;
  padding: 0 0 52px 0;
  color: #FAC1BA;
  font-family: "DIN Alternate Bold", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  letter-spacing: 1em;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .place__list--wrap h2 {
    padding: 0 0 48px 0;
    color: #FAC1BA;
    font-family: "DIN Alternate Bold", sans-serif;
    font-size: 5.6rem;
    font-weight: 300;
    letter-spacing: 1em;
    line-height: 1;
    text-align: center;
  }
}

@media only screen and (max-width:768px) {
  .projectDetail__foot__title__hidden {
    display: none;
  }
}

.place__text {
  margin: 0 0 56px 0;
  font-family: "kozuka-mincho-pro", serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .place__text {
    margin: 0 0 74px 0;
    font-family: "kozuka-mincho-pro", serif;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: center;
  }
}

.placeList--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width:768px) {
  .placeList--wrap {
    display: block;
    margin: 0 0 94px 0;
  }
}

.placeList--element {
  flex-basis: calc(50% - 40px);
  margin: 0 0 60px 0;
}
@media only screen and (max-width:768px) {
  .placeList--element {
    width: 100%;
  }
}

.placeList__image {
  margin: 0 0 20px 0;
}
@media only screen and (max-width:768px) {
  .placeList__image {
    margin: 0 0 20px 0;
    padding: 0 40px 0 40px;
  }
}
.placeList__image img {
  width: 100%;
}

.placeList__info--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 0 15px 0;
}
@media only screen and (max-width:768px) {
  .placeList__info--wrap {
    margin: 0 0 21px 0;
    padding: 0 40px 0 40px;
  }
}

.placeList__tag {
  font-family: "kozuka-mincho-pro", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media only screen and (max-width:768px) {
  .placeList__tag {
    font-family: "kozuka-mincho-pro", serif;
    font-size: 4rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1;
  }
}

.placeList__address {
  font-family: "kozuka-mincho-pro", serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media only screen and (max-width:768px) {
  .placeList__address {
    font-family: "kozuka-mincho-pro", serif;
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1;
  }
}

.placeList__title {
  margin: 0 0 10px 0;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media only screen and (max-width:768px) {
  .placeList__title {
    margin: 0 0 20px 0;
    padding: 0 40px 0 40px;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1;
  }
}

.placeList__description {
  margin: 0 0 10px 0;
  font-family: "kozuka-mincho-pro", serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 2;
}
@media only screen and (max-width:768px) {
  .placeList__description {
    margin: 0 0 28px 0;
    padding: 0 40px 0 40px;
    font-family: "kozuka-mincho-pro", serif;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 2;
  }
}

.placeList__more {
  position: relative;
  padding: 0 0 0 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
}
@media only screen and (max-width:768px) {
  .placeList__more {
    display: none;
  }
}
.placeList__more::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.5px;
  left: 0px;
  width: 13.56px;
  height: 13.56px;
  background: url("../images/com__arrow--2.png") no-repeat;
  background-size: 13.56px 13.56px;
  content: "";
  display: block;
}
@media only screen and (max-width:768px) {
  .placeList__more::before {
    display: none;
  }
}
.placeList__more:hover::before {
  transition: all 0.3s ease;
  opacity: 0.7;
}

/*----------------------------------------------------------
 * *      場所一覧
 * *----------------------------------------------------------*/
.placeArchive--wrap {
  margin: 0 0 110px 0;
  padding: 115px 0 0 0;
}
@media only screen and (max-width:768px) {
  .placeArchive--wrap {
    margin: 0 0 120px 0;
    padding: 212px 0 0 0;
  }
}
.placeArchive--wrap .contents--wrap {
  width: 100%;
  min-width: 1280px;
  padding: 68px 0 0 0;
}
@media only screen and (max-width:768px) {
  .placeArchive--wrap .contents--wrap {
    min-width: 100%;
    padding: 0 40px 0 40px;
  }
}
.placeArchive--wrap h2 {
  margin: 0 0 0 0.5em;
  padding: 0 0 10px 0;
  color: #FAC1BA;
  font-family: "DIN Alternate Bold", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  letter-spacing: .4em;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .placeArchive--wrap h2 {
    padding: 0 0 28px 0;
    color: #FAC1BA;
    font-family: "DIN Alternate Bold", sans-serif;
    font-size: 4.8rem;
    font-weight: 300;
    letter-spacing: .4em;
    line-height: 1;
    text-align: center;
  }
}

.placeArchive__head {
  padding: 0 0 0 0;
}
@media only screen and (max-width:768px) {
  .placeArchive__head {
    padding: 36px 0 0 0;
  }
}

.placeArchive__text {
  margin: 0 0 70px 0;
  font-family: "kozuka-mincho-pro", serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .placeArchive__text {
    margin: 0 40px 60px 40px;
    font-family: "kozuka-mincho-pro", serif;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.8;
  }
}

@media only screen and (max-width:768px) {
  .placeArchive__list--wrap {
    margin: 0 0 100px 0;
  }
}

.placeArchive__list--element {
  margin: 0 0 60px 0;
  height: 534px;
  background-size: cover;
  background-position: center center;
}

.placeArchive__list__title {
  margin: 0 0 56px 0;
  padding: 123px 0 0 0;
}
.placeArchive__list__title h3 {
  color: #ffffff;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}

.placeArchive__list__info--wrap {
  width: 320px;
  height: 128px;
  margin: 0 auto;
  padding: 26px 0 0 0;
  border: 4px solid #ffffff;
}

.placeArchive__list__name {
  margin: 0 0 26px 0;
  color: #ffffff;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}

.placeArchive__list__address {
  color: #ffffff;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}

.placeArchive__list--element--sp {
  width: 100%;
  height: 500px;
  margin: 0 0 20px 0;
}

.placeArchive__list__info--wrap--sp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 0 20px 0;
}

.placeArchive__list__name--sp {
  font-family: "kozuka-mincho-pro", serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
}

.placeArchive__list__address--sp {
  font-family: "kozuka-mincho-pro", serif;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
}

.placeArchive__list__title--sp {
  margin: 0 0 44px 0;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
}

.placeArchive__foot--wrap h2 {
  margin: 0 0 64px 0;
}

/*----------------------------------------------------------
 * *      場所詳細
 * *----------------------------------------------------------*/
.placeDetail--wrap {
  margin: 0 0 110px 0;
  padding: 115px 0 0 0;
}
@media only screen and (max-width:768px) {
  .placeDetail--wrap {
    margin: 0 0 120px 0;
    padding: 212px 0 0 0;
  }
}
.placeDetail--wrap .contents--wrap {
  padding: 68px 0 0 0;
}
@media only screen and (max-width:768px) {
  .placeDetail--wrap .contents--wrap {
    min-width: 100%;
    padding: 0 0 0 0;
  }
}
.placeDetail--wrap h2 {
  margin: 0 0 0 0.5em;
  padding: 0 0 10px 0;
  color: #FAC1BA;
  font-family: "DIN Alternate Bold", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  letter-spacing: 1em;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .placeDetail--wrap h2 {
    padding: 0 0 28px 0;
    color: #FAC1BA;
    font-family: "DIN Alternate Bold", sans-serif;
    font-size: 4.8rem;
    font-weight: 300;
    letter-spacing: 0.8em;
    line-height: 1;
    text-align: center;
  }
}

.placeDetail__head {
  padding: 0 0 0 0;
}
@media only screen and (max-width:768px) {
  .placeDetail__head {
    padding: 36px 0 0 0;
  }
}

.placeDetail__text {
  margin: 0 0 70px 0;
  font-family: "kozuka-mincho-pro", serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .placeDetail__text {
    margin: 0 40px 60px 40px;
    font-family: "kozuka-mincho-pro", serif;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.8;
  }
}

.placeDetail__mainVisual {
  margin: 0 0 70px 0;
}
.placeDetail__mainVisual img {
  width: 100%;
}

.placeDetail__content--wrap {
  width: 800px;
  margin: 0 auto 0 auto;
}
@media only screen and (max-width:768px) {
  .placeDetail__content--wrap {
    width: 100%;
  }
}

@media only screen and (max-width:768px) {
  .placeDetail__content__innner--wrap {
    padding: 0 40px;
  }
}

.placeDetail__content__title {
  margin: 0 0 50px 0;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .placeDetail__content__title {
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1;
    text-align: center;
  }
}

.placeDetail__content__address {
  margin: 0 0 40px 0;
  font-family: "kozuka-mincho-pro", serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .placeDetail__content__address {
    font-family: "kozuka-mincho-pro", serif;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1;
    text-align: center;
  }
}

.placeDetail__content__read {
  margin: 0 0 44px 0;
  font-family: "kozuka-mincho-pro", serif;
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .placeDetail__content__read {
    font-family: "kozuka-mincho-pro", serif;
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 2;
    text-align: center;
  }
}

.placeDetail__content__info--wrap {
  position: relative;
  margin: 0 0 50px 0;
  padding: 51px 32px 26px 32px;
  border: 2px solid #E47B6E;
}
@media only screen and (max-width:768px) {
  .placeDetail__content__info--wrap {
    padding: 91px 32px 50px 32px;
  }
}
.placeDetail__content__info--wrap::before {
  content: "物件情報";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 7px;
  background: #E47B6E;
  color: #ffffff;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .placeDetail__content__info--wrap::before {
    display: block;
    width: 100%;
    padding: 16px 15px;
    color: #ffffff;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1;
    text-align: center;
  }
}
.placeDetail__content__info--wrap li {
  position: relative;
  padding: 0 0 0 1.8em;
  font-family: "kozuka-mincho-pro", serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 2;
}
@media only screen and (max-width:768px) {
  .placeDetail__content__info--wrap li {
    padding: 0 0 0 1.4em;
    font-family: "kozuka-mincho-pro", serif;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 2;
  }
}
.placeDetail__content__info--wrap li::before {
  content: "○";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  color: #E47B6E;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media only screen and (max-width:768px) {
  .placeDetail__content__info--wrap li::before {
    top: 16px;
    color: #E47B6E;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1;
  }
}

.placeDetail__content__image__one {
  margin: 0 0 50px 0;
}
@media only screen and (max-width:768px) {
  .placeDetail__content__image__one {
    margin: 0 0 60px 0;
  }
}
.placeDetail__content__image__one img {
  width: 100%;
}

.placeDetail__content__spec--wrap {
  margin: 0 0 46px 0;
}
@media only screen and (max-width:768px) {
  .placeDetail__content__spec--wrap {
    margin: 0 0 60px 0;
  }
}
.placeDetail__content__spec--wrap li {
  position: relative;
  padding: 0 0 0 1.8em;
  font-family: "kozuka-mincho-pro", serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 2;
}
@media only screen and (max-width:768px) {
  .placeDetail__content__spec--wrap li {
    font-family: "kozuka-mincho-pro", serif;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 2;
  }
}
.placeDetail__content__spec--wrap li::before {
  content: "●";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  color: #E47B6E;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media only screen and (max-width:768px) {
  .placeDetail__content__spec--wrap li::before {
    top: 12px;
    color: #E47B6E;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1;
  }
}

.placeDetail__content__spec__title {
  margin: 0 0 8px 0;
  color: #E47B6E;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
}
.placeDetail__content__spec__title.large {
  font-size: 2.0rem;
  line-height: 1.5;
  }
@media only screen and (max-width:768px) {
  .placeDetail__content__spec__title {
    color: #E47B6E;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1;
  }
.placeDetail__content__spec__title.large {
  font-size: 3.8rem;
  line-height: 1.5;

  }
}

.placeDetail__content__image__list--wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px -40px;
}
@media only screen and (max-width:768px) {
  .placeDetail__content__image__list--wrap {
    display: block;
    margin: 0 0 60px 0;
  }
}

.placeDetail__content__image__list--element {
  flex-basis: 380px;
  margin: 0 0 40px 40px;
}
@media only screen and (max-width:768px) {
  .placeDetail__content__image__list--element {
    flex-basis: 310px;
    margin: 0 0 50px 0;
  }
}
.placeDetail__content__image__list--element img {
  width: 100%;
}

.placeDetail__content__subtitle {
  margin: 0 0 43px 0;
  color: #000000;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .placeDetail__content__subtitle {
    color: #000000;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1;
    text-align: center;
  }
}

.placeDetail__content__subtitle__kazari {
  color: #E47B6E;
}

.placeDetail__content__text {
  margin: 0 0 44px 0;
  font-family: "kozuka-mincho-pro", serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 2;
	border:solid 4px #E47B6E;
	padding:1em;
}
.placeDetail__content__text p {
margin-bottom: 2.5rem;
}
.places-links {margin-bottom:1em;}
.places-links a{border-bottom:2px #E47B6E solid;padding:0.5em; display: inline-block;}
.places-links a:hover{background-color:#E47B6E;color:white;}

@media only screen and (max-width:768px) {
  .placeDetail__content__text {
    margin: 0 0 110px 0;
    font-family: "kozuka-mincho-pro", serif;
    font-size: 3.0rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 2;
  }
}

.placeDetail__content__point--wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 36px -25px;
}
@media only screen and (max-width:768px) {
  .placeDetail__content__point--wrap {
    display: block;
    margin: 64px 0 60px 0;
  }
}

.placeDetail__content__point--element {
  flex-basis: 250px;
  margin: 0 0 0 25px;
  padding: 14px 10px 8px 10px;
  border: 2px solid #E47B6E;
}
@media only screen and (max-width:768px) {
  .placeDetail__content__point--element {
    margin: 0 0 30px 0;
    padding: 22px 10px 20px 10px;
    border: 4px solid #E47B6E;
  }
}

.placeDetail__content__point__num {
  margin: 0 0 9px 0;
  color: #FAC1BA;
  font-family: "DIN Alternate Bold", sans-serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .placeDetail__content__point__num {
    color: #FAC1BA;
    font-family: "DIN Alternate Bold", sans-serif;
    font-size: 6.4rem;
    font-weight: 300;
    line-height: 1;
    text-align: center;
  }
}

.placeDetail__content__point__name {
  color: #E47B6E;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .placeDetail__content__point__name {
    color: #E47B6E;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.5;
    text-align: center;
  }
}

.projectDetail__foot--wrap {
  margin: 0 0 120px 0;
}
@media only screen and (max-width:768px) {
  .projectDetail__foot--wrap .contents--wrap {
    padding: 0 20px;
  }
}
.projectDetail__foot--wrap h2 {
  margin: 0 0 0 0.5em;
  padding: 0 0 52px 0;
  color: #FAC1BA;
  font-family: "DIN Alternate Bold", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  letter-spacing: .4em;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .projectDetail__foot--wrap h2 {
    padding: 0 0 48px 0;
    color: #FAC1BA;
    font-family: "DIN Alternate Bold", sans-serif;
    font-size: 5.6rem;
    font-weight: 300;
    letter-spacing: 0.4em;
    line-height: 1;
    text-align: center;
  }
}

.project__text {
  margin: 0 0 46px 0;
  font-family: "kozuka-mincho-pro", serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .project__text {
    margin: 0 0 74px 0;
    font-family: "kozuka-mincho-pro", serif;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: center;
  }
}

.projectList--wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px;
  gap: 26px;
}

.projectList--element {
  flex-basis: 300px;
  margin: 0 0 30px;
}
@media only screen and (max-width:768px) {
  .projectList--element {
    flex-basis: 316px;
    margin: 0 0 42px;
  }
}

.projectList__tumb--wrap {
  position: relative;
  margin: 0 0 14px 0;
}

.projectList__tumb__cate {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px;
  background: #E47B6E;
  color: #ffffff;
  font-family: "kozuka-mincho-pro", serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .projectList__tumb__cate {
    padding: 10px 14px;
    color: #ffffff;
    font-family: "kozuka-mincho-pro", serif;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1;
    text-align: center;
  }
}

.projectList__tumb__image img {
  width: 100%;
}

.projectList__tumb__more {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 7px 7px 7px 23px;
  background: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
}
@media only screen and (max-width:768px) {
  .projectList__tumb__more {
    display: none;
  }
}
.projectList__tumb__more::before {
  content: "";
  display: block;
  position: absolute;
  top: 7.5px;
  left: 6px;
  width: 13.56px;
  height: 13.56px;
  background: url("../images/com__arrow--2.png") no-repeat;
  background-size: 13.56px 13.56px;
  content: "";
  display: block;
}

.projectList__tumb--wrap:hover .projectList__tumb__more::before {
  transition: all 0.3s ease;
  opacity: 0.7;
}

.projectList__date {
  margin: 0 0 16px 0;
  font-family: "kozuka-mincho-pro", serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media only screen and (max-width:768px) {
  .projectList__date {
    margin: 8px 0 16px 0;
    font-family: "kozuka-mincho-pro", serif;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1;
  }
}

.projectList__title {
  margin: 0 0 8px 0;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media only screen and (max-width:768px) {
  .projectList__title {
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }
}

.projectList__text {
  margin: 0 0 10px 0;
  font-family: "kozuka-mincho-pro", serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 2;
}
@media only screen and (max-width:768px) {
  .projectList__text {
    display: none;
  }
}

.projectList__tag {
  margin: 0 0.5em 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
}
@media only screen and (max-width:768px) {
  .projectList__tag {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1.5;
  }
}

/*----------------------------------------------------------
 * *      お問い合わせ
 * *----------------------------------------------------------*/
.otoiawase--wrap {
  margin: 0 0 102px 0;
}
.otoiawase--wrap .contents--wrap {
  padding: 48px 0 46px 0;
  border: 1px solid #000000;
}
@media only screen and (max-width:768px) {
  .otoiawase--wrap .contents--wrap {
    width: calc(100% - 80px);
    min-width: auto;
    margin: 0 auto;
    border: 2px solid #000000;
  }
}

.otoiawase__text {
  margin: 0 0 38px 0;
  font-family: "kozuka-mincho-pro", serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .otoiawase__text {
    margin: 0 0 40px 0;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1;
    text-align: center;
  }
}

.otoiawase__btn {
  text-align: center;
}
.otoiawase__btn a {
  display: inline-block;
  position: relative;
  padding: 21px 20px 21px 60px;
  background: #e47b6e;
  border-radius: 0;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .otoiawase__btn a {
    padding: 31px 40px 31px 100px;
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1;
    text-align: center;
  }
}
.otoiawase__btn a:hover {
  background: #f7d7d4;
}
.otoiawase__btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  left: 22px;
  width: 28.49px;
  height: 20.89px;
  background: url("../images/otoiawase__icon.png") no-repeat;
  background-size: 28.49px 20.89px;
  content: "";
  display: block;
}
@media only screen and (max-width:768px) {
  .otoiawase__btn a::before {
    content: "";
    display: block;
    position: absolute;
    top: 32px;
    left: 27px;
    width: 56.98px;
    height: 41.78px;
    background: url("../images/otoiawase__icon.png") no-repeat;
    background-size: 56.98px 41.78px;
  }
}

.otoiawase__foot--wrap .otoiawase__btn a {
  background: #000000 !important;
}
