@charset "UTF-8";
/*
Theme Name: せせらぎつなぐ保育園
Theme URI: https://syoujinkai-tsunagu.or.jp/seseragi-tsunagu/
Description: せせらぎつなぐ保育園
Author: せせらぎつなぐ保育園
Author URI: https://syoujinkai-tsunagu.or.jp/seseragi-tsunagu/
Version: 0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html{
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
}

body{
	line-height: 1;
	height: 100%;
	width: 100%;
	position: relative;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-feature-settings : "palt"1;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

palt{
	clear: both;
	font-weight: normal;
}

ol, ul{
	list-style: none;
}

blockquote{
	quotes: none;
}

blockquote:before, blockquote:after{
	content: '';
	content: none;
}

del{
	text-decoration: line-through;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

a img{
	border: none;
}

/* =Print CSS
-------------------------------------------------------------- */
body{
	-webkit-print-color-adjust: exact;
}

/* =img markup
-------------------------------------------------------------- */
img{
	border: none;
	object-fit: cover;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.object-fit-img{
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

img:hover{
	opacity: 1;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

img:hover{
	opacity: 0.5;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.page img:hover{
	opacity: 1.0;
}

*:before,
*:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

span.red{
    color: #e95244;
}

span.bold{
	font-family: 'tsukuA';
}

#content p.anno{
    font-size: 13px;
    font-size: 1.3rem;
}

#content p{
    font-size: 14px;
    font-size: 1.4rem;
    text-align: justify;
    text-justify: inter-ideograph;
}

.pc{display: block;}
.tb{display: none;}
.sp{display: none;}
.br-sp{display: none;}
.br-pc{display: block;}

/* =Layout
-------------------------------------------------------------- */
article,
section{
	display: block;
}

.section,
.article{
	margin-bottom: 5.0em;
	display: block;
    overflow: hidden;
}

#container{
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}

#content{
	margin: 0 282px 0 0;
}

.home #content{
	margin: 0 0 0 0;
}

#primary,
#secondary{
	float: right;
	overflow: hidden;
	width: 220px;
}

#primary{	
}
	
#secondary{
	clear: right;
}

#footer{
	clear: both;
	width: 100%;
}

.404{
	text-align: center;
}

.one-column #content{
	margin: 0 auto;
	width: 100%;
	margin-bottom: 60px;
}

.single-attachment #content{
	margin: 0 auto;
	width: 900px;
}

/* =Fonts
-------------------------------------------------------------- */
body{
	font-family: 'Shuei', Helvetica, 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif;
}

@font-face{
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
		url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), 
		url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), 
		url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), 
		url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'Shuei';
	src:url('fonts/Shuei_L.eot');	/* IE9 Compat Modes */
	src:url('fonts/Shuei_L.eot?#iefix') format('eot'),	/* IE6-IE8 */
		url('fonts/Shuei_L.woff') format('woff'),
		url('fonts/Shuei_L.otf');
}

@font-face{
	font-family: 'tsukuA';
	src:url('fonts/TsukuARd.eot');	/* IE9 Compat Modes */
	src:url('fonts/TsukuARd.eot?#iefix') format('eot'),	/* IE6-IE8 */
		url('fonts/TsukuARd.woff') format('woff'),
		url('fonts/TsukuARd.otf');
}

@font-face{
	font-family: 'yawarakadragon';
		src:url('fonts/yawarakadragon.eot');	/* IE9 Compat Modes */
        src:url('fonts/yawarakadragon.eot?#iefix') format('eot'),	/* IE6-IE8 */
		url('fonts/yawarakadragon.otf'),
		url('fonts/yawarakadragon.woff') format('woff'),
		url('fonts/yawarakadragon.woff2') format('woff2');
}

/* =Structure
-------------------------------------------------------------- */
.inner{
	margin: 0 auto;
	width: 1000px;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.inner:after{
	content: "";
	overflow: hidden;
	clear: both;
	visibility: hidden;
	height: 0;
	display: block;
}

.w700{
	margin: 0 auto;
	width: 700px;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.w740{
	margin: 0 auto;
	width: 740px;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.w800{
	margin: 0 auto;
	width: 800px;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.w.top_news{
	margin: 0 auto;
	width: 800px;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

/* =Global Elements
-------------------------------------------------------------- */
body{
	background: #f0faff;
}

body,
input,
textarea{
	color: #774f4a;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}

#content input{
	font-size: 16px !important;
	font-size: 1.6rem !important;
}

hr{
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

p{
	margin-bottom: 1.8em;
}

ul{
	list-style: none;
}

ol{
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}

ol ol{
	list-style: upper-alpha;
}

ol ol ol{
	list-style: lower-roman;
}

ol ol ol ol{
	list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul{
	margin-bottom: 0;
}

b{
	font-family: 'tsukuA';
}

em{
	font-style: normal;
	color: #e95244;
	font-size: 12px;
	font-size: 1.2rem;
	float: right;
	margin-top: 2px;
}

big{
	font-size: 131.25%;
}

ins{
	background: #ffc;
	text-decoration: none;
}

blockquote{
	font-style: italic;
	padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i{
	font-style: normal;
}

pre{
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}

abbr,
acronym{
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub{
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup{
	bottom: 1ex;
}

sub{
	top: .5ex;
}

small{
	font-size: smaller;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea{
	outline: none;
	background: #fff;
	border: none;
	border-radius: 0;
	width: 100%;
	font-family: 'tsukuA';
	font-feature-settings : "palt"1;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

a,
a:link,
a:visited,
a:hover,
a:active{
	color: #774f4a;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover{
	color: #ffaf28;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

::selection{
	background: #e1f5f9;
}

::-moz-selection{
	background: #e1f5f9;
}

.mb0{margin-bottom: 0 !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}
.center{text-align: center;}

.screen-reader-text{
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

/* =404
-------------------------------------------------------------- */
.error404{
	text-align: center;
}

#content .error404 .entry-title{
	margin-top: 80px;
	margin-bottom: 20px;
}

#content .error404 .entry-content{
	margin-bottom: 80px;
}

#content .error404 p{
    text-align: center;
    margin-bottom: 35px;
}

.error404 input#s{
	margin-bottom: 20px;
}

/* =Header
-------------------------------------------------------------- */
#header{
	position: relative;
	margin-bottom: 40px;
}

.home #header{
	margin-bottom: 0;
}

.blog #header,
.single #header,
.cateory #header,
.archive #header{
	margin-bottom: 60px;
}

#header:after{
	content: '';
	display: block;
	background: url(images/line_dot.svg) center bottom no-repeat;
	background-size: cover;
	width: 100%;
	height: 12px;
	margin-top: 30px;
}

#masthead{
	position: relative;
}

#masthead:before{
	content: '';
	display: block;
	background: url(images/deco_ripple_1.png) no-repeat;
	background-size: 150px 150px;
	width: 150px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#masthead:after{
	content: '';
	display: block;
	background: url(images/deco_ripple_2.png) no-repeat;
	background-size: 150px 150px;
	width: 150px;
	height: 150px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

#site-description{
	color: #774f4a;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	padding-top: 10px;
	margin-bottom: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#site-title{
	width: 220px;
	height: 220px;
	display: block;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -110px;
	z-index: 5;
	animation: onekakudai ease-in-out 2.5s alternate;
	-webkit-animation: onekakudai ease-in-out 2.5s alternate;
	-moz-animation: onekakudai ease-in-out 2.5s alternate;
}

@keyframes onekakudai{
	0%{transform: scale(1);}
	50%{transform: scale(1.05);}
	100%{transform: scale(1);}
}

@-webkit-keyframes onekakudai{
	0%{transform: scale(1);}
	50%{transform: scale(1.05);}
	100%{transform: scale(1);}
}

@-moz-keyframes onekakudai{
	0%{transform: scale(1);}
	50%{transform: scale(1.05);}
	100%{transform: scale(1);}
}

#site-title a{
	background: url(images/logo.png) 0 0 no-repeat;
	background-size: 220px 220px;
	width: 220px;
	height: 220px;
	display: block;
	text-indent: -9999px;
}

.h_link{
	position: absolute;
	top: 15px;
	right: 20px;
	overflow: hidden;
}

.h_link ul{
	display: flex;
}

.h_link ul li{
	width: 130px;
}

.h_link ul li:nth-of-type(1){
	margin-right: 10px;
}

.h_link ul li a{
	text-align: center;
	display: block;
	padding: 6px 0 4px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	background: #ffaf28;
	border: 1px solid #ffaf28;
	color: #fff;
	border-radius: 15px;
	font-family: 'tsukuA';
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.0;
}

.h_link ul li a:before{
	content: '';
	display: inline-block;
	background: url(images/icon_recruitment.svg) no-repeat;
	background-size: 22px 16px;
	width: 22px;
	height: 16px;
	vertical-align: middle;
	margin: 0 10px 2px 0;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.h_link ul li.h_link_disclosure a:before{
	background: url(images/icon_disclosure.svg) no-repeat;
	background-size: 22px 16px;
}

.h_link ul li a:hover{
	background: none;
	color: #ffaf28;
}

.h_link ul li a:hover:before{
	background: url(images/icon_recruitment_2.svg) no-repeat;
	background-size: 22px 16px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.h_link ul li.h_link_disclosure a:hover:before{
	background: url(images/icon_disclosure_2.svg) no-repeat;
	background-size: 22px 16px;
}

/* =Menu
-------------------------------------------------------------- */
#access{
	display: block;
	margin-bottom: 30px;
}

#access ul{
	list-style: none;
	margin: 0;
	display: flex;
	justify-content: space-between;
}

#access ul li{
	position: relative;
	width: 12%;
	border-right: 2px dotted #ffdc64;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#access ul li:nth-of-type(1),
#access ul li:nth-of-type(4){
	border-left: 2px dotted #ffdc64;
}

#access ul li:nth-of-type(3){
	margin-right: 27%;
}

#access ul li a{
	display: block;
	font-size: 17px;
	font-size: 1.7rem;
	font-family: 'tsukuA';
	text-align: center;
	text-decoration: none;
	padding: 8px 0 10px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	line-height: 1.0;
}

#access ul li a:before{
	content: '';
	display: block;
	background: url(images/globalmenu_01.svg) no-repeat;
	background-size: 56px 50px;
	width: 56px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 5px;
}

#access ul li:nth-of-type(2) a:before{
	background: url(images/globalmenu_02.svg) no-repeat;
	background-size: 56px 50px;
}

#access ul li:nth-of-type(3) a:before{
	background: url(images/globalmenu_03.svg) no-repeat;
	background-size: 56px 50px;
}

#access ul li:nth-of-type(4) a:before{
	background: url(images/globalmenu_04.svg) no-repeat;
	background-size: 56px 50px;
}

#access ul li:nth-of-type(5) a:before{
	background: url(images/globalmenu_05.svg) no-repeat;
	background-size: 56px 50px;
}

#access ul li:nth-of-type(6) a:before{
	background: url(images/globalmenu_06.svg) no-repeat;
	background-size: 56px 50px;
}

#access ul li a:hover:before{
	animation: pendulum ease-in-out 0.5s infinite alternate;
	-webkit-animation: pendulum ease-in-out 0.5s infinite alternate;
	-moz-animation: pendulum ease-in-out 0.5s infinite alternate;
}

@keyframes pendulum{
	0%{transform: rotate(10deg);}
	100%{transform: rotate(-10deg);}
}

@-webkit-keyframes pendulum{
	0%{-webkit-transform: rotate(10deg);}
	100%{-webkit-transform: rotate(-10deg);}
}

@-moz-keyframes pendulum{
	0%{-moz-transform: rotate(10deg);}
	100%{-moz-transform: rotate(-10deg);}
}

#access ul ul{
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}

#access ul ul li{
	min-width: 180px;
}

#access ul ul li a{
	background: #774f4a;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}

#access ul li:hover > ul{
	display: block;
}

/* =ドロワーメニュー
-------------------------------------------------------------- */
.drawer{
	display: block;
}

nav.drawer-nav{
	width: 440px !important;
	min-height: 100vh !important;
	background: #eaf5fc !important;
	padding: 20px 0 0 0 !important;
	overflow: hidden !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow-y: auto !important;
	z-index: 100 !important;
}

button.drawer-toggle{
	width: 30px;
	top: 20px;
	right: 20px !important;
}

