@charset "utf-8";

@import url("sp.css");

@media screen and (min-width : 720px){
/************************************************
@media screen and (min-width : 68px){
************************************************ */

/************************************************
 共通設定
************************************************ */
/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
    *zoom: 1;
}
.clear { clear: both; }

/* リンク指定
----------------------------------------------- */
a { color: #FFFFFF; font-weight:bold; text-decoration: none; }
a:focus,a:hover,a:active { text-decoration: none; }
a img { border: 0; text-align: center; }
a:hover img { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; } 

/* 画像
----------------------------------------------- */
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* リスト指定
----------------------------------------------- */
ul li { list-style: none; line-height: 0; padding: 0; margin: 0; }
tr, th {margin: 0;}


/* ==============================================
 Basic Style
=============================================== */

body {
    font-family: Verdana, /*"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",*/ "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	color: #ffffff;
        letter-spacing: 0.01em;
}

/* html,bodyタグの設定 */
html, body {
    margin: 0;         /* 余白の削除 */
    padding: 0;        /* 余白の削除 */
    width:100%;
}

p, h1, h2, h3, dl, dt, dd {
    margin: 0;
    padding: 0;
}


/* ==============================================
 エラー
=============================================== */
#error {
	margin: 0 auto;
	padding: 10px;
	background-color: #da6f6f;
        line-height: 21px;
        font-size: 14px;
	color: #FFFFFF;
        position: absolute;
        top: 43px;
        width: 100%;
        z-index: 100;
}
 #error a { color: #fff100; }
 #error a:focus, #error a:hover, #error a:active { color: #fff100; }
 

/* HEADER
----------------------------------------------- */

div#header-bk { 
        position: absolute;            /* ヘッダーの固定 */
        top: 0px;                   /* 位置(上0px) */
        left: 0px;                  /* 位置(右0px) */
	margin-top:8px;       /* 上10px、下20pxをあける */
	height:35px;              /* 縦の高さ110px */
	width:100%;                /* 横の幅を100% */
        background-color: #FFFFFF;
}

div#header { 
	height: 100%;              /* 縦の表示領域はheader-bkと同じ */
	width: 910px;              /* 横の幅910px */
	margin: auto;              /* 中央揃え */
}

#header .fb {
	background: url(../images/bg/bg_blue.gif) repeat;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	color: #ffffff;
	width: 29px;
        height: 24px;
	padding: 5px;
        box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
        -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
        -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
        text-align: center;
        display: block;
        float: left;
        position: relative;
}
#header .fb img { height: 24px; }
#header .fb span { display: none; }

#header .tw {
	background: url(../images/bg/bg_lsblue.gif) repeat;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	color: #ffffff;
	width: 29px;
        height: 24px;
	padding: 5px;
        box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
        -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
        -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
        text-align: center;
        display: block;
        float: left;
        margin-left: 5px;
}
#header .tw img { height: 22px; }
#header .tw span { display: none; }

.logo {
    display: block;
    height: 27px;
    width: 502px;
    background: url(../images/headerlogo.png) no-repeat;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    margin: 2px 0 0 115px;
    float: left;
}

.logolink {
    height: 27px;
    width: 502px;
    margin: 0;
    padding: 0;
}
/* LOGO Eng
----------------------------------------------- */
.logo_e {
    display: block;
    height: 27px;
    width: 502px;
    background: url(../images/headerlogo_e.png) no-repeat;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    margin: 2px 0 0 115px;
    float: left;
}

#header .eng {
	background: url(../images/bg/bg_ldg.gif) repeat;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	color: #ffffff;
	width: 132px;
        height: 24px;
	padding: 5px;
        box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
        -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
        -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
        text-align: center;
        display: block;
        float: left;
        margin-left: 60px;
        font-size: 20px;
        font-weight: normal;
        position: relative;
        z-index: 1;
}

#header .eng:hover {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    -moz-opacity: 0.6; opacity: 0.6;
    display: block;
}

/* HEADER_ポップアップウィンドウ用
----------------------------------------------- */

div#header_s { 
        padding: 6px 0 0px 0; 
	margin: 0 auto;         
	height:27px;  
	width:764px;            
        background-color: #FFFFFF;
        text-align: center;
}
div#header_s .logolink:hover {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    -moz-opacity: 0.6; opacity: 0.6;
    display: block;
}

/* FOOTER
----------------------------------------------- */

#footer-bk {
    z-index: 4;
    position: relative;
    width: 100%;
    background: url(../images/bg/bg_lg.gif) repeat 0 0;
}

#pagetop {
    display: block;
    background: url(../images/bg/bg_dg.gif) repeat 0 0;
    font-size: 14px;
        box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
        -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
}

#pagetop p {
    width: 900px;
    text-align: left;
    margin: auto;
    line-height: 23px;
    vertical-align: top;
}

#footer {
    width: 910px;
    margin: auto;
    color: #000000;
    padding: 30px 0 40px 0;
    text-align: center;
}

