@charset "UTF-8";
@import url(base.css);

/* all */
* html body {     
    background:url(null) fixed; 
}  

body {
	position: relative; /* Required for static Slidebars to function properly. */
	margin:0;
	padding:0;
	font-size:15px;
	color: #333;
	*font-size:small;
	*font:x-small;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	background-color: #fff;
}
html {
	overflow-x:hidden;
}
* {
	box-sizing: border-box;     
}

/* Basic */
.gothic {
	font-family: メイリオ,Meiryo,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Kaku Gothic ProN",sans-serif;
}
.large {
	font-size: 120%;
}
.small {
	font-size: 90% !important;
}
.center {
	text-align: center;
}
.fixed {
	position: fixed;
	top:0;
	z-index: 10000;
	transition: all 0.3s ease;
}
.hide {
	display: none;
	transition: all 0.3s ease;
}

/* ルビ */
span.target {
	display: inline-block;
	position: relative;
	margin:0.6em 0 0;
}
span.ruby {
	display: inline-block;
	position: absolute;
	font-size: 0.6em;
	text-align:justify;
	left:0;
	top:-1.5em;
	white-space: nowrap;
	font-weight: normal;
}

/* ------------------------------------------------------------ 
text-transform は、大文字と小文字の変換を指定するプロパティです。
------------------------------------------------------------ */

/* 一文字目を大文字にする */
.text {text-transform:capitalize;}

/* 全ての文字を大文字に変換 */
.text {text-transform:uppercase;}

/* 全ての文字を小文字に変換 */
.text {text-transform:lowercase;}

/* ------------------------------------------------------------ 
縦書きプロパティです。
------------------------------------------------------------ */
.vertical {
    font-family: "游明朝", "ＭＳ 明朝", serif; /* Windows環境しか考えていない */
    height: 16em;
    margin-left: 2em;
    -ms-writing-mode: tb-rl; /* for MS IE8+ */
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* link*/
::selection {
    color: #95c2b6;
    background: rgba(149,194,182,0.2);
}
a {
	color:#0145A4;
	text-decoration:none;
}
.btn {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.btn::before,
.btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
a img,
.btn,
.btn::before,
.btn::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* 全体格納 */
.wrapper {
	background-color: #fff;
}
.bg_washi {
	background: url(../img/bg_washi_s.jpg) repeat 0 0;
}

/* slidebar */
.sb-slidebar.sb-right {
  -webkit-overflow-scrolling: touch;
}
.sb-right-inner {
  border: none;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 20px 0;
}
.sb-slidebar li {
	padding: 15px 5%;
  line-height: 1em;
  border-bottom: 1px dotted #fff;
      font-size: 17px;
}
.sb-slidebar li.snsbtn {
	width:50%;
	float: left;
	text-align: center;
}
.sb-slidebar li a {
	display: block;
	width:100%;
	height:100%;
	color: #fff;
	text-decoration: none;
}
.sb-slidebar li img {
	vertical-align:middle;
}

/* nav */
#nav {
	width:100%;
	height:60px;
	color: #fff;
}
.common-nav {
	background-color: #3e4261;
}
#nav a {
	color: #fff;
}
#nav .right a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
#nav .right a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
#nav .right a:hover::after {
	transform: scale(1, 1);
}
#nav .inner {
	width:100%;
	max-width:1120px;
	padding:0 10px;
	overflow: hidden;
	margin:0 auto;
}
#nav .left {
	float: left;
	font-size: 13px;
}
#nav .right {
	float: right;
}
#nav .left .sitetitle {
	padding-top: 6px;
}
#nav .right ul li {
	float: left;
	font-size: 15px;
	padding: 1.2em 0;
}
#nav .right ul li:after {
	content: '｜';
	margin: 0 15px;
}
#nav .right ul li.last:after,
#nav .right ul li.snsbtn:after {
	content:'';
	margin: 0;
}
#nav .right ul li.snsbtn img {
	width:65%;
	height: auto;
	vertical-align: middle;
}
#nav .right ul li.snsbtn:first-child img {
	margin:0 7px 0 0;
}
#layer {
	position: relative;
	z-index: 0;
}


/* footer */
#pagetop {
	width:100%;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	background-color: #35343a;
}
#pagetop a {
	color: #fff;
	text-decoration: none;
}
footer {
	background:#7c3933;
	color:#fff;
	letter-spacing: 0.15em;
}
footer .inner {
	position: relative;
	width:100%;
	max-width:1100px;
	margin:0 auto;
	padding:40px 30px;	
	background: url(../img/footer-bg-tegata.png) no-repeat 0 -175px;
}
footer #bn {
	position: absolute;
	top:50px;
	right:0;
}
footer #bn img:first-child {
	margin:0 20px 0 0;
}
footer #bn img {
	background-color: #fff;
}
footer #bn a:hover img {
	opacity: 0.7;
}
footer .title {
	font-size: 20px;
	margin:0 0 50px;
}
footer .tomikan {
	font-size: 18px;
}
footer .contact {
	font-size: 14px;
}
footer #copy {
	width:100%;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	background-color: #35343a;
}
footer a {
	color: #fff !important;
	text-decoration:none !important;
}

