@charset "utf-8";


.share-buttons {
  display: flex;
  justify-content: center; /* ← これで横中央寄せ */
  gap: 5px;
  margin: 20px 0;
}
.share-buttons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  border-radius: 3px;
}
.share-twitter { background: #000; }
.share-facebook { background: #3b5998; }
.share-hatena { background: #00a4de; }
.share-pocket  { background: #ef3f56; }
.share-line    { background: #00c300; }
.share-buttons a:hover { opacity: 0.8; }


.links {
text-align:center;
}

.zoom-target {
  transform: scale(0.8);
  transition: transform 0.6s ease-out;
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.zoom-target.active {
  transform: scale(1.0);
  opacity: 1;
}


input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* フェードイン用のCSS */
.slide-bottom {
   opacity: 0;
   transform: translateY(20px);
   transition: all 1.3s 0s ease-out;
 }
 
 



.sidesubmenu_navbutton  {
  position: relative;
}

.child {
    display: none;
}

.sidesubmenu-item a{
	height: 59px;
    background-color: #3EA60C;
    color: #fff!important;
    padding-left: 10px;
    display:block;
    width:100%;
 
}	
.sidesubmenu-item a:visited  {
    color: #fff!important;
}




.slick-slide {
	outline:none!important;
}

.wp-pagenavi {
	clear: both;
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;

}
.wp-pagenavi a, .wp-pagenavi span {
	color: #3EA60C;
	background-color: #FFFFFF;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border: thin solid #3EA60C;
}
.wp-pagenavi a:hover{
	color: #fff!important;
	background-color: #3EA60C;
    }
.wp-pagenavi span.current{
	color: #fff!important;
	background-color: #3EA60C;
    }
	
	
	


	/*page-top*/
	#page-top {
		position: fixed;
		bottom: 50px;
		right: 50px;
		font-size: 77%;
		z-index: 100;
	}
	#page-top a {
		text-decoration: none;
		width: 86px;
		text-align: center;
		display: block;
		border-radius: 5px;
		background-image: url(../img/top_bt.png);
		height: 86px;
		padding-top: 0px;
		padding-right: 0;
		padding-bottom: 0px;
		padding-left: 0;
		text-indent: -9999px;
		background-repeat: no-repeat;
	}
	#page-top a:hover {
		background-image: url(../img/top_bt.png);
		background-repeat: no-repeat;
		background-position: 0px -86px;
		height: 86px;
		width: 86px;
			transition: color 0.5s;
	}
 

  

  

/* =============================================================================
   基本設定
   ========================================================================== */


*, *:before, *:after {
box-sizing: border-box;

}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,

article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:bottom;
    background:transparent;
    font-style: normal;
    font-weight: normal;
    list-style: none;
}




/**html**/
html{
	height:100%;
	width: 100%;
	margin: 0!important;
    padding: 0!important;
}




body {
	color: #333;
	line-height: 1.8;
	font-size: 18px;
	font-family: "Hiragino Kaku Gothic Pro","CI", "Meiryo", verdana, "qMmpS Pro W3", "lr oSVbN", "MS PGothic", Sans-Serif;
	margin: 0!important;
    padding: 0!important;
    width: 100%;
}

#overwrap {overflow: hidden;position: relative;}
a {color: #333;text-decoration: none;}
/*a:link {color: #333;}*/
/*a:visited {color: #000;}*/
a:hover {color: #FF9326;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
a:active {color: #fff;}
a:hover img {opacity: 0.8;filter: alpha(opacity=80);-moz-opacity: 0.8;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
img {width: auto;max-width: 100%;height: auto;vertical-align: bottom;}
em {font-style: normal;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
ul {list-style: none;}
sup {vertical-align: super;}
sub {vertical-align: sub;}


p{margin: 0;padding: 0;}





/* ========================================================================== */
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-o-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-webkit-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
}
.shadow {
	text-shadow:
    #fff 2px 0px, #fff -2px 0px,
    #fff 0px -2px, #fff -2px 0px,
    #fff 2px 2px, #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px, #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px, #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}
.head-nav {
	width: 100%;
}
.head-nav .pc_head #headlogo_pc_left {
}








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



* html div#container{
    height:100%;
}

div#container,
div#container_top,
{
	position:relative;
	min-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body > #container, 
body > #container_top, 
{
        height: auto;
}




div#main{
	width: 100%;
	margin-right: auto;
	margin-left: auto;

}





/**clear**/
.clear:after {
 content:".";
 display:block;
 visibility:hidden;
 clear:both;
 height:0;
}


.clear{
	min-height:1px;
	clear: both;
	float: none;

}









.sp_img {
width:100%;
}









/* =========================PC=========================================== */
@media screen and (min-width: 768px) {


  

.sp {
	display: none;
}


.sp_head,.spnav {
	display: none;
}




.head {

}



.pcnav{
	display: block;
	width: 580px;
}

.head-nav_box {
	width: 100%;
	height: 100px;
	line-height: 100px;

}

.head_nav1 a {
	display: inline-block;
	color: #000;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	float:left;
	font-size: 12px;

}
.head_nav1 a:hover {
	color: #FF8300;
		-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.head-nav_box .head_nav1 #last {

}








/****ドロップダウン追加　:( ***/

.menu-item {
 
  position: relative;
	float:left;
}



/* サブメニュー */
.sub-menu {
  position: absolute;
  width: 150px;
  top: 70px;
  z-index:9999;
  display: block;
  font-size: 12px;
}

.sub-menu-item {
  overflow: hidden;
  opacity: 0;
  height: 0;
  /* サブメニューが出現する速度の調整 */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* メインメニューマウスカーソルが乗ったらサブメニューを出現させる */
.menu-item:hover > .sub-menu > .sub-menu-item {
  overflow: visible;
  opacity: 1;
  height: 50px;
}

.sub-menu-item a{
	height: 50px;
    line-height: 50px;
    background-color: #fff;
    color: #000!important;
    text-align: left;
    padding-left: 10px;
    display:block;
    width:100%;
 
}	

.sub-menu-item a:hover{
	background-color: #000;
	color: #fff!important;
}


	
/********foot***********/
.foot_wrap {
	width: 100%;
	height: 400px;
	padding-top: 20px;
	background-color: 	#E92829;
	color:#fff;
	text-align:center;
}





nav{
	width: 100%;
	position: relative;
	right: 0;
	top: 0;
	margin-right: auto;
	margin-left: auto;
}


/**********ページレイアウト***/

#container_top {
	background-repeat: repeat-x;
	background-position: top center;
	background-image: url(../img/bg.jpg);
} 


.lower_content {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

.lower_content_full {
	width: 100%!important;
	padding-top: 20px;
}




.midashi01 {
	font-size: 71px;
	color: #C6CB45;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-o-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-webkit-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	letter-spacing: 0px;
	font-weight: normal;
	padding:80px 0px 40px 0px;
}





}



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

  


.pc {
	display: none;
}

.pc_head,.pcnav {
	display: none;
}

	.sp_head {
		width: 100%;
	}



	
	

/********foot***********/
.foot_wrap {
	width: 100%;
	height: 400px;
	padding-top: 20px;
	background-color: 	#E92829;
	color:#fff;
	text-align:center;
}





/**********ページレイアウト***/

#container_top {
	background-image: none;
} 


.lower_content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 130px;
}



.midashi01 {
	font-size: 30px;
	color: #C6CB45;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-o-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-webkit-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
	letter-spacing: 0px;
	font-weight: normal;
	padding:80px 0px 40px 0px;
}





	/*page-top*/
	#page-top {
		display: none!important;
	}
	#page-top a {
		display: none!important;
	}
	
	
}





		
	
