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

* {
	line-height: 1;
}
.mb80{
	margin-bottom: 80px;
}
.mb30{
	margin-bottom: 30px;
}
.mb60{
	margin-bottom: 60px;
}

/*clearfix*/
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix{
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac */
* html .clearfix{
  height:1%;
	overflow-x : hidden;
}
a:hover {
    opacity: 0.8;
}
* {
	box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
word-wrap: break-word;

	
}
.pt20{
	padding-top: 20px;
}
/*body*/

body {
    min-width: 1400px;
    width: 100%;
    -webkit-text-size-adjust: 100%;
	background: #fff;
}
div#header {
    position: relative;
    z-index: 1;
}
.contents-left {
	float: left;
	vertical-align: top;
	display: inline-block;
}

.contents-right {
	float: right;
	vertical-align: top;
	display: inline-block;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

.img-box {
	border-radius:10px;
}

.contents-box {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
}
h3.sb-tp-tit {
    font-size: 26px;
    text-align: center;
    margin-bottom: 10px;
	margin-top: 10px;
}
h3.midashi01 {
    font-size: 42px;
    text-align: center;
    line-height: 1.8;
}
h3.cont-title.min {
    font-size: 20px;
    text-align: center;
    font-style: italic;
}

p {
    margin-bottom: 20px;
}
.contents-box a {
    font-weight: normal;
    color: #4d4d4d;
    position: relative;
}
.subcontents ul {
    margin-bottom: 30px;
}
.contents-box p a {
    font-weight: bold;
    color: #42210b;
}
div#subcontents.border10 {
    border-top: 10px solid;
}
.space-box {
	clear:both;
}
.min{
	font-family: "游明朝", 'Yu Mincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-family: 'Hiragino Mincho ProN', 'Yu Mincho', serif;
}
.no-min{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*header*/

.sidefix {
    position: fixed;
    right: 0;
    top: 125px;
    z-index: 10;
}
.sidefix1 {
    position: fixed;
    right: 0;
    top: 400px;
    z-index: 10;
}
ul.head-rang {
    position: fixed;
    top: 0;
    right: 20%;
    background: #831521;
    display: flex;
    width: 200px;
    justify-content: space-around;
}
ul.head-rang li {
    color: #fff;
    padding: 8px 0;
    width: 100px;
    text-align: center;
}
ul.head-rang li a {
	display:inline-block;
    height: 100%;
    width: 100%;
    margin: auto;
	color:#FFF;
}
ul.head-rang li.bk{
	background: #000;
}
.header {
    clear: both;
    width: 960px;
    position: relative;    
    padding: 20px;
}
.header-wrap h1 {
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    z-index: 1;
    top: 5px;
    color: #ffffff;
    line-height: 1.8;
    left: 10px;
    z-index: -1;
}
.header-left {
    width: 630px;
    float: left;
    height: 125px;
    position: relative;
    margin-top: 15px;
}
h2.head-img {
    text-align: center;
}
.top-contact a.topc-link {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    background: #000;
    padding: 10px 20px;
    color: #fff;
}
/*nav*/
#nav {
    clear: both;
    width: 960px;
    margin: auto;
    height: 90px;
    position: fixed;
    top: 50px;
    right: 0;
    left: 0;
}

.nav {
    display: flex;
    width: 100%;
    letter-spacing: 0.1em;
}
#nav ul {
    display: inline-flex;
    width: 960px;
    justify-content: space-between;
}

.nav li {
	float: left;
	display: inline-block;
	vertical-align: top;
}

.nav li a:hover {
	opacity:0.75;
}

.dropmenu{
  *zoom: 1;
	width: 970px;
	padding: 0;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	display: inline-block;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
	clear: both;
}
.dropmenu li {
    position: relative;
    float: left;
    line-height: 1em;
    text-align: center;    
    font-size: 14px;
}
.dropmenu li:last-child {
    border: none;
}
.dropmenu li a {
    display: block;
    margin: 0;
	color: #fff;
    text-decoration: none;
	text-shadow: 0px 0px 3px #000;
    padding: 0;
}
.dropmenu li p {
    line-height: 1.8;
    font-size: 80%;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
p.navi-mini {
    color: white;
    margin: 5px 0 0;
    font-size: 13px;
	font-weight: normal;
}
.dropmenu li ul li a {
    text-align: center;
    color: #FFF;
    font-weight: normal;
    font-size: 18px;
}
.dropmenu li a:hover {
    color: #f3ac04;
}
.dropmenu li ul li:last-child {
    border-bottom: none;
}
.dropmenu li ul li {
    border-bottom: 1px solid #fff;
    width: 100%;
    background-color: #000000;
    padding: 15px 0;
}
#fade-in2 li ul {
    width: 100%;
    opacity: 0;
    top: 50%;
    visibility: hidden;
    transition: .5s;
    margin-top: 8px;
    display: block;
}
#fade-in2 li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}

