/*
Theme Name: 2019 Louis blanc THEME
Description: Louis Blanc 様専用テーマ June.2019
Author: DAI Nakano
Version: 1.00
*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*
-------------------------------------
0-0. Style reset
0-1. styles settings

0-2. Header
0-2-0. Top fade slider
0-2-1. Top news topics
0-2-2. Copyright

0-3. Home About GSAD
0-4. Home H2 section

0-5. Footer

0-6. breadcrumb

1-0. NEWS list
1-0-2. PROFESSOR list

1-1. Facebook

2-0. WORKS list

3-0. PAGE

9-0. CONTACT FORM 7

10-0. OTHER

20-0. WIDTH 1320
20-1. Tag style

30-0. WIDTH 1080
30-1. Tag style

35-0. WIDTH 932

40-0. WIDTH 448
40-1. Tag style

41-0. FS override

X. Other style settings

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

.herfsuger_pink{
	color: #000;
}

/*
-------------------------------------
0-0. Style reset
-------------------------------------
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body{ line-height: 1; } ol, ul{ list-style: none; } blockquote, q{ quotes: none; } blockquote:before, blockquote:after, q:before, q:after{ content: ''; content: none; }:focus{ outline: 0; } ins{ text-decoration: none; } del{ text-decoration: line-through; } table{ border-collapse: collapse; border-spacing: 0; }

/*
-------------------------------------
0-1. styles settings
-------------------------------------
*/

html, body{
	width: 100%;
}
html{
	font-size: calc(30% + 0.8vw);
}
body {
	letter-spacing: 0.08em;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
textarea, input{
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a{
	text-decoration: none;
	color: #000;
	transition: .4s ease;
}a:visited {
	opacity: 0.5;
}a:hover {
	opacity: 0.5;
}

h2{
	color: #000;
	font-size: 2rem;
	margin-bottom: 2rem;
}

h3{
	margin: 1.8rem 0;
	line-height: 1.8rem;
	font-size: 1.4rem;
	opacity: 0.5;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}
h4{
	margin: 1rem 0;
	line-height: 1.8rem;
	font-size: 1.4rem;
}
h5{
	margin: 1.8rem 0 1.2rem;
}

p{
	line-height: 1.8rem;
}
ul.text-list{
	padding-left: 2rem;
}
ul.text-list li{
	line-height: 1.5rem;
	list-style: disc;
}
small{
	font-size: 0.9rem;
	opacity: 0.75;
}
hr{
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.wrapper{
	width: 100%;
	padding: 0 0 10rem;
}
.wrapper560{
	margin: 0 auto;
	width: calc(100% - 6rem);
	max-width: 560px;
}
.wrapper1080{
	margin: 0 auto;
	width: calc(100% - 6rem);
	max-width: 1080px;
}

#marquee_area{
	background-color: #000;
	height: 2rem;
	line-height: 2rem;
}#marquee_area div{
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	overflow: hidden;
}#marquee_area div a,#marquee_area div span{
	color: #fff;
}
.marquee{
}
.marquee p, .marquee a, .marquee span { color: #fff; }
.marquee p {
	margin:0; padding-left:600px; display:inline-block; white-space:nowrap;
	animation-name:marquee; animation-timing-function:linear;
	animation-duration:15s; animation-iteration-count:infinite;
}
@media screen and (max-width: 768px) {
	.marquee{
	}
}
@keyframes marquee {
	from   { transform: translate(0%);} 
	99%,to { transform: translate(-100%);}
}

/*
-------------------------------------
0-2. Header
-------------------------------------
*/

#top-back-img{
	position: relative;
	height: calc( 100vh - 5rem );
	width: 100%;
	overflow: hidden;
}#top-back-img img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.05);
}#top-back-img > img{
	z-index: -9999;
	  -webkit-filter: blur(7px);
	  -moz-filter: blur(7px);
	  -o-filter: blur(7px);
	  -ms-filter: blur(7px);
	  filter: blur(7px);
}
#top-back-img div{
}
#white-box{
	z-index: 9999;
    position: relative;
    top: calc(10vh - 1.5rem - 2px);
    left: calc(5vw - 2px);
    height: 76vh;
    width: 90vw;
    border: 2px solid;
    color: #fff;
	overflow: hidden;
}
#white-box svg{
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    width: 50%;
    fill: #fff;
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
}
#white-box h1 img{
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
#dummy-box{
    position: absolute;
    top: calc(-10vh + 1.5rem);
    left: -5vw;
    height: calc( 100vh - 5rem );
}
#dummy-box > img{
	z-index: -9998;
}
#top-back-img div > img{
	z-index: -9998;
}

