@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');

*{
	border-radius: 0px !important;
  /*border: 1px solid #ff0000!important;*/
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

a>img:hover{
	opacity: 0.9;
}

.navbar{
	min-height: 82px;
	margin-bottom: 0px;
	float: right;
}

.navbar p{
	margin-bottom: 0px;
}

.navbar-brand{
	height: 100%;
}

.navbar-default{
	border-color: transparent;
	background: #fff;
}

.text-white{color: white !important;}

.carousel-cell .panel{
	background-color: white;
	margin: 10px;
	height: 200px;
	width: 245px;
	padding: 10px 20px 10px 20px;
}

.fc-color{
	color: #003757 !important;
}

.lh-200{
	line-height: 200%;
}

ul.numberlist{
	margin-top: 10px;
}

ul.numberlist>li{
	padding-left: 30px;
    padding-top: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid;
}

ul.numberlist>li:last-child{
	border-bottom: none;
}

section{
	padding-top: 30px;
	padding-bottom: 30px;
}

.pt-0{
	padding-top: 0px;
}

.pt-1{
	padding-top:10px;
}

.pt-2{
	padding-top:20px;
}

.pt-3{
	padding-top:30px;
}

.pt-4{
	padding-top:40px;
}

.pt-5{
	padding-top:50px;
}

.pb-0{
	padding-bottom: 0px;
}

.pb-1{
	padding-bottom: 10px;
}

.pb-2{
	padding-bottom: 20px;
}

.pb-3{
	padding-bottom: 30px;
}

.pb-4{
	padding-bottom: 40px;
}

.pb-5{
	padding-bottom: 50px;
}



.p-1{
	padding-top:10px;
	padding-bottom: 10px;
}

.p-2{
	padding-top:20px;
	padding-bottom: 20px;
}

.p-3{
	padding-top:30px;
	padding-bottom: 30px;
}

.p-4{
	padding-top:40px;
	padding-bottom: 40px;
}

.p-5{
	padding-top:50px;
	padding-bottom: 50px;
}


.mt-0{
	margin-top: 0px;
}

.mt-1{
	margin-top:10px;
}

.mt-2{
	margin-top:20px;
}

.mt-3{
	margin-top:30px;
}

.mt-4{
	margin-top:40px;
}

.mt-5{
	margin-top:50px;
}

.mb-0{
	margin-bottom: 0px;
}

.mb-1{
	margin-bottom: 10px;
}

.mb-2{
	margin-bottom: 20px;
}

.mb-3{
	margin-bottom: 30px;
}

.mb-4{
	margin-bottom: 40px;
}

.mb-5{
	margin-bottom: 50px;
}


.flex {
	display: flex;
}
.iflex {
	display: inline-flex;
}
.rreverse {
  flex-direction: row-reverse;
}
.creverse {
  flex-direction: column-reverse;
}
.column {
  flex-direction: column;
}
.fwrap {
  flex-wrap: wrap;
}
.fwrapreverse {
  flex-wrap: wrap-reverse;
}
/* 水平 */
.fend {
  justify-content: flex-end;
}
.fcenter {
  justify-content: center;
}
.fbetween {
  justify-content: space-between;
}
.faround {
  justify-content: space-around;
}
/* 垂直 */
.fastart {
  align-items: flex-start;
}
.faend {
  align-items: flex-end;
}
.facenter {
  align-items: center;
}

.fistart {
  align-self: flex-start;
}
.fiend {
  align-self: flex-end;
}
.ficenter {
  align-self: center;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #000;
}

.panel-default>.panel-heading.fc{
	color: white;
	background-color: #7babbf;
	border-color: #7babbf;
}

.panel-fc{
	border-color: #e2f0f1;
}

.panel.fc{
	margin-bottom: 20px;
    background-color: #e2f0f1;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-fc-list-hd{
	border-color: #2e6793;
}

.panel.fc-ld{
	margin-bottom: 20px;
    background-color: #2e6793;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-fc-list{
	border-color: #003757;
}

.panel.fc-l{
	margin-bottom: 20px;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.alert-fc{
	color: white;
	background-color: #cee5e9;
	border-color: #cee5e9;
}

.alert-fcng{
	color: white;
	background-color: #003757;
	border-color: #003757;
}

ul.dot {
    list-style: none;
    padding:0;
    margin:0;
}
ul.dot>li {
    padding-left: 1em;
    text-indent: -.7em;
}
ul.dot>li:before {
    content: "■ ";
    color: #003757;
}

.panel-body.pb-fc{
	height: 70px;
	display: table;
	width: 100%
}
.panel-body.pb-fc>span{
	display: table-cell;
	vertical-align: middle;
}

/*その他*/
body{
  font-family: "Noto Sans JP";
  line-height: 1.5;
}
.p-0{padding: 0;}
.bg-g{background: #E4E8E7;}

.f20{font-size: 1.25em;}
.f22{font-size:1.375em;}
.f28{font-size: 1.75em;}
.mincho {
	font-family: "Sawarabi Mincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	line-height:1.5;
}
h2.mincho {
  letter-spacing: 0.1em;
}
.nopc{display: none;}
img.w100{width: 100%;}
.fb{font-weight: bold;}
.align-c{text-align: center;}
.align-r{text-align: right;}

@media screen and (min-width:1200px){
  .container {width: 1300px;}
}

.showPc { display: block !important; }
.showSp { display: none !important; }
@media screen and (max-width:768px){
	.showPc { display: none !important; }
	.showSp { display: block !important; }
}
/*
-----------------------------*/
#pagecolor1 {
  background-color: #e0e1d6;
}
#pagecolor2 {
  background-color: #c8c2a6;
}
.sectioncolor1 {
  background-color: #c8cab9 !important;
} 
.textcolor {
  color: #808055;
}

h2.under {
  border-bottom: 1px solid #000;
  line-height: 2;
  font-size: 40px;
  text-align: right;
}

@media screen and (max-width:768px){
  h2.under {
    border-bottom: 1px solid #000;
    line-height: 2;
    font-size: 1.4em;
    text-align: right;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}

.pict img,
.object-fit {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
/*menu*/


/*トップページ*/

/*hero
-----------------------------*/
#herowrap{
  padding: 0;
}
.w1500{
  max-width: 1500px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}
.hero{
	padding-top: 60.733%;
	background: url(../index/mainvisula.jpg) no-repeat center center;
	position: relative;
	background-size: cover;
}

.hero .title{
	position: absolute;
	top:42%;
	left: 120px;
}
.hero .title_sp{
  position: absolute;
  top:42%;
  left: 10px;
}

.hero .title_sp img{
	width: 50%;
}
header .logo_sp img{
	width: 80%;
	height: auto;
	padding-left: 5px;
}

.conceptWrap {
  position: relative;
  width: 1155px;
  margin: 100px auto 100px auto;
}
.conceptWrap .white {
  position: absolute;
  top: 0;
  left: 432px;
  z-index: 1;
  width: 585px;
  padding: 80px 0 60px 210px;
  background-color: #fff;
}
.conceptWrap h2 {
  margin: 0;
  padding: 0;
  font-size: 40px;
}
.conceptWrap .green {
  position: absolute;
  top: 160px;
  right: 0;
  z-index: 2;
  width: 693px;
  background-color: #d0d7b2;
  padding: 70px 60px 60px 175px;
}
.conceptWrap .green h3 {
  font-size: 30px;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.conceptWrap .green p {
  font-size: 22px;
  line-height: 1.6;
}
.conceptWrap .image {
  position: relative;
  z-index: 3;
  padding-top: 55px;
}
#concept .w1500 .copywrap {
	padding-top: 46%;
	background: url(../index/concept_bg.jpg) no-repeat center center;
	position: relative;
	background-size: cover;
}
#concept .w1500 .copy{
	position: absolute;
	top:42%;
	left: 120px;
}
#concept .w1500 .copy_sp {
  position: absolute;
  top:42%;
  left: 10px;
}

