@charset"UTF-8";

/* 
***********************************************************
* Copyright(C) CIDARIO Inc.
* URI:http://cidario.co.jp
* Editor:Hiromi Yoshino
***********************************************************
*/

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */  
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}


/* breaking-news
========================================================================================================
*/

aside#breaking-news{
  width: 100%;
  height: 40px;
  background:#000;
  z-index: 700;
}

aside#breaking-news div{
  position: relative;
  width: 100%;
  height: 40px;
  max-width: 1400px;
  overflow: hidden;
  margin: 0 auto;
}

aside#breaking-news div h2{
  width:130px;
  height: 40px;
  background:#313140;
  font-size: 12px; font-size: 1.2rem;
  font-weight:700;
  color: #FFF;
  text-align: center;
  position: absolute;
  top:50%;
  left:0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media print, screen and (min-width:640px)  { 
  aside#breaking-news div h2{
    width:220px;
    height: 40px;
    font-size: 14px; font-size: 1.4rem;
  }
}

aside#breaking-news div h2 span{
  position: relative;
  display: inline-block;
  line-height: 40px;
  padding: 0;
  margin: 0 auto;
}

@media print, screen and (min-width:640px)  { 
aside#breaking-news div h2 span{
  padding: 0 0 0 35px;
  }
}

@media print, screen and (min-width:640px)  { 
  aside#breaking-news div h2 span::before{
   content: "";
   width:30px;
   height:17px;
   background: url(/common/images/h-icon03.png) no-repeat 0 0;
   background-size: 100%;
   position: absolute;
   top:52%;
   left:0;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
 }
}

@media print, screen and (min-width:640px)  { 
   aside#breaking-news a.btn-newslist{
     width:140px;
     height: 40px;
     background-color: #000;
     text-align: center;
     line-height: 40px;
     padding: 0 0 0 10px;
     position: absolute;
     top:0;
     right: 0;
  }
  
  aside#breaking-news a.btn-newslist span{
   display: inline-block;
   position: relative;
   width:100%;
   font-size: 13px; font-size: 1.3rem;
   color: #FFF;
   transition: 1s;
  }

  aside#breaking-news a.btn-newslist span:hover{
   color: #00BFFF;
  }

  aside#breaking-news a.btn-newslist span::after{
   content: "";
   width: 6px;
   height: 6px;
   border: 2px solid;
   border-color: #FFF #FFF transparent transparent;
   position: absolute;
   top:50%;
   left:0;
   -webkit-transform: translateY(-50%) rotate(45deg);
   -ms-transform: translateY(-50%) rotate(45deg);
   transform: translateY(-50%) rotate(45deg);
  }
}

aside#breaking-news div div.marquee{
  width:100%;
  position: relative;
  overflow: hidden;
  padding:0;
  margin: 0 0 0 130px;
}

@media print, screen and (min-width:640px) { 
  aside#breaking-news div div.marquee{
    margin: 0 0 0 220px;
  }
}

aside#breaking-news div div.marquee p{
  display:inline-block;
  font-size: 14px; font-size: 1.4rem;
  white-space:nowrap;
  margin:12px 0 0 0;
  padding-left:400px;
	-webkit-animation-name:marquee;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:60s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:marquee;
	-moz-animation-timing-function:linear;
	-moz-animation-duration:60s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-name:marquee;
	-ms-animation-timing-function:linear;
	-ms-animation-duration:60s;
	-ms-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-timing-function:linear;
	-o-animation-duration:60s;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:60s;
	animation-iteration-count:infinite;
}

@media print, screen and (min-width:640px) { 
  aside#breaking-news div div.marquee p{
    padding-left:860px;
    margin:12px 0 0 0;
  }
}

@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}

@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}

@-ms-keyframes marquee {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}

@-o-keyframes marquee {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}

@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}

aside#breaking-news div div.marquee p a{
  color:#FFF;
  text-decoration: none;
}

aside#breaking-news div div.marquee p span{
  display: inline-block;
  color:#FFF;
  padding:0;
  margin: 0 100px 0 0;
}

/*  mainvisual-box
========================================================================================================
*/

#top{
  width:100%;
  padding:0;
}

@media print, screen and (min-width:1400px) {
#top{
  background: #EEE;
  padding: 40px 0;
  }
}

.top-wrap{
  width:100%;
}

@media print, screen and (min-width:1000px) { 
.top-wrap{
  width:100%;
  max-width: 1400px;
  display: grid;
  grid-template-columns:1fr 70%;
  grid-template-rows: 1fr;
  align-items: stretch;
  margin: 0 auto;
  }
}

.top-box01{
  display: none;
}

@media print, screen and (min-width:1000px) { 
.top-box01{
  position: relative;
  display: flex;
  justify-content: flex-end;
  background: #00BFFF;
  }
}

.top-box02{
  position: relative;
  z-index: 102;
}

.reservation-wrap{
  position: relative;
  width:90%;
  /*max-width: 700px;*/
  padding:30px 0 10px 0;
  margin: 0 auto;
  z-index: 101;
}

@media print, screen and (min-width:1200px) { 
.reservation-wrap{ 
  width:90%;
  padding:40px 0 30px 0;
  }
}

@media print, screen and (min-width:1400px) { 
.reservation-wrap{ 
  width:80%;
  padding:50px 0 30px 0;
  }
}

.top-box01::after{
  content: "";
  width:200px;
  height:200px;
  background: url("../../images/home54.png") no-repeat 0 0;
  background-size: cover;
  position: absolute;
  top:10px;
  right:5px;
  z-index: 100;
}

@media print, screen and (min-width:1300px) { 
.top-box01::after{
  content: "";
  width:300px;
  height: 300px;
  }
}

