@charset "utf-8";
/*****************************************************
	
	全ての要素をリセット
	各ブラウザの表示を統一するための設定です
	
*****************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;outline:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {	border-collapse: collapse;border-spacing: 0;}
caption,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{vertical-align:middle;height:auto;}
.line {font-size:1px;line-height:1px;}

 /* iOSでのデフォルトスタイルをリセット */
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;
}

.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: italic;
}


/*--- default ---*/
body {
	line-height:2em;
	letter-spacing:0.05em;
	-webkit-text-size-adjust: 100%;
	min-height: 100vh;
	min-height: -webkit-fill-available;
	color: #3b434a;
	font-weight:300;
	font-family: "Poppins", serif;
}
html {
  height: -webkit-fill-available;
}

table{
	border-collapse:collapse;
}

.clear{
	clear:both;}
h2, h2 a {
    color: #111;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0px;
    /* text-transform: lowercase; */
}
h3, h3 a {
    color: #3b434a;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: lowercase;
}

#page-content h2{
	color:#111;
	position: relative;
	padding: 3rem 0;
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	margin-bottom:50px;
	font-weight: 200;
	font-size: 2.5rem;
}


p{
	font-weight:300;
}

/*****************************************************
	
	ベース
	
*****************************************************/
#wrap{
	width: 100%;
	height: auto;
	margin:0px auto 0;
	overflow:hidden;
	position:relative;
	background:#fff;
}
a:link {
	color:#111;
	text-decoration:none;
}

a:visited{
	color:#111;
	text-decoration:none;
}

a:hover{                     
	text-decoration: none;
	color: #8e1e22;
}