.nav-menu{
	float: left;
	width: 100%;
	height: 3rem;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}.nav-menu-fix{
	position: fixed;
    top: 0;
    z-index: 9999;
    background-color: #fff;
	border-top: 0;
}

.nav-menu #nav-logo img{
	position: absolute;
	display: none;
	opacity: 0;
	height: 0;
	transition: .4s ease;
}.nav-menu-fix #nav-logo img{
	position: absolute;
    display: inline-block;
    height: 2rem;
    width: 7.2rem;
    opacity: 1;
    margin: 0.5rem 0.8rem;
}

.nav-menu ul{
	text-align: center;
}
.nav-menu ul li{
	display: inline-block;
	vertical-align: middle;
	padding: 1rem 0.5rem;
	font-size: 0.7rem;
}
.nav-menu ul li svg{
	vertical-align: bottom;
	width: 1rem;
	fill: rgba(0,0,0,1);
}

#main-wrapper{
	margin-top: calc(4px + 3rem);
}

/*
-------------------------------------
0-2-0. Top fade slider
-------------------------------------
*/

/*
-------------------------------------
0-2-1. Top news topics
-------------------------------------
*/

/*
-------------------------------------
0-2-2. Copyright
-------------------------------------
*/

/*
-------------------------------------
0-3. Home About GSAD
-------------------------------------
*/

/*
-------------------------------------
0-4. Home H2 section
-------------------------------------
*/

.gray1{
	background-image: linear-gradient( 45deg, rgba(0,0,0,0.03), rgba(0,0,0,0));
	padding: 4rem 2rem;
}
.gray2{
	background-image: linear-gradient( -45deg, rgba(0,0,0,0.03), rgba(0,0,0,0));
	padding: 4rem 2rem;
}
.h2wrapper{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.concept-wrapper{
}
.concept-wrapper img:nth-child(2n+1){
	display: inline-block;
	vertical-align: middle;
	width: 45%;
	margin-right: 2%
}
.concept-wrapper img:nth-child(2n){
	display: none;
}
.concept-wrapper .text-area{
	display: inline-block;
	vertical-align: middle;
	width: 52%;
}

/*
-------------------------------------
0-5. Footer
-------------------------------------
*/

.footer-nav{
    margin: 0 0 2rem;
    font-size: 0.7rem;
}.footer-nav li{
	display: inline-block;
}

/*
-------------------------------------
0-6. breadcrumb
-------------------------------------
*/

#breadcrumb{
	margin: 1rem 0;
	font-size: 0.9rem;
}
#breadcrumb li{
	display: inline-block;
}
#breadcrumb li::after{
	content: ">";
	margin: 0 0.5rem;
}#breadcrumb li:last-child::after{
	content: "";
}


/*
-------------------------------------
1-0. MENU list
-------------------------------------
*/

ul.menu-item-list{
}ul.menu-item-list li{
	display: inline-block;
	vertical-align: top;
	width: calc(33% - 1.5rem);
	margin: 0 1rem 1rem 0;
	padding: 0.3rem;
}ul.menu-item-list li:nth-child(3n){
	margin-right: 0;
}ul.menu-item-list li p{
	margin-left: 0.5rem;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	line-height: 1.1rem;
	width: calc(98% - 3.5rem)
}ul.menu-item-list li p small{
	display: block;
	opacity: 1;
	font-size: 0.7rem;
}

.menu-item-img{
	width: 3rem;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

/*
-------------------------------------
1-0. NEWS list
-------------------------------------
*/

ul.news-item{}
ul.news-item li{
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 1.5rem);
	margin: 0 1rem 1rem 0;
	padding: 0.3rem;
}ul.news-item li:nth-child(4){
	margin-right: 0;
}.news-text{
	margin-top: 1rem;
}.news-text h4{
	margin: 0.5rem 0;
}

