@charset "utf-8";
body {
	width: 100%;
	min-width: 350px;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size:14px;
  -webkit-text-size-adjust: 100%;
}
body * {
	box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
figure {
  position: relative;
	margin: 0 auto;
	text-align: center;
}
figure img {
  width: 100%;
}
figcaption {
  position: absolute;
  bottom: 2%;
  right: 3%;
  color: #fff;
  font-family: normal;
  font-size: 13px;
  text-shadow: 1px 1px 1px #222, -1px 1px 1px #222, 1px -1px 1px #222, -1px -1px 1px #222;
}
.ryokoujouken {
	display:none;
}
.page_top {
	display:none;
}
table{
	width:100%;
}
main {
	font-family: 'Noto Sans JP', sans-serif;
	color: #4c4c4c;
    background-color: #ffefef;
}
main * {
	box-sizing: border-box;
  line-height: 1.6;
}
h2 {
	width:100%;
	margin:0 auto;
}
h2 span.title {
	z-index:10;
	position:absolute;
	visibility:hidden;
}
.pc{
	display:none!important;
}

.t_c {
	text-align: center;
}
.f_12 {
	font-size: 12px;
}
.f_13 {
	font-size: 13px;
}
.f_14 {
	font-size: 14px;
}
.f_15 {
	font-size: 15px;
}
.f_17 {
	font-size: 17px;
}
.t_r {
	text-align: right;
}
.t_c {
	text-align: center;
}
.f_b {
	font-weight: bold;
}
/*-------------------------------
共通
---------------------------------*/
div:after,ul:after {
  content: none;
}
section {
    background-color: #fff;
    margin: 5% 4%;
    border-radius: 8px;
-webkit-box-shadow: 0 0px 6px 1px #EDBABA;
    box-shadow: 0 0px 6px 1px #EDBABA;
}
.wrapper {
	width: 88%;
	padding: 35px 0;
	margin: 0 auto;
	position: relative;
}

/*fadein*/
.fadein {
  opacity : 0;
  transform : translate(0, 60px);
  transition : all 0.6s;
}
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}


h3 {
	font-family: 'Sawarabi Mincho', serif;
	font-size:26px;
	margin-bottom: 20px;
	padding-bottom: 0px;
	position: relative;
    background-image: -webkit-linear-gradient(0deg,rgba(255,57,155,1.00) 0%,rgba(252,190,55,1.00) 47%);
    background-image: -moz-linear-gradient(0deg,rgba(255,57,155,1.00) 0%,rgba(252,190,55,1.00) 47%);
    background-image: -o-linear-gradient(0deg,rgba(255,57,155,1.00) 0%,rgba(252,190,55,1.00) 47%);
    background-image: linear-gradient(90deg,rgba(255,57,155,1.00) 0%,rgba(252,190,55,1.00) 47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    border-bottom: 2px solid rgb(255 57 155);
    border-image: linear-gradient(to right, rgb(255 57 155) 0%, #fcbe37 65%);
    border-image-slice: 1;
    border-top: 0px solid;
    border-left: 0px solid;
    border-right: 0px solid;    
}


h4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 21px;
    margin-bottom: 20px;
    color: #ff7759;
    padding: 0.3rem 0.6rem;
    border-left: 4px dotted #ff7759;
    background-color: #ffeccf;
    font-weight: 600; 
    line-height: 1.3;
}
h4 i {
    font-size: 18px;
    margin-right: 4px;
    vertical-align: middle;
}

h4.long_ttl {
    /*font-size: 4.8vw;*/
}
    

h5 {

    font-size: 20px;
    margin-bottom: 10px;
    color: #cd2867;
    color: #77df96;
    font-weight: 600;
}

h5 i {
    font-size: 15px;
    margin-right: 5px;
    vertical-align: middle;
}

.h4_content {
    margin-bottom: 25px;
}
.h5_content {
    margin-bottom: 15px;
}
.mb30 {
    margin-bottom: 15px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb0 {
    margin-bottom: 0px;
}


/*==================================
main_visual
-----------------------------------*/
#main_visual {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #ffefef;
}
#main_visual h2{
    margin: 0 auto;
}



