@charset "UTF-8";
/* CSS Document */
.title {
  padding: 110px 45px 30px;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}
.title img {
  width: 80%;
}
.title h2 {
  font-size: 4.0rem;
  font-family: Cormorant Garamond;
  color: #9CA2A8;
  font-weight: 300;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media(min-width: 960px){
  .title {
    padding-top: 150px;
    margin: 0;
    text-align: left;
    max-width: 400px;
  }
  .title h2 {
    font-size: 5.0rem;
    left: 45%;
  }
}
section {
  background-color: #F4F3F2;
  max-width: 650px;
  padding: 70px 0 160px;
  margin: 0 auto 20px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
section img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}
.sub-title {
  padding: 30px 0 0;
  font-size: 1.4rem;
}
section h3 {
  font-size: 2.4rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 100;
  padding: 25px 0;
}
.container {
  max-width: 400px;
  margin: 0 auto;
}
.cost {
  padding: 15px 0;
  text-align: left;
}
.cost h4 {
  padding: 5px 20px;
  margin-left: 20px;
  border: solid 0.5px #707070;
  height: 35px;
  font-weight: 100;
  width: 90px;
}
.cost p {
  padding: 20px 0 0 50px;
}
.caution {
  padding: 0 15px 15px;
  text-align: left;
}
.caution__content {
  display: flex;
}
.caution__content02 {
  display: flex;
  padding-top: 30px;
}
.caution ul {
  padding-left: 20px;
}
.caution ul li {
  list-style-position: outside;
  list-style-type: "◆";
  padding-top:10px;
  padding-bottom:10px;
}
.photogallery-button {
  text-align: right;
  margin-top: 40px;
  position: relative;
}
.btnarrow4 {
  padding: 15px 25px 20px;
  border: solid 0.5px #707070;
  border-radius: 100px;
  width: 180px;
  margin-top: 20px;
  margin-left: auto;
  font-family: Cormorant Garamond;
  text-decoration: none;
  color: #5A5E62;
  text-align: left;
  display: inline-block;
  outline: none;
  position: relative;
}
/*矢印と下線の形状*/
.btnarrow4::before {
  content: '';
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: 10px;
  left: 15%;
  /*下線の形状*/
  width: 70%;
  height: 0.5px;
  background: #333;
  /*アニメーションの指定*/
  transition: all .3s;
}
.btnarrow4::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: 14px;
  right: 25px;
  /*矢印の形状*/
  width: 15px;
  height: 0.5px;
  background: #333;
  transform: rotate(35deg);
  /*アニメーションの指定*/
  transition: all .3s;
}
/*hoverした際の移動*/
.btnarrow4:hover::before {
  left: 20%;
}
.btnarrow4:hover::after {
  right: 8%;
}
.section-menu {
  display: none;
}
@media(min-width: 960px){
  .cost-plan__container {
    display: flex;
    flex-wrap: wrap;
    max-width: 990px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .section-plan {
    width: 45%;
    margin-bottom: 40px;
  }
  .section-menu {
    display: block;
    background-color: #fff;
    width: 45%;
    padding: 0;
  }
  .section-menu ul li {
    position: relative;
    list-style-type: none;
  }
  .section-menu ul li img {
  width: 100%;
  opacity: 0.75;
    margin: 15px 0;
}
  .section-menu ul li img:first-child{
    margin-top: 0;
  }
.section-menu ul li p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  text-shadow: 0px 3px 3px #aaa;
  font-family: Cormorant Garamond;
  font-size: 3.5rem;
}
  a:hover{
    opacity: 0.5;
  }
}
