@charset "UTF-8";
.contents-outer {
	
}
/*------------------------------------
			　ヘッダー
--------------------------------------*/
header {
	position: relative;
	z-index: 100;
}
	@media (max-width: 1000px) {
		header {
			position: fixed;
			top: 0;
			left: 0;
		}
	}
.header-inner {
    max-width: 1700px;
    width: 90%;
    margin: 0 auto;
    padding: 21px 0px;
}
	@media (max-width: 1000px) {
		.header-inner {
			flex-wrap: wrap;
			height: 275px;
		}
	}
	@media (max-width: 520px) {
		.header-inner {
			height: 200px;
			padding: 15px 0px;
		}
	}
.header-logo {
	margin-right: 6%;
}
	@media (max-width: 1100px) {
		.header-logo {
			margin-right: 4%;
		}
	}
	@media (max-width: 1000px) {
		.header-logo {
			width: 100%;
        	text-align: center;
			margin: 0 0 20px 0;
		}
	}
	@media (max-width: 520px) {
		.header-logo {
			margin: 0;
		}
	}
	.header-logo a {
		display: inline-block;
	}

.header-logo img{ 
	/*  max-width: 550px;*/
	  max-width: 500px;
	  width: 100%;
	  height: 100%;
}
	@media (max-width: 1000px) {
		.header-logo img{
			max-width: 380px;
		}
	}
	@media (max-width: 520px) {
		.header-logo img{
			max-width: 230px;
		}
	}
.header-right-box {
	display: flex;
	flex-wrap: wrap;
	max-width: 730px;
    width: 100%;
}
	@media (max-width: 1600px) {
		.header-right-box {
			max-width: 690px;
		}
	}
	/*
	@media (max-width: 1500px) {
		.header-right-box {
			max-width: 536px;
		}
	}
	*/
	@media (max-width: 1000px) {
		.header-right-box {
			max-width: 380px;
		}
	}
.count-day-box {
	display: flex;
    align-items: center;
	width: 100%;
}
.count-day-box-inner {
		background-color: #000;
		padding: 2.31% 2%;
		margin-bottom: 20px;
		outline: 1px solid #fff;
		outline-offset: -7px;
		max-width: 390px;
    	width: 100%;
	}
		@media (max-width: 1500px) {
			.count-day-box-inner {
				max-width: 350px;
			}
		}
		@media (max-width: 1100px) {
			.count-day-box-inner {
				max-width: 290px;
			}
		}
		@media (max-width: 1000px) {
			.count-day-box-inner {
				padding: 10px 3%;
				margin: 0 auto;
			}
		}
		@media (max-width: 520px) {
			.count-day-box-inner {
				max-width: 240px;
			}
		}
	.count-img01 {
		width: 47%;
	/*	min-width: 145px;*/
	}
	.count-img02 {
		width: 29%;
		min-width: 73px;
		margin: 0 15px;
	}
		.count-img01 img,.count-img02 img {
			width: 100%;
			height: 100%;
		}
		@media (max-width: 1000px) {
			.count-img01 {
				width: 46%;
			}
			.count-img02 {
				margin: 0 10px;
			}
		}
	.count-textbox {
		display: flex;
		align-items: baseline;
	}
	#count-day,#teaser-count-day {
		color: #fff100;
		font-size: 3vw;
		line-height: 0.9em;
		letter-spacing: -1px;
		margin-right: 5px;
	}
		@media (max-width: 1000px) {
			#count-day,#teaser-count-day {
				font-size: 4.3rem;
			}
		}
		@media (max-width: 520px) {
			#count-day,#teaser-count-day {
				font-size: 3.4rem;
			}
		}
	.count-niti {
		color: #fff;
		font-size: 1.05em;
	}