@media screen and (min-width: 1024px) { /* 1024px以上用（PC用）の記述 */
header {
	display: none;
}
}


@media screen and (max-width: 1023px) { /* 1023px以下用（タブレット用）の記述 */
header,
.pc {
	display:none;
}
nav .left {
	width: 16%;
}
nav .left img {
	width: 100%;
}
nav .right {
	width:84%;
	text-align: center;
}
#nav .right ul li {	
	width:20%;
	font-size: 15px;
	margin: 1.2em 0;
	padding: 0;
    border-right: #fff 1px dotted;
}
#nav .right ul li:last-child {
    border-right: none;
}
#nav .right ul li:after {
	content: '';
	margin: 0;
}
#nav .right ul li.snsbtn:after {
	content:'';
	margin: 0;
}
#nav .right ul li.snsbtn img {
	width:65%;
	height: auto;
	vertical-align: middle;
}
#nav .right ul li.snsbtn:first-child img {
	margin:0 7px 0 0;
}
}

@media screen and (max-width: 800px) { /* 800 767px以下用（タブレット用）の記述 */	
 /* nav */
#nav .inner {
	width:100%/*550px*/;
	padding:0;
}
#nav .left {
	display: none;
}
#nav .right {
	float: none;
	width:100%;
}

/* footer */
footer .inner {
	width:100%;
	margin:0 auto;
	padding:40px 3% 100px;	
	background: url(../img/footer-bg-tegata.png) no-repeat 0 -175px;
}
footer .title {
    margin: 0 0 30px;
}
footer #bn {
	width:100%;
	position: absolute;
	top: auto;
	bottom:20px;
	left:0;
	text-align: center;
}
footer #bn a {
	display: block;
	width:50%;
	float: left;
	padding:0 2%;
}
footer #bn a img {
	width:100%;
	max-width: 210px;
}
footer #bn img:first-child {
	margin:0 0 0 0;
}
footer #bn a:first-child {
	text-align: right;
}
footer #bn a:nth-child(2n) {
	text-align: left;
}
}

@media screen and (max-width: 660px) {
	/* 660 479px以下用（スマートフォン用）の記述 */

/* ハンバーガーメニュー */	
header {
	display:block;
    width: 100%;
    height: 60px;
    background-color:transparent;
}
header .menu {
	position: absolute;
	top:0;
	right:0;
	width:55px;
	height:65px;
	background-color: #3e4261;
}
header .menu .caption {
	font-size: 9px;
	text-align: center;
	color: #fff;
	padding:2px 0;
	position: absolute;
    bottom: 2px;
    width: 100%;
}
#button {
	position:absolute;
	right: 10px;
    top: 15px;
    width: 35px;
    height: 25px;
    outline: none;
    border: none;
    background:transparent;
    cursor: pointer;
	z-index: 999;
}
#button span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	border-radius: 3px;
}
#button span:nth-of-type(1) {
	top: 0;
}
#button span:nth-of-type(2) {
	top: 11px;
}
#button span:nth-of-type(3) {
	bottom: 0;
}
div.btnBox.active {
    position: absolute;
    background: #3e4261;
    padding: 6% 0 0;
    width: 100%;
}
.sb-active #button span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.sb-active #button span:nth-of-type(2) {
	opacity: 0;
}
.sb-active #button span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
}
#nav .right ul li {
	width: calc(100% / 4);
	font-size: 14px;
}
#nav .right ul li:first-child {
	display: none;
}
/*
#nav .right ul li {
	width: 50%;
    padding: 7px 15px;
    line-height: 1.5em;
    font-size: 14px;
}
#nav .right ul li:after {
	content: '';
	margin: 0;
}
#nav .right ul li:nth-child(2n+3) {
	clear: left;
    float: left;
}*/
#nav .right ul li.snsbtn {
	display: none;
}
footer #copy {
	padding: 7px 0;
	font-size: 11px;
	line-height: 2em;
}
}

@media screen and (max-width: 425px) {
	#nav {
		height: auto;
		padding:0.5em 0;
	}
	#nav .right ul li {
		width: 100%;
		border:none;
		margin:0.5em 0;
	}
	.gallery #nav,
	.tourism #nav {
		display: none;
	}
}