a:active{
	text-decoration:none;
}
.clear:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clear            { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */
a,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;
}
a img:hover,.shopnav a:hover,.foot-nav a:hover  {
    opacity: 0.6;
    filter: alpha(opacity=60);
} 
a[href^="tel:"] {
    pointer-events: none;
}
@media screen and (max-width:900px)	{
a[href^="tel:"] {
    pointer-events: auto!important;
}

}
.youtube {
  position: relative;
  width: 100%;
  /* padding-top: 56.25%; */
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.ggmap {position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;background-color:#fff;border:5px solid #fff;margin:0px auto;}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.box{
	overflow:hidden;
	}
#sonota-box .bt,
.bt{
	text-align:center;
}
#sonota-box .bt a,
.bt a{
    border:1px solid #3b434a;
    font-size: 80%;
    font-weight: 200;
    background: #3b434a;
    border-radius: 3px;
    letter-spacing: 2px;
    padding: 1% 2%;
    color:#fff;
}
#sonota-box .bt a:hover,
.bt a:hover{
	color: #3b434a; 
	background:#fff;
	
}
.bg-para {
  background-position: center top!important;
  background-attachment: fixed!important;
}
@media screen and (max-width:900px)	{
.bg-para {
  background-position: center!important;
  background-attachment: local!important;
}
#sonota-box .bt a,
.bt a{
	padding:2% 5%;
}
}
/*****************************************************
	
	フタ
	
*****************************************************/

.huta{
	width:100%;
	height:100vh;
	position: absolute;
	z-index: 5;
}
.huta header,.huta footer{
	display:none;
}
.huta .rogobox{
	width: 95%;
	max-width:1200px;
	padding: 1% 0 5%;
	margin: 0 auto;
}
.huta .rogobox .rogobox-ic{
	width: 130px;
}
.huta .rogobox .rogobox-ic img{
	width:100%;
}
.huta .rogobox a{
	display:block;
	padding:2% 0;
} 
.huta .mainblock{
	width:100%;
	margin:0 auto;
	position:relative;
	padding: 0 0 50px;
}
.mainblock{
    width: 100%;
	max-width:1200px;
}
.huta .mainblock ul {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: baseline;
	align-items: baseline;
}
.huta .mainblock ul li{
	width: 45%;
	margine: 0 auto;
}
.huta .mainblock ul li a{
	padding: 30% 10%;
	background: #ececec;
	box-sizing:border-box;
	font-size:180%;
	border-radius:5px;
	display:block;
	text-align: center;
}
.copyright-en{
	text-align:center;
	padding:50px 0;
	color:#fff;
}


@media screen and (max-width: 700px){

.huta .mainblock ul li{
	width: 90%;
	margin: 0 0 44px;
}
}
/*****************************************************
	
	ヘッダー
	
*****************************************************/
header{
	width:100%;
}

header .header-box{
	max-width:1200px;
	width: 95%;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	font-size:95%;
	position:relative;
}

header.page{
	border-bottom:1px solid #ccc;
	margin:0 auto 20px;
}
header .header-rogo{
	width: 80px;
    position: relative;
    left: 10px;
    float: left;
    margin: 20px 0;
}
header .header-rogo img{
	width:100%;
}
.utility-box{
	width: 100%;
	max-width: 400px;
}
.utility-area{
	padding: 25px 0 0;
	box-sizing:border-box
}
.utility-area ul{
	width:100%;
	overflow:hidden;
}
.utility-area ul li:first-child{
	float:left;
	width: 47%;
	padding-left:5%;
}
.utility-area ul li:last-child{
	float:right;
	width: 22%;
	padding: 7px 0 0;
	font-size: 0.8rem;
}
.utility-area ul li ul.language-bt {
  display: flex;
  column-gap: 1rem;
  width: 100% !important;
  align-items: center;
  box-sizing:border-box;
  height: 16px;
}

.utility-area ul li ul.language-bt li a {
  opacity: 0.3;
  cursor: pointer;
  height: 20px;
}
.utility-area ul li ul.language-bt li a.active {
  opacity: 1;
}
.utility-area ul li ul.language-bt li:first-child {
	width: unset!important;
	padding:0 1rem 0 0;
	border-right: 1px solid #ccc;
}
.utility-area ul li ul.language-bt li:last-child {
	width: unset!important;
	padding-left: -1rem !important;
	padding: 0 0 0 0rem;
}
.utility-area .freedial{
	font-size: 120%;
	background:url("../image/common/ic-freedial.svg") no-repeat center left;
	background-size:30px;
	padding-left:37px;
}

header .head-syamei{
	/* display:none; */
	padding-top:3px;
}
.has-main{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	width: 100%;
	padding: 25px 0;
}

.has-main li{
	/* width: 20.7%; */
	text-align:center;
	cursor: pointer;
}

.has-main li:nth-child(3){
	/* width: 38%; */
}
.has-main .language-sp,
.has-main .syamei-sp{
	display:none;
}

@media screen and (max-width: 900px){
header .header-rogo{
	width: 10%;
	left: 0px;
	margin: 10px 0;
}

header .header-box .utility-box{
	margin:10px 0 0;
}
header .head-syamei{
	display:block;
	width: 185px;
	padding: 0;
}
header .head-syamei img{
	width:100%;
}
#navArea .menu_box li a{
	display:block;
}
header .header-box{
	display: flex;
	font-size:95%;
	flex-wrap: wrap;
	justify-content: space-between;
}
header .header-box .utility-box{
	width: 80%;
	margin: 10px 0 0 0;
}
.utility-area{
	padding:0;
}
.utility-area ul li:last-child{
	float:right;
	width: 37%;
	padding: 1px 0 0;
	font-size: 0.8rem;
}
}
@media screen and (max-width: 768px) {
header .header-rogo{
	width: 8%;
	min-width:55px;
}

header .header-box{
	display: flex;
	justify-content: space-between;
}
header .header-box .utility-box{
	/* width: 60%; */
	margin: 10px 0px 0 0;
}
.utility-area ul{
	width: 100%;
	display: block;
}

}
@media screen and (max-width:480px){
header .header-box{
	display: flex;
	justify-content: space-between;
}
header .header-rogo{
	min-width:55px;
}

#navArea .menu_box li a{
	display:block;
}
.utility-area ul li ul.language-bt {
  display:none;
}
.has-main .language-sp,
.has-main .syamei-sp{
	width:100%;
	display:block;
	padding:20px 0;
}
.has-main .language-sp{
	padding: 25px 0;
}
.has-main .language-sp{
	display: flex;
    column-gap: 1rem;
    width: 100%;
    align-items: center;
}

.has-main .language-sp{
	display: flex;
    column-gap: 1rem;
    width: 100%;
    align-items: center;
}
nav .inner ul li.language-sp ul{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 16px;
	overflow: hidden;
}
nav .inner ul li.language-sp ul li{
	width:45%;
	border: 0px dotted #aaa;
}

