@charset "utf-8";
/*FONT*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/**
 * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
 * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
 */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans CJK JP"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans CJK JP"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 400;
   src: local("Noto Sans CJK JP"),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 500;
   src: local("Noto Sans CJK JP"),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 700;
   src: local("Noto Sans CJK JP"),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans JP';
   font-style: normal;
   font-weight: 900;
   src: local("Noto Sans CJK JP"),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}

@font-face {
font-family: 'Harmonia-l';
src: url('../fonts/Harmonia-l.otf') format('opentype');
}
@font-face {
font-family: 'Harmonia-r';
src: url('../fonts/Harmonia-r.otf') format('opentype');
}



/*FONT*/
*{
  margin:0;
  padding:0;
  list-style-type: none;
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;*/
 font-family: 'Noto Sans JP', sans-serif;
     font-weight: 300;
}
	.sp{
	display:none !important;
	}
@media screen and (max-width:768px){
	.sp{
	display:block !important;
	}
  .pc{
    display: none !important;
  }
}
a{
  text-decoration: none;
  color:#000;
}
a.blank{
    background: url(/app/uploads/sites/1115/2023/11/icon_blank.png) 98% 50% no-repeat ;
    padding:0 30px 0 0;
}


/*ふわっと表示*/
.fuwa_items.offs .effect {
  opacity: 0;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
}
.fuwa_items.ons .effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 2s ease;
  transition: all 1s ease;
}
/*以下、遅延の設定*/
.fuwa_items.ons .delay-1 {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.fuwa_items.ons .delay-2 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.fuwa_items.ons .delay-3 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.fuwa_items.ons .delay-4 {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.fuwa_items.ons .delay-5 {
  -webkit-transition-delay: 1.0s;
  transition-delay: 1.0s;
}

.fuwa_items.ons .delay-6 {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.fuwa_items.ons .delay-7 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.fuwa_items.ons .delay-8 {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.fuwa_items.ons .delay-9 {
  -webkit-transition-delay: 2.0s;
  transition-delay: 2.0s;
}

.fuwa_items.ons .delay-10 {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.fuwa_items.ons .delay-11 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.fuwa_items.ons .delay-12 {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

.h1{
    background: #000;
    padding: 10px 0;
    border-bottom: 3px solid #880F0F;
}
p.h1_head{
    text-align: left;
    font-size: 12px;
    margin: 0px auto;
    color: #fff;
    max-width: 1200px;
    width: 95%;
}
/**/

#mainvisual h1 {
    font-size: 100%;
}

.main-visual #btn {
    position: absolute;
    right: 0;
    top: 2%;
    z-index: 9;
    width: 14%;
    max-width: 158px;
}
.main-visual #btn li{
  max-width:158px;
}
.main-visual #btn li img{
  width:100%;
}

@media (min-width: 1001px){
#mainvisual .text {
    position: absolute;
    top: 150px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 56px;
    margin: auto;
    z-index: 0 !important;
    text-align: center;
    color: #fff;
    font-size: 28px;
}
#mainvisual .text div {
    font-size: 16px;
    margin-top: 5px;
}




#pankuzu {
    padding: 4px 0;
}
#pankuzu ul {
    max-width: 1000px;
    margin: auto;
    display: flex;
}
#pankuzu ul li {
    color: #666666;
    font-size: 12px;
    line-height: 19px;
}
#pankuzu ul li img {
    vertical-align: middle;
}
#pankuzu ul li a {
    color: #666666;
    line-height: 19px;
}
#pankuzu ul li:after {
    content: ">";
    margin: 0 7px;
}
}
@media (max-width: 1000px) and (min-width: 769px){
#mainvisual .text {
    position: absolute;
    top: 150px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 56px;
    margin: auto;
    z-index: 0 !important;
    text-align: center;
    color: #fff;
    font-size: 28px;
}
#mainvisual .text div {
    font-size: 16px;
    margin-top: 5px;
}
#pankuzu {
    padding: 4px 10px;
}
#pankuzu ul {
    max-width: 1000px;
    margin: auto;
    display: flex;
}
#pankuzu ul li img {
    vertical-align: middle;
}
#pankuzu ul li a {
    color: #666666;
    line-height: 19px;
}
#pankuzu ul li:after {
    content: ">";
    margin: 0 7px;
}



}

@media (max-width: 768px){
#mainvisual .text {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    margin: auto;
    z-index: 0 !important;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

#mainvisual .text div {
    font-size: 12px;
    margin-top: 5px;
}
#pankuzu {
    padding: 4px 10px;
}

#pankuzu ul {
    max-width: 1000px;
    margin: auto;
    display: flex;
}
#pankuzu ul li {
    color: #666666;
    font-size: 12px;
    line-height: 19px;
}
#pankuzu ul li img {
    vertical-align: middle;
}
#pankuzu ul li a {
    color: #666666;
    line-height: 19px;
}
#pankuzu ul li:after {
    content: ">";
    margin: 0 7px;
}


}
/**/

article section img {
    max-width: 100%;
}

header{
  background:#24292D;
}
.headerWrap {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    position: relative;
}

