@charset "utf-8";
/**** 共通▼ ****/
html {
	font-size:1rem;
}

p {
	margin-bottom: 0;
}

p,li,table,dt,dd {
	color: #3d3d3d;
}
.lead-text {
	font-weight: bold;
	margin-bottom: 15px;
}
.sp-on {
	display: none;
}
.sp-480-on { /*0313変更*/
	display: none;
}
.mt0 { margin-top: 0; }
.mt8 { margin-top: 8px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mt100 { margin-top: 100px; }
.mt200 { margin-top: 200px!important;}
.mt1r { margin-top: 1rem; } /*230316　内野追加 confrimヘッダー対応*/
.mb0 { margin-bottom:0; }
.mb15 { margin-bottom:15px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.ml20 { margin-left: 1em; }
.mlr20 { margin-left: 1rem; margin-right: 1rem;}
.ptb50 { padding-top: 50px; padding-bottom: 50px; }
.mtb20 { margin-top: 20px; margin-bottom: 20px; }
.mtb10 { margin-top: 10px; margin-bottom: 10px; }
.mt100{margin-top: 100px;}
.mb100{margin-bottom: 100px;}
.mtb200 { margin-top: 200px; margin-bottom: 100px; }
.mtb510 { margin-top:50px; margin-bottom:100px; }
.mr10 { margin-right: 10px;}
.mr31 { margin: 3rem 1rem!important; }
.mbr30 { margin-bottom: 3rem!important;}
.mblr20 { margin-bottom: 1rem; margin-left: 1rem; margin-right: 1rem;}

.fadein-element {
	/* 最初は非表示 */
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	transition: opacity 1s, visibility 1s, transform 1s;
  }
  /* フェードイン時に入るクラス */
  .is-fadein {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
  }
  /*** 20221215佐藤▼ ***/
  .sp{
	display: none;
  }

.flex{
	display: flex;
	justify-content: center;
}
.flex-item{
	list-style: none;
	margin: 60px;
	text-align: center;
}
.flex-item img, .aboutus_img_sp img{
	border-radius: 10px;
}
.frame {
	padding: 10px;
	margin-bottom: 10px;
	/*border: 1px solid #92D050;*/
	text-align: center;
}

.graph-img-responsive{
	display: block;
	max-width: 80%;
	height: auto
}
.left{
	text-align: left;
	width: 200px;
}

.select-lung {
	border: 0px;
	cursor: pointer;
	width:100%;
	text-align: left;
	background-color:rgba(0,0,0,0)
}

/**** 共通▲ ****/

/*** スライダー▼ ***/
#slider {
	width: 100%;
    height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/**** スライダー▲ ****/

/*** NEWS_内野▼ ***/

.item-list {
	margin: 30px 0 0 0;
	padding: 0;
}
.item-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.news-li {
	padding: 0;
	margin: 0;
}
div.news-li {
	background:none;
}
div.news-li dl {
	width:100%;
	overflow:hidden;
	padding:15px 0;
	border-bottom:1px solid #D3D3D3;
	margin-bottom:0;
}

div.news-li dl dt {
	clear:left;
	float:left;
	width:10em;
	font-weight:normal;
	text-align:left;
	margin-left: 5rem;
	
}
div.news-li dl dd {
	margin-left:15em;
	margin-bottom:0;
}
div.news-li dl dd.map {
	margin-top:10px;
}
div.news-li dl dd ol {
	padding-left: 1em;
}
div.news-li ul {
	margin-top: 0;
	margin-bottom: 0;
}
div.news-li ul li {
	list-style: none;
}
/*** NEWS▲ ***/

/*** ABOUT US_平松▼ ***/
p#aboutus_text{
	text-align: center;
}
img#aboutus_img{
	margin: 30px auto;
	width: 75%;
}

/*** movie_萩原▼ ***/
iframe.iframe_youtube{
	width: 100%;
	height: auto;
	max-width: 600px;
	display: block;
	margin: 50px auto;
	aspect-ratio: 16 / 9;
}
/*** movie▲ ***/
/*** ABOUT US▲ ***/

/*** 商品一覧/購入_萩原▼ ***/
#items_container {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 80%;
}
.flex_items button{
	margin: 0px auto 30px auto;
	display: block;
}
.flex_items img{
	width: 90%;
	margin: auto;
	display: block;
}
.flex_items p{
	text-align: center;
	padding: 10px 0 20px 0;
}

@media (max-width:480px) {
	#items_container {
		flex-wrap: wrap;
	}
	.flex_items {
		width: 90%;
		margin: auto;
	    display: block;
	}
 }

/*** 商品一覧/購入▲ ***/

/*** Desert fadein_内野▼
#desert ul {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	list-style: none;
}
#desert ul li {
	width: 50%;
	padding: 10px;
    text-align:  center;
}
.desert-fadein {
	opacity: 0;
	transform: translate(0,100px);
	transition: all 1s;
  }
.desert-fadein.active {
	opacity: 1;
	transform: translate(0,0);
  }

Desert fadeUp▲ ***/

