@charset "UTF-8";

/* --------------------------------------------------------- shokuhin hasi */
#top_navigation img{
	width: auto;
	margin: auto;
	display: block;
}
#shokuhin_ img{
	width: auto;
	margin: auto;
	display: block;
}
#shokuhin_todokede img{
	width: auto;
	margin: auto;
	display: block;
}
#shokuhin_sankou img{
	width: auto;
	margin: auto;
	display: block;
}
.soudan_table1 {
	width: 30%;
}
.soudan_table2 {
	width: 70%;
}

.sankou_table1 {
	width: 10%;
}
.sankou_table2 {
	width: 30%;
}
.sankou_table3 {
	width: 30%;
}
.sankou_table4 {
	width: 30%;
}

@media screen and (max-width: 999px) {
	.soudan_table1 {
		width: 100%;
	}
	.soudan_table2 {
		width: 100%;
	}
}



@media screen and (max-width: 999px) {
	.sankou_table1 {
		width: 100%;
	}
	.sankou_table2 {
		width: 100%;
	}
	.sankou_table3 {
		width: 100%;
	}
	.sankou_table4 {
		width: 100%;
	}
}

/* --------------------------------------------------------- header2 */
header2 {
	width: 100%;
}
header2 section.inner {
	height: 100px;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
header2 h1 {
	width: 302px;
	height: 66.6px;
	margin: 0 0 0 1rem;
}
header2 h1 a {
	display: block;
	width: 302px;
	height: 66.6px;
}
header2 h1 a:hover {
	opacity: 0.6;
}
header2 h1 img {
	vertical-align: top;
}
header2 section.inner ul {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;	
}
header2 section.inner li {
	width: 135px;
	height: 35px;
	margin-left: 20px;
}
header2 section.inner li a {
	display: block;
	background-color: #f4f4f4;
	font-size: 0.875rem;
	letter-spacing: 0.025em;
	color: #333;
	border: 1px solid #f4f4f4;
	border-radius: 5px;
	width: 135px;
	height: 35px;
	line-height: 35px;
	padding-left: 30px;
	box-sizing: border-box;
	position: relative;
}
header2 section.inner li a:hover {
	color: #1765b4;
	background-color: #F2F7FA;
	border: 1px solid #1765b4;
}
header2 section.inner li a:after {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	content: "";
	width: 4px;
	height: 6px;
	background: url(../../images/icon_arrow.png) center center no-repeat;
	pointer-events: none;
}



/* --------------------------------------------------------- main common */

.btn{
	margin: 0;
}
.btn a {
	display: block;
	width: 200px;
	position:relative;
	font-size: 1.125rem;
	font-weight: 500;
	overflow: hidden;
}
.btn a:after {
	position: absolute;
	content: "";
	width: 46px;
	height: 1px;
	left: 0;
	bottom: 0;
	transition: all .4s ease;
}
.btn a:hover:after {
	width: 150%;
	transition: all .2s ease;
}

@media screen and (max-width: 767px) {
	.btn a {
		font-size: 1rem;
	}
}
@media screen and (max-width: 479px) {
	.btn a {
		width: auto;
		display: inline-block;
	}
	.btn a:hover:after {
		width: 46px;
		transition: all .2s ease;
	}
}

/* --------------------------------------------------------- mainvisual */
#mainvisual {
	position: relative;
	background-size: cover;
	overflow: hidden;
	height: 450px;
	background: url(../../images/mainvisual.jpg) center center no-repeat;
	background-size: cover;
}
#mainvisual .inner {
	position: relative;
	height: 100%;
}
#mainvisual div {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, 0.85);
	padding: 50px;
	width: 580px;
	box-sizing: border-box;
}
#mainvisual h2 {
	 background-color: #b21818;
	 border-radius: 5px;
	 color: #fff;
	 font-size: 0.75rem;
	 width: 110px;
	 height: 30px;
	 text-align: center;
	 line-height: 30px;
	 margin-bottom: 15px;
	 letter-spacing: 0.1em;
	 padding: 0;
}
#mainvisual dt {
	font-size: 1.375rem;
	color: #1765b4;
	line-height: 1.7;
	margin-bottom: 10px;
}
#mainvisual dd {
	font-size: 1rem;
	line-height: 2.0;
}