#concept .w1500 .copy_sp img{
    width: 50%;
}


@media screen and (max-width:768px){
  
  #concept img {
    max-width: 100%;
  }
  #concept .pt-5 {
    padding-top: 1em;
  }
  #concept .logowrap img {
    max-width: 90%;
  }
  .conceptWrap {
    width: 100%;
  }
  .conceptWrap .white {
    position: static;
    width: 100%;
    padding: 0.5em;
  }
  .conceptWrap .white h2 {
    font-size: 1.5em;
    text-align: center;
  }
  .conceptWrap .green {
    position: static;
    width: 100%;
    padding: 1em;
  }
  .conceptWrap .image {
    width: 100%;
    margin: 0;
    padding: 0;
   }
  .conceptWrap .image img {
    width: 100%; 
   }
  .conceptWrap .green h3 {
    font-size: 1.4em;
  }
  .conceptWrap .green p {
    font-size: 1.2em;
  }

}

/*pickup
------------------------------*/

.w1175 {
  width: 1175px;
  margin: 0 auto;
}

.pickupitem p {
  text-align: left;
  font-size: 16px;
  padding: 1em 0;
  line-height: 1.8;
}

.pickupitem .pict{
	position: relative;
	overflow: hidden;
	width: 285px;
	height: 283px;
}

