@import url("/img/toretsuna/grid-system.css");
@import url("/img/toretsuna/scroll-hint.css");
@import url("/img/toretsuna/reset.css");




/*** 全ページ共通ここから ***/
/*-* 全サイズここから *-*/
html {
	font-size: 110%;
}
body {
	font-size: 90%;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
img {
	max-width: 100% !important;
	height: auto !important;
}
div {
	box-sizing: border-box;
}
.hide {
	display: none;
	text-indent: -9999px;
	height: 0;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}

.grid_system_flex {
	display: flex;
	flex-wrap: wrap;
}
.grid_system_flex > div {
	*width: 100%;
}

body a {
	color: #212121;
}
body a:hover {
	color: #CC0000;
}


/*** フッターここから ***/
.footer_area_outer {
	padding:1.5% 0 0;
	width:100%;
	background-image:url(/img/toretsuna//footer_back_image.png);
}

.footer_info {
	display:flex;
	justify-content: center;
	*align-items: center;
	gap:3em;
	margin:1% 0 3% 0;
}
.footer_address {
	font-size: 1.125em;
	font-weight: 700;
}
.footer_address_list li {
	line-height: 1.5;
}
.footer_address_list li:first-child {
	margin: 0 0 1em;
}

@media all and (max-width:767px) { 
	.footer_info  {
		margin:3% 5% 5%;
		flex-flow: column;
		gap:1em;
	}
}

@media all and (max-width:540px) { 
	.footer_info  {
		margin:6% 5% 8%;
	}
}

.footer_address_list {
	list-style-type:none;
}

.contact {
	margin-top:1.5%;
}

@media all and (max-width:414px) {
	.contact {
		text-align: center;
		margin-top:2%;
	}
}

.contact button {
	background:none;
	border:none;
	*margin-top:1em;
	margin: 1em 0 0;
	padding: 0;
}

.contact button a {
	position:relative;
	padding:0.7em 1.5em 0.7em 2.8em;
	background-color:#375b2e;
	border-radius:0.3em;
	color:#fff;
	text-decoration: none;
}

.contact button a:hover {
	color:#375b2e;
	background-color:#fff;
	border:solid 2px #375b2e;
	font-weight:bold;
}

.contact button a:before {
	content:'';
	display:inline-block;
	background-image:url(/img/toretsuna//mail.png);
	background-repeat: no-repeat;
	background-size:contain;
	position:absolute;
	top:0.7em;
	left:1em;
	width:17px;
	height:14px;
}

.contact button a:hover::before {
	background-image:url(/img/toretsuna//mail_green.png);
}

/*トップに戻るボタン*/
#page-top{
	position:fixed;
	right:16px;
	bottom:40px;
	z-index:998;
}

#page-top a{
	width:80%;
	display:block;
	cursor:pointer;
}

#page-top a:hover{
	opacity:0.8;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

@media all and (max-width:540px) {
	#page-top{
		position:fixed;
		right:-10px;
	}

	#page-top a {
		width:70%;
	}
}
/** トップへ戻るボタンここまで **/

/*コピーライトここから*/
.copyright_area {
	background-color:#375b2e;
	padding:0.4em 0 0.2em;
}
.copyright_area p {
	color:#fff;
	text-align: center;
	font-size: 0.875em;
	margin:0;
}
/*コピーライトここまで*/

.footer_site_title p {
	text-align: center;
	font-weight: 700;
}
/** フッターここまで **/
/*-* 全サイズここまで *-*/










/*-* 1599以下768以上ここから *-*/
@media all and (max-width:1599px) and (min-width:768px) {
	.menu_wrap {
		margin: 1em 0 0.5em !important;
	}
	.menu_wrap ul li a {
		margin: 0.2em 0 0 !important;
		padding: 0.6em 0 !important;
		font-size: 1.15em !important;
		text-align: center;
	}
	.menu_wrap ul li a::before {
		position: static !important;
		margin: 0 auto 0.5em !important;
	}
}
/*-* 1599以下768以上ここまで *-*/



/*-* 1200以上ここから *-*/
@media all and (min-width:1200px){
	/* タブレットメニューここから */
	.tb_logo, .tb_menu_area, .tb_menu_wrap {
		display: none;
	}
	.pc_menu_wrap {
		justify-content: end;
	}
	/* タブレットメニューここまで */
}
/*-* 1200以上ここまで *-*/


