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

#main-in {
	padding-left: 260px;
	line-height: 2;
}
@media only screen and (min-width:1px) and (max-width:640px){
    #main-in {
        padding-left: 0;
		padding-top: 9.9%;
    }
}
@media only screen and (min-width:1px) and (max-width:425px){
    #main-in {
        padding-left: 0;
		padding-top: 11.4%;
    }
}
@media only screen and (min-width:1px) and (max-width:375px){
    #main-in {
        padding-left: 0;
		padding-top: 12.5%;
    }
}
@media only screen and (min-width:1px) and (max-width:320px){
    #main-in {
        padding-left: 0;
		padding-top: 14.6%;
    }
}


/* hover effect
-------------------------------------------------*/
a img {
	backface-visibility: hidden;
	border:none;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out !important;
}
a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-ms-filter: "alpha(opacity=60)";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out !important;
}

/* サイドメニュー
-------------------------------------------------*/
#global-head {
	position: fixed;
	color: #000;
	width: 260px;
	padding-top: 25px;
	z-index: 100;
	background-color: #fff;
}
#global-head .logo {
	text-align: center;
	margin-bottom: 20px;
}
#sidebar {
	font-size: 14px;
	width: 260px;
	height: 100%;
	position: fixed;
	color: #000;
	background: #fff;
}
#global-nav ul {
	list-style: none;
	margin-left: 0;
}
#global-nav > ul > li {
	position: relative;
}
#global-nav a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 8px 20px;
	-moz-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
	cursor: pointer;
}
#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
	color: #444;
	background: #f9f2ea;
}
#global-nav .sub-menu-nav a,
#global-nav .sub-menu:hover .sub-menu-nav {
	/*width: 230px;*/
	width: 250px;
}

/* sub-menu icon */
#global-nav .sub-menu-head {
	position: relative;
}
#global-nav .sub-menu-head:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* sub-menu */
#global-nav .sub-menu-nav {
	position: fixed;
	background: #f9f2ea;
	color: #000;
	top: 0;
	padding-top: 131px;
	left: 260px;
	width: 0;
	height: 100%;
	overflow: hidden;
	-moz-transition: width .2s ease-out;
	-webkit-transition: width .2s ease-out;
	transition: width .2s ease-out;
}
#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
	border-color: #444;
}
#global-nav .sub-menu-nav a {
	color: #000;
}
#global-nav .sub-menu-nav a:hover {
	color: #444;
	background: #fbd9b1;
}

/* .contact-social */
.contact-social {
	list-style: none;
	overflow: hidden;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.contact-social.pc {
	display: none;
}
.contact-social li {
	margin: 0 10px 0 0;
	padding: 0;
	width: 28px;
}
.contact-social li a img {
	display: block;
	width: 100%;
}
/*.contact-social li a::before {
	background-color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #f60;
	display: inline-block;
	font-family: FontAwesome;
	font-size: 20px;
	height: 38px;
	line-height: 38px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	width: 38px;
	border: #f60 1px solid;
}
.contact-social li a[href*="facebook.com"]::before       { content: "\f09a"; }
.contact-social li a[href*="instagram.com"]::before      { content: "\f16d"; }
.contact-social li a[href*="goo.gl"]::before             { content: "\f041"; }
.contact-social li a[href*="youtube.com"]::before        { content: "\f16a"; }
.contact-social li a[href*="lin.ee"] img {
	width: 38px;
}*/
/*.contact-social li a[href*="lin.ee"]::before {
	content: "";
	background: url("../images/social-line_out.svg") no-repeat center;
	background-size: 22px;
	background-color: #fff;
}
.contact-social li a[href*="lin.ee"]:hover::before {
	content: "";
	background: url("../images/social-line_over.svg") no-repeat center;
	background-size: 22px;
	background-color: #f60;
}*/
#sidebar ul {
	list-style: none;
}
#sidebar ul.list-other a {
	background: url(../images/icon_blank.gif) no-repeat right center;
	padding-right: 15px;
	color: #000;
	font-size: 85.7142857143%;
	line-height: 2.2;
}
#global-nav .sub-menu-nav a.icon_blank span,
#ft-container ul a.icon_blank span,
.drawer a.icon_blank span {
	background: url(../images/icon_blank.gif) no-repeat right center;
	padding-right: 20px;
}
#sidebar ul.list-other a:hover {
	color: #f60;
}
#sidebar ul.list-other a.noBG {
	background: none !important;
}
#sidebar .footercopy {
	font-size: 11px;
	line-height: 1.6;
	padding-left: 20px;
	margin-top: 2.75em;
}
@media only screen and (min-width:1px) and (max-width:640px){
	#global-head {
		display: none;
    }
	#sidebar {
        position: fixed;
        right: -300px;
        top: 0;
        height: 100%;
        width: 300px;
        color: #333;
        background: #fff;
        transition: .35s ease-in-out;
    }
 
    /* サブメニューは開けない */
    #global-nav .sub-menu-head:after,
    #global-nav .sub-menu-nav {
        display: none;
    }
    #nav-toggle {
        display: block;
    }
	
	/* .contact-social */
	.contact-social {
		-webkit-box-pack:center;
		-moz-box-pack:center;
		-webkit-flex-pack:center;
		-moz-flex-pack:center;
		-ms-flex-pack:center;
		justify-content: flex-start;
		padding-bottom: 22px;
		margin-top: 32px;
	}
	.contact-social.pc {
		display: flex;
	}
	.contact-social li {
		margin: 0 15px 0 0;
		width: 40px;
	}
	/*.contact-social li a::before {
		background-color: #f60;
		color: #fff;
		font-size: 24px;
		height: 46px;
		line-height: 46px;
		width: 46px;
	}
	.contact-social li a[href*="lin.ee"] img {
		width: 46px;
	}*/
	/*.contact-social li a[href*="lin.ee"]::before {
		background: url("../images/social-line_over.svg") no-repeat center;
		background-size: 27px;
		background-color: #f60;
	}*/
 
    /* nav open */
    .open {
        overflow: hidden;
    }
    .open #overlay {
        display: block;
    }
    .open #sidebar  {
        transform: translate3d(-300px,0,0);
    }
 
    /* #nav-toggle close */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        transform: rotate(45deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        transform: rotate(-45deg);
    }
 
    /* z-index */
    #overlay {
        z-index: 200;
    }
    #sidebar {
        z-index: 300;
    }
    #nav-toggle {
        z-index: 400;
    }
}