/*-------------------------------
btn_mall　ボタン
---------------------------------*/
#btn_mall {
    background-color: #ffefef;
    box-shadow: inset 0 0 0 0;
    -webkit-box-shadow: inset 0 0 0 0;
    border-radius: 0;
    margin: 0 0;
}

#btn_mall .wrapper {
    padding: 20px 0 10px;
}

#btn_mall .wrapper div {
    display: block;
   
}
#btn_mall .wrapper div a {
    width: 100%;
    min-height: 5em;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #EF6769;
    border-radius: 45px;
    background-image: -webkit-linear-gradient(180deg,rgba(255,203,31,1.00) 0%,rgba(254,98,101,1.00) 100%);
    background-image: -moz-linear-gradient(180deg,rgba(255,203,31,1.00) 0%,rgba(254,98,101,1.00) 100%);
    background-image: -o-linear-gradient(180deg,rgba(255,203,31,1.00) 0%,rgba(254,98,101,1.00) 100%);
    background-image: linear-gradient(270deg,rgba(255,203,31,1.00) 0.00%,rgba(254,98,101,1.00) 100%);
    background-image: -webkit-linear-gradient(0deg,rgba(255,57,155,1.00) 0%,rgba(252,190,55,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(255,57,155,1.00) 0%,rgba(252,190,55,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(255,57,155,1.00) 0%,rgba(252,190,55,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(255,57,155,1.00) 0%,rgba(252,190,55,1.00) 100%);
    color: #FFFFFF;
    line-height: 140%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    border: #ffffff solid 5px;
    -webkit-box-shadow: 10px 10px 10px #d6b7b7;
    box-shadow: 1px 3px 4px #d6b7b7;
}

#btn_mall .wrapper div a:nth-child(2) {

    background-image: -webkit-linear-gradient(0deg,rgba(0,195,255,1.00) 0%,rgba(255,255,28,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(0,195,255,1.00) 0%,rgba(255,255,28,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(0,195,255,1.00) 0%,rgba(255,255,28,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(255,57,155,1.00) 0%,rgba(252,190,55,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(0,195,255,1.00) 0%,rgba(255,255,28,1.00) 100%);            
            
    margin-bottom: 0px;
}

#btn_mall .wrapper div a i.fa-caret-right {
    margin-left: 15px;
}

#btn_mall .wrapper div a i.fa-store {
    margin-right: 7px;
}
.btn_mall_txt {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
}
/*-------------------------------
btn　ボタン
---------------------------------*/

.btn.btn01 a,.btn.btn02 a {
   width: 100%;
    min-height: 5em;
    padding: 10px;
    background-color: #EF6769;
    border-radius: 45px;
    background-image: -webkit-linear-gradient(180deg,rgba(255,203,31,1.00) 0%,rgba(254,98,101,1.00) 100%);
    background-image: -moz-linear-gradient(180deg,rgba(255,203,31,1.00) 0%,rgba(254,98,101,1.00) 100%);
    background-image: -o-linear-gradient(180deg,rgba(255,203,31,1.00) 0%,rgba(254,98,101,1.00) 100%);
    background-image: linear-gradient(270deg,rgba(255,203,31,1.00) 0.00%,rgba(254,98,101,1.00) 100%);
    background-image: -webkit-linear-gradient(0deg,rgba(255,57,155,1.00) 0%,rgba(252,190,55,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(255,57,155,1.00) 0%,rgba(252,190,55,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(255,57,155,1.00) 0%,rgba(252,190,55,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(255,57,155,1.00) 0%,rgba(252,190,55,1.00) 100%);
    color: #FFFFFF;
    line-height: 140%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    border: #ffffff solid 7px;
    -webkit-box-shadow: 10px 10px 10px #d6b7b7;
    box-shadow: 1px 3px 4px #d6b7b7;
}

.btn.btn02 a {
    background-image: -webkit-linear-gradient(0deg,rgba(0,195,255,1.00) 0%,rgba(255,255,28,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(0,195,255,1.00) 0%,rgba(255,255,28,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(0,195,255,1.00) 0%,rgba(255,255,28,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(255,57,155,1.00) 0%,rgba(252,190,55,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(0,195,255,1.00) 0%,rgba(255,255,28,1.00) 100%);            
           

}


.btn.btn01,.btn.btn02 {
    display: flex;
    justify-content: center;
    padding: 0px 0px;
    margin-bottom: 20px;
}

.btn.btn02 {
    /*background-color: #ffefef;*/
/*     margin-bottom: 0px;
    padding-top: 0;*/
}

.btn a i.fa-caret-right {
    margin-left: 15px;
}

.btn a i.fa-store {
    margin-right: 7px;
}
.btn_txt {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
}
/*-------------------------------
intro　導入
---------------------------------*/
#intro {
    background-color: #fff;
}

#intro .wrapper div {
    text-align: center;
    margin-bottom: 30px;
}
#intro .wrapper p {
    text-align: left;
    
}

/*-------------------------------
outline　イベント概要
---------------------------------*/
#outline {

}

#outline h4 {
    
}
.wrap_table > div {
    margin-bottom: 20px;
}

/*イベント概要のtable*/


.tableArea {
    white-space: nowrap;
    width: 100%;
    overflow: scroll;
}

.table_outlinespot  {
    width: 150%;
    font-size: 14px;
}

.table_outlinespot tr:first-of-type {
    
}

.table_outlinespot  , .table_outlinespot tr td, .table_outlinespot tr th {
    border: 1px solid #94e8ad;    
	border-collapse: collapse;;

}
.table_outlinespot tr td, .table_outlinespot tr th {
	padding: 10px;
    line-height: 1.4;
    background: #ffffff;
}
.table_outlinespot tr th {
	/*background: #f0e6cc;*/

}
.table_outlinespot tr th {
    color: #ffffff;
    background-color: #77d293;

}
.table_outlinespot .even {
	background: #fbf8f0;
}
.table_outlinespot .odd {
	background: #fefcf9;
}


.table_outlinespot tr th:first-of-type {
    width: 25%;
}

.table_outlinespot tr th:nth-of-type(2) {
    width: 16%;
}

.table_outlinespot tr th:nth-of-type(3),.table_outlinespot tr th:nth-of-type(4) {
    width: 18%;
}

.table_outlinespot tr td {
    text-align: center;
}

.table_outlinespot tr td:first-of-type {
    text-align: left;
}

.list_note li {
    margin-bottom: 13px;
}
.list_note li:before {
    content: "●";
    display: inline-block;
    vertical-align: middle;
    color: #ff7759;
    font-size: 10px;
    margin-right: 7px;
}

/*scrollhint*/

header{ top:0; z-index:2; }
.scroll-hint-text{ margin-top:0; }


/*-------------------------------
event　イベント内容紹介
---------------------------------*/

section#event {
    background-color: inherit;
    margin: 0% 4%;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#event .wrapper {
    width: 100%;
    padding: 0px 0;
    margin: 0 auto;
    position: relative;
}

#event .wrapper_sp {
    padding-bottom: 0;
    background-color: #FFFFFF;
    width: 100%;
    padding: 35px 6% 10px;
    margin: 0 auto 20px;
    position: relative;
    border-radius: 8px;
    -webkit-box-shadow: 0 0px 6px 1px #EDBABA;
    box-shadow: 0 0px 6px 1px #EDBABA;
}

.list_event {
    margin-bottom: 20px;
}

.list_event li:before {
    content: "●";
    color: #69e6e8;
    display: inline-block;
    vertical-align: middle;
    font-size: 3px;
    margin-right: 7px;
}

.event_text {
    margin-bottom: 10px;
}

.step {
    padding: 10px;
    border-radius: 0.2rem;
    margin-bottom: 15px;
    background-image: linear-gradient(rgb(255 255 255 / 70%) 0 100%), linear-gradient(315deg, rgba(249, 7, 252, 0.5) 0%, rgba(5, 214, 217, 0.6) 74%);
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    background-size: calc(100% - 0.5rem) calc(100% - 0.5rem), 100% 100%;
    color: black;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.step_con {
    border: 12px solid #ededed;
    padding: 20px 20px;
    border-radius: 5px;

}
i.fa-arrow-down-long {
    font-size: 48px;
    margin-bottom: 15px;
    color: beige;
    color: bisque;
    display: flex;
    justify-content: center;
    }

.step_list li:before {
    content: "●";
    color: #69e6e8;
    display: inline-block;
    vertical-align: middle;
    font-size: 3px;
    margin-right: 7px;
}
#event .app_dl {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin: 15px 0 15px;
   
}

#event .app_dl li:first-child {
    width: 45%;

} 
#event .app_dl li:last-child {
    width: 55%;

} 
#event .app_dl li a {
    width: 100%!important;
}