ul.news-archive{
}ul.news-archive li{
	width: 100%;
	margin: 0 1rem 1.5rem 0;
}ul.news-archive li div.aspect34{
	display: inline-block;
	vertical-align: top;
	width: 40%;
	max-width: 280px;
}ul.news-archive li .news-text{
	margin-top: 0;
	display: inline-block;
	vertical-align: top;
	width: calc( 100% - 285px - 1.5rem );
	margin-left: 1.5rem;
	min-width: calc( 59% - 1.5rem );
}ul.news-archive li .news-text h4{
}

/*
-------------------------------------
1-0-2. RECRUIT list
-------------------------------------
*/

table.recruit-list{
	margin: 2rem 0;
	width: 100%;
}table.recruit-list tr{
	padding: 0.4rem 1rem;
	line-height: 3rem;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}table.recruit-list tr th{
	text-align: left;
	font-weight: normal;
	padding-left: 1rem;
	min-width: 5.5rem;
}table.recruit-list tr td{
	text-align: left;
	line-height: 1.5rem;
	font-weight: normal;
	padding-bottom: 0.8rem;
}

/*
-------------------------------------
1-0-2. FAQ list
-------------------------------------
*/

ul.faq-list{
}
ul.faq-list li{
	margin-top: 2rem;
}
ul.faq-list li p:first-child{
	border-bottom: 1px solid;
}

/*
-------------------------------------
1-1. FOOTER
-------------------------------------
*/

footer{
	background-color: #fff;
	padding: 3rem 2rem 2rem;
	text-align: center;
}
.footer-wrapper{
	color: #000;
}.footer-wrapper svg{
	max-width: 20rem;
	width: 250px;
}.footer-wrapper svg path,.footer-wrapper svg rect,.footer-wrapper svg polygon{
	fill: #000;
}

/*
-------------------------------------
2-0. SHOP
-------------------------------------
*/

#contact_form form p{
	display: inline-block;
	vertical-align: top;
	margin-top: 0.4rem;
}
#contact_form form p:nth-child(3n){
	width: 30%;
	margin-right: 1rem;
}
#contact_form form p:nth-child(3n) span{
	opacity: 0.5;
	display: inline-block;
	font-size: 0.8rem;
	width: 3rem;
	height: 1rem;
}

#contact_form form p:nth-child(3n+4){
	width: calc(69% - 1rem);
}#contact_form form p:nth-child(3n+4) input,#contact_form form p:nth-child(3n+4) textarea{
	border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.3);
    padding: 0.3rem;
}


#shop-wrapper{
	background-image: url(./assets/shop_image.jpg);
	background-size: cover;
}#shop-wrapper li{
	color: #fff;
	margin: 1rem 0;
}
.info_area{
	display: inline-block;
	vertical-align: top;
	width: 35%;
}
.map_area{
	width: 100%;
	height: 35vh;
}

.map_area iframe{
	width: 100%;
	height: 100%;
}

#acbox{
	text-align: center;
}

#sendbox{
	text-align: center;
}#sendbox input{
	border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    padding: 0.2rem 1rem;
    text-align: center;
    color: #fff;
    background-color: #000;
}#sendbox input:hover{
	cursor: pointer;
    background-color: rgba(238,150,189,0.5);
}

/*
-------------------------------------
3-0. PAGE
-------------------------------------
*/

.single-post{
	width: 100%;
}
.post-imgwrapper{
	width: 100%;
	max-height: 60vh;
	overflow: hidden;
	text-align: center;
	background-color: rgba(0,0,0,0.07);
	margin-bottom: 2.4rem;
}
.post-imgwrapper img{
	max-width: 100%;
    max-height: 60vh;
}

/*
-------------------------------------
9-0. CONTACT FORM 7
-------------------------------------
*/

/*
-------------------------------------
10-0. OTHER
-------------------------------------
*/

.text-c__title{
font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
background-color: #eee;
padding: 1rem;
font-weight: 500;
opacity: 1;
}

/*
-------------------------------------
20-0. WIDTH 1320
-------------------------------------
*/

@media screen and (min-width: 768px) {
	html{
		font-size: calc(100% + 0.1vw);
	}
}

/*
-------------------------------------
30-0. WIDTH 1080
-------------------------------------
*/