.base-change-box {
	width: 250px;
	}
	.base-change-midashi {
		font-size: 0.9em;/*18px*/
		font-weight: bold;
	    color: #fff;
	    padding: 0 5px;
	    margin-right: 5px;
	}
		@media (max-width: 1500px) {
			.base-change-midashi {
				font-size: 0.8em;
				letter-spacing: -0.1px;
			}
		}
		@media (max-width: 1000px) {
			.base-change-midashi {
				width: 100%;
				margin-bottom: 5px;
			}
		}
	.sp-change-box .base-change-midashi {
		color: #000;
    	border: 1px solid #000
	}
		.base-change-btn {
			font-size: 0.9em;
			font-weight: bold;
			border: 2px solid #fff;
			border-radius: 5px;
			padding: 0 3.81%;
			line-height: 2em;
        	white-space: nowrap;
			text-align: center;
    		align-content: center;
    		cursor: pointer;
    		color: #000;
			background-color: #ccc;
			margin-right: 5px;
		}
			.base-change-btn:hover {
				color: #009ac7;
				border: 2px solid #007091;
			}
			.color-change-btn01 {
				color: #fff;
				background-color: #000;
			}
			.color-change-btn02 {
				color: #000;
				background-color: #fff;
			}
			.color-change-btn03 {
				color: #000;
				background-color: #ccc;
				margin-right: 0;
			}
			.base-change-btn.on {
				border: 2px solid #007091;
			}
.base-size-change-box {
	margin: 0 4%;
}
.lang-change-box {
	font-size: 1.5em;
	cursor: pointer;
	transition: .2s;
	width: 120px;
}
	@media (max-width: 1500px) {
		.lang-change-box {
			max-width: 82px;
		}
	}
	.lang-change-box div:nth-child(1){
		padding-right: 20%;
		border-right: 1px solid #fff;
		color: #fff;
	}
	.lang-change-box div:nth-child(2){
		padding-left: 20%;
		color: #fff;
	}
		@media (max-width: 1500px) {
			.lang-change-box div:nth-child(1){
				padding-right: 10%;
			}
			.lang-change-box div:nth-child(2){
				padding-left: 10%;
			}
		}
	.lang-change-box div a:hover {
		color: #fff100;
		text-decoration: underline!important;
		transition: .2s;
	}
		@media (max-width: 1500px) {
			.base-change-box {
        		width: 200px;
			}
		}
		@media (max-width: 1000px) {
			.base-change-box,.lang-change-box,.header-link-pc-box {
				display: none;
			}
		}
	.lang-change-box a {
		display: block;
		color: #fff;
	}
	.body_color01 .header-link-pc-box li:hover,
	.body_color02 .header-link-pc-box li:hover {
		text-decoration: underline;
    	text-underline-offset: 7px;
    	color: #fff100;
    	transition: .2s;
	}
	.header-link-pc-box li {
		max-width: 230px;
	    width: 100%;
	}
		@media (max-width: 1300px) {
			.header-link-pc-box li {
				max-width: max-content;
			}
		}
	.header-link-pc-box li a{
		position: relative;
		padding: 1.25em 0;
		font-size: 1em;
		line-height: 1em;
		letter-spacing: -0.1px;
		font-weight: bold;
		text-align: center;
		transition: .2s;
	}
		@media (max-width: 1300px) {
			.header-link-pc-box li a{
				padding: 1.25em 1em;
			}
		}
		.header-link-pc-box li a:hover {
			color: #fff100;
			background-color: #000;
			text-decoration: underline;
			margin-left: -1px;
			transition: .2s;
		}
		.body_color01 .header-link-pc-box li a:hover {
			color: #fff100;
		}
	.header-link-pc-box li a::after {
		content: "";
		position: absolute;
	    right: 0;
	    height: 1em;
		border-right: 1px solid #000;
	}
		.header-link-pc-box li:nth-last-child(1) a::after{
			border-right: none;
		}
/*ハンバーガーメニュー*/
.hg-menu-btn {
  display: none;
}
@media (max-width: 1000px) {
  .hg-menu-btn {
    position: absolute;
    top: 27px;
  	right: 18px;
    z-index: 1;
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 30px; /* カスタマイズしてください */
    justify-content: center;
    width: 30px; /* カスタマイズしてください */
  }
}

