@charset "utf-8";

*,*::after,*::before{box-sizing:inherit}

body {
	margin: 0px auto;
	padding: 0px;
	background: rgba(255,128,64,1.0);
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}

#face {
	max-width: 2000px;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	background: rgba(255,255,130,1.0);
	text-align: center;
}

#face-sub {
	max-width: 2000px;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	background: rgba(255,255,255,1.0);
	text-align: center;
}

/*スマホページ用ヘッダー画像*/
#header {
	display: none;
	width: 100%;
	background: #fff;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

#header img {
	display: none;
}

/*トップページ用ヘッダー画像*/
#header_top {
	display: block;
	max-width: 2000px;
	width: 100%;
	background: #fff;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

#header_top img {
	display: block;
	width: 100%;
	height: auto;
}

.sect01 {
	background: rgba(255,255,130,1.0);
	text-align: center;
	padding: 20px;
}

.sect01 h1 {
	display: block;
	background: rgba(255,255,255,1.0);
	width: 70%;
	border-radius: 12px;
	border: solid 1px #da8;
	margin: 0px auto;
	padding: 8px;
	font-size: 1.733rem;
}

.sect01 iframe {
	width: 80%;
	text-align: left;
	margin: 0px auto 30px auto;
	border: solid 1px #da8;
	padding: 10px;
	letter-spacing: 1px;
	line-height: 100%;
	background: rgba(255,255,255,1.0);
	border-radius: 12px;
}

#info02 {
	width: 80%;
	text-align: left;
	margin: 0px auto;
	border: 0;
	padding: 10px;
	letter-spacing: 1px;
}

.sect01 iframe {
	width: 80%;
	text-align: left;
	margin: 0px auto 30px auto;
	border: solid 1px #da8;
	padding: 10px;
	letter-spacing: 1px;
	line-height: 100%;
	background: rgba(255,255,255,1.0);
	border-radius: 12px;
}

.sect02 {
	background: rgba(210,250,200,1.0);
	text-align: center;
	padding: 20px;
}

.sect02 h1 {
	display: block;
	background: rgba(255,255,255,1.0);
	width: 70%;
	border-radius: 12px;
	border: solid 1px #da8;
	margin: 0px auto;
	padding: 8px;
	font-size: 1.733rem;
}

.sect02 img {
	margin: 20px auto;
	border: 2px solid #fff;
	border-radius: 12px;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
}

.sect03 {
	background: rgba(255,153,200,1.0);
	text-align: center;
	padding: 20px;
}

.sect03 h1 {
	display: block;
	background: rgba(255,255,255,1.0);
	width: 70%;
	border-radius: 12px;
	border: solid 1px #da8;
	margin: 0px auto;
	padding: 8px;
	font-size: 1.733rem;
}

.sect03 img {
	margin: 20px auto;
	border: 2px solid #fff;
	border-radius: 12px;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
}

video {
	margin: 20px auto;
	border: 2px solid #fff;
	border-radius: 12px;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
	width: 70%;
	height: auto;
}


