@charset "UTF-8";
/*
Theme Name: レスポンシブテンプレート
Theme URI: 
Description: サインズ
Version: 1.0
Author: sains
Author URI: 
*/

@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&family=BIZ+UDPMincho:wght@400;700&display=swap);
/******************
画像位置ぞろえ[共通]
******************/

img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	margin-left: auto;
	display:block;
}

img.alignleft{
	text-align: left;
}

/******************
オールクリア[共通]
******************/

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object{
	margin: 0;
	padding: 0;
}
html{
	font-size:62.5%;
}
body{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.6rem;
	color:#000;
	line-height:1.6;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}

img{
	border:none;
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}

li{
	list-style-type:none;	
}

a{
	color:#000;
	text-decoration:none;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	backface-visibility: hidden;
}

a:hover{
	color:#b70000;
	backface-visibility: hidden;
}

a img{
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
		outline:none;
	box-shadow: #000 0 0 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

a:hover img{
	opacity:0.7;
	-moz-opacity:0.7;
	-webkit-opacity:0.7;
}

table{
	border-collapse:collapse;
	border-color: #333333;
}

th{
	font-weight:500;
}

td{
	vertical-align:top;
}

@media screen and (max-width: 960px) {
	body{
		font-size:1.5rem;
		line-height:1.7;
	}
}
/******************
汎用[共通]
******************/

.float_left{
	float:left;
}

.float_right{
	float:right;
}

.clear{
	clear:both;
}

.cenclear{
	clear:both;
	text-align:center;
	padding-top:30px;
}

.txt_center{
	text-align:center;
}


/******************
全体[共通]
******************/
*, *:before, *:after {
	box-sizing: border-box;
}
#wrapperTop,#wrapper{
	width:100%;
	overflow:hidden;
}

/******************
ヘッダー[PC]
******************/
#header{
	width:100%;
	height:80px;
	position:fixed;
	top:30px;
	z-index:1000;
	transition:.3s;
}
#headerUpperBox{
	width:calc(100% - 150px);
	height:80px;
	margin:0;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
#headerLogo{
	width:25%;	
	margin-left:10%;
	line-height:1;
}
#headerRight{
	width:75%;
	display:flex;
	justify-content:end;
	align-items:center;
}
#headerSns{
	display:flex;
	margin-right:5%;
}
#headerSns p{
	margin:0 20px;
}

#headerContact{
	position:absolute;
	top:-30px;
	right:0;
	transition:.3s;
}
.h-scroll #headerContact{
	top:0;
}
#headerContact a{
	display:block;
	padding:60px 20px 30px;
	background-color:#b70000;
	color:#fff;
	background-image: url(./images/common/h-mail.svg);
	background-repeat: no-repeat;
	background-position: center 30px;
	background-size: 30px auto;
	transition: .3s;
}
#headerContact a:hover{
	background-color:#c40031;
}
.headerMenu ul li{
	margin-right:30px;
}
.headerMenu ul li span{
	display:block;
	line-height:normal;
	vertical-align:middle;
	padding:0 20px;
}
@media screen and (max-width: 1560px) {
	#headerLogo{
		margin-left:4%;
	}
}
@media screen and (max-width: 1460px) {
	#headerSns{
		margin-right:2%;
	}
	.headerMenu ul li{
		margin-right:10px;
	}
}
@media screen and (max-width: 1240px) {
	#headerUpperBox {
		width: calc(100% - 120px);
	}
	#headerLogo{
		margin-left:2%;
	}
	#headerSns p{
		margin:0 10px;
	}
	#headerContact a {
		font-size:1.6rem;
		padding: 50px 10px 20px;
	}
	.headerMenu ul li span{
		padding:0 5px;
	}
}
@media screen and (max-width: 960px) {
	#header{
		background-color:rgba(255,255,255,0.8);
	}
}
@media screen and (max-width: 460px) {
	#headerSns{
		width:70%;
	}
	#headerSns p{
		margin:0 8px 6px;
	}
}
@media print,screen and (min-width: 961px) {
#wrapperTop, #wrapper{
	width:100%;
	margin:0 auto;
	clear:both;
}
#header.h-scroll {
	top:0;
	background-color:rgba(255,255,255,0.8);
	transition:.3s;
}
#headerLogo a{
	display:block;
}
.headerMenu ul{
	display:flex;
}
.headerMenu ul li{
	position:relative;
	box-sizing:border-box;
}

.headerMenu ul li span::after {
    background-color: #b70000;
    content: '';
    display: block;
    height: 2px;
    margin: 2px auto 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    width: 0;
}
.headerMenu ul li a:hover span:after{
	width:100%;
}
.headerMenu ul li:hover > a{
	transition: .3s;
}
.sphInquiryBox{
	display:none;
}
}
/******************
ヘッダー[スマートフォン]
******************/
@media screen and (max-width: 960px) {
#h-contact{
	display:none;
}