.pickupitem .pict img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	transition: all .3s ease-out;
}

.pickupitem .pict img:hover {
    transform: scale(1.1);
}

.toform {
  color: #fff !important;
  background-color: #808055;
  padding: 0.5em 1em;
  border-radius: 45px !important;
  border: none;
  font-size: 50px;
  width: 1140px;
  text-align: center;
  margin: 100px auto;
	transition: all .3s ease-out;
}
.toform:hover{
	opacity: .8;
}
.selectionitem {
  width: 500px;
}
.selectionitem .pict img {
	width: 500px;
	height: 423px;
}
.selectionitem h3 {
  text-align: left;
  font-size: 28px;
}
.selectionitem h3 span {
  font-size: 20px;
}
.selectionitem .comment {
  padding: 0.5em 0;
  text-align: left;
  font-size: 22px;
  line-height: 1.8;
}
.selectionitem .detail {
  text-align: left;
  font-size: 20px;
  line-height: 1.8;
}

@media screen and (max-width:768px){
  
  .w1175 {
    width: 100%;
  }
  .toform {
    padding: 0.5em 1em;
    border-radius: 0.5em !important;
    font-size: 1.2em;
    width: 95%;
    margin: 1em auto;
  }
  #pickup .flex {
    justify-content: space-around;
  }
  .pickupitem  {
    width: 45%;
  }
  .pickupitem .pict  {
    width: 100%;
	height: calc(100vw * ( 175 / 390 ));
  }
  .pickupitem .pict img {
    width: 100%;
 	height: calc(100vw * ( 175 / 390 ));
  }
  .selectionitem {
    width: 90%;
  }
  .selectionitem .pict img {
    width: 100%;
    height: calc(100vw * ( 295 / 390 ));
  }
  .selectionitem h3 {
    font-size: 1.4em;
  }
  .selectionitem h3 span {
    font-size: 1em;
  }
  .selectionitem .comment {
    font-size: 1.2em;
  }
  .selectionitem .detail {
    font-size: 1em;
  }
}

/*product
------------------------------*/

.exitem p {
  text-align: left;
  font-size: 20px;
  padding: 0.5em 0;
}
.exitem .pict img {
  width: 358px;
  height: 324px;
}

@media screen and (max-width:768px){
  #products .flex {
    justify-content: space-around;
  }
  .exitem  {
    width: 45%;
  }
  .exitem .pict img {
    width: 100%;
    height: calc(100vw * ( 159 / 390 ));
  }
  .exitem p {
      font-size: 1em;
  }
}

/*link
------------------------------*/

#link {
  padding: 0;
}
#link .inquiry {
	position: relative;
	overflow: hidden;
	width: 50%;
	height: 355px;
}

#link .inquiry:after{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../index/index_inquiry_bg.jpg) no-repeat center center;
	background-size: cover;
	display: flex;
	/*  justify-content: flex-end;*/
	justify-content: center;
	align-items: center;
	transition: all .3s ease-out;
}

#link .company {
	position: relative;
	overflow: hidden;
	width: 50%;
	height: 355px;
}
#link .company:after{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../index/index_company_bg.jpg) no-repeat center center;
	background-size: cover;
	display: flex;
	/*  justify-content: flex-start;*/
	justify-content: center;
	align-items: center;
	transition: all .3s ease-out;
}

#link .inquiry:hover:after, #link .company:hover:after{
	transform: scale(1.1);
}

#link .inquiry a,
#link .company a {
	position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  /*background-color: rgba(255,255,255,0.30);*/
	font-family: "Sawarabi Mincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	line-height:1.5;
  font-size: 25px;
  padding: 0;
  margin: 0;
	z-index: 1;
}

