@charset "utf-8";
/* CSS Document */

/* リセット */
html,
body {
    	margin: 0;
    	padding: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,main,menu,nav,
section,summary {
    	display: block;
}

ul {
    	list-style-type: none;
    	margin: 0;
    	padding: 0;
}

a {
		color: inherit;
		text-decoration: none; 
}

a.anchor{
    display: block;
    padding-top: 180px;
    margin-top: -180px;
}

.clearfix::after {
    	content: '';
    	display: block;
    	clear: both;
    	height: 0;
    	overflow: hidden;
}

.master {
    	width: 100%;
    	max-width: 1200px;
    	margin: 0 auto;
}

/**************** パンくずここから***************/

.breadcrumb {
  padding-left:10px;
  margin-left:0;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #000000;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #000000;/*色*/
}

/*.breadcrumb li a:hover {
    text-decoration: underline;
}*/
/**************** パンくずここまで ***************/

/**************** header youtubeここから***************/
.youtube{	
    	position:relative;
		padding-bottom:39%; /*これが縦横比*/
		height:0;
		overflow:hidden; 
		background: #000;
}
			
.youtube iframe{
		position:absolute;
		top:0;
		left:0;
		width:100% !important;
		height:100% !important; 
}

/**************** header youtubeここまで****************/

/*************** headerNavここから **************/ 

.headerNav { 	
    	padding: 1px 0; 
		background-color: #000000; 
    	width: 100%;
		border-top:1px solid #FFF;
}
							
.headerNav ul { 	
    	/*margin-left: 100px; */
		display: -webkit-box; 
		display: -ms-flexbox; 
		display: flex; 
		-webkit-box-align: center; 
		-ms-flex-align: center; 
		align-items: center; 
		list-style-type: none; 
		border: none;
		width: 100%;
		margin: 10px auto;
		max-width: 1200px;
}
							
.headerNav ul li { 	
    	margin-left: 0%;
		width: 100%;
}

/*.headerNav ul li:first-of-type {
		-webkit-transition: .5s; 
		transition: .5s;
	    margin-right: 23%;
}*/

#ieLogo {
		-webkit-transition: .5s; 
		transition: .5s;
	    margin-right: 23%;
}

.headerNav ul li:last-of-type{ 
    	/*margin-right: 50px;*/ 
}

/*.headerNav ul li:nth-of-type(n+2) {
		color: #FFFFFF; 
		font-weight: 600; 
		font-size: 24px; 
		letter-spacing: 1px; 
		font-family: 'Alegreya Sans', sans-serif; 
		text-align: center;
}*/

.headerNav ul li {
		color: #FFFFFF; 
		font-weight: 600; 
		font-size: 24px; 
		letter-spacing: 1px; 
		font-family: 'Alegreya Sans', sans-serif; 
		text-align: center;
}

/*スクロール後、ナビゲーションバーの位置を固定*/
.is-fixed {
		position: fixed;
        top: 0;
        left: 0;
        z-index: 150;
        width: 100%;
}

/**************** headerNavここまで ***************/ 

/**************** spNavここから ***************/ 



/*#main{
	width:1200px;
	margin:0 auto;
}*/

#mainBg {
		background-image:url("hyou.png");
		background-repeat: no-repeat;
		width: 100%;	
}

/***************searchBoxここから****************/
.search{
		margin-top:10px;
		float: right;
}

/*input {
		width: 370px;
		padding: 7px 5px;
		background-image: url("../img/mushi.png");
		background-repeat: no-repeat;
		background-position: 98%;
}*/

input, button, textarea, select {
		/*border: solid 1.5px;
		border-radius: 0;
	    padding: 5px 10px 10px 5px;
    	width: 370px;*/
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		padding: 0 40px 0 10px;
		background: local;
}
/*firefox*/
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
/*IE10*/
select::-ms-expand {
  display: none;
}

