@charset "utf-8";




/*****************************************************************************
 reset 
 *****************************************************************************/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, button {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
ul, ol {
	list-style-type: none;
	text-indent: 0;
}
em, i, strong, th, address {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img, object, embed {
	border: 0;
	vertical-align: top;
}
hr {
	border: 0;
	height: 1px;
	background: #cccccc;
	margin: 1em 0;
}
li {
	list-style-type: none;
}
h1, h2, h3, h4, h5, th, dt, strong {
	font-weight: normal;
}
area {
	outline: none !important;
	border: none !important;
}
img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
body *, body *::after, body *::before {
	box-sizing: border-box;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*****************************************************************************
 *****************************************************************************/

a:hover img {
	opacity: 0.5;
	-moz-opacity: 0.5;
}
a {
	color: #336600;
}
a:hover {
	transition: .5s;
}


/*****************************************************************************
 *****************************************************************************/

html {
	-webkit-text-size-adjust: none;
  font-size: 62.5%;
	background: #fff;
}
body {
	line-height: 1;
	color: #000;
	position: relative;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: subpixel-antialiased;	
	font-size: 1.5rem;
  font-family: "Meiryo", "MS PGothic", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
/*font-family: 'Noto Sans JP', sans-serif;*/
	background-color: #F4F0EA;
}
input[type="text"], input[type="submit"], textarea, select, button {
  font-family: "Meiryo", "MS PGothic", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
	font-size: 1.5rem;
	min-height: 2em;
}
/*****************************************************************************
 *****************************************************************************/

#header_wrap {
	padding: 25px 15px 10px;
	background: #336600;
	color: #fff;
}
#header_rogo {
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.8em;
}
#header_rogo span {
	display: block;
}
#header_rogo img {
	width: 265px;
}
#header_rogo .text {
	opacity: .6;
	padding-top: .2rem;
}
#header {
	margin: 0 auto;
	max-width: 1110px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header_phone ul {
	display: flex;
}
#header_phone li {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}
#header_phone a {
	display: block;
	text-align: center;
}
#header_phone .contact_link {
	margin-left: 20px;
	display: flex;
	align-items: center;
	font-weight: bold;
	text-align: center;
}
#header_phone .contact_link a {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 20px;
	font-size: 14px;
	border: 1px solid rgba(255,255,255,.6);
}
#header_phone .open {
	padding-top: .4rem;
	font-size: .8em;
}
#header a {
	text-decoration: none;
	color: #fff;
}
#header a:hover {
	text-decoration: underline;
}
#header_menu_bg {
	width: 100%;
	background-image: url(../sozai/seminar994.png);
	background-position: bottom center;
	min-height: 95px;
}
#header_menu_grad {
	max-width: 1110px;
	margin: 15px auto 0;
	padding: 2px 0;
	width: 100%; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+10,1+90,0+100 */
	background: -moz-linear-gradient(left, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, .1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, .1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, .1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
}
#header_menu_wrap {
}
#header_menu {
	background-color: #336600;
}


/* ヘッダーメニュー */
#nav {
	text-align: center;
	padding: 7px 0;
}
#nav li {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
#nav ul {
	padding: 0;
	margin: 0;
	display: inline-block;
}
#nav a {
	display: block;
	padding: .5em;
	color: #fff;
	font-size: 1.5rem;
	text-decoration: none;
}
#nav a:hover {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 10%, rgba(255, 255, 255, .3) 90%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 10%, rgba(255, 255, 255, .3) 90%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 10%, rgba(255, 255, 255, .3) 90%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
}
#nav span {
	display: block;
	font-size: .4em;
	color: #FFFFFF;
	line-height: 1em;
	padding-top: 1em;
	opacity: .7;
}
#nav li:hover {
	background-color: #336600;
}
#nav li {
	position: relative;
}

#nav li:nth-child(1) span::after {
	content:"TOP";
}
#nav li:nth-child(2) span::after {
	content:"EAST ARENA";
}
#nav li:nth-child(3) span::after {
	content:"SOPHIA GARDEN";
}
#nav li:nth-child(4) span::after {
	content:"TAKE OUT";
}
#nav li:nth-child(5) span::after {
	content:"ACCESS";
}


#nav > ul > li:not(:first-child) {
	height: 100%;
	background-image: url(../sozai/seminar993.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}





/*****************************************************************************
 *****************************************************************************/

