@charset "utf-8";

/* WEBフォント */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.nsj {
    font-family: 'Noto Sans Japanese', serif;
}
.tsk {
	font-family: 'TsukuARdGothic-Bold',sans-serif;
}
@-webkit-keyframes wave__s {
  0% {
    background-position: 0 bottom; }
  100% {
    background-position: 260px bottom; } }
@keyframes wave__s {
  0% {
    background-position: 0 bottom; }
  100% {
    background-position: 260px bottom; } }
@-webkit-keyframes wave__m {
  0% {
    background-position: 0 bottom; }
  100% {
    background-position: 812px bottom; } }
@keyframes wave__m {
  0% {
    background-position: 0 bottom; }
  100% {
    background-position: 812px bottom; } }
@-webkit-keyframes wave__l {
  0% {
    background-position: 0 bottom; }
  100% {
    background-position: 812px bottom; } }
@keyframes wave__l {
  0% {
    background-position: 0 bottom; }
  100% {
    background-position: 812px bottom; } }
body {
	width:100%;
	background:#FFFFFF;
    color: #1F1813;
    font-size: 16px;
    line-height: 1;
    overflow-x: hidden;
    font-family:"游ゴシック", "Yu Gothic", YuGothic, "Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
    font-weight:normal;
    height: 100%;
}
input, select {
    font-size: 16px;
    font-family:"Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	color: #989898;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
body, html, main {
	height: 100%; 
}
.gothic {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.ms_gothic {
	font-family: "ＭＳ ゴシック", sans-serif;
}
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
/*	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;*/
}
.h_mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho, "HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
a {
    color: #333333;
    text-decoration:none;
}
a:hover {
    color: #333333;
}
a:hover .image,
a:hover p,a:hover ul li {
    opacity: 0.7;
}
a:visted {
    color: #054B64;
}
:placeholder-shown {
    color: red;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #999999;
}
/* Firefox 18- */
:-moz-placeholder {
    color: #999999;
    opacity: 1;
}
/* Firefox 19+ */
::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
/* IE 10+ */
:-ms-input-placeholder {
    color: #999999;
}
*::before, *::after {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}

/* 回り込み解除 */
.clearfix::after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.clearfix::before {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
/* 回り込み解除 */
#sp {
	display: none;
}
.sp {
	display: none;
}
.pagetop span.sp {
    display: none;
}
/*
img {
  width: 100%;
  display: block;
	object-fit: contain;
}
*/
/** ヘッダー */
header {
	height:100%;
}
.cd-fixed-bg {
	min-height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
.cd-fixed-bg.cd-bg-1 {
	background-image: url("../img/top_main.jpg");
}
.cd-scrolling-bg { 
	min-height: 100%; 
}
.cd-fixed-bg {
	position: relative;
	z-index: 1;
}
.cd-fixed-bg .main_txt {
	position: absolute;
	left: 50%;
	top: 70%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
}
.main_txt {
	width:1000px;
	
}
p.txt01 {
    color: #211814;
    font-size: 1.2em;
    line-height: 1.7em;
    max-width: 600px;
    padding: 20px 0;
    margin: 0 auto;
    font-weight: 540;
    text-shadow: 1px 1px 0px #ffffff;
}
.navi {
    background: #221815;
}
.menu_navi {
    max-width: 1000px;
    margin: 0 auto;
}
.menu_navi ul.ulmenu li {
	float:left;
	padding: 34px 0;
}
.menu_navi ul.ulmenu li a {
	color:#BEA361;
	font-weight:bold;
	font-size:18px;
	text-align:center;
}
.menu_navi ul.ulmenu li a span {
	display:block;
	color: #999999;
    font-size: 0.8em;
}
.menu_navi ul.ulmenu li a {
    color: #BEA361;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    width: 248px;
    display: block;
    border-left: solid 2px #414141;
    padding: 10px 0;
}
.sec1 .left01 {
	background: -webkit-gradient(radial, 0% 52%, 0, 0% 52%, 241, color-stop(1.00, #380E0D), color-stop(0.00, #9D0622));
	background: -webkit-radial-gradient(0% 52%, circle, #9D0622, #380E0D);
	background: -moz-radial-gradient(0% 52%, circle, #9D0622, #380E0D);
	background: -o-radial-gradient(0% 52%, circle, #9D0622, #380E0D);
	background: -ms-radial-gradient(0% 52%, circle, #9D0622, #380E0D);
	background: radial-gradient(0% 52%, circle, #9D0622, #380E0D);
	width:800px;
    float: left;
    min-height: 600px;
    color: #ffffff;
	position: relative;
}
.sec1 figure {
    float: left;
    line-height: 0;
	width: 50%;
}
.sec1 {
    width: 100%;
    margin: 0 auto;
}
.left01 h3 {
    text-align: center;
	margin: 0 auto 20px;
}
.left01 p.left_txt1 {
    max-width: 580px;
    margin: 0 auto 45px;
    line-height: 1.7em;
    font-size: 1.15em;
    padding: 0 0 0 50px;
}
.left01 p.ttl {
    text-align: center;
    font-size: 1.4em;
}
.left01 figure {
    float: none;
    text-align: center;
    margin: 0 auto 15px;
}
.left01 .p_info {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 580px;;
}
.left01 p.ttl span {
	display:block;
	font-size: 0.6em;
    margin: 10px 0 0;
}
.access {
    margin: 80px auto 0;
    text-align: center;
}
.access h2 {
    color: #9D0622;
    font-size: 1.7em;
    font-weight: bold;
}
.access h2 span {
    color: #898989;
    font-size: 0.55em;
    font-weight: normal;
    display:block;
}
div#gmap {
    width: 100%;
    height: 600px;
}
.access h2 {
    color: #9D0622;
    font-size: 1.7em;
    font-weight: bold;
    margin: 0 auto 25px;
}
.left01 .p_info a {
    color: #ffffff;
}
.addr {
    margin: 40px auto;
    max-width: 785px;
    line-height: 1.7em;
}
.addr h3 {
    text-align: center;
    margin: 0 auto 40px;
    font-size: 18px;
    color: #1F1813;
}
p.txt_ac {
    font-size: 1em;
	color: #1F1813;
}
.sec1 figure.bkimg1 {
    background: url(../img/topimg1.jpg) no-repeat 0 0 /100% 100%;
    height:600px;
}
.sec1 figure.bkimg2 {
    background: url(../img/topimg2.jpg) no-repeat 0 0 /100% 100%;
    height:600px;
}
.sec1 figure.bkimg1 img{
	display:none;
}
.sec1 figure.bkimg2 img{
	display:none;
}
.sec1 h3 img{
	width:80%;
}
.sec1 h3 img{

}
.sec1 .left01 {
	background: -webkit-gradient(radial, 0% 52%, 0, 0% 52%, 241, color-stop(1.00, #380E0D), color-stop(0.00, #9D0622));
	background: -webkit-radial-gradient(0% 52%, circle, #9D0622, #380E0D);
	background: -moz-radial-gradient(0% 52%, circle, #9D0622, #380E0D);
	background: -o-radial-gradient(0% 52%, circle, #9D0622, #380E0D);
	background: -ms-radial-gradient(0% 52%, circle, #9D0622, #380E0D);
	background: radial-gradient(0% 52%, circle, #9D0622, #380E0D);
	width:50%;
    float: left;
    color: #ffffff;
	position: relative;
}
.box_contact {
	background: -webkit-gradient(radial, 0% 52%, 0, 0% 52%, 241, color-stop(1.00, #380E0D), color-stop(0.00, #9D0622));
	background: -webkit-radial-gradient(0% 52%, circle, #9D0622, #380E0D);
	background: -moz-radial-gradient(0% 52%, circle, #9D0622, #380E0D);
	background: -o-radial-gradient(0% 52%, circle, #9D0622, #380E0D);
	background: -ms-radial-gradient(0% 52%, circle, #9D0622, #380E0D);
	background: radial-gradient(0% 52%, circle, #9D0622, #380E0D);
	width:100%;
    color: #ffffff;
    margin: 50px auto;
}
.contact_top h2 {
    color: #ffffff;
    font-size: 1.7em;
    font-weight: bold;
    margin: 0 auto 65px;
}
.contact_top {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    padding: 65px 0 50px;
}
.contact_top h2 span {
    color: #ffffff;
    font-size: 0.55em;
    font-weight: normal;
    display:block;
}
p.c_txt1 {
    margin: 0 auto 25px;
}
p.c_txt2 {
    font-weight: bold;
    font-size: 1.4em;
    margin: 0 auto 20px;
}
p.c_txt3 {
    margin: 0 auto 30px;
}
p.bnt_txt1 {
    max-width: 460px;
    margin: 0 auto;
}
p.bnt_txt1 a {
    background: #BEA361;
    color: #ffffff;
    display: block;
    font-size: 1.5em;
    padding: 30px 0;
}
.footer {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}
.footer h4 {
    margin: 0 auto 40px;
}
.address_info p {
    margin: 0 auto 15px;
    color: #1F1813;
    font-size: 1.2em;
}
.scroll_img {
    height: 260px;
}
.heade_slogo h1 {
    text-align: center;
    margin: 25px auto 15px;
}
p.c_txt2 a {
     color: #fff; 
}
/* タブレット */
@media (max-width: 1024px) and (min-width: 768px) {

}
/* タブレット 横*/
@media (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {

}
/* SP */
@media (max-width: 767px) {
	html{
		font-size: 62.5%;
	}
	body {
		width:100%;
		font-size: 1.4rem;
		overflow-x: hidden;
		-webkit-text-size-adjust:100%;
		word-wrap:break-word
	}
	img {
	  width: 100%;
	  display: block;
		object-fit: contain;
	}
	.pc {
	    display: none!important;
	}
	._pc {
	    display: none!important;
	}
	.sp {
	    display: block;
	}
	._sp {
		display:inline;
	}
	.pagetop span.sp {
	    display: block;
	}
	p.mainlogo {
		max-width: 205px;
		width: 30%;
		padding: 2% 0;
		margin: 0 auto;
		float: none;
	}
	.menu_navi {
/*		display:none;*/
		width: 100%;
	}
	/** ハンバーガーメニュー */
	header p.menu_btn {
		position: absolute;
		display: block;
		top:4.5%;
		right:20px;
		z-index:999;
		width:40px;
		height:40px;
		margin-top:-25px;
		text-align:center;
		line-height:0;
	}
	header p.menu_btn span {
		border-radius: 10px;
		background: #fff;
	    display: block;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    width: 40px;
	    height: 4px;
	    margin-top: -1px;
	    margin-left: -12.5px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	header p.menu_btn span:before,
	header p.menu_btn span:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		width: 40px;
		height: 4px;
		background: #fff;
		border-radius: 10px;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	header p.menu_btn span:before {

	}
	header p.menu_btn span:after {
	
	}
	header p.menu_btn span:before {
		top:-12px;
	}
	header p.menu_btn span:after {
		top:12px;
	}
	header p.menu_btn.active span {
		width:5px;
		background:none;
	}
	header p.menu_btn.active span::before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	header p.menu_btn.active span::after {
		top: 0;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	header p.menu_btn.active {
		top:4.5%;
	}
	p.catch_txt {
	    position: absolute;
	    width: 50%;
	    left: 10%;
	    top: 25%;
	    bottom: 0;
	    margin: 0 auto;
	}
	#gnav {
		display:none;
		position:relative;
		top:99%;
		left:0;
		width:100%;
		z-index: 10000;
	    background: #ff3f18;
	    border-top: 1px solid #ffffff;
	}
	#gnav div.contact {
		display:none;
	}
	#gnav li {
		margin:0;
		border-bottom: solid 1px #ffffff;
		float:none;
	}
	#gnav li:last-of-type {
		border-bottom:none;
	}
	#gnav li a {
		font-size: 120%;
		display:block;
		position:relative;
		padding:1em 1em 1em 1.5em;
		color:#fff;
	}
	#gnav li a::before {
		content:"";
		display:inline-block;
		margin:-2px 1em 0 0;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 6px solid #ffffff;
		vertical-align:middle;
	}
	ul.navi li a {
		border:none;
	}
	.n_navi li:first-child {
	}
	.n_navi li a {
		border-left:none;
	}
	.n_navi li:last-child { 
	}
	ul.n_navi {
	    padding: 0px 0 0px;
	}
	#gnav li:nth-child(10) {
/*	    border-bottom: none;*/
	}
	/* ハンバーガーメニュー **/
	main.sp {
	    height: auto;
		position: relative;
	}
	header {
	    height: auto;
	}
	p.txt01 {
		width: 91%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -20px;
		font-size: 1.1em;
	}
	.menu_navi ul.ulmenu li {
	    float: left;
	    padding: 34px 0;
	    width: 49.4%;
	    border: solid 1px #ffffff;
	}
	.navi {
	    background: #221815;
	    margin: 7% auto 0;
	}
	.menu_navi ul.ulmenu li a {
	    color: #BEA361;
	    font-weight: bold;
	    font-size: 18px;
	    text-align: center;
	    width: auto;
	    display: block;
	    border-left: none;
	    padding: 10px 0;
	}
	.sec1 {
	    width: 100%;
	}
	.sec1 .left01 {
		width:100%;
		float:none;
	}
	.sec1 figure {
	    float: none;
	    line-height: 0;
	    width: 100%;
	}
	.sec1 figure.bkimg2 img {
	    display: block;
	}
	.sec1 figure.bkimg2 {
	    background: none;
	    height: auto;
	}
	.sec1 h3 img {
	    width: 100%;
	}
	.left01 p.left_txt1 {
	    padding: 0;
	}
	.sec1 .left01 {
	    width: 100%;
	    float: none;
	    color: #ffffff;
	    position: relative;
	    min-height: auto;
	    padding: 10% 0;
	}
	.left01 .p_info {
	    position: initial;
	    left: auto;
	    top: auto;
	    bottom: auto;
	    right: auto;
	    transform: none;
	    width: 90%;
	    margin: 0 auto;
	}
	.left01 h3 {
	    text-align: center;
	    margin: 0px auto 20px;
	    height: auto;
	    padding: 0 0 0;
	}
	.left01 figure {
	    float: none;
	    width: 17%;
	}
	p.txt_ac {
	    width: 90%;
	    margin: 0 auto;
	}
	p.c_txt1 {
	    margin: 0 auto 25px;
	    width: 90%;
	    line-height: 1.5em;
	    font-size: 1.2em;
	}
	p.bnt_txt1 a {
	    width: 80%;
	    margin: 0 auto;
	}
	p.c_txt3 {
	    margin: 0 auto 30px;
	    font-size: 1.1em;
	}
	p.c_txt2 a {
		color:#ffffff;
	}
	.footer h4 {
	    margin: 0 auto 40px;
	    width: 50%;
	}
	.address_info a {
	    color: #333333;
	}
	.scroll_img ul {
	    height: 160px!important;
	}
	.scroll_img {
	    height: auto;
	    overflow: hidden;
	}
	footer {
	    padding: 5% 0;
	}
	.heade_slogo {
	    width: 50%;
	    margin: 0 auto;
	    text-align: center;
	}
	.heade_slogo h1 {
	    text-align: center;
	    margin: 9% auto 15px;
	}
	.menu_navi ul.ulmenu li:nth-child(4) {
	    border-left: none;
	    border-right: none;
	    border-bottom: none;
	    border-top: 1px #ffffff solid;
	}
	.menu_navi ul.ulmenu li:nth-child(3) {
	    border-left: none;
	    border-right: 2px solid #ffffff;
	    border-top: 1px #ffffff solid;
	    border-bottom: none;
	}
	.menu_navi ul.ulmenu li:nth-child(2) {
	    border-left: none;
	    border-right: none;
	    border-bottom: 1px solid #ffffff;
	    border-top: none;
	}
	.menu_navi ul.ulmenu li:nth-child(1) {
	    border-right: 2px #ffffff solid;
	    border-left: none;
	    border-bottom: 1px #ffffff solid;
	    border-top: none;
	}
}

/* iPhone 4, 4S, 5, 5s, 5c, iPod touch 4, 5 */
@media only screen
 and (min-device-width: 320px)
 and (max-device-width: 568px)
 and (-webkit-min-device-pixel-ratio: 2) {
	html{
		font-size: 50.5%;
	}
	body {
		font-size: 1.4rem;
	}
}

@media only screen
 and (min-device-width: 375px)
 and (max-device-width: 480px)
 and (-webkit-min-device-pixel-ratio: 2) {
	html{
		font-size: 50.5%;
	}
	body {
		font-size: 1.4rem;
	}
}


/* iPhone6 */
@media only screen and (device-height: 667px),
only screen and (device-width: 667px) {
	html{
		font-size: 62.5%;
	}
	body {
		width:100%;
		font-size: 1.4rem;
		overflow-x: hidden;
		-webkit-text-size-adjust:100%;
		word-wrap:break-word
	}
}
/* iPhone6 plus */
@media only screen  and (device-height: 736px),
only screen  and (device-width: 736px) {
	html{
		font-size: 62.5%;
	}
	body {
		width:100%;
		font-size: 1.4rem;
		overflow-x: hidden;
		-webkit-text-size-adjust:100%;
		word-wrap:break-word
	}

}

/* 可変グリッド */
@media screen and (min-width: 1200px) {
	._boxTe {
		-webkit-column-count: 4;
		-webkit-column-gap: 15px;
		-webkit-column-fill: auto;
		-moz-column-count: 4;
		-moz-column-gap: 15px;
		-moz-column-fill: balance;
		column-count: 4;
		column-gap: 15px;
		column-fill: initial;
	}
}
@media screen and (min-width: 993px) and (max-width: 1199px) {
	._boxTe {
		-webkit-column-count: 4;
		-webkit-column-gap: 15px;
		-webkit-column-fill: auto;
		-moz-column-count: 4;
		-moz-column-gap: 15px;
		-moz-column-fill: balance;
		column-count: 4;
		column-gap: 15px;
		column-fill: auto;
	}
}
@media screen and (min-width: 769px) and (max-width: 992px) {
	._boxTe {
		-webkit-column-count: 4;
		-webkit-column-gap: 15px;
		-webkit-column-fill: auto;
		-moz-column-count: 4;
		-moz-column-gap: 15px;
		-moz-column-fill: balance;
		column-count: 4;
		column-gap: 15px;
		column-fill: auto;
	}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	._boxTe {
		-webkit-column-count: 1;
		-webkit-column-gap: 15px;
		-webkit-column-fill: auto;
		-moz-column-count: 1;
		-moz-column-gap: 15px;
		-moz-column-fill: balance;
		column-count: 1;
		column-gap: 15px;
		column-fill: auto;
	}
}
@media screen and (max-width: 480px) {
	._boxTe {
		-webkit-column-count: 1;
		-webkit-column-gap: 15px;
		-webkit-column-fill: auto;
		-moz-column-count: 1;
		-moz-column-gap: 15px;
		-moz-column-fill: balance;
		column-count: 1;
		column-gap: 15px;
		column-fill: auto;
	}
}
.tweetbox {
	 display: inline-block;
	 -webkit-column-break-inside: avoid;
	 -moz-column-break-inside: avoid;
	 column-break-inside: avoid;
	 break-inside: avoid;
	 
	-moz-break-inside: avoid;
	-o-break-inside: avoid;
	-ms-break-inside: avoid;
	 float:none;
}
/* Google Chorome BugFix */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.tweetbox {
		display: block !important;
	}
}
/* 可変グリッド */