.select-box1 {
	/*width: 100%;
	padding: 10px;*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url("../img/arrow01.png") right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url("../img/arrow01.png") right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 20px, 100%;
}

/*.search p {
		margin: 0 7px 0 0;
		display:inline;
}*/

/***************searchBoxここまで****************/

/***************カギカッコここから***************/
.parenthesis {
 		position: relative;
 		width: 1200px;
 		-webkit-box-sizing: border-box;
 		box-sizing: border-box;
}

.parenthesis::before,
.parenthesis::after {
		position: absolute;
		content: '';
		width: 50px;
		height: 50px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
.parenthesis::before {
  		top: 0;
  		left: 0;
  		border-top: 10px solid #000000;
  		border-left: 10px solid #000000;
}
.parenthesis::after {
  		bottom: 0;
  		right: 0;
  		border-bottom: 10px solid #000000;
  		border-right: 10px solid #000000;
}
/***************カギカッコここまで***************/

/***************hoverここから***************/
.breadcrumb a:hover {
		text-decoration: none;
		color: #C9C9C9;
		opacity: 1;
    	visibility:visible;
}

.headerNav a:hover {
		text-decoration: none;
		color: #C9C9C9;
		opacity: 1;
    	visibility:visible;
}

.itemDetail,
.youtubeDetail
img {
		opacity: 1;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
}

.itemDetail:hover,
.youtubeDetail:hover
img {
		opacity: .5;
}

.footerItem img {
		color: #C9C9C9;
		opacity: 1;
    	visibility:visible;
}

.footerItem:hover img {
		opacity: 0.5;
}

#footer a:hover {
		color: #C9C9C9;
		opacity: 1;
    	visibility:visible;
}

/***************hoverここまで***************/

#title{
		text-align:center;
		color: #1886e8;
		padding-top: 45px;
		padding-bottom: 45px;
}

.title2 {
		font-weight:bold;
		font-size:75px;
		margin:0;
		padding:0;
		font-family: "Futura-CondensedExtraBold", Futura, sans-serif;
    	font-stretch: condensed;
		letter-spacing:5px;
		text-align:center;
}

.title2 span {
		color: #e20009;
}

h3 {
		letter-spacing:2px;
}

.title3 {
		font-size:33px;
		font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
		letter-spacing:6px;
		margin-bottom:60px;
}

#puro {
		text-align:center;
}

#puro p {
		margin-bottom:40px;
		font-size:18px;
		font-weight:bold;
}

.leftBox {
    	width: 50%;
    	float: left;
		text-align: center;
}

.rightBox {
    	width: 40%;
    	margin-left: 5%;
		float: left;
		text-align: center;
		margin-top: 4%;
}

.leftBox2 {
    	width: 40%;
    	float: left;
		text-align: center;
		margin-top: 4%;
		margin-left: 5%;
}

.rightBox2 {
    	width: 50%;
		float: right;
		text-align: center;
}

p.break {
		word-break: break-all;
		text-align:left;
}	

.onlineShop div {
	width: 700px;
}

/***************companyここから***************/
#row-1st {
		position: relative;
}

#row-1st img {
        max-width: 100%;
        height: auto;
        display: block;
		margin: 0 auto;
}

#row-1st-in {
    	position: absolute;
    	top: 50%;
    	left: 70%;
    	-webkit-transform: translate(-50%, -50%);
    	transform: translate(-50%, -50%);
}

#row-1st-in div {
        width: 100%;
        margin: 0 auto;
        font-size: 1rem;
        line-height: 2;
		color:#FFF;
		text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}

.companyMain dl dt {
    	float: left;
    	font-weight: bold;
		text-align:center;
		letter-spacing: 2em;
}

.companyMain dl dt span,
.companyMain dl dt span {
		letter-spacing: 1em;
}

.companyMain dl dd {
		margin: 0 0 0 165px;
		text-align:left;
}
/***************companyここまで***************/

/***************googlemapここから***************/
#access div {
		margin: 0;
		padding: 0;
}

.googlemap iframe { 
    	width: 100%;
		height: 630px;
		margin: 0;
		padding: 0;
}
/***************googlemapここまで***************/

.water {
		background-color:#eaf4fc;
}

/***************footerここから***************/
.pagetop {
    	position: fixed;
		bottom: 16px;
		right: 16px;
    	z-index: 9999;
}

.pagetop:hover {
		opacity: 0.85;
}

#footer {
    	padding: 50px 0 5px 0;
    	background-color: #000;
    	color: #fff;
}

#footer .footerRight {
    	float: left;
		width: 40%;
}

.footerRight img {
		margin: 0 10px;
}

#footer .footerRight nav ul li {
    	margin-right: 30px;
    	float: left;
    	letter-spacing: 5px;
}

#footer ul {
		line-height: 5em;
}

.footerLeft {
		float: left;
		width: 52%;
		/*margin-left: 5%;*/
}