p.links {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 14px;
}
p.links a { color: #000000; font-weight:bold; text-decoration: underline; }
p.links a:hover { text-decoration: none; }

p.pict {
    width: 750px;
    text-align: left;
    margin-left: 125px;
}
p.pict .linktitle {
    float: left;
    display: block;
    height: 40px;
}

div.banners {
    width: 757px;
    margin: 0 auto;
}

div.banners a {
    display: block;
    float: left;
    margin: 0 2px 0 0;
    padding: 0;
}

.copyright {
    clear: both;
    padding-top: 37px;
}

/* GROVAL NAVIGATION
----------------------------------------------- */

#gnav_sp { display: none; }

#gnav {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 34px;
    background: url(../images/bg/bg_dg.gif) repeat;
    margin: 0 auto;
    padding: 0;
        box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
        -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
}

#gnav ul {
    width: 950px;
    height: 18px;
    margin: 0 auto;
    font-size: 17px;
    font-weight: lighter;
    padding: 8px 0 0 0;
    vertical-align: bottom;
}

#gnav li {
    display: inline-block;
    float: left;
    margin: 0 auto;
    line-height: 16px;
    line-height: 21px\9; /* IE8以下 */
    padding: 0 17px 0 17px;
    vertical-align: bottom;
    width: 100px;
    border-left: 1px #FFFFFF solid ;
    
}
#gnav li:first-child { padding: 0 5px 0 29px; border: none; }
#gnav li:nth-child(2) { padding: 0 0px 0 34px; }
#gnav li:nth-child(3) { padding: 0 0px 0 34px; }
#gnav li:nth-child(4) { padding: 0 7px 0 27px; }
#gnav li:nth-child(5) { padding: 0 7px 0 27px; }
#gnav li:last-child { padding: 0 17px 0 20px; }

#gnav li { line-height:21px\0; }
#gnav li { line-height:21px\9; }

#gnav li a {
    
        text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
        -moz-text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
        -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

#gnav li a.top {
    display: block;
    height: 18px;
    padding: 0 0 0 24px;
    margin: 0 auto;
    background: url(../images/m_1top_off.png) no-repeat left center;
    letter-spacing: -0.2em;
}
#gnav li a.top:hover {
    display: block;
    height: 18px;
    padding: 0 0 0 24px;
    margin: 0 auto;
    background: url(../images/m_1top.png) no-repeat left center;
}
#gnav li a.top_active {
    display: block;
    height: 18px;
    padding: 0 0 0 24px;
    margin: 0 auto;
    background: url(../images/m_1top.png) no-repeat left center;
}


#gnav li a.nature {
    display: block;
    height: 18px;
    padding: 0 0 0 24px;
    margin: 0 auto;
    background: url(../images/m_2nature_off.png) no-repeat left center;
}
#gnav li a.nature:hover {
    display: block;
    height: 18px;
    padding: 0 0 0 24px;
    margin: 0 auto;
    background: url(../images/m_2nature.png) no-repeat left center;
}
#gnav li a.nature_active {
    display: block;
    height: 18px;
    padding: 0 0 0 24px;
    margin: 0 auto;
    background: url(../images/m_2nature.png) no-repeat left center;
}

#gnav li a.hist {
    display: block;
    height: 18px;
    padding: 0 0 0 24px;
    margin: 0 auto;
    background: url(../images/m_2nature_off.png) no-repeat left center;
}
#gnav li a.hist:hover {
    display: block;
    height: 18px;
    padding: 0 0 0 24px;
    margin: 0 auto;
    background: url(../images/m_3hist.png) no-repeat left center;
}
#gnav li a.hist_active {
    display: block;
    height: 18px;
    padding: 0 0 0 24px;
    margin: 0 auto;
    background: url(../images/m_3hist.png) no-repeat left center;
}

#gnav li a.stay {
    display: block;
    height: 18px;
    padding: 0 0 0 24px;
    margin: 0 auto;
    background: url(../images/m_2nature_off.png) no-repeat left center;
}
#gnav li a.stay:hover {
    display: block;
    height: 18px;
    padding: 0 0 0 24px;
    margin: 0 auto;
    background: url(../images/m_4stay.png) no-repeat left center;
}
#gnav li a.stay_active {
    display: block;
    height: 18px;
    padding: 0 0 0 24px;
    margin: 0 auto;
    background: url(../images/m_4stay.png) no-repeat left center;
}

#gnav li a.eat {
    display: block;
    height: 18px;
    padding: 0 0 0 24px;
    margin: 0 auto;
    background: url(../images/m_2nature_off.png) no-repeat left center;
}
#gnav li a.eat:hover {
    display: block;
    height: 18px;
    padding: 0 0 0 24px;
    margin: 0 auto;
    background: url(../images/m_5eat.png) no-repeat left center;
}
#gnav li a.eat_active {
    display: block;
    height: 18px;
    padding: 0 0 0 24px;
    margin: 0 auto;
    background: url(../images/m_5eat.png) no-repeat left center;
}

#gnav li a.info {
    display: block;
    height: 18px;
    padding: 0 0 0 24px;
    margin: 0 auto;
    background: url(../images/m_2nature_off.png) no-repeat left center;
}
#gnav li a.info:hover {
    display: block;
    height: 18px;
    padding: 0 0 0 24px;
    margin: 0 auto;
    background: url(../images/m_6info.png) no-repeat left center;
}
#gnav li a.info_active {
    display: block;
    height: 18px;
    padding: 0 0 0 24px;
    margin: 0 auto;
    background: url(../images/m_6info.png) no-repeat left center;
}