.toppanel_f {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.flexitem{
	width: 100%;
	height: auto;
	text-align: center;
}

.item02 {
	clear: both;
	text-align: left;
	margin: 20px 20px;
	border-radius: 0px;
	padding: 12px;
	display: block;
	overflow: hidden;
	border: solid 1px #aaa;
	background: #fff;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}

.item02 ul,ol,blockquote,dd {
	margin: 10px 30px;
}

.item02 h3 {
	margin: 10px 50px 10px 0;
	padding: 5px;
	font-size: 1.6rem;
	border-bottom: 1px dotted #bbb;
}

.item02 ul {
	list-style: disc;
}

.item02 ol {
	list-style: decimal;
}

.item02 img {
	margin: 10px;
	vertical-align: middle;
	transition: 0.5s;
}

.imgcenter {
	text-align: center;
	margin: 0 auto;
	padding: 20px;
}

.imgleft {
	float: left;
	margin: 10px;
}

.imgright {
	float: right;
	margin: 10px;
}

.item02 img:hover {
	transform: scale(1.1, 1.1);
}

.item02 table {
	margin: 10px 0;
	font-size: 1.466rem;
	line-height: 140%;
}

.item02 th {
	text-align: center !important;
	vertical-align: top !important;
	border-bottom: 1px solid #777;
	border-top: 0px;
	border-left: 1px;
	border-right: 0px solid #777;
	font-weight: normal;
	margin: 0;
	padding: 5px;
}

.item02 td {
	text-align: left !important;
	vertical-align: top !important;
	border-bottom: 1px solid #777;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	font-weight: normal;
	margin: 0;
	padding: 5px;
}

.item02-01 {
	text-align: left;
	margin: -10px;
	border-radius: 0px;
	padding: 10px;
	display: block;
	overflow: hidden;
	border: solid 0px #aaa;
	background: #ffc;
}

.map {
	text-align: center;
	width: 90%;
	margin: 10px auto;
	display: block;
	overflow: hidden;
}

.map iframe {
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}

/* 一日の生活ページ */
.item03 {
	clear: both;
	text-align: left;
	margin: 20px 20px;
	border-radius: 0px;
	padding: 12px;
	display: block;
	overflow: hidden;
	border: solid 1px #aaa;
	background: #fff;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
}

.item03 ul {
	list-style: circle;
	margin-left: 20px;
}

.item03 table {
	margin: 10px 0;
	width: 100%;
	font-size: 1.466rem;
	line-height: 140%;
}

.item03 th {
	text-align: center !important;
	vertical-align: top !important;
	border-bottom: 3px dotted #FF8AC5;
	font-weight: normal;
	padding: 20px 0;
}

.item03 td {
	text-align: left !important;
	vertical-align: middle !important;
	border-bottom: 3px dotted #FF8AC5;
	font-weight: normal;
	padding: 20px;
}

.item03 img {
	margin: 10px;
	vertical-align: middle;
	transition: 0.5s;
}

.item03 img:hover {
	transform: scale(1.1, 1.1);
}


/* ボトムエリア */
#bottombox {
	width: 80%;
	margin: 10px auto;
	padding: 20px 30px;
	text-align: center;
	font-size: 1.33rem;
	color: #fff;
	overflow: hidden;
	clear: both;
}

#bottombox ul {
	list-style-type: disc;
	width: 30%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	letter-spacing: 1px;
	line-height: 160%;
}

#bottombox li a:link {
	text-decoration: none;
	color: #fff;
}

#bottombox li a:visited {
	text-decoration: none;
	color: #fff;
}

#bottombox li a:active {
	text-decoration: none;
	color: #fff;
}

#bottombox li a:hover {
	text-decoration: none;
	text-decoration: underline;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#copyright {
	margin: 10px;
	text-align: center;
	padding: 0;
	font-size: 1.2rem;
	color: #fff;
	line-height: 160%;
	letter-spacing: 2px;
	border-left: 0px solid #fff;
}

/* backtop トップに戻るボタン */
.pagetop {
	display: none;
	position: fixed;
	z-index: 9999;
	bottom: 30px;
	right: 15px;
}
.pagetop a {
	display: block;
	background: rgba(255,128,64,0.95);
	text-align: center;
	color: #fff;
	font-size: 2.0rem;
	text-decoration: none;
	padding: 10px 14px;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	border-radius: 50%;
	border: 1px solid #fff;
}

.pagetop a:hover {
	display: block;
	text-align: center;
	font-size: 2.0rem;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*ナビメニュー*/

#menu-wrap {
	width: 100%;
	height: 80px;
	max-width: 2000px;
	text-align: center;
	z-index: 9999;
	margin: 0 auto;
	background: rgba(255,128,64,1.0);
}

#menu-wrap img {
	display: block;
	width: 100%;
	height: auto;
}

#menu {
	list-style-type: none;
	display: block;
	width: 100%;
	height: 100%;
	margin: -2px auto;
	padding: 0;
}

#menu li {
	float: left;
	width: 12.5%;
	margin: 0px auto;
	padding: 18px 0px;
	background: rgba(255,128,64,1.0);
 	text-align: center;
	border-right: 1px solid #fff;
	height: 100%;
}

#menu li:nth-child(1) {
	background: rgba(255,128,64,1.0) url("../img/m001.png") no-repeat 7% 50%;
	padding: 18px 0;
}

#menu li:nth-child(2) {
	background: rgba(255,128,64,1.0) url("../img/m002.png") no-repeat 7% 50%;
	padding: 18px 0;
}

#menu li:nth-child(3) {
	background: rgba(255,128,64,1.0) url("../img/m003.png") no-repeat 7% 50%;
	padding: 18px 0;
}

#menu li:nth-child(4) {
	background: rgba(255,128,64,1.0) url("../img/m004.png") no-repeat 7% 50%;;
	padding: 18px 0;
}

#menu li:nth-child(5) {
	background: rgba(255,128,64,1.0) url("../img/m005.png") no-repeat 7% 50%;;
	padding: 18px 0;
}

#menu li:nth-child(6) {
	background: rgba(255,128,64,1.0) url("../img/m006.png") no-repeat 7% 50%;
	padding: 18px 0;
}

