html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  word-break: normal;
}
html {
  font-size: 62.5%;
}
body {
  font-family: source-han-serif-jp-subset, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  min-width: 320px;
  font-size: 1.6rem;
  background: rgb(79, 92, 112);
  background: linear-gradient(
    180deg,
    rgba(79, 92, 112, 1) 0%,
    rgba(40, 46, 56, 1) 100%
  );
}
@media only screen and (max-width: 1440px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 896px) {
  body {
    font-size: 1.78571vw;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 11px;
    font-size: 2.93333vw;
  }
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.l_header .mv {
  text-align: center;
  position: relative;
}
.l_header .mv .spShow {
  display: none;
}
@media only screen and (max-width: 640px) {
  .l_header .mv .pcShow {
    display: none;
  }
  .l_header .mv .spShow {
    display: block;
  }
}

.slick-slider img {
  margin: 0 auto;
}


.pc-block{
  display: block;
}
.sp-block{
  display: none;
}
@media only screen and (max-width: 640px) {
.pc-block{
  display: none;
}
.sp-block{
  display: block;
}
}
.p__main-wrap{
   background: linear-gradient(180deg, #475B68, #D1D1D1);
   text-align: center;
}
.p__main-contents{
  background-color: #FFFFFF;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 38px 78px;
}
@media only screen and (max-width: 640px) {
.p__main-contents{
  width: 96%;
  padding: 30px 10px 78px;
}
.p__main-visual{
  width: 100%;
}}
.p__bukken-wrap{
  margin-bottom: 72px;
}
.p__bukken-wrap2{
  margin-bottom: 55px;
}
@media only screen and (max-width: 640px) {
.p__bukken-wrap{
  margin-bottom: 66px;
}
.p__bukken-wrap2{
  margin-bottom: 80px;
}
}
.p__title{
  margin-bottom:32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#475A68;
}
@media only screen and (max-width: 640px) {
.p__title{
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.p__title-title{
  width: 55%;
  height: 55%;
}
.p__title-title2{
  width: 50%;
  height: 50%;
}
.p__title-title3{
  width: 30%;
  height: 30%;
}
.p__title-layout{
  width: 12%;
  height: 12%;
}
}
.p__title-layout2{
  width: 6%;
  height: 6%;
}
@media only screen and (max-width: 640px) {
.p__title-layout2{
  width: 15%;
  height: 15%;
}}
.p__img-wrap{
  display: flex;
  justify-content: space-between;
  margin-left: -7px;
}
@media only screen and (max-width: 640px) {
.p__img-wrap{
  display: block;
  margin-left: 0;
}}
.p__img2{
  width: 34%!important;
}
.p__set{
  margin: 32px auto 24px;
}
@media only screen and (max-width: 1100px) {
.p__set{
  margin: 24px auto;
}}
.p__lead1{
  display: flex;
  border: 1px solid #475B68;
  width: 100%;
}
@media only screen and (max-width: 640px) {
.p__lead1{
  margin-bottom: 24px;
}}
.p__lead1-left{
  background-color: #475B68;
  color: #FFFFFF;
  padding: 10px;
}
@media only screen and (max-width: 640px) {
.p__lead1-left{
  background-color: #475B68;
  color: #FFFFFF;
  padding: 5px 10px;
  width: 31%;
}
}
.p__lead1-left p{
  font-size: 1.4rem;
}
.p__lead1-left-link{
  color: #FFFFFF;
  text-decoration: underline;
}
.p__lead1-right{
  color: #475B68;
  padding: 10px 7px 10px 30px;
  font-size: 1.5rem;
}
.p__lead1-right-item{
  list-style: disc;
  list-style-position: outside;
}
.p__lead1-right-item2{
  display: flex;
}
.p__lead1-right-item::marker{
  font-size: 7px;
}
.p__lead1-right-item2 div{
  margin-right: 10px;
}
@media only screen and (max-width: 1100px) {
.p__lead1-right{
  color: #475B68;
  padding-left: 22px;
  font-size: 1.0rem;
  width: 70%;
}}
.p__lead-wrap{
  display: flex;
  margin: 36px auto 72px;
}
@media only screen and (max-width: 1100px) {
.p__lead-wrap{
  display: block;
}
}
.p__lead{
  text-align: left;
  display: block;
  width: 45%;
}
@media only screen and (max-width: 1100px) {
.p__lead{
  margin: 0 auto 24px;
}}
@media only screen and (max-width: 640px) {
.p__lead{
  width: 100%;
}}
.p__lead h3{
  font-size: 1.8rem;
}
.p__lead p{
  line-height: 2.3rem;
}
@media only screen and (max-width: 640px) {
.p__lead p{
  line-height: 1.5rem;
}}
.p__btn{
  margin: -7px 0 0 19px;
}
@media only screen and (max-width: 640px) {
.p__btn{
  margin: 0 auto;
}}
.p__detail-list{
  text-align: left;
  color: #526572;
}
.p__madori-wrap{
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 640px) {
.p__madori-wrap{
  display: block;
}
}
.c__margin-bottom0{
  margin-bottom: 0;;
}
.c__margin-auto{
  margin: 0 auto;
}
.slide-items{
  width: 100%;
  height: 100%;
}
.slide-items img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 640px) {
.slide-items img {
  width: 100%;
}
.p__madori-img{
  width: 50%!important;
}
}
.slick-dots li button:before {
  /* font-size: 18px;
  top: 6px; */
}

.dots-class {
    display: flex;
    justify-content: center;
}
.dots-class button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
.dots-class li {
  content:'';
    width: 10px;
    height: 10px;
  background:  #8A8A8A;
  border: 1px solid #707070;
    border-radius: 50%;
    margin-right: 10px;
    /* cursor: pointer; */
    transition: background-color .5s ease;


}
.dots-class li.slick-active {
  background:  #F6FF1D;
  border-color: #707070;
}
@media only screen and (max-width: 640px) {
.p__map-img{
  width: 90%;
}
}
.p__span{
  display: none;
}
@media only screen and (max-width: 640px) {
.p__span{
  display: inline-block;
}
}
.p__block{
  display: block;
  height: 1px;
}
.p__title-text{
  font-size: 4.0rem;
  font-weight: 700;
  margin: 0 12px;
}
@media only screen and (max-width: 1100px) {
.p__title-text{
  font-size: 2.8rem;
  margin: 0 8px;
}
}
@media only screen and (max-width: 640px) {
.p__title-text{
  font-size: 3.0rem;
  margin: 0 8px;
}
}
.p__title-text2{
  font-size: 2.8rem;
}
@media only screen and (max-width: 1100px) {
.p__title-text2{
  font-size: 1.4rem;
}
}
@media only screen and (max-width: 640px) {
.p__title-text2{
  color:#475A68;
  font-size: 1.6rem;
}
}
@media only screen and (max-width: 640px) {
.c__margin-bottom15{
  margin-bottom: 15px;
}
}
.p__button{
  background-color: #FCDD6F;
  border: none;
  border-radius: 5px;
  margin: 0 0 6% 19px;
  color: #475B68;
  position: relative;

}
@media only screen and (max-width: 1100px) {
  .p__button{
    margin: 0 auto;
    width: 45%;
  }
}
@media only screen and (max-width: 640px) {
  .p__button{
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .p__button{
    margin: 0;
    height: 60px;
  }
}
.p__button-link{
  width: 100%;
  height: 100%;
  display: block;
  color: #475B68;
  font-size: 3.2rem;
  padding: 6px 80px;
}
@media only screen and (max-width: 1100px) {
.p__button-link{
  padding: 0px;
  font-size: 2.1rem;
  padding: 11px 40px 10px 20px;
}
}
.p__button-layout{
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 5%;
}
@media only screen and (max-width: 1100px) {
.p__button-layout{
  width: 6%;
  right: 6%;
}
}
.p__madori-img{
  width: 10%;
  height: 10%;
}
