@charset "utf-8";
body {
	-webkit-text-size-adjust: 100%;
	line-height: 1;
	font-size: 16px;
    color: #40210f;
    font-family: "Noto Sans JP", sans-serif;
    /* font-family: 'Noto Sans JP', sans-serif; */
    font-weight: 500;
    background: #F5F5F5;
}

a {
    color: #40210f;
}

*:focus{
    outline: none;
}

img{
    backface-visibility: hidden;
    width: 100%;
}

#border_display {
	width: 100%;
	min-width: 1000px;
	height: auto;
	overflow: hidden;
}

/* inner */
.c_inner{
	width:1000px;
    height: 100%;
	margin:0 auto;
	position:relative;
}
.c_inner:after{
	content:"";
	display:block;
	clear:both;
}
.c_alp01{
    font-family: 'Oswald', sans-serif;
}
.c_hl01{
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    color: #4F6C75;
    line-height: 1.5;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 40px;
}
.c_hl01:after{
    content: "";
    width: 60px;
    height: 4px;
    background: #4F6C75;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.c_hl02{
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.5;
}
/* =================== header =================== */
#header{
    display: flex;
    justify-content: space-between;
    align-items: center;
	height: 80px;
    background: #fff;
}
#header .logo{
    padding-left: 40px;
}
#header .logo img{
    width: 160px;  
}
#header .btn a{
    transition: 0.5s;
    background: #4F6C75;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: 276px;
    height: 80px;
}
#header .btn a span{
    padding-right: 25px;
    background: url(../img/c_arr01.png) no-repeat right 69%;
    background-size: 14px;
}
/* =================== footer =================== */
#footer{
    background: #fff;
    padding: 51px 0;
}
#footer .flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#footer .flex .item:nth-child(1){
    width: 40%;
}
#footer .flex .item:nth-child(1) .txt01{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 27px;
}
#footer .flex .item:nth-child(1) .txt02{
    font-size: 16px;
    line-height: 1.8;
}
#footer .flex .item:nth-child(1) .txt02 a{
    color: #878787;
    font-size: 14px;
}
#footer .flex .item:nth-child(2){
    width: 55.5%;
    display: flex;
    justify-content: space-between;
}
#footer .flex .item:nth-child(2) .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 70px;
    border: 2px solid #DFDFDF;
    border-radius: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 24px;
}
#footer .flex .item:nth-child(2) .btn svg{
    color:#40210f;
    margin-right: 15px;
    font-size: 30px;
}
/* =================== mv =================== */
/* #mv{
} */
#mv img{
    display: block;
    margin: 0 auto;
    max-width: none;
    width: 100%;
    image-rendering: -webkit-optimize-contrast;


}
/* =================== special =================== */
#special .add_att{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #40210f;
	line-height: 1.6;
	margin-bottom: 20px;
	padding: 20px;
	border: 2px solid #4F6C75;
}
#special{
    padding: 60px 0 94px;
}
#special .c_inner .btn a{
    display: flex;
    width: 100%;
    height: 135px;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    color: #fff;
    background-color:#4F6C75;
    background-size: 100%;
    padding-right: 25px;
    background-image: url(../img/c_arr01.png);
    background-repeat: no-repeat;
    background-position: 94% 56%;
    background-size: 24px;
    margin-bottom: 60px;
}
#special .hl{
    text-align: center;
    font-size: 40px;
    width: 100%;
    height: 97px;
    font-weight: bold;
    padding-top: 14px;
    background: url(../img/special_hl_bg01.png) no-repeat center center;
    background-size: 609px;
    margin-bottom: -52px;
    color: #40210f;
    position: relative;
    z-index: 1;
}
#special .list01{
    margin-bottom: 100px;
    background: #fff;
    padding: 100px 0 50px;
    box-sizing: border-box;
}
#special .list01 dl{
    display: grid;
    grid-template-columns: 165px 1fr;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 40px;
    gap: 30px;
}
#special .list01 dl:last-child{
    margin-bottom: 0;
}
#special .list01 dl dt{
    height: 63px;
    padding: 15px 30px 0 0;
    background: url(../img/special_hl_bg02.png) no-repeat center center;
    background-size: 164px;
    color: #fff;
    font-size: 24px;
    text-align: center;
}
#special .list01 .txt01{
    font-size: 46px;
}
#special .list01 .txt01 .ex2{
    display: inline-block;
    margin: -13px 0 0;
}
#special .list01 .txt01 strong{
    font-size: 66px;
}
#special .list01 .txt01 small{
    font-size: 20px;
    line-height: 1.2;
}
#special .list01 .txt02{
    font-size: 38px;
    margin-top: 10px;
    display: block;
}
#special .list01 .txt03{
    font-size: 30px;
}
#special .list01 .annotation{
    font-size: 20px;
    line-height: 1.6;
    margin-block-start: 10px;
    text-indent: -1em;
    padding-inline-start: 1em;
}
#special .bungalow{
    margin-bottom: 100px;
}
#special .list02{
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
}
#special .list02 .box01,
#special .list02 .box02{
    width: 49.2%;
}
#special .list02 .box01 a{
    display: flex;
    width: 100%;
    height: 135px;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    color: #fff;
    background-color:#4F6C75;
    background-size: 100%;
    padding-right: 25px;
    background-image: url(../img/c_arr01.png);
    background-repeat: no-repeat;
    background-position: 94% 56%;
    background-size: 24px;
}
#special .list02 .box02 a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    pointer-events: none;
    text-decoration: none;
    padding: 13px 20px;
}
#special .list02 .box02 .img{
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    border: 1px solid #aaa;
    padding: 8px 9px;
}
#special .list02 .box02 .img img{
    display: block;
    margin: 0 auto 5px;
    width: 36px;
}
#special .list02 .box02 .txt{
    font-size: 15px;
    line-height: 1.4;
    padding-right: 10px;
}
#special .list02 .box02 .txt .c_alp01{
    font-size: 56px;
    display: block;
    line-height: 1;
}
#special .list02 .box02 .txt .s02{
display: block;
font-size: 22px;
}

