/*
Theme Name: base
Author: rts_ltd
Author URI: http://rt-s.com/
Description: uni用のテーマ
Version: 1.0

*/


/* header*/
body{
	background-image: url(./images/bg.gif);
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.wrap{
	background-color: #fff;
	max-width: 970px;
	margin:0 auto;
	border-left:1px #8d6449 solid;
	border-right:1px #8d6449 solid;
	
}
.contents-wrap{
	max-width: 970px;
	margin-left: 20px;
	margin-right: 30px;
}
.header-title{
	border-top: 5px solid #8d6449;
	max-width: 968px;
	padding-top: 10px;
	display: table;
}


.header-sns-btn a{
width:28px;
}



.title-col1,.title-col2,.title-col3{
	display: table-cell;
	height: 80px;
	
	vertical-align: top;

}
.title-col1 img,.title-col2 img,.title-col3 img{
	display: inline-block;
}
.title-col1{
	width: 34%;
	padding:10px 0 0 10px ;
}
.title-col2{
	text-align: right;
	width: 43%;
	
}
.title-col3{
	width: 23%;
	
}



#header-container h1{
text-align: right;
	margin:0 0 10px 0;
	font-size:10px;
	
}
address,tel{

	margin:0px;
}
.tel{
	font-size:30px;
	text-decoration: none;
}



/* navi */

/* navbar 全体の背景色とボーダーカラー */
.navbar-default {
	max-width: 940px;
	background-color: #8d6449;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left-color:#8d6449;
	border-right-color:#8d6449;
	font-family: hannari ;
}

.navbar-default .navbar-nav > li{
	width:150px;
}
/* navbar テキストカラー */
.navbar-default .navbar-nav > li > a {
	position: relative;
	transition: .3s;
color: #ffffff;
}


/* navbar hover,focus時のテキストカラー */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #fff;
bottom: 0;
opacity: 0.8;
background-color: #AC7A58;
}

/* navbar active設定時のカラー */
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
color: #ffffff;
background-color: #77553F;
}


i{
font-size: 1.3em;
color: inherit;
}
 
.navbar .navbar-inner {
padding: 0;
}
 
.navbar .nav {
margin: 0;
display: table;
width: 100%;
}
 
.navbar .nav li {
display: table-cell;
float: none;
}
 
.navbar .nav li a {
font-weight: bold;
text-align: center;
border-left: 1px solid rgba(255, 255, 255, .75);
border-right: 1px solid rgba(0, 0, 0, .1);
}
 
.navbar .nav li:last-child a {
border-right: 0;
border-radius: 0 3px 3px 0;
}

/*english*/
.english{
	padding-left:30px;
	padding-right: 30px;
	font-size:21px;
}

.english a{
	
	font-weight: bold;
	color:#fff;
}
.english a:visited{
	
	font-weight: bold;
	color:#fff;
}
.english span{
	
}

.english-mv a{
	font-size:18px;
	font-weight: bold;
}


.english-intro{
	padding-left:20px;
}

.english-intro p{
	margin:0px;
}
.english-uni{
	text-align: right;
}

.english-access-title{
	font-weight: bold;
}

.panel-info .panel-body{
	height: 260px;
}



/* footer */
footer{
	height: 20px;
	background-color: #8d6449;
	margin-bottom: 10px;
}
.copyright-text{
	color: #fff;
	text-align: right;
}


/* sidebar */
.news-side {
	list-style: none;
    margin-left: 0;
    padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news-side li{
	border-bottom: dotted 1px #000;
	list-style-position: inside;
}
.top-slide{
	max-width: 970px;
}

.side-banner-wrap{
	padding:10px;
}

.side-banner{
	width: 80%;
}


/*各ページ共通*/

/*h2*/
h2 {
	font-family: "hannari";
	font-weight:bold;
	font-size: 20px;
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #8d6449;
}
h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

.art-detail{
	font-family: hannari;
	font-weight:bold;
	font-size: 20px;
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 0px ;
}

/*h3*/
h3 {
	font-family: hannari;
	position: relative;
	height: 30px;
	line-height: 30px;
	padding: 0 1em;
	background-color: #f0f0f0;
	font-size:18px;
	font-weight: bold;
}
h3::before,
h3::after {
	content: '';
	position: absolute;
}
h3::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #ccc;
}
h3::after {
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 25px 20px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #fff;
}



/*main*/
#main-container{
max-width: 970px;
min-height:600px;
}

