@charset "utf-8";
/* トップページ
------------------------------------------------------------*/
a {
  text-decoration: none;
}
.top_area {
  width: 100%;
  padding-top: 3%;
  padding-bottom: 3%;
  background-color: rgba(200, 186, 141, 0.5);
}
.top_ttl {
  margin-top: 0%;
  font-family: 'Noto Serif JP', serif;
  font-size: 38px;
  color: #534928;
  text-transform: uppercase;
  /*text-align: center;*/
}
.top_ttl span {
  font-size: 18px;
  display: block;
}
@media screen and (max-width:767px) {
  .top_ttl {
    font-size: 28px;
  }
  .top_ttl span {
    font-size: 14px;
  }
}
.top_area img {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
/* h2_ttl
------------------------------------------------------------*/
.h2_ttl {
  margin-top: 0%;
  font-family: 'Noto Serif JP', serif;
  font-size: 38px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.h2_ttl span {
  font-size: 18px;
  padding-left: 15px;
}
/* main_area
------------------------------------------------------------*/
.main_area {
  padding-top: 2%;
  padding-bottom: 5%;
}
.ttl_box {
    display: flex;
	justify-content: center;
	align-items: center;
}
.ttl_logo {
    margin-right: 20px;
}
@media screen and (max-width:576px) {
.ttl_logo {
    margin-right: 10px;    
}
}
.ttl_tx {
    
}
.main_read {
  padding-bottom: 20px;
  font-size: 16px;
  color: #000;
  font-family: 'Noto Serif JP', serif;
  padding-top: 15px;
}
.main_ttl {
    margin-top: 0%;
    font-family: 'Noto Serif JP', serif;
    font-size: 65px;
    color: #534928;
    text-transform: uppercase;
    vertical-align: middle;
    margin-bottom: 1%;
}
@media screen and (max-width:576px) {
.main_ttl {    
    font-size: 30px;
}
}
.main_ttl img {
    vertical-align: middle;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 10px;
}
@media screen and (max-width:576px) {
.main_ttl img {
    max-width: 90px;    
}
}
.main_kukaku {
    margin-top: 0%;
    font-family: 'Noto Serif JP', serif;
    font-size: 25px;
    color: #FF0000;
    text-transform: uppercase;
    vertical-align: middle;
    margin-bottom: 1%;
    text-align: center;
}
@media screen and (max-width:576px) {
.main_kukaku {    
    font-size: 18px;
}
}
.main_ttl2 {
  margin-top: 10px;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  color: #000;
  border-bottom: 1px dashed rgba(66, 66, 66, 1.00);
  font-weight: bold;
}
.main_price {
  padding-top: 0px;
  font-size: 16px;
  color: #000;
  font-family: 'Noto Serif JP', serif;
}
.main_price span {
  font-size: 32px;
  color: #534928;
}
.main_tx {
  padding-top: 5px;
  font-size: 16px;
  color: #000;
  font-family: 'Noto Serif JP', serif;
}
/* land
------------------------------------------------------------*/
.land_area {
  padding-top: 0%;
  padding-bottom: 5%;
  padding-right: 0px;
  padding-left: 0px;
}
.land_ttl {
  margin-top: 0%;
  font-family: 'Noto Serif JP', serif;
  font-size: 48px;
  color: #000000;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width:991px) {
  .land_ttl {
    font-size: 28px;
  }
}
.land_ttl2 {
  margin-top: 0%;
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  color: #534928;
  line-height: 1.5;
  border-bottom: 1px dashed rgba(66, 66, 66, 1.00);
}
.land_tx {
  padding-top: 3%;
  font-size: 20px;
  color: #000;
  margin-top: 0px;
  line-height: 1.8;
}
/* news
------------------------------------------------------------*/
.news_area {
  padding-top: 5%;
  padding-bottom: 10%;
  padding-right: 0px;
  padding-left: 0px;
}
.news_area a {
  color: #000000;
}
.news_ttl {
  margin-top: 0%;
  font-family: 'Noto Serif JP', serif;
  font-size: 38px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.news_ttl span {
  font-size: 18px;
  padding-left: 15px;
}
.news_box {
    background-color: rgba(200,186,141,0.2);
    margin-top: 2%;  /*background: linear-gradient(90deg, #fff 0%, #c8ba8d 10%, #c8ba8d 50%, #c8ba8d 90%, #fff 100%);*/
}
:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
	--color-white: #fff;
  --color-theme: #f5695f;
  --color-theme-darken: #f12617;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .08), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff, .2);
}
.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10rem;
}
.l-section {
  border-top: 1px solid #eee;
}
.l-section .l-inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
[class*=swiper]:focus {
  outline: none;
}
.slide-media, .thumb-media {
  position: relative;
  overflow: hidden;
}
.slide-media img, .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    background-color: rgba(200, 186, 141, 0.7);
}
.swiper-button-prev::after, .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-white);
  border-width: 3px 3px 0 0;
}
.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.card01 .swiper-area {
  position: relative;
}
.card01 .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3.2rem;
  text-align: center;
}
.card01 .swiper-pagination-bullet {
  width: 1.6rem;
  height: 3px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: var(--color-gray);
}
.card01 .swiper-pagination-bullet-active {
  width: 4rem;
  background-color: var(--color-theme);
}
.card01 .swiper-button-prev, .card01 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.card01 .swiper-button-prev {
  right: calc(100% + 2.4rem);
}
.card01 .swiper-button-next {
  left: calc(100% + 2.4rem);
}
.card01 .slide-media {
  padding-top: 62.5%;
  border-radius: 4px;
}
.card01 .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}
.card01 .slide-content {
  padding: 3.2rem 0;
}
.card01 .slide-date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: var(--color-theme);
}
.card01 .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1.6rem;
}
@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  .l-inner {
    padding: 0 4rem;
  }
  .pc {
    display: none !important;
  }
  .card01 .swiper-button-prev::before, .card01 .swiper-button-next::before {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: var(--box-shadow-dark);
    box-shadow: var(--box-shadow-dark);
  }
  .card01 .swiper-button-prev::after, .card01 .swiper-button-next::after {
    border-color: #fff;
  }
  .card01 .swiper-button-prev {
    right: calc(100% - 3.2rem);
  }
  .card01 .swiper-button-next {
    left: calc(100% - 3.2rem);
  }
}
@media only screen and (max-width: 599px) {
  html {
    font-size: 50%;
  }
  .pc-tab {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .card01 .swiper {
    padding-top: 16px;
  }
  .card01 .slide {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card01 .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card01 .slide:hover {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
  }
  .card01 .slide:hover img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* plan
------------------------------------------------------------*/
.plan_area {
  padding-top: 0%;
  padding-bottom: 5%;
  padding-right: 0px;
  padding-left: 0px;
}
.plan_ttl {
  font-size: 38px;
  color: #fff;
  margin-bottom: 3%;
  writing-mode: vertical-rl;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Noto Serif JP', serif;
  text-transform: uppercase;
}
.plan_ttl:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 2px;
  height: 135vh;
  margin: auto;
  background-color: #fff;
  top: 35vh;
}
@media screen and (max-width:1199px) {
  .plan_ttl:after {
    height: 120vh;
    top: 35vh;
  }
}
@media screen and (max-width:576px) {
  .plan_ttl3 {
    display: flex;
    align-items: center;
    font-size: 28px;
    margin-bottom: 3%;
    color: #c8ba8d;
    font-family: 'Noto Serif JP', serif;
    text-transform: uppercase;
  }
  .plan_ttl3:after {
    border-top: 1px solid #c8ba8d;
    content: "";
    flex-grow: 1;
  }
  .plan_ttl3:after {
    margin-left: 1rem;
  }
}
.plan_ttl4 {
  margin-top: 0%;
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  color: #000000;
  /*background: linear-gradient(90deg, #c8ba8d 0%, #c8ba8d 80%, #fff 80%, #fff 100%);*/
  background: linear-gradient(90deg, #c8ba8d 0%, #fff 90%);
  padding-top: 5px;
  padding-bottom: 0px;
}
@media screen and (max-width:767px) {
  .plan_ttl4 {
    font-size: 21px;
  }
}
.plan_ttl4::before {
  content: url("../../123_iwatacho/images/home/concept/logo.png");
  vertical-align: middle;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-right: 25px;
}
.plan_box {
  padding-top: 1%;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 5%;
  background-color: #fff;
}
@media screen and (max-width:576px) {
.plan_ttlbox {
    text-align: center;    
}
}
.plan_ttl2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  color: #000000;
  margin-right: 20px;
}
.plan_ttl2 span {
  font-size: 40px;
}
.plan_out {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
}
.plan_copy {
  margin-top: 20px;
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  color: #000000;
  padding-top: 5px;
  font-weight: bold;
}
.plan_read {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  color: #000000;
  padding-top: 0px;
}
@media screen and (max-width:991px) {
  .plan_copy {
    text-align: left;
  }
  .plan_read {
    text-align: left;
  }
}
.plan_price {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #c8ba8d;
  margin-top: 20px;
  line-height: 1.4;
}
.plan_price span {
  font-size: 24px;
}
.plan_copyttl {
  margin-top: 3%;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  color: #000000;
  padding-top: 5px;
  border-bottom: 8px solid #c8ba8d;
}
.plan_tx {
  padding-top: 0px;
  font-size: 15px;
  color: #000;
  margin-top: 0px;
  line-height: 1.8;
}
.plan_img {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.line_img2 {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2%;
  margin-bottom: 5%;
}
/* movie
------------------------------------------------------------*/
.movie_box {
  padding-top: 1%;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 5%;
  background-color: #fff;
}
.movie_ttl {
  font-family: 'Noto Serif JP', serif;
  font-size: 26px;
  color: #000000;
  display: flex;
  align-items: center;
  margin-bottom: 3%;
}
.movie_ttl:before, .movie_ttl:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
.movie_ttl:before {
  margin-right: 1rem;
}
.movie_ttl:after {
  margin-left: 1rem;
}
/* マーターポート */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.method_ttl2 {
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #333333;
  border: 1px solid #000000;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  text-align: center;
  font-weight: 500;
}
.method_tx {
  margin-top: 10px;
  font-size: 15px;
  margin-bottom: 0px;
  line-height: 2;
  color: #333333;
  border-bottom: 1px solid #920783;
  font-weight: bold;
  text-align: left;
}
.method_tx2 {
  font-size: 14px;
  padding: 10px;
  line-height: 1.6;
  color: #333333;
  text-align: left;
}

.modelphoto_box {
  background: #fff;
}
/* access
------------------------------------------------------------*/
.access_area {
  padding-top: 0%;
  padding-bottom: 5%;
  padding-right: 0px;
  padding-left: 0px;
}
.access_area iframe {
  padding-top: 2%;
  width: 100%;
}
.map_right {
    padding-top: 10px;
    text-align: right;
}
/* location
------------------------------------------------------------*/
.location_area {
  padding-top: 0%;
  padding-bottom: 0%;
  padding-right: 0px;
  padding-left: 0px;
}
.location_area img {
  padding-top: 15px;
}
.location_ttl {
  font-size: 38px;
  color: #fff;
  margin-bottom: 3%;
  writing-mode: vertical-rl;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Noto Serif JP', serif;
  text-transform: uppercase;
}
.location_ttl:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 2px;
  height: 435vh;
  margin: auto;
  background-color: #fff;
  top: 35vh;
}
@media screen and (max-width:1199px) {
  .location_ttl:after {
    height: 120vh;
    top: 35vh;
  }
}
@media screen and (max-width:576px) {
  .location_ttl3 {
    display: flex;
    align-items: center;
    font-size: 28px;
    margin-bottom: 3%;
    color: #c8ba8d;
    font-family: 'Noto Serif JP', serif;
    text-transform: uppercase;
  }
  .location_ttl3:after {
    border-top: 1px solid #c8ba8d;
    content: "";
    flex-grow: 1;
  }
  .location_ttl3:after {
    margin-left: 1rem;
  }
}
.location_box {
  padding-top: 1%;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 5%;
  background-color: #fff;
}
.location_box2 {
  padding: 5%;
  background-color: #F7F5EF;
}
.location_ttl2 {
  margin-top: 0%;
  font-family: 'Noto Serif JP', serif;
  font-size: 48px;
  color: #000000;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width:991px) {
  .location_ttl2 {
    font-size: 28px;
  }
}
.location_ttl2 span {
  font-size: 40px;
}
.location_ttl4 {
  margin-top: 0%;
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  color: #000000;
  /*background: linear-gradient(90deg, #c8ba8d 0%, #c8ba8d 80%, #fff 80%, #fff 100%);*/
  background: linear-gradient(90deg, #c8ba8d 0%, #fff 90%);
  padding-top: 5px;
  padding-bottom: 0px;
}
@media screen and (max-width:767px) {
  .location_ttl4 {
    font-size: 21px;
  }
}
.location_ttl4::before {
  content: url("../../123_iwatacho/images/home/concept/logo.png");
  vertical-align: middle;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-right: 25px;
}
.location_ttl5 {
  margin-top: 0%;
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}
.loca_read {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 1.8;
}
.loca_tx {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.land_copy {
  margin-top: 0%;
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  color: #000000;
  padding-top: 5px;
  text-align: center;
  border-bottom: 4px solid #c8ba8d;
}
.location_img {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.map_ttl {
  font-family: 'Noto Serif JP', serif;
  font-size: 40px;
  color: #7E6B5A;
  text-align: center;
  margin-top: 3%;
  margin-bottom: 1%;
}
.location-other {
  font-size: 1.2em;
  color: #000;
  margin-bottom: 0px;
}
.tab-reader-box2 {
  flex: auto;
}
hr.tab-r-line {
  position: relative;
  top: calc(50% - 1px);
  margin: 0 10px;
  border: none;
  border-top: dotted 2px #CCC;
}
.flex {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  padding-bottom: 6px;
  padding-bottom: 0px;
}
@media (max-width: 575.98px) {
  .flex {
    font-size: 13px;
  }
}
@media screen and (max-width:576px) {
  .loca_txbox {
    margin-top: 20px;
  }
}
/*-----------------------*----*----*----* 概要 */
.outline_area {
  padding-top: 0%;
  padding-bottom: 0%;
  padding-right: 0px;
  padding-left: 0px;
}
.outline_ttl {
  font-size: 38px;
  color: #fff;
  margin-bottom: 3%;
  writing-mode: vertical-rl;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Noto Serif JP', serif;
  text-transform: uppercase;
}
.outline_ttl:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 2px;
  height: 100vh;
  margin: auto;
  background-color: #fff;
  top: 35vh;
}
@media screen and (max-width:1199px) {
  .outline_ttl:after {
    height: 100vh;
    top: 35vh;
  }
}
@media screen and (max-width:576px) {
  .outline_ttl3 {
    display: flex;
    align-items: center;
    font-size: 28px;
    margin-bottom: 3%;
    color: #c8ba8d;
    font-family: 'Noto Serif JP', serif;
  }
  .outline_ttl3:after {
    border-top: 1px solid #c8ba8d;
    content: "";
    flex-grow: 1;
  }
  .outline_ttl3:after {
    margin-left: 1rem;
  }
}
.outline_table {
  clear: both;
  width: 100%;
  margin-bottom: 25px;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  font-family: serif;
  margin-top: 5%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #C8BA8D;
}
.outline_table th {
  background-color: #E8E2D0;
}
.outline_table td {
  background-color: #fff;
  background: rgba(255, 255, 255, 0.9);
}
.outline_table th, .outline_table td {
  color: #333333;
  font-size: 16px;
  line-height: 160%;
  text-align: left;
  vertical-align: top;
  padding: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #C8BA8D;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #C8BA8D;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #C8BA8D;
  font-weight: normal;
}
@media screen and (max-width:576px) {
  .outline_table th {
    width: 100%;
    display: inline-block;
    line-height: 130%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .outline_table td {
    width: 100%;
    display: inline-block;
  }
}
/* watashi
------------------------------------------------------------*/
.watashi_area {
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 0px;
  padding-left: 0px;
}
.watashi_ttl {
  margin-bottom: 1%;
  text-align: center;
}
.watashi_ttl2 {
  margin-bottom: 1%;
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  color: #000000;
  text-align: center;
}
.watashi_box {
  padding: 5%;
  border: 1px solid #c8ba8d;
  border-radius: 20px;
}
.watashi_box2 {
  padding-top: 5%;
  padding-right: 1%;
  padding-left: 1%;
  padding-bottom: 5%;
  background-color: #fff;
}
.watashi_list {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.watashi_list li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  font-size: 18px;
}
@media screen and (max-width:991px) {
  .watashi_list li {
    font-size: 16px;
  }
  .watashi_list li a {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width:767px) {
  .watashi_list li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:599px) {
  .watashi_list li {
    font-size: 17px;
  }
}
.watashi_list li a {
  border: 1px solid #c8ba8d;
  color: #fff;
  background-color: #B8A66C;
  padding-top: 5px;
  padding-right: 25px;
  padding-bottom: 5px;
  padding-left: 25px;
}
.watashi_list li a:hover {
  color: #A08C4D;
  background-color: #E3DCC5;
  transition: all 1.0s 0s ease-in-out;
}
.watashi_tx {
  padding-top: 3%;
  font-size: 16px;
  color: #000;
  margin-top: 0px;
}
ul:not(:last-child) {
  margin-bottom: 20px;
}
.btn-bc a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #9B884A;
  color: rgb(255, 255, 255);
  padding: 5px 20px;
  display: block;
  letter-spacing: 2px;
  transition: 1s;
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5%;
}
.btn-bc a:hover {
  background: #fff;
  box-shadow: 0px 0px 10px #666;
  color: #9B884A;
  transition: 1s;
}