@charset "utf-8";
/* reset
---------------------------------------------- */
html{height:100%;}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html {
  font-family: desktop;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:focus {
  outline: thin dotted #1f1f1f;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  font-size: 0;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  display: block;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
sup {
  vertical-align: super;
}
b,
strong,
em {
  font-style: normal;
  font-weight: bold;
}
p{
line-height: 180%;
letter-spacing: 1px;
}
/* body
---------------------------------------------- */
body {
  background-color: #fff;
  line-height: 1.4;
  font-family:'Lato', “メイリオ”, Meiryo, Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, sans-serif;
  color: #424242;
  font-size: 14px;
  height:100%;
}

span {
display: inline-block;
width: 22em;
}

/* link
---------------------------------------------- */
a {
text-decoration: none;
color: #2e2e2e;
}
a:hover {
text-decoration: underline;
color: #ccc;
}
/* sup
---------------------------------------------- */
sup {
font-size: 76.94%;
}
/* common parts
============================================== */
/* clearfix
---------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
line-height: 0;
content: "";
}
.clearfix:after {
clear: both;
}
/* hide_text
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
---------------------------------------------- */
.hide_text {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}



/* layout
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
---------------------------------------------- */

.sp{
display: none !important;
}
#wrapper{
width: 880px;
margin: 0 auto;
overflow: hidden;
}
.gnav,
#index_article,
#article_2nd,
#footer {
float: right;
width: 700px;
text-align: left;
}
#header{
float: left;
width: 150px;
position: relative;
overflow: hidden;
margin-top: 109px;
}

oter{
margin-top: 250px;
}
#footer{
margin-top: 250px;
}
#footer .copy{
  padding: 18px 0;
  text-align: right;
  font-size: 85%;
}

/* index
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
---------------------------------------------- */
#header ul{margin-top: 50px; margin-left: 10px;}
#header ul li{display: inline-block; margin:0 5px; font-size: 20px;}
#index_article section .inner .key{
width: 100%;
margin-bottom: 90px;
text-align: center;
}
#index_article section .inner h3{
font-size: 160%;
font-weight: normal;
margin-bottom: 37px;
letter-spacing: 1px;
}
#index_article section .inner .top{
margin-bottom: 37px;
}


/* artist
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
---------------------------------------------- */
.artist #article_2nd .profile .inner .post h3{
height: 30px;
margin-bottom: 40px;
padding-left: 15px;
padding-top: 7px;
font-size: 130%;
font-weight: normal;
letter-spacing: 2px;
border-left: 3px solid #ccc;
}
.artist #article_2nd .profile .inner .post p{
margin-bottom: 60px;
padding-bottom: 60px;
border-bottom: 1px solid #ccc;
text-align: left;
line-height: 180%;
}
.artist #article_2nd .profile .inner .post p.last{
border-bottom: none;
}
/* exhibition
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
---------------------------------------------- */
.exhibition #article_2nd .timeline .inner .post{
margin-bottom: 60px;
padding-bottom: 60px;
border-bottom: 1px solid #ccc;
text-align: center;
}
.exhibition #article_2nd .timeline .inner .last{
border-bottom: none;
}
.exhibition #article_2nd .timeline .inner .post .photo{
margin-bottom: 60px;
}
.exhibition #article_2nd .timeline .inner .post p{
text-align: left;
}

/* access
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
---------------------------------------------- */
.access #article_2nd .info .map{
width: 100%;
height: 450px;
margin-bottom: 60px;
background-color: #ccc;
}
.access #article_2nd .info .access{
margin-bottom: 40px;
padding-bottom: 15px;
border-bottom: 1px solid #ccc;
}
.access #article_2nd .info .access p{
margin: 25px 0;
letter-spacing: 2px;
}
/* hotel
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
---------------------------------------------- */
.hotel #article_2nd .about{
margin-top: -6px;
margin-bottom: 57px;
}
.hotel #article_2nd .about .inner p.top{
margin-bottom: 17px;
}
.hotel #article_2nd .about .inner p.bottom{
margin-bottom: 25px;
}
.hotel #article_2nd h3{
margin-bottom: 25px;
font-size: 150%;
font-weight: normal;
letter-spacing: 1px;
}
.hotel #article_2nd .space .inner img{
margin: 10px 0px 57px 0px;
}
.hotel #article_2nd .space .inner p{
margin-bottom: 20px;
}
.hotel #article_2nd .price{
margin-bottom: 60px;
padding-bottom: 60px;
border-bottom: 4px solid #ececec;
}
.hotel #article_2nd .form{
text-align: center;
}
/* reserve
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
---------------------------------------------- */
.reserve #article_2nd .cal{
width: 100%;
margin-bottom: 57px;
}
.reserve #article_2nd h3{
margin-bottom: 25px;
font-size: 150%;
font-weight: normal;
letter-spacing: 1px;
}
.reserve #article_2nd .text{
margin-bottom: 80px;
}
.reserve #article_2nd .form{
text-align: center;
}
.reserve #article_2nd .form span{
font-size: 120%;
}
.reserve #article_2nd .form .check{
margin-top: 20px;
}

/* dropmenu
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
---------------------------------------------- */

#dropmenu{
  list-style-type: none;
  width: 700px;
  height: 60px;
  margin: 20px 10px 10px 50px;
  padding: 8px 16px 6px 0px;
  border-bottom: 2px solid #FFFFFF;
  border-radius: 1px 1px 0 0;
  letter-spacing: 0.5px;
  font-size: 108%;
  display: block;
}

#dropmenu li{
  position: relative;
  width: 15%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  line-height: 1;
  vertical-align: baseline;
  background: transparent;
  color:#2e2e2e;
}
#dropmenu li:hover > a{
  background-color: #FFF;
  color: #2e2e2e;
}
#dropmenu > li:hover > a{
  border-radius: 0px 0px 0 0;
  background-color: #FFF;
  color: #2e2e2e;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  font-size: 108%;
  border-radius: 0 0 0 0;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #444;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background-color:#757373;
  color: #FFF;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 0px solid #757373;
  border-bottom: 0px solid #757373;
  background-color: #cecece;
  color: #2e2e2e;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0px 0px 0px 0px;
}  
#dropmenu li.last{
margin-left: 20px;
}
#dropmenu li a.hotel{
display: block;
background-color: #444;
color: #fff;
float:right;
width: 80%;
}

a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
