@charset "utf-8";
/*
Theme Name: wakaguri-midokoro temp
Theme URI: http://www.sugano.co.jp
Description: 若栗みどころガイド
Author: sgn
Version: 1.0 2018-02-24
*/

/* Typography
------------------------------------*/

body{
		font-family:'ヒラギノ丸ゴ Pro W4','ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro','HG丸ｺﾞｼｯｸM-PRO','HGMaruGothicMPRO','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ W3','游ゴシック体','YuGothic','メイリオ','Meiryo UI',Verdana,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size: 16px;
    line-height: 1.7;
		letter-spacing:0.05em;
    background-color:#fff;
		color: #604c3f;;
    text-align:center;
    word-break:break-all;
    word-wrap:break-word;
    -webkit-text-size-adjust: 100%;
    height:100%;
    top:0;
}

html.translated-ltr body{
	top:18px;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

/* link */
a:link      { color: #58b66f; text-decoration:none; }
a:visited   { color: #58b66f; text-decoration:none; }
a:hover     { color: #de9262; text-decoration:underline; }
a:active    { color: #de9262; text-decoration:underline; }



/* img */
img {
  vertical-align: bottom;
  max-width: 100%;
}


/* Basic Layout
------------------------------------*/

/* lisst */
dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p,pre,blockquote,address,table,fieldset,form { margin-bottom: 20px; }


/* Htag */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	line-height: 1.6;
	margin: 0 0 15px 0;
	}

h5,h6 { margin-bottom: 10px; }
h1 { font-size: 1.8em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 0.9em; }

strong {
	font-weight: normal;
}

/* pager archive page */
.wp-pagenavi {
  clear: both;
	margin:15px 0px 15px 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px !important;
    margin: 2px;
    background: #fff;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border: 1px solid #bfd971 !important;
}
.wp-pagenavi span.current {
    font-weight: bold;
    background: #bfd971;
    color: #fff;
}

/* pager single page */
.singlenav {
	margin-bottom: 110px !important;
	overflow: hidden;
}
.singlenavl {
/*	margin-right: 20px;*/
	float: left;
	display: inline-block;
	margin-left: 20px;
}
.singlenavr {
/*	margin-left: 20px;*/
	float: right;
	display: inline-block;
	margin-right: 20px;
}
.singlenav span a {
    font-size: 1em;
    position: relative;
    display: inline-block;
}
.singlenav span a:hover {
    text-decoration: none
}
.singlenav span a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    vertical-align: middle;
}

.singlenavl a {
	padding: 4px 0em 4px 1em;
}
.singlenavl a::before{
	left:0;
	top:0;
	bottom:0;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}

.singlenavr a {
	padding: 4px 1em 4px 0;
}
.singlenavr a::before{
	right: 6px;
	top:0;
	bottom:0;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}


/* teble */
table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
    background:#fff;
}
table th {
    padding: 15px 20px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f8f8f8;
    font-weight: normal;
}
table td {
    padding: 15px 20px;;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
	table {
		font-size: 0.85em;
  	 }
  	table th {
	  	padding: 10px 15px;
	}
	table td {
		padding: 10px 15px;;
	}
}
@media (max-width: 480px) {
	table {
		font-size: 0.7em;
  	 }
}


/* ----------------------------------------
  Basic style
  ---------------------------------------- */

.tright { text-align: right !important; }
.tleft { text-align: left !important; }
.fright { float: right !important; }
.fleft { float: left !important; }
.fnone { float: none !important; }

.hidden { display: none !important; }
.nothidden { display: block !important; }

.inline-block {
	float: none !important;
	display: inline-block !important;
}

.center { text-align: center !important; }
.divcenter {
	position: relative !important;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.nobg { background: none !important; }
.nobgcolor { background-color: transparent !important; }

.ls0 { letter-spacing: 0px !important; }
.ls1 { letter-spacing: 1px !important; }
.ls2 { letter-spacing: 2px !important; }
.ls3 { letter-spacing: 3px !important; }
.ls4 { letter-spacing: 4px !important; }
.ls5 { letter-spacing: 5px !important; }

.noheight { height: 0 !important; }
.nolineheight { line-height: 0 !important; }
.noborder {border-bottom: none !important;}
.no_r_border {border-right: none !important;}
.mb_none {margin-bottom: 0 !important;}


.input-block-level {
	display: block;
	width: 100% !important;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.magnific-max-width .mfp-content { max-width: 800px; }


/* --- image hover --- */
a img.rollover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
a:hover img.rollover {
	opacity:0.9;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-ms-filter: "alpha( opacity=90 )";
	opacity:0.9;
}
/* IE8 */
html>/**/body a:hover img.rollover {
    display /*\**/:inline-block\9;
    zoom /*\**/: 1\9;
}


/* ----------------------------------------
  Layout base
  ---------------------------------------- */
.wrapper {
	margin-top: 120px;
	margin-bottom: 50px;
}
.bass_warp {
	margin-bottom: 50px;
	padding: 30px 25px 40px;
	background: #fbf7ee;
	border-top: 4px solid #58b66f;
}
.bass_warp h1 {
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.wrapper {
	margin-top: 40px;
	}
}
@media (max-width: 480px) {
	.wrapper {
	margin-top: 10px;
	}
}


/* Navi
------------------------------------*/
#top_head {
	background-image: url('common/img/bg_top_wave_long.png');
	background-repeat: repeat-x;
	background-size: 100%;
	background-position: center -37px;
}
#top_head.fixed {
  top: 0;
  margin-top: 0;
  width: 100%;
  position: fixed;
  transition: top 0.9s ease-in;
  -webkit-transition: top 0.9s ease-in;
  -moz-transition: top 0.9s ease-in;
  z-index: 100;
  padding-top: 30px;
  padding-bottom: 5px;
	background-color: #fff;
	border-bottom: 1px solid #f0ecdd;
}
#top_head .container {
	padding-bottom: 1em;
}

/*--- ヘッダー logo---*/
.header_logo {
	margin-bottom: 5px;
	padding: 30px 0 0 15px;
}
.header_logo img {
	max-height: 2.5em;
}
.header_logo_kaso {
	margin-bottom: 150px;
}
.header_logo_kaso li {
	padding-left: 35px;
}
.header_top_sub_text {
	margin-bottom: 15px;
	padding: 15px 0 0 15px;
	font-size: 0.9em;
	color: #fff;
}


@media (max-width: 1200px)  {
	#top_head {
		background-position: center -30px;
	}
	.header_logo {
		padding: 20px 0 0 15px;
	}
	.header_logo_kaso li {
		padding-left: 5px;
	}
}
@media (max-width: 991px) {
	#top_head {
		background-size: 100%;
		background-position: center -20px;
	}
	#top_head.fixed {
	  padding-top: 20px;
	}
}
@media (max-width: 767px) {
	#top_head {
		background-position: center -5px;
		padding-bottom: 0 !important;
	}
	.header_logo {
		padding: 20px 0 0 15px;
	}
	.header_logo img {
		max-height: 1.8em;
	}
}

