/*
 Theme Name:   story_tcd041 Child
 Theme URI:    http://anipla.heteml.net/balloonsite/wp-content/themes/balloon_c
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://anipla.heteml.net/balloonsite/
 Template:     story_tcd041
*/

/* common 
-----------------------------------------------------*/
body {
  overflow: hidden;
}
.content02-item {
  background: none;
}
.column-layout03 {
  background: none;
}
.post_col-3 a:hover,
.galleryBtn a:hover,
.planBtn a:hover,
ul#instafeed li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.post-content .post_col,
.post-content .post_col-2,
.post-content .post_col-3 {
  margin-bottom: 0;
}

.content02 .headline-font-type {
  font-size: 22px;
}
h3.h3tit01 {
  font-size: 20px;
  margin-bottom: 20px;
}

.text-center {
  text-align: center;
}
.optionh4 {
  font-size: 100% !important;
}

/* TOP images
--------------------------------------*/
#top-slider-content {
  width: 550px !important;
  height: 550px !important;
}
a.top-slider-content-inner {
  background: none;
  width: 550px !important;
  height: 550px !important;
}
#top-slider-content a:hover {
  background: none;
}
#top-slider-content a:hover img {
  opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0s ease-in-out;
}

@media only screen and (max-width: 479px) {
  #top-slider-content {
    width: 280px !important;
    height: 280px !important;
  }
  a.top-slider-content-inner {
    width: 300px !important;
    height: 300px !important;
  }
  img.top-slider-logo {
    width: 100%;
  }
}

/* TOPPAGE
=============================================================*/
@media only screen and (max-width: 479px) {
  #content01 p {
    text-align: left;
  }
}

/* PLAN
-------------------------------------- */
.b_left {
  border-left: 1px solid #e1e1e1;
}
/*.b_bottom { border-bottom:1px solid #e1e1e1; }*/
.planBox {
  padding: 35px 7px;
}
.planBox h4 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #9f886e;
}
.planBtn {
  text-align: center;
  background: #9f886e;
}
.planBtn a {
  padding: 10px 5px;
  display: block;
  color: #fff !important;
}
@media only screen and (max-width: 479px) {
  h3.planTit img {
    width: 90%;
  }
  .b_left {
    border-left: 0px solid #e1e1e1;
  }
  .b_bottom {
    border-bottom: 0px solid #e1e1e1;
  }
  .planBox {
    padding: 20px 7px;
  }
  .planBox p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .column-layout01 {
    margin: 0 !important;
    padding: 0 !important;
  }
  .column-layout02-item {
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* gallery Btn
-------------------------------------- */
.galleryBtn {
  background: url(img/top/bg01.gif) top center repeat-x;
  text-align: center;
  padding: 50px 0 100px;
}
.btn_s {
  display: none;
}
.column-layout02-inner {
  padding: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .btn_pc {
    width: 95%;
  }
}

@media only screen and (max-width: 479px) {
  .galleryBtn {
    padding: 50px 0;
  }
  .btn_pc {
    display: none;
  }
  .btn_s {
    display: inline;
    width: 95%;
  }
}

/* instagram
-------------------------------------- */
.insta {
  padding: 0 50px 0 190px;
  text-align: center;
}
ul#instafeed {
  padding: 0 0 30px;
  min-height: 360px;
  margin: 0;
}
ul#instafeed li {
  padding: 2px 2px;
  float: left;
}

@media only screen and (max-width: 768px) {
  .insta {
    padding: 0 60px 40px 75px;
    text-align: center;
  }
  ul#instafeed {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 414px) {
  .instaBnr img {
    width: 100% !important;
  }
  .insta {
    padding: 0 0px 0 56px;
    text-align: center;
    margin-bottom: 40px;
    height: auto;
    overflow: hidden;
  }
}