nav .inner ul li.language-sp ul li:first-child {
	width: unset;
	padding:0 1rem 0 0;
	border-right: 1px solid #aaa;
}
nav .inner ul li.language-sp ul li:last-child {
	width: unset;
	padding-left: 1rem;
}
nav .inner ul li.language-sp ul li a {
  opacity: 0.3;
	cursor: pointer;
}
nav .inner ul li.language-sp ul li a.active {
  opacity: 1;
}
nav .inner ul li.language-sp ul li a{
	text-align: center;
	padding:0px;
	font-size: 60%;
}
.has-main .freedial{
	font-size: 90%;
	background:url("../image/common/ic-freedial.svg") no-repeat center left;
	background-size:30px;

	padding: 0 0 0 37px;
}	
header .has-main .syamei-sp .head-syamei{
	max-width: 200px;
	padding: 20px 0 20px;
	margin: 0 auto;
	position: relative;
	left: -10px;
}
.utility-area ul{
	display: none;
}
}
@media screen and (max-width:350px){

.has-main .freedial{
	font-size: 90%;
	background:url("../image/common/ic-freedial.svg") no-repeat center left;
	background-size:30px;
	background-position:0px 45px;
	padding: 38px 0 0 37px;
}
}


/*****************************************************
	
	スマホ時メニュー

*****************************************************/
@media screen and (max-width:900px){

/*============
.toggle_btn
=============*/
.toggle_btn {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 70px;
  height: 70px;
  transition: all .5s;
  cursor: pointer;
  z-index:350;
  background-color: #fff;
}
.toggle_btn:hover {
   width: 80px;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left:-14px;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  min-width: 50px;
  height: 80px;
  transition: all .5s;
  cursor: pointer;
  z-index:100;
}
.toggle_btn:after {
 content:'menu';
 font-size:80%;
 text-align:center;
 width:100%;
position:absolute;
bottom:7px;
	letter-spacing:-0.05em;
left:0%;-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;
}
.open.toggle_btn:after {
 content:'close';

}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left:-14px;
  
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 24%;
}
.toggle_btn span:nth-child(2) {
  top: 34%;
  margin-top:-1px;
}
.toggle_btn span:nth-child(3) {
  bottom: 56%;
}
.open.toggle_btn span {
}
.open.toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(-315deg);
  transform: translateY(7px) rotate(-315deg);
}
.open.toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open.toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(315deg);
  transform: translateY(-7px) rotate(315deg);
}
/*============
nav
=============*/
nav{
  display: block;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.7s;
  opacity: 0;
  left: 0;
  position:
  fixed;
  z-index:-1;
}

.open nav{
  opacity: 1;
  z-index: 10;
}
nav .inner {
  width:100%;
  margin:10vh auto 0;
 position:relative;
 
}
nav .inner ul li{
  float:none;
  display:block;
  padding: 13px 0px;
  font-size:130%;
  position:relative;
  border-top:1px dotted #aaa;
  margin: 0 !important;
}
nav .inner ul li:first-child{
	border-top:0px dotted #aaa;
}
nav .inner ul li:first-child a{
  text-align:center;
  padding: 150px 0 10px;
  position:relative;
}
nav .inner ul li:last-child{
	border-bottom:1px dotted #aaa;
}		

header #navArea .has-main{
	display:block;
	background:url("https://noridouraku.itembox.design/item/image/common/rogo.svg") no-repeat center 25px;
	background-size: 95px;
	background-color:#fff;
	/* background-color: rgba(255,255,255,0.9); */
	width: 80%;
	margin: 0 auto 120px;
	border-radius: 5px;
	box-sizing:border-box;
	padding: 00px 30px 35px;
	float:none;
	max-width:none;
}
.navarea-e ul{
	width:80%;
	padding: 0px ;
}
li.has-sub ul.sub li:first-child a{
  text-align:center;
  padding: 0;
  text-align:left;
}
li.has-sub ul.sub{
	display:block;
	background:none;
	width:100%;
	height:150px;
	margin: 0 auto;
	border-radius: 5px;
	box-sizing:border-box;
	padding: 0px;
	font-size: 0.8rem;
	max-width:none;
}
li.has-sub ul.sub li:last-child{
	border-bottom:0px dotted #aaa;
}
li.has-sub ul.sub li {
    border-top: 0px dotted #aaa;
    margin: 0;
    padding: 2px 0px;
}
li.has-sub ul.sub li {
    border-bottom: 0px dashed #fff;
    text-align:left;
}
li.has-sub ul.sub li a:before {
    content:'・';
    margin-right: 0.5em;
}