@media screen and (max-width: 999px) {

}
@media screen and (max-width: 767px) {
	#mainvisual div {
		left:50%;
		transform: translate(-50%,-50%);
		max-width: 90%;
		padding: 40px;
	}
}
@media screen and (max-width: 479px) {
	#mainvisual dd {
		line-height: 1.8;
	}
}

/* --------------------------------------------------------- top_news */
#top_news {
	background: url(../../images/bg_top_news.png) center center no-repeat;
	background-size: cover;
	padding: 30px 0;
}
#top_news section {
	background-color: #fff;
	box-sizing: border-box;
	border: 2px solid #1765b4;
	border-radius: 5px;
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 25px 80px 70px 80px;
}
#top_news h2 {
	font-size: 1.625rem;
	color: #fff;
	background-color: #1765b4;
	width: 300px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	transform: translateY(-57px);
	border-radius: 5px;
	padding: 0;
}
#top_news dl {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;	
}
#top_news dt {
	width: 165px;
	font-weight: bold;
	font-size: 0.875rem;
	letter-spacing: 0.025em;
	line-height: 1.7;
	white-space: nowrap;
}
#top_news dd {
	width: calc(100% - 165px);
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	line-height: 1.7;
}
#top_news dd a {
	display: block;
	padding: 15px 0;
	color: #1883b2;
	text-decoration: underline;
}
#top_news dd a:hover {
	color: #333;
    text-decoration: none;
}
#top_news dd.nolink {
	padding: 15px 0;
}
#top_news .btn {
	margin-top: 30px;
}
#top_news .btn a {
	position: relative;
	display: block;
	width: 210px;
	margin: 0 0 0 auto;
	border-bottom: 2px solid #1765b4;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#top_news .btn a:hover {
	color: #1765b4;
}
#top_news .btn a:after {
	position: absolute;
	right: 10px;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 8px;
	height: 13px;
	background: url(../../images/icon_arrow_02.png);
}
#top_news .btn a:hover:after {
	right: 0;
}

@media screen and (max-width: 999px) {
	#top_news {
		padding: 100px 0 80px;
	}
	#top_news section {
		padding: 10px 80px 70px 80px;
	}
	#top_news h2 {
		margin: 0 auto;
		transform: translateY(-42px);
	}
}

@media screen and (max-width: 767px) {
	#top_news {
	    padding: 80px 0 60px;
	}
	#top_news section {
    	padding: 10px 40px 50px 40px;
    	width: 86%;
	}
	#top_news h2 {
		font-size: 1.375rem;
		height: 50px;
		line-height: 50px;
		transform: translateY(-37px);
	}
	#top_news dt {
		width: 100%;
	}
	#top_news dd {
		width: 100%;
		font-size: 1rem;
	}
	#top_news dd a {
		padding: 5px 0 30px 0;
	}
	#top_news .btn {
		margin-top: 10px;
	}
}
@media screen and (max-width: 479px) {
	#top_news h2 {
		width: 100%;
	}
	#top_news .btn a {
		margin: 0 auto;
	}
}


/* --------------------------------------------------------- top_navigation */
#top_navigation {
	padding: 30px 0 40px;
}
#top_navigation ul {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;	
}
#top_navigation li {
	border: 2px solid #1765b4;
	box-sizing: border-box;
	border-radius: 5px;
	width: 48%;
	margin: 0 2% 30px 0;
}
#top_navigation li:nth-of-type(4n) {
	margin: 0 0 30px 0;
}
#top_navigation dl {
	padding-bottom: 15px;
}
#top_navigation dt {
	background-color: #1765b4;
	color: #fff;
	font-size: 1.375rem;
	font-weight: bold;
	letter-spacing: 0.075em;
	line-height: 65px;
	padding: 0 20px;
	box-sizing: border-box;
	white-space: nowrap;
	margin: 0 0 20px 0;
}
#top_navigation dd {
	line-height: 1.5;
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	padding: 0 20px 0 36px;
	background: url(../../images/icon_arrow.png) left 20px top 15px no-repeat;
}
#top_navigation dd a {
	padding: 5px 0;
	display: block;
	color: #1883b2;
	text-decoration: underline;
}
#top_navigation dd a:hover {
	color: #333;
	text-decoration: none;
}
#top_navigation dd a img {
	width: 13px;
	height: 16px;
	vertical-align: middle;
	margin-left: -13px;
}
#top_navigation dd a span {
	padding-right: 23px;
}