.reservation-wrap h2{
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reservation-wrap h2 span{
  font-size: 2.4rem;
  color: #FFF;
  font-weight: 700;
}

@media print, screen and (min-width:1300px) { 
.reservation-wrap h2 span{
  font-size: 2.8rem;
 }
}

.reservation-wrap p{
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.5em;
  color: #FFF;
  margin: 15px 0 0 0;
}

@media print, screen and (min-width:1300px) {
.reservation-wrap p{
  font-size: 1.6rem;  
  }
}

.reservation-form01{
  display: block;
  width:100%;
  background:rgba( 255 ,255 ,255 , 1);
  padding:25px 5%;
  margin: 15px auto 0 auto;
}

@media print, screen and (min-width:1100px) {
.reservation-form01{
  padding:25px 5% 30px 5%;
  margin: 30px auto 0 auto;
  }
}

@media print, screen and (min-width:1300px) {
.reservation-form01{
  padding:40px 5% 40px 5%;
  margin: 30px auto 0 auto;
  }
}


.reservation-form01 .select-box{
  position: relative;  
  margin: 0 auto 10px auto;
}

.reservation-form01 .select-box i{
  width:30px;
  height: 100%;
  background: #BBB;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top:50%;
  right:0;
  transform: translateY(-50%);    
  z-index:100;
}

@media print, screen and (min-width:1200px) {
.reservation-form01 .select-box i{
  width:60px;
  height: 100%;
  background: #BBB;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top:50%;
  right:0;
  transform: translateY(-50%);    
  z-index:100;
  }
}

.reservation-form01 .select-box i::before{
  content: "expand_more";
  color: #FFF;
}

.reservation-form01 select{
  position: relative;
  display: block;
  width:100%;
  height: 40px;
  /*background: linear-gradient(to bottom, #FFF, #DDD);*/
  background: transparent;
  border: 1px solid #BBB;
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  border-radius: 5px;*/
  color: #666;
  padding: 0 10px;
  margin: 0 auto;  
  z-index:101;
}

@media print, screen and (min-width:1200px) { 
.reservation-form01 select{
  width:100%;
  height: 50px;
  }
}

@media print, screen and (min-width:1300px) { 
.reservation-form01 select{
  width:100%;
  height: 60px;
  }
}

.reservation-form01 .select-box + span + .select-box{
  margin: 10px auto;
}

.reservation-form01 form .select-link{
  text-align: center;
  margin: 30px auto 0 auto;
}

@media print, screen and (min-width:1200px) { 
.reservation-form01 form .select-link{
  margin: 40px auto 0 auto;
  }
}

.reservation-form01 form .select-link a{
  position: relative; 
  font-size: 1.3rem;
  text-align: center;
  color: #666;
  text-decoration: none;
  transition: 0.8s;
}

@media print, screen and (min-width:1200px) { 
.reservation-form01 form .select-link a{
  font-size: 1.6rem;
  }
}

.reservation-form01 form .select-link a::after{
  content: "";
  width:100%;
  height: 1px;
  background: rgba( 0, 0, 0, 1);
  position: absolute;
  bottom: -3px;
  left:0;
  transition: 0.3s;
}

.reservation-form01 form .select-link a:hover::after{
  background: rgba( 0, 0, 0, 0);
}

span.triangle01{
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #999;
  margin: 0 auto;
}

.reservation-form02{
  display: block;
  width:100%;
  padding:0;
  margin: 0 auto;
}

.reservation-form02 h3{
  width:100%;
  font-size: 1.6rem;
  color: #FFF;
  font-weight: 700;
  margin: 30px auto 15px auto;
}

@media print, screen and (min-width:1200px) {
.reservation-form02 h3{
  width:100%;
  font-size: 1.8rem;
  margin: 30px auto 15px auto;
  }
}

.reservation-form02 .free-box div{
  width:100%;
  display: grid;
  grid-template-columns: auto 50px; 
  grid-template-rows: 60px;
  padding: 0;
  margin: 0;
}

@media print, screen and (min-width:1200px) {
.reservation-form02 .free-box div{
  width:100%;
  display: grid;
  grid-template-columns: auto 60px; 
  grid-template-rows: 60px;
  }
}

.reservation-form02 .free-box form{
  padding: 0;
  margin: 0;
}

.reservation-form02 .free-box input{
  display: block;
  width:100%;
  height: 50px;
  margin: 0;
}

@media print, screen and (min-width:1200px) {
.reservation-form02 .free-box input{
  height: 50px;
  margin: 0;
  }
}

@media print, screen and (min-width:1300px) {
.reservation-form02 .free-box input{
  height: 60px;
  margin: 0;
  }
}

.reservation-form02 .free-box input.freeword{
  padding: 0 15px;
}

.reservation-form02 .free-box input.h-search-btn{
  background: url("../images/sp-nav-icon02.png") no-repeat 50% 50% #F0209D;
  background-size: 20px 20px; 
  color:transparent;
  text-align: center;
  font-size: 1.4rem;
  transition: 1s;
}

@media print, screen and (min-width:1200px) {
.reservation-form02 .free-box input.h-search-btn{
  background: url("../images/sp-nav-icon02.png") no-repeat 50% 50% #F0209D;   
  background-size: 25px 25px;
  font-size: 1.6rem;
  }
}

.reservation-form02 .free-box input.h-search-btn:hover{ 
  background: url("../images/sp-nav-icon02.png") no-repeat 50% 50% #F45EB8;  
  background-size: 20px 20px; 
}

@media print, screen and (min-width:1200px) {
.reservation-form02 .free-box input.h-search-btn:hover{ 
  background: url("../images/sp-nav-icon02.png") no-repeat 50% 50% #F45EB8;  
  background-size: 25px 25px; 
  }
}

/* button */

button.next-btn{
  display: block;
  width:100%;
  height: 40px;
  background-color: #F0209D;
  font-size: 1.6rem;
  margin: 10px auto 0 auto;
  transition: 1s;
}

@media print, screen and (min-width:1200px) { 
button.next-btn{
  display: block;
  width:100%;
  height: 50px;
 }
}

@media print, screen and (min-width:1300px) { 
button.next-btn{
  display: block;
  width:100%;
  height: 60px;
 }
}

button.next-btn span{
  position: relative;
  display:inline-block;
  width: 100%;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin: 0;
}

button.next-btn:hover{
  background: #F45EB8;
}

/*------------------------------  reservation form --------------------------------*/

div.reservation-form h2{
  position: relative;
  width:100%;
  height: 80px;
  background: url(/images/home41.png) no-repeat 0 0;
  background-size: 100%;
}

div.reservation-form h2 span{
  width:100%;
  font-size: 2.2rem;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top:50%;
  left:0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*div.reservation-form div.reservation-form01{
  width:90%;
  background: #FFF;
  padding:30px 0;
  margin: 0 auto;
}

.reservation-form01 p{
  width:95%;
  text-align: center;
  font-size: 1.6rem;
  line-height:1.5em;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 auto 20px auto;
}

div.reservation-form select.dropdown-select01{
  display: block;
  position: relative;
  width:80%;
  height: 40px;
  background: linear-gradient(to bottom, #FFF, #DDD);
  border-radius: 5px;
  border: 1px solid #999;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  padding: 0 10px;
  margin: 0 auto 12px auto;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  font-size: 15px;
}*/






/*div.reservation-form div.reservation-form02 div{
  width:85%;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  border-radius: 5px;
  margin: 0 auto;
}

div.reservation-form02 div input.freeword{
  width:77%;
  height: 40px;
  background-color: #FFF;

 border-top-left-radius: 5px;
 -webkit-border-top-left-radius: 5px;
 -moz-border-radius-topleft: 5px;

 border-bottom-left-radius: 5px;
 -webkit-border-bottom-left-radius: 5px;
 -moz-border-radius-bottomleft: 5px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-right: 0;
  font-size: 16px; font-size: 1.6rem;
  padding: 0 10px;
}

div.reservation-form02 div input.h-search-btn{
  display: block;
  position: relative;
  width:23%;
  height: 40px;
  background: url(/common/images/sp-nav-icon02.png) no-repeat 50% 50% #F0209D;
  background-size: 20px 20px;
  border: 1px solid #F0209D;
  border: 0;

  border-radius: 0;
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;

  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  color:transparent;
  cursor: pointer;
}*/





div.sp-nav-head div.sp-search span{
  display: block;
  width:90%;
  font-size: 12px; font-size: 1.2rem;
  line-height: 130%;
  text-align: center;
  padding: 0;
  margin: 10px auto;
}

div.drawer-menu p.sp-nav-bn{
  width:90%;
  margin: 30px auto;
}

div.drawer-menu p.sp-nav-bn img{
  width:100%;
}

.mv-swiper{
  width:100%;
  height:100%!important;
}

.mv-slide{
  width:100%;
  height:100%;
}

.mv-slide .swiper-slide img{
  width:100%;
}

@media print, screen and (min-width:960px) { 
.mv-slide .swiper-slide img{
  width:100%;
  height: 100%;
  /*height: 700px;*/
  object-fit: cover;
  }
}

.mv-slide .mv-swiper div.swiper-pagination{
  position: absolute;
  bottom:15px;
  left:0;
}

.mv-slide .mv-swiper div.swiper-pagination .swiper-pagination-bullet {
  width:8px;
  height: 8px;
  background: #CCC;
  opacity: inherit;
}

.mv-slide .mv-swiper div.swiper-pagination .swiper-pagination-bullet-active {
  background:#F0209D;
}

/*-----------------------------------  store-introduction ----------------------------------------*/

section.mainvisual div.mv-box div.store-introduction div.si-wrap{
  position: relative;
  width:100%;
  display: flex;
  flex-flow: row wrap;
  padding:0 3%;
  margin: 0 auto;
}

@media print, screen and (min-width:1024px) { 
  section.mainvisual div.mv-box div.store-introduction div.si-wrap{
   background: #FFF; 
   display: column;
   flex-flow: row wrap;
   padding:5px 5px 0 5px;
  }
}

section.mainvisual div.mv-box div.store-introduction div.si-wrap::before{
  content: "";
  width:20%;
  max-width: 74px;
  height:84px;
  background: url(/images/home42.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top:-20px;
  left: 5%;
  z-index: 101;
}

@media print, screen and (min-width:640px) and (max-width:1023px){
  section.mainvisual div.mv-box div.store-introduction div.si-wrap::before{
    content: "";
    width:140px;
    max-width: inherit;
    height:168px;
    position: absolute;
    top:-50px;
    left: 5%;
  }
}

@media print, screen and (min-width:1024px) { 
  section.mainvisual div.mv-box div.store-introduction div.si-wrap::before{
    content: "";
    width:90px;
    max-width: inherit;
    height: 110px;
    position: absolute;
    top:-110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

div.store-introduction h2{
  width: 100%;
  font-size: 20px; font-size: 2.0rem;
  font-weight: 700;
  color: #F2DA30;
  text-align: center;
  padding: 25px 5px 20px 20%;
}

@media print, screen and (min-width:640px) and (max-width:1023px){
  div.store-introduction h2{
   font-size: 33px; font-size: 3.3rem;
   padding: 45px 15px 40px 28%;
  }
}

@media print, screen and (min-width:1024px) { 
  div.store-introduction h2{
   background: url(/images/home43.png) no-repeat 0 0;
   background-size: cover;
   font-size: 15px; font-size: 1.5rem;
   padding: 10px 0;
  }
}

div.store-introduction h2 + div{
  width: 43%;
  background: #FFF;
  padding: 10px 20px 0 10px;
}

@media print, screen and (min-width:640px) and (max-width:1023px){
  div.store-introduction h2 + div{
   width: 43%;
   padding: 10px 30px 0 10px;
  }
}

@media print, screen and (min-width:1024px) { 
  div.store-introduction h2 + div{
    width: 100%;
    padding: 0;
  }
}

div.store-introduction h2 + div figure{
  width: 100%;
}

div.store-introduction h2 + div figure img{
  width:100%;
  max-height: 180px;
  object-fit: cover;
}

@media print, screen and (min-width:1024px) { 
  div.store-introduction h2 + div figure img{
   width: 100%;
   height: 110px;
   object-fit: cover;
  }
}

div.store-introduction dl{
  width: 57%;
  background-color: #FFF;
  padding: 0 10px 10px 0;
  margin: 0 auto;
}

@media print, screen and (min-width:640px) and (max-width:1023px){
  div.store-introduction dl{
   width: 57%;
   padding: 0 40px 20px 0;
  }
}

@media print, screen and (min-width:1024px) { 
  div.store-introduction dl{
    width: 95%;
    padding: 0;
  }
}

div.store-introduction dl dt{
  /*min-height: 35px;*/
  color: #6CC50E;
  line-height: 130%;
  font-size: 18px; font-size: 1.8rem;
  font-weight: 700;
  margin: 15px 0 10px 0;
}

@media print, screen and (min-width:640px) and (max-width:1023px){
  div.store-introduction dl dt{
    margin: 20px 0 10px 0;
  }
}

@media print, screen and (min-width:1024px) { 
  div.store-introduction dl dt{
   font-size: 16px; font-size: 1.6rem;
   margin: 10px 0 5px 0;
  }
}

div.store-introduction dl dt a{
  color: #6CC50E;
  text-decoration: none;
}

div.store-introduction dl dd{
  /*min-height: 55px;*/
  font-size: 14px; font-size: 1.4rem;
  line-height: 150%;
}

@media print, screen and (min-width:1024px) { 
  div.store-introduction dl dd{
  font-size: 12px; font-size: 1.2rem;
    /*min-height: 55px;*/
  }
}

div.store-introduction dl dd ul{
  border-top: 1px dashed #999;
  padding: 10px 0 5px 0;
  margin: 15px 0 10px 0;
}

@media print, screen and (min-width:1024px) { 
  div.store-introduction dl dd ul{
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    margin: 10px 0 15px 0;
  }
}

div.store-introduction dl dd ul li{  
  position: relative;
  font-size: 14px; font-size: 1.4rem;
  line-height: 150%;
  padding: 0 0 0 10%;
  margin: 0 0 5px 0;
}

@media print, screen and (min-width:640px) and (max-width:1023px){
  div.store-introduction dl dd ul li{  
    position: relative;
    padding: 0 0 0 8%;
  }
}

@media print, screen and (min-width:1024px) { 
  div.store-introduction dl dd ul li{  
   position: relative;
   font-size: 12px; font-size: 1.2rem;
   padding: 0 0 0 16%;
  }
}

div.store-introduction dl dd ul li::before{
  content: "";
  width:19px;
  height: 19px;
  position: absolute;
  top:3px;
  left:0;
}

div.store-introduction dl dd ul li#si01::before{
  background: url(/common/images/h-icon04.png) no-repeat 0 0;
  background-size: 100%;
}

div.store-introduction dl dd ul li#si02::before{
  background: url(/common/images/h-icon05.png) no-repeat 0 0;
  background-size: 100%;
}

div.store-introduction h2 + div a.store-ditail-btn{
  position: relative;
  width:100%;
  max-width: 120px;
  height: 30px;
  font-size: 14px; font-size: 1.4rem;
  border-radius: 50px;
  margin: 20px auto;
}

@media print, screen and (min-width:1024px) {
  div.store-introduction a.store-ditail-btn{
    position: relative;
    width:120px;
    height: 26px;
    font-size: 13px; font-size: 1.3rem;
    border-radius: 50px;
    margin: 0 auto 10px auto;
  }
}

div.store-introduction a.store-ditail-btn span{
  width:100%;
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

@media print, screen and (max-width:1023px) {
  div.store-introduction a#si-pc{
    display: none;
  }
}

@media print, screen and (min-width:1024px) {
  div.store-introduction a#si-sp{
    display: none;
  }
}


/* aside youtube New-List
========================================================================================================
*/

aside.yt-playlist{
  width:100%;
  background:#F4F4F4;
  padding: 20px 0;
  margin: 0 auto;
}

@media print, screen and (min-width:640px) {
  aside.yt-playlist{  
    padding:20px 0;
  }
}

aside.yt-playlist .yt-wrap{
  width:100%;
  background-color:#FFF;
  background-image: url(/images/home44.png), url(/images/home44.png);
  background-repeat: repeat-x,repeat-x;
  background-position:top,bottom;
  padding: 20px 0 20px 0;
  margin: 0 auto;
}

@media print, screen and (min-width:640px) {
 aside.yt-playlist .yt-wrap{
    width:100%;
    padding: 20px 0 20px 0;
    margin: 0 auto;
  }
}

aside.yt-playlist div.youtube-list01{
  position: relative;
  width:100%;
  background: #FFF;
  padding: 0;
}

@media print, screen and (min-width:640px) {
  aside.yt-playlist div.youtube-list01{
   padding: 0;
  }
}

aside.yt-playlist div.youtube-list01 h2{
  width:100%;
  height: 160px;
  background-color: #6DC50E;
  position: absolute;
  top:0;
  left:0;
  z-index:100;
}

@media print, screen and (min-width:640px) {
  aside.yt-playlist div.youtube-list01 h2{
    width:27%;
    max-width:380px;
    min-width: 200px;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
  }
}

aside.yt-playlist div.youtube-list01 h2 img{
  display: block; 
  width:180px;
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

@media print, screen and (min-width:640px) {
  aside.yt-playlist div.youtube-list01 h2 img{
    display: block;
    width:58%;
    max-width: 220px;
    min-width: 140px;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
}

aside.yt-playlist div.youtube-list01 ul{
   margin: 180px auto 20px auto;
}

@media print, screen and (min-width:640px) {
  aside.yt-playlist div.youtube-list01 ul{
    padding: 0 0 20px 0;
    margin: 0;
  }
}

aside.yt-playlist ul li.swiper-slide{
  position: relative;
  z-index: 300;
}

aside.yt-playlist ul li.swiper-slide dl{
  padding: 0 10px;
}

@media print, screen and (min-width:640px) {
 aside.yt-playlist ul li.swiper-slide dl{
   padding: 0 ;
  }
}

aside.yt-playlist ul li.swiper-slide dl dt{
  margin: 0 0 10px 0;
}

aside.yt-playlist ul li.swiper-slide dl dt img{
  width:100%;
  max-width: 360px;
  height:auto;
  object-fit:cover;
  margin: 0 auto;
}

aside.yt-playlist ul li.swiper-slide dl dd{
  color: #000;
  line-height: 130%;
  padding: 0 10px ;
  margin: 0;
}

aside.yt-playlist ul li.swiper-slide dl dd a{
  font-size: 12px; font-size: 1.2rem;
  color: #000;
  /*font-weight: bold;*/
}

@media print, screen and (min-width:640px) {
  aside.yt-playlist ul li.swiper-slide dl dd a{
   font-size: 14px; font-size: 1.4rem;
  }
}

/*------------------------------------------------------------------------------------------------------------------------
                                                                      about - guts
-------------------------------------------------------------------------------------------------------------------------*/

section#about-guts{
  position: relative;
  width:90%; 
  padding: 0 0 20px 0;
  margin: 30px auto 0  auto;
}

@media print, screen and (min-width:640px) and (max-width:959px){
    section#about-guts{
      position: relative;
      width:90%; 
      padding: 0 0 20px 0;
      margin: 40px auto 0 auto;
  }
}

@media print, screen and (min-width:960px) {
  section#about-guts{
   position: relative;
   width:100%; 
   max-width: 1400px;
   padding: 0 0 0 6%;
   margin: 80px auto;
  }
}

section#about-guts h2{
  width:100%;
  font-size: calc(2.0rem + (1vw - 0.38rem) * 1.5385);
  font-weight: 900;
  font-style: italic;
  color: #6CC50E;
  line-height: 150%;
  text-align: left;
  margin: 0 0 20px 0;
}

@media print, screen and (min-width:640px) and (max-width:959px){
  section#about-guts h2{
    width:100%;
    font-size: 24px; font-size:2.4rem;
    text-align: left;
    margin: 0 0 20px 0;
  }
}

