@charset "UTF-8";
/* CSS Document */

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

.sp{
	display:block;
	}

.pc{
	display:none;
	}



/*ハンバーガーメニュー*/

.hamburger-menu{
display: block;
}

.menu-btn {
    position: fixed;
    top: 0;
    right: 0px;
    display: flex;
    height: 50px;
	padding-bottom: 10px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    background-color: #BA272D;
	cursor: pointer;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

.menu-btn b{
color: #fff;
margin-top: 37px;
font-size: 1.0rem;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check {
    display: none;
}

.logo{
width: 70%;
padding: 5% 0 2% 5%;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: #BA272D;
}
.menu-content ul {
width: 90%;
padding: 0 5%;
margin-top: 50px;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
margin-bottom: 2%;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 1.8rem;;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 13px 15px 14px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 27px;
}

.menu-content {
    width: 70%;
	margin-left: 30%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 999999;
    background-color: #BA272D;
    transition: all 1s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
    transition: all 0.5s;/*アニメーション設定*/
}
/*ハンバーガーメニューここまで*/




.top_midashi_01{
font-family: ryo-display-plusn, serif;
font-weight: 500;
font-style: normal;
text-align: center;
font-size: calc(100vw * 28 / 375);
color: #BA272D;
letter-spacing: 0.2em;
margin-top: 2%;
margin-bottom: 1%;
}

.top_honbun_01{
font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 500;
font-style: normal;
font-size: calc(100vw * 14 / 375);
text-align: center;
line-height: 2.5em;
margin-bottom: 3%;
}


.top_section{
padding: 6% 0;
width: 90%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

.top_section div{
width: 100%;
text-align: center;
}

.top_midashi_02{
font-family: ryo-display-plusn, serif;
font-weight: 500;
font-style: normal;
font-size: calc(100vw * 23 / 375);
letter-spacing: 0.2em;
line-height: 1.2em;
margin-bottom: 4%;
margin-top: -2%;
}

.top_midashi_02 span{
font-family: ryo-display-plusn, serif;
font-weight: 500;
font-style: normal;
font-size: calc(100vw * 14 / 375);
letter-spacing: 0.2em;
color: #BA272D;
}

.top_honbun_02{
font-size: 1.5rem;
font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 400;
font-style: normal;
margin-bottom: 5%;
font-size: calc(100vw * 12 / 375);
}

.link_btn_01{
background: #BA272D;
color: #fff;
font-family: ryo-display-plusn, serif;
font-weight: 700;
font-style: normal;
font-size: calc(100vw * 12 / 375);
display: block;
width: 185px;
text-align: center;
padding: 1.5% 0;
margin: 0 auto;
letter-spacing: 0.25em;
}

.link_btn_02{
background: #BA272D;
color: #fff;
font-family: ryo-display-plusn, serif;
font-weight: 700;
font-style: normal;
font-size: calc(100vw * 11 / 375);
display: block;
width: 148px;
text-align: center;
padding: 1.5% 0;
margin: 0 auto;
letter-spacing: 0.25em;
}

.top_section_02{
text-align: center;
padding: 6% 0 10% 0;
margin-bottom: 4%;
position: relative;
}

.swiper-slide h3{
font-size: calc(100vw * 11 / 375);
font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 500;
font-style: normal;
margin: 2% 0 4% 0;
}


footer{
border-top: #BA272D 2px solid;
padding: 5% 0;
}

footer section{
width: 90%;
margin: 0 auto;
display: block;
}

footer section dl{
display: block;
margin-bottom: 10px;
}

footer section dl dt{
margin-right: 30px;
  width: 100%;
margin-bottom: 10px;
}

footer section dl dt h1 a{
background: url("../img/top/logo.jpg") no-repeat center center;
background-size: cover;
display: block;
width: 150px;
    height: 32px;
text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

footer section dl dd p{
display: inline-block;
  margin-right: 2.0em;
  line-height: 1.5em;
  font-size: 1.3rem;
  width: 100%;
}

footer .copyright
{
  font-size: 1.1rem;
  line-height: 2.0em;
  white-space: nowrap;
  overflow-wrap: break-word;
  text-align: justify;
  width: 100%;
}

}