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

body {
  min-height: 100%;
}
 


header{
}
.navbar-header .navbar-brand img {
	padding-top:8px;
}

.times{ font-family:"Times New Roman", Times, serif;}
	
.contents1{
	margin:0 auto;
	text-align:center;
	height:100%;
	color:#9f4539;
}

.hatsubaibi{
	text-align:center;
	margin:-33rem auto 0 auto;
}
@media (max-width: 480px){ 
.hatsubaibi{
	margin:-5rem auto 0 auto;
}
}
@media (max-width: 767px){ 
.hatsubaibi{
	margin:-28rem auto 0 auto;
}
}


.hatsubaibi img{ width:60%;  max-widt:60%; height: auto;}

@media (max-width: 480px){ 
	.hatsubaibi img{ width:90%; max-width: 90%;}
}
@media (max-width: 990px){ 
	.hatsubaibi img{ width:80%; max-width: 80%;}
}


h1{margin-top:0;}

h1 img{ 
width:63%;
max-width: 75%;
height: auto;
}

@media (max-width: 480px){
	h1 img{ width:90%; max-width: 90%;}
}
@media (max-width: 990px){
	h1 img{ width:90%; max-width: 90%;}
}


h2 { margin-top:-2.9rem; padding-left:1.3rem;}

@media (max-width: 480px){
	h2 { margin-top:0;}
}
@media (max-width: 767px){
	h2 { margin-top:-0.5rem;}
}
.ipad h2{margin-top:1rem;}

h2 img{ width:35%; max-width:75%; height:auto; }
@media (max-width: 480px){
	h2 img{ width:80%; max-width: 90%;}
}
@media (max-width: 990px){
	h2 img{ width:70%; max-width: 70%;}
}

.ipad h2 img{width:45%; max-width: 75%;}