#gnav li a.story {
    display: block;
    height: 18px;
    padding: 0 0 0 24px;
    margin: 0 auto;
    background: url(../images/m_2nature_off.png) no-repeat left center;
}
#gnav li a.story:hover {
    display: block;
    height: 18px;
    padding: 0 0 0 24px;
    margin: 0 auto;
    background: url(../images/m_7story.png) no-repeat left center;
}
#gnav li a.story_active {
    display: block;
    height: 18px;
    padding: 0 0 0 24px;
    margin: 0 auto;
    background: url(../images/m_7story.png) no-repeat left center;
}

/* GROVAL NAVIGATION 2
----------------------------------------------- */

#gnav_2 {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 34px;
    background: url(../images/bg/bg_dg.gif) repeat;
    margin: 0 auto;
    padding: 0;
        box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
        -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
}

#gnav_2 ul {
    width: 950px;
    height: 18px;
    margin: 0 auto;
    font-size: 17px;
    font-weight: lighter;
    padding: 8px 0 0 0;
    vertical-align: bottom;
}

#gnav_2 li {
    display: inline-block;
    float: left;
    margin: 0 auto;
    line-height: 16px;
    line-height: 21px\9; /* IE8以下 */
    padding: 0;
    vertical-align: bottom;
    width: 134px;
    border-left: 1px #FFFFFF solid ;
    text-align: center;
    letter-spacing: 0.2em;
    
}

#gnav_2 li:first-child {
    display: inline-block;
    float: left;
    margin: 0 auto;
    line-height: 16px;
    line-height: 21px\9; /* IE8以下 */
    vertical-align: bottom;
    width: 100px;
    padding: 0 5px 0 29px;
    border: none;
    text-align: left;
}

#gnav_2 li { line-height:21px\0; }
#gnav_2 li { line-height:21px\9; }

#gnav_2 li a {
    
        text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
        -moz-text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
        -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

#gnav_2 li a.top {
    display: block;
    height: 18px;
    padding: 0 0 0 24px;
    margin: 0 auto;
    background: url(../images/m_1top_off.png) no-repeat left center;
    /*letter-spacing: -0.2em;*/
    line-height:21px\0;
}
#gnav_2 li a.top:hover {
    display: block;
    height: 18px;
    padding: 0 0 0 24px;
    margin: 0 auto;
    background: url(../images/m_1top.png) no-repeat left center;
    /*letter-spacing: -0.2em;*/
    line-height:21px\0;
}
#gnav_2 li a.top_active {
    display: block;
    height: 18px;
    padding: 0 0 0 24px;
    margin: 0 auto;
    background: url(../images/m_1top.png) no-repeat left center;
    /*letter-spacing: -0.2em;*/
    line-height:21px\0;
}


#gnav_2 li a.nature {
    display: block;
    height: 18px;
    padding: 0 0 0 0px;
    margin: 0 auto;
}
#gnav_2 li a.nature:hover {
    display: block;
    height: 18px;
    padding: 0 0 0 0px;
    margin: 0 auto;
    color: #bce322;
}
#gnav_2 li a.nature_active {
    display: block;
    height: 18px;
    padding: 0 0 0 0px;
    margin: 0 auto;
    color: #bce322;
}

#gnav_2 li a.hist {
    display: block;
    height: 18px;
    padding: 0 0 0 0px;
    margin: 0 auto;
}
#gnav_2 li a.hist:hover {
    display: block;
    height: 18px;
    padding: 0 0 0 0px;
    margin: 0 auto;
    color: #57cbf8;
}
#gnav_2 li a.hist_active {
    display: block;
    height: 18px;
    padding: 0 0 0 0px;
    margin: 0 auto;
    color: #57cbf8;
}

#gnav_2 li a.stay {
    display: block;
    height: 18px;
    padding: 0 0 0 0px;
    margin: 0 auto;
}
#gnav_2 li a.stay:hover {
    display: block;
    height: 18px;
    padding: 0 0 0 0px;
    margin: 0 auto;
    color: #d59dfd;
}
#gnav_2 li a.stay_active {
    display: block;
    height: 18px;
    padding: 0 0 0 0px;
    margin: 0 auto;
    color: #d59dfd;
}

#gnav_2 li a.eat {
    display: block;
    height: 18px;
    padding: 0 0 0 0px;
    margin: 0 auto;
}
#gnav_2 li a.eat:hover {
    display: block;
    height: 18px;
    padding: 0 0 0 0px;
    margin: 0 auto;
    color: #f376bc;
}
#gnav_2 li a.eat_active {
    display: block;
    height: 18px;
    padding: 0 0 0 0px;
    margin: 0 auto;
    color: #f376bc;
}

#gnav_2 li a.info {
    display: block;
    height: 18px;
    padding: 0 0 0 0px;
    margin: 0 auto;
}
#gnav_2 li a.info:hover {
    display: block;
    height: 18px;
    padding: 0 0 0 0px;
    margin: 0 auto;
    color: #ffc533;
}
#gnav_2 li a.info_active {
    display: block;
    height: 18px;
    padding: 0 0 0 0px;
    margin: 0 auto;
    color: #ffc533;
}

#gnav_2 li a.story {
    display: block;
    height: 18px;
    padding: 0 0 0 0px;
    margin: 0 auto;
}
#gnav_2 li a.story:hover {
    display: block;
    height: 18px;
    padding: 0 0 0 0px;
    margin: 0 auto;
    color: #8eb9ff;
}
#gnav_2 li a.story_active {
    display: block;
    height: 18px;
    padding: 0 0 0 0px;
    margin: 0 auto;
    color: #8eb9ff;
}