.footerLeft p {
		letter-spacing: 0.2px;
    	line-height: 1.1;
		margin: 0.5em 0;
		padding: 0;
}

.footerLeft h2 {
		line-height: 0.1;
		letter-spacing: 0.1rem;
}

.footerLeft > .tel {
	letter-spacing: -0.1rem;
}

.footerLeft span {
		color: #FF0000;
}

#footerMail span {
		font-family: "Futura-CondensedExtraBold", Futura, sans-serif;
    	font-stretch: condensed;
		color:  #FFFFFF;
		margin-right: 3px
}

#footerMail a {
		letter-spacing: 0;
		text-decoration: underline;
}

.copyright{
		width:100%;
		text-align:center;
		color:#FFF;
		background-color:#000;
		border-top:1px solid #FFF;
}
/***************footerここまで***************/

.sitemap {
		background-image: url("../img/sitemap.jpg");
		background-repeat: no-repeat;
		width: 100%;
		height: 316px;
		position: relative;
}

.privacyTitle {
	 	background-image: url("../img/privacy_policy.jpg");
		background-repeat: no-repeat;
		width: 100%;
		height: 316px;
		position: relative;
}

.privacyMain dl dt {
		font-weight: bold;
}

.sitemap h2,
.privacyTitle h2 {
		font-weight:bold;
		font-size:50px;
		color: #FFFFFF;
		margin:0;
		padding:0 0 0 10%;
		font-family: "Futura-CondensedExtraBold", Futura, sans-serif;
    	font-stretch: condensed;
		letter-spacing:5px;
		text-align:left;
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform : translateY(-50%);
		transform : translateY(-50%);;
}

.sitemapUl1 li:before,
.sitemapUl2 li:before {
		content: url("../img/sitemap_icon.png");
		padding: 0 3px;
}

.sitemapUl1 {
		width: 25%;
		margin-left: 10%;
		float: left
}

.sitemapUl1,
.sitemapUl2 {
		line-height: 3em;
		font-size: 20px;
		font-weight: bold;
}

/****************1200px以下の設定***************/
@media (max-width: 1200px){
	.master {
    	width: 100%;
    	max-width: 770px;
    	margin: 0 auto;
}
	
	a.anchor{
    padding-top: 155px;
    margin-top: -155px;
}
	
	#ieLogo {
		margin-right: 7%;
	}
	
	.headerNav ul li img:first-of-type {
		width: 300px;
	}
	
	.headerNav ul {
		max-width: 770px;
	}
	
	.headerNav ul li:nth-of-type(n+2) {
    margin-left: 0%;
	}
	
	.parenthesis {
 		width: 100%;
}
	.title2 {
		font-size: 65px;
		margin-bottom: 10px;
		line-height: 4rem;
	}
	
	h3 {
    letter-spacing: 1px;
}
	
	.leftBox img,
	.rightBox2 img {
		width: 100%
	}
	
	.rightBox,
	.rightBox2 {
		margin-top: 2%;
	}
	
	.rightBox p,
	.leftBox2 p {
		font-size: 14px;
	}
	
	.youtubeBox {
		line-height: 1em;
		margin-top: 0;
	}
	
	#row-1st-in {
		top: 50%;
    	left: 50%;
	}
	
	#row-1st-in h2 {
		text-align: center!important;
	}
	
	#row-1st-in div {
		line-height: 1.5em;
	}
	
	.footerRight img {
		margin: 0 2px;
}
	#footer ul {
    line-height: 2.9em;
}
	.footerLeft {
    width: 55%;
    margin-left: 2%;
	}
}
/****************800px以下の設定***************/
@media only screen and (max-width: 800px) {
	
	.headerNav ul li img:first-of-type {
    width: 260px;
	}
	
	.headerNav ul li img:first-of-type {
		padding-left: 10px;
	}
	
	.headerNav ul li:nth-of-type(n+2) {
		font-size: 17px;
	}
	
	#row-1st-in div {
    	line-height: 1em;
		font-size: .9em;
	}
	
	.privacyMain p,
	.privacyMain dl {
		padding: 0 10px;
}
	
}

