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

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul{
	list-style:none;
	margin:0;
	padding:0;
}

body{
	overflow-x:hidden;
	font-size:16px;
	font-family:serif;
	background-image:#EEEEEE;
	-webkit-text-size-adjust:100%;

}

img{
	margin:0;
	padding:0;
	vertical-align:bottom;
}

.main{
	clear:left;
	width:100%;
	height:4000px;
}

@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');

/*------------------------------------------------------------
	top_img
------------------------------------------------------------*/
#viewer{
	clear:left;
	margin:0 auto;
	width:100%;
	height:300px;
	text-align:left;
	overflow:hidden;
	position:relative;
	background:#000;
}

#viewer img{
	margin:0;
	padding:0;
	top:0;
	left:0;
	width:100%;
	height:300px;
	object-fit:cover;
	position:absolute;
}

/*------------------------------------------------------------
	top_img 
------------------------------------------------------------*/
#top_img{
	clear:left;
	width:100%;
	height:auto;
}

#top_img img{
	clear:left;
	width:100%;
	height:300px;
	object-fit:cover;
	object-position:100% 0;
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#header{
	clear:left;
	display:none;
	margin:0;
	padding:0;
	width:100%;
	height:110px;
	position: fixed;
	z-index:1;
}

#header #logo{
	float:left;
	margin:0;
	margin-top:25px;
	margin-left:2%;
	padding:0;
	width:auto;
}

/*------------------------------------------------------------
	footer sns
------------------------------------------------------------*/
#sns_banner{
	clear:left;
	margin:0 auto;
	margin-top:15px;
	padding:50px 0;
	width:100%;
	height:auto;
	background:#FFF;
}

#sns_banner section{
	clear:left;
	margin:0 auto;
	padding:0;
	padding:0;
	width:60%;
}

#sns_banner #content{
	clear:left;
	margin:0 auto;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	width:100%;
	height:auto;
	display:block;
}

#sns_banner #content .box{
	flex:1;
	margin:30px 0;
	padding-top:0;
	position:relative;
	width:100%;
	height:auto;
}

#sns_banner #content .box img{
	clear:left;
	width:100%;
	height:auto;
	object-fit: cover;
	transition-duration:10s;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer{
	clear:left;
	margin:0;
	padding:100px 0;
	width:100%;
	height:auto;
	background:#330000;
}

#footer section{
	clear:left;
	margin:0 auto;
	padding:0;
	width:90%;
	text-align:center;
	color:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	letter-spacing:1px;
	line-height:2.3em;
}

#footer li img{
	clear:left;
	margin-bottom:30px;
}

#footer .copyright{
	clear:left;
	font-size:14px;
	margin-top:50px;
	text-align:left;
}


/*------------------------------------------------------------
	footer sns
------------------------------------------------------------*/
#footer_sns{
	clear:left;
	margin:0 auto;
	margin-top:15px;
	width:100%;
	height:auto;
	white-space: nowrap;
	display:flex;
	justify-content: center;
	position:relative;
}

#footer_sns ul{
	clear:left;
	margin:0 auto;
	justify-content: center;
	align-items:center;
}

#footer_sns li{
	float:left;
	text-align:center;
	padding:10px 10px;
	letter-spacing:1px;
	width:auto;
	border-right:none;
	border-bottom:none;
	margin-right:0;	
	z-index:999;
}	
	
#footer_sns li a{
	color:#000;
	padding-left:0;
	font-family:serif;
	font-size:13px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	letter-spacing:1px;
	position: relative;
	display: inline-block;
	-webkit-transition:4s;
	transition:4s;
}

#footer_sns li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;/*下線の太さ*/
	background-color:#333;/*下線の色*/
	-webkit-transition:0.3s;
	transition:0.3s;
}

#footer_sns li a:hover::after {
	width:100%;
}

#footer_sns li a:hover{
	color:#333;/*ホバー時の文字色*/
}

/*------------------------------------------------------------
	ページトップ
------------------------------------------------------------*/
.pagetop{
    display:none;
    position:fixed;
    bottom:15px;
    right:15px;
	z-index:9999;
}
.pagetop a{
	display:block;
	width:50px;
	height:50px;
    text-decoration:none;
	background-image:url(../common/page_top_sp_01.png);
	-webkit-transition:0.4s;
	transition:0.4s;
}
 