.hg-menu-btn span {
  background-color: #fff; /* カスタマイズしてください */
  display: block;
  height: 2px; /* カスタマイズしてください */
  transition: 0.3s; /* カスタマイズしてください */
  width: 30px; /* カスタマイズしてください */
}
	.hg-menu-btn span:nth-child(2) {
		margin: 5px 0;
	}
@media (max-width: 1000px) {
  .hg-menu-btn.on span:nth-of-type(1) {
    transform: translate(2px, -1px) rotate(45deg); 
    transform-origin: 0%;
    background-color: #000;
  }
  .hg-menu-btn.on span:nth-of-type(2) {
    opacity: 0;
  }
  .hg-menu-btn.on span:nth-of-type(3) {
    transform: translate(2px, 6px) rotate(-45deg); 
    transform-origin: 0%; 
    background-color: #000;
  }
}
.hg-menu-outer {
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: .2s;
}
.hg-menu-outer.on {
    visibility: visible;
    opacity: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	transition: .2s;
}
.hg-menu-inner {
	max-width: 500px;
    width: 85%;
    margin: 0 auto;
    padding: 70px 0;
}
	.sp-base-change-box {
	    max-width: 120px;
	    flex-wrap: wrap;
	    justify-content: center;
	    text-align: center;
	}
	.sp-lang-change-box div:nth-child(1) {
		padding-right: 5px;
		border-right: 1px solid #000;
		line-height: 1em;
		color: #000;
	}
	.sp-lang-change-box div:nth-child(2) {
		padding-left: 6px;
		line-height: 1em;
		color: #000;
	}
.header-link-sp-box {
	margin-top: 30px;
}
	.header-link-sp-box li a{
		position: relative;
		display: block;
	    padding: 1em;
	    font-weight: bold;
    	font-size: 1.1em;
	    border-top: 1px solid #000;
	    color: #000;
	}
		.header-link-sp-box li:nth-last-child(1) {
			border-bottom: 1px solid #000;
		}
	.header-link-sp-box li a::after{
		position: absolute;
		content: "";
		width:0px;
	    height:0px;
	    border-top:solid 7px transparent;
	    border-bottom:solid 7px transparent;
	    border-left:solid 12px #000;
	    border-right:solid 7px transparent;
		top: 50%;
	    transform: translateY(-50%);
	    right: 15px;
	    transition: .2s;
	}