#menu li:nth-child(7) {
	background: rgba(255,128,64,1.0) url("../img/m007.png") no-repeat 7% 50%;
	padding: 18px 0;
}

#menu li:nth-child(8) {
	background: rgba(255,128,64,1.0) url("../img/m008.png") no-repeat 7% 50%;
	padding: 18px 0;
}

#menu li:last-child {
    padding-right: 0;
    border-right: none;
}

#menu li a {
	display: block;
	width : 100%;
	padding: 10px 0;
	font-size: 1.5rem;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 2px;
	color: #fff;
	height: 100%;
}

#menu li a:hover {
	background: rgba(255,128,64,0.7)
}

.fixed{
	position: fixed;
	top: 0px;
	left: 0px
	z-index: 9999;
}

.navToggle {
	display: none;
}

nav.globalMenuSp {
	display: none;
}

#subpage {
	clear: both;
	background: #fff;
	overflow: auto;
	width: 80%;
	margin: 20px auto;
	padding: 0px;
	font-size: 1.4rem;
	color: #333;
	line-height: 150%;
	text-align: left;
	letter-spacing: 1px;
}

/*ページキャプション*/
.page_cap {
	/*width: 100%;*/
	border: 1px solid #ebadd7;
	border-radius: 8px;
	margin: 20px auto;
	padding: 6px;
	background: #ffc;
	text-align: left;
}

.page_cap h1 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
	border-left: 10px solid #ebadd7;
	padding: 0px 6px;
	margin: 2px auto 2px 2px;
	letter-spacing: 2px;
}

.page_cap2 {
	/*width: 100%;*/
	border-top: 1px solid #ebadd7;
	border-right: 0px solid #ebadd7;
	border-bottom: 1px solid #ebadd7;
	border-left: 0px solid #ebadd7;
	margin: 10px auto;
	padding: 6px 0;
	background-color: #fff;
	text-align: left;
}

.page_cap2 h1 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
	border-left: 8px solid #ebadd7;
	padding: 0px 6px;
	margin: 0px auto;
	letter-spacing: 2px;
}

/***************************
 wp style.css */
**************************/

#content {
	width: 100%;
	text-align: left;
	margin: 0 auto 20px auto;
	border: 0px solid #ccc;
}

#pagetitle {
	font-size: 12pt;
	margin: 0 auto 20px auto;
	font-weight: bold;
}


/* 記事 */
.post {
	padding: 5px;
	margin: 0px auto 0px 5px;
	font-size: 10.5pt;
	line-height: 140%;
	border: solid 0px #ec9;
}

/*投稿タイトル*/
.post h2 {
	display: block;
	border-top: 0px solid #9cf;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	border-left: 0px solid #ccc;
	background-color: #fee;
	font-size: 11pt;
	font-weight: bold;
	padding: 5px 8px;
	margin: 3px auto 3px 6px;
	text-decoration: none;
}

.post h2 a {
	display: block;
	border-left: 8px solid #FF62B0;
	padding-left: 8px;
	text-decoration: none;
	color: #000;
}

.post h3 {
	/*background-image: url(img/mark.gif);*/
	background-repeat: no-repeat;
	font-size: 11pt;
	font-weight: normal;
	border-bottom: dashed 1px #aaa;
	padding: 0;
	margin-left: 10px;
}

/*投稿内容枠*/
.post .frame01 {
	border-top: 0px solid #1db9e2;
	border-right: 0px solid #1db9e2;
	border-bottom: px solid #1db9e2;
	border-left: 0px solid #1db9e2;
	padding: 3px;
	margin: 8px 8px 3px 8px;
}

.post p {
	margin-top: 10px;
	margin-left: 10px;
}

.post p a {
	text-decoration: underline;
}

.post li {
	line-height: 200%;
}

.postinfo {
	font-size: 9pt;
	color: #222;
	text-align: right;
	margin: 0px 0 0 auto;
	padding: 0;
	clear: both;
}

.post p.postinfo_d {
	font-size: 9pt;
	color: #19e;
	text-align: left;
	margin: 0px 0px 4px 0px;
	padding: 0;
	clear: both;
}

