@charset "utf-8";
/*=============================================
 * body
 *=============================================*/

body {
	color: #606060;
	background-color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.12em;
	min-width: inherit;
	max-height: 100%;
	cursor: auto;
	word-spacing: normal;
}
.navOpen {
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.navOpen #pagetop {
	z-index: -1;
}
body.navOpen, body.navOpen *, body.navOpen *:hover, body.navOpen *:focus, body.navOpen *:active {
	/*    cursor: none !important;*/
	touch-action: none !important;
	pointer-events: none !important;
}
body.navOpen .hamburger, body.navOpen #menu_toggle, body.navOpen #menu_toggle * {
	touch-action: auto !important;
	pointer-events: visible !important;
}
.fnt-mincho {
	font-family: 'Sawarabi Mincho', sans-serif;/*	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.block::after {
	clear: both;
	content: "";
	display: block;
}
.wrap {
	padding-left: 5%;
	padding-right: 5%;
}
.tac {
	text-align: center;
}
.txt_b {
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
/*=============================================
 * header
 *=============================================*/

header .belt {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ明朝体 Pro", "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    height: 74px;
    width: 100%;
}
header .logo {
    position: absolute;
    top: 26px;
    left: 20px;
    width: 100px;
    z-index: 1;
}
header h1 {
	font-size: 9px;
	line-height: 2;
	text-align: center;
	font-weight: normal;
	position: relative;
	z-index: 10;
	color: #c3c3c3;
}
header {
	padding-top: 74px;
	position: relative;
	color: #fff;
}
/*====================== nav ====================== */

header .topnavi {
	position: relative;
	text-align: right;
	padding-right: 62px;
	margin-top: 5px;
	z-index: 1;
}
header .topnavi li {
	display: inline-block;
    position: relative;
    margin-left: -4px;
    vertical-align: top;
}
header .topnavi li:last-child {
    border-right: 1px solid #000;
}
header .topnavi li a {
	font-size: 10px;
    text-align: center;
    display: block;
    line-height: 12px;
    height: 100%;
    padding: 10px 0 10px 3px;
    width: 55px;
    border-left: solid 1px #000;
    letter-spacing: 1px;
    font-weight: bold;
	box-sizing: border-box;
    color: #000;
}
header .topnavi li a:hover {
	text-decoration: none;
}
header .topnavi li a[class^="icon-"]:before {
	width: 100%;
    padding-bottom: 4px;
    font-size: 14px !important;
    margin: 0;
}

header .sub_click {
	display: block;
	padding: 9px 0;
	position: relative;
}
header .sub_click:before {
	content: '';
    position: absolute;
    width: 15px;
    border-top: 1px solid #fff;
    right: 5px;
    top: 22px;
    animation: smoky-out 0.7s 0s both;
}
header .sub_click:after {
    content: '';
    position: absolute;
    height: 15px;
    border-left: 1px solid #fff;
    right: 12px;
    top: 15px;
    animation: smoky-out 0.7s 0s both;
}
header .sub_click.open:after,header .sub_click.open:before   {
	animation: smoky 0.7s 0s both;
}
header .sub_click.open:after{
	opacity: 0;
}
@keyframes smoky{
	50%{filter:blur(3px)}
	100%{filter:blur(0px)}
}
@keyframes smoky-out{
	50%{filter:blur(3px)}
	100%{filter:blur(0px)}
}

header .menu_toggle {
	padding: 0;
	background: rgba(200,218,199,0.95);
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	top: 74px;
	height: auto;
	color: #fff;
}
#menu_toggle li {
	padding: 0;
}
#menu_toggle li a {
	border-bottom: 1px dashed #000;
	text-align: left;
	line-height: 14px;
	padding: 15px;
}
#menu_toggle .close_btn {
	background-color: #fff;
	font-size: 16px;
    line-height: 18px;
    padding: 12px 0 10px;
	text-align: center;
	height: auto;
	width: auto;
	color: #000;
	cursor: pointer;
}
header #menu_toggle a {
	color: #000;
}
#menu_toggle  .sub_scroll_box li  {
	margin: 0 20px;
	border: none;
}
#menu_toggle  .sub_scroll_box li  a {
	padding: 5px 0;
}
#menu_toggle  .sub_scroll_box li:last-child {
	border-bottom: none;
}
.navOpen .menu_toggle.nav-style01 {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	right: 0;
}
.navOpen #menu_toggle {
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
}
.navOpen #menu_toggle li {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}


/*====================== end nav ====================== */

/*====================== header key ====================== */


header #key {
	position: relative;
	overflow: hidden;
}
header #key p.tt {
	position: absolute;
	bottom: 6%;
	right: 3%;
	color: #fff;
	font-size: 20px;
}

/*====================== end nav ====================== */

section {
	overflow: hidden;
}
.para {
	padding-bottom: 0 !important;
    position: relative;
    height: 300px;
}
.para img {
    width: 100%;
    height: calc(100vh - 35px);
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    object-fit: cover;
    z-index: -1 !important;
}

