@charset "utf-8";

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
		Basic Settings
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	font-size: 0;
	line-height: 0;
}
body #container {
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #5D5946;
  line-height: 1.6;
  font-size: 14px;
}
a {
  color: #6D6A57;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
	color: #94917D;
}
.titInner h1 strong a {
    text-decoration: none;
        color: #bdca0e;
}
strong { font-weight: bold; }
ol, ul { list-style: none; }
img { vertical-align: bottom; }
#album-link img {
    vertical-align: middle;
}
blockquote {
	border-left: 5px solid #006699;
	padding: 37px 10px 10px;
	margin: 0 20px;
	background: #dbdad2 url(//admin.ti-da.net/_img/official_01/img/blockquote_bg.png) 3px 3px no-repeat;
}
.clr { width:100%; }
.clr:after {
	content: "";
	display: block;
	clear: both;
}

.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }



/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
		Header
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#headerGlobal {
  width: 100%;
  min-width: 980px;
  background: #fff;
  background: rgba(255,255,255,0.85);
  box-shadow: 0 5px 6px -6px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 5px 6px -6px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 6px -6px rgba(0,0,0,0.2);
  position: fixed;
  z-index: 999;
}
#headerGlobal hgroup {
	width: 980px;
  height:70px;
	margin: 0 auto;
	padding: 0;
  position: relative;
}
#headerGlobal hgroup h1 {
	font-size: 26px;
	font-weight: bold;
    margin: 0;
  display: inline;
}
#headerGlobal hgroup h2 {
	margin: 8px 0 4px 8px;
  font-size: 12px;
}
@media (max-width: 800px) {
#headerGlobal hgroup h1 {
    margin: 0 0 0 15px;
}
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
		Gnavi
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#headerGlobalNav {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 0;
}
#headerGlobalNav ul li {
	float: left;
	position: relative;
}
#headerGlobalNav ul li ul {
	display: none;
	position: absolute;
	top: 52px;
	left: 0;
}
#headerGlobalNav ul li ul li {
	float: none;
	font-size: 14px;
	line-height: 0;
}
#headerGlobalNav ul li ul li a {
	display: block;
	width: 200px;
	color: #7b7867;
	padding: 10px 15px;
  background: #fff;
  background: rgba(255,255,255,0.85);
	line-height: normal;
	text-decoration: none;
}
#headerGlobalNav ul li ul li a:hover {
	color: #bdca0e;
}



/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
		Ccontents Layout
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

*:first-child+html #contents { height: 1%; } 

#contents {
	width: 920px;
	margin: 0 auto;
	background: #ffffff;
	padding: 15px 20px 50px;
}

#contentsMain {
	float: left;
	width: 480px;
}

#contentsMain img {
	max-width: 460px;
}

#contentsSub_02 {
	float: right;
	width: 200px;
    padding-right: 10px;
}

#contentsSub_01 {
	float: left;
	width: 200px;
	margin-right: 50px;
    padding-left: 10px;
}





/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
		contentsMain Style
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#breadcrumb {
	width: 960px;
	margin: 20px auto 10px;
	font-size: 12px;
	height: 29px;
}
.top #breadcrumb {
	margin: -90px auto 10px;
}

#breadcrumb a {
  text-decoration: underline;
}

#breadcrumb img {
	vertical-align: text-bottom;
}

*:first-child+html article { height: 1%; } 

#articleInner {
	border-top: 1px dotted #d2cfbf;
	padding: 20px 0;
	margin: 0 0 10px 0;
}

#articleInner section { text-align: left; }

.headerArticle {
	margin-bottom: 20px;
}

.headerArticle h1 {
	width: 440px;
	font-weight: bold;
	line-height: 1.1;
	font-size: 14px;
}
.headerArticle h1 a {
    font-size: 12px;
    text-decoration: none;
}

section .titInner time {
	font-size: 13px;
    background: #bdca0e;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: inline-block;
    margin-bottom: 10px;
    letter-spacing: 0.4px;
}