.postinfo a	{color: #2b76cc}

.postinfo a:hover {
	color: #f00;
	text-decoration: underline;
}

/* 記事内の画像 */
.aligncenter	{display: block;
		margin-left: auto;
		margin-right: auto}

.post img	{border: none;}

.frame01 img {
	transition: 0.5s;
}

.frame01 img:hover {
	transform: scale(1.1, 1.1);
}

.alignleft	{float: left;
		margin-right: 10px;
		margin-bottom: 2px}

.alignright {float: right;
	margin-left: 10px;
	margin-bottom: 2px}

.wp-caption	{border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px}


/* ページリンク */
.pagelink a	{
	font-size: 9pt;
	color: #2b76cc;
}

.pageprev	{
	margin-left: 20px;
	float: left;
}

.pagenext	{
	margin-right: 10px;
	float: right;
}


/* コメント */
#comments	{clear: both}

#com	{border: solid 0px #2ad;
	padding: 0 18px;
	margin-top: 45px}

textarea	{width: 400px}

#com h3	{font-size: 0.875em;
	border-bottom: solid 1px #2b76cc;
	padding-bottom: 3px;
	margin-top: 20px}

#com p	{font-size: 0.75em}

.compost	{border-bottom: dotted 1px #2b76cc}

.cominfo	{text-align: right}

#com a	{color: #2b76cc}

#com a:hover	{
	color: #f00;
	text-decoration: underline;
}

#comfeed img	{vertical-align: middle}

#comfeed a	{color: black;
	text-decoration: none}

#comfeed a:hover {
	color: #f00;
	text-decoration: underline;
}

#comfeed	{background-color: #eee;
	padding: 8px;
	margin-top: 30px}

#trurl	{background-color: #eee;
	padding: 8px;
	margin-bottom: 30px}

/* サイドバー */
#blog_item	{
	width: 220px;
	margin: 0px auto;
	text-align: left;
}

#blog_item h2	{
	width: 100%;
	border-top: 0px solid #F69;
	border-right: 0px solid #F69;
	border-bottom: 0px solid #F69;
	border-left: 5px solid #F69;
	background-color: #fee;
	padding: 3px 8px;
	margin: 10px auto 10px 0px;
	font-size: 10pt;
	font-weight: bold;
	color: #333;
	text-align: left;
}

#blog_item li	{
	font-size: 12px;
	margin: 4px auto 8px 15px;
	list-style-type: circle;
	/*background-image: url(point_r.gif);
	background-repeat: no-repeat;
	padding-left: 16px;*/
	padding-left: 0px;
	vertical-align: top
}

#blog_item li a	{color: #000000;
	text-decoration: none}

#blog_item li a:hover	{color: #f00;
	text-decoration: underline}

#blog_item ul {
	margin: 8px 8px 20px;
	padding: 0
}

#blog_meta {
	width: 200px;
	text-align: left;
}

#blog_meta ul {
	font-size: 10px;
}

/* カレンダー */
#wp-calendar {
	width: 100%;
	margin-bottom: 20px;
	font-size: 9pt;
}

#wp-calendar caption {
	background-color: #F69;
	color: white;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 3px 8px;
	text-align: center;
}

#wp-calendar a {
	color: #2b76cc;
}

#wp-calendar a:hover {
	color: #f00;
	text-decoration: underline;
}

#wp-calendar td, #wp-calendar th
	{text-align: center}

#wp-calendar #prev	{text-align: left;
	padding-top: 3px;
	padding-left: 3px}

#wp-calendar #next	{text-align: right;
	padding-top: 3px;
	padding-right: 3px}

/* フィード */
.feed	{font-size: 0.75em;
	font-family: Verdana, Helvetica, sans-serif;
	border: dashed 0px #2ad;
	padding: 5px;
	margin: 25px 0}

.feed a	{color: #444444;
	text-decoration: none}

.feed img	{vertical-align: middle;
	margin-right: 8px}

/* フッター */
#footer	{
        width: 750px;
        margin-left: 20px;
        border-top: solid 1px #2ad;
        border-bottom: solid 1px #2ad;
        text-align: center;
	clear: both;
        padding: 6px;
}

address	{font-size: 0.75em;
	font-style: normal;
	font-family: Verdana, sans-serif;
}

address a	{color: #000000;
        text-decoration: none;}

.auth {
        text-align: right;
        font-size: 10pt;
        margin: 0px auto;
}

/* emd of wp */


/*左側*/
#leftblk {
	float: left;
	overflow: hidden;
	width: 65%;
	padding: 0px;
	margin: 10px 20px 10px 0px;
	text-align: left;
	line-height: 120%;
	letter-spacing: 0.5px;
	background: #fff;
}

/*右側*/
#rightblk {
	float: right;
	overflow: hidden;
	background: #fff;
	border: 0px solid #ec9;
	width: 30%;
	padding: 0px;
	margin: 10px auto 10px auto;
	text-align: left;
	line-height: 150%;
	letter-spacing: 1px;
}