.pagetop a:hover{
	background-image:url(../common/page_top_sp_02.png);
}

/*------------------------------------------------------------
	height
------------------------------------------------------------*/
.height5{
	margin:0;
	padding:0;
	width:auto;
	height:5px;
}

.height10{
	margin:0;
	padding:0;
	width:auto;
	height:10px;
}

.height15{
	margin:0;
	padding:0;
	width:auto;
	height:15px;
}

.height20{
	margin:0;
	padding:0;
	width:auto;
	height:20px;
}

.height30{
	margin:0;
	padding:0;
	width:auto;
	height:30px;
}

.height50{
	margin:0;
	padding:0;
	width:auto;
	height:50px;
}

.height100{
	margin:0;
	padding:0;
	width:auto;
	height:100px;
}

.height200{
	margin:0;
	padding:0;
	width:auto;
	height:200px;
}





@media(min-width:768px) and ( max-width:1200px){
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul{
	list-style:none;
	margin:0;
	padding:0;
}

body{
	overflow-x:hidden;
	font-size:16px;
	font-family:serif;
	background-image:#EEEEEE;
	-webkit-text-size-adjust:100%;

}

img{
	margin:0;
	padding:0;
	vertical-align:bottom;
}

.main{
	clear:left;
	width:100%;
	height:4000px;
}

@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');

/*------------------------------------------------------------
	top_img
------------------------------------------------------------*/
#viewer{
	clear:left;
	margin:0 auto;
	width:100%;
	height:300px;
	text-align:left;
	overflow:hidden;
	position:relative;
	background:#000;
}

#viewer img{
	margin:0;
	padding:0;
	top:0;
	left:0;
	width:100%;
	height:300px;
	object-fit:cover;
	position:absolute;
}

/*------------------------------------------------------------
	top_img 
------------------------------------------------------------*/
#top_img{
	clear:left;
	width:100%;
	height:auto;
}

#top_img img{
	clear:left;
	width:100%;
	height:300px;
	object-fit:cover;
	object-position:100% 0;
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#header{
	clear:left;
	display:none;
	margin:0;
	padding:0;
	width:100%;
	height:110px;
	position: fixed;
	z-index:1;
}

#header #logo{
	float:left;
	margin:0;
	margin-top:25px;
	margin-left:2%;
	padding:0;
	width:auto;
}

/*------------------------------------------------------------
	footer sns
------------------------------------------------------------*/
#sns_banner{
	clear:left;
	margin:0 auto;
	margin-top:15px;
	padding:50px 0;
	width:100%;
	height:auto;
	background:#FFF;
}

#sns_banner section{
	clear:left;
	margin:0 auto;
	padding:0;
	padding:0;
	width:60%;
}

#sns_banner #content{
	clear:left;
	margin:0 auto;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	width:100%;
	height:auto;
	display:block;
}

#sns_banner #content .box{
	flex:1;
	margin:30px 0;
	padding-top:0;
	position:relative;
	width:100%;
	height:auto;
}

#sns_banner #content .box img{
	clear:left;
	width:100%;
	height:auto;
	object-fit: cover;
	transition-duration:10s;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer{
	clear:left;
	margin:0;
	padding:100px 0;
	width:100%;
	height:auto;
	background:#330000;
}

#footer section{
	clear:left;
	margin:0 auto;
	padding:0;
	width:90%;
	text-align:center;
	color:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	letter-spacing:1px;
	line-height:2.3em;
}

#footer li img{
	clear:left;
	margin-bottom:30px;
}

#footer .copyright{
	clear:left;
	font-size:14px;
	margin-top:50px;
	text-align:left;
}

/*------------------------------------------------------------
	ページトップ
------------------------------------------------------------*/
.pagetop{
    display:none;
    position:fixed;
    bottom:15px;
    right:15px;
	z-index:9999;
}
.pagetop a{
	display:block;
	width:50px;
	height:50px;
    text-decoration:none;
	background-image:url(../common/page_top_sp_01.png);
	-webkit-transition:0.4s;
	transition:0.4s;
}
 
.pagetop a:hover{
	background-image:url(../common/page_top_sp_02.png);
}

