/* add
------------------------------------------------------------------------*/
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
a {
  color: #333333;
}

a:hover {
  opacity: 0.8;
}

.sp {
  display: none;
}

html {
  color: #333333;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
}

#wrapper {
  min-width: 1036px;
  margin: 0 auto;
  overflow: hidden;
  font-weight: 400;
}

#wrapper * {
  box-sizing: border-box;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

.full {
  width: 100%;
}

.under #content {
  text-align: left;
}

.box_flex,
.box_flex_responsive {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.box_flex_responsive {
  flex-wrap: nowrap;
}

.flex_center {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex_alc {
  align-items: center !important;
}

.flex_space {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -60px;
}

.flex_end {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.flex_start {
  align-items: flex-start;
}

.flex_space_no_wrap {
  display: flex;
  justify-content: space-between;
}

.flex_start_no_wrap {
  display: flex;
  align-items: flex-start;
}

#index p:last-child,
#header p:last-child,
#footer p:last-child {
  margin-bottom: 0;
}

.sp_none{
  display: block;
}

.pc_none{
  display: none;
}

/* header */
#nav-icon4 {
  display: none;
}

#header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 90px;
  background-color: #16131066;
}

.header_inner{
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#header #logo {
  margin: 0;
}

#header .head_l {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  padding-left: 30px;
}

#header .head_contact a {
  background: #FF8C8B;
  text-decoration: none;
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  padding: 0px 35px;
  letter-spacing: 1px;
}

#header .head_contact a img {
  margin-right: 10px;
}

#header .head_contact a p {
  margin-top: 5px;
}

#header .head_r a:hover {
  opacity: 0.8;
}

.head_contact_sp img {
  margin-right: 15px;
}

/* gnavi */
#gnavi .menu_main {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  height: 100%;
}

#gnavi .menu_main>li {
  margin-right: 30px;
}

#gnavi .menu_main>li>a {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

#gnavi .menu_main>li>a::after {
  content: url(/images/christmas/anker.webp);
}

#gnavi_sp {
  position: fixed;
  left: 0;
  width: 100%;
  overflow-y: auto;
  display: none;
  background: #FFF;
  padding: 30px;
  z-index: 100;
}

#gnavi_sp .menu_main {
  text-align: center;
  padding-bottom: 15px;
}

#gnavi_sp .menu_main li {
  padding: 10px 0px;
}

#gnavi_sp .menu_main li a {
  text-decoration: none;
  padding: 15px 0px;
  font-size: 20px;
}

#gnavi_sp .head_contact_sp a {
  background: #FF8C8B;
  text-decoration: none;
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  padding: 15px;
  letter-spacing: 1px;
}


/* main */
.superscript {
  position: relative;
  top: -0.3em;
  font-size: 70%;
}

#main {
  position: relative;
  z-index: 50;
}

#index #top_info {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
}

.mv_main{
  display: flex;
}

.mv_main picture{
  width: 100%;
}

#index_sec01 {
  color: #fff;
  background-color: #324158;
}

#index_sec02 {
  padding: 60px 0;
  background: #F9F5ED;
}

#index_sec03 {
}

#index_sec04 {
  background-image: url('../../images/bg_section.webp');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  background-position-y: center;
}

#index_sec05 {
  padding: 60px 0;
  background: #fff;
}

#index_sec01 .inner {
  position: relative;
  background-color: #A82B41;
  padding: 60px 0;
}

.anker{
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  width: max-content;
  text-decoration: none;
  color: #fff;
  padding: 32px 7px;
  border: solid 1px #fff;
  border-radius: 50px;
  position: relative;
}

.anker::after
  {
    content: url(/images/christmas/anker.webp);
    display: block;
    position: absolute;
    bottom: 10px;
    left: 36px;
}

.ttc {
  text-align: center;
  margin-bottom: 30px;
  color: #E9C883;
}

.ttc span {
  font-family: "Allura", cursive;
  color: #E9C883;
  font-size: 50px;
  font-weight: 500;
}