/* main-img-top */

#main-img {
	width: 100%;
	height: 640px;
	overflow: hidden;
}

.main-img {
	width:1400px;
}


.title-box {
	width:100%;
	position:absolute;
	left:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.4);
	padding-top:15px;
	padding-bottom:10px;
}

.title {
	width:960px;
}

.title h2 {
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 48px;
	line-height: 1.2;
	color: #FFF;
	letter-spacing: 0.1em;
	font-weight:normal;
	text-shadow: 0px 0px 5px #000;
	display:inline-block;
	float:left;
	vertical-align:top;
	margin-right:15px;
}

.title p {
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 22px;
	line-height: 1.2;
	color: #FFF;
	letter-spacing: 0.2em;
	text-shadow: 0px 0px 5px #000;
	float:left;
	vertical-align:top;
	margin-right:15px;
	padding-top:10px;
}


/*contents*/
.inner {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}
.inner2 {
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.inner3 {
    width: 1435px;
    margin: 0 auto;
    position: relative;
}
#contents {
	width: 960px;
	padding-top: 60px;
}
#contents-top {
    width: 100%;
}
.foot-navi {
    background: #000000;
    height: 60px;
    border-bottom: 1px solid #aaa;
}
.foot-navi ul li a {
    color: #ffffff;
}
.foot-navi ul li {
    font-size: 14px;
    color: #fff;
    border-right: 1px solid;
    margin: 11px 0px 0;
    padding-right: 10px;
}
.foot-navi ul li:last-child {
    border: none;
}
.foot-navi ul {
    display: inline-flex;
    width: 960px;
    justify-content: space-around;
    margin-top: 10px;
}
.foot-main {
    height: auto;
    background: #ffffff;
}
.footer-box.clearfix {
    background: #fff;
    display: none;
}
.foot-main-top p {
    margin: 10px;
    line-height: 1.5;
}
.foot-main-top {
    margin: 30px;
    text-align: center;
}
h3.footh3 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}
.foot-bottom-contact p {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 30px;
}
.foot-bottom-contact {
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 2em;
}
a.footc-link.min {
    background: #000;
    color: #fff;
    font-size: 22px;
    padding: 7px 20px;
}
.footlink01 {
    width: 100%;
    text-align: center;
    margin: 50px 0 80px;
}






/*main-box */
div#main-box {
    width: 960px;
    margin-top: 50px;
    display: flex;
}
.main-contents {
    width: 750px;
    padding: 0 30px;
}
.subcontents {
    width: 210px;
}
.link-box .lv2 :before {
    content: url(../images/right04.png);
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    margin-top: -8px;
    left: -20px;
}
.link-box .lv3 :before {
    content: url(../images/right04.png);
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 41%;
    margin-top: -8px;
    left: -20px;
}
.subcontents ul li:last-child {
    border-bottom: none;
}
.subcontents ul li {
    border-bottom: 1px dashed #aaa;
}

.link-box .lv3 {
    position: relative;
    padding: 18px 0 18px 35px;
    background: #e6e6e6;
    font-size: 16px;
    text-align: left;
    list-style-type: disc;
}
li.lv2 {
    position: relative;
    padding: 18px 0 18px 35px;
    background: #e6e6e6;
    font-size: 16px;
    text-align: left;
    list-style-type: disc;
}
.btn-top {
    width: 960px;
	margin-left:auto;
	margin-right:auto;
    text-align: right;
    padding-top: 0px;
    margin-bottom: 20px;
}
.footer {
    width: 100%;
    clear: both;
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: center;
    background: #000;
    font-size: 12px;
}
.footer p {
    color: #fff;
    margin-top: 0;
}
a.hover:hover {
    opacity: 0.8;
}
h4.midashi03 {
    margin-bottom: 20px;
    background-size: contain;
    
    padding: 25px 0 0 40px;
    font-size: 26px;
    color: #ab0007;
    letter-spacing: 0.2em;
	position: relative;
}