/*------------------------------------------------------------
	height
------------------------------------------------------------*/
.height5{
	margin:0;
	padding:0;
	width:auto;
	height:5px;
}

.height10{
	margin:0;
	padding:0;
	width:auto;
	height:10px;
}

.height15{
	margin:0;
	padding:0;
	width:auto;
	height:15px;
}

.height20{
	margin:0;
	padding:0;
	width:auto;
	height:20px;
}

.height30{
	margin:0;
	padding:0;
	width:auto;
	height:30px;
}

.height50{
	margin:0;
	padding:0;
	width:auto;
	height:50px;
}

.height100{
	margin:0;
	padding:0;
	width:auto;
	height:100px;
}

.height200{
	margin:0;
	padding:0;
	width:auto;
	height:200px;
}
}





@media(min-width:1200px){
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul{
	list-style:none;
	margin:0;
	padding:0;
}

body{
	overflow-x:hidden;
	font-size:16px;
	font-family:serif;
	background-image:#EEEEEE;
	-webkit-text-size-adjust:100%;

}

img{
	margin:0;
	padding:0;
	vertical-align:bottom;
}

.main{
	clear:left;
	width:100%;
	height:4000px;
}

@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');

/*------------------------------------------------------------
	top_img
------------------------------------------------------------*/
#top_img{
	clear:left;
	width:100%;
	height:auto;
}

#top_img img{
	width:100%;
	height:500px;
	object-fit:cover;
}

/*------------------------------------------------------------
	top_img
------------------------------------------------------------*/
#viewer{
	clear:left;
	margin:0 auto;
	width:100%;
	height:900px;
	text-align:left;
	overflow:hidden;
	position:relative;
	background:#000;
	z-index:-99;
}

#viewer img{
	margin:0;
	padding:0;
	top:0;
	left:0;
	width:100%;
	height:900px;
	object-fit:cover;
	position:absolute;
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#header{
	clear:left;
	display:block;
	margin:0;
	padding:0;
	width:100%;
	height:120px;
	position: fixed;
	z-index:1;
	background-color:rgba(255,255,255,0.5);
}

#header #logo{
	float:left;
	margin:0;
	margin-top:15px;
	margin-left:2%;
	padding:0;
	width:auto;
}

#header #menu{
	float:right;
	margin-right:5%;
	width:auto;
}

#header #menu li{
	float:left;
	display:block;
	width:auto;
	height:120px;
}

#header #menu li a{
	clear:left;
    display:block;
    overflow:hidden;
	margin:0 auto;
	margin-bottom:10px;
	padding:0 25px;
	width:auto;
	height:120px;
	line-height:120px;
	text-align:center;
	text-decoration:none;
	color:#000;
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	letter-spacing:1px;
	-webkit-transition:0.4s;
	transition:0.4s;
}

#header #menu li a:hover{
	background:#EEEEEE;
}

#header #menu li img{
	clear:left;
    display:block;
    overflow:hidden;
	margin:0 auto;
	margin-bottom:10px;
	padding:0;
	width:auto;
	height:120px;
	line-height:120px;
	text-align:center;
	text-decoration:none;
	-webkit-transition:0.4s;
	transition:0.4s;
}

/*------------------------------------------------------------
	ハンバーガー
------------------------------------------------------------*/
#h_menu{
	clear:left;
	display:block;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
}

.menu_text{
	display:block;
	position: fixed;
	right:3em;
	top:73px;
	color:#000;
	font-weight:bold;
	font-size:11px;
	z-index:9999;
}

@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
#overlay-button {
	display:block;
  position: fixed;
  right: 2em;
  top:30px;
  padding: 26px 11px;
  z-index:9999;
  cursor: pointer;
  user-select: none;
}

#overlay-button span {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color:#000;
  position: relative;
  display: block;
  transition: all .2s ease-in-out;
}
#overlay-button span:before {
  top: -10px;
  visibility: visible;
}
#overlay-button span:after {
  top: 10px;
}
#overlay-button span:before, #overlay-button span:after {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color:#000;
  position: absolute;
  content: "";
  transition: all .2s ease-in-out;
}
#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
  background: #000;
}

#h_menu input[type=checkbox] {
  display:none;
  
}

#h_menu input[type=checkbox]:checked ~ #overlay {
  visibility: visible; 
}