@media print, screen and (min-width:960px) {
  section#about-guts h2{
    width:80%;
    font-size: 36px; font-size: 3.6rem;
    text-align: left;
    margin: 0 0 40px 0;
  }
}

section#about-guts p{
  width:58%;
  font-size: 14px; font-size: 1.4rem;
  line-height: 200%;
}

@media print, screen and (min-width:640px) and (max-width:959px){
 section#about-guts p{
   width:60%;
   font-size: 16px; font-size: 1.6rem;
   line-height: 200%;
  }
}

@media print, screen and (min-width:960px) {
 section#about-guts p{
   width:58%;
   font-size: 16px; font-size: 1.6rem;
   line-height: 200%;
  }
}

section#about-guts ul{
  width:60%;
  margin: 20px 0 0 0;
}

@media print, screen and (min-width:640px) and (max-width:959px){
  section#about-guts ul{
    width:80%;
    margin: 30px 0 0 0;
   }
}
@media print, screen and (min-width:640px) {
  section#about-guts ul{
    width:65%;
    margin: 30px 0 0 0;
   }
}

section#about-guts ul li{
  display: inline-block;
  background:linear-gradient(180deg,#FFF 0%,#FFF 60%,#FFFF00 60%,#FFFF00 100%);
  font-size: 20px; font-size: 2.0rem;
  font-weight: 700;
  padding: 0 0 5px 0;
  margin: 0 5px 20px 0;
}

