/*

【CSS記述ルール】

① font-sizeはpxで指定してください
　（rem、%等の指定はしないようお願いいたします）

② xxxxxx はディレクトリ名に変更してください

③ 必ずディレクトリ名が付いたidセレクタを先頭に記述した後に、要素を記述してください
　（例：#oneday .inner、#oneday .page-title 等）

④ CSS内の画像指定パスは、CSSファイルから見た相対パスで指定してください
　（例：../images/ディレクトリ名/画像名.拡張子）

*/

#charm {
  background-color: #fff;
  font-size: 13px;
  line-height: 1.6;
}

#charm * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: Futura,"Century Gothic",游ゴシック体,YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",游ゴシック,"Yu Gothic",メイリオ,Meiryo,sans-serif;
  font-family: irohamaru-mikami, sans-serif;
  font-weight: 500;
  font-style: normal;
}

#charm img {
  line-height: 1;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#charm p {
  text-align: left;
}

@keyframes fadeInUp {
 from {
  transform: translate3d(0, 150px, 0);
 }
  
 to {
  transform: translate3d(0, 0, 0);
  opacity: 1;
 }
}

#charm .animated {
 animation-duration: 1.5s;
 animation-fill-mode: both;
}

#charm .fadeInUp {
 opacity: 0;
 animation-name: fadeInUp;
}

#charm .js-fadein {
 opacity: 0;
 transform: translate(0, 20px);
 transition: all 1s;
}

#charm .scroll-in {
 opacity: 1;
 transform: translate(0, 0);
}

#charm .font-kinu{
  font-family: maru-maru-gothic-clr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#charm .font-tar{
  font-family: tarzana-narrow, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#charm .pc-br{
  display: none;
}

#charm .charm-ml{
  margin-left: 1em;
}

#charm .charm-ib{
  display: inline-block;
}

#charm .charm-main-inner{
  position: relative;
  padding: 0 12px;
}

#charm .charm-main{
  padding: 10px 0 80px;
  background: -moz-linear-gradient(to bottom,#FFFEFA,#FFF9E2 20%,#FFF8DD); 
  background: -webkit-linear-gradient(to bottom,#FFFEFA,#FFF9E2 20%,#FFF8DD); 
  background: linear-gradient(to bottom,#FFFEFA,#FFF9E2 20%,#FFF8DD); 
}

#charm .content-mainimg{
  text-align: center;
}

/*------------------------------------------------------------------
intro
------------------------------------------------------------------*/
#charm .charm-iinner{
  padding: 0 12px;
}

#charm .charm-intro{
  margin-top: 50px;
  padding-bottom: 11px;
}

#charm .charm-list{
  width: 86%;
  margin: 0 auto;
  padding-left: 50px;
}

#charm .charm-list-item{
  position: relative;
  margin-bottom: 26px;
  font-size:4.267vw;
}

#charm .charm-list-item::before{
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  background-image: url(../images/charm/list_ico_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 16%;
  left: -18%;
}

#charm .charm-list-item:nth-of-type(2)::before{
  background-image: url(../images/charm/list_ico_02.png);
}

#charm .charm-list-item:nth-of-type(3)::before{
  background-image: url(../images/charm/list_ico_03.png);
}

#charm .charm-list-item::after{
  position: absolute;
  content: "";
  border-bottom: dashed 2px #CBC5B0;
  width: 100%;
  bottom: -22%;
  left: 0;
}

/*---------------------------------------------------------------------
charm-point
----------------------------------------------------------------------*/
#charm .charm-text-inner{
  padding: 0 25px;
}

#charm .charm-point{
  margin-top: 80px;
}

#charm .charm-h2{
  margin-bottom: 20px;
}

#charm .charm-h2-text{
  position: relative;
  font-size: 4.267vw;/*16px*/
}

#charm .charm-point-text-box{
  margin-bottom: 34px;
  font-size: 3.267vw;/*13px*/
}

#charm .charm-h2-text::before{
  position: absolute;
  content: "";
  width: 62px;
  height: 30px;
  background-image: url(../images/charm/charm_pt01_ico.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -64%;
  left: 0;
}

#charm .charm-point-item:nth-of-type(2) .charm-h2-text::before{
  background-image: url(../images/charm/charm_pt02_ico.png);
}

#charm .charm-point-item:nth-of-type(3) .charm-h2-text::before{
  background-image: url(../images/charm/charm_pt03_ico.png);
}

#charm .charm-point-list{
  margin: 20px 0;
}

#charm .point-list-item{
  margin-bottom: 10px;
  padding: 6px 0;
  padding-left: 14px;
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  position: relative;
}

#charm .charm-point-item:nth-of-type(2) .point-list-item{
  margin-bottom: 4px;
}

#charm .charm-point-dl{
  margin-top: 20px;
}

#charm .point-list-dd{
  padding-left: 14px;
  margin-bottom: 10px;
}

#charm .point-list-item::before{
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  background-color: #80CCE3;
  left: 0;
  top: 0;
}