#event .app_dl li img {
    max-width: 100%!important;
    vertical-align: sub;
}
.app_dl_text {
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    margin-top: 0px;

}


#event .table_event  {
    width: 100%;
    font-size: 14px;
}

#event .table_event tr:first-of-type {
    
}

#event .table_event  , .table_event tr td, .table_event tr th {
	border: 1px solid #595959;
    border: 1px solid #ffcdc2;
    border: 1px solid #94e8ad;
	border-collapse: collapse;
}
#event .table_event tr td, .table_event tr th {
	padding: 5px;
    line-height: 1.4;
    background: #ffffff;
}
#event .table_event tr th {
	/*background: #f0e6cc;*/

}
#event .table_event tr th {
/*    background-image: -webkit-linear-gradient(270deg,rgba(255,131,141,1.00) 15%,rgba(252,190,55,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,131,141,1.00) 15%,rgba(252,190,55,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,131,141,1.00) 15%,rgba(252,190,55,1.00) 100%);
    background-image: linear-gradient(180deg,rgb(255 131 141) 15%,rgb(255 209 109) 100%);
    background-image: linear-gradient(180deg,#ff8b76 15%,#ffd788 100%);*/
    color: #ffffff;
    background-color: #77d293;

}
#event .table_event .even {
	background: #fbf8f0;
}
#event .table_event .odd {
	background: #fefcf9;
}