/****************700px以下の設定***************/
@media only screen and (max-width: 700px) {
	
	.headerNav ul li img:first-of-type {
		width: 180px;
	}
	
	.headerNav ul li:nth-of-type(n+2) {
		font-size: 18px;
	}
	
	.onlineShop div {
		width: 100%;
	}
	.onlineShop img {
		width: 100%;
	}
	
	#row-1st {
		position: static;
	}

	#row-1st-in {
    	position: static;
    	top: 0%;
    	left: 0%;
    	-webkit-transform: translate(0%, 0%);
    	transform: translate(0%, 0%);
}

	#row-1st-in div {
        font-size: 1rem;
		line-height: 1.1em;
		color:#000000;
		text-shadow: 0px 0px 0px rgba(0,0,0,0.4);
		margin: 0 0 0 0;
		width: 100%;
}
	#row-1st-in dl {
		padding-left: 15px;
	}
	
	#row-1st-in dl dt {
		word-break: break-all;
	}
	
	#row-1st-in h2 {
		text-align:center!important;
		margin-bottom: 60px;
		margin-top: 60px;
	}
	
	.footerLeft {
    width: 60%;
    margin-left: 3%;
}
	#footer .footerRight {
    float: left;
    width: 35%;
}
	#footer ul {
    line-height: 2.1em;
}
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 580px) {
.pc { display: none !important; }
.sp { display: block !important; }
		
	.youtube {
		padding-bottom: 56%;
	}
	
	.breadcrumb {
	padding-top: 65px
	}
	
	.youtube {
		margin-top: 65px;
	}
	
	#spNav {
    	display:none;
  	}
	
	#humKotei {
		background-color: #000000;
		position: fixed;
		z-index: 9999;
    	width: 100%;
    	text-align: left;
    	top: 0;
	}
	
	.humLogo {
		width: 215px;
		text-align: center;
		padding: 10px
	}
	
	/*ヘッダーまわりはサイトに合わせて調整してください*/
	#spNav {
 		right: 16px;
    	top: 22px;
		position: fixed;
		z-index: 9999;
	}

	#nav-drawer {
  		position: relative;
	}

	/*チェックボックス等は非表示に*/
	.nav-unshown {
  		display:none;
	}

	/*アイコンのスペース*/
	#nav-open {
  		display: inline-block;
  		width: 30px;
  		height: 22px;
  		vertical-align: middle;
	}

	/*ハンバーガーアイコンをCSSだけで表現*/
	#nav-open span, #nav-open span:before, #nav-open span:after {
  		position: absolute;
  		height: 3px;/*線の太さ*/
  		width: 30px;/*長さ*/
  		border-radius: 3px;
  		background: white;
  		display: block;
  		content: '';
  		cursor: pointer;
	}
	#nav-open span:before {
  		bottom: -9px;
	}
	#nav-open span:after {
  		bottom: -18px;
	}

	/*閉じる用の薄黒カバー*/
	#nav-close {
  		display: none;/*はじめは隠しておく*/
  		position: fixed;
  		z-index: 99;
  		top: 0;/*全体に広がるように*/
  		left: 0;
  		width: 100%;
  		height: 100%;
  		background: black;
  		opacity: 0;
  		transition: .3s ease-in-out;
}

	/*中身*/
	#nav-content {
  		overflow: auto;
  		position: fixed;
  		top: 0;
  		right: 0;
  		z-index: 9999;/*最前面に*/
  		width: 100%;/*右側に隙間を作る（閉じるカバーを表示）*/
  		max-width: 260px;/*最大幅（調整してください）*/
  		height: 100%;
  		background: #000;/*背景色*/
  		transition: .3s ease-in-out;/*滑らかに表示*/
  		-webkit-transform: translateX(100%);
  		transform: translateX(100%);/*左に隠しておく*/
	}

	/*チェックが入ったらもろもろ表示*/
	#nav-input:checked ~ #nav-close {
  		display: block;/*カバーを表示*/
  		opacity: .5;
	}

	#nav-input:checked ~ #nav-content {
  		-webkit-transform: translate(0px, 0px) translateZ(0px);
  		transform: translate(0px, 0px) translateZ(0px);/*中身を表示（右へスライド）*/
  		box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}
	
	.drawer-menu {
		line-height: 3.5;
		padding-left: 20px;
	}

	.drawer-brand img {
		width: 215px;
		padding-top: 20px;
	}

