@charset "UTF-8";
/* CSS Document */
html{
	font-size:62.5%;/*16px×62.5％＝10px*/
}
img{
	max-width: 100%;
	height: auto;
}  
.wrapper{
	background: url(../images/p0026_l.jpeg);
   max-width: 100%;
   width: 100%;
   height: auto;
   font-family: 'Noto Serif JP', serif;
	background-attachment: fixed;
	    background-repeat: repeat-y;
    background-size: 100%;
} 
a:hover {
  opacity: 0.5;
}
/*============
header
=============*/
.header-gp{
	display: flex;
   background: url("../new/yoshisoba_contact_pc.jpg");
   width: 100%;
   position: relative;
	padding-top: 27%;
   background-size: 100%;
   background-repeat: no-repeat;
	background-attachment: fixed;
}
.header-absolute{
	position: absolute;
   top: 4vw;
   display: flex;
   left: 4vw;
}
.header-logo{
	top: 1rem;
	left: 2rem;
}
.header-ttl{
	padding-top: 17vw;
   writing-mode: tb-rl;
   font-size: 3vw;
	color: #fff;
}
/*============
nav
=============*/
nav{
	margin-left: 7vw;
}
nav ul{
 	top: 4vw;
    width: 88%;
    display: flex;
}
nav li a{
	font-size: 1.1vw;
   color: #fff;
	    font-weight: 200;
}
nav li a:first-of-type{
   display: block;
}
/*border*/
nav li div{
	background: #fff;
    width: 3vw;
    transform: rotate(-45deg);
    height: 0.1vw;
    margin-top: 1.2vw;
}
nav span{
  	font-size: 0.9vw;
   padding-left: 18%;
}
nav li:nth-of-type(4){
	    padding-left: 1vw!important;
}
/*============
section
=============*/
.lead {
    padding-top: 5vw!important;
    font-size: 1vw;
}
.inner{
	 width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
	font-size: 1.2vw;
}
.inner a{
	color: #000;
}
h1{
	position: relative;
    text-align: center;
    padding-top: 10rem;
    font-size: 2.2vw;
}
h1:after{	
	display: none;
	content: '';
    position: absolute;
    transform: translate(50%,50%);
    justify-content: center;
    margin-top: 4vw;
    right: 50%;
    width: 3.3vw;
    height: 1px;
    background-color: #333;
}
.ttl{
   text-align: center;
       padding-top: 0.4vw;
    font-size: 0.8vw;
	    font-weight: 200;
    opacity: 0.7;
}
.txt{
    margin: 3vw auto 5vw;
	    font-weight: 200;
    width: 46%;
    text-align: center;
    line-height: 2.6;
    font-size: 0.9vw;
}
/*============
footer
=============*/
.footer-wrapper{
	background: url("../images/black_00082.jpg");
	background-repeat:no-repeat;
	background-size: 100%;
/*	background: #000;*/
	color: #fff;
	display: flex;
}
/*ttl*/
.footer-ttl{
	width: 38%;
	text-align: center;
}
.footer-ttl div{
	padding-top: 11.5rem;
}
/*footer-nav*/
.footer-menu{
	width: 68%;
	margin-top: 8rem;
}
.footer-menu ul{
	display: flex;
}
.footer-menu ul:last-of-type{
	 margin-top: 5rem;
}
.footer-menu a{
	 display: block;
	    font-weight: 200;
	 font-size: 0.9vw;
    color: #fff;
}
.footer-menu span{
	 padding-left: 1vw;
    font-size: 0.8vw;
}
.footer-menu ul{
	 width: 85%;
}
.footer-txt{
	width: 84%;
    font-size: 0.8vw;
	    font-weight: 200;
    line-height: 2;
    padding: 2vw 0 6vw;
}
.foot
/*border*/
.footer-menu li div{
    background: #fff;
	    width: 3vw;
    height: 1px;
    transform: rotate(-45deg);
    margin-top: 1.5rem;
    padding-left: 2rem;
}
.footer-copyrights{
	font-size: 1.2rem;
    margin-top: 6rem;
    margin-bottom: 3vw;
    margin-left: 59%;
}
.footer-icon{
	 display: flex;
    margin: 3rem 3rem;
    margin-left: 76%;
}
.footer-icon img{
	 width: 2rem;
    padding: 0.2rem;
}
.footer-icon img{
	 width: 2rem;
    padding: 0.2rem;
}
/*contents*/
.contents{
	
display: none;
    text-transform: uppercase;
       margin-left: 38.5vw;
}
.contents p:first-of-type{
    font-size: 0.8vw;
    margin: 0vw 3vw 0vw 0vw;
}
.footer-border {
    width: 130%;
    background-color: #fff;
    margin: 4vw -26vw 1vw;
    height: 1px;}