@media screen and (max-width: 1080px) {
	.mainpage-header-top #header-svg svg.gsad-svg{
		width:20rem;
	}
}

/*
-------------------------------------
35-0. WIDTH 932
-------------------------------------
*/

@media screen and (max-width: 932px) {
	html{
		font-size: calc( 50% + 1vw );
	}
}

/*
-------------------------------------
30-0. WIDTH 768
-------------------------------------
*/

@media (max-width: 768px) {
	#top-back-img{
		margin-top: 3rem;
	}
	#white-box {
		top: calc(12.5vh - 1.5rem - 2px);
		left: calc(15vw - 2px);
		height: 75vh;
		width: 70vw;
	}
	#white-box svg{
		filter: drop-shadow(0 0 10px rgba(0,0,0,0.7));
	}
	#dummy-box{
		top: calc(-12.5vh + 1.5rem);
		left: -15vw;
	}
	#white-box svg{
		width: 80%;
	}
	.concept-wrapper img:nth-child(2n+1){
		display: none;
	}
	.concept-wrapper img:nth-child(2n){
		display: inline-block;
		width: 100%;
		margin-left: -2rem;
	}
	.concept-wrapper .text-area{
		margin-top: 2rem;
	    width: 100%;
	}
	ul.menu-item-list li{
		width: calc(50% - 1.5rem);
		text-align: center;
	}
	ul.menu-item-list li:nth-child(3n){
	    margin-right: 1rem;
	}
	ul.menu-item-list li:nth-child(2n){
	    margin-right: 0;
	}
	.menu-item-img{
		width: 60%;
	}
	ul.menu-item-list li p{
		margin: 1rem 0;
		width: calc(98% - 1rem);
	}
	ul.news-item li{
		width: 100%;
	}
	#contact_form form p:nth-child(3n),#contact_form form p:nth-child(3n+4),.wpcf7-form-control-wrap,#contact_form form p:nth-child(3n+4) input, #contact_form form p:nth-child(3n+4) textarea{
		width: 100%;
	}
	.info_area,.map_area{
		width: 100%;
	}
	
	.nav-menu{
		position: fixed;
		top: 0;
		z-index: 9999;
		background-color: #fff;
		border-top: 0;
		padding: 1rem 0;
		width: 100%;
		height: auto;
	}
	
	.nav-menu ul li{
		display: block;
		padding: 0;
		border-bottom: 1px solid rgba(0,0,0,0.3);
		font-size: 2rem;
	}.nav-menu ul li svg{
		width: 2rem;
	}.nav-menu ul li:first-child{
		display: block;
	}.nav-menu ul li:nth-last-child(3) a::after{
		margin-left: 0.5rem;
		content: "Shopping cart";
	}.nav-menu ul li:nth-last-child(2) a::after{
		margin-left: 0.5rem;
		content: "My page";
	}.nav-menu ul li:last-child a::after{
		margin-left: 0.5rem;
		content: "instagram";
	}
	
	.nav-menu #nav-logo img{
		    height: 2.7rem;
		width: 14rem;
		margin: 0rem 1rem -3rem;
	}
	
	.nav-menu ul li{
		display: block;
		padding: 0;
		font-size: 2rem;
		border-bottom: 0px solid rgba(0,0,0,0);
		transition: .4s ease;
	}
	.nav-menu ul li.dropdown{
		border-bottom: 1px solid rgba(0,0,0,0.3);
	}
	.nav-menu ul li a{
		display: block;
		height: 0rem;
		padding: 0rem;
		transition: .4s ease;
		overflow: hidden;
	}
	.nav-menu ul li.dropdown a{
		height: auto;
		padding: 1rem;
	}
	
	.dropdownlink{
		cursor: pointer;
		text-align: center;
		font-size: 3rem;
		padding: 0.4rem;
	}
	.dropdownlink p{
		width: fit-content;
		margin-left: calc(100% - 3rem);
		transition: .4s ease;
	}.dropdownlink p::before{
		transform: rotate(0deg);
		display: block;
		content: "+";
		transition: .6s ease;
	}
	.dropdownlink-x p{
		margin-left:  calc(50% - 1rem);
	}.dropdownlink-x p::before{
		transform: rotate(45deg);
	}
	
	.submenuItems{
		height: auto !important;
		transition: .4s ease;
	}
	.submenuItems-x{
		height: 0 !important;
	}
	
	.nav-menu-fix #nav-svg{
		height: 2.2rem;
		margin: 0.2rem 1rem;
	}
	
}


