@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */


::selection {
    background: #efe133;
}

a {
	color: #000;
}



a:hover,
a:focus {
	color: #b87547;
}

a:hover img,
a:focus img {
}

:-ms-input-placeholder {
	color: #999999;
}


ol,
ul {
	list-style: none;
}


.hover_b {
  transition: all 0.6s ease 0s;
}
.hover_b:hover {
  cursor: pointer;
  transform: scale(1.1, 1.1);
}




body {
	color: #000;
	margin: 0;
	padding: 0;
	line-height: 140%;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}



@media print {
body {
	width: 1200px;
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform-origin: 0 0;
}
#scrollTop {
	display: none;
}
}




.wf-notosansjapanese { font-family: 'Zen Kaku Gothic New', sans-serif; }


/*スマホ関係*/
@media screen and (max-width: 768px) {

body , html {
	-webkit-text-size-adjust: 100%;
	font-size: 90%;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}



}
/*スマホ関係終わり*/


select,
textarea,
input[type=text],
input[type=password],
input[type=email],
input[type=date],
input[type=tel] {
	font-size: 16px;
	border: 1px solid;
	margin-right: 0;
}




.clr {
	clear: both;
	min-height: 1em;
}


.clr:after {
	display: block;
	height: 1px;
	content: "";
	clear: both;
}



.new {
	background: #ff4c4c;
	color: #fff;
	margin-right: 3px;
	padding: 2px 5px;
 	font-size: .9em;
	border-radius: 14px;
}

/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

.inner,
header,
footer,
nav ul,
section,
article,
aside,
.clearfix {
	*zoom: 1;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.skip a {
	display: block;
	background-color: #007b44;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: absolute;
	height: 0;
	overflow: hidden;
}


#scrollTop {
	position: fixed;
	right: 0px;
	z-index: 10;
}
#scrollTop img {
	width: 80px;
	vertical-align: bottom;
}

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

#scrollTop img {
	width: 50px;
}

}


#container {
		position: relative;
		width: 100%;
		min-height: 100%;
		height: auto !important;
		height: 100%;
}

:-ms-input-placeholder  {color: #999999;}


/*ＰＣ関係*/
@media print,screen and (min-width: 768px) {


.sp-header {
	display: none;
}
.sp-disp {
	display: none !important;
}

}


.sp-disp2 {
	display: none !important;
}

/*ＰＣ関係↑*/


/*スマホ関係*/
@media screen and (max-width: 767px) {

#header {
	display: none !important;
}
.pc-disp {
	display: none !important;
}
	
	
.sp-disp2 {
	display: block !important;
}
	
.pc-disp2 {
	display: none !important;
}
	

}
/*スマホ関係↑*/










/* PCヘッダー
================================================== */


#top-pc-header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;

}

#header {
	width: 100%;
	background-color: #fff;
	position: relative;
	z-index: 101;
}
.header-inner {
	width: 100%;
	padding-bottom: 20px;
}

.header-inner table {
	width: 100%;
}

.header-inner-l {
	width: 320px;
	vertical-align: middle;

}

#logo {
	width: 16%;
	position: absolute;
	top: 30px;
	left: 2%;
	z-index: 101;
}
#logo img {
	width: 100%;
	max-width: 200px;
}
/*
.header-inner-l img {
	width: 100%;
}
*/


.header-inner-r {
	text-align: right;
	width: auto;
	vertical-align: middle;
	font-weight: bold;
}


.header-nav-ul {
	width: 100%;
	margin-bottom: 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.header-nav-ul li:nth-child(1) {
	padding: 2px 0 0 0;
}
.header-nav-ul li:nth-child(1) img {
    padding-top: 5px;
    width: 27px;
}
.header-nav-ul li:nth-child(2) {
	padding: 2px 15px 0 8px;
}
.header-nav-ul li:nth-child(2) img {
    padding-top: 5px;
    width: 27px;
}
.header-nav-ul li:nth-child(3) {
	text-align: center;
	width: 150px;
}
.header-nav-ul li:nth-child(4) {
	text-align: center;
	width: 150px;
}

.header-nav-ul li:nth-child(3) a {
	display: block;
	padding: 10px 5px 12px 5px;
	background-color: #efe133;
	border-radius: 0 0 0 15px;
	text-decoration: none;
}

.header-nav-ul li:nth-child(4) a {
	display: block;
	padding: 10px 5px 12px 5px;
	background-color: #b87547;
	color: #fff;
	text-decoration: none;
}
.header-nav-ul li:nth-child(3) a:hover,
.header-nav-ul li:nth-child(4) a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}





.none_text{
      display: none;
}



#globalNavInner {
	width: 100%;
	position: relative;

}

#globalNavInner > ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
        align-items: center;
}


#globalNavInner > ul li {
	text-align: center;
	border-right: 1px solid #333;
}
#globalNavInner > ul li:last-child {
	border-right: none;
}

#globalNavInner > ul li a {
	text-decoration: none;
	padding: 5px 20px;
	font-size: 110%;
}





#globalNavInner > ul .child {
	display: none;
	position: absolute;
	z-index: 800;
	padding: 0;
	background-color: #000;
	border-radius: 15px;

}


#globalNavInner > ul .child li {
	border-bottom: 1px dotted #fff;
    min-width: 150px;
    border-right: none;
    font-weight: bold;
	font-size: 70%;
	    
}
#globalNavInner > ul .child li:last-child {
	border-bottom: none;

}

#globalNavInner > ul .child li a {
	display: block;
	text-decoration: none;
	text-align: center;
	border: none;
	color: #fff;
	padding: 10px;	
}

#globalNavInner > ul .child li span.title{
	margin-top: 0px;
}

#globalNavInner > ul .child li:hover {
	
	color: #000;
}

#globalNavInner > ul .child li a:hover {
	color: #000;
	background-color: #efe133;
}