body.headerMenuActive{
	position:fixed;
	width: 100%;
	height: 100%;
}

#wrapperTop,#wrapper{
}

	#header{
		z-index:2;
		height:60px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	#header.h-scroll {
	}
	#headerUpperBox{
		width:calc(100% - 70px);
		height:60px;
	}
	#headerLogo{
		max-width:220px;
		width:98%;
	}
}
/*ヘッダーメニュー*/
@media screen and (max-width: 960px) {
#hMenuBtnWrap {
	position:absolute;
	z-index:5500;
	top:0;
	right:0;
	width:64px;
	height:60px;
	cursor:pointer;
	-webkit-transition:opacity .2s ease .3s, top 0s ease .3s;
	-moz-transition:opacity .2s ease .3s, top 0s ease .3s;
	-ms-transition:opacity .2s ease .3s, top 0s ease .3s;
	transition:opacity .2s ease .3s, top 0s ease .3s;
	background-color:#b70000;
}

#hMenuBtnWrap .hMenuBtnBox {
	padding:9px 4px;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
	height:46px;
}

.hMenuBtnBox:after,
.hMenuBtnBox:before,
.hMenuBtnBox div.hMenuBtnMiddle:before {
	content:'';
	display:block;
	width:20px;
	height:3px;
	border-radius:4px;
	margin:2px 0;
	background-color:#fff;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease;
	outline:1px solid transparent;
}

#header .morph-menu-active{
	position:fixed;
}

#header .morph-menu-active .hMenuBtnBox:after,
#header .morph-menu-active .hMenuBtnBox:before,
#header .morph-menu-active .hMenuBtnBox div.hMenuBtnMiddle:before {
	background-color:#fff;
}

#headerMenuWrap {
	position:relative;
	top:100px;
	max-width:340px;
	width:100%;
	margin:0;
	-webkit-transform:translate3d(0,0,0);
	-webkit-overflow-scrolling:touch;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	transition:all .2s ease;
}

.headerMenu{
	 width:100%;
	 height:100%;
}
.groupMenu{
	padding-bottom:60px;
}
.headerMenu ul li{
	width:auto;
	height:auto;
	margin:auto;
}

.headerMenu ul li a{
	width:auto;
	margin:0;
	padding:20px 0 20px 40px;
	display:block;
	text-decoration:none;
	text-indent:0;
	height:auto;
	font-weight:500;
	font-size:1.8rem;
	transition:.3s;
	border-bottom:1px dotted #808080;
}
		.headerMenu ul li:first-child a{
		border-top:1px dotted #808080;
	}
.headerMenu ul li a::after{
	position: absolute;
	margin: auto;
	content: "";
	margin: 0;
	top:30px;
	left: 26px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #b70000;
	border-right: 2px solid #b70000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition:.3s;
}
.headerMenu ul li a:hover::after{
	border-top: 1px solid #4c705c;
	border-right: 1px solid #4c705c;
}
.headerMenu ul li a, .groupMenuTxt{
	opacity:0;
	-webkit-transform:translateX(30px);
	-moz-transform:translateX(30px);
	transform:translateX(30px);
}
.groupMenuTxt{
	color:#35110c;
	background-color:#d0e2d5;
	font-weight:bold;
	padding:10px 5px 10px 30px;
	margin:30px auto 15px;
}
.headerMenu ul li a:hover{
	background-color:#f2f2f2;
}

#header .headerMenuWrap-active .headerMenu ul li a, #header .headerMenuWrap-active .headerMenu .groupMenuTxt {
	opacity:1;
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	transform:translateX(0);
}

#header .headerMenuWrap-active .headerMenu ul li:nth-child(1) a{
	-webkit-transition:opacity .3s ease .2s, -webkit-transform .5s ease .2s;
	-moz-transition:opacity .3s ease .2s, -moz-transform .5s ease .2s;
	transition:opacity .3s ease .2s, transform .5s ease .2s;
}

#header .headerMenuWrap-active .headerMenu ul li:nth-child(2) a {
	-webkit-transition:opacity .3s ease .25s, -webkit-transform .5s ease .25s;
	-moz-transition:opacity .3s ease .25s, -moz-transform .5s ease .25s;
	transition:opacity .3s ease .25s, transform .5s ease .25s;
}

#header .headerMenuWrap-active .headerMenu ul li:nth-child(3) a {
	-webkit-transition:opacity .3s ease .3s, -webkit-transform .5s ease .3s;
	-moz-transition:opacity .3s ease .3s, -moz-transform .5s ease .3s;
	transition:opacity .3s ease .3s, transform .5s ease .3s;
}

#header .headerMenuWrap-active .headerMenu ul li:nth-child(4) a {
	-webkit-transition:opacity .3s ease .35s, -webkit-transform .5s ease .35s;
	-moz-transition:opacity .3s ease .35s, -moz-transform .5s ease .35s;
	transition:opacity .3s ease .35s, transform .5s ease .35s;
}