/*top*/
.top-contents{
	max-width: 970px;
	margin: 10px 0 10px 0;
}
.top-contents01-text01{
font-weight: bold;
font-size:115%;
margin: 0;
}
.top-contents01-text02{
	margin:10px 0 0 0; 
}
.top-contents01-text03{
	margin:10px 0 0 0;
}
.top-contents02{
width: 95%;	
}
.top-contents02-text01{
	
	font-size: 130%;
	background-color: #F5CDCD;
}
.row.top-contents p{
  padding: 8px;
}

.top-tab-content{
	
   margin:5px;
   padding:5px;
}

.osirase_wrap{
	padding-left:15px;
}
.osirase{
	margin-top: 10px;
}


/*kannai*/

.kannai-img-content{
    padding:0px;
	
}
.kannai-text01{
	padding:10px;
}
.kannai-onsen-title{
	font-weight:bold;
	font-size:120%;
}
.kannai-table th{
	width:30%;
	background-color:#f5f5f5;
}


/*plan*/
.plan-text01{
display: inline;
text-align: left;

}
.plan-title01{
	padding: 20px;
	margin-bottom: 15px;
}
.plan-title02{
	margin: 10px auto;
width: 80%;
	
}
.plan-title03{
margin: 10px auto;
width: 80%;
}
.plan-title05{
	padding: 20px;
}

.plan-title01 img,.plan-title02 img,.plan-title03 img,.plan-title05 img{
	display: inline;
}
.plan-title{
	font-family: hannari;
    padding:10px;
	font-weight:bold;
	font-size:18px;
	background-color: #F7F3A0;
}
.plan-price{
	font-size:18px;
	font-weight:bold;
	color:red;
}
.meal-wrap{
	width:100%;
}
.plan-careful{
	margin-top: 30px;
	padding:10px;
	background-color: #F5F3C5;
}




.frame {
  overflow:hidden;
  overflow-x:hidden;
  overflow-y:hidden;
  
  position:relative;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
}

/*midokoro*/
.midokoro-title{
	margin-top: 30px;
	font-weight: bold;
}

.midokoro-title01 img,.midokoro-title02 img,.midokoro-title03 img,.midokoro-title04 img{
	display: inline;
}

.midokoro-title01{
	padding:10px;
	margin-top: 30px;
	margin-bottom: 10px;
}


.midokoro-text01{
	padding:10px 10px 50px 10px;
    margin-top: 10px;
	border-bottom: #ccc dotted 2px;
}
.midokoro-text01 div{
	width: 80%;
	margin: 0 auto;
}

.midokoro-title02{
	padding:10px 10px 0 10px;
	margin-top: 30px;
	
}


.midokoro-title03{
	padding:10px 10px 30px 30px;
	margin-top: 15px;

	border-bottom: #ccc dotted 2px;
}

.midokoro-title04{
	padding:10px 10px 10px 10px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.midokoro-title05{
	padding:0px 10px 10px 30px;
}
.midokoro-text04{
	margin-bottom: 30px;
	padding:10px 10px 10px 40px;
	
}
.midokoro-list{
	margin-top: 30px;
	margin-bottom: 30px;
}
/*access*/
.access-sougei{
	font-weight:bold;
	color:red;
	font-size:120%;
}


/*contact*/
.contact-wrap{
	width:80%;
	margin-left: 30px;
	margin-bottom: 50px;
}
.contact-title{
	font-size:20px;
	margin:20px 0;
	
}
.contact-tel{
	margin-top: 30px;
	font-size:25px;
	font-weight: bold;
}
.contact-online{
	font-size:20px;
	font-weight: bold;
	margin-top: 30px;
}
.contact-descption{
	margin:30px;
}

/* for googlemap */
.google-maps {
position: relative;
padding-bottom: 75%; 
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/*single*/
.single-loop p,img{
	padding-left:10px;
	
}


/*-----------------------------
ギャラリー
------------------------------*/
.gallery {
    overflow: hidden;
}
.gallery-item {
    float: left;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
}
.gallery-icon {
    text-align: center;
}
.gallery-caption {
    color: #21759B;
    font-size: 0.8em;
    margin: 0;
    text-align: center;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
    margin-right: 0;
}
.gallery-columns-2 .gallery-item {
    width: 49%;
    margin-right: 1%;
}
.gallery-columns-3 .gallery-item {
    width: 32%;
    margin-right: 1%;
}
.gallery-columns-4 .gallery-item {
    width: 23%;
    margin-right: 1%;
}


@media screen and (min-width:600px){
  /*600px以上で適用する内容*/
.header-sns-btn a{
width:40px;
}
#header-container h1{
text-align: right;
	margin:0 0 10px 0;
	font-size:12px;
	
}
}