/* 右ナビ
-------------------------------------------------*/
#hnav {
	list-style: none;
	position: fixed;
	right: 0;
	top: 56px;
	z-index: 11;
	box-sizing: content-box;
}
#hnav li {
	counter-increment: count;
	position: absolute;
	right: -200px;
	transition: all .5s;
}
#hnav li:hover {
	right: 0;
	background-color: #f60;
	border-radius: 4px 0 0 4px;
}
#hnav li a {
	border-top: 1px solid #f60;
	border-left: 1px solid #f60;
	border-bottom: 1px solid #f60;
	color: #fff;
	display: block;
	height: 52px;
	line-height: 52px;
	padding: 0 20px 0 52px;
	position: relative;
	text-decoration: none;
	width: 180px;
	background-color: #fff;
	border-radius: 4px 0 0 4px;
	-webkit-transition: all .3s;
			transition: all .3s;
}
#hnav li a::before {
	color: #f60;
	font-family: FontAwesome;
	font-size: 20px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 54px;
	-webkit-transition: all .3s;
			transition: all .3s;
}
#hnav li a:hover {
	background-color: #f60;
}
#hnav li:hover a::before {
	color: #fff;
}
#hnav li:nth-child(1) {
	top: 0;
}
#hnav li:nth-child(1) a:before {
	content: "\f007";
}
#hnav li:nth-child(2) {
	top: 64px;
}
#hnav li:nth-child(2) a:before {
	content: "\f015";
}
#hnav li:nth-child(3) {
	top: 128px;
}
#hnav li:nth-child(3) a:before {
	content: "\f073";
}
#hnav li:nth-child(4) {
	top: 192px;
}
#hnav li:nth-child(4) a:before {
	content: "\f15c";
}
@media only screen and (min-width:1px) and (max-width:640px){
	#hnav {
		display: none;
	}
}


/* TOPへ
-------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
	background-color: #fff;
	-webkit-border-radius: 50%;
			border-radius: 50%;
	color: #f60;
	display: inline-block;
	font-family: FontAwesome;
	font-size: 150%;
	height: 52px; /* Button height */
	line-height: 52px; /* Button height */
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
	text-align: center;
	width: 52px; /* Button width */
	border: #f60 1px solid;
}
#page-top a:hover {
	background-color: #f60;
}
#page-top a::before {
	content: "\f106";
}
#page-top a:hover::before {
	color: #fff;
}
@media only screen and (min-width:1px) and (max-width:640px){}


/* MAGAZINEバナー
-------------------------------------------------*/
.magazine-bnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 50px 0;
}
.archive.tag .magazine-bnr {
	max-width: 920px;
	margin: 0 auto;
}
.magazine-bnr li {
	width: 48.9130434783%;
}
@media only screen and (min-width:1px) and (max-width:640px){
	.magazine-bnr {
		width: 87.922705314%;
		margin: 0 auto;
	}
	.magazine-bnr li {
		width: 48.6263736264%;
	}
	.magazine-bnr li:not(:last-child) {
		margin-bottom: 25px;
	}
}
