@charset "UTF-8";

/* layout--------------- */
.otsuka_rank__slider {
  background: #c4fa65;
}
.otsuka_main {
  color: #2e2e2e;
  background-image: url("../images/bg_pattern04.png");
}
.otsuka_main__inner{
  padding-bottom: 95px;
  position: relative;
}

/* セクション--------------- */
.otsuka_cnt01 {
  text-align: center;
  padding: 86px 50px 90px;
  background-image: url("/kando/images/otsuka_bg_01.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left 86px;
  background-color: #fff;
}
.otsuka_cnt01__inner{
  width: 78%;
  box-sizing: border-box;
  border: 1px #c4fa65 solid; 
  outline: 1px #c4fa65 solid;
  outline-offset: 4px;
  padding: 35px 50px;
  margin: 0 auto 50px;
  background-color: rgba(255,255,255,0.7);
}
.otsuka_cnt01__inner > p {
  margin-bottom: 45px;
}
.otsuka_cnt01__inner > p:last-child {
  margin-bottom: 0;
}
.otsuka_cnt02{
  background: #c4fa65;
  padding: 63px 50px 15px;
  position: relative;
}
.otsuka_cnt02__inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.otsuka_cnt02__img01 {
  width: 100%;
}
.otsuka_cnt02__img02 {
  width: 100%;
}
.otsuka_cnt02__order1{ order: 1;}
.otsuka_cnt02__order2{ order: 2;}

.otsuka_cnt02__layout01 {
  margin-right: 45px;
  margin-bottom: 40px;
}
.otsuka_cnt02__layout02 img {
  width: 100%;
}
.otsuka_cnt03{
  padding: 100px 50px 100px;
}
.otsuka_cnt03__inner01{
  margin-bottom: 80px;
}
.otsuka_cnt03__inner02{
  border: 1px solid #c42124;
  background-color: #fff;
  padding: 4.5% 4% 4%;
  position: relative;
}
.otsuka_cnt03__inner02::before{
  content: "";
  width: 470px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top:-1px;
  left: 47%;
  transform: translateX(-50%);
  z-index: 1;
}
.otsuka_cnt03__inner01,.otsuka_cnt03__inner02{
  display: flex;
  flex-direction: row;
}
.otsuka_cnt03__item01{
  width: 50%;
}
.otsuka_cnt03__item02{
  width: 50%;
  padding: 70px 45px 0 70px;
}
.otsuka_cnt03__item03{
  width: 50%;
}
.otsuka_cnt03__item04{
  width: 60%;
  padding: 3% 0 0 5%;
  position: relative;
}
.otsuka_cnt03__item01 img,
.otsuka_cnt03__item03 img {
  width: 100%;
}
.otsuka_cnt03__item05{
  width: 91.6%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.otsuka_cnt_bg01{
  background-color: #fff;
  position: relative;
}

/* リスト--------------- */
.otsuka_listBox {
  background: #c4fa65;
}
.otsuka_linkList {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  margin: auto;
  border-bottom: 4px #000 solid;
}
.otsuka_linkList__item {
  position: relative;
  width: calc(100% / 3); 
  border-right: 1px #9ecb53 solid;
}
  .otsuka_linkList__item:last-child {
  border-right: none;
}
.otsuka_linkList__item a {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.1em;
  font-weight: 400;
  display: block;
  padding: 20px 0;
  transition: 0.3s ease-out;
  color: #2e2e2e;
  text-align: center;
}
.otsuka_linkList__item a:hover {
  transition: 0.3s ease-out;
  background: #bbd887;
}
.otsuka_linkList__item a span {
  display: block;
  position: relative;
}
.otsuka_linkList__item a span::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
  border: 1px solid #2e2e2e;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  }

/* タイトル--------------- */
.otsuka_cnt__titbox {
  position: relative;
}
.otsuka_cnt__tit01 {
  max-width: 622px;
  margin:0 auto 40px;
}
.otsuka_cnt__tit02 {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.18em;
  position: relative;
  z-index: 10;
  margin-bottom: 14px;
}
.otsuka_cnt__tit02::before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #ffff78;
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: -1;
}
.otsuka_cnt__tit03 {
  max-width: 900px;
  margin:0 auto 50px;
  box-sizing: border-box;
  border: 1px #000 solid;
  padding: 2px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
}
.otsuka_cnt__tit04 {
  font-size: 2.2rem;
  line-height: 2.09;
  font-weight: bold;
  letter-spacing: 0.18em;
  position: absolute;
  top: -6%;
  left: 50%;
  transform: translateX(-50%);
  color: #c42124;
  z-index: 2;
}
.otsuka_cnt__tit04::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 105%;
  top: 13%;
  margin: auto;
  background-image: url("/kando/images/icon_hotel_red.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.otsuka_cnt__titbg01 {
  border-right: 4px #d9c68d solid;
  position: relative;
  padding: 10px;
}
.otsuka_cnt__titbg01::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/kando/images/otsuka_heading_image_03.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  top: 0;
  left: 0;
}
.otsuka_cnt__tit05 {
  font-size: 2.2rem;
  line-height: 2.09;
  font-weight: bold;
}

