<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.clearfix {
	zoom: 1;/* for IE5.5 - IE7 */
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
#page {
	font-family: 'Noto Sans JP', sans-serif !important;
	text-shadow: none !important;
	font-feature-settings: "palt" 1;/*background-image: url(../images/bg.jpg);*/
	
}
.site-header {
	background: #000;
	background-color: rgba(255,255,255,0.9);
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	/*z-index: 99;*/
	height: 160px;
	padding: 20px 10rem 30px 5rem;
	border-bottom: #DBDBDB 1px solid;
	z-index: 2;
}
ul {
	list-style: none;
}
.gnav li {
	border-right: 2px #D1D1D1 solid;
	padding-right: 20px;
	font-size: 1.0rem;
}
.span1 {
	background-color: #000000;
	padding: 0.2rem 2rem;
	color: #FFFFFF;
	font-size: 0.8rem;
	display: block;
}
.span2 {
	padding: 0.2rem 0.3rem 0;
	color: #000;
	font-size: 1.5rem;
	font-weight: 600;
}
.header-change {
	background: #000;
	opacity: 0.9;
	display: flex;
	justify-content: space-between;
	padding: 0px;
	position: fixed;
	top: -63px;
	transition: .5s;
	width: 100%;
	z-index: 3;
}
.header-change.show {
	top: 0;
	padding: 0px;
}
.header-change .gnav__menu__item a {
	color: #fff;
	text-decoration: none;
}
.header-change .gnav__menu__item a:hover {
	color: #00E3FF;
	border-bottom: #00E3FF 3px solid;
}
.header-change ul {
	margin: 5px 50px 0;
}
.site-logo img {
	height: auto;
	width: 650px;
	margin-top: -150px;
}
.site-logo2 img {
	height: auto;
	width: 110px;
	margin-left: 20px;
	margin-top: 5px;
}
.gnav {
	padding: 0;
}
.gnav p {
	margin-left: 20px;
	font-size: 0.95rem;
}
.gnav__menu {
	display: flex;
	padding: 15px 0px 0;
}
.gnav__menu__item {
	margin-left: 20px;
	text-align: center;
}
.site-header .gnav__menu__item a {
	color: #333;
	text-decoration: none;
}
.site-header .gnav__menu a {
	color: #333;
	text-decoration: none;
}
.site-header .gnav__menu a:hover {
	text-decoration: none;
	background-color: #feeaeb;
	padding: 0.5rem 0;
}
.hero {
	max-height: 700px;
	overflow: hidden;
}
.hero img {
	height: auto;
	width: 100%;
}
.content {
	line-height: 1.6;
	margin: 0 auto;
	padding-top: 250px;
	max-width: 100%;
	background-image: url(../images/bg.jpg);
}
.content p {
	margin-bottom: 40px;
}
#profile {
	padding-top: 68px;
	margin-top: -68px;
}
.box_profile {
	background-image: url(../images/bg3.jpg);
	clear: both;
	padding: 50px 0 170px;
}
.box_profile .img_pro {
	border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
	width: 90%;       /* ※縦横を同値に */
	height: 90%;
}
.box_profile .box_name {
	width: 30%;
	display: inline-block;
	margin-left: 35px;/* ※縦横を同値に */
	position: relative;
	box-sizing: border-box;
}
.box_name a {
	background-color: #01B1C7;
	padding: 0.5rem;
	color: #FFFFFF;
	display: block;
	width: 63%;
	margin: 15px auto 30px;
	text-decoration: none;
}
.box_name a:hover {
	background-color: #005B82;
}
.box_profile p {
	background-image: url(../images/bg_name.png);
	background-size: 100%;
	background-repeat: no-repeat;
	text-align: center;
	color: #000;
	height: 150px;
	width: 100%;
	margin-top: -50px;
	vertical-align: middle;
	position: absolute;
	z-index: 1;
	float: right;
	padding-top: 25px;
	font-weight: 600;
	font-size: 1rem;
}
.box_profile .span3 {
	font-size: 1.8rem;
}
.box_profile .span4 {
	font-size: 1.3rem;
	padding-top: 15px;
}
.site-footer {
	background: #333;
	padding: 80px 0;
}
.copyright {
	color: #fff;
	font-size: 12px;
	text-align: center;
}
#overview {
	padding-top: 68px;
	margin-top: -68px;
}
.max1200 {
	max-width: 1200px;
	margin: 0 auto;
}
#overview h1 {
	font-size: 5rem;
	text-align: center;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
}
#overview h1 span {
	font-size: 7rem;
	margin-left: 0.5rem;
}
#overview h2 {
	/*font-size: 3.5rem;*/
	font-size: 300%;
	text-align: center;
}
#overview h2 span {
	font-size: 1.5rem;
	vertical-align: top;
}
#overview img {
	float: left;
	margin: 80px 50px 80px 0;
}
#overview .p_detail {
	font-size: 1.3rem;
	float: right;
	margin: 120px 80px 0 0;
	height: auto;
	line-height: 2.5rem;
}
.box_day {
	padding-top: 100px;
	background-color: #FFDFDF;
	background-image: url(../images/bg2.jpg);
}
#day722 {
	padding-top: 68px;
	margin-top: -68px;
	border-bottom: #000 1px solid;
}
#day708 {
	padding-top: 68px;
	margin-top: -68px;
	border-bottom: #000 1px solid;
}

