@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
html {
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -khtml-user-select: none !important;
  -webkit-user-drag: none !important;
  -khtml-user-drag: none !important;
}

img {
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -moz-touch-callout: none !important;
  -moz-user-select: none !important;
  touch-callout: none !important;
  user-select: none !important;
}

.txt-tbdr {
  border-top: 1px solid #333;
}

.txt-tbdr ul{
  padding-top: 20px;
  display:flex;
  justify-content: center;
  align-items: stretch;
}

.txt-tbdr li{
  width:calc(100% / 2);
  display:flex;
  justify-content: center;
}

.txt-tbdr li a{
  display:block;
  width:80%;
  margin:0 10px;
  padding:15px;
}

@media screen and (max-width:634px){
  .txt-tbdr ul{
    flex-direction: column;
  }
  .txt-tbdr li{
    width:100%;
    display:flex;
    justify-content: center;
  }
  .txt-tbdr li:last-child{
    margin-top:10px;
  }
}

.txt-tbdr li:first-child a{
  background:#d0dedf!important;
}
.txt-tbdr li:last-child a:link{
  background:#f4d5d3!important;
}

.flowtop article {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flowtop h2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgb(245, 235, 220);
  width: 36%;
  margin: 30px auto;
  padding: 15px;
  border: 1px solid #f0e4d3;
  font-size: 1.8rem;
  min-height: 60px;
}

.flowtop article::after {
  z-index: -1;
  display: block;
  position: absolute;
  top: 50%;
  content: "";
  width: 70%;
  height: 100px;
  border: 1px solid;
  border-color: #333 #333 transparent #333;
}

.flowbox {
  width: 48%;
  margin: 0 1%;
}

.flowbox article {
  display: flex;
  flex-direction: column;
}

.flowbox h3 {
  order: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5ebdc;
  margin-bottom: 10px;
  padding: 15px;
  border: 1px solid #f0e4d3;
  font-size: 1.8rem;
  min-height: 93px;
}
.flowbox.fit h3 {
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
  min-height: 60px;
}
.flowbox img {
  order: 1;
  padding: 10px;
}

.flowbox div {
  order: 2;
  padding: 10px;
}

.flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.txt_lc {
  display: flex;
  justify-content: center;
}

.three_contact .box {
  width: 31.3%;
  margin: 0 1%;
  border: 1px solid #464646;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.three_contact .box a {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho",
    serif;
  font-size: 2.6rem;
  color: #464646;
  letter-spacing: -0.3px;
  display: block;
  padding: 10px;
}

.official {
  display: inline-block;
  margin: 16px 8px 0;
  padding: 10px;
  color: #464646 !important;
  border: 1px solid #464646;
  transition: background-color 1s;
}

.official:hover {
  background: #fff;
}

.imgbox {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.imgbox img {
  width: 30% !important;
}

.jam_flex {
  justify-content: space-between;
  align-items: flex-end;
}

.jam_flex .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: visible !important;
}

.jam_flex .box div {
  padding: 10px;
}

.fix_scrbtn {
  padding: 10px;
  z-index: 999;
  position: fixed;
  bottom: 0;
  right: 0;
}

.fix_scrbtn li {
  padding: 6px 10px;
  border: 1px solid #fff;
  background: #f681c8;
  margin: 10px 0;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho",
    serif;
  transition: border 1s;
}

.fix_scrbtn li:hover {
  background: #fff;
  color: #464646;
  border-color: #464646;
}

.gallery .thumb a{
  padding: 8px 5px;
  line-height: 1.25;
}

/*----- h1タイトル背景あり -----*/
.bg_01{
  background-size: 30%;
  background-repeat: repeat;
  background-color: rgba(250,242,230,.7);
  background-blend-mode: lighten;
}

/*----- 画像の上にリンク(イメージマップ) -----*/
.click-on img{
  pointer-events: auto !important;
  -webkit-touch-callout: auto !important;
  -webkit-user-select: auto !important;
  -moz-touch-callout: auto !important;
  -moz-user-select: auto !important;
  touch-callout: auto !important;
  user-select: all !important;
}
.click-on-sp{
  max-width: 680px;
}

/*----- Monthly presentation -----*/
.monthly_01{
  justify-content: center;
}
.monthly_01 .box{
  width: 32%;
  margin-right: 2.222%;
  position: relative;
  padding-bottom: 2.8rem;
}

