﻿html:not(.responsive) {
	min-width: 1000px; /* viewport */
}



/*=============================================
 * body
 *=============================================*/

body {
	color: #000;
	font-size: 15px;
	letter-spacing: 2.3px;
	line-height: 35px;
	background: #FFF;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: url('../img/shared/bg.jpg') repeat center top;
}



/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	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;
}



/*=============================================
 * .fnt - customs
 *=============================================*/

.fnt-mincho {
}
.fnt-meiryo {
}
.fnt-gothic {
}
.fnt-garamond {
}
.fnt-notosans{
	font-family: 'Noto Sans JP';
}



/*=============================================
 * <main>
 *=============================================*/

main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1000px;
}



/*=============================================
 * <header>
 *=============================================*/

header {
  height: 886px;
}
header .top {
  height: 800px;
  position: relative;
  z-index: 11;
}
header h1 {
  position: absolute;
  bottom: 0;
  left: 13px;
  font-size: 12px;
  letter-spacing: 0.9px;
  line-height: 30px;
  color: #fff;
}
header .logo {
  padding: 18px 0 0 14px;
}
header .logo img{
  box-shadow: 0px 0px 5.4px 0.6px rgba(0, 0, 0, 0.32);
}

header .tel {
  margin: 10px 0 0 14px;
  font-family: 'Noto Sans JP';
  width: 326px;
  height: 109px;
  background: url("../img/shared/btn_bg1.jpg") repeat center top;
  border: 2px solid #fff;
  color: #fff;
  box-shadow: 0px 0px 5.4px 0.6px rgba(0, 0, 0, 0.32);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header .tel .tel_txt {
  font-size: 14px;
  letter-spacing: 2px;
  padding: 10px 18px 0 18px;
}
header .tel .tel_num {
  font-size: 25px;
  padding: 2px 0 0 18px;
  letter-spacing: 4px;
  line-height: 25px;
}
header .tel .tel_num span {
  font-size: 15px;
  letter-spacing: 2.5px;
}
header .tel .tel_txt2 {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 0 18px 0 18px;
}
header .hd_btn {
  width: 326px;
  height: 49px;
  border: 2px solid #fff;
  color: #fff;
  margin-left: 14px;
  font-size: 18px;
  line-height: 49px;
  font-weight: bold;
  letter-spacing: 2.5px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
       -o-transition: all .3s ease;
          transition: all .3s ease;
}
header .hd_btn:hover{
	opacity: 0.8;
}
header .hd_btn:before {
  content: '';
  background: url("../img/shared/btn_arrow.png") no-repeat center top/cover;
  width: 36px;
  height: 10px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .hd_btn a {
  display: block;
  width: inherit;
  height: inherit;
  padding-left: 18px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header .hd_btn1 {
  background: url("../img/shared/btn_bg2.jpg") repeat center top;
  margin-top: 5px;
}
header .hd_btn2 {
  background: url("../img/shared/btn_bg3.jpg") repeat center top;
  margin-top: 5px;
}
header nav {
  background: url("../img/shared/bg2.jpg") repeat center top;
  position: relative;
  padding: 0 0 3px;
  z-index: 111;
}
header nav:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: url("../img/shared/line2.jpg") repeat center top;
}
header nav:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: url("../img/shared/line2.jpg") repeat center top;
}



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

#key {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}
#key ul {
	min-height: inherit;
}
#key li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



/*=============================================
 * <section>
 *=============================================*/

section {
}



/*=============================================
 * <footer>
 *=============================================*/

footer {
  position: relative;
}
footer .logo img{
	box-shadow: 0px 0px 5.4px 0.6px rgba(0, 0, 0, 0.32);
}

footer:before {
  content: '';
  background: url("../img/shared/line2.jpg") repeat center top;
  height: 10px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 5.4px 0.6px rgba(0, 0, 0, 0.32);
}

