@charset "UTF-8";

/******************************
  パンくず
******************************/
.cmn-breadcrumb{
  background: #000;
  padding: 10px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.cmn-breadcrumb a{
  color: #f7f7f7;
}

/*****************************
    ページのコンテンツ少ないとき
*****************************/
.cmn-main{
  min-height: calc(100vh - 600px);
}

/*****************************
    アンカー
*****************************/
a.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
  position: relative;
  z-index: -1;
}

/*****************************
    ページャー
*****************************/
.pager{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  text-align: center;
}
.pager li{
  width: calc(100%/3);
  font-size: 14px;
}
.pager .prev a{
  background: #000000;
  border: 1px solid #707070;
  padding: 10px 60px 10px;
}
.pager .prev a:hover{
  background: #282828;
  border: 1px solid #707070;
  color: #fff;
  opacity: 1;
}
.pager .all a{
  background: #000000;
  border: 1px solid #707070;
  color: #fff;
  padding: 10px 60px 10px;
  transition: .5s;
}
.pager .all a:hover{
  background: #282828;
  border: 1px solid #707070;
  color: #fff;
  opacity: 1;
}
.pager .next a{
  background: #000000;
  border: 1px solid #707070;
  color: #fff;
  padding: 10px 60px 10px;
}
.pager .next a:hover{
  background: #282828;
  border: 1px solid #707070;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
}

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

@media screen and (max-width: 767px) {
  .pager .prev a{
      padding: 6px 30px 6px;
  }
  .pager .all a{
      padding: 6px 30px 6px;
  }
  .pager .next a{
      padding: 6px 30px 6px;
  }
}
/*****************************
    ページネーション
*****************************/
.pagination{
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}
.pagination .current{
  background: #297E39;
  color: #fff;
  padding: 3px 10px 3px;
}
.page-numbers{
  background: #F0F5F5;
  border: 1px solid #333;
  padding: 3px 10px 3px;
}
@media screen and (max-width: 1024px) {
}

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

@media screen and (max-width: 767px) {
  .pagination{
      margin-top: 60px;
  }
}

/*****************************
    single
*****************************/
.singlehead{
  margin-top: 30px;
}
.singlehead .date{
  color: #707070;
  line-height: 1.4;
  font-size: 16px;
}

.singlehead h2{
  border-bottom: 1px solid #707070;
  position: relative;
  color: #707070;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .singlehead h2{
    font-size: 18px;
  }
}

/*****************************
    404
*****************************/
.page-404 .morebtn{
  text-align: center;
  margin-top: 30px;
}
.page-404 .morebtn a{
  background: #000;
  border: 1px solid #222;
  color: #fff;
  padding: 15px 40px 15px;
  transition: .5s;
}
.page-404 .morebtn a:hover{
  background: #fff;
  color: #297E39;
  opacity: 1;
}

/******************************
  common
******************************/
.imgbox{
  text-align: center;
}
.link-txtunder,
.singlecontent a{
  color: #004B9E;
  text-decoration: underline;
}
.link-txtunder:hover,
.singlecontent a:hover{
  text-decoration: none;
}
.singlecontent p,
.txtbox p:not(:last-of-type){
  margin-bottom: 1rem;
}

/******************************
  inner
******************************/
.inner1,
.inner2,
.inner3{
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .inner1,
  .inner2,
  .inner3{
    padding: 0 1rem;
  }
}

.inner2{
  max-width: 1920px;
}
.inner3{
  max-width: 1280px;
}
.innernp{
  margin: 0 auto;
  max-width: 1920px;
}
.inner2 .inner1,
.inner2 .inner3,
.inner3 .inner1{
  padding: 0 !important;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    
}

/******************************
  flex
******************************/
.flexbox1{
  display: flex;
  flex-wrap: wrap;
}
.flexbox2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex{
  display: flex;
}
.frr{
  flex-direction: row-reverse;
}
.fac{
  align-items: center;
}
.fast{
  align-items: stretch;
}
.fafe{
  align-items: flex-end;
}
.fafs{
  align-items: flex-start;
}
.fabl{
  align-items: baseline;
}

.fbox,
.ftxtbox,
.fimgbox{
  width: 48%;
}
.fimgbox{
  text-align: center;
}

/******************************
  ttl
******************************/
.title-type01 {
  text-align: center;
  margin: 50px auto 20px;
  position: relative;
}