#header .headerMenuWrap-active .headerMenu ul li:nth-child(5) a {
	-webkit-transition:opacity .3s ease .4s, -webkit-transform .5s ease .4s;
	-moz-transition:opacity .3s ease .4s, -moz-transform .5s ease .4s;
	transition:opacity .3s ease .4s, transform .5s ease .4s;
}

#header .headerMenuWrap-active .headerMenu ul li:nth-child(6) a {
	-webkit-transition:opacity .3s ease .45s, -webkit-transform .5s ease .45s;
	-moz-transition:opacity .3s ease .45s, -moz-transform .5s ease .45s;
	transition:opacity .3s ease .45s, transform .5s ease .45s;
}

#header .headerMenuWrap-active .headerMenu ul li:nth-child(7) a {
	-webkit-transition:opacity .3s ease .5s, -webkit-transform .5s ease .5s;
	-moz-transition:opacity .3s ease .5s, -moz-transform .5s ease .5s;
	transition:opacity .3s ease .5s, transform .5s ease .5s;
}

#header .headerMenuWrap-active .headerMenu ul li:nth-child(8) a {
	-webkit-transition:opacity .3s ease .55s, -webkit-transform .5s ease .55s;
	-moz-transition:opacity .3s ease .55s, -moz-transform .5s ease .55s;
	transition:opacity .3s ease .55s, transform .5s ease .55s;
}

#header .headerMenuWrap-active .headerMenu ul li:nth-child(9) a, #header .headerMenuWrap-active .groupMenuTxt {
	-webkit-transition:opacity .3s ease .6s, -webkit-transform .5s ease .6s;
	-moz-transition:opacity .3s ease .6s, -moz-transform .5s ease .6s;
	transition:opacity .3s ease .6s, transform .5s ease .6s;
}

#header .headerMenuWrap-active .headerMenu ul li:nth-child(10) a {
	-webkit-transition:opacity .3s ease .65s, -webkit-transform .5s ease .65s;
	-moz-transition:opacity .3s ease .65s, -moz-transform .5s ease .65s;
	transition:opacity .3s ease .65s, transform .5s ease .65s;
}
/* MAIN WRAPPER
**************************************************/
#headerMenuMainWrap {
	position:fixed;
	z-index:3500;
	top:0;
	right:0;
	width:340px;
	height:100%;
	margin:0;
	padding:0;
	/*color:#3c3c3c;*/
	overflow:hidden !important;
	-webkit-transform:translateX(360px);
	-moz-transform:translateX(360px);
	-ms-transform:translateX(360px);
	transform:translateX(360px);
	-webkit-transition:all .4s cubic-bezier(.37,.15,.32,.94);
	-moz-transition:all .4s cubic-bezier(.37,.15,.32,.94);
	-ms-transition:all .4s cubic-bezier(.37,.15,.32,.94);
	transition:all .4s cubic-bezier(.37,.15,.32,.94);
}

.sphInquiryBox{
	-webkit-transform:translateX(360px);
	-moz-transform:translateX(360px);
	-ms-transform:translateX(360px);
	transform:translateX(360px);
	-webkit-transition:all .8s cubic-bezier(.37,.15,.32,.94);
	-moz-transition:all .8s cubic-bezier(.37,.15,.32,.94);
	-ms-transition:all .8s cubic-bezier(.37,.15,.32,.94);
	transition:all .8s cubic-bezier(.37,.15,.32,.94);
}

#header .headerMenuMainWrapSp{
	transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s; 
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
}

#header .headerMenuMainWrap-active {
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
}

#header .headerMenuMainWrap-active .sphInquiryBox{
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
}

.headerMenuMainBox {
	position:relative;
	width:360px;
	height:100%;
	overflow-y:scroll !important;
	overflow-x:hidden;
	/* smooth scroll on iOS */
	-webkit-overflow-scrolling:touch;
	-webkit-transition:all .4s cubic-bezier(.37,.15,.32,.94);
	-moz-transition:all .4s cubic-bezier(.37,.15,.32,.94);
	-ms-transition:all .4s cubic-bezier(.37,.15,.32,.94);
	transition:all .4s cubic-bezier(.37,.15,.32,.94);
	transition-duration:0.5s;
}

.headerMenuMain {
	height:100%;
}

#headerMenuBgOverlay {
	position:fixed;
	z-index:2500;
	top:-1000%;
	left:0;
	right:0;
	width:100%;
	height:110%;
	background-color:#000;
	opacity:0;
	display:block;
	-webkit-transition:top 0s ease .35s, opacity .35s ease;
	-moz-transition:top 0s ease .35s, opacity .35s ease;
	-ms-transition:top 0s ease .35s, opacity .35s ease;
	transition:top 0s ease .35s, opacity .35s ease;
}

