@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
:focus {outline:0;}

ol, ul {list-style:none;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}

body{
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","sans-serif";
color: #fff;
-webkit-text-size-adjust: none;
height: 100%;
background-color: #000;
}

html{
   height: 100%; 
}
.gfon1{
font-family: 'Klee One', cursive;
}
.gfon2{
font-family: 'Noto Sans JP', sans-serif;
}

/* リンク設定
------------------------------------------------------------*/
a{
  color: #bc9f7d;
  text-decoration:none;
}

a:active{
  color: #bc9f7d;
  text-decoration:none;
}
a:hover{
text-decoration: none;
}
/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after{content:""; display:table;clear:both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post{zoom:1;}

/* hr
------------------------------------------------------------*/
hr{
border-collapse: collapse;
border-top: 1px dotted #CACACA;
margin: 0;
padding: 0;
margin-top: 20px;
margin-bottom: 30px;
}


/* メニューバーが隠れない
------------------------------------------------------------*/
.spwrapper{
    height: 100vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}


/* ついてくるメニュー
----------------------------------*/
#header{
width:100%;
z-index:-200;
background-color: #000;
}
#mainNavi{
z-index:-200;
height: 100px;
border-bottom-width: 1px;
border-bottom-color: #bc9f7d;
border-bottom-style: solid;
}
#mainNavi.active{
position:fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin:0 auto;
width:100%;
height: 100px;
z-index: 9999;
background-color: #000;
border-bottom-width: 1px;
border-bottom-color: #bc9f7d;
border-bottom-style: solid;
}
#mainNavi .mn01{
width:95vw;
max-width:1200px;
margin:0 auto;
border: 0;
padding: 0;
-webkit-box-sizing: border-box; /* 古いWebkit系用 */
-moz-box-sizing: border-box;     /* 古いFirefox用 */
box-sizing: border-box;           /* 標準 */
position:relative;
}
#mainNavi .mn01a{
width:30%;
float: left;
padding-top: 30px;
}
#mainNavi .mn01a img{
width:240px;
vertical-align: bottom;
}
#mainNavi .mn01b{
width:68%;
float: left;
text-align: right;
font-size: 14px;
letter-spacing: 0.04em;
padding-top: 40px;
padding-right: 2%;
font-weight: bold;
color: #bc9f7d;
}
#mainNavi .mn01b img{
height: 30px;
}
#mainNavi .mn01b a {
  position: relative;
  display: inline-block;
  text-decoration: none;
margin-left: 30px;
}
#mainNavi .mn01b a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #bc9f7d;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#mainNavi .mn01b a:hover::after {
transform: scale(1, 1);
}

.preline {
border-bottom-width: 2px;
border-bottom-color: #5c5c5c;
border-bottom-style: solid;
}

/* 上からにゅるっとモーダル
*****************************************************/
#footerrnav {
display: none;
}
#headernav {
display: none;
}
.pcnone {
  display: none;
}	

/* ON OFF
----------------------------------*/
.pcon {
display: block;
}
.pcoff {
display: none;
}


