/*
 Theme Name:   Jin Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     jin
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/


.cps-post-main img {
    max-width: 100%;
    height: unset;
    margin-bottom: 20px;
}

@media (min-width: 1366px){
.cps-sp-menu-bar,.cps-sp-menu-bar.animate, #navtoggle, .sp-menu-box, .jin-sp-design {
    display: none;
}}
@media (min-width: 768px){
.sp-sidemenu-wrapper, header #navtoggle, .sp-menu-box, .jin-sp-design {
    display: block;
}}
.cps-sp-menu-bar,.cps-sp-menu-bar.animate{
    display: none;
}
    .headsearch {
    position: absolute;
    z-index: 4; }
    .headsearch .search-box {
      position: relative; }
    .headsearch .search-box:before, .headsearch .search-text {
      position: absolute;
      left: 13px;
      width: 20px;
      cursor: pointer; }
    .headsearch .search-box:before {
      font-family: "jin-icons";
      content: "\e931";
      top: 12px;
      font-size: 20px;
      z-index: 4;
      text-align: center;
      -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
      transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; }
    .headsearch .search-text {
      top: 7px;
      left: 8px;
      opacity: 0;
      z-index: 5;
      -webkit-transition: all .6s;
      transition: all .6s;
      border-radius: 20px;
      padding: 5px 12px;
      border: none;
      font-size: 16px; }
    .headsearch .search-text:focus {
      outline: 0;
      opacity: 1;
      width: 260px;
      cursor: text; }
    .headsearch input[type="submit"] {
      display: none; }
    .headsearch input::-webkit-input-placeholder {
      font-size: 13px; } 
  .header-box.animate {
    animation-name: down-fade-animation;
    animation-duration: 0.6s; }

  .cps-info-bar.animate {
    animation-name: cps-info-animate;
    animation-duration: 0.6s;
    animation-delay: 0.7s;
    animation-fill-mode: forwards;
    filter: opacity(0);
    position: relative;
    z-index: 4; }

  .cps-info-bar.animate:after {
    animation-name: cps-info-icon-animate;
    animation-duration: 1.5s;
    animation-delay: 0.8s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    filter: opacity(1);
    z-index: 4; }

  .cps-icon-bar.animate,
  .headsearch.animate .search-box:before {
    animation-name: fade-animation;
    animation-duration: 0.6s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    filter: opacity(0);
    position: relative;
    z-index: 4; }

  .cps-sp-menu-bar.animate {
    animation-name: up-fade-animation;
    animation-duration: 0.5s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    filter: opacity(0);
    position: relative;
    z-index: 4; }

  
  .pickup-contents-box.animate,
  .pickup-contents-box-post-type.animate,
  .main-image.animate {
    animation-name: pickup-animate;
    animation-duration: 0.6s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    opacity: 0;
    z-index: 4; } 
/* スマホハンバーガーメニュー */
/* CSS Document */
  #navtoggle {
    display: none;
    overflow: hidden; }

  .sp-menu-open,
  .sp-menu-close {
    cursor: pointer;
    position: absolute;
    z-index: 4;
    top: 4px;
    right: 3px; }

  .sp-menu-close {
    pointer-events: none;
    width: 100%;
    height: 100%;
    -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; }

  #navtoggle:checked ~ .sp-menu-close {
    pointer-events: auto; }

  .sp-menu-open {
    width: 28px;
    padding: 8px;
    padding-top: 12px;
    padding-bottom: 8px;
    -webkit-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transform: translate3d(0, 0, 0); }

  .cps-icon-bar {
    height: 2px;
    background: #fff;
    display: block;
    margin-bottom: 5px;
    border-radius: 1px;
    -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; }

  .sp-menu-box {
    z-index: 3;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; }
    .sp-menu-box .sp-menu-title {
      margin-top: 50px;
      text-align: center;
      font-size: 1.6rem; }

  .fixed-content {
    width: 100%;
    height: 100%;
    margin-top: 30px; }

  #navtoggle:checked + .sp-menu-open {
    position: fixed; }

  #navtoggle:checked + .sp-menu-open .cps-icon-bar {
    background: #fff; }

  #navtoggle:checked + .sp-menu-open .cps-icon-bar:nth-child(1) {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg); }

  #navtoggle:checked + .sp-menu-open .cps-icon-bar:nth-child(2) {
    -webkit-transform: translate(-20px, 0);
    -moz-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 0; }

  #navtoggle:checked + .sp-menu-open .cps-icon-bar:nth-child(3) {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg); }

  #navtoggle:checked ~ .sp-menu-box {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  #scroll-content {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: relative;
    z-index: 0; }

  #navtoggle:checked ~ .sp-menu-box ~ #scroll-content,
  #navtoggle:checked ~ .sp-menu-box ~ #header-box ~ #scroll-content {
    position: fixed;
    overflow: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    width: 100%;
    height: 100%;
    -webkit-filter: blur(10px);
    filter: blur(10px); }

  #navtoggle:checked ~ .sp-menu-box ~ #scroll-content + .sp-sidemenu-wrapper .sp-sidemenu-btn,
  #navtoggle:checked ~ .sp-menu-box ~ #header-box ~ #scroll-content + .sp-sidemenu-wrapper .sp-sidemenu-btn,
  #navtoggle:checked ~ .sp-menu-box ~ #scroll-content + .sp-sidemenu-wrapper .sp-sidemenu-bg,
  #navtoggle:checked ~ .sp-menu-box ~ #header-box ~ #scroll-content + .sp-sidemenu-wrapper .sp-sidemenu-bg {
    transform: translateX(100px); }

  #navtoggle:checked ~ .sp-menu-box ~ .headsearch ~ #header-box {
    position: fixed;
    overflow: hidden; }


  .sp-sns-menu {
    position: absolute;
    z-index: 0;
    bottom: 0px;
    display: block;
    text-align: center;
    padding: 30px;
    width: 100%;
    background: transparent !important; }
    .sp-sns-menu ul {
      list-style: none;
      display: flex;
      justify-content: center;
      background: transparent !important;
      align-items: center; }
      .sp-sns-menu ul li {
        margin-bottom: 0;
        background: transparent !important; }
        .sp-sns-menu ul li a {
          -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
          transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
          display: block;
          color: #fff;
          margin: 0 5px;
          overflow: hidden;
          width: 40px;
          background: rgba(255, 255, 255, 0.18);
          height: 40px;
          border-radius: 2px;
          padding: 10px;
          font-size: 18px;
          box-shadow: 0 1px 7px 3px rgba(0, 0, 0, 0.05); }
        .sp-sns-menu ul li a:hover {
          color: #f8b500 !important;
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }
  .sp-menu-open,
  .sp-menu-close {
    cursor: pointer;
    position: fixed;
    z-index: 4;
    top: 23px;
    right: 3px;
    transition: .5s;
    }
 .fixed.sp-menu-open,
 .fixed.sp-menu-close {
    top: 13px;
    transition: .5s;
    }