#globalNavInner > ul .child li:first-child {
	border-radius: 15px 15px 0 0;
}


#globalNavInner > ul .child li:last-child {
	border-radius: 0 0 15px 15px;
}
	
#globalNavInner > ul .child li:first-child a{
	border-radius: 15px 15px 0 0;
}


#globalNavInner > ul .child li:last-child a{
	border-radius: 0 0 15px 15px;
}
	
#globalNavInner > ul .child li:first-child a:hover{
	border-radius: 15px 15px 0 0;
}


#globalNavInner > ul .child li:last-child a:hover{
	border-radius: 0 0 15px 15px;
}

#globalNavInner > ul .child li:first-child a:focus{
	border-radius: 15px 15px 0 0;
}


#globalNav > ul .child li:last-child a:focus{
	border-radius: 0 0 15px 15px;
}







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

.header-inner-l {
	width: 100px;
}
#globalNavInner>ul li a {
	font-size: 100%;
	padding: 5px 15px;
}
.header-bottom {

}

}

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

.header-inner-l {
	width: 100px;
}
#globalNavInner>ul li a {
	font-size: 90%;
	padding: 5px 12px;
}
.header-bottom {

}

}

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

.header-inner-l {
	width: 100px;
}
#globalNavInner>ul li a {
	font-size: 90%;
	padding: 5px 9px;
}



.header-bottom {

}

}


.header-bottom-img img {
	width: 100%;
}

@media screen and (min-width: 871px) {
.header-bottom-img2 {
    display: none;
  
}
}
	


/*ＰＣ　header終わり
---------------------------------------------------------------*/



/*スマホサイトheader
---------------------------------------------------------------*/
@media screen and (max-width: 870px) {

#top-pc-header {
	display: none !important;
}

#header {
	display: none !important;
}
#globalNav {
	display: none !important;
}

.top1-top {
	display: none;
}



.sp-header {
	display: flex;
	width: 100%;
	vertical-align: middle;
	position: relative;
	top: 0;
	z-index: 1000;
	height: auto;
}
.sp-header-inner {
	width: 100%;
	position: relative;
	background: #fff;
	z-index: 1001;
	height: auto;
}

.logo {
	position: absolute;
	top: 20px;
 	left: 20px;
	z-index: 1002;
}

.logo img{
	width: 20%;
}






.sp-header nav {
	margin-right: -16px;
}
.sp-header nav ul{
	display: flex;
	align-items: center;
	
}


#nav_toggle{
	display: none;
}


	
/*メニュー部分*/
.sp-header nav{
	display:none;
	position: fixed;
	top:0;
	left: 0;
	z-index: 1100;
	width: 100%;
	height: 100vh;
	background: #fff;
	-webkit-overflow-scrolling: touch;
	background-image: url(../images/f_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
    background-size: 220%;

}
.sp-header nav ul{
	display: block;
	width: 90%;
	top: 65px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	overflow: scroll;
	padding-top: 55px;
}
.sp-header nav ul li{
	margin: 0 auto;
	font-size: 110%;
	border-bottom: 1px dotted #b87547;
	padding: 10px;
	display: block;
	text-align: center;
}

.sp-header nav ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}



.sp-header nav ul li:last-child{
		border: none;
}
	
.sp-header nav ul.sns-wrap{
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width: 30%;
	padding-top: 25px;
}

	
.sp-header nav ul.sns-wrap li.sns{
	margin: 0 auto;
	font-size: 110%;
	border-bottom: none!important;
	padding: 0px;
	display: block;
	text-align: center;
}

.sp-header nav ul.sns-wrap li.sns img {
    width: 40px;
}


/*開閉ボタン*/
#nav_toggle{
	display: block;
        width: 60px;
        height: 60px;
        position: fixed;
        top: 15px;
        right: 15px;
        padding: 15px;
        z-index: 1201;
        /* background-color: #b87547; */
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        /* padding: 10px 5px 12px 5px; */
        background-color: #f0e034;
        border-radius: 50px;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span{
	display: block;
	height: 2px;
	background: #000;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}
#nav_toggle span:nth-child(1){
	top:0px;
}
#nav_toggle span:nth-child(2){
	top:8px;
}
#nav_toggle span:nth-child(3){
	top:16px;
}

.nav_toggle_menu {
	position:absolute;
	top:19px;
	font-size: 72%;
	text-align: center;
	width: 100%;
	color: #000;
}

	


/*開閉ボタンopen時*/
.open #nav_toggle{
	background-color: transparent;
	padding: 18px 8px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}


.open #nav_toggle span{
	background-color: #b87547;
}
.open #nav_toggle span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.open .nav_toggle_menu {
	display: none;
}


	
	
	

.header-bottom-img2 img {
	    width: 100%;
	
}
	
.header-bottom-img2 {
	display: block;
    position: absolute;
        z-index: 5;
        top: 90px;
        height: 55px;
  
}
	

/*メニュー関係終わり*/





.header-bottom {
	margin-top: -90px;
}

}



/*}*/

/* スマホサイトheader終わり
================================================== */








#content {
	width: 100%;
	padding-bottom: 50px;
	margin: 0px auto;

}
#home #content {
	padding-bottom: 0;
	background-color: none;
}






.top1 {
	width: 100%;
	background-color: #fff;
	position: relative;
/*	z-index: -10;*/
}



.top1-inner {
	width: 100%;
}
.top1-inner img {
	width: 100%;
}







.top1-2 {
	width: 100%;
	padding: 110px 40px 40px 40px;
}

.top1-2-inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	border: 5px solid #eee033;
	border-radius: 15px;
	padding: 40px 40px;
	position: relative;
}

.bosyuu {
	position: absolute;
	top: -80px;
	left: 40px;
	width: 150px;
}
.bosyuu img {
	width: 100%;
}