@media screen and (max-width:768px){
  #link .flex {
    flex-direction: column;
  }
  #link .inquiry,
  #link .company {
    width: 100%;
    justify-content: center;
    height: 200px;
  }
  #link .inquiry a,
  #link .company a {
    font-size: 1.5em;
    /*margin: 0 1em;*/
  }
}

/*footer
-----------------------------*/

#footer .footerLogo {
	text-align: center;
}
#footer .footerLogo img {
	max-width: 315px;
	height: auto;
}
.compamyName {
	text-align: center;
	font-size: 16px;
	line-height: 2;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.address {
  text-align: center;  
  font-size: 16px;
  margin: 1em 0;
}

@media screen and (max-width:768px){
  #footer .footerLogo img {
    width: 90%;
  }
  .compamyName {
    font-size: 1.2em;
  }
  .address { 
    font-size: 1.2em;
  }
}

/*copy
-----------------------------*/
#copy{
	background: #a8afa1;
	padding: 10px 0;
  text-align: center;
  color: #211815;
  font-size: 17px;
}
@media screen and (max-width:768px){
  #copy{
    font-size: 1em;
  }
}

/*セカンド
----------------------------------*/
.w1266 {
  width: 1266px;
  margin: 0 auto;
}
#second_pickup {
  
}
#pickupWrap {

}
.logowrap {
  padding-bottom: 106px; 
}

@media screen and (max-width:768px){
  .logowrap {
    padding-bottom: 3em; 
  }
  #pagecolor2 #herowrap img {
    width: 100%;
    height: auto;
  }
  
  #second_pickup img {
    max-width: 100%;
  }
  #second_pickup .logowrap img {
    max-width: 90%;
  }
  
}

.pickupWrapLarge {
  padding-bottom: 90px;
}
.pickupWrapLarge h2 {
  font-size: 50px;
}
.pickupWrapLarge .pict {
  width: 626px;
}
.pickupWrapLarge .pict img {
  width: 626px;
  height: 746px;
}
.pickupWrapLarge .text {
  width: 500px;
  line-height: 2;
}
.pickupWrapLarge .detail {
  padding: 0.5em 0;
  font-size: 23px;
  line-height: 1.8;
}
.pickupWrapLarge .comment {
  font-size: 17px;
  line-height: 1.8;
}
.pickupWrapSmall {
  
}
.pickupsmallitem {
  width: 376px;
}
.pickupsmallitem .pict img {
  width: 376px;
  height: 423px;
}
.pickupsmallitem .detail {
  padding: 0.5em 0;
  font-size: 23px;
  line-height: 1.8;
}
.pickupsmallitem .comment {
  font-size: 17px;
  line-height: 1.8;
}

@media screen and (max-width:768px){
  .w1266 {
    width: 90%;
    margin: 0 auto;
  }
  .pickupWrapLarge {
    flex-direction: column;
    padding-bottom: 0px;
  }
  .pickupWrapLarge h2,
  .pickupWrapSmall h2 {
    font-size: 2em;
  }
  .pickupWrapLarge .pict {
    width: 100%;
  }
  .pickupWrapLarge .pict img {
    width: 100%;
    height: calc(100vw * (423 /390));
  }
  .pickupWrapSmall .pict img {
    width: 100%;
    height: calc(100vw * (423 /390));
  }
  .pickupWrapLarge .text {
    width: 100%;
  }
  .pickupWrapSmall {
    flex-direction: column;
  }
  .pickupsmallitem {
    width: 100%;
  }
  .pickupWrapLarge .detail,
  .pickupsmallitem .detail {
    font-size: 1.2em;
  }
  .pickupWrapLarge .comment,
  .pickupsmallitem .comment {
    font-size: 1em;
  }
}

.companyVisual {
	background: url(../pickup/companyvisual.jpg) no-repeat center center;
	position: relative;
	background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vw * 0.388);
}
.companyVisual h2 {
  color: #fff;
  /*background-color: rgba(33,24,21,0.7);*/
  padding: 0.2em 2em;
  font-size: 30px;
}

#company .name {
  padding: 144px 0 30px;
  text-align: center;
}

#company .name h3 {
  text-align: center;
  font-size: 25px;
  line-height: 2;
  margin-bottom: 1em;
}

@media screen and (max-width:768px){
  .companyVisual h2 {
    font-size: 1.5em;
  }
  #company .name {
    padding: 3em 0 1em;
  }
  #company .name img {
    width: 90%;
  }
  #company .name h3 {
    font-size: 1.2em;
  }
}