.utility-area .freedial{
	display:block;
	position:relative;
	top:5px;
}

header .waku{
	width: 80%;
}
nav .nav-mypage,
nav .nav-access{
	display:none!important;
}
li.has-sub ul.sub{
	display:block!important;
}
.has-main li{
	width: 100%;
	text-align:left;
}
.has-main li{
	width:100%;
	text-align:left;
}
.has-main li:nth-child(3){
	width:100%;	
}
}
@media screen and (max-width:350px){
.utility-area {
	display: none;
}
header .head-syamei{
	display:block;
	width:156px;
	position:absolute;
	right: 2.7%;
	top: 20px;
}
.bottom_toggle_btn:after {
 content:'menu';
 position:absolute;
 bottom: 18px;
 left:0%;
}

}
/*****************************************************
	
	フッター
	
*****************************************************/

footer{
	background-color:#4d4d4d;
	background-image:url("../image/common/foot-bg.jpg");
	background-repeat:no-repeat;
	background-position:left center;
	background-size:auto 100%;
	color:#fff;
	font-size:95%;
	padding: 40px 0;
}
footer .foot-inner{
	padding:50px 5%;
}

footer .copyright{
	text-align: center;
	font-size:90%;
	line-height:1.5em;
	padding: 6rem 0 ;
}
.shoprogo-en{
	width:100px;
	margin:0 auto;
	padding:50px 0 0;
}
.shoprogo-en img{
	width:100%;
}
@media screen and (max-width:899px)	{
footer{
	padding: 80px 0 30px;
}
footer .copyright{
	text-align:center;
	margin: 5rem auto 10rem;
	padding:5vw 0;
	width:90%;
}
}


/*****************************************************
	
	フロント
	
*****************************************************/

#content{
	position: relative;
	width:100%;
	z-index: 0;
}
.front-box{
	padding:0 0 0 265px;
}
#frontmain .copy {
    font-size: 2rem;
    color: #fff;
    box-sizing: border-box;
    position:absolute;
    top: 120px;
    left: 50%;
    line-height:1.5em;
    margin-left: -18em;
    z-index:1;
}


@media screen and (max-width:1300px){
#frontmain .copy {
    /* font-size: 3rem; */
    /* top: 5%; */
    margin-left: 0;
    left: 5%;
}	
}

@media screen and (max-height:1200px){
#frontmain .copy {
    top: 5%;
    left: 50%;
}	
}
@media screen and (max-height:899px){
#frontmain .copy {
    top: 3%;
    left: 50%;
}	
}
#frontmain .copy span{
    display:block;
	font-size:80%;
}
.bg{
	width:100%;
	position: relative;
	z-index: 0;
}
.bg .slide1{
width:100%;
padding: 70% 0 0;
background:url(../image/front/mg_2048-2.jpg)no-repeat top;
background-size: 100%;
}
.bg .slide2{
width:100%;
padding:70% 0 0;
  background:url(../image/front/mg_1069-2.jpg)no-repeat top;
  background-size: 100%;
}
.bg .slide1 span,.bg .slide2 span{
	position:absolute;
	bottom:10%;
	right:5%;
	z-index:5;
	color:#fff;
}
#sonota-box,
#sanpuku-nori{
	position:relative;
	/* padding: 0 0 0 265px; */
}
#sonota-box .box{
	margin:5rem 0;
}
#sonota-box .box .sanpuku-phbox ul{
	/* min-height: 10rem; */
}
#sonota-box:before,
#sanpuku-nori:before{
	position:absolute;
	z-index:-1;
	width:calc(100% + 265px);
	height:600px;
	left:-265px;
	background-position: center top!important;
	background-attachment: fixed!important;
}
#sonota-box .inner,
#sanpuku-nori .inner{
	padding-top: 3rem;
	width: 95%;
	margin: 0 auto;
	max-width: 1200px;
}