.title-type01 .ttl-main {
  letter-spacing: 1px;
  font-size: 28px;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .title-type01 .ttl-main {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .title-type01 .ttl-main {
    font-size: 16px;
  }
}
.title-type01 .ttl-main:before {
  content: "";
  width: 330px;
  height: 1px;
  background: #fce3c4;
  position: absolute;
  left: 50%;
  bottom: -30%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 600px) {
  .title-type01 .ttl-main:before {
    width: 250px;
    bottom: -45%;
  }
}


.title-type01 .ttl-sub {
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 20px;
  font-weight: bold;
  color: #707070;
}
@media screen and (max-width: 600px) {
  .title-type01 .ttl-sub {
    font-size: 14px;;
  }
}


/* h2見出し Ver.2 */
.title-type02 {
  background: #000;
  position: relative;
  padding: 20px 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .title-type02 {
    padding: 20px 25px;
  }
}

.title-type02::before{
content: '';
    background: #ccc;
    width: 10px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/common/pattern001.png);
    background-repeat: repeat;
    z-index: 1;
    opacity: 0.3;
}
.title-type02 .ttl-main02 {
  font-size: 26px;
  line-height: 1;
  position: relative;
  font-weight: 500;
  display: table;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .title-type02 .ttl-main02 {
    font-size: 22px;
  }
}

.title-type02 .ttl-main02::before  {
  position: absolute;
  right: -40px;
  top: -12px;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  transition: 0.5s;
  content: "";
  background: url(../images/common/spin-item.png) no-repeat center / contain;
  width: 30px;
  height: 30px;
  animation: swing 5s infinite;
  animation-duration: 5s;
  animation-delay: 0s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-direction:alternate;
}

@keyframes swing {
	0% {
		transform: rotateZ(5deg);
	}
    10% {
		transform: rotateZ(5deg);
	}
    40% {
		transform: rotateZ(-35deg);
	}
    60% {
		transform: rotateZ(-35deg);
	}
    90% {
		transform: rotateZ(5deg);
	}
	100% {
		transform: rotateZ(5deg);
	}
}



.title-type02 .ttl-sub02 {
  font-size: 14px;
  letter-spacing: 2px;
  margin-top: 0px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}


/* @keyframes spin {
  0%{
    transform: rotateY(0deg);
  }
  5%{}10%{}15%{}20%{}25%{}30%{}35%{}40%{}
  45%{
    transform: rotateY(360deg);
  }
  50%{}55%{}60%{}65%{}70%{}75%{}80%{}85%{}90%{}
  95%{
    transform: rotateY(360deg);
  }
  100%{
    transform: rotateY(180deg);
  }
} */



/******************************
  TABLE
******************************/
table{
  border-top: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
table th{
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
  text-align: left;
  vertical-align: middle;
  width: 26%;
  position: relative;
  text-align: center;
}
table th p{
  position: relative;
  z-index: 1;
}

table th.table_head::before {
  content: '';
  background: #ccc;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/common/pattern001.png);
  background-repeat: repeat;
  opacity: 0.3;
  z-index: 0;
}


table td{
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  background: #181818;
}
table td span{
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
}


table ul{
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
}

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

@media screen and (max-width: 767px) {
  table th{
      width: 100%;
      display: block;
      padding: 5px 10px;
  }
  table td{
    padding: 30px 20px;
    display: block;
    text-align: left;
  }
  .page-system table td{
    text-align: center;
  }
}

/******************************
  header
******************************/
.header01_area{
  padding: 5px 0 10px;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .header01_area{
    padding: 0px 0 0px;
  }
}
.cmnhead{
  background: #181818;
  padding: 5px 0 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .2);
}
@media screen and (max-width: 1024px) {
  .cmnhead{
    padding: 5px 0 5px;
  }
}
.cmnhead.on{
  box-shadow: 0px 0px 3px 0px rgba(255, 255, 255, 0.5);
}


.cmnhead .logo{
  max-width: 200px;
  margin-left: 10px;
  transition: 0.5s;
}

.logo:hover {
  transform: scale(0.95);
  transition: 1s;
}

@media only screen and (max-width: 1024px) {
.cmnhead .logo {
  max-width: 160px;
  padding: 5px;
  margin-left: 10px;
  transition: 0.5s;
  }
}
@media screen and (max-width: 600px) {
  .cmnhead .logo {
    max-width: 120px;
    padding: 10px 0 10px;
    transition: 0.5s;
  }
}

.cmnnav{
  margin-right: 0px;
}
.navlist{
  background: #181818;
  padding: 5px 0;
}
.navlist .flexbox1 li{
  width: calc(100% / 5);
  text-align: center;
  border-left: 1px dotted #343434;
}
.navlist .flexbox1 li.sp_only_nav{
  display: none;
} 

@media screen and (max-width: 1024px) {
  .navlist{
    background: #000000;
    padding: 30px 10px;
  }
  .navlist .flexbox1 li{
    width: calc(100% / 1);
    text-align: left;
    border-left: 0px dotted #343434;
  }
  .navlist .flexbox1 li.sp_only_nav{
    display: block;
    width: calc(100% / 1);
    text-align: left;
    border-left: 0px dotted #343434;
  }
}


.navlist .flexbox1 li:last-child{
  border-right: 1px dotted #343434;
}
@media only screen and (max-width: 1024px) {
  .navlist .flexbox1 li:last-child{
    border-right: 0px dotted #343434;
  }
}

.sp_navi_area{
  padding: 0px 0px;
}
@media screen and (max-width: 1024px) {
.sp_navi_area{
  padding: 40px 20px;
}
}
@media screen and (max-width: 767px) {
  .sp_navi_area{
    padding: 40px 5px;
  }
  }

