@charset "UTF-8";

.top-wrap {
  background: url(../img/texture-1.jpg) center top;
  background-size: 100% auto ;
  margin-top: -1px;
}
.top-kv {
  position: relative;
  padding: 0 7.66rem;
  /*background: url(../img/top-bg-1.jpg) center bottom;
  background-size: 100% auto*/
}

.top-kv-slider>* {
  height: 56rem
}

.top-kv-slider>:nth-of-type(1) {
  background: url(../img/top-kv-1.jpg) no-repeat center/cover
}

.top-kv-slider>:nth-of-type(2) {
  background: url(../img/top-kv-2.jpg) no-repeat center/cover
}

.top-kv-slider>:nth-of-type(3) {
  background: url(../img/top-kv-3.jpg) no-repeat center/cover
}

.scroll {
  color: var(--blue);
  position: absolute;
  left: 4rem;
  bottom: 0;
  font-weight: 700;
  display: flex;
  align-items: center
}

.scroll span {
  width: .14rem;
  height: 6rem;
  background: var(--blue);
  margin-top: .5rem;
  display: block;
  margin-right: .2rem;
  animation: scroll infinite 1.2s
}

@keyframes scroll {
  0% {
    transform: scale(1, 1);
    transform-origin: bottom
  }

  100% {
    transform: scale(1, 0);
    transform-origin: bottom
  }
}

@media screen and (max-width:768px) {
  .top-kv {
    padding: 0
  }

  .top-kv-slider>* {
    height: 48rem
  }
}
/* -------------------------------------------

news

------------------------------------------- */
.top-news {
    padding: 2.6rem 0 5rem 0;
	background: url(../img/texture-1.jpg) no-repeat top center / cover;
}
.top-news .heading-1 img {
	height: 11.6rem;
}

.top-news .more-btn {
	margin: 6rem auto 0 auto;
}
.news-wrap {
	width: 91.7rem;
	margin: 2.8rem auto 0;
}
/* ----- wrap ----- */
.top-news .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* ----- h2 ----- */
.top-news h2 {
	margin: 0 auto;
}
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}
.top-news .CMS-NEWS-TIME,
.top-news .CMS-NEWS-LINK {
	color: #231815;
    font-family: "Noto Sans JP", sans-serif;
}
.top-news .more {
	margin: 5.4rem 14rem 0 auto;
    background: url(../img/bg-btn-news.png) no-repeat top center / contain;
    width: 17.3rem;
    height: 3.4rem;

}
@media screen and (max-width: 768px) {
    .top-news {
        padding: 10rem 3rem 8rem 3rem;
    } 
	.top-news .wrap {
		display: block;
	}
	.top-news .more {
		margin: 4rem auto 0 auto;
        width: 22.3rem;
        height: 4.4rem;
	}  
	.news-wrap {
		width: 100%;
	}
	.top-news .heading-1 img {
		height: 6.6rem;
	}
}

/* CMS-NEWS */
.CMS-NEWS-INDEX {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 10rem;
}
.CMS-NEWS-INDEX > * {
	width: 29.1%;
    margin-right: 6.3%;
}
.CMS-NEWS-INDEX > *:nth-of-type(3n) {
    margin-right: 0;    
}
.CMS-NEWS-INDEX > *:nth-of-type(n + 4) {
    margin-top: 3.5rem;
}
.CMS-NEWS-ITEM a {
    transition: all .3s;
    display: block;
}
.CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}
.CMS-NEWS-TIME {
    font-size: 1.2rem;
    margin: 1.8rem 0 0.6rem 0;
    line-height: 1;
	color: var(--beige);
}
.CMS-NEWS-LINK {
    font-size: 1.2rem;
}
.under-bg .CMS-NEWS-TIME {
	border-bottom: 1px solid #272727;
}
.under-bg .CMS-NEWS-TIME,
.under-bg .CMS-NEWS-LINK {
	color: #272727;
    font-family: "Noto Sans JP", sans-serif;
}
.CMS-NEWS-INDEX > * img {
	height: 16.7rem;
    width: 100%;
    object-fit: cover;  
}
/* CMS-NEWS-MORE-READ */
.CMS-NEWS-MORE-READ {
    background: #011f5b;
    border: none;
    padding: 1.6rem 0 1.7rem 0;
    font-size: 1.4rem;
    color: #FFF !important;
    text-align: center;
    margin: 0 auto;
    width: 31%;
    display: block;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
	  font-family: "Noto Serif JP", serif;
    margin: 0 auto !important;
}
.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}
/* CMS-NEWS-TITLE */
.CMS-NEWS-TITLE {
    border-bottom: solid 1px rgba(0,0,0,0.7);
    font-size: 2.2rem;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    position: relative;
}
.under-bg .CMS-NEWS-TITLE {
	border-bottom: solid 1px rgba(0,0,0,0.);
}
.CMS-NEWS-TITLE:after {
    border-bottom: solid 0.35rem #011f5b;
    bottom: -0.5rem;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}
.CMS-NEWS-CONTENT img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 3rem auto;
}
@media screen and (max-width: 768px) {
    .CMS-NEWS-INDEX {
        flex-direction: column;
    }
    .CMS-NEWS-INDEX > * {
        width: 100%;
        margin-right: 0;
    }
    .CMS-NEWS-INDEX > *:nth-of-type(n + 4) {
        margin-top: 0;
    }
    .CMS-NEWS-INDEX > *:nth-of-type(n + 2) {
        margin-top: 3.5rem;
    }        
    .CMS-NEWS-TIME {
        margin: 1.5rem 0 0.3rem 0;
    }   
    .CMS-NEWS-INDEX > * img {
        height: 20rem;
    }
    .CMS-NEWS-CONTENT img {
        width: 100%;
    }
}