.drawer-hamburger{
	z-index: 1000 !important;
	padding: 16px 10px 23px 10px !important;
	background: #ffaf28 !important;
	border-radius: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before{
	height: 3px !important;
	background-color: #fff !important;
	border-radius: 2px;
}

.drawer-open .drawer-hamburger-icon{
	background-color: transparent !important;
}

.drawar-humburger-text{
	position: absolute;
	display: flex;
	right: 13px;
	bottom: -8px;
	height: 40px;
	align-items: center;
	text-align: right;
	transition: opacity 0.2s ease-in;
	letter-spacing: 1px;
	color: #e56649;
	display: none !important;
}

.drawer--right .drawer-nav{
	right: -440px !important;
}

.drawer-open .drawer-nav{
	right: 0 !important;
}

.drawer-overlay{
	z-index: 40 !important;
	background-color: rgba(0, 0, 0, .5) !important;
}

.d_sitetitle a{
	background: url(images/logo.png) 0 0 no-repeat;
	background-size: 140px 140px;
	width: 140px;
	height: 140px;
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
	margin-bottom: 20px;
}

ul.drawer-menu{
	display: flex;
	flex-flow: wrap;
	padding: 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 10px;
}

ul.drawer-menu li{
	width: calc((100% - 10px) / 2);
	width: -webkit-calc((100% - 10px) / 2);
	margin-right: 10px;
	margin-bottom: 10px;
}

ul.drawer-menu li:nth-of-type(2n){
	margin-right: 0;
}

ul.drawer-menu li:last-child{
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}

ul.drawer-menu li a{
	width: 100%;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #00b8ee;
	color: #fff;
	font-family: 'tsukuA';
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0;
	border: 2px dotted #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.drawer-nav .f_tel{
	text-align: center;
}

.drawer-nav .f_tel a,
.drawer-nav .f_tel a:hover{
	color: #00b8ee;
}

.link_corporation{
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	margin: 0 auto;
	margin-top: 15px;
}

.link_corporation a{
	font-family: 'tsukuA' !important;
	border-radius: 20px !important;
	padding: 8px 0 7px 0 !important;
}

/* =Slick Slider
-------------------------------------------------------------- */
.top_slider_block{
	overflow: hidden;
	padding-bottom: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.top_slider{
	clear: both;
	width: 100%;
	height: auto;
}

.top_slider ul.slider{
    margin: 0 auto !important;
    width: 100%;
    overflow: inherit !important;
}
.slider{
  display: none;
}

.slider.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}

.slick-track{
	overflow: hidden !important;
}

.slick-list{
	overflow: inherit !important;
}

.top_slider ul.slick-slider li{
	outline: none;
}

.top_slider ul.slick-slider li img{
	width: 100%;
    height: auto;
}

.top_slider ul.slick-dots{
	bottom: -10px;
}

.top_slider ul.slick-dots li{
	width: 14px;
	height: 14px;
	margin: 0 7px;
}

.top_slider ul.slick-dots li button{
	padding: 0;
	width: 14px;
	height: 14px;
}

.top_slider ul.slick-dots li button:before{
	content: '■';
	width: 14px;
	height: 14px;
	line-height: 14px;
	color: #fccf00;
	opacity: 1;
	font-size: 17px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.top_slider ul.slick-dots li.slick-active button:before{
	color: #f08c00;
}

.top_slider ul.slick-dots li button:hover:before{
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.slider_chara{
	line-height: 0;
	position: absolute;
	z-index: 5;
}

.slider_chara img{
	pointer-events: none;
}

.slider_chara_blue{
	top: 9%;
	left: 3%;
	animation: pikopiko 2s steps(2, start) infinite;
}

@keyframes pikopiko{
	0%{
		transform: rotate(7deg);
	}
	to{
		transform: rotate(-7deg);
	}
}

.slider_chara_yellow{
	top: 4%;
	right: 5%;
	animation: pikopiko_green 1.8s steps(2, start) infinite;
}

@keyframes pikopiko_green{
    0%{
        transform: rotate(-5deg);
    }
    to{
        transform: rotate(5deg);
    }
}

.slider_chara_purple{
	left: 6%;
	bottom: 0;
	animation: pikopiko_purple 1.8s steps(2, start) infinite;
}

@keyframes pikopiko_purple{
    0%{
        transform: rotate(-5deg);
    }
    to{
        transform: rotate(5deg);
    }
}

.slider_chara_red{
	left: 16%;
	bottom: 0;
	animation: pikopiko_red 1.6s steps(2, start) infinite;
}

@keyframes pikopiko_red{
	0%{
	    transform: rotate(-6deg);
	}
	to{
	    transform: rotate(6deg);
	}
}

.slider_chara_green{
	right: 20px;
	bottom: 0;
	animation: pikopiko_orange 1.4s steps(2, start) infinite;
}

@keyframes pikopiko_orange{
	0%{
	    transform: rotate(-7deg);
	}
	to{
	    transform: rotate(7deg);
	}
}

/* =Content
-------------------------------------------------------------- */
#main{
	clear: both;
	overflow: hidden;
	padding: 0 0 0 0;
}

#content{
	margin-bottom: 100px;
	overflow: hidden;
}

#content,
#content input,
#content textarea{
	color: #774f4a;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}

#content textarea{
	font-size: 16px;
	font-size: 1.6rem;
}

#content p,
#content ul,
#content ol,
#content pre,
#content hr{
	margin-bottom: 1.8em;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul{
	margin-bottom: 0;
}

#content pre,
#content kbd,
#content tt,
#content var{
	font-size: 14px;
	line-height: 1.8;
}

#content code{
	font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
	font-weight: normal;
	font-family: 'tsukuA';
	color: #774f4a;
	line-height: 1.8;
	margin: 0 0 20px 0;
}

#content table{
	border: 1px solid #ccc;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
    margin-bottom: 10px;
}

#content tr th,
#content tr td{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #774f4a;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 10px 20px;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	font-weight: normal;
}

.hentry{
	margin: 0 0 0 0;
}

.home .sticky{
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}

.page-title{
	color: #000;
	font-size: 14px;
	font-family: 'tsukuA';
	margin: 0 0 36px 0;
}

.page-title span{
	color: #774f4a;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

.page-title a:link,
.page-title a:visited{
	color: #777;
	text-decoration: none;
}

.page-title a:active,
.page-title a:hover{
	color: #e95244;
}

#content h3.f-title{
	font-family: 'yawarakadragon', 'tsukuA';
	font-size: 48px;
	font-size: 4.8rem;
    text-align: center;
    line-height: 1.0;
    color: #00b8ee;
    font-weight: normal;
    letter-spacing: -4.5px;
    margin-bottom: 15px;
}

#content h3.entry-title,
h3.entry-title{
	text-align: center;	
	margin-bottom: 55px;
	font-weight: normal;
	line-height: 1.0;
	font-size: 42px;
	font-size: 4.2rem;
	color: #00b8ee;
	letter-spacing: -4px;
	font-family: 'yawarakadragon', 'tsukuA';
}

#content h3.entry-title span,
h3.entry-title span{
	position: relative;
	display: inline-block;
	border-bottom: 6px solid #ffdc64;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 0 50px 20px 50px;
}

#content h3.entry-title span:before,
h3.entry-title span:before,
#content .p_sitepolicy h3.entry-title span:before{
	content: '';
	display: block;
	background: url(images/entrytitle_chara_orange.svg) no-repeat;
	background-size: 76px 109px;
	width: 76px;
	height: 109px;
	position: absolute;
	top: -68px;
	left: -74px;
	z-index: 1;
	animation: pyonpyon 3s infinite ease;
}

#content .p_guidance h3.entry-title span:before{
	background: url(images/entrytitle_chara_red.svg) no-repeat;
	background-size: 77px 129px;
	width: 77px;
	height: 129px;
	top: -86px;
	left: -77px;
}

.blog h3.entry-title span:before,
.category h3.entry-title span:before,
.archive h3.entry-title span:before,
.single h3.entry-title span:before,
#content .p_philosophy h3.entry-title span:before{
	background: url(images/entrytitle_chara_yellow.svg) no-repeat;
	background-size: 83px 138px;
	width: 83px;
	height: 138px;
	top: -98px;
	left: -82px;
}

#content .p_nurseries h3.entry-title span:before,
#content .p_about h3.entry-title span:before{
	background: url(images/entrytitle_chara_green.svg) no-repeat;
	background-size: 63px 134px;
	width: 63px;
	height: 134px;
	top: -96px;
	left: -62px;
}

#content .p_access h3.entry-title span:before,
#content .p_annually h3.entry-title span:before{
	background: url(images/entrytitle_chara_blue.svg) no-repeat;
	background-size: 84px 143px;
	width: 84px;
	height: 143px;
	top: -103px;
	left: -70px;
}

#content .p_daily h3.entry-title span:before,
#content .p_privacypolicy h3.entry-title span:before{
	background: url(images/entrytitle_chara_blue2.svg) no-repeat;
	background-size: 81px 126px;
	width: 81px;
	height: 126px;
	top: -88px;
	left: -81px;
}

#content .p_disclosure h3.entry-title span:before,
#content .p_sustainable h3.entry-title span:before{
	background: url(images/entrytitle_chara_purple.svg) no-repeat;
	background-size: 76px 89px;
	width: 76px;
	height: 89px;
	top: -50px;
	left: -76px;
}

.blog h3.entry-title span:before,
.single h3.entry-title span:before,
.cateory h3.entry-title span:before,
.archive h3.entry-title span:before{
	display: none;
}

#content .single-title{
	border-top: 2px dotted #00b8ee;
	border-bottom: 2px dotted #00b8ee;
	padding: 12px 0 10px 0;
	margin-bottom: 10px;
	text-align: left !important;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: normal;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.entry-title a:link,
.entry-title a:visited{
	color: #774f4a;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover{
	color: #e95244;
}

.entry-meta{
	margin-bottom: 30px;
}

span.meta-prep.meta-prep-author,
span.meta-sep,
span.author.vcard,
.entry-utility{
    display: none;
}

.entry-meta abbr,
.entry-utility abbr{
	border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover{
	border-bottom: 1px dotted #666;
}

.entry-content,
.entry-summary{
	clear: both;
}

.entry-content .more-link{
	white-space: nowrap;
}

#content .entry-summary p:last-child{
	margin-bottom: 12px;
}

.entry-content fieldset legend{
	background: #fff;
	color: #774f4a;
	font-family: 'tsukuA';
	padding: 0 24px;
}

.entry-content input{
	margin: 0 0 0 0;
	padding: 7px 10px;
}
.entry-content input.file,
.entry-content input.button{
	margin-right: 24px;
}

.entry-content label{
	color: #774f4a;
	font-size: 14px;
}

.entry-content select{
	margin: 0 0 0 0;
}

.entry-content sup,
.entry-content sub{
	font-size: 10px;
}

.entry-content blockquote.left{
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}

.entry-content blockquote.right{
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

.page-link{
	clear: both;
	color: #774f4a;
	font-family: 'tsukuA';
	line-height: 48px;
	word-spacing: 0.5em;
}

.page-link a:link,
.page-link a:visited{
	background: #f1f1f1;
	color: #774f4a;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.home .sticky .page-link a{
	background: #d9e8f7;
}

.page-link a:active,
.page-link a:hover{
	color: #e95244;
}

body.page .edit-link{
	clear: both;
	display: block;
}

#entry-author-info{
	background: #f2f7fc;
	border-top: 4px solid #774f4a;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}

#entry-author-info #author-avatar{
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}

#entry-author-info #author-description{
	float: left;
	margin: 0 0 0 104px;
}

#entry-author-info h2{
	color: #774f4a;
	font-size: 100%;
	font-family: 'tsukuA';
	margin-bottom: 0;
}

.entry-utility{
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}

.entry-meta a:hover,
.entry-utility a:hover{
	color: inherit;
}

#content .video-player{
	padding: 0;
}

.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player{
	margin-bottom: 24px;
}

span.author{
	display: none;
}

.none{
	display: none !important;
}

.more{
	display: block;
	clear: both;
}

.more a{
	display: block;
    font-family: 'tsukuA';
    width: 250px;
    margin: 0 auto;
    display: block;
    text-align: center;
	background: #ffaf28;
	color: #fff;
	border-radius: 23px;
	padding: 10px 0 9px 0;
	border: 1px solid #ffaf28;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.more a:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(images/icon_arrow.svg) no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    margin: 0 0 0.3em 0.5em;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.more a:hover{
	background: none;
	color: #ffaf28;
}

.more a:hover:after{
	background: url(images/icon_arrow_3.svg) no-repeat;
    background-size: 16px 16px;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.img_center{
	text-align: center;
	margin: 0 auto;
	line-height: 0;
}

.p_eyecatch{
	line-height: 0;
	width: 100%;
	margin-bottom: 50px;
}

.p_eyecatch img{
	width: 100%;
	height: auto;
	border-radius: 30px;
	pointer-events: none;
}

.p_eyecatch img:hover{
	opacity: 1.0;
}

.p_intro{
	margin-bottom: 55px;
}

#content .p_intro p{
	text-align: center;
	font-family: 'tsukuA';
	margin-bottom: 0;
	font-size: 21px;
	font-size: 2.1rem;
}

@-webkit-keyframes hvr-wobble-vertical{
	16.65%{
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	33.3%{
    	-webkit-transform: translateY(-6px);
    	transform: translateY(-6px);
	}
	49.95%{
    	-webkit-transform: translateY(4px);
    	transform: translateY(4px);
	}
	66.6%{
    	-webkit-transform: translateY(-2px);
    	transform: translateY(-2px);
	}
	83.25%{
    	-webkit-transform: translateY(1px);
    	transform: translateY(1px);
	}
	100%{
    	-webkit-transform: translateY(0);
    	transform: translateY(0);
	}
}
@keyframes hvr-wobble-vertical{
	16.65%{
    	-webkit-transform: translateY(8px);
    	transform: translateY(8px);
	}
	33.3%{
    	-webkit-transform: translateY(-6px);
    	transform: translateY(-6px);
	}
	49.95%{
    	-webkit-transform: translateY(4px);
    	transform: translateY(4px);
	}
	66.6%{
    	-webkit-transform: translateY(-2px);
    	transform: translateY(-2px);
	}
	83.25%{
    	-webkit-transform: translateY(1px);
    	transform: translateY(1px);
	}
	100%{
    	-webkit-transform: translateY(0);
    	transform: translateY(0);
	}
}

.hvr-wobble-vertical{
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-vertical:hover,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:active{
	-webkit-animation-name: hvr-wobble-vertical;
	animation-name: hvr-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.fade{
	opacity: 0;
	transition: opacity 0.6s;
}
 
.fade.view{
	opacity: 1;
}

.mask-wrap{
	display: table;
	overflow: hidden;
}

.mask-wrap .mask{
	display: table;
	position: relative;
	left: -99.9%;
	overflow: hidden;
}

.mask-wrap .mask-bg{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #c21a1f;
}

.box{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.box .boxInner{
	width: inherit;
	height: inherit;
	opacity: 0;
}

@keyframes play{
    from{
      transform: translateX(-100%);
    }
  
    to{
      transform: translateX(0);
    }
}

@keyframes maskOut{
    from{
      transform: translateX(0);
    }
  
    to{
      transform: translateX(100%);
    }
}

.isPlay{
    animation-name: play;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8,0,.5,1);
    position: relative;
    opacity: 1 !important;
}

.isPlay:before{
    animation-name: maskOut;
    animation-duration: .3s;
    animation-delay: .6s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8,0,.5,1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #c21a1f;
}

.jumbi{
	text-align: center;
	font-family: 'tsukuA';
	font-size: 21px;
	font-size: 2.1rem;
}

/* =Swipebox
-------------------------------------------------------------- */
#swipebox-prev{
    background-image: url(images/swipebox_prev.png) !important;
    background-size: 22px 38px;
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 22px !important;
    height: 38px !important;
    background-position: inherit !important;
}

#swipebox-next{
    background-image: url(images/swipebox_next.png) !important;
    background-size: 22px 38px;
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 22px !important;
    height: 38px !important;
    background-position: inherit !important;
}

#swipebox-close{
    background-image: url(images/swipebox_close.png) !important;
    background-size: 31px 31px;
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 31px !important;
    height: 31px !important;
    background-position: inherit !important;
    top: 5% !important;
    right: 60px !important;
}