.cps-icon-bar, #navtoggle:checked + .sp-menu-open .cps-icon-bar {
    background-color: #424242!important;
}
 .sp-menu-box {
    z-index: 3;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; }
    .sp-menu-box .sp-menu-title {
      margin-top: 50px;
      text-align: center;
      font-size: 1.6rem; }

  .fixed-content {
    width: 100%;
    height: 100%;
    margin-top: 30px; }

  #navtoggle:checked + .sp-menu-open {
    position: fixed; }

  #navtoggle:checked + .sp-menu-open .cps-icon-bar {
    background: #fff; }

  #navtoggle:checked + .sp-menu-open .cps-icon-bar:nth-child(1) {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg); }

  #navtoggle:checked + .sp-menu-open .cps-icon-bar:nth-child(2) {
    -webkit-transform: translate(-20px, 0);
    -moz-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 0; }

  #navtoggle:checked + .sp-menu-open .cps-icon-bar:nth-child(3) {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg); }

  #navtoggle:checked ~ .sp-menu-box {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  #scroll-content {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: relative;
    z-index: 0; }

  #navtoggle:checked ~ .sp-menu-box ~ #scroll-content,
  #navtoggle:checked ~ .sp-menu-box ~ #header-box ~ #scroll-content {
    position: fixed;
    overflow: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    width: 100%;
    height: 100%;
    -webkit-filter: blur(10px);
    filter: blur(10px); }

  #navtoggle:checked ~ .sp-menu-box ~ #scroll-content + .sp-sidemenu-wrapper .sp-sidemenu-btn,
  #navtoggle:checked ~ .sp-menu-box ~ #header-box ~ #scroll-content + .sp-sidemenu-wrapper .sp-sidemenu-btn,
  #navtoggle:checked ~ .sp-menu-box ~ #scroll-content + .sp-sidemenu-wrapper .sp-sidemenu-bg,
  #navtoggle:checked ~ .sp-menu-box ~ #header-box ~ #scroll-content + .sp-sidemenu-wrapper .sp-sidemenu-bg {
    transform: translateX(100px); }

  #navtoggle:checked ~ .sp-menu-box ~ .headsearch ~ #header-box {
    position: fixed;
    overflow: hidden; }


.swiper-container3 {
  width: 100%;
  height: 100%;
}

.swiper-container3 .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: visible;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.mainvisual {
  overflow-x: hidden;
}