@media (max-width: 480px) {
	.header_logo {
		padding: 0 0 0 15px;
	}
	.header_logo img {
		max-height: 1.8em;
	}
}




/*--- メイン　ナビゲーション---*/
.navbar {
  border: none;
  margin-bottom: 0;
  min-height: 50px;
  position: static;
  padding-bottom: 1px;
	padding-top: 0;
}
.navbar-nav {
	float: right;
}
ul.navbar-nav {
	margin-top: 20px;
	text-align: right;
}
.navbar-nav li {
	font-size: 1em;
}
.navbar-nav li a {
	padding: 5px 8px;
}

.header_nav_wrap {
	margin-top: 10px;
}


@media (max-width: 767px) {
	#top_head .container {
		z-index: 999;
	}
	#top_head .container {
		position: relative;
		height: 50px;
		width: 100%;
		padding: 0;
		margin: 0;
		z-index: 100;
	}
	.navbar .container {
    padding-left: 15px;
    padding-right: 15px;
	}
	.navbar-header div {
		padding-top: 0;
	}
	.navbar-default .navbar-toggle {
/* 		margin-top: 12px; */
		border: none;
	}
	.navbar-toggle {
		position: absolute;
		right: 30px;
		top: 15px;
/*
		width: 30px;
		height: 30px;
*/
		margin: 5px 0 0;
		padding: 10px 10px 5px 10px;
		border-radius: 10;
		background: #58b66f;
	}
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background: #58b66f;
	}
	.navbar-default .navbar-toggle .icon-bar {
		width: 30px;
		height: 4px;
		margin-bottom: 6px;
		background: #fff;
	}
	#navbar {
		width: 100%;
		position: absolute;
		top: 75px;
		left: 0;
		padding: 0;
		margin: 0;
		background: #cae5cd;
		z-index: -1;
	}
	ul.navbar-nav {
		width: 100%;
		padding-left:0 !important;
		padding-right: 0 !important;
		margin-right: 0 !important;
		margin-top: 0;
		margin-bottom: 0;
	}
	.navbar-nav li {
		/*display: block !important;*/
		float: none;
		padding: 0;
		text-align: center;
		border-bottom: 1px solid #fff;
	}
	.navbar-nav li a {
		padding: 10px 0;
		text-decoration: none;
		margin: 0 !important;
		display: block;
		color: #604c3f !important;
	}
	.navbar-info {
		margin-top: 0;
		margin-bottom: 5px;
	}
}
@media (max-width: 480px) {
	#navbar {
	top: 55px;
	}
	.navbar-header img {
		max-width: none;
	}
	.navbar-header h1 a {
		margin-left: 10px;
	}
	.navbar-toggle {
		position: absolute;
		right: 30px;
		top: 0;
	}
}