.ttl_deco {
    margin: 50px 0 20px;
    color: #FF8C8B;
    text-align: center;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
    font-size: 30px;
}

.txt_bg-gray {
  padding: 30px;
  background: #F5F5F5;
  border-radius: 30px;
}

.ttc .ttc_ttl {
  color: #E9C883;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.0;
  margin-top: 0px;

}

.ptt {
  margin-bottom: 30px !important;
}

.ttc_style2 {
  text-align: center;
  margin-bottom: 30px;
}

.title_r {
  text-align: left;
  line-height: 2em;
}

.top_title {
  font-family: "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3";
}

.ttc_style2 .top_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  vertical-align: top;
}

.ttc_style2 .bot_title {
  font-size: 30px;
  font-family: "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W6";
}

.cgs {
  color: #BFA04F;
  font-size: 40px;
}

.pink_tt {
  color: #FF8C8B;
  font-size: 40px;

}

.ttc_style2::before {
  content: '';
  background-image: url(../../images/feature_l.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 39px;
  height: 86px;
}

.ttc_style2::after {
  content: '';
  background-image: url(../../images/feature_r.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 39px;
  height: 86px;
}

#index_sec01 .inner::before, #index_sec03 .inner::before, #index_sec04 .inner::before{
  content: url(/images/christmas/crystal02.webp);
  position: absolute;
  top: 10px;
  left: 1%;
}

#index_sec01 .inner::after,#index_sec03 .inner::after,#index_sec04 .inner::after {
  content: url(/images/christmas/crystal01.webp);
  position: absolute;
  top: 10px;
  right: 1%;
}

ul.bannerwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 30px auto;
  max-width: 800px;
}

.btn-style1 {
  padding: 60px 0 0px;
}

.action-button {
  padding: 25px 80px;
  border-radius: 10px;
  font-size: 30px;
  color: #FFF;
  text-decoration: none;
  letter-spacing: 2;
}

.pink {
  background-color: #FF8C8B;
  border-bottom: 5px solid #C15453;
  text-shadow: 0px -2px #FF8C8B;
}

.icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  margin-right: 15px;
}

.icon::after {
  position: absolute;
  background-image: url(../../images/icon_mail.webp);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  top: 15%;
  left: 0;
}


.btn-style2 {
  padding: 30px 0 30px;
}

.action-button {
  padding: 25px 80px;
  border-radius: 10px;
  font-size: 30px;
  color: #FFF;
  text-decoration: none;
  letter-spacing: 2;
}

.gray {
  background-color: #BFA04F;
  border-bottom: 5px solid #957A33;
  text-shadow: 0px -2px #BFA04F;
}

.icon1 {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  margin-left: 15px;
}

.icon1::after {
  position: absolute;
  background-image: url(../../images/icon_arr_up.webp);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  top: 5px;
  left: 0;
}

.sub_title {
  padding: 30px 40px;
  position: relative;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 50px !important;
}

.sub_title_border {
  border-style: solid;
  border-width: 10px;
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
}

.sub_title_arrow {
  border-style: solid;
  border-width: 10px;
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
}


.sub_title_border.bottom {
  border-color: #fff transparent transparent transparent;
  bottom: -20px;
}

.sub_title_arrow.bottom {
  border-color: #fff transparent transparent transparent;
  bottom: -19px;
}

#index_sec02 .sec_02_3 {
  margin: 60px 0px !important;
}

#index_sec02 .list_item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto 60px;
}

#index_sec02 .item_service {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 60px;
  align-items: center;
}

#index_sec02 .item_service img {
  width: 100%;
}

#index_sec02 .item_service .wrap_item_service-txt {
  margin-top: 30px;
}

#index_sec02 ul.list_link li {
  list-style-type: "※1：" !important;
  margin-left: 2.75em;
  text-align: left;
  line-height: 2em;
}

#index_sec02 .item_service .inner_title {
  font-size: 24px;
  font-weight: bold;
  font-family: "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W6";
  margin-bottom: 15px;
}