.w623 {
  width: 623px;
  margin: 0 auto;
  padding-bottom: 170px;
}

.outline {

}
.outline h3 {
  font-size: 20px;
  line-height: 2;
  border-bottom:  1px solid #000;
}
.outline dt,
.outline dd {
  font-size: 18px;
  line-height: 2;
}
.outline dt {
  display: inline-block;
  text-align:justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  float: left;
  margin: 0;
  padding:0;
  width: 6em;
  font-weight: normal;
}
.outline dt::after {
  content: '／';
  display: inline-block;
}
.outline dd {
  margin: 0;
  padding:0;
  padding-left: 7em;
}
.service {

}
.service h3 {
  font-size: 20px;
  line-height: 2;
  border-bottom:  1px solid #000;
}
.service ul li {
  display: inline-block;
  font-size: 18px;
  line-height: 2;
}
.service ul li::before {
  content: '□';
  display: inline-block;
}
.service ul li {
  padding-right: 0.5em;
}
.customer ul li {
  display: inline-block;
  font-size: 18px;
  line-height: 2;
}
.customer ul li::before {
  content: '□';
  display: inline-block;
}
.customer h3 {
  font-size: 20px;
  line-height: 2;
  border-bottom:  1px solid #000;
}
.customer ul li {
  padding-right: 0.5em;
}

@media screen and (max-width:768px){
  .w623 {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 3em;
  }
}

/*トピックス 3rd
-------------------------------------*/
#topicswrap .topics{
	position: relative;
}
#topicswrap .topics .title{
	position: absolute;
	left: 50px;
	bottom:30px
}



#second_link {
  padding: 0;
  margin-bottom: 80px;
}
#second_link .inquiry {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 355px;
}

#second_link .inquiry:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../pickup/inquiry_bg.jpg) no-repeat center center;
	background-size: cover;
	display: flex;
	/*  justify-content: flex-end;*/
	justify-content: center;
	align-items: center;
	transition: all .3s ease-out;
}

#second_link .inquiry:hover:after {
	transform: scale(1.1);
}
#second_link .inquiry a {
	position: relative;
	z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  /*background-color: rgba(255,255,255,0.30);*/
	font-family: "Sawarabi Mincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	line-height:1.5;
  font-size: 25px;
  padding: 0;
  margin: 0;

}

@media screen and (max-width:768px){
  #second_link .flex {
    flex-direction: column;
  }
  #second_link .inquiry {
    width: 100%;
    justify-content: center;
    height: 200px;
  }
  #second_link .inquiry a {
    font-size: 1.5em;
    /*margin: 0 1em;*/
  }
}



/*コンタクト
-----------------------------------*/
#contactwrap table{width: 80%; margin: 0 auto;}
#contactwrap th{
	font-size: 2.0em;
	color: #636262;
	padding: 10px 5px;
	width: 50%;
	vertical-align: top;
	text-align: right;

}
#contactwrap td{
	text-align: left;
	padding: 14px 5px;
}

#contactwrap .gray{
	color:#636262;
}
#contactwrap .formbox{
	border: 1px solid #636262;
	padding: 50px 20px 0;
}
#contactwrap .w-sp{
	max-width: 327px;
	width: 100%;
}


#contactwrap .form_btn{
	display: inline-block;
	max-width: 378px;
	width: 100%;
	background: #636262;
	color:#fff;
	font-size: 33px;
	padding: 5px 0;
	border: 0;
}
#contactwrap .form_btn:hover{
	background: #9FC4C5;
}
#contactwrap input[type="text"],textarea{
	border: 1px solid #000;
	width: 100%;
	transition: 0.3s;
	padding: 0.3em;
}
#contactwrap input[type="text"]:focus,
#contactwrap textarea:focus{
  border-color: #9FC4C5;
  box-shadow: 0 0 8px 0 #9FC4C5;
	outline: none;
}

