@charset "utf-8";

/*源柔ゴシック 設定*/

@font-face {
	font-family: "GenJyuuGothic";
	font-style: normal;
	font-weight: 400;
	src: url("font/GenJyuuGothic-Regular.woff2") format("woff2"), url("font/GenJyuuGothic-Regular.woff") format("woff");
}
@font-face {
	font-family: "GenJyuuGothic";
	font-style: bold;
	font-weight: 700;
	src: url("font/GenJyuuGothic-Bold.woff2") format("woff2"), url("font/GenJyuuGothic-Bold.woff") format("woff");
}

/*----------------------------------
  common調整
------------------------------------*/

.appimg {
	padding-bottom: 5px;
}

.appimg a {
	border: 2px solid #FFF;
	background-color: #D87395;
	background-image: url("../../../common_v13/img/icon/svg/arrow/ar_white.svg");
	background-repeat: no-repeat;
	background-position: center right 12px;
	background-size: 18px auto;
	color: #FFF;
	width: 100%;
}

.appimg a[href*="https://shop.the-fuji.net/"]{
 	background-color: #3D7BA5;
}

.appimg a[href*="/fujiapp/"]{
 	background-color: #EC6C0E;
}

.d-shadow {
	box-shadow: 0 3px 12px rgb(0 0 0 / 20%);
}

.inner ul {
	margin-bottom: 1em;
}

/*----------------------------------
ここから追記 
------------------------------------*/

/* ページ背景 */

.pagearea {
    background: #fffdea;
    padding-bottom: 1em;
}


/* 基本設定
──────────────────────────────────────── */

.wrap_base {
	margin: 20px 10px 0;
	line-height: 1.5;
	position: relative;
	text-align: center;
}

.wrap_base:last-of-type{
    margin-bottom: 0;
}

.wrap_base ul{
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.title_base {
    align-items: center;
    color: #3399ff;
    display:flex;
    font-weight: bold;
    font-size: 1.5em;
    font-family: "GenJyuuGothic", "メイリオ", sans-serif;
    justify-content: center;
	margin-bottom: 0.7em;
    line-height: 1.2;
    position: relative;
    padding: 0 0px 0 5px;
}

.title_base::before,
.title_base::after{
    content: "";
    display: block;
    width: 2em;
    height: 2em;
}

.title_base::before{
    background: url("../img/title_l.png") no-repeat center;
    background-size: auto 100% ;
}

.title_base::after{
    background: url("../img/title_r.png") no-repeat center;
    background-size: auto 100% ;
}

ul.txt_notes{
	line-height: 1.8;
	margin-top: 0.7em;
}

ul.txt_notes li{
	border: none;
	margin:0; 
	padding: 0;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}

.btn_netshop {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	padding: 1em 30px !important;
	border-radius: 100px;
	background: url("/common_v13/img/icon/svg/arrow/ar_white.svg") no-repeat right 15px center #EC6C0E;
	text-align: center;
	cursor: pointer;
}

.btn_w80 {
	width: 90% !important;
	margin: 0 auto;
}

/* 開催キャンペーン
──────────────────────────────────────── */

#CP_list ul li {
    text-indent: 0;
}

#CP_list ul li a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
	padding-bottom:22px;
	border-bottom:1px solid #CCC;
}

#CP_list ul li + li a {
	padding-top:22px;
}

#CP_list ul li a > span {
	width:140px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	display: block;
}

#CP_list ul li a > div {
    width: calc(100% - 140px - 10px);
}

#CP_list ul li a > div {
}

#CP_list ul li a > div span {
	display: inline-block;
	font-size:1rem;
	line-height: 1;
	color:#FFF;
	padding: 6px 10px;
	border-radius: 25px;
	margin-bottom:4px;
}

#CP_list ul li a > div h4 {
	color:#333;
	font-weight: bold;
	line-height: 1.7;
}

#CP_list ul li a > div p {
	color:#707070;
	font-size:1.2rem;
	margin-top:6px;
}

#CP_list ul li a > div p span {
	font-size:1.2rem;
	line-height: 1;
	padding:3px 6px;
	color:#707070;
	background:#FFF;
	border:1px solid #707070;
	border-radius: 5px;
	margin-right:6px;
}

/* イベント実施店舗
──────────────────────────────────────── */

#event nav h4 {
    color: #3399ff;
    font-family: "GenJyuuGothic", "メイリオ", sans-serif;
    font-weight: 700;
	font-size: 18px;
}

#event > h4{
    border-bottom:2px solid #3399ff;
    font-family: "GenJyuuGothic", "メイリオ", sans-serif;
    font-weight: 700;
	font-size: 18px;
}

#event > h5{
    border-left:4px solid #3399ff;
    padding:0.25em 1em;
    text-align: left;
}

#event > h4 + h5{
    margin-top: 2em;
}

#event .area_nav{
    text-align: center;
    padding: 0 10px;
}