@media (min-width: 1367px) {
	.twobutton .color-button01,
	.twobutton .color-button02 {
		min-width: 43%;
	}
	.googlemap {
		width: 100%;
		height: 20em;
	}

	.img4box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.img4box img {
		width: 24.5%;
	}

	body.post-type-archive-stafflist .top_staff {
		background: none;
	}
}

.twobutton .color-button01 a,
.twobutton .color-button02 a {
	width: 100%;
}

.twobutton .color-button01 a span,
.twobutton .color-button02 a span {
	font-size: 0.8125em !important;
}

@media (max-width: 1366px) {
	.twobutton .color-button01,
	.twobutton .color-button02 {
		min-width: 100% !important;
	}

	.twobutton .color-button01 a,
	.twobutton .color-button02 a {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.googlemap {
		width: 100%;
		height: 15em;
	}
.sp-menu-close {position: unset!important;}

.gentei {
    position: absolute;
    right: unset;
    left:0;
    background-color: #e3007e;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    text-align: center;
    font-size:0.5rem;
    z-index:100;
}


}


.post-list-inner{
    position: relative;
}
.gentei{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e3007e;
    color: #fff;
    padding: 5px 20px;
    font-weight: bold;
    text-align: center;
}


 a.alpha:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#contents {
    width: 100%;
    max-width: 1365px;
}

#header-box{
    position: absolute;
    transition: .5s;
    max-width: 100%;
    background-color: #ffffff!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    margin-top: 0;
    height: 95px;
    border: solid 1px #a6a6a6;
    color: #333333;
    z-index: 1000;
}
  @media (max-width: 1366px) {
    #header-box {
     width: 100%;
     position: relative;
      z-index: 2;
      min-height: 46px;
      padding: 5px 0;
      padding-bottom: 0px;
      -webkit-transition: 0.6s;
      transition: 0.6s;
      } }
  @media (min-width: 1367px) {
    #header-box {
     width: 100%;
      min-height: 60px; } }

#header{
    height: 95px;
    transition: .5s;
    color: #333333!important;}
.fixed #header{
    height: 65px;
}
#header-box.fixed{
    position: fixed;
    top: 0;
    margin-top: 0;
    z-index: 1000;
}
@media (min-width: 1200px){
#header .tn-logo-size img {
    width: 100%!important;
    transition: .5s;
}
.fixed #header .tn-logo-size img {
    width: 90%!important;
}
#header {
    height: 75px;
    transition: .5s;
    color: #333333!important;
}
#header #site-info {
    margin: 0 auto;
    width: 250px;

}
.fixed #header #site-info {
    margin: 0 auto;
}

}
@media (min-width: 481px){
#header #site-info {
    padding-top:15px!important;
    padding-bottom: 10px!important;
    margin: 0 auto;

}
.fixed #header #site-info {
    padding-top: 15px!important;
    padding-bottom: 13px!important;
    margin: 0 auto;
}
}

.top_3prlist{
    background-color: #eaeaea;
    border: solid 1px #cfcfcf;
    border-radius: 10px;
    margin: 0 auto 29px;
    max-width: 960px;
}
.top_3prlist ul{
    display: flex;
    justify-content:space-between;

}

.top_3prlist ul li{
    margin: 10px 10px 5px 10px;
    
}
.top_3prlist ul li img{
    width: 100%!important;
}

  @media (max-width: 767px) {

.top_3prlist ul{
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    align-items: center;

}

.top_3prlist ul li{
    margin: 10px 10px 5px 10px;
    
}
#header-box {
    height: 75px;
}
}
@media (min-width: 768px){
#drawernav3 {
    width: 100%;
}}
#drawernav3 ul.menu-box {
    list-style-type: none;
    display: flex;
margin-top: 25px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.fixed #header #drawernav3 ul.menu-box {
    list-style-type: none;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}
#drawernav3 ul.menu-box li.menu-item ul.sub-menu{
     border: solid 1px #a6a6a6;
 
}
#drawernav3 ul.menu-box li.menu-item ul.sub-menu li.menu-item{
    margin: 0 5px;
    border-bottom: solid 1px #a6a6a6;
    height: 40px;
}

#drawernav3 ul.menu-box li.menu-item:last-child{
    border-bottom: none;
}
#drawernav3 ul.menu-box li.menu-item ul.sub-menu li.menu-item a{
    padding: 10px 12px 9px 12px;
    color: #333333!important;
}
#drawernav3 ul.menu-box li.menu-item ul.sub-menu li.menu-item a:hover{
    background-color: #efefef;
}
#drawernav3 ul.menu-box li.menu-item ul.sub-menu li.menu-item a:focus,
#drawernav3 ul.menu-box li.menu-item ul.sub-menu li.menu-item a:active{
    background-color: #6c8c47;
    color: #ffffff!important;
}


#drawernav3 ul.menu-box li.menu-item:hover > ul.sub-menu, #drawernav3 ul.menu-box li.menu-item.hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