/*** COMPANY▼ ***/
.company-plf {
	padding: 0;
	margin: 0;
}
div.company-plf {
	background:none;
	/* height: 340px; */
}
div.company-plf dl {
	width:100%;
	overflow:hidden;
	padding:8px 0;
	/**border-bottom:1px solid #D3D3D3;**/
	margin-bottom:0;
}
div.company-plf dl:last-child {
	border-bottom:none;
}
div.company-plf dl dt {
	clear:left;
	float:left;
	width:10em;
	font-weight:normal;
	text-align:right;
}
div.company-plf dl dd {
	margin-left:13em;
	margin-bottom:0;
}
div.company-plf dl dd.map {
	margin-top:10px;
}
div.company-plf dl dd ol {
	padding-left: 1em;
}
div.company-plf ul li {
	text-align: center;
	list-style: none;
	padding-bottom: 1rem;
}
.company-guide {
	float: left;
}
.company-guide ul li {
	color: #333!important;
	padding-bottom: 0.5rem;
	list-style: none;
}
.company-guide ul li:last-child  {
	margin-bottom: 2rem;
}
.holiday-indent {
	text-indent: 1em;
}
.company-guide a {
	color: #333;
	text-decoration: none;
}
#shop_img{
	margin: 0 auto;
}

/*** 20221215 佐藤▼ ***/
.company-logo-img{
	display: block;
	margin:auto;
	padding: 0 0 1rem 0; /* 20230518_萩原*/
	width: 400px;
}
.company-map{
	width: 350px;
	display: block;
	margin: auto;
	margin-top: 20px;
}
.company-plf p {
	text-align: center;
	margin-top: 30px;
}
.margin-right{
	margin-right: 55px;
}
/*** COMPANY PROFILE▲ ***/

/*** footer▼ ***/
.footer,.footer p {
	background: #fdfcfc;
	color: #3d3d3d;
}
/*** footer▲ ***/

/** privacy-poricy▼ ***/

.privacy-text h5 { font-size: 18px; }
.privacy-text dt { margin-bottom: 0.5rem;}
.privacy-text dd { margin-bottom: 1.5rem;}
.privacy-bold { font-weight: bold;}

/** privacy-poricy▲ ***/

/** CONTACT label▼ ***/

label {
	font-family:'Montserrat', sans-serif;
}
/** CONTACT label▲ ***/


/*****************************
****デバイス対応▼ ****
*****************************/
@media screen and (min-width: 992px) {
	.mt14 {
		margin-top: 14px;
		}
}	
@media screen and (max-width: 991px) {
	
	/*** 20221215佐藤▼ ***/
	.pc{
		display: none;
	}
	.sp{
		display: inline;
	}
	.company-plf{
		margin: 20px;
	}
	.sp-hidden{
		display: none;
	}
	.vision-plf{
		margin: 50px;
	}
	.sp-company-logo-img{
		display: block;
		margin: 20px auto;
		width: 80%;
	}
	.sp-on {
		display: block;
	}
	#company .mb40 {
		margin-bottom: 0;
	}
	/*** googlemapレスポンシブ対応▼ ***/
	.google-map {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	  }
	.google-map iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	  }
	.header .navbar-nav .nav-item:nth-child(5) {
		float: left;
		padding-right: 0.5rem;
	}	
}
@media screen and (max-width: 768px) {

	/*フォントサイズ*/
	h2 {
		font-size: 1.875em;
	}
	p {
		font-size: 0.8125rem;
	}
	li {
		font-size: 0.8125rem;
	}
	.lead-text {
		font-size: 0.9375em;
	}
	.company-plf {
		font-size: 0.8125rem;
	}
	/*フォントサイズ　ここまで*/

	.sp-on {
		display: block;
	}

	/*余白*/
	.mt30 {
		margin-top: 1.875em;
	}
	.mt60 {
		margin-top: 1.875em; /*スマホ時は30px程度に設定*/
	}
	.mb50 {
		margin-bottom: 3.125em;
	}
	/*** Desert fadein_内野▼ ***/
	#desert ul {
		display: block;
		list-style: none;
	}
	#desert ul li {
		text-align: -webkit-center;
		margin-bottom: 15px;
		width: 100%;
	}
	.desert-fadein {
		opacity: 0;
		transform: translate(0,100px);
		transition: all 1s;
	}
	.desert-fadein.active {
		opacity: 1;
		transform: translate(0,0);
	}

	/*** Desert fadeUp▲ ***/
	/*** OUR SERVICE▼ ***/
	.service-sub_text {
		padding: 0;
    	margin-top: 0;
    	margin-bottom: 1.875em;
	}
	.blurb__heading {
		font-size: 32px;
	}
	/*** OUR SERVICE▲ ***/

	/*** COMPANY PROFILE▼ ***/
	div.company-plf dl dt {
		text-align:left;
	}
	div.company-plf dl {
		padding: 1.875em 0;
	}
	.item-list {
		margin: 1.875em 0 0 0;
		padding: 0;
	}
	.security-item {
		padding: 1.875em 0 1.875em 0;
	}
	/*** footer▼ ***/
	.footer {
		height: 97px;
		padding: 0;
	}
	/*** footer▲ ***/
	div.news-li dl dt {
		text-align: left;
		margin-left: 2rem;
	}
}
@media screen and (max-width: 568px) {
	div.company-plf dl dt {
		clear:left;
		float:none;
		width:100%;
		font-weight:bold;
		margin-bottom:5px;
	}
	div.company-plf dl dd {
		margin-left:0;
	}
	/*****20200507 TOP*******/
	div.news-li dl dt {
		clear:left;
		float:none;
		width:100%;
		font-weight:bold;
		margin-left: 2rem;
		margin-bottom:5px;
	}
	div.news-li dl dd {
		margin-left: 4rem;
	}
}

@media (max-width: 480px) {
	.sp-480-on {
		display: block;
	} 
}
	