#index_sec02 .item_service p:last-child {
  font-size: 16px;
}

#index_sec02 .item_service>.wrap_item_service-txt>p>span {
  display: inline-block;
  font-size: 70%;
  vertical-align: top;
}

#index_sec02 .post_item {
  flex: 30%;
  padding: 0px 30px;
  margin-bottom: 60px;
}

#index_sec02 .post_item .title_post {
  font-size: 24px;
  margin-bottom: 15px;
}

#index_sec02 .post_item img {
  margin-bottom: 15px;
}

#index_sec02 .list_link {
  font-size: 14px;
}

#index_sec02 .list_link a {
  display: inline-block;
}

.box_sec02{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}

.box_sec02_left{
  width: 420px;
}

.ttl_sec02{
  padding: 30px 0;
  font-size: 15px;
}

.ttl_sec02 span{
  font-size: 50px;
}

.box_sec02_right{
  width: 470px;
  height: 323px;
  position: relative;
}

.slide_right{
  width: 410px;
  height:273px;
  margin-right: 60px;
  margin-top: 50px;
}

.box_sec02_right img{
  width: 410px;
  height:273px;
}


.box02_colorback{
  background-color: #E9C883;
  width: 410px;
  height:273px;
  position: absolute;
  left: 60px;
}

.box_sec02_right::after {
    content: url(/images/christmas/crystal01.webp);
    position: absolute;
    top: 10px;
    right: 1%;
}

.box_sec02_reverse .slide_right{
  margin-left: 60px;
}

.box_sec02_reverse .box_sec02_right::after{
    content: url(/images/christmas/crystal02.webp);
    position: absolute;
    top: 10px;
    left: 1%;
}

.box_sec02_reverse .box02_colorback{
  right: 60px;
  left: 0;
}

.colorback_green{
  background-color: #306550;
}

.box_sec02_link{
  font-weight: bold;
  text-decoration: none;
  display: flex;
}

.box_sec02_link::after{
  content: "";
  display: block;
  width: 120px;
  border: solid 1px #306550;
  height: 0;
  margin-top: 12px;
  margin-left: 10px;
}

.box_sec02_03 .box_sec02_link::after{
  border: solid 1px #A82B41;
}

.colorback_red{
  background-color: #A82B41;
}

.ttl_sec02_01{
  color: #E9C883;
}

.ttl_sec02_02{
  color: #306550;
}

.ttl_sec02_03{
  color: #A82B41;
}

.slick-dots li button:before{
  font-size: 43px;
}


.slick-dots {
    bottom: 9px;
    right: -155px;
}

#index_sec03{
  background-color: #306550;
  padding-bottom: 60px;
}

#index_sec03 .ttc{
  margin-bottom: 50px;
}

.txt_areasearch{
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
.filter-buttons-plan{
  display: flex;
  justify-content: center;
  gap:10px;
  margin-bottom:50px;
}
.filter-buttons{
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  gap:10px;
}

.filter-btn{
    background: none;
    border: solid 1px #fff;
    color: #fff;
    width: 100px;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
}
.filter-btn-pl{
  background: none;
  border: solid 1px #fff;
  color: #fff;
  width: 100px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
}
.filter-btn.current,
.filter-btn-pl.current{
  color:#B28E12;
  background: #fff;
  font-weight: bold;
}
#index_sec03 .inner{
  position: relative;
    padding-top: 100px;
}

.wrap_shoplist{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:35px;
  flex-wrap: wrap;
}

.box_shoplist{
  width: 310px;
  background-color: #FFFFFF;
  margin-bottom: 35px;
  display: none;
  flex-direction: column;
  position: relative;
}
.box_shoplist.on{
  display: flex;
}