#header-box.fixed #drawernav3 ul.menu-box li.menu-item:hover > ul.sub-menu, #drawernav3 ul.menu-box li.menu-item.hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
}
#drawernav3 ul.menu-box li.menu-item {
    height: 55px;
}
#header-box.fixed #drawernav3 ul.menu-box > li.menu-item {
    height: 45px;
}
@media (min-width: 1200px){
.tn-logo-size img {
    width: 100%!important;
}
#drawernav3 ul.menu-box li.menu-item a {
    padding: 0px 20px;
    height: 40px;
    font-size: 1.0rem!important;
    letter-spacing: normal;
}
}

    #contents {
        padding-top: 0;
        margin-top: 0px; 
        margin-top: 0;
      }
      .pagehedder img{
    width: 100%;
          
      }
  .sp-menu-box ul.menu-box {
    width: 86%;
    height: 75%;
    padding: 0 7%;
    overflow: hidden;
    overflow-y: scroll;
    overflow-wrap: break-word;
    -webkit-overflow-scrolling: touch; }
  .sp-menu-box ul.menu-box li a {
      display: block;
      padding: 8px;
      padding-left: 28px;
      position: relative;
      font-weight: 600;
      border-radius: 2px;
      -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
      transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; }
  .sp-menu-box ul.menu-box li a:active {
      background: rgba(50, 50, 50, 0.1); }
  .sp-menu-box ul.menu-box li ul.sub-menu {
      margin-top: 0px;
      margin-left: 20px; }
  .sp-menu-box ul.menu-box li ul.sub-menu li {
        margin-left: 22px; }
  .sp-menu-box ul.menu-box li ul.sub-menu li a {
          font-size: 0.9rem;
          line-height: 1.25rem;
          padding: 6px;
          padding-left: 16px;
          font-weight: 500; }
  .sp-menu-box ul.menu-box li ul.sub-menu li a:before {
          content: "";
          width: 1px;
          height: 24px;
          background: #aaa;
          top: 4px;
          left: 6px; }
  .sp-menu-box ul.menu-box li ul.sub-menu li ul.sub-menu li a {
          padding: 7px;
          padding-left: 16px;
          font-size: 0.75rem;
          line-height: 1.15rem;
          font-weight: 300; }
  @media (max-width: 767px) {
    #breadcrumb ul li a,
    #breadcrumb ul li {
      font-weight: 400;
      color: #FFFFFF !important; } }
  @media (min-width: 768px) {
    #breadcrumb ul li a,
    #breadcrumb ul li {
      font-weight: 300;
      color: #FFFFFF !important; }
}

  @media (min-width: 768px) {
    #contents {
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 10px;
      } }

@media (max-width: 767px) {
  #main-contents {
    width: 100%!important;
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 10px; 
}

    } 
 .article_style1 .cps-post-box {
    padding: 15px;
} 
    .breadcrumbs {
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: normal;
    width: 95% !important;
    list-style: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

#contents.toppage h2,
.insta_w h2,
.contact_w h2{
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: normal;
}
#contents.toppage h3,
.insta_w h3,
.contact_w h3{
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: normal;
}

.top_header{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    
}

.top_newslist{
    width: 100%;
    height: 475px;
    background: url("images/topics_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
padding: 0 20px;
    padding-top: 45px;
    position: relative;
}
.cl-2-a{
    display: flex;
    justify-content: space-between;
}
.top_newslist .cl-2-a{
    width: 680px;
    max-width: 1000px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 40px auto 0;

}
.top_foot .cl-2-a{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 50px;
    justify-content: space-around;
}
.top_foot .cl-2-a > div{
    width: 50%;
    margin: 0 20px;
}
  @media (max-width: 1023px) {
.top_newslist{
    height: auto;
    position: relative;
padding-top: 20px;}

.top_newslist .cl-2-a{
    width: 100%;
     flex-direction: column;
    align-items: stretch;
   position:relative;
    margin: 20px auto 0;
    padding: 0;
      }
.top_foot .cl-2-a{
    width: 100%;
     flex-direction: column;
    align-items: stretch;
   position:relative;
    margin: 0 auto 30px;
    justify-content: space-around;
      }
.top_newslist dl{
    width: 100%!important;
}
.top_newslist dt{
     font-size: 0.5rem;
   width: 23%!important;
}
.top_newslist dd{
    width:77%!important;
    font-size: 0.8rem;
     padding-left: 0;
     }
#contents .top_newslist p{
    font-size: 1.0rem;
    font-weight: bold;
    text-align: left;
    letter-spacing: normal;
    max-width: 100%;
}

}
.top_newslist dl{
    font-size: 1.0rem;
    font-weight: bold;
    text-align: left;
    letter-spacing: normal;
    width: auto;
     line-height: 2em;
     margin-bottom: 35px;
     margin-left:0px;
     margin-top:-20px;
}
.top_newslist dt{
    display: table-cell;
    vertical-align: middle;
    font-size: 0.8rem;
    height: 55px;
    width: 110px;
    text-align:left;
    border-bottom:1px solid rgba(255,255,255,0.35);
    float: left;
    clear: left;
    padding-top: 12px;
}
.top_newslist dd{
    display: table-cell;
    vertical-align: middle;
    text-align:left;
    height: 55px;
    border-bottom:1px solid rgba(255,255,255,0.35);
    width:550px;
    float: left;
    padding-top: 12px;
}
#contents .top_newslist p{
    font-size: 1.0rem;
    font-weight: bold;
    text-align: left;
    letter-spacing: normal;
    max-width: 350px;
}