@media print, screen and (min-width:640px) and (max-width:959px){
  section#about-guts ul li{
   display: inline-block;
   background:linear-gradient(180deg,#FFF 0%,#FFF 60%,#FFFF00 60%,#FFFF00 100%);
   font-size:18px; font-size: 1.8rem;
   font-weight: 700;
   padding: 0 0 5px 0;
   margin: 0 10px 20px 0;
  }
}

@media print, screen and (min-width:960px) {
  section#about-guts ul li{
   display: inline-block;
  background:linear-gradient(180deg,#FFF 0%,#FFF 60%,#FFFF00 60%,#FFFF00 100%);
   font-size: 24px; font-size: 2.4rem;
   font-weight: 900;
   padding: 0 0 5px 0;
   margin: 0 20px 0 0;
  }
}

/*------------------------------------------------------------------------------------------------------------------------
                                                             search-shop
-------------------------------------------------------------------------------------------------------------------------*/

section#search{
  width:100%; 
  background: #6DC50E;
  padding: 0 0 20px 0;
}

@media print, screen and (min-width:640px) and (max-width:959px){
  section#search{
    width:100%; 
    padding: 0 0 30px 0;
  }
}

@media print, screen and (min-width:960px) {
  section#search{
    width:100%; 
    padding: 0 0 50px 0;
  }
}

section#search h2{
    position: relative;
    width:100%; 
    height:120px;
    background-image: url(/images/home46.png) , url(/images/home47.png) ;
    background-repeat: no-repeat,no-repeat ;
    background-position: 50% 0,5% 35px;
    background-size: 30px 25px,38%;  
    margin: 0 auto;
}

@media print, screen and (min-width:640px) and (max-width:959px){
  section#search h2{
     position: relative;
     width:100%; 
     height:140px;
     background-image: url(/images/home46.png) , url(/images/home47.png) ;
     background-repeat: no-repeat,no-repeat ;
     background-position: 50% 0,10% 35px;
     background-size: auto,30%;   
     margin: 0 auto;
  }
}

@media print, screen and (min-width:960px) {
  section#search h2{
     position: relative;
     width:100%; 
     max-width: 1400px;
     height: 240px;
     background-image: url(/images/home46.png) , url(/images/home47.png) ;
     background-repeat: no-repeat,no-repeat ;
     background-position: 50% 0,5% 60px;
     background-size: auto,35%;
     margin: 0 auto;
  }
}

section#search h2 span{
  width:100%;
  font-size: 2.4rem;
  font-weight: 900;
  color: #FFF;
  text-align: center;
  position: absolute;
  top:60%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%); 
}

@media print, screen and (min-width:640px) and (max-width:959px){
  section#search h2 span{
   width:100%;
   font-size: 2.4rem;
   font-weight: 900;
   color: #FFF;
   text-align: center;
   position: absolute;
   top:60%;
   left:50%;
   -webkit-transform: translate(-50%,-50%);
   -ms-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%); 
  }
}

@media print, screen and (min-width:960px) {
  section#search h2 span{
   font-size: 3.6rem;
   color: #FFF;
   position: absolute;
   top:50%;
   left:50%;
   -webkit-transform: translate(-50%,-50%);
   -ms-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%); 
  }
}

section#search h2 img{
  width:35%;
  width:160px;
  position: absolute;
  bottom:120px;
  right:0;
  z-index: 100;
}

@media print, screen and (min-width:600px) and (max-width:959px){
  section#search h2 img{
    width:36%;
    max-width: 280px;
    min-width: 220px;
    position: absolute;
    bottom:-30px;
    right:0;
    z-index: 100;
  }
}

@media print, screen and (min-width:960px) {
 section#search h2 img{
    width:33%;
    max-width: 400px;
    position: absolute;
    bottom:-100px;
    right:0;
    z-index: 100;
  }
}

/* ----  search-wrap  ---- */

section#search div.search-wrap{
  position: relative;
  width:95%;
  display: flex;
  flex-flow: column wrap;
  padding: 0;
  margin: 0 auto;
  z-index: 101;
}

@media print, screen and (min-width:960px) {
  section#search div.search-wrap{
   width:95%;
   max-width: 1400px;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   padding: 0;
   margin: 0 auto;
  }
}

/*-------------------  search-shop  ---------------------*/

section#search div.search-wrap div.search-shop{
  width:100%;
  background-color: #FFF;
}

@media print, screen and (min-width:960px) {
  section#search div.search-wrap div.search-shop{
    width:100%;
  }
}

/*-------------------  search-shop-sp  ---------------------*/

div.search-shop div.search-shop-sp{
  width:100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

div.search-shop div.search-shop-sp label.tab-sp{
  display: block;
  width:calc( ( 100% - 1px ) / 2) ;
  text-align: center;
  cursor: pointer;
}

/*-------------------  search-shop-pc  ---------------------*/

div.search-shop div.search-shop-pc{
  width:100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

div.search-shop div.search-shop-pc label.tab-pc{
  display: block;
  width:calc( ( 100% - 2px ) / 3) ;
  text-align: center;
  cursor: pointer;
}

/*----------------------  label  h3  ---------------------------*/

div.search-shop-sp label  h3,
div.search-shop-pc label  h3{
  position: relative;
  width:100%;
  height:70px;
  background-color: #BBB;
  font-size: 1.3rem;
  font-weight: 700;
  color: #FFF;
  transition: 1s;
}

@media print, screen and (min-width:960px) {
  div.search-shop-sp label  h3,
  div.search-shop-pc label  h3{
    height:100px;
    font-size: 1.8rem;
  }
}

div.search-shop-sp label.tab-sp h3:hover,
div.search-shop-pc label.tab-pc h3:hover{
  background-color: #001A66;
}

div.search-shop-sp label.tab-sp h3 span,
div.search-shop-pc label.tab-pc h3 span{
   width: 100%;
   text-align: center;
   position: absolute;
   bottom:5px;
   left:0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media print, screen and (min-width:960px) {
  div.search-shop-sp label.tab-sp h3 span,
  div.search-shop-pc label.tab-pc h3 span{
    bottom:10px;
  }
}

div.search-shop-sp label.tab-sp h3::before,
div.search-shop-pc label.tab-pc h3::before{
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top:15px;
  left:50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media print, screen and (min-width:960px) {
div.search-shop-sp label.tab-sp h3::before,
div.search-shop-pc label.tab-pc h3::before{
  width: 24px;
  height: 24px;
  top:20px;
  left:50%;
  }
}

div.search-shop-sp label.tab-sp h3#tab01::before,
div.search-shop-pc label.tab-pc h3#tab03::before{
  background: url(../images/icon21.png) no-repeat 50% 50%;  
  background-size: 100%;
}

div.search-shop-pc label.tab-pc h3#tab04::before{
  background: url(/common/images/icon22.png) no-repeat 50% 50%;  
  background-size: 100%;
}

div.search-shop-sp label.tab-sp h3#tab02::before,
div.search-shop-pc label.tab-pc h3#tab05::before{
  background: url(/common/images/icon23.png) no-repeat 50% 50%;  
  background-size: 100%;
}

/*-------------------  search-shop input ---------------------*/

div.search-shop-sp input[name="tab_item"],
div.search-shop-pc input[name="tab_item"]{
  display: none;
}

div.search-shop-sp input:checked + label.tab-sp,
div.search-shop-pc input:checked + label.tab-pc{
  cursor: default;
}

div.search-shop-sp input:checked + label.tab-sp h3,
div.search-shop-pc input:checked + label.tab-pc h3{
  background-color: #001A66;
}

div.search-shop-sp div.tab-content,
div.search-shop-pc div.tab-content{
  display: none;
  width:100%;
  min-height: 300px;
  padding: 0;
  margin: 0;  
}

@media print, screen and (min-width:640px) {
 div.search-shop-sp div.tab-content,
 div.search-shop-pc div.tab-content{
   display: none;
   width:100%;
   min-height: 300px;
   padding: 0;
   margin: 0;  
  }
}

input#freeword-search-sp:checked ~ #freeword-contents-sp,
input#list-search-sp:checked ~ #list-contents-sp{
  display: block;
}