#sonota-box h2,
#sanpuku-nori h2 {
	/* color: #7c8790; */
	line-height: 1.2;
	font-weight: 500;
	font-size: 2rem;
	/* padding: 0 20%; */
	width: fit-content;
	margin: 6rem 0 3rem;
	position: relative;
	letter-spacing: -0.1rem;
}


#sonota-box h3{
	color:#111;
	position: relative;
	padding: 3rem 0;
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	margin-bottom:50px;
	font-weight: 200;
	font-size: 3.0rem;
}


#sanpuku-nori p{
	margin:30px auto;
	width: 100%;
	color: #3b434a;
	font-weight: 300;
}

.sanpuku-phbox ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-items: center;
	align-items: center;
}
.sanpuku-phbox ul li{
	width: 47%;
	align-items: center; 
    height: 100%;
}
.sanpuku-phbox ul li:first-child{
	 -webkit-order: 1;
	order: 1;
}
.sanpuku-phbox .fle-ev li:last-child{
	 -webkit-order: 2;
	order: 2;
}
.sanpuku-phbox ul li img{
	width:100%;
}
.sanpuku-phbox .photo{
	padding-top: 40.25%;
}
section.holder {
    width:100%;
    height: 500px;
    background: url(../image/front/noridng-1111.jpg)no-repeat center;
    background-size:cover;
    margin: 180px 0 100px;
}

.icn-box{
	width:200px;
	margin:0 auto 50px;
}
.icn-box img{
	width:100%;
}
#sonota-box .bt{
	margin: 5rem 0;
}
#sonota-box .bt a{
    background: #fff;
	color:#3b434a;
}
#sonota-box .bt a:hover{
	color: #fff; 
	background:#3b434a;
}


@media screen and (max-width:900px){
#sonota-box h2,
#sanpuku-nori h2 {
	font-size: 1.3rem;
	margin: 7vw 0 6vw;
	letter-spacing:0.005em;
}


#sonota-box h3{
	padding: 8vw 0 5vw;
	margin-bottom:7vw;
	font-size: 6.0vw;
}


#sanpuku-nori p{
	margin:30px auto;
	width: 100%;
	color: #3b434a;
	font-weight: 300;
}
	.sanpuku-phbox .photo{
	padding-top: 60.25%;
}
#sonota-box .box{
	margin:3vw 0;
}
#sonota-box .bt{
	margin: 5vw 0 15vw;
}
.icn-box{
	margin:0 auto 5vw;
}
}
/* ページTOPに戻る */
.pagetop{
    display: none;
    position: fixed;
    right: 10px;
    bottom: 60px;
    z-index: 5;
}
.pagetop a{
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #e8e8e8;
    border-radius: 50%;
    line-height: 50px;
	 color:#fff;
}
.pagetop a{
    font-size: 20px;
    line-height: 50px;
}

.pagetop a:before {
    content:'▲';
	color:#b0b0b0;
}
@media screen and (max-width: 900px){
	.pagetop{
   
    bottom: 90px;
}
}
@media screen and (min-width: 1301px){
.bg{
	width:100%;
	overflow:hidden;
}
.bg .slide1{
	width:100%;
	padding:1000px 0 0;
	background-position: center;
	background-size:cover;
}
.bg .slide2{
	width:100%;
	padding:1000px 0 0;
	background-position: center;
	background-size:cover;
}	
}
@media screen and (max-width:899px)	{
#sonota-box,
#sanpuku-nori{
	position:relative;
	padding: 0px;
}
#sonota-box .inner,
#sanpuku-nori .inner{
	width: 80%;
	padding-top:0vw;
}
#sonota-box h2,
#sanpuku-nori h2 {
	padding: 0 0%;
	
}
#sonota-box h2::before, #sonota-box h2::after,
#sanpuku-nori h2::before,#sanpuku-nori h2::after{
  width: 15%;
}
#frontmain .copy {
    font-size:130%;
    left: 5%;
	top: 2%;
    margin-left:0px;
}