/*section .titInner {
	margin: 0 0 20px 0;
	padding: 0 0 5px 55px;
	min-height: 55px;
	background: url(//blog.ti-da.net/common/template/official_10/img/icon_002.gif) 0 0 no-repeat;
}*/

section .titInner {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	min-height: 55px;
}

section h1 {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.1;
}
section h1 a {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.1;
}

.entrybottom {
	margin: 30px 0 0;
}

.readMore a {
	font-weight: bold;
	text-decoration: none;
	float: left;
}

.commentsBox {
	float: right;
	text-decoration: none;
	font-weight: bold;
}

#footerContents {
	width: 480px;
	height: 42px;
	margin: 20px auto 0px;
	position: relative;
}
#footerContents #prevPage a, #footerContents #nextPage a {
	position: absolute;
	top: 0;
	width: 140px;
	background-color: #6d6a57;
	text-align: center;
	padding: 6px 0;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#footerContents #prevPage a {
	left: 0;
}
#footerContents #nextPage a {
	right: 0;
}
#footerContents #brogTop a {
	position: absolute;
	left: 170px;
	top: 0;
	width: 140px;
	background-color: #6d6a57;
	text-align: center;
	padding: 6px 0;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#footerContents #prevPage a:hover, #footerContents #nextPage a:hover { background-color: #94917D; }
#footerContents #brogTop a:hover { background-color: #94917D; }

#pageTop {
	margin: 30px 0 30px 0;
	text-align: right;
}

#pageTop a {
	text-decoration: none;
	font-weight: bold;
}





/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
		comments Style
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.comments-head {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #b5aa8b;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	margin: 20px 0 10px;
	color: #ffffff;
}

.comments-body {
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border: 1px solid #b5aa8b;
	padding: 10px;
}

.comments-post {
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	background: #b5aa8b;
	padding: 5px 10px;
	text-align: right;
	color: #ffffff;
	font-size: 12px;
	margin-bottom: 10px;
}

.comments-post a {
	color: #ffffff;
}

#commentTable {
	width: 100%;
	margin: 30px 0 0 0;
}

#commentTable th {
	width: 30%;
	padding: 5px 10px;
	border-top: 2px solid #6d6a57;
	vertical-align: middle;
	font-weight: bold;
}

#commentTable td {
	width: 70%;
	padding: 5px 10px;
	border-top: 1px solid #6d6a57;
}

#commentTable textarea {
	border: 1px solid #6d6a57;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#commentTable input, {
	border: 1px solid #6d6a57;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}



#commentTable input#submit {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #ADA180;
	padding: 5px 10px;
	color: #ffffff;
	cursor: pointer;
border: none;
}

#commentTable input#submit:hover {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #CCC09F;
	border: none;
	color: #fff;
}

#commentTable .comments-body {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
}

section img.img {
  padding: 9px;
  border: 1px solid #dbdad2;
  max-width: 560px;
}




/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
		contentsSub style
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.sidetitle {
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #d2cfbf;
  background: url(http://img03.ti-da.net/usr/m/a/h/mahalokimi/side_titleicon.gif) 0 3px no-repeat;
}

.side {
	margin-bottom: 40px;
	margin-top: 0;
	font-size: 14px;
	background-color: #FFF;
}

.sidebody {
	margin-bottom: 5px;
}

.custom1,
.custom2,
.custom3,
.custom4,
.custom5 {
	margin-bottom: 40px;
}

ul.rss{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 40px;
}
ul.rss li{
	display: inline;
	margin-left: 10px;
	font-weight: bold;
}

/* 大枠 */
.calender{
	text-align: center;
	margin-bottom: 40px;
	background-color: #FFF;
}
/* 上部年月日表示 */
.calendarhead{
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 11px;
}
/* 枠 */
.calendartable{
	border: 1px solid #CCC;
	font-size: 12px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
/* 曜日枠 */
.calendarwd{
	background-color: #a88050;
	padding: 5px;
}
/* 曜日 */
.calendarweek{}
/* 日付枠 */
.calendard{
	text-align: center;
	border: 1px solid #CCC;
}
/* 日曜日 */
.sun{
	color: #F44336;
}
/* 土曜日 */
.sat{
	color: #0672C7;
}
/* 今日 */
.today{
	font-weight: bold;
}

.calendard a {
        color: #a88050;
}



/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
		Footer
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#footerGlobal {
	text-align: center;
 /*  background: #6d6a57; */
center -220px no-repeat;
	padding: 30px 0;
	color: #ffffff;
}

#footerGlobal a {
	color: #ffffff;
}

