@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;
}

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;
}

p {
	word-break	: break-all;
}

/* Flexible Images */
img{
    max-width	: 100%;
    height		: auto;
    width /***/	: auto;
}

submit	{ -webkit-appearance : none;}

/* ------------------------------------------------------------------------ */

/*  Basic Style

/* ------------------------------------------------------------------------ */

body {
	margin		: 0;
	padding		: 0;
	height		: 100%;
	font-family	: "Noto Sans JP", sans-serif;
	font-size	: 1.2rem;
	font-size	: 12px;
	line-height	: 1.5;
	text-align	: center;
	color		: #1a1a1a;
	-webkit-text-size-adjust	: 100%;
	font-smoothing	: auto;
}

body *,
body *:before,
body *:after {
    box-sizing: border-box;
}

#wrap{
	margin		: 0 auto;
	text-align	: center;
}

body > #wrap { height : auto;}


/* Link
--------------------------------------------------------------------------- */

.opacity a:hover img{
	opacity: 0.85;
}

a:link	{
	text-decoration	: none;
	color			: #00F;
}

a:visited	{
	text-decoration	: none;
	color			: #941D55;
}

a:hover	{
	text-decoration	: underline;
}


/* ------------------------------------------------------------------------ */

/* Hedaer

/* ------------------------------------------------------------------------ */



/* ------------------------------------------------------------------------ */

/* Navigation

/* ------------------------------------------------------------------------ */

nav {}


/* ------------------------------------------------------------------------ */

/* Contents

/* ------------------------------------------------------------------------ */

#mainBlock {
	clear : both;
}

/* ------------------------------------------------------------------------ */

/* Footer

/* ------------------------------------------------------------------------ */




.sp_style{
	display: none;
}
.footer_l li a {
    font-size: 12px;
    color: #1a1a1a;
}
@media screen and (max-width:767px) {

.sp_style{
	display: block;
}

.pc_style{
	display: none;
}


#footer {

	clear: both;
	width: 100%;
	font-size: 10px;
	background-color: #fff;
}
#sns_nav {
	margin: 7.8125% 0;
	text-align: center;
}
#sns_nav > li {
	display: inline-block;
	width: 72px;
	vertical-align: middle;
	margin: 0 2px;
	text-align: left;
}
#sns_nav > li:nth-child(1) {
	width: 62px;
}
#sns_nav > li:nth-child(1) iframe {
	display: block;
}
#sns_nav > li:nth-child(3) {
	width: 100px;
}

.noteblock {
	background: #fff;
	padding: 0 4% 4%;
}
.notebox {
	font-size: 12px;
	color: #945f36;
}

#footer_nav {
	text-align: center;
}
#footer_nav li {
	display: inline;
}
#footer_nav li + li:before {
	content: '|';
	margin: 0 8px;
	color: #000;
}
#footer_logobox {
	width: 62.5%;
	margin: 3.125% auto 1.5625%;
	display: flex;
	align-items: center;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
#ft_logo {
	width: 70%;
}
#ft_privacy {
	width: 25%;
}
#footer #copyright {
	margin-bottom: 5.625%;
	text-align: center;
	color: #000;
    font-size: 3.5vw;
}

#footer a {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer a:link, a:visited {
	color: #302624;
	text-decoration: none;
    font-size: 3.5vw;
}
#footer a:hover, a:active {
	color: #302624;
	text-decoration: underline;
}

#footer img{
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}





#footer {

	overflow	: hidden;
	margin		: 0 auto;
	padding		: 20px 0 15px;
	background	: #FFF;
}

	#footer_box {
		margin	: 0 auto;
		max-width	: 1000px;
	}

.footer_l {
	float	: left;
	width	: 600px;
}

.footer_l .ft_logo {
	float		: left;
	margin-right: 30px;
}

.footer_l ul {
	padding-top	: 12px;
}

.footer_l li {
	float		: left;
	border-right: 1px solid #c9c9c9;
	line-height	: 1;
	padding		: 0 15px;
}

.footer_l li.last {
	border-right	: none;
}

.footer_l li a {
	font-size	: 12px;
}
.footer_l .copyright {
	font-size	: 10px;
	color		: #818181;
	clear		:both;
	padding-top	: 25px;
}

.footer_r {
	float	: right;
}

.sp{
	display: none !important;
}

@media screen and (max-width:767px) {

	.sp{
		display:block !important;
	}

	.pc{
		display:none !important;
	}

	#footer{
		color:#fff;
		text-align:center;
		padding:20px 0;
		font-size:18px !important;
		min-width:100%;
	}

	}