/* .box_shoplist.comming{
  filter: grayscale(1);
  position: relative;
  pointer-events: none;
}
.box_shoplist.comming:after{
  content: "Comming soon";
  position: absolute;
  top: 95px;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 20px;
  color: #fff;
  height: fit-content;
  width: fit-content;
  background: #00000099;
  padding: 20px;
  border-radius: 40px;
  box-shadow: 0px 0px 34px 38px #00000099;
} */
.shophead{
  position: relative;
  height: 233px;
}

.shopimg{
  width: 100%;
  height: 233px;
  object-fit: cover;
}
.shoparea{
  position: absolute;
  padding: 11px 33px;
  background-color: #A82B41;
  color: #fff;
  top: 0;
  left: 0;
  width: fit-content;
  z-index: 5;
}

.shopdetail{
  color: #47362A;
  padding: 20px;
  padding-bottom:0;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.resbtn_wrap{
  margin-top:auto;
  padding:20px;
  padding-top:0;
}
.shopname{
  margin-bottom: 15px;
  display: block;
}

.shoproute{
  margin-bottom: 20px;
  font-size: 12px;
  margin-bottom: auto;
}
#index p.shoproute:last-child{
  margin-bottom: 20px;
}



.btn_shop{
  display: none;
  padding: 14px 0;
  background-color: #B28E12;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.btn_shop.on{
  display: block;
}
.btn_shop.comming_btn {
  background-color: #fff;
  border: 1px solid #B28E12;
  color: #B28E12;
}

#index_sec03 .bg_white_no_op {
  background-color: #fff;
  padding: 20px 40px;
  margin-bottom: 30px;
}

#index_sec03 .bg_white_no_op:last-child {
  margin-bottom: 0px;
}

#index_sec03 .item_flex {
  margin-bottom: 30px;
}

#index_sec03 .item_flex img {
  margin-right: 30px;
}

#index_sec03 ul.list_link li {
  list-style-type: "※1：" !important;
  margin-left: 2.75em;
  text-align: left;
}

#index_sec03 .item_flex .inner_title {
  font-size: 20px;
  margin-bottom: 15px;
}

#index_sec03 .item_flex :last-child {
  font-size: 16px;
  width: 90%;
}

#index_sec03 .list_link {
  padding: 30px 0px;
}

#index_sec03 .list_link .link_title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}

#index_sec03 .list_link .inner_title {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 16px;
}

#index_sec04{
  background-color: #A82B41;
}

#index_sec04 .ttc{
  margin-bottom: 50px;
}

#index_sec04 .shoparea{
  background-color:#306550 ;
}

#index_sec04 .btn_shop{
  background-color: #DF8183;
}

.asb_p {
  position: relative;
}

.sup_top {
  position: absolute;
  left: 28%;
  top: -12px;
  font-size: 13px;
}

#index_sec03 .list_link .flex_space div.inner_fl {
  width: 30%;
  padding: 0px 15px 0px 0px;
}

#index_sec03 .list_link .flex_space div ul>li {
  list-style-type: disc;
  margin-left: 1.25em;
  font-size: 14px;
  line-height: 2em;
}

.flex_space_4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#index_sec03 .list_link .flex_space_4 div.inner_fl {
  width: 33%;
  padding: 0px 15px 0px 0px;
}

#index_sec03 .list_link .flex_space_4 div ul>li {
  list-style-type: disc;
  margin-left: 1.25em;
  font-size: 14px;
  line-height: 2em;
}

.flex_space_5 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#index_sec03 .list_link .flex_space_5 div.inner_fl {
  width: 33%;
  padding: 0px 15px 0px 0px;
}

#index_sec03 .list_link .flex_space_5 div ul>li {
  list-style-type: disc;
  margin-left: 1.25em;
  font-size: 14px;
  line-height: 2em;
}

#index_sec03 .container {
  position: relative;
  color: white;
  text-align: center;
  max-width: 170px;
  margin: 0px 15px 0px -20px;
}

.content_r {
  width: 100%;
}

#index_sec03 .container img {
  width: 170px !important;
}

#index_sec03 .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  font-size: 16px;
  line-height: 1.1em;
}