#header .headerMenuBgOverlay-active {
	top:0;
	opacity:.3;
	-webkit-transition:top 0s ease 0s, opacity .35s ease;
	-moz-transition:top 0s ease 0s, opacity .35s ease;
	-ms-transition:top 0s ease 0s, opacity .35s ease;
	transition:top 0s ease 0s, opacity .35s ease;
}

.hMenuBtnBox::after, .hMenuBtnBox::before, .hMenuBtnBox div.hMenuBtnMiddle::before {
    background-color: #fff;
    content: "";
    display: block;
    height: 3px;
    margin: 8px auto 0;
	border-radius:4px;
    outline: 3px solid transparent;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    width:37px;
}
.btnTxt{
	text-align:center;
	font-size:1.4rem;
	font-weight:bold;
	font-family:"Montserrat", sans-serif;
	color:#68232d;
}
/********************************************************/
/* MAIN BACKGROUND
**************************************************/
/* main background */

#headerMenuBg {
	position:fixed;
	z-index:3400;
	top:0;
	right:0;
	width:340px;
	height:100%;
	margin:0;
	padding:0;
	background-color:#fff;
	display:block;
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.75);
	-webkit-transform:translateX(346px);
	-moz-transform:translateX(346px);
	-ms-transform:translateX(346px);
	transform:translateX(346px);
	-webkit-transition:all .4s cubic-bezier(.37,.15,.32,.94);
	-moz-transition:all .4s cubic-bezier(.37,.15,.32,.94);
	-ms-transition:all .4s cubic-bezier(.37,.15,.32,.94);
	transition:all .4s cubic-bezier(.37,.15,.32,.94);
	transition-duration:0.5s;
}

#header .headerMenuBgActive {
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
}

/* menu button */
.hMenuBtnBox:after,
.hMenuBtnBox:before,
.hMenuBtnBox div.hMenuBtnMiddle:before { 
	background-color: #fff;
}
	
/* main menu button hover */
.hMenuBtnBox:hover:after,
.hMenuBtnBox:hover:before,
.hMenuBtnBox:hover div.hMenuBtnMiddle:before { 
	background-color: #fff;
}

/* menu button active */
#header .morph-menu-active .hMenuBtnBox:after,
#header .morph-menu-active .hMenuBtnBox:before,
#header .morph-menu-active .hMenuBtnBox div.hMenuBtnMiddle:before { 
	background-color: #fff;
}

/* menu button active hover */
#header .morph-menu-active .hMenuBtnBox:hover:after,
#header .morph-menu-active .hMenuBtnBox:hover:before,
#header .morph-menu-active .hMenuBtnBox:hover div.hMenuBtnMiddle:before { 
	background-color: #fff;
}

#header .morph-menu-active .hMenuBtnBox:before {
	margin:9px auto 0;
	transform:translateY(10px) rotate(45deg);
	-moz-transform:translateY(10px) rotate(45deg);
	-ms-transform:translateY(10px) rotate(45deg);
	-webkit-transform:translateY(10px) rotate(45deg);
}

#header .morph-menu-active .hMenuBtnBox:after {
	margin:-6px auto 0;
	transform:translateY(3px) rotate(-45deg);
	-moz-transform:translateY(3px) rotate(-45deg);
	-ms-transform:translateY(3px) rotate(-45deg);
	-webkit-transform:translateY(3px) rotate(-45deg);
}

#header .morph-menu-active div.hMenuBtnMiddle:before {
	opacity:0;
	-webkit-transition:all .15s ease;
	-moz-transition:all .15s ease;
	-ms-transition:all .15s ease;
	transition:all .15s ease;
}

#headerMenuMainWrap {
	transition-duration:0s;
	-webkit-transition-duration:0s;
	-moz-transition-duration:0s; 
	-o-transition-duration:0s;
	-ms-transition-duration:0s;
}

.sphInquiryBox{
	clear:both;
}

.sphInquiryTtl{
	text-align:center;
	font-weight:bold;
	padding:5px 0;
	border-bottom:2px solid #3c3c3c;
	margin:0 5% 20px;
}

.sphTel{
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
}

.sphContact{
	padding:20px 0;
	width:90%;
	max-width:260px;
	margin:20px auto;
}
.sphContact a{
	display: block;
	background-color: #b70000;
	padding: 14px 10px 14px 40px;
	text-align: center;
	color: #fff;
	transition: .3s;
	position: relative;
	background-image: url(./images/common/h-mail.svg);
	background-repeat: no-repeat;
	background-position: 10% 20px;
	background-size: 26px auto;
}
.sphContact a:hover{
	background-color: #c40031;
}
#headerContact{
	display:none;
	/*
	position:absolute;
	top:0;
	bottom:0;
	right:90px;
	width:90px;
	*/
}
	/*
#headerContact a{
	color:#fff;
	font-weight:bold;
	font-size:1.4rem;
	font-family:"Montserrat", sans-serif;
	display:block;
	background-color:#4c705c;
	padding: 46px 0px 9px 0px;
	text-align:center;
	background-image: url(./images/common/mail-icon.png);
	background-repeat: no-repeat;
	background-position: center 16px;
	background-size: 37px auto;
	vertical-align: middle;
	transition: .3s;
}
#headerContact a:hover{
	background-color:#819a8c;
}
	*/
