@charset "UTF-8";
/* CSS Document */


/*デフォルトCSSリセット*/

html,body{
	padding:0;
	margin:0;
	font-size:13px;
}

a{
    outline: none;
}
a:focus{
    outline: none;
}

/*---------------------*/


.container_box {
	background-image:url(../images/1610_bg.png);
	background-size:100% 100%;
}

.exhibition{
	font-size:23px;
	font-weight:bold;
	padding:10px;
	border: solid 2px #fff;
	display:inline-block;
	color:#fff;
	margin-top:20px;
}

.contents_title{
    font-family: 'Sorts Mill Goudy', serif;
	font-size:23px;
	font-weight:bold;
	margin:8px auto 18px auto;
	padding:0 0 18px 0;
	border-bottom: solid 1px #000000;
	text-align:center;
}

.line{
	margin:0px auto 18px auto;
	padding:0 0 0px 0;
	border-bottom: solid 1px #000000;
}
	
#visual_box01{
	display:block;
	height:550px;
	width:100%; 
	background-image:url(../images/box_01.png);
	background-position:center;
	background-repeat:no-repeat;
}


#visual_box02{
	display:block;
	height:550px;
	width:100%; 
	background-image:url(../images/box_02.png);
	background-position:center;
	background-repeat:no-repeat;
}

.container_box2 {
	background-image:url(../images/1611_bg.png);
	padding-bottom:0;
}


.ft{
	background-color:#bdbdbd;
	padding:20px 0;
}

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



/*---------ヘッダー------------*/

.header_top {
    z-index: 50;
    padding: 0px 0 0px 0;
}

.headertitle{
	font-size:60px;
	margin-bottom:0px;
	color:#FFFFFF;
}

.headertitle a:link {
	color: #FFF;
	text-decoration: none;
}

.headertitle a:hover {
	color: #FFF;
	text-decoration: none;
}

.headertitle a:visited {
	color: #FFF;
	text-decoration: none;
}





#globalnavi {
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	display: inline-block;	
	}

#globalnavi a:link {
	color: #000;
	text-decoration: none;
}


#globalnavi a:visited {
	color: #000;
	text-decoration: none;
}

#globalnavi a:hover {
	color: #888;
	text-decoration: none;
}


#globalnavi li {
	padding-left: 35px;
	height: 20px;
	display: table-cell;
	vertical-align: middle;
	}


#dd il {
	padding-left: 0px;
	height: 30px;
	display: block;
	vertical-align: middle;
	}



/*---------ヘッダー2------------*/


.headertitle2{
	font-size:60px;
	margin-bottom:0px;
}

.headertitle2 a:link {
	color: #000;
	text-decoration: none;
}

.headertitle2 a:hover {
	color: #000;
	text-decoration: none;
}




#globalnavi2 {
	font-size: 20px;
}

#globalnavi2 a:link {
	color: #000;
	text-decoration: none;
}

#globalnavi2 a:hover {
	color: #888;
	text-decoration: none;
}

#globalnavi2 li {
	margin-left:10px;
}


	


/*---------固定ナビ------------*/

#fixnavi {
	font-size: 14px;
	text-align: center;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	display: inline-block;	
}

#fixnavi a:link {
	color: #000;
	text-decoration: none;
}

#fixnavi a:hover {
	color: #888;
	text-decoration: none;
}

#fixnavi li {
	padding-left: 35px;
	height: 20px;
	display: table-cell;
	vertical-align: middle;
}

.postlist li{ 
	margin-bottom:20px;
}

.postlist { 
	padding-left:20px;
}

	



/* =============================================================================
   common
   ========================================================================== */
   
html {
	height:100%;}

body {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:1px;
	line-height:140%;
	height:100%
}
img {
	max-width: 100%;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #888;
	text-decoration: none;
}
.font-mg {
    font-family: 'Sorts Mill Goudy', serif;
}

.white{
	color:#FFFFFF;
}

.white a:link {
	color: #FFF;
	text-decoration: none;
}
.white a:visited {
	color: #FFF;
	text-decoration: none;
}
.white a:hover {
	color: #888;
	text-decoration: none;
}



.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    background-color: #FFF;
    z-index: 100;
    text-align: center;
    border-bottom: 1px #ccc solid;
}

.navbar{
	display:none;
	top:-51px;
}

.navbar-toggle {
	top:50px;
	z-index:5000;
	background-color:#ededed;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  
}
body {
  /* Margin bottom by footer height */
  min-height: 100%;
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}

/*いいねボタンズレ対策
-------------------------------------------------- */
.fb_iframe_widget > span {
	vertical-align: baseline !important;
}





@media screen and (max-width: 768px) {
	
#visual_box01{
	height:530px;
	background-image:url(../images/box_01_m.png);
}


#visual_box02{
	height:530px;
	width:100%; 
	background-image:url(../images/box_02_m.png);
}