#swipebox-bottom-bar{
	background: none !important;
	top: 50% !important;
}

#swipebox-arrows{
	width: 86% !important;
    max-width: inherit !important;
}

/* =Asides
-------------------------------------------------------------- */
.home #content .format-aside p,
.home #content .category-asides p{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides{
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content{
	padding-top: 0;
}

/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img{
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb{
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility{
	padding-top: 4px;
}

/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption{
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before{
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after{
	content: '\00a0\2192';
}

/* =Images
-------------------------------------------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img{
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft{
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright{
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter{
	margin-bottom: 12px;
}
.wp-caption{
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important;
	padding: 4px;
	text-align: center;
}
.wp-caption img{
	margin: 5px 5px 0;
	max-width: 622px;
}
.wp-caption p.wp-caption-text{
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley{
	margin: 0;
}
.gallery{
	margin: 0 auto 18px;
}
.gallery .gallery-item{
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item{
	width: 50%;
}
.gallery-columns-4 .gallery-item{
	width: 25%;
}
.gallery img{
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium{
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail{
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption{
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl{
	margin: 0;
}
.gallery img{
	border: 10px solid #f1f1f1;
}
.gallery br+br{
	display: none;
}
#content .attachment img{
	display: block;
	margin: 0 auto;
}

/* =Comments
-------------------------------------------------------------- */
#comments{
	clear: both;
}
#comments .navigation{
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title{
	color: #774f4a;
	font-size: 20px;
	font-family: 'tsukuA';
	margin-bottom: 0;
}
h3#comments-title{
	padding: 24px 0;
}
.commentlist{
	list-style: none;
	margin: 0;
}
.commentlist li.comment{
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol{
	margin-bottom: 18px;
}
#comments .comment-body p:last-child{
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child{
	margin-bottom: 24px;
}
.commentlist ol{
	list-style: decimal;
}
.commentlist .avatar{
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author cite{
	color: #774f4a;
	font-style: normal;
	font-family: 'tsukuA';
}
.comment-author .says{
	font-style: italic;
}
.comment-meta{
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited{
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover{
	color: #e95244;
}
.reply{
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link{
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover{
	color: #e95244;
}
.commentlist .children{
	list-style: none;
	margin: 0;
}
.commentlist .children li{
	border: none;
	margin: 0;
}
.nopassword,
.nocomments{
	display: none;
}
#comments .pingback{
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback{
	margin-top: -6px;
}
#comments .pingback p{
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url{
	font-size: 13px;
	font-style: italic;
}
#respond{
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p{
	margin: 0;
}
#respond .comment-notes{
	margin-bottom: 1em;
}
.form-allowed-tags{
	line-height: 1em;
}
.children #respond{
	margin: 0 48px 0 0;
}
h3#reply-title{
	margin: 18px 0;
}
#comments-list #respond{
	margin: 0 0 18px 0;
}
#comments-list ul #respond{
	margin: 0;
}
#cancel-comment-reply-link{
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required{
	color: #e95244;
	font-family: 'tsukuA';
}
#respond label{
	color: #777;
	font-size: 12px;
}
#respond input{
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea{
	width: 98%;
}
#respond .form-allowed-tags{
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code{
	font-size: 11px;
}
#respond .form-submit{
	margin: 12px 0;
}
#respond .form-submit input{
	font-size: 14px;
	width: auto;
}

/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul{
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul{
}
.widget-area select{
	max-width: 100%;
}
.widget_search #s{
	width: 60%;
}
.widget_search label{
	display: none;
}
.widget-container{
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 0 0;
}
.widget-container .wp-caption img{
	margin: auto;
}
.widget-title{
	color: #774f4a;
	font-family: 'tsukuA';
	background: #F2F2F2;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	font-size: 1.5rem;
}
.widget-area a:link,
.widget-area a:visited{
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover{
	text-decoration: none;
}
.widget-area .entry-meta{
	font-size: 11px;
}
#wp_tag_cloud div{
	line-height: 1.6em;
}
#wp-calendar{
	width: 100%;
}
#wp-calendar caption{
	color: #222;
	font-size: 14px;
	font-family: 'tsukuA';
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead{
	font-size: 11px;
}
#wp-calendar tbody{
	color: #aaa;
}
#wp-calendar tbody td{
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad{
	background: none;
}
#wp-calendar tfoot #next{
	text-align: right;
}
.widget_rss a.rsswidget{
	color: #774f4a;
}
.widget_rss a.rsswidget:hover{
	color: #e95244;
}
.widget_rss .widget-title img{
	width: 11px;
	height: 11px;
}
#main .widget-area ul{
	margin-left: 0;
	padding: 0 0 0 0;
}
#main .widget-area ul ul{
	border: none;
	padding: 0;
	margin-bottom: 30px;
}
#main .widget-area ul ul li{
	margin-bottom: 5px;
}

/* =Pagetop
-------------------------------------------------------------- */
#pagetop{
    position: fixed;
    bottom: 92px;
    right: 35px;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all .5s;
    transition: all .5s;
}

#pagetop a{
    position: relative;
    display: block;
    width: 62px;
    height: 84px;
    font-size: 0;
    text-align: center;
    text-decoration: none;
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
}

#pagetop.show{
    z-index: 50;
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0)
}

#pagetop img:hover{
	opacity: 1.0;
}

/* =Footer
-------------------------------------------------------------- */
.footer_chara{
	position: relative;
}

.home .footer_chara{
	background-color: #fff;
}

.footer_chara:before{
	content: '';
	display: block;
	background: url(images/footer_chara_ss.svg) no-repeat;
	background-size: 800px 150px;
	width: 800px;
	height: 150px;
	position: absolute;
	left: 50%;
	bottom: 50px;
	margin-left: -400px;
	z-index: 1;
	animation: pyonpyon 3s infinite ease;
}

.footer_chara:after{
	content: '';
	display: block;
	background: url(images/footer_chara_bg_s.svg) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 112px;
	z-index: -1;
}

.cloud_block{
	content: '';
	display: block;
	width: 100%;
	height: 180px;
	position: relative;
}

.cloud_block:before{
	content: '';
	display: block;
	background: url(images/deco_cloud.svg) no-repeat;
	background-size: 134px 84px;
	width: 134px;
	height: 84px;
	position: absolute;
	left: 0;
	top: 20px;
	animation: cloud ease-in-out 2s infinite alternate;
	-webkit-animation: cloud ease-in-out 2s infinite alternate;
	-moz-animation: cloud ease-in-out 2s infinite alternate;
}

.cloud_block:after{
	content: '';
	display: block;
	background: url(images/deco_cloud.svg) no-repeat;
	background-size: 134px 84px;
	width: 134px;
	height: 84px;
	position: absolute;
	right: 0;
	top: 0;
	animation: cloud ease-in-out 2s infinite alternate;
	-webkit-animation: cloud ease-in-out 2s infinite alternate;
	-moz-animation: cloud ease-in-out 2s infinite alternate;
	animation-delay: 1s;
}

#footer{
	background: #fff;
	overflow: hidden;
	display: block;
}

#colophon{
	padding: 30px 0 50px 0;
	position: relative;
}

#site-info{
	width: 160px;
	height: 160px;
	display: block;
	clear: both;
	margin-right: 20px;
}

#site-info a{
	background: url(images/logo_2.png) 0 0 no-repeat;
	background-size: 160px 160px;
	width: 160px;
	height: 160px;
	display: block;
	text-indent: -9999px;
}

.f_info{
	display: flex;
}

.f_info_block{
	padding-top: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_info_block h3{
	margin-bottom: 12px;
}

.f_info_block h3 a{
	display: block;
	text-indent: -9999px;
	background: url(images/logo_name.svg) no-repeat;
	background-size: 280px 28px;
	width: 280px;
	height: 28px;
}

p.add{
	margin-bottom: 5px;
	line-height: 1.4;
}

.f_tel p{
	margin-bottom: 0;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.5px;
}

.f_tel a{
	font-size: 28px;
	font-size: 2.8rem;
	color: #ffaf28;
	font-family: 'tsukuA' !important;
	line-height: 1.0;
}

.f_tel a:before{
	font-family: 'FontAwesome';
	content: "\f095";
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 2.5rem;
	margin-right: 0.25em;
}

.f_tel a:hover{
	color: #774f4a;
}

#footer-widget-area{
	position: absolute;
	top: 10px;
	right: 20px;
}

#first ul.xoxo{
	display: flex;
}

#first ul.xoxo li.widget-container{
	border-right: 2px dotted #ffdc64;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 10px 25px 8px 25px;
}

#first ul.xoxo li#nav_menu-15{
	border-left: 2px dotted #ffdc64;
}

#first ul.menu li{
	line-height: 1.0;
	margin-bottom: 15px;
}

#first ul.menu li:last-child{
	margin-bottom: 0;
}

#first ul.menu li a{
	font-family: 'tsukuA';
	font-size: 15px;
	font-size: 1.5rem;
}

#first ul.menu li a:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(images/icon_arrow_5.svg) no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	margin: 0 0.3em 0.25em 0;
}

.f_policy ul{
	float: right;
	text-align: center;
	margin-bottom: 30px;
}

.f_policy ul li{
	display: inline-block;
	border-left: 1px solid #774f4a;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	line-height: 1.2;
	padding: 0 10px;
}

.f_policy ul li:last-child{
	border-right: 1px solid #774f4a;
}

.f_policy ul li a{
	font-size: 12px;
	font-size: 1.2rem;
	font-family: 'tsukuA';
}

.copyright{
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00b8ee;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
}

/* =Contact
-------------------------------------------------------------- */
.recaptcha{
    margin: 40px 0;
    display: none;
}

.contact{
	margin-bottom: 55px;
}

#content .contact p{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

#content .contact_form .center p{
	margin-bottom: 0;
}

#content table.contact_table{
	margin-bottom: 20px;
	border: none;
}

#content table.contact_table tr th,
#content table.contact_table tr td{
	clear: both;
	padding: 12px;
	border: 2px dotted #00b8ee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	vertical-align: top;
}

#content table.contact_table tr th{
	width: 36%;
	padding: 20px 15px 12px 15px;
	font-family: 'tsukuA';
	font-size: 16px;
	font-size: 1.6rem;
}

table.contact_table em{
	font-style: normal;
	color: #ffaf28;
	font-size: 13px;
	font-size: 1.3rem;
	font-family: 'tsukuA';
	float: right;
	margin-top: 2px;
	font-weight: normal;
}

#content table.contact_table tr:nth-of-type(7) td{
	padding-top: 23px;
}

.entry-content .wpcf7 input{
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content table.contact_table textarea,
textarea.wpcf7-form-control.wpcf7-textarea{
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 10px;
    height: 180px;
}

.c-title{
    background: #00b8ee;
    color: #fff;
    padding: 10px 0 8px 15px;
    margin-bottom: 10px;
    font-family: 'tsukuA';
}

#content .contactform p.gray{
	margin-bottom: 60px;
	font-size: 13px;
	font-size: 1.3rem;
}

.confirmation{
    color: #ffaf28;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: 'tsukuA';
    margin-bottom: 30px;
}

.confirmation span.wpcf7-form-control-wrap{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
}

#content input[type="submit"]{
    color: #fff !important;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-appearance: none;
    border: none;
    outline: none;
    font-family: 'tsukuA';
    background: #ffaf28;
    width: 260px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    border-radius: 55px;
}

#content input[type="submit"]:hover{
    background: #774f4a;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.wpcf7-list-item{
    display: block;
    float: left;
    line-height: 1.0;
}

#content .wpcf7-list-item input{
	outline: none;
	float: left;
	width: 16px;
    margin-right: 5px;
}

span.wpcf7-list-item-label{
	line-height: 0.8;
    margin-right: 16px;
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 3px;
    display: inline-block;
}

span.wpcf7-form-control-wrap.your-message{
    display: block;
    line-height: 0;
}

#content table.contact_table select,
select.wpcf7-form-control.wpcf7-select{
	width: 100%;
	height: 42.8px;
	border: none;
	background: #fff;
	color: #774f4a;
	font-feature-settings: "palt"1;
	font-family: 'tsukuA';
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px;
    border-radius: 0;
    outline: none;
}

span.c_arrow{
	position: relative;
}

span.c_arrow:after{
	font-family: 'FontAwesome';
	content: "\f0d7";
	position: absolute;
	right: 10px;
	font-size: 20px;
	font-size: 2.0rem;
	padding-top: 2px;
	pointer-events: none;
}

#content table.contact_table tr td span[data-name="policy"]{
	display: inline-block;
	margin-top: 12px;
	margin-bottom: 5px;
}

input[name="your-zip"]{
	width: 40%;
	margin-bottom: 15px;
}

#content table.contact_table select[name="your-pref"],
input[name="your-addr"]{
	margin-bottom: 15px;
}

/*
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-name2"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-email_confirm"],
.wpcf7 input[name="your-subject"],
.wpcf7 input[name="your-message"]{
    width: 100%;
}
*/

.entry-content .wpcf7 input[type="checkbox"]{
	background: transparent;
    opacity: 0.8;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: button;
    appearance: button;
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    vertical-align: middle;
    padding: 0;
    border-radius: 7px;
}