.top1-2-ul {
    width: 100%;
    display: inline-flex;
}
.top1-2-ul .thumb {
	display: inline-block;
	width: 250px;
	padding: 20px 40px 0 0;
	float: left;
}
.top1-2-ul .thumb img {
	width: 100%;
}
.top1-2-ul .title {
	margin-bottom: 20px;
    font-size: 145%;
}


.top1-2-ichiran {
	text-align: center;
	margin-top: 40px;
}

.top1-2-ichiran a{
	padding: 10px 25px;
    background-color: #efe133;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
}

.top1-2-ul span.descripton{
    font-size: 90%;
    line-height: 200%;
}


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

.bosyuu {
	top: -80px;
        left: 4%;
        width: 100%;
}

.bosyuu img {
	width: 150px;
}
	
.top1-2-ul span.descripton {
    font-size: 100%;
    line-height: 230%;
}
	
	
.top1-2-ul {
    width: 100%;
    display: block;
}


.top1-2-ul .thumb {
	display: block;
	width: 100%;
	padding: 20px 0 20px 0;
	float: none;
	text-align: center;
}
.top1-2-ul .thumb img {
	width: 100%;
        max-width: 280px;
}
	
.top1-2-ichiran a {
    font-size: 130%;
}

}


@media screen and (max-width: 500px) {
.top1-2-inner {
    padding: 40px 20px;
}
}

@media screen and (max-width: 400px) {
	
    .top1-2-ul span.descripton {
        font-size: 90%;
    }
	
	
.top1-2 {
    padding: 50px 20px 40px 20px;
}
	
    .top1-2-ul .thumb {
        padding: 0px 0 20px 0
    }	
	
    .bosyuu {
        top: -30px;
        left: 2%;
        width: 100%;
    }

    .bosyuu img {
        width: 120px;
    }
}


.top2 {
    width: 100%;
    position: relative;
}
@media screen and (max-width: 1080px) {
.top2 {
	background-size: 125%;
}
}
@media screen and (max-width: 767px) {
.top2 {
	background-size: 280%;
}
}
@media screen and (max-width: 400px) {
.top2 {
	background-size: 300%;
}
}


.kome {
	position: absolute;
    width: 400px;
    top: -150px;
    left: 8%;
}
.kome img{
	width: 100%;
}
.himawari {
	position: absolute;
	width: 300px;
    top: 340px;
    right: 8%;
}
.himawari img {
	width: 100%;
}


.fluffy {
  animation: fluffy1 3s ease infinite;
}

@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}


.top2-inner {
	width: 100%;
    max-width: 1200px;
    padding: 80px 20px;
    margin: 100px auto 50px auto;
    text-align: center;
    background-image: url(../images/stripe.png);
    background-repeat: repeat;
    background-size: 10px;
    border-radius: 50px;
}

img.okisutoha{
    max-width: 250px;
    margin-bottom: 25px;
    width: 100%;
}


.top2-inner p{
    margin-bottom: 20px;
    line-height: 180%;
    padding: 0 30px;
    font-size: 110%;
}


.top2-inner table {
	width: 100%;
}
.top2-inner table th {
	width: 28%;
}
.top2-inner table th img {
	width: 100%;
}

.top2-inner table td {
	width: 70%;
    letter-spacing: 1px;
    /* font-size: 115%; */
    /* font-weight: bold; */
    line-height: 175%;
    padding-left: 30px;
    vertical-align: middle;
}



.top2-ul {
	width: 100%;
	margin-top: 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top2-ul li {
	width: 20%;
    margin: 0 0%;
}
.top2-ul li img {
	width: 100%;
    padding: 0 5%;
}
.top2-ul li:nth-child(1),
.top2-ul li:nth-child(3) {
}


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


.kome {
	width: 35%;
	top: -3%;
	left: 20px;
}

.himawari {
	width: 25%;
	top: -7%;
	right: 20px;
}




.top2-inner table tr,
.top2-inner table th,
.top2-inner table td {
	display: block;
}
.top2-inner table th,
.top2-inner table td {
	width: 100%;
	padding-left: 0px;

}
.top2-inner table th {
	text-align: center;
	padding-bottom: 15px;
}
.top2-inner table th img {
	width: 260px;
}

.top2-ul li {
	width: 48%;
}
.top2-ul li:nth-child(1),
.top2-ul li:nth-child(3) {
	padding-top: 0;
}

.top2-ul li:nth-child(3) {
	margin: 0 26%;
}

}



.top3 {
	width: 100%;
	background-color: #fff;
	position: relative;
}


.top3-inner {
	width: 100%;
	max-width: 1080px;
	padding: 100px 0 140px 0;
	margin: 0 auto;
}
.img02 {
	position: absolute;
	top: 0;
	left: 5%;
	width: 20%;
}
.img02 img {
	width: 100%;
	max-width: 230px;

}
.top3-inner h2 {
	text-align: center;
	margin-bottom: 40px;
}
.top3-inner h2 img {
	width: 300px;
}


.top3-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    justify-content: flex-start;
}
.top3-ul li {
    width: 29.3%;
    margin: 2%;
}
.top3-ul li .thumb {
	display: block;
	margin-bottom: 30px;
}
.top3-ul li .thumb img {
	width: 100%;
	/*高さはjavascriptで設定している*/
	object-fit: cover;
	font-family: 'object-fit: contain;';
	display: block;
	border-radius: 30px;
	  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.top3-ul li .thumb img:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
}


.top3-ul li .date {
	color: #b87547;
}
.list-category-kenkou,
.list-category-sonota,
.list-category-event,
.list-category-collaboration,
.list-category-report,
.list-category-recipe,
.list-category-diary{
    color: #fff;
    background-color: #b87547;
    padding: 5px 10px;
    font-size: 87.5%;
    border-radius: 50px;
}
.title {
	display: block;
	margin-top: 10px;
    font-size: 115%;
    font-weight: bold;
	line-height: 160%;
}