.headerWrap_inner {
    padding: 0px 0 0px;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.header_hh {
    margin: 0 0 0 auto;
}

.header_h1_ttl{
  padding: 12px 0 0;
  width:64%;
  color:#0D0906;
  font-size:12px;
  font-weight:normal;
}

.header_h_link{
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: right;
  /* width: 36%; */
  /* max-width: 270px; */
}
.header_h_link li{
  margin-left:10px;
  margin-bottom: 15px;
}

.header_h_link li a{
    display: block;
    padding: 10px 15px 10px 40px;
    color: #ffffff;
    /* font-weight: normal; */
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
}

.header_h_link li.h_btn01 a{
  background:url(/app/uploads/sites/1115/2023/12/icon_01.png) no-repeat 5px 50% #8ABB41;
}
.header_h_link li.h_btn02 a{
  background:url(/app/uploads/sites/1115/2023/12/icon_02.png) no-repeat 5px 50% #4FB1BC;
}
.header_h_link li.h_btn03 a{
  background:url(/app/uploads/sites/1115/2023/12/icon_03.png) no-repeat 5px 50% #9168BF;
}
.header_h_link li.h_btn04 a{
  background:url(/app/uploads/sites/1115/2023/12/icon_04.png) no-repeat 5px 50% #F22B66;
}
.header_h_link li.h_btn05 a{
  background:url(/app/uploads/sites/1115/2023/12/icon_05.png) no-repeat 5px 50% #3D3434;
  padding: 10px 100px 10px 40px;
  position:relative;

}
.header_h_link li.h_btn05 a img{
  display: block;
  position:absolute;
  right:0;
  bottom:0;
}


.header_logo {
    float: left;
    margin: 20px auto 20px;
    max-width: 258px;
    width: 22%;
}
.header_logo img {
    width: 100%;
    max-width: 258px;
}

.header_logo02 {
    float: left;
    margin: 27px auto 20px 20px;
    max-width: 218px;
    width: 19%;
}
.header_logo02 img {
    width: 100%;
    max-width: 218px;
}
.header_shopname {
    background: #880F0F;
    color: #fff;
    font-size: 16px;
    padding: 9px 20px 10px;
    float: left;
    margin: 30px auto 20px 20px;
    border-radius: 30px;
}
.header_tel {
    float: right;
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    text-align: right;
    background: url(/app/uploads/sites/1115/2023/11/icon_tel.png)no-repeat left 40%;
    padding: 0 0 0 40px;
    background-size: 28px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.header_tel span{
  display: block;
  font-size:13px;
}
.header_logo a:hover{
  opacity: 1;
}
@media screen and (max-width:1370px){

}
@media screen and (max-width:1253px){
}

@media screen and (min-width:767px){
  a[href^="tel:"] {
      pointer-events: none;
  }
}
@media screen and (max-width:767px){
  body{
    }
  .h1 {
    font-size:12px;
}
header {
    position: sticky;
    top: 0;
    z-index: 99999999;

}
.headerWrap{
  height:auto;
  background: #000;



}
.header_hh{
  display: none;
}
.header_logo {
    float: left;
    margin: 15px 0 0 10px;
    max-width: inherit;
    width: 46%;
}
.header_logo02 {
    float: right;
    margin: 22px 18px 5px 20px;
    max-width: 218px;
    width: 39%;
}
.header_shopname {
    background: #880F0F;
    color: #fff;
    font-size: 16px;
    padding: 4px 0 5px;
    float: none;
    margin: 5px auto;
    border-radius: 0;
    clear: both;
    width: 95%;
    text-align: center;
}
}

/*---------------------------------------------------
 GLOBAL MENU
 ---------------------------------------------------*/

@media screen and (max-width:767px){

li.mm_1 {
    width: 87%;
    margin: 0 auto;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #B8C5C7;
    background: url(/app/uploads/sites/1115/2023/11/arrow_nav.png)no-repeat right 50%;
    background-size: 7px auto;
}

  .drawer-nav {
    background-color: #f4f8fbeb;
    overflow: inherit;
    position: fixed;
    top: 0;
    top: -100%;
    z-index: 99999999;
    transition: 0.6s;
    width: 100%;
  }
.drawer-nav.open {
    top: 0;
}
.hgMenuBtn {
  display: block;
  padding: 23px 0 0px;
  width: 57px;
  height: 60px;
  position: absolute;
  top: -5px;
  right: 0;
  z-index: 99999999;
  background: #004BA0;
}
.hgMenuBtn:hover{
  cursor:pointer;
}
.hgMenuBtn span {
display: block;
  margin: 5px auto;
  padding: 0;
  width: 60%;
  height: 1px;
  background-color: #fff;
}
.hgMenuBtn span:nth-child(1){
  margin-top:0;
}
.hgMenuBtn span:nth-child(3){
  margin-bottom:3px;
}
.hgMenuBtn.open{
  background: #1977A9;
  position: absolute;
}
.hgMenuBtn.open::after{
  width: 18px;
  height: 13px;
  background: #1977A9;
  content: '\0020';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.hgMenuBtn.open span:nth-child(1){ display:none; }
.hgMenuBtn.open span:nth-child(2){
  transform: translate(0, 0) rotate(-45deg);
}
.hgMenuBtn.open span:nth-child(3) {
  transform: translate(0, -6px) rotate(45deg);
}

.sp_headlogo {
    background: #24292D;
    padding: 10px 0;
}
.sp_headlogo img{
  max-width:170px;
  display: block;
  margin:0 auto;
}
.header_shopname02{
      background: #880F0F;
      color: #fff;
      font-size: 16px;
      padding: 4px 0 5px;
      width: 100%;
      text-align: center;

}


  .drawer-menu{
    padding-bottom: 7px;
    width: 100%;
    /*height: calc(100vh - 64px)!important;*/
    overflow: auto;
  }
  .drw_menu, .drw_menu a{
    color: #30333A;
    text-decoration: none;
    font-weight: 500;
  }
  .megaMenu_ttl{ display: none; }
  .drw_menu img{ display: none; }


.gmDropdown.home a img {
    display: block;
}


  .gmDropdown {
    display: block;
    padding: 1.3em 40px 1.3em 20px;
    text-decoration: none;
    background-image: url(/app/uploads/sites/1115/2023/11/plus.png);
    background-repeat: no-repeat;
    background-position: 94% 50%;
    background-size: auto;
    border-top: 1px solid #B8C5C7;
   }
.mm_1:nth-of-type(1) .gmDropdown {
    border-top: none;

}
.mm_1:nth-of-type(5) {
    border-bottom: 1px solid #B8C5C7;

}

.gmDropdown {
    display: block;
    padding: 1.3em 40px 1.3em 20px;
    text-decoration: none;
    background-image: url(/app/uploads/sites/1115/2023/11/plus.png);
    background-repeat: no-repeat;
    background-position: 94% 50%;
    background-size: auto;
    border-top: 1px solid #B8C5C7;
}
  .gmDropdown.open {
    background-image: url(/app/uploads/sites/1115/2023/11/minus.png);
  }

  .gmDropdown a{
    pointer-events:none;
  }
.gmDropdown.home a {
    pointer-events: inherit;
    display: block;
}
.gMenu * {
    font-size: 16px;
    text-decoration: none;
}

  .gMenu .sp .gmDropdown{
    background-image:none;
  }

  .megaMenu{
    display:none;
  }

  .megaMenu.open{
    display:block;
  }

.subMenu li {
    padding: 0.5em 5px 0.7em 30px;
    background-image: url(/app/uploads/sites/1115/2023/11/ft_arrow.png);
    background-repeat: no-repeat;
    background-position: 16px 54%;
    background-size: auto;
}

.subMenu li.second {
    padding: 0em 5px 0em 0px;
    border-bottom: none;
}

.second .gmDropdown {
    padding: 1.3em 40px 1.3em 30px;
    background-position: 95% 50%;
}
.subMenu li ul.second li {
    padding: 0.9em 5px 0.9em 40px;
}


  .subMenu li.afterblanksp {
    background-image: url(/app/uploads/sites/1115/2023/12/nav_blankh.png);
    background-repeat: no-repeat;
    background-size: auto 18px;
    border-bottom: 1px solid #ffffff;
  }

.subMenu a span {
    font-size: 14px;
}



.gMenu .contact_nav {
    background: #EB4D4B;
    border-radius: 10px;
    margin: 10px auto;
    width: 85%;
    text-align: center;
    color: #fff;
    padding: 0;
}

.gMenu .contact_nav .no_gmDropdown{
  padding:0;
      border-bottom: none;
}
.gMenu .contact_nav a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

#btn_sp {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
    margin: 10px auto 0;
}
#btn_sp li {
    max-width: 158px;
    width: 25%;
}
#btn_sp li img{
  width:100%;
}
}