/* 遅れてフェードイン
----------------------------------*/
#animation {
margin: 0;
padding: 0;
}
.animation01 {
margin: 0;
padding: 0;
visibility:hidden;
}
.animation02 {
margin: 0;
padding: 0;
visibility:hidden;
}
.animation03 {
margin: 0;
padding: 0;
visibility:hidden;
}
.animation04 {
margin: 0;
padding: 0;
visibility:hidden;
}
.animation05 {
margin: 0;
padding: 0;
visibility:hidden;
}
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
-webkit-transform: translateZ(0px);
-webkit-overflow-scrolling: touch
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(80px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(80px); -ms-transform: translateY(80px); transform: translateY(80px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInFromRight {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-name: fadeInFromRight;
 animation-name: fadeInFromRight;
 visibility: visible !important;
-webkit-transform: translateZ(0px);
-webkit-overflow-scrolling: touch
}
@-webkit-keyframes fadeInFromRight {
 0% { opacity: 0; -webkit-transform: translateX(50px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeInFromRight {
 0% { opacity: 0; -webkit-transform: translateX(50px); -ms-transform: translateX(50px); transform: translateX(50px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.fadeInFromLeft {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fadeInFromLeft;
 animation-name: fadeInFromLeft;
 visibility: visible !important;
-webkit-transform: translateZ(0px);
-webkit-overflow-scrolling: touch
}
@-webkit-keyframes fadeInFromLeft {
 0% { opacity: 0; -webkit-transform: translateX(-50px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeInFromLeft {
 0% { opacity: 0; -webkit-transform: translateX(-50px); -ms-transform: translateX(-50px); transform: translateX(-50px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}



/* トップメインSLIDER 
------------------------------------------------------------*/
.slider {
   width: auto;
   height : 98% ; /* IE8以下とAndroid4.3以下用フォールバック */
   height : -webkit-calc(70% - 115px) ;
   height : calc(70% - 115px) ;
    background-color: #000000;
    background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	margin: 0 auto;
	text-align: center;
	z-index: 900;
}

.slider {
    background-position: center top\9;
    background-repeat: repeat-x\9;
}

*+html .slider {
    background-position: center top;
    background-repeat: repeat-x;
}
.sdtitle{
width: 100%;
max-width: 1200px;
margin: 0 auto;
text-align: left;
position: relative;
height: 100%;
}

.sdtitle img{
position: absolute;
top: 60%;
width: 100%;
max-width: 600px;
min-width: 240px;
z-index: 9000;
}


/* con
----------------------------------*/

.con3 {
width: 100%;
background-color: #000;
}
.con3-1 {
width: 95%;
max-width: 1200px;
padding-top: 160px;
padding-bottom: 160px;
margin: 0 auto;
text-align: center;
}
.con3-1 h2{
font-size: 54px;
letter-spacing: 0.06em;
margin-bottom: 20px;
color: #fff;
font-weight: 600;
text-align: left;
}
.con3-1 h3{
font-size: 24px;
letter-spacing: 0.06em;
margin-bottom: 32px;
color: #bc9f7d;
font-weight: 600;
text-align: left;
}
.con3-1 h4{
font-size: 18px;
letter-spacing: 0.06em;
color: #bc9f7d;
font-weight: 600;
text-align: right;
}
.con3-1 h5{
font-size: 15px;
letter-spacing: 0.06em;
margin-bottom: 10px;
color: #fff;
font-weight: 400;
text-align: left;
}
.con3-1 h5 a{
color: #fff;
border-bottom: 1px solid;
}
.con3-1 h6{
font-size: 15px;
letter-spacing: 0.06em;
margin-bottom: 10px;
color: #fff;
font-weight: 400;
text-align: left;
}
.con3-1 h6 a{
color: #fff;
border-bottom: 1px solid;
}

.con3-1 p{
font-size: 15px;
letter-spacing: 0.05em;
line-height: 32px;
color: #fff;
font-weight: 400;
text-align: left;
padding-left: 0px;
padding-right: 0px;
}
.con3-1 hr{
border-collapse: collapse;
border-top: 1px solid#bc9f7d;
margin: 0;
padding: 0;
margin-top: 120px;
margin-bottom: 120px;
width: 30%;
}
.con3-2 {
width: 46%;
text-align: center;
float: right;
padding-right: 4%;
}
.con3-2 img{
width: 100%;
vertical-align: bottom;
}
.con3-3 {
width: 50%;
text-align: center;
float: right;
}
.con3-4 {
width: 46%;
text-align: center;
float: left;
padding-left: 4%;
}
.con3-4 img{
width: 100%;
vertical-align: bottom;
}
.con3-5 {
width: 50%;
text-align: center;
float: left;
}

.con4 {
width: 100%;
background-color: #000;
}
.con4-1 {
width: 95%;
max-width: 1200px;
padding-top: 200px;
padding-bottom: 200px;
margin: 0 auto;
text-align: left;
}
.con4-1 h2{
font-size: 58px;
letter-spacing: 0.06em;
margin-bottom: 20px;
color: #fff;
font-weight: 600;
text-align: left;
}
.con4-1 h3{
font-size: 24px;
letter-spacing: 0.06em;
margin-bottom: 32px;
color: #bc9f7d;
font-weight: 600;
text-align: left;
}
.con4-1 h4{
font-size: 18px;
letter-spacing: 0.06em;
color: #bc9f7d;
font-weight: 600;
text-align: left;
padding-left: 10px;
padding-top: 40px;
padding-bottom: 30px;
}
.con4-1 h5{
font-size: 16px;
letter-spacing: 0.06em;
margin-top: 20px;
margin-bottom: 5px;
color: #bc9f7d;
font-weight: 600;
text-align: left;
padding-left: 0px;
padding-right: 0px;
}
.con4-1 p{
font-size: 15px;
letter-spacing: 0.05em;
line-height: 32px;
color: #fff;
font-weight: 400;
text-align: left;
padding-left: 0px;
padding-right: 0px;
}
.con4-1 hr{
border-collapse: collapse;
border-top: 1px solid#bc9f7d;
margin: 0;
padding: 0;
margin-top: 120px;
margin-bottom: 120px;
width: 30%;
}
.con4-1 img{
width: 100%;
}
.con4-2 {
width: 100%;
}
.con4-2 img{
width: 48%;
margin-left: 1%;
margin-right: 1%;
margin-bottom: 20px;
}
.con4-1 form{
width: 100%;
margin: 0 auto;
font-size: 15px;
line-height: 30px;
margin-top: 60px;
}
.con4-1 table {
width: 100%;
}
.con4-1 tr {
width: 100%;
margin-top: 20px;
}
.con4-1 input{
width: 96%;
line-height: 30px;
}
.con4-1 textarea{
width: 96%;
}
.con4-1 p input {
width: 120px;
height: 40px;
font-size: 14px;
letter-spacing: 0.04em;
font-weight: 400;
}

.con5 {
width: 100%;
}
.con5 img{
width: 100%;
vertical-align: bottom;
}


.con99 {
clear: both;
}

/* フッター
*****************************************************/
#footer{
clear: both;
background-color: #000;
width: 100%;
text-align: center;
} 
#footer .f0{
width: 100%;
max-width: 1000px;
margin: 0 auto;
padding-top: 80px;
} 
#footer .f1{
width: 100%;
text-align: center;
} 
#footer .f1 p{
font-size: 12px;
line-height: 28px;
letter-spacing: 0.05em;
font-weight: 400;
padding-bottom: 40px;
}
#footer .f1 p img{
width: 220px;
vertical-align: bottom;
}
#footer .f2{
width: 100%;
text-align: center;
padding-top: 18px;
} 
#footer .f2 p{
font-size: 10px;
line-height: 18px;
letter-spacing: 0.02em;
}


.popmenu {
display: none;
}
#modal-content {
display: none;
}
	

/* TOO-TOP
------------------------------------------------------------*/
.top-top {
display: inline-flex;
}	
.crunchify-top a:hover{
text-decoration: none;
}
 
.crunchify-top {
display: none;
position: fixed;
bottom: 100px;
right: 1rem;
color: #fff;
text-decoration: none;
text-align: center;
cursor: pointer;
z-index: 99999;
}

/* TOO-NEXT
------------------------------------------------------------*/
#tone {
margin-top: -90px;
height: 90px;
overflow: hidden;
z-index: -9999;
}

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:800px){

	
/* ON OFF
----------------------------------*/
.pcon {
display: none;
}
.pcoff {
display: block;
}

/* トップメインSLIDER 
------------------------------------------------------------*/
.slider {
   width: 100%;
   height : 98% ; /* IE8以下とAndroid4.3以下用フォールバック */
   height : -webkit-calc(70% - 50px) ;
   height : calc(70% - 50px) ;
    background-color: #000000;
    background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	margin: 0 auto;
	text-align: center;
	z-index: 900;
}

.slider {
    background-position: center top\9;
    background-repeat: repeat-x\9;
}

*+html .slider {
    background-position: center top;
    background-repeat: repeat-x;
}
.sdtitle{
width: 95%;
max-width: 1200px;
margin: 0 auto;
text-align: left;
position: relative;
height: 100%;
}

.sdtitle img{
position: absolute;
top: 60%;
width: 90%;
max-width: 400px;
min-width: 240px;
z-index: 9000;
}



/* con　SUMAHO　SUMAHO
----------------------------------*/
.con3 {
width: 100%;
background-color: #000;
}
.con3-1 {
width: 95%;
max-width: 1200px;
padding-top: 120px;
padding-bottom: 120px;
margin: 0 auto;
text-align: center;
}
.con3-1 h2{
font-size: 54px;
letter-spacing: 0.06em;
margin-bottom: 20px;
color: #fff;
font-weight: 600;
text-align: left;
}
.con3-1 h3{
font-size: 24px;
letter-spacing: 0.06em;
margin-bottom: 32px;
color: #bc9f7d;
font-weight: 600;
text-align: left;
}
.con3-1 h4{
font-size: 18px;
letter-spacing: 0.06em;
color: #bc9f7d;
font-weight: 600;
text-align: right;
}
.con3-1 h5{
font-size: 15px;
letter-spacing: 0.06em;
margin-bottom: 10px;
color: #fff;
font-weight: 400;
text-align: left;
}
.con3-1 h5 a{
color: #fff;
border-bottom: 1px solid;
}
.con3-1 h6{
font-size: 15px;
letter-spacing: 0.06em;
margin-bottom: 10px;
color: #fff;
font-weight: 400;
text-align: left;
}
.con3-1 h6 a{
color: #fff;
border-bottom: 1px solid;
}

.con3-1 p{
font-size: 15px;
letter-spacing: 0.05em;
line-height: 32px;
color: #fff;
font-weight: 400;
text-align: left;
padding-left: 0px;
padding-right: 0px;
}
.con3-1 hr{
border-collapse: collapse;
border-top: 1px solid#bc9f7d;
margin: 0;
padding: 0;
margin-top: 100px;
margin-bottom: 100px;
width: 30%;
}
.con3-2 {
width: 100%;
text-align: center;
float: none;
padding-right: 0%;
}
.con3-2 img{
width: 100%;
vertical-align: bottom;
}
.con3-3 {
width: 100%;
text-align: center;
float: none;
margin-bottom: 60px;
}
.con3-4 {
width: 100%;
text-align: center;
float: none;
padding-left: 0%;
}
.con3-4 img{
width: 100%;
vertical-align: bottom;
}
.con3-5 {
width: 100%;
text-align: center;
float: none;
margin-bottom: 60px;
}

.con4 {
width: 100%;
background-color: #000;
}
.con4-1 {
width: 95%;
max-width: 1200px;
padding-top: 160px;
padding-bottom: 160px;
margin: 0 auto;
text-align: center;
}
.con4-1 h2{
font-size: 58px;
letter-spacing: 0.06em;
margin-bottom: 20px;
color: #fff;
font-weight: 600;
text-align: left;
}
.con4-1 h3{
font-size: 24px;
letter-spacing: 0.06em;
margin-bottom: 32px;
color: #bc9f7d;
font-weight: 600;
text-align: left;
}
.con4-1 h4{
font-size: 18px;
letter-spacing: 0.06em;
color: #bc9f7d;
font-weight: 600;
text-align: left;
padding-left: 10px;
padding-top: 40px;
padding-bottom: 30px;
}
.con4-1 h5{
font-size: 16px;
letter-spacing: 0.06em;
margin-top: 15px;
margin-bottom: 5px;
color: #bc9f7d;
font-weight: 600;
text-align: left;
padding-left: 0px;
padding-right: 0px;
}
.con4-1 p{
font-size: 15px;
letter-spacing: 0.05em;
line-height: 32px;
color: #fff;
font-weight: 400;
text-align: left;
padding-left: 0px;
padding-right: 0px;
}
.con4-1 hr{
border-collapse: collapse;
border-top: 1px solid#bc9f7d;
margin: 0;
padding: 0;
margin-top: 100px;
margin-bottom: 100px;
width: 30%;
}
.con4-1 img{
width: 100%;
margin-left: 0%;
margin-right: 0%;
margin-bottom: 20px;
}
.con5 {
width: 100%;
}
.con5 img{
width: 100%;
vertical-align: bottom;
}



.con99 {
clear: both;
}
	

/* modal　SUMAHO　SUMAHO
*****************************************************/
#header{
width:100%;
z-index:-200;
background-color: #000000;
}
#mainNavi{
z-index:-200;
height: 80px;
border-bottom-width: 1px;
border-bottom-color: #bc9f7d;
border-bottom-style: solid;
}
#mainNavi.active{
position:fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin:0 auto;
width:100%;
height: 80px;
z-index: 9999;
background-color: #000000;
border-bottom-width: 1px;
border-bottom-color: #bc9f7d;
border-bottom-style: solid;
}
#mainNavi .mn01{
width:100vw;
max-width:1000px;
margin:0 auto;
border: 0;
padding: 0;
-webkit-box-sizing: border-box; /* 古いWebkit系用 */
-moz-box-sizing: border-box;     /* 古いFirefox用 */
box-sizing: border-box;           /* 標準 */
position:relative;
}
#mainNavi .mn01a{
width:96%;
margin:0 auto;
float: none;
padding-top: 20px;
}
#mainNavi .mn01a img{
width:200px;
vertical-align: bottom;
}
#mainNavi .mn01b{
display: none;
}



