@charset "utf-8";

body{
	font-size:14px;
  -webkit-text-size-adjust: 100%;
	line-height: 1.8;
}
img{
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	max-width: 100%;
}
body p {
	line-height: 1.6;
}

.sp{
	display:none!important;
}

figure {
  position: relative;
	margin: 0;
}
figure img {
  width: 100%;
}
figcaption {
  position: absolute;
  bottom: 2%;
  right: 2%;
  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;
}
main {
	display: block;  
	font-size:16px;
	font-size:15px;    
    font-family: 'Noto Sans JP', sans-serif;
	color: #4c4c4c;
}
main * {
	box-sizing: border-box;
}

.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;
}
/*-------------------------------
共通
---------------------------------*/
.wrapper {
	width: 960px;
	padding: 80px 0;
	margin: 0 auto;
}
div:after,ul:after {
  content: none;
}
/*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:30px;
	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) 15%);
    background-image: -moz-linear-gradient(0deg,rgba(255,57,155,1.00) 0%,rgba(252,190,55,1.00) 15%);
    background-image: -o-linear-gradient(0deg,rgba(255,57,155,1.00) 0%,rgba(252,190,55,1.00) 15%);
    background-image: linear-gradient(90deg,rgba(255,57,155,1.00) 0%,rgba(252,190,55,1.00) 15%);
    -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;
}
/*h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #4e5a41, #4e5a41 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #4e5a41, #4e5a41 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}*/

h4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 25px;
    margin-bottom: 25px;
    color: #ff7759;
    padding: 0.3rem 1rem;
    border-left: 4px dotted #ff7759;
    background-color: #ffeccf;

    /*    
    background-image: url("../img/ico_h4.png");
    background-repeat: no-repeat;
    background-position: 0% 30%;
    background-size: 30px;
    padding-left: 40px;*/
}
h4 i {
    font-size: 18px;
    margin-right: 8px;
    vertical-align: middle;
}
h4 i.fa-star {
    vertical-align: super;
    margin-left: -10px;
    font-size: 16px;
}

    

h5 {
    /* font-family: 'Sawarabi Mincho', serif; */
    /* font-family: 'Noto Serif JP', serif; */
    font-size: 20px;
    margin-bottom: 10px;
    color: #cd2867;
    color: #77df96;
    font-weight: 500;
}

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

.h4_content {
    margin-bottom: 50px;
}
.h5_content {
    margin-bottom: 30px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb40 {
    margin-bottom: 40px;
}
/*-------------------------------
title
---------------------------------*/
.main_ttl {
	width: 960px;
  margin: 0 auto;
}
h2 span.title {
	z-index:100;
	position:absolute;
	visibility:hidden;
}
#main_visual {
  position: relative;
  width: 100%;
  text-align: center;
  background: url(../img/title_bg.jpg) no-repeat center, #ffffff;
  background-size: cover;
}


/*-------------------------------
btn_mall　ボタン
---------------------------------*/
#btn_mall {
    background-color:#ffefef;
}

#btn_mall .wrapper div {
    display: flex;
    justify-content: space-around;
}
#btn_mall .wrapper div a {
    width: 390px;
    padding: 14px;
    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: 17px;
    font-weight: 600;
    border: #ffffff solid 7px;
    -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%);            
   /* font-size: 20px;*/
}


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

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

.btn.btn01 a,.btn.btn02 a {
    width: 390px;
    padding: 14px;
    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: 17px;
    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: 10px 0px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    margin-bottom: 50px;
    /*background-image: repeating-linear-gradient(45deg, transparent 0 6px, #ffede9 6px 12px);*/
 
    
}

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



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

.btn a i.fa-store {
    margin-right: 7px;
}
.btn_inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.btn_txt {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
}

/*-------------------------------
intro　導入
---------------------------------*/
#intro {
    background-color: aliceblue;
    background-color: #fff;
}

#intro img {
    width: 600px;
}

#intro .wrapper div {
    text-align: center;
    margin-bottom: 45px;
}
#intro p {
    text-align: center;
    text-align: left;
}
/*-------------------------------
outline　イベント概要
---------------------------------*/
#outline {
    background-color: #fffcf6;
   /* background: url("../img/bg.png") repeat 0 0 #fffcf6;*/
}

#outline .wrapper {
    background-color: #fffcf6;
}

#outline h4 {
    
}

.wrap_table > div {
    margin-bottom: 20px;
}
/*イベント概要のtable*/

.table_outlinespot  {
    width: 100%;
    font-size: 15px;
}



.table_outlinespot tr:first-of-type {
    
}

.table_outlinespot  , .table_outlinespot tr td, .table_outlinespot tr th {
	border: 1px solid #595959;
    border: 1px solid #ffcdc2;
    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 {
/*    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%);*/
    color: #ffffff;
    background-color: #77d293;

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


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

.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: 23px;
}
.list_note li:before {
    content: "●";
    display: inline-block;
    vertical-align: middle;
    color: #ff7759;
    font-size: 10px;
    margin-right: 7px;
}




/*-------------------------------
event　イベント内容紹介
---------------------------------*/
#event {
    background-color:#ffffff;
    /*background: url("../img/bg.png") repeat 0 0;*/
}

#event .wrapper {

    background-color: #FFFFFF
}

.list_event {
    margin-bottom: 30px;
}