.top_asobirecipe{
    width: 100%;
    height: 530px;
    background: url("images/consept_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 80px;
    position: relative;
	margin-bottom: 30px;
}

.top_asobirecipe h3.topsubttlbig {
	font-size: 1.5em !important;
}

#contents .top_asobirecipe p{
    font-size: 1.05rem;
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
    letter-spacing: normal;
    max-width: 510px;
}
.top_asobirecipe .cl-2-a{
     width: 100%;
    max-width: 1000px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 70px auto 0;
}

.top_asobirecipe .top_salon_pop {
	position: absolute;
	top:0;
	left: 320px;
	width: 200px;
	height: auto;
}

.top_asobirecipe_span {
	display: block;
	font-size: 13px;
}

 @media (max-width: 1000px) {
.top_asobirecipe{
    width: 100%;
    height: auto;
    padding: 10px;
    padding-top: 20px;
    position: relative;
	text-align: center;
}
	 
.top_asobirecipe .twobutton {
	width: 300px;
	margin: 0 auto;
}
	 


#contents .top_asobirecipe p{
    font-size: 1.05rem;
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
    letter-spacing: normal;
    max-width: 100%;
}
.top_asobirecipe .cl-2-a{
    width: 100%;
     flex-direction: column;
    align-items: stretch;
   position:relative;
    right: 0;
    left: 0;
    margin: 20px auto 0;
}
.top_asobirecipe .cl-2-a img{
    width: 100%;
}
.top_asobirecipe .top_salon_pop {
	position: relative !important;
	top:0 !important;
	left: 0 !important;
	width: 60% !important;
	height: auto;
	
}
}


.top_concept{
    width: 100%;
    height: 530px;
    background: url("images/consept_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 80px;
    position: relative;

}
#contents .top_concept p{
    font-size: 1.05rem;
    line-height: 1.8;
    font-weight: bold;
    text-align: left;
    letter-spacing: normal;
    max-width: 510px;
}
.top_concept .cl-2-a{
     width: 100%;
    max-width: 1000px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 70px auto 0;
}
 @media (max-width: 1000px) {
.top_concept{
    width: 100%;
    height: auto;
    padding: 10px;
    padding-top: 20px;
    position: relative;

}
#contents .top_concept p{
    font-size: 1.05rem;
    line-height: 1.8;
    font-weight: bold;
    text-align: left;
    letter-spacing: normal;
    max-width: 100%;
}
.top_concept .cl-2-a{
    width: 100%;
     flex-direction: column;
    align-items: stretch;
   position:relative;
    right: 0;
    left: 0;
    margin: 20px auto 0;
}
.top_concept .cl-2-a img{
    width: 100%;
}

}
.top_activities{
    width: 100%;
    background: url("images/activities_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 80px;
    position: relative;
    margin-top: 35px;
    padding-bottom: 35px;

}
#contents .top_activities h2{
    color: #ffffff;
    font-weight: normal;
}
#contents .top_activities h3{
    color: #ffffff;
    font-weight: normal;
}
.activitieslist{
    width: 100%;
    max-width: 1200px;
    margin: 70px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.activitieslist div{
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 50px;
	width: 23%;
}
.activitieslist div img {
	width: 100%;
}

.activitieslist span{
    color: #ffffff;
    font-size: 1.0rem;
    letter-spacing: normal;
    font-weight: 500;
}
 @media (max-width: 1366px) {
.top_activities{
    width: 100%;
    height: auto;
    background: url("images/activities_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 20px;
    position: relative;


}
#contents .top_activities h2{
    color: #ffffff;
    font-weight: normal;
}
#contents .top_activities h3{
    color: #ffffff;
    font-weight: normal;
}
.activitieslist{
    width: 100%;
    position: relative;
    right: 0;
    left: 0;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-around;
    flex-wrap:wrap;
        
}
.activitieslist div{
        width: 48%;
    text-align: center;
    display: block;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}
.activitieslist img{
    width: 100%;
}
.activitieslist span{
    color: #ffffff;
    font-size: 0.8rem;
    letter-spacing: normal;
    font-weight: 500;
}
}
.top_medialist{
    width: 100%;
    height: 600px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 60px;
    position: relative;


}
#contents .top_medialist h2{
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: normal;}
#contents .top_medialist h3{
font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: normal;}
.medialist{
    width: 100%;
    max-width: 1200px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 45px auto 0;
    display: flex;
    justify-content:flex-start;
    flex-wrap:wrap;
        
}
.medialist div{
    width: calc( (100% - 150px ) / 5 );
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 50px;
    margin-right: 30px;
        
}
.medialist figure{
    position: relative;
    width: 100%;
    height: 0;
    padding-top:56.25% ;
  object-fit: cover; 
}
.medialist img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    object-fit: cover; 
}
.medialist span{
    font-size: 1em;
    letter-spacing: normal;
    font-weight: 500;
}
 @media (max-width: 1366px) {
.top_medialist{
    width: 100%;
    height: auto;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 20px;
    position: relative;


}
.medialist{
    width: 100%;
    position: relative;
    right: 0;
    left: 0;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-around;
    flex-wrap:wrap;
        
}
.medialist div{
    width: 48%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom:20px;
    margin-right: 0;
        
}
.medialist div:nth-child(6n){
    margin-right: 0;
}
.medialist span{
    font-size: 0.8125em;
    letter-spacing: normal;
    font-weight: 500;
}

}

