@charset "utf-8";
/* CSS Document */

.under_page_header {
	background-color:#02004B;
	position:fixed;
	top: 40px;
	left: 0;
	width: 100%;
	z-index:999;
}
.under_page_header h1 {
	width: 390px;
	float: left;
}
.under_page_header ul {
	display: block;
	float: left;
}
.under_page_header ul li {
	display:block;
	float:left;
	margin:0;
}


/* 追加 */
.under_page_header {
	background: #02004b;
	width: 100%;
	min-width: 1024px;
	height: 60px;
	line-height: 60px;
}

.under_page_header_inner {
	width: 955px;
	margin: 0 auto;
}

.under_page_header .sub_ttl {
	float: left;
}

.under_page_header ul {
	float: right;
}

.under_page_header ul li {
	color: #fff;
	font-size: 154%;
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	width: 125px;
	height: 40px;
	margin: 10px 0;
	float: left;
	text-align: center;
	line-height: 40px;
}

.under_page_header ul li + li {
	border-left: 0;
	border-right: #fff 1px solid;
}

.under_page_header ul li a {
	color: #fff;
}
/* 追加 */


h1.page_title {
	width: 1200px;
	margin: 0 auto;
}
h2.page_subtitle {
	text-align: center;
	font-size: 253%;
}
.matsuri {
	width: 840px;
	border: 1px solid #7F7F7F;
	padding: 4px;
	margin: 60px auto 0;
	background-color: #FFF;
}
.matsuri_inline {
	border: 1px solid #ccc;
	padding: 35px;
	position:relative;
}
.matsuri h3 {
	font-size:185%;
}
.matsuri h4 {
	font-size:215%;
	border-left: 5px solid #BBA23E;
	padding-left:12px;
}
p.matsuri_img {
	width: 760px;
	height: 299px;
	margin: 30px auto;
	text-align: center;
}
.matsuri p.copy {
	margin-top: 15px;
	font-size: 123%;
	line-height: 163%;
}
.matsuri .open , .matsuri .hide {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:100%;
}
.matsuri .open em,
.matsuri .hide em {
	padding:5px 0;
	text-align:center;
	background-color: #02004B;
	color: #FFF;
	width: 90px;
	float:left;
	margin-bottom:5px;
	display:block;
}
.matsuri .open p,
.matsuri .hide p {
	width: 666px;
	displa:block;
	float: left;
	padding: 1px 0 5px 10px;
	margin-bottom:5px;
	line-height: 154%;
}
.matsuri .hide .bleachers {
	border: #999 1px solid;
	width: 636px;
	displa: block;
	float: left;
	padding: 15px;
	margin: 0 0 5px 100px;
	line-height: 154%;
}
.matsuri .hide .bleachers2 {
	border: #999 1px solid;
	width: 636px;
	displa: block;
	float: left;
	padding: 15px;
	margin: 0 0 40px 100px;
	line-height: 154%;
}
.matsuri .hide p.ttl {
	font-size: 108%;
	font-weight: bold;
	width: 666px;
	displa: block;
	float: inherit;
	padding: 0 0 10px;
	margin-bottom: 0;
	line-height: 154%;
}
.matsuri .open {
	margin-top: 20px;
}
.matsuri .hide {
	display: none;
	width:100%;
}
p.detail {
	width: 160px;
	height: 24px;
	margin: 15px auto 0;
	cursor: pointer;	
}
em.tell, p.tell {
	margin-top:40px;
}
.hide .detail2 {
	display: block;
	width: 160px;
	height: 44px;
	position:absolute;
	right:30px;
	bottom:50px;
}