#footerGlobal p {
	margin-bottom: 20px;
}

#footerGlobal small {
	font-weight: bold;
}




/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
		ここから追加
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/*メイン全体*/
#contents {
  width: 980px;
  margin: 0 auto;
  background: none;
  padding: 15px 0 50px 0;
}

.category-bar {
  background-color: #b5aa8b !important;
}

/*topお知らせ*/
#contentsMain .notice {
	border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#contentsMain .notice span {
	color: #b5aa8b;
  font-weight: bold;
  display: block;
}


/*サブ*/
#contentsSub {
  float: left;
  width: 200px;
}

/*カレンダー*/
.calendarhead {
  font-size: 12px;
}
.calender {
  background: none;
}
table.calendartable {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  font-size: 12px;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}
table.calendartable tr {
	border-bottom: 1px dotted #ccc;
}
td.calendard {
  text-align: center;
  border: none;
  padding: 4px;
}
table.calendartable th.calendarwd {
	color: #fff;
}
table.calendartable th.sun {
  color: #FFF;
}
table.calendartable th.sat {
  color: #FFF;
}


/* #slide
------------------------- */
#slide_wrap {
  width: 100%;
  min-width: 980px;
  height: 530px;
  top: 0px;
  position: relative;
  z-index: 1;
  background: #fff url() center top no-repeat;
}
#slide {
width:980px;
height:420px;
margin:0 auto ;
position:relative;
top: 110px;
}
#slide img {
position:absolute;
left:0;
top:0;
}

/* キャンペーンplugin
------------------------- */
#campaign {
  border: 1px solid #dfd4b8;
  padding: 10px 15px;
  margin-bottom: 20px;
}
#campaign h2 {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 33px;
  margin: 0 0 10px 0;
  background: url(http://img03.ti-da.net/usr/m/a/h/mahalokimi/side_titleicon.gif) 0 3px no-repeat;
}
#campaign .c_box {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #d2cfbf;
}
#campaign .c_box .title, #campaign .c_box .title a {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  display: block;
}
#campaign .c_box .text {
  margin-left: 10px;
  display: block;
}


/* =======================================
	ClearFixElements
======================================= */
.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	overflow: hidden;
}

/* =======================================
	Tsuika
======================================= */

div#main_image {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    min-width: 980px;
    /* height: 580px; */
    /* height: 450px; */
    padding-top: 70px;
}

div#main_image img {
    width: 100%;
}

#album-link {
    background-color: #a88050!important;
}
a#clogBtnAlbum {
    text-decoration: none;
}