.top-policy {
  background: url(../img/top-bg-3.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 11.9rem 0 5.2rem 0
}

.top-policy .wrap {
  padding: 0;
  display: flex;
  margin-bottom: 4rem
}

.top-policy .wrap>figure {
  width: 55.6%
}

.top-policy .wrap>div {
  width: 43%;
  display: flex;
  flex-direction: row-reverse;
  color: #fff;
  padding-right: 12rem
}

.top-policy h2 {
  width: 8.5rem;
  margin-left: 5rem;
  font-family: "Yuji Syuku", serif;
  color: #b49f00;
  font-size: 4.2rem;
  letter-spacing: -0.03em;
  line-height: 1.16;
  margin-top: -5.4rem;
}

.top-policy .wrap>div p {
  height: 32rem;
  line-height: 2.2;
  padding-top: 1rem;
  letter-spacing: .22em;
  text-orientation: upright;
  margin-top: 1.5rem;
}

.top-policy>figure {
  padding-right: 15rem;
  width: 62%;
  margin-left: auto;
  position: relative
}

@media screen and (max-width:768px) {
  .top-policy {
    padding: 5rem 0
  }
  .top-policy h2 {
    width: initial;
    margin-left: 5rem;
    margin-top: 5rem;
    font-size: 3.7rem;
  }

  .top-policy .wrap {
    align-items: center;
    justify-content: space-between;
    margin: 0;
    flex-direction: column;
  }

  .top-policy .wrap>figure {
    width: 90%
  }

  .top-policy .wrap>div {
    padding-top: 0;
    padding-right: 5rem;
    width: 100%
  }

  .top-policy .wrap>div p {
    padding-top: 4rem;
    margin-top: 5rem;
    height: 41rem;
    font-size: 2rem;
  }
}

@media screen and (max-width:540px) {
  .top-policy {
    padding: 5rem 3rem
  }

  .top-policy .wrap {
    display: block
  }

  .top-policy .wrap>figure {
    width: 100%
  }

  .top-policy .wrap>div {
    width: 100%;
    padding-right: 0;
  }

  .top-policy h2 {
    margin-left: 4rem;
    font-size: 3rem;
  }

  .top-policy .wrap>div p {
    padding-top: 4rem;
    height: 31rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width:414px) {
  .top-policy .wrap>div p {
    height: 40rem;
  }
}

.top-menu {
    padding: 2rem 0 20.9rem 0;
    background: 
      url(../img/top-bg-nami1.png) no-repeat bottom left/contain, 
      url(../img/texture-1.jpg) no-repeat center bottom;
    background-size: 100% auto, cover;
    position: relative;
}
.menu-deco {
  position: absolute;
  top: 0.5rem;
  left: -6rem;
  width: 49.1rem;
}

.top-menu h2 {
  margin-bottom: 4.9rem
}

.top-menu ul li {
  display: flex;
  align-items: center;
  position: relative
}

.top-menu ul li:nth-child(odd) {
  flex-direction: row-reverse;
  margin-bottom: 6rem
}

.top-menu ul li>figure {
  width: 46%
}

.top-menu ul li>div {
  width: 54%
}

.top-menu h3 {
  display: flex;
  align-items: center;
  align-items: flex-end;
  margin-top: -75px
}

.top-menu h3 img {
  width: 28.2rem
}

.top-menu h3>span {
  padding-bottom: 1rem
}

.top-menu h4 {
  font-size: 3.3rem;
  letter-spacing: 0.15em;
}

.top-menu h4 span {
  font-size: 2.5rem
}

.top-menu p {
  margin: 2rem 0 5.1rem 0;
  font-size: 1.3rem;
  line-height: 2.4;
  letter-spacing: 0;
}

.top-menu ul li:nth-child(odd) h3 img {
  margin-right: 1.5rem
}

.top-menu ul li:nth-child(odd)>figure {
  padding: 0 8rem 0 0;
  width: 93%
}

.top-menu ul li:nth-child(odd)>div {
  padding: 0 5rem 0 14rem
}

.top-menu ul li:nth-child(2) {
  margin-bottom: 2.6rem
}

.top-menu ul li:nth-child(even) {
  margin-top: -17rem;
}

.top-menu ul li:nth-child(2)>figure {
  width: 36.6%;
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.5));
  margin-left: 11.7rem;
  margin-top: -3.5rem;
}
.top-menu ul li:nth-child(4)>figure {
  width: 32.3%;
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.5));
  margin-left: 13.8rem;

}

.top-menu ul li:nth-child(even) h3 {
  flex-direction: row-reverse;
  justify-content: flex-end
}

.top-menu ul li:nth-child(even) h3 img {
  margin-left: 1.5rem
}

