/*
 Theme Name:   mymedia02
 Author:       40works
 Template:     understrap
 Version:      0.5.3
*/
body {
    font-family:  "Open Sans", 游ゴシック, YuGothic, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
/* common-- ------------------------------------------------------------------*/
.top5 { margin-top: 5px; }
.top10 { margin-top: 10px; }
.top20 { margin-top: 20px; }
.top30 { margin-top: 30px; }
.top40 { margin-top: 40px; }
.top50 { margin-top: 50px; }
.top60 { margin-top: 60px; }
.top70 { margin-top: 70px; }
.top80 { margin-top: 80px; }

/* home-- ------------------------------------------------------------------*/
.carousel-control-prev {
    display: none;
}
.carousel-control-next{
    display: none;
}
.grid-item.span-2 .entry-content .entry-caption .entry-title {
    font-weight: 300;
}
.list-inline{
    text-align: right;
}
.list-inline-item a{
    color: #333;
    font-weight: 100;
}
.inline-headers.en {
    color: #777;
    font-weight: 100;
}
.topichead_index {
    border-top: 1px solid #eee;
    margin-bottom: 1em;
    margin-top: .5em;
}
h2.topicttl_index a {
    font-size: 16px;
    color: #555;
    text-decoration: none;
    font-weight: 300;
}
h2.topicttl_index {
    font-size: 16px;
    color: #555;
    text-decoration: none;
    font-weight: 300;
}
.entry-meta_index {
    text-align: right;
    font-size: 12px;
    border-top: dashed 1px #eee;
    color: #555;
    padding-top: .3em;
    font-weight: 300;
}
.grid-layout .grid-item{
    transition: all .5s ease-out;
}
.grid-layout .grid-item:hover{
    z-index: 1000;
    box-shadow: 0 10px 30px rgba(0,0,0,0.8);
    opacity: .9;
    -webkit-transition: 0.5s ease, -webkit-transform 0.5s ease;
    transition: 0.5s ease,         transform 0.5s ease;
}
/*ボタン------------------------------------*/
.btn-block-arrow {display: flex;-ms-transition: all .3s;-webkit-transition: all .3s;transition: all .3s; justify-content: center; align-items: center;}
.btn-block-arrow a{border: 1px solid #108e7d; padding: .5em 3.2em; display: block; position: relative; text-align: right;color:#108e7d;}
.btn-block-arrow a:after { content:''; width: 2em; height: .4em; display: block; border-right: 1px solid #108e7d; border-bottom: 1px solid #108e7d; position: absolute; top: 0; bottom: 0; right: 1em; margin: auto; -ms-transform: skewX(45deg); -webkit-transform: skewX(45deg); transform: skewX(45deg); }
.btn-block-arrow a:hover{
background-color: #108e7d;
color: #fff;
text-decoration: none;
-webkit-transition: 0.5s ease, -webkit-transform 0.5s ease;
transition: 0.5s ease,         transform 0.5s ease;
}
.btn-block-arrow a:hover:after{
     border-right: 1px solid #fff; border-bottom: 1px solid #fff;
}
.clear_both{
    clear: both;
}
.card-img-left {
    height: 100px;
}
/*グローバルメニュー------------------------------------*/
#wrapper-navbar .navbar .navbar-brand img {
    width: 140px;
}
button:focus {
    outline: none;
    outline: none;
}
button.drawer-toggle.drawer-hamburger {
    background-color: rgb(16 142 125);
    top: 3px;
    right: 5px;
    border-radius: 50%;
    padding: 18px .8rem 30px;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.54);
}
.drawer-hamburger:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.92);
    top:3px;
    right: 5px;
}
.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
    right: 5px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    background-color: #fff;
}
.drawer--top.drawer-open .drawer-nav {
    top: 0;
    bottom: 0;
    height: 100%;
}
.drawer--top .drawer-nav {
    top: -120%;
    background-color:rgba(0, 0, 0, 0.84);
    width: unset;
    height: 100%;
    max-height: 100%;
    right: 0;
    left: unset;
}
.menu-global-container {
    padding-right: 3rem;
}