/*logo*/
.footer-logo {
    display: flex;
    padding: 3vw 0vw 5vw;
    margin-left: 3.6vw;
}
.footer-logo img{
	width: 8vw;
	padding: 0 1vw 0;
}
.footer-menu li div {
    width: 3vw;
    height: 1px;
    transform: rotate(-45deg);
    margin-top: 1.5rem;
    padding-left: 2rem;
    background: rgb(255, 255, 255);
}
.span{
	padding-left: 0vw!important;
}

.menu-btn{
	display: none;
}
.nav-button {
  display: none;
}
.nav-wrap.open {
  display: block;
}
.nav-wrap.close {
  display: none;
}
@media (min-width: 897px){
.sp,.menu-btn,.nav-icon,.sp-1{
	display: none;
}
.bx-prev,.bx-next{
	display: none;
}
.nav-wrap {
    display: block !important;
 }
}
@media (max-width: 896px){
	.header-logo{
		z-index: 100;
	}
nav {
    margin-top: 10vh;
}
.pc{
	display: none;
}
/*
.header-gp {
    background: url("../new/yoshisoba_contact_sp.jpg");
    padding-bottom: 68vw;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
*/
.header-gp {
   background: none;
}
	.cd-fixed-bg.cd-bg-3{
background: url("../new/yoshisoba_contact_sp.jpg");
background-size:cover;
		    background-repeat: no-repeat;
		    padding-bottom: 68vw;

	width: 100%;
}
	.cd-fixed-bg {
		background-attachment: scroll;
	}
header img {
    width: 100%;
}
/*============
nav
=============*/
.nav-button {
	display: block;
   cursor: pointer;
 }
.nav-wrap {
	position: fixed;
   left: 0;
   top: 0;
   display: none;
	z-index: 10;
   background-color: rgba(0, 0, 0, 0.9);
   width: 100%;
	height: 100%;}
.nav {
	height: 100%;
   position: relative;
	overflow-x: hidden;
   overflow-y: auto; 
}
.nav li {
   display: block;
	margin: 2em;}
.nav a {
   color: #fff;
	 font-size: 18px;
 }
	nav li:nth-of-type(4){
	    padding-left: 4vw!important;
	}
.footer-copyrights small{
	font-size: 1.6vw;
}
/*メニューボタンのエフェクト*/
 .nav-button,
 .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
}
.nav-button {
    z-index: 10001;
    position: relative;
    width: 8vw;
    height: 34px;
    top: 1vw;
    margin-left: 44vw;
 }
 .nav-button span {
	 position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
	 background-color: #fff;
	 border-radius: 4px;
  }
.nav-button span:nth-of-type(1) {
  	top: 0;
}
.nav-button span:nth-of-type(2) {
    top: 16px;
  }
.nav-button span:nth-of-type(3) {
    bottom: 0;
  }
.nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
 }
.nav-button.active span:nth-of-type(2) {
    opacity: 0;
 }
 .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
  }
.nav-flex{
	 display: flex;
    margin-top: 6vw;
    justify-content: space-between;
    width: 90%;
}
.header-absolute {
    width: 96%;
    position: absolute;
    top: 4vw;
    display: flex;
    left: 4vw;
	}