@media screen and (max-width: 1299px) {
	#top_navigation li {
		width: 32%;
		margin: 0 2% 30px 0;
	}
	#top_navigation li:nth-of-type(4n) {
	margin: 0 2% 30px 0;
	}
	#top_navigation li:nth-of-type(3n) {
	margin: 0 0 30px 0;
	}
}

@media screen and (max-width: 999px) {
	#top_navigation {
		padding: 80px 0 50px;
	}
	#top_navigation li {
		width: 49%;
		margin: 0 2% 30px 0;
	}
	#top_navigation li:nth-of-type(4n) {
	margin: 0 0 30px 0;
	}
	#top_navigation li:nth-of-type(3n) {
	margin: 0 2% 30px 0;
	}
	#top_navigation li:nth-of-type(2n) {
	margin: 0 0 30px 0;
	}
}

@media screen and (max-width: 767px) {
	#top_navigation {
	    padding: 60px 0 40px;
	}
	#top_navigation dt {
		font-size: 1.25rem;
		line-height: 50px;
	}
	#top_navigation dd {
		font-size: 1rem;
	}
	#top_navigation li {
		width: 100%;
		margin: 0 0 20px 0;
	}
	#top_navigation li:nth-of-type(4n) {
	margin: 0 0 20px 0;
	}
	#top_navigation li:nth-of-type(3n) {
	margin: 0 0 20px 0;
	}
	#top_navigation li:nth-of-type(2n) {
	margin: 0 0 20px 0;
	}
}

/* --------------------------------------------------------- top_banner */
#top_banner {
	background-color: #f5f5f5;
	padding: 100px 0;
}
#top_banner .carousel li {
	margin: 0 13px;
}
#top_banner .carousel li a {
	display: block;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
#top_banner .carousel li a:hover {
	border: 1px solid #1765b4;
}
.slick-prev,
.slick-next {
	width: 23px;
	height: 48px;	
}
.slick-prev:before,
.slick-next:before {
	display: block;
	width: 23px;
	height: 48px;
}
.slick-prev:before {
	content: "";
	background: url(../../images/slick_arrow_prev.png) center center no-repeat;
	background-size: cover;
}
.slick-next:before {
	content: "";
	background: url(../../images/slick_arrow_next.png) center center no-repeat;
	background-size: cover;
}

@media screen and (max-width: 1399px) {
	.slick-prev {
	    left: -32px;
	}
	.slick-next {
	    right: -32px;
	}
}
@media screen and (max-width: 1099px) {
	#top_banner .carousel li {
		margin: 0 10px;
	}
}
@media screen and (max-width: 999px) {
	#top_banner {
		padding: 80px 0;
	}
	#top_banner .carousel li {
		margin: 0 8px;
	}
	.slick-prev {
	    left: -25px;
	}
	.slick-next {
	    right: -25px;
	}
	.slick-prev,
	.slick-next {
		width: 15px;
		height: 32px;
	}
	.slick-prev:before,
	.slick-next:before {
		width: 15px;
		height: 32px;
	}
}
@media screen and (max-width: 767px) {
	#top_banner {
	    padding: 60px 0;
	}
	#top_banner .inner {
		width: calc(100% - 80px);
	}
}
@media screen and (max-width: 479px) {
	#top_banner .inner {
	    width: calc(100% - 60px);
	}
	.slick-prev {
	    left: -18px;
	}
	.slick-next {
	    right: -18px;
	}
	.slick-prev,
	.slick-next {
		width: 12px;
		height: 24px;
	}
	.slick-prev:before,
	.slick-next:before {
		width: 12px;
		height: 24px;
	}
	#top_banner .carousel li {
    margin: 0 5px;
	}
}
@media screen and (max-width: 399px) {
	#top_banner .inner {
	    width: calc(100% - 80px);
	}
	.slick-prev {
	    left: -25px;
	}
	.slick-next {
	    right: -25px;
	}
}