@media screen and (min-width:768px){
  .hgMenuBtn{
    display:none;
  }

  .drawer-nav{
  }

  .drawer-menu{
    transform: none !important;
  }

  .gMenu{
    /* overflow: hidden; */
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: right;
    /* column-gap: 33px; */
  }

  .gMenu li{
    padding: 0 15px;
    /* margin-left: 2%;
    margin-top: 5px; */
  }
  .gMenu li:hover{
    background-color: #fff;
  }

.gMenu li .gmDropdown {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    /*background: url(../img/nav_arrow.png) no-repeat right 50%;*/
    background-size: auto;
}
.gMenu li .no_gmDropdown {
    display: block;
    padding: 0 0 0 0;
    margin-bottom: 0.2em;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    background-size: auto;
}

  .gMenu li .gmDropdown:hover,
  .gMenu li .gmDropdown.over,
  .gMenu li .gmDropdown a:hover,
  .gMenu li .no_gmDropdown a:hover{
    color: #005AAB;
    cursor: pointer;
    position: relative;
}

.gMenu li .gmDropdown a,
.gMenu li .no_gmDropdown a{
    color: #104778;
    text-decoration: none;
}

.gMenu li a:link {
  color: #104778;
}



.header_h_link li a {
    font-size: 16px;
}

  .megaMenu {
    display: none;
    padding-top: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 999999999;
}

  .megaMenu_inner{
    margin:0 auto;
    padding:24px 0;
    width:100%;
    background-color: #FFFFFF;
  }

  .subMenu{
    display:flex;
    flex-wrap:wrap;
    align-content: stretch;
    justify-content: flex-start;
    margin:0 auto;
    padding:0;
    width:100%;
    max-width: 1200px;
  }

  .megaMenu_ttl{
    margin: 10px auto 10px;
    color: #000;
    font-size: 22px;
    max-width: 1060px;
    font-weight: bold;
  }

  .subMenu li{

  }


  .subMenu a{
    display:block;
    width:100%;
    color: #004EA2;
    font-size:14px;
    text-align: center;
    transition: none;
    text-decoration: none;
  }

  .subMenu a:hover{
    opacity: 0.7;
  }

  .subMenu a span{
    display:block;
    margin:14px auto 0;
  }

  .subMenu .subMenu {
    padding-top: 20px;
    margin-top: -16px;
    border-top: 1px solid #CBCBCB;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .subMenu .subMenu li {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .subMenu .subMenu li a {
    text-decoration: underline;
    text-align: left;
  }
  .subMenu .subMenu li a:link {
    color: #000;
  }
  .subMenu .subMenu li a:visited {
    color: #000;
  }
  .subMenu .subMenu li a:hover {
    color: #104778;
  }
  .subMenu .subMenu li a:focus {
    color: #000;
  }
	.flex01{
    display: flex;
    flex-wrap: wrap;
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 2em;
	}
	.flex01 .megaMenu_ttl{
		width: 100%;
	}


	.megaMenu .navleft {
	    width:100%;
      padding: 0px 10%;
	}
	.megaMenu .navleft li{
		max-width:220px;
        margin-left: 0;
        width: 20%;
	}
.megaMenu .navleft li + li {
    margin-left: 5.6%;
}
.megaMenu .navleft li:nth-of-type(4n+1) {
    margin-left: 0;
}

	.megaMenu .navright {
    width: calc(22%);
    display: block;
    border-left: 1px solid #e7e7e7;
    margin-left: 3%;
    padding-left: 3%;
	}


	.megaMenu .navright li{
	width:100%;
	}
	.megaMenu .navright li a{
	text-align: left;
	}
	header{
	}

	.subMenu a span:before{
	content:"";
	width:20px;
	height:20px;
    background-image:url(/app/uploads/sites/1115/2023/12/nav_txt.png);
    position:absolute;
    left:0;
    background-size: cover;
	}
	.subMenu a span {
    position: relative;
    margin: 0px 0 30px 0;
    text-align: left;
    /* padding-left: 1.9em; */
    color: #000;
    font-size: 16px;
    font-weight: 500;
	}


	.megaMenu .navright a span {
	    margin: 0 0em 1.5em 0px;
	    padding: 0 0 0 30px;
	}
	.gMenu li.mm_5 .gmDropdown{
		border-right: 2px solid #e7e7e7;
	}

.afterblank:after {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(/app/uploads/sites/1115/2023/12/nav_blank.png);
    background-size: cover;
    display: inline-block;
    margin-left: 0.4em;
    /* margin-bottom: 0.1em; */
    position: relative;
    vertical-align: bottom;
}

.flex01 .subMenu li a img {
    border: 1px solid #cfcfcf85;
    box-sizing: border-box;
}


.gMenu .contact_nav {
    padding: 15px 0% 10px 2%;
}

.gMenu .contact_nav span {
    background: #F39C12;
    padding: 5px 40px 5px;
    /* display: block; */
    border-radius: 5px;
    margin-top: 0;
    background: url(/app/uploads/sites/1115/2023/11/icon_arrow.png)no-repeat 97% 50% #F39C12;
}

.gMenu li.contact_nav .gmDropdown a, .gMenu li.contact_nav .no_gmDropdown a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

}

@media screen and (min-width:768px) and ( max-width:1000px) {
.headerWrap {
    height: auto;
}
.header_logo {
    float: none;
    margin: 30px auto 0;
    max-width: 325px;
    width: 27%;
    position: relative;
    left: 0;
    top: 0px;
}
.gMenu {
    justify-content: center;
}
.headerWrap_inner {
    padding: 10px 0 10px;
}


}


/**/
@media screen and (min-width:767px){

.line_search {
    position: absolute;
    width: 100%;
    bottom: -50px;
}

.line_search_inner {
    max-width: 1016px;
    margin: 0 auto;
    background: #fff;
    border-radius: 50px;
    position: relative;
    padding: 0px 0 0;
    margin: 0 auto 0;
}
.line_search_inner dt {
    float: left;
    width: 27%;
    box-shadow: 0px 5px 10px -3px #00000061;
    border-radius: 50px 0px 0px 50px;
    height: 100px;
    background:#004BA0;
}
.line_search_inner dt img{
      display: block;
    margin: 25px;
}

.line_search_inner dd{
    float: left;
    background: #fff;
    /* overflow: hidden; */
    height: 100px;
    width: 73%;
    box-shadow: 0px 5px 10px -3px #00000061;
    border-radius: 0px 50px 50px 0px;

  }
.line_search_inner ul {
    position: absolute;
    right: -10px;
    top: -25px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
}
.line_search_inner ul li{

}
.line_search_inner ul li:nth-of-type(2n) {
    margin: 60px 10px 0px;
}
}
@media screen and (max-width:767px){

.hgsearchBtn {
    background: url(/app/uploads/sites/1115/2023/11/search.png) no-repeat;
    width: 57px;
    height: 60px;
    position: fixed;
    top: 0;
    right: 57px;
    z-index: 9999999;
    background-size: 60px auto;
}
.hgsearchBtn.open {
    background: url(/app/uploads/sites/1115/2023/11/search-on.png) no-repeat;
    height: 73px;
    background-size: 60px auto;
}

.search-nav {
    background-color: #f4f8fbeb;
    overflow: inherit;
    position: fixed;
    top: 0;
    top: -150%;
    z-index: 99;
    transition: 0.6s;
    width: 100%;
    /*display: none;*/
}
.search-nav.open {
    top: 60px;
    display: block;
    transition: 0.6s;

}
.search-menu {
    padding-bottom: 7px;
    width: 100%;
    /* height: calc(100vh - 64px)!important; */
    overflow: auto;
}


.line_search_inner {
    width: 90%;
    margin: 13px auto;
    background: #fff;
    border-radius: 10px;
}

.line_search_inner dt {
    background: #134BA0;
    text-align: center;
    padding: 20px 0;
    border-radius: 10px 10px 0px 0px;
}
.line_search_inner dt img {
    margin: 0 auto;
    max-width: 261px;
    width: 78%;
}
.line_search_inner dd {
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 5px 10px -3px #00000061;
}
.line_search_inner ul{
  overflow: hidden;
}
.line_search_inner ul li{
  float:left;
  width:50%;
  text-align: center;
}
.line_search_inner ul li img{
  max-width:158px;
  width: 94%;
}

.line_search_inner ul li:nth-of-type(2n){
  display: none;
}

}
@media screen and (min-width:768px) and ( max-width:1016px) {
.line_search {
    position: relative;
    width: 90%;
    bottom: 0px;
    margin: 0 auto;
}
.line_search_inner{
  width:100%;


}
.line_search_inner dt {
    height: 9.7vw;
}


.line_search_inner dt img {
    width: 82%;
    max-width: 225px;
}
.line_search_inner dd {
    height: 9.7vw;
}

.line_search_inner ul {
    width: 74%;
}
.line_search_inner ul li {
    width: 22%;
    max-width: 158px;
}
.line_search_inner ul li:nth-of-type(2n) {
    max-width: 10px;
    width: 2%;
    margin: 60px 1% 0px;
}

.line_search_inner ul li img{
  width:100%;
}









}






/*-------------------------------------------------------

MV

---------------------------------------------------------*/
.sns {
    position: fixed;
    right: 10px;
    top: 21%;
    z-index: 9;
}
.sns img{
  max-width:83px;
}

#sns {
    font-size: 100%;
    font-weight: bold;
    list-style: none;
    z-index: 9;
    position: fixed;
  }