.top-menu ul li:nth-child(even)>div {
  padding: 11rem 5.1rem 0 17.3rem;
  padding: 11rem 3.1rem 0 19.3rem;
}
.top-menu ul li:nth-child(2)>div {
  padding: 11rem 7.1rem 0 17.3rem;
}
.top-menu ul li:nth-child(4)>div {
  margin-top: 5.5rem;
}
@media screen and (max-width:1000px) {
  .top-menu ul li:nth-child(even) {
    margin-top: -12rem
  }
  .top-menu ul li:nth-child(2)>figure {
    margin-top: -8.5rem;
  }
  .top-menu ul li:nth-child(even)>div {
    padding: 11rem 7.1rem 0 13.3rem;
  }
  .top-menu ul li:nth-child(4)>figure {
    margin-top: -13rem;
  }
  .top-menu ul li:nth-child(4)>div {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width:768px) {
  .top-menu {
    padding: 4rem 0 8rem 0;
    background-size: auto 8%, cover
  }

  .top-menu h2 {
    margin-bottom: 4rem
  }
  .top-menu h4 {
    font-size: 2.9rem;
  }

  .top-menu ul li>div {
    width: 100%
  }

  .top-menu h3 {
    flex-direction: column;
    align-items: center;
    margin: 0 auto 3rem
  }

  .top-menu p {
    margin: 1rem 0 3rem 0;
    font-size: 2rem;
  }

  .top-menu .more {
    margin: 0 auto
  }

  .top-menu ul li:nth-child(odd) {
    flex-direction: column-reverse;
    margin-bottom: 4rem
  }

  .top-menu ul li:nth-child(odd)>figure {
    width: 100%;
    padding: 0
  }

  .top-menu ul li:nth-child(odd)>div {
    padding: 0 3rem
  }

  .top-menu ul li:nth-child(even) {
    flex-direction: column-reverse;
    margin-top: 2rem
  }

  .top-menu ul li:nth-child(even)>figure {
    width: 70%;
    padding: 0 3rem;
    margin: 3rem auto ;
  }

  .top-menu ul li:nth-child(even)>div {
    padding: 0 3rem;
    margin-bottom: 3rem
  }

  .top-menu ul li:nth-child(2) {
    margin-bottom: 5rem
  }
  .menu-deco {
    width: 34.1rem;
  }
  .top-menu ul li:nth-child(odd) h3 img {
    margin: 0;
    width: 35%;
  }
  .top-menu ul li:nth-child(2)>figure {
    width: 70%;
  }
  .top-menu ul li:nth-child(4)>div {
    margin: 0;
  }
}
@media screen and (max-width:540px) {
  .top-menu p {
    font-size: 1.8rem;
  }
  .menu-deco {
    width: 27.1rem;
  }
  .top-menu ul li:nth-child(odd) h3 img {
    width: 42%;
  }
}
@media screen and (max-width:414px) {
.menu-deco {
    width: 20.1rem;
  }
}

.top-gallery .wrap-1 {
  padding: 7rem 0 7.7rem 0;
  background: url(../img/top-bg-3.jpg) no-repeat center bottom/cover
}

.top-gallery h2 {
  margin-bottom: 0
}

.top-gallery .wrap-2 {
  background: url(../img/top-bg-3.jpg) no-repeat center top -8rem;
  background-size: 100% 52%;
  padding: 8rem 0 49rem 0
}

.top-gallery .wrap-2::before {
  background: url(../img/top-bg-2.jpg) no-repeat center/cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1
}

.top-gallery .more-wt {
  margin: 0 auto
}

#loopslider {
  margin: 0 auto;
  width: 100%;
  height: 259px;
  text-align: left;
  position: relative;
  overflow: hidden
}

#loopslider ul {
  height: 259px;
  float: left;
  display: inline;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important
}

#loopslider ul li {
  width: 356px;
  height: 259px;
  float: left;
  display: inline;
  overflow: hidden
}

#loopslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden
}

#loopslider ul {
  display: inline-block;
  overflow: hidden
}

#loopslider img {
  height: 259px;
  object-fit: cover
}

@media screen and (max-width:768px) {
  .top-gallery h2 {
    margin-bottom: 0
  }

  .top-gallery .wrap-2 {
    background-size: 100% 50%;
    padding: 5rem 0 40rem 0
  }


  #loopslider {
    height: 140px
  }

  #loopslider ul {
    height: 140px
  }

  #loopslider ul li {
    width: 180px;
    height: 140px
  }

  #loopslider img {
    height: 140px
  }
}

.top-access {
  background: url(../img/texture-1.jpg) center top;
  background-size: 100% auto;
  padding: 3.3rem 0 6rem;
  position: relative;
  overflow: hidden;
}
.access-deco {
  position: absolute;
  top: -0.1rem;
  right: -11.9rem;
  width: 55rem;
}
.top-access .heading-1 {
  margin-bottom: 7.2rem;
}
  
.top-access .wrap {
  margin: 0 auto 5rem auto;
  display: flex;
  justify-content: space-between
}

.top-access .wrap>figure {
  width: 43.4%
}

.top-access .wrap>dl {
  width: 52%;
  padding: 0 15rem 2rem 0
}

.top-access .more {
    margin: 5.4rem 14rem 0 auto;
    background: url(../img/bg-btn-news.png) no-repeat top center / contain;
    width: 17.3rem;
    height: 3.4rem;
}

@media screen and (max-width:768px) {
  .top-access {
    padding: 6rem 3rem
  }

  .top-access .wrap {
    width: auto;
    display: block
  }

  .top-access .wrap>figure {
    width: 100%;
    margin-bottom: 1.5rem
  }

  .top-access .wrap>dl {
    padding: 0;
    width: 100%
  }
}

.top-gmap iframe {
  width: 100%;
  height: 31rem
}

.top-insta {
  background: url(../img/top-bg-nami2.png) no-repeat center bottom -0.6rem, url(../img/texture-1.jpg) no-repeat center bottom;
  background-size: 100%, cover;
  padding: 3rem 0 11.7rem
}

.top-insta h2 {
  margin-bottom: 4.7rem;
}

.top-insta .wrap {
  width: 74rem;
  margin: 0 auto
}

.CMS-INSTAGRAM-LIST {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto
}

.CMS-INSTAGRAM-LIST>* {
  width: calc((100% - 5.1rem) / 3);
  margin-right: 2.5rem;
}

.CMS-INSTAGRAM-LIST>:nth-of-type(3n) {
  margin-right: 0
}

.CMS-INSTAGRAM-LIST>:nth-of-type(n+4) {
  margin-top: 2.5rem
}

.CMS-INSTAGRAM-LIST>:nth-of-type(n+7) {
  display: none
}

@media screen and (max-width:768px) {
  .top-insta {
    padding: 6rem 0 10rem
  }

  .top-insta .wrap {
    width: auto;
    padding: 0 3rem
  }

  .top-insta h2 {
    margin-bottom: 4rem
  }
}

.gallery-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  width: 90%;
  margin: 8rem auto
}

.gallery-list li {
  margin: 0 1rem 2rem 1rem
}

.gallery-list img {
  border-radius: 50%;
  height: 11vw;
  width: 11vw;
  object-fit: cover
}

.gallery-list span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.7;
  margin: 1.2rem 0 0 0;
  text-align: center;
  width: 11vw
}

@media screen and (max-width:768px) {
  .gallery-list {
    margin: 4rem auto;
    width: 95%
  }

  .gallery-list li {
    margin: 0 .5rem 1.5rem .5rem
  }

  .gallery-list img {
    width: 17vw;
    height: 17vw
  }

  .gallery-list span {
    font-size: 1rem;
    margin: 1rem auto 0 auto;
    width: 16vw
  }
}

