@charset "utf-8";

/*PCSP共通設定*/
body{
	font-size: 16px;
	color: #333;
	margin: 0 auto;
    font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}
section:nth-of-type(1),section:nth-of-type(2),section:nth-of-type(4){background-color:#fffcd7;}
section:nth-of-type(3){background-color:#fff;}


/*title*/
#fv {background: #fffcd7;}
img{max-width: 100%;}

#maincontents * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*link*/
h3.text{
	margin: 8rem auto;
}

h2.text,h2.text_two,h3 {
    color: #ed7050;
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 970px;
    position: relative;
}
h2.text::before, h2.text::after,h2.text_two::before, h2.text_two::after {
    position: relative;
    display: inline-block;
    content: "";
    background: #ed7050;
    width: 4px;
    height: 2rem;
    margin: 0 2rem;
    vertical-align: middle;
}
h2.text::after,h2.text_two::after {
    transform: rotate(35deg);
}	
h2.text::before, h2.text::after,h2.text_two::before, h2.text_two::after  {
    position: relative;
    display: inline-block;
    content: "";
    background: #ed7050;
    width: 4px;
    height: 2rem;
    margin: 0 2rem;
    vertical-align: middle;
}
h2.text::before, h2.text_two::before {
    transform: rotate(-35deg);
}

#maincontents ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#link{
    width: 100%;
    margin: 0 auto;	
}

.link_item ul li{
	margin-bottom: 1.5rem;
}


.link_item ul li a {
    display: block;
    text-align: center;
    width: 100%;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 1rem;
    position: relative;
    transition: all 0.5s ease;
}
.link_item ul li a:hover {
    opacity: 0.6;
}	

.link_item ul li:nth-of-type(1) a{background: #46cfb8;}
.link_item ul li:nth-of-type(2) a{background: #ed7050;}

.link_item ul li a::after {
    content: "";
    width: 12px;
    height: 12px;
    margin-top: -5px;
    border-top: solid 3px #FFF;
    border-right: solid 3px #FFF;
    transform: rotate(45deg);
    position: absolute;
    bottom: 36%;
    right: 1rem;
    transition: all 0.5s ease;
}

/*coupon文字*/
.tabArea tbody {
	line-height: 1.5;
	font-feature-settings: "palt";
}
.tabArea .kome{
	font-size: 0.8rem;
	line-height: 1.5;	
}

tbody br ,.tabArea .kome br{
display: block;
content: "";
margin: 5px 0;
}

tbody th br {
display: block;
content: "";
margin: 0;
}


/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 3%;
	width: 94%;
	clear: both;
}
.inner{
	width: 88%;
    margin: 0 auto;
	padding: 1rem 0;
	box-sizing: border-box;
}

/*link*/	
#link {
    width: 88%;
    margin: 0 auto;
}
#link.inner{
	padding: 1rem 0 0;
}	
h2.text,h2.text_two {
    font-size: 1.25rem;
}	
		
h2.text::before {
    height: 2rem;
    position: absolute;
    top: 24px;
    left: 10px;
    margin: 0;
}
h2.text::after {
    height: 2rem;
    position: absolute;
    top: 24px;
    right: 10px;
    margin: 0;
}
	
h2.text_two::before	{
    height: 4.25rem;
    position: absolute;
    top: 24px;
    left: 10px;
    margin: 0;
}
h2.text_two::after {
    height: 4.25rem;
    position: absolute;
    top: 24px;
    right: 10px;
    margin: 0;
}	
	
h2.text,h2.text_two {
    color: #ed7050;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    margin: 0 auto;
    padding: 1.5rem;
    display: block;
    width: 100%;
    max-width: 1100px;
    position: relative;
}
h2.text {
    margin-top: 4rem;
}	
p.s_text {
    font-size: 1rem;
    padding: 0rem 0 2rem;
}
#maincontents ul.choicetab {
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
    align-items: center;
}

#maincontents ul.choicetab li a {
  background-image: none;
  position: relative;
  transition: all 0.5s ease;
}

#maincontents ul.choicetab li a span {
  font-weight: 600;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 4px 4px;
  color: #ed7050;
}