#sns li {
    margin-bottom: 0.8em;
}
#sns li a {
    background-position: 15px center;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    height: 54px;
    line-height: 54px;
    padding-left: 57px;
    position: fixed;
    text-decoration: none;
    background-size: 28px 29px;
    border-radius: 27px 0 0 27px;
}
#sns li a span {
    width: 100px;
    display: block;
    font-size: 14px;
}
.float_contact {
    background-image: url(/app/uploads/sites/1115/2024/02/btn01_pc.png);
    top: 120px;
    right: -100px;
    background-color:#EB4D4B;
}
.float_voice {
    background-image: url(/app/uploads/sites/1115/2024/02/btn02_pc.png);
    top: 180px;
    right: -100px;
    background-color:#104778;
}
.float_insta {
    background-image: url(/app/uploads/sites/1115/2024/02/btn03_pc.png);
    top: 240px;
    right: -100px;
    background-color:#1977A9;
}
.float_online {
    background-image: url(/app/uploads/sites/1115/2024/02/btn04_pc.png);
    top: 300px;
    right: -100px;
    background-color:#22A6B3;
}
@media screen and (max-width:768px){
.sns {
    position: fixed;
    right: inherit;
    top: inherit;
    bottom: 0;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    width: 100%;
}
#sns {
    position: fixed;
    right: inherit;
    top: inherit;
    bottom: 0;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-evenly;
    width: 100%;
}
#sns li a {
    position: inherit;
    width: 57px;
    padding-left: 0px;
    border-radius: 50%;
    padding: 10px;
    background-position: center;
}
#sns li a span {
    /* font-size: 0; */
    display: none;
}
.float_contact {
    top: inherit;
    right: inherit;
}
.float_voice {
    top: inherit;
    right: inherit;
}
.float_insta {
    top: inherit;
    right: inherit;
}
.float_online {
    top: inherit;
    right: inherit;
}
#sns li a span {
    font-size: 0;
}
}










.main-visual {
    clear: both;
    background: #EEEDED;
    position: relative;
    padding:30px 0;
}
.main-visual-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.main-visual-content_inner {
      max-width: 1200px;
      width: 100%;
      margin: 0 auto;
      position: relative;

}
.main-visual-content p {
    font-size: 16px;
    text-align: center;
    margin: 30px auto 0;
    width: 95%;
}
.main-visual .slick-list {
  max-width: 1130px;
}
.thumnail {
    width: 58.461538461%;
    max-width: 540px;
    position: absolute;
    bottom: 20%;
    left: 7%;
    transform: translate(-7%,-20%);
}
.choice-btn li{
	cursor: pointer;
	outline: none;
  background: #104778;
	width:18%!important;
  list-style:none;
  border-radius: 8px;
}
.choice-btn li + li{
  margin-left:1%;
}
.choice-btn li img{
	opacity: 1.0;
  max-width:100px;
  width:100%;
  display: block;
  border-radius: 8px;

}

.choice-btn li.slick-current img{
	opacity: 0.5;
}

@media screen and (max-width:767px){
.main-visual-content p {
    font-size: 12px;
    line-height: 1.8;
}


}

/**/


/*-------------------------------------------------------

contents

---------------------------------------------------------*/
main{
  clear: both;
}
section{
  clear: both;
}

.box{
  padding: 30px 0;
}
.box .inner{
  max-width:1200px;
  margin:0 auto;
}
.box h2 {
    font-size: 30px;
    text-align: center;
    margin: 0px auto 30px;
    color: #104778;
    font-weight: normal;
    margin: 30px auto;
}
.box h2 img{
  max-width:695px;
  width: 95%;
}


.box h2 .h2_line{
    height: 5px;
    width: 50px;
    display: block;
    background: #82CCDD;
    margin: 10px auto 15px;
        padding: 0;
}

.box h2 span{
  display: block;
  font-size:16px;
  color:#2E3A40;
}





.disc {
    background: url(/app/uploads/sites/1115/2023/12/branch-bg_arrow_grey.png)no-repeat top center;
    background-size: 220px auto;
    padding: 30px 0 0;
}
.disc h2 {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    margin: 30px auto 60px;
}
.disc h2 span{
      display: inline;
    font-size: 30px;
    color: #880F0F;
  font-weight:bold;
}
.disc h2 span.small{
  font-size:20px;
  color:#000;
}

.disc_inner{
  overflow: hidden;
}
.disc_inner img{
  width:50%;
  float:left;
}
.disc_inner .disc_txt {
    width: 46%;
    float: left;
    padding: 2%;
}

.disc_inner .disc_txt h3 {
    color: #880F0F;
    font-size: 22px;
    font-weight: bold;
    max-width: 500px;
    margin: 0 0 30px 0;
}
.disc_inner .disc_txt p {
    font-size: 14px;
    max-width: 500px;
    line-height: 1.8;
}

.disc_list {
    margin: 50px auto 0;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 35%, #880f0f 35%, #880F0F 100%);
    padding: 0px 0 70px;
}
.disc_list .inner{
  max-width:1000px;
}
.disc_list ul{
  overflow: hidden;
}
.disc_list ul li {
    float: left;
    width: auto;
    max-width: 320px;
    width: 32%;
}
.disc_list ul li img{
  width:100%;
}
.disc_list ul li + li {
    margin-left: 2%;
}
.disc_list ul li span {
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: block;
    margin: 15px auto 0;
}