/*-* 1199以下ここから *-*/
@media all and (max-width:1199px){
	.col-md-10.home_header_right {
		width: 100%;
	}
	.home_header_left, .pc_menu_wrap .tb_logo, .tb_menu_area {
		display: none;
	}
	.tb_menu_area_inner.menu_wrap ul {
		display: flex;
	}
	
	
	
	


	/*ナビゲーションのCSS*/
	.nav_list {
		display:flex;
		justify-content: flex-end;
		margin-top:1em;
		width:100%;
	}

	.nav_list .sp {
		display: none !important;
	}


	.nav_list_item {
		list-style-type:none;
	}

	.nav_list_item a {
		padding:0.5em 3em 0.5em 4.5em;
		text-decoration: none;
		color:#336633;
		font-weight:bold;
		white-space: nowrap;
		border-right:dashed 2px #375b2e;
		transition: all 0.53;
		line-height: 1.5;
	}

	.nav_list_item a:hover {
		opacity: 0.7;
	}

	@media all and (max-width:1280px) {
		.nav_list_item a {
			padding:0.3em 1.2em 0.3em 2.8em;
			font-size:90%;
		}
	}

	@media all and (max-width:767px) {
		.nav_list_item a {
			position:relative;
			display:block;
			position:relative;
			border-right:none;
			color:#fff;
			padding:1.2em 1em 1.2em 4em;
			background-image: url("/img/toretsuna/nav_list_sp.png");
			background-repeat: no-repeat;
			background-size: 100% 100%;
			font-size:1.2rem;
		}

		.nav_list_item a:after {
			position:absolute;
			top:1.2em;
			right:3em;
			display: inline-block;
			content:'';
			background-image:url("/img/toretsuna/nav_list_sp_icon.png");
			background-repeat: no-repeat;
			background-size:contain;
			width:31px;
			height:21px;
		}
		.nav_list .sp {
			display: block !important;
		}

	}

	

	.nav_list_item:nth-child(2) a {
		position:relative;
	}

	.nav_list_item:nth-child(2) a::before {
		position:absolute;
		top:0.5em;
		left:2.6em;
		content:'';
		width:23px;
		height:19px;
		display:inline-block;
		background-image:url("/img/toretsuna/nav_icon01.png");
		background-repeat:no-repeat;
		background-size:contain;
	}

	@media all and (max-width:1280px) {
		.nav_list_item:nth-child(2) a:before {
			left:1.2em;
			top:0.3em;
		}
	}


	.nav_list_item:nth-child(3) a {
		position:relative;
	}

	.nav_list_item:nth-child(3) a:before {
		position:absolute;
		top:0.3em;
		left:3em;
		content:'';
		width:19px;
		height:30px;
		display:inline-block;
		background-image:url("/img/toretsuna/nav_icon02.png");
		background-repeat:no-repeat;
		background-size:contain;

	}

	@media all and (max-width:1280px) {
		.nav_list_item:nth-child(3) a:before {
			left:1.2em;
			top:0em;
		}
	}


	.nav_list_item:nth-child(4) a {
		position:relative;
	}

	.nav_list_item:nth-child(4) a:before {
		position:absolute;
		top:0.4em;
		left:2.4em;
		content:'';
		width:26px;
		height:30px;
		display:inline-block;
		background-image:url("/img/toretsuna/nav_icon03.png");
		background-repeat:no-repeat;
		background-size:contain;
	}

	@media all and (max-width:1280px) {
		.nav_list_item:nth-child(4) a:before {
			left:1em;
			top:0;
		}
	}

	.nav_list_item:nth-child(5) a {
		position:relative;
	}

	.nav_list_item:nth-child(5) a:before {
		position:absolute;
		top:0.5em;
		left:2.5em;
		content:'';
		width:25px;
		height:18px;
		display:inline-block;
		background-image:url("/img/toretsuna/nav_icon04.png");
		background-repeat:no-repeat;
		background-size:contain;
	}


	@media all and (max-width:1280px) {
		.nav_list_item:nth-child(5) a:before {
			left:0.8em;
			top:0.3em;
		}
	}

	.nav_list_item:nth-child(6) a {
		position:relative;
	}

	@media all and (max-width:1440px) {
		.nav_list_item:nth-child(6) a{
			border-right:none;
		}
	}

	.nav_list_item:nth-child(6) a:before {
		position:absolute;
		top:0.5em;
		left:2.5em;
		content:'';
		width:26px;
		height:25px;
		display:inline-block;
		background-image:url("/img/toretsuna/nav_icon05.png");
		background-repeat:no-repeat;
		background-size:contain;
	}

	@media all and (max-width:1280px) {
		.nav_list_item:nth-child(6) a:before {
			left:0.8em;
			top:0.3em;
		}
	}

	@media all and (max-width:767px) {
		.nav_list_item:nth-child(6) a:before {
			-webkit-filter: brightness(0) invert(1);
			filter: brightness(0) invert(1);
			top:1.5em;
			left:2em;
		}


		@media all and (max-width:540px) {
			.nav_list_item:nth-child(6) a:before {
				top:1.3em;
				left:1.4em;
			}
		}

	}

	.header_list li ul {
		display:flex;
	}

	/*ハンバーガーメニューのCSS*/

	/*ドロワーメニューCloseの時*/
	@media all and (max-width:767px) {
		header {
			position: relative;
		}


		

		/* ボタン部分 */
		/* ハンバーガーボタンを「×」に変える */
		.menu-trigger.action {
			background:none;
		}

		.menu-trigger.action span:nth-of-type(1) { /* 1本目 */
			top: 40%;
			-webkit-transform: translate(-50%,-40%) rotate(45deg);
			transform: translate(-50%,-40%) rotate(45deg); /* 45度傾ける */
			background-color:#375b2e;
		}

		.menu-trigger.action span:nth-of-type(2) { /* 2本目 */
			top: 40%;
			-webkit-transform: translate(-50%,-40%);
			transform: translate(-50%,-40%);
			opacity: 0; /* 透明にする */
		}

		.menu-trigger.action span:nth-of-type(3) { /* 3本目 */
			top: 40%;
			-webkit-transform: translate(-50%,-40%) rotate(-45deg);
			transform: translate(-50%,-40%) rotate(-45deg);
			background-color:#375b2e;
		}

		.menu-trigger.action span:nth-of-type(4):before {
			content:'close';
			color:#375b2e;
			font-weight:bold;
		}
	}
	/*ナビゲーションここまで*/
	
	/*ロゴ*/
	.site_name {
		position:absolute;
		margin-left:2em;
		z-index:2;
		top: 1em;
	}

	.site_name p {
		margin:0;
		font-weight:bold;
		font-size:0.9rem;
		white-space: nowrap;
	}

	.site_name img {
		margin-left:2em;
	}

	@media all and (max-width:767px) {
		.site_name img {
			margin-left:0;
		}
	}

	@media all and (max-width:767px) {
		.site_name {
			margin-left:0.5em;
		}


		.site_name img {
			width:13vw;
			margin-left:1.2em;
		}
	}

}
/*-* 1199以下ここまで *-*/


/*-* 768以上ここから *-*/
@media all and (min-width:768px){
	.sp_menu_wrap {
		display: none;
	}
	.tb_menu_list .kenSaku {
		display: none;
	}

}
/*-* 768以上ここまで *-*/