#maincontents ul.choicetab li a.text_h {
    font-size: 1.5rem;
    padding: 1.5rem 0 1rem;
    text-align: center;
    display: block;
    border-bottom: solid 5px #fffcd7;
}
#maincontents ul.choicetab li a small{
	position: relative;
    font-size: 1rem;
    color: #333;
    height: 60px;
    padding: 0.5rem 0 0;
    line-height: 1.5;
    display: table;
    width: 100%;
}	

#maincontents ul.choicetab li a::after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 2px #ed7050;
    border-right: solid 2px #ed7050;
    transform: rotate(135deg)translate(-50%,-50%);
    position: absolute;
    bottom: 2rem;
    transition: all 0.5s ease;
    right: 50%;
}

#maincontents ul.choicetab li:hover {
	opacity: 1;
	background: #fffcd7;
	display: block;
}

#maincontents ul.choicetab li a:hover:after {
      bottom: 1.5rem;
}
.tabFwrap {
    background: #FFF;
}
	
.tabFwrap .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
	
	
/*tab*/		
#maincontents * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}	
.tabArea {
    padding-top: 60px;
}	
	

#maincontents ul {
    list-style: none;
    margin: 0;
    padding: 0;
}	
	
ul.contents li.item {
    width: 100%;
    background: #fff;
}
ul.contents li.item p.item_img img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
}	
ul.contents li.item .text {
    background: #fff;
    padding: 1.5rem;
    font-size: 14px;
    border-radius: 0 0 1rem 1rem;
}	
	
ul.contents li.item{
  position: relative;
}
	
.area_tit_green,.area_tit_yellow,.area_tit_pink,.area_tit_purple,.area_tit_blue {
  position: absolute;
  top: 0;
  left:0;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: bold;
  box-shadow: 0px 8px 8px -5px rgba(0, 0, 0, 0.2);
  padding: 0.5rem 1rem 0.3rem;
}

.area_tit_green {background: #00b899;}	
.area_tit_yellow{background: #f99e00;}
.area_tit_pink{background: #ff5d7f;}	
.area_tit_purple{background: #c668dd;}
.area_tit_blue{background: #00bfef;}	
	
	
.tablink{
	background: #ed7050;
}
.tablink:hover{
		opacity: 0.6;
}
.tablink a {
    display: block;
    text-align: center;
    width: 100%;
    color: #FFF;
    font-size: 1rem;
    padding: 0.5rem;
    font-weight: bold;
    position: relative;
    transition: all 0.5s ease;
}
.tablink a::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border-top: solid 3px #FFF;
    border-right: solid 3px #FFF;
    transform: rotate(45deg);
    position: absolute;
    bottom: 36%;
    right: 1rem;
    transition: all 0.5s ease;
}	
	
h4.text_pl2 {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0 0 1rem;
    color: #ed7050;
}
tr {
    border-bottom: solid 1px #333;
}	
caption, th {
    text-align: left;
    width: 30%;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 1rem 0;
    vertical-align: top;
}
td {
    vertical-align: top;
    padding: 1rem 0;
	line-height: 1.55;
}
p.kome {
    padding: 1rem 0;
	color: #555;
    font-size: 0.85rem;
}
	
li.item {
    display: flex;
    flex-direction: column;
	margin: 0 auto 4rem;
}	
.tablink {
    margin-top: auto;
    margin: auto 1rem 1rem;
	transition: all 0.5s ease;
}
	
	

/*digital*/		
#digpan_list h2.text {
    padding: 1.5rem 0px 3rem;
}
#digpan_list p {
    color: #333;
}	
	
.digpan_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.digpan_list li {
    padding: 0;
    width: calc(50% - 20px);
    line-height: 1.3;
    background: #fff;
    text-align: center;
}	
.digpan_list li img {
	display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
}
.digpan_list li p {
	    display: block;
    font-weight: 600;
    padding: 15px 0;
    text-align: center;
}
.divlink a {
    display: block;
}
.digpan_list li:hover {
    transform: translate3d(0.1rem,0.1rem,0);
    transition: all .2s;
}
.divlink:hover {
    opacity: 0.8;
    transition: 0.2s;
}

.digpan_bt a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px auto;
    padding: 20px 25px;
    background: #ed3100;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    width: 100%;
}
.digpan_bt a:hover {
	opacity: 0.6;
    transition: all 0.5s;
}	
.digpan_bt a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-48%);
    position: absolute;
    top: 48%;
    right: 20px;
}
p.digpan_bt {
    margin: 2rem auto 4rem;
}	
	