#main_content {
	background-color: #fff;
	margin: 10px auto 0;
	max-width: 1000px;
}
.main_img img {
	width: 100%;
}
.content_wrap {
	padding: 30px 35px 35px;
	line-height: 1.7;
}
@media only screen and (max-width: 1000px) {
	.content_wrap {
		padding: 30px 4vw 4vw;
	}
}
.content {
	margin: 40px 0 0;
}
.content50 {
	display: block;
	width: 50%;
	float: left;
	padding-bottom: 15px;
}
/*.content25 {
	display: block;
	width: 25%;
	float: left;
	padding-bottom: 15px;
}*/
/*h3 {
	color: white;
	background-color: #336600;
	margin: 0;
	padding: 2px 10px 3px 10px;
	font-size: large;
}*/
.h1top {
	height: 2px;
	margin-top: 3em;
	font-size: 140%;
	width: 100%;
	display: block;
	background: -moz-linear-gradient(left, rgba(0, 102, 0, 0) 0%, rgba(0, 102, 0, 1) 30%, rgba(0, 102, 0, 1) 70%, rgba(0, 102, 0, 0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0, 102, 0, 0) 0%, rgba(0, 102, 0, 1) 30%, rgba(0, 102, 0, 1) 70%, rgba(0, 102, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0, 102, 0, 0) 0%, rgba(0, 102, 0, 1) 30%, rgba(0, 102, 0, 1) 70%, rgba(0, 102, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
}
.h1 {
	display: block;
	font-size: 1.8rem;
	width: 15em;
	font-weight: bold;
	margin: -1em auto 0;
	padding: .5em 0;
	background-color: #336600;
	text-align: center;
	color: white;
}
.h1 .s {
	display: block;
	font-size: .6em;
	font-weight: normal;
	padding: 0 0 .5em ;
}






/*****************************************************************************
 *****************************************************************************/
#footer {
	margin: 70px auto 0;
	max-width: 1110px;
	font-size: 1.3rem;
	color: #336600;
	text-align: center;
}
#footer .logo ul {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer .logo li {
	margin: 0;
	padding: 0;
	position: relative;
}
#footer .logo li:not(:first-child) {
	padding-left: 18px;
}
#footer .logo li:not(:first-child)::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #336600;
	position: absolute;
	top: calc(50% - 2px);
	left: 5px;
}
#footer .company {
	margin-top: 20px;
}
#footer .company .name {
	font-weight: bold;
	font-size: 1.6rem;
}
#footer .company .name a {
	text-decoration: none;
}
#footer .company .address {
	margin-top: 10px;
	line-height: 1.4;
}
#footer_copyright {
	text-align: center;
	font-size: 1.2rem;
	color: #898989;
	padding: 20px 0 10px;
}

@media only screen and (max-width:950px) {
	#footer .logo ul {
		display: block;
	}
	#footer .logo li,
	#footer .logo li:not(:first-child) {
		padding: 0 0 5px;
	}
	#footer .logo li:not(:first-child)::before {
		display: none;
	}
}





.font70 {
	font-size: 70%;
	font-weight: normal;
}
.font84 {
	font-size: 84%;
	color: #725E14;
}
.font94 {
	font-size: 94%;
}
.font140 {
	font-size: 140%;
	font-weight: bold;
}
.font120 {
	font-size: 120%;
	font-weight: bold;
}
.color_gold {
	color: #725E14;
}
.color_point {
	color: #BD771A;
}
.color_pink {
	color: #EC6D74;
}
.color_point_bg {
	background-color: #BD771A;
	color: white;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 2px 5px;
	font-weight: bold;
	display: inline-block;
}
.mincho {
	font-family: "游明朝", "Yu Mincho", YuMincho, Georgia, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
	font-size: 108%;
	line-height: 200%;
	color: #BD771A;
}
.color_nomal {
	color: #333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}
.zu_pad {
	padding: 0 3px;
	display: block;
}
.zu_pad img {
	margin: -1px;
	border: #333 solid 1px;
}
.imageup {
	margin-top: -80px;
}
.center {
	text-align: center;
}
.right {
	float: right;
	padding: 0 0 1em 1em;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}
#menu {
	display: none;
}
@media only screen and (max-width:800px) {
	#header {
		display: block;
		text-align: center;
	}
	#header_phone ul {
		justify-content: center;
		text-align: center;
	}
	#header_phone li {
		margin: 15px 0 0;
	}
	.swiper-slide {
		height: 100px;
	}
/*	h1 {
		display: block;
		width: 90%;
		font-size: 140%;
		margin: -1em auto 0 auto;
		padding: 3px 10px 2px 10px;
		background-color: #336600;
		text-align: center;
		color: white;
	}*/
	#nav li ul {
		display: none !important;
	}
	.swiper-slide-active {
		height: 200px;
	}
	.content50, .content25 {
		display: block;
		width: 100%;
		float: left;
	}
	.imageup {
		margin-top: 0px;
	}
	#menu {
		margin: 0 auto;
		background-color: #336600;
		text-align: center;
		padding: 0;
		display: block;
	}
	#menu a {
		background-color: #336600;
		color: white;
		text-align: center;
		display: inline-block;
		text-decoration: none;
		margin: 0;
		padding: .2em 1em .2em 1.4em;
		background-image: url(../sozai/seminar993.png);
		background-position: left center;
		background-repeat: no-repeat;
	}
	.menu_a {
		display: inline-block;
		margin: 0;
		padding-right: 15px;
		background-image: url(../sozai/seminar993.png);
		background-position: right bottom;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width:600px) {
	#header_phone ul {
		display: block;
		text-align: center;
	}
	#header_phone li {
		justify-content: center;
	}
	#header_phone .tel_link img {
		height: 15px; 
	}
	#header_phone .contact_link {
		margin-left: 0;
	}
	#header_phone .contact_link a {
		line-height: 34px;
	}
	#nav a {
		font-size: 13px;
	}
}
	