.navlist a{
  display: block;
  padding: 0.5rem;
  font-size: 16px;
}
.navlist .nowpage a{
  color: #fff;
  opacity: 1;
  position: relative;
}
.navlist .nowpage a::after {
  content: "";
  position: absolute;
  border-top: 5px solid #fff;
  border-right: 3px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 3px solid transparent;
  margin-left: 0%;
  bottom: -7px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.navlist .nowpage a span{
  font-weight: 500;
}

.navlist a:hover{
  color: #fff;
  opacity: 1;
  position: relative;
}
.navlist a:hover span{
  font-weight: 500;
}

.navlist a:hover::after {
  content: "";
  position: absolute;
  border-top: 5px solid #fff;
  border-right: 3px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 3px solid transparent;
  margin-left: 0%;
  bottom: -7px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 1180px) {
  .navlist a{
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .navlist a{
    transition: 0s;
  }
  .navlist a:hover{
    transition: 0s;
  }
}

/* .navlist a:hover,
.navlist .nowpage a{
  border-bottom: 2px solid #8B968D;
  opacity: 1;
} */

.flexbox2 .head_logo_area{
  width: auto;
}
.flexbox2 .head_info_area{
  display: flex;
  justify-content: flex-end;
}

.h_access_box{
  display: block;
  width: 100px;
  text-align: center;
  border: 1px solid #CCC;
  border-radius: 3px;
  padding: 6px 3px 3px 3px;
  transition: all 0.3s;
  margin-left: 10px;
}
.h_access_box p{
  font-size: 12px;
}
.h_access_box img{
  width: 30px;
  margin-bottom: 6px;
}
.h_access_box i{
  font-size: 20px;
  /* background: linear-gradient(#ffffff, #f7f7f7, #ffffff, #f7f7f7); */
  background: linear-gradient(#ffde99, #d8862e, #ffde99, #d8862e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* spメニュー */
.x_style{
  font-size: 14px;
}
.x_style i{
  font-size: 20px;
  /* background: linear-gradient(#ffffff, #f7f7f7, #ffffff, #f7f7f7); */
  background: linear-gradient(#ffde99, #d8862e, #ffde99, #d8862e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1024px) {
  .h_access_box{
    width: 90px;
  }
  .h_access_box p{
    font-size: 12px;
  }
  .h_access_box img{
    width: 26px;
  }
}
@media screen and (max-width: 820px) {
  .h_access_box{
    margin-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .h_access_box{
    margin-right: 100px;
  }
}
@media screen and (max-width: 600px) {
  .h_access_box{
    width: 67px;
    padding: 10px 3px 10px 3px;
    border: 0px solid #CCC;
    margin-left: 5px;
    margin-right: 77px;
  }
  .h_access_box p{
    font-size: 10px;
  }
}


.h_contact_box{
  display: block;
  width: 100px;
  text-align: center;
  border: 1px solid #CCC;
  border-radius: 3px;
  padding: 6px 3px 3px 3px;
  transition: all 0.3s;
  margin-left: 10px;
}
.h_contact_box p{
  font-size: 12px;
}
.h_contact_box img{
  width: 30px;
  margin-bottom: 6px;
}
.h_contact_box i{
  font-size: 20px;
  background: linear-gradient(#4C64D3, #CF2E92, #F26939, #FFDD83);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* spメニュー */
.inst_style{
  font-size: 14px;
}
.inst_style i{
  font-size: 20px;
  background: linear-gradient(#4C64D3, #CF2E92, #F26939, #FFDD83);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


@media screen and (max-width: 1024px) {
  .h_contact_box{
    width: 80px;
    margin-left: 0px;
  }
  .h_contact_box p{
    font-size: 12px;
  }
  .h_contact_box img{
    width: 26px;
  }
}
@media screen and (max-width: 820px) {
  .h_contact_box{
    margin-right: 5px;
  }
}
@media screen and (max-width: 600px) {
  .h_contact_box{
    width: 67px;
    padding: 10px 3px 10px 3px;
    border: 0px solid #CCC;
    margin-left: 5px;
  }
  .h_contact_box p{
    font-size: 10px;
  }
}

.h_membership_box{
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.h_membership_box a{
  display: block;
  width: 130px;
  background: #282828;
  color: #fff;
  text-align: center;
  font-weight: lighter;
  padding: 5px 10px;
  border-radius: 50px;
  letter-spacing: 2px;
  transition: 0.5s;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .h_membership_box{
    margin-right: 80px;
  }
  .h_membership_box a{
    width: 100px;
    padding: 7px 5px;
    font-size: 12px;
  }
}

@media screen and (max-width: 820px) {
.h_membership_box{
  display: none;
  }
}

.headtel{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 10px;
}
@media screen and (max-width: 820px) {
  .headtel{
  display: none;
  }
}
.headtel a{
  font-size: 2.8rem;
  line-height: 1.4;
  text-align: center;
}
.headtel p{
  font-size: 1.2rem;
  line-height: 1.3;
}

@media screen and (max-width: 1024px) {
  .headtel a{
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .headtel p{
    font-size: 12px;
  }
}

.spbtn{
  background: #181818;
  border-radius: 3px;
	cursor: pointer;
  display: none;
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  width: 60px;
  height: 60px;
  z-index: 9999;
}
@media screen and (max-width: 600px) {
  .spbtn{
    top: 0.4rem;
    right: 0.8rem;
  }
}

.spbtn span{
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 50%;
  height: 2px;
  transition: all .4s;
  transform: translateX(-50%);
  width: 20px;
}
.spbtn span:nth-of-type(1) {
	top:10px;
}
.spbtn span:nth-of-type(2) {
	top:18px;
}
.spbtn span:nth-of-type(3) {
	top:26px;
}
.spbtn p {
  font-size: 12px;
  position: absolute;
  bottom: 8px;
  left: 11px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}
.spbtn p::after {
  content: "MENU";
}

.spbtn.active span:nth-of-type(1) {
  top: 13px;
  left: 13px;
  transform: translateY(6px) rotate(-135deg);
  width: 55%;
}
.spbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.spbtn.active span:nth-of-type(3){
  top: 25px;
  left: 13px;
  transform: translateY(-6px) rotate(135deg);
  width: 55%;
}
.spbtn.active p {
  letter-spacing: 0px;
}
.spbtn.active p::after {
  content: "CLOSE";
}

.splogo{
  display: none;
}

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

  .spbtn{
    display: block;
  }
  .cmnnav {
    padding: 0 2rem;
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    transition: 0.5s;
  }
  .cmnnav.active {
    background: #181818;
    height: 100dvh;
    overflow-y: scroll;
    position: fixed;
    display: block;
  }
  .cmnnav.active .splogo{
    display: block;
    margin: 10px auto;
    max-width: 222px;
    text-align: center;

  }
  .navlist{
    visibility: hidden;
    transform-origin: top center;
    transform: scale(.5);
  }
  .cmnnav.active .navlist{
    display: block;
    margin: 2rem auto;
    max-width: 100%;
    text-align: center;
    transition: .3s;
    transform: scale(1);
    visibility: visible;
  }
  .cmnnav.active .navlist li a{
    padding: 15px 20px 15px 20px;
    border-bottom: 1px dotted #707070;
    display: block;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    position: relative;
    transition: 0.5s;
    color: #fff;
  }
  .cmnnav.active .navlist li a::after {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
    transform: rotate(45deg);
    transition: 0.5s;
    left: unset;
}
.cmnnav.active .navlist li a span {
  font-weight: 500;
  letter-spacing: 1px;
}
  .cmnnav.active .navlist li a:hover,
  .cmnnav.active .navlist li.nowpage a{
    opacity: 1;
    background: #181818;
    color: #fff;
    border-bottom: 1px solid #707070;
  }
  .cmnnav.active .navlist li a:hover::after,
  .cmnnav.active .navlist li.nowpage a::after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
    left: unset;
  }
}


.head_info_second{
  display: none;
}
@media only screen and (max-width: 820px) {
  .head_info_second{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .head_info_second .left_area,.head_info_second .right_area{
    padding: 3px 8px;
  }
  .head_info_second .left_area{
    width: calc(100% / 2);
    text-align: center;
    background-color: #f7f7f7;
    border: 1px solid #fff;
  }
.head_info_second .right_area{
    width: calc(100% / 2);
    text-align: center;
    background: #000;
    border: 1px solid #fff;
  }
}

.headtel_second{
  display: flex;
    flex-direction: column;
    justify-content: center;
}
.headtel_second a {
  font-size: 20px;
  line-height: 1.1;
  display: block;
  color: #181818;
  font-weight: 500;
}
.headtel_second span {
  font-size: 12px;
  color: #181818;
  font-weight: 500;
}
.h_membership_box_second{
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.h_membership_box_second a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
  letter-spacing: 1px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .h_membership_box_second a {
    font-size: 14px;
  }
}

/******************************
cmnhead on
******************************/
@media only screen and (max-width: 1024px) {
.cmnhead.on .cmnnav {
  top: -10px;
  transition: 0.5s;
  }
}
@media only screen and (max-width: 600px) {
  .cmnhead.on .cmnnav {
    top: 2px;
    transition: 0.5s;
  }
}

.cmnhead.on .header01_area {
  padding: 0px 0 0px;
  transition: 0.5s;
}

.cmnhead.on .logo{
  max-width: 200px;
  margin-left: 10px;
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
.cmnhead.on .logo {
  max-width: 160px;
  padding: 10px;
  margin-left: 10px;
  transition: 0.5s;
  }
}
@media screen and (max-width: 600px) {
  .cmnhead.on .logo {
    max-width: 120px;
    padding: 10px 0 10px;
    transition: 0.5s;
  }
}

.cmnhead.on .h_membership_box a {
  padding: 7px 5px;
  font-size: 12px;
  transition: 0.5s;
}
.cmnhead.on .navlist{
  padding: 0px 0;
}

.cmnhead.on .headtel a{
  font-size: 2.5rem;
  line-height: 1.2;
}
.cmnhead.on .headtel p{
  font-size: 12px;
}

.cmnhead.on .h_access_box{
  padding: 3px 3px 3px 3px;
  width: 80px;
}
.cmnhead.on .h_access_box p{
  font-size: 10px;
}
.cmnhead.on .h_access_box img{
  width: 15px;
}

@media screen and (max-width: 600px) {
  .cmnhead.on .h_access_box {
    width: 67px;
    padding: 10px 3px 10px 3px;
    border: 0px solid #CCC;
    margin-left: 5px;
    margin-right: 77px;
  }
  .cmnhead.on .h_access_box p{
    font-size: 10px;
  }
}

.cmnhead.on .h_contact_box{
  padding: 3px 3px 3px 3px;
  width: 80px;
}
.cmnhead.on .h_contact_box p{
  font-size: 10px;
}
.cmnhead.on .h_contact_box img{
  width: 22px;
  margin-bottom: 3px;
}
@media screen and (max-width: 600px) {
  .cmnhead.on .h_contact_box{
    width: 67px;
    padding: 10px 3px 10px 3px;
    border: 0px solid #CCC;
    margin-left: 5px;
  }
  .cmnhead.on .h_contact_box p{
    font-size: 10px;
  }
}

/******************************
  footer
******************************/
.cmnfot{
  padding-top: 30px;
  position: relative;
  background-image: url(../images/common/footer_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ft_flex{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  width: 80%;
  margin-left: 20%;
  padding: 40px 0 60px;
}
.ft_fbox01{
  width: 35%;
  margin-right: 50px;
}
.ft_fbox02{
  width: 20%;
}
.ft_fbox02 ul li{
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.ft_fbox02 ul li a{
  position: relative;
  transition:0.4s;
}
.ft_fbox02 ul li a:hover {
  color: #707070;
  transition:0.4s;
}
.ft_fbox02 ul li a::before {
  content: '';
  display: block;
  width: 8px;
  height: 9px;
  position: absolute;
  top: 23%;
  right: -20px;
  background-image: url(../images/common/icon_arrow.webp);
  background-repeat: no-repeat;
  background-size: cover;
  transition: right 0.4s;
  margin: 0px 0 0;
}

.ft_fbox02 ul li a:hover::before {
  right: -30px;
}


.ft_fbox03{
  width: 25%;
}
.ft_fbox03 ul li{
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.ft_fbox03 ul li a{
  position: relative;
  transition:0.4s;
}
.ft_fbox03 ul li a:hover {
  color: #707070;
  transition:0.4s;
}
.ft_fbox03 ul li a::before {
  content: '';
  display: block;
  width: 8px;
  height: 9px;
  position: absolute;
  top: 23%;
  right: -20px;
  background-image: url(../images/common/icon_arrow.webp);
  background-repeat: no-repeat;
  background-size: cover;
  transition: right 0.4s;
  margin: 0px 0 0;
}

.ft_fbox03 ul li a:hover::before {
  right: -30px;
}

@media screen and (max-width: 1024px) {
  .ft_flex{
    width: 100%;
    margin-left: 0%;
    padding: 40px 0 60px;
  }
  .ft_fbox01{
    width: 35%;
    margin-right: 50px;
  }
  .ft_fbox02{
    width: 20%;
  }
  .ft_fbox03{
    width: 35%;
  }
}
@media screen and (max-width: 1024px) {
  .ft_flex{
    width: 80%;
    margin-left: 0%;
    margin: 0 auto;
    padding: 40px 0 60px;
  }
  .ft_fbox01{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .ft_fbox02{
    width: 50%;
  }
  .ft_fbox03{
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .ft_flex{
    padding: 20px 0 30px;
  }
  .ft_fbox02{
    width: 100%;
  }
  .ft_fbox03{
    width: 100%;
  }
}



.f_logo{
  max-width: 200px;
  transition: 1s;
}
.f_logo:hover {
  transform: scale(0.95);
  transition: 1s;
}

/******************************
  footer copyright
******************************/
.fotcopy {
  background: #000000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
}

/* ----------------------------------------
animate.cssカスタム
------------------------------------------*/
.animate__delay-03s {animation-delay: calc(var(--animate-delay) * 0.3);}
.animate__delay-06s {animation-delay: calc(var(--animate-delay) * 0.6);}
.animate__delay-09s {animation-delay: calc(var(--animate-delay) * 0.9);}
.animate__delay-12s {animation-delay: calc(var(--animate-delay) * 1.2);}
.animate__delay-15s {animation-delay: calc(var(--animate-delay) * 1.5);}
.animate__delay-18s {animation-delay: calc(var(--animate-delay) * 1.8);}
.animate__delay-21s {animation-delay: calc(var(--animate-delay) * 2.1);}


/******************************
  追加STYLE
******************************/
.bg_ttl_01 {
  position: absolute;
  top: 180px;
  right: 100px;
  transform: translateY(-50%) translateX(0%);
  z-index: 0;
}
.bg_ttl_01 p {
  font-family: "cormorant-garamond", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 130px;
  color: #707070;
  letter-spacing: 6px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .bg_ttl_01 {
    top: -40px;
    left: 14%;
  }
  .bg_ttl_01 p {
    font-size: 80px;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 600px) {
  .bg_ttl_01 {
    top: -35px;
    left: 8%;
  }
  .bg_ttl_01 p {
    font-size: 50px;
    letter-spacing: 2px;
  }
}
.bg_ttl_02 {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 0;
}
.bg_ttl_02 p {
  font-family: "cormorant-garamond", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 130px;
  color: #707070;
  letter-spacing: 6px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .bg_ttl_02 {
    top: -40px;
    left: 29%;
  }
  .bg_ttl_02 p {
    font-size: 80px;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 600px) {
  .bg_ttl_02 {
    top: -35px;
    left: 23%;
  }
  .bg_ttl_02 p {
    font-size: 50px;
    letter-spacing: 2px;
  }
}

.bg_ttl_03 {
  position: absolute;
  top: -30px;
  left: 20%;
  transform: translateY(-50%) translateX(0%);
  z-index: 0;
}
.bg_ttl_03 p {
  font-family: "cormorant-garamond", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 130px;
  color: #282828;
  letter-spacing: 6px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .bg_ttl_03 {
    top: -40px;
    left: 29%;
  }
  .bg_ttl_03 p {
    font-size: 80px;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 600px) {
  .bg_ttl_03 {
    top: -20px;
    left: 8%;
  }
  .bg_ttl_03 p {
    font-size: 50px;
    letter-spacing: 2px;
  }
}


.main_text{
  margin-top: 30px;
  margin-bottom: 30px;
}
.main_text p{
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 2;
}

/* top_flex01 */
.top_flex01{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 100px;
}
.top_flex01 .text_area01{
  width: 40%;
  padding: 10px 20px;
  margin-left: 5%;
  display: inline-grid;
  align-items: center;
}
.top_flex01 .img_area01{
  width: 55%;
  text-align: right;
}
.top_flex01 img{
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
  height: 600px;
  object-fit: cover;
  position: relative;
  z-index: -1;
  object-position: center;
}
@media screen and (max-width: 1180px) {
  .top_flex01{
    flex-direction: column-reverse;
  }
  .top_flex01 .text_area01{
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 0px;
    padding: 0 2rem;
  }
  .top_flex01 .img_area01{
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 2rem;
  }
  .top_flex01 img{
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%, 0% 50%);
    height: auto;
    width: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
    position: relative;
    z-index: -1;
    object-position: right;
  }
}
@media screen and (max-width: 767px) {
  .top_flex01{
    margin-top: 60px;
  }
}




/* top_flex02 */
.top_flex02{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 100px;
}
.top_flex02 .text_area02{
  width: 45%;
  padding: 10px 10px 10px 25px;
  margin-right: 5%;
  display: inline-grid;
  align-items: center;
}
.top_flex02 .img_area02{
  width: 50%;
  text-align: left;
}
.top_flex02 img{
  clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
  height: 600px;
  object-fit: cover;
  position: relative;
  z-index: -1;
  object-position: center;
}
@media screen and (max-width: 1180px) {
  .top_flex02 .text_area02{
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 0px;
    padding: 0 1rem;
  }
  .top_flex02 .img_area02{
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 1rem;
  }
  .top_flex02 img{
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%, 0% 50%);
    height: auto;
    width: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
    position: relative;
    z-index: -1;
    object-position: right;
  }
}
@media screen and (max-width: 767px) {
  .top_flex02{
    margin-top: 60px;
  }
}

/******************************
  btn
******************************/
.top_btn{
  margin: 20px 0;
}
.top_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 230px;
  margin: 0 auto;
  padding: 5px 30px 5px 2px;
  border: 1px solid #707070;
  color: #707070;
  font-size: 1em;
  transition: .6s;
  background: rgb(0, 0, 0, 0.7);
}
.top_btn a::after {
  position: absolute;
  right: 2em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #707070;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: .6s;
}
.top_btn a:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #FCE3C4;
  color: #FCE3C4;
  opacity: 1;
  transition: .6s;
}
.top_btn a:hover::after {
  /* transform: translateY(-50%) scaleX(1.4); */
  border: 1px solid #FCE3C4;
}
.top_btn a:hover::after{
  position: absolute;
  right: -1.5em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #FCE3C4;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
}
/******************************
  btn END
******************************/
.insta_bg{
  position: relative;
  width: 100%;
  background: url(../images/common/insta.webp) no-repeat center / cover;
  }
  .insta_bg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0, 0.6);
}
.insta_area{
  position: relative;
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
  z-index: 1;
}

.top_imgbg {
  position: relative;
  background-image: url(../images/common/top_imgbg.webp);
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 40vh;
}
@media screen and (max-width: 767px) {
  .top_imgbg {
    height: 27vh;
  }
}

.top_imgbg02 {
  position: relative;
  background-image: url(../images/common/top_imgbg02.webp);
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 40vh;
}
@media screen and (max-width: 767px) {
  .top_imgbg02 {
    height: 27vh;
  }
}

.news_bg{
  position: relative;
  width: 100%;
  min-height: 600px;
  background: url(../images/common/news_bg.webp) no-repeat center / cover;
  }
  .news_bg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0, 0.3);
}


/******************************
NEWS
******************************/
.newsbox {
  padding: 40px 30px 20px;
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
  background: rgb(0, 0, 0, 0.7);
  border-radius: 10px;
  border: 1px solid #282828;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

.newsbox_page {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 50px;
}


.news_flex_txt {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #707070;
}

.news_flex_txt .news {
  background: #282828;
  display: inline-block;
  padding: 6px 20px 5px;
  border-radius: 50px;
}
.category-name{
  font-size: 14px;
  color: #fff;
  line-height: 1;
}


.news_3flex_item_date {
  display: inline-block;
  color: #707070;
  margin-left: 10px;
  font-size: 14px;

}
.news_flex_txt a {
  display: inline-block;
  color: #fff;
  margin-left: 10px;
}
.column_title {
  font-size: 16px;
  line-height: 1.4;
}
.new-label {
  padding: 2px 2px 2px;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  margin-right: 0px;
  border-radius: 0px;
  vertical-align: baseline;
  border: 1px solid #9a8108;
  letter-spacing: 1px;
  color: #fff;
  background: #9a8108;
  vertical-align: middle;
}


/******************************
  menuページ
******************************/
.ttl_type03{
  margin-bottom: 30px;
}
.ttl_type03 h3{
  border-bottom: 1px solid #707070;
  color: #707070;
  font-weight: bold;
  font-size: 12px;
  padding-bottom: 5px;
  position: relative;
  line-height: 1.5;
  letter-spacing: 2px;
}
.ttl_type03 h3::after{
  content: "";
  width: 4em;
  height: 1px;
  background: #fce3c4;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.ttl_type03 h3 span {
  font-size: 18px;
  text-align: left;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 5px;
  display: block;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 767px) {
  .ttl_type03 h3{
    font-size: 16px;
  }
}


.menu_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
}

.menu_flex li{
  width: calc(100% / 2);
  padding: 20px;
}
@media screen and (max-width: 820px) {
  .menu_flex li{
    width: calc(100% / 1);
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .menu_flex li{
    padding: 0px;
  }
}

.menu_list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-bottom: 15px;
}

/* menu_name */
.menu_list .menu_name{
  width: calc(100% - 120px);
  padding: 0px;
  overflow-wrap: break-word;
}
@media screen and (max-width: 820px) {
  .menu_list .menu_name{
    width: 100%;
    padding: 0px;
  }
}

.menu_list .menu_name p{
  font-size: 12px;
  color: #707070;
  ruby-align: start;
  line-height: 1.4;
  word-break: break-word;
}

.menu_list .menu_name p span {
  font-size: 14px;
  text-align: left;
  color: #fff;
  letter-spacing: 0;
  display: block;
}
/* menu_price */

.menu_list .menu_price{
  width: 120px;
  padding: 0px;
  text-align: right;
  overflow-wrap: break-word;
}
@media screen and (max-width: 820px) {
  .menu_list .menu_price{
    width: 100%;
    padding: 0px;
    text-align: right;
  }
}

.menu_list .menu_price p{
  font-size: 14px;
  color: #fff;
}
.menu_list .menu_price p span{
  font-size: 11px;
  margin-left: 0px;
}


.menubox{
  padding: 10px;
  border: 1px solid #707070;
  margin-bottom: 30px;
}
.menubox p{
  font-size: 14px;
  color: #707070;
}

/******************************
  スライダー上の　Scroll
******************************/
.topsec-sl{
  position: relative;
}

.topsec-sl .icon-scroll {
  position: absolute;
  bottom: 60px;
  left: 50%;
  font-size: 13px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  padding-top: 50px;
  color: #fff;
  transform: translateX(-50%);
  z-index: 1;
}
.topsec-sl .icon-scroll .scroll-bar {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 40px;
  border: 1px solid #fff;
  overflow: hidden;
  border-radius: 10px;
}
.topsec-sl .icon-scroll .scroll-bar:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  margin-left: -2px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  animation: scroll02 2s infinite;
}
@keyframes scroll02 {
  0% {
    top: 8px;
    opacity: 1;
  }
  100% {
    top: 32px;
    opacity: 0;
  }
}

/******************************
Googlemap レスポンシブ
******************************/

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 35%;
  position: relative;
  }
@media screen and (max-width: 820px) {
    .gmap {
    padding-bottom: 50%;
      }
  } 
@media screen and (max-width: 767px) {
  .gmap {
  padding-bottom: 100%;
    }
  }

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  }


/******************************
  SHOPページ
******************************/
.shop_map{
  padding: 20px;
}
.shop_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: flex-start;
justify-content: flex-start;
align-items: flex-start;
}
@media screen and (max-width: 820px) {
  .shop_flex{
    flex-direction: column-reverse;
    }
}

.shop_flex .text_area{
  width: 50%;
  padding: 20px;
}
.shop_flex .img_area{
  width: 50%;
  padding: 20px;
}
.shop_flex .img_area img{
  width: 100%;
  aspect-ratio: 10 / 7;
  object-fit: cover;
}
@media screen and (max-width: 820px) {
  .shop_flex .text_area{
    width: 100%;
    padding: 20px;
  }
  .shop_flex .img_area{
    width: 400px;
    max-width: 100%;
    padding: 20px;
    margin: 0 auto;
  }
  .shop_flex .img_area img{
    width: 100%;
    aspect-ratio: 10 / 7;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .shop_flex .text_area{
    padding: 20px 10px;
  }
  .shop_flex .img_area{
    padding: 20px 10px;
  }
}

.info_list dl {
  border-bottom: 1px dotted #707070;
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
.info_list dl dt {
  width: 35%;
  text-align: center;
}
.info_list dl dd {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .info_list dl dt {
    width: 30%;
    text-align: left;
  }
  .info_list dl dd {
    width: 70%;
  }
}

.info_list dl:not(:first-child) {
  padding-top: 15px;
}
/******************************
  footline
******************************/
.foot-line-area {
  position: relative;
  padding: 50px 0 50px;
}

.foot-line {
  background: #181818;
}
.foot-line:hover {
  background: #000;
  opacity: 1;
}
.foot-line {
  border-bottom: 1px solid #333;
}
.foot-line-area .foot-line:first-child {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.foot-line a {
  opacity: 1;
}
.foot-line-flex {
  display: flex;
}
.foot-line-flex .left-area {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .foot-line-flex .left-area {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .foot-line-flex .left-area {
    width: 40%;
  }
}

.foot-line-flex .left-area img {
  object-fit: cover;
  width: 100%;
  height: 100%;
aspect-ratio: 10 / 7;
}
@media screen and (max-width: 767px) {
  .foot-line-flex .left-area img {
aspect-ratio: 10 / 7;
  }
}

.foot-line-flex .right-area {
  width: 80%;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 1024px) {
  .foot-line-flex .right-area {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .foot-line-flex .right-area {
    width: 60%;
  }
}

.foot-line-flex .right-area::before {
  content: '';
  display: block;
  width: 16px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 0%;
  background-image: url(../images/common/icon_arrow.webp);
  background-repeat: no-repeat;
  background-size: cover;
  transition: right 0.4s;
  margin: -10px 0 0;
}
a:hover .foot-line-flex .right-area::before {
  right: -5%;
}

.foot-line-flex .right-area .foot-line-title {
  padding: 30px 0;
  text-align: center;
}
.foot-line-flex .right-area div:nth-child(1) {
  width: 30%;
  padding: 20px 20px;
}
@media screen and (max-width: 1024px) {
  .foot-line-flex .right-area div:nth-child(1) {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .foot-line-flex .right-area div:nth-child(1) {
    width: 100%;
    padding: 0px 20px;
    text-align: left;
  }
}
.foot-line-flex .right-area .foot-line-title .text_box {
  padding: 30px 0;
  font-size: 16px;
  border-right: 1px solid #707070;
  color: #707070;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .foot-line-flex .right-area .foot-line-title .text_box {
    padding: 10px 0;
    border-right: 0px solid #707070;
    font-size: 14px;
  }
}


.foot-line-flex .right-area div:nth-child(2) {
  width: 60%;
  padding: 20px 20px;
}
@media screen and (max-width: 1024px) {
  .foot-line-flex .right-area div:nth-child(2) {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .foot-line-flex .right-area div:nth-child(2) {
    width: 100%;
    padding: 0px 20px;
  }
}

.page p {
  line-height: 1.8;
}
.foot-line .inner{
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sp_none{
    display: none;
  }
  }

/*****************************
ページ内スライダー
*****************************/

.case_slider,.case_thumbnail {
  width: 800px;
  margin: 0 auto 10px;
  max-width: 100%;
}

.case_thumbnail .case_thumbnail-img img {
  width: 97%;
    aspect-ratio: 2 / 3;
  object-fit: cover;
}

.slick-slide img {
    display: block;
    object-fit: cover;
    aspect-ratio: 2 / 3;
}


.box_item{
background: #282828;
padding: 20px;
margin-top: 20px;
font-size: 14px;
text-align: left;
}
.box_item h3{
border: 1px solid #818181;
padding: 5px 10px;
font-size: 14px;
display: inline-block;
margin-bottom: 5px;
}