/* CSS Document */

.habit-wrap {
    padding: 50px 0 100px 0;
}

.habit {
    max-width: 1200px;
    width: 90%;
    height: auto;
    padding: 60px 10px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.habit h2 {
    font-size: 35px;
    font-weight: 600;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding: 15px;
    margin-bottom: 50px;
    border-bottom: 3px solid #E95312;
    background-color: white;
    text-align: center;
    word-break: keep-all;
    overflow-wrap: break-word;
}
.habit h2:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 20px;
    width: 16px;
    border-right: 3px solid #E95312;
    background-color: white;
    content: "";
    box-sizing: border-box;
}

.habit .h2-main {
    border-bottom: none;
    margin-bottom: 0;
	margin-top:10px;
    font-size: 35px;
    color: #57453C;
    font-weight: 700;
    line-height: 1.6em;
}
.habit .h2-main::before{
    display: none;
}
.habit .h2-main span{
    background: linear-gradient(
      transparent 75%, #FFDD00 60%
    );
}


/* 大きい方の吹き出し */
.habit-box-4 .h2-hukidashi-main {
    background-color: #E95312!important;
    color: #fff;
    padding: 15px 30px!important;
    display: inline-block;
    position: relative;
    border-radius: 20px;
    font-size: 35px!important;
    margin-bottom: 15px!important;
}

.habit-box-4 .h2-hukidashi-main::before {
    content: "";
    border: 15px solid transparent;
    border-top: 16px solid #E95312;
    margin-left: -10px;
    top: 103%;
    left: 50%;
    position: absolute;
    transform: none;
    background-color: white;
}

.habit .h2-hukidashi-main .hyde{
    background: none;
    color: #fff;
}
@media screen and (max-width: 1200px) {
    .h2-hukidashi-main{
        max-width: 500px;
    }
    .habit-box-4 .h2-hukidashi-main .hyde{
        display: none;
    }
}
@media screen and (max-width: 960px) {
    .habit-box-4 .h2-hukidashi-main{
        font-size: 28px!important;
        max-width: 350px;
        border-radius: 15px;
    }
}
@media screen and (max-width: 480px) {
    .habit-box-4 .h2-hukidashi-main{
        font-size: 20px!important;
        max-width: 280px;
        border-radius: 15px;
        padding: 10px!important;
    }
    .habit-box-4 .h2-hukidashi-main::before {
        border: 10px solid transparent;
        border-top: 10px solid #E95312;
    }
}
/* 大きい方の吹き出し おわり*/

.habit-box-2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 3%;
}



.habit-box-4 {
    text-align: center;
    margin-bottom: 30px;
	margin-top:30px;
	font-size: 20px;
}