#event .table_event tr th:first-of-type {
    width: 50%;
}

#event .table_event tr th:nth-of-type(2) {
    width: 30%;
}

#event .table_event tr td {
    text-align: center;
}

#event .table_event tr td:first-of-type {
    text-align: left;
}





#event .table_event2  {
    width: 100%;
    font-size: 12px;
    margin-top: 20px;
}

#event .table_event2 tr:first-of-type {
    
}

#event .table_event2  , .table_event2 tr td, .table_event2 tr th {
	border: 1px solid #595959;
    border: 1px solid #ffcdc2;
    border: 1px solid #94e8ad;
	border-collapse: collapse;
}
#event .table_event2 tr td, .table_event2 tr th {
	padding: 5px;
    line-height: 1.4;
    background: #ffffff;
}
#event .table_event2 tr th {
	/*background: #f0e6cc;*/

}
#event .table_event2 tr th {
/*    background-image: -webkit-linear-gradient(270deg,rgba(255,131,141,1.00) 15%,rgba(252,190,55,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,131,141,1.00) 15%,rgba(252,190,55,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,131,141,1.00) 15%,rgba(252,190,55,1.00) 100%);
    background-image: linear-gradient(180deg,rgb(255 131 141) 15%,rgb(255 209 109) 100%);
    background-image: linear-gradient(180deg,#ff8b76 15%,#ffd788 100%);*/
    color: #ffffff;
    background-color: #77d293;

}
#event .table_event2 .even {
	background: #fbf8f0;
}
#event .table_event2 .odd {
	background: #fefcf9;
}


#event .table_event2 tr th:first-of-type {
    width: 30%;
}

#event .table_event2 tr th:nth-of-type(2) {
    width: 40%;
}

#event .table_event2 tr td {
    text-align: center;
}