/*
-------------------------------------
X. Other styles settings
-------------------------------------
*/

#xo-event-calendar-1{
}
.xo-event-calendar table.xo-month > thead th{
	color: #ccc !important;
	padding: 0.75rem;
}
.xo-event-calendar table.xo-month > thead th {
    color: #fff !important;
    padding: 0.35rem !important;
    background-color: #000;
}
.xo-event-calendar table.xo-month{}
.xo-event-calendar table.xo-month th, .xo-event-calendar table.xo-month td{
}.xo-event-calendar table.xo-month .month-dayname td div.today{
	color: #fff !important;
	background-color: #999;
}

.aspect11{
    position: relative;
}
.aspect11:before{
    content:"";
    display: block;
    padding-top: 100%;
}
.aspect11child{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.aspect11child img{
    height: 100%;
    width: 100%;
	object-fit: cover;
}

.aspect34{
    position: relative;
    width: 100%;
}
.aspect34:before{
    content:"";
    display: block;
    padding-top: 66.666666%;
}
.aspect34child{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	overflow: hidden;
	background-color: rgba(0,0,0,0.02);
}
.aspect34child img{
    height: 100%;
    width: 100%;
	object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.aspect43{
    position: relative;
    width: 100%;
}
.aspect43:before{
    content:"";
    display: block;
    padding-top: 133.333333%;
}
.aspect43child{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	overflow: hidden;
}
.aspect43child img{
    height: 100%;
    width: 100%;
	object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

div.pagenation{
	text-align: center;
}div.pagenation a{
    display: inline-block;
    padding: 0.5rem 0.7rem;
	border: 1px solid rgba(0,0,0,0.1);
    border-radius: 0.3rem;
	color: rgba(0,0,0,0.5);
}div.pagenation a:hover{
	border: 1px solid #000;
	background-color: #000;
	color: rgba( 255, 255, 255, 1);
}div.pagenation span{
    display: inline-block;
    padding: 0.5rem 0.7rem;
	border: 1px solid #000;
    border-radius: 0.3rem;
	background-color: #000;
	color: rgba( 255, 255, 255, 1);
}

/* カートシステム */

#concept > div > main > section > h1{
    line-height: 1.8rem;
    font-size: 1.4rem;
    opacity: 0.5;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    margin: 1.8rem 0px;
    border: none;
    padding: 0;
}
#concept > div > main > section > div > div.fs-c-continueShopping{
    display: none;
}
#next_shopping_bt{
    background-color: #777;
    color: #fff;
    display: inline-block;
    padding: 1rem;
}

/*
 40-1. FS override  
*/

.fs-c-accountService {
  display: block;
}

@media screen and (min-width: 600px) {
  .fs-c-accountService {
    justify-content: flex-start;
    margin: 0;
  }
}

.fs-c-accountService__page {
  height: 3em;
}

@media screen and (min-width: 600px) {
  .fs-c-accountService__page {
    margin: 10px 0;
  }
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
display: inline-block;
color: #000;
font-size: 1.1em;
line-height: 1;
margin: 0 8px 0 0;
width: auto;
height: auto;
}

.fs-c-accountService__page--accountDelete{
margin: 1rem auto;
width: fit-content;
}

.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink{
box-shadow: 0 0 2px #b2b2b2;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #3c3c3c;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    width: 100%;
height: 100%;
padding: 0 6rem;
}

.fs-pt-menu.fs-pt-menu--lv1{
display: flex;
justify-content: flex-end;
}

.fs-pt-menu--lv1 .fs-p-headerUtilityMenu__logout{
position: static;
display: inline-block;
}

.fs-c-button--primary{
font-size: 1rem;
}

.fs-c-button--secondary{
font-size: 1rem;
}

.fs-c-totalAndActions button:not(.fs-c-button--image){
font-size: 1rem;
}

.fs-c-string--label{
font-size: 0.8rem;
}

.fs-c-purchaseHere__message{
font-size: 1rem;
}