#page_under_menu {
	background-color: #02004B;
}
#page_under_menu p.home_bt {
	margin:0;
	width: 155px;
	float:left;
}
#page_under_menu p.under_menu_title {
	margin:0;
	width: 245px;
	float:left;
}
#page_under_menu ul {
	margin:0;
	width:462px;
	display:block;
	float:left;
	border-left: 1px solid #FFF;
	height: 117px;
}
#page_under_menu ul li a {
	width: 136px;
	display: block;
	float: left;
	margin: 0;
	border-right: 1px solid #FFF;
	height: 58px;
	padding-left: 17px;
	color:#FFF;
	line-height:58px;
	text-align:center;
	letter-spacing:0.1em;
}
#page_under_menu p.miyage a {
	width:86px;
	border-right: 1px solid #FFF;
	height:117px;
	float: left;
	padding-left: 10px;
	color:#FFF;
	line-height:117px;
	text-align:center;
	letter-spacing:0.1em;
}
li a.bottom_line {
	border-bottom: 1px solid #FFF;
}
#page_under_menu p.miyage a:hover,
#page_under_menu ul li a:hover {
	text-decoration:underline;
}
	
@media screen and ( max-width:767px ){
.content {
	width:90%;
	margin: 0 auto;
}
.under_page_header {
	display: none;
}
.breadcrumb_list, .breadcrumb_list_footer {
	display: none;
}
h1.page_title {
	width: 100%;
}
h1.page_title img {
	width:100%;
	height: auto;	
}
h2.page_subtitle {
	font-size: 154%;
	text-align: center;
}
.matsuri {
	width:98%;
	padding: 1%;
	margin: 40px auto 0;
}
.matsuri h3 {
	font-size:123%;
	line-height:150%;
}
.matsuri h4 {
	font-size:138%;
}
p.matsuri_img {
	width:80%;
	height: auto;
	margin: 20px auto;
}
p.matsuri_img img {
	width: 100%;
	height: auto;
}
.matsuri .open em,
.matsuri .hide em {
	padding:1% 0;
	text-align:center;
	background-color: #02004B;
	color: #FFF;
	width: 15%;
	float:left;
	margin-bottom:5px;
	display:block;
}
.matsuri .open p,
.matsuri .hide p {
	width: 81%;
	displa:block;
	float: left;
	padding: 1px 0 5px 2%;
	margin-bottom:5px;
	line-height: 154%;
}
.matsuri .hide .bleachers, .matsuri .hide .bleachers2 {
	width: 83%;
	displa: block;
	float: left;
	padding: 15px;
	margin: 0 0 5px 17%;
	line-height: 154%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.matsuri .hide p.ttl {
	font-size: 108%;
	font-weight: bold;
	width: 100%;
	displa: block;
	float: inherit;
	padding: 0 0 10px;
	margin-bottom: 0;
	line-height: 154%;
}
.matsuri .open {
	margin-top: 20px;
}

.matsuri_inline {
	width:90%;
	padding: 5%;
	position:relative;
}
em.tell, p.tell {
	margin-top:10px;
}
.hide .detail2 {
	width: 25%;
	height:auto;
	position:absolute;
	right:20px;
	bottom:20px;
}
.matsuri p.copy {
	margin-top: 15px;
	font-size: 112%;
	line-height: 160%;
}
.hide .detail2 img {
	width:100%;
	height:auto;
}
#page_under_menu {
	display:none;
}
.content_pdtb {
	padding: 40px 0 50px;
}

}
@media screen and ( max-width:479px ){
	
.matsuri .open em,
.matsuri .hide em {
	padding:3px 0;
	text-align:center;
	background-color: #02004B;
	color: #FFF;
	width: 100%;
	float:left;
	margin-bottom:5px;
	display:block;
}
.matsuri .open p,
.matsuri .hide p {
	width: 100%;
	displa:block;
	float: none;
	padding: 1px 0 5px 2%;
	margin-bottom:5px;
	line-height: 154%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.matsuri .hide .bleachers, .matsuri .hide .bleachers2 {
	width: 100%;
	displa: block;
	float: left;
	padding: 15px;
	margin: 0 0 10px 0;
	line-height: 154%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.matsuri .hide p.ttl {
	font-size: 108%;
	font-weight: bold;
	width: 100%;
	displa: block;
	float: inherit;
	padding: 0 0 10px;
	margin-bottom: 0;
	line-height: 154%;
}
.matsuri .open {
	margin-top: 20px;
}
em.tell, p.tell {
	margin-top:0px;
}
.matsuri_inline {
	width:90%;
	padding: 5%;
	position:relative;
}
.matsuri p.copy {
	margin-top: 15px;
	font-size: 100%;
	line-height: 160%;
}
.hide .detail2 {
	width: 30%;
	height:auto;
	position:absolute;
	right:10px;
	bottom:10px;
}
h2.page_subtitle img {
	width:90%;
	height:auto;
}
}

/* --------------------------------------------------
	土産
-------------------------------------------------- */
#main_img {
	border-top: #bca33f 5px solid;
	border-bottom: #bca33f 5px solid;
	background-image: url(../../images/sub_cloud_left.png), url(../../images/sub_cloud_right.png);
	background-repeat: no-repeat;
	background-position: bottom left, top right;
	width: 100%;
	height: 190px;
	margin: 40px 0 0;
	overflow: hidden;
}

#main_img_inner {
	width: 1024px;
	height: 190px;
	margin: 0 auto;
	position: relative;
}