/*ドロワーメニュー
-----------------------------------*/
/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}
@media screen and (max-width: 767px) {
  nav {
    left: -250px;
    width: 250px;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}

/*============
order
=============*/

.orderBody {
	background-color:#fff;
}

.orderFormBox {
	display:flex;
	width:1000px;
	margin:0 auto;
}
.orderTable {
	flex:1;
	margin:20px;
	min-width:390px;
	max-width:640px;
	background-color:#fff;
}
.orderTable tr th ,
.orderTable tr td {
	padding:6px;
	border:1px solid #333;
}
.orderTable tr td input {
	width:3em;
	border: 1px solid #000;
	padding:0.5em;
}
.orderTable tr.spc td {
	border:none;
/*	background-color: #e0e1d6;*/
}
.orderTable tr th {
	background-color:#D9CB83;
	text-align:center;
}
.orderTable tr td:nth-of-type(3) ,
.orderTable tr td:nth-of-type(5) {
	text-align:center;
}
.orderTable tr td:nth-of-type(4) {
	text-align:right;
}
.orderTable tr td input[type=text]:focus-visible {
	outline:none;
}
.orderTable tr td input[disabled] {
	border: 1px solid #999;
}


.orderConfTable {
	margin-left:auto;
	margin-right:auto;
}

div.none {clear: both;}
div.none hr {display: none;}

.orderShopTable {
	margin:10px auto 20px;
	background-color:#fff;
}
.orderShopTable tr th ,
.orderShopTable tr td {
	padding:6px;
	border:2px solid #333;
}
.orderShopTable tr th {
	background-color:#D9CB83;
}
.orderShopTable tr td input {
	border: 1px solid #000;
	padding:0.5em;
}
.orderShopTable tr td input.long {
	width:100%;
}
.orderShopTable tr td input.short {
	width:8em;
}
.orderShopTable tr td input[type=text]:focus-visible {
	outline:none;
}

.orderSubmit {
	text-align:center;
}
.orderSubmit span {
	width:40%;
	max-width:440px;
	display:inline-block;
	margin:20px;
	line-height:1.0;
}
.orderSubmit span small {
	font-size:0.4em;
}

.orderTitle {
	text-align:center;
	border-bottom:1px solid #333;
	width:90%;
	max-width:1300px;
	margin:0 auto 40px auto;
	background:url(../img/logo.svg) right center no-repeat;
}
.orderTitle h1 {
	background-color:#80804F;
	color:#fff;
	display:inline-block;
	padding:6px 16px 6px 30px;
	border-radius:16px !important;
	margin-top:30px;
	margin-bottom:30px;
}

p.catch {
	text-align:center;
	font-size:2em;
	font-weight:bold;
	margin-top:12px;
}
p.formCaution {
	font-size:0.7em;
	margin-top:12px;
	width:90%;
	max-width:1000px;
	margin:0 auto 30px auto;
}
p.shopCaution {
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
	margin-top:12px;
}

.form-wrap {
	font-size:2em;
	margin-bottom:40px;
}
.form-wrap p {
	margin-bottom:16px;
}
.form-wrap p:first-child {
	margin-bottom:25px;
}
.form-wrap input[type=password] {
    width: 90%;
	max-width:640px;
    border-width: 3px;
    background-color: none;
    font-size: 1em;
    padding:0.2em;
}
.form-wrap .submit-btn {
    width: 90%;
	max-width:640px;
    display: block;
    vertical-align: middle;
    margin: 0 10px;
    padding: 0.2em 0.2em;
    color: #fff;
/*    font-size: 40px;*/
    font-weight: bold;
    letter-spacing: 0.5pt;
    text-decoration: none;
    background-color: #80804F;
    cursor: pointer;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    box-shadow: 0 5px 0 #6A6A42;
    transition: 0.3s;
}

.form-wrap .submit-2 {
	width:100%;
	max-width:440px;
	display: inline-block;
	font-size:0.75em;
/*	margin: 10px;*/
	padding:14px 0;
	border-radius:18px !important;
	background-color:#7E1118;
/*	box-shadow: 0 5px 0 #540C11;*/
	box-shadow: none;
}
.form-wrap .submit-2:hover {
	
}
.form-wrap .submit-2[disabled] {
	color:#666;
}

.loginForm {
	margin-bottom:7em;
}

#soryo {
	text-align:center;
	margin:20px auto 60px;
	max-width:750px;
}
#soryo h3 {
	display:inline-block;
	border:2px solid #333;
	border-radius:12px !important;
	padding:4px 40px;
	margin-bottom:20px;
	font-size:1.8em;
	font-weight:bold;
}
#soryo hr {
	border-width:4px;
	margin-top:10px;
	margin-bottom:10px;
}
#soryo p {
	font-weight:bold;
	font-size:1.8em;
	margin-bottom:0px;
}
#soryo h3 + p {
	margin-bottom:20px;
}