input#freeword-search-pc:checked ~ #freeword-contents-pc,
input#map-search-pc:checked ~ #map-contents-pc,
input#list-search-pc:checked ~ #list-contents-pc{
  display: block;
}

/*-------------------  search-freeword  ---------------------*/

div.search-shop div.tab-content div.home-search-freeword{
  width:100%;
  padding: 40px 0 0 0;
  margin: 0 auto;
}

@media print, screen and (min-width:960px) {
  div.search-shop div.tab-content div.home-search-freeword{
    width:100%;
    padding: 50px 0 0 0;
    margin: 0 auto;
  }
}

div.search-shop div.tab-content div.home-search-freeword p{
  width:90%;
  font-size: 1.4rem;
  text-align: center;
  line-height: 200%;
  margin: 0 auto;
}

@media print, screen and (min-width:600px) and (max-width:959px){
  div.search-shop div.tab-content div.home-search-freeword p{
   width:90%;
   font-size: 1.6rem;
   text-align: center;
   line-height: 200%;
   margin: 0 auto;
  }
}

@media print, screen and (min-width:640px) {
  div.search-shop div.tab-content div.home-search-freeword p{
   width:90%;   
   height: 100px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 2rem;
    letter-spacing: 0.05em;
   text-align: center;
   line-height:2em;
   margin: 0 auto;
  }
}

div.search-shop div.tab-content div.home-search-freeword form{
  width:90%; 
  max-width: 740px;
  background: #F4F4F4;
  padding: 40px 0;
  margin: 30px auto 0 auto;
}

@media print, screen and (min-width:960px) {
  div.search-shop div.tab-content div.home-search-freeword form{
   width:90%; 
   max-width: 800px;
   background: #F4F4F4;
   padding: 40px 0;
   margin: 40px auto 0 auto;
  }
}
  
div.search-shop div.tab-content div.home-search-freeword form div{
  width:90%; 
  display: grid;
  grid-template-columns: auto 80px;
  column-gap: 10px;
  margin: 0 auto;
}

@media print, screen and (min-width:640px) {
div.search-shop div.tab-content div.home-search-freeword form div{
  width:90%; 
  display: grid;
  grid-template-columns: auto 160px;
  column-gap: 10px;
  margin: 0 auto;
  }
}

div.search-shop div.tab-content div.home-search-freeword form input[type="text"]:focus {
  outline: none;
}

div.search-shop div.tab-content div.home-search-freeword form input.freeword{
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #000;
  height: 40px;
  font-size: 1.6rem;
  padding: 0 0 0 10px;
}

@media print, screen and (min-width:640px) {
  div.search-shop div.tab-content div.home-search-freeword form input.freeword{ 
    height: 60px;
		font-size: 2.4rem;
    padding: 0 0 15px 15px;
  }
}

div.search-shop div.tab-content div.home-search-freeword div.home-search-freeword form input[type="text"]:focus{
  outline: none;
}

div.search-shop div.tab-content div.home-search-freeword form input.h-search-btn{
  width:80px;
  height: 40px;
  background: #F0209D;
  /*border-radius: 5px;*/
  color: #FFF;
  text-align: center;
  transition: 1s;
}

@media print, screen and (min-width:640px) {
  div.search-shop div.tab-content div.home-search-freeword form input.h-search-btn{
   width:160px;
   height: 60px;
  }
}

div.search-shop div.tab-content div.home-search-freeword form input.h-search-btn:hover{
  background: #F45EB8;
}

/*-------------------------  search-map  ---------------------------*/

div.tab-content div.search-map{
  position: relative;
  width:100%;
  padding: 0;
  margin: 30px auto;
}

@media print, screen and (min-width:640px) {
   div.tab-content div.search-map{
    position: relative;
    width:85%;
    padding: 50px 0 0 0;
    margin: 10px auto;
  }
}


div.tab-content div.search-map p{
  width:65%;  
  background: #F4F4F4;
  font-size: 1.4rem;
  line-height: 1.8em;
  text-align: center;
  padding: 10px 15px;
  position: absolute;
  top:0;
  left:20px;
}

@media print, screen and (min-width:600px) and (max-width:959px){
  div.tab-content div.search-map p{
   width:60%;
   font-size: 1.6rem;
   position: absolute;
   top:40px;
   left:20px;
  }
}

@media print, screen and (min-width:960px) {
  div.tab-content div.search-map p {  
   width:430px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 2rem;
   letter-spacing: 0.05em;
   text-align: center;
   padding: 20px 20px;
   position: absolute;
   top: 80px;
   left:50px;
  }
}

div.tab-content div.search-map svg{
  display: block;
  margin: 20px auto 0 auto;
}

@media print, screen and (min-width:960px) {
 div.tab-content div.search-map svg{
  display: block;
  max-width:800px;
  margin: -30px auto 0 auto;
  }
}

/*-------------------  search-prefectures  ---------------------*/

div.tab-content div.search-prefectures{
  position: relative;
  width:100%;
  padding: 40px 0 0 0;
  margin: 0 auto;
}

@media print, screen and (min-width:960px) {
  div.tab-content div.search-prefectures{
   padding: 50px 0 0 0;
  }
}

div.tab-content div.search-prefectures p{
  width:90%;
  font-size:1.4rem;
  text-align: center;
  line-height: 200%;
  margin: 0 auto 30px auto;
}

@media print, screen and (min-width:600px) and (max-width:959px){
  div.tab-content div.search-prefectures p{
   width:90%;
   font-size:1.6rem;
   text-align: center;
   line-height: 200%;
   margin: 0 auto 30px auto;
  }
}

@media print, screen and (min-width:960px) {
  div.tab-content div.search-prefectures p{
    width:90%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:2rem;
    letter-spacing: 0.05em;
    margin: 0 auto;
  }
}

div.tab-content div.search-prefectures div.search-prefectures-wrap{
  width:90%;
  background: #F4F4F4;
  padding: 30px 0;
  margin: 30px auto 0 auto;
}

@media print, screen and (min-width:640px) {
div.tab-content div.search-prefectures div.search-prefectures-wrap{
  width:90%;
  max-width: 800px;
  padding: 40px 0;
  margin: 40px auto 0 auto;
  }
}

div.search-prefectures-wrap .select-box{  
  appearance: none; 
  position: relative; 
  display: block;
  width: 90%;
  height: 60px;
  background: #FFF;
  color: #000;
  margin: 0 auto;
}

div.search-prefectures-wrap select{  
  appearance: none; 
  position: relative; 
  display: block;
  width: 100%;
  height: 60px;
  background: transparent;
  border: 1px solid #CCC;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #666;
  padding: 0 10px 0 20px;
  margin: 0 auto;
  z-index: 101;
}

@media print, screen and (min-width:640px) {
div.search-prefectures-wrap select{  
  font-size: 2rem;
  }
}

div.search-prefectures-wrap .select-box i{
  width:60px;
  height: 100%;
  background: #F0209D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  position: absolute;
  top:50%;
  right:0;
  transform: translateY(-50%);    
  z-index:100;
}

@media print, screen and (min-width:1200px) {
div.search-prefectures-wrap .select-box i{
  width:80px;
  height: 100%;
  font-size: 3.2rem;
  position: absolute;
  top:50%;
  right:0;
  transform: translateY(-50%);    
  z-index:100;
  }
}

div.search-prefectures-wrap .select-box i::before{
  content: "expand_more";
  color: #FFF;
}


div.tab-content div.search-prefectures div.select-form-prefectures{
  position: relative;
  width:90%;
  display: grid;
  grid-template-columns: auto 80px;
  background: #FFF;
  column-gap: 10px;
  margin: 0 auto;
}

@media print, screen and (min-width:640px) {
div.tab-content div.search-prefectures div.select-form-prefectures{
  position: relative;
  width:90%;
  display: grid;
  grid-template-columns: auto 160px;
  background: #FFF;
  column-gap: 10px;
  margin: 0 auto;
  }
}

div.tab-content div.search-prefectures div.select-form-prefectures select{
  display: block;
  position: relative;
  width: 100%;
  /*width:calc( 100% - 90px ); 
  border-radius: 5px;
  border: 1px solid #999;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);*/
  height: 40px;
  background: transparent;  
  font-size: 1.6rem;
  padding: 0 15px;  
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;  
  z-index:101;
}

@media print, screen and (min-width:640px) {
div.tab-content div.search-prefectures div.select-form-prefectures select{
  /*width:calc( 100% - 150px );*/
  height: 60px;
  }
}

/*materal icon*/
.prefectures-box{
  position: relative;
}

.prefectures-box i{
  position: absolute;
  top:50%;
  right:3px;
  transform: translateY(-50%);    
  z-index:100;
}

.prefectures-box i::before{
  content: "expand_more";  
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  color: #666;
}