/**************** spNavここまで ***************/ 
	

	
	/*input {
    	width: 155px;
		padding: 5px 3px;
	}*/
	
	select {
		width: 100%;
		padding: 5px 30px 5px 5px;
	}
	
	.search {
		font-size: 12px;
	}
	
	.headerNav {
		display: none;
		margin: 0;
		padding: 0;
	}
	
	.parenthesis {
 		width: 100%;
	}
	
	#title{
		font-size: 17px;
		padding-top: 45px;
		padding-bottom: 45px;
}
	.leftBox {
    	width: 100%;
		float: none;
}

	.rightBox {
    	width: 100%;
    	margin-left: 0%;
		margin-top: 4%;
		float: none;
}

	.leftBox2 {
    	width: 100%;
		margin-top: 4%;
		float: none;
		margin-left: 0;
}

	.rightBox2 {
    	width: 100%;
		margin-left: 0%;
		float: none;
}
	
	.rightBox p,
	.leftBox2 p {
		margin: 10px 10px;
	}

	.sp > .puroGazou {
    width: 50%;
}
	
	#puro p {
		font-size: 14px;
		line-height: 1.1em;
		margin-bottom: 10px;
		font-weight: normal;
	}
	
	.itemDetail img {
		margin-bottom: 5px!important;
		margin-top: 5px!important;
	}
	
	.title3 {
		margin-bottom: 0;
		font-size: 21px;
	}
	
	.onlineShop div {
		width: 100%;
	}
	
	.onlineShop img {
		width: 100%;
	}
	
    #row-1st {
		position: static;
	}

	#row-1st-in {
    	position: static;
    	top: 0%;
    	left: 0%;
    	-webkit-transform: translate(0%, 0%);
    	transform: translate(0%, 0%);
}

	#row-1st-in div {
        font-size: 1rem;
		line-height: 1.1em;
		color:#000000;
		text-shadow: 0px 0px 0px rgba(0,0,0,0.4);
		margin-bottom: 60px;
}
	#row-1st-in dl dt {
		word-break: break-all;
	}
	
	#row-1st-in h2 {
		text-align:center!important;
		margin-bottom: 60px;
	}
	
	.googlemap iframe {
		height: 330px;
	}
	
	.spFb:first-of-type {
		width: 15%;
	}
	
	.spFb:last-of-type {
		width: 20%;
	}
	
	.pagetop img {
		width: 54px;
	}
	
	#footer {
		padding-top: 15px;
	}
	
	.footerRight {
		display: none;
	}
	
	.footerLeft {
		margin-left: 10px;
		width: 75%;
	}
	
	.privacyMain p,
	.privacyMain dl {
		padding: 0 10px;
}
	.sitemapUl1,
	.sitemapUl2 {
		width: 100%;
		margin-left: 10%;
		float:none;
}
}

/***************wordpressの記述+動き****************/

.blogmenu {
	 margin: 50px 20% 50px;
	 height: 405px;
     overflow: auto;
}

.blogmenu h2 {
	font-family: "Futura-CondensedExtraBold", Futura, sans-serif;
	letter-spacing: 1px;
	/*border-bottom: double 5px #1886e8;*/
    font-size: 25px;
    text-align: center;
	padding: 0;
    margin: 10px 0;
}

.blogmenu h3 {
	font-size: 14px;
}

.blogmenu p:nth-of-type(odd){
	font-size: 14px;
	line-height: 1.3rem;
}

.blogmenu p:nth-of-type(even){
	padding: 0 0 10px 10px;
	font-size: 14px;
	line-height: 1.3rem;
	border-bottom: solid 1px #1886e8;
}
	
.blogmenu h3 a:first-of-type {
    display: block;
	pointer-events:none; /*リンクを非リンクに変える*/
	cursor:default; /*マウスカーソルを矢印のまま変えない*/
	text-decoration:none; /*下線を消す*/
}

.blogmenu p a:last-of-type {
    display: block;
	text-decoration:underline; 
}

.blogmenu h3 a:hover,
.blogmenu p a:hover {
	opacity: 0.5;
	border-bottom: #FFFFFF;
}

.divBoxColor {
	padding: 0 10px;
	border-top: solid 5px #5989cf;
    border-bottom: solid 5px #5989cf;
	background: #fafafa;
	opacity: 0.9;
}


.post-date {
	padding: 5px 20px 5px 20px;
}

.slider {
	background: #000000;
}

.scroll-animation-obj {
  opacity: 0;
  transition: all 0.5s ease 0.5s;
}
.scroll-animation-hop {
  transform: translate(0,60px);
}
.scroll-animation-left {
  transform: translate(-120px,0);
}
.scroll-animation-right {
  transform: translate(120px,0);
}