/* BODY
----------------------------------------------- */

/* IE */
div#body-bk { background: url(../images/bg/bg_clear.png) #FFF\0; }
div#body-bk { background: url(../images/bg/bg_clear.png) #FFF\9; }


div#body-bk{
    background: url(../images/bg/bg_clear.png) repeat 0 0,
        -moz-linear-gradient(top, #e0e5e7, #FFF 30%, #FFF);
        background: url(../images/bg/bg_clear.png) repeat 0 0,
        -webkit-gradient(
        linear,
        left top, left bottom,
        color-stop(0, #FFF),
        color-stop(0%, #e0e5e7),
        color-stop(30%, #FFF));
    position: relative;
    z-index: 1;
    width: 100%;
    color: #000000;
}

 
div#body{
    width:950px;
	background-repeat: no-repeat;
        background-color: #FFFFFF;
    margin:auto;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
        -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}

/* コンテンツ
----------------------------------------------- */
#content {
    width: 900px;
    margin: auto;
    padding: 0px 0 30px 0;
    position: relative;
}

/* 見出し
----------------------------------------------- */
h2.top {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    background: url(../images/bg/bg_ye.gif) repeat-y 0 0;
    padding: 0 0 0 14px;
}
h3.top {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    background: url(../images/bg/bg_ye.gif) repeat 0 0;
    padding: 0 0 0 1%;
    width: 99%;
}

h2.nature {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    background: url(../images/bg/bg_gr.gif) repeat-y 0 0;
    padding: 0 0 0 14px;
    width: 90%;
}

h2.hist {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    background: url(../images/bg/bg_sblue.gif) repeat-y 0 0;
    padding: 0 0 0 14px;
    width: 90%;
}

h2.stay {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    background: url(../images/bg/bg_pur.gif) repeat-y 0 0;
    padding: 0 0 0 14px;
    border-bottom: #c9a2e5 solid 1px;
    margin-bottom: 12px;
}

h2.eat {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    background: url(../images/bg/bg_pi.gif) repeat-y 0 0;
    padding: 0 0 0 14px;
    border-bottom: #ec73b7 solid 1px;
    margin-bottom: 12px;
}

h2.info {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    background: url(../images/bg/bg_or.gif) repeat-y 0 0;
    padding: 0 0 0 14px;
}


/* ==============================================
 TOP
=============================================== */

/* MAINVISUAL
----------------------------------------------- */

#mainvisual01 {
    z-index: 4;
    position: relative;
    background: url(../images/mv_1top_2.jpg) no-repeat;
    width: 960px;
    height: 632px;
    margin: auto;
    margin-top: 42px;
}

#mainvisual01_2 {
    z-index: 4;
    position: relative;
    background: url(../images/mv_1top_2.jpg) no-repeat\9 !important;
    width: 960px;
    height: 632px;
    margin: auto;
    margin-top: 42px;
}

/* アニメーション前の
#mainvisual01 ul {
	margin: 51px 0 0 400px;
	width: 145px;
        height: 442px;
	text-align: center;
        float: left;
        padding: 0px;
}


#mainvisual01 ul li.main {
	margin: 0px;
	text-align: center;
	display: none;
	overflow: hidden;
        float: right;
        padding: 0px;
        width: 65%;
}
li.main img { max-width: 65%; height: auto; }

#mainvisual01 ul li.sub {
	margin: 0px;
	text-align: center;
	display: none;
	overflow: hidden;
        float: right;
        padding: 113px 10px 0px 0px;
}

#mainvisual01 ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
        float: left;
}

#mainvisual01 ul {
	display: inline-block;
	overflow: hidden;
} */

/* アニメーション */
#mainvisual01 ul {
	margin: 40px 0 0 60px;
	width: 500px;
        height: 200px;
	text-align: center;
        float: left;
        padding: 0px;
}


#mainvisual01 ul li {
	margin: 0px;
	text-align: center;
	display: none;
	overflow: hidden;
        padding: 0px;
        width: 100%;
}
li img { max-width: 100%; height: auto; }

#mainvisual01 ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
        float: left;
}

#mainvisual01 ul {
	display: inline-block;
	overflow: hidden;
}

/* アニメーション_2 */
#mainvisual01_2 ul {
	margin: 40px 0 0 60px;
	width: 500px;
        height: 200px;
	text-align: center;
        float: left;
        padding: 0px;
}


#mainvisual01_2 ul li {
	margin: 0px;
	text-align: center;
	display: none;
	overflow: hidden;
        padding: 0px;
        width: 100%;
}
li img { max-width: 100%; height: auto; }

#mainvisual01_2 ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
        float: left;
}

#mainvisual01_2 ul {
	display: inline-block;
	overflow: hidden;
}

.logos {
    float: right;
    margin: 303px 20px 0 0;
    text-align: right;
    width: 50%;
}

.logos img {
    display: block;
    float: right;
    margin-right: 10px;
}

.npoj {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 15px 0 0;
    display: block;
    float: right;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
        -moz-text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
        -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

/* YOUTUBE
----------------------------------------------- */

.youtube {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 8px;
}

div.text {
    width: 316px;
    float: left;
    margin-right: 7px;
}

.youtube p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 12px;
}