@media screen and (max-width: 960px) {
	.habit .h2-main {
        font-size: 25px;
        padding: 20px 0;
    }

    .habit-box-4 p {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .habit-wrap {
        padding: 20px 0 80px 0;
    }

    .habit {
        padding: 35px 20px;
    }

    .habit h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 640px) {
    .habit .h2-main .hyde{
        display: none;
    }
    .habit-box-4 p {
        margin-top: 30px;
    }
}
@media screen and (max-width: 480px) {
    .habit {
        padding: 25px 20px;
        border-radius: 20px;
    }

    .habit h2 {
        font-size: 20px;
        margin-bottom: 30px;
        padding: 10px 0;
    }
    .habit .h2-main{
        font-size: 20px;
        padding: 0 0 5px 0;
        line-height: 1.6em;
    }
}

.open-h1 {
}
.open-h1 h1{
	text-align:center;
	font-size:35px;
	color:#57453C;
}
.open-h1 h1 .span-1{
	border-bottom:dotted 5px #E95312;
	margin-bottom:10px!important;
	display:inline-block;
	padding:0 10px;
}
.open-h1 h1 .span-2{
	display:block;
	font-size:55px;
	color:#E95312;
	line-height:65px;
	margin-top:15px;
}
@media(max-width:640px){
.open-h1 h1{
	text-align:center;
	font-size:30px;
	color:#57453C;
}
.open-h1 h1 .span-2{
	font-size:45px;
	line-height:60px;
	margin-top:15px;
}	
}
@media(max-width:480px){
.open-h1 h1{
	text-align:center;
	font-size:25px;
	color:#57453C;
}
.open-h1 h1 .span-2{
	font-size:38px;
	line-height:45px;
	margin-top:15px;
}	
}
@media(max-width:440px){
.open-h1 h1{
	text-align:center;
	font-size:22px;
	color:#57453C;
}
.open-h1 h1 .span-2{
	font-size:30px;
	line-height:38px;
	margin-top:15px;
}	
}
.open-event {
	border:solid 3px #FADBCE;
	border-radius:10px;
	padding:30px;
	box-sizing: border-box;
	max-width:768px;
	margin:auto;
}

.open-event1 {
	text-align:center;
	margin-bottom:25px;
}
.open-event1 h3{
	background-color:#E95312;
	color:#fff;
	padding:3px 10px;
	margin:10px 0;
	text-align:center;
}
.open-event1 ul{
	display:flex;
	padding:0 5px;
	justify-content:center;
}
.open-event1 ul li{
	font-weight:bold;
	font-size:20px;
	color:#E95312;
}
.open-event1 ul li::after{
	content:"／";
	margin:0 3px;
}
.open-event1 ul li:last-child::after{
	content:none;
}
.open-event1 .p-1{
	font-weight:bold;
	font-size:20px;
	color:#E95312;
	margin-bottom:10px;
}
@media(max-width:640px){
.open-event1 ul{
	display:flex;
	padding:0 5px;
	justify-content:center;
	flex-direction:column;
}
.open-event1 ul li::after{
	content:none;
	margin:0 3px;
}
}
@media(max-width:520px){
.open-event {
	padding:10px 20px;
}	
}
@media(max-width:480px){
.open-event1 .p-1{
	font-size:17px;
	margin-bottom:10px;
}
}
.tokuten {
	margin-top:20px;
}

.tokuten-box {
	background-color:#FADBCE;
	border-radius:10px;
	padding:20px 10px;
	box-sizing: border-box;
	max-width:768px;
	margin:auto;
}
.tokuten-box ul{
	display:flex;
	justify-content:center;
	gap:20px;
}
.tokuten-box ul li{
	background-color:#fff;
	width:45%;
	border-radius:5px;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	color:#57453C;
	padding:20px;
	box-sizing:border-box;
}
.tokuten-box ul li a{
	font-size:14px;
	padding:2px 10px;
	border-radius:50px;
	font-weight:bold;
	background-color:#F47843;
	color:#fff;
}
.tokuten-box ul li p{
	color:#E95312;
	font-size:50px;
}
@media(max-width:640px){
.tokuten-box ul li{
	font-size:18px;
	padding:20px;
}
.tokuten-box ul li p{
	color:#E95312;
	font-size:50px;
}	
}
@media(max-width:620px){
.tokuten-box ul{
	display:flex;
	justify-content:center;
	gap:20px;
	flex-direction:column;
}
.tokuten-box ul li{
	font-size:17px;
	padding:15px;
	width:95%;
	margin:auto;
}
/*.tokuten-box ul li span{
	display:block;
}*/
.tokuten-box ul li p{
	color:#E95312;
	font-size:45px;
}	
}
@media(max-width:460px){
.tokuten-box ul li p{
	color:#E95312;
	font-size:38px;
}	
}
.open-reserve {
	max-width:768px;
	margin:20px auto;
}
.open-reserve .reserve-line{
	
}
.open-reserve .reserve-line a{
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:#06c755;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:30px;
	padding:10px;
	border-radius:5px;
}
.open-reserve .reserve-line a span{
	display:inline-block;
	width:40px;
	margin-right:10px;
}
.open-reserve .reserve-line a span img{
	display:block;
	width:100%;
}
.open-reserve .reserve-tel{
	margin-bottom:10px;
}
.open-reserve .reserve-tel a{
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:#E95312;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:30px;
	padding:10px;
	border-radius:5px;
	
}
.open-reserve .reserve-tel a span{
	display:inline-block;
	width:40px;
	margin-right:10px;
}
.open-reserve .reserve-tel a span img{
	display:block;
	width:100%;
}
@media(max-width:480px){
.open-reserve .reserve-tel a, .open-reserve .reserve-line a{
	font-size:23px;
	padding:10px;
}	
.open-reserve .reserve-tel a span, .open-reserve .reserve-line a span{
	display:inline-block;
	width:30px;
	margin-right:5px;
}
}
.parking {
	max-width:768px;
	margin:40px auto 0 auto;
}

.parking-img {
	
}
.parking-img ul{
	width:90%;
	margin:auto;
}
.parking-img ul li{
	margin-bottom:40px;
}
.parking-img ul li span{
	margin-bottom:5px;
	display:block;
	font-size:16px;
}
.parking-img ul li img{
	width:100%;
	display:block;
}

.uketsuke {
	margin-top:10px;
}

.kaisuu {
	font-size:35px!important;
	margin-right:10px;
}