div.tab-content div.search-prefectures button{   
  width:80px;
  height: 40px;
  background: #00BFFF;
  /*border-radius: 5px;*/
  color: #FFF;
  text-align: center;
  }

@media print, screen and (min-width:640px) {
  div.tab-content div.search-prefectures button{
   width:160px;
   height: 60px;
  }
}

/*-------------------  search-bn  ---------------------*/

div.tab-content ul.home-search-bn{
  width:90%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 30px auto;
}

@media print, screen and (min-width:640px) {
div.tab-content ul.home-search-bn{
  margin:60px auto 30px auto;
  }
}

div.tab-content ul.home-search-bn li{
  display: block;
  width:calc( ( 100% - 20px) / 3 );
}

div.tab-content ul.home-search-bn li a{
  display: block;
  width:100%;
  height: 100%;
}

div.tab-content ul.home-search-bn li a img{
  width:100%;
}

/*---------------------------  new-store -------- ---------------------*/

section#search div.search-wrap div.new-store{
  position: relative;
  width:100%;
  display: flex;
  flex-flow: row nowrap;  
  background-color: #FFF;
  padding: 0;
  margin: 20px 0 0 0;
  z-index: 101;
}

@media print, screen and (min-width:960px) {
  section#search div.search-wrap div.new-store{
    width:25%;
    display: flex;
    flex-flow: column wrap;  
    min-width: 200px;
    padding: 0 0 20px 0;
    margin: 0;
    z-index: 101;
  }
}

div.new-store h3{
  width:80px;
  height:80px;
  background: linear-gradient( 135deg, #F0209D 0%, #F0209D 30%, #F0209D 31%, #9C0E63 100% );
  border-radius: 50%;
  position: absolute;
  top:10px;
  left:-10px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 101;
}

@media print, screen and (min-width:960px) {
  div.new-store h3{
    width:100px;
    height: 100px;
    background: linear-gradient( 135deg, #F0209D 0%, #F0209D 30%, #F0209D 31%, #9C0E63 100% );
    border-radius: 50%;
    position: absolute;
    top:-50px;
    right:10px;
    left:inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 101;
  }
}

div.new-store h3 span{
  display:block;
  font-size: 16px; font-size: 1.6rem;
  font-weight:700;
  text-align: center;
  color: #FFF;
}

@media print, screen and (min-width:960px) {
  div.new-store h3 span{
   display:block;
   font-size: 20px; font-size: 2.0rem;
  }
}

div.new-store figure{
  display: block;
  width:40%;
}

@media print, screen and (min-width:960px) {
  div.new-store figure{
    width:100%;
    max-height: 210px;
  }
}

div.new-store figure img{
  width:100%;
  height: 100%;
  object-fit: cover;
}

@media print, screen and (min-width:960px) {
  div.new-store figure img{
    width:100%;
    max-height: 210px;
    object-fit: cover;
  }
}

div.new-store dl{
  width:60%;
  line-height: 130%;
  padding: 20px 2.5% 10px 3.5%;
  margin:0;
}

@media print, screen and (min-width:960px) {
  div.new-store dl{
    width:90%;
    padding: 0;
    margin: 15px auto 20px auto;
  }
}

div.new-store dl dt{
  font-size: 18px; font-size: 1.8rem;
  font-weight:700;
  line-height: 130%;
  color: #6CC50E;
  margin: 0 0 10px 0;
}

@media print, screen and (min-width:640px) and (max-width:959px){
  div.new-store dl dt{
  }
}

@media print, screen and (min-width:960px) {
div.new-store dl dt{
  }
}

div.new-store dl dt a{
  color: #6CC50E;
  text-decoration: none;
}

div.new-store dl dd{
  font-size: 14px; font-size: 1.4rem;
  line-height: 150%;
}

@media print, screen and (min-width:640px) and (max-width:959px){
  div.new-store dl dd{
  }
}

@media print, screen and (min-width:960px) {
  div.new-store dl dd{
   }
}

div.new-store dl dd ul{
  font-size: 14px; font-size: 1.4rem;
  border-top: 1px dashed #999;
  padding: 10px 5px 5px 5px;
  margin: 10px 0 0 0;
}

@media print, screen and (min-width:960px) {
  div.new-store dl dd ul{
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
0  }
}

div.new-store dl dd ul li{
  position: relative;
  padding: 0 0 0 12%;
  margin: 0 0 5px 0;
}

div.new-store dl dd ul li::before{
  content: "";
  width:19px;
  height: 19px;
  position: absolute;
  top:3px;
  left:0;
}

div.new-store dl dd ul li#nst-01::before{
  background: url(/common/images/h-icon04.png) no-repeat 0 0;
  background-size: 100%;
}

div.new-store dl dd ul li#nst-02::before{
  background: url(/common/images/h-icon05.png) no-repeat 0 0;
  background-size: 100%;
}


div.new-store dl dd a.store-ditail-btn{
  display: block;
  position: relative;
  width:120px;
  height: 26px;
  font-size: 13px; font-size: 1.3rem;
  border-radius: 50px;
  margin: 20px auto 0 auto;
}

div.new-store dl dd a.store-ditail-btn span{
  width:100%;
  text-align: center;
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}


/*------------------------------------------------------------------------------------------------------------------------
                                                                            car-class
-------------------------------------------------------------------------------------------------------------------------*/

section#car-class{
  width:100%;
  background:linear-gradient(180deg,#FFF 0%,#FFF 50%,#F4F4F4 50%,#F4F4F4 100%);
  padding: 40px 0 30px 0;
}

@media print, screen and (min-width:640px) {
  section#car-class{
   padding: 70px 0 30px 0;
  }
}

section#car-class h2{
  position: relative;
  font-size: 24px; font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  padding: 0 0 15px 0;
  margin: 0 auto;
}

@media print, screen and (min-width:640px) {
  section#car-class h2{
   font-size: 36px; font-size: 3.6rem;
   padding: 0 0 30px 0;
  }
}

section#car-class h2::before{
  content: "";
  width:100px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left:50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media print, screen and (min-width:640px) {
  section#car-class h2::before{
   content: "";
   width:90px;
   height: 1px;
  }
}

section#car-class ul.carclass-slider{
  width:100%; 
  margin: 50px 0 0 0;
}

@media print, screen and (min-width:640px) {
  section#car-class ul.carclass-slider{
   margin: 60px 0 0 0;
  }
}

section#car-class ul.carclass-slider li.car-type{
  position: relative;
  width:25%;
  padding: 0 0.5%;
}

@media print, screen and (min-width:460px) {
  section#car-class ul.carclass-slider li.car-type{
    width:23%;
    min-width: 170px;
    padding: 0 0.5%;
  }
}
section#car-class ul.carclass-slider li.car-type a.block{
  position: relative;
  display: block;
  width:100%;
  height: 100%; 
  text-decoration: none;
  color: inherit;
  z-index: 300;
}

ul.carclass-slider li.car-type h3{
  width:62%;
  max-width: 138px;
  height: 60px;
  background: url(/images/home49.png) no-repeat 0 0;
  background-size: 100%;
  text-align: center;
  margin: 0 auto 5px 34%;
}

ul.carclass-slider li.car-type h3 span{
  display: block;
  width:100%;
  font-size: 14px;  font-size: 1.4rem;
  color: #FFF;
  padding: 10px 0;
}

@media print, screen and (min-width:640px) {
  ul.carclass-slider li.car-type h3 span{
    padding: 12px 0;
  }
}

ul.carclass-slider li.car-type figure{
  width:100%;
  max-width: 190px;
  margin: 0 auto 10px auto;
}

@media print, screen and (min-width:640px) {
  ul.carclass-slider li.car-type figure{
   max-height: 120px;
   margin: 0 auto 30px auto;
  }
}

ul.carclass-slider li.car-type figure img{
  width:95%;
}

ul.carclass-slider li.car-type h4{
  font-size: 30px;  font-size:3.0rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px 0;
  transition: 0.8s;
}

ul.carclass-slider li.car-type h4 a{
  color: #000;
  text-decoration: none;
}

ul.carclass-slider li.car-type a.block:hover h4{
  color: #00BFFF;
}

ul.carclass-slider li.car-type h4 span{
  font-size: 20px;  font-size:2.0rem;
}

ul.carclass-slider li.car-type h4 + p{
  font-size:1.1rem;
  text-align: center;
  line-height: 150%;
}

@media print, screen and (min-width:640px) {
ul.carclass-slider li.car-type h4 + p{
  font-size:1.2rem;
  }
}

ul.carclass-slider li.car-type h4 + p span{
  display: block;
}

ul.carclass-slider li.car-type dl{
  width:100%;
  display: flex;
  flex-flow: row wrap;
  margin: 15px auto;
  
}