#charm .charm-point-item:nth-of-type(2) .point-list-item::before{
  background-color: #F8BB6D;
}

#charm .charm-point-item:nth-of-type(3) .point-list-item::before{
  background-color: #EF848C;
}

#charm .charm-point-item{
  margin-bottom: 100px;
}

#charm .charm-point-item:last-of-type{
  margin-bottom: 0;
}

#charm .charm-img{
  padding: 0 12px;
}


@media screen and (max-width: 767px) {/* ---------- スマホ以下 ---------- */
	
  #charm .content-mainimg{
    margin: 0 -12px;
  }
  
}

@media print, screen and (min-width: 768px) {/* ---------- タブレット・PC以上 ---------- */
  #charm .pc-br{
    display: inline;
  }
  
  #charm .sp-br{
    display: none;
  }
  
  #charm .charm-inner{
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px;
  }
  
  #charm .charm-main{
    padding: 0 0 50px;
  }
  
  #charm .content-mainimg{
    width: calc(100vw/1920 * 1800);
    max-width: 1800px;
    min-width: calc(100% - 64px);
    margin: 0 auto;
  }

  /*------------------------------------------------------------------
  intro
  ------------------------------------------------------------------*/
  #charm .charm-main-inner{
    width: 100%;
    padding: 0;
    margin-bottom: 100px;
  }
  
  #charm .charm-intro{
    background-image: url(../images/charm/charm_list_deco_pc.png);
    background-position: left 25% bottom 37%;
    background-size: 8%;
    background-repeat: no-repeat;
    margin-top: 50px;
    padding-bottom: 100px;
  }
  
  #charm .charm-list{
    max-width: 896px;
    margin: 0 auto;
    padding-left: 100px;
  }
  
  #charm .charm-list-item{
    position: relative;
    margin-bottom: 30px;
    font-size: 30px;
  }
  
  #charm .charm-list-item::before{
    position: absolute;
    content: "";
    width: 52px;
    height: 52px;
    background-image: url(../images/charm/list_ico_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: -6%;
    left: -10%;
  }

  #charm .charm-list-item:nth-of-type(2)::before{
    background-image: url(../images/charm/list_ico_02.png);
  }

  #charm .charm-list-item:nth-of-type(3)::before{
    background-image: url(../images/charm/list_ico_03.png);
  }

  #charm .charm-list-item::after{
    position: absolute;
    content: "";
    border-bottom: dashed 2px #CBC5B0;
    width: 100%;
    bottom: -22%;
    left: 0;
  }
  
/*---------------------------------------------------------------------
charm-point
----------------------------------------------------------------------*/
  #charm .charm-h2{
    margin-bottom: 20px;
  }

  #charm .charm-h2-text{
    position: relative;
    font-size: 30px;
  }

  #charm .charm-h2-text::before{
    width: 100px;
    height: 50px;
    top: -60px;
    left: 0;
  }
  
  #charm .charm-text-inner{
    padding: 50px 0 0;
    width: 50%;
  }
  
  #charm .charm-point-item{
    max-width: 1220px;
    overflow: visible;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between;
  }
  
  #charm .charm-point-item:nth-of-type(2){
    flex-direction: row-reverse;
  }
  
  #charm .charm-point-text{
    font-size: 20px;
  }
  
  #charm .point-list{
    margin: 30px 0;
  }
  
  #charm .point-list-item{
    font-size: 22px;
  }
  
  #charm .charm-img{
    width: calc(50% - 50% + 50vw);
    margin-right: calc(-50vw + 50%);
    max-height: 580px;
    text-align: right;
  }
  
  #charm .charm-point-item:nth-of-type(2) .charm-img{
    margin-left: calc(-50vw + 50%);
    text-align: left;
  }
  
  #charm .point-list-item{
    padding-left: 24px;
  }
  
  #charm .point-list-dd{
    margin-bottom: 20px;
    padding-left: 24px;
    font-size: 16px;
  }
  
}

@media print, screen and (min-width: 768px)and (max-width: 1024px) {
  #charm .charm-main-inner{
    margin: 0 auto;
  }
  
  #charm .charm-intro{
    background-position: left 2% bottom 38%;
    background-size: 12%;
  }
  
  #charm .charm-text-inner{
    padding: 60px 12px;
  }
  
 #charm .charm-img{
    width: 50%;
    margin-right: -10px;
  }
  
  #charm .charm-img img{
    height: 570px;
    border-radius: 30px 0 0 30px;
    object-fit: cover;
  }
  
  #charm .charm-point-item:nth-of-type(2) .charm-img img{
    border-radius: 0 30px 30px 0;
  }
  
  #charm .charm-point-item:nth-of-type(2) .charm-img{
    width: 50%;
    margin-left: -10px;
  }
  
}

@media print, screen and (min-width: 1440px) {
  #charm .pc-none{
    display: none;
  }
  
}

@media all and (-ms-high-contrast: none) {
  #charm .charm-schedule-item{
    flex: 1 0 auto;
  }
  #charm .charm-schedule-item-date{
    width: 100%;
  }
}