@charset "utf-8";

html { scroll-behavior: smooth;}


body, h1, h2, h3, h4, h5, p, ul, li, table, td, tr, th  ,figure,span{
	padding: 0px;
	margin: 0px;
}
main {
	display: block;
}


img {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
figure img {
	max-width: 100%;
	height: auto;
}
figure {
	text-align: center;
	/* [disabled]width: 90%; */
	/* [disabled]margin-left: auto; */
	/* [disabled]margin-right: auto; */
}


#header{
	/* [disabled]width: 100%; */
	/* [disabled]color: #2B2B2B; */
	/* [disabled]text-align: left; */
	padding: 10px;
}

section{
	padding-top: 80px;
	background-color: #FFFFFF;
}
body {
	width: 100%;
	color: #525b5c;
	background-color: #FFFFFF;
	font-family: "游ゴシック",YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}


/*========= レイアウトのためのCSS ===============*/

h1{
	font-size: 16px;
}

h2{
	font-size: 28px;
	text-align: center;
	/*margin-top: 30px;*/
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	font-weight: normal;
	color: #525b5c;
	font-family: "リュウミン B-KL";
	letter-spacing: 2px;
}
h2 p   {
	text-align: center;
	color: #2C3E50;
}
h2:after {
	content: "";
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 30px;
}


h3 {
	text-align: left;
	margin-top: 60px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	padding-left: 8%;
	line-height: 1.73em;
	letter-spacing: 2px;
	padding-right: 7%;
}





p{
	text-align: left;
	font-weight: normal;
	letter-spacing: 2px;
	/* [disabled]line-height: 1.73em; */
	color: #525b5c;
	font-size: 14px;
}
li {
	letter-spacing: 2px;
	list-style-type: none
}

a {
	text-decoration: none;
	color: #525b5c;
	display: block;
}
a:hover {
	opacity: 0.5;
}


.a_inline a {
	display: inline;
	text-decoration: underline;
}





#footer{
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 50px;
	color: #FFFFFF;
	background-color: #2C3E50;
	/*margin-top: 80px;*/
}

small{
	color: #fff;
	display: block;
	text-align: center;
	padding: 10px 20px;
	background-color: #333333;
}

body h1 .logo {
	position: relative;
	font-family: "リュウミン B-KL";
	/*font-family: '游明朝';*/
	/* [disabled]background-color: #D73E62; */
	width: auto;
}
body h1 .logo .logo_tuki {
	width: 16px;
	height: 16px;
	display: block;
	background-color: #FFEC00;
	border-radius: 8px;
	top: 10px;
	position: absolute;
}
body h1 .logo a .logo_sub_main {
	position: absolute;
	/* [disabled]left: 35px; */
	top: 0px;
	width: 250px;
	/* [disabled]background-color: #E6494C; */
}



body h1 .logo .logo_sub {
	font-size: 12px;
	position: absolute;
	text-align: center;
	width: 230px;
	letter-spacing: 8px;
	left: 4px;
}
body h1 .logo .logo_main {
	font-size: 16px;
	top: 18px;
	position: absolute;
	text-align: center;
	width: 230px;
}
body h1 .logo a  {
	width: 250px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	/* [disabled]background-color: #5DD363; */
	color: #2c3e50;
}
body h1 .logo a:hover {
	opacity: 0.5;
}
body .logo  {
	font-family: "リュウミン B-KL";
	/*font-family: '游明朝';*/
	text-align: center;
	/* [disabled]background-color: #27CA5C; */
	/* [disabled]margin-bottom: 50px; */
}
body .logo span {
	display: block;
}
body .logo .logo_tuki  {
	border-radius: 10px;
	background-color: #FFEC00;
	width: 20px;
	height: 20px;
	display: block;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}
body .logo .logo_sub  {
	font-size: 12px;
	text-align: center;
	/* [disabled]display: block; */
	/* [disabled]background-color: #CD272A; */
	letter-spacing: 5px;
	margin-bottom: 5px;
}

body .logo .logo_main  {
	font-size: 18px;
	text-align: center;
	/* [disabled]display: block; */
	/* [disabled]background-color: #2E27C7; */
}








/*========= ボタンのcss ===============*/