/* ----------------------------------------
  topページのナビ top_nav
  ---------------------------------------- */
.top_nav {
	overflow: hidden;
	margin-bottom: 30px;
}
.top_nav li {
	float: left;
}


/* ----------------------------------------
  global style
  ---------------------------------------- */
.att01 { font-weight: bold;}
.egfont01 {
	font-family: 'BenchNine', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ W3','メイリオ',Arial,Verdana,Osaka,MS P Gothic,sans-serif;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: 700;
}
.egfont02 {
	font-family: 'Lora','游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS 明朝','MS PMincho',serif;
	font-weight: 400;
}
.plximg {
	height:100%;
	background-attachment: fixed;
	background-position: 50%;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}

.top_back01 {
	background-image:url('common/img/top/top_back01.jpg');
	padding:150px 0;
}
.top_back02 {
	background-image:url('common/img/top/top_back02.jpg');
	padding:150px 0;
}

@media (max-width: 768px) {
	.plximg {
		background-attachment: scroll;
		background-position: center center;
		background-size:130%;
	}
}
@media (max-width: 480px) {
	.top_back01,
	.top_back02 {
		padding:100px 0;
	}
}
*/


/* ----------------------------------------
  morebtn
  ---------------------------------------- */
.morebtn {
	padding-bottom: 10px;
}

.morebtn a {
	display: inline-block;
	padding: 0.5em 10em 0.5em;
	color: #58b66f;
	font-size: 0.9em;
	background: #fff;
	border: 2px solid #58b66f;
	text-decoration: none;
}
.morebtn a:hover {
	color: #fff;
	background: #58b66f;
}
.morebtn a:hover {
	color: #fff;
}


/* ----------------------------------------
  Web icon
  ---------------------------------------- */
.far,
.fas {
	padding-right: 8px;
	vertical-align: middle;
	font-size: 1.5em;
}


/* ----------------------------------------
  font size
  ---------------------------------------- */
.font_w { font-weight: bold;}
.font_wn { font-weight: normal !important;}

.font_sm1 { font-size: 0.938em; }
.font_sm2 { font-size: 0.875em; }
.font_sm3 { font-size: 0.813em; }
.font_sm4 {	font-size: 0.750em; }