/* 上からにゅるっとモーダル
*****************************************************/
#footerrnav {
display: none;
}
.popmenu {
display: inline;
position: fixed;
z-index:10000;
top: 20px;
right: 20px;
}	
#modal-content {
width: 90% ;
height: 100%;
margin: 0 auto;
padding: 0 ;
position: fixed ;
display: none ;
z-index: 922 ;
text-align: left;
top: 0;
} 
#modal-content ul {
margin-top: 15px;
border-top: solid;
border-top-color: #666666;
border-top-width: 1px;
font-size: 20px;
} 
#modal-content li {
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
border-bottom: solid;
border-bottom-color: #666666;
border-bottom-width: 1px;
font-size: 15px;
} 
#modal-content li img{
height: 35px;
vertical-align: bottom;
} 
#modal-content li a{
} 
#modal-content p {
padding-top: 20px;
padding-bottom: 25px;
text-align: center;
} 
#modal-overlay {
	z-index: 920;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: #000000;
}
.button-link {
color: #00f ;
text-decoration: underline ;
}
.button-link:hover {
cursor: pointer ;
color: #f00 ;
}	
.toplogo {
max-width: 250px;
width: 55%;
}	
	

/* フッター
*****************************************************/


/* TOO-TOP
------------------------------------------------------------*/
.top-top {
display: none;
}	
.crunchify-top a:hover{
display: none;
}
.crunchify-top {
display: none;
z-index: -99999;

}

}