/* =================== access =================== */
#access{
    padding: 0 0 100px;
}
#access .map{
    width: 100%;
    max-width: 990px;
    margin: 0 0 30px;
    position: relative;
    z-index: 1;
}
#access .map:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: -1;
    right: -10px;
    bottom: -10px;
}
#access .map iframe{
    width: 100%;
    height: 421px;
    border: 2px solid #40210f;
}
/* =================== tel =================== */
.tel_order{
    margin-top: 80px;
    width: 100%;
    height: 164px;
    border: 1px solid #40210f;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #40210f;
}
.tel_order .box01{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 20px;
}
.tel_order .box01 .img{
    width: 62px;
    margin-right: 10px;
}
.tel_order .box01 .txt{
    font-size: 29px;
    line-height: 1.4;
    margin-right: 10px;
}
.tel_order .box01 .txt .s01{
    font-size: 15px;
    display: block;
}
/* .tel_order .box01 .txt .s02{
} */
.tel_order .box02{
    border-left: 1px solid #40210f;
    padding-left: 25px;
}
.tel_order .box02 .c_alp01{
    font-size: 74px;
    line-height: 1;
}
.tel_order .box02 .s02{
    font-size: 22px;
    display: block;
    margin-top: 7px;
}
.tel_order .box02 a{ 
    pointer-events: none;
    text-decoration: none;
    color: #40210f;
}
/* =================== contact =================== */
#contact{
    background: #fff; 
}
#contact .hl{
    background: #4F6C75;
    color: #fff;
    text-align: center;
    font-size: 42px;
    line-height: 1.5;
    width: 100%;
    height: 123px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_area dl{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 60px;
    line-height: 1.4;
}
.form_area dl:nth-child(even){
    background: #F7F7F7;
}
.form_area dl.ls{
    margin-bottom:48px;
    border: none;
}
.form_area dt{
    font-weight:bold;
    width: 31%;
    position: relative;
    padding-right: 30px;
}
.form_area dt .txt{
    font-size: 12px;
    font-weight: normal;
}
.form_area dd{
    width: 69%;
    letter-spacing: 1px;
}
.form_area .req{
    text-align: center;
    font-size: 12px;
    padding: 1px 7px;
    border-radius: 10px;
    display: inline-block;
    font-weight: normal;
    background: #FF0000;
    color: #fff;
    margin-left: 10px;
}
.form_area .req.any{
    background: #40210f;
}
.form_area .txt{
    margin-bottom: 10px;
    line-height: 1.5;
}
.form_area .txt:last-child{
    margin-bottom: 0;
}
.form_area .select{
    position: relative;
}
.form_area .select:after{
    content: "";
    width: 38px;
    height: 38px;
    background: url(../img/c_arr02.png) no-repeat center center #fff;
    background-size: 16px;
    position: absolute;
    right: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.form_area input[type="text"],
.form_area input[type="email"],
.form_area textarea,
.form_area select{
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 5px;
    width:100%;
    font-size:16px;
    border:1px solid #aaa;
    padding:9px;
    background: #fff;
    color: #40210f;
}

/* プルダウン選択肢が1つだけ(.one)のためのcss */
.form_area .select.one {
    pointer-events: none;
}
.form_area .select.one:after {
    content: none;
}

.form_area textarea{
    resize:vertical;
    height:391px;
    min-height:391px;
}
.form_area .submit{
    display: flex;
    justify-content: center;
}
.form_area .submit div{
    width: 30%;
    margin: 0 20px;
    position: relative;
}
.form_area .submit div:only-child{
    width: 414px;
}
.form_area .submit input{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 62px;
    transition: 0.5s;
    line-height: 1.6;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    cursor:pointer;
    background: #4F6C75;
    border: none;
    -webkit-appearance: none;
    font-family: inherit;
}
/* confirm */
.form_area.confirm{
    padding: 100px 0;
}
.form_area .confirm_txt{
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.6;
}
.form_area.confirm .submit{
    margin-top: 50px;
}
.form_area .submit .back input{
    border: 1px solid #40210f;
    background: #fff;
    color: #40210f;
}
/* thanks */
.form_area .thanks{
    text-align: center;
    padding: 100px 0;
    line-height: 1.6;
}
.form_area .back_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #40210f;
    background: #fff;
    color: #40210f;
    width: 100%;
    max-width: 300px;
    height: 50px;
    margin: 50px auto 0;
    border-radius: 100px;
}
/* check,radio */
.mwform-radio-field label input{
    display: none;
}
.mwform-radio-field label input:checked + .mwform-radio-field-text:after{
    display: block;
}
.mwform-radio-field label{
    display: inline-block;
    margin: 0 20px 11px 0;
}
.mwform-radio-field label .mwform-radio-field-text{
    padding-left: 25px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}