.btn_sironuki a{
	border-radius: 10px;
	width: 70%;
	font-size: 12px;
	font-weight: bold;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #FFFFFF;
	letter-spacing: 3px;
	color: #525b5c;
	border: 1px solid #525b5c;
}
.btn_sironuki a:hover {
	opacity: 0.5;
	background-color: #525b5c;
	color: #FFFFFF;
}

.btn_kurobeta a {
	background-color: #525b5c;
	color: #FFFFFF;
	padding-top: 10px;
	border-radius: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	margin-top: 50px;
	padding-right: 0px;
	letter-spacing: 3px;
}
.btn_kurobeta a:hover {
	opacity: 0.5;
}
.btn_akabeta a {
	background-color: #cd5954;
	width: 70%;
	margin-top: 50px;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	letter-spacing: 3px;
	border: 1px solid #cd5954;
	border-radius: 10px;
	color: #fff;
}
.btn_akabeta a:hover {
	opacity: 0.5;
}


.profile_btn .osigotosoudan a  {
	margin-bottom: 20px;

}
.profile_btn .portfolio a  {
	margin-top: 0px;
	letter-spacing: normal;
}



.osigotosoudan a:hover,.portfolio a:hover {
	background-color: rgba(255,207,208,0.80);
	width: 50%;
}






.box_text_left70 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 70%;
	margin-top: 0px;
}









.box_text_left80 {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	width: 100%;
	padding-left: 10%;
	padding-right: 8%;
	line-height: 1.73em;
	letter-spacing: 2px;
}
.box_text_left85 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding-left: 8%;
	padding-right: 6%;
	letter-spacing: 2px;
	line-height: 1.73em;
}



.box_text_left90 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding-left: 5%;
	padding-right: 4%;
	line-height: 1.73em;
	letter-spacing: 2px;
}
.box_text_left400px   {
	margin-left: auto;
	margin-right: auto;
	/* [disabled]background-color: #BFD947; */
	text-align: left;
	width: 400px;
	padding-left: 20px;
	padding-right: 20px;
}
.box_text_center90  {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.box_text_center90 p {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
}



.w30  {
	width: 30%;
}


.pankuzu {
	/* [disabled]background-color: #f5f5f5; */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pankuzu li {
	display: inline;
}
.pankuzu li a {
	display: inline;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.pankuzu li+li:before {
	content: ">";
	font-size: 8px;
}
.pagetop {
	display: none;
}

.pagetop a {
	position: fixed;
	right: 15px;
	bottom: 50px;
	border-radius: 15px;
	border: 1px solid #2B2B2B;
	width: 30px;
	height: 30px;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	text-align: center;
	opacity: 0.8;
}
.pagetop a:hover {
	background-color: #d5d5d5;
	opacity: 0.5;
}
#footer a {
	color: #FFFFFF;
	padding-top: 10px;
	/* [disabled]width: 200px; */
	margin-left: auto;
	margin-right: auto;
}
#footer a:hover {
	opacity: 0.5;

}

#footer .footer_nav {
	margin-top: 30px;
}
#footer .footer_nav p  {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #FFFFFF;

}
#footer .footer_nav p a {
	padding: 10px;
	/* [disabled]background-color: #E85154; */
	color: #FFFFFF;
	display: inline;
	font-size: 12.8px;
	text-shadow: 0px 0px;
}
#footer .footer_nav p a:hover {
	opacity: 0.5;

}
#footer h2:after {
	border: none;
}

.footer h2:after {
	border-style: none;
}

.footer_margin_top_zero #footer    {
	margin-top: 0px;
}
#footer .footer_nolink p {
	font-size: 12.8px;
	color: rgba(255,255,255,0.50);
}

.main_index .sec {
}
.main_index .sec1 {
	/* [disabled]background-color: #ededed; */
}
.main_index .sec1 h2:after {
	display: inline;
}
.main_index .sec1 .btn_kurobeta a {
	/* [disabled]background-color: #ededed; */
	margin-bottom: 100px;
	margin-top: -60px;
}


.main_index .sec1 .logo {
	margin-bottom: 0px;
}
.main_index .sec1  ,.main_index .sec6 ,.main_index .sec7  ,.main_index .sec8{
	border-bottom: 1px solid #ededed;
}
.main_index .sec2 {
	background-color: #F7F5F0;
	padding-bottom: 0px;
}

