@charset "utf-8";
/* リセットCSS
---------------------------------------------------- */
html {
	font-size: 62.5%;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {
  	margin: 0;
  	padding: 0;
}

body {
	margin: 0;
 	 padding: 0;
  	background-color: #ffffff;
  	color: #333333;
  	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  	font-size: 1.4rem;
  	line-height: 1.8;
 	 /*min-width: 980px;*/
}

img {  
  border: none;
}

a {
  text-decoration: none;
}

ol, ul {
    list-style: none;
}

/* ヘッダー内のスタイル
---------------------------------------------------- */

.header {
	width: 100%;
	top: 0;
	left: 0;
	background-color: #fff4e3;
}

.header-inner {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}

.header-logo {
	padding: 1rem 0 0.3rem;
}

.header-catch {
	color: #ffa45c;
	font-size: 0.7rem;
}

.header-links {
	display: flex;
	justify-content: center;
	padding: 1rem 0;
}

.gnav ul {
	display: flex;
	justify-content: center;
	
}

.gnav ul li {		
	padding: 0 2rem;
}

.gnav ul li a {
	color: #ffa45c;
	display: block;
	position: relative;
	text-decoration: none;
}

.gnav ul li a:hover:before {
	transform: scale(1);
}

.gnav ul li a:before {
	content :"";
	display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #ffa45c;
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.4s;
}

.header-sns {
	display: flex;
	justify-content: center;
	color: #ffa45c;	
}

.header-sns li {	
	padding: 0 2rem;
}

.header-sns li a {
	color: #ffa45c;
}

.el_humburger {
	display: none;
}


/*▼▼▼▼▼ スマホメニュー（ハンバーガーボタン） ▼▼▼▼▼*/
.el_humburger {
  position: fixed;
  top: 45px;
  right: 60px;
  width: 46px;
  height: 25px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  color: #000;
  text-align: center;
  background-color: rgba(255,244,227,0.7)
  }
 
@media screen and (max-width: 840px) {
  .el_humburger {
    display: block;
    right: 0;
    top: 0;
    padding-top: 20px;
    width: 70px;
    height: 70px;}
    #factory .el_humburger {
      display: none; } }
 
.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 42px;
  display: inline-block; }
 
@media screen and (max-width: 840px) {
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 30px; } }
 
.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none; }
 
.el_humburger_text.el_humburger_text__close {
  display: none; }
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block; }
 
@media screen and (max-width: 840px) {
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px; } }
 
@media screen and (max-width: 840px) {
  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000; } }
 
@media screen and (max-width: 840px) {
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #000; } }
 
.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 1px;
  background: #000;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
 
.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #000; }
 
@media screen and (max-width: 840px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #000; } }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg); }
 
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%; }
 
.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000; }
 
.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg); }
 
.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg); }
 
.navi {
  position: fixed;
  right: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  width: 0;
  z-index: 3;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  overflow: hidden; }
  .js_humburgerOpen .navi {
    width: 450px; }
    @media screen and (max-width: 840px) {
      .js_humburgerOpen .navi {
        width: 100%;
        padding: 100px 5% 0; } }
		
.navi_item a {
	color: #333;
}

.navi_item {
  margin-bottom: 28px;
  font-size: 20px;
  /*font-family: "Marcellus", serif !important;*/
  white-space: nowrap;
  margin-left: 90px; }
  .navi_item.op_innerLink {
    cursor: pointer; }
  @media screen and (max-width: 840px) {
    .navi_item {
      margin-left: 0;
      font-size: 2rem; } }
/*▲▲▲▲▲ ここまで　スマホメニュー（ハンバーガーボタン） ▲▲▲▲▲*/

/* スライダーのスタイル
---------------------------------------------------- */
.slider {
	margin: 0 auto;
}

.slider img {
	width: 100%;
}

/* コンテンツエリアのスタイル
---------------------------------------------------- */
#wrap {
	width: 100%;
	overflow: hidden;
}

.sec {
	width: 980px;
	margin: 0 auto;
	padding: 2rem 0;
}

h2, h3 {
	display:block;
	text-align: center;
}

h2 {
	font-size: 4rem;
	font-weight:400;
	letter-spacing: 1rem;	
}

h3 {
	font-size: 2.5rem;
	font-weight:400;
	color: #ffa45c;
  border: solid 1px #ffa45c;
  padding: 0.2rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
}

.bg1 {
	/*background-color: #fff6f6;*/
	padding-top: 60px;
	margin-top: -60px;
	
}

.container {
	display: flex;
 	justify-content: space-between;   
}

p.desc01 {
	padding-right: 20px;
	display: inline-block;
}

p.desc02 {
	padding-left: 20px;
}

.bg2 {
	background-color: #fff4e3;
}

.bg3 {
	background-color: #fefaec;
}

.bg4 {
	background-color: #fff4e3;
}

.bg5 {
	background-color: #96d1c7;
}



/*新着情報*/

#newsWrap {
	margin: 0 auto 4rem;
	width: 980px;
}



#newsList li{
  display: flex;
  padding: 20px 20px 15px 20px;
  border-bottom:1px solid #333;
}

.day{
  
}
.label{
  background-color:#ffa45c;
  border-radius:3px;
  color:#fff;
  padding:2px 5px;
  margin:0 20px;
}
.text{
  
}

/* フッターのスタイル
---------------------------------------------------- */	
footer {
	background-color: #5d5d5a;
	text-align: center;
	color: #fff4e3;
}

footer small {
	width: 980px;
	padding: 1rem;	
}	

@media screen and (max-width: 840px){
	body {				
		/*font-size: 3.5vw;*/
		}
		
	#wrap {
		
	}
		
	.header-links {
		display: none;
	}
	
	.header-inner {
		width: 100%;		
	}
	
	.header-logo img {
		width: 6rem;
		height: auto;		
	}

	.header-catch {
		padding-bottom: 0.2rem;
		
	}
	
	.sec {
		width: 96%;

	}
	
	.sec img {
		margin: 0 auto;
	}

	h2 {
		font-size: 3rem;
	}
	
	h3 {
		font-size: 2rem;
	}
	
	.container {
		flex-wrap: wrap;
	}
		
	
	p.desc01,
	p.desc02 {
		padding: 0.2rem 0;
	}
	
	#newsList {
		width:96%;		
	}
	
	#newsList li {
		display: block;
		padding: 5px 0;
	}
	
	#newsList li .label {
		width: 30%;
		padding: 5px 0;
		margin: 0;
	}
		
}