/* TOP フォトギャラリー
----------------------------------------------- */
div.gallery {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

div.gallery h2 {
    margin-bottom: 7px;
}

div.gallery .first {
    margin-left: 0px;
}

div.gallery div {
    position:relative;
    display:block;
    width: 298px;
    height: 200px;
    float: left;
    margin: 0 0 0 3px;
    padding: 0;
    background-color: #000000;
} 

div.gallery img {
    z-index: 5;
    margin: 0;
    padding: 0;
}

div.gallery img:hover {
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

div.gallery a { color: #ffffff; }
div.gallery a:hover { 
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

div.gallery p {
    position:absolute;
    bottom:0px;
    left: 0px;
    background-color: rgba(0,0,0,0.7);
    z-index: 6;
    margin: 0;
    padding: 7px;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    width: 284px;
}


/* TOP 特産品
----------------------------------------------- */
div.products {
    width: 100%;   
    padding-top: 20px;
    clear: both;
}

div.products img {
    display: block;
    margin: 7px 0 0 0;
}


/* NEWS
----------------------------------------------- */
.news {
    width: 100%;
    font-size: 14px;
}

.news h3 {
    margin-top: 25px;
}

.news dl {
    width: 100%;
}

.news dt {
    width: 6.7em;
    float: left;
    padding: 10px 0 9px 3px;
    line-height: 120%;
}

.news dd {
    padding: 10px 3px 9px 6.6em;
    border-bottom: 1px #ffe463 solid;
    line-height: 120%;
}

.news a { color: #000000; font-weight: normal; }
.news a:hover { text-decoration: underline; }


.btn_top {
    float: right;
    margin-top: 12px;
    width: 12%;
    background: url(../images/bg/bg_ye.gif) repeat;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #000000;
    font-size: 14px;
    line-height: 32px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    display: block;
        box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
        -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
        -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.btn_top span {
    color: #FFFFFF;
}

.btn_top:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/* TOP英語版
----------------------------------------------- */
.youtube_e h2.top {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    background: url(../images/bg/bg_ye.gif) repeat-y 0 0;
    padding: 0 0 0 14px;
}

.youtube_e {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 8px;
    margin-bottom: 10px;
}

.youtube_e p {
    font-size: 14px;
    line-height: 20px;
/*    margin-top: 4px;*/
    margin-top: 5px;
}


/* ==============================================
 フォトギャラリー
=============================================== */

#gallerybox {
    margin: auto;
}

/* タブメニュー
----------------------------------------------- */

#gallerymenu {
    height: 42px;
    width: 770px;
    margin: 0 auto;
    padding: 0;
}

#gallerymenu a {
    float: left;
    display: block;
    text-align: center;
    position: relative;
    width: 184px;
    height: 32px;
    font-size: 16px;
    padding: 0 8px 0 8px;
    line-height: 36px;
    font-weight: bold;
    margin: 10px 0 0 10px;
    text-decoration:none;
}

#gallerymenu .on {
    background: url(../images/bg/bg_ye.gif) repeat;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    color: #ffffff;
}

#gallerymenu .off {
    background: url(../images/bg/bg_lye.gif) repeat;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    color: #000000;
}

#gallerymenu a:hover {
    background: url(../images/bg/bg_ye.gif) repeat;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    color: #ffffff;
}

/* CONTENTS
----------------------------------------------- */

#gallerycontents {
    width: 764px;
    background: url(../images/bg/bg_ye.gif) repeat;
    padding: 3px;
    clear: both;
    margin: auto;
}

#gallerycontents #container {
   width: 764px;
   background-color: #FFFFFF;
   clear: both;
   margin: auto;
}

#gallerycontents .item {
    background: url(../images/bg/bg_lg.gif) repeat;
    width: 357px;
    margin-left: 10px;
    text-align: center;
    color: #000000;
    font-size: 14px;
    padding: 5px;
    margin: 10px 0 0 10px;
}

#gallerycontents img {
    width: 357px;
}

/* 下部ボタン
----------------------------------------------- */

.btns {
    clear: both;
}

.btn_close {
    float: left;
    position: relative;
    bottom: 0px;
    left: 307px;
    width: 150px;
    margin: 20px 0 20px 0;
    background: url(../images/bg/bg_ye.gif) repeat;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #000000;
    line-height: 32px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    display: block;
        box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
        -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
        -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.btn_close span {
    color: #FFFFFF;
}

.btn_close:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.btn_pagetop {
    float: right;
    position: relative;
    bottom: 0px;
    width: 130px;
    margin: 20px 10px 0 0;
    background: #ffd40b;
    border: 1px solid #ffd40b;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #ffffff;
    line-height: 32px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    display: block;
}

.btn_pagetop:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}


/* ==============================================
 自然・文化共通
=============================================== */

/* サイドメニュー
----------------------------------------------- */
#side {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 30%;
    height: auto;
    color: #000000;
    font-size: 16px;
    line-height: 1.4;
}

#side a {
    display: block;
    padding: 7px 0 7px 0 ;
    color: #000000;
}
#side a:hover { filter:alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; }
#side a span.gr { color: #bce322; }
#side a span.bl { color: #57cbf8; }

/* コンテンツ
----------------------------------------------- */
#fixcontents {
    width: 69%;
    margin: 20px 0 0 0;
    padding: 0 ;
    float: right;
}
#fixcontents p {
    display: block;
    clear: both;
    font-size: 12px;
    line-height: 21px;
    margin: 28px 0 30px 0 ;
}