@media screen and (max-width: 767px) {
.img02 {
	top: 0;
	left: 60%;
	width: 40%;
	text-align: center;
	
}
.img02 img {
	width: 80%;
}
.top3-inner h2 {
	text-align: left;

}
.top3-inner h2 img {
	width: 40%;
	
}


.top3-ul li {
	width: 48%;
	margin: 0 1% 30px 1%;
}


}


.top4 {
	width: 100%;
	background-color: #f2eeea;
	position: relative;
}

.img03 {
	position: absolute;
	width: 150px;
	top: -30px;
	right: 30px;
}
.img03 img {
	width: 100%;
}

.top4-inner {
	width: 100%;
	max-width: 1080px;
	padding: 90px 10px 150px 10px;
	margin: 0 auto;
	background-image: url(../images/sakumotsu.png);
	background-repeat: no-repeat;
	background-position: center 180px;
	background-size: 100%;
}

.top4-inner h2 {
	width: 100%;
	text-align: center;
	margin-bottom: 80px;
	font-size: 160%;
	line-height: 160%;
    margin-top: 50px;
}
.top4-inner h2 span {
	display: inline-block;
    padding: 0 20px;
    font-size: 142%;
    line-height: 130%;
    background-color: #f2eeea;
}


.top4-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    justify-content: center;
}
.top4-ul li {
	width: 22%;
	margin: 30px 1.5% 70px 1.5%;
	text-align: center;
}
.top4-ul li img {
	width: 100%;
}


.top4-ul li img {
  transition: all 0.6s ease 0s;
}
.top4-ul li img:hover {
  cursor: pointer;
  transform: scale(1.1, 1.1);
}



.top4-ul li .title {
	display: block;
}
.top4-ul li .title a {
	display: inline-block;
    font-weight: bold;
    text-align: center;
    font-size: 115%;
    padding: 3px 6px;
    text-decoration: none;
    background: linear-gradient(transparent 70%, #efe133 43%);
}
.top4-ul li .title a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.top4-ul li .date,
.top4-ul li .new,
.top4-ul li .new,
.top4-ul li .list-category-sakumotsu {
	display: none;
}


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

.img03 {
	width: 100px;
	top: -25px;
	right: 20px;
}


.top4-ul li {
	width: 47%;
}

}


.top5 {
	width: 100%;
	background-color: #ffff;
	position: relative;
}

.img04 {
	position: absolute;
	top: -13%;
	left: 5%;
	width: 20%;
}
.img04 img {
	width: 100%;
}

.top5-inner {
	width: 100%;
	max-width: 1080px;
	padding: 180px 0px 70px 0px;
	margin: 0 auto;
	border-bottom: 2px dotted #b87547;
}

.top5-inner table {
	width: 100%;
}
.top5-inner table th {
	width: 20%;
	vertical-align: middle;
}
.top5-inner table th img{
	width: 100%;
}
.top5-inner table .top5-td-c {
	width: 45%;
	padding: 0 2%;
	vertical-align: middle;
}
.top5-ul {
	width: 100%;
}
.top5-ul li {
	padding: 10px 0;
}
.top5-ul li .date {
	display: table-cell;
	width: 120px;
	color: #b87547;
}
.top5-ul li .title {
	display: table-cell;
	font-weight: normal;
	line-height: 160%;
}



.top5-inner table .top5-td-r {
	width: 25%;
	vertical-align: middle;
}
.top5-inner table .top5-td-r img {
	width: 100%;
}

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

.img04 {
	position: absolute;
	top: -6%;
	left: 55%;
	width: 40%;
}

.top5-inner {
	padding: 40px 10px 70px 10px;

}



}




.top6 {
	width: 100%;
	background-color: #ffff;
	position: relative;
}


.top6-inner {
	width: 100%;
	max-width: 1080px;
	padding: 60px 10px;
	margin: 0 auto;

}
.top6-inner h2 {
	text-align: center;
	margin-bottom: 25px;
}
.top6-inner h2 img {
	width: 200px;
}







#footer {
	width: 100%;
	background-color: #fff;
	position: relative;
	background-image: url(../images/f_bg.png), url(../images/f_bg.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: center bottom, center top;
	background-size: 100%, 115%;
    line-height: 190%;

}

.img05 {
	position: absolute;
	width: 25%;
	top: 0;
	right: 30px;
	text-align: right;
}
.img05 img {
	width: 100%;
	max-width: 220px;
}

.footer-inner {
	width: 100%;
	text-align: center;
	padding: 200px 0;
}

.f-logo {

}
.f-logo img {
	width: 200px;
}


.f-uketuke {
	margin: 20px 0 0 0;
}


ul.f-link {
	width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0;
	line-height: 120%;
	font-weight: bold;
}

ul.f-link li {
	border-right: 1px solid #333;
}

ul.f-link li:last-child {
	border-right: none;
}

ul.f-link li a {
    text-decoration: none;
    padding: 5px 20px;
}

.f-tel {
}


.add {

}

.f-copy {
	margin: 20px 0 0 0;
	font-size: 87.5%;
}

@media screen and (max-width: 767px) {
.f-logo img {
	width: 140px;
}


}



	/* コンテンツページ関係始まり
================================================== */



.cat-img-wrap {
	position: relative;
	z-index: -1;
}
.cat-img img {
	    width: 100%;
    vertical-align: bottom;
    height: 540px;
    object-fit: cover;
   font-family: 'object-fit: cover;'
}




@media screen and (max-width: 768px) {
.cat-img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    vertical-align: bottom;
}
}


.cat-img-con {
    position: absolute;
    width: 100%;
    top: 60%;
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    letter-spacing: 6px;
    color: #ffffff;
}