/*store*/
.store_name {
    margin: 2rem auto 1rem;
    font-size: 1.5rem;
    color: #ed7050;
    font-weight: 600;
    text-align: center;
    border-bottom: solid 1px #ed7050;	
}
.store_enet {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 0;
}
.store_enet dt {
    width: 6em;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ed7050;
}
.store_enet dd {
    width: calc(100% - 10em);
    line-height: 1.5;
    padding-bottom: 30px;
    font-size: 1rem;
}

.store_enet div {
    padding: 20px 0 0;
}
	
.store_fukuoka_area{
    max-width: 900px;
    margin: 0 auto;
	background: #FFF;
	padding: 20px;
	text-align: center;
    font-size: 1rem;
}
.store_fukuoka {
    display: inline-block;
    padding: 0.5rem 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ed7050;
}
.store_fukuoka_area {
    margin-bottom: 4rem;
}	
}




/*760px以上*/
@media screen and (min-width: 760px) {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3%;
	clear: both;
}
.inner{
	width: 96%;
	max-width:970px;
	margin: 0 auto;
	padding:3rem 0;
	display: block;
}	
u{text-decoration-color: red;}

	
	
	
/*link*/
section:nth-of-type(1) .inner{padding:2rem 0;}
p.s_text {
    text-align: center;
    margin: 1rem 0 2rem;
    font-size: 0.9rem;
    line-height: 1.6;
}
#link .link_item {
    margin-bottom: 3rem;
}

#link h2.text,#link h2.text_two {
    margin: 7rem auto 0;
}
	
	
	
	
/*tab*/	
section:nth-of-type(2) .inner{padding:0;}
	
	
#maincontents .tabFwrap{
	background: #FFF;
}
#maincontents ul.choicetab {
    margin: 0rem auto;
    max-width: 970px;
    width: 100%;
    align-items: center;
}
#maincontents ul.choicetab {
    display: flex;
    justify-content: center;
}	

#maincontents ul.choicetab li {
  width: 20%;
}
#maincontents ul.choicetab li {
    width: 100%;
    padding: 2rem 1rem;
}
#maincontents ul.choicetab li a {
  background-image: none;
  position: relative;
  transition: all 0.5s ease;
}

#maincontents ul.choicetab li a span {
  font-weight: 600;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 4px 4px;
  color: #ed7050;
}

#maincontents ul.choicetab li a.text_h {
	font-size: 1.5rem;
    padding: 0 0 1rem;
    text-align: center;
    margin: 0 auto;
    display: block;
}
#maincontents ul.choicetab li a small{
	position: relative;
    font-size: 1rem;
    color: #333;
    height: 60px;
    padding: 0.5rem 0 0;
    line-height: 1.5;
    display: table;
    width: 100%;
}	

#maincontents ul.choicetab li a::after {
    content: "";
    width: 12px;
    height: 12px;
    margin-top: -5px;
    border-top: solid 2px #ed7050;
    border-right: solid 2px #ed7050;
    transform: rotate(135deg)translate(-50%,-50%);
    position: absolute;
    bottom: 0rem;
    transition: all 0.5s ease;
    right: 50%;
}
#maincontents ul.choicetab li {
    width: 25%;
}
#maincontents ul.choicetab li:hover {
	opacity: 1;
	background: #fffcd7;
	display: block;
}

#maincontents ul.choicetab li a:hover:after {
  bottom: -0.5rem;
}


#maincontents * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}	
.tabArea {
    padding-top: 60px;
    padding-bottom: 60px;
}	
	
#maincontents .mainWidth {
    width: 970px;
    margin: 0 auto;
}	
#maincontents ul {
    list-style: none;
    margin: 0;
    padding: 0;
}	
ul.contents {
    display: flex;
    justify-content:space-between;
    gap: 3rem 1rem;
    flex-wrap: wrap;
}	
ul.contents li.item {
    width: 32%;
    background: #fff;
}
ul.contents li.item p.item_img img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
}	
ul.contents li.item .text {
    background: #fff;
    padding: 1.5rem;
    font-size: 14px;
    border-radius: 0 0 1rem 1rem;
}	
	