@media screen and (max-width:767px){
  .disc {
      background-size: 130px auto;
  }
  .disc h2 {
    font-size: 20px;
}
.disc h2 span{
  display: inline;
  font-size: 20px;
}
.disc h2 span.small {
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

.disc_inner img {
    width: 100%;
    float: none;
}

.disc_inner .disc_txt {
    width: 90%;
    float: none;
    padding: 0%;
    margin: 0 auto;
}
.disc_inner .disc_txt p {
    font-size: 14px;
    max-width: 500px;
    line-height: 1.8;
    margin: 0 auto;
}
.disc_inner .disc_txt h3 {
    color: #880F0F;
    font-size: 18px;
    font-weight: bold;
    max-width: 500px;
    margin: 20px auto 20px;
    text-align: center;
}

.disc_list {
    padding: 0px 0 30px;
}
.disc_list ul li {
  margin:0;
}
.disc_list ul li + li {
    margin-left: auto;
}

.disc_list ul li img {
    width: 90%;
    display: block;
    margin: 0 auto;
}
.disc_list ul li span {
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: block;
    margin: 15px auto 0;
}
.disc_list .slick-next {
    right: 10px;
    z-index: 99999;
    background: url(/app/uploads/sites/1115/2023/12/branch-next-white.png) no-repeat;
    background-size: 100% 100%;
    width: 17px;
    height: 24px;
    bottom: 0px;
    top: inherit;
}
.disc_list .slick-prev {
    left: 10px;
    z-index: 99999;
    background: url(/app/uploads/sites/1115/2023/12/branch-prev-white.png) no-repeat;
    background-size: 100% 100%;
    width: 17px;
    height: 24px;
    bottom: 0px;
    top: inherit;
}
}


.kodawari{
  background: url(/app/uploads/sites/1115/2023/12/branch-bg_arrow_red.png)no-repeat top center,
              url(/app/uploads/sites/1115/2023/12/branch-bg_kodawari.jpg)no-repeat top center;
  background-size:220px auto,cover;

}

.kodawari ul {
    overflow: hidden;
    max-width: 1014px;
    margin: 0 auto;
}
.kodawari ul li {
    float: left;
    width: 33.3%;
    max-width: 338px;
    position: relative;
    margin: 0 auto 30px;
}
.kodawari ul li img{
  width:100%;
}

.kodawari ul li span {
    position: absolute;
    display: block;
    color: #880F0F;
    background: url(/app/uploads/sites/1115/2023/12/branch-kodawari_arrow.png)no-repeat 95% 50% #fff;
    background-size:7px auto;
    border-radius: 20px;
    width: 70%;
    margin: 0 auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    padding: 8px 0;
    font-weight: 500;
}

@media screen and (max-width:767px){

  .kodawari {
    background-size: 130px auto,cover;
}
.kodawari ul {
    max-width: 680px;
    width: 100%;
}

    .kodawari ul li {
        float: left;
        width: 50%;
        max-width: 338px;
        position: relative;
        margin: 0 auto 30px;
    }


.kodawari ul li span {
    font-size: 12px;
}



}



.news{
    background: url(/app/uploads/sites/1115/2023/12/branch-bg_arrow_grey.png)no-repeat top center;
    background-size: 220px auto
}
.news_bg {
    position: absolute;
    right: 0%;
    bottom: -15%;
    max-width: 123px;
}
.news .inner{
  position:relative;
}
.news P{
  text-align: center;
}
.news .news_list {
    max-width: 800px;
    width: 100%;
    margin: 30px auto;
    padding-bottom: 40px;
}


.news .news_list_inner {
    height: 480px;
    overflow-y: scroll;
}

.news .news_list_inner dl {
    overflow: hidden;
    margin: 0 auto 0;
    border-bottom: 1px solid #D6D6D6;
    padding: 10px 0;
    border-top: 1px solid #D6D6D6;
}
.news .news_list_inner dl + dl{
      margin: 0 auto 0;
    border-top: none;

}
.news .news_list_inner dl dt {
    float: left;
    width: 11%;
    font-size: 30px;
    background: #24292D;
    max-width: 80px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 4% 1%;
}
.news .news_list_inner dl dd {
    float: left;
    width: 84%;
    font-size: 14px;
}
.news .news_list_inner dl dt span {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    width: 80%;
    margin: 0 auto;
    padding: 0 0 5px;
}
.news .news_list_inner dl dd .tag {
    font-size: 12px;
    border: 1px solid #C0BFBC;
    display: inline-block;
    padding: 5px 20px;
    margin: 0 auto 10px 2%;
}
.news .news_list_inner dl dd p {
    float: none;
    width: 100%;
    margin-left: 2%;
    text-align: left;
}
@media screen and (max-width:767px){
.news {
    background-size: 130px auto;
}
.news h2 + P {
    font-size: 14px;
    width: 95%;
    margin: 0 auto;
}

}
@media screen and (max-width:767px){

.news h2 {
    text-align: center;
    float: none;
    width: 92%;
    margin:0 auto;
}
.news .news_list {
    float: none;
    max-width: 800px;
    width: 95%;
    margin: 20px auto 0;
}
.news .news_list_inner dl {
    margin: 0 auto 4%;
}
.news .news_list_inner dl dt {
    float: left;
    width: 100%;
    font-size: 12px;
    margin: 0 auto 1%;
    letter-spacing: 2px;
    padding: 5px 0px;
}
.news .news_list_inner dl dt span {
    float: none;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    border: none;
}
.news .news_list_inner dl dt span::after {
  content:"/";
}
.news .news_list_inner dl dd {
    float: none;
    width: 100%;
    font-size: 14px;
}
.news .news_list_inner dl dd p {
    float: none;
    width: 100%;
    margin-left: auto;
    font-size: 12px;
}


}



.movie {
    background: #EEEDED;
    padding: 0px 0 0;
}
.movie .inner {
    overflow: hidden;
    background: none !important;
    padding: 3% 0;
    padding: 30px;
    max-width: 1140px;
}
.movie h2 {
    text-align: left;
    margin: 7% 0;
}

.movie h2 .h2_line {
    margin: 10px 0 15px;
}


.wrapm {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    margin: 0 auto 5px;
}

.wrapm iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.movie_box {
    /* float: left; */
    /* width: 59%; */
    float: none !important;
    max-width: 720px;
    margin: 0 auto;
}



@media screen and (max-width:767px){
.movie .inner {
    /* background: #F4F8FB; */
    overflow: hidden;
    background: none !important;
    padding: 3% 3%;
    width: 90%;
    border-radius: 10px;
}

.movie_box {
    float: none;
    width: 100%;
    max-width: 640px;
}




}











.osusume{
      background: url(/app/uploads/sites/1115/2023/12/branch-bg_arrow_grey.png)no-repeat top center #fff;
      background-size: 220px auto;
      padding: 60px 0 10px;

}
.osusume .inner {
    background: #fff;
    border-radius: 10px;
    padding: 2% 3.5%;
    max-width: 1067px;
    box-sizing: content-box !important;
}
.osusume .osusume_list ul {
    overflow-y: scroll;
    height: 750px;
}

.osusume .osusume_list ul li {
    float: left;
    max-width: 250px;
    width: 23.5%;
    box-shadow: 0px 5px 10px -3px #00000061;
    margin: 0 auto 3%;
    position: relative;
}
.osusume .osusume_list ul li + li {
    margin-left: 1.5%;
}
.osusume .osusume_list ul li:nth-of-type(4n+1){
  margin-left: 1%;
    clear: both;
}

.osusume .osusume_list ul li p{
  width:90%;
  margin:0 auto 10px;
}
.osusume .osusume_list ul li .heart {
    position: absolute;
    padding: 11px 12px 15px 14px;
    background: #fff;
    width: 17px;
    height: 15px;
    margin: 0;
    border-radius: 50px;
    box-shadow: 0px 5px 10px -3px #00000061;
    transform: translate(-95%, -42%);
    top: 42%;
    left: 95%;
}
.osusume .osusume_list ul li .image {
    width: 100%;
    background: #e6e6e6;
    text-align: center;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* height: 200px; */
    margin: 0;
}
.osusume .osusume_list ul li .image a {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.osusume .osusume_list ul li .image img {
    width: auto;
    height: auto;
    max-height: 200px;
    max-width: 246px;
}
.osusume .osusume_list ul li .type {
    font-size: 12px;
    color: #fff;
    background: #000;
    padding: 2px 0px;
    max-width: 100px;
    text-align: center;
    margin: 10px 0 10px 5%;
}
.osusume .osusume_list ul li .type a{
  color:#fff;
}


.osusume .osusume_list ul li .name{
    font-size:18px;
    color:#004BA0;
    text-decoration: underline;

}
.osusume .osusume_list ul li .name a{
    color:#000;
}
.osusume .osusume_list ul li .price{
  font-size:18px;
  color:#C0392B;
}
.osusume .osusume_list ul li .price span{
  font-size:13px;
  color:#333333;
}
.osusume .osusume_list ul li .spec{
  font-size:13px;
}
.osusume .osusume_list ul li .access{
  font-size:13px;
}
.osusume .osusume_list ul li .txt {
    font-size: 13px;
    border-top: 1px solid #B9C5C7;
    padding: 10px 0 0;
}

@media screen and (max-width:767px){

.osusume{
      background-size: 130px auto;
      padding: 30px 0 10px;
}
.osusume .inner{
      box-sizing: border-box !important;
}


.osusume .osusume_list ul {
    height: 600px;
}


.osusume .osusume_list ul li p {
    width: 100%;
}
.osusume .osusume_list ul li {
    float: none;
    max-width: inherit;
    width: 90%;
    box-shadow: 0px 5px 10px -3px #00000061;
    margin: 0 auto 3%;
    padding: 3%;
}
.osusume .osusume_list ul li + li {
    margin-left: auto;
}
.osusume .osusume_list ul li:nth-of-type(4n+1) {
    margin-left: auto;
}

.osusume .osusume_list ul li .type {
    margin: 10px 0 10px 0;
}

.osusume .osusume_list ul li .image {
    width: 100%;
    float: none;
    height: auto;
}
.osusume .osusume_list ul li .image a {
    display: inline;
    width: auto;
}
.osusume .osusume_list ul li .image img {
    width: 100%;
    height: auto;
    max-height: inherit;
}

.osusume .osusume_list ul li .price {
    font-size: 18px;
    float: none;
    width: 100%;
}
.osusume .osusume_list ul li .spec {
    font-size: 13px;
    float: none;
    width: 100%;
}
.osusume .osusume_list ul li .access {
    font-size: 13px;
    float: none;
    width: 100%;
}
.osusume .osusume_list ul li .txt {
    font-size: 13px;
    border-top: 1px solid #B9C5C7;
    padding: 10px 0 0;
    clear: both;
}
.osusume .osusume_list ul li .heart {
    box-shadow: initial;
    transform: initial;
    top: 3%;
    right: 10px;
    left: auto;
    background:none;
}
}





.bnr {
    background: url(/app/uploads/sites/1115/2023/12/branch-bg_arrow_white.png)no-repeat top center #EEEDED;
    background-size: 220px auto;
    padding: 80px 0 10px;
}
.bnr02 {
    background: linear-gradient(180deg, #fff 48%, #880f0f 49%, #eeeded 50%, #eeeded 100%);
    background-size: 220px auto;
    padding: 80px 0 10px;
}
.bnr ul {
    overflow: hidden;
    margin: 0 auto 50px;
    max-width:1000px;
}
.bnr ul li{
  float:left;
  max-width:490px;
  text-align: center;
  width: 49%;
}
.bnr ul li + li {
    float: right;
}
.bnr ul li img{
  width:100%;
}

.bnr ul li p{
  font-size:14px;
  margin:10px auto;
  color:#000;
}
.bnr ul li p span{
  font-size:20px;
  margin:10px auto;
  color:#880F0F;
  display: block;
}
.bnr ul li a{
  color:#000;
  text-decoration:none;
  font-size:20px;
}
@media screen and (max-width:767px){

.bnr {
    background-size: 130px auto;
    padding: 40px 0 10px;
}

.bnr ul li {
    float: none;
    max-width: 600px;
    text-align: center;
    width: 100%;
    margin: 0 auto 30px;
}
.bnr ul li + li{
  float:none;
}
.bnr ul {
    margin: 0 auto;
    width: 95%;
}
.bnr ul li p {
    font-size: 13px;
    margin: 0px auto;
}
.bnr ul li a {
    color: #004BA0;
    text-decoration: none;
    font-size: 12px;
}
.bnr02 {
    background: linear-gradient(180deg, #fff 78%, #880f0f 79%, #eeeded 80%, #eeeded 100%);
    background-size: 220px auto;
    padding: 0px 0 10px;
}
.bnr02 ul li {
    margin: 0 auto 0px;
}


}



.voice{
    background: url(/app/uploads/sites/1115/2023/12/branch-bg_arrow_white.png)no-repeat top center,
                url(/app/uploads/sites/1115/2023/12/branch-bg_voice.jpg)no-repeat top center;
    background-size: 220px auto,cover;
}
.voice .voice{
  background: none;
}
.voice h2 {
  margin: 50px auto;
}

.voice .uagb-column__inner-wrap {
  padding-right: 0;
  padding-left: 0;
}
.voice .wp-block-column {
  padding: 0 !important;
}
.voice h2 + p {
    text-align: center;
    margin: 30px auto;
}
.voice ul {
  width: 100% !important;
}
.voice .slick-list {
  width: 100% !important;
}
.voice .es-list-items {
  width: 100vw !important;
  margin: 0 calc(50% - 50vw);
}
.voice ul .slick-list li{
  max-width:280px;
  /* width: 280px !important; */
  padding: 0 !important;
  margin:0 5px !important;
  background:#fff;
}
.voice .slick-dots li{
  width: 10px !important;
  height: 10px !important;
  padding: 0 !important;
  margin: 0 5px !important;
  border-radius: 50%;
  background: #D6D6D6;
}
.voice .slick-dots li.slick-active {
  background: #880F0F;
}

.voice ul li .thumb {
  position: relative;
}
.voice ul li .thumb .date {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000b5;
  color:#fff;
  padding:3px 5px;
}

.voice ul li .photo{
  position:relative;
}
.voice ul li .photo img{
  width:100%;
}
.voice ul li .photo span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000000b5;
    color:#fff;
    padding:3px 5px;
}

.voice ul li .txt,
.voice ul li h3.wrap {
    color: #880F0F;
    text-align: center;
    font-size: 17px;
    padding: 20px 0;
}

.voice ul li .more {
    color: #333333;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #D6D6D6;
    width: 90%;
    padding: 15px 0;
    margin: 0 auto;
}
.voice ul li a::after {
  color: #333333;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #D6D6D6;
  width: 90%;
  padding: 15px 0;
  margin: 0 auto;
  content: '続きを読む';
  display: block;
}

.voice_more a{
    background: url(/app/uploads/sites/1115/2023/12/branch-icon_arrow_black.png) no-repeat #fff 98% 50%;
    padding: 20px;
    width: 60%;
    text-align: center;
    margin: 40px auto 0px;
    border-radius: 40px;
    display: block;
    font-size:18px;

}


@media screen and (max-width:767px){
.voice {
    background-size: 130px auto,cover;
}
.voice h2 + p {
    font-size: 14px;
    width: 90%;
}
.voice_more a {
    background: url(/app/uploads/sites/1115/2023/12/branch-icon_arrow_black.png) no-repeat #fff 98% 50%;
    padding: 10px 0;
    width: 80%;
    text-align: center;
    margin: 40px auto 0px;
    border-radius: 40px;
    display: block;
    font-size: 14px;
    background-size: 7px auto;
}
.voice ul li .txt {
    font-size: 14px;
}

}


.voice_slide .es-list-items.link {
  height: auto !important;
}
.voice_slide .slick-arrow {
  width: 54px;
  height: 54px;
}
.voice_slide .slick-arrow.slick-prev {
  background: url(/app/uploads/sites/1115/2023/12/branch-voice_prev.png) no-repeat 50% 50% / cover;
}
.voice_slide .slick-arrow.slick-next {
  background: url(/app/uploads/sites/1115/2023/12/branch-voice_next.png) no-repeat 50% 50% / cover;
}

.shop{
    background: url(/app/uploads/sites/1115/2023/12/branch-bg_arrow_grey.png)no-repeat top center #fff;
    background-size: 220px auto,cover;
}
.shop .inner{
  max-width:1000px;
}
.shop_list{
  overflow: hidden;
}
.shop_list li{
  float:left;
  width:49%;
}

.shop_list li + li{
  float:left;
  margin-left:2%;
}

.shop_list li img {
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
    display: block;
}
.shop_list li p {
  font-size:14px;
  margin: 10px auto 10px;

}
.shop_list li p span {
    color: #880F0F;
    font-size: 16px;
    display: block;
    font-weight: bold;
    margin: 0 auto 10px;
}


.shop_list li iframe{
  width:100%;
  height:350px;
}
@media screen and (max-width:767px){
.shop{
    background-size: 130px auto,cover;
}

.shop_list li {
    float: none;
    width: 95%;
    margin: 0 auto;
}
.shop_list li + li {
    float: none;
    margin-left: auto;
}
}









#shop {
    padding: 70px 0 0;
}
.top #shop {
  background: url(/app/uploads/sites/1115/2023/12/branch-bg_arrow_grey.png)no-repeat top center;
  background-size: 220px auto;
}
#shop .inner {
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    max-width: 1200px;
    width: 95%;
}
.store_list{
  width:95%;
  margin:0 auto;
}