/*-* 767以下ここから *-*/
@media all and (max-width:767px){
	.menu_wrap {
		display: none;
	}
	
	/* タブレットメニューここから */
	.tb_header {
		display: none;
	}
	/* タブレットメニューここまで */
	
	/* メニュー部分 */
	.drawer  {
		position: fixed;
		top: 0;
		right: 0;
		width: 80%;
		height: 100%;
		background-image:url(/img/toretsuna/back_image_sp.png); 
		background-repeat: no-repeat;
		background-size:cover;
		-webkit-transform: translateX(100%);
		transform: translateX(100%); /* メニュー幅の分だけ右にずらす(画面外にいく) */
		-webkit-transition:ease .5s;
		transition:ease .5s;
		z-index: 10;
	}

	/* ボタン部分 */
	.menu-trigger {
		cursor: pointer;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		box-sizing: border-box;
		-webkit-transition: ease .5s;
		transition: ease .5s; 
	}

	.menu-trigger {
		position: fixed;
		top: 0.4em;
		right: 0.4em;
		width: 62px;
		height: 65px;
		background-color: #375b2e;
		border-radius:46% 54% 46% 54% / 56% 46% 54% 44%;
		z-index: 11; /* .drawer に設定したよりも大きい数字 */
		text-align: center;
	}

	.menu-trigger span {
		position: absolute;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 30px;
		height: 3px;
		background-color: #fff;
		border-radius: 1px;
	}

	.menu-trigger span:nth-of-type(1) {
		top: 22%; /* 1本目の線の位置 */
	}

	.menu-trigger span:nth-of-type(2) {
		top: 37%; /* 2本目の線の位置 */
	}

	.menu-trigger span:nth-of-type(3) {
		top: 52%; /* 3本目の線の位置 */
	}

	.menu-trigger span:nth-of-type(4) {
		top: 60%; /* 4本目の線の位置 */
		right: 0.3em;
		background:none;
	}

	.menu-trigger span:nth-of-type(4):before {
		content:'menu';
		color:#fff;
		font-size: bold;
	}

	/* ドロワーメニューをOPENにしたとき */
	/* メニュー部分 */
	.drawer.action,
	.drawer.action ul{
		-webkit-transform: translateX(0);
		transform: translateX(0); /* 元の位置に戻す */
		-webkit-overflow-scrolling: touch;
	}

	/* ボタン部分 */
	/* ハンバーガーボタンを「×」に変える */
	.menu-trigger.action {
		background:none;
	}

	.menu-trigger.action span:nth-of-type(1) { /* 1本目 */
		top: 40%;
		-webkit-transform: translate(-50%,-40%) rotate(45deg);
		transform: translate(-50%,-40%) rotate(45deg); /* 45度傾ける */
		background-color:#375b2e;
	}

	.menu-trigger.action span:nth-of-type(2) { /* 2本目 */
		top: 40%;
		-webkit-transform: translate(-50%,-40%);
		transform: translate(-50%,-40%);
		opacity: 0; /* 透明にする */
	}

	.menu-trigger.action span:nth-of-type(3) { /* 3本目 */
		top: 40%;
		-webkit-transform: translate(-50%,-40%) rotate(-45deg);
		transform: translate(-50%,-40%) rotate(-45deg);
		background-color:#375b2e;
	}

	.menu-trigger.action span:nth-of-type(4):before {
		content:'close';
		color:#375b2e;
		font-weight:bold;
	}

	.nav_list {
		display: block;
		padding: 0 2.5% 0 5%;
		margin-top: 4em;
		margin-right: 1em;
		box-sizing: border-box;
	}
	.nav_list_item a {
		position:relative;
		display:block;
		position:relative;
		border-right:none;
		color:#fff;
		padding:1.2em 1em 1.2em 4em;
		background-image: url(/img/toretsuna/nav_list_sp.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		font-size:1.2rem;
	}

	.nav_list_item a:after {
		position:absolute;
		top:1.2em;
		right:3em;
		display: inline-block;
		content:'';
		background-image:url(/img/toretsuna/nav_list_sp_icon.png);
		background-repeat: no-repeat;
		background-size:contain;
		width:31px;
		height:21px;
	}



	.nav_list_item:nth-child(2) a {
		position:relative;
	}

	.nav_list_item:nth-child(2) a::before {
		position:absolute;
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
		top: 1.2em;
		left: 2.1em;
		content:'';
		width:23px;
		height:19px;
		display:inline-block;
		background-image:url(/img/toretsuna/nav_icon01.png);
		background-repeat:no-repeat;
		background-size:contain;
	}

	.nav_list_item:nth-child(3) a {
		position:relative;
	}
	.nav_list_item:nth-child(3) a::before {
		position:absolute;
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
		top: 1em;
		left: 2.1em;
		content:'';
		width:19px;
		height:30px;
		display:inline-block;
		background-image:url(/img/toretsuna/nav_icon02.png);
		background-repeat:no-repeat;
		background-size:contain;

	}

	.nav_list_item:nth-child(4) a {
		position:relative;
	}

	.nav_list_item:nth-child(4) a::before {
		position:absolute;
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
		top: 0.9em;
		left: 1.9em;
		content:'';
		width:26px;
		height:30px;
		display:inline-block;
		background-image:url(/img/toretsuna/nav_icon03.png);
		background-repeat:no-repeat;
		background-size:contain;
	}

	.nav_list_item:nth-child(5) a {
		position:relative;
	}

	.nav_list_item:nth-child(5) a::before {
		position:absolute;
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
		top: 1.1em;
		left: 1.8em;
		content:'';
		width:25px;
		height:18px;
		display:inline-block;
		background-image:url(/img/toretsuna/nav_icon04.png);
		background-repeat:no-repeat;
		background-size:contain;
	}

	.nav_list_item:nth-child(6) a {
		position:relative;
	}
	.nav_list_item:nth-child(6) a::before {
		position:absolute;
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
		top: 1.1em;
		left: 1.6em;
		content:'';
		width:26px;
		height:25px;
		display:inline-block;
		background-image:url(/img/toretsuna/nav_icon05.png);
		background-repeat:no-repeat;
		background-size:contain;
	}

	.question a {
		display: inline-block;
		position: relative;
		font-size: 1.2rem !important;
		padding: 0.5em 1.5em 0.5em 4em !important;
	}
	.question a:before {
		display:inline-block;
		position:absolute;
		top:0.6em;
		left:1.8em;
		content:'';
		background-image:url(/img/toretsuna/question.png);
		background-repeat: no-repeat;
		background-size: contain;
		width:22px;
		height:22px;
	}
	.question a:after {
		content: '';
		position: absolute;
		top:1em;
		right:0;
		width:0.4em;
		height:0.4em;
		border-top:2.5px solid #000;
		border-right:2.5px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		background-image:none;
	}
}

/*-* 767以下ここまで *-*/

/*-* 320以下ここから *-*/
@media all and (max-width:320px) {
	.drawer {
		width:100%;
	}
}
/*-* 320以下ここまで *-*/

/*** 全ページ共通ここまで ***/


/*** トップページここから ***/
/*-* 全サイズここから *-*/
/** ヘッダーここから **/
/* ヘッダー全体ここから */
.header_wrap {
	background-image: url(/img/toretsuna/bg_header.png);
	background-size: contain;
	padding: 0 0 4em;
}
/* ヘッダー全体ここまで */

/* アクセシビリティメニューここから */
.pc_menu_wrap {
	justify-content: end;
	padding: 0.8em 0 0.2em;
}

.accessibility_menu {
	display: flex;
	justify-content: end;
	align-items: center;
	padding: 1em 1em 0;
}
#haikeiColor {
	display: flex;
	justify-content: end;
	align-items: center;
}
#mojiSize {
	display: flex;
	align-items: center;
}

#cse-search-box {
	display: flex;
}


/*- 背景色ここから -*/
.bg_color_area {
	margin: 0 0 0 1em;
}
#haikeiColor dt {
	font-size: 0.9rem;
	font-weight: 700;
}
#haikeiColor dd {
	margin: 0 0 0 0.1em;
}
/*- 背景色ここまで -*/

/*- 文字サイズここから -*/
.mojisize_area {
	margin: 0 0 0 1em;
}
#mojiSize dt {
	font-size: 0.9rem;
	font-weight: 700;
}
#mojiSize dd {
	margin: 0 0 0 0.2em;
}
/*- 文字サイズここまで -*/


/*- よくあるご質問ここから -*/
.faq {
	margin: 0 1em;
}
.faq a {
	padding: 0 1.6em 0 0;
	position: relative;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: 700;
	transition: 0.3s;
	
}
.faq a::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: calc(50% - 18px / 2);
	right: 0;
	background-image: url("/img/toretsuna/icon_black_arrow.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	transition: filter 0.3s;
}
.faq a:hover::before {
	filter: invert(14%) sepia(40%) saturate(6505%) hue-rotate(352deg) brightness(108%) contrast(124%);
}
/*- よくあるご質問ここまで -*/