.bg .slide1{
	padding: 33% 0;
	height:auto;
	background-size: 100%;
}
.bg .slide2{
	padding: 33% 0;
	height:auto;
	background-size: 100%;
}
section.holder {
    height: 250px;
}
#sanpuku-nori p{
	width: 100%;
}
.sanpuku-phbox ul{
	display: block;
}
.sanpuku-phbox ul li{
	width:100%;
	margin:0 0 5vw;
}
}
@media screen and (max-width:480px)	{
#frontmain .copy {
    font-size:100%;
	left: 5%;
	top: 1%;
}

}
/*****************************************************
	
	ページ
	
*****************************************************/
#page-content .title-box{
	 padding:2rem 0 0; 
}
#page-content .title-box h1{
	color: #111;
	font-weight: 500;
	font-size: 2rem;
	width: fit-content;
	margin: 0 0 3rem;
	position: relative;
	letter-spacing: 0rem;
}

@media screen and (max-width:899px)	{
#page-content .title-box{
	 padding:2vw 0 0; 
}
}
@media screen and (max-width:480px)	{


}

#page-content .inner{
	padding-top:100px;
	width: 80%;
	margin: 50px auto;
	max-width: 1000px;
	padding:0;
}
.page-hako{
	width:100%;
	margin: 50px auto 150px;
}
.page-hako .ph-box{
	max-width: 1200px;
	margin:0 auto;
}
.page-hako .ph-box img{
	width:100%;
}
.page-hako dl{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	/* max-width: 1200px; */
	margin:50px auto;
}
.page-hako dl dt{
	width: 47%;
}
.page-hako dl dt img{
	width:100%;
}
.page-hako dl dd{
	width: 47%;
}
.page-hako dl dd .tuika {
	width:50%;
	margin:0 auto;
}
.page-hako dl dd .tuika img{
	width:100%;
	margin:50px 0 0;
}
@media screen and (max-width:899px)	{
#page-content {
    margin: 0px 0 0 0;
	padding: 0px 0 50px;
}
#page-content .title-box{
	/* padding:60px 5%; */
}

	.page-hako dl{
		margin:3vw auto;
}
	.page-hako dl dd .tuika img{
	width:100%;
	margin:8vw 0 0;
}
	.page-hako{
	width:100%;
	margin: 8vw auto 25vw;
}
}
@media screen and (max-width:600px)	{
#page-content .title-box h1{
	font-size: 5.3vw;
	margin:0 0 7vw;
}
#page-content h2{
	padding: 5vw 0 3vw;
	margin-bottom:0;
	font-size: 7.5vw;
}	
	.page-hako dl dt{
	width:100%;
	margin:0 0 8vw;
}
.page-hako dl dd{
	width:100%;
}
}

/*****************************************************
	
	Contact
	
*****************************************************/
.page-hako-map{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	width:100%;
	margin: 50px auto 10rem;
}
.page-hako-map div{
	width:50%;
	font-size: 0.95rem;
}
.page-hako-map div ul li {
	text-align:center;
}
.page-hako-map div ul li a{
	color: #995a7b;
	display:block;
}
.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:900px)	{
.map {
 
  padding-top: 76.25%;
}
	.page-hako-map div{
	width:100%;
	margin:0 0 50px;
}
	.page-hako-map{
	
	width:100%;
	margin: 8vw auto ;
}
	
}
@media screen and (max-width:600px)	{
.map {
 
  padding-top: 120%;
}

}
/*****************************************************
	
	Products
	
*****************************************************/

.page-hako-pro{
	width:100%;
	margin: 50px auto 15rem;
}

.page-hako-pro .ue{
	max-width:300px;
	margin:0 auto 50px;
}
.page-hako-pro ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: stretch;
	align-items: stretch;
}

.page-hako-pro ul li{
	width:45%;
}

.page-hako-pro ul li img{
	width:100%;
}
.nama-bg li:first-child{
	background:url(../image/products/mg_0614-700x1050.jpg)no-repeat;
	background-position:0px 80%;
	background-size: 100%;
}
.nama-bg li:last-child{
	padding:336px 0 0px;
	background:url(../image/products/mg_3008-700x467.jpg)no-repeat;
	background-size:cover;
}
.moji{
	width:90%;
	margin:0px auto 80px;
}

@media screen and (max-width:899px)	{
.page-hako-pro ul li{
	width:100%;
	margin:0 0 5vw;
}
.moji{
	width:100%;
	margin:0px auto 50px;
}
.nama-bg li:first-child{
	padding: 150% 0 0px;
	background-position:0px 0%;
}
.nama-bg li:last-child{
	padding: 70% 0 0px;
	background-size:100%;
}
	.page-hako-pro{
	margin: 50px auto 8vw;
}
}
/*****************************************************
	
	フロント動画エリア
	
*****************************************************/