ul.lcmenu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  justify-content: space-between
}

ul.lcmenu li {
  width: 49%;
  text-align: center;
  font-weight: 700
}

ul.lcmenu li a {
  display: block;
  padding: 1.8rem 0 2rem 0;
  background: #fff;
  white-space: nowrap
}

ul.lcmenu li.current a {
  color: #fff;
  background: var(--blue)
}

@media screen and (max-width:768px) {
  ul.lcmenu li {
    width: 49%
  }

  ul.lcmenu li a {
    padding: 1.2rem 0 1.3rem 0
  }
}

dl.menu-list dd,
dl.menu-list dt,
dl.menu-list dt.var,
dl.menu-list dt.var+dd {
  border-bottom: solid 1px rgba(0, 0, 0, .2)
}

dl.menu-list dt:first-child,
dl.menu-list dt:first-child+dd {
  border-top: solid 1px rgba(0, 0, 0, .2)
}

dl.menu-list dt:nth-of-type(odd),
dl.menu-list dt:nth-of-type(odd)+dd {
  background: rgba(0, 0, 0, .04)
}

dl.menu-list dt.var+dd dl dt:nth-of-type(odd) {
  background: 0 0 !important
}

dl.menu-list dt.var+dd dl dt:nth-of-type(odd)+dd {
  background: 0 0 !important
}

dl.menu-list {
  display: flex;
  flex-wrap: wrap
}

dl.menu-list dt {
  padding: 1.5rem;
  width: 70%;
  font-weight: 700
}

dl.menu-list dt span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400
}

dl.menu-list dd {
  padding: 1.5rem;
  width: 30%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right
}

dl.menu-list dt.thumb {
  display: flex;
  justify-content: space-between;
  align-items: center
}

dl.menu-list dt.thumb i:first-of-type {
  width: 16rem;
  display: block
}

dl.menu-list dt.thumb i:last-of-type {
  width: calc(100% - 18rem)
}

@media screen and (max-width:768px) {
  dl.menu-list {
    display: block
  }

  dl.menu-list dt {
    width: 100%;
    border-bottom: none;
    padding: 1.5rem 1.5rem 0 1.5rem
  }

  dl.menu-list dd {
    width: 100%;
    border-top: none;
    padding: 0 1.5rem 1.5rem 1.5rem
  }

  dl.menu-list dt:first-child+dd {
    border-top: none
  }

  dl.menu-list dt.thumb {
    display: block
  }

  dl.menu-list dt.thumb i:first-of-type {
    width: 100%;
    margin: .5rem auto 1.5rem auto
  }

  dl.menu-list dt.thumb i:last-of-type {
    width: 100%
  }
}

.rstdtl-menu-lst__heading {
  margin-top: 6rem;
  font-size: 2rem;
  border-bottom: solid 1px rgba(0, 0, 0, .2);
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: .6rem
}

.rstdtl-menu-lst__heading:after {
  border-bottom: solid 4px var(--gold);
  bottom: -4px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%
}