@media (min-width: 768px) {
	.sm_view {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.sm_col6 .col {
		width: 49%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.sm_col3 .col img {
		width: 100%;
	}
	.sm_none {
		display: none;
	}
	.sm_view {
		display: block;
	}
}

/* ----------------------------------------
  list global
  ---------------------------------------- */

.clm4list,
.clm3list {
	width: 100%;
	display:-webkit-box;/*Android*/
	display:-ms-flexbox;/*IE10*/
	display:-webkit-flex;/*safari*/
	display:-moz-box;
	display:box;
	display:flex;

	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;

	-webkit-box-direction:row;/*Android*/
    -webkit-flex-direction:row;/*safari*/
	flex-direction:row; /*表示方向:文字が入力されたときに向かう方向へ並ぶ*/

	-webkit-box-lines:multiple;
	-ms-flex-wrap:wrap;/*IE10*/
	-moz-flex-wrap:wrap;/*Firefox*/
	-webkit-flex-wrap:wrap;/*Google Chrome Safari*/
	flex-wrap:wrap; /*flexコンテナに入りきらないflexアイテムを、一行で表示するか折り返して複数行にするか*/

	-moz-box-pack:start;/*Firefox*/
	-ms-box-pack:start;/*IE10*/
	-webkit-box-pack:start;/*Google Chrome Safari*/
	box-pack:start; /*ボックス内の子要素の横方向の配置を指定する*/

	-webkit-box-pack:start;
	-ms-flex-pack:start;
	-webkit-justify-content:flex-start;/*Google Chrome Safari*/
	justify-content:flex-start;
	flex-pack:start;
}
.clm4list_article {
	width: 25%;
	margin-bottom: 30px;
	flex-wrap:wrap;
}
.clm4list_article figure {
	padding:0 15px 10px ;
}
.clm4list_article a {
	text-decoration: none;
}
@media (max-width: 767px) {
	.clm4list_article {
		width: 50%;
	}
}

.clm4list li {
	width: 25%;
	float: left;
	margin-bottom: 30px;
	flex-flow: wrap;
}
.clm3list li {
	width: 33.33333333%;
	float: left;
	margin-bottom: 30px;
	flex-flow: wrap;
}

.flexnone {
	display:block !important;
}

@media (max-width: 767px) {
	.container.sm_pd20 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}


/* ----------------------------------------
   footer
  ---------------------------------------- */
footer.global {
	color: #fff;
	background: #58b66f;
}
footer.global a {
	color: #fff;
}
.footer_wrap {
	padding: 40px 0;
	overflow: hidden;
}
.footer_nav {
	padding-right: 15px;
	border-right: 1px solid #fff;
}
.footer_nav li a {
	line-height: 2.3;
	color: #fff;
}
/*
.footer_info {
	float: right;
}
*/
.footer_info h3 {
	margin-bottom: 2px;
	font-size: 1.1em;
}
.footer_info address {
	margin-bottom: 5px;
}
.footer_info address span {
	font-size: 1.7em;
	color: #fff;
}
.info_btn {
	margin-bottom: 20px;
}
footer.global .info_btn a {
	padding: 0.5em 4.5em 0.5em;
	color: #58b66f;
}
footer.global .info_btn a:hover {
	color: #de9262;
	background: #fff;
}
footer.global .footer_info .copyright {
	font-size: 0.8em;
}

@media (max-width: 1200px) {
	footer.global .footer_info address span {
		font-size: 1.4em;
	}
	footer.global .info_btn a {
		padding: 0.5em 3em 0.5em;
	}
}
@media (max-width: 767px) {
	.footer_nav {
		border-right: none;
	}
	footer.global .footer_info {
		float: none;
		margin-top: 50px;
	}
	footer.global .info_btn a {
		font-size: 1.2em;
		padding: 0.5em 2.5em 0.5em;
	}
	footer.global .footer_info address span {
		font-size: 1.7em;
	}
}

@media (max-width: 480px) {
	.info_btn a {
		font-size: 1em;
		padding: 0.5em 3.5em 0.5em;
	}
}

/*   footer nav arrow  */
.arrow li {
	position: relative;
	padding: 0 0 0 16px;
	vertical-align: middle;
	text-decoration: none;
}
.arrow li::before,
.arrow li::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.footer_arrow li::before {
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #604c3f;
}


/* ----------------------------------------
  mainvisual
  ---------------------------------------- */
.mainvl {width: 100%;animation: fadeIn 3s ease 0s 1 normal;-webkit-animation: fadeIn 3s ease 0s 1 normal;}
@keyframes fadeIn {0% {opacity: 0}100% {opacity: 1}}
@-webkit-keyframes fadeIn {0% {opacity: 0}100% {opacity: 1}}


.mainvl {
	position: relative;
	margin-bottom: 20px;
	overflow-x: hidden;
}
.mainlogo {
	position: absolute;
	left: 10%;
	top:0;
	z-index: 100;
}
.mainvl p {
	position: absolute;
	left: 50%;
	margin-left: -25%;
	display: block;
	bottom: 80px;
	z-index: 100;
	width: 50%;
	line-height: 1.7;
	font-size: 1.1em;
	color: #fff;
/* 	text-shadow: 2px 2px 5px rgba(255,255,255,0.9);  白影*/
	text-shadow: 2px 2px 5px rgba(0,0,0,0.9);
	text-align: left;
}
.mainvl_bottom {
	position: absolute;
	left: 0;
	display: block;
	background: url(common/img/bg_top_wavew_white.png) repeat-y center top;
	background-size: cover;
	bottom: 0;
	z-index: 20;
	height: 40px;
	width: 100%;
}

/**
 * swiper.js
 */
 .mainvisual-inner {
  position: relative !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1180px !important;
}
.swiper-container, .swiper-slide {
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
  z-index: 1 !important;
}
.swiper-slide img {
	width: 100%;
}
.swiper-button-prev,
.swiper-button-next {
  fill: #fff;
  stroke: none;
  stroke-width: 0;
  z-index: 10000;
  width: 20px;
  margin-top: -18px;
  background-image: none;
}

.swiper-pagination {
	z-index: 100 !important;
	bottom: 50px !important;
}
.swiper-pagination-bullet {
	background: #fff !important;
	opacity: 10 !important;
}
.swiper-pagination-bullet-active {
	background: #42ad49 !important;
}

@media (max-width: 767px) {
	.mainvl {
		margin-top: 60px;
	}
	.mainvl p,.mainvl_bottom  {
		display: none;
	}
	.swiper-pagination {
		bottom: 10px !important;
	}
}

/**
 * 最大幅の指定と中央寄せ
 */


@media (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 27px;
    margin-top: -22px;
  }
}




/* ----------------------------------------
  若栗の名前の由来 origin
  ---------------------------------------- */
.origin p {
	line-height: 1.8em;
}
.origin span {
	font-size: 0.7em;
}
.origin figure {
	padding: 0 0 5px 5px;
}

@media (max-width: 767px) {
	.origin figure {
		max-width: 40%;
	}
}


/* ----------------------------------------
  おすすめコース course
  ---------------------------------------- */
.course ul li {
	margin-bottom: 15px;
	padding: 15px 30px 18px 100px;
	background-color: #fff;
	line-height: 1.8;
}
.course_no1 { background: url('common/img/top/course_01.png') no-repeat; }
.course_no2 { background: url('common/img/top/course_02.png') no-repeat; }
.course_no3 {	background: url('common/img/top/course_03.png') no-repeat; }

@media (max-width: 991px) {
	.course ul li {
		padding: 15px 20px 50px 85px;
	}
}


/* ----------------------------------------
  若栗みどころマップ pamphlet_dl
  ---------------------------------------- */
.pamp_dl_img {
	margin-bottom: 30px;
}
.pamp_dl_img img {
	border: 2px solid #666;
}
.pamp_dl_btn {
	font-size: 0.9em;
}
.pamp_dl_btn a {
	padding: 0.5em 4em 0.5em;
}

@media (max-width: 480px) {
	.pamp_dl_btn a {
		padding: 0.5em 1em 0.5em;
	}
}


/* ----------------------------------------
  若栗へのアクセス acces
  ---------------------------------------- */
.access_wrap {
	margin-bottom: 50px;
	padding: 15px 25px 40px;
	border: 4px solid #604c3f;
	overflow: hidden;
}
.access h1 {
	margin-bottom: 15px;
	text-align: left;
}
.access h2 {
	margin: 0 15px 35px;
	padding: 0 15px;
	border-top: 2px solid #604c3f;
	border-bottom: 2px solid #604c3f;
}
.access_map img {
	padding: 5px;
}
.access_gmap {
	margin-bottom: 0;
}
.access_gmap a {
	margin-top: 10px;
	padding: 0.5em 3em;
	font-size: 0.9em;
}

@media (max-width: 991px) {
	.access_wrap {
		padding: 15px 20px;
	}
	.access h1 {
		margin-bottom: 20px;
		padding: 5px 20px;
		text-align: center;
	}
	.access h2 {
		margin: 15px 15px;
	}
	.access_map {
		float: none;
	}
}


/* ----------------------------------------
  リンク link_area
  ---------------------------------------- */
.link_wrap {
	margin-bottom: 100px;
	padding: 20px 15px 15px;
	background: #e3f1e4;
}
.link_list {
	margin-top: 10px;
}

@media (max-width: 1200px) {
	.link_list {
		margin-top: 18px;
	}
}
@media (max-width: 991px) {
	.link_wrap {
		padding: 15px 15px;
	}
	.link_list {
		margin-top: 0;
	}
	.link_list li {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media (max-width: 767px) {
	.link_list li {
		margin-bottom: 15px;
	}
}



/* ----------------------------------------
  トピックス　TOP Topics
  ---------------------------------------- */
.topics_wrap {
	margin-bottom: 30px;
}
.topics_wrap article {
	margin-bottom: 35px;
}
.topics_wrap article a {
	text-decoration: none;
}
.topics_title_bar {
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding: 5px 0 5px 15px;
	background: #cae5cd;
}
.topics_date {
	float: left;
  margin-top: 0.3em;
	margin-right: 8px;
	padding-bottom: 8px;
	font-size: 0.9em;
}
h1.top-entry-title {
	margin-bottom: 0;
	font-size: 1.2em;
	color: #604c3f;
}
.top-entry-content {
	margin-bottom: 0;
	line-height: 1.8;
	color: #604c3f;
}

@media (max-width: 991px) {
	.top_blog_date {
		float: none;
		}
	.top-entry-content {
		margin-left: 0;
		}
}
@media (max-width: 480px) {
	.topics_btn a {
		padding: 0.5em 3em 0.5em;
	}
}


/* ----------------------------------------
  page global
  ---------------------------------------- */
.page_tt {
	margin-top: 100px;
	margin-bottom: 50px;
}
.page_tt h2 {
	position: relative;
	padding: 0 0 0 3.5em;
	background: #58b66f;
	height: 3em;
	line-height: 3em;
	color: #fff;
}
.page_tt h2:before {
	content: "";
	top: 0;
	left: 0;
	border-bottom: 3em solid transparent;
	border-left: 3em solid #604c3f; /* ラベルの色 */
	position: absolute;
	z-index: 10;
}
.page_tt h2:after {
	display: block;
	top: 5px;
	transform: rotate(-45deg);
	left: 0;
	position: absolute;
	z-index: 20;
}

a.page_btn {
	display: block;
	border-radius: 10px;
    -webkit-border-radius: 10px;Safari,Google Chrome */
   -moz-border-radius: 10px;    Firefox
    border: 5px solid #fff7f3;
    color: #545454;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 2em;
    margin-bottom: 10px;
    position: relative;
    vertical-align: middle;
    font-size: 1.1em;
   background: #ffbfb5;
    background: linear-gradient(#ffdfda 0%, #ffbfb5 100%);
}
a.page_btn::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left:1em;
	margin: auto;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 0.4em;
	height: 0.4em;
	border: 0.4em solid transparent;
	border-left: 0.4em solid #fff;
}
a.page_btn:hover {
    background: #ffd1b2;
    background: linear-gradient(#ffe5d3 0%, #ffd1b2 100%);
}

.ollist_number {
	margin-bottom: 20px;
}
.ollist_number li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 1.8em;
}



/* ----------------------------------------
  若栗のみどころ　下層ページ
  ---------------------------------------- */
.pg-article {
	margin-bottom: 3em;
	padding-bottom: 15px;
}
.pg-article h1 {
	margin-bottom: 15px;
	font-size: 2em;
	color: #604c3f;
	border-bottom: 1px dotted #604c3f;
}
.pg-article h1 span {
	padding-left: 0.6em;
	font-size: 0.5em;
	color: #58b66f;
}
.link_text a {
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 1px solid #58b66f;
}
.link_text a:hover {
	border-bottom: 1px solid #de9262;
}
.pg-article figure {
	margin-bottom: 20px;
}
.pg-article figure img {
	margin-bottom: 30px;
	border-radius: 10px;
}

.kaisetu .mov {
	width: 100%;
}
.kaisetu .mov video {
	width: 100%;
	max-width: 600px;
}

@media (max-width: 767px) {
	.pg-article h1 span {
		font-size: 0.6em;
	}
}

@media (max-width: 480px) {
	.pg-article h1 {
		font-size: 1.5em;
	}
	.pg-article h1 span {
		display: block;
		padding: 0 0 15px 0;
		font-size: 0.7em;
	}
}

/* ----------------------------------------
  tagengo syououkaku
  ---------------------------------------- */
.tagengo_tt h2 {
	font-size: 25px;
	border-bottom: 2px solid #604C3F;
	color: #604C3F;
	font-weight: bold;
	padding: 50px 0 10px;
	margin: 0 0 40px;
}
.tagengo_main div {margin-bottom: 35px;}



/* ----------------------------------------
  サイトポリシー
  ---------------------------------------- */
.policy_wrap {
	 padding-left: 30px;
 }
.policy-tt {
	margin-bottom: 25px;
	font-size: 1.5em;
	color: #58b66f;
}
.houshin {
	margin-bottom: 60px;
	padding-left: 15px;
	padding-right: 15px;
}
.houshin h2 {
	border-bottom: 1px dotted #604c3f;
	font-size: 1.2em;
}
.policy_add {
	margin: 50px 0 100px;
}
.policy_add h2 {
	margin-bottom: 8px;
}
.policy_add span {
	font-size: 0.9em;
}

@media (max-width: 480px) {
	.policy_wrap {
		 padding-left: 10px;
	 }
}


/* ----------------------------------------
  blog global
  ---------------------------------------- */

.blog_title {
	font-size: 0.8em;
	margin-bottom: 15px;
}
.blog_title h2 {
	background: none !important;
	border-bottom: 1px dashed #58b66f;
	padding-bottom: 10px;
	padding-left: 0 !important;
	color: #58b66f;
	font-size: 1.5em !important;
	font-weight: normal !important;
}
.blog_title time {
	padding-left: 3px;
}
.blog_title h2 a {
	text-decoration: none;
}
.blog_title h2 a:hover {
	padding-bottom: 3px;
	border-bottom: 1px solid #de9262;
}

.blogmain article {
	padding-bottom: 70px;
}
.blogmain article {
}

#co_subblog {
	margin-bottom: 80px;
	padding-top: 0;
}
/*
.co_subblog_ct {
	margin-top: 27px;
}
*/
#co_subblog ul li {
	font-size: 0.9em;
	margin-bottom: 30px;
}
#co_subblog ul li h2 {
	font-size: 1.1em;
	border-bottom: solid 1px #585858;
	padding-bottom: 10px;
}
#co_subblog ul {
	margin-bottom: 50px;
}
#co_subblog ul li ul li {
	margin-bottom: 5px;
	font-size: 0.9em;
}
@media (max-width: 767px) {
	#co_subblog {
		margin-top: 80px;
	}
}
@media (max-width: 480px) {
	#co_subblog {
		margin-top: 50px;
	}
}