.cat-img-con span {
    font-size: 120%;
    padding: 15px 40px;
	background-color: #000;
	border-radius: 50px;
}








	#category_icon {
		width: 100%;
	}

	#category_icon .inner {
		width: 100%;
		margin: 0 auto;
	}

	#category_icon .inner img {
		width: 100%;
	}



	#home #breadCrumb {
		display: none;
	}

	#breadCrumb {
		width: 100%;
    font-size: 100%;
    padding: 12px 0;
    margin-bottom: 35px;
    background-color: #fff;
    background: url(../images/stripe.png);
    background-repeat: repeat;
    background-position: top left;
    background-size: 10px;
	}

	#breadCrumb .inner {
		width: 100%;
		margin: 0 auto;
		max-width: 1080px;
		padding: 0 10px;
		font-size: 90%;
	}


	#breadCrumb p {
		margin-left: 0px;

	}




	.scrText {
		position: absolute;
		width: 0;
		height: 0;
		overflow: hidden;
	}



	.print_wrp {
		display: none;
		text-align: right;
		padding-top: 8px;
		margin-bottom: -32px;
	}

	.contentBodyWrapper {
		padding: 0px 0px;
	}

	.contentListWrapper {
		padding: 0px 0px;

	}

	#content-inner {
		width: 100%;
		max-width: 1080px;
		margin: 0 auto;
		position: relative;
		padding: 0px 10px;

	}

	#content-inner:after {
		content: "";
		display: block;
		clear: both;
	}



	article {}

	#main {
		width: 73%;
		float: left;
	}

	#main2 {
		width: 100%;
    font-size: 115%;
    line-height: 180%;
	}

	#sidemenu {
		width: 24%;
		float: right;
		padding: 40px 0 0 0;
	}

h2.cf{
	display: none;
}





	.contentBody {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		clear: both;
		min-height: 0em;


	}

	.contentBody img {
		max-width: 100%;
	}

	.contentBody .img_center img {}


	.contentListWrapper .pageList {
		width: 100%;
		display: inline-flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}


.contentListWrapper .pagelist-item {
	width: 46%;
	background-color: #f2eeea;
	margin: 2%;
	padding: 2%;
	border-radius: 10px;
}

.top-category_sakumotsu .contentListWrapper .pagelist-item {
    width: 33%;
    background-color: transparent;
    margin: 0;
    padding: 2%;
    border-radius: 10px;
    margin-bottom: 40px;
}


.top-category_sakumotsu .contentListWrapper .pagelist-item .thumb img {
    height: auto;
}


.top-category_sakumotsu .contentListWrapper .pagelist-item .thumb {
    display: block;
    height: auto!important;
}


.top-category_sakumotsu .contentListWrapper .pagelist-item .title {
    display: block;
    text-align: center;
    background-image: none;
    padding: 0;
    margin-top: 5px;
}

.top-category_sakumotsu .contentListWrapper .pagelist-item .title a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    font-size: 115%;
    padding: 3px 6px;
    text-decoration: none;
    background: linear-gradient(transparent 70%, #efe133 43%);
}


.top-category_himawari .contentListWrapper .pageList {
}

.top-category_himawari .contentListWrapper .pagelist-item {
    width: 29.3%;
    border: 1px solid #000;
    background-color: #ffffff;
    margin: 2%;
    padding: 2%;
    border-radius: 10px;
}


.top-category_himawari .contentListWrapper .pagelist-item .thumb {
    margin-bottom: 12px;
}

.top-category_himawari .contentListWrapper .pagelist-item .date {
    display: block;
    text-align: right;
    font-size: 70%;
    font-weight: normal;
    line-height: normal;
}

.top-category_himawari .contentListWrapper .pagelist-item .title {
    background-image: url(../images/icon03.png);
    background-repeat: no-repeat;
    background-position: left 0px center;
    background-size: 20px;
    border-bottom: 1px dotted;
    margin-bottom: 15px;
    font-size: 100%;
	line-height: 140%;
}




@media screen and (max-width: 600px) {
.contentListWrapper .pagelist-item {
	width: 96%;
}
}

.contentListWrapper .pagelist-item .thumb {
	display: block;
	width: 100%;

/*	height: はjavaScriptで動的に取得*/
}

.contentListWrapper .pagelist-item .thumb img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
	border-radius: 20px;
	display: block;
	border-radius: 10px;
}

.contentListWrapper .pagelist-item .title {
	display: block;
	font-weight: bold;
	background-image: url(../images/icon03.png);
	background-repeat: no-repeat;
	background-position: left 0px center;
	background-size: 20px;
	padding: 10px 0px 10px 30px;
	margin-top: 0;
	}

.contentListWrapper .pagelist-item .title a {
	text-decoration: none;
}

.contentListWrapper .pagelist-item .title a:hover {
	text-decoration: underline;
}
.contentListWrapper .pagelist-item .date {
	display: block;
	text-align: right;
	font-size: 60%;
	font-weight: normal
}