.mwform-radio-field label .mwform-radio-field-text:before,
.mwform-radio-field label .mwform-radio-field-text:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100px;
}
.mwform-radio-field label .mwform-radio-field-text:before{
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #707070;
}
.mwform-radio-field label .mwform-radio-field-text:after{
    display: none;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #707070;
}
.error_messe{
    color: #f00;
    margin-bottom: 20px;
    text-align: center;
}

.event_close{
	padding: 100px 0;
}
.event_close p:last-child{
	text-align: center;
	margin-top: 40px;
}
/* ============================================
breakpoint
============================================ */
@media only screen and (min-width:751px){
	.u_sp {
		display: none !important;
	}
	a:hover img,
	a:active img,
    #header .btn a:hover,
    .form_area .submit input:hover{
		opacity: 0.6;
	}
}
@media only screen and (max-width:750px){
	.u_pc {
		display: none !important;
	}
	.u_sp {
		display: block;
	}
	#border_display {
		min-width: 375px;
	}
	/* inner */
    .c_inner{
        width: 100%;
        padding:0 20px;
    }
    .c_hl01{
        font-size: 24px;
        padding-bottom: 15px;
    }
    .c_hl01:after{
        width: 30px;
        height: 2px;
    }
    .c_hl02{
        font-size: 20px;
    }
    /* =================== header =================== */
	#header{
		height: 50px;
	}
    #header .logo{
        padding-left: 20px;
    }
    #header .logo img{
        width: 110px;  
    }
    #header .btn a{
        font-size: 14px;
        width: 200px;
        height: 50px;
    }
    #header .btn a span{
        background-size: 10px;
    }
    /* =================== footer =================== */
    #footer .flex{
        flex-direction: column;
    }
    #footer .flex .item:nth-child(1),
    #footer .flex .item:nth-child(2){
        width: 100%;
    }
    #footer .flex .item:nth-child(1){
        margin-bottom: 20px;
    }
    #footer .flex .item:nth-child(1) .txt01{
        font-size: 18px;
        margin-bottom: 20px;
    }
    #footer .flex .item:nth-child(2) .btn{
        width: 48%;
        height: 55px;
        font-size: 16px;
    }
    #footer .flex .item:nth-child(2) .btn svg{
        margin-right: 8px;
        font-size: 16px;
    }
    /* =================== mv =================== */

    /* =================== special =================== */
    #special .hl{
        font-size: 22px;
        height: 52px;
        padding-top: 8px;
        background-size: 320px;
        margin-bottom: -20px;
    }
    #special .list01{
        padding: 50px 20px 30px;
        margin: 0 -20px 50px;
    }
    #special .list01 .txt01 small{
        font-size: 14px;
    }
    #special .list01 dl{
        grid-template-columns: 94px 1fr;
        gap: 10px;
    }
    #special .list01 dl dt{
        height: 38px;
        padding: 9px 0 0 7px;
        margin-bottom: 10px;
        background-size: 90px;
        font-size: 16px;
        text-align: left;
        background-position: left top;
    }
    #special .list01 .txt01{
        font-size: 18px;
        margin-top: -10px;
    }
    #special .list01 .txt01 strong{
        font-size: 30px;
    }
    #special .list01 .txt01 .ex2{
        margin: 6px 0 0;
    }
    #special .list01 .txt02{
        font-size: 18px;
    }
    #special .list01 .txt03{
        font-size: 16px;
    }
    #special .list01 .annotation{
        font-size: 16px;
    }
    #special .bungalow_sp{
        margin-bottom: 50px;
    }
    #special .list02{
        margin-bottom: 0;
        flex-direction: column;
    }
    #special .list02 .box01,
    #special .list02 .box02{
        width: 100%;
        max-width: 330px;
        margin: 0 auto;
    }
    #special .list02 .box01{
        margin-bottom: 30px;
    }
    #special .list02 .box02 a{
        padding: 10px 10px 15px;
        flex-direction: column;
    }
    #special .list02 .box02 .img{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    #special .list02 .box02 .img img{
        margin: 0 8px 0 0;
    }
    #special .list02 .box02 .txt{
        font-size: 16px;
        padding-right: 0;
        text-align: center;
    }
    #special .list02 .box02 .txt .c_alp01{
        font-size: 30px;
        margin-bottom: 5px;
    }
    #special .list02 .box02 .txt .s02{
        font-size: 19px;
        margin-bottom: 8px;
    }
    #special .c_inner .btn a{
        font-size: 20px;
        height: 85px;
    }
    #special .c_inner .btn {
       display: flex;
       justify-content:center;
    }
    /* =================== access =================== */
    #access .map iframe{
        height: 300px;
    }
    /* =================== tel =================== */
    .tel_order{
        height: auto;
        flex-direction: column;
        padding:10px 20px 20px;
    }
    .tel_order .box01{
        flex-direction: column;
        margin-right: 0;
        text-align: center;
        margin-bottom: 10px;
    }
    .tel_order .box01 .img{
        width: 32px;
        margin-right: 0;
    }
    .tel_order .box01 .txt{
        font-size: 22px;
    }
    .tel_order .box01 .txt .s01{
        font-size: 16px;
    }
    .tel_order .box02{
        border-left: none;
        padding-left: 0;
    }
    .tel_order .box02 .c_alp01{
        font-size: 40px;
    }
    .tel_order .box02 .s02{
        font-size: 19px;
        margin-top: 5px;
        text-align: center;
    }

    /* =================== contact =================== */
    #contact .hl{
        font-size: 22px;
        letter-spacing: 1px;
        height: 90px;
    }
    #contact .bg{
        padding: 10px 0;
    }
    .form_area{
        padding: 20px 0 0;
    }
    .form_area dl{
        flex-direction: column;
        padding: 10px;
    }
    .form_area dl.ls{
        margin-bottom:20px;
    }
    .form_area dt{
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .form_area dd{
        width: 100%;
    }
    .form_area .req{
        right: 0;
    }
    .form_area .submit div{
        width: 100%;
        max-width: 300px;
        margin: 0 auto 10px;
    }
    .form_area .submit div.back,
    .form_area .submit div.send{
        width: 48%;
    }
    .form_area .submit div.back input,
    .form_area .submit div.send input{
        letter-spacing: 1px;
        height: 60px;
    }
    .form_area .submit div.send{
        margin-left: 2%;
    }
    .form_area .submit div.back span{
        left: 6px;
    }
    .form_area .submit div.send span{
        right: 6px;
    }
    .form_area textarea{
        min-height: 200px;
        height: 200px;
    }
    .form_area .txt{
        font-size: 12px;
    }
    .form_area .submit input,
    .form_area .submit button,
    .form_area input[type="text"],
    .form_area input[type="email"],
    .form_area textarea,
    .form_area select{
        font-size:16px;
    }

    .mwform-radio-field{
        display: block;
    }
    .form_area .thanks p{
        margin-bottom: 20px;
    }
    .form_area .thanks .c_btn01{
        font-size: 16px;
    }
    /* confirm */
    .form_area .confirm_txt{
        text-align: left;
        margin-bottom: 30px;
    }
	
	.event_close{
		padding: 60px 0;
	}
	#special .add_att{
		font-size: 16px;
	}
}



