@charset "UTF-8";
/*
File name:common.css

Table of Contents:
[1] base
[2] link
[3] header
[4] gnav
[5] content
[6] pagetop
[7] sponsor
[8] affiliate
[9] social
[10] footer
[11] countdown
[12] ticker
*/

/*========================================
[1] base
========================================*/
body	{
	min-width:1024px;
	background:#fff;
	color:#3f312b;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.8;
	padding-top: 96px;
}
#wrap {
    overflow: hidden;
    width: 100%;
}
#container	{
	width:980px;
	display:block;
	margin:10px auto 40px;
	overflow:hidden;
}
/*---renewal---*/
#container_area	{
	width:100%;
	display:block;
	margin:0 auto;
	overflow:hidden;
}
/*---renewal---*/
.red	{
	color:#f00 !important;
}
.red-entry	{
	color:#f11717 !important;
	font-size: 200%;
    font-weight: bold;
    padding: 0 0 10px;
}
.underline	{
	text-decoration:underline;
}
p + p	{
	margin-top:10px;
}
.newyear{
	text-align: center;
	margin:10px 0 10px;
}
.newyear2020{
	text-align: center;
    background: #ffd0ea;
    color: #918379;
    padding: 20px 0;
}
/*========================================
[2] link
========================================*/
a	{
	position:relative;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
a:link,
a:visited	{
	color:#e4007e;
	text-decoration:none;
}

a img	{
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
a:hover img,
a.hoveropacity:hover,
.hoveropacity a:hover	{
	text-decoration:none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* arrow */
.arrowS a:after	{
	content: "　";
	width: 8px;
	height: 10px;
	background:url(/images/common/arrow_s.png) no-repeat center right;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5px; 
}
.arrowPink a:after,
a.arrowPink:after	{
	content: "　";
	width: 10px;
	height: 16px;
	background:url(/images/common/arrowPink.png) no-repeat center right;
	background-size:10px 16px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px; 
}
a.arrowPinkS:after	{
	content: "　";
	width: 8px;
	height: 10px;
	background:url(/images/common/arrowPink_s.png) no-repeat center right;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px; 
}
a.window:after	{
	content: "　";
	width: 20px;
	height: 16px;
	background:url(/sp/images/common/btn_window.png) no-repeat center right;
	background-size:20px 16px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px; 
}
a.windowOpen	{
	margin-right:18px;
	text-decoration:underline;
}
a.windowOpen:after	{
	content: "　";
	width: 12px;
	height: 10px;
	background:url(/sp/images/common/btn_windowPink.png) no-repeat center right;
	background-size:12px 10px;
	position: absolute;
	right: -15px;
	top: 50%;
	margin-top: -5px; 
}

/* hover */
.hoverpink a:hover,
a.hoverpink:hover	{
	background:#f7a4d4 !important;
	text-decoration:none !important;
}
.hoverpink a:hover img,
a.hoverpink:hover img	{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/*========================================
[3] header
========================================*/
/*header {
	width: 100%;
    background: #ffffff;
    box-shadow: 0px -5px 20px 1px;
    position: fixed;
    top: 0;
    z-index: 99;
}
}
header h1	{
	background:#fff;
	padding:10px 0;
}
header h1 a img.head_ad_banner {
	margin-left:80px;
}*/
header {
	width: 100%;
	height: 96px;
    background: #ffffff;
	box-shadow: 0px 9px 20px -3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 9px 20px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 9px 20px -3px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    z-index: 99;
}
header h1 {
    padding: 10px 0;
    text-align: left;
}
#h1_area {
    width: 1000px;
    margin: 0 auto;
	position: relative;
}

header p.partner {
	width: 230px;
	position: absolute;
	top: 0;
	right: 0;
	background: #0066ff;
	font-size: 12px;
	text-align: center;
}

header p.partner a {
	color: #ffffff;
}

header p.partner a:hover {
	text-decoration: underline;
}

/*========================================
[4] gnav
========================================*/
/*.gnavi	{
	background:#e4007e;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.3);
}
.gnavi ul	{
	display:block;
	margin:0 auto;
	width:980px;
	overflow:hidden;
}
.gnavi ul li	{
	float:left;
	height:90px;
	text-indent:-9999px;
}
.gnavi ul li a	{
	display:block;
	height:90px;
}*/
.navi {
    float: right;
    padding-top: 15px;
    width: 70%;
}
.navi li {
    float: left;
    width: 140px;
    font-size: 18px;
    text-align: center;
    padding: 15px 0 0;
}
.navi a {
    text-decoration: none;
    display: block;
    padding-bottom: 14px;
	margin: 0 10px;
}

.about .n_about a:after, 
.entry .n_entry a:after, 
.report .n_report a:after, 
.sweets .n_sweets a:after, 
.photos .n_photos a:after {
    width: 120px;
}
.navi a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 4px;
    background-color: #706259;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.navi a:hover::after {
	width: 100%;
}
.navi .mainmenu {
    color: #706259;
    display: block;
    height: 20px;
    font-weight: 700;
	font-size: 18px;
}
.navi .ja {
    font-size: 11px;
    color: #ffacc2;
	font-weight: normal;
}


/*========================================
[5] content
========================================*/
.contents {
    width:750px;
	float:left;
}

/*--renewal--*/
.contents_area {
    width: 1000px;
    margin: 0 auto;
}
/*--renewal--*/

.contents > section	{
	padding:40px 0 10px;
	margin-bottom:10px;
}
.contents > section h2	{
	display:block;
	text-align:center;
	margin-bottom:40px;
}
/*section h4	{
	padding:10px;
	line-height:1;
	text-align:center;
}*/
.caption	{
	margin-top:10px;
	font-size:12px;
	text-align:center;
	line-height:1.4;
}

.sub	{
	font-size:12px;
	font-weight:normal;
}

.gray	{
	background:#efefef;
}

/* second */
.breadcrumb	{
	width:1000px;
	margin:0 auto;
	font-size:12px;
	overflow:hidden;
}
.breadcrumb li	{
	float:left;
	padding:15px;
	line-height:1;
}
.breadcrumb li:before {
    display: block;
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    margin: 2px 0 0 -20px;
    border-top: solid 2px #706259;
    border-right: solid 2px #706259;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.breadcrumb li:first-child:before {
	 content:none;
}
.header_second h2 {
    background: #88c2f7 url(/images/common/h2_image.png) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 32px 0;
    color: #ffffff;
    font-size: 32px;
    text-shadow: -2px 2px #afebec;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.header_second h2 span {
	display: block;
	font-size: 12px;
	color: #706259;
	letter-spacing: 0.3em;
	 text-shadow:none;
}
.header_second h2.m_content {
    letter-spacing: 0.5em;
    background: url(/images/common/h2_about.png) no-repeat;
    background-size: cover;
    padding: 20px 0 20px;
}

/* h2が無いときのSNSボタン調整 */
.no_h2 + .socialArea	{
	margin-top:-25px;
}


/*========================================
[6] pagetop
========================================*/
.page_top {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 60px;
	z-index:9999;
}
.page_top a	{
	width:70px;
	height:70px;
	display: table-cell;
	background-color:#ffd0ea;
	font-size:11px;
	line-height:1.4;
	text-decoration:none;
	text-align: center;
	vertical-align:middle;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.page_top a:hover	{
	background-color:#e4007e;
	color:#fff;
}


/*========================================
[7] sponsor
========================================*/
.sponsorArea	{
	width:180px;
	padding:10px 10px 0 10px;
	background:#efefef url(/images/common/bg_line.png) repeat;
	float:right;
}
.sponsorArea a	{
	display:block;
	margin-bottom:10px;
}

/*---renewal---*/

.sponsorAreaBottom {
    padding: 10px;
    background: #ffc9d6;
	float: none;
}
.sponsorAreaBottom .box {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.sponsorAreaBottom a	{
	display:inline-block;
	margin:10px;
    vertical-align: middle;
}
/*---renewal---*/

/*========================================
[8] affiliate
========================================*/
.affiliate	{
	min-width:950px;
	padding:15px;
	background:#c9c9c9 url(/images/common/bg_dot.png) repeat;
	text-align:center;
}

/*========================================
[9] social
========================================*/
/* ページ上部 */
.socialArea	{
	display:block;
	width:980px;
	margin:10px auto 0;
	text-align:right;
	overflow:hidden;
	line-height:1;
}
.socialArea ul li	{
	display:inline-block;
	margin-left:10px;
	vertical-align:bottom;
}
.socialArea ul li.btn_twitter	{
	height:20px;
}

/* ページ下部 */
.socialAreaBottom {
    background: none;
    z-index: 0;
    position: relative;
	padding-top: 35px;
}
.socialAreaBottom_inn	{
	display:block;
	margin:0 auto;
	padding:40px 0;
	width:1000px;
}
.twitter_widget	{
	float:right;
	width:490px;
}
.facebook_area	{
	float:left;
	width:490px;
}
.twitter_widget iframe	{
	border: 1px solid #e8eef1 !important;
    overflow: hidden;

}
/*========================================
[10] footer
========================================*/
.footer_top	{
	display:block;
	margin:0 auto;
	padding:15px 0 10px;
	width:1000px;
	border-bottom:1px solid #fff;
	overflow:hidden;
}
.footer_top .socialArea	{
	float:right;
	width:250px;
	margin:0;
}
.gnavi_bottom li {
    float: left;
    margin-left: 15px;
}
.gnavi_bottom li:first-child {
    margin: 0;
}
/*ul.gnavi_bottom li	{
	padding-left:12px;
	margin-right:20px;
	background:url(/images/common/arrow_s.png) no-repeat left 6px;
}*/

.gnavi_bottom li:before {
    content: ">";
    color: #ffffff;
    top: 0;
    margin: 0;
    padding-right: 7px;
}
ul.gnavi_bottom li a	{
	color:#ffffff;
}

.footer_bottom	{
	display:block;
	margin:0 auto;
	padding:15px 0;
	width:1000px;
}
.officialArea	{
	width:320px;
	float:right;
	overflow:hidden;
}
.officialArea h2	{
	float:left;
}
.officialArea ul li	{
	float:left;
	margin-left:10px;
}

.copyright,
.copyright a	{
	color:#ffffff;
	font-size:10px;
}


.clearfix:before,.clearfix:after {content: " "; display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

.instagram {
    position: relative;
    padding: 10px 0 0;
}
.instaarea {
    text-align: center;
    border-radius: 50%;
    height: 190px;
    width: 190px;
    background: #ffffff;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: -24%;
    right: 0;
    left: 0;
	z-index: -1;
}
.instaarea img {
    padding-top: 17px;
}

.instagram_title {

	float: left;
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px 10px 0;
}
.instagram_title a {
	text-decoration: none;
	color:#125688;
}

.instagram_account a {
	text-decoration: none;
	color:#125688;
}

.instagram_account{

	margin: 18px 10px 0;
}


.instagram_box{
	position:relative;
	margin-bottom: 30px;
    background: none;
    border: none;
}

.instagram_box a {
	display: block;
	width: 100%;
	height: 100%;
}

.instagram_box img{
	position: absolute;
	top: 0;
	width:1000px;
	height: 328px;
}

.instagram_box iframe {
	padding: 0 !important;
	height: 330px !important;
	/*
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*/
}
.sns_tit {
    border: solid;
    border-width: 2px 0;
    text-align: center;
    font-size: 28px;
    width: 470px;
    margin: 0 auto 20px;
    color: #706259;
}
._2lqh {
	display: none !important;

}
.timeline-Header {
    display: none;
}
.brown {
    background: #918379;
}
.fa_tw {
    overflow: hidden;
}
/*========================================
[11] countdown
========================================*/

#countdownbox {
	
	float: right;
	 position: relative;
	bottom: 2px;
	right: 35px;
	color: white;
}
#countdownbox span {
	font-size: 30px;
}
#countdownbox big {
	font-size: 23px;
}
#countdownbox small {
	font-size: 16px;
}

.count{
	width: 350px;
	position: relative;
	bottom: 45px;
	float: right;
	margin: 0 auto;
	height: 45px;
	background: url(/images/common/countdown.png) no-repeat;
}
.count a {
	float: right;
	position: relative;
	bottom: 5px;
	right: 27px;
}
.h1box {
	width:980px;
	margin:0 auto;

}
.countdown {
    width: 300px;
    float: right;
    margin-right: 40px;
}
.count_text {
    color: #f442b3;
    font-size: 16px;
}

/*========================================
[12] ticker
========================================*/

.marquee {
    background: #a8e6e0;
    padding: 5px 0;
	border: none;
}

.marquee ul {
	width:1000px;
	padding:0.3em 0;
	overflow:hidden;
	margin-bottom:10px;
	position:relative;
	margin:0 auto;
}
.marquee li {
	margin:0;
	letter-spacing: 0.05em;
	font-size: 1.1em;
	padding-left:950px;
	display:inline-block;
	white-space:nowrap;
	-webkit-animation-name:marquee;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:20s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:marquee;
	-moz-animation-timing-function:linear;
	-moz-animation-duration:20s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-name:marquee;
	-ms-animation-timing-function:linear;
	-ms-animation-duration:20s;
	-ms-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-timing-function:linear;
	-o-animation-duration:20s;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:20s;
	animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}
.marquee span,
.marquee a {
    color: #ffffff;
}
li:hover {
  animation-play-state: paused;
}
.pink {
    font-size: 13px;
    background: #ffacc2;
    padding: 5px;
	margin-right: 10px;
}


.ticker .category {
    padding: 3px 5px;
    background: #8de6b3;
}
.ticker .entry {
    padding: 3px 5px;
    background: #ff9700;
}
.ticker span {
    font-size: 13px;
    margin-right: 5px;
    color: #ffffff;
}
.brown a:hover {
    text-decoration: underline;
}
.en {
    font-style: normal;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 700;
	letter-spacing: 2px;
}