.youtube-box{
	width:100%;
	margin:150px auto;
	box-sizing:border-box;
}
.youtube {
  position: relative;
  width:100%;
  max-width:1200px;
  height: 55.65vw;
  max-height: 600px;
  margin: 0 auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width:100%;
	height:100%;
}
.youtube a{
	width:100%;
}
.youtube a img{
	width:100%;
	max-width:1200px;
	max-height:600px;
}

@media screen and (max-width:900px){
.youtube-box{
	margin:5vw auto 10vw;
}
}
/*****************************************************
	
	フッターメニュー
	
*****************************************************/

.footer-menu{
	display:none;
}
.footer-menu ul li{
	line-height: 1.5em;
}
.footer-menu ul li span{
	display:block;
}

@media screen and (max-width:899px)	{
.footer-menu{
	display:block;
	position:fixed;
	bottom:0;
	background:#ccccccd9;
	width:100%;
	z-index: 10;
}
.footer-menu ul{
	width:100%;
	max-width: 700px;
	margin:0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.footer-menu ul li{
	width: 20%;
	margin:0;
	text-align:center;
	box-sizing:border-box;
	align-self: center;
	position:relative;
	font-size: 0.70rem;
}
.footer-menu ul li:nth-child(1){
	width: 15%;
	margin-left:4%;
}	
	.footer-menu ul li:nth-child(2){
	width: 16%;
}	
		.footer-menu ul li:nth-child(3){
	width: 23%;
}	
	.footer-menu ul li:nth-child(4){
	width: 21%;
}	
	
.footer-menu ul li a{
	/* color:#fff; */
	padding: 33px 0 7px;
	display:block;
	word-break:break-all;
}

	.fbar-home{
		background-image:url("https://noridouraku.itembox.design/item/image/top/ic-company.svg");
	background-repeat:no-repeat;
    background-size:20px;
	background-position:center top 9px;
	}
	.fbar-jp{
		background-image:url("https://noridouraku.itembox.design/item/image/top/ic-english.svg");
	background-repeat:no-repeat;
    background-size:25px;
	background-position:center top 9px;
	}
	.fbar-insta{
		background-image:url("https://noridouraku.itembox.design/item/image/common/ic-insta.svg");
	background-repeat:no-repeat;
     background-size:21px;
	background-position:center top 7px;
	}
	.fbar-youtube{
		background-image:url("https://noridouraku.itembox.design/item/image/common/ic-youtube.svg");
	background-repeat:no-repeat;
     background-size:23px;
	background-position:center top 6px;
	}
}

/*****************************************************
	
	スマホ時フッターメニュー

*****************************************************/
@media screen and (max-width:900px){

/*============
.toggle_btn2
=============*/
.toggle_btn2 {
  /* position: fixed; */
  bottom: 8px;
  right: 80px;
  width: 100%;
  height: 70px;
  transition: all .5s;
  cursor: pointer;
  z-index:350;
}
.toggle_btn2:hover {
   width: 80px;
}
.toggle_btn2 span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left:-14px;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}

.toggle_btn2:after {
 content:'menu';
 text-align:center;
 width:100%;
position:absolute;
bottom:14px;
	font-size:0.74rem;
	letter-spacing:0.05em;
	color:#111;
left:0%;-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;
}
.open.toggle_btn2:after {
 content:'close';
}
.toggle_btn2 span {
  display: block;
  width: 25px;
  height: 1.5px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn2 span:nth-child(1) {
  top: 24%;
}
.toggle_btn2 span:nth-child(2) {
  top: 34%;
  margin-top:-1px;
}
.toggle_btn2 span:nth-child(3) {
  bottom: 55%;
}
.open.toggle_btn2 span {
}
.open.toggle_btn2 span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(-315deg);
  transform: translateY(7px) rotate(-315deg);
}
.open.toggle_btn2 span:nth-child(2) {
  opacity: 0;
}
.open.toggle_btn2 span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(315deg);
  transform: translateY(-6px) rotate(315deg);
}

}