@charset "UTF-8";

/* reset 
========================================== */

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {margin: 0; padding: 0;}
img {border: 0; vertical-align: top;}
ul,dl,ol {text-indent: 0;}
li {list-style: none;}
table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
em{font-style:normal;}

/* PC・SP切り替え
======================================= */

.sp_only,
.img_sp,
.br_sp,
.sp_br {
	display:none !important;
}


/* body
========================================== */

body {
	color: #333;
	margin: 60px auto 0;
	padding: 0 0 0 0;
	position:relative;
	overflow-x: hidden;
	text-align:justify;
	font-style: normal;
	font-weight: normal; /* 400 */
	font-feature-settings: "palt"; /* 自動カーニング */
	background-color:#f6f0e6;
	min-width:1100px;
}

.bk_img1{
	margin: -60px auto 0;
	padding: 60px 0 0 0;
	position:relative;
	background-image: url(../images/base/bk_img1.svg);
	background-repeat: no-repeat;
	background-position: center top -20px;
	background-size: auto;
	background-attachment: fixed;
}

.bk_img2{
	margin: -60px auto 0;
	padding: 60px 0 0 0;
	position:relative;
	background-image: url(../images/base/bk_img2.svg);
	background-repeat: no-repeat;
	background-position: center top 0px;
	background-size: auto;
	background-attachment: fixed;
}

/* font
========================================== */

.jp,
body {
	font-family: "Zen Maru Gothic", serif;
}
.serif {
	font-family: "Noto Sans JP", sans-serif;
}

.palt_none{
	font-feature-settings: none; /* 自動カーニング解除 */
}

/* コンテンツ共通
========================================== */

a {text-decoration:none;}
a:hover {text-decoration:underline;}

img,
video {
max-width: 100%;
height: auto;
}

#document {
	margin: 0 0 0;
	padding: 0 0 0;
	position:relative;
}

#document:after,
#document:before {
	content: "";
	clear: both;
	display: block;
}


/* ボタン共通
========================================== */



/* pagenavi
========================================== */


/* header
========================================== */

#header_wrap{
	width:100%;
	margin: 0 auto;
	padding: 0;
	height:60px;
	background: linear-gradient(to bottom, #fff 0%, #fff 70%, #fff 70%, transparent 100%);
	position: fixed;
	top: 0;
	z-index: 102;
	animation-duration: 0.5s;
	display:none;
}

#header {
	width:auto;
	margin: 0 auto;
	padding: 0;
	display: block;
	position: relative;
	z-index: 10001;
	min-width:1100px;
	height:60px;

}

#header h1{
	position: absolute;
	top: 10px;
	left: 20px;
	z-index:2;
}

#header h1 img{
	width:auto;
	height:auto;
	vertical-align:top;
}

@media screen and (max-width: 1250px) {

}


p#description {
	position: absolute;
	top: 0px;
	left: 0px;
	zoom: 1;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing:1px;
	display:none;
}

/* globalnavi
========================================== */


/* fadeIn */
@keyframes fadeInPage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInPage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



/* footer
========================================== */


#footer {
	clear: both;
	margin: 0 auto;
	padding: 50px 0 50px;
	position:relative;
	min-width: 1100px;
	text-align:center;
	background-color:#fff;
}

ul.f_info{
	margin: 0 auto 50px;
	padding: 0 0 0;
	position: relative;
	text-align:center;
	display: flex;
	align-items:stretch;
	justify-content:space-between;
	width:630px;
}

ul.f_info li p{
	margin: 0 0;
	padding: 5px 0 0;
	position: relative;
	text-align:left;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.01em;
	line-height: 1.6;
	color:#333;
	font-family: "Noto Sans JP";
}


#footer #f_inner {
	margin: 0 auto;
	padding: 0 0 50px;
	text-align:center;
	position: relative;
display: flex;
align-items:center;
justify-content:center;
flex-wrap:wrap;
}

#footer #f_inner h3{
	margin: 0 50px 0 0;
	padding: 0px 0 0 0;
	position: relative;
	text-align: center;
}

#footer #f_inner h3 img{
	/*width:auto;*/
	/*height:auto;*/
	vertical-align:middle;
}

#footer #f_inner p{
	margin: 0 0;
	padding: 0 0 0 0;
	position: relative;
	text-align:left;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.01em;
	line-height: 1.6;
	color:#333;
	font-family: "Noto Sans JP";
}

#footer small{
	margin: 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	text-align:center;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.01em;
	line-height: 1.6;
	color:#333;
	font-family: "Noto Sans JP";
	display:block;
}

p#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor:pointer;
	z-index:101;
}

p#page-top img{
	width:60px;
	height:auto;
	vertical-align:top;
}


