@charset "shift_jis";
/* Updated 2025/07/16.T */
/********************
cmn-section
********************/
.cmn-section{
  padding: 0 0 160px;
}
.cmn-section>.inner{
  max-width: 736px;
  margin: 0 auto;
}
/********************
location-breadcrumb
********************/
.location-breadcrumb{
  max-width: 736px;
  margin:  0 auto;
  padding: 32px 0;
}
/********************
sec-ttl01
********************/
.sec-ttl01{
  margin: 32px 0 0;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.7;
  font-family: "OLIVEccc-801 N","Gothic MB101 DemiBold";
}
/********************
sec-ttl02
********************/
.sec-ttl02{
  margin: 64px 0 0;
  padding: 12px 16px;
  border: 1px solid #000;
  border-width: 1px 0;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.7;
  font-family: "OLIVEccc-801 N","Gothic MB101 DemiBold";
}
/********************
sec-ttl03
********************/
.sec-ttl03{
  position: relative;
  margin: 56px 0 0;
  padding: 0 0 16px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.7;
  font-family: "OLIVEccc-801 N","Gothic MB101 DemiBold";
}
.sec-ttl03::after{
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  border-bottom: 1px solid #000;
}
.sec-ttl02+section>.sec-ttl03:first-child{
  margin-top: 32px;
}
/********************
sec-ttl04
********************/
.sec-ttl04{
  position: relative;
  margin: 32px 0 0;
  padding: 0 0 0 24px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.5;
  font-family: "OLIVEccc-801 N","Gothic MB101 DemiBold";
}
.sec-ttl04::after{
  display: block;
  content: '';
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 16px;
  border-bottom: 1px solid #000;
}
/********************
page-tag
********************/
.page-tag{
  display: flex;
  font-size: 1.2rem;
  color: #666666;
  line-height: 1;
  letter-spacing: 0.15em;
}
.page-tag .date{
  padding-top: 12px;
  font-family: "OLIVEccc-801 N";
}
.page-tag .category{
  display: flex;
  flex-wrap: wrap;
}
.page-tag .category>li{
  padding: 6px 12px;
  margin: 4px 0 0 8px;
  background: #EFF1EB;
  border-radius: 20px;
}
/********************
menu-
********************/
.menu-ttl01{
  margin: 20px 0 0;
  padding: 12px 0;
  border-bottom: 1px solid #AFAFAC;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  font-family: "OLIVEccc-801 N";
}
.menu-list01{
  counter-reset: number 0;
  font-size: 1.4rem;
}
.menu-list01>li{
  position: relative;
  border-bottom: 1px solid #AFAFAC;
}
.menu-list01>li::before{
  position: absolute;
  top: 0.7em;
  left: 8px;
	counter-increment: number 1;
	content: counter(number) ".";
  font-family: "OLIVEccc-801 N";
  color: #A89346;
  font-size: 1.6rem;
}
.menu-list01>li>span{
  display: block;
  position: relative;
  padding: 12px 36px;
  text-decoration: none;
  color: #000;
  font-size: 1.4rem;
  letter-spacing: .15em;
  font-family: "OLIVEccc-801 N","Gothic MB101 Regular";
  cursor: pointer;
}
.menu-list01>li>span::after{
  display: block;
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  right: 2px;
  width: 16px;
  height: 16px;
  background: url(/kojin/olive/olivelounge/topics/imgs/cmn_ico_01.svg) no-repeat 0 0 / 100%;
}
.menu-ttl01[role="tab"]{
  position: relative;
  padding-right: 24px;
}
.menu-ttl01[role="tab"]::after,
.menu-ttl01[role="tab"]::before{
  display: block;
  content: '';
  position: absolute;
  right: 4px;
  top: 50%;
  width: 15px;
  height: 1px;
  background: #000;
  transition: transform .3s 0s ease-in-out;
}
.menu-ttl01[role="tab"]::before{
  transform: rotate(-90deg);
}
.menu-ttl01[role="tab"][aria-selected="true"]::before{
  transform: rotate(0deg);
}
/********************
img-wrap
********************/
.img-wrap01{
  margin: 32px 0 0;
}
.img-wrap01>img{
  width: auto;
  max-height: 736px;
}
section section section .img-wrap01{
  margin-top: 16px;
}
/********************
text-wrap01
********************/
.text-wrap01{
  margin: 32px 0 0;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .15em;
}
.text-wrap01>p:not(:first-child){
  margin: 2em 0 0;
}
.text-wrap01>p em,
.text-wrap01>p strong{
  font-weight: bold;
  font-family: "Gothic MB101 DemiBold";
}
.sec-ttl03 + .text-wrap01,
.sec-ttl04 + .text-wrap01{
  margin-top: 16px;
}
.text-wrap01 + .text-wrap01{
  margin-top: 32px;
}
/********************
button-link
********************/
.button-link{
  margin-top: 56px;
}
/********************
text-list01
********************/
.text-list01{
  margin: 16px 0 0;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
.text-list01>li{
  position: relative;
  margin: 8px 0 0;
  padding-left: 15px;
}
.text-list01>li::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #666666;
}
/********************
text-caption01
********************/
.text-caption01,
.img-wrap01 + .text-caption01{
  margin: 16px 0 0;
  padding: 16px;
  background: #EFF1EB;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .15em;
}
/********************
text-link01
********************/
.text-link01{
  text-decoration: none;
  color: #000;
}
.text-link01::after{
  display: inline-block;
  content: '';
  margin-left: 8px;
  width: 16px;
  height: 16px;
  background: url(/kojin/olive/olivelounge/topics/imgs/cmn_ico_02.svg) no-repeat 0 0 / 100%;
  vertical-align: -0.15em;
}
.text-link01[target="_blank"]::after{
  background: url(/kojin/olive/olivelounge/topics/imgs/cmn_ico_04.svg) no-repeat 0 0 / 100%;
}
/********************
text-rayout01
********************/
.text-rayout01>.item01{
  display: flex;
  margin: 64px 0 0;
}
.text-rayout01>.item01:first-child{
  margin: 56px 0 0;
}
.text-rayout01>.item01>.img-wrap01{
  max-width: 324px;
  margin: 0;
  margin-right: 48px;
}
.text-rayout01>.item01>.text{
  flex: 1;
}
.text-rayout01>.item01>.text>.sec-ttl03:first-child,
.text-rayout01>.item01>.text>.text-wrap01:first-child{
  margin-top: 0;
}
.text-rayout01>.item01:nth-child(even){
  flex-direction: row-reverse;
}
.text-rayout01>.item01:nth-child(even)>.img-wrap01{
  margin: 0;
  margin-left: 48px;
}
@media screen and (min-width: 768px) {
  .text-link01:hover{
    color: #A89346;
  }
  .text-link01:hover::after{
    background: url(/kojin/olive/olivelounge/topics/imgs/cmn_ico_03.svg) no-repeat 0 0 / 100%;
  }
  .text-link01[target="_blank"]:hover::after{
    background: url(/kojin/olive/olivelounge/topics/imgs/cmn_ico_05.svg) no-repeat 0 0 / 100%;
  }
  /********************
  sec-ttl02
  ********************/
  section + section>.sec-ttl02{
    margin: 64px 0 0;
  }
}
@media screen and (max-width: 767px) {
  /********************
  cmn-section
  ********************/
  .cmn-section{
    padding: 0 24px 96px;
  }
  /********************
  location-breadcrumb
  ********************/
  .location-breadcrumb{
    padding: 16px 24px 40px;
  }
  /********************
  sec-ttl01
  ********************/
  .sec-ttl01{
    font-size: 2.4rem;
  }
  /********************
  sec-ttl02
  ********************/
  .sec-ttl02{
    margin:32px 0 0;
  }
  /********************
  sec-ttl03
  ********************/
  .sec-ttl03{
    margin: 32px 0 0;
  }
  .sec-ttl02+section>.sec-ttl03:first-child {
    margin-top: 24px;
  }
  /********************
  sec-ttl04
  ********************/
  .sec-ttl04{
    margin: 32px 0 0;
  }
  /********************
  img-wrap
  ********************/
  .img-wrap01{
    margin: 32px -24px 0;
  }
  article .img-wrap01{
    margin: 32px 0 0;
  }
  /********************
  text-caption01
  ********************/
  .text-caption01{
    margin: 32px 0 0;
  }
  /********************
  button-link
  ********************/
  .button-link{
    margin-top: 32px;
  }
  /********************
  text-rayout01
  ********************/
  .text-rayout01>.item01{
    flex-direction: column;
    margin: 32px 0 0;
  }
  .text-rayout01>.item01:first-child{
    margin: 32px 0 0;
  }
  .text-rayout01>.item01>.img-wrap01{
    order: 2;
    max-width: none;
    text-align: center;
    margin: 16px 0 0;
  }
  .text-rayout01>div.item01>.img-wrap01{
    order: 1;
    margin: 0;
  }
  .text-rayout01>.item01>.text>.text-wrap01{
    order: 3;
  }
  .text-rayout01>div.item01>.text>.text-wrap01{
    order: 2;
  }
  .text-rayout01>.item01>.text{
    display: contents;
  }
  .text-rayout01>.item01>.text>.text-wrap01:first-child{
    margin-top: 16px;
  }
  .text-rayout01>.item01>.text>.sec-ttl03:first-child{
    order: 1;
  }
  .text-rayout01>.item01:nth-child(even){
    flex-direction: column;
  }
  .text-rayout01>.item01:nth-child(even)>.img-wrap01{
    margin: 16px 0 0;
  }
  .text-rayout01>div.item01:nth-child(even)>.img-wrap01{
    margin: 0;
  }
}