.entry-content .wpcf7 input[type="checkbox"]:checked::after{
    position: absolute;
    content: "";
    top: 0;
    left: 4px;
    width: 8px;
    height: 14px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

_::-webkit-full-page-media, _:future, :root .entry-content .wpcf7 input[type="checkbox"]:checked::after{
    border-color: #f08c00;
    top: -1px;
    left: 4px;
}

/* 各ベンダープレフィックスが取れた標準版!!
	(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown{
    color: #ccc;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder{
    color: #bebebe;
}

/* Firefox 18- */
:-moz-placeholder{
    color: #c6c6c6;
    opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder{
    color: #c6c6c6;
    opacity: 1;
}

/* IE 10+ */
::-ms-input-placeholder{
    color: #c6c6c6;
}

#content table.contact_table tr td span.wpcf7-not-valid-tip{
    color: #e95244;
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    margin-top: 0.5em;
    clear: both;
}

/* エラーメッセージ */
.wpcf7-validation-errors{
	margin-bottom: 15px;
	color: #e95244;
	font-family: 'tsukuA';
	text-align: center;
}

.screen-reader-response,
.wpcf7-mail-sent-ok{
	margin-bottom: 15px;
	color: #e95244;
	font-family: 'tsukuA';
	text-align: center;
	font-size: 17px;
	font-size: 1.7rem;
}

#content .screen-reader-response p{
    text-align: center;
}

div#wpcf7-f8-p4-o1 ul,
.screen-reader-response ul{
    display: none;
}

.wpcf7-response-output{
    text-align: center;
    color: #e95244;
    font-family: 'tsukuA';
    margin-top: 50px;
    font-size: 16px;
    font-size: 1.6rem;
}

.g_re{
    text-align: center;
    margin-top: 80px;
    border: 1px solid #ccc;
    padding: 20px;
}

.g_re a{
    color: #f08c00;
    text-decoration: underline;
}

.g_re a:hover{
    color: #734f4a;
}

.grecaptcha-badge{
    visibility: hidden;
}

/* =Thanks
-------------------------------------------------------------- */
#content .thanks h4{
	margin-bottom: 45px;
	text-align: center;
	font-size: 19px;
	font-size: 1.9rem;
}

#content .thanks p{
	margin-bottom: 55px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2.0;
	text-align: center;
}

/* =Breadcrumbs（パンくずリスト）
-------------------------------------------------------------- */
.home .bread{
	display: none;
}

.bread{
	margin-bottom: 10px;
}

ul.breadcrumbs{
	float: left;
	width: 100%;
	height: 1.4em;
}

ul.breadcrumbs li{
	float: left;
	padding-right: 0.5em;
	position: relative;
	font-size: 13px;
	font-size: 1.3rem;
}

ul.breadcrumbs li:before{
	font-family: 'FontAwesome';
	content:"\f101";
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #ffaf28;
}

ul.breadcrumbs li:nth-child(1):before{
	font-family: 'FontAwesome';
	content:"\f015";
	display: none;
	margin-right: 0;
	font-size: 17px;
	font-size: 1.7rem;
	color: #ffaf28;
}

ul.breadcrumbs li a{
	text-decoration: none;
	font-size: 13px;
	font-size: 1.3rem;
}

/* =Policy
-------------------------------------------------------------- */
#content h4.policy_title{
	background: #00b8ee;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	border-left: 6px solid #ffdc64;
	padding: 12px 0 10px 16px;
	letter-spacing: 0.5px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	margin-bottom: 20px;
}

#content .policy ul{
    margin-left: 1.5em;
    margin-bottom: 30px;
}

.policy ul li{
    list-style: decimal;
    margin-bottom: 10px;
    text-align: justify;
    text-justify: inter-ideograph;
}

#content .policy p{
	margin-bottom: 30px;
	letter-spacing: 0.5px;
}

/* =News ticker
-------------------------------------------------------------- */
.top_news{
	border-bottom: 1px solid #ffdc64;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 25px 0 24px 0;
}

.top_news .inner{
	display: flex;
}

#content .top_news h3{
	font-size: 27px;
	font-size: 2.7rem;
	letter-spacing: 3px;
	font-family: 'tsukuA';
	margin-bottom: 0;
	line-height: 1.0;
	width: 114px;
	margin-right: 50px;
}

#ticker{
	width: calc(100% - 304px);
	width: -webkit-calc(100% - 304px);
	text-align: left;
	position: relative;
	overflow: hidden;
	margin-right: 50px;
}

#content #ticker ul{
	position: relative;
	width: 100%;
	margin-bottom: 0;
}

#ticker ul li{
	width: 100%;
	display: none;
	font-size: 15px;
	font-size: 1.5rem;
}

#ticker ul li a{
	font-size: 15px;
	font-size: 1.5rem;
}

#ticker ul li span{
	display: inline-block;
	margin: 0 30px 3px 0;
	vertical-align: middle;
}

.to_news{
	width: 90px;
}

.to_news a{
	font-family: 'tsukuA';
	border-radius: 18px;
	font-size: 15px;
	font-size: 1.5rem;
}

.to_news a:after{
	content: '';
	display: inline-block;
	background: url(images/icon_arrow_3.svg) no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	margin: 0 0 0.25em 0.25em;
	vertical-align: middle;
}

/* =News & Single
-------------------------------------------------------------- */
#f_news{
	padding: 60px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.top_news_block{
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	max-width: 900px;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 0 auto;
}

#content #f_news h3.f-title{
	width: 200px;
	text-align: left;
	font-size: 40px;
	font-size: 4.0rem;
}

.f_news{
	width: calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	display: block;
}

.p_news{
	margin-bottom: 40px;
}

#content .f_news ul,
#content .p_news ul{
	border-bottom: 1px solid #ffdc64;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 0;
}

#content .f_news ul:nth-of-type(1),
#content .p_news ul:nth-of-type(1){
	border-top: 1px solid #ffdc64;
}

#content .f_news ul a,
#content .p_news ul a{
	display: flex;
	padding: 15px 0 13px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

li.date{
	width: 95px;
	color: #774f4a;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.0;
	margin-top: 4px;
	margin-bottom: 0;
}

li.blog-title{
	width: calc(100% - 95px);
	width: -webkit-calc(100% - 95px);
	font-size: 15px;
	font-size: 1.5rem;
	font-family: 'tsukuA';
	line-height: 1.6;
}

.news_more{
	line-height: 1.0;
	position: absolute;
	top: 70px;
	left: 5px;
}

.news_more a{
	width: inherit !important;
	background: transparent;
	font-family: 'tsukuA';
	font-size: 15px;
	font-size: 1.5rem;
	padding-left: 0;
	margin-top: 0;
}

.news_more a:after{
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: url(images/more.png) no-repeat;
	background-size: 16px 16px;
	position: relative;
	margin: 0 0 2px 10px;
}

.single #content p{
	font-size: 15px;
	font-size: 1.5rem;
}

.single #content p a{
	color: #f58290;
}

.single #content p a:hover{
	color: #b55fa1;
}

.single #content img{
	margin-bottom: 20px;
}

.single img:hover{
	opacity: 1.0;
}

.single .more{
	margin-bottom: 30px;
}

.single .more a{
	margin: 0;
}

.manin{
    background: #e95244;
    color: #fff !important;
    padding: 8px 0;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1.8em;
    font-family: 'tsukuA';
}

/* =Navigation
-------------------------------------------------------------- */
.navigation{
	color: #774f4a;
	font-size: 12px;
	font-size: 1.2rem;
	overflow: hidden;
}

.navigation a:link,
.navigation a:visited{
	color: #774f4a;
	text-decoration: none;
}

.navigation a:active,
.navigation a:hover{
	color: #e95244;
}

.nav-previous{
	float: left;
}

.nav-next{
	float: right;
	text-align: right;
}

.nav-previous a,
.nav-next a{
	background: #ffaf28;
	border: 1px solid #ffaf28;
	color: #fff !important;
	padding: 5px 0;
	text-align: center;
	width: 120px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: block;
	border-radius: 20px;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: 'tsukuA';
}

.nav-previous a:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(images/icon_arrow_2.svg) no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	margin: 0 0.3em 0.25em 1px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.nav-next a:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(images/icon_arrow_2.svg) no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	margin: 0 0 0.25em 0.3em;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.nav-previous a:hover:before,
.nav-next a:hover:after{
	background: url(images/icon_arrow_3.svg) no-repeat;
	background-size: 16px 16px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.nav-previous a:hover,
.nav-next a:hover{
    background: none;
    color: #ffaf28 !important;
}

#nav-above{
	margin: 0 0 18px 0;
}

#nav-above{
	display: none;
}

.paged #nav-above,
.single #nav-above{
	display: block;
}

#nav-below{
	margin: 80px 0 0 0;
}

/* =News Pager
-------------------------------------------------------------- */
.wp-pagenavi{
	display: block;
	clear: both;
	text-align: center;
}

a.page-numbers,
span.page-numbers{
	background: #ffdc64;
	color: #fff;
	padding: 3px 0 2px 0;
	margin: 0 4px;
	display: inline-block;
	width: 30px;
	text-align: center;
	margin-bottom: 10px;
}

a.page-numbers:hover{
	background: #ffaf28;
	color: #fff;
}

span.dots{
	width: inherit;
	background: none;
	color: #774f4a;
}

span.current{
	background: #00b8ee;
	color: #fff;
}

a.prev,
a.next{
	width: inherit;
	background: none;
	color: #774f4a;
}

a.prev:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(images/icon_arrow_3.svg) no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	margin: 0 0.3em 0 1px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

a.next:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(images/icon_arrow_3.svg) no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	margin: 0 0 1px 0.3em;
}

a.prev:hover,
a.next:hover{
	background: none;
	color: #ffaf28;
}

/* =Front-page
-------------------------------------------------------------- */
#f_intro{
	padding: 60px 0 50px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_intro_deco{
	position: relative;
}

.f_intro_deco:before{
	content: '';
	display: block;
	background: url(images/f_intro_deco_1.png) no-repeat;
	background-size: 390px 320px;
	width: 390px;
	height: 320px;
	position: absolute;
	top: 50%;
	left: -200px;
	z-index: -1;
	margin-top: -160px;
	animation: fwari ease-in-out 1.5s infinite alternate;
	-webkit-animation: fwari ease-in-out 1.5s infinite alternate;
	-moz-animation: fwari ease-in-out 1.5s infinite alternate;
}

.f_intro_deco:after{
	content: '';
	display: block;
	background: url(images/f_intro_deco_2.png) no-repeat;
	background-size: 390px 320px;
	width: 390px;
	height: 320px;
	position: absolute;
	top: 50%;
	right: -200px;
	z-index: -1;
	margin-top: -160px;
	animation: fwari ease-in-out 1.5s infinite alternate;
	-webkit-animation: fwari ease-in-out 1.5s infinite alternate;
	-moz-animation: fwari ease-in-out 1.5s infinite alternate;
	animation-delay: 1s;
}

@keyframes fwari{
	0%  { transform:translate(0%, 15px); }
	100%{ transform:translate(0%, -15px); }
}
@-webkit-keyframes fwari{
	0%  { -webkit-transform:translate(0%, 15px); }
	100%{ -webkit-transform:translate(0%, -15px); }
}
@-moz-keyframes fwari{
	0%  { -moz-transform:translate(0%, 15px); }
	100%{ -moz-transform:translate(0%, -15px); }
}

#content #f_intro h3{
	text-align: center;
	text-indent: -9999px;
	background: url(images/f_intro_logo.svg) no-repeat;
	background-size: 280px 134px;
	width: 280px;
	height: 134px;
	margin: 0 auto;
	margin-bottom: 45px;
	position: relative;
}

#content #f_intro h3:before{
	content: '';
	display: block;
	background: url(images/f_intro_left.svg) no-repeat;
	background-size: 100px 160px;
	width: 100px;
	height: 160px;
	animation: pyonpyon 3s infinite ease;
	position: absolute;
	top: -20px;
	left: -130px;
}

#content #f_intro h3:after{
	content: '';
	display: block;
	background: url(images/f_intro_right.svg) no-repeat;
	background-size: 100px 160px;
	width: 100px;
	height: 160px;
	animation: pyonpyon 3s infinite ease;
	position: absolute;
	top: -20px;
	right: -130px;
}

@keyframes pyonpyon{
	0%{
	    transform: translate(0, 0);
	}
	5%{
	    transform: translate(0, 0);
	}
	10%{
	    transform: translate(0, 0);
	}
	20%{
	    transform: translate(0, -10px);
	}
	25%{
	    transform: translate(0, 0);
	}
	30%{
	    transform: translate(0, -10px);
	}
	50%{
	    transform: translate(0, 0);
	}
	100%{
	    transform: translate(0, 0);
	}
}

#content #f_intro h5{
	max-width: 320px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'tsukuA';
	text-align: center;
	line-height: 1.4;
	background: #ffaf28;
	color: #fff;
	border-radius: 10px;
	font-size: 32px;
	font-size: 3.2rem;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-bottom: 40px;
}

#content #f_intro p{
	margin-bottom: 0;
	text-align: center;
	letter-spacing: 1px;
	font-family: 'tsukuA';
	font-size: 21px;
	font-size: 2.1rem;
}

#f_menu{
	background: url(images/bg_blue.svg) center center no-repeat;
	background-size: cover;
	width: 100%;
	padding: 70px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 80px;
}

#content #f_menu ul{
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

#f_menu ul li{
	width: 48%;
	line-height: 0;
}

#f_menu ul li:nth-of-type(1),
#f_menu ul li:nth-of-type(2){
	margin-bottom: 4%;
}

#f_menu ul li img{
	width: 100%;
	height: auto;
}

#f_menu ul li a{
	display: block;
}

#f_menu ul li a:hover img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

#f_instagram{
	margin-bottom: 80px;
}

