/* noto-sans-jp-regular - latin_japanese */
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 100;
  }
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Noto Sans JP';
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background-color: #d6cdbc !important;
	line-height: 1;
	letter-spacing: 0.05em;
	word-wrap: break-word;
}
.Top {
	display: none;
}
.Mob {
	display: block;
}
img[usemap] {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
}
.Container {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin-top: 60px;
	overflow: hidden;
	
}
.Container .CenterGrid{
	width: 100%;
	max-width: 640px;
	height: auto;
	min-height: calc(100vh - 60px);
	background-color: #d6cdbc;
	margin: auto;
	left: 0;
	right: 0;
}
.BTMHome {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 15px;
	background-image: url(../img/home.png);
	background-repeat: no-repeat;
	background-size: contain;
	right: 15px;
	z-index: 9;
}

/* 選單 */

.NavBar .Logo {
	width: 90px;
	top: 10px;
	margin: auto;
	left: 15px;
	position: fixed;
	z-index: 999999;
}
.NavBar .Logo img{
height:auto !important;
}
.NavBar .NavTop{
	position: fixed;
	top: 5px;
    right: 5px;
}
.NavBar .NavSNS{
	position: fixed;
	margin-top: 20px;
	width: 200px;
	right: 0;
}
.NavBar {
	position: fixed;
	background-color:#fff; 
	float: left;
	width: 100%;
	height: 60px;
	right: 0;
	top: 0;
	z-index: 999;
	box-shadow: 0px 0px 52px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 52px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 52px 0px rgba(0,0,0,0.15);
}
#NavTog {
	width: 50px;
	height: 50px;
	padding:5px;
	position: fixed;
	top:8px;
	right:8px;
	z-index: 99999999;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#NavTog span {
  display: block;
  position: absolute;
  height: 2px;
	width: 60%;
	margin: 0 20%;
	background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#NavTog span:nth-child(1) {
  top: 10px;
}
#NavTog span:nth-child(2),#NavTog span:nth-child(3) {
  top: 20px;
}
#NavTog span:nth-child(4) {
  top: 30px;
}
#NavTog.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
#NavTog.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#NavTog.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#NavTog.open span:nth-child(4) {
  top: 30px;
  width: 0%;
  left: 0%;
}
.NavBox {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 60px;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.90);
	z-index: 9999;
}
.NavBox .NavSub{
	    float: left;
        width: 90%;
    margin: 0 5%;
	    border-bottom: solid 1px #ffb1ce;
}
.NavBox .NavSub .NavTri{
	float: left;
        width: 90%;
    margin: 0 5%;
	border-bottom: none;
}
.NavBox .NavCol {
	width: 100vw;
	height: 100vh;
	min-width: 320px;
	margin: auto;
	overflow: auto;
}
.NavList {
	width: 100%;
	padding: 15px;
	float: left;
	text-decoration: none;
	text-align: center;
	color: #111111;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.NavList:hover {
	color: #444444;
	background-color: #fff;
}
.NavList:nth-child(1) {
	margin-top: 45px;
}
.NavBox .NavCol .NavList .NavSNS{
	position: relative;
	width: 200px;
    margin-left: auto;
	margin-right: auto;
}
.NavSNS .Icon{
	float: left;
	writing-mode: tb;
	width: 40px;
    height: 40px;
	padding: 5px;
	margin: 5px;
    text-align: center;
	border-radius: 100%;
	/*border: solid 1px rgba(255,255,255,1);*/
	background-color: rgba(255,255,255,0);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.NavSNS .Icon:hover{
	background-color: rgba(255,255,255,0.2);
}
.dropdown-menu {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
	float: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: inherit;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0; 
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* 插件 */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	}
	.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
	}
	.Scroll {
		width: 50px;
		position: fixed;
		z-index: 99999;
		bottom: 20px;
		margin: auto;
		left: 0;
		right: 0;
		animation: Scroll 1s ease-in-out infinite alternate;
		-moz-animation: Scroll 1s ease-in-out infinite alternate;
		-webkit-animation: Scroll 1s ease-in-out infinite alternate;
		-o-animation: Scroll 1s ease-in-out infinite alternate;
	}
	@keyframes Scroll {
	0% {
	bottom: -20px;
	}
	50% {
	bottom: -10px;
	}
	100% {
	bottom: -20px;
	}
	}

/* 文字 */

.ColorBlack {
	color: #000000;
}
.ColorBlack:visited {
	color: #000000;
}
.ColorBlack:hover {
	color: #000000;
}
.ColorBlack:active {
	color: #000000;
}
.ColorWhite {
	color: #fafafa;
}
.ColorGrey {
	color: #999;
}
.ShadowWhite {
	text-shadow: 0px 0px 20px #e2e2e2, 0px 0px 20px #e2e2e2;
}
.ShadowBlack {
	text-shadow: 0px 0px 10px #000000;
}
.FontXXL {
	font-size: 4em;
}
.FontXL {
	font-size: 2.6em;
}
.FontLL {
	font-size: 1.8em;
}
.FontL {
	font-size: 1.6em;
}
.FontML {
	font-size: 1.4em;
	line-height: 1.5em;
}
.FontM {
	font-size: 1em;
	line-height: 1.5em;
}
.FontS {
	font-size: 1em;
	line-height: 1.5em;
}
.TextCenter {
	text-align: center;
}
.TextRight {
	text-align: right;
}
.TextLeft {
	text-align: left;
}
.FontBold {
	font-weight: bold;
}
.FontBolder {
	font-weight: bolder;
}
.FloatLeft {
	float: left;
}
.ClearBoth {
	clear: both;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}
@media (min-width: 768px) {
}