/* 検索ボックスここから */
.gsc-selected-option-container {
	font-size: 0.6875em !important;
}
.gsc-tabHeader {
	font-size: 0.8125em !important;
}
.gsc-search-button-v2 {
	font-size: 1em !important;
}
.gscb_a {
	font-size: 1.6875em !important;
}
form.gsc-search-box {
	font-size: 0.8125em !important;
}
.gsc-input, .gsst_b, .gsc-input {
	font-size: 1rem !important;
}
.gsc-control-cse {
	background-color: transparent !important;
	border: none !important;
	padding: 0 0.5em 0 0 !important;
}
form.gsc-search-box {
	display: flex;
	position: relative;
	background-image: url(/img/toretsuna/search_box.png);
	background-repeat: no-repeat;
	background-size: 210px 40px;
	width: 210px !important;
	height: 40px;
	box-sizing: border-box;
}

@media all and (max-width:767px) {
	.search_box {
		display:none;
	}
}

.gsc-control-searchbox-only {
	margin-left: 1.5em;
	margin-right: 1em;
}

table.gsc-search-box td {
	border:none;
}

.gsc-search-button {
	padding:0;
}

.gsib_b {
	display:none;
}

.gsc-input-box {
	border: none!important;
	background: initial!important;
	width:8em;
}

button.gsc-search-button {
	height:24px;
	background-color:inherit!important;
	border:none;
	background-image:url(/img/toretsuna/search.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:14px!important;
}

button.gsc-search-button svg {
	display:none;
}
.gsst_a .gscb_a {
	color: #212121 !important;
}
@media all and (max-width:767px) {
	.form.gsc-search-box {
		justify-content:flex-end;
	}
}

/* 検索ボックスここまで */
/*- 検索ボックスここまで -*/
/* アクセシビリティメニューここまで */

/* サイドエリアここから */
.logo p {
	font-weight: 700;
	text-align: center;
}
.header_side_area {
	padding: 1em;
	text-align: center;
}
.menu_wrap {
	background-image: url(/img/toretsuna/bg_header_sidebar_menu.png);
	background-size: 100% 100%;
	margin: 3em 0 0.5em;
	padding: 2.5em 1em 4em;
	min-height: 15em;
}
.menu_wrap ul li {
	text-align: left;
	border-bottom: 2px dotted #5a7853;
}
.menu_wrap ul li a {
	display: block;
	margin: 1em 0 0;
	padding: 0.6em 0.5em 0.6em 2.5em;
	text-decoration: none;
	color: #336633;
	font-size: 1.25em;
	font-weight: 700;
	position: relative;
	transition: 0.3s;
}
.menu_wrap ul li a:hover {
	color: #000;
}
.menu_wrap ul li a::before {
	content: '';
	position: absolute;
	top: calc(50% - 30px / 2);
	left: 0.5em;
	display: block;
	width: 31px;
	height: 30px;
	background-size: contain;
	transition: filter 0.3s;
}
.menu_wrap ul li a:hover::before {
	filter: invert(0%) sepia(3%) saturate(10%) hue-rotate(322deg) brightness(94%) contrast(97%);
}
.menu_wrap ul li:nth-child(1) a::before {
	background-image: url(/img/toretsuna/icon_menu_01.png);
}
.menu_wrap ul li:nth-child(2) a::before {
	background-image: url(/img/toretsuna/icon_menu_02.png);
}
.menu_wrap ul li:nth-child(3) a::before {
	background-image: url(/img/toretsuna/icon_menu_03.png);
}
.menu_wrap ul li:nth-child(4) a::before {
	background-image: url(/img/toretsuna/icon_menu_04.png);
}
.menu_wrap ul li:nth-child(5) a::before {
	background-image: url(/img/toretsuna/icon_menu_05.png);
}
.menu_wrap ul li:nth-child(6) a::before {
	background-image: url(/img/toretsuna/icon_menu_06.png);
}

/* サイドエリアここまで */



/* アクセシビリティメニューここから */
/*ヘッダーのCSS*/
.detail_header {
	width:100%;
	*background-image: url("/img/toretsuna/header_back_image.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1% 0 3%;
	background-position: 50% 50%;
}

@media all and (max-width:767px) {
	.detail_header {
		height: 4em;
	}
}



.container_inner_list {
	position:relative;
	display:flex;
	justify-content: flex-end;
	gap:1em;
	margin-left:auto;
}

@media all and (max-width:1100px) {
	.container_inner_list {
		flex-flow: column;
		align-items:end;
		gap:0;
	}
} 

@media all and (max-width:540px) {
	.container_inner_list {
		align-items:center;
	}
} 

.container_inner_list li {
	list-style-type:none; 
}

.accessibility {
	display:flex;
	gap:1em;
}

@media all and (max-width:1100px) {
	.accessibility {
		margin-right:1em;
	}
} 

.container_inner_flex {
	display:flex;
	align-items: initial;
	gap:1em;
}

/*ロゴ*/
.site_name {
	position:absolute;
	margin-left:2em;
	z-index:2;
}

.site_name p {
	margin:0;
	font-weight:bold;
	font-size:0.9rem;
	white-space: nowrap;
}

.site_name img {
	margin-left:2em;
	width: 150px;
}

@media all and (max-width:767px) {
	.site_name img {
		margin-left:0;
	}
}

@media all and (max-width:767px) {
	.site_name {
		margin-left:0.5em;
	}

	.site_name p {
		font-size:1.5vw;
	}

	.site_name img {
		width:13vw;
		margin-left:1.2em;
	}
}

/*select language*/
.select_language {
	padding-top:0.3em;
}

@media all and (max-width:767px) {
	.select_language {
		margin-right:3.5em;
	}
}

@media all and (max-width:540px) {
	.select_language {
		margin-right:0;
	}
}


/*背景色*/
.back_color {
	font-size:0.9rem;
	font-weight:bold;
	white-space: nowrap;
}

.back_color_inner {
	display:flex;
	align-items:center;
}

.back_color a {
	margin-left:0.4em;
	padding-top:30%;
}

@media all and (max-width:767px) {
	.back_color {
		display:none;
	}
}

/*文字サイズ変更*/
.font-size {
	font-size:0.9rem;
	font-weight:bold;
	white-space: nowrap;
}

.font-size-inner {
	display:flex;
	align-items:center;
}

.font-size a {
	margin-left:0.4em;
}

@media all and (max-width:767px) {
	.font-size  {
		display:none;
	}
}

/*よくある質問*/
.container_inner_flex .question {
	transform: translateY(20%);
	white-space: nowrap;
	align-items:center;
}

.question a {
	position:relative;
	font-size:0.9rem;
	font-weight:bold;
	text-decoration: none
}

@media all and (max-width:767px) {
	.question {
		display:none;
	}
}


/** アクセシビリティメニューここから **/
.accessibility_menu {
	display: flex;
	justify-content: end;
	align-items: center;
	padding: 0 1em 0;
}
#haikeiColor {
	display: flex;
	justify-content: end;
	align-items: center;
}
#mojiSize {
	display: flex;
	align-items: center;
}