.drawer-menu-item a{
    color: #fff;
    font-size: .9rem;
}
.drawer-menu-item a:hover{
    opacity: .7;
    text-decoration: none;
}
.drawer-menu-item {
    font-size: .9rem;
    line-height: 1.3em;
    color: #fff;
}
.drawer-menu-item:hover {
    text-decoration: none;
}
.drawer-menu-item span.gmenu_en {
    font-size: 11px;
    color: #d40013;
    display: block;
}
li#menu-item-11067 {
    padding-top: 2rem;
}
li#menu-item-7731 {
    padding-bottom: 2rem;
}
@media (max-width: 1200px){
    .card-img-left {
        height: 117px;
    }
}
@media (max-width: 992px){
    .padfive{
        padding: 0 5px;
    }
    .card-img-left {
        height: 102px;
    }
}
@media (max-width: 576px){
    .menu-menu-1-container{
        padding-right: 0;
    }
    .grid-layout .grid-item .entry-content .entry-caption .entry-title {
        font-size: .8em;
        margin-bottom: 0;
        line-height: 1.4;
    }
    .grid-item.span-2 .entry-content .entry-caption .entry-title {
        font-weight: 300;
        font-size: 1rem;
        margin-bottom: 0;
    }
    .entry-subtitle .badge{
        font-size: .6rem;
    }
    h2.topicttl_index a {
        font-size: 14px;
        color: #555;
        text-decoration: none;
    }
    .list-inline{
        text-align: left;
    }
    .drawer--top .drawer-nav {
    width:100%;
    padding-right: 0;
    }
    .drawer-menu-item span.gmenu_en {
        display: inline-block;
        padding-left: .7rem
    }
    .drawer-menu-item {
        border-bottom: 1px dashed rgba(248, 249, 250, 0.24);
    }
}
/* toppage-- ------------------------------------------------------------------*/
h2.topcenterttl{
    font-size: 20px;
    padding: 3rem 0 5rem;
    font-family: "Sawarabi Mincho";
    color: #333;
    text-align: center;
    letter-spacing: 2px;
}
.conceptmain {
    color: #333;
    font-size: 14px;
    line-height: 1.6rem;
    margin-bottom: .5rem;
}
.concepttxtwrap {
    padding: 1rem;
    background-color: rgb(249, 249, 249);
    margin-top: 1.5rem;
}
h3.concept-ttl {
    text-align: center;
    margin-bottom: 2.5rem;
    color: #333;
    font-family: "Sawarabi Mincho";
    letter-spacing: 4px;
    margin-top: 1rem;
}
h3.concept-ttl span{
    border-bottom: 1px solid #555;
    padding-bottom: .5rem;
}
.conceptmain-en {
    font-size: 13px;
    color: #555;
    line-height: 1.5rem;
}
.lunchidiner {
    margin-bottom: .5em;
    font-size: 20px;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    font-weight: 500;
    letter-spacing: 4px;
    color: #fff;
  }
  .lunchidiner span{
   padding-bottom: .5rem;
   border-bottom: 1px solid #fff;
  }
  .lunchidiner_time {
    font-size: 15px;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
  }
  .courcesub {
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 1px;
}
  .lunchidiner_time span{
    padding-top: .5em;
    color: #fff;
  }
  .courcewrap {
    padding: 2rem .5rem;
    background-color: #222;
}
.mewrap {
    padding: 2rem .5rem;
    background-color: #eee;
}
.me-ttl {
    margin-bottom: .5em;
    font-size: 22px;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    font-weight: 500;
    letter-spacing: 4px;
    color: #000;
  }
  .me-ttl span{
    padding-bottom: .5rem;
    border-bottom: 1px solid #888;
  }
  .me_time {
    font-size: 15px;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    letter-spacing: 2px;
    color: #333;
  }
  .mesub {
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 1px;
}
.me_time span{
    padding-top: .5em;
    color: #333;
}
.metxt{
    color: #333;
    font-size: 14px;
    line-height: 1.6rem;
    margin-bottom: .5rem;   
} 
h3.chef-ttl {
    text-align: center;
    margin-bottom: 2.5rem;
    color: #fff;
    font-family: "Sawarabi Mincho";
    letter-spacing: 4px;
    margin-top: 1rem;
}
h3.chef-ttl span{
    border-bottom: 1px solid #fff;
    padding-bottom: .5rem;
}
.name {
    font-family: "Sawarabi Mincho";
    text-align: center;
    font-size: 18px;
}
.name span{
    font-size: 14px;
}
.courcecpation{
font-size: 12px;
text-align: right;
}
.rei{
    text-align: center;
    margin: 2rem 0;  
}
.rei span{
    border-bottom: 1px solid; 
    padding-bottom: .5rem;
    font-size: 17px;
}
.reiz {
    text-align: center;
    color: #555;
    font-size: 14px;
}
p.astaee {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    border-bottom: 1px solid #888;
    padding-bottom: .3rem;
    margin-top: 1rem;
}
p.astaee span{
    font-size: 14px;
    font-weight: 100;
}
.astrrr {
    font-size: 14px;
    margin-bottom: .3rem;
    line-height:1.8rem
}
.as {
    font-size: 13px;
}
.flagicons {
    width: 20px;
    padding-bottom: .2rem;
}
.chefwrap{
    position: relative;
    color: #fff;
    background-color: rgba(2, 2, 2, 0.49);
    padding: 1rem;
}
.actatc{
    text-align: center;
    font-size: 15px;
    margin-bottom: 1.5rem; 
  }
  .actatc span{
    border-bottom: 1px solid #888;
    padding-bottom: .6rem;
  }
  ul.koutuul {
    list-style: none;
    text-align: center;
    font-size: 13px;
    padding: 0;
  }
  ul.koutuul li img{
    width: 9px;
    margin: .5rem auto;
  }