.store_list ul{
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-evenly;
}
.store_list ul li {
    box-shadow: 0px 5px 10px -3px #00000061;
    max-width: 250px;
    width: 24%;
}
.store_list ul li img{
  width:100%;
}
.store_list ul li .name {
    color: #880F0F;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    margin: 10px auto;
}

.store_list ul li .tel {
    color: #30333A;
    font-size: 16px;
    width: 90%;
    font-weight: bold;
    border-top: 1px solid #D6D6D6;
    padding: 20px 0 0;
    margin: 20px auto 0;
}
.store_list ul li .tel span{
  color:#333333;
  font-size:14px;
  display: block;
}

.store_list ul li .more {
    margin: 20px auto;
    width: 90%;
    font-size: 14px;
    border-top: 1px solid #D6D6D6;
    padding: 10px 0 0;
}



.store_list ul li .more a{
  display: block;
  width:100%;
  margin:0 auto;
  background:url(/app/uploads/sites/1115/2023/12/branch-icon_blank02.png) no-repeat 98% 50% #004BA0;
  padding:5px 0;
  color:#fff;
  text-align: center;

}

#shop .catch {
    text-align: center;
    font-size: 14px;
    margin: 50px auto 50px;
    line-height: 2;
}

#shop .catch + p{
    text-align: center;
}
#shop .catch + p img{
  max-width:1012px;
  width:100%;
}




@media screen and (max-width:768px){
#shop {
    background-size: 130px auto;
    padding: 30px 0 0;
}
.top #shop {
  background-size: 130px auto;
}