#day624 {
	padding-top: 68px;
	margin-top: -68px;
	border-bottom: #000 1px solid;
}

#day614 {
	padding-top: 68px;
	margin-top: -68px;
}
.box_day_in {
	max-width: 1200px;
	padding: 0rem 0 3rem;
	margin: 0 auto;
	box-sizing: border-box;
}
.box_day .img_left {
	float:left;
	margin-top: 30px;
}
.box_day .img_right {
	float:right;
	margin-top: 50px;
}
.box_day .img_right2 {
	float:right;
	margin-top: 50px;
}
.box_day .p_detail {
	font-size: 1.2rem;
	line-height: 2.5rem;
	float: left;
	margin-left: 0px;
}
.box_day .p_detail p {
	margin-top: 30px;
	clear: both;
}
.day {
	background-color: #000000;
	opacity: 0.9;
	color: #FFFFFF;
	text-align: center;
	width: 140px;
	padding: 1rem 0rem;
	font-size: 1rem;
	margin-bottom: 4rem;
}
.p_bold {
	font-weight: 600;
	font-size: 1.3rem;
}
.day span {
	font-size: 1.8rem;
	margin-right: 5px;
}
.fuwafuwa {
	-webkit-animation: fuwafuwa 3s infinite linear alternate;
	animation: fuwafuwa 3s infinite linear alternate;
}
 @-webkit-keyframes fuwafuwa {
0% {
-webkit-transform:translate(0, 0) rotate(-5deg);
}
50% {
-webkit-transform:translate(0, -5px) rotate(0deg);
}
100% {
-webkit-transform:translate(0, 0)rotate(5deg);
}
}
 @keyframes fuwafuwa {
0% {
transform:translate(0, 0) rotate(-5deg);
}
50% {
transform:translate(0, -5px) rotate(0deg);
}
100% {
transform:translate(0, 0)rotate(5deg);
}
}
.article_photo {
	padding: 150px 0;
	background-image: url(../images/bg4.jpg);
}
#photo {
	padding-top: 68px;
	margin-top: -68px;
}
.article_photo img {
	width: 30%;
	margin: 0.8rem 1rem;
	box-sizing: border-box;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 90px;
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
.s_br {
	display: none;
}
.display_pc {
	display: block;
}
.display_s {
	display: none;
}

/*===============================================
●smart.css  画面の横幅が1300まで
===============================================*/
@media screen and (min-width:1024px) and ( max-width:1500px) {
.site-header {
	background: #000;
	background-color: rgba(255,255,255,0.9);
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	/*z-index: 99;*/
	height: 160px;
	padding: 20px 0rem 30px;
	border-bottom: #DBDBDB 1px solid;
	z-index: 2;
}
}

/*===============================================
●smart.css  画面の横幅が1100まで
===============================================*/
@media screen and (min-width:1023px) and ( max-width:1220px) {
.site-logo img {
	height: auto;
	width: 480px;
	margin-top: -70px;
}
.gnav li {
    border-right: 1px #D1D1D1 solid;
    padding-right:10px;
    font-size: 0.9rem;
}
.gnav p {
    margin-right:10px;
    font-size: 0.9rem;
}
#overview img {
	float: left;
	margin: 80px 0px 80px 0;
	width: 47%;
	height: auto;
}
#overview p {
	font-size: 1.1rem;
}	
.box_profile .box_name {
	width: 30%;
	display: inline-block;
	margin: 15px;
	position: relative;
}
.box_profile .img_pro {
	border-radius: 50%;
	width: 300px;
	height: 300px;
}
.box_profile p {
	background-image: url(../images/bg_name.png);
	background-size: 100%;
	background-repeat: no-repeat;
	text-align: center;
	color: #000;
	height: 150px;
	width: 100%;
	margin-top: -50px;
	vertical-align: middle;
	position: absolute;
	z-index: 1;
	float: right;
	padding-top: 20px;
	font-weight: 600;
	font-size: 1rem;
}
.box_day .p_detail {
	font-size: 1rem;
	line-height: 1.5rem;
	float: left;
	margin-left: 40px;
	width: 40%;
}
.box_day img {
	float: right;
	width: 50%;
}
.box_day .img_left{
		width: 100%;
	margin-top: 20px;
	}
