@charset "utf-8";




/* ------------------------------------------------------------------------------------------------
 * RESPONSIVE
 * ------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 999px) {
	.g-body {
		min-width: 0;
	}
	
	.u-show-pc {
		display: none !important;
	}

	.u-show-mobile {
		display: none !important;
	}
	
	.u-show-tablet {
		display: inline-block !important;
	}
	
	.g-wrap.is-matsumoto-line:before,
	.g-wrap.is-matsumoto-line:after {
		width: 70px;
	}
	
	.g-wrap.is-matsumoto-line:before {
		right: 200px;
	}
	
	.g-wrap.is-matsumoto-line:after {
		top: 50px;
		right: 100px;
	}
	
	.u-inner {
		padding-right: 30px;
		padding-left: 30px;
	}
	
	.g-header {
		min-height: 70px;
	}
	
	.g-header__brand {
		width: 45%;
		height: 70px;
	}
	
	.g-header__brand .e-link img {
		max-width: 100px;
	}
	
	.g-header__logo {
		width: 100%;
		padding: 15px 0;
		border-bottom: 1px solid #e5e5e5;
	}
	
	.g-header__logo .e-img {
		max-width: 160px;
	}
	
	.l-nav__items {
		height: 70px;
	}
	
	.g-footer {
		padding: 30px 30px 0;
	}
	
	.g-footer__main {
		width: calc((100% - 60px) / 5 * 4 - 30px);
		padding: 15px 20px;
		left: 30px;
	}
	
	.g-footer__main-description {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	
	.g-footer__sitemap-items {
		padding: 10px;
	}
	
	.g-footer__sitemap-item {
		margin: 0;
	}
	
	.g-footer__sitemap-item .e-link {
		font-size: 1rem;
		line-height: 1.35;
		padding: 10px 0 10px 10px;
	}
	
	.g-footer__sitemap-item.is-bishoukan .e-link,
	.g-footer__sitemap-item.is-rihatsukan .e-link {
		background-size: 80px auto;
	}
	
	.g-footer .is-bishoukan-wrap {
		/*box-shadow: 0 0 10px 0 #b3051e;*/
		/*border: 2px solid #b3051e !important;*/
	}
	
	.is-rihatsukan-wrap {
		/*box-shadow: 0 0 10px 0 #014da0;*/
		/*border: 2px solid #014da0 !important;*/
	}
	
	.g-copyright {
		font-size: 1.1rem;
	}
	
	.l-nav__items-brand {
		min-height: 80px;
	}
	
	.l-nav__item-brand {
		width: 180px;
	}
	
	.l-nav__item .e-button {
		font-size: 1.4rem;
	}
	
	.l-nav__item .e-link {
		padding: 15px;
	}
	
	.l-nav__item:before {
		height: 40px;
	}
	
	.l-banner-slide {
		padding: 0 30px;
	}
	
	.l-banner-slide__inner {
		padding: 30px 0;
	}
	
	.l-banner-slide__item {
		padding: 0 10px;
	}
	
	
	
	
} /* END RESPONSIVE 999px */