/*------------------------------------
			　フッター
--------------------------------------*/
footer {
  width: 100%;
  padding: 60px 0;
  background-color: #007fa7;
}
	@media (max-width: 520px) {
		footer {
			padding: 30px 0;
		}
	}
	.footer-inner {
		position: relative;
		max-width: 1200px;
		width: 84%;
		margin: 0 auto;
		text-align: center;
	}
		@media (max-width: 1600px) {
			.footer-inner {
				max-width: 960px;
			}
		}
		@media (max-width: 1300px) {
			.footer-inner {
				flex-direction: column;
			}
		}
		@media (max-width: 520px) {
			.footer-inner {
				width: 86%;
			}
		}
	.footer-logo {
		width: 34%;
		min-width: 163px;
	}
		@media (max-width: 1000px) {
			.footer-logo {
				max-width: 280px;
				width: 100%;
			}
		}
		.footer-logo img {
			height: 100%;
		}
		.footer-inner ul {
			flex-wrap: wrap;
			width: 61%;
			align-items: stretch;
		}
			@media (max-width: 1300px) {
				.footer-inner ul {
					width: 100%;
					margin-top: 30px;
				}
			}
			.footer-inner ul li {
				width: 47.82%;
			}
				.footer-inner ul li:nth-child(1),.footer-inner ul li:nth-child(2) {
					margin-bottom: 1.5rem;
				}
				@media (max-width: 520px) {
					.footer-inner ul li {
						width: 49.6%;
					}
					.footer-inner ul li:nth-child(1),.footer-inner ul li:nth-child(2) {
						margin-bottom: 5px;
					}
				}
			.footer-inner ul li a{
				font-size: 0.9em; /*18px*/
				font-weight: bold;
				line-height: 2.3rem;
				border: 1px solid #000;
				height: 100%;
				letter-spacing: -0.1px;
				padding: 0 5px;
				text-align: center;
				transition: .2s;
   			 	height: 60px;
			    width: 100%;
			    box-sizing: border-box;
			}
				@media (max-width: 1300px) {
					.footer-inner ul li a{
						line-height: 2rem;
					}
				}
				@media (max-width: 520px) {
					.footer-inner ul li a{
						font-size: 0.65em;
						line-height: 1.2rem;
						height: 45px;
	        		}
	        	}
			.body_color01 .footer-inner ul li a,.body_color02 .footer-inner ul li a{
				border: 1px solid #fff;
			}
			.f-br520 {
				display: none;
			}
				@media (max-width: 520px) {
					body.body_size02 .f-br520 {
						display: block;
					}
				}
			.body_color01 .footer-inner ul li a:hover {
				color: #000;
				background-color: #fff;
				transition: .2s;
			}
			.footer-inner ul li a:hover{
				color: #fff100;
				background-color: #000;
				transition: .2s;
			}
	.footer-add-box {
		text-align: center;
		color: #fff;
		margin: 50px 8%;
		font-weight: bold;
		line-height: 1.4em;
		letter-spacing: -0.1px;
	}
		@media (max-width: 520px) {
			.footer-add-box {
				font-size: 1em;
        		line-height: 1.5em;
			}
		}
	.footer-town-logo {
		max-width: 510px;
		width:84%;
		margin: 0 auto;
	}
		.footer-town-logo div{
			    max-width: 240px;
			    width: 95%;
		}
			.footer-town-logo div a img{
				    width: 100%;
			}

small {
	display: block;
	font-size: 0.8em;
	line-height: 1em;
	text-align: center;
	width: 100%;
	padding: 42px 1em;
}
	@media (max-width: 1000px) {
		small {
			padding: 25px 1em;
		}
	}
	@media (max-width: 520px) {
		small {
			padding: 20px 1em;
			font-size: 0.85em;
		}
	}
small br{
	display: none;
}
	@media (max-width:450px) {
		body.body_size02 small{
			line-height: 1.3em;
		}
		body.body_size02 small br{
			display: block;
		}
	}