#main_img_inner #main_logo {
	position: absolute;
	top: 0;
	left: 65px;
	z-index: -1;
}

#main_img_inner #nagoya_castle {
	position: absolute;
	bottom: 0;
	right: 60px;
	z-index: -1;
}
#main_img_inner #cloud {
	position: absolute;
	top: 20px;
	left: 41px;
	z-index: 1;
}

#main_img_sp {
	display: none;
}

h1.title {
	margin-top: 30px;
}
h1.gift_title {
	text-align:center;
	font-size:28px;
	margin-top: 40px;
	letter-spacing: 0.1em;
}
h2.subtitle {
	margin-top: 60px;
	text-align:center;
	font-size:200%;
	padding-bottom: 4px;
	border-bottom: 2px solid #02004B;
	letter-spacing:0.1em;
	color: #02004B;
}
h2.subtitle2 {
	margin-top: 200px;
	text-align:center;
	font-size:200%;
	padding-bottom: 4px;
	border-bottom: 2px solid #02004B;
	letter-spacing:0.1em;
	color: #02004B;
}
#gift_top {
	margin-top:56px;
	padding-bottom:80px;
}
#gift_top li {
	display: block;
	float: left;
	width: 460px;
	margin-bottom: 40px;
}
#gift_top li.mr40 {
	margin-right: 40px;
}

.gift_main {
	margin-top: 60px;
	border: 1px solid #dbdbdb;
}
.gift_main dt {
	width:664px;
	display:block;
	float:left;
}
.gift_main dd {
	display: block;
	width: 294px;
	float:left;
}
.gift_main dd em {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100px;
	display: block;
	color: #FFF;
	background-color: #02004B;
	font-size: 108%;
	text-align: center;
	padding: 3px 0;
	letter-spacing:0.1em;
}
.gift_main dd .inner {
	padding: 20px 20px 15px;
}
.gift_main dd .inner h3 {
	font-size: 170%;
	line-height: 140%;
	font-weight:bold;
}
.gift_main dd .inner p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 108%;
	line-height: 157%;
	margin-top: 10px;
}
.gift_main dd .inner small {
	text-align:right;
	font-size: 93%;
}
.gift_main dd .inner_line {
	border-top:1px solid #DBDBDB;
	padding: 15px 20px 20px;
}
.gift_main dd .inner_line p.tenpo_ti {
	background-color: #5F5F5F;
	color: #FFF;
	font-size: 93%;
	width: 70px;
	text-align: center;
	padding: 3px 0;
	float:left;
}
.gift_main dd .inner_line p.tenpo {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: left;
	font-size: 108%;
	font-weight: bold;
	margin-left: 14px;
	line-height: 150%;
	letter-spacing:0.1em;
}
.gift_main dd .inner_line p.copy {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear:both;
	font-size: 108%;
	line-height: 157%;
	margin-top: 35px;
}
.gift_main dd strong {
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 123%;
	line-height: 150%;
	font-weight:bold;
	color:#BBA23E;
}