ul.carclass-slider li.car-type dl dt{
	position: relative;
  width:35%;
  background: #F0209D;  
  font-size: 1.3rem; 
  color: #FFF;
  padding: 6px 0;
  margin: 0 0 1px 0;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}

ul.carclass-slider li.car-type dl dd{
  width:65%;
  background-color: #FFF;
  font-size: 15px; font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding: 6px 0;
  margin: 0 0 1px 0;
}

ul.carclass-slider li.car-type dl dt span,
ul.carclass-slider li.car-type dl dd span{
	display: block;
  font-size: 10px; font-size: 1.0rem;
	margin: 3px 0 0 0;
}

ul.carclass-slider li.car-type a.btn-class{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 30px;
  background: #404051;
  border-radius: 18px;  
  text-decoration: none;
  margin: 15px auto 0 auto;
  transition: 0.8s;
}

@media print, screen and (min-width:640px) {
ul.carclass-slider li.car-type a.btn-class{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 30px;
  background: #404051;
  border-radius: 18px;  
  text-decoration: none;
  margin: 30px auto 0 auto;
  transition: 0.8s;
 }
}

ul.carclass-slider li.car-type a.btn-class:hover{
  background: #5B5B72;
}

ul.carclass-slider li.car-type a.btn-class span{
  font-size: 1.2rem;
  color: #FFF;
  line-height: 100%;
}

/*------------------------------------------------------------------------------------------------------------------------
                                                                         news
-------------------------------------------------------------------------------------------------------------------------*/

section#news{
  width:100%; 
}

@media print, screen and (min-width:960px) {
  section#news{
    width:100%; 
    /*display: flex;
    flex-flow: row nowrap;*/
    display: grid;
    grid-template-columns: 70% 30%;
  }
}

/*-------------------  news  ---------------------*/

section#news div.news{
  width:100%;
  padding: 0;
}

@media print, screen and (min-width:960px) {
  section#news div.news{
   /*width:65%;*/
   padding: 0;
  }
}

section#news div.news div{
  position: relative;
  width:100%;
  background:linear-gradient( #6DC50E 0%,#6DC50E 80px,#FFF 81px,#FFF 100%);
  margin: 0 0 0 auto;
}

@media print, screen and (min-width:960px) {
  section#news div.news div{
   background:linear-gradient( #6DC50E 0%,#6DC50E 100px,#FFF 101px,#FFF 100%);
   margin: 0 0 40px auto;
  }
}

section#news div.news div div.news-wrap{
	max-width:1020px;
	margin: 0 0 0 auto;
}


section#news div.news h2{
  position: relative;
  width: 100%;
  height: 80px;
  color: #FFF;
  padding: 10px 0 0 10px;
  margin: 0 0 0 auto; 
  z-index: 50;
}

@media print, screen and (min-width:960px) {
section#news div.news h2{
  max-width: 1040px;
  height: 100px;
  padding: 0;
  }
}

section#news div.news h2 span{
  width:100%;
  font-size: 2.0rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  position: absolute;
  top:50%;
  left:50%; 
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

@media print, screen and (min-width:960px) {
section#news div.news h2 span{
  width:50%;
  font-size: 2.4rem;
  text-align: left;
  position: absolute;
  top:50%;
  left:5%; 
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  }
}

section#news div.news h2 span strong{
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 3px 0 0 0;
}

/*btn*/
section#news div.news a.news-btn{
  width:160px;
  height: 34px;
  background: #FFF;  
  border: 2px solid #6DC50E;
  border-radius:18px;  
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; 
  margin: 30px auto 40px auto;
  z-index: 100;
  transition:1s;
}

@media print, screen and (min-width:960px) {
section#news div.news a.news-btn{
  position: absolute;
  top:35px;
  right: 25px;
  margin: 0;
  }
}

section#news div.news a.news-btn span{
  font-size: 1.3rem;
  font-weight: 600;
  color: #6DC50E;
  line-height: 1em;
}

section#news div.news a.news-btn{
  text-decoration: none;
}

section#news div.news a.news-btn:hover{
  background: #6DC50E;
  border: 2px solid #FFF;
}

section#news div.news a.news-btn:hover span{
  color: #FFF;
}

section#news div.news dl{
  width: 90%;
  display: flex;
  flex-flow: column wrap;
  padding: 0;
  margin: 10px auto 0 auto;
}

@media print, screen and (min-width:960px) {
  section#news div.news dl{
    width: 100%;
    max-width:1040px;
    display: flex;
    flex-flow: row wrap;
    padding: 0 2.5% 0 0;
    margin: 10px 0 0 auto;
  }
}

section#news div.news dl dt{
  width:100%;
  color: #666;
  line-height: 150%;
  padding:15px 0 0 0;
}

@media print, screen and (min-width:960px) {
  section#news div.news dl dt{
   width:25%;
   border-bottom: 1px dashed #999;
   padding: 30px 0 30px 5%;
  }
}

section#news div.news dl dd{
  width:100%;    
  border-bottom: 1px dashed #999;
  line-height: 150%;
  padding:3px 10px 20px 0;
}

@media print, screen and (min-width:960px) {
  section#news div.news dl dd{
    width:75%;    
    padding: 30px 10px 30px 0;
   }
}

section#news div.news dl dd a{
  color: #0b0b0b;
}

section#news div.news dl dd a:hover{
  color: #0b0b0b;
}

section#news div.news dl dd span{
  display: block;
  line-height: 100%;
  padding: 5px 0 0 0;
}

section#news div.news dl dd span a{
  font-size: 12px; font-size: 1.2rem;
  color: #666;
  text-decoration: none;
}

section#news div.news dl dd span a:hover{
  color: #00BFFF;
}


section#news div.news ul.news-bn{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  margin: 0 0 20px 0 ;
}

@media print, screen and (min-width:960px) {
  section#news div.news ul.news-bn{
   max-width: 950px;
   display: flex;
   flex-flow: row wrap;
   padding: 0;
   margin: 30px auto 0 auto;
  }
}

section#news div.news ul.news-bn li{
  width:100%;
  padding:0;
  margin: 0 5% 15px 5%;
}

@media print, screen and (min-width:960px) {
  section#news div.news ul.news-bn li{
   padding: 0;
   margin:15px auto;
  }
}

section#news div.news ul.news-bn li img{
  display: block;
  width:100%;
  max-width: 690px;
  margin: 0 auto;
}

/*-------------------  media  ---------------------*/

section#news div.media{
  width:100%;
  background-color: #F4F4F4;
  padding: 0;
}

@media print, screen and (min-width:960px) {
  section#news div.media{
   /*width:35%;*/
   padding:0 0 0 40px;
  }
}

section#news div.media div.media-info{
  width:100%;
  background: #FFF;
  padding: 0 0 40px 0;
  margin: 0;
}

@media print, screen and (min-width:960px) {
  section#news div.media div.media-info{
   max-width: 320px;
   padding: 0 0 50px 0;
   /*margin: 30px auto 0 0;*/
   margin:0 auto 0 0;
  }
}

div.media div.media-info h2{
  position: relative;
  width:100%;
  height: 70px;
  background: url(/common/images/guts-mark03.png) no-repeat right 30px #313140;
}

@media print, screen and (min-width:960px) {
  div.media div.media-info h2{
    height: 100px;
  }
}

div.media div.media-info h2 span{
  display: block;
  width:100%;
  font-size:2.0rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  position: absolute;
  top:50%;
  left:0; 
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media print, screen and (min-width:960px) {
  div.media div.media-info h2 span{
   font-size: 2.0rem;
  }
}

div.media div.media-info dl{
  width:90%;
  margin:30px auto;
}

@media print, screen and (min-width:960px) {
  div.media div.media-info dl{
    width:80%;
    margin: 50px auto 0 auto;
  }
}

div.media div.media-info dl dt{
  font-size: 14px; font-size: 1.4rem;
  color: #666;
  margin: 0 0 10px 0;
}

div.media div.media-info dl dt span{
  display: inline-block;
  width:25%;
  max-width: 80px;
  background-color: #F0209D;
  color: #FFF;
  font-size: 13px; font-size: 1.3rem;
  text-align: center;
  padding: 3px 0;
  margin: 0 10px 0 0;
}

div.media div.media-info dl dd{
  line-height: 150%;
  border-bottom: 1px dashed #999;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}

@media print, screen and (min-width:960px) {
  div.media div.media-info dl dd{
    margin: 0 0 40px 0;
  }
}

div.media div.media-info dl dd a{
  text-decoration: underline;
  color: #0b0b0b;
}

div.media div.media-info dl dd a:hover{
  text-decoration: none;
}

div.media div.media-info a.media-btn{
  position: relative;
  display: block;
  width:160px;
  height: 30px;
  font-size: 1.3rem;
  margin: 0 auto;
}

div.media div.media-info a.media-btn span{
  display: block;
  width:100%;
  text-align: center;
  position: absolute;
  top:50%;
  left:0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;

}

@media print, screen and (min-width:960px) {
  div.media div.media-facebook{
    width:100%;
    max-width: 320px;
    margin: 30px auto 0 0;
  }
}

@media print, screen and (min-width:960px) {
  div.media div.media-twitter{
   width:100%;
   max-width: 320px;
   margin: 30px auto 0 0;
  }
}

/*------------------------------------------------------------------------------------------------------------------------
                                                    column
-------------------------------------------------------------------------------------------------------------------------*/

section#column{
  width:100%;
  padding: 0;
  margin: 0 auto;
}

@media print, screen and (min-width:960px) {
  section#column{
   width:95%;
   max-width: 1400px;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   column-gap: 50px;
   padding: 80px 0 40px 0;
   margin: 0 auto;
  }
}

