@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: #64ad15;
	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 {
    background: linear-gradient(transparent 50%, #FFF565 0%);
    color: #ea6d93;
    display:table;
    font-weight: bold;
    font-size: 1.5em;
    font-family: "GenJyuuGothic", "メイリオ", sans-serif;
	margin:0 auto 0.7em;
    position: relative;
    padding: 0 0px 0 5px;
}

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;
}

/* 全国無料配達
──────────────────────────────────────── */

#zenkoku{
	background:#ea6d93;
	color: #FFF;
	border: none;
	margin-top: 20px;
	border-width: 4px;
	border-style: solid;
	border-color: #ea6d93;
	border-radius: 10px;
	margin: 20px 10px 0;
	line-height: 1.5;
	padding: 10px;
	position: relative;
	text-align: center;
}

/* カタログ
──────────────────────────────────────── */

#catalog .appimg a{
	margin-top: 0;
}

/* イベント実施店舗
──────────────────────────────────────── */

#event nav h4 {
    color: #ea6d93;
    font-family: "GenJyuuGothic", "メイリオ", sans-serif;
    font-weight: 700;
	font-size: 18px;
}

#event > h4{
    border-bottom:2px solid #ea6d93;
    font-family: "GenJyuuGothic", "メイリオ", sans-serif;
    font-weight: 700;
	font-size: 18px;
}

#event > h5{
    border-left:4px solid #ea6d93;
    padding:0.1em 1em;
	font-size:1.25em;
    text-align: left;
}

#event > h6{
	color: #ea6d93;
	margin-top: 1em;
    text-align: left;
}

#event > h4 + h5{
    margin-top: 2em;
}

#event > h6 + p{
    text-align: left;
}


#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 #60901b solid;
    background: url("../img/arrow_anchor.png") no-repeat center right 18px #64ad15;
    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;
	}
    
    .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;
	}

	/* 全国無料配達
	──────────────────────────────────────── */

	#zenkoku{
		padding: 30px 50px;
		margin-left: 30px;
		margin-right: 30px;
		border-radius: 20px;
	}
	
     /* イベント実施店舗
    ──────────────────────────────────────── */
 
    #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: #60901b;
    }

    #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;
	}

	.title_base  {
        font-size: 40px;
    }		
	
	/* 全国無料配達
	──────────────────────────────────────── */

	#zenkoku{
		margin-top: 50px;
	 	margin-left: auto;
		margin-right: auto;
		max-width: 800px;
	}
	
}

/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print, screen and (min-width: 1280px) {}