#cse-search-box {
	display: flex;
}

/*- 翻訳ボタンここから -*/
#goog-gt-tt {
	font-size: 0.625rem !important;
}
#goog-gt-tt .original-text, .gt-hl-layer {
	font-size: 0.625rem !important;
}
#goog-gt-tt .activity-link {
	font-size: 0.6875rem !important;
}
#goog-gt-tt .status-message {
	font-size: 0.5625rem !important;
}
#goog-gt-tt .gray {
	color: #212121 !important;
}
.goog-te-menu-value > span:nth-child(1) {
	text-indent: -9999px;
	font-size: 1em;
	display: none;
}
.goog-te-gadget-simple .goog-te-menu-value::before {
	content: 'Select Language';
	font-weight: 700;
	font-size: 1.1em;
}
.goog-te-menu-value > span:nth-child(1)::after {
	content: 'Select Language';
	font-size: 1rem;
	display: none;
}
.accessibility .goog-te-gadget {
	font-size: 0.6875em;
	color: #212121;
}
.gaikokuGo .goog-te-gadget-simple {
	background-color: #fff;
	border: 1px solid #555;
	border-radius: 100vh;
	padding: 0 0 0 0.5em;
}
.gaikokuGo .goog-te-menu-value {
	padding: 0.5em 0.2em;
	display: inline-block;
}
.goog-te-menu-frame {
	*width: 250px !important;
}
/*- 翻訳ボタンここまで -*/

/*- 背景色ここから -*/
.bg_color_area {
	margin: 0 0 0 1em;
}
#haikeiColor dt {
	font-size: 0.9rem;
	font-weight: 700;
}
#haikeiColor dd {
	margin: 0 0 0 0.1em;
}
/*- 背景色ここまで -*/

/*- 文字サイズここから -*/
.mojisize_area {
	margin: 0 0 0 1em;
}
#mojiSize dt {
	font-size: 0.9rem;
	font-weight: 700;
}
#mojiSize dd {
	margin: 0 0 0 0.2em;
}
/*- 文字サイズここまで -*/


/*- よくあるご質問ここから -*/
.faq {
	margin: 0 1em;
}
.faq a {
	padding: 0 1.6em 0 0;
	position: relative;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: 700;
	transition: 0.3s;

}
.faq a::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: calc(50% - 18px / 2);
	right: 0;
	background-image: url("/img/toretsuna/icon_black_arrow.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	transition: filter 0.3s;
}
.faq a:hover::before {
	filter: invert(14%) sepia(40%) saturate(6505%) hue-rotate(352deg) brightness(108%) contrast(124%);
}
/*- よくあるご質問ここまで -*/

.gsc-selected-option {
	position: relative;
	width: 100%;
	font-size: 0.6rem !important;
}
table.gsc-search-box td.gsc-input {
	padding: 0 12px 0 2px;
}
/*- 検索ボックスここまで -*/
/** アクセシビリティメニューここまで **/
/* アクセシビリティメニューここまで */




/* 動画埋め込みここから */
%bv_hidden {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
%filled_obj {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.loading {
	position: absolute;
	top: 44%;
	left: 0;
	width: 100%;
}


.main-slider {
	position: relative;
	width: 100%;
	height: calc((100vw - 16.66666667vw) * 1080/ 1920 - 7vw);
	min-height: 8vw;
	opacity: 0;
	transition: all 1.2s ease;
	background-color: #fff;
}

.main-slider.slick-initialized {
	opacity: 1;
}

.slick-slide {
	position: relative;
	height: 38vw;
	background-color: #fff;
}

.slick-slide video {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slick-slide iframe {
	position: relative;
	pointer-events: none;
}

.slick-slide figure {
	position: relative;
	height: 100%;
}

.slick-slide .slide-image {
	opacity: 0;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.8s ease;
}

.slick-slide .slide-image.show {
	opacity: 1;
}

.slick-slide .image-entity {
	width: 100%;
	opacity: 0;
}

.slick-slide .loading {
	position: absolute;
	top: 44%;
	left: 0;
	width: 100%;
	text-align: center;
}

.slick-slide .slide-media {
	-webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
	animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide.slick-active {
	z-index: 1;
}

.slick-slide.slick-active .slide-media {
	-webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
	animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
	top: -4em !important;
}

.slick-slide.slick-active .caption {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.caption {
	position: absolute;
	right: 0%;
	bottom: 18%;
	color: #212121;
	margin: 0;
	padding: 0.8em 1.5em 0.6em 2.5em;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	opacity: 0;
	z-index: 1;
	transition: all 0.3s ease;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	line-height: 1.3;
	display: inline-block;
	background-image: url(/img/toretsuna/bg_slide_caption.png);
	background-size: 100% 100%;
}

.slick-dots {
	text-align: center;
	padding-top: 15px;
}

.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
}

.slick-dots li button {
	width: 16px;
	height: 16px;
	border: none;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 0 0 transparent;
	vertical-align: middle;
	color: #fff;
	background-color: #fff;
	transition: all 0.3s ease;
	opacity: 0.4;
}

.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover {
	opacity: 1;
}

.slick-dots li.slick-active button {
	border-color: #2d3042;
	box-shadow: 0 0 0 2px #fff;
	opacity: 1;
}

.container {
	background-color: #f2f2f2;
	color: #444;
	line-height: 1.6;
	padding: 40px 0;
}

.container .content {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
}

.container p {
	margin-bottom: 40px;
}

/* 追記 */
.caption strong {
	font-size: 185%;
}

.thumb_slider {
	margin: 0;
	padding: 8px 0;
	display: inline-flex;
	overflow: hidden;
	*background-image: url(/img/kanko/bg_thumb.gif);
	background-position: center top;
	background-size: cover;
	width: 100%;
}

#thumbnail_slider .thumbnail-item {
	color: #fff;
	background-color: #000000;
	margin: 0 5px;
	height: auto;
}

#thumbnail_slider .slick-current img {
	border: solid 2px #FFF;
	box-sizing: border-box;
}

#thumbnail_slider div.slick-list div.slick-track li {
	cursor: pointer;
}

#thumbnail_slider {
	width: 300px;
	max-width: calc(100% - 60px*2);
	margin: 0 auto;
	padding: 0;
}

.thumbnail-item img {
	width: 100%;
	margin: 0 auto;
}