@media only screen and (max-width: 375px) {
  .insta {
    padding: 0 0px 0 36px;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 320px) {
  .insta {
    padding: 5px;
    text-align: center;
  }
}

/* staff info
-------------------------------------- */
.staff_info {
  background: url(http://anipla-balloon.jp/wp-content/themes/balloon_cimg/common/cont_bg2.gif)
    bottom left repeat-x;
  padding-bottom: 18px;
}
.topBg01 {
  background: url(http://anipla-balloon.jp/wp-content/themes/balloon_cimg/common/cont_bg.gif)
    top center;
  padding-bottom: 50px;
  margin-top: -150px;
}
.staff {
  padding-top: 150px;
}
.textBox {
  background: #fff;
  padding: 25px 30px;
  margin: 0 0px 30px;
  box-shadow: 0px 0px 8px #e1dee0;
  min-height: 210px;
  border-bottom: 5px solid #c8af92;
}
.textBox h3 {
  color: #c8af92;
}
.textBox p {
  font-size: 14px;
}
.plr50 {
  padding-left: 100px;
  padding-right: 100px;
}

@media only screen and (max-width: 768px) {
  p.staffph {
    padding: 0 50px;
  }
  p.staffph img {
    width: 100%;
  }
  .plr50 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .topBg01 {
    margin-top: -100px;
  }
  .staff_info p.txt {
    text-align: left !important;
    padding: 15px;
    font-size: 14px;
  }
  .plr50 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .staff {
    padding-top: 80px;
  }
  p.staffph {
    text-align: center;
    padding: 0 10px;
  }
  .staffph img {
    width: 100%;
  }
}

.gallery01-item {
  opacity: 1;
  overflow: hidden;
  position: relative;
  height: 72px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: 10;
}

@media only screen and (max-width: 479px) {
  .content01 h2 {
    margin-bottom: 25px;
  }
  .content02 .content02-item {
    margin-bottom: 25px;
  }
  .content02 .content02-item p {
    font-size: 14px;
  }
  .gallery01-item img {
    width: 100%;
  }
}

/* SUBPAGE COMMON
------------------------------------------- */
h3 span {
  font-size: 12px !important;
}
ul li {
  list-style-type: none;
}
ul.list {
  margin-top: 0px;
  padding-top: -15px !important;
}
ul.list li {
  padding: 0 15px;
}

/* button color
------------------------------------------- */
.bt_glod {
  background-color: #c5b8a8;
}
.bt_glod:hover {
  background-color: #c5b8a8;
  opacity: 0.7;
}
.bt_pink {
  background: #f77282;
  color: #fff;
}
.bt_pink:hover {
  background-color: #ffcdcd;
  opacity: 0.7;
}

.attention {
  text-align: center;
}

@media only screen and (max-width: 479px) {
  .attention ul li {
    text-align: left;
  }
}

.q_button {
  background-color: #c5b8a8 !important;
}

/* Question Q answer
------------------------------------------- */
.qaBox {
  padding: 0 33% 40px;
}
dl.q dt {
  float: left;
  margin-right: 15px;
  border-radius: 25px;
  padding: 3px 9px;
  background: #b3a57e;
  color: #fff;
  font-weight: normal;
}
dl.q dd {
  padding-top: 3px;
}

.qBox {
  padding: 0 40px;
}
dl.qBox2 dt.q2 {
  float: left;
  padding-left: 9px;
  width: 23px;
  height: 32px;
  border-radius: 50%;
  line-height: 32px;
  background: #b3a57e;
  color: #fff;
  font-weight: normal;
  margin-right: 10px;
}
dl.qBox2 dt.a2 {
  float: left;
  padding-left: 10px;
  width: 22px;
  height: 32px;
  border-radius: 50%;
  line-height: 32px;
  background: #fdaaaa;
  color: #fff;
  font-weight: normal;
  margin-right: 10px;
}

@media only screen and (max-width: 480px) {
  .qLink {
    display: none;
  }
  .qaBox {
    padding: 0 0 40px;
  }
  dl.q dt {
    float: left;
    margin-right: 15px;
    border-radius: 25px;
    padding: 3px 9px;
    background: #b3a57e;
    color: #fff;
    font-weight: normal;
  }
  dl.q dd {
    padding-top: 3px;
  }
}

/* contact form
------------------------------------------- */
.contact dl {
  margin-bottom: 12px;
}

.contact dl dt span {
  background: #fe73a4;
  color: #fff;
  border-radius: 4px;
  padding: 2px 7px;
  font-size: 12px;
  margin-left: 7px;
}
.wpcf7c-btn-confirm {
  color: #fff;
  background-color: #b29f8b;
}
.wpcf7c-btn-confirm {
  font-size: 16px;
}
.wpcf7c-btn-confirm:hover {
  opacity: 0.6;
}
.wpcf7c-btn-confirm:hover {
  opacity: 0.6;
}
.wpcf7c-btn-back {
  color: #fff;
  background-color: #b29f8b;
}

.wpcf7c-btn-back:hover {
  opacity: 0.6;
}

.wpcf7-submit {
  width: 100% !important;
  color: #fff !important;
  background-color: #b29f8b !important;
}

.wpcf7-submit:hover {
  opacity: 0.6;
}

.wpcf7c-conf {
  background-color: #ddd;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #fff;
  background-color: #b29f8b;
  border: 1px solid #fafafa;
}
.wpcf7 form {
  margin: 1.5em 5% 0;
}
.post-content p {
  margin: 0 0 15px;
}
post-content blockquote.aligncenter,
.post-content img.aligncenter,
.post-content .wp-caption.aligncenter {
  margin-top: 0px;
}
.wpcf7 select {
  background-color: #fff;
  color: #999999;
}

/* Gallery menu adjust
------------------------------------------- */
.tab {
  width: 100% !important;
}

/* BROG STYLE 
------------------------------------------- */

.well3 {
  margin: 2em 0 2.5em !important;
  padding: 1em 1.5em !important;
  line-height: 2 !important;
}

.well2 {
  margin: 1em 0 30px !important;
  padding: 1em 1.5em !important;
  line-height: 2 !important;
}

.well {
  min-height: 20px !important;
  padding: 19px !important;
  margin-bottom: 20px !important;
  background-color: #f5f5f5 !important;
  border: 1px solid #e3e3e3 !important;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05) !important;
}

.point {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #62c1ce;
}
.point .point-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  font-size: 17px;
  background: #62c1ce;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.point p {
  margin: 0;
  padding: 0;
}

/* FOOTER 
----------------------------------------------------*/
.footer-widget {
  width: calc(((100% - 60px) / 8) * 2) !important;
}

.footer {
  margin-top: 0;
}

/* MARGIN・PADDING
-------------------------------------------------- */
mb {
  margin-bottom: 1.2em !important;
}
.mb00 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb07 {
  margin-bottom: 7px !important;
}
.mb08 {
  margin-bottom: 8px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.mb130 {
  margin-bottom: 130px !important;
}
.mb140 {
  margin-bottom: 140px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}
.mb_20 {
  margin-bottom: 0px !important;
}

.mt-50 {
  margin-top: -50px !important;
}
.mt00 {
  margin-top: 0 !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt08 {
  margin-top: 8px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt280 {
  margin-top: 270px !important;
}
.mt150 {
  margin-top: 300px !important;
}

.ml13 {
  margin-left: 13px !important;
}
.pb00 {
  padding-bottom: 0 !important;
}
.pb05 {
  padding-bottom: 5px !important;
}
.pb08 {
  padding-bottom: 8px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pt00 {
  padding-top: 0px !important;
}

.pt03 {
  padding-top: 3px !important;
}
.pt05 {
  padding-top: 5px !important;
}
.pt08 {
  padding-top: 8px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}

/* youtube埋め込みレスポンシブ
-------------------------------------------------- */
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* 蛍光ペン 記事スタイル
-------------------------------------------------- */
.marker_yellow {
  background: linear-gradient(transparent 60%, #fffec1 60%);
  font-weight: bold;
}

.marker_pink {
  background: linear-gradient(transparent 60%, #f8d8e4 60%);
  font-weight: bold;
}

/* トップページ スタイル 2021年改修時 */
.top_page1 {
  margin-top: 200px;
  padding-top: 500px;
}

/*インスタグラムエリア*/
.anipla_instagram_area {
  padding: 50px 0 50px 0;
  background-color: #f2eee9;
}
.instagram_title_img {
  mix-blend-mode: multiply;
}

/* ヘッダーLINEアイコン */
.anipla_line_icon_wrapper {
  display: block;
  position: absolute;
  top: 15px;
  right: 25px;
  width: 80px;
  height: 80px;
}
.anipla_line_icon_image {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background: url(img/LINE_Brand_icon.png) no-repeat;
  background-size: 50px 50px;
}
.anipla_line_icon_text {
  font-size: 12px;
}

@media screen and (max-width: 1200px) {
  .anipla_line_icon_wrapper {
    display: block;
    position: absolute;
    top: 7px;
    right: 60px;
    width: 70px;
    height: 50px;
    z-index: 100;
  }
  .anipla_line_icon_image {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    background: url(img/LINE_Brand_icon.png) no-repeat;
    background-size: 30px 30px;
  }
  .anipla_line_icon_text {
    margin: -4px 0 0 0;
    font-size: 10px;
  }
}

/* ヘッダー・フッターロゴ */
img.h_logo {
  width: 240px;
  position: relative;
  top: -6px;
}

img.f_logo {
  width: 250px;
}

@media screen and (max-width: 1200px) {
  img.s_logo {
    width: 170px;
    top: 0px;
  }
}

/*================================
  2022 トップページ改修 追加CSSここから 
==================================*/

/*==================
  共通 
==================*/
@media screen and (min-width: 768px) {
  .anipla_only_sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .anipla_only_pc {
    display: none;
  }
}

.anipla_section_title {
  text-align: center;
  color: #9e886d;
  font-size: 30px;
  font-weight: bold;
}
.anipla_title_left_border {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-bottom: 3px solid #9e886d;
  transform: rotate(45deg) translate(-5px, -3px);
}
.anipla_title_right_border {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-bottom: 3px solid #9e886d;
  transform: rotate(-45deg) translate(5px, -3px);
}
@media screen and (max-width: 768px) {
  .anipla_section_title {
    letter-spacing: 3px;
    font-size: 22px;
  }
  .anipla_section_title span {
    letter-spacing: 2px;
    font-weight: 100;
    font-size: 15px;
  }
  .anipla_title_left_border {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-bottom: 2px solid #9e886d;
    transform: rotate(45deg) translate(-5px, -3px);
  }
  .anipla_title_right_border {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-bottom: 2px solid #9e886d;
    transform: rotate(-45deg) translate(5px, -3px);
  }
}

/*==================
  トップイメージエリア 
==================*/
.anipla_top_image_area {
  background: #aaa;
  position: relative;
  width: 100%;
  height: 800px;
  background: url(img/anipla_top_image.jpg) no-repeat center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.35);
  background-blend-mode: lighten;
}

.anpla_top_plan_area {
  width: 500px;
  padding: 0 0 40px 0;
  position: absolute;
  top: 18%;
  right: 10%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}

.anipla_plan_title {
  color: #9e886d;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  margin: 60px 0 0 0;
}

.anipla_plan_button_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 40px 0 40px;
}

.anpla_plan_button {
  display: inline-block;
  box-sizing: border-box;
  width: 190px;
  height: 120px;
  margin: 20px 0 0 0;
  padding: 90px 0 0 0;
  border-radius: 5px;
  text-align: center;
  color: #fff;

  background-position: center 30%;
  background-repeat: no-repeat;
  background-color: rgba(170, 147, 118, 0.8);
  background-size: 50px 50px;
}

.anpla_plan_button.anipla_birthday_plan {
  background-image: url(img/1_birthday_icon.png);
}
.anpla_plan_button.anipla_proposal_plan {
  background-image: url(img/2_proposal_icon.png);
}
.anpla_plan_button.anipla_anniversary_plan {
  background-image: url(img/3_anniversary_icon.png);
}
.anpla_plan_button.anipla_other_plan {
  background-image: url(img/4_balloon_icon.png);
}
.anpla_plan_button.anipla_birthday_plan:hover {
  opacity: 0.8;
  cursor: pointer;
}
.anpla_plan_button.anipla_proposal_plan:hover {
  opacity: 0.8;
  cursor: pointer;
}
.anpla_plan_button.anipla_anniversary_plan:hover {
  opacity: 0.8;
  cursor: pointer;
}
.anpla_plan_button.anipla_other_plan:hover {
  opacity: 0.8;
  cursor: pointer;
}

/* 「その他」プラン選択モーダル */
.anipla_other_plan_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.anipla_other_plan_modal_hidden {
  display: none;
}

/* バツボタンをCSSで実装 */
.anipla_other_plan_modal_close_button {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
}
.anipla_other_plan_modal_close_button::before,
.anipla_other_plan_modal_close_button::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px; /* 棒の幅（太さ） */
  height: 40px; /* 棒の高さ */
  background: #ddd;
}
.anipla_other_plan_modal_close_button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.anipla_other_plan_modal_close_button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.anipla_other_plan_modal_close_button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.anipla_other_plans_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.anipla_other_plan_button {
  width: 190px;
  height: 50px;
  margin: 20px 0 0 0;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border: none;

  background-position: center 30%;
  background-repeat: no-repeat;
  background-color: rgba(170, 147, 118, 0.8);
  background-size: 50px 50px;
}

.anipla_other_plan_button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.anipla_other_plan_button a {
  color: #fff;
  display: inline-block;
  width: 100%;
}

/* トップイメージエリアsp */
@media screen and (max-width: 768px) {
  .anipla_top_image_area {
    height: 600px;
    background: url(img/anipla_top_image_sp.jpg) no-repeat center;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.35);
    background-blend-mode: lighten;
  }

  .anpla_top_plan_area {
    background-color: #ddd;
    width: 100%;
    background: none;
    top: 350px;
    right: 0;
  }

  .anipla_plan_title {
    display: none;
  }

  .anipla_plan_button_area {
    margin: 0 30px 0 30px;
  }

  .anpla_plan_button {
    width: 45%;
    min-width: 120px;
    max-width: 200px;
    height: 90px;
    margin: 20px 0 0 0;
    padding: 65px 0 0 0;
    font-size: 14px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));

    background-color: rgba(170, 147, 118, 0.95);
    background-position: center 35%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
  }
}

/*==================
  お知らせエリア 
==================*/
.anipla_notice_area {
  display: flex;
  align-items: center;
  width: 70%;
  max-width: 1000px;
  margin: 20px auto;
  padding: 0px 20px 0px 40px;
  background-color: #ff8a83;
  color: #fff;
  border-radius: 10px;
}

.anipla_notice_title {
  font-size: 23px;
}

.anipla_notice_message {
  margin: 0 0 0 50px;
  text-decoration: underline;
}

.anipla_notice_message a {
  font-size: 18px;
  color: #fff;
}

/* お知らせエリアsp */
@media screen and (max-width: 768px) {
  .anipla_notice_title {
    display: none;
  }
  .anipla_notice_message {
    margin: 0 0 0 0;
    text-decoration: underline;
  }
}

/*====================
  トップメッセージエリア 
======================*/
.anipla_top_message_area {
  margin: 50px 0 40px 0;
  text-align: center;
  padding: 0 0 30px 0;
}

.anipla_top_title {
  margin: 20px 0 20px 0;
  font-family: serif;
  font-size: 35px;
  color: #9e886d;
  line-height: 1.5;
}

.anipla_top_message {
  font-size: 18px;
  color: #666;
  line-height: 1.7;
}

.anipla_top_message span {
  color: #e77c8b;
  font-size: 40px;
}

/* トップメッセージエリアsp */
@media screen and (max-width: 768px) {
  .anipla_top_message_area {
    margin: 40px 0 20px 0;
    padding: 0 15px 20px 15px;
  }

  .anipla_top_title {
    font-size: 25px;
    margin: 15px 0 15px 0;
  }

  .anipla_top_message {
    font-size: 14px;
    line-height: 1.8;
  }

  .anipla_top_message span {
    color: #e77c8b;
    font-size: 25px;
  }
}

/*==================
  人気ランキングエリア
==================*/
.anipla_ranking {
  position: relative;
  padding: 80px 0;
  width: 100%;
  background-color: #f2eee9;
}

.anipla_section_title_logo_ranking {
  color: #aaa;
  font-family: "Bad Script", cursive;
  font-size: 65px;
  letter-spacing: 5px;
  position: absolute;
  top: -70px;
  left: 7%;
  transform: rotate(-10deg);
}

.anipla_ranking_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 150px;
}
.anpla_ranking_item {
  width: 23%;
  margin: 30px 5px 0 0;
}

.anipla_ranking_rank_number {
  height: 43px;
  color: #e77c8b;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 0 0 24px;
  background: url(img/crown4.png) 0px 14.5px no-repeat;
  background-size: 20px 20px;
}

.anipla_ranking_rank_number.anipla_no_1 {
  color: #c9b256;
  background: url(img/crown1.png) 0px 14.5px no-repeat;
  background-size: 20px 20px;
}
.anipla_ranking_rank_number.anipla_no_2 {
  color: #afbbc3;
  background: url(img/crown2.png) 0px 14.5px no-repeat;
  background-size: 20px 20px;
}
.anipla_ranking_rank_number.anipla_no_3 {
  color: #ca9d78;
  background: url(img/crown3.png) 0px 14.5px no-repeat;
  background-size: 20px 20px;
}

.anipla_ranking_image {
  width: 100%;
}

.anipla_ranking_image:hover {
  cursor: pointer;
  opacity: 0.8;
}

.anipla_ranking_price {
  font-size: 20px;
  margin: -3px 0 0 0;
  text-align: right;
  letter-spacing: 1px;
  color: #9e886d;
}

/* 人気ランキングエリアsp */
@media screen and (max-width: 768px) {
  .anipla_ranking {
    padding: 30px 0 50px 0;
  }

  .anipla_section_title_logo_ranking {
    font-size: 30px;
    top: -25px;
    left: 4%;
  }

  .anipla_ranking_list {
    padding: 0 10px;
  }

  .anpla_ranking_item {
    width: 31%;
    margin: 30px 5px 0 0;
  }

  .anipla_ranking_rank_number {
    height: 30px;
    font-size: 18px;
    padding: 0 0 0 20px;
    background: url(img/crown4.png) 0px 10px no-repeat;
    background-size: 15px 15px;
  }

  .anipla_ranking_rank_number.anipla_no_1 {
    color: #c9b256;
    background: url(img/crown1.png) 0px 10px no-repeat;
    background-size: 15px 15px;
  }
  .anipla_ranking_rank_number.anipla_no_2 {
    color: #afbbc3;
    background: url(img/crown2.png) 0px 10px no-repeat;
    background-size: 15px 15px;
  }
  .anipla_ranking_rank_number.anipla_no_3 {
    color: #ca9d78;
    background: url(img/crown3.png) 0px 10px no-repeat;
    background-size: 15px 15px;
  }

  .anipla_ranking_price {
    margin: -3px 0 0 0;
    text-align: right;
    font-size: 16px;
    letter-spacing: 0px;
    color: #9e886d;
  }
}

/*==================
  予算から探すエリア
==================*/
.anipla_price_area {
  position: relative;
  margin: 60px 0;
}

.anipla_section_title_logo_price {
  color: #aaa;
  font-family: "Bad Script", cursive;
  font-size: 65px;
  letter-spacing: 5px;
  position: absolute;
  top: -120px;
  left: 7%;
  transform: rotate(-10deg);
}

.anipla_price_buttons {
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 600px;
}

.anipla_price_button {
  font-size: 23px;
  color: #fff;
  width: 250px;
  margin: 20px 20px;
  background-color: #aa9376;
  border-radius: 5px;
  text-align: center;
  letter-spacing: 2px;
}

.anipla_price_button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.anipla_price_button a {
  display: block;
  color: #fff;
  padding: 15px 15px;
}

/* 予算から探すエリアsp */
@media screen and (max-width: 768px) {
  .anipla_price_area {
    margin: 30px 0 60px 0;
  }

  .anipla_section_title_logo_price {
    font-size: 30px;
    top: -55px;
    left: 7%;
  }

  .anipla_price_buttons {
    margin: 30px auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
  }

  .anipla_price_button {
    font-size: 16px;
    width: 135px;
    margin: 10px 0;
  }

  .anipla_price_button a {
    padding: 15px 5px;
  }
}

/*==================
  ご利用についてエリア
==================*/
.anipla_about_use_area {
  position: relative;
  width: 100%;
  padding: 60px 0 90px 0;
  background-color: #f2eee9;
}

.anipla_section_title_logo_use {
  color: #aaa;
  font-family: "Bad Script", cursive;
  font-size: 65px;
  letter-spacing: 5px;
  position: absolute;
  top: -60px;
  left: 9%;
  transform: rotate(-10deg);
}

.anipla_use_list {
  display: flex;
  justify-content: space-between;
  margin: 150px 0 0 0;
  padding: 0 150px;
  text-align: center;
}

.anipla_use_item {
  position: relative;
  width: 21%;
  min-width: 230px;
  height: 320px;
  background-color: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.anipla_use_image_circle {
  margin: -70px auto;
  width: 160px;
  height: 160px;
  border: 3px solid #aa9376;
  border-radius: 50%;
  background-color: #fff;
  background-size: 160px;
}

.anpla_image_ciecle_1 {
  background-image: url(img/anipla_use_place.png);
}
.anpla_image_ciecle_2 {
  background-image: url(img/anipla_ablable_time.png);
}
.anpla_image_ciecle_3 {
  background-image: url(img/anipla_reservation.png);
}
.anpla_image_ciecle_4 {
  background-image: url(img/anipla_faq.png);
}

.anipla_use_title {
  margin: 100px 0 0 0;
  color: #9e886d;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.anipla_use_description {
  margin: 20px 0 0 0;
  color: #555;
  line-height: 1.7;
  text-align: center;
}

.anipla_use_detail_button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  text-align: center;
  border: 1px solid #aa9376;
  border-radius: 5px;
  background-color: #fff;
}

.anipla_use_detail_button a {
  display: block;
  font-size: 14px;
  color: #aa9376;
  padding: 10px 15px;
}

.anipla_use_detail_button a:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* ご利用についてエリアsp */
@media screen and (max-width: 768px) {
  .anipla_about_use_area {
    padding: 30px 0 60px 0;
  }

  .anipla_section_title_logo_use {
    font-size: 30px;
    top: -20px;
    left: 8%;
  }

  .anipla_use_list {
    display: block;
    margin: 30px 0;
    padding: 0;
  }

  .anipla_use_image_circle {
    margin: 15px 15px 15px 15px;
    width: 150px;
    height: 150px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    background-size: 150px;
    background-position: 30% 0%;
  }

  .anipla_use_item {
    display: flex;
    margin: 30px auto;
    width: 90%;
    height: auto;
  }

  .anipla_use_title {
    margin: 15px 0;
    text-align: left;
    font-size: 18px;
  }

  .anipla_use_description {
    margin: 0;
    font-size: 13px;
    text-align: left;
    line-height: 1.5;
  }

  .anipla_use_detail_button {
    position: absolute;
    bottom: 15px;
    right: 15px;
    margin: 50px 0 0 0;
    border: 1px solid #aa9376;
    border-radius: 5px;
    text-align: right;
  }

  .anipla_use_detail_button a {
    padding: 5px 6px;
    color: #aa9376;
  }
}

/*==================
  装飾の様子動画エリア
==================*/
.anipla_movie_area {
  position: relative;
  margin: 60px 0 100px 0;
  text-align: center;
}

.anipla_section_title_logo_movie {
  color: #aaa;
  font-family: "Bad Script", cursive;
  font-size: 65px;
  letter-spacing: 5px;
  position: absolute;
  top: -125px;
  left: 7%;
  transform: rotate(-10deg);
}

.anipla_movie {
  margin: 50px 0 0 0;
}

/* 装飾の様子動画エリアsp */
@media screen and (max-width: 768px) {
  .anipla_movie_area {
    margin: 30px 0 60px 0;
  }

  .anipla_section_title_logo_movie {
    font-size: 30px;
    top: -55px;
    left: 4%;
  }

  .anipla_movie {
    margin: 30px 0 80px 0;
  }

  .anipla_movie iframe {
    width: 90%;
    height: 230px;
  }
}

/*================================
  2022 トップページ改修 追加CSSここまで
==================================*/