.sb_instagram_header{
	display: none !important;
}

#f_character{
	margin-bottom: 90px;
}

.f_character_block{
	padding: 37px 0 70px 0;
	border: 2px solid #ffdc64;
	background: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	max-width: 580px;
	margin: 0 auto;
	position: relative;
}

#content .f_character_block h4{
	text-align: center;
	color: #00b8ee;
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 1px;
	line-height: 1.0;
	margin-bottom: 68px;
}

.fcb_img{
	line-height: 0;
	position: absolute;
	left: 55px;
	bottom: 30px;
	z-index: 1;
	animation: pyonpyon 3s infinite ease;
}

.fcb_img img{
	pointer-events: none;
}

#content .f_character_block table{
	margin-bottom: 0;
	border: none;
	margin-left: 200px;
}

#content .f_character_block tr th,
#content .f_character_block tr td{
	border: none;
	padding: 0;
	letter-spacing: 0.5px;
	font-size: 17px;
	font-size: 1.7rem;
}

#content .f_character_block tr th{
	width: 85px;
	vertical-align: top;
	font-family: 'tsukuA';
}

#content .f_character_block tr td span.link{
	display: inline-block;
	margin: 0 0 0 10px;
}

#content .f_character_block tr td span.link a{
	display: block;
	color: #ffaf28;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.0;
	border: 1px solid #ffaf28;
	padding: 4px 7px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .f_character_block tr td span.link a:hover{
	background: #ffaf28;
	color: #fff;
}

.fcb_deco{
	line-height: 0;
	position: absolute;
	z-index: 1;
}

.fcb_deco_1{
	width: 140px;
	height: 90px;
	top: 0;
	left: -260px;
	animation: pikopiko 2s steps(2, start) infinite;
}

.fcb_deco_2{
	width: 80px;
	height: 50px;
	top: 110px;
	left: -100px;
	animation: pikopiko_red 1.8s steps(2, start) infinite;
}

.fcb_deco_3{
	width: 80px;
	height: 80px;
	left: -220px;
	bottom: 70px;
	animation: pikopiko 2s steps(2, start) infinite;
}

.fcb_deco_4{
	width: 100px;
	height: 64px;
	top: 40px;
	right: -220px;
	animation: pikopiko_red 1.8s steps(2, start) infinite;
}

.fcb_deco_5{
	width: 440px;
	height: 160px;
	left: 0;
	bottom: 0;
}

.fcb_deco_6{
	width: 440px;
	height: 160px;
	right: 0;
	bottom: 0;
}

.fcb_deco img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

@keyframes rotateanimation{
	0%  { transform: rotateY(0deg); }
	100%{ transform: rotateY(360deg); }
}

@keyframes rotateanimation_2{
	0%  { transform: rotateY(0deg); }
	100%{ transform: rotateY(360deg); }
}

@keyframes rotateanimation_3{
	0%  { transform: rotateX(0deg); }
	100%{ transform: rotateX(360deg); }
}

#f_access{
	position: relative;
}

.f_access_deco{
	background: url(images/deco_balloon_2.svg) no-repeat;
	background-size: 180px 220px;
	width: 180px;
	height: 220px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	animation: cloud ease-in-out 2s infinite alternate;
	-webkit-animation: cloud ease-in-out 2s infinite alternate;
	-moz-animation: cloud ease-in-out 2s infinite alternate;
	animation-delay: 1s;
}

.f_access_deco_2{
	background: url(images/deco_dragon.svg) no-repeat;
	background-size: 220px 124px;
	width: 220px;
	height: 124px;
	position: absolute;
	right: 0;
	bottom: 15px;
	z-index: -1;
	animation: cloud_2 ease-in-out 2s infinite alternate;
	-webkit-animation: cloud_2 ease-in-out 2s infinite alternate;
	-moz-animation: cloud_2 ease-in-out 2s infinite alternate;
	animation-delay: 1s;
}

@keyframes kakudai{
	0%  { transform: scale(1);}
	100%{ transform: scale(1.1);}
}
@-webkit-keyframes kakudai{
	0%  { transform: scale(1);}
	100%{ transform: scale(1.1);}
}
@-moz-keyframes kakudai{
	0%  { transform: scale(1);}
	100%{ transform: scale(1.1);}
}

#content #f_access h3.f-title{
	margin-bottom: 30px;
}

.f_access_block{
	margin-bottom: 45px;
	text-align: center;
	position: relative;
}

@keyframes cloud{
	0%  { transform:translate(0%, 0%);}
	100%{ transform:translate(-15px, 0%);}
}
@-webkit-keyframes cloud{
	0%  { -webkit-transform:translate(0%, 0%);}
	100%{ -webkit-transform:translate(-15px, 0%);}
}
@-moz-keyframes cloud{
	0%  { -moz-transform:translate(0%, 0%);}
	100%{ -moz-transform:translate(-15px, 0%);}
}

@keyframes cloud_2{
	0%  { transform:translate(0%, 0%);}
	100%{ transform:translate(15px, 0%);}
}
@-webkit-keyframes cloud_2{
	0%  { -webkit-transform:translate(0%, 0%);}
	100%{ -webkit-transform:translate(15px, 0%);}
}
@-moz-keyframes cloud_2{
	0%  { -moz-transform:translate(0%, 0%);}
	100%{ -moz-transform:translate(15px, 0%);}
}

#content .f_access_block p{
	text-align: center;
	line-height: 1.0;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 12px;
}

#content .f_access_block h5{
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 0;
	text-align: center;
	color: #00b8ee;
	line-height: 1.2;
	position: relative;
	display: inline-block;
}

#content .f_access_block h5:before{
	content: '';
	display: block;
	background: url(images/f_access_deco_1.svg) no-repeat;
	background-size: 74px 74px;
	width: 74px;
	height: 74px;
	position: absolute;
	left: -120px;
	bottom: -10px;
	animation: pyonpyon 3s infinite ease;
}

#content .f_access_block h5:after{
	content: '';
	display: block;
	background: url(images/f_access_deco_2.svg) no-repeat;
	background-size: 74px 74px;
	width: 74px;
	height: 74px;
	position: absolute;
	right: -120px;
	bottom: -10px;
	animation: pyonpyon 3s infinite ease;
}

#content .f_access_block h5 span{
	display: inline-block;
	vertical-align: middle;
	color: #ffaf28;
	font-size: 25px;
	font-size: 2.5rem;
	margin: 0 3px 5px 3px;
}

.fab_img{
	line-height: 0;
	max-width: 450px;
	margin: 0 auto;
	margin-bottom: 40px;
	position: relative;
}

.fab_img:before{
	content: '';
	display: block;
	background: url(images/deco_flower_1.svg) no-repeat;
	background-size: 134px 64px;
	width: 134px;
	height: 64px;
	position: absolute;
	left: -140px;
	bottom: -22px;
	z-index: 1;
}

.fab_img:after{
	content: '';
	display: block;
	background: url(images/deco_flower_2.svg) no-repeat;
	background-size: 134px 64px;
	width: 134px;
	height: 64px;
	position: absolute;
	right: -140px;
	bottom: -22px;
	z-index: 1;
}

.fab_img img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

.f_access_cloud{
	width: 100%;
	line-height: 0;
	position: absolute;
	left: 0;
	bottom: 602px;
	z-index: -1;
}

.f_access_cloud img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

.f_access_l,
.f_access_r{
	width: 30%;
	line-height: 0;
	position: absolute;
	left: 0;
	bottom: 602px;
}

.f_access_r{
	left: inherit;
	right: 0;
}

.f_access_l img,
.f_access_r img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

.f_access_kawauso{
	width: 120px;
	line-height: 0;
	animation: pikopiko 2s steps(2, start) infinite;
	position: absolute;
	right: 50%;
	bottom: 40px;
	margin-right: -670px;
}

.f_access_kawauso img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

.access_map_bg{
	background: url(images/bg_seseragi.png) center bottom no-repeat;
	background-size: cover;
	width: 100%;
	padding: 90px 0 40px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#f_access .access_map_bg .inner:before{
	content: none;
}

.access_map .pc,
.access_map .sp{
	line-height: 0;
	margin-bottom: 20px;
}

.access_map iframe{
	border-radius: 20px;
}

.access_map_more a{
	width: 185px;
	background: #ffaf28;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 8px 0 7px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	line-height: 1.0;
	border-radius: 20px;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.access_map_more a:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(images/icon_arrow.svg) no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	margin: 0 0.3em 0 0.25em;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.access_map_more a:hover{
	background: #fff;
	color: #ffaf28;
}

.access_map_more a:hover:after{
	background: url(images/icon_arrow_3.svg) no-repeat;
	background-size: 16px 16px;
}

#syoujinkai_link{
	background: #fff;
	padding-top: 60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content #syoujinkai_link h3{
	text-align: center;
	text-indent: -9999px;
	background: url(images/syoujinkai_logo.svg) no-repeat;
	background-size: 200px 96px;
    width: 200px;
    height: 96px;
	margin: 0 auto;
	margin-bottom: 4%;
}

#content #syoujinkai_link ul{
	display: flex;
	flex-flow: wrap;
	margin-bottom: 0;
}

#syoujinkai_link ul li{
	width: 22%;
	margin-right: 4%;
	margin-bottom: 4%;
	line-height: 0;
}

#syoujinkai_link ul li:nth-of-type(4n){
	margin-right: 0;
}

#syoujinkai_link ul li img{
	width: 100%;
	height: auto;
	pointer-events: none;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

#syoujinkai_link ul li a{
	display: block;
}

#syoujinkai_link ul li a:hover img{
	animation: kakudai ease-in-out 0.75s infinite alternate;
	-webkit-animation: kakudai ease-in-out 0.75s infinite alternate;
	-moz-animation: kakudai ease-in-out 0.75s infinite alternate;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

/* =保育理念（philosophy）
-------------------------------------------------------------- */
#content .p_philosophy h3.entry-title{
	margin-bottom: 75px;
}

.philosophy{
	position: relative;
}

.philosophy:before{
	content: '';
	display: block;
	background: url(images/philosophy_left.png) no-repeat;
	background-size: 390px 320px;
	width: 390px;
	height: 320px;
	position: absolute;
	top: -30px;
	left: -200px;
	animation: fwari ease-in-out 1.5s infinite alternate;
    -webkit-animation: fwari ease-in-out 1.5s infinite alternate;
    -moz-animation: fwari ease-in-out 1.5s infinite alternate;
}

.philosophy:after{
	content: '';
	display: block;
	background: url(images/philosophy_right.png) no-repeat;
	background-size: 390px 320px;
	width: 390px;
	height: 320px;
	position: absolute;
	top: -30px;
	right: -200px;
	animation: fwari ease-in-out 1.5s infinite alternate;
	-webkit-animation: fwari ease-in-out 1.5s infinite alternate;
	-moz-animation: fwari ease-in-out 1.5s infinite alternate;
	animation-delay: 1s;
}

#content .philosophy ul{
	margin-bottom: 0;
}

.philosophy ul li{
	text-align: center;
	font-family: 'tsukuA';
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.0;
	margin-bottom: 70px;
}

#content .philosophy p{
	text-align: center;
	margin-bottom: 70px;
	font-size: 21px;
	font-size: 2.1rem;
	letter-spacing: 0.5px;
	font-family: 'tsukuA';
}

#content .philosophy h3{
	text-align: center;
	text-indent: -9999px;
	background: url(images/seseragi_logo.svg) no-repeat;
	background-size: 280px 134px;
	width: 280px;
	height: 134px;
	margin: 0 auto;
	margin-bottom: 0;
}

/* =園舎紹介（about）
-------------------------------------------------------------- */
.director_message{
	border-bottom: 1px solid #ffdc64;
	padding-bottom: 60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 60px;
}

.director_message_img{
	max-width: 660px;
	margin: 0 auto;
	line-height: 0;
}

.director_message_img img{
	width: 100%;
	height: auto;
}

.about_mainimg{
	line-height: 0;
	margin-bottom: 5%;
}

.about_mainimg img{
	width: 100%;
	height: auto;
}

#content .about_img ul{
	max-width: 850px;
	margin: 0 auto;
	display: flex;
	flex-flow: wrap;
}

.about_img ul li{
	line-height: 0;
	width: calc(95% / 2);
	width: -webkit-calc(95% / 2);
	margin-right: 5%;
	margin-bottom: 5%;
}

.about_img ul li:nth-of-type(2n){
	margin-right: 0;
}

.about_img ul li img{
	width: 100%;
	height: auto;
}

/* =園での一日（daily）
-------------------------------------------------------------- */
.daily{
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	max-width: 540px;
	margin: 0 auto;
	line-height: 0;
}

.daily img{
	width: 100%;
	height: auto;
}

/* =年間行事（annually）
-------------------------------------------------------------- */
.annually_intro{
	margin-bottom: 80px;
	display: none;
}

#content .annually_intro h4{
	text-align: center;
	font-size: 21px;
	font-size: 2.1rem;
	letter-spacing: 0.5px;
	margin-bottom: 45px;
}

#content .annually_intro p{
	max-width: 700px;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.5px;
	line-height: 2.0;
	margin: 0 auto;
	margin-bottom: 20px;
}

#content .annually_intro h5{
	max-width: 700px;
	text-align: center;
	color: #00b8ee;
	font-size: 21px;
	font-size: 2.1rem;
	letter-spacing: 0.5px;
	border: 1px solid #ffdc64;
	padding: 10px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 auto;
	margin-top: 65px;
}

.annually_precious{
	background: #00b8ee;
	padding: 27px 30px 25px 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-radius: 20px;
	display: none;
}

#content .annually_precious h3{
	text-align: center;
	color: #f0f0f5;
	font-size: 21px;
	font-size: 2.1rem;
	letter-spacing: 0.5px;
	line-height: 1.7;
	margin-bottom: 15px;
}

#content .annually_precious p{
	color: #f0f0f5;
	font-family: 'tsukuA';
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.25px;
	margin-bottom: 0;
}