h5.midashi05 {
	width:870px;
	margin-left:auto;
	margin-right:auto;
    margin-top: 30px;
    height: auto;
    padding: 5px 0 0 20px;
    font-size: 27px;
    position: relative;
    letter-spacing: 0.2em;
    border-left: 5px solid;
}
h5.store05 {
    font-size: 20px;
    background: #8c6239;
    width: fit-content;
    color: #fff;
    padding: 9px 30px;
    border-radius: 30px;
    margin: 40px 0 0;
}
.contact-banner {
    position: relative;
}
p.cont-img img {
    border: 10px solid #f7931e;
    border-radius: 40px;
}
p.cont-tel {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 151px;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 3px 12px #0000009e;
    left: 26px;
    letter-spacing: -2px;
}
p.cont-jikan {
    position: absolute;
    top: 235px;
    background: #fcee21;
    padding: 10px 30px;
    color: #42210b;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px;
    width: 510px;
    height: 38px;
    right: 0;
    left: 0;
    margin: auto;
}
p.cont-mail {
    position: absolute;
    bottom: 24px;
    font-size: 28px;
    background: #42210b;
}
.contents-box p a.cont-btn {
    color: #fff;
    background: #42210b;
    padding: 10px 125px;
    border-radius: 10px;
	position: relative;
}
p.cont-mail {
    position: absolute;
    bottom: 60px;
    font-size: 28px;
    width: 642px;
    margin: auto;
    right: 0;
    left: 0;
}
a.cont-btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 35%;
    right: 70px;
}


/*.commonbox*/

.commonbox {
    width: 660px;
    background: #ecece2;
    margin-left: 30px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: 350px;
}