.contents1 a:link, .contents1 a:visited {color:#9f4539; text-decoration:none;}
.contents1 a:hover {opacity:0.5;}

.contents1 p {margin-top:-0.5rem; margin-left:-0.3rem;}

.yudo{text-align:center;  font-family: "a-otf-futo-min-a101-pr6n",sans-serif; color:#9f4539; font-size:1rem; font-weight:bold;}
.yudo p a:link, .yudo p a:visited { color:#9f4539; text-decoration:none;}
.yudo p a:hover{ opacity:0.5;}


.free-wall{
	height: 100%;
	margin:0 auto;
	max-width:960px;
}
.row{margin:0 auto;}

.col-md-4 {
	width:31%;
	margin:1% 1.05% 1% 1.05%;
	min-height:328px;
	border:thin solid rgba(102,102,102,1.00);
	border-radius:7px;
	padding: 0.5rem 1rem;
	background:url(img/gear-parts.png) no-repeat bottom;
}

@media (max-width: 480px){
	
	.col-md-4 {
	margin:2% auto;;
	width:98%;
	text-align:center;
	}
}
@media (max-width: 990px){
	
	.col-md-4 {
	margin:2% auto;
	width:90%;
	text-align:center;
	}
}


.col-md-4 h3, .col-md-4 address {
	font-size:1.2rem;
	font-weight:bold;
	text-align:center;
	color:#9f4539;
	padding:0 0 0.7rem 0;
	font-family: "a-otf-futo-min-a101-pr6n",sans-serif;
}
@media (max-width: 990px){
	.col-md-4 h3, .col-md-4 address {
	font-size:1.4rem;
}
}

.col-md-4 p{font-family: "kan415typos-std", serif; font-size:0.9rem; line-height:1.4rem;}
@media (max-width: 990px){
	.col-md-4 p{font-size:1rem;}
}
.col-md-4 dt{
	font-family: "kan415typos-std", serif;
	font-size:1rem;
	padding-bottom:0.5rem;
}
@media (max-width: 990px){
	col-md-4 dt{
	font-size:1.1rem;
}
}
.col-md-4 dd{
	font-family: "kan415typos-std", serif;
	font-size:0.9rem;
	line-height:1.4rem;
}
@media (max-width: 990px){
	.col-md-4 dd{
	font-size:1rem;
}
}

.col-md-4 address a:link{ color:#9f4539; text-decoration:underline;}
.col-md-4 address a:visited {color:#9f4539;}

.col-md-4 dt a:link{ color:#2E2E2E;}
.col-md-4 dt a:visited { color:#2E2E2E;}

.yomogana2{font-size:0.8rem; color:#515151;}

.spin{font-size:0.7rem; color:#cc3300;}
@media screen and (min-width: 768px) {.visible-xs-block{display:none;}}

footer{
	width:100%;
	text-align:center;
	background-color:#9f4539;
	font-family: "a-otf-futo-min-a101-pr6n",sans-serif;
	color:#FFFFFF;	
	clear:both;
	height:4.5rem;
   	padding:2rem 0 0 0;
	margin-right:0; margin-left:0;
	bottom:0;
}

footer a, footer a:visited{color:#FFF; text-decoration:none;}
footer a:hover{text-decoration:underline;color:#FFF;}



.wideslider {
    width: 100%;
	height:150px;
	margin-bottom:0;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 
.wideslider ul li img {
    width: 100%;
    display: none;
}
 
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #fff url(../img/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../img/next.jpg) no-repeat left center;}
 
.pagination {
    bottom: 10px;
    left: 0;
	top:350px;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
 
.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}



.cut {
	position: relative;
	overflow: hidden;	/*不要部分の切り取り*/
	height: 300px;		/*正方形にしたい高さサイズ*/
	width: 300px;		/*正方形にしたい横幅サイズ*/
	margin:0 10px 10px 0;
	border: 8px solid #ccc; 
}
.cut_image {			/*縦・横の画像でも一応見れるように微妙に調整されています。*/
	height: 150px;
	position: absolute;
	left: -50px;
	top: -20px;
}

/*ギャラリーページ*/
#gallery{min-height:1100px; background:url(img/contentsback.png) no-repeat bottom; padding-bottom:10rem;}
.gallery-section{ padding-top:3rem; text-align:center; margin-bottom:2rem;}
.gallery-section h2{ font-family: "a-otf-futo-min-a101-pr6n", serif; color:#9f4539;}
.gallery-section p { max-width:960px; font-family: "kan415typos-std",sans-serif; margin:0 auto; text-align:left; font-size:1rem;}
.notice { font-size:small;}


/*イベント等詳細ページ*/
.next-pre {max-width:960px; margin:1rem auto 0 1rem;}
.next-pre ul{display:table; padding:0 2rem; width:100%; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.next-pre li{display:table-cell; width:50%;}
.mae{text-align:left;}
.yomogana{font-size:1rem; color:#515151;}
.next-pre li a, .next-pre li a:hover, .next-pre li a:visited { color:#000000;}


#port .row h3 {
	 color:#9f4539;
	 font-family: "a-otf-futo-min-a101-pr6n",sans-serif;
	 text-align:center;
}

#port .row dl { padding:1.5rem;}
#port .row dt {font-size:1.5rem; padding-bottom:0.8rem; font-family: "kan415typos-std", serif;}
#port .row dd {font-size:1rem; line-height:1.8rem; font-family: "a-otf-futo-min-a101-pr6n", serif;}
.col-lg-12 {
	max-width:960px;
	min-height:350px;
	border:thin solid rgba(102,102,102,1.00);
	border-radius:7px;
	margin:1rem 1rem 0 1rem;
}
.col-lg-12 p{font-family: "kan415typos-std", serif; text-align:center; font-size:0.8rem; line-height:1.5rem;}

.syosekiinfo {padding:0 2rem 4rem 2rem;}
.syosekiinfo p { text-align:left; line-height:3rem;font-size:1.2rem;}

#campagin {
	max-width:98%;
	min-height:350px;
	border:thin solid rgba(102,102,102,1.00);
	border-radius:7px;
	margin:2rem auto 3rem auto;
	padding:2rem; 
}
@media (max-width: 767px){ #campagin{ padding:0.8rem; max-width:90%;}}
#campagin ol{ padding-left:1rem; margin-top:1.5rem;}
#campagin li{ list-style-position:outside; margin-top:10px;}
#campagin h3{ font-family: "a-otf-futo-min-a101-pr6n",sans-serif; line-height:2.2rem;  text-align:center; font-size:2rem; margin-top:-0.5rem;}
.campagintitle{ font-size:small;}
#campagin p {font-family: "kan415typos-std", serif; text-align:center; font-size:1rem; line-height:1.5rem;}
#campagin .kikan{ text-align:center; }
#campagin .kikan dt {font-size:1.1rem; display:inline;}
#campagin .kikan dd { font-size:1.1rem; display:inline; margin-left:0.8rem; font-family: "kan415typos-std", serif;}
#campagin a, #campagin a:hover, #campagin a:visited{ color:#000000; text-decoration:none;}
#stepandhow{ margin-bottom:2rem;}
#stepandhow, #present { margin-top:-0.5rem;}
#stepandhow img { text-align:center; max-width:95%; margin-bottom:1rem;}
#stepandhow h4, #present h4 {font-family: "kan415typos-std", serif; font-size:1rem; color:#780000; font-weight:bold;}
#stepandhow ol { font-family:"a-otf-futo-min-a101-pr6n",sans-serif; font-size:1rem; color:#000000;}
.presentcon{ margin-left:-1rem;}
#present .presentcon dt{ font-size:1rem;}
#present .presentcon dd{ font-size:1rem; margin-bottom:2.5rem; font-family: "kan415typos-std", serif;}
.onegai{ font-size:0.8rem; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; margin-top:0;}
.onegai li { list-style:none;}

.emp{font-size:1.7rem; line-height:3rem;}
.thanks{ margin-bottom:4.2rem; color:#666666;}

.row dt a, .row dt a:visited {color:#000000;}
/*wide slider のした　shoplistへの誘導*/
.kounyu{ max-width:960px; margin:0 auto; text-align:center; padding-top:1rem; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.kounyu a, kounyu a:hover, .kounyu a:visited {color:#2E2E2E; text-decoration:underline;}

/*Shop list*/
.shoplist {padding:2rem; margin-bottom:3rem; width: 60%; margin: 0 auto;}
.shoplist li{
	list-style:none;
	font-family:"kan415typos-std", serif;
	line-height:5rem;
	font-size:1.2rem;
	color:#2E2E2E;
	text-decoration:none;
}
.shoplist li a, .shoplist li a:visited {color:#2E2E2E;}

/*event list*/
#longerbox,#longerbox2, #longerbox3, #longerbox4, #longerbox5, #longerbox6 {min-height:38rem;}
.col-md-4 dd a {color:#780000; text-decoration:underline;}
.col-md-4 dd a:visited {color:#780000;}
@media (max-width: 767px){.notshow{ display:none;}}