.main_index .sec2 .box_text_center p {
	font-size: 14px;
	line-height: 1.73em;
}
.main_index .sec2 .box_area {
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
.main_index .sec2 .box_text_left80 .content_box {
	padding-bottom: 50px;
}
.main_index .sec2 .content_box  {
	border-right: 1px solid #FFFFFF;

}
.main_index .sec2 .content_box:last-child {
	border-right-style: none;
}

.main_index .sec2 .content_box a:hover {
	/* [disabled]opacity: 0.5; */
	background-color: #F5f5f5;
}

.main_index .sec2 .box_text_center  {
	position: relative;
	height: 160px;
	/* [disabled]margin-right: -1px; */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #fff;
}
.main_index .sec2 .box_text_center p  {
	font-size: 12px;
	position: absolute;
	/* [disabled]background-color: #D02C2F; */
	width: 80%;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	letter-spacing: 2px;
}
.main_index .sec2 .btn_kurobeta a {
	margin-top: 0px;
	margin-bottom: 0px;
}
.main_index .sec2 h3 {
	font-size: 14px;
}
.main_index .sec2 .content_box_calendar   {
	background-color: #E9E4AC;
	padding-top: 120px;
	padding-bottom: 50px;
}
.main_index .sec2 .mark {
	margin-top: 0px;
}
.main_index .sec3 {
	padding-bottom: 80px;
}

.main_index .sec5 h3,.main_about .sec5 h3,{
	text-align: center;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	margin-top: 50px;
}
.main_index .sec3 ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	border-top-left-radius: 0px;
	/* [disabled]width: 80%; */
}
.main_index .sec3 ul li  {
	font-weight: bold;
	font-size: 14px;

}
.main_index .sec3 ul li a {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 150px;
	background-color: #f5f5f5;
	border-radius: 10px;
}
.main_index .sec3 ul li a:hover  {
	opacity: 0.5;
	color: #fff;
	background-color: #525b5c;
}
.kennsaku_waku {
	width: 90%;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}