.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev::before, .slick-next::before {
	font-family: 'slick';
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-next {
	right: -25px;
	*background-image: url(/img/kanko/btn-slick-next.png);
	background-size: cover;
}

.slick-prev {
	left: -25px;
	*background-image: url(/img/kanko/btn-slick-prev.png);
	background-size: cover;
}

/* 動画埋め込みここまで */
/* 動画エリアここから */
.movie_slide_area .main-slider {
	-webkit-mask-image: url('/img/toretsuna/img_slide_bg_clipping.png');
	-webkit-mask-size: 100% 100%;
	mask-image: url("/img/toretsuna/img_slide_bg_clipping.png");
	mask-size: 100% 100%;
}

.movie_slide_area .slick-prev, .movie_slide_area .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 46px;
	height: 46px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.movie_slide_area .slick-prev {
	left: -55px;
}
.movie_slide_area .slick-prev::before {
}
.movie_slide_area .slick-next {
	right: -55px;
}
.movie_slide_area .slick-next::before {
	transform: rotate(180deg);
}
.movie_slide_area .slick-prev::before, .movie_slide_area .slick-next::before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 46px / 2);
	width: 46px;
	height: 46px;
	background-image: url(/img/toretsuna/img_movie_arrow.png);
	background-size: contain;
	opacity: 1;
	transition: 0.3s;
}
.movie_slide_area .slick-prev:hover::before, .movie_slide_area .slick-next:hover::before {
	opacity: 0.8;
}

/* 動画エリアここまで */
/** ヘッダーここまで **/

/** 共通パーツここから **/
h2.top_h2 {
	text-align: center;
	overflow: hidden;
	margin: 0 1.2em;
}
h2.top_h2 span {
	position: relative;
	display: inline-block;
}
h2.top_h2 span::before {
	content: '';
	position: absolute;
	top: calc(50% - 16px / 2);
	left: -101.5vw;
	width: 100vw;
	height: 16px;
	background-image: url(/img/toretsuna/img_top_h2_decoration.png);
	background-size: contain;
	background-repeat: repeat-x;
}
h2.top_h2 span::after {
	content: '';
	position: absolute;
	top: calc(50% - 16px / 2);
	right: -101.5vw;
	width: 100vw;
	height: 16px;
	background-image: url(/img/toretsuna/img_top_h2_decoration.png);
	background-size: contain;
	background-repeat: repeat-x;
}

h3.top_h3 {
	text-align: center;
	margin: 3em 0 0;
}
/** 共通パーツここまで **/

/** とれつなニュースここから **/
.news {
	min-height: 39.604989604vw;
	background-image: url(/img/toretsuna/bg_news.png);
	background-size: cover;
	margin: -3em 0 -3em;
	padding: 3em 0 3em;
	position: relative;
	z-index: 1;
}

.news_inner {
	width: 800px;
	max-width: 100%;
	margin: 5em auto;
	padding: 0.5em;
	text-align: center;
}
.news_inner h2 {
	margin: 0 0 2em;
}
.list_type_a_list {
	padding: 3em 5Em;
	text-align: left;
	background-color: #f9f9f5;
	border-top: 15px solid #375b2e;
}
.list_ccc li {
	margin: 0 0 1em;
	padding: 0.5em 0;
	border-bottom: 2px dashed #375b2e;
}
.list_ccc li > span {
	display: table-cell;
}
.list_ccc li .span_a {
	width: 10.0em;
	color: #375b2e;
	font-weight: 500;
}
.list_ccc li .span_b {
	width: auto;
}
.list_type_a_list li .span_a, .list_type_a_list li .span_b {
	border-bottom: none;
	padding: 0;
}
.list_ccc li a {
	text-decoration: none;
	font-weight: 500;
}
/* 一覧ボタンここから */
.ichiranBtnF {
	text-align: center;
	margin: 3em 0 1em;
	padding: 0.5em;
}
.ichiranBtnF a {
	padding: 0.5em 3.5em 0.5em 2.5em;
	background-color: #375b2e;
	white-space: nowrap;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	border: 1px solid #375b2e;
	border-radius: 15px;
	position: relative;
	transition: 0.3s;
}
.ichiranBtnF a::before {
	content: '';
	position: absolute;
	top: calc(50% - 20px / 2);
	right: 1.5em;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(/img/toretsuna/icon_news_all_arrow.png);
	background-size: contain;
	transition: filter 0.3s;
}
.ichiranBtnF a:hover {
	color: #375b2e;
	background-color: #fff;
}
.ichiranBtnF a:hover::before {
	filter: invert(56%) sepia(37%) saturate(500%) hue-rotate(62deg) brightness(75%) contrast(90%);
}

/* 一覧ボタンここまで */

/** とれつなニュースここまで **/

/** 津南の旬な農産物ここから **/
.season {
	padding: 8em 0.5em;
	overflow: hidden;
}
.season h2 {
	margin: 0 0 2em;
	text-align: center;
}

.season .season_left_area {
	padding:  0 1em;
}

.season_calender_wrap {
	position: relative;
	text-align: center;
	background-image: url(/img/toretsuna/bg_season_01.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 1.5em 1em 5em;
}
.season_calender_wrap h3 {
	margin: 1em 0;
}
.season_calender_wrap p {
}
.season_calender_wrap p img {
	width: calc(1700px * (6 / 12) - 30%);
	max-width: 100%;
}

.season .slick-slider {
	margin: 0 auto;
}
.season_slider {
	width: 717px;
	max-width: 100%;
}
.season .season_slider::before {
	content: '';
	position: absolute;
	top: 2em;
	left: 0;
	right: 0;
	display: block;
	width: 292px;
	height: 59px;
	margin: 0 auto;
	background-image: url(/img/toretsuna/h3_season_02.png);
	background-size: contain;
	z-index: 1;
}
.season .slick-list {
	background-image: url(/img/toretsuna/bg_season_02.png);
	background-size: contain;
	*mask-image: url(/img/toretsuna/bg_season_02_mask.png);
}
.season .slick-list::before {
	content: '';
	position: absolute;
	top: 2em;
	right: 2em;
	display: block;
	width: 86px;
	height: 160px;
	background-image: url(/img/toretsuna/img_season_decoration_01.png);
	background-size: contain;
	z-index: 1;
}
.season .slick-list::after {
	content: '';
	position: absolute;
	left: 2em;
	bottom: 2em;
	display: block;
	width: 163px;
	height: 113px;
	background-image: url(/img/toretsuna/img_season_decoration_02.png);
	background-size: contain;
	z-index: 1;
}

.season .slick-prev, .season .slick-next {
	width: 59px;
	height: 40px;
}
.season .slick-prev {
	left: 0;
	z-index: 1;
}
.season .slick-prev::before {
	content: '';
	position: absolute;
	top: calc(50% - 40px / 2);
	left: 2em;
	display: block;
	width: 59px;
	height: 40px;
	background-image: url(/img/toretsuna/img_season_arrow_prev.png);
	background-size: contain;
}
.season .slick-next {
	right: 0;
	z-index: 1;
}
.season .slick-next::before {
	content: '';
	position: absolute;
	top: calc(50% - 40px / 2);
	right: 2em;
	display: block;
	width: 58px;
	height: 39px;
	background-image: url(/img/toretsuna/img_season_arrow_next.png);
	background-size: contain;
}
.season .slick-slide img {
	width: 100%;
}


.season .season_inner .grid_system_flex {
	max-width: 1700px;
	margin: 0 auto;
}

.season .slick-dots li button::before {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #000;
	border-radius: 100vh;
}
/** 津南の旬な農産物ここまで **/


/** 自慢の特産品ここから **/
.specialty {
	background-image: url(/img/toretsuna/bg_specialty.png);
	background-size: 100% 100%;
	margin: -3em 0 -5em;
	padding: 3em 0 3em;
	position: relative;
	z-index: 1;
}
.specialty_inner {
	margin: 5em auto;
	padding: 0.5em;
}
.specialty_list_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 1600px;
	max-width: 100%;
	margin: 3em auto;
}
.specialty_list_wrap > div {
	width: 33%;
	text-align: center;
	padding: 1em;
}
.specialty_list_item_01 a {
	display: inline-block;
	position: relative;
}
.specialty_list_item_01 a::before {
	content: '';
	position: absolute;
	right: -0.5em;
	bottom: -0.5em;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/img/toretsuna/img_specialty_list_item_background.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
	opacity: 1;
	transition: 0.3s;
}
.specialty_list_item_inner:hover .specialty_list_item_01 a::before {
	opacity: 0;
}