.to-top-btn {
	opacity: 1;
	transition: .2s;
	position: fixed;
	right: -200px;
	bottom: 10%;
    width: 8%;
    min-width: 65px;
    z-index: 99;
}
.to-top-btn img{
    filter: drop-shadow(0px 0px 3px #888);
    width: 100%;
    height: 100%;
}
.ranba {
	position: absolute;
	top: 10%;
	left: -15%;
	width: 130px;
}
.ganba {
	position: absolute;
	top: 10%;
	right: -13%;
	width: 95px;
}
	@media (max-width: 1300px) {
		.ranba {
			top:0;
			left: 3%;
			width: 115px;
		}
		.ganba {
			top: 0;
			right: 3%;
			width: 80px;
		}
	}
	@media (max-width: 1000px) {
		.ranba,.ganba {
			top: -6%;
		}
	}
	@media (max-width: 768px) {
		.footer-chara-box {
			display: flex;
			justify-content: space-between;
			margin-top: 30px;
		}
		.ranba,.ganba {
			position: relative;
	        top: auto;
	        left: auto;
	        right: auto;
	        height: 100%;
		}
		.ranba {
			margin-right: 50px;
			width: 90px;
		}
		.ganba {
			width: 58px;
		}
	}



/*------------------------------------
			　button
--------------------------------------*/
.common-btn01 {
	text-align: center;
}
.common-btn01 a,.common-btn01 input{
	position: relative;
	font-size: 0.8em; /*16px*/
	letter-spacing: -0.1px;
	max-width: 200px;
	width: 90%;
	margin: 0 auto;
	padding: 7px 0px;
	color: #fff;
	background-color: #000;
	border: 1px solid #fff;
	transition: .2s;
}
	@media (max-width: 520px) {
		.common-btn01 a,.common-btn01 input{
		    max-width: 120px;
		    padding-right: 1em;
		}
	}
	.common-btn01 a:hover,.common-btn01 input:hover {
		color: #fff100;
		border: 1px solid #fff100;
		transition: .2s;
	}
	.common-btn01 a::after,.common-btn01 input::after{
		position: absolute;
		content: "";
		width:0px;
	    height:0px;
	    border-top:solid 7px transparent;
	    border-bottom:solid 7px transparent;
	    border-left:solid 12px #fff;
	    border-right:solid 7px transparent;
		top: 50%;
	    transform: translateY(-50%);
	    right: 15px;
	    transition: .2s;
	}
		.common-btn01 a:hover::after,.common-btn01 input:hover::after {
		    border-left:solid 12px #fff100;
		    right: 10px;
		    transition: .2s;
		    speak: none;
		}
	@media (max-width: 520px) {
		.common-btn01 a::after,.common-btn01 input::after{
			border-top:solid 5px transparent;
		    border-bottom:solid 5px transparent;
		    border-left:solid 7px #fff;
		    border-right:solid 5px transparent;
    		right: 8px;
		}
		.common-btn01 a:hover::after,.common-btn01 input:hover::after{
		    border-left:solid 7px #fff100;
		    right: 4px;
		    transition: .2s;
		}
	}
/*br*/
.br1600,.br1100,.br1000,.br900,.br768,.br520,.size02-br520 {
	display: none;
}
	@media (max-width: 1600px) {
		.br1600 {
			display: block;
		}
	}
	@media (max-width: 1100px) {
		.br1100 {
			display: block;
		}
	}
	@media (max-width: 1000px) {
		.br1000 {
			display: block;
		}
	}
	@media (max-width: 900px) {
		.br900 {
			display: block;
		}
	}
	@media (max-width: 768px) {
		.br768 {
			display: block;
		}
	}
	@media (max-width: 520px) {
		.br520 {
			display: block;
		}
		.body_size02 .size02-br520 {
			display: block;
		}
	}
.navi-sec {
}
	@media (max-width: 1000px) {
		.navi-sec {
			padding-top: 275px;
		}
	}
	@media (max-width: 520px) {
		.navi-sec {
			padding-top: 200px;
		}
	}
.breadcrumbs {
	display: flex;
    align-items: center;
    font-size: 0.8em;
    color: #252525;
    margin-left: 100px;
    height: 70px;
}
	@media (max-width: 1000px) {
		.breadcrumbs {
			height: 50px;
			margin-left: 40px;
		}
	}
	@media (max-width: 520px) {
		.breadcrumbs {
			height: 40px;
			margin: 0 20px;
		}
	}
	.breadcrumbs span{
		 margin: 0 4px;
	}
.current-item {
	color: #007fa7;
}
	.body_color01 .breadcrumbs span,.body_color01 .breadcrumbs {
		color: #fff;
	}
	.body_color02 .breadcrumbs span {
		color: #000;
	}
.breadcrumbs span a {
	text-wrap-mode: nowrap;
}
.m-bottom01 {
	margin-bottom: 1em;
}
.bread-ol {
	list-style-type: none;
	margin: 0;
}
	 .bread-page-title {
	 	color: #007fa7;
	 }
	 	.body_color01 .bread-ol li,.body_color01 .bread-ol li a{
	 		color: #fff;
	 	}
	 	.body_color02 .bread-ol li,.body_color02 .bread-ol li a{
	 		color: #000;
	 	}
	 .bead-first-li {
	 	 white-space: nowrap;
	 }


/*----------------------------------------------------
	各ページ　TOPの共通部分（トップページ以外）
----------------------------------------------------*/
/*↓説明文章がないページのみ*/
.common-top-title-sec-notext {
	padding: 80px 0;
}
	@media (max-width: 1000px) {
		.common-top-title-sec-notext {
			padding: 50px 0;
		}
	}
	@media (max-width: 520px) {
		.common-top-title-sec-notext {
			padding: 30px 0;
		}
	}
	.common-top-title-sec-notext h2{
		margin-bottom: 0;
		color: #fff100;
	}
		@media (max-width:1000px) {
			.common-top-title-sec-notext h2{
				font-size: 2em;
			}
		}
/*----------------------------------*/
.common-top-title-sec {
	background-size: cover!important;
	padding-top: 80px;
	height: 600px;
	width: 100%;
}
	@media (max-width: 1000px) {
		.common-top-title-sec {
			height: 450px;
		}
	}
	@media (max-width: 768px) {
		.common-top-title-sec {
			height: 400px;
		}
	}
	@media (max-width:520px) {
		.common-top-title-sec {
			padding-top: 50px;
		}
	}
	.common-top-title-sec h2{
		margin-bottom: 42px;
		color: #fff100;
	}
		@media (max-width:1000px) {
			.common-top-title-sec h2{
				font-size: 2em;
			}
		}
		@media (max-width: 520px) {
			.common-top-title-sec ul {
				    flex-wrap: wrap;
				    text-align: center;
				    max-width: 1200px;
			        width: 84%;
			        margin: 0 auto;
			}
			.common-top-title-sec ul li{
				    width: 100%;
				    margin-bottom: 20px;
			}
				.common-top-title-sec ul li:nth-last-child(1){
					margin-bottom: 0;
				}
		}
		.common-top-title-sec ul li:nth-child(1) a {
			position: relative;
			border-right: 1px solid #fff;
		}
			@media (max-width: 520px) {
				.common-top-title-sec ul li:nth-child(1) a {
					border-right: none;
				}
			}
		.common-top-title-sec ul li:nth-last-child(1) a {
			border-right: none;
		}
		.common-top-title-sec ul li a{
			color: #fff;
			font-size: 1.5em;
			padding: 0 75px;
		}
			@media (max-width: 1000px) {
				.common-top-title-sec ul li a{
					padding: 0 45px;
				}
			}
			@media (max-width: 768px) {
				.common-top-title-sec ul li a{
					padding: 0 25px;
					font-size: 1.25em;
				}
			}
			@media (max-width: 520px) {
				.common-top-title-sec ul li a{
					font-size: 1.7rem;
				}
			}
			.common-top-title-sec ul li a:hover{
				color: #fff;
			    text-decoration: underline!important;
			    text-underline-position: from-font;
			}
	.common-top-textbox {
		font-size: 1.1em;
		line-height: 2.4em;
		color: #fff;
		text-align: center;
		max-width: 1200px;
	    width: 84%;
	    margin: 0 auto;
	}
		@media (max-width: 520px) {
			.common-top-textbox {
				font-size: 0.8em;
    			line-height: 2em;
			}
		}

.wp-pagenavi {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1200px;
	width: 84%;
	margin: 100px auto 0;
	font-size: 1.3em;
}
	@media (max-width: 1000px) {
		.wp-pagenavi {
			margin: 80px auto 0;
		}
	}
	@media (max-width: 768px) {
		.wp-pagenavi {
			margin: 40px auto 0;
			font-size: 1.1em;
		}
	}
	.wp-pagenavi .pages {
		display: none;
	}
	.wp-pagenavi .current {
		color: #fff;
		background-color: #007fa7;
		border: 1px solid #007fa7;
		border-radius: 50%;
		margin: 0 10px;
		width: 50px;
		height: 50px;
		display: flex;
	    justify-content: center;
	    align-items: center;
	}
		.body_color01 .wp-pagenavi .current {
			color: #fff;
			border: 2px solid #fff;
			background-color: #000;
		}
	.wp-pagenavi .larger,.wp-pagenavi .smaller {
		color: #6f6f71;
		background-color: #fff;
		border: 2px solid #6f6f71;
		border-radius: 50%;
		width: 50px;
		height: 50px;
		display: flex;
	    justify-content: center;
	    align-items: center;
	    transition: .2s;
	    margin: 0 10px;
	    box-sizing: border-box;
	}
		.wp-pagenavi .larger:hover,.wp-pagenavi .smaller:hover {
			color: #000;
			background-color: rgb(0 154 199 / 48%);
			transition: .2s;
		}
		.body_color01 .wp-pagenavi .larger:hover,.body_color01 .wp-pagenavi .smaller:hover {
			color: #fff;
		}
	@media (max-width: 768px) {
		.wp-pagenavi .current,.wp-pagenavi .larger,.wp-pagenavi .smaller {
			width: 35px;
			height: 35px;
		}
	}
	@media (max-width: 520px) {
		.wp-pagenavi .current,.wp-pagenavi .larger,.wp-pagenavi .smaller {
			width: 30px;
			height: 30px;
			margin: 0 5px;
		}
	}
	.nextpostslink,.previouspostslink {
		color: #009ac7;
		margin: 0 10px;
		transition: .2s;
	}
		.body_color01 .nextpostslink,.body_color01 .previouspostslink {
			color: #fff;
		}
		.nextpostslink:hover,.previouspostslink:hover {
			transform: scale(1.3);
			transition: .2s;
		}
	.cs-text01 {
		
	}
	.cs-text02 {
		
	}
	.cs-common-btn01 {
		margin: 30px auto 0;
		padding-bottom: 100px;
	}
		@media (max-width: 1000px) {
			.cs-common-btn01 {
				padding-bottom: 80px;
			}
		}
		@media (max-width: 520px) {
			.cs-common-btn01 {
				padding-bottom: 40px;
			}
		}
	.previouspostslink,.nextpostslink {
		border: none!important;
	}

.common-top-title-c {
	position: absolute;
	right: 0.5em;
	bottom: 0.3em;
	color: #a0a0a0;
}

/*----------------------------------------------------
		Google検索機能（ページ内検索）
----------------------------------------------------*/
.hg-menu-inner #___gcse_1 {
	display: none;
}
#___gcse_0 {
	width: 67.1%;
	margin-left: 20px;
}
	@media (max-width: 1000px) {
		.count-day-box #___gcse_0 {
			 display: none;
		}
		.hg-menu-inner #___gcse_1 {
			display: block;
	        max-width: 350px;
	        width: 100%;
	        margin: 30px auto 0;
		}
	}