/* blog style
-------------------------------*/
.blog_body a {
	display: block;
	margin-top: 30px;
}
.blog_body img {
	max-width: 90%;
	max-height: 90%;
/* 	height: auto; */
}
.blog_more {
	margin-top: 15px;
}
.blog_more a {
	text-decoration: none;
}
.blog_more a:hover {
	padding-bottom: 3px;
	border-bottom: 1px solid #de9262;
}

@media (max-width: 480px) {
	.blog_body img {
		max-width: 100%;
		max-height: 100%;
	}
}



.blog_body h3 {
	font-weight: bold;
	padding-top: 20px;
	font-size: 1.2em;
}
.blog_body h4 {
	font-weight: bold;
	padding-top: 20px;
	font-size: 1.1em;
}

.blog_body ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 20px;
}
.blog_body ul li {
	position: relative;
	padding: 0 0 8px 1.2em;
	vertical-align: middle;
}
.blog_body ul li::before {
	position: absolute;
	top: .5em;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 0.35em;
	box-sizing: border-box;
	width: 0.35em;
	height: 0.35em;
	border: 0.35em solid transparent;
	border-left: 0.35em solid #76CA68;
}
.blog_body strong {
	font-weight: bold;
}

.blog_body hr {
	border-style: dashed;
	border-color: #999;
}