#shop .inner {
    background: #fff;
    overflow: inherit;
    background: #fff;
    padding: 3% 0%;
    width: 100%;
    border-radius: 10px;
}
.store_list {
    width: 100%;
    margin: 0 auto;
}
.store_list ul {
    display: block;
}
.store_list ul li {
    box-shadow: 0px 5px 10px -3px #00000061;
    max-width: 330px;
    width: 100%;
    margin: 0 10px 1%;
    padding: 0px 0 10px;
}
.store_list ul li .shamaison {
    width: 42.5%;
    float: left;
}
.store_list ul li .shamaison img{
  width:100%;
}

.store_list ul li .image {
    max-width: none;
    width: 100%;
    float: left;
}

.store_list ul li .image img{
  width:100%;
}
.store_list ul li .name {
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin: 0px auto 10px;
    text-align: left;
    margin-left: auto;
    text-align: center;
    font-weight: bold;
    clear: both;
    border-top: 5px solid #880F0F;
    padding: 10px 0 0;
}
.store_list ul li .tel {
    font-size: 16px;
    width: 90%;
    margin: 0px auto;
    clear: both;
    border-top: 1px solid #B1BDBF;
    padding: 10px 0 0;
}
#shop .catch {
    text-align: center;
    width: 90%;
}

.store_list ul li .more {
    margin: 20px auto;
    width: 90%;
    font-size: 12px;
    border-top: 1px solid #D6D6D6;
    padding: 10px 0 0;
}

#shop .catch + p img {
    max-width: 328px;
    margin: 0 auto;
}

#shop .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 15px;
    padding: 0;
    cursor: pointer;
    background: #D6D6D6;
    border-radius: 10px;
}
#shop .slick-dots li.slick-active {
    background: #880F0F;
}


#shop .slick-next {
    right: 10px;
    z-index: 99999;
    background: url(/app/uploads/sites/1115/2023/12/branch-voice_next.png) no-repeat;
    background-size: 100% 100%;
    width: 54px;
    height: 54px;
}
#shop .slick-prev {
    left: 10px;
    z-index: 99999;
    background: url(/app/uploads/sites/1115/2023/12/branch-voice_prev.png) no-repeat;
    background-size: 100% 100%;
    width: 54px;
    height: 54px;
}

#shop .store_list .slick-dots{
  height: 50px !important;
}
#shop .store_list .slick-dots .slick-prev{
  display: none !important;
}
#shop .store_list .slick-dots .slick-list{
  display: none !important;
}
#shop .store_list .slick-dots .slick-next{
  display: none !important;
}





}


.box.insta .inner {
    max-width: inherit;
    margin: 0 auto;
}



.insta .slick-slide img{
  width:100%;
}








.fix_sp {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999999999999999;
}

.fix_sp ul{
  overflow: hidden;
  background:none;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
}

.fix_sp ul li{
  width:49%;
}
.fix_sp ul li + li{
  margin-left:1%;
}
.fix_sp ul li img {
    width: 100%;
    max-width: 170px;
    display: block;
    margin: 0 auto;
}



footer {
    clear: both;
}

footer .inner{
  max-width:1200px;
  margin:0 auto;
}

.footer_tel {
    text-align: center;
    background: url(/app/uploads/sites/1115/2023/11/ft_bg.png)no-repeat 86% bottom;
    background-size: 231px auto;
    padding: 60px 0;
}
.footer_tel .txt{

}
.footer_tel .number a {
    font-size: 60px;
    font-weight: bold;
    color: #880F0F;
    padding-left: 60px;
    background: url(/app/uploads/sites/1115/2023/11/ft_tel.png)no-repeat left 50%;
    background-size: 40px;
}
.footer_tel .time{

}


.footer_tel ul {
    overflow: hidden;
    max-width: 640px;
    width: 100%;
    margin: 40px auto 0;
}
.footer_tel ul li{
  float: left;
  width:31%;
  max-width:200px;
}
.footer_tel ul li + li{
  margin-left:3.5%;
}
.footer_tel ul li a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 20px 0;
    background: url(/app/uploads/sites/1115/2023/11/icon_arrow.png)no-repeat 95% 50% #880F0F;

}

.footer_bg{
    background: #EEEDED;
    padding: 10px 0;
  }




.footer_catch {
    color:#333333;
    font-size: 14px;
    text-align: center;
    line-height: 2.5;
    margin: 50px auto;
    /* padding: 0 0 50px; */
    /* border-bottom: 1px solid #B8C5C7; */
}


@media screen and (min-width: 768px){




.footer_list {
    overflow: hidden;
    padding: 50px 0 0;
    /* border-bottom: 1px solid #B8C5C7; */
    margin: 50px auto 0;
    border-top: 1px solid #B8C5C7;
}

.footer_list .megaMenu {
    display: block;
    padding-top:0;
    width: 100%;
    position: relative;
    left: auto;
    z-index: inherit;
}





.footer_list .list_box{
  float:left;
  width:21%;
  margin: 0 auto 40px;
}
.footer_list .list_box + .list_box {
    margin-left: 1%;
}

.footer_list dl:nth-of-type(4n+1) {
    margin: 0 auto 50px;
}
.footer_list .list_box:nth-of-type(4) {
  width:34%;
}
.footer_list dl + p img{
  width:100%;
  max-width:241px;

}
.footer_list dl dt {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    padding: 0 0 10px 0;
    margin: 0 auto 15px;
    text-decoration: none;
}
.footer_list dl dd li {
    margin: 15px auto 0;
    background: url(/app/uploads/sites/1115/2023/11/ft_arrow.png) no-repeat left 60%;
    padding: 0 0 0 15px;
}

.footer_list dl dd a {
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

.footer_disc{
  overflow: hidden;
}
.footer_disc .disc{
  float:left;
  width: 66%;
}
.footer_disc .disc p {
    font-size: 14px;
    line-height: 1.5;
}
.footer_disc .disc p + p {
    font-size: 18px;
    color: #104778;
    margin: 10px auto 0;
    font-weight: 400;
}
.footer_disc .disc + p {
    float: right;
    max-width: 400px;
    width: 34%;
}
.footer_disc .disc + p img{
  width:100%;
}

.footer_logo {
    overflow: hidden;
    padding: 20px 0 30px;
    background: #24292D;
    margin: 0px auto 0;
    border-top: 5px solid #880F0F;
}

.footer_logo p {
    max-width: 275px;
    margin: 20px auto 0;
    float: left;
    color: #fff;
}
.footer_logo p:nth-of-type(2) {
    margin: 10px 0 0 50px;
    max-width: inherit;
}
.footer_logo p:nth-of-type(3) {
    float: right;
    margin: 40px auto 0px;
    max-width: inherit;
}
}



@media screen and (max-width: 768px){

.footer_tel {
    text-align: center;
    background: none;
    background-size: 111px auto;
    padding: 20px 0;
}
.footer_tel .number {
    text-align: left;
    width: 95%;
    margin: 0 auto;
    max-width: 360px;
}
.footer_tel .number a {
    font-size: 35px;
    font-weight: bold;
    color: #880F0F;
    padding-left: 35px;
    background: url(/app/uploads/sites/1115/2023/11/ft_tel.png)no-repeat left 50%;
    background-size: 30px;
}

.footer_tel .time {
    text-align: left;
    width: 75%;
    margin: 0 auto;
    max-width: 360px;
}
.footer_bg_sp {
    background: url(/app/uploads/sites/1115/2023/11/ft_bg.png)no-repeat 95% bottom;
    background-size: 111px auto;
    padding: 0 0 30px;
}
.footer_tel ul {
    overflow: hidden;
    max-width: 640px;
    width: 100%;
    margin: 0px auto 0;
}
.footer_tel ul li {
    float: none;
    width: 95%;
    max-width: inherit;
    margin: 0 auto 10px;
}

.footer_tel ul li + li {
    margin-left: auto;
}



}


.copyright{
  color:#fff;
  text-align: center;
  font-size:14px;
}


#page_top {
    width: 34px;
    height: 34px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    /* background: #3f98ef; */
    opacity: 0.6;
    border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
    width: 34px;
    height: 34px;
  text-decoration: none;
}