.actatc a{
color: #333;
text-decoration: none;
}
.actatc a:hover{
    color: #333;
    text-decoration: none;
    }
@media (max-width: 576px){
    h2.topcenterttl{
        font-size: 18px;
        padding: 1rem 0;
        font-family: "Sawarabi Mincho";
        color: #333;
        text-align: center;
        letter-spacing: 2px;
        line-height: 2rem;
    } 
    .me_time {
        font-size: 14px;
      }
      .lunchidiner_time {
        font-size: 14px;
      }
      h3.chef-ttl {
        text-align: left;
        margin-bottom: 1.5rem;
        color: #fff;
        font-family: "Sawarabi Mincho";
        letter-spacing: 4px;
        margin-top: 1rem;
        font-size: 20px;
    }
    .name {
        font-family: "Sawarabi Mincho";
        text-align: left;
        font-size: 16px;
    }
    .name span{
        font-size: 13px;
    }
.cheftxt{
    font-size: 14px;
    margin-bottom: .5rem;
}
}
@media (min-width: 1200px){
    .conceptbox {
        background: url(https://sample.mitsuwa328.com/wp-content/uploads/2020/05/conceptnack.jpg)no-repeat;
        background-size: auto;
        background-position-x: left;
    }
    .dinnerbox {
        background: url(https://sample.mitsuwa328.com/wp-content/uploads/2020/07/dinners.jpg)no-repeat;
        height: 600px;
        background-position-x: left;
    }
    .chefbox {
        background: url(https://sample.mitsuwa328.com/wp-content/uploads/2020/05/chefbacks.jpg)no-repeat;
        background-position-x: left;
        height: 850px;
        position: relative;
    }
    .chefwrap{
        position: relative;
        top: 60%;
        color: #fff;
        background-color: rgba(2, 2, 2, 0.49);
        padding: 1rem;
    }
    .pacpasd{
        margin-top: 9em;
    }
}
.rwdwrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
  .rwdwrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .entry-content iframe{
width:100%;
  }
  .content {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 200%;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
  }
.filter-Hover iframe{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
  .filter-Hover iframe:hover{
  transition: filter 0.8s ease;
  -webkit-filter: grayscale(0) saturate(2);
  filter: grayscale(0) saturate(2);
}
.topickswrap{
      background-color: #f8f9fa;
      padding: 3rem 0;
}
/* archive title-- ------------------------------------------------------------------*/
.page-title {
    padding-top: 2em;
    text-align: center;
    font-size: 1.6rem;
    color: #555;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Noto Sans Japanese","Meiryo", sans-serif;
    letter-spacing: 5px;
}
.page-title span{
    padding-bottom: .5em;
    border-bottom: 1px solid #777;
}
.page-title_en {
    margin-top: 1.2em;
    color: #555;
    text-align: center;
}
.grid-layout.pressrelease{
    margin-top: 60px;
}
.grid-layout.pressrelease .grid-item:hover{
    z-index: 1000;
    box-shadow:none;
    opacity: .9;
}
.grid-layout.keyword{
    margin-top: 60px;
}
.grid-layout.keyword .grid-item .entry-content .entry-caption .entry-title {
    line-height: 1.8rem;
    font-weight: 500;
    color: rgba(35, 35, 35, 0.64);
    padding: 3rem 0;
}
.grid-layout.keyword .grid-item{
    background-color: rgba(241, 238, 226, 0.5);
    box-shadow: 0px 0px 1px 2px rgba(108, 117, 125, 0.07) inset;
    transition:all 1.5s;
}
.grid-layout.keyword .grid-item:hover{
    z-index: 1000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.37);
   color: #333;
}
.grid-layout.keyword .grid-item .entry-content .entry-caption .entry-title:hover{
    color: #333;
}
/* pagenav-- ------------------------------------------------------------------*/
.nav-links{
margin-top: 4em;
}
.nav-previous{
    display: block;
    text-align: center;
    margin-bottom: 1em;
    border: 1px solid;
    padding: .5em 1em;
    font-size: .9rem;
}
.nav-next{
    display: block;
    text-align: center;
    margin-bottom: 1em;
    border: 1px solid;
    padding: .5em 1em;
    font-size: .9rem;   
}
.nav-previous a{
 color: #555;
}
.nav-next a{
    color: #555; 
}
.nav-previous:hover{
    background-color: #000;
    color: #fff;
    -webkit-transition: 0.5s ease, -webkit-transform 0.5s ease;
    transition: 0.5s ease,         transform 0.5s ease;
   }
   .nav-next:hover{
    background-color: #000;
    color: #fff;
    -webkit-transition: 0.5s ease, -webkit-transform 0.5s ease;
    transition: 0.5s ease,         transform 0.5s ease;
   }
   .nav-previous a:hover{
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s ease, -webkit-transform 0.5s ease;
    transition: 0.5s ease,         transform 0.5s ease;
   }
   .nav-next a:hover{
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s ease, -webkit-transform 0.5s ease;
    transition: 0.5s ease,         transform 0.5s ease;
   }
@media (max-width: 576px){
    .nav-links{
        margin-top: 3em;
        }
    .nav-previous{
        margin: 0 auto;
        margin-bottom: 1em;
        width: 90%;
    }
    .nav-next{
        margin: 0 auto;
        margin-bottom: 1em;
        width: 90%;
    }  
}
/* footer-- ------------------------------------------------------------------*/
.home #wrapper-footer-full {
    margin-top: 0;
}
#wrapper-footer-full {
    background-color: rgb(239 239 239 / 50%);
    padding: 2em 0 1em;
    margin-top: 3.5em;
}
p.footwhite {
    margin-top: 1rem;
    color: #fff;
    font-size: 14px;
}
.footsvg img{
    width: 200px;
}
.padding5{
    padding: 5px;
}
.padding5 img{
   width: 200px;
   display: block;
}
@media (max-width: 543px){
#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 2px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
    margin-bottom: -.2rem;
  }
  .frortbnr{
  padding: 0;
  border: 1px solid #333;
  }
  #footerFloatingMenu a.spresbtn {
  padding: .5rem 0;
  background-color: rgba(0, 0, 0, 0.86);
  color: #333;
  }
}
p.footwhite {
    margin-top: 1rem;
    color: #333;
    font-size: 14px;
}
.footsvg img{
    width: 180px;
}
#footer_nav {
    list-style: none;
    display: flex;
    padding: 0;
    float:right;
  }
  
  #footer_nav li {
    text-align: center;
  }
  #footer_nav li:before {
    content: "/";
    color: #333;
}
#footer_nav li.farstmenu_li:before {
    content: none;
    color: #333;
}
  #footer_nav li a {
    text-decoration: none;
    color: #333;
    padding: .2em;
    font-size:11px;
    cursor: pointer;
  }
