@charset "utf-8";
@viewport { zoom: 1.0; width: extend-to-zoom; }
* { margin:0; padding:0; position: relative;
	-webkit-margin-before:0; -webkit-margin-after:0; -webkit-margin-start:0; -webkit-margin-end:0;
	-webkit-padding-before:0; -webkit-padding-after:0; -webkit-padding-start:0; -webkit-padding-end:0;
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
}
html {
	height: 100%;
	/* Prevent adjustments of font size after orientation changes in iOS. */
	-webkit-text-size-adjust: 100%;
}

body { min-height: 100%; }
html, body { margin:0; padding:0; width:100%; max-width:100%; overflow-x: hidden; }
body {
	font-family: 'Hiragino Kaku Gothic Pro', 'Yu Gothic', 'Meiryo', 'Osaka', 'MS Gothic', 'Arial', 'Helvetica', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #727979;
	word-wrap: break-word;
	word-break: break-all;
	-ms-word-break: break-all;
	background: url("../../../img/kikaku/anniversary/bg.jpg") center center;
}
div::after { content: ""; clear: both; display: table; }
img { max-width: 100%; }
ul, ol { width: 100%; } /* ie対策 */
ul, li { list-style-type: none; }
::-moz-selection { color: #fff; background: #BC98E4; }
::selection { color: #fff; background: #BC98E4; }
::-webkit-scrollbar { width:  12px; height: 100%; }
::-webkit-scrollbar-thumb { background: #999; }
::-webkit-scrollbar-track { background: #fff; }


/* レイアウト */
.container {
	max-width: 920px;
	margin: 0 auto;
}
.bordered {
	border: 2px solid #000;
	border-radius: 15px;
	background: #fff;
}
section.bordered {
	position: relative;
	margin-bottom: 60px;
	padding: 0 60px 45px 60px;
}

@media (max-width:920px) {
	.bordered {
		border-radius: 0;
		border-left: none; border-right: none;
		width: 100%;
	}
	section.bordered {
		padding: 0 20px 45px;
	}
}

a.anchor {
	display: block;
	position: absolute;
	top: -60px;
}

/* ヘッダー */
a.fp_link {
	position: absolute;
	top: 0; right: 20px;
	line-height: 1em;
	background: #ffe756;
	border-radius: 0 0 10px 10px;
	padding: 10px 20px;
	z-index: 4;
}
a.fp_link img {
  width: 125px;
}
header {
	height: 397px;
	background: url("../../../img/kikaku/anniversary/header.png") top center no-repeat;
}

@media (max-width:1030px) {
	header {
		height: 0;
		padding: 0 0 40%;
		background-size: cover;
	}
}
header h1 {
	display: none;
	margin: 0;
	padding: 0;
}


/* ナビ */
nav#nav {
	border-color: #FCEB63;
	margin: 0 0 20px;
}
nav#nav a {
	font-weight: bold;
	display: block;
	padding: 10px 5px;
	font-size: 17px;
	line-height: 15px;
	letter-spacing: 2px;
}
nav#nav ul {
	text-align: center;
}
nav#nav ul li {
	margin: 0 5px;
	display: inline-block;
}
nav#nav ul li img {
	width: 15px; height: auto;
}

h2, h3, h4 { line-height: 1.5; }

/* 見出し */
h3.ribbon {
	position: relative;
	margin: -25px auto 40px;
	width: 440px;
	height: 40px;
}
h3.ribbon img {
	margin: 4px 0 0;
}
h3.ribbon::before,
h3.ribbon::after {
	content: ""; display: block;
	position: absolute;
	bottom: -12px;
	width: 0; height: 0;
	border: 20px solid #f575a0;
}
h3.ribbon::before {
	left: -30px;
	border-left: 20px solid transparent !important;
	border-right-width: 30px;
}
h3.ribbon::after {
	right: -30px;
	border-right: 20px solid transparent !important;
	border-left-width: 30px;
}

h3.ribbon span {
	position: relative;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	background: #FF82AC;
	z-index: 2;
}
h3.ribbon span::before,
h3.ribbon span::after {
	content: ""; display: block;
	position: absolute;
	bottom: -12px;
	width: 0; height: 0;
	border: 10px solid #DC5D88;
	border-top-width: 6px;
	border-bottom: 6px solid transparent !important;
}
h3.ribbon span::before {
	border-left-color: transparent !important;
}
h3.ribbon span::after {
	right: 0;
	border-right-color: transparent !important;
}