h3.comh3 {
    position: absolute;
    font-size: 33px;
    top: 80px;
    right: 130px;
}
p.com-area01 {
    position: absolute;
    top: 50px;
    left: 100px;
}
p.com-area02 {
    position: absolute;
    top: 170px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
.com-area03 {
    position: absolute;
    display: flex;
    top: 200px;
    margin: 0 auto;
    width: fit-content;
    left: 30px;
}
.com-area03a {
    font-size: 36px;
}
font.f21 {
    font-size: 21px;
    margin-right: 10px;
}
.com-area03a {
    font-size: 36px;
    margin-right: 20px;
}
.com-area04 {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
}
a.comlink {
    font-size: 30px;
    background: #000;
    color: #fff;
    padding: 5px 30px;
    letter-spacing: 0.2em;
}font.f15 {
    font-size: 15px;
    letter-spacing: 1px;
    vertical-align: middle;
    margin-left: 15px;
}
a.comlink {
    font-size: 30px;
    background: #000;
    color: #fff;
    padding: 5px 50px;
    letter-spacing: 0.1em;
    position: relative;
}
a.comlink:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    top: 40%;
    right: 15px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
a.comlink:hover {
    opacity: 0.8;
}
.common-area {
    margin-bottom: 20px;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 80px;
}
.area-box {
	clear: both;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
	font-size: 14px;
	line-height: 1.6;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.area-box p {
	font-size: 14px;
	line-height: 1.6;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.area-box img {
	width: 100%;
	height:auto;
}

.area01 {
}

.area02 {
	border: 1px solid #666;
	padding: 20px;
}

.area03 {
	text-align: center;
}

.area04 {
}

.area04 .contents-left {
	width: 266px;
}

.area04 .contents-right {
	width: 560px;
}

.area05 {
}

.area05 .contents-left {
	width: 560px;
}

.area05 .contents-right {
	width: 266px;
}

.area06 {
	width: 888px;
	margin-bottom: 30px;
}

.area06 .box{
	width: 266px;
	vertical-align: top;
	display: inline-block;
	margin-left: 13px;
	margin-right: 13px;
	margin-bottom: 20px;
}

.area06 .box > p {
	width: 266px;
	padding-top: 7px;
}

.area07 {
	width: 880px;
}

.area07 .box {
	width: 410px;
	vertical-align: top;
	display: inline-block;
	margin-left: 13px;
	margin-right: 13px;
}

.area07 .box > p {
	width: 410px;
	padding-top: 7px;
}

.area08 {
	width: 880px;
}

.area08 .box {
	width: 410px;
	vertical-align: top;
	display: inline-block;
	margin-left: 13px;
	margin-right: 13px;
}

.area08 .box > p {
	width: 410px;
	padding-top: 7px;
}


.area09 {
	width: 880px;
}

.area09 .box {
	width: 410px;
	vertical-align: top;
	display: inline-block;
	margin-left: 13px;
	margin-right: 13px;
}

.area09 .box > p {
	width: 410px;
	padding-top: 7px;
}

.area10 {
	width: 900px;
}

.area10 .box{
	width: 195px;
	vertical-align: top;
	display: inline-block;
	margin-left: 13px;
	margin-right: 13px;
}

.area10 .box > p {
	width: 195px;
	padding-top: 7px;
}

.area11 {
	width: 888px;
}

.area11 .box{
	width: 266px;
	vertical-align: top;
	display: inline-block;
	margin-left: 13px;
	margin-right: 13px;
}

.area11 .box > p {
	width: 266px;
	padding-top: 7px;
}

.area12 {
}

.area12 .box {
	width: 400px;
	vertical-align: top;
	display: inline-block;
	float: left;
}

.area12 .box > p {
	width: 400px;
	padding-top: 7px;
}

.area12 .end{
	float: right;
	margin-right: 0px;
}

.area12 .arrow{
	vertical-align: top;
	display: inline-block;
	float: left;
	height: 47px;
	width: 30px;
	margin-left: 20px;
	margin-top: 170px;
}

.area13 {
}

.area13 .contents-left {
	width: 266px;
}

.area13 .contents-right {
	width: 560px;
}

.area13 .contents-right > p {
	width: 560px;
}

.area14 {
}

.area14 .contents-left {
	width: 560px;
}

.area14 .contents-left > p {
	width: 560px;
}

.area14 .contents-right {
	width: 266px;
}

.area15 {
	text-align: center;
}

.area16 {
}

.area16 table {
	width: 860px;
	font-size: 16px;
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #b3b3b3;
	border-bottom-color: #b3b3b3;
}

.area16 table tr.top {
	background-color: #f2f2f2;
}

.area16 table tr.top td {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b3b3b3;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	color:#4d4d4d;
}

.area16 table tr.top td.left {
	border-right-style: none;
	border-left-style: none;
	border-bottom-color:#b3b3b3;
}

.area16 table tr.table-bold td.left {
}

.area16 table tr.table-bold td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.area16 table tr {
}

.area16 table td {
	padding-top: 12px;
	padding-bottom: 12px;
	color: #4d4d4d;
	text-align: left;
	padding-left: 15px;
	line-height: 1.6em;
	vertical-align: middle;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #b3b3b3;
	border-bottom-color:#b3b3b3;
}


.area16 table td.left {
	white-space: nowrap;
	padding-right: 15px;
	color: #1a1a1a;
	font-size:16px;
}

.area16 table tr td.end {
	border-bottom-color: #b3b3b3;
}

.area162 {
}

.area162 table {
	width: 860px;
	font-size: 14px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

@-moz-document url-prefix() {
	.area162 table {
		border-collapse: collapse;
	border-spacing: 0;
	border-collapse: separate;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	}
}

.area162 table tr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

.area162 table td {
	padding-top: 7px;
	padding-bottom: 7px;
	color: #4d4d4d;
	text-align: left;
	padding-left: 15px;
	line-height: 1.6em;
	vertical-align: middle;
}

@-moz-document url-prefix() {
	.area162 table tr, .area162 table td {
		border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	}
}

.area162 table tr.table-top {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}

@-moz-document url-prefix() {
	.area162 table tr.table-top, .area162 table tr.table-top td {
		border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	}
}

.area162 table td.left {
	font-weight:bold;
	color: #736357;
	white-space: nowrap;
	padding-right: 0px;
}

.area17 {
	width: 690px;
}

.area17 .box {
	width: 315px;
	vertical-align: top;
	display: inline-block;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}

.area17 .box > p {
	width: 315px;
	padding-top: 7px;
}
.midashi-h3 {
    text-align: center;
    margin-bottom: 50px;
}
.midashi-h3 p {
    margin: 0;
    font-size: 18px;
}
.midashi-h4 {
	width:870px;
	margin-left:auto;
	margin-right:auto;
    text-align: left;
}
.midashi-h4 h4 {
    background: #831521;
    height: 38px;
    font-size: 20px;
    color: #fff;
    padding: 10px 30px;
    font-weight: normal;
}
h4.midashi03:before {
    content: "";
    display: block;
    width: 10px;
    height: 38px;
    overflow: hidden;
    margin: 0;
    left: 8px;
    border-left: 5px solid #fff;
    position: absolute;
    top: 0;
}


.footer img {
	position:relative;
	top:3px;
	left:3px;
}

