@media (max-width: 1024px) {
body{
  min-width:755px;
  font-size:14px;
}
header{
  display:none;
}
h2{
  font-size:22px;
}
h4 {
  font-size: 17px;
  line-height: 28px;
}
section{
  margin-top:100px;
}
.tab_br{
  display:inline;
}


/*---------- レスポメニュー ----------*/

.respo {
  display:flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: -210px;
  bottom: 0;
  width:210px;
  height:380px;
  background: #fff;
  border: 2px solid #0B5197;
  padding-left:35px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 9990;
  opacity: 0;
}
.respo h1.logo{
  top:70px;
  left:auto;
  right:13px;
}
.respo h1.logo img{
  height:140px;
  width:auto;
}
.respo .respo-inner ul {
  list-style: none;
  margin-top: 57px;
}
.respo .respo-inner ul li:first-child a{
  display:inline;
}
.respo .respo-inner ul li {
  position: relative;
  height:45px;
  line-height:45px;
}
.respo .respo-inner ul li a {
  display: block;
  color: #000;
  font-size: 14px;
  transition-duration: 0.2s;
  transition:0.3s;
}
.respo .respo-inner ul li a:hover {
  color:#0B5197;
}
.respo .sns{
  position:absolute;
  bottom:20px;
  left: 50%;
  transform: translate(-50%);
}
.respo .respo-inner .sns a{
  color:#000;
}
.respo .respo-inner .sns i {
  margin: 0 10px;
  font-size:22px;
}
.toggle_back{
  position: fixed;
  z-index:9991;
  right:0;
  top: 0;
  width:63px;
  height:63px;
  line-height:63px;
  transition:0.3s;
}
.toggle_btn {
  display: block;
  position: fixed;
  right:20px;
  top: 20px;
  width: 30px;
  height:23px;
  transition: all .5s;
  cursor: pointer;
  z-index: 9991;
}
.toggle_btn span {
  position: absolute;
  left:0;
  width: 100%;
  height: 3px;
  background-color: #000;
  transition: all .5s;
  border-radius: 4px;
}
.toggle_btn span:nth-child(1) {
  top: 0;
}
.toggle_btn span:nth-child(2) {
  top: 10px;
}
.toggle_btn span:nth-child(3) {
  bottom:0;
}
.open nav {
  opacity: 1;
  right:0;
}
.open .toggle_btn span {
  background-color: #000;
}
.open .toggle_btn span:nth-child(1),
.open .toggle_btn span:nth-child(3){
  width:20px;
}
.open .toggle_btn span:nth-child(1){
  -webkit-transform: translate(13px,3px) rotate(45deg);
  transform: translate(13px,3px) rotate(45deg);
}
.open .toggle_btn span:nth-child(3){
  -webkit-transform: translate(13px,-3px) rotate(-45deg);
  transform: translate(13px,-3px) rotate(-45deg);
}
/*
.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);
}*/


/*-------- スライダー -------*/
.swiper-slide{
  height:45vh !important;
  margin-top:60px;
}
.mv_bg{
  top:-48px;
}
.mv_bg img {
  width: 340px;
}



/*-------- introduction -------*/
#our_wrap .left{
  width:32%;
}
#our_wrap .right{
  width:65%;
}
#our_wrap .left h2 {
  padding: 30px 0 25px 0;
  letter-spacing: 2px;
  line-height: 40px;
}
#our_wrap .left .content {
  line-height: 25px;
  padding-top: 25px;
}


/*-------- omakase-------*/
#omakase h2{
  top:-17px;
}
#omakase .wrap .inner{
  width:23%;
}
#omakase .wrap h3{
  font-size:18px;
}
#omakase .wrap .inner img {
  width: 80%;
}
#omakase .wrap .icons {
  padding: 60px 0 20px 0;
}

/*-------- housing-------*/
#housing .right{
  width:75%;
  padding: 13% 45px 125px 45px;
  margin-top:25%;
}
#housing .right .content{
  width:100%;
}
#housing .center {
  width: 70%;
}



/*-------- company-------*/
#company .pics .pic:last-child {
  margin-top: 90px;
}
#company .company_inner {
  margin-left: 0;
}


/*-------- news -------*/
#news_sns h2{
  margin-right:20px;
}




/*-------- アクセス -------*/

#access iframe{
  height:350px;
}
#form{
  width:90%;
  margin:70px auto;
}
#form a{
  font-size:16px;
  letter-spacing: 0;
  height:70px;
  line-height:70px;
}