.article_photo {
	padding: 3rem;
}
.article_photo img {
	width: 45%;
	margin: 1rem 1.3rem;
}
}

@media screen and (min-width:541px) and ( max-width:768px) {
#page .gnav {
	padding: 1.5rem 4.5rem 1.5rem 4rem;
}
#page .gnav li {
	border-right: 1px #D1D1D1 solid;
	padding-right: 10px;
	font-size: 1.0rem;
}
#page .span1 {
	background-color: #000000;
	padding: 0.2rem 2rem;
	color: #FFFFFF;
	font-size: 0.8rem;
	display: block;
}
#page .span2 {
	padding: 0.2rem 0.3rem 0;
	color: #000;
	font-size: 1.5rem;
	font-weight: 600;
}
#page #overview h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}
#page .site-logo img {
	height: auto;
	width: 450px;
	margin-top: -50px;
}
.site-logo2 img {
	height: auto;
	width: 110px;
	margin-left: 20px;
	margin-top: 5px;
}
#page .gnav p {
	margin: 20px;
	font-size: 1.2rem;
	text-align: center;
}
#page .s_br {
	display: none;
}
.gnav__menu {
	display: block;
	padding: 15px 0px 0;
}
#page .gnav__menu__item {
	margin-left: 30px;
	text-align: center;
}
#page #overview img {
	float: none;
	width: 80%;
	height: auto;
	margin: 0 auto;
	display: block;
}
#page .content p {
	margin-bottom: 30px;
	font-size: 1.2rem;
	line-height: 2.2rem;
}
#page .box_profile {
	padding-bottom: 3rem;
}
#page .box_profile .box_name {
	width: 50%;
	display: block;
	position: static;
	margin: 0 auto 60px;
	text-align: center;
	padding-bottom: 80px;
}
#page .s_br {
	display: block;
}
#page .box_profile .img_pro {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#page .box_profile p {
	background-position: center;
	text-align: center;
	height: 100px;
	width: 50%;
	position: absolute;
	margin: 0 auto;
	display: block;
	margin-top: -50px;
	float: none;
	padding-top: 30px;
	font-weight: 600;
	font-size: 1.2rem;
}
#page .box_day img {
	width: 90%;
}
#page .article_photo {
	padding: 3rem;
}
#page .article_photo img {
	width: 42%;
	margin: 1rem 1.4rem;
	box-sizing: border-box;
}
#page .box_day .img_right {
	float:none;
	width:60%;
	margin: 40px auto 0;
}
#page .box_day .img_right2 {
	float:none;
	width:60%;
	margin: 0px auto 0;
}
	.box_day .p_detail p {
    margin-top: 30px;
		font-size: 1.2rem;
		line-height: 2.5rem;
}
}

/*===============================================
●smart.css  画面の横幅が1023まで
===============================================*/