.menuArrow li a::after{
	position: absolute;
	margin: auto;
	content: "";
	margin: 0;
	top:22px;
	left: 26px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #968a89;
	border-right: 1px solid #968a89;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition:.3s;
}
.menuArrow li a:hover::after{
	border-top: 1px solid #4c705c;
	border-right: 1px solid #4c705c;
}
}

/******************
コンテンツボックス[共通]
******************/
#mainImg{
	background-color:#dce1e8;
	background-image: url('./images/top/main-image.jpg');
	background-size: contain;
	background-position: right top;
	background-repeat: no-repeat;
	padding-top:60.5%;
	position:relative;
	overflow:hidden;
}
#contents{
	width:100%;
	overflow:hidden;
	margin:0 auto;
	clear:both;
	position:relative;
	z-index:1;
}
.topMidashi, .topMidashi2{
	text-align:center;
}
.topMidashi2{
	margin-bottom:60px;
}
.topMidashi span, .topMidashi2 span{
	display:block;
	font-size:1.8rem;
	font-weight:normal;
}
.pc-none{
	display:none;
}
@media screen and (max-width: 960px) {
	#contents{
		padding-top:60px;
	}
}
@media screen and (max-width: 768px) {
	#mainImg{
		background-image: url('./images/top/main-image-sp.jpg');
		padding-top:139%;
	}
	.pc-none{
		display:block;
	}
	.sp-none{
		display:none;
	}
	.topMidashi2{
		margin-bottom:40px;
	}
	.topMidashi img, .topMidashi2 img{
		height:28px
	}
}
/*お知らせ*/
#news{
	position:relative;
	margin-top:-100px;
}
#topNewsBox{
	display:flex;
	justify-content:space-between;
	margin:80px auto;
}
#topNewsLeft{
	width:30%;
	z-index:5;
}
#topNewsRight{
	width:55%;
	margin:0 10% 0 5%;
}
#topNewsRight ul li{
	display:flex;
	margin-bottom:10px;
	border-bottom: 1px dotted #323232;
	padding:5px 5px 10px 5px;
}
.infoDate{
	width:160px;
	letter-spacing:0.1rem;
}
.infoTitle{
	width: calc(100% - 160px);
}
#infoMore{
	width:240px;
	margin:40px 0 0 160px;
}
#infoMore a{
	font-size:1.4rem;
	display:block;
	border:1px solid #000;
	border-radius:100vh;
	padding:6px 60px 6px 30px;
	text-align:center;
	letter-spacing:0.2rem;
	position:relative;
	transition:.3s;
}
#infoMore a::before{
	position:absolute;
	margin:auto;
	content:'';
	vertical-align:middle;
	top:21px;
	right:39px;
	width:30px;
	height:1px;
	background-color:#000;
	transition: .3s;
}
#infoMore a::after{
	position: absolute;
	margin: auto;
	content: '';
	vertical-align: middle;
	top:18px;
	right: 39px;
	width: 10px;
	height: 1px;
	border-top: 1px solid #000;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	transition: .3s;
}
#infoMore a:hover{
	border:1px solid #b70000;
	color:#fff;
	background-color:#b70000;
}
#infoMore a:hover::before{
	right: 34px;
	background-color:#fff;
}
#infoMore a:hover::after{
	right: 34px;
	border-top: 1px solid #fff;
}
@media screen and (max-width: 960px) {
	#topNewsRight{
		width:63%;
		margin:0 2% 0 5%;
	}
	#topNewsRight ul li, .infoDate, .infoTitle{
		display:block;
	}
	.infoTitle{
		width: 98%;
		padding-left:2%;
		line-height:1.6;
	}
}
@media screen and (max-width: 768px) {
	#topNewsBox{
		display:block;
	}
	#topNewsLeft{
		width:100%;
	}
	#topNewsRight{
		width:96%;
		max-width:600px;
		margin:30px auto 0;
	}
	#infoMore{
		margin:40px auto 0;
	}
}
/*about*/
#about{
	position:relative;
}
#enTxt{
	width:96%;
	max-width:1920px;
	margin:auto;
	padding:50px 0 100px;
	position:relative;
	z-index:2;
}
#topAboutWrap{
	min-height:1000px;
	position:relative;
	margin-bottom:100px;
}
#aboutBox{
	width:50%;
	max-width:700px;
	margin-left:15%;
	position:relative;
	z-index:2;
}
#aboutTitle{
	margin-bottom:40px;
	font-size:2.6rem;
	font-weight:bold;
	font-family: "BIZ UDPMincho", serif;
	/*font-family:'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;*/
	letter-spacing:0.2rem;
}
#aboutTitle span{
	display:block;
}
#aboutTxt{
	letter-spacing:0.1rem;
	line-height:2.1;
}
.mb20{
	margin:0 0 25px 0;
}
@media screen and (max-width: 1380px) {
	#topAboutWrap{
		min-height:auto;
	}