/* テキスト--------------- */
.otsuka_cnt__txt01 {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
.otsuka_cnt__txt02 {text-align: center;}
.otsuka_cnt__txt02 img {width: 100%;}
.otsuka__Annotation01  {
  margin: 10px 0 70px;
  line-height: 0;
}
.otsuka__Annotation01 img {
  width: 100%;
}
.otsuka_cnt__txt03{
  text-align: right;
  margin-top: 10px;
}
.otsuka_cnt__txt03 a{
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  color: #a6872a;
  text-decoration: none;
  text-align: right;
  position: relative;
}
.otsuka_cnt__txt03 a:hover{
  text-decoration: underline;
}
.otsuka_cnt__txt03 a::before{
  content: "";
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin-right: 12px;
  margin-bottom: 5px;
  border-top: 1px solid #a6872a;
  border-right: 1px solid #a6872a;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: -16%;
}
.otsuka_cnt__txt04 {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.2em;
  padding-bottom: 114px;
}
.otsuka_caption01 {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 6px;
}
.otsuka_caption02 {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
}

/* ボタン--------------- */
.otsuka_btnBox01{
  margin: 0 auto;
  max-width: 450px;
  position: relative;
}
.otsuka_btn01 {
  background: #231815;
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 14px;
  box-sizing: border-box;
  transition: 0.3s ease-out;
}
.otsuka_btn01:hover {
  opacity: 0.7;
  transition: 0.3s ease-out;
}
.arrow01:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  margin-right: 12px;
  margin-bottom: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
}
.arrow_pos01:before {
  top: 50%;
  left: 37px;
}
.btn02 {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.btn03  {
  padding: 0 30px;
}
.btn03 a {
  max-width: 920px;
  margin: 0 auto;
}
.kando__btn02 .arrow:before {
  margin-bottom: 2px;
}
.kando_btn04 .arrow:before{
  margin-bottom: 2px;
}

/* 吹き出し--------------- */
.otsuka_sb {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  background-color: #c4fa65;
  border-radius: 20px;
  position: absolute;
  top: -110%;
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 40px;
}
.otsuka_sb::before {
  content: "";
  border: 9px transparent solid;
  border-top: 16px #c4fa65 solid;
  width: 0;
  height: 0;
  position: absolute;
  top:100%;
  left: 50%;
  transform: translateX(-50%);
}
.otsuka_sb_width01 {width: 460px;}
.otsuka_sb_width02 {width: 500px;}
.otsuka_sb_width03 {width: 400px;}

  /* スライダー--------------- */
.otsuka__slider {
  width: 100%;
}
.otsuka__slider li {
  position: relative;
}
.otsuka__slider img {
  width: 100%;
  object-fit: cover;
}
.slick-dots {
  bottom: -35px;
}
.slick-dots li button:before {
  font-size: 14px;
  opacity: 1;
  color: #dcdcdc;
}
.slick-dots li.slick-active button:before {
  color: #76c737;
}

@media (max-width: 767px) and (min-width: 320px) {
  /* layout--------------- */
  .otsuka_main__inner{
    padding-bottom: 0;
  }

  /* セクション--------------- */
  .otsuka_cnt01 {
    padding: 60px 15px 70px;
    background-image: url("/kando/images/otsuka_bg_01-sp.jpg");
    background-size: 100%, 100%, cover;
    background-repeat: no-repeat;
    background-position-y: 180px;
  }
  .otsuka_cnt01__inner{
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    margin-bottom: 40px;
    padding: 0;
  }
  .otsuka_cnt02{
    padding: 60px 15px 50px;
    position: relative;
  }
  .otsuka_cnt02__inner {
    flex-direction: column;
    text-align: center;
  }
  .otsuka_cnt02__inner li {
    padding: 0 4%;
  }
  .otsuka_cnt02__img01 {
    width: 50%;
  }
  .otsuka_cnt02__layout01 {
    margin-right: 0;
    margin-bottom: 16%;
  }
  .otsuka_cnt02__layout02 {
    margin-top: 14%;
    margin-right: 0;
    margin-bottom: 0%;
  }
  .otsuka_cnt03{
    padding: 35% 15px 50px;
  }
  .otsuka_cnt03__inner01{
    margin-bottom: 30%;
  }
  .otsuka_cnt03__inner02{
    border: none;
    background-color: transparent;
    padding: 0;
  }
  .otsuka_cnt03__inner02::before{
    display: none;
  }
  .otsuka_cnt03__inner01,.otsuka_cnt03__inner02{
    flex-direction: column;
  }
  .otsuka_cnt03__item01{
    width: 100%;
    margin-bottom: 10%;
  }
  .otsuka_cnt03__item02{
    width: 100%;
    padding: 0;
  }
  .otsuka_cnt03__item03{
    width: 100%;
    margin-bottom: 5%;
  }
  .otsuka_cnt03__item04{
    width: 100%;
    padding: 0;
  }
  .otsuka_cnt03__item05{
    width: 100%;
    position: static;
  }
  .otsuka_cnt_bg02 {
    position: relative;
  }
  .otsuka_cnt04 {
    background-color: #fff;
    padding:45px 15px 75px;
  }

  /* リスト--------------- */
  .otsuka_linkList {
    flex-direction: column;
  }
  .otsuka_linkList__item {
    width: 100%;
    border-bottom: 1px #9ecb53 solid;
  }
  .otsuka_linkList__item:last-child {
    border-bottom: none;
  }

/* タイトル--------------- */
  .otsuka_cnt__tit01 {
    max-width: 100%;
    margin-bottom: 60px;
  }
  .otsuka_cnt__tit01 img {
    width: 100%;
  }
  .otsuka_cnt__tit02 {
    font-size: 2.3rem;
    margin-bottom: 8%;
  }
  .otsuka_cnt__tit03 {
    margin:0 0 12%;
  }
  .otsuka_cnt__titbg01 {
    padding: 4%;
  }
  .otsuka_cnt__titbg01::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("/kando/images/otsuka_heading_image_03-sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 0;
    left: 0;
  }
  .otsuka_cnt__tit04 {
    font-size: 1.6rem;
    position: static;
    transform: none;
    border-bottom: 1px #b91619 solid;
    text-align: center;
    padding-bottom: 2%;
    margin-bottom: 8%;
  }
  .otsuka_cnt__tit04::before {
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
  }
  .otsuka_cnt__tit05 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 3%;
  }
/* テキスト--------------- */
  .otsuka_cnt__txt01 {
    font-size: 1.4rem;
    line-height: 1.78;
  }
  .otsuka_cnt__txt02 img  {width: 70%;}
  .otsuka__Annotation01  {
    margin:6% 0 12%;
  }
  .otsuka_cnt__txt04 {
    font-size: 1.4rem;
    padding-bottom: 12%;
  }
  .otsuka_caption01 {
    margin-top: 2%;
  }

  /* ボタン--------------- */
  .otsuka_btn01 {
    font-size: 1.6rem;
    font-weight: lighter;
    padding: 22px;
  }
  .btn03 {
    padding:0;
  }
  .btn03 a {
    max-width: 100%;
    padding: 26px;
    text-align: center;
  }
  .arrow_pos01:before {
    top: 50%;
    left: 20px;
  }

  /* 吹き出し--------------- */
  .otsuka_sb {
    font-size: 1.6rem;
    border-radius: 16px;
    top: -76%;
    padding: 4%;
  }
  .otsuka_sb_width01 { width: 70%;}
  .otsuka_sb_width02 { width: 70%;}
  .otsuka_sb_width03 { width: 70%;}
  .otsuka_sb_top01 { top: -103%;}
}

  /* 背景の模様--------------- */