.slider img { height: 377px; width: 620px; }
.hide{ display:none; }


/* ==============================================
 自然
=============================================== */
#mainvisual02 {
    z-index: 4;
    position: relative;
    background: url(../images/mv_2nature2.jpg) no-repeat;
    width: 960px;
    height: 363px;
    margin: auto;
    margin-top: 42px;
}
/* ==============================================
 文化
=============================================== */
#mainvisual03 {
    z-index: 4;
    position: relative;
    background: url(../images/mv_3hist.jpg) no-repeat;
    width: 960px;
    height: 363px;
    margin: auto;
    margin-top: 42px;
}

/* ==============================================
 自然・文化Eng
=============================================== */
#mainvisual02_e {
    z-index: 4;
    position: relative;
    background: url(../images/mv_2nature_e.jpg) no-repeat;
    width: 960px;
    height: 363px;
    margin: auto;
    margin-top: 42px;
}

#mainvisual03_e {
    z-index: 4;
    position: relative;
    background: url(../images/mv_3hist_e.jpg) no-repeat;
    width: 960px;
    height: 363px;
    margin: auto;
    margin-top: 42px;
}

/* ==============================================
 泊まる
=============================================== */


/* MAINVISUAL
----------------------------------------------- */

#mainvisual04 {
    z-index: 4;
    position: relative;
    background: url(../images/mv_4stay.jpg) no-repeat;
    width: 960px;
    height: 363px;
    margin: auto;
    margin-top: 42px;
}

/* MAINVISUAL Eng
----------------------------------------------- */

#mainvisual04_e {
    z-index: 4;
    position: relative;
    background: url(../images/mv_4stay_e.jpg) no-repeat;
    width: 960px;
    height: 363px;
    margin: auto;
    margin-top: 42px;
}

#content_tab { margin-bottom: -6px; }

/* タブメニュー
----------------------------------------------- */

#innmenu {
    height: 42px;
    width: 900px;
    margin: 0 auto;
    padding: 0;
}

#innmenu a {
    float: left;
    display: block;
    text-align: center;
    position: relative;
    width: 115px;
    height: 32px;
    font-size: 20px;
    padding: 0 8px 0 8px;
    line-height: 36px;
    font-weight: bold;
    margin: 15px 0 0 10px;
    text-decoration:none;
}

#innmenu .on {
    background: url(../images/bg/bg_dg.gif) repeat;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    color: #ffffff;
}

#innmenu .off {
    background: url(../images/bg/bg_ldg.gif) repeat;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    color: #8d8f92;
}

#innmenu a:hover {
    background: url(../images/bg/bg_dg.gif) repeat;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    color: #ffffff;
}

/* CONTENTS
----------------------------------------------- */

#inncontents {
    width: 888px;
    background: url(../images/bg/bg_dg.gif) repeat;
    padding: 3px;
    clear: both;
    margin: auto;
}

#inncontents #container {
   width: 888px;
   background-color: #FFFFFF;
   clear: both;
   margin: auto;
}

#inncontents ul {
    width: 830px;
    margin: 0 auto;
    padding: 32px;
}

#inncontents li {
    width: 100%;
    border-bottom: 1px #8d8f92 dashed;
    padding: 30px 0 30px 0;
}
#inncontents li:first-child {
    padding: 0px 0 30px 0;
}
#inncontents li:last-child {
    border-bottom: none;
    padding: 30px 0 0px 0;
}

#inncontents div.about {
    width: 100%;
    height: 200px;
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    line-height: 28px;
    font-size: 16px;
}

h2.stay a {
    color: #d59dfd;
    float: right;
}
h2.stay a:hover { filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; } 

#inncontents div.about .item {
    float: left;
    width: 422px;
}

#inncontents div.about .itemtitle {
    float: left;
    display: inline-block;
    height: 123px;
    padding: 0 20px 0 0;
}
#inncontents div.about .itemtitle span {
    color: #d59dfd;
    font-weight: bold;
}

#inncontents div.about .btn {
    width: 565px;
    background: url(../images/bg/bg_pur.gif) repeat;
    color: #ffffff;
    font-size: 18px;
    line-height: 32px;
    text-decoration: none;
    font-weight: normal;
    text-align: center;
    display: block;
    float: left;
}
#inncontents div.about .btn:hover { filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; } 

#inncontents div.img {
    width: 255px;
    height: 156px;
    float: right;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* ==============================================
 泊まる　詳細ページ
=============================================== */

#detailbox {
    margin: auto;
    padding: 0;
    width: 750px;
    color: #000000;
    font-size: 14px;
}

/* 見出し部分
----------------------------------------------- */
#detailbox .inntitle {
    position: relative;
    width: 100%;
    height: 32px;
    background: url(../images/bg/bg_pur.gif) repeat;
    color: #ffffff;
    font-size: 18px;
    line-height: 32px;
    text-decoration: none;
    font-weight: normal;
    text-align: center;
    display: block;
    margin-top: 10px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
        -moz-text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
        -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.inntitle h3 {
    display: block;
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    position: absolute;
    width: 100%;
    height: 100%;
}

a.btn_map {
    display: block;
    position: absolute;
    width: 10%;
    height: 100%;
    text-align: right;
    font-size: 20px;
    margin-left: 89%;
    margin-right: 1%;
}

btn_map img { margin-top: 2px; }