#aboutBox{
		width:59%;
		margin-left:4%;
	}
}
@media screen and (max-width: 1260px) {
	#topAboutWrap{
		/*min-height:750px;*/
	}
	#aboutTxt{
		line-height:2;
	}
}
@media screen and (max-width: 960px) {
	#enTxt{
		padding:50px 0;
	}
	#topAboutWrap{
		padding:0;
		min-height:auto;
		margin-bottom:60px;
	}
	#aboutBox{
		width:90%;
		max-width:700px;
		margin:0 auto 40px;
	}
	#aboutTitle{
		margin:0 auto 40px;
		text-align:center;
	}
}
@media screen and (max-width: 768px) {
	#enTxt{
		max-width:500px;
		width:80%;
		padding:20px 0 50px;
	}
}
@media screen and (max-width: 640px) {
	#aboutTitle{
		font-size:2.2rem;
		text-align:left;
	}
	#aboutTitle span{
		display:inline;
	}
}
/*生産場所*/
#placeColor{
	background-color:#ebeff4;
	padding:100px 0 40px;
	min-height:900px;
}
#topPlaceWrap{
	position:relative;
}
#placeBox{
	width:35%;
	max-width:620px;
	margin-left:15%;
	letter-spacing:0.1rem;
	line-height:2.1;
}
/*
#placeLeft{
	display: flex;
	width: 100%;
	max-width: 1200px;
	margin-inline: auto;
	position:relative;
	z-index:10;
}
#placeRight{
	display: flex;
	justify-content: flex-end;
	width: 100%;
	max-width: 1200px;
	margin-inline: auto;
	position:relative;
	z-index:10;
}
*/
@media screen and (max-width: 1380px) {
	#placeColor{
		min-height:auto;
	}
#placeBox{
		width:46%;
		max-width:600px;
		margin-left:4%;
		line-height:2;
}
}
@media screen and (max-width: 1260px) {
	#placeColor{
		/*min-height:700px;*/
	}

}
@media screen and (max-width: 960px) {
	#placeColor{
		padding:40px 0 0;
	}
	#placeBox{
		width:90%;
		max-width:700px;
		margin:0 auto 40px;
	}
}
/*取扱店舗*/
#topHandlingWrap{
	position:relative;
	padding:150px 0 0;
	min-height:500px;
	background-color:#ebeff4;
}
#handlingBg{
	position:relative;
	width:100%;
	background: url(./images/top/tomato-bg.jpg) no-repeat center bottom;
    background-attachment: scroll;
	background-size: cover;
	padding-top:280px;
}
#handlingBox{
	position:absolute;
	top:50%;
	left:8%;
	transform: translateY(-50%);
	display:flex;
	align-items:center;
	padding:20px 0;
	width:50%;
	max-width:920px;
	margin-right:auto;
	background-color:#fff;
}
#handlingImg{
	margin:0 5%;
}
#handlingFrame{
	text-align:center;
	margin:0 5% 0 2%;
}
#handlingTitle{
	font-size:3.8rem;
	font-weight:bold;
	font-family: "BIZ UDPMincho", serif;
	letter-spacing:0.5rem;
	line-height:1.4;
	margin-bottom:5px;
}
@media screen and (max-width: 1380px) {
	#topHandlingWrap{
		min-height:auto;
	}
}
@media screen and (max-width: 1260px) {
	#topHandlingWrap{
		/*min-height:400px;*/
	}
	#handlingBg{
		padding-top:220px;
	}
	#handlingBox{
		left:4%;
	}
}
@media screen and (max-width: 960px) {
	#topHandlingWrap{
		padding:0;
	}
	#handlingBox{
		left:0;
		right:0;
		width:90%;
		margin:auto;
	}
}
@media screen and (max-width: 768px) {
	#handlingBg{
		padding-top:400px;
	}
	#handlingBox{
		display:block;
	}
	#handlingImg{
		margin:0 auto 30px;
		text-align:center;
	}
	#handlingFrame{
		margin:0 5%;
	}
}
@media screen and (max-width: 420px) {
	#handlingBg{
		padding-top:340px;
	}
	#handlingTitle{
		font-size:3rem;
	}
	#handlingTxt{
		font-size:1.4rem;
	}
}
/*有機栽培ジャンボニンニク*/
.topGarlic{
	width:100%;
	max-width:740px;
	margin:0 auto 10px auto;
	overflow:hidden;
	padding:100px 20px;
}
.tGinfoUnder .topGarlic{
	padding:50px 20px 0 20px;	
}
.topGarlic a{
    display: block;
    transition: all .3s ease-in-out;
    transform: translateY(0);
}
.topGarlic img{
    width: 100%;
    vertical-align: middle;
}
.topGarlic a:hover{
    transform: translateY(-10px);
}
.topGarlicSp{
	display:none;
}
@media screen and (max-width: 1100px) {
.topGarlic{
	width:90%;
	max-width:90%;
	padding:50px 0 70px 0;
}
.tGinfoUnder .topGarlic{
	padding:40px 0 0 0;	
}
}
@media screen and (max-width: 800px) {
.topGarlic{
	display:none;
}
.topGarlicSp{
	display:block;
	width:90%;
	max-width:90%;
	padding:40px 0 60px 0;
	margin:0 auto;
}
.tGinfoUnder .topGarlicSp{
	padding:40px 0 0 0;	
}
.topGarlicSp a{
    display: block;
    transition: all .3s ease-in-out;
    transform: translateY(0);
}
.topGarlicSp img{
    width: 100%;
    vertical-align: middle;
}
.topGarlicSp a:hover{
    transform: translateY(-10px);
}
}