/*=============================================*/
/*                   　footer　　　　　          */
/*=============================================*/



footer {
	background: url('../img/bg_1.jpg') repeat center top;
	font-size: 14px;
    line-height: 32px;
    padding: 20px 0 30px;
    text-align: center;
    color: #fff;
}
footer .link {
	margin: 0 auto 0;
	text-align: center;
	width: 100%;
	font-weight: normal;
}
footer .link p {
	width: 45%;
	min-width: 170px;
	max-width: 210px;
	margin: 10px auto;
	padding: 0 6px;
	line-height: 30px;
}
footer .link p a {
	background: #9F9F9F;
	border: solid 1px rgba(200, 200, 200, 0.78);
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 13px;
	letter-spacing: 0;
	padding: 3px 20px;
	text-align: center;
	text-decoration: none;
	box-shadow: inset 0 0 1px #a8a398;
}
footer .link .link-pc a::before {
	margin-right: 9px;
}
/*====================== ft_fixed ====================== */

#ft_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	font-size: 12px;
}
.navOpen #ft_fixed {
	z-index: 0;
}
.has_nav #ft_fixed {
	opacity: 1;
	visibility: visible;
}
.ft_fixed_shared {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row;
	text-align: center;
	width: 100%;
	border-top: 1px solid #fff;
	z-index: 100;
}
.ft_fixed_shared li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.33%;
	color: #fff;
	background-color: #000;
	border-right: 1px solid #fff;
}
.ft_fixed_shared li:last-child {
	border-right: 0;
}
.ft_fixed_shared li a {
	display: block;
	padding: 4px 10px 4px 0;
	font-size: 12px;
	position: relative;
}
.ft_fixed_shared li a:before {
	font-size: 12px;
}
.ft_fixed_shared li a:after {
	font-size: 12px;
	position: absolute;
	right: 8px;
	content: '\f105';
	font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
}
.ft_fixed_shared li {
	width: 50%;
}
#pagetop {
	bottom: 0;
	cursor: pointer;
}
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb6vw {
	margin-bottom: 6vw;
}
.mb8vw {
	margin-bottom: 8vw;
}
.mb10vw {
	margin-bottom: 10vw;
}
.mb12vw {
	margin-bottom: 12vw;
}
.secpd {
	padding-top: 12vw;
	padding-bottom: 12vw;
}
.secpb {
	padding-bottom: 12vw;
}
.img-rss span {
    height: 0 !important;
    width: 100% !important;
    padding-bottom: 100%;
}

/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/

#bettei #sec1 {
	background: url('../img/sec1_bg.png') no-repeat center top;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-color: #fff;
	padding: 32vw 0 12vw;
}
#bettei #sec2 {
	background-color: #fff;
}
#bettei #sec2 .txt {
	background: url('../img/bg_1.jpg') repeat center top;
	padding: 6vw 5%;
	color: #fff;
}
#bettei #sec3 .wrap {
	background-color: #fff;
	padding-bottom: 6vw;
}
#bettei #sec3 .para {
	height: 350px;
}
#bettei #floor {
	background: url('../img/bg_3.jpg') repeat center top;
}
#bettei #access {
	background-color: #fff;
}
#bettei #access .note_tel {
	margin: 10px 0 20px;
	line-height: 26px;
}
#bettei #access .list {
	padding-bottom: 15vw;
}
#bettei #access .list dl:first-child {
    border-top: 1px solid #b5b5b5;
}
#bettei #access .list dl {
    line-height: 26px;
    border-bottom: 1px solid #b5b5b5;
    padding: 13px 0 12px 0;
}
#bettei #gmap {
	margin-bottom: 10vw;
	height: 400px;
}
footer #btn_pc a {
	padding: 8px 0;
	border: 1px solid #8b6746;
	margin: 0 auto 5px;
	text-decoration: none;
	display: block;
	border-radius: 5px;
	width: 190px;
	color: #fff;
	background:#880000;
	 text-align:center
}
footer #btn_pc a:before {
	padding-right: 5px;
}
.btn_copy {
	text-align: center;
	margin-bottom: 6vw;
}
.btn_copy a {
	position: relative;
	border: 1px solid #fff;
	display: inline-block;
	width: 86%;
}
.btn_copy a:before {
	content: "";
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#text_box{
	width:95%;
	margin:20px auto 0px auto;
	padding:10px 0;
    background: url("../img/bg_2.jpg") repeat center top;
    border: double 3px #000;
}
#text_box p.ttl1{
	font-size:22px;
	margin-bottom: 10px;
	letter-spacing: 2px;
	padding-top: 20px;
	text-align:center;
	line-height:30px;
	color:#000;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#text_box p.txt1{
	text-align:left;
	padding: 0 10px 20px 10px;
	font-size:15px;
	line-height:28px;
	color:#000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 370px) {
	footer {
		font-size: 12px;
	}
}