<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.btn_map {
  width: 30%;
  position: relative;
  margin-left: 1%;
}
.btn_map a {
  color: #fff;
  display: block;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  background-image: linear-gradient(90deg, #003936 0%, #025450 50.06%, #003936 100%);
}
.inner {
  box-sizing: border-box;
  max-width: 1200px;
  /* [disabled]padding: 0 2%; */
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 96%;
}
.preview_advertisement {
  display: flex;
  align-items: center;
  box-sizing: content-box;
  max-width: 1200px;
  padding: 0 2%;
  position: relative;
  margin: 0 auto;
  padding-top: 20px;
}
.preview_advertisement h2 {
  width: 80px;
  border: 1px solid #ccc;
  font-size: 19px;
  color: #ccc;
  margin-right: 10px;
  text-align: center;
}
.preview_advertisement p {
  text-align: left;
  font-size: 12px;
  line-height: 1.1;
  color: #ccc;
  margin-bottom: 0;
}
sup {
  font-size: 60%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
@media screen and (max-width: 768px) {
  .inner {
    /* [disabled]padding: 0 4%; */
    /* [disabled]width: 96%; */
  }
  .preview_advertisement {
    display: block;
  }
  .preview_advertisement h2 {
    width: 80px;
    border: 1px solid #ccc;
    font-size: 19px;
    color: #ccc;
    margin: 0 0 10px;
  }
  .preview_advertisement p {
    text-align: left;
    font-size: 11px;
    line-height: 1.1;
    color: #ccc;
    margin-bottom: 0;
  }
}
/*----------------------------------------------------- */
/*  mv           */
/*----------------------------------------------------- */
.mv {
  position: relative;
  /* [disabled]overflow: hidden; */
}
.mv_ttl {
  position: absolute;
  bottom: 5%;
  right: 0;
  left: 0;
  margin: auto;
  width: 80%;
  z-index: 2;
}
.mv_logo {
  position: absolute;
  top: 4%;
  right: 0;
  left: 0;
  margin: auto;
  width: 30%;
  z-index: 2;
  max-width: 380px;
}
.mv figure {
  position: relative;
}
.mv figure img {
  position: relative;
  z-index: -1;
}
.mv figure figcaption {
	position: absolute;
	color: #FFFFFF;
	font-size: 12px;
	text-align: right;
	bottom: 0;
	z-index: 2;
	text-shadow: 0px 0px 3px hsla(108,54%,20%,1.00);
}
.anm {
  opacity: 0;
}
.trigger {
  opacity: 0;
}
.trigger.appear {
  animation: appear 1s ease 1.5s 1 normal forwards;
}
@keyframes appear {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.main_wrap{
	background-color: #fff;
	position: relative;
}

#slide, .slider {
  opacity: 0;
  transition: 0.5s;
}
#slide.slick-initialized, .slider.slick-initialized {
  opacity: 1
}
.slider {
  /* [disabled]background-color: #003D39; */
}
.slide_item {
  position: relative;
}
.slide_box {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.slide_item figure {
  position: relative;
}
.slide_item figcaption {
    position: relative;
    /* [disabled]bottom: -20px; */
    right: 5px;
    text-align: right;
    color: #434343;
    font-size: 12px;
    z-index: 2;
}
.slide_item .icon {
  z-index: 2;
  width: 100%;
  position: absolute;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.top_info{
    padding: 30px 0;
    background-color: #fff;
}
.top_info .reserve_txt {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsla(180,6%,81%,1.00);
}
.top_info .plan_txt a{
    max-width: 1100px;
    margin: 0 auto 30px;
    display: block;
    width: 90%;
}
.top_info .reserve_txt a{
    max-width: 1100px;
    margin: 0 auto;
    display: block;
    width: 90%;
}
.top_info .blog_txt a{
    max-width: 900px;
    margin: 0 auto;
    display: block;
	width: 90%;
}
.read01 {
  background-image: -webkit-linear-gradient(0deg, rgba(0, 107, 102, 1.00) 0%, rgba(0, 61, 57, 1.00) 82.41%);
  background-image: -moz-linear-gradient(0deg, rgba(0, 107, 102, 1.00) 0%, rgba(0, 61, 57, 1.00) 82.41%);
  background-image: -o-linear-gradient(0deg, rgba(0, 107, 102, 1.00) 0%, rgba(0, 61, 57, 1.00) 82.41%);
  background-image: linear-gradient(90deg, rgba(0, 107, 102, 1.00) 0%, rgba(0, 61, 57, 1.00) 82.41%);
  text-align: center;
  padding: 40px 0 10px;
  /* [disabled]z-index: -1; */
  position: relative;
}
.read01 .read_txt {
    padding-bottom: 10px;
    margin-bottom: 20px;
    /* [disabled]border-bottom: 1px solid hsla(0, 0%, 100%, 0.50); */
}
.read01 img {
    width: 90%;
    display: block;
    margin: 0 auto;
    max-width: 1100px;
}
.read02 {
  text-align: center;
  padding: 20px 2%;
  background-color: #bfb59a;
}
.read02 img {
  max-width: 1200px;
  width: 100%;
}
ul.lead_point {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
ul.lead_point li {
  width: 32%;
}
.outline {
  max-width: 1000px;
  margin: 0 auto 100px;
  padding: 30px 20px;
  background-color: #FFFFFF;
}
.outline h3 {
  margin: 0 auto 30px;
  width: 60%;
}
.outline .bnr_sales {
  max-width: 700px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .slide_item figcaption {
    /* [disabled]bottom: -30px; */
    font-size: xx-small;
  }
  .mv figure figcaption {
	font-size: xx-small;
	/* [disabled]position: relative; */
	line-height: 1.1;
  }

.mv_ttl {
  position: absolute;
  bottom: 40px;
  right: 3%;
  max-width: 80%;
}
.read01 {
  padding: 10px 0 10px;
}
.read01 .read_txt {
    padding: 10px 0;
    margin-bottom: 0px;
}
.read01 img {
  max-width: 96%;
	max-width: 1080px;
}
.read02 {
  padding: 20px 5%;
}
	.read02 img {
    max-width: 80%;
}
ul.lead_point {
  display: block;
  width: 80%;
  margin: 0 auto 30px;
}
ul.lead_point li {
  width: 100%;
  margin-bottom: 5px;
}
ul.lead_point li:nth-of-type(3) {
  width: 100%;
}
.outline {
  margin-bottom: 60px;
}
}
/*----------------------------------------------------- */
/*  main         */
/*----------------------------------------------------- */
section .main {
  padding-bottom: 390px;
  position: relative;
  z-index: -1;
}
section .main .capcion {
  position: absolute;
  text-align: right;
  color: #fff;
  font-size: 12px;
  bottom: 0;
  right: 10px;
  margin: 0;
  text-shadow: 0px 0px 3px hsla(0, 0%, 17%, 0.80);
}
@media screen and (max-width: 768px) {
  section .main {
    padding-bottom: 150px;
  }
}
/*----------------------------------------------------- */
/*  ttl           */
/*----------------------------------------------------- */
.sec_ttl {
  text-align: center;
  font-size: 33px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec_ttl {
    font-size: 20px;
  }

}
/*----------------------------------------------------- */
/*  sub           */
/*----------------------------------------------------- */
.sub_ttl {
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sub_ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .sub_ttl h1 {
    font-size: 6vw;
  }
  .sub_ttl h1 span {
    font-size: 14px;
  }
}
/*----------------------------------------------------- */
/*  town design           */
/*----------------------------------------------------- */
#design .main {
  background-image: url(../images/design/town_titlebg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  /* [disabled]background-attachment: fixed; */
}
#design .sec01 {
  background-color: #E8E6DF;
}
#design .sec02 {
  background-color: #E8E6DF;
}
#design .sec_wrap {
  background-color: #fff;
  margin-bottom: 0;
  padding: 50px 4% 30px;
}
#design .title_wide {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
.town_map {
  margin-bottom: 30px;
}
.gaiku_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.gaiku_wrap .item {
  width: 48%;
}
.gaiku_wrap .item:last-child {
  width: 100%;
}
.green_plan {
  margin-bottom: 50px;
}
.green_ttl {
  font-size: 28px;
  margin-bottom: 20px;
}
.green_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
  align-items: center;
}
.green_wrap .txt {
  width: 60%;
}
.green_wrap .txt p {
  font-size: 19px;
  margin-bottom: 30px;
}
.green_wrap .txt .caption {
  font-size: 13px;
}
.green_wrap .img {
  width: 39%;
}
.green_txt {
  background-color: #CDD6B9;
  background-image: url(../images/design/town_greenplan_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: inset 0px 0px 0px 2px #FFFFFF;
  box-shadow: inset 0px 0px 0px 2px #FFFFFF;
  padding: 20px 4%;
  border: 3px solid #CDD6B9;
  font-size: 16px;
  margin-bottom: 50px;
}
.green_txt .title {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #design .main {
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: cover;
    background-attachment: scroll;
  }
  .gaiku_wrap .item {
    width: 100%;
    margin-bottom: 30px;
  }
  #design .title_wide {
    width: 96%;
  }
  .green_ttl {
    font-size: 20px;
  }
  .green_wrap .txt, .green_wrap .img {
    width: 100%;
  }
  .green_wrap .txt p {
    font-size: 16px;
  }
  .green_txt .title {
    font-size: 18px;
  }
  .green_txt {
    font-size: 14px;
  }
}
/*----------------------------------------------------- */
/*  plan           */
/*----------------------------------------------------- */
#plan .main {
  background-image: url(../images/plan/plan_titlebg.jpg);
  background-repeat: no-repeat;
  /* [disabled]background-attachment: fixed; */
  background-position: center center;
  background-size: cover;
}
#plan .sec01 {
  background-color: #E8E6DF;
}
#plan .sec_ttl {
  padding: 10px;
  color: #fff;
  background-image: -webkit-linear-gradient(0deg, rgba(128, 114, 83, 1.00) 0%, rgba(150, 134, 97, 1.00) 50.45%, rgba(128, 114, 83, 1.00) 100%);
  background-image: -moz-linear-gradient(0deg, rgba(128, 114, 83, 1.00) 0%, rgba(150, 134, 97, 1.00) 50.45%, rgba(128, 114, 83, 1.00) 100%);
  background-image: -o-linear-gradient(0deg, rgba(128, 114, 83, 1.00) 0%, rgba(150, 134, 97, 1.00) 50.45%, rgba(128, 114, 83, 1.00) 100%);
  background-image: linear-gradient(90deg, rgba(128, 114, 83, 1.00) 0%, rgba(150, 134, 97, 1.00) 50.45%, rgba(128, 114, 83, 1.00) 100%);
}
#plan .btn_plan a {
  background-color: #739758;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 auto 30px;
  padding: 20px;
  max-width: 500px;
  font-size: 20px;
  position: relative;
  font-weight: bold;
}
#plan .btn_plan a::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#plan .btn_plan a:hover {
  opacity: 0.7;
}
#plan .btn_plan p {
  text-align: center;
  padding: 40px 0 0;
  font-weight: bold;
  color: #E4772A;
}
#plan .plan_box {
  margin: 0 auto 50px;
  padding: 30px 20px 20px;
  width: 93%;
  -webkit-box-shadow: 3px 3px 10px hsla(0, 0%, 77%, 0.80);
  box-shadow: 3px 3px 10px hsla(0, 0%, 77%, 0.80);
}
#plan .sec_wrap {
  background-color: #fff;
  margin-bottom: 0;
  padding: 50px 4% 30px;
}
#plan .list_ttl {
  font-size: 25px;
  margin-bottom: 20px;
}
.plan_note {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0;
}
.plan_note .ttl {
  width: 28%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #7D7D7D;
  padding: 0 10px;
  text-align: center;
  font-size: 23px;
}
.plan_note .txt {
  width: 70%
}
.plan_note .txt p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #plan .main {
    background-attachment: scroll;
  }
  #plan .plan_box {
    width: 100%;
    padding: 10px;
  }
  #plan .sec_ttl {
    font-size: 18px;
  }
  #plan .list_ttl {
    font-size: 18px;
  }
  .plan_note .ttl {
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .plan_note .txt {
    width: 100%;
  }
  #plan .btn_plan a {
    font-size: 16px;
  }
}
/*----------------------------------------------------- */
/*  map           */
/*----------------------------------------------------- */
#map .main {
  background-image: url(../images/map/map_titelbg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 0;
  background-size: cover;
}
#map .sec01 {
  background-color: #E8E6DF;
}
#map .sec_wrap {
  background-color: #fff;
  padding: 50px 4%;
}
#map .main .title {
  max-width: 326px;
  margin: 0 auto;
}
#map .map_ttl {
  color: #fff;
  background-color: #5F5A23;
  text-align: center;
  margin: 0 0 30px;
  font-size: 27px;
}
#map .map_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
#map .map_wrap p:nth-child(1) {
  width: 40.3%;
}
#map .map_wrap p:nth-child(2) {
  width: 58.5%;
}
#map .navi_ttl {
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}
#map .map_navi {
  margin: 0 auto 60px;
  max-width: 716px;
}
#map .map_address {
  border-top: 1px solid #ABABAB;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 30px;
}
#map .map_address p {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ABABAB;
}
#map .btn_print {
  max-width: 232px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  #map .main {
    padding: 30px 0;
  }
  #map .main .title {
    width: 60%;
    margin: 0 auto;
  }
  #map .map_ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #map .map_wrap p:nth-child(1), #map .map_wrap p:nth-child(2) {
    width: 100%;
    margin-bottom: 10px;
  }
  #map .navi_ttl {
    font-size: 18px;
  }
  #map .map_address p {
    font-size: 15px;
    text-align: left;
  }
}
@media print {
  #map #headerArea, #map #pankuzu, #map header, #map .main, #map .page_top, #map .foot_tel, #map #footerArea {
    display: none;
  }
  #map #page {
    width: 100%;
  }
}
.uc {
  pointer-events: none;
  opacity: 0.5 !important;
}
/*----------------------------------------------------- */
/*  location         */
/*----------------------------------------------------- */
#location .main {
  background-image: url(../images/location/loc_titlebg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /* [disabled]background-attachment: fixed; */
}
#location .sec01 {
  background: #E8E6DF;
}
#location .sec01 .sec_wrap {
  background-color: #fff;
  padding: 50px 4%;
}
#location .sec02 {
  background-color: #727046;
}
#location .sec02 .sec_wrap {
  background-color: #7D7C50;
  color: #fff;
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 50px;
}
#location .sec03 {
  background-color: #BDC7AD;
}
#location .sec03 .sec_wrap {
  background-color: #E4F1DE;
  padding-top: 50px;
  padding-bottom: 50px;
}
#location .sec03 .history {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 5px hsla(345, 6%, 13%, 0.20);
  box-shadow: 0px 5px 5px hsla(345, 6%, 13%, 0.20);
  background-image: url(../images/location/tokugawa_bg.png), url(../images/location/tokugawa_bg.png);
  background-repeat: repeat-x, repeat-x;
  background-position: center top, center bottom;
  background-size: contain, contain;
}
#location .sec03 .history .history_wrap {
  margin: 0 auto;
  padding: 40px 10px;
  max-width: 1050px;
  background-image: url(../images/location/loc_tokugawa.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 70%;
}
#location .sec03 .history .history_subttl {
  color: #5F5A23;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#location .sec03 .history .history_ttl {
  color: #5F5A23;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
}
.loc_photo {
  position: relative;
}
.loc_photo h3 {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 30px;
  text-align: center;
  z-index: 2;
  font-size: 40px;
}
.loc_photo .caption {
  position: absolute;
  right: 0px;
  text-align: right;
  z-index: 2;
  bottom: -30px;
  font-size: 12px;
}
.loc_photo figure {
  position: relative;
}
.loc_photo figcaption {
  color: #fff;
  text-shadow: 0px 0px 3px #202020;
}
#location .sub_ttl {
  background-color: #737169;
  color: #fff;
  margin-top: 50px;
}
.loc_ttl {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
.roseo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
  background-color: #737169;
}
.roseo .img {
  width: 48%;
}
.roseo .txt {
  width: 49%;
}
.roseo_cap {
  text-align: right;
  font-size: 12px;
  margin-bottom: 50px;
}
ul.location_list {
  display: flex;
  margin-bottom: 60px;
  justify-content: center;
}
ul.location_list li {
  width: 32%;
  margin-right: 2%;
}
ul.location_list li:nth-child(3n) {
  margin-right: 0px;
}
ul.location_list p {
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  margin: 10px 0 0;
}
ul.location_list p span {
  font-size: 14px;
}
ul.location_list.station {
  width: 100%;
  padding-bottom: 60px;
  margin-bottom: 0px;
}
ul.location_list.station li:first-child {
  width: 40%;
  margin: 0 1% 10px 0;
}
ul.location_list.station li:last-child {
  width: 58.5%;
  margin: 0 0 10px;
}
.sec02 .inner.sec_wrap .sec_lead {
  padding-bottom: 30px;
  margin-bottom: 0px;
}
ul.location_list.nature {
  max-width: 1050px;
  margin: 0 auto 50px;
}
ul.location_list.nature li {
  width: 48%;
}
ul.location_list.nature li figcaption {
  color: #fff;
}
#location .school {
  background-color: #E4E1D9;
  padding: 20px 40px;
  border-top: 8px solid #5D5B25;
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
}
#location .school .txt {
  width: 70%;
}
#location .school .img {
  width: 28%;
}
#location .school .img figcaption {
  color: #fff;
  text-shadow: 0px 0px 3px #212121;
}
#location .school .school_ttl {
  color: #5F5A23;
  font-size: 20px;
}
#location .school .capcion {
  font-size: 12px;
}
.lifeinfo h4 {
  text-align: center;
  font-size: 30px;
  border-bottom: 1px solid #241F20;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.lifeinfo .lifeinfo_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lifeinfo .lifeinfo_wrap p {
  width: 48%;
  margin-bottom: 40px;
}
.lifeinfo .location_list li {
  width: 25%;
}
.lifeinfo .location_list li:nth-child(3n) {
  margin-right: 2%;
}
.lifeinfo .location_list li:nth-child(4n) {
  margin-right: 0px;
}
.lifeinfo .caption {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #location .sec02 .sec_wrap, #location .sec03 .sec_wrap {
    padding: 50px 4%;
  }
  .loc_photo h3 {
    position: relative;
    right: 0px;
    left: 0px;
    top: auto;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 2%;
    background-color: #fff;
    padding-bottom: 10px;
  }
  .loc_photo .caption {
    position: relative;
    bottom: auto;
    text-align: left;
    background-color: #fff;
    right: 0px;
    left: 0px;
    margin: 0 2%;
    top: auto;
    padding-bottom: 10px;
  }
  #location .main {
    background-attachment: scroll;
  }
  #location .sub_ttl {
    margin-top: 0px;
  }
  #location .loc_ttl {
    font-size: 20px;
  }
  .roseo {
    padding: 10px;
  }
  .roseo .img {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .roseo .txt {
    width: 100%;
    text-align: center;
  }
  ul.location_list {
    display: block;
    margin-bottom: 40px;
  }
  ul.location_list li, ul.location_list li:nth-child(3n) {
    width: 80%;
    margin: 0 auto;
  }
  ul.location_list li + li, ul.location_list li:nth-child(3n) {
    margin-top: 20px;
  }
  ul.location_list p {
    font-size: 14px;
  }
  ul.location_list p span {
    font-size: 12px;
  }
  ul.location_list.station {
    padding: 0 4% 40px;
  }
  ul.location_list.station li:first-child, ul.location_list.station li:last-child {
    margin: 0 auto 20px;
    width: 80%;
  }
  ul.location_list.nature li {
    margin: 0 auto 20px;
    width: 80%;
  }
  #location .school {
    padding: 10px;
    display: block;
  }
  #location .school .school_ttl {
    font-size: 18px;
  }
  #location .school .txt {
    width: 100%;
    margin-bottom: 20px;
  }
  #location .school .img {
    width: 100%;
  }
  .lifeinfo h4 {
    font-size: 20px;
  }
  .lifeinfo .lifeinfo_wrap {
    display: block;
  }
  .lifeinfo .lifeinfo_wrap p {
    width: 100%;
  }
  .lifeinfo .location_list li, .lifeinfo .location_list li:nth-child(3n), .lifeinfo .location_list li:nth-child(4n) {
    margin: 0 auto 20px;
    width: 80%;
  }
  #location .sec03 .history {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 5px hsla(345, 6%, 13%, 0.20);
    box-shadow: 0px 5px 5px hsla(345, 6%, 13%, 0.20);
    background-image: url(../images/location/tokugawa_bg.png), url(../images/location/tokugawa_bg.png);
    background-repeat: repeat-x, repeat-x;
    background-position: center top, center bottom;
    background-size: contain, contain;
  }
  #location .sec03 .history .history_wrap {
    padding: 30px 10px;
    background-position: right 10%;
    background-size: auto 30%;
  }
  #location .sec03 .history .history_ttl {
    font-size: 18px;
    line-height: 1.5;
  }
}
/*----------------------------------------------------- */
/*  lkd          */
/*----------------------------------------------------- */
.lkd {
  text-align: center;
  padding: 0 0 70px;
}
.lkd_logo {
  padding: 70px 0;
}
.lkd_mainttl {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}
.lkd p {
  font-size: 18px;
}
#concept .lkd .btn_more a {
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .lkd_mainttl {
    font-size: 20px;
  }
  .lkd p {
    font-size: 16px;
  }
}
/*----------------------------------------------------- */
/*  gfz          */
/*----------------------------------------------------- */
.gfz {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .gfz {
    padding: 40px 0;
  }
}
/*----------------------------------------------------- */
/*  pft           */
/*----------------------------------------------------- */
.pfh {
  background: #F6AB00;
  text-align: center;
  color: #000;
  padding-bottom: 60px;
}
.pfh_mainttl {
  padding: 70px 0 40px;
}
.pfh_mainttl h4 {
  text-align: center;
  font-size: 28px;
}
.pfh_mv {
  height: 800px;
  width: 100%;
  background: url(../images/concept/visual.png) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.pfh_mv h2 {
  text-align: center;
  margin-bottom: 60px;
}
.pfh_mv p {
  text-align: center;
}
.pfh_ttl {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 80px;
}
.pfh_txt01 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 80px;
}
.pfh_txt02 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
}
ul.pfh_list {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: left;
  max-width: 780px;
  margin: 80px auto;
}
ul.pfh_list li {
  position: relative;
  padding-left: 18px;
}
ul.pfh_list li::before {
  content: "●";
  position: absolute;
  top: 3px;
  left: 2px;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .pfh {
    padding-bottom: 60px;
  }
  .pfh_mainttl {
    padding: 50px 0 30px;
  }
  .pfh_mainttl h4 {
    font-size: 20px;
  }
  .pfh_mv {
    height: 400px;
    background: url(../images/concept/visual_sp.png) center center no-repeat;
    background-size: cover;
    margin-bottom: 60px;
  }
  .pfh_mv h2 {
    width: 53%;
    margin: 0 auto 40px;
  }
  .pfh_mv p {
    width: 78%;
    margin: 0 auto;
  }
  .pfh_ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .pfh_txt01 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .pfh_txt02 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  ul.pfh_list {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
    max-width: 780px;
    margin: 40px auto;
  }
  ul.pfh_list li {
    position: relative;
    padding-left: 18px;
  }
  ul.pfh_list li::before {
    content: "●";
    position: absolute;
    top: 3px;
    left: 2px;
    font-size: 10px;
  }
}
/*----------------------------------------------------- */
/*  ca           */
/*----------------------------------------------------- */
.ca {
  padding-bottom: 80px;
  background-color: #2B2B2B;
  color: #fff;
}
.ca_mv {
  height: 640px;
  width: 100%;
  background: url(../images/concept/visual.png) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.ca_mv h2 {
  width: 452px;
}
.ca_txt01 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 80px;
}
.ca_txt02 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 80px;
}
.ca_pic {
  max-width: 702px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ca {
    padding-bottom: 40px;
  }
  .ca_mv {
    height: 320px;
    width: 100%;
    background: url(../images/concept/visual_sp.png) center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .ca_mv h2 {
    width: 300px;
  }
  .ca_txt01 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
  }
  .ca_txt02 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
  }
  .ca_pic {
    max-width: 65%;
    margin: 0 auto;
  }
} /*# sourceMappingURL=style.css.map */
</pre></body></html>