@charset "UTF-8";

/* ブラウザ設定リセット ######################################## */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style:inherit;
	font-weight:inherit;
}
del,ins {
	text-decoration:none;
}
li {
	list-style:none;
	margin:0;
	padding:0;
	line-height:1px;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
legend {
	color:#000;
}
input,button,textarea,select,optgroup,option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
.clr {
	clear:both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
img {
	vertical-align:bottom;
	border:none;
    width: 100%;
    height: auto;
}

.pc_img,
.pc_view{	
    display: none !important;
}

/*
font-family: 'Fjalla One', sans-serif;
*/

/* body ######################################## */

html {
	overflow-x: hidden;
}
body {
    width: 100%;
    box-sizing: border-box;
	margin:0px;
	padding:16.533vw 0 0 0;
	color:#000;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	background:#fff;
	position:relative;
	-webkit-font-smoothing: antialiased;
	height:100%;
    animation: fadeIn 2s ease 0s 1 normal;
    overflow-x: hidden;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

header {
    width: 100%;
    height: 16.533vw;
    background:#fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}
.header {
    width:100%;
}
.header {
    width: 100%;
    height: 16.533vw;
    margin: 0 auto;
    position: relative;
}
.header h1 {
    width: 35.73vw;
    height: 13.067vw;
    position: absolute;
    top: 1.6vw;
    left: 4vw;
}
.drawer-nav ul {
    padding: 6.667vw;
    box-sizing: border-box;
}
.drawer-nav li {
    margin-bottom: 4vw;
    font-family: 'Fjalla One', sans-serif;
    letter-spacing: 1px;
    font-size: 8vw;
    line-height: 1;
    text-align: center;
}
.drawer-nav li:last-child {
    margin-bottom: 0;
}
.drawer-nav li a:link,
.drawer-nav li a:visited,
.drawer-nav li a:active {
    color: #000;
    text-decoration: none;
}
.drawer-nav li a.active {
    color: #ae9164;
    text-decoration: none;
}
.drawer-nav li:last-child a:link,
.drawer-nav li:last-child a:visited,
.drawer-nav li:last-child a:hover,
.drawer-nav li:last-child a:active {
    color: #1b869a !important;
    text-decoration: none;
}

/* ############################################## */

.copyright_wrap {
    width: 100%;
    padding: 7.33vw 0;
    background: #ad8e60;
}
.copyright {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.copyright p {
    font-size: 2.667vw;
    line-height: 1;
    color: #fff;
}
.copyright a {
    
    padding: 0 4vw;
    height: 8vw;
    border-radius: 4vw;
    border: 1px solid #fff;
    font-size: 2.667vw;
    line-height: 7.467vw;
    color: #fff;
    text-decoration: none;
    margin-bottom: 4.8vw;
    display: inline-block;
    margin-top: 5vw;
}

/* ############################################## */

#scrollUp {
    bottom: 5.33vw;
    right: 5.33vw;
	width:10.13vw;
	height:10.13vw;
	background:url("../sp_img/common/pagetop.png") no-repeat;
    background-size: cover;
	text-indent:-9876px;
}

/* ############################################## */

.breadcrumb {
	width: 1100px;
	margin: 0 auto 20px auto;
}
.breadcrumb li {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
	font-size: 14px;
	line-height: 1;
    letter-spacing: 1px;
	float: left;
    color: #000;
}
.breadcrumb li:after {
    content: ">";
    padding-right: 10px;
	padding-left: 10px;
}
.breadcrumb li:last-child:after {
	content: none;
}
.breadcrumb li a:link,
.breadcrumb li a:visited,
.breadcrumb li a:active {
	color: #000;
	text-decoration: underline;
    transition: all  0.3s ease;
}
.breadcrumb li a:hover {
    color: #000;
    text-decoration: underline;
    transition: all  0.3s ease;
}

/* ############################################## */

/* ローディングの背景部分のCSS */
.loader{
  background:#fff;
  height:100%;
  left:0;
  position:fixed;
  top:0;
  width:100%;
  z-index:9999;
}

.loader-animation,
.loader-animation:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader-animation {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(174,144,91,0.2);
  border-right: 1.1em solid rgba(174,144,91,0.2);
  border-bottom: 1.1em solid rgba(174,144,91,0.2);
  border-left: 1.1em solid rgba(174,144,91,1.0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  top: 50%;
  left: 50%;
  margin: -5em 0 0 -5em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