.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;
    width: 200px;
    text-align: center;
}

.step_con {
    border: 10px solid #ededed;
    padding: 30px 45px;
    border-radius: 5px;
}
i.fa-arrow-down-long {
    font-size: 48px;
    margin-bottom: 10px;
    margin-left: 87px;
    color: beige;
    color: bisque;
    }

.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 30px;
   
}

#event .app_dl li {
    width: 175px;

} 
.app_dl_text {
    text-align: center;
    font-weight: 600;
    font-size: 20px;

}





#event .table_event  {
    width: 70%;
    font-size: 15px;
}

#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: 10px;
    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: 45%;
}

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

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

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







#event .table_event2  {
    width: 70%;
    font-size: 15px;
    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: 10px;
    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: 23%;
}

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

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

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




#event h4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 25px;
    margin-bottom: 15px;
    color: #fe5984;
    padding: 0.3rem 1rem;
    border-left: 4px dotted #fe5984;
    background: #ffe7e0;
}

.goods {
    display: flex;

    flex-wrap: nowrap;
    justify-content: space-between;
}

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

}
.goods_list li {
    line-height: 1.2;
}
.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: 15px;
}

.goods li .goods_img {
    width: 225px;
    height: 200px;
    background-color:#BCBCBC;
    border: #E4E4E4 2px solid;
}

.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;

/*    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;*/
}


.goods_month {
    width: 700px;
    display: flex;
    flex: 1 1 0;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

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

.goods_month li .goods_img {
    width: 225px;
    height: 200px;
    background-color:#BCBCBC;
    border: #E4E4E4 2px solid;
    margin-bottom: 5px;
}
.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: 26px;
    margin-bottom: 9px;
    font-weight: 600;
}

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

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

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









.goods_panel {
    width: 700px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.goods_panel_text {
    margin-bottom: 30px;
}
.goods_panel li {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 15px;    
}

.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;

/*    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;*/
}

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

.goods_panel li .goods_img {
    width: 225px;
    height: 400px;

     border: #E4E4E4 2px solid;
    
}

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

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

.goods_sell {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.goods_sell li {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;    
}

.goods_sell .goods_name {
    padding: 5px 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 {
    width: 225px;
    height: 200px;
    background-color:#BCBCBC;
    margin-bottom: 5px;
    border: 2px solid #ffcdc2;
}

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

.goods_sell_txt {
    margin-bottom: 30px;
}
.jyucyu {
    background: #ff0061;
    color: #fff;
    padding: 1px 2px;
    font-size: 13px;
    margin-right: 5px;
}



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

.goods_prize li {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 225px;
}

.goods_prize li .goods_img {
    width: 225px;
    height: 200px;
    background-color:#ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
        border: #E4E4E4 2px solid;
}

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

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


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

#sugotoku h3 {
    border: none;
    width: 960px;
    text-align: center;
    margin-bottom: 0;
}

#sugotoku h3 img {
     width: 680px;
}
.sugotoku_text {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
}
.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;
    display: flex;
    justify-content: space-between;
}
.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 {
    margin-bottom: 32px;
    position: relative;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #77d293;
    background-color: white;
    color: #060606;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}


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

#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: 23px;
    color: #353535;
}

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

.sugotoku_1day_con ul {
    display: flex;
}

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


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



.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: 75px;
    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 .wrapper {
    padding: 0 0 30px;
}


/*-------------------------------
slick
---------------------------------*/

.hotel_slider {
	width: 880px;
	margin: 10px auto 40px;
}
.slick-slide img {
    display: block;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color:#A4A4A4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next {
    right: -3%;
}
.slick-prev {
    left: -3%;
}




/*-----------------------------
swiper スライダー
------------------------------*/
.swiper-a:not(.swiper-initialized) .swiper-wrapper {
    display: block;
}

.swiper-slide{
  display: flex;
}

.swiper-button-prev, .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }
/*-------------------------------
faq
---------------------------------*/
#faq_s{
	position: relative;
}
#faq {
	background-color: #FFF;
	border: solid 1px #999;
  padding: 25px 30px;
	margin: 80px auto 40px;
	width: 960px;
}
#faq h3 {
    background-image: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: #604c3f;
    border: none;
}
#faq h3:after {
  content: none;
}
.faq_lead {
  font-size: 24px;
	color: #604c3f;
  margin: 0 auto 10px;
   
}
#faq dl {
	margin:0;
}
#faq dt {
  font-weight: bold;
	margin: 0 0 8px;
}
#faq dt:not(:first-of-type) {
  border-top: 1px dashed #999;
  padding: 10px 0 0;
  margin: 20px auto 8px;
}
#faq dt:before,
#faq dd:before {
  font-size: 26px;
  font-weight: bold;
  margin-right: 6px;
}
#faq dt:before {
  content: "Q.";
  color: #62b9c3;
}
#faq dd:before {
  content: "A.";
  color: #d3628f;
}
#faq dd{
	margin-left:10px !important;
}

#faq h3 .sonota {
    font-size: 16px;
    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: 18px;
    font-weight: 600;
    text-align: center;
    padding: 5px;
}
.close_txt a {
	color: yellow;
	text-decoration: underline;
}
.close_txt span {
    line-height: 1.4;
    display: inline-block;
    margin-top: 8px;
    font-size: 14px;
}
#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;
}



