
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700;800&family=Murecho:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/*全体・リセット---------------------*/
html,body {
  overflow-x: hidden;
}
header, nav, article, aside, section, footer {
	display:block;
}
.st2-page-title {
	padding: 0.5rem 20px 0;
	margin-bottom: 0.5rem;
}
.st2-page-title__heading__txt {
	font-size: 1.3rem;
	font-weight: normal;
}
.st2-main-container {
	padding-top: 0;
}
.st2-contents-wrapper>div>div {
	padding: 0;
}
h2{
	margin:0;
}
p,ul,li,dl,dt,dd{
	margin: 0;
	padding: 0;
}
ul{
	list-style: none;
}
a:hover  {
	text-decoration: none;
	opacity:0.9;
	transition:0.3s;
}
.red{
	color: #cd0808;
}
.yellow{
	color: #fffc1e;
}
.L01 {
	font-size: 150%;
}
.L02 {
	font-size: 120%;
}
.S01 {
	font-size: 80%;
}
.coupon-cau .S01 {
	font-size: 87%;
	line-height: 1.75;
	margin-top: 0.5rem;
}
.S02 {
	font-size: 70%;
}
.pa04 {
	padding-top: 4rem;
}

/*全体---------------------*/
.pcnone{
    display: none;
}
.spnone{
    display: block;
}

@media (max-width: 736px) {
	.pcnone{
		display: block;
	}
	.spnone{
		display: none;
	}
}
/*MV---------------------*/
#top_img img{
	text-align: center;
	width: 100%;
	display: block;
	margin: 0 auto;
}
#top{
    background: #2E62C8;
	padding-bottom: 12rem;
}
@media (max-width: 736px) {
	#top {
    padding-bottom: 5rem;
}
	
}
/*maintext---------------------*/
.main_txt{
	text-align: center;
	color: #fff;
	margin-top: 7rem;
	max-width: 1000px;
    margin: 0 auto;
}
.text-date{
    font-size: 3.5rem;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 4px 0;
    margin: 7rem auto 2rem;
}
.text{
	font-size: 2rem;
	font-family: "M PLUS 1 Code", monospace;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
}

@media (max-width: 736px) {
  .text-date {
      font-size: 1.5rem;
      margin: 1rem auto 2rem;
	}
　　.st2-page-title__heading__txt {
	　font-size: 1.1rem;
	　font-weight: normal;
	}
    .text{
	  font-size: 1.2rem;
	}
	.blk_wrapper,
	.top-kanren{
		max-width: 350px;
        margin: 0 auto;
	}

}
/*banner---------------------*/
.top-banner {
	padding: 12rem 0 13rem 0;
}
.top-banner .st2-pic-block__pic-holder {
  position: relative;
  display: inline-block;
  background: url("/yado/iza-nippon/images/iza-nippon_top_bt_bk.png") no-repeat center/contain;
}
.top-banner .st2-pic-block__pic-holder img {
  display: block;
  width: 100%;
  position: relative;
}
.top-banner .st2-pic-block__pic-holder:hover img {
  opacity: 1;
}
.top-banner .st2-divide-layout[data-column="2"] .st2-divide-layout__item {
        margin: 0;
}
.top-banner .st2-divide-layout[data-column="2"]>div>div>div>div {
        margin: 0;
        gap: 6rem;
}
.top-banner .st2-divide-layout {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}
.top-banner .st2-divide-layout__item {
    flex: 1;
    max-width: 400px;
}
.top-banner .st2-pic-block__pic-holder img {
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 736px) {
	.top-banner{
	    max-width: 65%;
	    margin: 0 auto;
	}
	.top-banner	.st2-divide-layout__item{
       margin-bottom: 4rem;
	}
	.top-banner {
		padding: 4rem 0 2rem 0;
	}
.top-banner .st2-divide-layout[data-column="2"] .st2-divide-layout__item {
    margin-bottom: 3rem;
}
}

/*kanren---------------------*/
.top-kanren .st2-heading-lv3 {
    margin-bottom: 1rem;
}
.top-kanren .st2-heading-lv3__heading {
    font-family: "M PLUS 1 Code", monospace;
    font-optical-sizing: auto;
    font-style: normal;
    color: #fff;
}
.top-kanren .st2-heading-lv3__heading__txt {
	font-weight: 500;
	border-top: 5px dotted #ffffff;
    padding-top: 5rem;
}
.top-kanren .st2-divide-layout {
padding-top: 2rem;
}
.top-kanren .st2-pic-block__pic-holder {
  background: #fff;
}
.top-kanren .st2-pic-block__pic-holder {
    background: none;
}
@media (max-width: 736px) {
	.top-kanren .st2-heading-lv3__heading__txt {
		padding-top: 3rem;
	}	
}



