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

/*  Reset

/* ------------------------------------------------------------------------ */

html {
	overflow-y	: scroll;
	height		: 100%;
	font-size	: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote {
	margin 	: 0;
	padding : 0;
}

body *{
	box-sizing: border-box;
}


fieldset {
	display	: inline;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style : normal;
}

body/**/table {
	line-height	: 1.5;
}

q:before,
q:after {
	content : '';
}

object,embed {
	vertical-align : top;
}

hr,legend	{
	display : none;
}

h1,h2,h3,h4,h5,h6 {
	font-size : 100%;
}

img,abbr,acronym,fieldset {
	border : 0;
}

li {
	list-style-type : none;
}

img[usemap] {
	border		: none;
	height		: auto;
	max-width	: 100%;
	width		: auto;
}

img {
	border		: 0;
	max-width	: 100%;
}

i {
	padding	: 5px 5px 2px 0;
}

/* Flexible Images */
img{
    max-width	: 100%;
    height		: auto;
    width /***/	: auto;
}

submit	{ -webkit-appearance : none;}

/* Link
--------------------------------------------------------------------------- */

.opacity a:hover img{
	opacity: 0.85;
}

a{
	text-decoration	: underline;
	color			: #000;
	outline: none;
}

a:visited	{
	text-decoration	: none;
	color			: #000;
}

a:hover	{
	text-decoration	: none;
}

a:focus{
	outline: none;
}

.logobg a:hover{
	opacity: 0.6;
}

/* ------------------------------------------------------------------------ */

/*  reset

/* ------------------------------------------------------------------------ */

/* Flexible Images
画像もウインドウサイズに合わせて可変 */
img{
    max-width	: 100%;
    height		: auto;
    width /***/	: auto;　/*IE8のみ適用*/
}

/* iPhone submitボタン初期化*/
submi	{ -webkit-appearance		: none;}
body	{ -webkit-text-size-adjust	: 100%;}

/* ------------------------------------------------------------------------ */

/*  Basic Style

/* ------------------------------------------------------------------------ */

html{ font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body {
	margin		: 0;
	padding		: 0;
	height		: 100%;
	font-family: 'Noto Serif JP' ,"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;	font-size	: 1.4rem;  /* =14px */
	line-height	: 1.5;
	text-align	: center;
	color		: #444;
}

#wrap{
	margin		: 0 auto;
	text-align	: center;
}

body > #wrap { height : auto;}

.spStyle,
.spStyle_02{
	display: none !important;
}

	.mainSlide {
		height: auto !important;
	}
	.bx-wrapper{
		margin: 0 !important;
	}

	.clearfix:after {
		content:" ";
		display:block;
		clear:both;
	}

.inner{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

/* Link
--------------------------------------------------------------------------- */

.opacity a:hover img{
	background-color: rgba(0,0,0,0.2);
}

.opacity01 a:hover{
	background-color: rgba(0,0,0,0.2);
}

/* ------------------------------------------------------------------------ */

/* Hedaer

/* ------------------------------------------------------------------------ */

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

}

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

/* ------------------------------------------------------------------------ */

/* Navigation

/* ------------------------------------------------------------------------ */

nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


/* ------------------------------------------------------------------------ */

/* contents

/* ------------------------------------------------------------------------ */
#mainBlock{
	width: 100%;
	margin: 0 auto;
	background: url(../../img/contet_bg.png) repeat;
}

.content{
	width: 100%;
	max-width: 1200px;
	margin: 30px auto;
}

.flex{
	display: flex;
	justify-content: center;
}

.flex-wrap{
	flex-wrap: wrap;
}

/*要素フェードイン用*/
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 500ms;
}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}


@media screen and (max-width: 768px) {
	#item_area{
		padding: 0 20px;
	}
}


/* ------------------------------------------------------------------------ */

/* footer

/* ------------------------------------------------------------------------ */
footer{
	font-size: 14px;
	padding-top: 0px;
	background: url(../../img/contet_bg.png) repeat;
}

	.footer_txt{
		color: #fff;
		background: #ada58b;
		padding: 30px 0;
	}


/* ------------------------------------------------------------------------ */

/* Pagetop

/* ------------------------------------------------------------------------ */
#page-top {
	display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    font-size: 77%;
	margin: 0;
	z-index: 999;
}

#page-top a {
    background: #a0a2a3;
    text-decoration: none;
    color: #fff;
    width: 58px;
	height: 58px;
    text-align: center;
    display: block;
}

	#page-top a:hover {
		text-decoration: none;
		background: #999;
	}

		#page-top a:after{
			position: absolute;
			display: block;
			width: 15px;
			height: 15px;
			border-top: 2px solid #fff;
			border-right: 2px solid #fff;
			transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			content: "";
			margin: 42% 35%;
		}

/* デフォルト：980px以上用（PC用）の記述 */

@media screen and (max-width: 1024px) {
	.pcStyle_02{
		display: none !important;
	}
	
	.spStyle_02{
		display: block !important;
	}
}


@media screen and (max-width: 970px) {
/* 979px以下用（タブレット用）の記述 */

	.pcStyle{
		display: none !important;
	}
	
	.spStyle{
		display: block !important;
	}
}

@media screen and (max-width: 930px) {
	footer .footer_inner{
		display: block;
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
	}


	.footer_nav{
		text-align: left;
		margin: 0;
		width: 100%;
	}
	
	.footer_nav li{
		display: block;
		margin: 0;
		font-size: 1.4rem;
	}
		
		.footer_nav li a{
			display: block;
			padding: 10px 10px 0;
		}
		
	
	.footer_txt{
		padding: 20px 0;
	}
	
	.footer_txt p{
		padding: 0 10px;
	}

	.footer_nav li a::after{
		content: none;
	}
}

@media screen and (max-width: 768px) {
	footer{
		padding-top: 0;
	}

	footer .inner-wrap{
		max-width: 100%;
	}

	.pagetop_sp{
		float: right;
		bottom: 0;
		display: block;
		width: 10%;
		height: 55px;
		line-height: 50px;
		background: #000;
		color: #fff;
		text-decoration: none;
		text-align: center;
		font-weight: bold;
		font-size:16px;
		}
			.pagetop_sp a{
				color: #fff;
				text-decoration:none;
				display: block;
				padding: 20px 0 0 20px;
			}

			.pagetop_sp a:after{
				display: block;
				width: 15px;
				height: 15px;
				border-top: 2px solid #fff;
				border-right: 2px solid #fff;
				transform: rotate(-45deg);
				-moz-transform: rotate(-45deg);
				-webkit-transform: rotate(-45deg);
				content: "";
			}
}

@media screen and (max-width: 479px) {
	footer .inner-wrap{
		max-width: 100%;
	}

	.pagetop_sp{
		float: right;
		bottom: 0;
		display: block;
		width: 15%;
		height: 55px;
		line-height: 50px;
		background: #000;
		color: #fff;
		text-decoration: none;
		text-align: center;
		font-weight: bold;
		font-size:16px;
		}
			.pagetop_sp a{
				color: #fff;
				text-decoration:none;
				display: block;
				padding: 20px 0 0 20px;
			}

			.pagetop_sp a:after{
				display: block;
				width: 15px;
				height: 15px;
				border-top: 2px solid #fff;
				border-right: 2px solid #fff;
				transform: rotate(-45deg);
				-moz-transform: rotate(-45deg);
				-webkit-transform: rotate(-45deg);
				content: "";
			}

}