.top_staff{
    width: 100%;
    height: auto;
    background: url("images/staff_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 60px;
    position: relative;
}
.top_staff h2{
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: normal;}
.top_staff h3{
font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: normal;}
.stafflist{
    width: 100%;
    max-width: 1000px;
    position: absolute;
    right: 0;
    left: 0;
	top:0;
	bottom:0;
    margin: 20px auto 0;
    display: flex;
    flex-wrap:wrap;
        
}
.top_staff > div{
    width: 100%;
    height: auto;
    position: relative;
}

.top_staff > div::before {
    content: "";
    display: block;
	padding-top: 65%; /* 1:1 */
}
.stafflist div{
    width: calc( (100% - 150px ) / 6 );
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 40px;
    margin-right: 30px;
        
}
.stafflist div:nth-child(6n){
    margin-right: 0;
}
.stafflist span{
    font-size: 0.98rem;
    letter-spacing: normal;
    font-weight: 500;
}
@media (max-width: 1366px) {
    
    .top_staff{
    width: 100%;
    height: auto;
    background: url("images/staff_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 20px;
    position: relative;


}
.top_staff h2{
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: normal;
}
.top_staff h3{
font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: normal;}
.top_staff > div::before {
    content: "";
    display: block;
    padding-top: 5%;
}
.stafflist{
    width: 100%;
    position: relative;
    right: 0;
    left: 0;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap:wrap;
        
}
.stafflist div{
    width: 48%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom:20px;
    margin-right: 0;
        
}
.stafflist div:nth-child(6n){
    margin-right: 0;
}
.stafflist span{
    font-size: 1.0rem;
    letter-spacing: normal;
    font-weight: 500;
}

}

.top_foot{
    width: 100%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 80px;
    position: relative;
}
#insta-window{
    border: none!important;
    width: 370px!important;
}
.iswd-profile{
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
}
.iswd-copy{
    display: none!important;
}
.iswd-icon{
    width: 70%!important;
}
.iswd-copy *{
    width: calc( (100% - 80px ) / 2 );
}

footer {
    border-top:1px solid #c1c1c1;
}

.cntctbtn {
	display: block;
	margin: 15px 0;
	width: 100%;
	text-align: center;
}
.contact_w{
    width: 100%;
	text-align: center;
}
#insta-window,
.insta_w .list,
.insta_w .contact_w {
    padding-top: 50px!important;
}

.insta_w dl,
.contact_w dl {
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: normal;
    text-align: left;
    width: 410px;
     line-height: 2em;
     margin-bottom: 35px;
     margin-left:0px;
     margin-top:-20px;
}

.insta_w dt,
.contact_w dt {
    display: table-cell;
    vertical-align: middle;
    font-size: 0.9rem;
    height: 55px;
    width: 90px;
    text-align:left;
    border-bottom:1px solid #d6d6d6;
    float: left;
    clear: left;
    padding-top: 12px;
}

.insta_w dd,
.contact_w dd {
    font-size: 0.9rem;
    display: table-cell;
    vertical-align: middle;
    text-align:left;
    height: 55px;
    border-bottom:1px solid #d6d6d6;
    width:320px;
    float: left;
    padding-top: 12px;
}

.foot_list{
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    border-bottom:1px solid #c1c1c1;
    display: flex;
    justify-content: space-between;
    padding: 45px 0 30px;
}

.foot_list ul li {
    height: 38px;
    font-size: 0.9rem;
    letter-spacing: normal;
    font-weight: 500;
}
.foot_list div{
    margin-right: 20px;
}
.foot_list div:first-child{
}
.foot_list div:last-child{
    margin-right: 0;
}
.pt30{
    padding-top: 30px!important;
}

 @media (max-width: 1024px) {
.top_foot{
    width: 100%;
    height: auto;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 20px;
    position: relative;
}
#insta-window{
    border: none!important;
    width: 100%!important;
}
.iswd-profile{
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
}
.iswd-copy{
    display: none!important;
}
.iswd-icon{
    width: 70%!important;
}
.iswd-copy *{
    width: calc( (100% - 80px ) / 2 );
}

footer {
    border-top:1px solid #c1c1c1;

}
.insta_w{
    width: 100%!important;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 0!important;
     }
.contact_w{
    width: 100%!important;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 0!important;
     }
.contact_w p{
    width: 100%!important;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#insta-window,
.contact_w .list{
    padding-top: 50px!important;
}

.contact_w dl{
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: normal;
    text-align: left;
    width: 100%;
     line-height: 2em;
     margin-bottom: 0px;
     margin-left:0px;
     margin-top:-20px;
}
.contact_w dt{
    display: table-cell;
    vertical-align: middle;
    font-size: 0.8rem;
    height: 55px;
    width: 15%;
    text-align:left;
    border-bottom:1px solid #d6d6d6;
    float: left;
    clear: left;
    padding-top: 12px;
}
.contact_w dd{
    font-size: 0.8rem;
    display: table-cell;
    vertical-align: middle;
    text-align:left;
    height: 55px;
    border-bottom:1px solid #d6d6d6;
    width:85%;
    float: left;
    padding-top: 12px;
    padding-left: 10px;
}

}
  @media (min-width: 768px) {
    footer .footer-inner #copyright-center {
    font-size: 0.9rem;
        margin-top: 20px;
        font-weight: 500;
    letter-spacing: normal;
      } 
}