.annually{
	margin-bottom: 40px;
}

#content .annually h3{
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00b8ee;
	color: #fff;
	border-radius: 10px;
	font-family: 'yawarakadragon';
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.0;
	padding-bottom: 3px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 40px;
}

.annually_block{
	display: flex;
	flex-flow: wrap;
}

.annually_block dl{
	width: calc((100% - 80px) / 3);
	width: -webkit-calc((100% - 80px) / 3);
	margin-right: 40px;
	margin-bottom: 40px;
}

.annually_block dl:nth-of-type(3n){
	margin-right: 0;
}

#content .annually_block dl dt{
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	background: #89c051;
	color: #fff;
	line-height: 1.0;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'tsukuA';
	padding-left: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .annually_block dl dt.bg_green{
	background: #3ab295;
}

#content .annually_block dl dt.bg_green_2{
	background: #309c49;
}

#content .annually_block dl dt.bg_purple{
	background: #b55fa1;
}

#content .annually_block dl dt.bg_purple_2{
	background: #6f8cc7;
}

#content .annually_block dl dt.bg_blue{
	background: #5fa9d9;
}

#content .annually_block dl dt.bg_blue_2{
	background: #2b7cc6;
}

#content .annually_block dl dt.bg_blue_3{
	background: #4db3e8;
}

#content .annually_block dl dt.bg_yellow{
	background: #f7ad02;
}

#content .annually_block dl dt.bg_orange{
	background: #e98c21;
}

#content .annually_block dl dt.bg_orange_2{
	background: #e86414;
}

#content .annually_block dl dt.bg_brown{
	background: #926134;
}

#content .annually_block dl dt.bg_red{
	background: #f57960;
}

#content .annually_block dl dt.bg_red_2{
	background: #e9a487;
}

#content .annually_block dl dt.bg_pink{
	background: #f58290;
}

#content .annually_block dl dt span.month{
	width: 50px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-right: 1px solid #fff;
	margin: 0 10px 0 -15px;
}

#content .annually_block dl dt span.f_big{
	font-size: 18px;
	font-size: 1.8rem;
}

#content .annually_block dl dd{
	line-height: 0;
}

#content .annually_block dl dd img{
	width: 100%;
	height: auto;
}

/* =保育と教育（nurseries）
-------------------------------------------------------------- */
.nurseries{
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	max-width: 760px;
	margin: 0 auto;
	display: flex;
	flex-flow: wrap;
}

.nurseries dl{
	width: 45%;
	margin-right: 10%;
	margin-bottom: 6%;
}

.nurseries dl:nth-of-type(2n){
	margin-right: 0;
}

#content .nurseries dl dt{
	line-height: 0;
	max-width: 280px;
	margin: 0 auto;
}

#content .nurseries dl dt img{
	width: 100%;
	height: auto;
}

#content .nurseries dl dd.nurseries_title{
	text-align: center;
	font-family: 'tsukuA';
	font-size: 24px;
	font-size: 2.4rem;
	padding: 15px 0 12px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .nurseries dl dd.nurseries_note{
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: 0.5px;
	font-size: 15px;
	font-size: 1.5rem;
}

/* =サスティナブル保育（sustainable）
-------------------------------------------------------------- */
.sustainable{
	margin-bottom: 60px;
}

#content .sustainable h4{
	border: 4px solid #00b8ee;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-radius: 20px;
	margin-bottom: 55px;
	font-size: 21px;
	font-size: 2.1rem;
	letter-spacing: 0.5px;
	text-align: center;
	padding: 24px 0 22px 0;
	line-height: 2.0;
}

#content .sustainable h4 span{
	color: #ffaf28;
}

#content .sustainable p{
	text-align: center;
	font-family: 'tsukuA';
	font-size: 21px;
	font-size: 2.1rem;
	letter-spacing: 0.5px;
	margin-bottom: 55px;
	line-height: 2.0;
}

#content .sustainable p span{
	color: #ffaf28;
}

.sustainable_img{
	max-width: 500px;
	margin: 0 auto;
	line-height: 0;
}

.sustainable_img img{
	width: 100%;
	height: auto;
}

.sustainable_case{
	line-height: 0;
}

.sustainable_case img{
	width: 100%;
	height: auto;
}

/* =入園のご案内（guidance）
-------------------------------------------------------------- */
#content .p_guidance .p_intro p{
	color: #00b8ee;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.5;
}

.yotei{
	width: 320px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'tsukuA';
    text-align: center;
    line-height: 1.4;
    background: #ffaf28;
    color: #fff;
    border-radius: 10px;
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.guidance{
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	max-width: 640px;
	margin: 0 auto;
}

.guidance_block{
	margin-bottom: 55px;
}

#content .guidance_block h4{
	background: #00b8ee;
	color: #fff;
	font-size: 21px;
	font-size: 2.1rem;
	font-family: 'tsukuA';
	text-align: center;
	padding: 14px 0 15px 0;
	line-height: 1.0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 35px;
}

#content .guidance_block p{
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}

#content .guidance_block p.anno{
    font-size: 15px;
    font-size: 1.5rem;
}

#content .guidance_block p:last-child{
	margin-bottom: 0;
}

#content .guidance_block p span{
	display: block;
	font-family: 'tsukuA';
}

.guidance_block .f_tel{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 35px;
}

.guidance_block .more a{
	font-family: 'tsukuA';
	font-size: 15px;
	font-size: 1.5rem;
}

/* =アクセス（access）
-------------------------------------------------------------- */
.access{
	margin-bottom: 60px;
}

#content .access h3{
	text-align: center;
	text-indent: -9999px;
	background: url(images/seseragi_logo.svg) no-repeat;
	background-size: 280px 134px;
	width: 280px;
	height: 134px;
	margin: 0 auto;
	margin-bottom: 25px;
}

#content .access h5{
	font-size: 17px;
	font-size: 1.7rem;
	text-align: center;
	margin-bottom: 10px;
}

#content .access p{
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 22px;
}

.access .f_tel{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.5px;
}

.p_access .access_map .pc,
.p_access .access_map .sp{
	border: 4px solid #00b8ee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-radius: 20px;
	margin-bottom: 30px;
}

.p_access .access_map iframe{
	border-radius: inherit;
}

.p_access .access_map_more a{
	width: 260px;
	background: #ffaf28;
	color: #fff;
	border-radius: 22px;
	padding: 12px 0 10px 0;
	border: 1px solid #ffaf28;
}

.p_access .access_map_more a:after{
	background: url(images/icon_arrow.svg) no-repeat;
    background-size: 16px 16px;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.p_access .access_map_more a:hover{
	color: #ffaf28;
	background: none;
}

.p_access .access_map_more a:hover:after{
	background: url(images/icon_arrow_3.svg) no-repeat;
    background-size: 16px 16px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

/* =開示情報（disclosure）
-------------------------------------------------------------- */
.disclosure{
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	max-width: 600px;
	margin: 0 auto;
	border: 1px solid #734f4a;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 30px 0 40px 0;
}

#content .disclosure p{
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2.0;
	margin-bottom: 12px;
}

/* @media screen（中途半端防止サイズ）
-------------------------------------------------------------- */
@media screen and (max-width: 1340px){
	/* Header *********/
	#masthead:before,
	#masthead:after{
		background-size: 120px 120px;
		width: 120px;
		height: 120px;
	}
	
	/* Front-page *********/
	.f_intro_deco:before{
		left: -100px;
		background-size: 316px 260px;
		width: 316px;
		height: 260px;
		margin-top: -130px;
	}
	
	.f_intro_deco:after{
		right: -100px;
		background-size: 316px 260px;
		width: 316px;
		height: 260px;
		margin-top: -130px;
	}
	
	.f_access_kawauso{
		bottom: 30px;
		z-index: 1;
		pointer-events: none;
		margin-right: -520px;
	}
}

/* @media screen（中途半端防止サイズ）
-------------------------------------------------------------- */
@media screen and (max-width: 1250px){
	/* Header *********/
	#masthead:before,
	#masthead:after{
		background-size: 100px 100px;
		width: 100px;
		height: 100px;
	}
	
	/* Footer *********/
	#pagetop{
		right: 20px;
	}
	
	.f_policy ul{
		float: none;
		margin-bottom: 20px;
	}
}

/* @media screen（中途半端防止サイズ）
-------------------------------------------------------------- */
@media screen and (max-width: 1200px){
	/* Header *********/
	#masthead{
		position: static;
	}
	
	#masthead:before,
	#masthead:after{
		content: none;
	}
	
	#branding .inner,
	#access .inner{
		width: 900px;
	}
	
	/* Front-page *********/
	.f_intro_deco:before{
		left: 0;
		background-size: 268px 220px;
		width: 268px;
		height: 220px;
		margin-top: -110px;
	}
	
	.f_intro_deco:after{
		right: 0;
		background-size: 268px 220px;
		width: 268px;
		height: 220px;
		margin-top: -110px;
	}
	
	#content #f_intro p{
		letter-spacing: 0;
	}
}

/* @media screen（タブレット）
-------------------------------------------------------------- */
@media screen and (max-width: 1060px){
	html,
	body{
	    width: 100%;
	}
	
	.inner{
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		float: none;
		clear: both;
		display: block;
		margin: 0;
		padding: 0 20px;
	}
	
	/* Header *********/
	#header{
		padding-top: 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	.blog #header,
	.single #header,
	.cateory #header,
	.archive #header{
		margin-bottom: 40px;
	}
	
	#branding .inner{
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
	}
	
	#header:after{
		position: absolute;
		bottom: 45px;
		z-index: -1;
		margin-top: 0;
	}
	
	.home #header:after{
		position: static;
		bottom: inherit;
		z-index: inherit;
	}
	
	#site-description{
		display: none;
	}
	
	#site-title{
		position: static;
		top: inherit;
		left: inherit;
		margin-left: inherit;
		margin: 0 auto;
		width: 200px;
		height: 200px;
	}
	
	#site-title a{
		background-size: 200px 200px;
		width: 200px;
		height: 200px;
	}
	
	#access,
	.h_link{
		display: none;
	}
	
	.top_slider_block{
		overflow: inherit;
		padding-bottom: 0;
	}
	
	.top_slider{
		position: relative;
		z-index: -1;
		top: -60px;
		overflow: hidden !important;
	}
	
	.slick-dots{
		display: none !important;
	}
	
	.slider_chara_yellow{
		top: -14%;
	}
	
	.entrytitle_bg{
		padding: 20px 0 60px 0;
	}
	
	/* Footer *********/
	.footer_chara:before{
		background-size: 700px 131px;
		width: 700px;
		height: 131px;
		bottom: 25px;
		margin-left: -350px;
	}
	
	#pagetop{
		bottom: 56px;
	}
	
	#colophon{
		padding: 30px 0;
	}
	
	.f_info{
		width: 452px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	
	#footer-widget-area{
		display: none;
	}
	
	.f_menu_sp{
		max-width: 600px;
		margin: 0 auto;
		display: block;
	}
	
	.f_menu_sp ul{
		display: flex;
		flex-flow: wrap;
	}
	
	.f_menu_sp ul li{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	
	.f_menu_sp ul li:nth-of-type(3n){
		margin-right: 0;
	}
	
	.f_menu_sp ul li a{
		width: 100%;
		height: 36px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		background: #ffaf28;
		color: #fff;
		font-family: 'tsukuA';
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.0;
		border: 2px dotted #fff;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	.f_policy ul{
		margin-bottom: 7px;
	}
	
	.copyright{
		height: 40px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	/* Front-page *********/
	#content .top_news h3{
		margin-right: 40px;
	}
	
	#ticker{
		width: calc(100% - 284px);
    	width: -webkit-calc(100% - 284px);
    	margin-right: 40px;
	}
	
	.f_intro_deco{
		width: 421px;
		margin: 0 auto;
	}
	
	.f_intro_deco:before{
		left: -180px;
		background-size: 170px 140px;
		width: 170px;
		height: 140px;
		margin-top: 0;
	}
	
	.f_intro_deco:after{
		right: -180px;
		background-size: 170px 140px;
		width: 170px;
		height: 140px;
		margin-top: 0;
	}
	
	#content #f_intro p{
		font-size: 19px;
		font-size: 1.9rem;
	}
	
	#f_menu{
		margin-bottom: 60px;
	}
	
	.f_access_kawauso{
		right: 10px;
		margin-right: 0;
	}
		
	#f_instagram{
		margin-bottom: 55px;
	}
	
	.fcb_deco_1{
		left: -190px;
	}
	
	.fcb_deco_2{
		top: 160px;
		left: inherit;
		right: -110px;
	}
	
	.fcb_deco_3{
		left: -140px;
	}
	
	.fcb_deco_4{
		top: 40px;
		right: -180px;
	}
	
	#syoujinkai_link ul li{
		width: calc(94% / 4);
		width: -webkit-calc(94% / 4);
		margin-right: 2%;
		margin-bottom: 2%;
	}
	
	/* 保育理念（philosophy） *********/
	.philosophy{
		width: 465px;
		margin: 0 auto;
	}
	
	.philosophy:before{
		top: -20px;
		left: -160px;
		background-size: 170px 140px;
		width: 170px;
		height: 140px;
	}
	
	.philosophy:after{
		top: -20px;
		right: -160px;
		background-size: 170px 140px;
		width: 170px;
		height: 140px;
	}
	
	.philosophy ul li{
		font-size: 30px;
		font-size: 3.0rem;
	}
	
	#content .philosophy p{
		letter-spacing: 0;
	}
	
	/* 年間行事（annually） *********/
	.annually{
		margin-bottom: 60px;
	}
	
	#content .annually h3{
		margin-bottom: 20px;
	}
	
	.annually_block dl{
		width: calc((100% - 40px) / 3);
		width: -webkit-calc((100% - 40px) / 3);
		margin-right: 20px;
		margin-bottom: 20px;
	}

	/* 保育と教育（nurseries） *********/
	.nurseries dl{
		width: 47%;
		margin-right: 6%;
	}	
}