.nopage {
	margin-top: 250px;
	margin-bottom: 100px;
}
.blogmain h1 {
	margin-bottom: 50px;
}


/* page top
-------------------------------*/
.pagetop {
	text-align: right;
	height: 40px;
}
.pagetopbtn a {
	display: inline-block;
	position: relative;
  right: 50px;
	height: 40px;
  padding: 5px 15px;
  text-align: center;
	background: #58b66f;
	color: #fff;
}
.pagetopbtn a:hover {
	text-decoration: none;
}



/* contact
-------------------------------*/
.contact_warp {
	padding-left: 30px;
}
.contact_index  {
	margin-bottom: 60px;
}
.contact_index h1 {
	color: #604c3f;
}
.contact_tel {
	margin-bottom: 5px;
	color: #58b66f;
	font-size: 1.7em;
}
.contact_index span {
	padding-left: 15px;
}
.contact_index form {
	margin-top: 50px;
}
.contactform {
	margin-bottom: 50px;
}
.contactform dt {
	padding-left: 150px;
}

.mfp_colored {
	background: #fbf7ee;
}

ul#mfp_phase_stat {
	display: none;
}
#contactform {
	margin-bottom: 150px !important;
	padding-bottom: 30px;
	border-bottom: 1px dashed #585858;
}
.contactform dt,
.contactform dd {
	font-size: 1.1em !important;
	padding-bottom:40px !important;
 	background: #fff !important;
/*  	border: none !important;  */

}
form#mailformpro dl dt {
	padding: 15px 0 15px !important;
}
form#mailformpro dl dd {
	padding: 15px 0 15px !important;
}