/*お問い合わせ*/
#contactColor{
	position:relative;
	padding:100px 0;
	background-color:#ebeff4;
}
#lowerTxt{
	display:table;
	margin:0 auto 30px;
	font-size:2rem;
	letter-spacing:0.2rem;
}
#lowerTel{
	margin:auto;
	font-size:3rem;
	display:none;
}
#lowerMail{
	width:90%;
	max-width:640px;
	margin:auto;
}
#lowerMail a{
	font-size:2rem;
	letter-spacing:0.2rem;
	background-color:#fff;
	border:2px solid #fff;
	padding:30px 10px 30px 80px;
	display:block;
	text-align:center;
	background-image: url(./images/common/f-mail.svg);
	background-repeat: no-repeat;
	background-position: 22% 50%;
	background-size: 36px auto;
	transition:.3s;
}
#lowerMail a:hover{
	color:#b70000;
	background-color:#fff8f8;
	border:2px solid #b70000;
}
@media screen and (max-width: 1260px) {
	#contactColor{
		padding:50px 0 100px;
	}
}
@media screen and (max-width: 960px) {
	#contactColor{
		padding:60px 0;
	}
}
@media screen and (max-width: 640px) {
	#lowerMail a{
		font-size:1.8rem;
		padding:30px 10px 30px 70px;
		letter-spacing:0rem;
		background-position: 12% 50%;
	}
}
@media screen and (max-width: 420px) {
	#lowerTxt{
		font-size:1.6rem;
		letter-spacing:0;
	}
	#lowerMail a{
		font-size:4.5vw;
		padding:30px 5px 30px 40px;
		background-position: 5% 50%;
		background-size: 28px auto;
	}
}
/*アクセス*/
.txt-layout{
	font-size:1.6rem;
	font-weight:500;
	background-color:#ebeff4;
	padding:0 5px 10px 3.4rem;
	text-indent:-1.6rem;
}
#ggmap{
	position: relative;
	padding-bottom: 25%;
	height: 0;
	overflow: hidden;
	width:100%;
}
#ggmap iframe,
#ggmap object,
#ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 960px) {
	#ggmap{
		position: relative;
		padding-bottom: 45%;
	}
}
@media screen and (max-width: 640px) {
	#ggmap{
		position: relative;
		padding-bottom: 70%;
	}
	.txt-layout{
		padding:0 5px 10px 2.4rem;
		font-size:1.4rem;
		text-indent:-1.4rem;
	}
}
/*instagram*/
#instaColor{
	background-color:#ebeff4;
	background-image: url('./images/top/insta-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height:500px;
	position:relative;
}
#instaBox{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	transform: translateY(-50%);
	width:96%;
	max-width:1100px;
	display:flex;
	align-items:center;
	margin:auto;
	background-color:#fff;
}
#instaLeft{
	width:45%;
}
#instaRight{
	width:55%;
	display:flex;
	flex-wrap:wrap;
}
#instaRight p{
	width:calc(100% / 3);
	/*padding-left:1px;*/
}
/*
#instaRight p:first-child{
	padding-bottom:1px;
}
#instaRight p:nth-child(2){
	padding-bottom:1px;
}
#instaRight p:nth-child(3){
	padding-bottom:1px;
}
*/
#instaImg{
	width:90%;
	max-width:300px;
	margin:0 auto 20px;
}
#instaLink{
	width:90%;
	max-width:300px;
	margin:auto;
}
#instaLink a{
	font-size:1.6rem;
	display:block;
	border:1px solid #000;
	border-radius:100vh;
	padding:6px 60px 8px 40px;
	text-align:center;
	letter-spacing:0.2rem;
	position:relative;
	transition:.3s;
}
#instaLink a::before{
	position:absolute;
	margin:auto;
	content:'';
	vertical-align:middle;
	top:24px;
	right:39px;
	width:35px;
	height:1px;
	background-color:#000;
	transition: .3s;
}
#instaLink a::after{
	position: absolute;
	margin: auto;
	content: '';
	vertical-align: middle;
	top:21px;
	right: 39px;
	width: 10px;
	height: 1px;
	border-top: 1px solid #000;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	transition: .3s;
}
#instaLink a:hover{
	border:1px solid #b70000;
	color:#fff;
	background-color:#b70000;
}
#instaLink a:hover::before{
	right: 29px;
	background-color:#fff;
}
#instaLink a:hover::after{
	right: 29px;
	border-top: 1px solid #fff;
}
@media screen and (max-width: 960px) {
	#instaLink a::before{
		right:29px;
	}
	#instaLink a::after{
		right: 29px;
	}
	#instaLink a:hover::before{
		right: 19px;
	}
	#instaLink a:hover::after{
		right: 19px;
	}
}
@media screen and (max-width: 768px) {
	#instaBox{
		width:96%;
		max-width:600px;
		display:block;
	}
	#instaColor{
		height:600px;
	}
	#instaLeft{
		width:100%;
		padding:20px 0;
	}
	#instaRight{
		width:100%;
	}
	/*
	#instaRight p{
		padding:1px !important;
	}
	*/
}
@media screen and (max-width: 420px) {
	#instaColor{
		height:460px;
	}
}
/*背景画像*/
#bgImg01{
	position:absolute;
	top:-100px;
	left:0;
	width:30%;
	height:830px;
	background-color:#ebeff4;
}
#bgImg02{
	position:absolute;
	top:60px;
	right:0;
	width:30%;
	height:125%;
	background-image: url('./images/top/person.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
	z-index:2;
}
#bgImg03{
	position:absolute;
	top:-50px;
	bottom:-20px;
	right:0;
	width:40%;
	height:auto;
	background-color:#ebeff4;
}
#bgImg04{
	position:absolute;
	top:0;
	right:0;
	width:45%;
	height:160%;
	background-image: url('./images/top/kawasoe-map.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
	z-index:2;
}
#bgImg05{
	position:absolute;
	top:0;
	right:0;
	width:40%;
	height:116%;
	background-image: url('./images/top/nishimura-tomato.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
	z-index:2;
}
@media screen and (max-width: 1380px) {
	#bgImg01{
		/*height:735px;*/
	}
}
@media screen and (max-width: 1260px) {
	#bgImg01{
		/*height:740px;*/
	}
	#bgImg02{
		width:35%;
		height:75%;
	}
	#bgImg05{
		top:60px;
		height:75%;
	}
}
@media screen and (max-width: 960px) {
	#bgImg02{
		position:relative;
		top:0;
		width:80%;
		height:0;
		padding-top:100%;
		background-size: cover;
		margin:0 auto 40px;
	}
	#bgImg03{
		width:45%;
	}
	#bgImg04{
		position:relative;
		width:90%;
		height:0;
		padding-top:70%;
		background-size: cover;
		margin-left:auto;
	}
	#bgImg05{
		top:-30px;
		position:relative;
		width:60%;
		height:0;
		padding-top:45%;
		background-size: cover;
		margin-left:auto;
	}
}
@media screen and (max-width: 768px) {
	#bgImg01{
		position:static;
		background-color:unset;
		width:auto;
		height:auto;
	}
	#bgImg05{
		top:10px;
	}
}
/******************
フッター(中部)[共通]
******************/