.gift_main dd .tenpo_detail {
	background-color: #bba241;
	text-align: center;
	padding: 8px 0;
	color: #FFF;
	margin-top: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.gift {
	width: 100%;
}
.gift li {
	width: 296px;
	border:1px solid #DBDBDB;
	margin-right: 33px;
	display: block;
	float: left;
	margin-bottom: 40px;
}
.gift li.last {
	margin-right: 0;
}
.gift li em {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100px;
	display: block;
	color: #FFF;
	background-color: #02004B;
	font-size: 108%;
	text-align: center;
	padding: 3px 0;
	letter-spacing:0.1em;
}
.gift li .inner {
	padding: 20px;
}
.pt24pc {
	padding-top:28px;
	height:26px !important;
}
.pt46pc {
	padding-top:46px;
	height:26px !important;
}
.htpc {
	height:72px !important;
}
.gift li .inner_tenpo {
	padding:0 20px 15px;
}
.gift li .detail_height {
	margin:0 20px 15px;
	height:54px;
}
.gift li .detail_height small {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display:block;
	font-size: 93%;
	text-align:right;
	margin-bottom:10px;
	line-height:157%;
}
.gift li .tenpo_detail {
	background-color: #bba241;
	text-align: center;
	padding: 8px 0;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.gift li .inner h3 {
	font-size: 170%;
	line-height: 140%;
	font-weight:bold;
	height: 65px;
}
.gift li .inner strong {
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 123%;
	line-height: 150%;
	font-weight:bold;
	color:#BBA23E;
	height:80px;
}
.gift li .inner strong.many_txt {
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 123%;
	line-height: 150%;
	font-weight:bold;
	color:#BBA23E;
	height:110px;
}

.gift li .inner p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 108%;
	line-height: 157%;
}

.gift li .inner_line {
	border-top:1px solid #DBDBDB;
	padding: 20px;
}
.gift li .inner_line p.tenpo_ti {
	background-color: #5F5F5F;
	color: #FFF;
	font-size: 93%;
	width: 70px;
	text-align: center;
	padding: 3px 0;
	float:left;
}
.gift li .inner_line p.tenpo {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: left;
	font-size: 108%;
	font-weight: bold;
	margin-left: 14px;
	line-height: 150%;
	letter-spacing:0.1em;
	width:170px;
}
.gift li .inner_line p.copy {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear:both;
	font-size: 108%;
	line-height: 157%;
	margin-top: 12px;
}
p.note {
	font-size: 93%;
	margin-top: 120px;
	margin-bottom:30px;
}
.point_list2 {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: right;
}
#gift_googlemap0,
#gift_googlemap1,
#gift_googlemap2,
#gift_googlemap3 {
	display:block;
	width:100%;
	height: 517px;
}


/*--------------------------------
　　検索
---------------------------------*/
#search_box_1_outer {
	width: 1024px;
	height: 720px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#search_box_1 {
	position: absolute;
	top: 21px;
	right: 0;
	background: #fff;
	line-height: 1.4;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#search_box_1 input#search_frame {
	background: #fff;
	width: 210px;
	height: 24px;
	padding: 2px 10px 3px 8px;
	border:solid 1px #5d5120;
	-webkit-border-radius: 12px 0 0 12px;
	-moz-border-radius: 12px 0 0 12px;
	border-radius: 12px 0 0 12px;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#search_box_1 input#search_btn {
	border: 0;
	background: url(../images/search_btn.png) no-repeat;
	width: 64px;
	height: 24px;
}

@media screen and ( max-width:767px ){
	
#main_img {
	background: none;
	width: 100%;
	height: auto;
	margin: 40px 0 0;
}

#main_img_inner {
	display: none;
}

#main_img_inner #main_logo {
	position: absolute;
	top: 60px;
	left: 75px;
}

#main_img_inner #nagoya_castle {
	position: absolute;
	bottom: 0;
	right: -110px;
}
#main_img_sp {
	display: block;
	height: auto;
}

#main_img_sp img {
	width: 100%;
	height: auto;
}
.pan2 {
	display: none;
}
h1.gift_title {
	font-size:24px;
	margin-top: 20px;
	line-height: 150%;
}