.temp_msg {
	width: 80%;
	margin: 20px auto;
	padding: 1em 1em 0;
	border: 2px solid #336600;
	font-weight: bold;
}


.anchor {
	padding: 0;
	margin: 0;
	background: transparent;
	color: #333;
	list-style: none;
	line-height: 1;
}
.anchor {
	display: flex;
	justify-content: center;
	margin: 20px 0 0;
}
.anchor a {
	display: block;
	padding: 0 15px;
	text-align: center;
}
.anchor li:not(:nth-child(1)) {
	border-left: 1px solid #aaa;
}

@media print, screen and (max-width: 700px) {
	.anchor a {
		font-size: 1.2rem;
		padding: 0 .7em;
		line-height: 1.3;
	}
}



#footer .links ul {
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#footer .links li {
	margin: .6em 0 0;
	list-style: none;
}
#footer .links li a {
	display: block;
	border:#336600 1px solid;
	line-height: 20px;
	border-radius: 10px;
	padding: 0 1em;
	text-decoration: none;
	white-space: nowrap;
}
#footer .links li:not(:first-child) {
	margin-left: .5em;
}





/*--------------------------------------------------------*/
.breadcrumbs-wrapper {
	overflow: hidden;
	width: 100%;
}
.breadcrumbs {
	margin: 0 auto;
  max-width: 1000px;
  width: 100%;	
}
.breadcrumbs ol {
	display: flex;
	padding: 1em 0;
}
.breadcrumbs li {
	padding: 0;
}
.breadcrumbs a {
	display: block;
	font-size: 1.4rem;
	padding: 0 .5em 0 1em;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs li:first-child a {
	padding-left: 0;
}
.breadcrumbs li:not(:first-child) a::before {
	content: "";
	display: inline-block;
	width: .4em;
	height: .4em;
	border-top: 1px solid #336600;
	border-right: 1px solid #336600;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: 50% 50%;
	position: absolute;
	left: 0;
	top: 50%;
	opacity: .5;
}
@media print, screen and (max-width: 950px) {
	.breadcrumbs {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		background: rgba(0,0,0,.05);
	}
	.breadcrumbs ol {
			padding: 2vw 2vw;
	}
}



/*--------------------------------------------------------*/
.section {
	padding: 90px 0 0;
}
@media print, screen and (max-width:700px) {
	.section {
		padding: 60px 0 0;
	}
}

/*--------------------------------------------------------*/
.section_hd {
	margin: 0 0 35px;
	font-size: 3rem;
	text-align: center;
	padding: 0 0 20px;
	position: relative;
	font-weight: bold;
	line-height: 1.2;
}
.section_hd::after {
	content: "";
	width: 80px;
	height: 5px;
	background: #336600;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.section_hd .hd {
	font-weight: bold;
}
.section_hd span {
	display: block;
	font-size: .5em;
	font-weight: bold;
	color: #aaa;
	margin: .3em 0 0;
}
.section_hd p {
	font-size: .5em;
	font-weight: normal;
	margin: .5em 0 0;
	color: #999;
}

/*--------------------------------------------------------*/
.section_hd2 {
	font-size: 1.8rem;
	margin: 0 0 .8em;
	color: #336600;
	border-left: 7px solid #336600;
	padding: .2em 0 .2em .6em;
	line-height: 1.2;
	font-weight: bold;
}
/*--------------------------------------------------------*/
.section_hd3 {
	font-size: 1.6rem;
	margin: 2em 0 .4em;
	font-weight: bold;
}
/*--------------------------------------------------------*/
.list_type01 {
	/*margin: 10px 0 0;*/
}
.list_type01 li {
	margin: 3px 0 0;
	position: relative;
	padding-left: 1.2em;
	line-height: 1.6;
}
.list_type01 li::before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 4px;
}
/*--------------------------------------------------------*/

.list_type02 {
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px;
}
.list_type02 li {
	margin: 4px 0 0;
	position: relative;
	padding-left: 2.8em;
}
.list_type02 li .ast {
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}
/*--------------------------------------------------------*/
.list_type03 {
	/*margin: 10px 0 0;*/
	font-size: 1.4rem;
}
.list_type03 li {
	margin: 3px 0 0;
	position: relative;
	padding-left: 1em;
	line-height: 1.6;
	/*color: #666;*/
}
.list_type03 li::before {
	content: "";
	width: 4px;
	height: 4px;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 7px;
}


/*--------------------------------------------------------*/
.list_type04 {
}
.list_type04 li {
	margin: 3px 0 0;
	text-align: center;
}
.list_type04 li p {
	padding-left: 1.2em;
	line-height: 1.6;
	display: inline-block;
	position: relative;
}
.list_type04 li p::before {
	content: "※";
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 0;
}




#footer .tax {
	padding: 0 0 30px;
	margin: 0 0 30px;
	border-bottom: 1px dotted #ccc; 
}