/*-------- フッター -------*/
footer{
  padding:40px 0;
  font-size:14px;
}
footer .logo img{
  width:180px;
}



}/*-- max-width:1024 end --*/




@media (max-width: 754px) {
body{
    min-width:100%;
    font-size:14px;
}
h2{
  font-size:18px;
  letter-spacing: 2px;
}
h4 {
  font-size: 16px;
  line-height: 24px;
}
section{
  margin-top:80px;
}
.pc_br{
  display:inline;
}
h1.logo{
  left:15px;
  top:15px;
}
h1.logo img {
  width: 30px;
}
.respo{
  width:190px;
  height:300px;
  padding-left:30px;
}
.respo .respo-inner ul {
  margin-top: 57px;
}
.respo .respo-inner ul li {
  height:36px;
  line-height:36px;
}
.toggle_btn {
  width: 26px;
  height: 21px;
  right:15px;
  top:15px;
}
.toggle_btn span:nth-child(2) {
  top: 9px;
}
.respo h1.logo {
  top: 67px;
  right: 9px;
}



#midashi {
  width:70%;
  margin: 30px auto;
}
#midashi .content {
  margin-top: 15px;
}
#midashi h2 {
  margin: 3px 0;
}
#midashi p {
  font-size: 10px;
}


/*-------- スライダー -------*/
.mv_bg{
  right:10px;
  top:-29px;
}
.mv_bg img{
  width:200px;
}
.swiper-wrapper img{
  border-radius:10px;
}
.swiper-slide {
  margin-top: 50px;
}


/*-------- introduction -------*/
#our_wrap{
  display:block;
  margin-top:50px;
}
#our_wrap .left {
  width: 100%;
  margin-bottom:25px;
}
#our_wrap .right {
  width: 100%;
}
#our_wrap .left .title {
  font-size: 10px;
}
#our_wrap .left h2{
  writing-mode: unset;
  padding:15px 0;
  letter-spacing:1px;
  line-height:37px;
  text-align: center;
}
#our_wrap .left .content {
  padding-top: 0;
  line-height:30px;
}
#our_wrap .left .content:before{
  width:100%;
  height:1px;
  margin: 0 auto 20px auto;
}


/*-------- omakase-------*/
#omakase{
  padding:70px 0;
}
#omakase h2{
  width:100%;
  text-align: center;
}
#omakase .wrap{
  flex-wrap:wrap;
}
#omakase .wrap .inner{
  width:48%;
}
#omakase .wrap .inner:nth-child(1),
#omakase .wrap .inner:nth-child(2){
  margin-bottom:30px;
}


/*-------- housing-------*/
#housing{
  padding-top:0;
}
#housing .center{
  left:auto;
  right:0;
}

#housing .center img{
  width:100%;
}
#housing .left {
  width: 6em;
  position:absolute;
  z-index:100;
}
#housing .left .content{
  font-size:10px;
  padding-top:4px;
}
#housing .right{
  width:100%;
  padding: 36% 25px 150px 25px;
  margin-top: 25%;

  width:100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;

}
#housing .right .btn {
  right: 20px;
  bottom: 80px;
}



/*-------- company-------*/
#company h2{
	padding:20px 0 5px 0;
}
#company .wrap{
  display:block;
}
#company .wrap .en_title{
  line-height:18px;
  margin-bottom:25px;
  font-size:10px;
}
#company .wrap .content {
  width: 100%;
}
#company .btn {
  margin:30px 0 0 auto;
}
#company .pics{
  margin-top:30px;
}
#company .pics .pic:last-child {
  margin-top: 30px;
}


/*-------- news -------*/
#news_sns{
  display:block;
}
#news_sns .news {
  width: 100%;
}
#news_sns h2 {
  margin-right: 10px;
}
#news_sns .news .post-categories {
  top: 9px;
  left:40%;
}
#news_sns .news .post-categories li a {
  font-size: 11px;
  padding: 2px 6px;
}


#access{
  margin-top:80px;
}
#access .map{
  margin-top:25px;
}
#access p{
  font-size:10px;
  padding-bottom:2px;
}


#form{
  display:block;
  margin: 50px auto;
}
#form a{
  font-size:14px;
  height:60px;
  line-height:60px;
  width:100%;
}
#form a:last-child{
  margin-top:10px;
}




footer{
  padding:30px 0;
}
footer .logo img {
  width: 160px;
}
footer .logo p {
  width: 70%;
  margin: 20px auto;
  font-size:13px;
}

}/*-- max-width:754 end --*/