body {
    background-color: #e3edfd;
}

#container>p {
    left:5px;
}


#header h1 {
    top: 18px;
    left: 0px;
}

#header h1 img{
    width: 80%;

}

#header .tel{
   display: none;
}



p.top {
    display: none;
}

#header p {
    display: none;
}

#header-image {
    width: 100%;
    margin-top: 100px;
}

#header-image.pc {
    display: none;
}

#header-image.sp {
    display: unset;
}

.contact {
    display: none;
}

/* ハンバーガーメニュー */
/* チェックボックスを非表示にする */
.drawer_hidden {
    display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
    position: absolute;
    right: 60px;
    top: 50px;
    z-index: 100;
    cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #333;
    transition: 0.5s;
    position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
    bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
    top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked~.drawer_open span {
    background: #ffffff00;
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked~.drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#drawer_input:checked~.drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
}

/* メニューのデザイン*/
.g_navi {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 100%;
    /* メニューを画面の外に飛ばす */
    z-index: 99;
    background: #ffffffea;
    transition: .5s;
    text-align: center;
    padding-top: 20px;
}

header nav ul {
    display: block;
    margin-top: 100px;
}

header nav ul li {
    float: none;
    width: 50%;
    border-right: none;
    border-bottom: 1px dotted #000;
    margin: 30px auto;
    padding-bottom: 50px;
}

header nav ul li:nth-last-child(2){
    border-bottom: none;
}


header nav ul a{
    padding: 0;
    font-size: 1rem;
}

.nav_tel {
    display: block;
    border: 1px solid #fff !important;
    background-color: #5e0000d5;
    padding-top: 25px;
    padding-bottom: 85px;
    width: 80%;
    margin-top: -30px;
}

.nav_tel a{
    font-size: 1rem;
    color: #fff;
}

.nav_tel a span{
    font-size: 2rem;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked~.g_navi {
    left: 0;
}

.sponly {
    display: block;
}

.box_cont .box_c_in .left,
.box_cont .box_c_in .right,
.box_cont .box_c_in2 .left,
.box_cont .box_c_in2 .right {
    width: 100%;
}
/*
.box_cont .box_c_in .left img{
    padding-right: 20px;
}*/

h2 {
    font-size: 1.6rem;
}

p b {
    font-size: 1.3rem;
}

h6 {
    margin-bottom: 0;
}


.right_text {
    margin: 10px auto;
    padding: 0;
}

.box_cont .box_c_in .right {
    width: 100%;
    padding-left: 0;
}

.right_img {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px 0;
}
.event>.right_img {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10px 0;
}

.left_text {
    padding: 0 ;
}

.topBanner {
    flex-direction: column;
}
.topBanner .right_text {
    padding: 0;
    
}

.topBanner img {
    margin-right: none; 
    margin-bottom: 20px;
}

.item:nth-child(1) {
    margin-bottom: 15px;
}

.yellow_box.top{
    width: 100%;
    padding: 20px;
    margin-bottom: 15px;
}

img.pc {
    display: none;
}
img.sp {
    display:block;
}

.gallery {
    border: #ffffff 5px solid;
    box-shadow: 5px 5px 5px #bbb;
    width: 47%;
    margin: 0 5px 10px 0;
}