ul.contents li.item{
  position: relative;
}
	
.area_tit_green,.area_tit_yellow,.area_tit_pink,.area_tit_purple,.area_tit_blue {
  position: absolute;
  top: 0;
  left:0;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: bold;
  box-shadow: 0px 8px 8px -5px rgba(0, 0, 0, 0.2);
  padding: 0.5rem 1rem 0.3rem;
}

.area_tit_green {background: #00b899;}	
.area_tit_yellow{background: #f99e00;}
.area_tit_pink{background: #ff5d7f;}	
.area_tit_purple{background: #c668dd;}
.area_tit_blue{background: #00bfef;}	
	
	
.tablink{
	background: #ed7050;
}
.tablink:hover{
		opacity: 0.6;
}
.tablink a {
    display: block;
    text-align: center;
    width: 100%;
    color: #FFF;
    font-size: 1rem;
    padding: 0.5rem;
    font-weight: bold;
    position: relative;
    transition: all 0.5s ease;
}
.tablink a::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border-top: solid 3px #FFF;
    border-right: solid 3px #FFF;
    transform: rotate(45deg);
    position: absolute;
    bottom: 36%;
    right: 1rem;
    transition: all 0.5s ease;
}	
	
h4.text_pl2 {
    font-size: 1.25rem;
    font-weight: bold;
    padding: 0 0 1rem;
    color: #ed7050;
}
tr {
    border-bottom: solid 1px #333;
}	
caption, th {
    text-align: left;
    width: 26%;
    font-size: 0.85rem;
    font-weight: bold;
    padding: 1rem 0;
    vertical-align: top;
}
td {
    vertical-align: top;
    padding: 1rem 0;
}
p.kome {
    padding: 1rem 0;
	color: #555;
    font-size: 0.85rem;
}
	
li.item {
    display: flex;
    flex-direction: column;
}	
.tablink {
    margin-top: auto;
    margin: auto 1rem 1rem;
	transition: all 0.5s ease;
}
	
	
/*digital*/		
#digpan_list h2.text{
		padding: 4rem 0px 3rem;
	}	
#digpan_list p {
    color: #333;
}	
	
.digpan_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: min(7%,34px);
}
.digpan_list li {
	display: block;
    padding: 0;
    width: calc(80%/5);
    line-height: 1.5;
    background: #fff;
}	
.digpan_list li img {
	display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
}
.digpan_list li p {
	    display: block;
    font-weight: 600;
    padding: 15px 0;
    text-align: center;
}
.divlink a {
    display: block;
}
.digpan_list li:hover {
    transform: translate3d(0.1rem,0.1rem,0);
    transition: all .2s;
}
.divlink:hover {
    opacity: 0.8;
    transition: 0.2s;
}

.digpan_bt a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px auto;
    padding: 20px 25px;
    background: #ed3100;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    width: 60%;
}
.digpan_bt a:hover {
	opacity: 0.6;
    transition: all 0.5s;
}	
.digpan_bt a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-48%);
    position: absolute;
    top: 48%;
    right: 20px;
}	
	
/*store*/
#store h2.text{
	padding: 4rem 0 3rem;	
	}
.store_name {
    margin: 2rem auto 1rem;
    font-size: 1.5rem;
    color: #ed7050;
    font-weight: 600;
    text-align: center;
    border-bottom: solid 1px #ed7050;	
}
.store_enet {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 0;
}
.store_enet dt {
    width: 6em;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ed7050;
}
.store_enet dd {
    width: calc(100% - 10em);
    line-height: 1.5;
    padding-bottom: 30px;
    font-size: 1rem;
}

.store_enet div {
    padding: 20px 0 0;
}
	
.store_fukuoka_area{
    max-width: 900px;
    margin: 0 auto;
	background: #FFF;
	padding: 20px;
	text-align: center;
    font-size: 1rem;
}
.store_fukuoka {
    display: inline-block;
    padding: 0.5rem 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ed7050;
}	
}