.main_index .mark {
	margin-top: 80px;
}
.main_index .sec2 h3 ,.main_index .sec3 h3{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

.main_index .sec4   {
	background-color: #F7F5F0;
	/* [disabled]padding-bottom: 100px; */
}
.main_index .sec5 p   ,.main_about .sec5 p{
	font-size: 14px;
}
.main_index .inner .sec5 h3    , .main_about .inner .sec5 h3  {
	text-align: left;
	/* [disabled]width: 100%; */
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-left: 10%;
}











.main_index .red_memo {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.main_index .sec2  , .main_index .sec4  , .main_index .sec6  , .main_index .sec7  , .main_index .sec8{
	/* [disabled]background-color: #f5f5f5; */
	border-bottom: 1px solid #FFFFFF;
}

.main_index .inner_section {
	margin-right: 5%;
	margin-left: 5%;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	padding-top: 30px;
	/* [disabled]padding-bottom: 40px; */
}
.main_index .sec8 .inner_section {
	margin-bottom: 50px;
}
.main_index .sec6   {
	background-color: #f5f5f5;
}
.main_index .sec7 {
	background-color: #F7F5F0;
}
.main_index .sec8 {
	background-color: #f5f5f5;
}





.content_wrapper  {
	position: relative;
}
.content_wrapper .content_wrapper_text h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #FFFFFF;
	text-shadow: 0px 0px 10px #3d3d3d;
	width: 100%;
	font-size: 20px;
	letter-spacing: 3px;
	font-weight: bold;
}
.content_wrapper .content_wrapper_text h2 .japanese {
	font-size: 16px;
}
.content_wrapper .content_wrapper_text .content_wrapper_text_memo {
	font-size: 12px;
	/* [disabled]background-color: #C60D10; */
	line-height: 0px;
	/* [disabled]display: block; */
	letter-spacing: 2px;
}


.content_wrapper h2:after {
	display: inline;
	margin-top: 0px;
}
.main_about .inner .sec1 {
	/* [disabled]padding-bottom: 50px; */
}

.main_about .inner .sec2 {
	background-color: #F5F5F5;
	padding-bottom: 50px;
	border-bottom: 0px solid #FFFFFF;
}

.main_about .inner .sec3 {
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f7f5f0;
}
.main_about .inner .sec3 a:hover {
	opacity: 0.5;
}
.main_about .inner .sec3 figure {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 8%;
	padding-right: 8%;
}
.main_about .inner .sec1 h3  ,.main_about .inner .sec2 h3,.main_about .inner .sec3 h3{
	padding-left: 8%;
	padding-right: 6%;
}
.monthly section {
	margin-bottom: 50px;
}
.monthly .box_area {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
}





body .inner .sec1 ,body .inner .sec4,{
}
.calendar {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.monthly h3  {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 14px;
}
.monthly .sec5 .box_text_center90 {
	border-radius: 10px;
	/* [disabled]background-color: #f7f5f0; */
}


.monthly .content_box {
	border-right: 1px solid #FFFFFF;
	/* [disabled]border-bottom: 1px solid #D3D3D3; */
}
.monthly .content_box a:hover {
	opacity: 0.5;
	background-color: #F5F5F5;
}
.monthly .content_box:last-child {
	border-right-style: none;

}
.monthly .content_box figure {
	position: relative;
}
.monthly .content_box figure .menu_icon_new {
	position: absolute;
	background-color: #F5F5F5;
	top: 5px;
	left: 5px;
}
.monthly .menu_icon_new {
	color: #D35153;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 5px;
	font-weight: bold;
	border: 1px solid #D35153;
	font-size: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}




.monthly .box_text_center   {
	font-size: 12px;
	height: 120px;
	/* [disabled]margin-right: -1px; */
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	/* [disabled]border-top: 1px solid #d3d3d3; */
	/* [disabled]border-bottom: 1px solid #d3d3d3; */
	/* [disabled]border-left: 1px solid #d3d3d3; */
	background-color: #F5F5F5;
}



.monthly .menu_up_day {
	font-size: 10px;
	position: absolute;
	top: 10px;
	left: 5%;
	/* [disabled]transform: translate(-50%,0); */
}
.monthly .menu_time {
	color: #cd5954;
	font-weight: bold;
}

.monthly .menu_name_sub  {
	width: 80%;
	position: absolute;
	left: 5%;
	top: 30px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
.monthly .menu_name_main  {
	width: 80%;
	position: absolute;
	top: 50px;
	left: 5%;
	text-align: left;
	/* [disabled]transform: translate(-50%,-50%); */
	/* [disabled]-webkit-transform: translate(-50%,-50%); */
	/* [disabled]-ms-transform: translate(-50%,-50%); */
	font-size: 12px;
	font-weight: bold;
}
.monthly .menu_name_main_only {
	width: 80%;
	position: absolute;
	top: 30px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	left: 5%;
}


.monthly .mark {
	margin-top: 20px;
}


.inner .sec1 .monthly_mokuji {
}
.monthly_mokuji  {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	padding-left: 0px;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 15px;
}


.monthly_mokuji h3  {
	font-size: 12px;
	/* [disabled]padding-left: 0px; */
	border-bottom: 1px solid #d5d5d5;
	text-align: center;
}
.sec1 .monthly_mokuji h3 {
	margin-top: 0px;
	padding-top: 0px;
}
.monthly_mokuji li  {
	position: relative;

}
.monthly_mokuji li a  {
	padding-left: 10%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	margin-bottom: 5px;
	background-color: #f5f5f5;
	font-weight: bold;
	font-size: 12px;
}

.monthly_mokuji li a:hover {
	opacity: 0.5;
	background-color: #525b5c;
	color: #FFFFFF;
}
.monthly_mokuji li ul {
	background-color: #fcfcfc;
	margin-bottom: 5px;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
}


.monthly_mokuji li li {
	padding-left: 10%;
	font-size: 12px;
}
.mokuji_yajirushi    {
	position: absolute;
	right: 10%;
	display: block;
	top: 50%;
	font-weight: bold;
	font-size: 16px;
	transform: translate(0,-50%);
}
.mokuji_memo {
	font-size: 10px;
}









.monthly .calendar .btn_sironuki a {
	padding: 5px;
	width: 80%;
}
.monthly .btn_kurobeta {
	width: 100%;
}








.calendar7 {
	margin-bottom: 30px;
}


.calendar1      ,.calendar2,.calendar3,.calendar4,.calendar5,.calendar6,.calendar7{
	display: flex;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
.calendar2, .calendar3, .calendar4, .calendar5, .calendar6, .calendar7 {
	height: 120px;
}



.calendar li {
	width: 100%;
	/* [disabled]background-color: #D0E47F; */
	/* [disabled]margin-bottom: -1px; */
	margin-top: -1px;
	border-bottom: 1px solid #525b5c;
	border-right: 1px solid #525b5c;
}
.calendar1 li {
	border-right-style: none;
	border-left-style: none;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 10px;
	padding-top: 30px;


}
.calendar li:last-child {
	border-right-style: none;

}



.calendar li .day, .calendar li .week, .calendar li .moon {
	display: inline;
}
.calendar li .week  {
	display: none;
}


.day  , .week  ,     .moon,.event,.todo{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
}
.event {
	font-weight: bold;
}
.todo   {
	font-size: 10px;
	margin-top: 10px;
	font-weight: normal;
}
.mangetu {
	color: #FFEC00;
}

.midashi {
	/* [disabled]font-size: 10px; */
}
.sat {
	color: #5767D2;
}
.sun {
	color: #E14649;
}
.sekki {
	border-bottom: 5px solid #FFEC00;
}
.sekki:after {
	content: "（二十四節季）";
	font-size: 8px;
}

.zassetu {
	border-bottom: 5px solid #FFA4A5;
	margin-top: 0px;
}
.zassetu:after {
	content: "（雑節）";
	font-size: 8px;
}

.another_event {
	border-bottom: 5px solid #90CDEF;
}

.sekki_mark {
	background-color: #FFEC00;
	width: 30px;
	display: inline-block;
	height: 5px;
}
.zassetu_mark {
	background-color: #FFA4A5;
	width: 30px;
	height: 5px;
	display: inline-block;
}
.another_event_mark {
	background-color: #90CDEF;
	width: 30px;
	height: 5px;
	display: inline-block;
}
.event_contents {
	margin-bottom: 60px;
}

.event_contents h3   {
	font-weight: bold;
	/* [disabled]margin-top: 60px; */
	margin-bottom: 20px;
	padding-left: 0px;

}
.video_yajirushi {
	/* [disabled]margin-left: auto; */
	/* [disabled]margin-right: auto; */
	width: 100%;
	text-align: center;
	transform: rotate(100deg);
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.month_out {
	background-color: #EDEDED;
	border-top: 1px solid #2b2b2b;
}
.mark  {
	display: flex;
	justify-content: center;
	width: 100%;
}
.mark p  {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	text-decoration: none;
	padding-bottom: 20px;
}
.mark h2 {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.mark h2:after {
	display: inline;
	margin-top: 0px;
}



.link_space {
	margin-top: 0px;
	margin-bottom: 1px;
}

.link_space h3 {
	margin-top: 50px;
}

.link_space a {
	background-color: #f5f5f5;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
.link_space a:hover {
	opacity: 0.5;
	background-color: #F0F0F0;
}
.link_space p {
	font-size: 14px;
}
.main_column_turnturnturncomesfrom .monthly_mokuji li ul {
	/* [disabled]background-color: #ffcd57; */
}
.main_column_turnturnturncomesfrom .monthly_mokuji li a {
	/* [disabled]background-color: #438287; */
}
.main_column_turnturnturncomesfrom .black_memo {
	font-size: 12px;
	font-weight: bold;
}
.no_bottomline h2:after {
	border-bottom-style: none;
}



.recommend_site h3 {
	font-size: 14px;
	font-weight: bold;
}
.recommend_site p {
	font-size: 12px;
	font-weight: bold;
}
.main_100sai .sec1 {
	padding-bottom: 80px;
}

.main_100sai .sec2   {
	background-color: #F7F5F0;
	padding-bottom: 10px;
}
.main_100sai .sec3 {
	padding-bottom: 10px;
	/* [disabled]background-color: #F7F5F0; */
}


.main_100sai .sec4 {
	/* [disabled]background-color: #F7F5F0; */
	padding-bottom: 50px;
}
.main_100sai .sec5 {
	background-color: #F5F5F5;
	padding-bottom: 50px;
}
.main_recommend .sec1 {
	padding-bottom: 100px;
}
.main_news {
	margin-bottom: 100px;
}



.main_recommend .sec2 {
	background-color: #F5F5F5;
	padding-bottom: 10px;
}
.main_recommend .sec4  {
	background-color: #F7F5F0;
	padding-bottom: 50px;
}
.news    {
	border-bottom: 1px solid #D5d5d5;
	margin-left: 8%;
	margin-right: 6%;
	padding-bottom: 10px;
	padding-top: 10px;
}
.news_flex_3   , .news_flex_2  {
	display: flex;
	justify-content: flex-start;
}
.news_day  {
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}
.news_icon   {
	width: 60px;
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
	letter-spacing: 2px;
	background-color: #525b5c;
	margin-left: 10px;
	margin-right: 10px;
}
.news_contents  {
	vertical-align: top;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}
.main_koyomi .sec1 {
	margin-bottom: 80px;
}

.main_koyomi .sec2 {
	background-color: #f5f5f5;
	padding-bottom: 50px;
}
.main_koyomi .sec3 {
	padding-bottom: 50px;
}

.main_koyomi .sec4 {
	background-color: #f7f5f0;
	padding-bottom: 50px;
}


.strong {
	font-weight: bold;
}
.kisetu_spring {
	font-size: 14px;
}
.kisetu_summer {
	font-size: 14px;
}
.kisetu_autumn {
	font-size: 14px;
}
.kisetu_winter {
	font-size: 14px;
}
.kisetu_spring .sekki_name {
	border-bottom: 1px solid #cd5954;
	margin-bottom: 10px;
	margin-top: 30px;
}
.kisetu_summer .sekki_name {
	margin-top: 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #339c64;
}
.kisetu_autumn .sekki_name  {
	border-bottom: 1px solid #e7db73;
	margin-top: 30px;
	margin-bottom: 10px;
}
.kisetu_winter .sekki_name  {
	border-bottom: 1px solid #71a0c0;
	margin-top: 30px;
	margin-bottom: 10px;
}
.kisetu_spring figure {
	margin-top: 50px;
}

.kisetu_summer figure {
	margin-top: 80px;
}
.kisetu_autumn figure {
	margin-top: 50px;
}
.kisetu_winter figure {
	margin-top: 50px;
}
.kisetu_zassetu li {
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.monthly .sec3  , .monthly  .sec4 , .monthly .sec5    {
	margin-top: 100px;
	/* [disabled]border-top: 1px solid #ededed; */
}
.monthly .box_text_center  {
	background-color: #fff;
	margin-left: -1px;
	margin-right: -1px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #ededed;
}
.calendar_title {
	margin-top: 100px;
	margin-bottom: -30px;
}
.box_area .content_box a:hover {
}
.content_box {
	position: relative;
	overflow: hidden;
}
.caption {
	text-align: center;
	/* [disabled]font-size: 130%; */
	/* [disabled]color: #fff; */
	background-repeat: no-repeat;
	padding-top: 25%;
	transform: translate(
%,25%);
	/* [disabled]-webkit-transform: translate(40%,40%); */
	/* [disabled]-ms-transform: translate(-50%,-50%); */
	/* [disabled]transform: translate(50%,50%); */
}
.mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	background-color: rgba(0,0,0,0.40);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.content_box:hover .mask {
	opacity: 1;
}
.monthly .recipe .sec2 h3, .monthly .recipe .sec3 h3, .monthly .recipe .sec4 h3 {
	text-align: left;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 20px;
	padding-left: 8%;
	padding-right: 7%;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.73em;
	letter-spacing: 2px;
}
.monthly .recipe .menu_time {
	color: #2C3E50;
}
.recipe .sec1 {
	padding-bottom: 40px;
}
.recipe .sec2 {
	padding-bottom: 40px;
	background-color: #f5f5f5;
	margin-top: 0px;
}
.recipe .sec3 {
	/* [disabled]padding-bottom: 10px; */
	margin-top: -40px;
}
.recipe .sec4 {
	background-color: #F7F5F0;
	padding-bottom: 50px;
	margin-bottom: 0px;
}


























@media screen and (max-width:768px){
.main_index .box_area {
	flex-direction: column;

}
.main_index .sec2 .box_text_center  {
	margin-right: 0px;
}
.main_index .sec2 .box_text_center p {
	font-size: 14px;
}

.sec3 ul  {
	width: 100%;
}

body .inner .calendar {
	width: 95%;
}
body .inner .mark  {
	transform: translate(0%,0);
	/* [disabled]background-color: #CE4245; */
}
body .inner .mark p  {
	display: flex;
	flex-direction: column;
	text-align: left;
}

	.inner .box_area {
	display: grid;
	grid-template-columns: 50% 50%;
}
.monthly .btn_kurobeta a {
	width: 90%;
}
.news_flex_3  {
	flex-direction: column;


}
.news_flex_3 li  {
	margin-bottom: 10px;
}





}
