@charset "UTF-8";

html {
	font: 20px/35px sans-serif;
	color: #333333;
}

body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}

.mspt14b {
}

.md_dataTable tr td {
}

img {
	vertical-align: bottom;
}

a:link {
	text-decoration: none;
	color: blue;
}

a:visited {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: none;
	color: #EA439F;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #EA439F;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.right {
	display: block;
	text-align: right;
	margin-left: auto;
}

main {
	max-width: 750px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

footer {
	max-width: 750px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	background-color: #E9D5A5;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	padding-bottom: 10px;
}

footer a:link {
	text-decoration: none;
}

footer a:visited {
	text-decoration: none;
	color: blue;
}

.footer_back {
	height: 54px;
	background-image: url(../imgs/footer.png);
	background-repeat: repeat-x;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.fa.fa-television {
	margin-right: 3px;
}

.fa.fa-file-text-o {
	margin-right: 3px;
}

.copyright {
	font-size: 10px;
}

h1 {
	font-size: 32px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
	font-size: 26px;
	margin-top: 30px;
	margin-bottom: 10px;
}


/* ==============================
   トップページ
============================== */

.index_title img {
	width: 100%;
	height: auto;
	margin-top: -10px;
}

.index_menu {
	height: 65px;
	background-size: 100% 100%;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../imgs/index_back.png);
	background-repeat: no-repeat;
}

.index_menu span {
	margin-left: 5px;
	font-size: 18px;
	font-weight: bold;
}

.index_menu a:link {
	text-decoration: none;
}

.index_menu a:visited {
	text-decoration: none;
	color: blue;
}

.index_board {
	width: 84%;
	background-color: #006400;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
	border-left-color: #8C6239;
	border-right-color: #8C6239;
	border-top-color: #8C6239;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: 8px;
	border-right-width: 8px;
	border-top-width: 8px;
	margin-left: auto;
	margin-right: auto;
}

.index_board2 {
	width: 98%;
	background-color: #8C6239;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	height: 12px;
}

.index_board p {
	text-align: center;
	font-size: 23px;
}

.index_cnts {
	float: left;
	width: 50%;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
}

.index_cnts a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.index_cnts a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.index_cnts a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.index_cnts a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.index_cnts_gp {
}

#news {
	width: 85%;
	margin: 30px auto 50px;
	border-radius: 20px;
	border: 2px solid #3FA9F5;
	padding: 10px;
}

#news a:link {
	text-decoration: none;
}

#news a:visited {
	text-decoration: none;
	color: blue;
}

#news h2 {
	text-align: center;
	font-size: 23px;
	margin: -27px auto -5px;
	background-color: #FFFFFF;
	width: 128px;
}

#news article time {
	font-size: 14px;
}

#news article h3 {
	font-weight: normal;
	font-size: 15px;
	margin-top: -16px;
}

span2 {
	color: #FF0000;
	margin-left: 5px;
	font-size: 10px;
}


/* ==============================
   ハンバーガーメニュー
============================== */

.badge {
	width: 50px;
	height: 50px;
	text-align: center;
	background-color: #FFF0F8;
	padding-top: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	font-size: 16px;
	opacity: 0.9;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	line-height: 16px;
	text-shadow: 1px 1px 1px #C1C1C1;
	top: 0px;
	z-index: 1000;
}

.badge a {
	text-decoration: none;
}

/* index.htmlの新しい三本線 */
.hamburger {
	display: block;
	width: 24px;
	height: 18px;
	margin: 0 auto 4px auto;
}

.hamburger span {
	display: block;
	width: 24px;
	height: 3px;
	background-color: #0000FF;
	margin: 0 0 4px 0;
	padding: 0;
	border-radius: 2px;
	font-size: 0;
	color: inherit;
}

/* 旧HTMLのFont Awesome式メニューにも対応 */
.badge .fa-bars {
	display: block;
	width: 24px;
	height: 18px;
	margin: 0 auto 4px auto;
	font-size: 0;
	background: linear-gradient(
		to bottom,
		#0000FF 0px,
		#0000FF 3px,
		transparent 3px,
		transparent 7px,
		#0000FF 7px,
		#0000FF 10px,
		transparent 10px,
		transparent 14px,
		#0000FF 14px,
		#0000FF 17px
	);
}

