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

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

.sp{
	display:block;
	}

.pc{
	display:none;
	}

.cs{
width: 80%;
position: absolute;
top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

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

.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: #42210b;
	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: #CC0060;
}
.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: #42210b;
    transition: all 1s;/*アニメーション設定*/
}

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





.h_section{
width: 100%;
text-align: center;
position:relative;
top: 0;
left: 0;
background: url("../img/top/h_ba.png") no-repeat top -80px center;
background-size: 120% auto;
padding: 0;
padding-top: 3%;
padding-bottom: 5%;
z-index: 9;
}

header h1{
width:35%;
margin: 2% auto 0 auto;
}

.pc_navi{
display: none;
}

.h_sns{
display: none;
}

.main_section_01{
width: 90%;
position: relative;
padding-top: 6%;
padding-bottom: 6%;
margin: 0 auto 0 auto;
z-index: 99;
}


.top_main_img_section h2 p{
position: absolute;
top: 2%;
left: 3%;
z-index: 5;
color: #42210b;
font-size: 1.7rem;
display: inline;
padding: 2% 2%;
}

.community_section_01{
background: url("../img/top/ba_01.png") no-repeat center center;
background-size: 100% 100%;
width: 90%;
padding: 22% 0 5% 0;
margin: -15% -8% 0 auto;
position: relative;
}



.community_btn{
background: url("../img/top/enter01.gif") no-repeat center center;
background-size: 100% 100%;
width: 100px;
height: 70px;
display: block;
margin: 5% 15% 0 auto;
}

.community_btn:hover{
opacity: 1;
background: url("../img/top/enter02.gif") no-repeat center center;
background-size: 100% 100%;
width: 100px;
height: 70px;
}

.img_03{
width: 65%;
position: absolute;
bottom: -10%;
left: 0%;
}

.img_04{
width: 10%;
position: absolute;
top: 8%;
right: 18%;
}

.community_section_01 h2{
width: 60%;
margin: 0 15% 0 auto;
}

.top_info_section{
width: 100%;
margin-top: 10%;
position: relative;
}

.img_05{
width: 18%;
position: absolute;
top: -28%;
right: auto;
left: 0;
}

.news_dl{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 2%;
margin-bottom: 0;
}

.news_dl dt{
width: 100%;
font-size: 1.2rem;
color: #42210b;
}

.news_dl dd{
width: 100%;
font-size: 1.3rem;
margin-bottom: 3%;
color: #42210b;
line-height: 120%;
}

.more_btn_01{
font-size: 1.5rem;
color: #754c24;
position: relative;
bottom: auto;
right: auto;
}

.top_midashi_03{
width: 100%;
position: relative;
z-index: 99;
margin-bottom: 2%;
}

.img_07{
width: 60%;
position: absolute;
top: -7%;
right: 2%;
}

.top_honbun_01{
width: 100%;
position: relative;
top: 100%;
left: auto;
display: block;
font-size: 1.3rem;
margin: 2% 0;
}

.top_link_01{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
width: 80%;
padding: 0 10%;
padding-top: 12%;
}

.top_link_01 li{
width: 100%;
margin-bottom: 2%;
}

.img_08{
width: 25%;
position: absolute;
top: 0;
left: 0;
}

.top_midashi_04{
width: 75%;
margin-bottom: 2%;
}

.img_10{
width: 30%;
position: absolute;
top: -8%;
right:2%;
}

.img_11{
width: 20%;
position: absolute;
top: 5%;
left: auto;
right: 2%;
}

.top_midashi_05{
width: 20%;
}

.top_link_02 li{
width: 48%;
margin-bottom: 2%;
}

.f_logo{
width: 128px;
margin-bottom: 5%;
}

.f_data{
font-family: setofont-sp,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.5rem;
color: #42210b;
margin-bottom: 5%;
}

.ba_03{
width: 150%;
position: absolute;
bottom: 5%;
left: -50%;
}

.news_dl_02{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 2%;
}

.news_dl_02 dt{
width: 100%;
font-size: 1.3rem;
color: #42210b;
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}

.news_dl_02 dd{
width: 100%;
font-size: 1.3rem;
margin-bottom: 1%;
padding-bottom: 1%;
color: #42210b;
border-bottom: #42210b 1px dotted;
}

.news_dl_02 dd a{
text-decoration: underline;
color: #42210b;
}

.prevnext{
display: flex;
flex-wrap: wrap;
justify-content: center;
font-size: 1.2rem;
width: 100%;
}

.prevnext li{
margin: 2%;
}

.ymd{
font-size: 1.4rem;
margin-top: 2%;
}

.page_news_section_01{
font-size: 1.3rem;
color: #42210b;
}

.page_news_section_01 img{
width: auto;
height: auto;
}

}