#event .table_event2 tr td:first-of-type {
    text-align: left;
}









#event h4 {
    color: #fe5984;
    border-left: 4px dotted #fe5984;
    background: #ffe7e0;
}

.goods {
    display: block;
}

.goods_text {
    margin-bottom: 10px;
}
.goods_text2 {
    margin-bottom: 0;
}
.goods_list {

}
.goods_list li {
    line-height: 1;
}
.goods_list li:before {
    content: "・";
    color: #fe5984;
    display: inline-block;
    margin-right: 3px;
}
.goods li {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}

.goods li .goods_img {
    border: #ffd3de 8px solid;
    margin-bottom: 14px;
}

.goods li .goods_name {
        padding: 10px 0;
    background: #ff8caa;
    margin-bottom: 5px;
    color: #fff;
    line-height: 1.2;
    border-radius: 6px;
    background: url("../img/suisai_pink2.jpg") no-repeat -88px -2px;

}


.goods_month {
    display: block;
    margin-bottom: 15px;

}

.goods_month li {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 17px;
     font-weight: 600;
}

.goods_month li .goods_img.mai {
    border: #afcbf5 8px solid;
    margin-bottom: 14px;
}
.goods_month li .goods_img.kaede {
    border: #ffddd2 8px solid;
    margin-bottom: 14px;
}
.goods_month li .goods_img.moe {
    border: #d3e5bd 8px solid;
    margin-bottom: 14px;
}
.goods_month li .goods_name {
    padding: 5px 0;
    background: #ff8862;
    margin-bottom: 5px;
    color: #fff;
    line-height: 1.2;
    border-radius: 4px;

}
.goods_month li:last-child .goods_name {
    padding: 5px 0;
    background: #98c560;
    margin-bottom: 5px;
    color: #fff;
    line-height: 1.2;
    border-radius: 4px;

}
.goods_month li:first-child .goods_name {
    padding: 5px 0;
    background: #6184b8;
    margin-bottom: 5px;
    color: #fff;
    line-height: 1.2;
    border-radius: 4px;

}

.goods_month_txt {
    margin-top: 38px;
    position: relative;
    display: inline-block;
    padding-left: 44px;
    margin-bottom: 9px;
    font-weight: 600;
    font-size: 16px;
    padding-right: 21px;
    line-height: 1.4;
    padding-bottom: 10px;
}

.goods_month_txt::before,
.goods_month_txt::after {
    
    position: absolute;
    top: 0.8rem;
    width: 4px;
    height: 50px;
    content: '';
}

.goods_month_txt::before {
    left: 20px;
    top: 3px;
    transform: rotate(-30deg);
    background-color: #fe5d8a;
}

.goods_month_txt::after {
    right: 20px;
    top: 3px;
    transform: rotate(30deg);
     background-color: #fe5d8a;
}



.goods_panel {
    margin-bottom: 15px;
}
.goods_panel_text {
    margin-bottom: 30px;
}
.goods_panel li {
    text-align: center;
    font-size: 17px; 
    margin-bottom: 14px;
    font-weight: 600;
}

.goods_panel li .goods_name {
        padding: 10px 0;
    background: #ff8caa;
    margin-bottom: 5px;
    color: #fff;
    line-height: 1.2;
    border-radius: 6px;
    background: url("../img/suisai_pink2.jpg") no-repeat -88px -2px;

}

.goods_panel li:nth-of-type(2) .goods_name {
    font-size: 15px;
}

.goods_panel li .goods_img {
     border: #e0eef1 8px solid;
    
}



.goods_sell {

}
.goods_sell li {

    text-align: center;
    margin-bottom: 20px;
    font-size: 17px; 
     font-weight: 600;
}

.goods_sell .goods_name {
    padding: 7px 0;
    background: #ff648d;
    margin-bottom: 5px;
    color: #fff;
    line-height: 1.2;
    border-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: url("../img/suisai_pink.jpg") no-repeat -88px -2px;

    
}

.goods_sell li .goods_img {
    margin-bottom: 5px;
    border: 2px solid #ffcdc2;
    border: 8px solid #ffddd2;
}