.place_name {
    font-size: 14px;
    font-weight: bold;
    background: url(http://img03.ti-da.net/usr/m/a/h/mahalokimi/side_titleicon.gif) 0 3px no-repeat;
padding: 0 0 0 20px;
}

.place_name img {
    vertical-align: top;
}

.sidebody .nickname {
    padding-top: 5px;
}

.side_pr_list {
    font-size: 13px;
    padding: 0px 8px;
    border-left: 4px #bdca0e solid;
}

.sidebody .message a {
    word-wrap: break-word;
}

.ichura_bo_top {
    /*border-top: 1px dotted #D5D5D5;*/
    /*margin-top: 10px;*/
    /*padding-top: 3px;*/
    text-align: center;
}
.tel_text_decoration {
    text-decoration: none;
}
.mail_text_decoration {
    color: #3E4FCE;
}
.mail_text_decoration:hover {
    color: #3E4FCE;
}
.kiji_otoiawase_tenmei {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
}
.kiji_otoiawase_tenmei2 {
    font-size: 15px;
    vertical-align: 2px;
    font-weight: bold;
    line-height: 1;
}
.kiji_otoiawasesaki {
font-size: 16px;
    font-weight: bold;
    color: #bdca0e;
}
.message a {
    text-decoration: none;
}
h2.top_introduce {
    width: 960px;
    padding-top: 20px;
    margin: 0 auto;
}

.kiji_button_p {
text-align: center;
}
.kiji_button_p a,
.kiji_button_owner a {
margin: 0px;
width: 240px;
display: inline-block;
padding: 13px 0;
outline: 0px;
border-radius: 30px;
border: 0px currentColor;
border-image: none;
color: #fff!important;
letter-spacing: 1.5px;
font-family: inherit;
font-size: 16px;
font-weight: bold;
text-decoration: none;
vertical-align: baseline;
background-color: #bdca0e;
}
span.shomei_small {
    font-size: 12px;
}
p.kiji_teltext_p {
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
}
p.kiji_teltext_p a {
    text-decoration: none;
    color: #bdca0e;
    font-weight: bold;
}
.shomei_deco {
    text-decoration: none;
}
/* =======================================
	メニュー
======================================= */
.menu_bg_title {
    color: #bdca0e;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    display: block;
}
.menu_title {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.1;
    border-left: 5px solid #bdca0e;
    padding-left: 10px;
    display: block;
}
.menu_title3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.1;
    border-left: 5px solid #a88050;
    padding-left: 10px;
    display: block;
}
.menu_titleicon {
    background: url(http://img03.ti-da.net/usr/m/a/h/mahalokimi/menu_titleicon.gif) 0 -1px no-repeat;
    display: inline-block;
    padding-left: 25px;
}
.menu_titleicon2 {
    background: url(http://img03.ti-da.net/usr/m/a/h/mahalokimi/menu_titleicon2.gif) 0 -1px no-repeat;
    display: inline-block;
    padding-left: 25px;
}
.menu_title2 {
    border-bottom: 2px dotted #fe8181;
    display: inline-block;
    padding: 3px 10px 3px 18px;
    font-weight: bold;
    background: url(http://img03.ti-da.net/usr/m/a/h/mahalokimi/menu_icons2.gif) 0 6px no-repeat;
}
.menu_icons {
    background: url(http://img03.ti-da.net/usr/m/a/h/mahalokimi/menu_icons.gif) 0 2px no-repeat;
    display: inline-block;
    padding-left: 18px;
}
/* 
.menu_icons2 {
    vertical-align: middle;
    padding-bottom: 3px;
}
 */
.menu_ichiran dl {
    border-bottom: 1px #ccc dotted;
    overflow: hidden;
    padding: 10px 0 10px 0;
}
.menu_ichiran dl dt {
    float: left;
}
.menu_ichiran dl dd {
    float: right;
}
span.ichiran_price {
    color: #ff0000;
}
span.option_title {
    font-size: 12px;
}
span.menu_option {
    font-size: 10px;
    vertical-align: middle;
}
.option_box {
    overflow: hidden;
}
.menu_comment {
    overflow: hidden;
}
.option_box img {
    float: left;
}
.option_box .option_koumoku {
    float: left;
    vertical-align: middle;
    padding: 3px 0 0 5px;
}

span.menu_titlecolor {
    color: #bdca0e;
    font-weight: bold;
}

/* =======================================
	ブログキャンペーン
======================================= */
.black_overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: fixed;
	top: 10%;
	left: 30%;
	padding: 16px;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
a.lightbox_Close {
    float: right;
    display: block;
    margin-bottom: 10px;
}
span.white_content_text {
    padding-left: 10px;
    color: red;
    font-weight: bold;
    letter-spacing: 1px;
}
span.menu_icons2 {
    background: url(http://img03.ti-da.net/usr/m/a/h/mahalokimi/side_titleicon2_01_01.gif) 0 4px no-repeat;
    display: inline-block;
    padding-left: 18px;
}
.side_button_p {
    text-align: center;
}
.side_button_p a {
    margin: 0px;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    outline: 0px;
    border-radius: 30px;
    border: 0px currentColor;
    border-image: none;
    color: #fff!important;
    letter-spacing: 1.5px;
    font-family: inherit;
    font-weight: bold;
    text-decoration: none;
    vertical-align: baseline;
    background-color: #bdca0e;
}
a.owner_mail {
    margin: 0px;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    outline: 0px;
    border-radius: 30px;
    border: 0px currentColor;
    border-image: none;
    color: #fff!important;
    letter-spacing: 1.5px;
    font-family: inherit;
    font-weight: bold;
    text-decoration: none;
    vertical-align: baseline;
    background-color: #bdca0e;
}
span.campaign_sousyoku_sen {
    text-decoration: line-through;
}
.white_content2 img {
    max-width: 100%!important;
}
.white_content2 {
    right:29.5%;
}
img.img_border {
    margin-bottom: 5px;
}
span.kiji_coupontitle {
    font-size: 20px;
    font-weight: bold;
    color: #bdca0e;
    display: block;
    text-align: center;
    margin: 0 0 10px;
}
/* =======================================
	サイドオリジナル
======================================= */
ul.right_contents {
    margin-top: 20px;
    margin-bottom: 20px;
}
/* =======================================
	店舗情報（記事）
======================================= */
table.profile_kiji_tenpo {
    width: 100%;
    line-height: 2;
}
.profile_kiji_tenpo tr {
    margin-bottom: 5px;
}
.profile_kiji_tenpo th {
    background-color: #bdca0e;
    padding: 3px 0;
    width: 25%;
    text-align: center;
    color: #fff;
    vertical-align: middle;
}
.profile_kiji_tenpo td {
    padding: 0 0 0 10px;
    border-bottom: 1px #ccc dotted;
    width: 72%;
}
.profile_kiji_tenpo a {
    text-decoration: none;
}
.menu_icons4 {
    background: url(http://img03.ti-da.net/usr/m/a/h/mahalokimi/side_titleicon4.gif) 0 2px no-repeat;
    display: inline-block;
    padding-left: 18px;
    font-weight: bold;
}
/* =======================================
	Googleカレンダー
======================================= */
 
.big-container {
        display: block;
}

.small-container {
        display: none;
}
/* =======================================
	プロフィール部分（左サイド）
======================================= */
.sidebody .nickname {
    display: none;
}
.photo {
    margin-bottom: 5px;
}
/* =======================
 #にこにこ②
=======================*/
.contents_navi2 {
    position: relative; */
    /* z-index: 1; */
    width: 100%;
    /* float: left; */
    /* height: 108px; */
}
.contents_navi2 nav {
    width: 980px;
    max-width: 600px;
    overflow: hidden;
    /* height: 100px; */
    margin: 30px auto;
    padding: 15px 0;
    /* position: absolute; */
    /* float: left; */
    /* z-index: 0; */
    /* left: 0px; */
    /* top: 10px; */
}
.contents_navi2 nav ul {
    /* float: left; */
    width: 100%;
    height: 100%;
    /* background-image: url(../images/mainnavi_line.png); */
    /* background-repeat: no-repeat; */
    /* background-position: right bottom; */
}
.contents_navi2 nav li {
    float: left;
    /* height: 100px; */
    width: 100px;
}
.contents_navi2 nav:after {
	content: "";
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 9px;
	width: 2px;
	position: absolute;
	bottom: 0px;
	left: 400px;
	background-image: url(../images/mainnavi_line.png);
}
.contents_navi2 nav li a {
	background-repeat: no-repeat;
	background-position: center 54px;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 85px;
	width: 100px;
	position: relative;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	margin-left: 2px;
}
.contents_navi2 nav li a:hover {
	background-position: center 51px;
}
.contents_navi2 nav a:after {
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	top: -5px;
	left: 25px;
	background-repeat: no-repeat;
	background-position: left top;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.contents_navi2 nav a:hover:after {
   	background-clip: padding-box;
	border-top-left-radius:40px;
	border-top-right-radius:2px;
	border-bottom-left-radius:40px;
	border-bottom-right-radius:40px;
	transform: rotate(-45deg);
        transition: all 0.5s;
}
.contents_navi2 nav li a:before {
    content: "";
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9999px;
    display: block;
    float: left;
    z-index: 10;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 30px;
    /* left: -2px; */
}
.contents_navi2 nav .navi01 {
	background-image: url(http://img03.ti-da.net/usr/m/a/h/mahalokimi/mainnavi01.png);
        border-right: 1px dotted #ccc;
}
.contents_navi2 nav li .navi01:before {
	background-image: url(http://img03.ti-da.net/usr/m/a/h/mahalokimi/mainicon01.png);
}
.contents_navi2 nav .navi01:after {
	background-color: #bdca0e;
	border-radius: 40px;
}
.contents_navi2 nav .navi02 {
	background-image: url(http://img03.ti-da.net/usr/m/a/h/mahalokimi/mainnavi02.png);
        border-right: 1px dotted #ccc;
}
.contents_navi2 nav li .navi02:before {
	background-image: url(http://img03.ti-da.net/usr/m/a/h/mahalokimi/mainicon02.png);
}
.contents_navi2 nav .navi02:after {
	background-color: #85be14;
	border-radius: 40px;
}
.contents_navi2 nav .navi03 {
	background-image: url(http://img03.ti-da.net/usr/m/a/h/mahalokimi/mainnavi03.png);
        border-right: 1px dotted #ccc;
}
.contents_navi2 nav li .navi03:before {
	background-image: url(http://img03.ti-da.net/usr/m/a/h/mahalokimi/mainicon03.png);
}
.contents_navi2 nav .navi03:after {
	background-color: #fcc415;
	border-radius: 40px;
}
.contents_navi2 nav .navi04 {
	background-image: url(http://img03.ti-da.net/usr/m/a/h/mahalokimi/mainnavi04.png);
        border-right: 1px dotted #ccc;
}
.contents_navi2 nav li .navi04:before {
	background-image: url(http://img03.ti-da.net/usr/m/a/h/mahalokimi/mainicon04.png);
}
.contents_navi2 nav .navi04:after {
	background-color: #a88050;
	border-radius: 40px;
}
.contents_navi2 nav .navi05 {
	background-image: url(http://img03.ti-da.net/usr/m/a/h/mahalokimi/mainnavi05.png);
}
.contents_navi2 nav li .navi05:before {
	background-image: url(http://img03.ti-da.net/usr/m/a/h/mahalokimi/mainicon05.png);
}
.contents_navi2 nav .navi05:after {
	background-color: #fe8181;
	border-radius: 40px;
}
.contents_navi2 nav .navi06 {
	background-image: url(http://img03.ti-da.net/usr/m/a/h/mahalokimi/mainnavi06.png);
        border-right: 1px dotted #ccc;
}
.contents_navi2 nav li .navi06:before {
	background-image: url(http://img03.ti-da.net/usr/m/a/h/mahalokimi/mainicon06.png);
}
.contents_navi2 nav .navi06:after {
	background-color: #d4c385;
	border-radius: 40px;
}
/* =======================
 #追加
=======================*/
span.top_hosoku {
    display: block;
    padding-bottom: 20px;
    color: #fe8181;
    font-weight: bold;
    letter-spacing: 1px;
}