#globalnavi{
	display:none;
}

#globalnavi2{
	display:none;
}

.fixpos768{
	text-align:left;
}

.fixnavihide {
	display:none;
}


.navbar{
	display:block;

}
}

.v480{
	display:none;
}

.v769{
	display:none;
}


@media screen and (max-width: 480px) {
	
.bodytop::before {
  background: url(../images/ryumiho_web_bg_m.png) no-repeat center top;
}


.d480{
	display:none!important;
}

.v480{
	display:block !important;
}

.size480{
	font-size:32px;
}

}




@media screen and (min-width: 769px) and (min-height: 980px){

.bodytop::before {
	background-size:cover;
}


}


@media screen and (max-width: 769px) {
	

.d769{
	display:none !important;
}

.v769{
	display:block !important;
}

}





@media screen and (min-width: 769px) {
	

.title1610{
	
	margin-top:40px;
	margin-bottom:40px;
}


.title1611{
	width:60%;
}


}


@media screen and (min-width: 992px) {
	

.title1610{
	
	margin-top:17%;
	margin-bottom:17%;
}

.fixed{
	max-height:70px;
	padding-bottom:0;
	z-index:50000;

}


.title1611{
	width
}

}

@media screen and (min-width: 1200px) {
	

.title1610{
	
	margin-top:21%;
	margin-bottom:21%;
}

}



/*テキスト水平線　
-------------------------------------------------- */

h2 {
    overflow: hidden;
    text-align: center;
	font-size:14px;
}

h2 span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
}

h2 span:before,
h2 span:after {
    border-top: 1px solid #fff;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}

h2 span:before {
    right: 100%;
}

h2 span:after {
    left: 100%;
}





/*ナビゲーションバー　http://work.smarchal.com/twbscolor/
-------------------------------------------------- */

.navbar-default {
  background-color: #ededed;
  border-color: #dedede;
}
.navbar-default .navbar-brand {
  color: #4d4d4d;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
}
.navbar-default .navbar-text {
  color: #4d4d4d;
}
.navbar-default .navbar-nav > li > a {
  color: #4d4d4d;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #dedede;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #dedede;
}
.navbar-default .navbar-toggle {
  border-color: #dedede;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dedede;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #4d4d4d;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #4d4d4d;
}
.navbar-default .navbar-link {
  color: #4d4d4d;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #4d4d4d;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #dedede;
  }
}



.towel {
    margin: 10px ;
    padding: 10px ;
    text-align: center ;
    box-shadow: 0 0 0 5px #BAA076 inset ;
    position: relative ;
    z-index: 100 ;
    overflow: hidden ;
}

.towel::before {
  border-radius: 50% ;
  display: block ;
  position: absolute ;
  top: -10px ;
  left: -10px ;
  width: 20px ;
  height: 20px ;
  content: "" ;
  background-color: #BAA076; ;
  box-shadow: 0 0 0 2px #0e347d, 0 0 0 7px #BAA076 ;
}

.towel::after {
  border-radius: 50% ;
  display: block ;
  position: absolute ;
  bottom: -10px ;
  right: -10px ;
  width: 20px ;
  height: 20px ;
  content: "" ;
  background-color: #BAA076 ;
  box-shadow: 0 0 0 2px #0e347d, 0 0 0 7px #BAA076 ;
}

.fixcta{
	border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgba(237,237,237,0)),color-stop(1, rgba(204,204,204,0)));
	background-image: -moz-linear-gradient(-90deg,rgba(237,237,237,0) 0%,rgba(204,204,204,0) 100%);
	background-image: linear-gradient(-90deg,rgba(237,237,237,0) 0%,rgba(204,204,204,0) 100%);
	-webkit-box-shadow: -1px 1px 2px rgb(51, 51, 51);
	-moz-box-shadow: -1px 1px 2px rgb(51, 51, 51);
	-ms-box-shadow: -1px 1px 2px rgb(51, 51, 51);
	box-shadow: -1px 1px 2px rgb(51, 51, 51);
	font-size: 12px;
			}
		
		
.fixcta_l{
	border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgba(237,237,237,0)),color-stop(1, rgba(204,204,204,0)));
	background-image: -moz-linear-gradient(-90deg,rgba(237,237,237,0) 0%,rgba(204,204,204,0) 100%);
	background-image: linear-gradient(-90deg,rgba(237,237,237,0) 0%,rgba(204,204,204,0) 100%);
	-webkit-box-shadow: 1px 1px 2px rgb(51, 51, 51);
	-moz-box-shadow: 1px 1px 2px rgb(51, 51, 51);
	-ms-box-shadow: 1px 1px 2px rgb(51, 51, 51);
	box-shadow: 1px 1px 2px rgb(51, 51, 51);
	font-size: 12px;
			}
			
.alpha a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}

 .wordbleak{
	 word-break:break-all ;
	 letter-spacing:0.03em;
	 text-align:justify;
}