@charset "utf-8";

/*
 * "FontName" licensed under the IPA Font License Agreement v1.0
 * http://typingart.net/（配布元のURL）
 * http://ipafont.ipa.go.jp/（IPAフォントのURL）
 * http://ipafont.ipa.go.jp/ipa_font_license_v1.html（IPAフォントライセンスv1.0のURL）
 */
@font-face {
	font-family: "myFont";
	src: url('fonts/Hannari.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


/*======================================
	global part
=======================================*/
/* YUI CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*======================================
	Base
=======================================*/
html { overflow-y:scroll; }

body{
	/*min-width:1020px;*/
	margin: 0;
	padding:0;
	background-color: #ffffff ;
	color: #484848 ;
	text-align:left;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
a:link      { color: #ff0000; text-decoration: none; }
a:visited   { color: #ff0000; text-decoration: none; }
a:active   { color: #ffc000; text-decoration: underline; }
a:hover   {color:#ffc000; text-decoration: underline;}

.pc_none{ /* PC版では表示しない */
	display: none!important;
}

/*======================================
	head
=======================================*/
#head {
	margin:15px auto 10px auto;
	padding:0;
	width:935px;
	height:70px;
	overflow:hidden;
	clear:both;
}
.logo_area{
	width:120px;
	border-right:1px solid #9e9a97;
	margin-right:34px;
	padding-right:35px;
	float:left;
}
.logo a {
	display:block;
	background: no-repeat url(../images/common/logo.png);
	text-indent:-9999px;
	width:120px;
	height:60px;
	overflow:hidden;
	background-size:120px;
}
.head_copy {
	padding-top:5px;
	margin-right:185px;
	width:400px;
	height:40px;
	float:left;
	font-size: 15px;
	text-align:left;
	line-height:22px;
	font-family: "myFont";
}

/*----------- ???? --------------*/
.language_jp a,
.language_eng a {
	background: no-repeat url(../images/common/language.gif);
	width:67px;
	height:18px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
.language_jp a {
	background-position:0px 0px;
	margin-right:26px;
	float:left;
}
.language_eng a {
	background-position:-68px 0px;
	float:right;
}

/*======================================
	common
=======================================*/
#wrapper {
	width:1010px;
/*	overflow:hidden;*/
	clear:both;
	margin:0 auto;
}
#wrapper .left {
	margin-right:15px;
	width:815px;
	overflow:hidden;
	float:left;
	text-align:left;
}
#wrapper .right {
	background-color:#ffffff;
	margin:0;
	padding:0px 10px;
	width:160px;
	text-align:left;
	overflow: hidden;
	float:right;
}
.clear {
	overflow:hidden;
	clear:both;
}
.float_r { float:right;}

/*----------- text / btn --------------*/
.more a,
.morepdf a {
	background: no-repeat;
	width:170px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	float:right;
}
.more a{ background-image: url(../images/common/more.gif); }
.morepdf a{ background-image: url(../images/common/morepdf.png); }

.pdf_btn a {
	background: no-repeat url(../images/common/pdf_btn.png);
	width:200px;
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
	float:right;
}

/*======================================
	Local Menu
=======================================*/
.lmenu_wrapper{
	margin-bottom:20px;
}

.lmenu_wrapper .ttl a{
	display:block;
	background-color:#333333;
	padding:5px;
	color: #fff;
	margin-bottom:3px;
	font-size: 12px;
}

.lmenu_wrapper li{
	font-size: 11px;
	background: url(../images/common/point03.png) no-repeat 0 6px;
	padding:2px 0 2px 13px;
}
.lmenu_wrapper li a{ color:#303030; }


/*======================================
	Sub Navigation
=======================================*/
.submenu01{
	margin-bottom: 20px;
}
.submenu01 li {
	background: no-repeat url(../images/common/right_maru.gif);
	margin-bottom:10px;
	padding-left:15px;
	font-size: 11px;
	line-height: 15px;
	text-align:left;
	font-weight: normal;
	overflow:hidden;
}
.submenu01 a { color: #303030; }

.submenu02 li{
	text-indent: -9999px;
	margin-bottom: 10px;
}
.submenu02 li a{
	display: block;
	background:no-repeat 0 0;
}

.facebook a{
	display: block;
	margin-bottom:8px;
}

.facebook img{
	width:160px;
}

.instagram a{
	display:block;
	margin-bottom:16px;
}

.instagram img {
	width:160px;
}

.submenu02 li.facebook a{
	width:114px;
	height:29px;
	background-image:url(../images/common/right_submenu_fb.png);
}
.submenu02 li.outline a{
	width:160px;
	height:35px;
	background-image:url(../images/common/right_submenu_outline.png);
}
.submenu02 li.contact a{
	width:160px;
	height:30px;
	background-image:url(../images/common/right_submenu_con.png);
}
.submenu02 li.mailform a{
	width:160px;
	height:40px;
	background-image:url(../images/common/right_submenu_form.png);
}

.reserve_menu li{
	text-indent: -9999px;
	margin-bottom:10px;
}

.reserve_menu li a{
	display: block;
	background: no-repeat 0 0;
	width:160px;
	height:50px;
}

.reserve_menu li.reserve_fukian a{
	background-image:url(../images/common/btn_reserve_fukian.png);
}

.reserve_menu li.reserve_terrace a{
	background-image:url(../images/common/btn_reserve_terrace.png);
}

.right_faq a {
	display: block;

	background: no-repeat 0 0;
	width: 160px;
	height: 33px;
	margin-bottom: 10px;
	background-image: url('/dev/contents/wp-content/themes/ndhl02/images/common/btn_faq.png');

	text-indent: -9999px;
}

.sns_link div.line{
	margin-bottom: 6px;
}

/*----------- 電話 / 住所 --------------*/
.right .tel_num {
	background: no-repeat url(../images/common/right_telnum.gif);
	width:160px;
	height:17px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	margin-top:10px;
}

.right .side_banner li {
	margin-bottom:10px;
}

.right .side_banner li:last-child {
	margin-bottom:0;
}



/*======================================
	Footer
=======================================*/

.Footer_wrapper .contents {
	width:700px;
	font-size: 10px ;
	line-height: 16px ;
	text-align:left;
	font-weight: normal;
	overflow:hidden;
	text-align:left;
	float:left;
}
.Footer_wrapper .contents a {color:#484848;}
.Copy{
	margin-right:10px;
	width:300px;
	font-size: 9px;
	line-height: 14px;
	text-align:right;
	color: #5e5e5e;
	font-weight: bold;
	float:right;
}
.Footer_wrapper .contents a.scg{
	text-indent: -9999px;
	display: block;
	width:130px;
	height: 20px;
	margin-bottom:10px;
	background:url(../images/common/footer_groupbtn.png) no-repeat 0 0;
}
.Footer_wrapper .footer_link li{
	display: inline-block;
	margin-right:1em;
}
.Footer_wrapper .footer_link li:before{
	content:"▼";
}

/*---------Pagetop ----------*/
.pagetop_wrapper {
	margin:100px 195px 0px 725px;
}
.pagetop a {
	background: no-repeat url(../images/common/pagetop.gif);
	width: 90px;
	height: 25px;
	display: block;
	text-indent: -9999px;
	overflow:hidden;
	float:right;
}


/*======================================
	Line & Text
=======================================*/
/*--------- TOP ----------*/
.top5{margin:5px 0px 0px 0px;}
.top10{margin:10px 0px 0px 0px;}
.top15{margin:15px 0px 0px 0px;}
.top20{margin:20px 0px 0px 0px;}
.top30{margin:30px 0px 0px 0px;}
.top35{margin:35px 0px 0px 0px;}
.top50{margin:50px 0px 0px 0px;}
.top65{margin:65px 0px 0px 0px;}

/*--------- Under ----------*/
.under5{margin-bottom:5px;}
.under10{margin-bottom:10px;}
.under15{margin-bottom:15px;}
.under20{margin-bottom:20px;}
.under30{margin-bottom:30px;}
.under50{margin-bottom:50px;}

/*---------Line----------*/
.Line5{margin: 5px 0px 5px 0px;}
.Line{margin: 10px 0px 10px 0px;}
.Line15{margin: 15px 0px 15px 0px;}
.Line20{margin: 20px 0px 20px 0px;}
.Line25{margin: 25px 0px 25px 0px;}
.Line30{margin: 30px 0px 30px 0px;}

/*---------Life----------*/
.left10{margin: 0px 0px 0px 10px;}

/*---------Text----------*/
p{
	font-size: 12px;
	line-height: 1.8;
	text-align:left;
	font-weight: normal;
}
.c1{
	width: 120px;
	font-size: 13px;
	line-height: 1.5;
	text-align:left;
	font-weight: normal;
}

/*======================================
	メイン
=======================================*/
*{
	box-sizing: border-box;
}
main{
	position: relative;
	margin: 2rem auto;
	padding: 0 10px;
	width: 100%;
	max-width: 720px;
}
h1{
	margin-bottom: 1rem;
	border-bottom: solid 5px #B5B6B6;
	font-weight: 500;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
h1:after {
    content: "";
    display: block;
    width: 200px;
    border-bottom: solid 5px #202020;
    position: absolute;
}

.bus_map {
	margin: 0 auto;
	width: fit-content;
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
}
.bus_map h2 {
    padding: 0.5em;
    background-color: #eee;
    text-align: center;
}
.bus_map img {
    border: solid 1px #3f3a39;
	width: 100%;
	max-width: 350px;
	height: auto;
}