#h_menu input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
  
  
}
#h_menu input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(7px, 7px);

}
#h_menu input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(7px, -7px);


}

/*------------------------------------------------------------
	翻訳ボタン
------------------------------------------------------------*/
.min-translate {
    position: fixed;
    top: 100px; /*上からの位置*/
    right: 10px; /*右からの位置*/
    z-index: 9999;
}

.min-translate select {
    padding: 3px;
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 8px;
    background: white;
    cursor: pointer;
}

/*------------------------------------------------------------
	footer sns
------------------------------------------------------------*/
#sns_banner{
	clear:left;
	margin:0 auto;
	margin-top:15px;
	padding:0;
	width:100%;
	height:200px;
	background:#FFF;
}

#sns_banner section{
	clear:left;
	margin:0 auto;
	padding:0;
	width:60%;
}

#sns_banner #content{
	clear:left;
	margin:0 auto;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	width:100%;
	height:auto;
	display:flex;
}

#sns_banner #content .box{
	flex:1;
	margin:0 30px;
	padding-top:50px;
	position:relative;
	width:100%;
	height:auto;
}

#sns_banner #content .box img{
	clear:left;
	width:100%;
	height:auto;
	object-fit: cover;
	transition-duration:10s;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer{
	clear:left;
	margin:0;
	padding:100px 0;
	width:100%;
	height:auto;
	background:#330000;
}

#footer section{
	clear:left;
	margin:0 auto;
	padding:0;
	width:90%;
	text-align:center;
	color:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	letter-spacing:2px;
	line-height:2.3em;
}

#footer li img{
	clear:left;
	margin-bottom:30px;
}

#footer .copyright{
	clear:left;
	font-size:14px;
	margin-top:50px;
	text-align:center;
}

/*------------------------------------------------------------
	footer sns
------------------------------------------------------------*/
#footer_sns{
	clear:left;
	margin:0 auto;
	margin-top:15px;
	width:550px;
	height:auto;
	white-space: nowrap;
	display:flex;
	justify-content: center;
	position:relative;
}

#footer_sns ul{
	clear:left;
	margin:0 auto;
	justify-content: center;
	align-items:center;
}

#footer_sns li{
	float:left;
	text-align:center;
	padding:10px 10px;
	letter-spacing:1px;
	width:auto;
	border-right:none;
	border-bottom:none;
	margin-right:0;	
	z-index:999;
}	
	
#footer_sns li a{
	color:#000;
	padding-left:0;
	font-family:serif;
	font-size:13px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	letter-spacing:1px;
	position: relative;
	display: inline-block;
	-webkit-transition:4s;
	transition:4s;
}

#footer_sns li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;/*下線の太さ*/
	background-color:#333;/*下線の色*/
	-webkit-transition:0.3s;
	transition:0.3s;
}

#footer_sns li a:hover::after {
	width:100%;
}

#footer_sns li a:hover{
	color:#333;/*ホバー時の文字色*/
}

/*------------------------------------------------------------
	ページトップ
------------------------------------------------------------*/
.pagetop{
    display:none;
    position:fixed;
    bottom:15px;
    right:15px;
	z-index:9999;
}
.pagetop a{
	display:block;
	width:151px;
	height:100px;
    text-decoration:none;
	background-image:url(../common/page_top_01.png);
	-webkit-transition:0.4s;
	transition:0.4s;
}
 
.pagetop a:hover{
	background-image:url(../common/page_top_02.png);
}

/*------------------------------------------------------------
	height
------------------------------------------------------------*/
.height5{
	margin:0;
	padding:0;
	width:auto;
	height:5px;
}

.height10{
	margin:0;
	padding:0;
	width:auto;
	height:10px;
}

.height15{
	margin:0;
	padding:0;
	width:auto;
	height:15px;
}

.height20{
	margin:0;
	padding:0;
	width:auto;
	height:20px;
}

.height30{
	margin:0;
	padding:0;
	width:auto;
	height:30px;
}

.height50{
	margin:0;
	padding:0;
	width:auto;
	height:50px;
}

.height100{
	margin:0;
	padding:0;
	width:auto;
	height:100px;
}

.height200{
	margin:0;
	padding:0;
	width:auto;
	height:200px;
}
}