@media screen and (max-width:1023px) {

.s_br {
	display: block;
}
.display_pc {
	display: none;
}
.display_s {
	display: block;
}
.site-header {
	background: #000;
	background-color: rgba(255,255,255,0.9);
	display: block;
	justify-content: space-between;
	position: static;
	width: 100%;
	/*z-index: 99;*/
	height: auto;
	padding: 0;
	border-bottom: #DBDBDB 1px solid;
	z-index: 2;
}
ul {
	list-style: none;
	width: 100%;
	box-sizing: border-box;
}
.gnav li {
	border-right: 1px #D1D1D1 solid;
	padding-right: 8px;
	font-size: 0.7rem;
	padding-bottom: 0.5rem;
}
.span1 {
	background-color: #000000;
	padding: 0.2rem 0rem;
	color: #FFFFFF;
	font-size: 0.8rem;
	display: block;
}
.span2 {
	padding: 0.2rem 0.3rem 0;
	color: #000;
	font-size: 1.3rem;
	font-weight: 600;
}
.header-change {
	display: none;
}
.header-change.show {
	top: 0;
	padding: 0px;
}
.header-change .gnav__menu__item a {
	color: #fff;
	text-decoration: none;
}
.header-change .gnav__menu__item a:hover {
	color: #00E3FF;
	border-bottom: #00E3FF 3px solid;
}
.header-change ul {
	margin: 5px 0px 0;
}
.site-logo img {
	height: auto;
	width: 90%;
	margin: 0 auto;
	display: block;
}
.site-logo2 img {
	height: auto;
	width: 50px;
	margin-left: 0px;
	margin-top: 5px;
	display: none;
}
.gnav {
	width: 100%;
	padding: 0;
}
.gnav p {
	margin: 20px 0 0 10px;
	font-size: 1.0rem;
}
.gnav__menu {
	display: flex;
	padding: 15px 0px 0;
}
.gnav__menu__item {
	margin-left: 13px;
	text-align: center;
}
.site-header .gnav__menu__item a {
	color: #333;
	text-decoration: none;
}
.site-header .gnav__menu a {
	color: #333;
	text-decoration: none;
}
.site-header .gnav__menu a:hover {
	text-decoration: none;
	background-color: #feeaeb;
	padding: 0.5rem 0;
}
.hero {
	max-height: 500px;
	overflow: hidden;
}
.hero img {
	height: auto;
	width: 100%;
}
.content {
	line-height: 1.6;
	margin: 0 auto;
	padding-top: 50px;
	max-width: 100%;
	background-image: url(../images/bg.jpg);
}
.content p {
	margin-bottom: 30px;
}
#profile {
	padding-top: 68px;
	margin-top: -68px;
}
.box_profile {
	background-image: url(../images/s_bg3.jpg);
	padding: 50px 0 1px;
}
.box_profile .img_pro {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.box_profile .box_name {
	width: 80%;
	display: block;
	position: static;
	margin: 0 auto 30px;
}
.box_name a {
	background-color: #01B1C7;
	padding: 0.3rem;
	color: #FFFFFF;
	display: block;
	width: 80%;
	margin: 10px auto 0px;
	text-decoration: none;
}
.box_profile p {
	background-image: url(../images/bg_name.png);
	background-size: 100%;
	background-repeat: no-repeat;
	text-align: center;
	color: #000;
	height: 140px;
	width: 100%;
	vertical-align: middle;
	position: static;
	z-index: 1;
	float: none;
	padding-top: 15px;
	font-weight: 600;
	font-size: 1rem;
	margin: -10px auto 0;
}
.box_profile .span3 {
	font-size: 1.5rem;
}
.box_profile .span4 {
	font-size: 1.2rem;
	padding-top: 15px;
}
.site-footer {
	background: #333;
	padding: 80px 0;
}
.copyright {
	color: #fff;
	font-size: 12px;
	text-align: center;
}
#overview {
	padding-top: 68px;
	margin-top: -68px;
}
.max1200 {
	max-width: 100%;
	margin: 0 auto;
}
#overview h1 {
	font-size: 3rem;
	text-align: center;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
}
#overview h1 span {
	font-size: 3.5rem;
	margin-left: 0.5rem;
}
#overview h2 {
	/*font-size: 3.5rem;*/
	font-size: 100%;
	text-align: center;
	margin-bottom: 20px;
}
#overview h2 span {
	font-size: 1rem;
	vertical-align: top;
}
#overview img {
	float: none;
	width: 100%;
	height: auto;
	margin: 0;
}
#overview .p_detail {
	font-size: 1rem;
	width: 90%;
	margin: 0 auto;
	float: none;
	height: auto;
	line-height: 2rem;
}
.box_day {
	padding-top: 50px;
	background-color: #FFDFDF;
	background-image: url(../images/bg2.jpg);
}