@media screen and (max-width:767px) {
	html {
		overflow: auto;
	}
	
	html.is-nav-open,
	html.is-nav-open .g-body {
		width: 100%;
		overflow: hidden;
	}
	
	.g-body {
		min-width: 0;
		height: auto;
		padding: 0;
	}
	
	.u-show-pc {
		display: none !important;
	}
	
	.u-show-tablet {
		display: none !important;
	}
	
	.u-show-mobile {
		display: block !important;
	}
	
	.u-sp-zoom {
		color: rgba(0,0,0,.5);
		font-size: 1rem;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0;
		text-align: center;
		width: 100%;
		margin: 15px 0 0;
		padding: 7px 10px;
		display: block;
		background: rgba(100,100,100,.2);
		border-radius: 50px;
	}
	
	.js-zoom-link:hover {
		opacity:1;
	}
	
	.js-link-tel .e-link {
		text-decoration: underline;
	}
	
	.u-into-scroll {
		width: 100%;
		margin-bottom: 30px;
		padding-top: 25px;
		overflow: auto;
		position: relative;
		-webkit-overflow-scrolling: touch;
	}
	
	.u-into-scroll:before {
		content: '横にスクロールしてください｡';
		color: #ff0000;
		display: block;
		margin: 0 0 10px;
		position: absolute;
		top: 0;
	}
	
	.u-into-scroll::-webkit-scrollbar{
		height: 10px;
	}
	.u-into-scroll::-webkit-scrollbar-track{
		background: #f6f6f6;
	}
	.u-into-scroll::-webkit-scrollbar-thumb {
		background: #adadad;
		border-radius: 50px;
	}
	
	.u-into-scroll .u-table {
		width: 640px;
		margin-bottom: 10px;
	}
	
	.u-into-scroll img {
		max-width: 800px;
	}
	
	input[type="submit"],
	input[type="button"] {
		border-radius: 0;
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		appearance: button;
		border: none;
		box-sizing: border-box;
		cursor: pointer;
	}
	
	input[type="submit"]::-webkit-search-decoration,
	input[type="button"]::-webkit-search-decoration {
		display: none;
	}
	
	input[type="submit"]::focus,
	input[type="button"]::focus {
		outline-offset: -2px;
	}
	
	.u-title-hi {
		font-size: 1.3rem;
	}
	
	.u-title-hi .e-title:before {
		font-size: 2.6rem;
	}
	
	.u-title-mid {
		font-size: 1.8rem;
		padding: 0 0 0 15px;
	}
	
	.u-read-text {
		font-size: 1.4rem;
		line-height: 1.75;
		letter-spacing: 0;
	}
	
	.g-wrap {
		padding: 50px 0 0;
	}
	
	.g-wrap.is-matsumoto-line:before,
	.g-wrap.is-matsumoto-line:after {
		width: 50px;
	}
	
	.g-wrap.is-matsumoto-line:before {
		right: 150px;
	}
	
	.g-wrap.is-matsumoto-line:after {
		top: 80px;
		right: 30px;
	}
	
	.g-header {
		height: 50px;
		display: block;
		background: #fff;
		min-height: 0;
		position: fixed;
		z-index: 1000;
	}
	
	.g-header__logo {
		line-height: 1;
		width: auto;
		max-width: none;
		height: 50px;
		padding: 0;
		position: relative;
	}
	
	.g-header__logo .e-link {
		display: block;
		position: absolute;
		top: 50%;
		left: 15px;
		transform: translateY(-50%);
	}
	
	.g-header__logo .e-img {
		max-width: 160px;
	}
	
	.g-header__brand {
		width: 75%;
		height: 50px;
	}
	
	.g-header__brand .e-link img {
		max-width: 70px;
	}
	
	.l-nav {
		width: 100%;
		background: #fff;
		position: absolute;
		top: 50px;
		left: 0;
		display: none;
	}
	
	.l-nav__items-brand {
		min-height: 0;
		padding: 30px 30px 15px;
		display: block;
	}
	
	.l-nav__item-brand {
		width: 100%;
		margin: 0 0 5px;
	}
	
	.l-nav__item-brand .e-img {
		max-width: 100px;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
	}
	
	.l-nav__item-brand .e-link {
		text-align: center;
		padding: 20px 0;
	}
	
	.l-nav__items {
		height: auto;
		padding: 0 30px 30px;
		display: block;
	}
	
	.l-nav__item {
		border-top: 1px solid #ddd;
		display: block;
	}
	
	.l-nav__item:last-child {
		border-bottom: 1px solid #ddd;
	}
	
	.l-nav__item:before {
		display: none;
	}
	
	.l-nav__item .e-link {
		padding: 15px 0;
		display: block;
	}
	
	.c-cover {
		width: 100%;
		height: 100%;
		background: #000;
		position: fixed;
		top: 0;
		left: 0;
		opacity: .75;
		z-index: 999;
		display: none;
	}
	
	.g-header-nav__button {
		width: 50px;
		height: 50px;
		background: #000;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.g-header-nav__button .line {
		width: 30px;
		height: 2px;
		display: block;
		background: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%);
		transition: .2s ease
	}
	
	.g-header-nav__button .line.is-top {
		top: calc(50% - 6px);
	}
	
	.g-header-nav__button .line.is-bottom {
		top: calc(50% + 6px);
	}
	
	.is-nav-open .g-header-nav__button .line.is-center {
		display: none;
	}
	
	.is-nav-open .g-header-nav__button .line.is-top,
	.is-nav-open .g-header-nav__button .line.is-bottom {
		top: 50%;
	}
	
	.is-nav-open .g-header-nav__button .line.is-top {
		transform: translateX(-50%) rotate(45deg);
	}
	
	.is-nav-open .g-header-nav__button .line.is-bottom {
		transform: translateX(-50%) rotate(-45deg);
	}
	
	
	
	
	
	
	.g-footer {
		padding: 60px 0 0;
		border: 0;
	}
	
	.g-footer__main {
		width: 100%;
		padding: 20px 0;
		border-bottom: 0;
		position: relative;
		bottom: auto;
		left: auto;
	}
	
	.g-footer__main-logo {
		text-align: center;
		max-width: none;
		display: block;
	}
	
	.g-footer__main-logo .e-img {
		max-width: 140px;
	}
	
	.g-footer__main-description {
		font-size: 1.2rem;
		line-height: 1.5;
		letter-spacing: .15em;
		text-align: center;
		display: block;
	}
	
	.g-footer__sitemap {
		display: block;
		border-right: 0;
	}
	
	.g-footer__sitemap-items {
		width: calc(100% - 10px);
		margin: 0 auto 10px;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		border-top: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
		position: relative;
	}
	
	.g-footer__sitemap-items:after {
		content: '';
		width: 1px;
		height: 100%;
		display: block;
		background: #e5e5e5;
		position: absolute;
		top: 0;
		left: 50%;
	}
	
	.g-footer__sitemap-items:before {
		content: '';
		width: 100%;
		height: 1px;
		display: block;
		background: #e5e5e5;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	.g-footer__sitemap-items:nth-of-type(2),
	.g-footer__sitemap-items:nth-of-type(3) {
		padding-top: 0;
	}
	
	.g-footer__sitemap-items:hover {
		background: #fff;
	}
	
	.g-footer__sitemap-item {
		width: 50%;
		border-bottom: 1px solid #e5e5e5;
	}
	
	.g-footer__sitemap-item:not(.is-bishoukan):not(.is-rihatsukan):after {
		display: none;
	}
	
	.g-footer__sitemap-item:hover .e-link {
		color: #777;
	}
	
	.g-footer__sitemap-item.is-bishoukan,
	.g-footer__sitemap-item.is-rihatsukan {
		width: 100%;
		display: block;
		background: #fff;
		position: relative;
		z-index: 10;
	}
	
	.g-footer__sitemap-item .e-link {
		font-size: 1.2rem;
		padding: 10px 5px 10px 15px;
	}
	
	.g-footer-pagetop {
		right: 10px;
	}
	
	.g-footer-pagetop a {
		width: 60px;
		height: 60px;
	}
	
	
	.l-banner-slide {
		padding: 0;
	}
	
	.l-banner-slide__items .slick-next,
	.l-banner-slide__items .slick-prev {
		display: none !important;
	}
	
	.g-copyright {
		font-size: 1.1rem;
		padding: 10px 0 20px;
	}
	
	.l-content-menu.is-col-2 .l-content-menu__item {
		width: 50%;
	}
	
	.l-content-menu__items {
		margin: 0 -15px;
	}
	
	.l-content-menu__item .e-link {
		font-size: 1.3rem;
		padding: 15px 0;
	}
	
	.l-content-menu:nth-of-type(2) {
		margin: 0 0 40px;
		padding-top: 30px;
	}
	
	.l-banner-slide__inner {
		padding: 15px 0;
	}
	
	
	
	
} /* END RESPONSIVE 767px */




@media screen and (max-width:374px) {
	
	.g-header-logo {
		width: 160px;
	}
	
} /* END RESPONSIVE 374px */