#event .area_nav li {
    padding: 0;
    text-indent: 0;
    margin: 0;
    margin-bottom: 0.5em;
}

#event .area_nav a {
    display: block;
    border-radius: 60px;
    border: 1px #3d7ba5 solid;
    background: url("../img/arrow_anchor.png") no-repeat center right 18px #3399ff;
    background-size: 10px;
    opacity: 1;
    padding: 7px 30px 5px 20px;
    color: #FFFFFF;
    font-weight: bold;
}

#event p.balloon{
  position: relative;
  display: inline-block;
  margin: 0 0 2em;
  padding: 0.5em 1em;
  min-width: 120px;
  max-width: 100%;
  background: #FFF;
  border-radius: 0.25em;
}

#event p.balloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FFF;
}

#event p.balloon + p{
    text-align: left;
    padding: 0 1em;
    margin-bottom: 2rem;
}

#event > ul li{
    list-style: none;
    text-indent:0;
    margin-left:0;
    text-align: center;
}

#event > ul li + li{
    margin-top: 0.5em;
}

#event > ul a{
    border-radius: 4em;
    background: #fff;
    border: 1px #CCC solid;
    display: block;
    padding: 0.5em 1em;
}

/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print, screen and (min-width: 768px) {
	
	.pc_none{
		display: none;
	}
	
	/* ページ背景 */	

	.pagearea {
	}

	/* 基本設定
	──────────────────────────────────────── */	
    
	.wrap_base {
		padding: 30px 0 0;
		margin:0 30px;
		max-width: 800px;
	}
    
    .wrap_base ul{
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.title_base {
        margin-bottom: 30px;
        font-size: 34px;
	}
	
	.cautiontext {
		font-size: 1.5rem;
		margin-top: 1.5em;
		text-align: center;
	}
	
	ul.cautiontext{
		text-align: left;
	}
	
	.sp_only {
		display: none;
	}	

	ul.txt_notes{
		margin-top:1.5em;
	}

	.btn_netshop {
		font-size: 24px;
		padding: 20px;
		transition: 0.5s;
		background-position: right 25px center;
		max-width: 740px !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	.btn_netshop:hover {
		opacity: 0.7;
		text-decoration: none;
	}

    /* 開催キャンペーン
    ──────────────────────────────────────── */

    #CP_list ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    #CP_list ul li {
        width: calc((100% - 40px) / 3);
        margin-left:20px;
    }

    #CP_list ul li:nth-child(3n+1) {
        margin-left:0;
    }

    #CP_list ul li:nth-child(n+4) {
        margin-top:30px;
    }

    #CP_list ul li a {
        display: block;
        border-bottom: none;
        padding-bottom: 0;
    }

    #CP_list ul li + li a {
        padding-top:0;
    }

    #CP_list ul li a > span {
        width: auto;
        border-radius: 10px;
    }

    #CP_list ul li a > div {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 10px;
    }

    #CP_list ul li a > div span {
        margin-bottom:8px;
        order: 1;
    }

    #CP_list ul li a > div h4 {
        width: 100%;
        order: 3;
    }

    #CP_list ul li a > div p {
        margin-top:0;
        width: auto;
        order: 2;
        padding-top: 2px;
    }

    
    
     /* イベント実施店舗
    ──────────────────────────────────────── */
 
    #event nav h4 {
		font-size: 24px;
	} 

    #event > h4{
        text-align: left;
		font-size: 24px;
    }
    
    #event p.balloon + p{
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    
    #event .area_nav{
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        max-width: 800px;
        margin: 30px 0 15px;
        margin-left: auto;
        margin-right: auto;
    }
    
    #event .area_nav li {
        width: calc(100% / 3 - 2%);
        max-width: 260px;
        text-align: center;
        margin-right:  3%;
        margin-bottom: 15px;
    }
    
    #event .area_nav li:nth-of-type(3n){
        margin-right: 0;
    }
    
    #event .area_nav a {
        padding: 10px 30px 8px;
        transition: 0.4s;
    }
    
    #event .area_nav a:hover {
        text-decoration: none;
        opacity: 1;
        background-color: #3d7ba5;
    }

    #event > ul{
        display: flex;
        flex-wrap: wrap;
    }

    #event > ul li + li{
        margin-top:0;
    }

    #event > ul li{
        width: calc(100% / 3 - 2%);
        max-width: 260px;
        text-align: center;
        margin-right:  3%;
        margin-bottom: 15px;
    } 
    
    #event > ul li:nth-of-type(3n){
        margin-right: 0;
    }
    
    #event > ul a:hover{
        opacity: 0.6;
    }
}

/* PC用1024px～（NPC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1024px) {

	.appimg{
		padding: 0 !important;
	}
	
	.appimg a {
		border: 4px solid #FFF !important;
		background-position: center right 28px !important;
		background-size: 28px auto !important;
	}

	.wrap_base {
		margin-left: auto;
		margin-right: auto;
		max-width: 800px;
	}
		
    
}

/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print, screen and (min-width: 1280px) {}