/* 表部分
----------------------------------------------- */
#detailbox table {
    width: 100%;
    margin: 10px 0 10px 0;
    font-size: 14px;
    padding: 0;
    border-spacing: 0px;
}

#detailbox tbody { width: 100%; margin: 0; padding: 0; }
#detailbox tr { margin: 0; padding: 0; }

#detailbox th {
    width: 21%;
    background: url(../images/bg/bg_pur.gif) repeat;
    padding: 10px 7px 10px 7px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    border-bottom: #FFFFFF 1px solid;
    border-left: 0px;
    margin: 0;
}

#detailbox td {
    padding-left: 20px;
    border-bottom: 1px #d59dfd dashed;
    padding: 10px 10px 10px 10px;
    color: #000000;
    text-align: left;
    line-height: 24px;
    margin: 0;
}

#detailbox td a { color: #000000; font-weight: normal; }
#detailbox td a:hover { text-decoration: underline; }
#detailbox td span { color: #d59dfd; }

/* 画像
----------------------------------------------- */
#detailbox ul { width: 100%; margin-bottom:10px; padding: 0; }

#detailbox li {
    width: 370px;
    float: left;
    background-color: #000000;
    text-align: center;
}
#detailbox li:nth-child(2n+1) {
   margin: 0 10px 5px 0;
}
#detailbox li:nth-child(2n) {
   margin: 0 0 10px 0;
}

#detailbox li a {
    display: inline-block;
    width: 370px;
    height: 100%;
}

#detailbox li img {
    height: 246px;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}

#detailbox .btn_close {
    background: url(../images/bg/bg_pur.gif) repeat;
}

#detailbox .btn_pagetop {
    background: #d59dfd;
    border: 1px solid #d59dfd;
}



/* ==============================================
 食べる
=============================================== */

/* MAINVISUAL
----------------------------------------------- */

#mainvisual05 {
    z-index: 4;
    position: relative;
    background: url(../images/mv_5eat.jpg) no-repeat;
    width: 960px;
    height: 363px;
    margin: auto;
    margin-top: 42px;
}

/* MAINVISUAL Eng
----------------------------------------------- */

#mainvisual05_e {
    z-index: 4;
    position: relative;
    background: url(../images/mv_5eat_e.jpg) no-repeat;
    width: 960px;
    height: 363px;
    margin: auto;
    margin-top: 42px;
}

/* タブメニュー
----------------------------------------------- */

#eatmenu {
    height: 42px;
    width: 900px;
    margin: 0 0 0 25px;
    padding: 0;
    float: left;
}

#eatmenu a {
    float: left;
    display: block;
    text-align: center;
    position: relative;
    width: 150px;
    height: 32px;
    font-size: 16px;
    padding: 0 8px 0 8px;
    line-height: 36px;
    font-weight: bold;
    margin: 10px 0 0 10px;
    text-decoration:none;
}

#eatmenu .on {
    background: url(../images/bg/bg_dg.gif) repeat;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    color: #ffffff;
}

#eatmenu .off {
    background: url(../images/bg/bg_ldg.gif) repeat;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    color: #8d8f92;
}

#eatmenu a:hover {
    background: url(../images/bg/bg_dg.gif) repeat;
    border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    color: #ffffff;
}

/* CONTENTS
----------------------------------------------- */

#eatcontents {
    width: 888px;
    background: url(../images/bg/bg_dg.gif) repeat;
    padding: 3px;
    clear: both;
    margin: auto;
}

#eatcontents #container {
   width: 888px;
   background-color: #FFFFFF;
   clear: both;
   margin: auto;
}

#eatcontents ul {
    width: 830px;
    margin: 0 auto;
    padding: 32px;
}

#eatcontents li {
    width: 100%;
    border-bottom: 1px #8d8f92 dashed;
    padding: 30px 0 30px 0;
}
#eatcontents li:first-child {
    padding: 0px 0 30px 0;
}
#eatcontents li:last-child {
    border-bottom: none;
    padding: 30px 0 0px 0;
}
#eatcontents li.single {
    border-bottom: none;
    padding: 0px 0 30px 0;
}

#eatcontents div.about {
    width: 100%;
    height: 200px;
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    line-height: 24px;
    font-size: 16px;
}

h2.eat a {
    color: #f376bc;
    float: right;
}
h2.eat a:hover { filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; } 

#eatcontents div.about .item {
    float: left;
    width: 422px;
}

#eatcontents div.about .itemtitle {
    float: left;
    display: inline-block;
    padding-right: 20px;
}
#eatcontents div.about .itemtitle span {
    color: #f376bc;
    font-weight: bold;
}

#eatcontents div.about .itemtitle {
    height: 130px;
    display: block;
}

#eatcontents div.about .btn {
    width: 565px;
    background: url(../images/bg/bg_pi.gif) repeat;
    color: #ffffff;
    font-size: 18px;
    line-height: 32px;
    text-decoration: none;
    font-weight: normal;
    text-align: center;
    display: block;
    float: left;
}
#eatcontents div.about .btn:hover { filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; } 

#eatcontents div.img {
    width: 255px;
    height: 163px;
    float: right;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ==============================================
 食べる　詳細ページ
=============================================== */

#eatdetailbox {
    margin: auto;
    padding: 0;
    width: 750px;
    color: #000000;
    font-size: 14px;
}