.gsc-control-cse {
    padding: 0!important;
    background-color: unset !important;
    border: none !important;
}
.gsc-input-box {
	padding: 0!important;
}
table.gsc-search-box td.gsc-input {
	padding: 0!important;
}
.gsc-search-button {
	margin-left: 0;
}
.gsc-results-wrapper-overlay {
	width: 90% !important;
    max-width: 1300px;
    height: 90% !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}
	@media (max-width: 1000px) {
		.gsc-results-wrapper-overlay {
			margin-top: 50px!important;
		}
	}
.gsc-search-button-v2 {
	padding: 0 15px!important;
    margin-top: 0!important;
    height: 37px;
}
	@media (max-width: 1600px) {
		.gsc-search-button-v2 {
			 height: 30px;
		}
	}
.gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
	font-weight: bold;
}
.gsc-webResult.gsc-result {
	padding: 20px 0!important;
    border-bottom: 1px solid #ccc!important;
}
	.gsc-webResult.gsc-result:hover {
		border:unset;
		background-color: #dedede;
	}
.gs-web-image-box {
	width: 150px;
}
.gs-web-image-box .gs-image {
	max-width: 150px !important;
	width: 100%!important;
    max-height: 100% !important;
    height: 100%!important;
}
.gsc-results-close-btn {
	background-image: url(../img/google-search-close.png)!important;
    background-position: center!important;
    background-size: 20px;
    height: 20px!important;
    width: 20px!important;
    z-index: 1;
}