h2.subtitle {
	margin-top: 40px;
	text-align:center;
	font-size:180%;
	padding-bottom: 4px;
	border-bottom: 2px solid #02004B;
	letter-spacing:0.1em;
	color: #02004B;
}
h2.subtitle2 {
	margin-top: 80px;
	text-align:center;
	font-size:180%;
	padding-bottom: 4px;
	border-bottom: 2px solid #02004B;
	letter-spacing:0.1em;
	color: #02004B;
}
.gift_main {
	margin-top: 20px;
	border: 1px solid #dbdbdb;
}
.gift_main dt {
	width:100%;
	display:block;
	float:none;
}
.gift_main dt img {
	width: 100%;
	height: auto;
}
.gift_main dd {
	display: block;
	width: 100%
}

.gift_main dd .inner {
	padding: 18px;
}
.gift_main dd .inner h3 {
	font-size: 160%;
}
.gift_main dd .inner p {
	font-size: 100%;
	margin-top: 10px;
}
.gift_main dd .inner_line {
	border-top:1px solid #DBDBDB;
	padding: 18px;
}
.gift_main dd .inner_line p.tenpo_ti {
	font-size: 93%;
	width: 70px;
	float:none;
}
.gift_main dd .inner_line p.tenpo {
	float: none;
	font-size: 108%;
	margin-left: 0px;
	margin-top:12px;
}
.gift_main dd .inner_line p.copy {

	margin-top: 10px;
}
.gift_main dd strong {
}
.mt60 {
	margin-top: 20px;
}
.gift {
	width: 100%;
}
.gift li img {
	width: 100%;
	height: auto;
}
.gift li {
	width: 100%;
	border:1px solid #DBDBDB;
	margin-right: 0;
	display: block;
	float: left;
	margin-bottom: 20px;
}
.gift li.last {
	margin-right: 0;
}

.gift li .inner {
	padding: 18px;
	height: auto;
}
.gift li .inner h3 {
	font-size: 150%;
	height: auto;
}
.gift li .inner strong {
	height:auto;
	margin-top:10px;
}

.gift li .inner p {
	font-size: 100%;
	margin-top: 12px;
}
.gift li .inner_line {
	padding: 18px;
}

.gift li .inner_line p.tenpo {
	margin-top:10px;
}
.gift li .inner_line p.copy {
	font-size: 100%;
	margin-top: 10px;
	height:auto;
}
.pt24pc {
	padding-top:0;
	height:auto !important;
}
.pt46pc {
	padding-top:0;
	height:auto !important;
}
.htpc {
	height:auto !important;
}
.pt120 {
	padding-top:30px;
}
p.note {
	margin-top: 40px;
	margin-bottom:30px;
}
.google_sp {
	width: 50%;
	height:auto;
}
#gift_top {
	margin-top:40px;
	padding-bottom:40px;
}
#gift_top li {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
#gift_top li img {
	width: 100%;
	height: auto;
}
#gift_top li.mr40 {
	margin-right: 0px;
}

#gift_googlemap0,
#gift_googlemap1,
#gift_googlemap2,
#gift_googlemap3 {
	display:block;
	width:100%;
	height: 300px;
}

}


/* 追加 */
.breadcrumb_list {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 93%;
	background: #dfdedd;
	width: 100%;
	height: 40px;
	margin: 100px 0 0;
	line-height: 40px;
}

.breadcrumb_list div {
	width: 960px;
	margin: 0 auto;
}

.breadcrumb_list div a {
	color: #333;
	text-decoration: underline;
}

.breadcrumb_list div a:hover {
	text-decoration: none;
}

.breadcrumb_list_footer {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 93%;
	background: #dfdedd;
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.breadcrumb_list_footer div {
	width: 960px;
	margin: 0 auto;
}

.breadcrumb_list_footer div a {
	color: #333;
	text-decoration: underline;
}

.breadcrumb_list_footer div a:hover {
	text-decoration: none;
}

/* 追加 */

.gm-style-iw {
	padding: 10px 0 10px 20px;
	left: 0!important;
	white-space: nowrap!important;
	margin:1px;
	line-height: 18px;
	min-height: 24px;
}

.accessmap_ttl {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

.info_time {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 93%;
	color: #666;
	padding: 8px 0 0;
}

@media screen and ( max-width:767px ){
	
.point_list2 {
	width: 100%;
	padding: 10px 20px 10px 0;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

}