/* 見出し部分
----------------------------------------------- */
#eatdetailbox .eattitle {
    position: relative;
    width: 100%;
    height: 32px;
    background: url(../images/bg/bg_pi.gif) repeat;
    color: #ffffff;
    font-size: 18px;
    line-height: 32px;
    text-decoration: none;
    font-weight: normal;
    text-align: center;
    display: block;
    margin-top: 10px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
        -moz-text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
        -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.eattitle h3 {
    display: block;
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    position: absolute;
    width: 100%;
    height: 100%;
}

a.btn_map {
    display: block;
    position: absolute;
    width: 10%;
    height: 100%;
    text-align: right;
    font-size: 20px;
    margin-left: 89%;
    margin-right: 1%;
}

btn_map img { margin-top: 2px; }

/* 表部分
----------------------------------------------- */
#eatdetailbox table {
    width: 100%;
    margin: 10px 0 10px 0;
    font-size: 14px;
    padding: 0;
    border-spacing: 0px;
}

#eatdetailbox tbody { width: 100%; margin: 0; padding: 0; }
#eatdetailbox tr { margin: 0; padding: 0; }

#eatdetailbox th {
    width: 21%;
    background: url(../images/bg/bg_pi.gif) repeat;
    padding: 10px 7px 10px 7px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    border-bottom: #FFFFFF 1px solid;
    border-left: 0px;
    margin: 0;
}

#eatdetailbox td {
    padding-left: 20px;
    border-bottom: 1px #ec73b7 dashed;
    padding: 10px 10px 10px 10px;
    color: #000000;
    text-align: left;
    line-height: 24px;
    margin: 0;
}

#eatdetailbox td a { color: #000000; font-weight: normal; }
#eatdetailbox td a:hover { text-decoration: underline; }
#eatdetailbox td span { color: #ec73b7; }

/* 画像
----------------------------------------------- */
#eatdetailbox ul { width: 100%; margin-bottom:10px; padding: 0; }

#eatdetailbox li {
    width: 370px;
    float: left;
    background-color: #000000;
    text-align: center;
}
#eatdetailbox li:nth-child(2n+1) {
   margin: 0 10px 5px 0;
}
#eatdetailbox li:nth-child(2n) {
   margin: 0 0 10px 0;
}

#eatdetailbox li a {
    display: inline-block;
    width: 370px;
    height: 100%;
}

#eatdetailbox li img {
    height: 246px;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}

#eatdetailbox .btn_close {
    background: url(../images/bg/bg_pi.gif) repeat;
}

#eatdetailbox .btn_pagetop {
    background: #ec73b7;
    border: 1px solid #ec73b7;
}


/* ==============================================
 基本情報
=============================================== */

/* MAINVISUAL
----------------------------------------------- */

#mainvisual06 {
    z-index: 4;
    position: relative;
    background: url(../images/mv_6info.jpg) no-repeat;
    width: 960px;
    height: 363px;
    margin: auto;
    margin-top: 42px;
}

/* MAINVISUAL Eng
----------------------------------------------- */

#mainvisual06_e {
    z-index: 4;
    position: relative;
    background: url(../images/mv_6info_e.jpg) no-repeat;
    width: 960px;
    height: 363px;
    margin: auto;
    margin-top: 42px;
}

#content_info {
    width: 900px;
    margin: auto;
    padding: 24px 0 30px 0;
    position: relative;
    font-size: 16px;
    line-height: 29px;
    text-align: left;
}

#content_info img {
    display: block;
    margin: 0 auto;
}
.infoimg1 { padding: 0 0 16px 20px; }
.infoimg2 { padding: 0 0 16px 0; }
.infoimg3 { padding: 0 0 30px 0; }

.zoom { display: none; }

div.movie_summer {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 16px 0 16px 0;
}

div.movie_01 {
    width: 50%;
    text-align: center;
    float: left;
    margin: 10px 0;
}

div.movie_02 {
    width: 50%;
    text-align: center;
    float: left;
    margin: 10px 0;
}

#content_info h2.margin {
    margin-top: 30px;
}

div.transinfo {
    font-size: 14px;
    line-height: 21px;
    float: left;
    width: 50%;
}

div.transinfo .text {
    font-size: 12px;
    line-height: 22px;
    display: block;
    padding: 16px 0 0 0 ;
}
div.transinfo .office { padding: 16px 0 0 0 ; white-space: nowrap; }

.name { font-size: 14px; font-weight: bold; line-height: 24px; }
.name .or { color: #ffc439; }
.name a { color: #000000; text-decoration: underline; }
.name a:hover { text-decoration: none; }

div.movie_info {
    width: 50%;
    float: right;
}

div.movie_info_e {
    width: 400px;
    float: right;
}

p.cars {
    padding: 20px 0 0 0;
    font-size: 14px;
}

br.sp { display: none; }

.picinfo { 
    font-size: 12px;
    text-align: center;
    width: 100%;
    margin: 20px 0 0 0;
}

/* ==============================================
 基本情報Eng
=============================================== */
p.cars span.space { display: inline-block; width: 13.5em; }

/* ==============================================
 SNSボタン
=============================================== */

#content_tab .ninja_onebutton {
    z-index: 6;
    padding: 10px 25px 0 0 ;
    float: right;
}

#content .ninja_onebutton {
    z-index: 6;
    padding: 14px 0 0 0 ;
}

}