/* @media screen（中途半端防止サイズ）
-------------------------------------------------------------- */
@media screen and (max-width: 900px){
	.w800{
		width: 100%;	
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	/* Front-page *********/
	.f_character_block{
		background: #f0faff;
		border: 4px solid #ffdc64;
		padding: 32px 0 30px 0;
	}
	
	#content .f_character_block h4{
		line-height: 1.6;
		margin-bottom: 10px;
	}
	
	#content .f_character_block h4 .sp{
		display: block;
	}
	
	.fcb_deco_1{
		top: 70px;
		left: 20px;
	}
	
	.fcb_deco_2{
		top: 200px;
		right: 120px;
	}
	
	.fcb_deco_3{
		left: 80px;
		bottom: 150px;
	}
	
	.fcb_deco_4{
		top: 100px;
		right: 40px;
	}
	
	.fcb_img{
		width: 100px;
		position: static;
		left: inherit;
		bottom: inherit;
		z-index: inherit;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	
	.fcb_img img{
		width: 100%;
		height: auto;
	}
	
	#content .f_character_block table{
		width: 290px;
		margin: 0 auto;
	}
	
	#content .f_character_block tr th{
		font-size: 15px;
		font-size: 1.5rem;
		width: 80px;
	}
	
	#content .f_character_block tr td{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	#content .f_character_block tr td span.link a{
		font-size: 14px;
		font-size: 1.4rem;
		padding: 3px 7px;
	}
	
	#content .f_access_block h5:before{
		left: -110px;
	}
	
	#content .f_access_block h5:after{
		right: -110px;
	}
	
	.f_access_deco{
		background-size: 140px 171px;
		width: 140px;
		height: 171px;
	}
	
	.f_access_deco_2{
		background-size: 180px 101px;
		width: 180px;
		height: 101px;
	}
}

/* @media screen（中途半端防止サイズ）
-------------------------------------------------------------- */
@media screen and (max-width: 880px){
	/* Header *********/
	#header{
		margin-bottom: 20px;
	}
	
	#header:after{
		position: absolute;
        bottom: 45px;
        z-index: -1;
		margin-top: 0;
	}
	
	.home #header:after{
		position: static;
		bottom: inherit;
		z-index: inherit;
	}
	
	#site-description{
		display: none;
	}
	
	#site-title{
		position: static;
		top: inherit;
		left: inherit;
		margin-left: inherit;
		margin: 0 auto;
		width: 200px;
		height: 200px;
	}
	
	#site-title a{
		background-size: 200px 200px;
		width: 200px;
		height: 200px;
	}
	
	#access,
	.access_clone,
	#page-access,
	.page-access_clone,
	.h_link{
		display: none;
	}
	
	.top_slider_block{
		overflow: inherit;
		padding-bottom: 0;
	}
	
	.top_slider{
		position: relative;
    	z-index: -1;
    	top: -60px;
    	overflow: hidden !important;
	}
	
	.slick-dots{
		display: none !important;
	}
	
	.slider_chara_purple,
	.slider_chara_red,
	.slider_chara_yelllow{
		bottom: 10px;
	}
	
	.slider_chara_blue{
		top: -120px;
		left: 10%;
	}
	
	.slider_chara_yellow{
		width: 60px;
		top: -100px;
	}
	
	.slider_chara_yellow img{
		width: 100%;
		height: auto;
	}
	
	.slider_chara_purple{
		left: 20px;
	}
	
	.slider_chara_red{
		left: 114px;
	}
	
	.slider_chara_green{
		width: 180px;
		bottom: 10px;
	}
	
	.slider_chara_green img{
		width: 100%;
		height: auto;
	}
	
	/* News *********/
	#f_news{
		padding: 40px 0 0 0;
	}
	
	.top_news_block{
		max-width: 600px;
		display: block;
		justify-content: inherit;
	}
	
	#content .top_news_block h3.f-title{
		width: 100%;
		margin-bottom: 20px;
	}
	
	.f_news{
		width: 100%;
	}
	
	#content .f_news ul a,
	#content .p_news ul a{
		display: block;
		padding: 16px 0 12px 0 ;
	}
	
	li.date{
		width: 100%;
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	li.blog-title{
		width: 100%;
	}
	
	.news_more{
		top: 25px;
		left: inherit;
		right: 0;
	}
	
	/* Front-page *********/
	.top_news{
		padding: 16px 0 16px 0;
	}
	
	.top_news .inner{
		display: block;
	}
	
	#content .top_news h3{
		width: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	#ticker{
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	
	.to_news{
        position: absolute;
        right: 20px;
        top: 0px;
	}
}

/* @media screen（タブレット2）
-------------------------------------------------------------- */
@media screen and (max-width: 800px){
	.w700,
	.w740{
		width: 100%;	
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	/* Header *********/	
	.slider_chara_green{
		width: 170px;
	}
	
	/* Footer *********/
	.cloud_block:before,
	.cloud_block:after{
		background-size: 118px 74px;
    	width: 118px;
    	height: 74px;
	}
	
	.footer_chara:before{
		background-size: 590px 110px;
		width: 590px;
		height: 110px;
		bottom: 25px;
		margin-left: -295px;
	}
	
	.footer_chara:after{
		height: 60px;
	}
	
	/* Content *********/
	#content h3.entry-title,
	h3.entry-title{
		font-size: 36px;
		font-size: 3.6rem;
	}
	
	/* Contact *********/
	#content .contact p{
		max-width: 600px;
		margin: 0 auto;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	
	/* Front-page *********/
	#content .top_news h3{
		font-size: 24px;
		font-size: 2.4rem;
		letter-spacing: 1px;
	}
	
	#ticker ul li span{
		display: block;
	}
	
	.f_intro_deco:before,
	.f_intro_deco:after{
		content: none;
	}
	
	#f_character{
		margin-bottom: 50px;
	}
	
	#content .f_access_block p{
		line-height: 1.6;
		margin-bottom: 7px;
	}
	
	#content .f_access_block p .sp{
		display: block;
	}
	
	#content .f_access_block h5:before{
		left: -80px;
	}
	
	#content .f_access_block h5:after{
		right: -75px;
	}
	
	.f_access_deco{
		background-size: 110px 134px;
		width: 110px;
		height: 134px;
		left: 40px;
		bottom: 70px;
	}
	
	.f_access_deco_2{
		background-size: 150px 84px;
		width: 150px;
		height: 84px;
		bottom: 90px;
	}
	
	.f_access_cloud,
	.f_access_l,
	.f_access_r{
		bottom: 572px;
	}
	
	.access_map_bg{
		padding: 60px 0 40px 0;
	}
	
	.fab_img{
		max-width: 350px;
	}
	
	.fab_img:before{
		background-size: 104px 50px;
		width: 104px;
		height: 50px;
		left: -110px;
	}
	
	.fab_img:after{
		background-size: 104px 50px;
		width: 104px;
		height: 50px;
		right: -110px;
	}
	
	#syoujinkai_link ul li,
	#syoujinkai_link ul li:nth-of-type(4n){
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	
	#syoujinkai_link ul li:nth-of-type(3n){
		margin-right: 0;
	}
	
	/* 保育理念（philosophy） *********/
	.philosophy:before,
	.philosophy:after{
		content: none;
	}
	
	/* 園舎紹介（about） *********/
	.about_mainimg{
		margin-bottom: 4%;
	}
	
	.about_img ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	
	/* 年間行事（annually） *********/
	#content .annually_intro h4 br:nth-of-type(6){
		display: block;
	}
	
	#content .annually_intro p{
		max-width: 600px;
	}
	
	#content .annually_intro p .pc{
		display: none;
	}
	
	#content .annually_intro h5{
		max-width: 400px;
		line-height: 1.5;
		padding: 10px 0 8px 0;
	}
	
	#content .annually_intro h5 .sp{
		display: block;
	}
	
	.annually{
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 60px;
	}
	
	.annually_block dl,
	.annually_block dl:nth-of-type(3n){
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
		margin-right: 20px;
	}
	
	.annually_block dl:nth-of-type(2n){
		margin-right: 0;
	}
	
	/* 保育と教育（nurseries） *********/
	.nurseries{
		display: block;
		flex-flow: inherit;
	}
	
	.nurseries dl,
	.nurseries dl:nth-of-type(2n){
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 6%;
	}
	
	.nurseries dl:last-child{
		margin-bottom: 0;
	}
	
	/* サスティナブル保育（sustainable） *********/
	#content .sustainable p{
		line-height: 1.8;
	}
	
	#content .sustainable p .sp{
		display: block;
	}
	
	/* 入園のご案内（guidance） *********/
	#content .guidance_block p{
		font-size: 17px;
		font-size: 1.7rem;
	}	
}