.otsuka_cnt02::before {
  content: "";
  width: 100%;
  height: 13%;
  background-image: url("/kando/images/otsuka_bg_02.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 100%;
}
.otsuka_cnt02::after {
  content: "";
  width: 100%;
  height: 12.6%;
  background-image: url("/kando/images/otsuka_bg_03.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 100%;
}
.otsuka_cnt_bg01::before {
  content: "";
  width: 100%;
  height: 7.9%;
  background-image: url("/kando/images/otsuka_bg_04.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 100%;
}
.otsuka_cnt_bg01::after {
  content: "";
  width: 100%;
  height: 8%;
  background-image: url("/kando/images/otsuka_bg_05.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 100%;
}
.otsuka_cnt_mb01{margin-bottom: 103px;}
.otsuka_cnt_mb02{margin-bottom: 100px;}
.otsuka_cnt_mb03{margin-bottom: 104px;}

@media (max-width: 767px) and (min-width: 320px) {
  .otsuka_cnt02::before {
    width: 100%;
    height: 2.8%;
    background-image: url("/kando/images/otsuka_bg_02-sp.png");
  }
  .otsuka_cnt02::after {
    width: 100%;
    height: 3%;
    background-image: url("/kando/images/otsuka_bg_03-sp.png");
  }
  .otsuka_cnt_bg01::before {
    height: 2.5%;
    background-image: url("/kando/images/otsuka_bg_04-sp.png");
  }
  .otsuka_cnt_bg01::after {
    height: 3%;
    background-image: url("/kando/images/otsuka_bg_05-sp.png");
  }
  .otsuka_cnt_bg02::before {
    content: "";
    width: 100%;
    height: 19%;
    background-image: url("/kando/images/otsuka_bg_04-sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 100%;
  }
  .otsuka_cnt_mb01{margin-bottom: 16%;}
  .otsuka_cnt_mb02{margin-bottom: 16%;}
  .otsuka_cnt_mb03{margin-bottom: 16%;}
}