.contentListWrapper .pagelist-item .description {
	padding: 0 5px 5px 28px;
    display: block;
    font-size: 75%;
    line-height: 160%;
}

	.contentListWrapper .pagelist-item p {
		text-align: right;
		padding: 0 10px 5px 0;
		font-size: 90%;
		color: #666;
	}














	.contentListWrapper .pagination,
	.contentBodyWrapper .pagination {
		margin-top: 10px;
		text-align: center;
	}

	.contentListWrapper .pagination a,
	.contentBodyWrapper .pagination a {
		background-color: #b87547;
		color: #fff;
		text-decoration: none;
		text-align: center;
		border-radius: 100px;
		/* CSS3草案 */
		-webkit-border-radius: 100px;
		/* Safari,Google Chrome用 */
		-moz-border-radius: 100px;
		/* Firefox用 */
		padding: 5px;
	}

	#sidemenu .sideHeader {
		background-color: #b87547;
		padding: 3px 0;
	}

	#sidemenu .sideHeader h2 {
		text-align: center;
		padding: 5px 0 0 0;
		border-top: 1px dotted #fff;
		color: #fef000;
	}

	#sidemenu .sideBody ul {
		margin: 5px 0 10px 0;
	}

	#sidemenu .sideBody ul li {
		border-bottom: 1px dotted #ccc;
		background-image: url(../images/pul02.png);
		background-repeat: no-repeat;
		background-position: left 5px center;
		background-size: 16px;
	}

	#sidemenu .sideBody ul li a {
		display: block;
		padding: 5px 5px 5px 25px;
		text-decoration: none;
	}

	#sidemenu .sideBody ul li span {
		display: block;
		padding: 5px 5px 5px 25px;
		color: #ad6ad1;
	}

	#sidemenu .side-banner ul li {
		text-align: center;
		margin: 0 0 5px 0;
	}

	#sidemenu .side-banner ul li img {
		width: 100%;
		max-width: 235px;
	}





	/*　カレンダー
*********************************************/

	.calendar {}

	.sectionHeader {
		margin-bottom: 20px;
	}

	.cal_month_select {
		text-align: center;
	}

	.cal_category_select {}








	.calendar table {
		width: 100%;
	}

	.calendar .colgroup1 {
		width: 70px;
	}


	.calendar table caption {
		font-size: 140%;
		color: #5f3919;
		font-weight: bold;
		padding-bottom: 5px;
	}

	.calendar thead {
		background-color: #ffffbb;
	}

	.calendar table th,
	.calendar table td {
		border: 1px solid #ccc;
		height: 35px;

	}

	.calendar .day,
	.calendar .week,
	.calendar .event {
		vertical-align: middle;
	}

	.calendar .sunday {
		background-color: #ffefed;

	}

	.calendar .saturday {
		background-color: #e3f5f9;
	}

	.calendar table td a {}

	.calendar_item {
		padding: 2px 4px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.calendar_item span {
		display: block;
	}

	.calendar_item .title {
		padding: 0 3px;
		margin-right: 10px;
	}

	.calendar table .category_title {
		display: none;
	}

	.calendar table .category {
		background-color: #ad6ad1;
		color: #fff;
		font-size: 80%;
		padding: 2px 5px;
	}

	.calendar table .calendar_item .cate1 {
		background-color: #d17bfe;
	}

	.calendar table .calendar_item .cate2 {
		background-color: #48D1CC;
	}

	.calendar table .calendar_item .cate3 {
		background-color: #67cafe;
	}

	.calendar table .calendar_item .cate4 {
		background-color: #33d867;
	}

	.calendar table .calendar_item .category {}


	.calendar .cal_day_tbl {
		margin-bottom: 10px;
	}




	.calendar .cal_day_tbl th,
	.calendar .cal_day_tbl td {
		padding: 5px 10px;
	}

	.calendar .cal_day_tbl th {
		vertical-align: middle;
		background-color: #eee;
		width: 200px;
	}



	/*　検索一覧ページ
*********************************************/
	.contentBodyWrapper .search-area ul li {
		margin-bottom: 10px;
	}

	.contentBodyWrapper .search-area ul li .thumb,
	.contentBodyWrapper .search-area ul li .description,
	.contentBodyWrapper .search-area ul li .date {
		display: none;
	}


	/*　お問い合わせページ
*********************************************/

	.contentBody .mail-form {
		margin: 30px 0 0 50px;
	}

	.contentBody .mail-form a {
		border: 1px solid #4c4c4c;
		padding: 2px 10px;
		text-decoration: none;
		background-color: #eee;
		font-size: 140%;
		font-weight: bold;
	}

	.contentBody .mail-form a:hover {
		text-decoration: underline;
		background-color: #f6f6f6;
	}




	/*コンテンツページ関係終わり
================================================== */






	/*サイトマップ初め
================================================== */



.sitemap {
	margin-left: 0px;

}

.sitemap a{
	}




ul.sitemap-list.sm-depth1-list {
	border-left: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
	
.sitemap li.sm-depth1-item {
	font-size: 115%;
	margin: 0 1%;
	font-weight: bold;
	padding: 0px;
	letter-spacing: 2px;
	width: 31.3%;
	background-image: none;
	}
	
.sitemap li.sm-depth1-item a{
	text-decoration: none;
	display: block;
	}

.sitemap li.sm-depth1-item a:hover{
	}

.sitemap li.sm-depth1-item a:focus{
	}
	
.sitemap li.sm-depth1-item::before {
    border-right: none;
    border-bottom: none;
}

span.sitemap-list-item-span.sm-depth1-label {
	padding: 7px 3%;
    display: block;
    margin: 4% 0;
    transition: 0.3s;
    border-left: 10px solid #b87547;
    background-color: #f2eeea;
}
	
ul.sitemap-list.sm-depth2-list {
	font-weight: normal;
	font-size: 80%;
	letter-spacing: 1px;
	padding: 0 0 0 3%;
	margin: 40px 1%;
	}

ul.sitemap-list.sm-depth2-list li{
	background-position: 0px 6px;
    background-size: 12px;
    /* font-weight: normal; */
    margin: 18px 8px;
}
	
ul.sitemap-list.sm-depth2-list  a {

}
ul.sitemap-list.sm-depth2-list  a:hover {

}


ul.sitemap-list.sm-depth3-list {
	font-size: 80%;
	letter-spacing: 0;
	padding: 0 15px;
	}
	
ul.sitemap-list.sm-depth3-list li{
    margin: 10px 0px;
    padding: 5px;
    font-weight: normal;
    background-image: none;
	}
	
.sitemap li.sm-depth3-item::before {
    border-right: none;
    border-bottom: none;
}
	
ul.sitemap-list.sm-depth4-list {
	font-weight: normal;
	padding: 0 1%;
	margin: 2%;
	}
	
ul.sitemap-list.sm-depth4-list li{
	margin: 0;
	}
	
.sitemap li.sm-depth4-item::before {
    border-right: none;
    border-bottom: none;
}
	
.depth1 li {
	padding-top: 0px;

}
.depth2 li {
	padding-top: 0px;
}

.sitemap-list {
    border-left: 1px dotted #d8c7e6;
}




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

		
.sitemap {
    font-size: 80%;
}
	
.sitemap li.sm-depth1-item {
    font-size: 150%;
    padding: 0px;
    letter-spacing: 1px;
    width: 98%;
}
	
span.sitemap-list-item-span.sm-depth1-label {
}
	
ul.sitemap-list.sm-depth2-list {
    margin: 15px 1%;
}

}


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


#footer {
    background-image: url(../images/f_bg.png), url(../images/f_bg.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center top;
    background-size: 100%, cover;
    line-height: 190%;
    margin-top: 50px;
}
	
}