#index_sec03 .title_sec3 {
  font-size: 30px;
  font-weight: 600;
  color: #FF8C8B;
  margin-bottom: 10px;
}

#index_sec03 .title_sec3 .title_sec3_sm {
  font-size: 20px;
  color: #FF8C8B;
}

#index_sec04 .bg_white {
  padding: 80px 0;
  background: #ffffffdb;
}

#index_sec04 .list_post_sec4 {
  width: 70%;
  margin: 0 auto;
}

#index_sec04 .list_post_sec4 .bb2 {
  border-bottom: 1px solid #707070;
  align-items: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

#index_sec04 .list_post_sec4 .bb2 .title {
  font-size: 30px;
}

#index_sec04 .list_post_sec4 .bb2 .price {
  font-size: 30px;
  color: #BFA04F;
  font-family: 'FOT-TsukuMin Pr6';
}

#index_sec05 .inner {
  padding: 0;
}

#index_sec05 table {
  width: 100%;
  margin-top: 50px;
}

#index_sec05 table td {
  vertical-align: text-top;
}

#index_sec05 table th {
  background: #F5F5F5;
  color: #333333;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}

#index_sec05 table a {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

#index_sec05 table td p {
  font-size: 13px;
}

#index_sec05 .pink_lb {
  text-align: center;
}

#index_sec05 .pink_lb a {
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 5px 30px;
  border-radius: 5px;
  background-color: #FF8C8B;
}

#index_sec05 .center_vt {
  vertical-align: middle;
}

.title_sec5 {
  font-family: "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W6";
  color: #C15453;
  font-size: 18px;
  margin: 15px 0px 30px !important;
}

.title_list_item_sec5 p {
  font-size: 16px;
  font-family: "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W6";
}

.content_sec5 {
  font-size: 14px;
}

.list_btn_sec5 {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0px 30px;
  justify-content: space-between;
}

.list_btn_sec5 li {
  background: #FF8C8B;
  width: 48%;
  text-align: center;
  border-radius: 15px;
  color: white;
  font-size: 16px;
}

.list_btn_sec5 li:nth-child(3) {
  margin: 15px 15px 0 0;
}

/* footer */
#footer{
  background-color: #324158;
  padding-top: 100px;
}

.footer_logo{
  margin: 0 auto;
  display: block;
}

address {
  font-size: 14px;
  text-align: center;
  padding: 50px 0;
  color: #fff;
}


#footer ul.sns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 30px auto;

}

#footer ul.sns a{
  text-decoration: none;
  display: block;
    margin-right: 20px;
    font-size: 25px;
    color: #fff;
}

#footer ul.sns li:last-child a {
    margin-right: 0;
}

.backtop{
width: 277px;
    display: block;
    color: #fff;
    border: solid 1px;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    padding: 14px 0;
}

#totop {
  width: 50px;
  height: 50px;
  text-decoration: none;
  color: #fff;
  background: #bba154;
  position: fixed;
  align-items: center;
  z-index: 100;
  right: 30px;
  bottom: 30px;
  display: flex;
  justify-content: center;
  padding: 15px;
  border-radius: 30px;
}

#totop:hover {
  opacity: 0.8;
}

#totop img{
      height: fit-content;
}


#breadcrumbs .inner {
  width: 100%;
}

div#breadcrumbs ol {
  display: flex;
  padding: 0px 0px 30px;
}

div#breadcrumbs a {
  text-decoration: none;
}

div#breadcrumbs a::after {
  padding-left: 10px;
  font-size: 10px;
  padding-right: 10px;
  content: ">";
  font-family: "icomoon";
  vertical-align: middle;
}

div#breadcrumbs li:last-child a {
  pointer-events: none;
  opacity: 0.75;
}

div#breadcrumbs li:last-child a::after {
  display: none;
}

.btn_01{
  display: block;
  text-decoration: none;
  padding: 8px  0;
  width: 100%;
  background: #FF8C8B;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  margin-top: 16px;
}