.goods_sell .goods_price {
    color: #fe5984;
    font-weight: 600;
    font-size: 20px;
    background-color: #ffeccf;
    padding: 3px 0;
    color: #4c4c4c;
    border-radius: 3px;
}

.goods_sell_txt {
    margin-bottom: 30px;
}
.goods_sell + .f_12 {
    font-size: 14px;
}

.jyucyu {
    background: #ff0061;
    color: #fff;
    padding: 1px 2px 2px;
    font-size: 13px;
    margin-right: 5px;
    transform: translateY(-3px);
    display: inline-block;
}



.goods_prize {

}

.goods_prize li {
    font-weight: 600;
    text-align: center;
    font-size: 17px;
}

.goods_prize li .goods_img {

    background-color:#ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    height: 80vw;
        border: #E4E4E4 2px solid;
}

.goods_prize li .goods_img span {
    font-size: 25px;
}

.goods_prize li .goods_name {
    padding: 5px 0;
    background: #ff997a;
    margin-bottom: 5px;
    color: #fff;
    line-height: 1.2;
    border-radius: 6px;
}

i.fa-arrow-down-long {
    display: none;
}

#event .wrapper_sp_goodssell {
    padding-bottom: 30px;
    margin-bottom: 0;
}


/*-------------------------------
sugotoku　スゴ得
---------------------------------*/
#sugotoku {
    background-color:#edfff9;
    background-color:#ffffff;
}

#sugotoku h3 {
    border: none;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

#sugotoku h3 img {
     width: 100%;
}
.sugotoku_text {
margin-bottom: 25px;
    /* text-align: center; */
    /* font-weight: 600; */
    font-size: 14px;
}


.sugotoku_text.mb0 {
    margin-bottom: 0;
}

.sugotoku_text_inn {
    position: relative;
    display: inline-block;
}

.sugotoku_text_inn::before,
.sugotoku_text_inn::after {
    
    position: absolute;
    top: 0.8rem;
    width: 4px;
    height: 25px;
    content: '';
}

.sugotoku_text_inn::before {
    left: -15px;
    top: 0px;
    transform: rotate(-30deg);
    background-color: #fdd900;
}

.sugotoku_text_inn::after {
    right: -15px;
    top: 0px;
    transform: rotate(30deg);
     background-color: #f7a100;
}



.sugotoku_princehotel_photo {
    display: flex;
    justify-content: center;
    
}
.sugotoku_princehotel_photo li {
    width: 285px;
    margin-right: 10px;
}
.sugotoku_princehotel_photo li:last-child {
    margin-right: 0;
}

.sugotoku_princehotel_link {
    margin: 30px 0;

}
.sugotoku_princehotel_link li {
        margin-bottom: 15px;
        flex: 1 1 0;
        display: flex;
        justify-content: center;
}
.sugotoku_princehotel_link li a {
    display: inline-block;
    background-color: #6bd56d;
    color: #fff;
    padding: 4px 50px;
    border-radius: 5px;
    font-size: 16px;
    -webkit-box-shadow: 0px 4px 0 #39a93b;
    box-shadow: 0px 4px 0 #39a93b;
}
.sugotoku_princehotel_link li a i {
    margin-left: 20px;
}


#sugotoku h5{
        position: relative;
    margin-bottom: 0.5rem;
    padding-bottom: 10px;
    background-image: repeating-linear-gradient(45deg, transparent 0 3px, #77d293 3px 6px);
    background-repeat: no-repeat;
    background-size: 100% 0.5rem;
    background-position: bottom;
    font-weight: bold;
    font-size: 20px;
    color: #353535;
}

.sugotoku_1day {

}

.sugotoku_1day_con ul {
    display: flex;
}

#sugotoku .sugotoku_1day_con h5 {
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #77d293;
    background-color: white;
    color: #060606;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    background-image: none;
    
}


#sugotoku .sugotoku_1day_con h5:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 17px;
    width: 10px;
    border-right: 3px solid #77d293;
    background-color: white;
    content: "";
}

