@charset "utf-8";
/* CSS Document */
/*****************/
/*mordal         */
/*****************/
#suntory_contents .clearfix:after {
	content: "";
	clear: both;
	display: block;
}
#suntory_contents #lean_overlay {
	position: fixed; 
	z-index:10000; 
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}
#suntory_contents #regist_box {
	display: none;
	width: 320px;
	height: 340px;
	background: #fff;
	padding: 20px 40px 30px;
}
#suntory_contents #modal_top_wrap {
	margin: 0 0 10px 0;
}
#suntory_contents #town_logo {
	float: left;
	width: 140px;
}
#suntory_contents #modal_btn_box {
	width: 320px;
	height: 298px;
	border: 1px solid #a8b9c9;
	border-radius: 4px;
	text-align: center;
}
#suntory_contents #modal_ttl {
	margin: 20px 0 0 0;
}
#suntory_contents .modal_txt {
	margin: 15px 15px 0 20px;
	color: #334455;
	font-size: 12px;
	text-align: left;
	line-height: 1.5;
}
#suntory_contents #fb_btn {
	margin: 10px 0 0 0;
}
#suntory_contents #tw_btn {
	margin: 10px 0 0 0;
}
#suntory_contents #yh_btn {
	margin: 10px 0 0 0;
}
#suntory_contents #mail_btn {
	margin: 10px 0 0 0;
}

#suntory_contents .modal_close {
        background: #fff;
        text-align: center;
        padding: 10px 0;
        display: block;
}
#suntory_contents .modal_close {
        font-weight:bold;
}
#suntory_contents .modal_close a {
        color:#3a4850;
        display: block;
        text-align: center;
     line-height: 20px;
     display: block;
}
#suntory_contents .modal_close a:hover {
        text-decoration: none;
}
#suntory_contents .modal_close a span:after {
    display:inline-block;
    width:24px;
    height:20px;
    color:#44bad8;
    content:"\00d7";
    font-size:20px;
    font-weight:bold;
    margin:0 0 0 5px;
    font-family:'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
}

@media screen and (max-width:767px){
    
    
    /*=============================================================
      [SP] 
    ============================================================ */
    
    #suntory_contents #regist_box {
	display: none;
	width: auto;
	height: auto;
	background: #fff;
	padding: 20px 20px 40px;
    }
    #suntory_contents #modal_top_wrap {
        margin: 0;
    }
    #suntory_contents #modal_btn_box {
        width: auto;
        height: auto;
        border: 1px solid #a8b9c9;
        border-radius: 4px;
        text-align: center;
        padding: 0 0 20px;
    }
    #suntory_contents #fb_btn,
    #suntory_contents #tw_btn,
    #suntory_contents #yh_btn,
    #suntory_contents #mail_btn {
        padding: 0 10px;
    }
    #suntory_contents #fb_btn img,
    #suntory_contents #tw_btn img,
    #suntory_contents #yh_btn img,
    #suntory_contents #mail_btn img {
        width: 100%;
    }
    
    
}