.contactform dt {
  float: left;
  width: 20em !important;
  clear: both;
  font-size: 1.1em;
  padding-bottom: 10px;
  margin: 0px;
}
.contactform dd {
  padding-left:  21em !important;
}
.contactform input,
.contactform textarea {
   box-shadow: none !important;
   border-radius: 0px !important;
}
.mfp {
	text-align: left !important;
}
dd.mfp textarea {
	width: 70% !important;
}
.must {
    background-color: #58b66f !important;
    background-image: none !important;
    border: none !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 0.7em !important;
    margin:0 10px 0 0 !important;
    padding: 5px 10px !important;
    text-shadow: none !important;
    -moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
}

.mfp_element_submit, .mfp_element_reset, .mfp_element_button {
    background: #ccc !important;
    border: 1px solid #fff !important;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px !important;
    outline: medium none;
    padding: 10px 15px;
    text-shadow: none !important;
}
.mfp_element_reset,#mfp_button_cancel {
    color: #333;
    border-radius: 0 !important;
    border: none !important;
}
.mfp_element_submit,#mfp_button_send {
	color: #fff;
    background: #58b66f !important;
    border-radius: 0 !important;
    border: none !important;
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover {
    background: #cae5cd !important;
    box-shadow: none !important;
    border: none !important;
}
.mfp_element_submit:hover,#mfp_button_send:hover {
		color: #604c3f;
    background: #cae5cd  !important;
    box-shadow: 0 0 0 #fff !important;
}