.monthly_01 .box:nth-child(2n){
  margin-right: 0;
}
.monthly_01 .box:nth-child(1) .image{
  background-image:url("../images/contents/frame_01.png");
}
.monthly_01 .box:nth-child(2) .image{
  position: relative;
}
.monthly_01 .box:nth-child(2) .image::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image:url("../images/contents/frame_02.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.monthly_01 .box:last-child{
  margin-right: 0;
}
.monthly_01 .box article{
  display: flex;
  flex-direction: column;
}
.monthly_01 .box article h3{
  display: none;
}
.monthly_01 .box article .image{
  order: 2;
  width: 100%;
  padding: 48px;
  background-size: cover;
}
.monthly_01 .box article .image img{
  width: 100% !important;
}
.monthly_01 .box article .text{
  order: 1;
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho",
    serif;
}
.monthly_01 .box article .text a{
  position: absolute;
  bottom: 0;
  left:50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.monthly_01 .box article .text span{
  color: #ee80c9;
}
.bg01{
  background-size: cover;
  max-width: 1000px;
}
.btn_new{
  justify-content: center;
  position: relative;
}
.btn_new::before{
  content: "";
  background-image:url("../images/home/btn_acs.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 10%;
  height: 16%;
  display: block;
  position: absolute;
  left: 65%;
  bottom: 30%;
  pointer-events: none;
}
.btn_new .box{
  width: calc((100% - 288px)/5);
  margin-right: 53px;
  max-width: 85px;
}
.btn_new .box:nth-child(3){
  align-self: flex-end;
}
.btn_new .box:nth-child(5n){
  margin-right: 0;
  align-self: flex-end;
}
.btn_new .box:last-child{
  margin-right: 0;
}
.btn_new .box img{
  pointer-events: all !important;
}

@media screen and (max-width: 1200px) {
  .flowbox.fit h3 {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .title_03 h3 .brp {
    display: block;
  }
  .three_contact .box a {
    font-size: 2rem;
  }

  .jam_flex .box {
    width: 46%;
    margin: 0 1%;
  }
}

@media screen and (max-width: 834px) {
  /*----- Monthly presentation -----*/
  .monthly_01 .box{
    width: 48.5%;
    margin-right: 3%;
  }
  .monthly_01 .box:nth-child(2n){
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .flowbox {
    width: 100%;
    margin: 1% 0;
  }
  .flex-wrap {
    flex-direction: column;
  }
  .flowtop article::after {
    display: none;
  }
  .flowtop h2 {
    width: fit-content;
    padding: 15px 60px;
  }

  .sp_bgp h2 {
    background: #f681c8;
    color: #fff;
  }
  .sp_bgp h3 {
    background: #f681c8;
    color: #fff;
  }

  .sp_bgw h2 {
    background: #fff;
  }

  .sp_bgw h3 {
    background: #fff;
  }

  .three_contact {
    flex-direction: column !important;
  }
  .three_contact .box {
    width: 100%;
    margin: 1% 0;
  }

  .imgbox {
    flex-direction: column;
  }

  .imgbox div {
    margin-top: 20px;
  }
  .jam_flex {
    flex-direction: column;
  }

  .jam_flex .box {
    width: 100%;
  }

  .jam_flex .box:not(:first-child) {
    margin-top: 80px;
  }

  .monthly_01 .box article .image{
    padding: 24px;
  }
  .btn_new{
    max-width: calc(100% - 96px);
  }
  .btn_new::before{
    bottom: 40%;
    width: 20%;
    height: 30%;
  }
  .btn_new .box{
    width: calc((100% - 48px)/3);
    margin-right: 24px;
  }
  .btn_new .box:nth-child(3n){
    margin-right: 0;
    align-self: initial;
  }
  .btn_new .box:nth-child(5n){
    /* margin-right: 48px; */
    align-self: initial;
  }
}


/*slider*/
div.sns_list.sns-slider{
  display: block !important;
  overflow: auto;
  border: none;
  height: 240px;
  overflow: hidden;
}
div.sns_list.sns-slider div.sns_text{
  display: none;
}
div.sns_list.sns-slider div.sns_photo{
  width: 100%;
  padding: 0;
}
div.sns_list.sns-slider div.sns_photo img{
  width: 100%;
}

div.sns_list.sns-slider div.slick-slide{
  width: 240px !important;
  height: 240px;
  margin-left: 48px;
  border: none;
  overflow: hidden;
}
div.sns_list.slider.sns-slider div.slick-slide img{
  width: 100%;
  object-fit: cover;
}

div.sns_list.sns-slider > div{
  display: block;
}

.ancBtn .box{
  margin-bottom:2%;
}

.ancBtn .box a{
  padding:14px 10px;
}
@media screen and (max-width:1000px){
  .ancBtn .box a{
    letter-spacing:-0.5px;
  }
}