section#column div.column{
  position: relative;
  width:100%;
  padding: 20px 0 0 0;
  margin: 0;
}

@media print, screen and (min-width:960px) {
section#column div.column{
  width:100%
  padding: 0;
  }
}

section#column div.column div.column-wrap{
  width:100%;
  padding: 30px 0 0 0;
  margin: 10px auto 0 auto;
}

@media print, screen and (min-width:960px) {
  section#column div.column div.column-wrap{
    border-top: 2px solid #6DC50E;
    padding: 0;
    margin: 0;
  }
}

section#column div.column h2{
  position: relative;
  font-size: 22px; font-size: 2.2rem;
  font-weight: 900;
  text-align: center;
  padding: 0 0 15px 0;
}

@media print, screen and (min-width:960px) {
  section#column div.column h2{
    font-size: 30px; font-size: 3.0rem;
    padding: 0;
  }
}

@media print, screen and (max-width:960px) {
  section#column div.column h2::after{
   content: "";
   width:60%;
   height: 2px;
   background-color:#6DC50E;
   position: absolute;
   bottom:0;
   left:50%;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
  }
}


section#column div a.column-btn{
  position: relative;
  display: block;
  width:180px;
  height: 30px;
  background-color: #6DC50E;
  border-radius: 50px;
  margin: 20px auto 0 auto;
  /*position: absolute;
  left:50%;
  bottom:0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);*/
}

@media print, screen and (min-width:960px) {
  section#column div a.column-btn{
   margin: 30px auto;
   position: inherit;
   left:inherit;
   bottom:inherit;
   -webkit-transform:inherit;
   -ms-transform: inherit;
   transform: inherit;
  }
}

section#column div a.column-btn span{
  display: block;
  width:100%;
  font-size:13px; font-size: 1.3rem;
  color: #FFF;
  text-align: center;
  position: absolute;
  top:50%;
  left:0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

div.column div.column-wrap div{
  width:90%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 auto 30px auto;
}

@media print, screen and (min-width:960px) {
  div.column div.column-wrap div{
   width:100%;
   margin: 50px 0 0 0;
  }
}

div.column-wrap div figure{
  position: relative;
  width:43%;
  height: 160px;
}

div.column-wrap div figure img{
  width:100%;
  height: 100%;
  object-fit: cover;
}

div.column-wrap div figure figcaption{
  display: block;
  width:100%;
  background-color: #6DC50E;
  font-size: 14px; font-size: 1.4rem;
  color: #FFF;
  text-align: center;
  padding:8px;
  position: absolute;
  bottom: 0;
  left:0;
}

div.column-wrap div dl{
  width:50%;
}

div.column-wrap div dl dt{
  font-size: 16px; font-size: 1.6rem;
  font-weight: 700;
}

div.column-wrap div dl dt span{
  display: block;
  font-size: 14px; font-size: 1.4rem;
  font-weight: 400;
  margin: 0 0 10px 0;
}

div.column-wrap div dl dd{
  font-size: 14px; font-size: 1.4rem;
  line-height: 150%;
  margin: 10px 0 0 0;
}

@media print, screen and (min-width:960px) {
  div.column-wrap div dl dd{
   font-size: 16px; font-size: 1.6rem;
  }
}

/*------------------------------------------------------------------------------------------------------------------------
                                                                         youtube
-------------------------------------------------------------------------------------------------------------------------*/

section#youtube {
  width:100%;
  background: #6DC50E;
  padding: 15px 0 0 0;
}

@media print, screen and (min-width:960px) {
section#youtube {
  padding: 40px 0 100px 0;
  }
}
 
section#youtube div.youtube-channel{
  width:100%;
  padding: 0;
  margin: 0 auto;
}

@media print, screen and (min-width:960px) {
section#youtube div.youtube-channel{ 
  width:95%;
  max-width: 1400px;
  background: url(/images/home47.png) no-repeat 5% 0;
  padding: 40px 0 0 0;
  }
}

/*---h2--*/
div.youtube-channel h2{
  width:100%;
  font-size: 2.2rem;
  font-weight: 900;
  color: #FFF;
  text-align: center;
}

@media print, screen and (min-width:960px) {
  div.youtube-channel h2{
   font-size: 3.6rem;
  }
}

div.youtube-channel a.channel-btn{
  position: relative;
  display: block;
  width:130px;
  height: 24px;
  background: #FF0000;
  border-radius: 50px;
  margin: 10px auto 0 auto;
}

div.youtube-channel a.channel-btn span{
  width: 100%;
  font-size: 1.1rem;
  color: #FFF;
  text-align: center;
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
 transform: translate(-50%,-50%);
}


@media print, screen and (min-width:960px) {
  div.youtube-channel a.channel-btn{
   width:180px;
   height: 30px;
   margin: 30px auto 0 auto;
  }
  
  div.youtube-channel a.channel-btn span{
   font-size: 1.3rem;
  }
}


div.youtube-channel div.yt-wrap{
  width:100%;
  margin: 15px auto 0 auto;
}

@media print, screen and (min-width:960px) {
  div.youtube-channel div.yt-wrap{
  width:100%;
  max-width:1400px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  column-gap: 50px;
  margin: 40px auto 0 auto;
  }
}

div.yt-wrap div{
  width:100%;
  background-color: #FFF;
  padding: 0 0 10px 0;
}

@media print, screen and (min-width:960px) {
div.yt-wrap div{
  width:calc( (100% - 50px) / 2 );
  }
}

div.yt-wrap div h3{
  position: relative;
  width:100%;
  height: 70px;
  background: url(/images/home51.png) no-repeat right 30px #313140;
}

@media print, screen and (min-width:960px) {
div.yt-wrap div h3{
   height: 100px;
 }
}

div.yt-wrap div h3 span{
  width:100%;
  font-size:2.0rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
 transform: translate(-50%,-50%);
}

@media print, screen and (min-width:960px) {
  div.yt-wrap div h3 span{
   font-size: 2.0rem;
  }
}

section#youtube div.yt-wrap div dl{
  width:90%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 20px auto 0 auto;
}

@media print, screen and (min-width:960px) {
  section#youtube div.yt-wrap div dl{
   width:89%;
   margin: 50px auto 0 auto;
  }
}

section#youtube div.yt-wrap div dl dt{
  width:48%;
  margin: 0 0 20px 0;
}

@media print, screen and (min-width:960px) {
  section#youtube div.yt-wrap div dl dt{
   width:53%;
  }
}

section#youtube div.yt-wrap div dl dt img{
  width:100%;
}

section#youtube div.yt-wrap div dl dd{
  width:48%;
  line-height: 150%;
  margin: 0 0 20px 0;
}

@media print, screen and (min-width:960px) {
  section#youtube div.yt-wrap div dl dd{
   width:42%;
   line-height: 150%;
  }
}

section#youtube div.yt-wrap div dl dd a{
  color: #0b0b0b;
  text-decoration: none;
  font-weight: 700;
}

section#youtube div.yt-wrap div dl dd a:hover{
  color: #DC2392;
}

/*------------------------------------------------------------------------------------------------------------------------
                                                                         f-sns
-------------------------------------------------------------------------------------------------------------------------*/
aside.f-sns{
  width:90%;
  margin: 50px auto 30px auto;
}

@media print, screen and (min-width:640px) {
   aside.f-sns{
     width:95%;
     display: flex;
     flex-flow: row wrap;
     justify-content: space-between;
     padding: 40px 0;
     margin: 0 auto;
  }
}

aside.f-sns div.f-facebook{
  width:100%;
  margin: 0 0 40px 0;
}

aside.f-sns div.f-twitter{
  width:100%;
}

@media print, screen and (min-width:640px) {
  aside.f-sns div.f-facebook,
  aside.f-sns div.f-twitter{
    width:48%;
  }
}

aside.f-sns div.f-facebook .fb-page,
aside.f-sns div.f-facebook .fb-page span,
aside.f-sns div.f-facebook .facebook_wrap iframe{
  width: 100% !important;
  /*height: 320px !important;*/
}