/* @media screen（スマートフォン）
-------------------------------------------------------------- */
@media screen and (max-width: 600px){
	*{
		-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
		-moz-tap-highlight-color:transparent rgba(0,0,0,0);
		-ms-tap-highlight-color:transparent rgba(0,0,0,0);
		-o-tap-highlight-color:transparent rgba(0,0,0,0);
		-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
	}
	
	.table{display: block;}
	.table .cell{display: block;}
	.pc{display: none;}
	.tb{display: none;}
	.sp{display: block;}
	.br-sp{display: block;}
	.br-pc{display: none;}
	
	.page img{
		width: 100%;
		height: auto;
	}
	
	#content{
		width: 100%;
		margin: 0 0 0 0;
	}

	.one-column #content{
		margin-bottom: 40px;
	}

	.section,
	.article{
		margin-bottom: 2.4em;
	}
	
	/* Header *********/
	#header{
		padding-top: 15px;
		margin-bottom: 10px;
	}
	
	.blog #header,
	.single #header,
	.cateory #header,
	.archive #header{
		margin-bottom: 20px;
	}
	
	#header:after{
		bottom: 35px;
	}
		
	nav.drawer-nav{
		width: 100% !important;
		padding: 10px 0 0 0 !important;
	}
	
	.drawer--right .drawer-nav{
		right: -100% !important;
	}
	
	.drawer-open .drawer-nav{
		right: 0 !important;
	}
	
	.d_sitetitle a{
		background-size: 120px 120px;
		width: 120px;
		height: 120px;
		margin-bottom: 10px;
	}
	
	ul.drawer-menu{
		margin-bottom: 5px;
	}
	
	ul.drawer-menu li a{
		height: 44px;
	}
	
	.drawer-nav .f_tel a{
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	.drawer-nav .f_tel a:before{
		font-size: 22px;
		font-size: 2.2rem;
	}
	
	.link_corporation{
		margin-top: 10px;
	}
	
	.top_slider{
		margin-bottom: -40px;
	}
	
	.slider_chara_blue{
		width: 80px;
		top: -10%;
		left: 8%;
	}
	
	.slider_chara_yellow{
		width: 50px;
		top: -15%;
		right: 8%;
	}
	
	.slider_chara_purple{
		width: 60px;
	}
	
	.slider_chara_red{
		width: 60px;
		left: 90px;
	}
	
	.slider_chara_green{
		width: 130px;
	}
	
	/* Footer *********/
	#pagetop{
		bottom: 52px;
	}
	
	#pagetop img,
	#pagetop a{
		width: 55px;
		height: 74.5px;
	}
	
	.footer_chara:before{
		background-size: 340px 64px;
		width: 340px;
		height: 64px;
		bottom: 20px;
		margin-left: -170px;
	}
	
	.footer_chara:after{
		height: 45px;
	}
	
	.cloud_block{
		height: 120px;
	}
	
	.cloud_block:before,
	.cloud_block:after{
		background-size: 102px 56px;
    	width: 102px;
    	height: 56px;
	}
	
	#colophon{
		padding: 30px 0 20px 0;
	}
	
	.f_info{
		width: auto;
		display: block;
		margin-bottom: 25px;
	}
	
	#site-info{
		margin: 0 auto;
		margin-bottom: 25px;
	}
	
	.f_info_block{
		padding-top: 0;
	}
	
	.f_info_block h3{
		margin-bottom: 25px;
	}
	
	.f_info_block h3 a{
		margin: 0 auto;
	}
	
	p.add{
		text-align: center;
		margin-bottom: 20px;
		line-height: 1.6;
	}
	
	.f_tel{
		text-align: center;
	}
	
	.f_menu_sp ul li,
	.f_menu_sp ul li:nth-of-type(3n){
		width: calc((100% - 10px) / 2);
		width: -webkit-calc((100% - 10px)/ 2);
		margin-right: 10px;
	}
	
	.f_menu_sp ul li:nth-of-type(2n){
		margin-right: 0;
	}
	
	.f_menu_sp ul li:last-child{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.copyright{
		height: 36px;
		font-size: 11px;
		font-size: 1.1rem;
	}
	
	/* Content *********/
	#content h3.f-title,
	h3.f-title{
		font-size: 40px;
		font-size: 4.0rem;
		letter-spacing: -3px;
	}
	
	#content h3.entry-title,
	h3.entry-title{
	    font-size: 28px;
        font-size: 2.8rem;
	    letter-spacing: -2px;
		margin-bottom: 35px;
	}
	
	#content h3.entry-title span,
	h3.entry-title span{
		padding: 0 15px 10px 15px;
	}
	
	#content h3.entry-title span:before,
	h3.entry-title span:before{
		background-size: 68px 98px;
		width: 68px;
		height: 98px;
		top: -65px;
		left: -68px;
	}
	
	#content .p_access h3.entry-title span:before,
	#content .p_annually h3.entry-title span:before{
		background-size: 65px 111px;
		width: 65px;
		height: 111px;
		top: -65px;
		left: -65px;
	}
	
	#content .p_guidance h3.entry-title span:before{
		background-size: 60px 100px;
		width: 60px;
		height: 100px;
		top: -60px;
		left: -60px;
	}
	
	.blog h3.entry-title span:before,
	.category h3.entry-title span:before,
	.archive h3.entry-title span:before,
	.single h3.entry-title span:before,
	#content .p_philosophy h3.entry-title span:before{
		background-size: 66px 110px;
		width: 66px;
		height: 110px;
		top: -60px;
		left: -74px;
	}
	
	#content .p_nurseries h3.entry-title span:before,
	#content .p_about h3.entry-title span:before{
		background-size: 50px 107px;
		width: 50px;
		height: 107px;
		top: -70px;
		left: -50px;
	}
	
	#content .p_disclosure h3.entry-title span:before,
	#content .p_sustainable h3.entry-title span:before{
		background-size: 63px 74px;
		width: 63px;
		height: 74px;
		top: -34px;
		left: -62px;
	}
	
	#content .p_daily h3.entry-title span:before,
	#content .p_privacypolicy h3.entry-title span:before{
		background-size: 64px 100px;
		width: 64px;
		height: 100px;
		top: -62px;
		left: -64px;
	}
	
	.p_eyecatch{
		margin-bottom: 35px;
	}
	
	.p_intro{
		margin-bottom: 35px;
	}
	
	#content .p_intro p{
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.more a{
		width: 220px;
		padding: 8px 0 7px 0;
	}
	
	/* Contact *********/
	.contact{
		margin-bottom: 40px;
	}
	
	#content .contact p{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	#content table.contact_table{
    	width: 100%;
    	margin-bottom: 10px;
	}

	#content table.contact_table tr{
	    width: 100%;
	    display: block;
	    list-style: none;
	}
	
	#content table.contact_table tr th{
		display: block;
		width: 100%;
		padding: 0;
		border: none;
		margin-bottom: 5px;
	}

	#content table.contact_table tr td{
		display: block;
	    margin-bottom: 20px;
	    padding: 0 !important;
	    border: none;
	}

	#content #p_contact input[type="text"],
	#content #p_contact input[type="email"],
	#content #p_contact input[type="tel"],
	#content textarea,
	select{
	    margin: 0;
	    font-size: 16px;
	    font-size: 1.6rem;
	    border-radius: 0;
	}
	
	#content table.contact_table tr td span[data-name="policy"]{
		margin-top: 0;
		margin-bottom: -10px;
	}

	input[type="checkbox"]{
		display: inline-block;
	    width: 18px;
	    height: 18px;
	    border: 1px solid #ccc;
	    border-radius: 9px;
	    background: transparent;
	    opacity: 0.8;
	}

	#content input[type="submit"]{
		font-size: 15px;
		font-size: 1.5rem;
		width: 240px;
		height: 50px;
	}

	#b{
		border-radius: 0;
		width: 240px;
	}

	#content table.contact_table select,
	select.wpcf7-form-control.wpcf7-select{
		width: 100% !important;
		height: 40px;
		padding: 5px 12px 5px 12px;
		border: none;
		font-size: 15px;
		font-size: 1.5rem;
		margin-bottom: 5px;
	}

	#content table.contact_table tr td span.annotation{
	    display: block;
	}

	#content table.contact_table tr td span.wpcf7-not-valid-tip{
    	margin-top: 0;
	}

	#content table.contact_table tr td span.wpcf7-list-item{
		margin-left: 0;
		margin-bottom: 15px;
	}

	#content table.contact_table tr td span.wpcf7-list-item-label{
	    font-size: 13px;
	    font-size: 1.3rem;
	}

	textarea.wpcf7-form-control.wpcf7-textarea{
		height: 200px;
	}

	:placeholder-shown{
		font-size: 14px;
		font-size: 1.4rem;
	}

	#content .thanks h4{
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 30px;
	}

	#content .thanks p{
		line-height: 1.8;
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 40px;
	}
	
	/* News *********/
	#primary,
	#container{
		float: none;
	}
	
	#content #f_news h3.f-title{
		font-size: 36px;
		font-size: 3.6rem;
	}
	
	.p_news{
		margin-bottom: 30px;
	}
	
	.news_more{
		top: 20px;
	}
		
	.single #content h3{
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	.nav-previous a,
	.nav-next a{
		font-size: 14px;
		font-size: 1.4rem;
		width: 110px;
		padding: 3px 0;
	}
	
	/* Front-page *********/
	#content .top_news h3{
		font-size: 21px;
		font-size: 2.1rem;
	}
	
	#f_intro{
		padding: 50px 0 40px 0;
	}
	
	.f_intro_deco{
		width: 100%;
	}
	
	#content #f_intro h3{
		background-size: 180px 92.5px;
		width: 180px;
		height: 92.5px;
		margin-bottom: 35px;
	}
	
	#content #f_intro h3:before{
		background-size: 70px 112px;
		width: 70px;
		height: 112px;
		top: -10px;
		left: -80px;
	}
	
	#content #f_intro h3:after{
		background-size: 70px 112px;
		width: 70px;
		height: 112px;
		top: -10px;
		right: -80px;
	}
	
	#content #f_intro h5{
		max-width: 260px;
		height: 100px;
		font-size: 26px;
		font-size: 2.6rem;
		margin-bottom: 30px;
	}
	
	#content #f_intro p{
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	#f_menu{
		padding: 35px 0;
		margin-bottom: 45px;
	}
	
	#f_instagram{
		margin-bottom: 50px;
	}
	
	#f_instagram .inner{
		padding: 0 15px;
	}
	
	#f_character{
		margin-bottom: 40px;
	}
	
	.f_character_block{
		max-width: 400px;
	}
	
	.fcb_deco_1{
		width: 100px;
		top: 90px;
		left: 20px;
	}
	
	.fcb_deco_2{
		top: 100px;
		right: 20px;
	}
	
	.fcb_deco_3{
		width: 50px;
		left: 50px;
		bottom: 140px;
	}
	
	.fcb_deco_4{
		width: 70px;
		top: 200px;
		right: 40px;
	}
	
	.fcb_deco_5{
		background-size: 44px 63px;
		width: 44px;
		height: 64px;
		bottom: 185px;
	}
	
	#f_access:after{
		height: 480px;
	}
	
	#content #f_access h3.f-title{
		margin-bottom: 30px;
	}
		
	.f_access_block{
		margin-bottom: 60px;
	}
	
	#content .f_access_block p{
		margin-bottom: 10px;
	}
	
	#content .f_access_block h5:before{
		background-size: 70px 70px;
		width: 70px;
		height: 70px;
		left: -75px;
	}
	
	#content .f_access_block h5:after{
		background-size: 70px 70px;
		width: 70px;
		height: 70px;
		right: -70px;
	}
	
	.f_access_deco{
		background-size: 90px 110px;
		width: 90px;
		height: 110px;
		left: 50%;
		bottom: 80px;
		margin-left: -150px;
	}
	
	.f_access_deco_2{
		background-size: 120px 67px;
		width: 120px;
		height: 67px;
		right: 50%;
		bottom: 100px;
		margin-right: -190px;
	}
	
	.f_access_cloud{
		bottom: 472px;
	}
	
	.f_access_l,
	.f_access_r{
		width: 40%;
		bottom: 472px;
	}
	
	.fab_img{
		max-width: 250px;
	}
	
	.fab_img:before{
		background-size: 88px 42px;
		width: 88px;
		height: 42px;
		left: -40px;
	}
	
	.fab_img:after{
		background-size: 88px 42px;
		width: 88px;
		height: 42px;
		right: -40px;
	}
	
	.access_map_bg{
		padding: 60px 0 40px 0;
	}
	
	.f_access_kawauso{
		width: 90px;
	}
		
	#syoujinkai_link{
		padding-top: 55px;
	}
	
	#content #syoujinkai_link h3{
		margin-bottom: 30px;
	}
	
	#content #syoujinkai_link ul{
		max-width: 460px;
		margin: 0 auto;
	}
	
	#syoujinkai_link ul li,
	#syoujinkai_link ul li:nth-of-type(3n),
	#syoujinkai_link ul li:nth-of-type(4n){
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	
	#syoujinkai_link ul li:nth-of-type(2n){
		margin-right: 0;
	}
	
	/* 保育理念（philosophy） *********/
	.philosophy{
		width: 100%;
	}
	
	#content .p_philosophy h3.entry-title{
		margin-bottom: 50px;
	}
	
	.philosophy ul li{
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom: 45px;
	}
	
	#content .philosophy p{
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 45px;
	}
	
	/* 園での一日（daily） *********/
	.daily img{
		margin-bottom: 40px;
	}
	
	/* 園舎紹介（about） *********/
	.director_message{
		padding-bottom: 40px;
		margin-bottom: 35px;
	}
	
	.director_message_img{
		max-width: 400px;
	}
	
	/* 年間行事（annually） *********/
	.annually_intro{
		margin-bottom: 50px;
	}
	
	#content .annually_intro h4{
		font-size: 19px;
		font-size: 1.9rem;
		margin-bottom: 30px;
	}
	
	#content .annually_intro p{
		max-width: 500px;
		line-height: 1.8;
		margin-bottom: 20px;
	}
	
	#content .annually_intro h5{
		font-size: 19px;
		font-size: 1.9rem;
		padding: 12px 0 10px 0;
		margin-top: 40px;
	}
	
	.annually_precious{
		padding: 19px 20px 17px 20px;
	}
	
	#content .annually_precious h3{
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.6;
		margin-bottom: 12px;
	}
	
	#content .annually_precious p{
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6;
	}
	
	.annually{
		margin-bottom: 50px;
	}
	
	#content .annually h3{
		height: 50px;
		font-size: 26px;
		font-size: 2.6rem;
		margin-bottom: 10px;
	}
	
	.annually_block dl,
	.annually_block dl:nth-of-type(3n){
		width: calc((100% - 10px) / 2);
		width: -webkit-calc((100% - 10px) / 2);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.annually_block dl:nth-of-type(2n){
		margin-right: 0;
	}
	
	#content .annually_block dl dt{
		height: 36px;
		font-size: 15px;
		font-size: 1.5rem;
		padding-left: 10px;
	}
	
	#content .annually_block dl dt span.month{
		width: 40px;
		margin: 0 10px 0 -10px;
	}
	
	#content .annually_block dl dt span.f_big{
		display: inline-block;
		margin-right: 1px;
		font-size: 17px;
		font-size: 1.7rem;
		letter-spacing: -1px;
	}
	
	#content .annually_block dl dt .sp{
		display: none;
	}
	
	/* 保育と教育（nurseries） *********/
	#content .nurseries dl dd.nurseries_title{
		font-size: 21px;
		font-size: 2.1rem;
		padding: 15px 0 10px 0;
	}
	
	/* サスティナブル保育（sustainable） *********/
	.sustainable{
		margin-bottom: 50px;
	}
	
	#content .sustainable h4{
		letter-spacing: 0;
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.6;
		padding: 20px 0 20px 0;
		margin-bottom: 35px;
	}
	
	#content .sustainable p{
		letter-spacing: 0;
		font-size: 17px;
		font-size: 1.7rem;
		margin-bottom: 35px;
	}
	
	/* 入園のご案内（guidance） *********/
	#content .p_guidance .p_intro p{
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	.yotei{
		max-width: 260px;
		height: 100px;
		font-size: 26px;
		font-size: 2.6rem;
		margin-bottom: 45px;
	}
	
	.guidance_block{
		margin-bottom: 35px;
	}
	
	#content .guidance_block h4{
		font-size: 20px;
		font-size: 2.0rem;
		padding: 12px 0 13px 0;
		margin-bottom: 25px;
	}
	
	#content .guidance_block p{
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	#content .guidance_block p{
		font-size: 17px;
		font-size: 1.7rem;
	}
		
    #content .guidance_block p.sp_left{
        text-align: justify;
        text-justify: inter-ideograph;
        font-size: 15px;
        font-size: 1.5rem;
    }
    
	/* アクセス（access） *********/
	.access{
		margin-bottom: 40px;
	}
	
	#content .access h3{
		margin-bottom: 35px;
	}
	
	/* 開示情報（disclosure） *********/
	.disclosure{
		padding: 25px 0 30px 0;
	}
	
	#content .disclosure p{
		margin-bottom: 20px;
	}
}

/* @media screen（スマートフォン2）
-------------------------------------------------------------- */
@media screen and (max-width: 500px){
	/* Header *********/
	#site-title{
		width: 180px;
		height: 180px;
	}
	
	.home #site-title{
		width: 200px;
		height: 200px;
	}
	
	#site-title a{
		background-size: 180px 180px;
		width: 180px;
		height: 180px;
	}
	
	.home #site-title a{
		background-size: 200px 200px;
		width: 200px;
		height: 200px;
	}
	
	/* News *********/
	#content .f_news ul a,
	#content .p_news ul a{
		padding: 14px 0 10px 0;
	}
	
	/* Front-page *********/
	#f_menu{
		padding: 45px 0;
	}
	
	#content #f_menu ul{
		display: block;
		justify-content: inherit;
		flex-flow: inherit;
	}
	
	#f_menu ul li{
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		margin-bottom: 20px !important;
	}
	
	#f_menu ul li:last-child{
		margin-bottom: 0 !important;
	}
	
	#f_access .access_map:after{
		background-size: 135px 80px;
		width: 135px;
		height: 80px;
		top: -100px;
		right: -20px;
	}
	
	/* 年間行事（annually） *********/
	#content .annually_block dl dt .sp{
		display: block;
	}
}

/* @media screen（Safari）
-------------------------------------------------------------- */
@media screen and (max-width: 380px){
	/* Header *********/
	.slider_chara_blue{
		width: 50px;
		top: -18%;
	}
	
	.slider_chara_yellow{
		width: 52px;
		top: -22%;
	}
	
	.slider_chara_purple{
		width: 58px;
		bottom: 30px;
	}
	
	.slider_chara_red{
		width: 58px;
		bottom: 30px;
	}
	
	.slider_chara_green{
		width: 100px;
		bottom: 20px;
	}
	
	/* Content *********/
	#content h3.f-title,
	h3.f-title{
		font-size: 32px;
		font-size: 3.2rem;
		letter-spacing: 0;
	}
}