@media (max-width: 767px) {
  #main-contents-one {
    width: 100%;
    float:none;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0; }
.sidebtn {
  display: none!important;
}
.foot_list{
    margin: 0 auto;
    width: 100%;
    border-bottom:1px solid #c1c1c1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    padding: 45px 0 30px;
}

.foot_list ul li{
    height: 38px;
    font-size: 0.9rem;
    letter-spacing: normal;
    font-weight: 500;
}
.foot_list div{
    margin-right: 55px;
}
.foot_list div:first-child{
}
.foot_list div:last-child{
    margin-right: 0;
}

     footer{display: none;}
}
.pagehedder{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.panlist{
    width: 100%;
    max-width: 1365px;
    margin: 0 auto;
    height: 55px;
    position: relative;
    }
.breadcrumbs{
     font-size: 0.9rem;
     font-weight: 500;
    letter-spacing: normal;
   width: 1000px;
    list-style: none;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.breadcrumbs a {
    text-decoration: none;
}

}
@media (min-width: 768px) {
  #main-contents-one {
    width: 100%;
    float:none;
    margin-left: 0;
 } }

@media (max-width: 767px) {
  #main-contents {
    width: 100%;
    float:none;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0; }
}
@media (min-width: 768px) {
  #main-contents {
    width: 100%;
    float:none;
    margin-left: 0;
    } }
@media (min-width: 1024px) {
  #main-contents {
    width: 1000px;
    float:none;
    margin-left: 0;
    margin-bottom: 0;
      margin: 0 auto;
    } }

.sidebtn {
  position: fixed;
  left: 0;
  top: 400px;
  display: none;
}
.sidebtn a {
  display: block;
  text-decoration: none;
}
#breadcrumb:after, #page-top a {
    background-color: #424242!important;
}

/* スマホハンバーガーメニュー */
/* CSS Document */
@media (max-width: 767px) {
  .sp-menu-open,
  .sp-menu-close {
    cursor: pointer;
    position: fixed;
    z-index: 4;
    top: 23px;
    right: 3px;
    transition: .5s;
    }
 .fixed.sp-menu-open,
 .fixed.sp-menu-close {
    top: 13px;
    transition: .5s;
    }
.cps-icon-bar, #navtoggle:checked + .sp-menu-open .cps-icon-bar {
    background-color: #424242!important;
}
}

.swiper-container3 {
  width: 100%;
  height: 100%;
}

.swiper-container3 .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: visible;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.mainvisual {
  overflow-x: hidden;
}