.details .ribbon span { background: #84ADE1; }
.details h3.ribbon::before, .details h3.ribbon::after { border-color: #729CCE; }
.details h3.ribbon span::before, .details h3.ribbon span::after { border-color: #5784BF; }

.faq .ribbon span { background: #BC98E4; }
.faq h3.ribbon::before, .faq h3.ribbon::after { border-color: #A984D4; }
.faq h3.ribbon span::before, .faq h3.ribbon span::after { border-color: #9062C4; }

.about .ribbon span { background: #78CFC7; }
.about h3.ribbon::before, .about h3.ribbon::after { border-color: #6BBEB6; }
.about h3.ribbon span::before, .about h3.ribbon span::after { border-color: #59A69E; }

p {
	line-height: 1.8;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	padding: 5px 10px;
}

small { font-size:80%; }

/* リンク */
button { border: none; -webkit-appearance: none; background: none; cursor: pointer; outline: none; }
a {
	color: #BC98E4;
	text-decoration: none;
	transition: all 0.2s ease;
}
a:hover { color: #FF82AC; }
a img {
	zoom: 1;
	opacity: 1; filter: alpha(opacity=100);
	transition: opacity .2s ease-in-out;
	transform: translateX(0); -webkit-transform: translateX(0);
	filter: blur(0); -webkit-filter: blur(0);
}
@media screen and (min-width:800px) {
	a:hover img { opacity: 0.8; filter: alpha(opacity=80); }
}

/* ボタン */
.btn {
	padding: 10px;
	color: #fff;
	background: #78cfc7;
	text-shadow: 0 1px #63aba5;
	border: 2px solid #63aba5;
	border-radius: 5px;
	box-shadow: 0 2px #63aba5;
	transition: all 0.2s;
}
.btn:hover {
	background: #6BBEB6;
}

/* フォーム */
input {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', '游ゴシック', 'Meiryo', 'メイリオ', 'Osaka', 'MS Gothic', 'arial', 'helvetica', sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance:none;
	color: #727979;
	outline: none;
}
input[type=text]{
	padding: 3px;
	box-shadow: none;
	border: 1px solid #c3c7c7;
}


/* キャラ会話 */
#intro {
	border-color: #FFBD5E;
	padding-top: 40px;
}
.intro_text h2 {
	color: #78CFC7;
	font-weight: bold;
	font-size: 150%;
	margin: 0 0 10px;
	padding: 20px 0 0;
}
.intro_text p {
	float: left;
	width: 32em;
	overflow: hidden;
}
.intro_text img {
	float: right;
}
ul.talk {
	padding: 20px;
}
#intro ul.talk { padding-top: 0; }
ul.talk li {
	display: block;
	position: relative;
	padding: 10px 0 0;
}
ul.talk li img {
	width: 80px;
	position: absolute;
	top: -25px;
}
ul.talk li:nth-child(even) img {
	right: 0
}
ul.talk li p {
	position: relative;
	display: block;
	width: 650px;
	width: calc(100% - 200px);
	padding: 15px;
	margin: 15px auto;
	background: #fff;
	border: 1px solid #c3c7c7;
	border-radius: 5px;
}
ul.talk li p::before,
ul.talk li p::after {
	content: "";
	position: absolute;
	top: 10px;
	height: 0; width: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
ul.talk li:nth-child(odd) p::before {
	left: -11px;
	border-right: 10px solid #c3c7c7;
}
ul.talk li:nth-child(odd) p::after {
	left: -10px;
	border-right: 10px solid #fff;
}
ul.talk li:nth-child(even) p::before {
	right: -11px;
	border-left: 10px solid #c3c7c7;
}
ul.talk li:nth-child(even) p::after {
	right: -10px;
	border-left: 10px solid #fff;
}


/* 参加方法 */
.entry {
	background: url("../../../img/kikaku/anniversary/entry_bg.jpg") #fff bottom center no-repeat;
	text-align: center;
	border: none; border-radius: 0;
	border-top: 2px solid #FF82AC;
	border-bottom: 2px solid #FF82AC;
}
.entry h4 {
	padding: 0; margin: 0;
}
img.steps {
	display: block;
	margin: 15px auto;
}
ul.banners {
	margin: 0 auto;
	max-width: 1200px;
}
ul.banners li {
	display: inline-block;
	padding: 30px;
	width: 350px;
	text-align: center;
}
ul.banners li img {
	display: block;
	margin: auto 0;
}
ul.banners li input,
ul.banners li .btn {
	display: block;
	width: 100%;
}
ul.banners li input {
	margin: 15px 0 10px;
}
ul.banners li .image {
	width: 100%; text-align: center;
	position: relative;
	line-height: 0;
}
ul.banners li .image a {
	position: static;
	display: inline-block;
	cursor: pointer;
	border: 2px solid #fff;
}
ul.banners li .image a:hover {
	border: 2px solid #FCEB63;
}
ul.banners li .image a:hover::after {
	display: block; width: 120px;
	position: absolute;
	top: -15px; left: 0; right: 0; margin: auto;
	font-size: 12px; color: #FF82AC;
	line-height: 12px;
	content: "このバナーにする！";
}

/* よくある質問 */
.details { border-color: #84ADE1; }
.details h4 { color: #84ADE1; }
.details p {
	padding: 0 10px;
	margin: 0 0 10px;
}

/* よくある質問 */
.faq { border-color: #BC98E4; }
.faq h4 { color: #BC98E4; }
.faq dl dd {
	background: #F2E9FA;
	margin: 0 0 15px;
	padding: 8px 10px;
}

/* サービスについて */
.about { border-color: #78CFC7; }
.about h4 {
	text-align: center;
	border-bottom: 1px solid #78CFC7;
	margin: 20px auto;
}
.about .btn {
	color: #727979;
	padding: 10px 20px;
	font-weight: bold;
	text-shadow: 0 1px #fff;
	background: #FFE862;
	border-color: #c3c7c7;
	box-shadow: 0 2px #c3c7c7;
}
.about .btn:hover {
	background: #ffe989;
}
.about ul.talk {
	margin: 40px 0 0;
}


/* フォレスト＋の紹介 */
.forestplus {
	float: left;
	width: 65%;
	padding: 0 20px;
}
.forestplus img {
	margin: 10px;
}
.theme_slider {
	float: right;
	width: 30%;
}
@media only screen and (max-width: 599px) {
	.forestplus {
		display: block;
		width: 100%;
		padding: 0 0 15px;
		text-align: center;
	}
	.theme_slider {
		width: 100%;
	}
}

/* 機能の説明 */
ul.note {
	text-align: center;
	font-size: 0; line-height: 0;
	overflow: hidden;
	padding: 0 5px;
	margin: 20px 0;
}
ul.note li {
	display: inline-block;
	vertical-align: top;
	width: 25%; height: 190px;
	position: relative;
	font-size: 13px;
	letter-spacing: 0.1em;
	background: #fff;
	padding: 0 10px;
}
ul.note li .ribbon {
	position: absolute;
	top: 10px; left:-5px;
	z-index: 5;
}
ul.note li .ribbon h5 {
	background: rgba(255, 230, 81, 0.9);
	position: relative;
	display: inline-block;
	width: 120px; height: 30px;
	padding: 0 0 0 20px;
	margin: 0;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 2px;
}
ul.note li .ribbon h5:after {
	content: "";
	display: block;
	position: absolute;
	right: -9px; top: 0; bottom: 0; margin: auto;
	height: 0; width: 0;
	border-top: 15px solid rgba(255, 230, 81, 1);
	border-bottom: 15px solid rgba(255, 230, 81, 1);
	border-right: 9px solid transparent;
}
ul.note li .inner {
	padding: 60px 10px 10px;
	border-radius: 10px;
	border: 2px solid #CBD1D1;
}
ul.note li p {
	letter-spacing: 0em;
	margin: 5px 0;
}
ul.note li i {
	font-size: 45px;
	line-height: 50px;
}
ul.note li:nth-child(1) i { color: #FEA190; font-size: 40px; }
ul.note li:nth-child(2) i { color: #78CFC7; font-size: 60px; }
ul.note li:nth-child(3) i { color: #727B7A; }
ul.note li:nth-child(4) i { color: #789ECF; }


/* トップへ戻る */
#top_btn {
	position: fixed;
	display: none;
	bottom: 20px; right: 20px;
	z-index: 10;
}
#top_btn a {
	display: block; padding: 10px;
}

/* フッター */
footer {
	padding: 60px;
	text-align: center;
	color: #c3c7c7;
}


/* 補足クラス */
.u-line {
	font-size: 110%;
	color: #FF82AC;
	display: inline-block; border-bottom: 2px solid #FCEB63;
	line-height: 1;
}
.warning { color: #FF9382; }
.strong { font-weight:bold; }
.clear { clear:both; }
.text-center, center { text-align:center; }
.bg { display: inline-block; }