.box_day_in {
	max-width: 100%;
	padding: 0rem 0 3rem;
	margin: 0 auto;
	box-sizing: border-box;
}
.box_day img {
	float: none;
	width: 96%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.box_day .img_left {
	display: none;
}

.box_day .img_right {
	float:none;
	margin-top:20px;
	width: 90%;
	margin: 0 15px 0 0;
}	
.box_day .img_right2 {
	float:none;
	margin-top:0px;
	width: 90%;
	margin: 0 auto;
}		
	
.box_day .p_detail {
	width: 90%;
	font-size: 1rem;
	line-height: 1.6rem;
	float: none;
	margin: 0 auto;
}
.box_day .p_detail p {
	margin-top: 30px;
	line-height: 2rem;
}
.day {
	background-color: #000000;
	opacity: 0.9;
	color: #FFFFFF;
	text-align: center;
	width: 140px;
	padding: 1rem 0rem;
	font-size: 1rem;
	margin-bottom: 2rem;
}
.p_bold {
	font-weight: 600;
	font-size: 1.1rem;
}
.day span {
	font-size: 1.6rem;
	margin-right: 5px;
}
.fuwafuwa {
	-webkit-animation: fuwafuwa 3s infinite linear alternate;
	animation: fuwafuwa 3s infinite linear alternate;
}
 @-webkit-keyframes fuwafuwa {
0% {
-webkit-transform:translate(0, 0) rotate(-5deg);
}
50% {
-webkit-transform:translate(0, -5px) rotate(0deg);
}
100% {
-webkit-transform:translate(0, 0)rotate(5deg);
}
}
 @keyframes fuwafuwa {
0% {
transform:translate(0, 0) rotate(-5deg);
}
50% {
transform:translate(0, -5px) rotate(0deg);
}
100% {
transform:translate(0, 0)rotate(5deg);
}
}
.article_photo {
	background-image: url(../images/bg4.jpg);
	padding: 2rem 1rem;
	box-sizing: border-box;
	background-size: 100%;
	background-position: center;
}
#photo {
	padding-top: 68px;
	margin-top: -68px;
}
.article_photo img {
	width: 42%;
	margin: 0.5rem 0.8rem;
	box-sizing: border-box;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 25px;
	font-size: 77%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 0px 0;
	text-align: center;
	display: block;
}
#page-top a img {
	width: 80px;
	height: auto;
}
	#day708 br{
		display: none;
}
#day708 .s_br{
		display: block;
	}
	#day722 br{
		display: none;
}
#day722 .s_br{
		display: block;
	}
	
}

@media screen and (max-width:375px) {
.gnav li {
	border-right: 1px #D1D1D1 solid;
	font-size: 0.6rem;
	padding-bottom: 0.5rem;
}
.gnav__menu__item {
	margin-left: 13px;
}
.span2 {
	padding: 0.2rem 0.3rem 0;
	font-size: 1.1rem;
	font-weight: 600;
}
}

@media screen and (max-width:360px) {
.gnav li {
	border-right: 1px #D1D1D1 solid;
	padding-right: 7px;
	font-size: 0.6rem;
	padding-bottom: 0.5rem;
}
.gnav__menu__item {
	margin-left: 11px;
}
.span2 {
	padding: 0.2rem 0.3rem 0;
	font-size: 1.1rem;
	font-weight: 600;
}
.article_photo img {
	width: 90%;
	margin: 0.5rem auto 15px;
	display: block;
	box-sizing: border-box;
}
}

@media screen and (max-width:320px) {
.gnav li {
	border-right: 1px #D1D1D1 solid;
	padding-right: 1px;
	font-size: 0.7rem;
	padding-bottom: 0.5rem;
}
.gnav__menu__item {
	margin-left: 9px;
}
.span2 {
	padding: 0.2rem 0.2rem 0;
	color: #000;
	font-size: 1.0rem;
	font-weight: 600;
}
}</pre></body></html>