@media (min-width: 768px) {
	.twobutton .color-button01,
	.twobutton .color-button02 {
		min-width: 43%;
	}
	.googlemap {
		width: 100%;
		height: 20em;
	}

	.img4box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.img4box img {
		width: 24.5%;
	}

	body.post-type-archive-stafflist .top_staff {
		background: none;
	}
}

.twobutton .color-button01 a,
.twobutton .color-button02 a {
	width: 100%;
}

.twobutton .color-button01 a span,
.twobutton .color-button02 a span {
	font-size: 0.8125em !important;
}

@media (max-width: 767px) {
	.twobutton .color-button01,
	.twobutton .color-button02 {
		min-width: 100% !important;
	}

	.twobutton .color-button01 a,
	.twobutton .color-button02 a {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.googlemap {
		width: 100%;
		height: 15em;
	}
.sp-menu-close {position: unset!important;}

.gentei {
    position: absolute;
    right: unset;
    left:0;
    background-color: #e3007e;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    text-align: center;
    font-size:0.5rem;
    z-index:100;
}


}



.scheduleitem {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3em;
	align-content: stretch;
}

.schedulebox {
	width: 23%;
	display: block;
	margin: 2px;
	margin-bottom: 2.8em;
}

.schedulebox p {
	margin: 0 0;
	background: #E2027B;
	padding: 6px;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
}
.schedulebox img {
	width: 100%;
}

body.post-type-archive-schedule h2 {
	font-size: 26px;
	background: #000000;
	color: #ffffff;
	padding: 8px;
	margin-bottom: 15px;
}



@media (max-width: 767px) {
	.schedulebox {
		width: 48.5%;
		display: block;
	}

	body.post-type-archive-schedule h2 {
		font-size: 22px;
	}
}

.top_schedule {
	padding: 60px 0 70px;
	text-align: center;
}

.top_schedule a.btn--green {
  color: #fff;
  background-color: #094;
}

.top_schedule a.btn--green:hover {
  color: #fff;
  background: #00a349;
}

.top_schedule a.btn--green.btn--cubic {
  border-bottom: 5px solid #00662d;
}

.top_schedule a.btn--green.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #00662d;
}

.top_schedule a.btn-c {
  font-size: 1.4rem;
  position: relative;
  padding: 1.2rem 2rem 1.2rem 2rem;
  border-radius: 100vh;
}

.top_schedule a.btn-c i.fa {
  margin-right: 1rem;
}

.top_schedule a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.3em;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}

.wpcf7-validates-as-tel {
	box-sizing: border-box;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 7px 10px;
    font-size: 1em;
    margin-bottom: -10px !important;
}

.contact_p { text-align:center; }

.kaisetsu-box4-title {
	font-size: 16px;
}

.katsudoubox {
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	width: 80%;
	margin: 0 auto;
}

.katsudoubox .box02 {
	width: 49.5%;
	margin-bottom: 30px;
}

.katsudoubox .box02 .box02_01 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	align-content: stretch;
}

.katsudoubox .box02 .box02_01 .box02_01t {
	width: 49.5%;
	text-align: center;
}

.katsudoubox .box02 .box02_01 .box02_01t img {
	margin-bottom: 0;
}

.katsudoubox .box02 p {
	text-align: center;
}

.footer_contact_table {
	table-layout: fixed;
	width: 100%;
	border-bottom: 1px solid #dddddd;
}

.footer_contact_table tr {
	border-top: 1px solid #dddddd;
}

.footer_contact_table th,
.footer_contact_table td {
	padding: 8px;
	border-top: 1px solid #dddddd;
}

.footer_contact_table td span {
	font-size: 0.75em;
	line-height: 1.2em;
}

.footer_contact_table th {
	width: 140px;
	padding: 8px;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	text-align: left;
	font-weight: normal;
}

@media (max-width: 767px) {

	.katsudoubox {
		display: block;
		width: 100%;
	}

	.katsudoubox .box02 {
		width: 100%;
	}

	.katsudoubox .box02 .box02_01 {
		display: flex;
		flex-wrap: nowrap;
		justify-content:space-between;
	}

	.footer_contact_table tr,
	.footer_contact_table th,
	.footer_contact_table td {
		display: block;
		width: 100%;
		border-top: none;
		border-bottom: none;
	}

	.footer_contact_table th {
		background :#f2f2f2;
	}

	.cl-2-a div .list dt {
		display: block;
		width: 100% !important;
		border-bottom: none;
		height: auto;
		float: none;
		margin: 0 0 5px 0;
		padding: 0 0 0 0;
		line-height:1.2em;
	}

	.cl-2-a div .list dd {
		display: block;
		width: 100% !important;
		height: auto;
		float: none;
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		line-height: 1.2em;
	}
}

div.youtube {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
div.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.wpcf7-form-control-wrap select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 7px 10px;
    font-size: 1em;
    margin-bottom: -10px !important;
    -webkit-appearance: none;
}