.badge .fa-bars:before {
	content: "";
}


/* ==============================
   共通
============================== */

.pagetop {
	cursor: pointer;
	position: fixed;
	bottom: 30px;
	right: 10px;
	width: 70px;
	height: 70px;
	opacity: 0.5;
	background-repeat: no-repeat;
	background-image: url(../imgs/pagetop.png);
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	background-size: 70px 70px;
}

.pagetop:hover {
	opacity: 0.8;
}

.h2_title {
	text-align: center;
	font-weight: bold;
	line-height: 28px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 22px;
	border-width: 0px;
}

.h2_text {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}


/* ==============================
   理事長・園長紹介
============================== */

.principal_back {
	height: 50px;
	background-image: url(../imgs/principal_line.png);
	background-size: auto 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}


/* ==============================
   園の概要
============================== */

.outline_back {
	height: 50px;
	background-image: url(../imgs/outline_line.png);
	background-size: auto 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.outline_table {
	width: 90%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #FF99D1;
	border-collapse: collapse;
	font-size: 16px;
	line-height: 160%;
	margin-bottom: 50px;
}

.outline_tab1 {
	display: inline-block;
	width: 10em;
	color: #333333;
}

.outline_table th {
	text-align: left;
	border-right: 2px solid #FF99D1;
	border-bottom: 2px solid #FF99D1;
	background-color: #FFC1E3;
	color: #9B0055;
	padding: 5px;
}

.outline_table td {
	border-bottom: 2px solid #FF99D1;
	padding: 5px;
}

.outline_tab2 {
	display: inline-block;
	width: 3em;
	color: #333333;
}


/* ==============================
   園の特色
============================== */

.feature_back {
	height: 50px;
	background-image: url(../imgs/feature_line.png);
	background-size: auto 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.feature_group {
	width: 310px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.feature1,
.feature2,
.feature3,
.feature4,
.feature5,
.feature6,
.feature7,
.feature8 {
	width: 135px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.feature_h2 {
	width: 137px;
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	margin-top: 5px;
	margin-bottom: 30px;
}

.feature_h2.center {
	width: auto;
}

.feature_text {
	font-size: 20px;
	line-height: 36px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.feature_tub {
	padding-left: 1em;
	text-indent: -1em;
}


/* ==============================
   パンくず・戻る
============================== */

.bread {
	list-style: none;
	margin: 20px 0px 20px -30px;
	width: auto;
}

.bread li {
	float: left;
	width: auto;
	font-size: 18px;
}

.bread li:after {
	content: '\003e';
	margin-left: 5px;
	margin-right: 5px;
}

.back {
	width: 60px;
	margin: 30px auto;
	border-radius: 80px;
	border: 2px double #8CDBF0;
	text-align: center;
	padding: 5px;
	background-image: linear-gradient(
		130deg,
		rgba(140,219,240,1.00) 2.02%,
		rgba(200,232,240,1.00) 16.66%,
		rgba(226,243,247,1.00) 33.68%,
		rgba(198,237,247,1.00) 64.01%,
		rgba(194,229,238,1.00) 83.87%,
		rgba(140,219,240,1.00) 100%
	);
	-webkit-box-shadow: 1px 1px 3px #C2C2C2;
	box-shadow: 1px 1px 3px #C2C2C2;
	font-weight: bold;
}

.back a {
	display: block;
}

.back a:hover {
	color: #EA439F;
}


/* ==============================
   開閉表示
============================== */

input[type="checkbox"].on-off1,
.on-off2,
.on-off3,
.on-off4,
.on-off5,
.on-off6,
.on-off7,
.on-off8 {
	display: none;
}

input[type="checkbox"].on-off1 + div,
.on-off2 + div,
.on-off3 + div,
.on-off4 + div,
.on-off5 + div,
.on-off6 + div,
.on-off7 + div,
.on-off8 + div {
	height: 0;
	overflow: hidden;
}

input[type="checkbox"].on-off2:checked + div {
	height: 140px;
}

input[type="checkbox"].on-off3:checked + div {
	height: 170px;
}

input[type="checkbox"].on-off4:checked + div {
	height: 210px;
}

input[type="checkbox"].on-off5:checked + div {
	height: 250px;
}


/* ==============================
   保育方針
============================== */

.policy_back {
	height: 50px;
	background-image: url(../imgs/policy_line.png);
	background-size: auto 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.policy {
	width: 80%;
	background-color: #006400;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 1px 1px #000000;
	border-left: 5px solid #C1C0BC;
	border-right: 5px solid #C1C0BC;
	border-bottom: 20px solid #C1C0BC;
	border-top: 5px solid #C1C0BC;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.policy img {
	width: auto;
	margin-top: 20px;
}

.policy_tab {
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 0px;
	margin-bottom: 20px;
}


/* ==============================
   保育内容
============================== */

.contents_back {
	height: 50px;
	background-image: url(../imgs/contents_line.png);
	background-size: auto 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.contens_table {
	width: 90%;
	font-size: 16px;
	border: 2px solid #FFFFFF;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 2px 2px 3px #929292;
	box-shadow: 2px 2px 3px #929292;
}

.contens_table th {
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	padding: 5px;
}

.contens_table td {
	border-bottom: 2px solid #FFFFFF;
	border-collapse: collapse;
	border-right: 2px solid #FBFBFB;
}

.contens_table .days {
	background-color: #E2F8FF;
	width: 10%;
}

.contens_table .kids1 {
	background-color: #E7FFCB;
	width: 35%;
}

.contens_table .kids2 {
	background-color: #FFE6F4;
	width: 35%;
}

.contens_table .lunch {
	background-color: #FFE2BE;
	width: 20%;
}

.contens_table2 {
	width: 90%;
	font-size: 16px;
	border: 2px solid #F5BE79;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 2px 2px 3px #929292;
	box-shadow: 2px 2px 3px #929292;
	line-height: 24px;
}

.contens_table2 th {
	border-right: 2px solid #F5BE79;
	border-bottom: 2px solid #F5BE79;
	padding: 5px;
}

.contens_table2 td {
	border-bottom: 2px solid #F5BE79;
	border-collapse: collapse;
	border-right: 2px solid #F5BE79;
	padding: 5px;
}

.contens_table2 .time {
	background-color: #F58801;
	width: 15%;
	text-align: center;
	color: #FFFFFF;
}

.contens_table2 .schedule {
	background-color: #FFFFFF;
	width: 85%;
}

.contents_title {
	text-align: center;
	font-weight: bold;
	line-height: 28px;
	margin-top: 50px;
	margin-bottom: 10px;
	font-size: 22px;
	border-width: 0px;
}

.contens_text {
	font-size: 16px;
	line-height: 23px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-indent: -0.5em;
	margin-top: 10px;
}

.contents_test2 {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #FFFFFF;
	border-radius: 30px;
	-webkit-box-shadow: 2px 2px 3px #929292;
	box-shadow: 2px 2px 3px #929292;
	padding: 5px;
	border: 5px solid #8CDBF0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.contents_test2 img {
	margin: 10px;
}


/* ==============================
   写真・年間行事
============================== */

.photo_back {
	height: 50px;
	background-image: url(../imgs/photo_line.png);
	background-size: auto 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.event_back {
	height: 50px;
	background-image: url(../imgs/event_line.png);
	background-size: auto 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.photo_map {
	width: 98%;
	height: auto;
	max-width: 570px;
	margin-bottom: 50px;
}

.photo_etc {
	width: 90%;
	height: auto;
	max-width: 500px;
}

.photo_title {
	text-align: center;
	font-weight: bold;
	line-height: 28px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 20px;
	border-width: 0px;
}

.photo_text {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.event_box {
	width: 85%;
	background-color: #754C24;
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 20px;
	-webkit-box-shadow: 2px 2px 3px #3F3F3F;
	box-shadow: 2px 2px 3px #3F3F3F;
}

.event_box img {
	margin-top: -10px;
}

.event_paper {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: -28px;
	padding-top: 35px;
	padding-bottom: 20px;
}

.event_table {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 24px;
}

.event_month {
	text-align: center;
	width: 15%;
	vertical-align: top;
	background-color: #FF99D1;
	padding-top: 5px;
	padding-bottom: 5px;
}

.event_event {
	background-color: #FFE6F4;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.event_table th {
	background-color: #FF99D1;
}


/* ==============================
   アクセス
============================== */

.access_back {
	height: 50px;
	background-image: url(../imgs/access_line.png);
	background-size: auto 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.access_box {
	margin-left: auto;
	margin-right: auto;
}

.access_box img {
	width: 95%;
	height: auto;
	max-width: 780px;
}

.access_text {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
}

.access_box .attention {
	text-indent: -1em;
	margin-left: 1em;
	line-height: 24px;
}

.access_box .space {
	margin-top: 30px;
}

.access_route {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	border-radius: 80px;
	border: 2px double #8CDBF0;
	text-align: center;
	padding: 5px;
	background-image: linear-gradient(
		130deg,
		rgba(140,219,240,1.00) 2.02%,
		rgba(200,232,240,1.00) 16.66%,
		rgba(226,243,247,1.00) 33.68%,
		rgba(198,237,247,1.00) 64.01%,
		rgba(194,229,238,1.00) 83.87%,
		rgba(140,219,240,1.00) 100%
	);
	-webkit-box-shadow: 1px 1px 3px #C2C2C2;
	box-shadow: 1px 1px 3px #C2C2C2;
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
}

.access_route .route {
	font-size: 20px;
}


/* ==============================
   お問い合わせ
============================== */

.contact_back {
	height: 50px;
	background-image: url(../imgs/contact_line.png);
	background-size: auto 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.contact_title {
	text-align: center;
}

.contact_title img {
	width: 95%;
	height: auto;
	max-width: 800px;
}

.contact_tel {
	width: 95%;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}

.contact_tel2 {
	width: 95%;
	font-weight: bold;
	font-size: 26px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.contact_tel i {
	color: #5AA305;
}

.contact_tel2 .fa.fa-envelope {
	color: #C6B414;
}

.contact_tab {
	display: inline-block;
	width: 2em;
}


/* ==============================
   入園案内
============================== */

.entrance img {
	width: 100%;
	height: auto;
	margin-top: -10px;
}

.entrance_info {
	font-size: 20px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	background-color: #DEF7C1;
	padding: 10px;
	min-width: 0px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	text-align: center;
	font-weight: bold;
	border-left-color: #529703;
	border-right-color: #529703;
	border-top-color: #529703;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 2px;
	color: #386504;
}

.entrance_info2 {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding: 10px;
	min-width: 0px;
	font-weight: bold;
	border: 2px solid #529703;
	color: #333333;
}

.entrance_info2 p {
	color: #333333;
	margin-top: 30px;
	margin-bottom: 30px;
}

.entrance_info3 {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	background-color: #DEF7C1;
	padding: 10px;
	min-width: 0px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	text-align: center;
	font-weight: bold;
	border-left-color: #529703;
	border-right-color: #529703;
	border-top-color: #529703;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	color: #386504;
	margin-bottom: 50px;
}

.entrance_info4 {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding: 10px;
	min-width: 0px;
	font-weight: bold;
	border: 2px solid #529703;
	color: #333333;
	text-align: center;
}

.entrance_info5 {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-bottom: 50px;
}


/* ==============================
   未就園児
============================== */

.guest_back {
	height: 50px;
	background-image: url(../imgs/guest_line.png);
	background-size: auto 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.guest_title {
	color: #529703;
	text-shadow: 1px 1px 2px #529703;
	font-size: 35px;
	line-height: 43px;
}

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

.guest_text {
	font-size: 20px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #FFEDF6;
	-webkit-box-shadow: 2px 2px 3px #A3A29E;
	box-shadow: 2px 2px 3px #A3A29E;
}

.guest_text p {
	text-indent: 1em;
}

.guest_schedule {
	width: auto;
	padding: 30px 25px 25px;
	text-align: center;
	background-color: #E2F8FF;
	margin-top: 30px;
	-webkit-box-shadow: 2px 2px 3px #A3A29E;
	box-shadow: 2px 2px 3px #A3A29E;
}

.guest_schedule .memo {
	text-align: left;
}

.guest_schedule p {
	font-size: 18px;
	text-indent: -1em;
	margin-left: 1em;
	line-height: 28px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.guest_table {
	font-size: 16px;
	line-height: 22px;
}

.guest_list {
	width: auto;
	padding: 30px 25px 25px;
	text-align: center;
	background-color: #DEFFB8;
	margin-top: 30px;
	-webkit-box-shadow: 2px 2px 3px #A3A29E;
	box-shadow: 2px 2px 3px #A3A29E;
}

.guest_list2 {
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 5px;
	font-size: 20px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 3px 0px #A3A29E;
	box-shadow: 1px 1px 3px 0px #A3A29E;
}

.guest_list2 .left {
	text-align: left;
	line-height: 28px;
}

.guest_enquete {
	width: auto;
	padding: 30px 25px 25px;
	text-align: center;
	background-color: #FAE7CE;
	margin-top: 30px;
	-webkit-box-shadow: 2px 2px 3px #A3A29E;
	box-shadow: 2px 2px 3px #A3A29E;
}

.enquete_illust {
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}

.enquete_album {
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}

.guest_enquete .text {
	text-align: center;
	line-height: 28px;
	font-size: 20px;
}

.guest_enquete .enquete {
	width: 100%;
	height: auto;
}

.enquete_box {
	margin-top: 10px;
	margin-bottom: 20px;
	-webkit-box-shadow: 2px 2px 3px #A3A29E;
	box-shadow: 2px 2px 3px #A3A29E;
	background-color: #FFFFFF;
	padding: 10px;
	text-align: left;
	font-size: 20px;
	line-height: 30px;
}

.guest_album {
	width: auto;
	padding: 30px 25px 25px;
	text-align: center;
	background-color: #FFDCEF;
	margin-top: 30px;
	-webkit-box-shadow: 2px 2px 3px #A3A29E;
	box-shadow: 2px 2px 3px #A3A29E;
}

.album_illust {
	margin-bottom: 20px;
	width: 80%;
	height: auto;
	border-radius: 20px;
}

.guest_album .text {
	text-align: center;
	line-height: 28px;
	font-size: 20px;
}


/* ==============================
   ぴよぴよ
============================== */

.piyo_title {
	width: 100%;
	height: auto;
}

.piyo_kurkboard {
	width: 97%;
	background-image: url(../imgs/piyo_back.png);
	border: 10px ridge #EDB46D;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.piyo_title2 {
	width: 60%;
	padding: 5px;
	text-align: center;
	background-color: #FFF9CA;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 2px 2px 5px #3A3A3A;
	box-shadow: 2px 2px 5px #3A3A3A;
	font-size: 18px;
}

.pin_set {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	background-color: #FEFEFE;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

.pin1,
.pin2,
.pin3,
.pin4,
.pin5,
.pin6,
.pin7,
.pin8,
.pin9,
.pin10 {
	width: 10px;
	height: 10px;
	border-radius: 40px;
	-webkit-box-shadow: 1px 1px 1px #6B6B6B;
	box-shadow: 1px 1px 1px #6B6B6B;
}

.pin1 {
	background-color: #D95557;
	float: left;
}

.pin2 {
	background-color: #D95557;
	float: right;
}

.pin3 {
	background-color: #529703;
	float: left;
}

.pin4 {
	background-color: #529703;
	float: right;
}

.pin5 {
	background-color: #F58801;
	float: left;
}

.pin6 {
	background-color: #F58801;
	float: right;
}

.pin7 {
	background-color: #8CDBF0;
	float: left;
}

.pin8 {
	background-color: #8CDBF0;
	float: right;
}

.pin9 {
	background-color: #FFF9CA;
	float: left;
}

.pin10 {
	background-color: #FFF9CA;
	float: right;
}

.piyo_pic1 {
	width: 44%;
	padding: 0px 5px 5px;
	text-align: center;
	background-color: #FFFFFF;
	-webkit-box-shadow: 2px 2px 5px #3A3A3A;
	box-shadow: 2px 2px 5px #3A3A3A;
	font-size: 16px;
	float: left;
	margin-left: 2px;
	margin-bottom: 5px;
}

.piyo_pic1 img {
	width: 95%;
	height: auto;
	margin-top: 2px;
}

.piyo_pic2 {
	width: 44%;
	padding: 0px 5px 5px;
	text-align: center;
	background-color: #FFFFFF;
	-webkit-box-shadow: 2px 2px 5px #3A3A3A;
	box-shadow: 2px 2px 5px #3A3A3A;
	font-size: 16px;
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
}

.piyo_pic2 img {
	width: 95%;
	height: auto;
	margin-top: 2px;
}

.piyo_picgroup {
	width: 100%;
}

.piyo_pic3 {
	width: 85%;
	text-align: center;
	background-color: #FFFFFF;
	-webkit-box-shadow: 2px 2px 5px #3A3A3A;
	box-shadow: 2px 2px 5px #3A3A3A;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.piyo_pic3 p {
	text-align: left;
	font-weight: normal;
	line-height: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.piyo_pic3 img {
	width: 95%;
	height: auto;
	margin-top: 2px;
}


/* ==============================
   アルバム
============================== */

.album_back {
	height: 50px;
	background-image: url(../imgs/album_line.png);
	background-size: auto 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}

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

.album_blue,
.album_pink,
.album_green,
.album_yellow {
	width: 100%;
	height: 80px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	text-align: center;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	font-size: 22px;
	font-weight: bold;
	line-height: 68px;
}

.album_blue {
	background-image: url(../imgs/album_blue.png);
	background-size: 99% 100%;
}

.album_pink {
	background-image: url(../imgs/album_pink.png);
}

.album_green {
	background-image: url(../imgs/album_green.png);
}

.album_yellow {
	background-image: url(../imgs/album_yellow.png);
}

.album_text_blue,
.album_text_pink,
.album_text_green,
.album_text_yellow {
	max-width: 310px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 20px;
	line-height: 40px;
	width: 80%;
	font-size: 18px;
}

.album_text_blue {
	background-image: url(../imgs/album_blue2.png);
}

.album_text_pink {
	background-image: url(../imgs/album_pink2.png);
}

.album_text_green {
	background-image: url(../imgs/album_green2.png);
}

.album_text_yellow {
	background-image: url(../imgs/album_yellow2.png);
}

.fa.fa-leaf {
	margin-right: 5px;
	font-size: 16px;
	color: #529703;
}

.album_frame,
.album_frame_blue,
.album_frame_pink,
.album_frame_green,
.album_frame_yellow {
	margin: 20px auto 30px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-top: 35px;
	width: 95%;
	text-align: center;
	max-width: 400px;
	padding-bottom: 51px;
}

.album_frame,
.album_frame_blue {
	background-image: url(../imgs/album_frame_blue.png);
}

.album_frame_pink {
	background-image: url(../imgs/album_frame_pink.png);
}

.album_frame_green {
	background-image: url(../imgs/album_frame_green.png);
}

.album_frame_yellow {
	background-image: url(../imgs/album_frame_yellow.png);
}

.album_frame_blue img,
.album_frame_pink img,
.album_frame_green img,
.album_frame_yellow img {
	width: 87%;
	height: auto;
}

.album_frame_blue p,
.album_frame_pink p,
.album_frame_green p,
.album_frame_yellow p {
	width: 80%;
	font-size: 17px;
	line-height: 23px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: left;
	padding: 10px;
}

.album_pin {
	width: 50px;
	height: 54px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -40px;
}


/* ==============================
   個人情報保護
============================== */

.privacy_h1 {
	text-align: center;
	font-size: 20px;
}

.privacy_h1text {
	font-size: 18px;
	text-indent: 1em;
	padding-left: 20px;
	padding-right: 20px;
}

.privacy_h2 {
	font-size: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 2em;
	text-indent: -2em;
	line-height: 26px;
}

.privacy_text {
	padding-right: 10px;
	font-size: 18px;
	text-indent: 1em;
	margin-left: 2em;
	padding-left: 10px;
}

.privacy_text2 {
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 28px;
}

.toggle_text {
	margin-top: -3px;
	margin-left: 23px;
	font-size: 15px;
}


/* ==============================
   その他
============================== */

.backnumber {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.backnumber select {
	font-size: 20px;
	background-image: linear-gradient(
		180deg,
		rgba(245,244,244,1.00) 6.58%,
		rgba(255,255,255,1.00) 47.16%,
		rgba(193,193,193,1.00) 81.73%
	);
	border: 1px double #B3B3B3;
	height: 50px;
	font-weight: bolder;
}

h5 {
	font-size: 18px;
	line-height: 24px;
}

/* 既存ページで使っている一般span */
span {
	color: #FF0000;
	margin-left: 5px;
	font-size: 14px;
}

/* ハンバーガー内のspanだけ上記設定を解除 */
.hamburger span {
	color: inherit;
	margin-left: 0;
	font-size: 0;
}