#adress {
	padding-bottom:40px;
}
#adress p {
	text-align:center;
	font-size:1.6em;
}

p.confTxt {
	font-size:1.5em;
}

p.thanksTxt {
	font-size:1.5em;
	margin-bottom:2em;
}

@media screen and (max-width:1200px){
	.orderTitle {
		background:none;
	}
}

@media screen and (max-width:1000px){
	.orderFormBox {
		display:block;
		width:100%;
	}
	.orderTable {
		margin:20px auto;
		width:90%;
	}
	.orderShopTable {
		width:90%;
		max-width:640px;
	}
	.orderShopTable tr th ,
	.orderShopTable tr td {
		display:block;
		border-top-width:2px;
		border-bottom-width:0px;
	}
	.orderShopTable tr:last-child td[colspan='5'] {
		border-bottom-width:2px;
	}


	.form-wrap .submit-2 {
/*		width:90%;
		display: block;
		margin:20px auto;
*/
		width:100%;
	}
	.orderSubmit span {
		width:90%;
		display: block;
		margin:20px auto;
	}
	#adress {
		max-width:90%;
		margin-left:auto;
		margin-right:auto;
	}
}

@media screen and (max-width:768px){
  /*
  header {
      display: none;    
  }
  #herowrap {
      display: none;
  }
  #concept {
    display: none;
  }
  #pickup {
    display: none;
  }
  #products {
    display: none;
  }
  #link {
    display: none;
  }
  #footer {
    display: none;
  }
  #copy {
    display: none;
  }
  */
}


/*メディアクエリ
---------------------------------*/
@media screen and (max-width:768px){
	.nopc {display: block;}

	header .p-3sp{
		padding: 10px 5px 0;
	}

	#second .hero .title_sp{
		font-size: 0.85em;
		line-height: 1.5;
	}
	#products dt .newico img{
		width: 80%;
	}
	#second #body02 .p-0{
		padding: 0px 10px;
	}
	#second #body02 .box{

	width: 98%;
	margin: 0 auto;
	padding:10px;

	}
	#second #body02 .box2{

		width: 98%;
		margin: 0 auto;
		padding:10px;
	}
	#contactwrap table{width: 100%;}
	#contactwrap th{
		font-size: 20px;
		width: 40%;
	}

	#soryo {
		max-width:90%;
	}

}

@media screen and (max-width:480px){
	#products dt .newico img{
		width: 60%;
	}
	#products dt .newico{
	top:3%;
	right:-15px;
	}
	#products dd .f20{
	font-size: 1em;
}
	#second .box .f20,#second .box2 .f20{
		font-size: 1em;
		line-height: 1.5;
	}
	#second .box .pt-5,#second .box2 .pt-5{
		padding-top: 30px;
	}
	#contactwrap th,#contactwrap td{
		width: 100%;
		display: block;
		font-size:16px;
		text-align: left
	}
	#contactwrap .f28{
		font-size: 16px;
	}
	#contactwrap .form_btn{
		font-size: 24px;
	}
	.body01txt {font-size: 1.0em;
	padding-bottom: 0;text-align: left;}
	.storytxt{font-size: 1.0em;}
	#second #faq dt{font-size: 1.2em;}
	.price{
		font-size: 1.0em;
		padding-right: 0;
	}
}


@media (min-width: 768px){
	.logo{
		float: left
	}
	#nav_bar ul{
    float:right;
    margin-top: 10px;
  }
  #nav_bar ul li{
    display: table-cell;
    padding: 0 20px;
  }
  #nav_bar ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    border-bottom: 1px solid #808055;
  }
  #nav_bar ul li a:link,
  #nav_bar ul li a:hover,
  #nav_bar ul li a:visited {
    color: #808055;
  }

  #nav_bar ul li a.btn {
    color: #fff;
    background-color: #808055;
    padding: 0.2em 1em;
    border-radius: 15px !important;
    border: none;
  }
	#nav_bar ul li a.btn:hover {
	opacity: .8 !important;
  }
  
}

@media (max-width: 480px){
	.orderTable {
		min-width:290px;
	}

	.orderTitle h1 {
		font-size:24px;
	}

	p.catch {
		font-size:1.5em;
	}
	#soryo p {
		font-size:1.4em;
	}

}