#footer{
	clear:both;
	width:100%;
	overflow:hidden;
	margin:auto;
}
#footerBox{
	width:96%;
	max-width:1920px;
	margin:auto;
	overflow:hidden;
}
#footerAdd{
	font-size:1.4rem;
}
#footerLogo{
	max-width:240px;
	margin:0 auto 10px;
}
#footerAdd{
	text-align:center;
	line-height:1.4;
	/*margin-bottom:30px;*/
}

#copyRight{
	clear:both;
	text-align:center;
	font-size:1.2rem;
	line-height:1.4em;
	padding:35px 0;
}

#pageTopBtn{
	clear:both;
	z-index:9000;
	display:block;
	position: fixed;
	bottom: 60px;
	right: 1%;
}
/******************
フッター[スマホ]
******************/

@media screen and (max-width: 960px) {
	#pageTopBtn{
		width:40px;
		bottom: 35px;
		right: 10px;
	}
}
@media screen and (max-width: 640px) {
	#footerLogo{
		max-width:200px;
	}
	#copyRight{
		padding:20px 0;
	}
}
@media print{

body{
	width:1600px;
}

#wrapperTop,#wrapper{
	padding-top:0;
	overflow:visible !important;
}

#wrapperTop #header, #wrapper #header{
	position: relative;
}

}

@page{
	margin: 16mm 10mm;
}

@-moz-document url-prefix(){
@page{
	margin: auto;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0){
@page{
	margin: auto;
}
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}