.grid {
    width: 100%;
    max-width: 1140px;
    min-width: 755px;
    margin: 0 auto;
    overflow: hidden;
}
.grid-pad {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 0px;
}

.mfp_err {
	background-image: none !important;
    color: #f00;
    margin: 0 0 0;
    padding: 0;
    clear: none !important;
}
table#mfp_confirm_table,
table#mfp_confirm_table tr,
table#mfp_confirm_table th,
table#mfp_confirm_table td {
    background:none !important;
}
#mfp_phase_confirm_inner h4 {
	font-size: 1em !important;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.contactform dt {
		width: 100% !important;
		padding-bottom:5px !important;
	}
	.contactform dd {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	dd.mfp textarea,
	dd.mfp input {
		width: 90% !important;
	}
	.contactform dd.contactform_co2 input  {
		width: 45% !important;
	}
	form#mailformpro dl dt {
	padding: 15px 0 0 !important;
	}
}

@media (max-width: 480px) {
	.contact_warp {
		padding-left: 0;
	}
	.contact_index h1 {
		font-size: 1.3em;
	}
	.contact_tel {
		font-size: 1.3em;
	}
}

.policy_check {
	margin-bottom: 25px;
	padding: 10px 20px;
	background: #f0ecdd;
}
.policy_check h4 {
	margin-bottom: 5px;
	font-size: 0.9em;
}
.policy_check p {
	font-size: 0.9em;
}

/* contact thanks
-------------------------------*/
.tanks_mail {
	padding-left: 20px;
}
.tanks_mail section {
	margin-top: 50px;
}
.tanks_mail h2 {
	margin-bottom: 0px;
	padding-bottom: 5px;
	font-size: 1em;
}
.tanks_mail address {
	font-size: 0.9em;
}