/* 202201 */

#special .list03 {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#special .list03 li{
    margin: 0 10px;
}
#special .list03 li img{
    width: auto;
    max-width: none;
    height: 131.5px;
}
#special .attention{
    margin: 0 auto 50px;
    line-height: 1.6;
    text-align: center;
    font-size: 12px;
}


/* =================== point =================== */
#point{
    padding: 0 0 42px; 
}
#point .c_hl01_txt {
    text-align: center;
    font-size: 20px;
    line-height: 1.6em;
}
#point .txt01{
    text-align: center;
    line-height: 1.8;
    margin-bottom: 40px;
    font-size: 18px;
}
#point .txt01 span{
    color: #40210f;
    font-weight: bold;
    font-size: 22px;
}
#point .movie{
    display: flex; 
    justify-content: space-between;
    margin-bottom: 58px;
}
#point .movie .box{
    width: 49.2%;
}
#point .movie .box p,
#point .heimen p span{
    font-size: 18px;
    text-align: center;
    padding: 10px;
    background: #4F6C75;
    color: #fff;
}
#point .movie .box .bdr{
    border: 1px solid #40210f;
    position: relative;
    padding-bottom: 55.5%;
}
#point .movie .box .bdr iframe{
    border: 4px solid #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#point .movie .box .u_sp img{
    max-width: none;
    width: 100%;
}
#point .list01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 10px;
    margin-top: 60px;
}
#point .list01 li{
    width: 48%;
    margin-bottom: 60px;
}
#point .list01 .img{
    position: relative;
    margin-bottom: 10px;
}
#point .list01 .c_alp01{
    position: absolute;
    left: -10px;
    top: -15px;
    width: 127px;
    height: 34px;
    color: #fff;
    font-size: 18px;
    padding: 3px 10px;
    background: url(../img/point_bg01.png) no-repeat center center;
    background-size: cover;
	z-index: 1000;
}
#point .list01 .c_alp01 span{
    font-size: 22px;
    padding-left: 5px;
}
#point .list01 .hl{
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 10px;
}
#point .list01 .cap{
    font-size: 16px;
    line-height: 1.6;
}
#point .list02{
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}
#point .list02 li{
    width: 240px;
    height: 240px;
    border-radius: 240px;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    line-height: 1.6;
    background: #fff;
    color: #40210f;
    padding: 0 20px;
    margin: 0 20px 0;
    border: 3px solid #40210f;
}
#point .list02 li span{
    font-size: 40px;
    border-bottom: 1px solid #aaa;
    padding: 20px 0 10px;
    margin-bottom: 10px;
}
#point .list02 li:nth-child(2) span{
    margin-bottom: 30px;
}
#point .list02 li small{
    font-size: 15px;
}
#point .heimen{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
    margin-top: 40px;
}
#point .heimen p{
    width: 49%;
}
#point .heimen p span{
    display: block;
}
@media only screen and (max-width:750px){

    #special .list03{
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    #special .list03 li{
        margin: 0 10px 10px;
    }
    #special .list03 li img{
        height: 100px;
    }

        /* =================== point =================== */
        #point .movie{
            flex-direction: column;
            margin-bottom: 20px;
        }
        #point .movie .box{
            width: 100%;
            margin-bottom: 30px;
        }
        #point .list01{
            padding-left: 0;
        }
        #point .list01 li{
            width: 48%;
        }
        #point .list01 .c_alp01{
            width: 103px;
            height: 28px;
            font-size: 11px;
            padding: 2px 6px;
        }
        #point .list01 .c_alp01 span,
        #point .list01 .hl{
            font-size: 18px;
        }
        #point .list01 .cap{
            font-size: 14px;
        }
        #point .list02{
            flex-direction: column;
        }
        #point .list02 li{
            margin: 0 auto 20px;
        }
        #point .list02 li:last-child{
            margin-bottom: 0;
        }
        #point .movie .box p span{
            font-size: 12px;
            line-height: 1.5;
            margin-top: 5px;
        }
        #point .heimen{
            flex-direction: column;
            margin-bottom: 50px;
        }
        #point .heimen p{
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
        }
        #point .c_hl01_txt {
            font-size: 16px;
        }

        
        #special .list02 .box01 a{
            font-size: 20px;
            width: 330px;
            height: 85px;
        }
}

@media print {
	body {
		background: none !important;
		zoom: 0.7;
		-webkit-print-color-adjust: exact;
	}
	.u_sp {
		display: none !important;
	}
}