@charset "utf-8";

@media screen and (max-width: 768px) {
   
	body {
    padding-top: 108px;
    -webkit-text-size-adjust: none;
  }
  body.top {
    padding-top: 0;
  }
  
  p,li,td {
    font-size: 13px;
    line-height: 1.8em;
  }
  p {
    margin-bottom: 25px;
  }
  p.b {
    font-size: 18px;
  }
  
  br.sp {
      display: inline !important;
  }
  br.pc,img.pc {
      display: none;
  }
	img.sp {
		display: inline-block;
	}
  
  
  header .inner {
    width: 100%;
    height: 75px;
    margin: 0 auto;
  }
  
  h1 {
    position: absolute;
    left: 25px;
    top: 37px;
  }
  h1 img {
    width: 190px;
    height: auto;
  }
  
  #pc_menu {
    display: none;
  }
  
  .menu_btn {
    position: absolute;
    right: 25px;
    top: 40px;
    z-index: 5000;
    transition: all 0.4s;
  }
  .menu_btn.top {
    top: 110px;
  }
  
  .menu-trigger,
  .menu-trigger div {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    z-index: 10;
    width: 54px;
    height: 24px;
  }
  .menu-trigger:hover {
    opacity: 1;
  }
  .menu-trigger div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #231815;
    border-radius: 4px;
  }

  .menu-trigger div:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger div:nth-of-type(2) {
    top: 11px;
    opacity: 1;
  }
  .menu-trigger div:nth-of-type(3) {  
    top: 22px;
    opacity: 0;
  }

  .menu-trigger.active div:nth-of-type(1) {    
    transform: translateY(11px) rotate(-45deg);
  }
  .menu-trigger.active div:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active div:nth-of-type(3) {    
    transform: translateY(-11px) rotate(45deg);
    opacity: 1;
  }
  
  #menu {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    padding-bottom: 100px;
    background-color: #EBE9EA;
    overflow-y: scroll;
    pointer-events: none;
    transition: all 0.4s;
    opacity: 0;
  }
  #menu.open {    
    pointer-events: auto;
    opacity: 1;
  }
  #menu .logo {
    text-align: center;
    padding: 95px 0 0;
  }
  #menu .logo img {
    width: 165px;
    height: auto;
  }
  #menu ul {
    width: 275px;
    margin: 25px auto 45px;
  }
  #menu ul li {
    border-bottom: 1px solid #22292C;
  }
  #menu ul li a {
    display: block;
    font-size: 20px;
    line-height: 1em;
    height: 65px;
    padding: 24px 0 0;
  }
  #menu .re p {
    font-size: 13px;
    line-height: 1.6em;
    text-align: center;
  }
  #menu .re p span {
    display: block;
    font-size: 32.4px;
    line-height: 1em;
    margin: 18px 0 10px;
  }
  #menu .i {
    width: 325px;
    height: 215px;
    margin: 60px auto 30px;
  }
  #menu a.sp_blank { 
    display: block;
    font-size: 14px;
    line-height: 1em;
    text-align: left;
    width: 220px;
    height: 28px;
    margin: 30px auto 0;
    border-bottom: 1px solid #231815;
    background: url("../img/bg/arrow.png") no-repeat 100% 3px / 31px 6px;
  }
  
  
  footer {
    padding: 60px 0;
  }
  footer .inner {
    display: block;
    width: 100%;
    margin: auto;
  }
  footer .left {
    width: 100%;
  }
  footer .logo {
    text-align: center;
    margin-bottom: 25px;
  }
  footer .logo img {
    width: 180px;
    height: auto;
  }
  footer p {
    font-size: 13px;
    line-height: 1em;
    text-align: center;
    margin-bottom: 25px;
  }
  footer p:first-of-type {
    font-size: 15px;    
  }
  footer p:last-of-type {
    text-align: left;
    line-height: 1.6em;
    letter-spacing: 0.04em;
    width: 275px;
    margin: 0 auto 38px;
  }
  footer p span {
    display: block;
    margin: 0 0 10px;
  }
  footer table {
    width: 275px;
    margin: 0 auto 25px;
  }
  footer table::after {
    left: 70px;
  }
  footer td {
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 0.02em;
    vertical-align: top;
    padding-bottom: 20px;
  }
  footer td span {
  }
  footer tr td:first-of-type {
    width: 100px;
  }
  footer tr:last-of-type td {
    padding-bottom: 0;
  }
  footer .right {
    width: 325px;
    margin: auto;
  }
  footer .right .i {
    width: 325px;
    height: 215px;
  }
  footer .right .i .swiper-wrapper,
  footer .right .i .swiper-slide,
  footer .right .i .slide-img {
    height: 215px !important;
  }
  footer .right a {
    display: block;
    text-align: center;
    width: 100%;
    height: 135px;
    padding: 104px 0 0 0;
    margin: 30px auto 38px;
    background: url("../img/bg/img-logo.png") no-repeat 50% 0 / 96px 84px;
  }
  footer .right a span {    
    font-size: 14px;
    line-height: 1em;
    text-align: left;
    width: 220px;
    height: 28px;
    border-bottom: 1px solid #231815;
    background: url("../img/bg/arrow.png") no-repeat 100% 3px / 31px 6px;
  }
  footer .text {
    font-size: 12px;
    text-align: center;
  }
  footer .copy {
    font-size: 12px;
    text-align: center;
  }
  
  
  #top_part {
    position: relative;
    width: 100%;
    height: 768px;
    margin: auto;
    overflow: hidden;
  }
  #top_part .logo_add .logo {
    position: absolute;
    left: 25px;
    top: 40px;
    z-index: 40000;
  }
  #top_part .logo_add .logo img {
    width: 125px;
    height: auto;
  }
  #top_part .logo_add p {
    position: absolute;
    right: 25px;
    top: 35px;
    font-size: 10px;
    line-height: 1.8em;
    text-align: right;
  }
  #top_part .text {
    position: absolute;
    right: auto;
    left: 25px;
    bottom: -10px;
    z-index: 40000;
    font-size: 20px;
    line-height: 2em;
    text-align: left;
    width: 100%;
  }
  #top_part .top_text-degin {
    right: -15px;
    bottom: 135px;
    width: 320px;
  }
  #top_part .slide {
    position: absolute;
    left: 25px;
    top: 164px;
    width: 325px;
    height: 498px;
  }
  #top_part .slide .slide_top .swiper-slide {
    width: 325px;
    height: 498px;
  }
  #top_part .slide .slide_top .slide-img {
    width: 325px;
    height: 498px;
  }
  .scrolldown2 {    
    left: calc(100% - 35px);
    bottom: 0;
  }
  .scrolldown2 span {
    position: absolute;
    left: -13px;
    top: -84px;
    color: #231815;
    font-size: 11px;
    letter-spacing: 0.05em;
  }
  .scrolldown2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -3px;
    z-index: 10;
    width: 7px;
    height: 7px;
    animation:
      circlemove 3.0s ease-in-out infinite,
      cirlemovehide 3.0s ease-out infinite;
  }

  @keyframes circlemove{
    0% { bottom: 60px;}
    100% { bottom: -5px;}
   }

  @keyframes cirlemovehide{
    0% {opacity: 0}
    50% {opacity: 1;}
    80% {opacity: 0.9;}
    100% {opacity: 0;}
  }

  .scrolldown2:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 65px;
    background: #231815;
  }
  
  #news_top {
    width: calc(100% - 50px);
    margin: auto;
    padding-top: 65px;
  }
  #news_top h2 {
    margin-bottom: 40px;
  }
  #news_top a.all {
    font-size: 12px;
    line-height: 1em;
    width: 100px;
    height: 34px;
    padding: 11px 0 0;
    margin: 0 0 0 auto;
    background: url("../img/bg/maru_arrow.png") no-repeat 100% 0 / 34px 34px;
  }
  
  #concept {
    padding-top: 60px;
    overflow: hidden;
  }
  #concept .inner {
    width: 100%;
  }
  #concept .slide {
    position: absolute;
    right: 25px;
    top: 60px;
    width: 325px;
  }
  #concept .slide .slide_n .swiper-slide {
    width: 325px;
    height: 425px;
  }
  #concept .slide .slide_n .slide-img {
    width: 325px;
    height: 425px;
  }
  #concept .slide .box {
    position: absolute;
    right: 0;
    top: 425px;
    font-size: 14px;
    line-height: 1em;
    width: 230px;
    height: 45px;
  }
  #concept .slide .box .pn_s {
    left: 110px;
    bottom: 0 !important;
    width: 50px !important;
  }
  #concept .slide .box .arrow {
    position: absolute;
    right: 0 !important;
    bottom: 0;
    width: 50px !important;
    height: 14px;
  }
  #concept .slide .box .arrow .bp_s,
  #concept .slide .box .arrow .bn_s {
    font-size: 14px !important;
  }
  #concept .slide .box .arrow .bp_s::after,
  #concept .slide .box .arrow .bn_s::after {
    font-size: 14px !important;   
  }
  #concept .slide .box .progressbar {
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100px;
  }
  #concept .slide .box .progressbar.a::after {
    webkit-animation: prog 3000ms ease 0s infinite normal;
    animation: prog 3000ms ease 0s infinite normal;
  }
  @keyframes prog {
    0% {
        width: 0;
    }
    100% {
        width: 100px;
    }
  }
  #concept .inner .t {
    width: calc(100% - 50px);
    padding: 0;
    margin: auto;
  }
  #concept .inner .t h2 {
    text-align: center;
    margin-bottom: 550px;
  }
  #concept .inner .t p {
    margin-bottom: 30px;
  }
  #concept .inner .t p:first-of-type {
    font-size: 19px;
  }
  #concept .inner .i {
    margin-top: 55px;
  }
  #concept .inner .i .box1 {
    display: block;
    width: 200px;
    height: 150px;
    margin: 0 auto 0 0;
  }
  #concept .inner .i .box2 {
    display: block;
    width: 265px;
    height: 188px;
    margin: 35px 25px 0 auto;
  }
  .mark1 {    
    bottom: 286px;
    left: 272px;
    width: 54px;
    height: auto;
  }


  #dinner {
    padding-top: 70px;
  }
  #dinner .slide {
    width: 100%;
    height: 238px;
    margin: 43px 0 50px;
  }
  #dinner .slide .infinite-slider .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  #dinner .slide .infinite-slider .swiper-slide {
    width: auto;
    height: 230px !important;
    margin: 0 3px;
  }
  #dinner .slide .infinite-slider .slide-img {
    width: auto;
    height: 238px !important;
  }
  #dinner .cont {
    display: block;
    width: 100%;
  }
  #dinner .cont .t {
    width: calc(100% - 50px);
    margin: auto;
    writing-mode: horizontal-tb;
  }
  #dinner .cont .t p {
    margin-right: 0;
  }
  #dinner .cont .t p:first-of-type {
    font-size: 19px;
    line-height: 1.8em;
    letter-spacing: 0.4em;
  }
  #dinner .cont .i {
    width: 275px;
    height: 350px;
    margin: 50px auto 0;
  }
  .mark2 {
    bottom: -42px;
    left: 15px;
    width: 60px;
    height: auto;
  }
  
  
  
  #dinner .cont2 {
    display: block;
    width: 95%;
    margin: 0 auto 60px auto;
  }
  #dinner .cont2 .t  p span {
    font-size: 19px;
    line-height: 1.8em;
    letter-spacing: 0.4em;
  }
  #dinner .cont2 p.br{margin-top:60px;}
  #dinner table {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  #dinner table::after {
    content: "";
    display: block;
    position: absolute;
    left: 80px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #231815;
  }
  #dinner td {
    line-height: 1em;
    vertical-align: top;
    padding-bottom: 15px;
  }
  #dinner tr:nth-of-type(2) td {
    line-height: 1.86em;
  }
  #dinner tr td:first-of-type {
    width: 110px;
  }
  #dinner tr:last-of-type td {
    padding-bottom: 0;
  }
  #dinner .wp-block-table td,
  #dinner .wp-block-table th {
    border: none;
    padding-bottom: 15px;
  }
  
  
  
  #shop-info {
    padding-top: 115px;
    overflow: hidden;
  }
  #shop-info .i {
    width: 100%;
    height: 497px;
  }
  #shop-info .i .swiper-wrapper,
  #shop-info .i .swiper-slide,
  #shop-info .i .slide-img {
    height: 497px !important;
  }
  #shop-info .t {
    position: static;
    left: auto;
    top: auto;
    width: calc(100% - 50px);
    margin: 45px auto 75px;
  }
  #shop-info p {
    line-height: 1.86em;
    margin-bottom: 20px;
  }
  #shop-info p:first-of-type {
    font-size: 15px;
  }
  #shop-info p:last-of-type {
    line-height: 1.6em;
    margin-bottom: 30px;
  }
  #shop-info table {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  #shop-info table::after {
    content: "";
    display: block;
    position: absolute;
    left: 80px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #231815;
  }
  #shop-info td {
    line-height: 1em;
    vertical-align: top;
    padding-bottom: 15px;
  }
  #shop-info tr:nth-of-type(2) td {
    line-height: 1.86em;
  }
  #shop-info tr td:first-of-type {
    width: 110px;
  }
  #shop-info tr:last-of-type td {
    padding-bottom: 0;
  }
  #shop-info iframe {
    width: 100%;
    height: 200px;
  }
  .mark3 {
    top: 535px;
    left: 275px;
    width: 62px;
    height: auto;
    z-index: 50000;
  }
  
  #shop-info .wp-block-table td,
  #shop-info .wp-block-table th {
    border: none;
    padding-bottom: 15px;
  }
  
  
  #reserve {
    padding: 62px 0 75px;
    background: url("../img/bg/bg_back_sp.png") repeat 0 0 / 375px 667px #EAE6E1;
  }
  #reserve .t {
    position: relative;
    padding: 15px 0 35px;
  }
  #reserve .t p:nth-of-type(1) {
    font-size: 13px;
  }
  #reserve .t p:nth-of-type(2) {
    font-size: 32px;
    margin: 20px 0;
  }
  #reserve .t p:nth-of-type(3) {
    font-size: 12px;
  }
  #reserve .t2 {    
    width: calc(100% - 50px);
    padding: 35px 0 0;  
    margin: 0 auto 45px;
  }
  #reserve .t2 p {
    font-size: 13px;
    line-height: 1.96em;
    text-indent: 0;
    font-weight: 600;
    padding-left: 0;
  }
  #reserve .t2 p br {
    display: none;
  }
  #reserve .t2::after {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 40px);
    bottom: auto;
    top: 0;
    width: 80px;
    height: 1px;
    background-color: #231815;
  }
  #reserve .ig {
  }
  #reserve .ig .box {
    width: 95px;
    height: 95px;
    margin: 0 10px 20px;
  }
  #reserve a {
    font-size: 16px;
    width: 210px;
    height: 45px;
    padding: 15px 0 0 35px;
    margin: 15px auto 0;
    background: url("../img/bg/ig_w.png") no-repeat 25px 13px / 20px 20px #231815;
  }
  
  #reserve .res-icon a {background: url("../img/bg/res_w.png") no-repeat 25px 13px / 20px 20px #231815;}
  
  
  .hd_img {
    width: 100%;
    height: 225px;
    margin: 0 auto 32px;
  }

  h2.midashi {
    font-size: 21px;
    margin-bottom: 35px;
  }
  
  
  .list_wrap {
    width: calc(100% - 50px);
    margin: auto;
    padding-bottom: 75px;
  }
  .list_wrap .sub ul {    
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .list_wrap .sub ul li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    margin: 0 20px 20px;
  }
  .list_wrap .sub ul li::before {    
    left: -20px;
    height: 14px;
  }
  .list_wrap .sub ul li:nth-of-type(4)::before,
  .list_wrap .sub ul li:first-of-type::before {
    display: none;
  }
  .list_wrap .sub ul li a {
    font-size: 14px;
    line-height: 1em;
  }

  .list_box ul {
    display: flex;
    flex-wrap: wrap;
  }
  .list_box ul li {
    width: 150px;
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .list_box ul li:nth-of-type(3n) {
    margin-right: 25px;
  }
  .list_box ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .list_box ul li a {
    display: block;
  }
  .list_box ul li a .t {
    font-size: 11px;
    line-height: 1.5em;
    margin-top: 12px;
  }
  .list_box ul li a .c {
    font-size: 9px;
    margin-top: 10px;
  }


  .pagenavi {
    width: 100%;
    padding-top: 20px;
  }
  .pagenavi span,
  .pagenavi a {
    font-size: 15px;
    width: 29px;
    height: 29px;
    padding: 7px 0 !important;
  }
  .pagenavi .nextpostslink,
  .pagenavi .previouspostslink {
    display: inline-block;
    padding: 0 !important;
    border-radius: 0;
  }
  .pagenavi .nextpostslink {
    background: url("../img/bg/arrow.png") no-repeat 0 2px / 29px 6px;
  }
  .pagenavi .previouspostslink {
    background: url("../img/bg/arrow.png") no-repeat 0 2px / 29px 6px;
    transform: scale(-1, 1);
  }
  
  
  .single {
    width: calc(100% - 50px);
    margin: auto;
    padding: 25px 0 55px;
  }
  .single .main {
    width: 100%;
    margin-left: 0;
  }
  .single .h {    
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  .single h2 {
    font-size: 17px;
    line-height: 1.4em;
  }
  .single .h span {
    font-size: 11px;
    margin-top: 9px;
  }
  .single .cont p,
  .single .cont  .wp-block-image {
    margin-bottom: 40px;
  }
  .single .sub {
    position: static;
    left: auto;
    top: auto;
    text-align: center;
    padding-top: 47px;
  }
  .single .sub h2 {
    font-size: 18px;
  }
  .single .sub ul li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 1em;
    margin: 0 20px 20px;
  }
  .single .sub ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    width: 1px;
    height: 14px;
    background-color: #231815;
  }
  .single .sub ul li:nth-of-type(4)::before,
  .single .sub ul li:first-of-type::before {
    display: none;
  }
  .single .sub ul li a {
    display: inline-block;
    color: #beb896;
    font-size: 14px;
    line-height: 1em;
  }
  .single .sub ul li a.this,
  .single .sub ul li a:hover {
    color: #231815;
    opacity: 1;
  }
  
  .pager {
    display: block;
    position: relative;
    width: 100%;
    height: 120px;
    margin-top: 50px;
  }
  .pager::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: 1px;
    height: 28px;
    background-color: #231815;
  }
  .pager tbody,
  .pager tr,
  .pager tr td {
    display: block;
  }
  .pager tr td:nth-of-type(1) {
    position: absolute;
    left: 0;
    top: 95px;
    text-align: left;
    width: 50%;
  }
  .pager tr td:nth-of-type(2) {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
  }
  .pager tr td:nth-of-type(3) {
    position: absolute;
    right: 0;
    top: 95px;
    text-align: right;
    width: 50%;
  }
  .pager tr td a {
    font-size: 13px;
  }
  .pager tr td:nth-of-type(1) a {
    padding: 0 0 0 45px;
  }
  .pager tr td:nth-of-type(3) a {
    padding: 0 45px 0 0;
  }
  .pager tr td:nth-of-type(1) a::before,
  .pager tr td:nth-of-type(3) a::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    width: 27px;
    height: 5px;
    background: url("../img/bg/arrow.png") no-repeat 0 0 / 27px 5px;
  }
  .pager tr td:nth-of-type(1) a::before {
    left: 0;
    transform: scale(-1, 1);
  }
  .pager tr td:nth-of-type(3) a::before {
    right: 0;
  }
  .pager tr td:nth-of-type(2) a {
    font-size: 14px;
    width: 210px;
    height: 45px;
    padding: 16px 0 0 40px;
    margin: auto;
    background-color: #231815;
  }
  .pager tr td:nth-of-type(2) a span {
    left: 30px;
    top: 15px;
    width: 17px;
    height: 17px;
  }
  .pager tr td:nth-of-type(2) a span::before {    
    left: 8px;
  }
  .pager tr td:nth-of-type(2) a span::after {    
    top: 8px;
  }


  #contact {
    width: calc(100% - 50px);
    margin: auto;
    padding-bottom: 75px;
  }
  #contact .inq p:first-of-type {
    font-size: 13px;
  }
  #contact .inq p.last {
    font-size: 10px;    
    margin-top: 15px;
  }
  #contact .tel {
    font-size: 14px;
    width: 100%;
    padding: 25px 0 40px;
    margin: 0 auto;
  }
  #contact .tel span {    
    font-size: 33px;
    margin-bottom: 20px;
  }
  #contact .text {
    width: 100%;
    padding: 0 0 35px;
    margin: 0 auto 50px;
  }
  #contact .text::after {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 95px);
    bottom: 0;
    width: 190px;
    height: 1px;
    background-color: #231815;
  }
  #contact .text p {
    font-size: 13px !important;
    line-height: 1.96em !important;
    font-weight: 600 !important;
    text-indent: 0;
    padding-left: 0;
  }
  #contact .text p br {
    display: none;
  }
  #contact h3 {
    font-size: 14px;    
    margin-bottom: 20px;
  }
  #contact table,
  #contact table tbody,
  #contact table tr,
  #contact table td {
    display: block;
  }
  #contact td {
    font-size: 11px;
    padding-bottom: 0;
  }
  #contact td p {
    margin-bottom: 0 !important;
  }
  #contact tr td:nth-of-type(1) {
    position: relative;
    padding-top: 0;
    padding-bottom: 10px;
  }
  #contact tr td:nth-of-type(2) {
    width: 100%;
    padding-bottom: 25px;
  }
  #contact tr td:nth-of-type(2) div {
    font-size: 13px;
    min-height: 38px;
    padding: 5px;
  }
  #contact tr td:nth-of-type(2) div.r {
    padding: 10px 0 10px 10px;
  }
  #contact tr td:nth-of-type(2) div.r .first {
    margin-right: 60px;
  }

  #contact tr td:nth-of-type(2) div.ac {
    background-color: #fff;
    line-height: 1.8em;
    padding: 0 !important;
  }
  #contact tr td:nth-of-type(2) div.ac span.a {
    font-size: 10px;
  }
  
  #contact tr:last-of-type td:nth-of-type(1) {
    width: 30%;
  }
  #contact tr:last-of-type td:nth-of-type(2) {
    width: 70%;
  }

  input[type="text"],
  input[type="email"],
  textarea {
    font-size: 14px;
    height: 28px;
    padding: 0 3px;
    margin-top: 0;
  }
  input[type="date"] {
    font-size: 14px !important;
    line-height: 1em !important;
    text-align: center;
    height: 28px;
    width: 120px;
    padding: 0 !important;
    margin-left: 20px;
    border: 1px solid #a08452;
    border-radius: 0;
    /*-webkit-appearance : none;*/
  }
  textarea {
    height: 250px;
    margin-top: 0;
  }
  label {
    cursor: pointer;
  }
    
  .inq table tr:nth-of-type(1) td:nth-of-type(2) span.wpcf7-list-item {
    margin: 0 12px 0 0;
  }
  .inq div.r label {
    padding-left: 15px;
  }
  .inq div.r .wpcf7-list-item-label {
    font-size: 12px;
  }
  
  .inq div.r .wpcf7-list-item-label,
  .inq div.c .wpcf7-list-item-label {
    font-size: 12px;
  }
  .inq div.c .wpcf7-list-item {
    display: block;
    text-align: left;
    width: 100%;
    margin: 10px 0;
  }
  .inq div.c .wpcf7-list-item:nth-of-type(2) {
    width: 100%;
  }
  .inq div.c.line::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #000;
  }
  td.koumoku div.c {
    padding: 15px 0 10px 15px !important;
  }
  td.koumoku div.c p {
    line-height: 1em !important;
    margin: 0 !important;
  }
  td.koumoku div.t {
    padding-top: 0 !important;
  }
   
  #contact .btn {
    width: 210px;
    height: 45px;
  }
  .wpcf7-submit {
    font-size: 12px;
    height: 45px;
    -webkit-appearance:none !important;
  }
  
  
  .transmission {
  }
  .transmission p {
    font-size: 14px !important;
    line-height: 1.8em;
    letter-spacing: 0.08em;
  }
  
  .reCAPTCHA_text p {
    font-size: 10px;
    line-height: 1.8em;
  }
  
  
  .not-found {
    height: calc(100vh - 282px);
  }


  .sa--left {
    transform: translate(20px, 0);
  }
  .sa--right {
    transform: translate(-20px, 0);
  }
  .sa--up {
    transform: translate(0, 20px);
  }
  .sa--down {
    transform: translate(0, -20px);
  }
  
}