.sugotoku_1day_con {
    padding-bottom: 30px;
    /* margin-bottom: 50px; */
    border-bottom: 1px #cdcdcd dashed;
}



.sugotoku_1day_con ul li {
    margin-right: 10px;
}

.sugotoku_1day_con ul li:last-child {
    margin-right: 0px;
}

.sugotoku_1day_con ul li a {
    display: inline-block;
    background-color: #6bd56d;
    color: #fff;
    padding: 4px 4px;
    border-radius: 5px;
    font-size: 16px;
    width: 25vw;
    text-align: center;
    -webkit-box-shadow: 0px 3px 0 #39a93b;
    box-shadow: 0px 3px 0 #39a93b;
}


.sugotoku_1day_con ul li a i {
    margin-left: 5px;
    font-size: 14px;
}

/*-------------------------------
copyright
---------------------------------*/
#copyright {
    background-color: inherit;
    border-radius: 0;
    box-shadow: none;
}
#copyright .wrapper {
    padding: 0 0 30px;
    width: 100%;

}

/*-----------------------------
swiper スライダー
------------------------------*/


:root {
  --swiper-navigation-color: pink;
  --swiper-pagination-color: pink;
}
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }


  .swiper {
    overflow: hidden;
  }
.swiper {
      padding: 0 2.5rem;
    }

.swiper-slide {
    width: 100%!important;
}

  .swiper-a:not(.swiper-initialized) {
    padding: 0;
  }
  .swiper-a:not(.swiper-initialized) .swiper-button-prev,
  .swiper-a:not(.swiper-initialized) .swiper-button-next {
    display: none;
  }
  .swiper-a:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  

.swiper-button-next:after,.swiper-button-prev:after {
  visibility: visible;
  font-size: 40px !important;
  font-weight: bold;
}

  .swiper-button-prev, .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
  }
    .swiper-button-prev {
      right: calc(100% - 2.5rem);
      top: 10%;
    }
    .swiper-button-next {
      left: calc(100% - 2.5rem);
      top: 10%;
    }

.swiper-pagination {
    bottom: 0!important;
}

/*-------------------------------
faq
---------------------------------*/
#faq_s{
	position: relative;
}
#faq {
	background-color: #FFF;
	border: solid 1px #999;
  padding: 15px 15px;
	margin: 20px 10px 0;
}
.faq_lead {
	color: #604c3f;
  text-align: center;
  font-size: 20px;
	margin: 0 0 7px;
}
#faq dl {
 margin: 0;
}
#faq dt {
  font-size: 15px;
  font-weight: bold;
	margin: 0 auto 5px;
}
#faq dt:not(:first-of-type) {
  border-top: 1px dashed #999;
  padding: 10px 0 0;
  margin: 20px auto 5px;
}
#faq dd {
	font-size:13px;
	margin: 0 0 0 20px;
}
#faq dt:before,
#faq dd:before {
  font-size: 24px;
  font-weight: bold;
  margin-right: 6px;
}
#faq dt:before {
  content: "Q.";
  color: #62b9c3;
}
#faq dd:before {
  content: "A.";
  color: #d3628f;
}

#faq h3 .sonota {
    font-size: 14px;
    display: inline-block;
    margin-left: 20px;
}

#faq h3 .sonota a {
    color: #00b2df!important;
    -webkit-text-fill-color: #00b2df;

}

/*終了対応*/
.close_txt {
    background-color: #fe5784;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 7px;
}
.close_txt a {
	color: yellow;
	text-decoration: underline;
}
.close_txt span {
line-height: 1.3;
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
}
#btn_mall .wrapper div a.close ,.btn .btn_inner a.close {
    pointer-events: none;
    background-color: #d5d5d5!important;
    background-image: none!important;
	box-shadow: none;
}
.sugotoku_princehotel_link li a,.sugotoku_1day_con ul li a {
    pointer-events: none;
    background-color: #d5d5d5!important;
    background-image: none!important;
        box-shadow: 0px 4px 0 #aaa;
}