footer .bnr h2 {
  padding: 54px 0 17px 0;
}
footer .bnr .button img{
	box-shadow: 0px 0px 5.4px 0.6px rgba(0, 0, 0, 0.32);
}
footer .content {
  position: relative;
  background: url("../img/shared/bg5.jpg") repeat center top;
  color: #fff;
}
footer .content:before {
  content: '';
  background: url("../img/shared/line2.jpg") repeat center top;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
footer .content .box {
  position: absolute;
  top: 65px;
  left: 0;
  width: 345px;
}
footer .content .box .ft_btn {
  width: 326px;
  height: 49px;
  border: 2px solid #fff;
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 18px;
  line-height: 49px;
  font-weight: bold;
  letter-spacing: 2.5px;
  position: relative;
  background: url("../img/shared/btn_bg2.jpg") repeat center top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
       -o-transition: all .3s ease;
          transition: all .3s ease;
}
footer .content .box .ft_btn:hover{
	opacity: 0.8;
}
footer .content .box .ft_btn:before {
  content: '';
  background: url("../img/shared/btn_arrow.png") no-repeat center top/cover;
  width: 36px;
  height: 10px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
footer .content .box .ft_btn a {
  display: block;
  width: inherit;
  height: inherit;
  padding-left: 18px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer .content .tel {
  margin: 5px 0 0 -1px;
  font-family: 'Noto Sans JP';
  width: 326px;
  height: 109px;
  background: url("../img/shared/btn_bg1.jpg") repeat center top;
  border: 2px solid #fff;
  color: #fff;
  box-shadow: 0px 0px 5.4px 0.6px rgba(0, 0, 0, 0.32);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer .content .tel .tel_txt {
  font-size: 14px;
  letter-spacing: 2px;
  padding: 8px 18px 0 18px;
}
footer .content .tel .tel_num {
  font-size: 25px;
  padding: 0 0 0 18px;
  letter-spacing: 4px;
  line-height: 25px;
}
footer .content .tel .tel_num span {
  font-size: 15px;
  letter-spacing: 2.5px;
}
footer .content .tel .tel_txt2 {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 0 18px 0 18px;
}
footer .content .note {
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  font-weight: bold;
  padding: 3px 20px 0 0;
  line-height: 25px;
}
footer .content #socialbuttons {
  padding: 5px 0 0 0;
}
footer .content address {
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 2.2px;
  padding: 2px 27px 0 0;
}
footer .content .cookies_link {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 1px;
  padding: 0 27px 0 0;
}
footer .info {
  padding: 65px 61px 0 389px;
}
footer .info dl {
  position: relative;
  font-weight: bold;
  line-height: 25px;
  padding: 12px 0 10px 0;
  border-bottom: 1px dashed #fff;
}
footer .info dl:after {
  content: '' !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
footer .info dl dt {
  float: left;
  width: 170px;
  padding-left: 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer .info dl dd {
  float: right;
  width: 380px;
  padding-left: 18px;
  letter-spacing: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer .info dl + dl {
  padding-top: 14px;
}
footer .info dl:first-child {
  border-top: 1px dashed #fff;
}
footer nav {
  padding: 46px 0 31px 224px;
  font-weight: bold;
}
footer nav ul li {
  letter-spacing: 3px;
  position: relative;
}
footer nav ul li + li {
  padding-left: 32px;
}
footer nav ul li + li:before {
  content: '|';
  position: absolute;
  top: 1px;
  left: 10px;
  font-size: 15px;
}

.fixed_btn {
  position: fixed;
  top: 69px;
  right: 7px;
  z-index: 111111;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.fixed_btn.fixed {
  opacity: 1;
  visibility: visible;
}
.fixed_btn li img{
	width: 45px;
	height: auto;
}
.fixed_btn li + li {
  padding-top: 5px;
}

#beft {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1111111;
  background: url("../img/shared/bg2.jpg") repeat center top;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#beft.fixed {
  opacity: 1;
  visibility: visible;
}
#beft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: url("../img/shared/line2.jpg") repeat center top;
}
#beft:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: url("../img/shared/line2.jpg") repeat center top;
}

.text_center {
  text-align: center;
}

footer .f_bnr {
	text-align: center;
    margin: 70px 0 20px;
}
footer .f_bnr h2 {
	margin-bottom: 20px;
}
footer .f_bnr ul {
	display: flex;
    justify-content: space-between;
    width: 680px;
	margin: 0 auto;
}

/*=============================================
 * .socialbuttons
 *=============================================*/

footer .socialbuttons {
}



/*=============================================
 * copyright
 *=============================================*/

address {
}

.line1 {
  position: relative;
}
.line1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url("../img/shared/bg5.jpg") repeat center top;
  height: 7px;
  z-index: 11111;
  box-shadow: 0px 0px 6.3px 0.7px rgba(0, 0, 0, 0.48);
}
.line2 {
  position: relative;
}
.line2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url("../img/shared/line1.jpg") repeat center top;
  height: 5px;
  z-index: 11111;
  box-shadow: 0px 0px 6.3px 0.7px rgba(0, 0, 0, 0.48);
}
.dl_price {
  font-weight: bold;
  font-family: 'Noto Sans JP';
}
.dl_price dt {
  font-size: 35px;
  letter-spacing: 5px;
	line-height: 1.4;
}
.dl_price dd {
  font-size: 40px;
  color: #95bb00;
}
.dl_price dd span {
  font-size: 20px;
}

.box_style {
  background: url("../img/shared/bg5.jpg") repeat center top;
  color: #fff;
  position: relative;
  z-index: 11;
  box-shadow: 0px 0px 7.2px 0.8px rgba(0, 0, 0, 0.43);
}
.box_style dl.dl_price {
  border-bottom: 1px dashed #fff;
}
.box_style dl.dl_price dd {
  padding: 20px 0 0;
}
.menu_list:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
.menu_list .fl {
  width: 297px;
}
.menu_list .fl > div {
  margin-bottom: 28px;
}
.menu_list .fl h3 {
  height: 43px;
  line-height: 43px;
  background: url("../img/shared/bg3.jpg") repeat center top;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
}
.menu_list .fl + .fl {
  margin-left: 20px;
}
.menu_list .fl dl {
  position: relative;
  line-height: 27px;
  padding: 0 0 13px;
  border-bottom: 1px dashed #fff;
}
.menu_list .fl dl:after {
  content: '' !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
.menu_list .fl dl dt {
  float: left;
}
.menu_list .fl dl dd {
  float: right;
}
.menu_list .fl dl + dl {
  padding-top: 14px;
}
.menu_list .fl p {
  font-size: 18px;
  text-align: center;
  padding-bottom: 18px;
  border-bottom: 1px dashed #fff;
  font-weight: bold;
  margin-bottom: 15px;
}
.menu_list .fl .note_ct {
  font-size: 15px;
  text-align: left;
  font-weight: normal;
  border: none;
  margin: 0;
  padding: 0;
}