@media screen and (min-width:769px) {
  .pttl {
    padding: 60px;
    text-align: center
  }

  .pttl img {
    height: 36px;
    width: auto
  }

  .rstdtl-menu-lst {
    margin: 0 auto 100px auto
  }

  .pttl {
    padding: 60px;
    text-align: center
  }

  .pttl img {
    height: 36px;
    width: auto
  }

  .rstdtl-menu-lst {
    margin: 60px auto 80px auto
  }

  .rstdtl-menu-lst__contents {
    display: table;
    padding: 0 10px;
    border-bottom: 1px dotted #d2d2d2;
    width: 100%;
    box-sizing: border-box
  }

  .rstdtl-menu-lst__contents:last-of-type {
    border-bottom: none
  }

  .rstdtl-menu-lst__info {
    display: table-cell;
    padding: 10px 0;
    vertical-align: top
  }

  .rstdtl-menu-lst__info-inner {
    display: table;
    width: 100%
  }

  .rstdtl-menu-lst__menu-title {
    display: table-cell;
    color: var(--main-text-color);
    font-weight: 700;
    font-size: 1.6rem
  }

  .rstdtl-menu-lst__price {
    display: table-cell;
    font-weight: 700;
    text-align: right;
    width: 7rem;
    font-size: 1.6rem;
    white-space: nowrap
  }

  .rstdtl-menu-lst__desc {
    font-size: 15px;
    padding-bottom: 10px
  }

  .rstdtl-menu-lst__desc p {
    font-size: 1.4rem;
    padding: 12px 10px;
    line-height: 1.6;
    background: url(https://tblg.k-img.com/images/line/line_dot.gif?1547477344) repeat-x 0 100%
  }

  .rstdtl-menu-lst__img {
    display: table-cell;
    padding: 20px 15px 20px 0;
    width: 120px;
    text-align: center
  }

  .course-list {
    margin: 20px 0 30px
  }

  .course-list__heading {
    display: block;
    position: relative
  }

  .course-list__hotpepper-logo {
    display: block;
    position: absolute;
    top: 3.2rem;
    right: .5rem
  }

  .course-list__heading-tax {
    position: absolute;
    right: 0;
    color: var(--sub7-text-color);
    top: 2.8rem;
    font-size: 1.1rem;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }

  .course-list__items {
    margin: auto;
    width: 95%
  }

  .course-list__tax-notice {
    margin-top: 5px;
    color: var(--sub7-text-color);
    font-size: 1rem
  }

  .course-seatonly {
    padding: 12px 15px;
    background-color: #faf8f5;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
  }

  .course-seatonly__title {
    color: #13131e;
    font-weight: 700;
    font-size: 1.4rem
  }

  .course-seatonly__btn {
    width: 10rem
  }

  .rstdtl-course-list {
    display: table;
    position: relative;
    z-index: 1;
    border-top: 1px solid #e0dccc;
    border-bottom: 1px solid #e0dccc;
    width: 100%
  }

  .rstdtl-course-list+.rstdtl-course-list {
    border-top: none
  }

  .rstdtl-course-list__target {
    color: inherit;
    z-index: 1
  }

  .rstdtl-course-list__target:hover {
    color: inherit;
    text-decoration: none
  }

  .rstdtl-course-list.rstdtl-course-list--hotpepper:hover {
    cursor: default
  }

  .rstdtl-course-list__data {
    display: table-cell;
    position: relative;
    padding: 20px 0;
    width: 100%;
    word-break: break-all;
    vertical-align: top
  }

  .rstdtl-course-list__tieup-mc~.rstdtl-course-list__img {
    padding-top: 6.5rem
  }

  .rstdtl-course-list__tieup-mc~.rstdtl-course-list__data {
    padding-top: 6.5rem
  }

  .rstdtl-course-list__data-header {
    display: table;
    width: 100%
  }

  .rstdtl-course-list__img+.rstdtl-course-list__data .rstdtl-course-list__data-header {
    min-height: 72px
  }

  .rstdtl-course-list__course-title {
    display: table-cell;
    word-break: break-all
  }

  .rstdtl-course-list__course-title-text {
    margin-bottom: .2rem;
    color: var(--main-text-color);
    line-height: 1.6;
    font-size: 2rem
  }

  .rstdtl-course-list__course-title-text .rstdtl-course-list__target:hover {
    color: var(--sub8-text-color);
    text-decoration: underline
  }

  .rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__course-title-text {
    color: #13131e
  }

  .rstdtl-course-list__dish-count.rstdtl-course-list__dish-count {
    border: 1px solid #e0dccc;
    box-sizing: border-box;
    color: #463f2d;
    background-color: var(--sub2-text-color);
    margin-left: .5rem;
    padding: .1rem .3rem;
    font-size: .9rem
  }

  .rstdtl-course-list__price-wrap {
    display: table-cell;
    vertical-align: top;
    padding-right: .8rem;
    width: 100%;
    display: inline-block
  }

  .rstdtl-course-list__price-discount {
    display: inline-block
  }

  .rstdtl-course-list__price-before {
    text-align: left;
    margin-right: .5rem;
    margin-bottom: -.2rem;
    font-size: 1.1rem
  }

  .rstdtl-course-list__price-hotpepper-discount {
    display: inline-block;
    position: relative;
    margin-bottom: 7px;
    border: solid 1px #d2d2d2;
    border-radius: 2px;
    color: var(--sub7-text-color);
    font-weight: 700;
    line-height: 1.6;
    background-color: var(--sub2-text-color);
    padding: .4rem .5rem .3rem;
    font-size: 1rem
  }

  .rstdtl-course-list__price-hotpepper-discount::after,
  .rstdtl-course-list__price-hotpepper-discount::before {
    display: block;
    position: absolute;
    border: solid transparent;
    width: 0;
    height: 0;
    content: ""
  }

  .rstdtl-course-list__price-hotpepper-discount::before {
    bottom: -7px;
    border-width: 6px 6px 0;
    border-top-color: #d2d2d2;
    right: 3rem
  }

  .rstdtl-course-list__price-hotpepper-discount::after {
    bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: var(--sub2-text-color);
    right: 3.1rem
  }

  .rstdtl-course-list__price-num {
    font-weight: 700
  }

  .rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__price-num {
    display: block
  }

  .rstdtl-course-list__price-num>em {
    margin-right: 2px;
    font-family: Arial, sans-serif;
    font-size: 1.8rem;
    font-style: normal
  }

  .rstdtl-course-list__price-num-tax {
    font-weight: 400;
    font-size: .6rem
  }

  .rstdtl-course-list__data-body {
    display: block;
    width: 100%;
    line-height: 1.6;
    padding-top: .5rem
  }

  .rstdtl-course-list__data-body:after,
  .rstdtl-course-list__data-body:before {
    display: block;
    overflow: hidden;
    content: ""
  }

  .rstdtl-course-list__data-body:after {
    clear: both
  }

  .rstdtl-course-list__img {
    display: block;
    padding: 20px 15px 20px 0;
    width: 120px;
    float: left
  }

  .rstdtl-course-list__img .rstdtl-course-list__target:hover {
    opacity: .8
  }

  .rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__img:hover {
    opacity: 1
  }

  .rstdtl-course-list__subinfo {
    display: table;
    position: relative;
    float: left;
    padding-top: .5rem
  }

  .rstdtl-course-list__desc {
    color: var(--sub6-text-color);
    line-height: 1.8;
    font-size: 1rem
  }

  .rstdtl-course-list__data-footer {
    float: right
  }

  .rstdtl-course-list__label {
    margin-left: 5px
  }

  .rstdtl-course-list__label.rstdtl-course-list__label {
    background-color: rgba(180, 0, 0, 1);
    color: #fff;
    padding: .4rem .8rem;
    line-height: 1.6rem;
    font-size: 1.2rem
  }

  .rstdtl-course-list__hotpepper-target::before {
    color: #999
  }

  .rstdtl-course-list__course-rule {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 0 .3rem 1rem
  }

  .rstdtl-course-list__course-rule>dd,
  .rstdtl-course-list__course-rule>dt {
    display: inline-block
  }

  .rstdtl-course-list__course-rule>dd {
    margin-right: .5rem
  }

  .rstdtl-course-list__course-rule-title::before {
    display: none
  }

  .rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--member::before {
    font-family: "Tabelog Glyph";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    speak: none;
    content: "\f663"
  }

  .rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--time::before {
    font-family: "Tabelog Glyph";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    speak: none;
    content: "\f677"
  }

  .rstdtl-course-list__course-rule-title>i {
    display: none
  }

  .rstdtl-course-list__action-btn {
    display: none
  }

  .rstdtl-course-list__action-btn-target {
    display: block;
    float: right;
    clear: right;
    cursor: pointer;
    vertical-align: middle;
    width: 10rem;
    color: var(--sub3-text-color)
  }

  .rstdtl-course-list__action-btn-target+.rstdtl-course-list__action-btn-target {
    margin-top: .6rem
  }

  .rstdtl-course-list__reserve-notice+.rstdtl-course-list__action-btn-target {
    margin-top: .6rem
  }

  .rstdtl-course-list__coupon {
    float: right;
    margin-top: .5rem
  }

  .rstdtl-course-list__coupon-btn {
    float: right
  }

  .rstdtl-course-list__coupon-contents {
    width: auto;
    text-align: left;
    padding-top: .7rem
  }

  .rstdtl-course-rdimg {
    position: absolute;
    bottom: 0;
    left: 0
  }

  .rstdtl-course-list__tieup-mc {
    display: table-row;
    position: absolute;
    left: 0;
    z-index: 5;
    border-radius: 6px;
    vertical-align: middle;
    background-color: #221815;
    top: 1.5rem
  }

  .rstdtl-course-list__tieup-mc:hover {
    opacity: .8
  }

  .rstdtl-course-list__tieup-mc-target {
    display: block;
    box-sizing: border-box;
    padding: .6rem 1.2rem .6rem 1.5rem
  }

  .rstdtl-course-list__tieup-mc-target::after {
    color: var(--sub2-text-color);
    vertical-align: middle
  }

  .rstdtl-course-list__tieup-mc-target:hover {
    text-decoration: none
  }

  .rstdtl-course-list__tieup-mc-logo {
    display: inline-block;
    width: 123px;
    height: 22px;
    background: url(https://tblg.k-img.com/images/shared/tieup/mastercard_pricelessjapan/tieup_logo_mastercard.png?1547477503) no-repeat 0 0;
    background-size: 123px 22px;
    vertical-align: bottom
  }

  .rstdtl-course-list__tieup-mc-logo>i {
    display: none
  }

  .rstdtl-course-list__tieup-mc-text {
    display: inline-block;
    color: var(--sub2-text-color);
    margin-left: 1rem;
    padding-bottom: .2rem;
    font-size: 1.1rem
  }

  .rstdtl-course-list__tieup-mc-text>em {
    color: var(--sub8-text-color);
    font-weight: 700;
    margin-right: .7rem;
    font-size: 1.3rem
  }
}

.pttl {
  padding: 33px 0 40px 0;
  text-align: center
}

.pttl img {
  height: 32px;
  width: auto
}

.rstdtl-menu-lst {
  margin: 0 0 60px 0
}

dl.shop-info dt {
  clear: both;
  font-weight: 700;
  padding-top: 11px;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 10px
}

dl.shop-info dd {
  font-size: .9em;
  line-height: 1.6;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px
}

.pttl {
  padding: 33px 0 40px 0;
  text-align: center
}

.pttl img {
  height: 32px;
  width: auto
}

.rstdtl-menu-lst__heading {
  font-size: 2rem
}

.rstdtl-menu-lst__contents {
  display: table;
  padding: 0 10px;
  border-bottom: 1px dotted #d2d2d2;
  width: 100%;
  box-sizing: border-box
}

.rstdtl-menu-lst__contents:last-of-type {
  border-bottom: none;
  padding-top: 10px
}

.rstdtl-menu-lst__info {
  display: table-cell;
  padding: 10px 0;
  vertical-align: top
}

.rstdtl-menu-lst__info-inner {
  width: 100%
}

.rstdtl-menu-lst__menu-title {
  display: table-cell;
  width: 100%;
  color: var(--main-text-color);
  font-weight: 700;
  font-size: 1.6rem
}

.rstdtl-menu-lst__price {
  display: inline-block;
  width: 100% !important;
  font-weight: 700;
  text-align: right !important;
  font-size: 1.6rem
}

.rstdtl-menu-lst__desc {
  font-size: 12px;
  padding-bottom: 10px
}

.rstdtl-menu-lst__desc p {
  font-size: 1.4rem;
  padding: 12px 10px;
  line-height: 1.6;
  background: url(https://tblg.k-img.com/images/line/line_dot.gif?1547477344) repeat-x 0 100%
}

.rstdtl-menu-lst__img {
  display: table-cell;
  padding: 20px 15px 20px 0;
  width: 120px;
  text-align: center
}

.course-list__items {
  margin: auto;
  width: 100%
}

.rstdtl-course-list {
  display: table;
  position: relative;
  z-index: 1;
  border-top: 1px solid #e0dccc;
  border-bottom: 1px solid #e0dccc;
  width: 100%
}

.rstdtl-course-list+.rstdtl-course-list {
  border-top: none
}

.rstdtl-course-list__target {
  color: inherit;
  z-index: 1
}

.rstdtl-course-list__target:hover {
  color: inherit;
  text-decoration: none
}

.rstdtl-course-list.rstdtl-course-list--hotpepper:hover {
  cursor: default
}

.rstdtl-course-list__data {
  display: table-cell;
  position: relative;
  padding: 20px 0;
  width: 100%;
  word-break: break-all;
  vertical-align: top
}

.rstdtl-course-list__tieup-mc~.rstdtl-course-list__img {
  padding-top: 6.5rem
}

.rstdtl-course-list__tieup-mc~.rstdtl-course-list__data {
  padding-top: 6.5rem
}

.rstdtl-course-list__data-header {
  width: 100%
}

.rstdtl-course-list__img+.rstdtl-course-list__data .rstdtl-course-list__data-header {
  min-height: 72px
}

.rstdtl-course-list__course-title {
  display: table-cell;
  word-break: break-all
}

.rstdtl-course-list__course-title-text {
  margin-bottom: .2rem;
  line-height: 1.6;
  font-size: 2rem
}

.rstdtl-course-list__course-title-text .rstdtl-course-list__target:hover {
  color: var(--sub8-text-color);
  text-decoration: underline
}

.rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__course-title-text {
  color: #13131e
}

.rstdtl-course-list__dish-count.rstdtl-course-list__dish-count {
  border: 1px solid #e0dccc;
  box-sizing: border-box;
  color: #463f2d;
  background-color: var(--sub2-text-color);
  margin-left: .5rem;
  padding: .1rem .3rem
}

.rstdtl-course-list__price-wrap {
  display: table-cell;
  vertical-align: top;
  padding-right: 0
}

.rstdtl-course-list__price-wrap {
  display: block;
  width: 100%;
  vertical-align: top;
  padding-right: 0
}

.rstdtl-course-list__price-discount {
  display: inline-block
}

.rstdtl-course-list__price-before {
  text-align: left;
  margin-right: .5rem;
  margin-bottom: -.2rem;
  font-size: .1rem
}

.rstdtl-course-list__price-hotpepper-discount {
  display: inline-block;
  position: relative;
  margin-bottom: 7px;
  border: solid 1px #d2d2d2;
  border-radius: 2px;
  color: var(--sub7-text-color);
  font-weight: 700;
  line-height: 1.6;
  background-color: var(--sub2-text-color);
  padding: .4rem .5rem .3rem;
  font-size: 1rem
}

.rstdtl-course-list__price-hotpepper-discount::after,
.rstdtl-course-list__price-hotpepper-discount::before {
  display: block;
  position: absolute;
  border: solid transparent;
  width: 0;
  height: 0;
  content: ""
}

.rstdtl-course-list__price-hotpepper-discount::before {
  bottom: -7px;
  border-width: 6px 6px 0;
  border-top-color: #d2d2d2;
  right: 3rem
}

.rstdtl-course-list__price-hotpepper-discount::after {
  bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: var(--sub2-text-color);
  right: 3.1rem
}

.rstdtl-course-list__price-num {
  color: var(--sub3-text-color);
  font-weight: 700;
  font-size: 1.4rem
}

.rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__price-num {
  display: block
}

.rstdtl-course-list__price-num>em {
  margin-right: 2px;
  font-family: Arial, sans-serif;
  font-size: 2rem;
  font-style: normal
}

.rstdtl-course-list__price-num-tax {
  font-weight: 400;
  font-size: .6rem
}

.rstdtl-course-list__data-body {
  display: block;
  width: 100%;
  line-height: 1.6;
  padding-top: .5rem
}

.rstdtl-course-list__data-body:after,
.rstdtl-course-list__data-body:before {
  display: block;
  overflow: hidden;
  content: ""
}

.rstdtl-course-list__data-body:after {
  clear: both
}

.rstdtl-course-list__img {
  padding: 20px 0 0 0;
  width: 200px;
  margin: 0 auto
}

.rstdtl-course-list__img img {
  width: 90%;
  display: block;
  margin: 0 auto
}

.rstdtl-course-list__img .rstdtl-course-list__target:hover {
  opacity: .8
}

.rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__img:hover {
  opacity: 1
}

.rstdtl-course-list__subinfo {
  display: table;
  position: relative;
  float: left;
  padding-top: .5rem
}

.rstdtl-course-list__desc {
  color: var(--sub6-text-color);
  line-height: 1.8;
  font-size: 1rem
}

.rstdtl-course-list__data-footer {
  float: right
}

.rstdtl-course-list__label {
  margin-left: 5px;
  background: rgba(180, 0, 0, 1);
  color: #fff;
  padding: .4rem 1rem
}

.rstdtl-course-list__label.rstdtl-course-list__label {
  padding: .2rem .4rem;
  line-height: 1.6rem;
  font-size: .9rem
}

.rstdtl-course-list__hotpepper-target::before {
  color: #999
}

.rstdtl-course-list__course-rule {
  display: table-cell;
  vertical-align: bottom;
  padding: 0 0 .3rem 1rem
}

.rstdtl-course-list__course-rule>dd,
.rstdtl-course-list__course-rule>dt {
  display: inline-block
}

.rstdtl-course-list__course-rule>dd {
  margin-right: .5rem
}

.rstdtl-course-list__course-rule-title::before {
  display: none
}

.rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--member::before {
  font-family: "Tabelog Glyph";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  speak: none;
  content: "\f663"
}

.rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--time::before {
  font-family: "Tabelog Glyph";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  speak: none;
  content: "\f677"
}

.rstdtl-course-list__course-rule-title>i {
  display: none
}

.rstdtl-course-list__action-btn {
  display: none
}

.rstdtl-course-list__reserve-notice {
  display: block;
  color: #b4b4b4;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  vertical-align: middle;
  line-height: 1.6;
  font-size: .8rem
}

.rstdtl-course-list__action-btn-target {
  display: block;
  float: right;
  clear: right;
  cursor: pointer;
  vertical-align: middle;
  color: var(--main-text-color);
  border: solid;
  padding: 3px;
  font-size: 12px
}

.rstdtl-course-list__action-btn-target+.rstdtl-course-list__action-btn-target {
  margin-top: .6rem
}

.rstdtl-course-list__reserve-notice+.rstdtl-course-list__action-btn-target {
  margin-top: .6rem
}

.rstdtl-course-list__coupon {
  display: inline-block;
  float: right;
  margin-top: .5rem
}

.rstdtl-course-list__coupon-btn {
  float: right
}

.rstdtl-course-list__coupon-contents {
  width: auto;
  text-align: left;
  padding-top: .7rem
}

.rstdtl-course-rdimg {
  position: absolute;
  bottom: 0;
  left: 0
}

.rstdtl-course-list__tieup-mc {
  display: table-row;
  position: absolute;
  left: 0;
  z-index: 5;
  border-radius: 6px;
  vertical-align: middle;
  background-color: #221815;
  top: 1.5rem
}

.rstdtl-course-list__tieup-mc:hover {
  opacity: .8
}

.rstdtl-course-list__tieup-mc-target {
  display: block;
  box-sizing: border-box;
  padding: .6rem 1.2rem .6rem 1.5rem
}

.rstdtl-course-list__tieup-mc-target::after {
  color: var(--sub2-text-color);
  vertical-align: middle
}

.rstdtl-course-list__tieup-mc-target:hover {
  text-decoration: none
}

.rstdtl-course-list__tieup-mc-logo {
  display: inline-block;
  width: 123px;
  height: 22px;
  background: url(https://tblg.k-img.com/images/shared/tieup/mastercard_pricelessjapan/tieup_logo_mastercard.png?1547477503) no-repeat 0 0;
  background-size: 123px 22px;
  vertical-align: bottom
}

.rstdtl-course-list__tieup-mc-logo>i {
  display: none
}

.rstdtl-course-list__tieup-mc-text {
  display: inline-block;
  color: var(--sub2-text-color);
  margin-left: 1rem;
  padding-bottom: .2rem;
  font-size: 1.1rem
}

.rstdtl-course-list__tieup-mc-text>em {
  color: var(--sub8-text-color);
  font-weight: 700;
  margin-right: .7rem;
  font-size: 1.3rem
}

.course-dtl {
  overflow: hidden;
  padding: 2rem;
  color: #000
}

.course-dtl__course-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5
}

.course-dtl__img {
  margin-bottom: 2rem
}

.course-dtl__desc {
  margin-bottom: 2rem
}

.c-table {
  width: 100%;
  border-collapse: collapse
}

.c-table th {
  width: 15rem;
  text-align: left !important;
  padding: 1.5rem;
  border-bottom: solid 1px #ddd
}

.c-table td {
  width: calc(100% - 15rem);
  padding: 1.5rem;
  border-bottom: solid 1px #ddd
}

.c-table em {
  font-style: normal
}

@media screen and (max-width:1024px) {
  .course-dtl {
    padding: 1rem
  }

  .c-table tr {
    display: flex;
    flex-direction: column
  }

  .c-table th {
    width: 100%;
    text-align: left !important;
    padding: 1.5rem 0 .4rem 0;
    border-bottom: none
  }

  .c-table td {
    width: 100%;
    padding: 0 0 1.5rem 0
  }
}

.cms_menu___modal--close {
  position: absolute;
  top: 10px;
  right: auto;
  left: 10px !important;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #333 !important;
  border-radius: 50%;
  cursor: pointer
}

.course-dtl__img {
  width: 36rem;
  margin: 0 auto 2.5rem auto
}

@media screen and (max-width:1024px) {
  .course-dtl__img {
    width: 100%
  }
}

.tblg-coupon__main-title {
  display: none
}

.tblg-coupon-btn-wrap {
  display: none
}

.tblg-coupon__main-contents {
  display: none
}

.rstdtl-course-list__label {
  margin: .6rem 0;
  display: inline-block
}

.rstdtl-course-list__course-title {
  display: block !important;
  margin-bottom: 1.5rem
}

.rstdtl-course-list__target+span {
  margin-left: .8rem
}

.CMS-COURSE-MENU a {
  text-decoration: underline
}

.CMS-DRINK-MENU,
.CMS-MENU {
  pointer-events: none
}

.fix-btn {
  position: fixed;
  top: 65%;
  right: 0;
  width: 5%;
  border: 1.5px solid #fff;
  background-color: #011f5b;
  z-index: 99999999
}

.fix-btn a {
  writing-mode: vertical-lr;
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 5.5rem;
  padding: 20px 0;
  font-size: 2rem;
  letter-spacing: 3px
}

@media screen and (max-width:767px) {
  .fix-btn {
    top: initial;
    right: 0;
    width: 50%;
    bottom: 0
  }

  .fix-btn a {
    writing-mode: initial;
    text-align: center;
    line-height: 1;
    padding: 2rem 0;
    font-size: 2rem;
    letter-spacing: 3px
  }

  .fixed-btn a {
    width: 100%
  }
}

.news-content .CMS-NEWS-INDEX {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 8rem;
  position: relative
}

.news-content .CMS-NEWS-INDEX>* {
  width: 31%;
  margin-bottom: 3rem;
  margin-right: 3rem;
}

.news-content .CMS-NEWS-INDEX>:nth-of-type(3n) {
  margin-right: 0
}

.news-content .CMS-NEWS-ITEM a {
  transition: all .3s;
  display: block
}

.news-content .CMS-NEWS-ITEM a:hover {
  opacity: .6
}

.news-content .CMS-NEWS-TIME {
  font-size: 1rem;
  margin: 1.8rem 0 .6rem 0;
  line-height: 1;
  width: 100%
}

.news-content .CMS-NEWS-LINK {
  font-size: 1.4rem;
  line-height: 1.8;
  width: 100%
}

.news-content .CMS-NEWS-INDEX>* img {
  height: 15rem;
  width: 100%;
  object-fit: cover
}

.news-content .CMS-NEWS-TITLE {
  border-bottom: solid 1px rgba(0, 0, 0, .2);
  font-size: 2.4rem;
  margin-bottom: 3rem;
  padding: 1rem 0 1.5rem 0;
  position: relative;
  font-weight: 700
}

.news-content .CMS-NEWS-TITLE:after {
  border-bottom: solid 3px #011f5b;
  bottom: -3px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%
}

.news-content .CMS-NEWS-CONTENT img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto 3rem auto
}

@media screen and (max-width:767px) {
  .news-content .CMS-NEWS-INDEX {
    display: block;
    padding-bottom: 10rem
  }

  .news-content .CMS-NEWS-INDEX>* {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem
  }

  .news-content .CMS-NEWS-INDEX>:last-of-type {
    margin-bottom: 0
  }

  .news-content .CMS-NEWS-TIME {
    margin: 1.5rem 0 .3rem 0
  }

  .news-content .CMS-NEWS-INDEX>* img {
    height: auto
  }

  .news-content .CMS-NEWS-CONTENT img {
    width: 100%
  }
  .CMS-NEWS-LINK,
  .CMS-NEWS-TIME {
        font-size: 2rem;
  }
}

@media screen and (min-width:768px) {
  .news-content .CMS-NEWS-ITEM a {
    transition: all .3s;
    display: block;
    margin-left: 50px
  }
}