nav ul{
	width: 100%;
	flex-direction: column;
}	
nav li div{
	display: none;
}
nav li a {
   font-size: 4vw;
   color: #fff;
   padding-bottom: 1;
}
nav li {
	width: 100%;
   text-align: center;
   justify-content: center;
   display: flex;
padding-top: 7vw;
}
nav span{
	font-size: 2vw;
	color: #fff;
   text-align: center;
	display: block;
	padding-left: 3vw;
}
nav {
   margin-left: 0vw; 
}
.nav-icon{
	    display: none;
	margin-top: 8vw;
   margin-left: 2vw;
   text-align: center;
}
.nav-icon div:last-of-type{
	margin-top: 3vw;
}
.nav-icon img{
	width: 7%;
}	
/*============
section
=============*/
h1 {
    padding-top: 14vw;
    font-size: 4.6vw;
}
h1:after {
    top: 18vw;
	width: 10vw;
}
hr {
    color: #000!important;
       width: 66%;
}
.inner dl,.inner dt{
   font-size: 2.6vw;
	    width: 66%;
}
.inner dt{
	width: 45%;
}
.inner dd {
	width: 67vw;
	}
.float{
		margin-left:15vw;
	}
.ttl {
     margin-top: 0.3vw;
    font-size: 2.2vw;
}
 h2 {
    text-align: center;
    padding: 8vw 0 2vw;
    font-size: 3.6vw;
}
	.txt {
text-align: center;
    width: 94%;
    padding: 7vw 9vw 0;
    margin: 1vw auto 15vw;
    font-size: 2.6vw;
    line-height: 6.8vw;
}
/*============
footer
=============*/
.footer-wrapper{
	background: url("../images-sp/black_0008 sp.jpg");
	flex-direction: column;
	padding-bottom: 4vw;
}
.footer-ttl {
   width: 100%;
   text-align: center;
}
.footer-ttl img{
	width: 36vw;
}
.info-btn{
	width: 35vw;
}
.footer-menu {
   width: 100%; margin-top: 8vw;
}.footer-menu ul:last-of-type {
   margin-top: 2rem;
}
.footer-menu ul {
	margin-top: 2rem;
    width: 100%;
    justify-content: center;
    padding-right: 4vw;
}
.footer-menu a {
   display: block;
    font-size: 3vw;
    color: #fff;
    padding: 0.3vw;
}
.footer-ttl div {
    padding-top: 13vw;
}
.footer-icon {
	display: flex;
	margin-bottom: 1vw;
	justify-content: center;
    margin: 8vw 6vw 2vw 9vw;
}
.footer-menu li div {
	margin-top: 3vw;
   margin-left: -2vw;
}
.footer-menu span {
   display: block;
   text-align: center;
   font-size: 2vw;
}
.footer-txt {
	    font-size: 2.8vw;
    line-height: 1.8;
    margin: auto;
    padding: 7vw 0 10vw;
}
.footer-copyrights{
	text-align: center;
	margin: 11vw 15vw 8vw 16vw;
}
	.contents{
		    margin: auto;
    justify-content: center;
	}
.footer-border {
     width: 80%;
    background-color: #fff;
    margin: 8vw 10vw 5vw;
    height: 1px;
}
	.footer-logo {
    justify-content: center;
}
.footer-logo img {
    padding: 4vw 4vw 0;
    width: 24vw;
}
.contents p:first-of-type {
    font-size: 3vw;
    padding-top: 2vw;
    margin: 0vw 3vw 0vw 0vw;
}
.footer-menu li:nth-of-type(3){
	padding-left: 4vw;
}	
.footer-menu li:nth-of-type(4){
		padding-right: 4vw;
}
.footer-copyrights small{
	font-size: 1.6vw;
}
.footer-copyrights small{
	font-size: 1.6vw;
}
.footer-menu li div{
    width: 7vw;
}	
}
@media (max-width: 500px){
.inner a {
    color: #000;
}}