@media screen and (max-width: 1230px) {
	
.slick-slide img {

}

.top1 .slick-box img {
    height: 700px;
    object-fit: cover;
    vertical-align: bottom;
    object-position: center;
    font-family: 'object-fit: cover;';
}
	
	@media screen and (max-width: 870px) {
.top1 .slick-box img {
	padding-top: 130px;
}
	}


.himawari {
    width: 240px;
    right: 4%;
	top: 9%;
/*    top: -280px;*/
}
	
.kome {
    width: 350px;
    left: 1%;
}
	
.top2-inner {
	max-width: 1100px;
}
	
.top2-inner table th {
    width: 20%;
}

}


@media screen and (max-width: 1110px) {
	.top2-inner {
		max-width: 900px;
	}
	
.top3-inner {
    padding: 100px 40px 140px 40px;
}
	
.top4-inner {
    padding: 70px 40px 100px 40px;
}
	
.top5-inner {
    padding: 180px 40px 70px 40px;
}
	
}


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

#content-inner {
    padding: 0px 30px;
}
	
.top2 {
    padding: 0 40px;
}
	
.top6-inner {
    padding: 60px 40px;
}
	
}

@media screen and (max-width: 970px) {
.cat-img img {
    width: 100%;
    vertical-align: bottom;
    height: 440px;
    object-fit: cover;
}
	
.top2-ul li {
    width: 28%;
}
	
.top4-ul li {
    margin: 10px 1.5% 40px 1.5%;
}
	
.top5-inner {
    padding: 100px 40px 70px 40px;
}
	
.top5-inner table tr,
.top5-inner table th,
.top5-inner table .top5-td-c,
.top5-inner table .top5-td-r {
	display: block;
}

.top5-inner table th,
.top5-inner table .top5-td-c,
.top5-inner table .top5-td-r {
	width: 100%;
}

.top5-inner table th {
	text-align: left;
}
.top5-inner table th img {
	width: 25%;
}
.top5-inner table .top5-td-c {
	padding: 20px 0;
}
.top5-inner table .top5-td-r img {
	width: 80%;
	margin: 0 10%;
}

.top5-ul li .date,
.top5-ul li .title {
	display: block;
}
	
.top5-inner table .top5-td-r img {
    width: 80%;
    margin: 0 10%;
    padding: 40px 18% 0 18%;
}

	
}

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

.img04 {
	position: absolute;
    top: -6%;
    right: 5%;
    width: 25%;
    left: unset;
}
	
.footer-inner {
    padding: 200px 0 130px 0;
}
	
}


@media screen and (max-width: 870px) {
.img04-sp {
	position: absolute;
	top: 8px;
 	left: 40%;
	z-index: 1002;
}

.img04-sp img{
	width: 45%;
}
}


@media screen and (max-width: 767px) {
	
.kome {
    top: -18%;
}
	
.top2 {
    background-size: 180%;
}

.top2-inner table th {
    width: 30%;
}
	
.top2-ul li {
    width: 45%;
}
	
.top2-ul li img {
    padding: 0 15%;
}
	
.top3-inner {
    padding: 70px 30px;
}
	
.top3-ul li {
	width: 44%;
    margin: 0 3% 40px 3%;
    font-size: 130%;
}
	
.title {
    margin-top: 18px;
}
	
.img03 {
    width: 160px;
    top: -115px;
    right: 20px;
}
	
	
.top4-inner {
    padding: 90px 30px;
}
	
.top4-ul li {
    width: 44%;
    margin: 0 3% 40px 3%;
}
	
.top4-ul li .title a {
    font-size: 150%;
}
	
.top5-inner table .top5-td-c {
    padding: 20px 6%;
    font-size: 130%;
}
	
.top5-inner table th img {
    width: 40%;
}
	
	
.contentListWrapper .pagelist-item .title {
    background-position: 2px 15px;
    background-size: 13px;
    padding: 10px 10px 10px 20px;


}
}

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

.top-category_himawari .contentListWrapper .pagelist-item {
    width: 46%;
}
}


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

.img04 {
    width: 40%;
}
}


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

	
.himawari {
    width: 200px;
}
	
.footer-inner {
    padding: 100px 0;
}
	
}

@media screen and (max-width: 600px) {
	
.top-category_himawari .contentListWrapper .pagelist-item {
    font-size: 120%;
	padding: 4%;

}

.top-category_himawari .contentListWrapper .pagelist-item .thumb {
    height: auto!important;
}

.top-category_himawari .contentListWrapper .pagelist-item .thumb img {
	height: 100px;
}
	
.top-category_himawari .contentListWrapper .pagelist-item .title {
    background-size: 15px;
    font-size: 100%;
    padding: 10px 0px 10px 23px;
}
	
	
	
.top3-ul li .date {
    display: block;
    margin-bottom: 8px;
}
	
	
}