.footsns{
    list-style: none;
    display: flex;
    padding: 0;    
}
.footsns li {
    text-align: center;
  }
  .footsns li a {
    text-decoration: none;
    color: #333;
    padding: .6em;
    font-size:22px;
    cursor: pointer;
  }
  .footsnswrap{
    float: right;
    margin-top: 1em;
    clear: both;
}
.copyright{
        text-align: right;
        font-size: 10px;
        color: #333;
        margin-bottom: 2rem;
}
  @media (min-width: 1300px){
    #footer_nav li a {
        padding: .3em;
        font-size:12px;
      }
      .footaddress{
        font-size: 13px;
    }
    .padadd{
        padding: 0 5px;
    }
  }
  @media (max-width: 543px){
    .copyright{
    text-align: center;
    margin-bottom: 4rem;
}    
  }
/* works-- ------------------------------------------------------------------*/
.w15{
    margin-top: 2em;
}
.works_date {
    font-size: 14px;
    margin-top: 1.5em;
    color: #383838;
    line-height: 1.6rem;
}
.works_date_en{
    font-size: 13px;
    color: #555;
}
h1.entry-title{
    text-align: center;
    font-size: 1.6rem;
    padding-top: 1.5em;
    color: #555;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Noto Sans Japanese","Meiryo", sans-serif;
}
.works_en{
    text-align: center;
    font-size: 1rem;
    color: #555;
    font-weight: 300;
}
.works_eria img{
    display: block;
}
@media (max-width: 543px){
    .w15{
        margin-top: 1.5em;
    }
    .works_date {
        font-size: 12px;
    }
    h1.entry-title{
        font-size: 1.2rem;
    }
    .works_en{
        font-size: .8rem;
    } 
}
/* topics-- ------------------------------------------------------------------*/
.topichead {
    margin-top: 4.5em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #dee2e6;
    position: relative;
}
.entry-meta{
    text-align: right;
    position: absolute;
    bottom: 3px;
    right: 5px;
    font-size: 13px;
    color: #777;  
}
h2.topicttls a {
    font-size: 1.5rem;
    color: #555;
    text-decoration: none;
    font-weight: 300;
}
.topics_txteria {
    font-size: 13px;
    line-height: 1.9em;
    color: #333;
}