.specialty_list_item_01 a img {
	transition: filter 0.3s;
}
.specialty_list_item_inner:hover .specialty_list_item_01 a img {
	filter: brightness(90%);
}

.specialty_list_item_02 {
	margin: -4em 0 0;
	position: relative;
	z-index: 1;
}
.specialty_list_item_02 a {
	display: inline-block;
	position: relative;
}
.specialty_list_item_02 a::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1em;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	max-width: 375px;
	background-image: url(/img/toretsuna/btn_specialty_list_item_detail.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
.specialty_list_item_inner:hover .specialty_list_item_02 a::before {
	opacity: 0.8;
}
/** 自慢の特産品ここまで **/

/** 農家メシご紹介ここから **/
.farmer_food {
	padding: 7em 0 5em;
	overflow: hidden;
	background-image: url(/img/toretsuna/bg_farmer_food.jpg);
	background-size: cover;
}
.farmer_food .farmer_food_content_wrap {
	overflow: hidden;
}

.farmer_food_slide_wrap {
	text-align: center;
	position: relative;
}

.farmer_food .season_wrap {
	width: 100%;
	max-width: 1600px;
	margin: 4em auto;
	padding: 1em 0;
	position: static;
}
.farmer_food .slick-list {
	overflow: visible !important;
}
.farmer_food .season_wrap img {
	opacity: 1;
	transform: scale(.9);
	transition: opacity .5s, transform .5s;
	width: 100% !important;
	height: auto !important;
	border-radius: 2em;
}
.farmer_food .season_wrap .slick-current img, .farmer_food .season_wrap .is-active-next img {
	opacity: 1;
	transform: scale(1);
}
.farmer_food .slick-slide {
	background-color: transparent;
}
.farmer_food_slick_dots {
	margin: 2em 0 0;
	display: inline-block;
	position: relative;
}
.farmer_food .slick-dots {
	position: static;
	display: inline-block;
	width: auto;
}
.farmer_food .slick-dots li {
	width: 13px;
	height: 13px;
	margin: 0 7px;
}
.farmer_food .slick-dots li button {
	opacity: 1 !important;
	width: 13px;
	height: 13px;
}
.farmer_food .slick-dots li.slick-active button::before {
	background-color: #375B2E;
}
.farmer_food .slick-dots li button::before {
	content: '';
	width: 13px;
	height: 13px;
	background-color: #d9f2d9;
	opacity: 1 !important;
	border-radius: 100vh;
}
.farmer_food .slide-arrow {
	position: absolute;
	bottom: 0.5em;
	cursor: pointer !important;
}
.farmer_food .slide-arrow:hover {
	opacity: 0.8 !important;
}
.farmer_food .prev-arrow {
	width: 30px;
	height: 30px;
	border: none;
	background-color: transparent;
	background-image: url(/img/toretsuna/img_movie_arrow.png);
	background-size: contain;
}
.farmer_food .next-arrow {
	width: 30px;
	height: 30px;
	border: none;
	background-color: transparent;
	background-image: url(/img/toretsuna/img_movie_arrow.png);
	background-size: contain;
	transform: rotate(180deg);
}

.farmer_food_btn_all {
	text-align: center;
	padding: 0 0.5em;
}
.farmer_food_btn_all a {
	color: #fff;
	background-color: #46663E;
	display: inline-block;
	padding: 0.8em 2.8em 0.8em 1.6em;
	border: 1px solid #46663E;
	border-radius: 100vh;
	text-decoration: none;
	font-size: 1.25em;
	font-weight: 700;
	position: relative;
	transition: 0.3s;
}
.farmer_food_btn_all a:hover {
	color: #fff;
	opacity: 0.8;
}
.farmer_food_btn_all a::before {
	content: '';
	position: absolute;
	top: calc(50% - 20px / 2);
	right: 1em;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(/img/toretsuna/img_detail_arrow_right.png);
}

.farmer_food_season_recipe {
	display: flex;
	justify-content: center;
	margin: 4em 0;
	padding: 0 0.5em;
}
.farmer_food_season_recipe div {
	margin: 0 1em;
}
.farmer_food_season_recipe div a {
	transition: filter 0.3s;
}
.farmer_food_season_recipe div a:hover {
	filter: brightness(90%);
}

.top_bnr_wrap {
	display: flex;
	justify-content: center;
}
.top_bnr_wrap div {
	margin: 0 1em;
}
.top_bnr_wrap div a {
	transition: 0.3s;
}
.top_bnr_wrap div a:hover {
	opacity: 0.8;
}
/** 農家メシご紹介ここまで **/


/** 津南の直売所ここから **/
.direct_sale_place {
	padding: 7em 0 5em;
	background-image: url(/img/toretsuna/bg_direct_sale_place.png);
	background-size: contain;
}
.direct_sale_place_list_wrap {
	display: flex;
	justify-content: center;
	margin: 3em 0 5em;
	padding: 0 0.5em;
}
.direct_sale_place_list_wrap div {
	margin: 0.5em;
}
.direct_sale_place_list_wrap div a {
	transition: 0.3s;
}
.direct_sale_place_list_wrap div a:hover {
	opacity: 0.8;
}
.direct_sale_place_list_wrap div img {
	border-radius: 1em;
}

.direct_sale_place_list_wrap .external_link_text {
	display: none;
}

.direct_sale_place_btn_all {
	padding: 0 0.5em;
	text-align: center;
}
.direct_sale_place_btn_all a {
	transition: 0.3s;
}
.direct_sale_place_btn_all a:hover {
	opacity: 0.8;
}
/** 津南の直売所ここまで **/
/*-* 全サイズここまで *-*/



/*-* 1199以下ここから *-*/
@media all and (max-width:1199px){
	.main-slider {
		height: calc((100vw) * 1080/ 1920 - 7vw);
	}
	
	.site_name {
		margin-left: 0em;
	}
	.site_name img {
		margin-left: 2em;
		width: 120px;
	}
}
/*-* 1199以下ここまで *-*/


/*-* 991以下ここから *-*/
@media all and (max-width:991px){
	.site_name {
		margin-left: 0.5em;
	}
	.site_name img {
		width: 110px;
	}
	
	/* スライドショーここから */
	.main-slider {
		height: calc((100vw) * 1080/ 1920 - 9vw);
	}
	.caption strong {
		font-size: 125%;
	}
	/* スライドショーここまで */

	/* 津南の旬な農産物ここから */
	.season .season_slider::before {
		top: 1em;
		width: 200px;
		height: 41px;
		background-repeat: no-repeat;
	}
	.season .slick-list::before {
		width: 40px;
		height: 75px;
		background-repeat: no-repeat;
	}
	.season .slick-list::after {
		width: 83px;
		height: 57px;
		background-repeat: no-repeat;
	}
	/* 津南の旬な農産物ここまで */
}

/*-* 991以下ここまで *-*/


/*-* 767以下ここから *-*/
@media all and (max-width:767px){
	.header_side_area {
		*display: none;
	}
	h2 img, h3 img {
		max-width: 300px !important;
	}
	.site_name p {
		font-size: 0.5rem;
	}
	.search_box.sp {
		margin-top: 2em;
		margin-bottom: 2em;
	}
	/* とれつなニュースここから */
	.news_inner {
		margin: 1em auto;
	}
	.list_type_a_list {
		padding: 3em 2em;
	}
	.list_ccc li > span {
		display: block;
	}
	/* とれつなニュースここまで */
	
	/* 津南の旬な農産物ここから */
	.col-md-6.season_right_area {
		max-width: 100%;
	}
	/* 津南の旬な農産物ここまで */
	
	/* 自慢の特産品ここから */
	.specialty_list_wrap > div {
		width: 50%;
	}
	/* 自慢の特産品ここまで */
	
	/* 農家メシご紹介ここから */
	.farmer_food_season_recipe {
		flex-wrap: wrap;
	}
	.farmer_food_season_recipe div {
		width: calc(50% - 1em*2);
	}
	
	.top_bnr_wrap {
		flex-wrap: wrap;
	}
	.top_bnr_wrap div {
		margin: 0.5em 1em;
	}
	/* 農家メシご紹介ここまで */
	
	/* 津南の直売所ここから */
	.direct_sale_place_list_wrap {
		margin: 1em 0;
		flex-wrap: wrap;
	}
	.direct_sale_place_list_wrap div {
		width: calc(50% - 0.5em*2);
	}
	/* 津南の直売所ここまで */
	
	/* フッターここから */
	.footer_site_title {
		text-align: center;
	}
	.footer_site_title img {
		width: 120px;
	}
	/* フッターここまで */
}

/*-* 767以下ここまで *-*/


/*-* 599以下ここから *-*/
@media all and (max-width:599px){
	h2 img, h3 img {
		max-width: 260px !important;
	}
	.detail_header {
		height: 5em;
	}
	.site_name img {
		min-width: 120px;
	}
	/* スライドここから */
	.caption {
		bottom: 23%;
	}
	.main-slider {
		height: calc((100vw) * 1080/ 1920 - 11vw);
	}
	.caption strong {
		font-size: 110%;
	}
	/* スライドここまで */
	
	/* 津南の旬な農産物ここから */
	.season {
		padding: 5em 0.5em;
	}
	.season .season_left_area {
		padding: 0 0.5em;
	}
	.season_calender_wrap {
		padding: 0.5em 0em 3em;
	}
	/* 津南の旬な農産物ここまで */
	
	/* 自慢の特産品ここから */
	.specialty {
		margin: -3em 0 -6em;
		padding: 3em 0 3em;
	}
	.specialty_inner {
		margin: 2em auto;
	}
	.specialty_list_wrap > div {
		width: 100%;
	}
	/* 自慢の特産品ここまで */
	
	/* 農家メシご紹介ここから */
	.farmer_food_season_recipe div {
		width: calc(50% - 0.5em*2);
		margin: 0.5em;
	}
	/* 農家メシご紹介ここまで */
}
/*-* 599以下ここまで *-*/

/*-* 540以下ここから *-*/
@media all and (max-width:540px){
	.nav_list_item a {
		font-size:1rem;
		padding:1.2em 0.5em 1.2em 3.5em;
	}
	.nav_list_item:nth-child(2) a::before {
		top: 1.2em;
		left: 1.5em;
	}
	.nav_list_item:nth-child(3) a::before {
		top: 0.9em;
		left: 1.6em;
	}
	.nav_list_item:nth-child(4) a::before {
		top: 0.7em;
		left: 1.4em;
	}
	.nav_list_item:nth-child(5) a::before {
		top: 1em;
		left: 1.5em;
	}

	.nav_list_item a:after {
		top:1.4em;
		right:2em;
		width:25px;
		height:15px;
	}
	.question a {
		font-size: 1rem !important;
	}
	.question a::before {
		top: 0.4em;
	}
	.question a::after {
		top: 0.6em;
	}
	
	.header_wrap {
		padding: 0 0 2em;
	}
	.site_name img {
		min-width: 0;
		margin-left: 0.5em;
		width: 90px;
	}
	.detail_header {
		height: 3em;
	}
	.accessibility {
		margin-right: 5em;
	}
	.caption {
		bottom: 30%;
		display: none;
	}
	.caption strong {
		font-size: 90%;
	}
	.main-slider {
		height: calc((100vw) * 1080/ 1920 - 16vw);
	}
	.movie_slide_area .slick-prev, .movie_slide_area .slick-next {
		top: 35%;
		width: 30px;
		height: 30px;
	}
	.movie_slide_area .slick-prev::before, .movie_slide_area .slick-next::before {
		top: 20%;
		width: 30px;
		height: 30px;
	}
	
	/* 津南の旬な農産物ここから */
	.season .slick-prev::before {
		left: 0;
	}
	.season .slick-next::before {
		right: 0;
	}
	/* 津南の旬な農産物ここまで */
	
	/* 農家メシご紹介ここから */
	.farmer_food_btn_all a {
		font-size: 1em;
	}
	/* 農家メシご紹介ここまで */
	
	/* 自慢の特産品ここから */
	.specialty_list_item_02 a::before {
		bottom: 0.5em;
	}
	/* 自慢の特産品ここまで */
}
/*-* 540以下ここまで *-*/


/*-* 374下ここから *-*/
@media all and (max-width:374px){
	.goog-te-menu-value {
		font-size: 0.6em;
	}
}
/*-* 374下ここまで *-*/

/*** トップページここまで ***/