@media screen and (max-width: 570px) {
	
.himawari {
    top: -250px;
}
	
.kome {
    top: -22%;
}
	
.top2-inner {
    padding: 50px 10px;
	}

.top2-ul li img {
    padding: 0 7%;
}
	
.top2{
    padding: 0 20px;
}
	
	
}
	
@media screen and (max-width: 520px) {

.logo img {
    width: 25%;
}
	
.kome {
    width: 280px;
    top: -18%;
}
	
.himawari {
    width: 190px;
}
	
.top2-inner table th {
    width: 40%;
}
	
.img03 {
    width: 130px;
}
	
.top4-inner h2 span {
    font-size: 150%;
    line-height: 135%;
}
	
.top5-inner table .top5-td-r img {
    padding: 40px 10% 0 10%;
}
	
.top5-inner {
    padding: 50px 40px 70px 40px;
}
	
.top5-inner table .top5-td-c {
    padding: 20px 6%;
    font-size: 100%;
}
	
.title {
    margin-top: 5px;
}
	
.cat-img-con span {
    font-size: 100%;
    padding: 15px 20px;
    border-radius: 50px;
}
	
.cat-img-con {
    letter-spacing: 3px;
}
	
.contentListWrapper .pagelist-item .title {
    background-position: 7px 15px;
    padding: 10px 10px 10px 27px;
}
	
.contentBody img {
    padding: 2%;
}

}



@media screen and (max-width: 450px) {
	
/*
.img04-sp img {
    width: 65%;
}
	
*/
.top1 .slick-box img {
    padding-top: 0;
    height: 550px;
}
	
.kome {
	top: -14%;
}
	
.himawari {
    top: -215px;
}
	
img.okisutoha {
    max-width: 190px;
}
	
.top2-inner p {
    padding: 0 15px;
}
	
	
.top3-inner {
    padding: 40px 20px;
}
	
.top3-inner h2 img {
    width: 55%;
}

	
.top3-ul li {
    font-size: 100%;
}
	
	
.title {
    margin-top: 10px;
    line-height: 140%;
}
	
.top3-ul li .thumb {
    margin-bottom: 15px;
}
	
.img03 {
    width: 100px;
    top: -50px;
}
	
.top4-inner {
    padding: 30px 30px;
    background-position: center 115px;
}
	
	
.top5-inner {
    padding: 50px 20px 70px 20px;
}
.top5-ul li .date, .top5-ul li .title {
    font-size: 100%;
}
	
.top6-inner h2 img {
    width: 150px;
    margin-bottom: 20px;
}
	
.cat-img img {
    height: 340px;
}
	
#content-inner {
    padding: 0px 20px;
}
	
.top-category_sakumotsu .contentListWrapper .pagelist-item .title {
	font-size: 85%;
}
	
}


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

.himawari {
    width: 155px;
    top: -170px;
    right: 3%;
}
	
.kome {
    width: 215px;
    top: -16%;
}
	
.top2 {
    background-size: 340%;
    background-position: center 60%;
}
	
.top2-inner {
    padding: 30px 10px;
    border-radius: 30px;
}
	
.top2-ul li img {
    padding: 2% 5%;
}
	
.top2-inner {
    margin: 50px auto;
}
	
.top2-inner p {
    margin-bottom: 0px;
	}
	
img.okisutoha {
    max-width: 150px;
    margin-bottom: 18px;
}
	
.img02 img {
    width: 90%;
}
	
.top4-inner {
    padding: 90px 20px 50px 20px;
}
	
.top4-inner h2 {
    margin-bottom: 40px;
    font-size: 128%;
    margin-top: -10px;
}
	
.top4-ul li .title a {
    font-size: 110%;
}
	
#footer {
    background-position: center bottom, center -85px;
    background-size: 220%, 500%;
}
	
.footer-inner {
    padding: 100px 0 80px 0;
}
	
.f-logo img {
    width: 85px;
}
	
.img05 {
    width: 35%;
    top: -25px;
    right: 13px;
}
	
.cat-img-con {
    font-size: 160%;
}
	
img.kaika{
	max-width: 250px;
	}
	
.top-category_himawari .contentListWrapper .pagelist-item .title {
    background-position: 0px 13px;
	background-size: 10px;
    font-size: 80%;
    padding: 10px 0px 10px 15px;
}
	
.top-category_himawari .contentListWrapper .pagelist-item .thumb {
    margin-bottom: 0px;
}
	
.top-category_himawari .contentListWrapper .pagelist-item .date {
    font-size: 60%;
}

	
}



@media screen and (max-width: 768px) {
    .himawari {
        top: 480px;
    }
}


@media screen and (max-width: 620px) {
    .himawari {
        top: 510px;
    }
}

@media screen and (max-width: 450px) {
    .himawari {
        top: 290px;
    }
}



/*


.himawari {
    position: absolute;
    width: 300px;
    top: 65%;
    right: 8%;
}



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

.himawari {
    position: absolute;
    width: 250px;
    top: 75%;
    right: 3%;
}
	
}



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


    .himawari {
        position: absolute;
        width: 200px;
        top: 84%;
        right: 6%;
    }
	
}


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

    .himawari {
        position: absolute;
        width: 180px;
        top: 66%;
        right: 6%;
    }

}

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

    .himawari {
        position: absolute;
        width: 160px;
        top: 66%;
        right: 6%;
    }

}
*/

.himawari2025{
	width: 100%;
    max-width: 1200px;
    margin: 80px auto 0 auto;
    text-align: center;
	padding: 0 30px;
}

@media screen and (max-width: 767px) {
	
	
.himawari2025{
    margin: 40px auto 70px auto;
	}
	
}

.himawari2025 img{
	width: 100%;
    border-radius: 50px;
}

@media screen and (max-width: 435px) {
	.himawari2025 img{
	border-radius: 30px;
	}
}