.topics_txteria_en {
    font-size: 13px;
    line-height: 1.9em;
    color: #666;
    margin-top: 1.5em;
    border-top: 1px solid #eee;
    padding-top: 1em;
}
@media (max-width: 543px){
    .entry-meta{
        position: inherit;
        font-size: 12px;
    }
    h2.topicttls a {
        font-size: 22px;
        color: #555;
        text-decoration: none;
    }  
}
/* presslerease-- ------------------------------------------------------------------*/

.grid-layout .grid-item.pressrelease .presindexthum img {
    text-align: center;
    display: block;
    margin: 0 aoto;
    width: initial;
}
.grid-layout .grid-item .entry-content .pressttls .entry-title{
    font-size: 14px;
    margin-bottom: .2em;
    text-align: center;
    margin-top: .5rem;
}
.grid-layout .grid-item .entry-content .pressttls .entry-subtitle{
    color: #555;
    margin-bottom: 2em;
    text-align: center;
    font-size: 12px;
}

/* Templates-- ------------------------------------------------------------------*/
.tempcomment{
    display: none;
}
/* pagination-- ------------------------------------------------------------------*/
.pagination {
    justify-content: center;
    align-items: center;
    margin-top: 3em;    
}
.page-link{
    color: #333;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.page-link:hover {
    z-index: 2;
    color: #6c757d;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
/* サイドバー-- ------------------------------------------------------------------*/
h3.widget-title {
    font-size: 18px;
    padding-bottom: .5rem;
    border-bottom: 1px solid #ccc;
    color: #555;
}
.widget_recent_entries ul{
    font-size: 14px;
    line-height: 1.8rem;
}
.widget_recent_entries ul a{
    color: #333;
}
.widget_categories ul{
    font-size: 14px;
    line-height: 1.8rem;
}
.widget_categories ul a{
    color: #333;
}

/* お問い合わせ-- ------------------------------------------------------------------*/

.page_contact {
    background: url(https://sample.mitsuwa328.com/wp-content/uploads/2020/07/reserves.jpg)no-repeat;
    height:300px;
    position:relative;
    background-position-x: left;
    background-position-y: bottom;
    background-size: cover;
}
.pagemain_ttl{
    color: #ffffff;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 5px;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Noto Sans Japanese","Meiryo", sans-serif;   
}
.pagemain_ttl span{
    background-color: rgba(0, 0, 0, 0.84);
    padding: .3em .8em;
}
.contact_sub {
    color: #d40013;
    font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: 1px;
    line-height: 2.1rem;
    border-bottom: 1px dashed #999;
}
.contact_sub_en {
    font-size: 1rem;
    color: #555;
    border-bottom: 1px dashed #999;
    line-height: 2.1rem;
    letter-spacing: .5px;
}
.wpcf7 {
    max-width: none;
}
.contact-table {
    border-collapse: collapse;
    width: 100%;
}
.contact-table td.hr {
    position: relative;
    padding: 0;
}
.contact-table td.hr.top:after {
    margin-top: 0;
}
.contact-table td.hr:after {
    content: '';
    display: block;
    width: 100%;
    border-top: 1px solid #888;
    margin: 21px 0;
}
.contact-table td.contact_content {
    padding: 2rem .3rem;
}
.contact-table th.title-contactform {
    font-size: 14px;
    font-weight: normal;
    color: #212529;
    white-space: nowrap;
}
.contact-table th span.title-contactform span.asterisk {
    color: #d40013;
}
.contact-check{
    font-size: 14px;
}
span.asterisk {
    color: #d40013;
  }
  .wpcf7 input:disabled[type=submit] {
    color: #333;
    background-color: transparent;
}
  .wpcf7 input[type=submit] {
    color: #333;
    background-color: transparent;
    background-image: none;
    border-color: #333;
}
.wpcf7 input:hover[type=submit] {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.line19 {
    font-size: 14px;
    line-height: 1.7rem;
}
span.title-contactform7 {
    font-size: 15px;
    font-weight: 100;
}
.barttl02 {
    margin-top: 2em;
    border-left: 1px solid #555;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.4em;
    padding: .5em;
    background-color: #f1f1f1;
    color: #555;
}
@media (max-width: 543px){
    .page_contact {
        background: url(https://sample.mitsuwa328.com/wp-content/uploads/2020/07/spcontact.jpg)no-repeat;
        height:350px;
        position:relative;
        background-position-x: left;
        background-position-y: bottom;
        background-size: cover;
    }
    .contact_sub {
      font-size: 1.1rem;
    }
    .contact_sub_en{
        font-size: .9rem;
    }
    .contact-table th span.title-contactform {
        font-size: 12px;
    }
    .contact-table th.title-contactform span.title-contactform_en {
        font-size: 11px;
        color: #555;
    }
    .contact-check{
        font-size: 12px;
    }
    .contact-check span.title-contactform_en {
        font-size: 11px;
        color: #555;
      }
}

/* jornal-- ------------------------------------------------------------------*/
.grid-layout.journal .grid-item{
    height: 250px;
    margin-top: 0;
}
.grid-layout.journal .grid-item .entry-content .entry-caption .entry-title {
    line-height: 1.5;
    margin-top: .2rem;
    font-size: .9rem;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 2px;
}
.instagram-medias img{
    margin-bottom: 1em;
}
.instagram-medias video{
    width: 100%;
}
.caption{
    font-size: .9rem;
    font-weight: normal;
    color: #333;
    line-height: 1.7rem;
}
.post h1.post-entry-title{
   font-size: 22px;
   color: #333;
}
.post .entry-meta{
    display: block;
    position: unset;
}
@media (max-width: 1199px){
    .grid-layout.journal .grid-item{
        height: 220px;
    }
}
@media (max-width: 991px){
    .grid-layout.journal .grid-item{
        height: 170px;
    }
}

/* 404-- ------------------------------------------------------------------*/
.logo_not{
    padding: 10em 0;
    text-align: center;    
}
.logo_not img.logoce {
    width: 400px;
}
#map-01 {
    width: 100%;
    height: 320px;
    background-color: grey;
  }
  #map-02 {
    width: 100%;
    height: 320px;
    background-color: grey;
  }
  .mapttl{
    font-size: 16px;
    font-weight: normal;   
}

/* Youtube responsive - Youtube動画のレスポンシブ表示 */
.ytube { position: relative; height: 0; margin-top: 20px; margin-bottom: 20px; padding-bottom: 56.25%; padding-top: 30px; overflow: hidden; }
.ytube iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; }

.videoback img {
   width:100%;
}
.saisei{
    position: absolute;
    top: 45%;
    margin: 0 auto;
    left: 45%;    
}
.grid-layout .grid-item .saisei img{
    width: 35px!important;
}
.center-co{
    text-align: center;
    color: #888;
    padding: 2rem 0;    
}
@media (max-width: 543px){
    .grid-layout.journal, .grid-layout.keyword, .grid-layout.pressrelease{
        grid-template-columns: 1fr 1fr;    
    }
  }
  .nav-tabs .nav-item {
    width: 50%;
  }
  .nav-tabs .nav-item .nav-link.active{
    background-color: #000;
    color: #fff;
    font-size: 18px;
    }
    .nav-tabs .nav-item .nav-link{
    padding: .5em;
    border: none;
    }
    .nav-tabs .nav-item .nav-link{
      color:#000;
      background-color:#eee;
      font-size: 18px;
      text-align: center;
    }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border:none;
  }
  .nav-tabs {
    border-bottom: none;
  }

  @media (max-width: 543px){
    .nav-tabs .nav-item .nav-link.active{
      background-color: #000;
      color: #fff;
      font-size: 15px;
      }
      .nav-tabs .nav-item .nav-link{
      padding: .5em;
      }
      .nav-tabs .nav-item .nav-link{
        color:#000;
        background-color:#eee;
        font-size: 15px;
      }
  }