@media screen and (max-width:768px){
.footer_list dt {
    border-bottom: none;
    border-top: 1px solid #B8C5C7;
    font-weight: 500;
    font-size: 17px;
}
.footer_list dd a {
    padding: 10px 20px 10px 30px;
    display: block;
    background: url(/app/uploads/sites/1115/2023/11/ft_arrow.png) no-repeat 17px 20px;
    font-weight: 400;
    font-size: 14px;

}


.footer_disc {
margin: 20px auto 0;
}


.footer_disc .disc {
    float: none;

}
.footer_disc .disc p {
    text-align: center;
}
.footer_disc .disc + p {
    float: none;
    margin: 20px auto 0;
    max-width: 400px;
    width: 95%;
}
.footer_disc .disc + p img {
    max-width: 400px;
    width: 100%;
}
.footer_disc .disc p + p {
    font-size: 16px;
    color: #104778;
    margin: 10px auto 0;
    font-weight: 400;
}

.footer_logo {
    overflow: hidden;
    padding: 20px 0 10px;
    background: #24292D;
    margin: 0px auto 0;
    border-top: solid 5px #88100F;
}
.footer_logo p {
    max-width: 275px;
    margin: 20px auto 0;
    float: none;
    color: #fff;
}
.footer_logo p img{
  width:100%;
}
.list_box p img {
    width: 90%;
    margin: 30px auto;
}

.footer_logo p:nth-of-type(2) {
    margin: 20px auto 50px;
    max-width: inherit;
    width: 85%;
    text-align: center;
    font-size: 13px;
}
.footer_logo p:nth-of-type(3) {
    float: none;
    margin: 40px auto 0px;
    max-width: inherit;
    text-align: center;
}
.list_box p img{
  width:100%;
  max-width:350px;
}
}



@media screen and (max-width:768px){
  h1 {
    font-size: 12px;
}
.box h2 {
    width: 92%;
}


}





/*second page*/
#child_mv h2 {
  width: 1000px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  font-size: 32px;
  line-height: 1.2;
  margin: 30px auto 0;
}

#child_mv h2 .stamp {
  position: absolute;
  top: -20px;
  right: -20px;
}

.pankuzu {
  max-width: 900px;
  margin: auto;
  padding: 10px 0;
}

.pankuzu ul {
  display: flex;
}

.pankuzu ul li {
  font-size: 14px;
}

.pankuzu ul li::after {
  content: '��';
  text-decoration: none;
  margin: 0 5px;
}

.pankuzu ul li:last-child::after {
  display: none;
}

.pankuzu ul li a {
  vertical-align: baseline;
  color: #343426;
}
.online img{
  width: 100%;
}
.staff img {
  width: 100%;
}
.shop_photo img{
  width:100%;
}
#bnr02 img {
  width: 100%;
}
.recruit .point img {
    width: 100%;
}





@media (max-width: 768px) {
  #child_mv h2 {
    width: 92%;
    height: 60px;
    margin: auto;
    font-size: 24px;
    text-shadow: 0 0 7px white, 0 0 7px white, 0 0 7px white;
  }
  #child_mv h2 .stamp {
    right: -10px;
    top: -10px;
    width: 50px;
    height: 50px;
  }

.left img{
  width:100%;
}
.right img {
    width: 100%;
}
  .pankuzu {
    overflow-x: scroll;
    padding: 10px;
  }
  .pankuzu ul {
    display: flex;
  }
  .pankuzu ul li {
    font-size: 10px;
  }
  .pankuzu ul li::after {
    content: '��';
    text-decoration: none;
    margin: 0 5px;
  }
  .pankuzu ul li:last-child::after {
    display: none;
  }
  .pankuzu ul li a {
    vertical-align: baseline;
    color: #343426;
  }





}





@media screen and (max-width: 768px){
.fix_sp {
    display: none !important;
}
}


.es-article-single {
	max-width: none !important;
	padding-top: 0 !important;
}
.box.disc {
  padding-bottom: 0 !important;
}
.box.bnr {
  padding: 80px 0 10px !important;
}
.box.osusume {
  padding: 60px 0 10px !important;
}
.box.osusume .es-list a:link {
  color: #000;
}
.box.osusume .es-list a:visited {
  color: #000;
}
.box.osusume .es-list a:hover {
  color: #000;
}
.box.osusume .es-list a:focus {
  color: #000;
}
.box.osusume .es_new_block_name {
  color: #000 !important;
}
#shop {
  padding: 70px 0 0 !important;
  background: url(/app/uploads/sites/1115/2023/12/branch-bg_arrow_grey.png)no-repeat top center;
  background-size: 220px auto;
}


@media (min-width: 768px) {
  .es_new_block .es-list .wp-block-column {
    max-width: 250px !important;
    width: 23.5% !important;
  }
}


.genre span {
  background: #000;
  font-size: 12px !important;
  color: #fff;
}
.box.news {
  padding-bottom: 0 !important;
}
.box.news .inner {
  overflow: visible;
}
.box.news .uagb-column__inner-wrap {
  display: block !important;
}
.box.news .uagb-column__inner-wrap h2 {
  float: none !important;
}
.box.news .news_list {
  max-width: none !important;
}
.box.news .es-list {
  max-width: 800px;
  height: 400px;
  margin: 0 auto;
}
.box.news .es-list-items {
  border-top: 1px solid #D6D6D6 !important;
}
.box.news .es-list-item {
  padding: 10px 0 !important;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #D6D6D6 !important;
}
.box.news .es-list-item .es-list-content {
  grid-template-columns: 20% auto;
  grid-template-rows: auto auto auto;
  grid-column-gap: 1.4%;
  grid-row-gap: 0;
}
.box.news .es-list-items.link {
  background: none !important;
  display: block;
}
.box.news .es-list-item .es-list-content .tag {
  height: 30px;
  font-size: 12px;
  border: 1px solid #C0BFBC;
  display: inline-block;
  padding: 0 20px;
  margin: 0 auto 4% 0;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.box.news .es-list-item .es-list-content .date {
  width: 100%;
  height: 30px;
  margin-bottom: 4%;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.box.news .es-list-item .es-list-content .date .month {
  order: 1;
}
.box.news .es-list-item .es-list-content .date::after {
  content: '/';
  display: block;
  order: 2;
}
.box.news .es-list-item .es-list-content .date .day {
  order: 3;
}
.box.news .es-list-item .es-list-content h3.wrap {
  font-size: 12px;
  grid-column: 1 / 3;
  grid-row: 2 / 3;
}
.box.news .es-list-item .es-list-content p.wrap {
  font-size: 12px;
  text-align: left;
  grid-column: 1 / 3;
  grid-row: 3 / 4;
}
@media (min-width: 768px) {
  .box.news .es-list-item .es-list-content {
    grid-template-columns: 11% 17% 67%;
    grid-template-rows: auto auto auto;
    grid-column-gap: 1.4%;
    grid-row-gap: 13px;
  }
  .box.news .es-list-item .es-list-content .tag {
    font-size: 12px;
    border: 1px solid #C0BFBC;
    display: inline-block;
    padding: 5px 20px;
    margin: 0 auto 10px 0;
  }
  .box.news .es-list-item .es-list-content .date {
    height: auto;
    margin-bottom: 0;
    flex-direction: column;
    grid-column: 1 / 2;
    grid-row: 1 / 4;
  }
  .box.news .es-list-item .es-list-content .date .month {
    font-size: 20px;
    font-weight: bold;
  }
  .box.news .es-list-item .es-list-content .date::after {
    width: 68%;
    height: 1px;
    background: #fff;
    content: '\0020';
  }
  .box.news .es-list-item .es-list-content .date .day {
    font-size: 30px;
    font-weight: bold;
  }
  .box.news .es-list-item .es-list-content h3.wrap {
    font-size: 14px;
    font-weight: 400;
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }
  .box.news .es-list-item .es-list-content p.wrap {
    font-size: 14px;
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }
}


.footer_bt_bar {
  display: none !important;
}
/**/
