@charset "Shift_JIS";


@media print {
  body {
    width: 1000px;
    transform: scale(0.95);
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform-origin: 0 0;
  }
}

body {
	font-size: 16px;
	line-height: 1.8;
	color: #3D3D3D;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	min-width: 320px;
	background-color: #DAA6C3;
}

a {
	color: #6D0760;
}

img {
	max-width: 100%;
	height: auto;
}

a img {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
 
a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

p {
	margin: 0;
}

h1 {
	width: 483px;
	height: 71px;
	background-image: url(../img/shiunkai.svg);
	background-repeat: no-repeat;
	position: absolute;
	top: -61px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}

h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 30px;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 15px;
}
#About h2 {
	color: #3EAEB3;
}
#AboutTheme h2 {
	color: #F39800;
}
#Lectures h2 {
	color: #DD5B8B;
}
#Schedule h2 {
	color: #7C6854;
}

h3 {
	font-size: 18px;
	color: #47210D;
	line-height: 1.2;
}

h4 {
	font-size: 16px;
	color: #47210D;
	line-height: 1.2;
	margin-bottom: 15px;
}

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

.container {
	width: 1000px;
	margin: 60px auto;
	padding:0;
	position: relative;
}

.contents {
	width: 1000px;
	margin: 0px;
	padding: 60px 130px 100px 160px;
	background-color: #FFF;
}

.contents a:hover {
	text-decoration: underline;
}

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

.geo_img {
	width: 231px;
	height: 353px;
	background-image: url(../img/geo_img.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -60px;
	left: 0;
	z-index: 99;
}

#pagetop a {
	width: 40px;
	height: 40px;
    position: fixed;
    bottom: 20px;
    right: 15px;
	background-image: url(../img/pagetop.svg);
	background-repeat: no-repeat;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}

#pagetop a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

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

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

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

.flex_btw {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex_btw:after {
	content: none;
}

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

.pdg {
	padding-left: 20px;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.indent2 {
	padding-left: 2em;
	text-indent: -2em;
}

.img_left {
	float: left;
	margin: 0px 30px 10px 0px;
}

.img_right {
	float: right;
	margin: 0px 0px 10px 30px;
}

.fig {
	text-align: center;
	padding-bottom: 30px;
}

.kakomi01 {
	border: 1px dashed #999;
	padding: 12px 20px;
	margin-bottom: 45px;
	border-radius: 15px;
	text-align: center;
}

.btn01 {
	margin-top: 15px;
}

.btn01 a {
	display: inline-block;
	background-color: #BBB;
	color: #FFF;
	padding: 8px 20px;
}

.btn01 a:after {
	margin-left: 15px;
	content: "\f0da"; /* caret-right */
    font-family: FontAwesome;
}

.btn01 a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

figure {
	display: inline-block;
    margin: 0;
}

figure img {
    margin: 0px 0px 8px 0px;
}

figcaption {
	line-height: 1.2;
    text-align: center;
}


/* ヘッダー
------------------------------------- */

#header {
	width: 1000px;
	height: 130px;
	border-radius: 40px 40px 0px 0px;
	position: relative;
	background: rgb(221,221,221); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(221,221,221,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(221,221,221,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(221,221,221,1) 0%,rgba(244,244,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#header h1 {
	margin: -5px 0px 0px 40px;
}

#header .catch {
	position: relative;
	top: 15px;
	left: 25px;
	margin-left: 15px;
	color: #5F4A41;
	font-size: 12px;
	letter-spacing: 0.3em;
}

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

#header .snavi {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	right: 50px;
	top: 0px;
}

#header .snavi li {
	margin: 0px 0px 0px 10px;
}

#header .snavi li a {
	display: block;
	padding: 10px;
	font-size: 13px;
	line-height: 1.3;
	color: #940D84;
}

#header .snavi li a:hover {
	color: #C64E97;
}

#header .snavi a:after {
	font-size: 9px;
	color: #C64E97;
	margin-left: 10px;
	vertical-align: 1px;
	content: "\f04b"; /* play */
    font-family: FontAwesome;
}

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

#header .gnavi {
	display: flex;
	flex-wrap: wrap;
	margin: 0px 0px 0px 0px;
	position: absolute;
	left: 260px;
	bottom: 0px;
}

#header .gnavi li {
	margin: 0px 25px 0px 0px;
	position: relative;
}

#header .gnavi li a {
	display: block;
	margin-bottom: -5px;
	padding: 12px 40px 22px 0px;
	font-size: 17px;
	color: #940D84;
	line-height: 1.4;
	border-bottom: 5px solid rgba(0,0,255,0);
}

#header .gnavi li a:before {
	font-size: 40px;
	content: "−";
	position: absolute;
	top: -24px;
	left: -7px;
}

#header .gnavi li a span {
	display: block;
	font-size: 11px;
	letter-spacing: 0.1em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	position: absolute;
	top: 36px;
}

#header .gnavi li.g01 a:before,
#header .gnavi li.g01 a span {
	color: #3EAEB3;
}
#header .gnavi li.g02 a:before,
#header .gnavi li.g02 a span {
	color: #F39800;
}
#header .gnavi li.g03 a:before,
#header .gnavi li.g03 a span {
	color: #DD5B8B;
}
#header .gnavi li.g04 a:before,
#header .gnavi li.g04 a span {
	color: #7C6854;
}

#header .gnavi li.g01 a:hover,
#About #header .gnavi li.g01 a {
	color: #3EAEB3;
	border-bottom: 5px solid #3EAEB3;
}
#header .gnavi li.g02 a:hover,
#AboutTheme #header .gnavi li.g02 a {
	color: #F39800;
	border-bottom: 5px solid #F39800;
}
#header .gnavi li.g03 a:hover,
#Lectures #header .gnavi li.g03 a {
	color: #DD5B8B;
	border-bottom: 5px solid #DD5B8B;
}
#header .gnavi li.g04 a:hover,
#Schedule #header .gnavi li.g04 a {
	color: #7C6854;
	border-bottom: 5px solid #7C6854;
}


/* フッター
------------------------------------- */

#footer {
	width: 1000px;
	background-color: #0094AA;
	border-radius: 0px 0px 40px 40px;
	margin-top: -2px;
}

#footer .gnavi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #3EAEB3;
}

#footer .gnavi li {
	margin: 0px 0px 0px 0px;
}

#footer .gnavi li a {
	display: block;
	padding: 20px 15px;
	font-size: 13px;
	line-height: 1.3;
	color: #FFF;
}

#footer .gnavi a:before {
	content: "・";
}

#footer .gnavi li a:hover {
	color: #BFE8ED;
}

#footer small {
	display: block;
	padding: 20px 0px;
	font-size: 12px;
	line-height: 1.3;
	color: #FFF;
	text-align: center;
}


/* トップページ
------------------------------------- */

#Home .contents {
	margin: 0px;
	padding: 0px;
	background-color: #0094AA;
}

#Home h1 {
	width: 965px;
	height: 140px;
	top: -63px;
}

#Home #header {
	height: 646px;
	background-color: #F1F2EF;
	background-image: url(../img/home_img.jpg);
	background-repeat: no-repeat;
	background-size: 1000px;
	background-position: bottom;
}

#Home #header .snavi {
	right: 15px;
	top: 107px;
}

#Home #header .snavi .home {
	display: none;
}

#Home #header .logo {
	width: 332px;
	height: 102px;
	background-image: url(../img/home_logo.svg);
	background-repeat: no-repeat;
 	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 62px;
	left: 55px;
	z-index: 999;
}

#Home #header .catch {
	font-size: 14px;
	color: #940D84;
	letter-spacing: 0.1em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	position: absolute;
	top: 112px;
	left: 403px;
}

#Home #header .gnavi {
	flex-direction: column;
	margin: 0px 0px 0px 0px;
	position: absolute;
	left: 589px;
	top: 255px;
}

#Home #header .gnavi li {
	margin-bottom: 43px;
	border-left: 1px solid #940D84;
}

#Home #header .gnavi li a {
	padding: 22px 0px 0px 20px;
	border-bottom: none;
}

#Home #header .gnavi li a:before {
	top: -14px;
	left: 13px;
}

#Home #header .gnavi li a span {
	top: 46px;
}

#Home #header .gnavi li a:hover:after {
	border-bottom: none;
	font-size: 10px;
	content: "\f04b"; /* play */
    font-family: FontAwesome;
	position: absolute;
	top: 6px;
	left: 55px;
}

#Home #footer .gnavi {
	display: none;
}

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

#Home .lead {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0px 40px 80px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #FFF;
	background-color: #3EAEB3;	
}

#Home .lead dt {
	margin: 15px 25px 0px 0px;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: 1px;
}

#Home .lead dd {
	padding: 5px 0px 5px 15px;
	font-size: 15px;
	line-height: 1.6;
	width: 430px;
	border-left: 1px solid #FFF;
}

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

#Home .news {
	padding: 0px 90px 50px 90px;
	color: #FFF;
}

#Home .news .ttl {
	margin: -1px auto 20px;
	width: 270px;
	height: 22px;
	background-image: url(../img/home_information.svg);
	background-repeat: no-repeat;
 	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}

#Home .news dl {
	font-size: 16px;
	border-bottom: 1px dashed #EDFFFF;
}

#Home .news dt {
	text-align: left;
	clear: left;
	float: left;
	width: 170px;
	padding: 10px 0px 8px 20px;
}

#Home .news dd {
	text-align: left;
	padding: 10px 15px 8px 170px;
	border-top: 1px dashed #EDFFFF;
}

#Home .news dt:first-child + dd {
	border-top: none;
}

#Home .news a {
	color: #FFF;
	text-decoration: underline;
}

#Home .news a:hover {
	text-decoration: none;
}


/* テーブル01
------------------------------------- */

.tbl01 {
	line-height: 1.4;
}
.tbl01 th {
	color: #009DDD;
	font-weight: normal;
	padding: 15px 15px 15px 25px;
	background-color: #E2ECF8;
	border: 5px solid #FFF;
	text-align: left;
}
.tbl01 td {
	padding: 15px 15px 15px 30px;
	background-color: #F1F6FC;
	border: 5px solid #FFF;
}
.tbl01 td p {
	color: #009DDD;
}


/* テーマについて
------------------------------------- */

#AboutTheme h3 {
	margin-bottom: 5px;
}

#AboutTheme ul.theme {
	margin: 20px 0px 0px 0px;
	padding-left: 26px;
}

#AboutTheme ul.theme li {
	counter-increment: title;
	line-height: 1.5;
	margin-bottom: 30px;
	padding: 5px 0px 0px 15px;
	border-left: 2px solid #F39800;
	position: relative;
}

#AboutTheme ul.theme li h3::before {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 28px;
	color: #F39800;
	content: counter(title);
	position: absolute;
	top: 3px;
	left: -26px;
}

#AboutTheme .btn_link a {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-color: #F39800;
	line-height: 1;
	padding: 3px 10px;
	margin-left: 10px;
	border-radius: 3px;
	vertical-align: 3px;
}
#AboutTheme .btn_link a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
	text-decoration: none;
}
#AboutTheme .btn_link a:link, 
#AboutTheme .btn_link a:visited {
	color: #FFF;
}


/* 過去の講演
------------------------------------- */

#Lectures .description {
	margin-bottom: 20px;
}

#Lectures ul.latest {
	display: flex;
	flex-wrap: nowrap;
	margin: 0px 0px 0px 0px;
}

#Lectures ul.latest>li {
	width: 500px;
}

#Lectures ul.latest .left {
	margin: -20px 30px 0px 0px;
	width: 170px;
}

#Lectures h3 {
	display: inline-block;
}

#Lectures .lecture_date {
	display: inline-block;
	color: #FFF;
	background-color: #DD5B8B;
	line-height: 1;
	padding: 3px 0px;
	width: 170px;
	text-align: center;
	margin-right: 25px;
}

#Lectures ul.latest .left .size {
	line-height: 1.2;
	text-align: center;
}

#Lectures ul.latest .left .icon a {
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto 15px;
	background-image: url(../img/icon_pdf.svg);
	background-repeat: no-repeat;
 	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}

#Lectures .item_theme {
	display: inline-block;
	font-size: 11px;
	color: #FFF;
	background-color: #DD5B8B;
	line-height: 1;
	margin: 0px 10px 0px 200px;
	padding: 3px 10px;
}

#Lectures .item_gairyaku {
	display: inline-block;
	font-size: 11px;
	color: #FFF;
	background-color: #DD5B8B;
	line-height: 1;
	margin: 15px 0px 0px 0px;
	padding: 3px 10px;
}

#Lectures .btn_profile {
	display: inline-block;
	width: 200px;
	font-size: 14px;
	color: #FFF;
	line-height: 1;
	margin: 20px 0px 0px 200px;
	padding: 15px 15px;
	position: relative;
    cursor: pointer;
}

#Lectures .btn_profile {
	background-color: #DD5B8B;
}

#Lectures .btn_profile:after {
	font-size: 9px;
	color: #FFF;
	content: "\f04b"; /* play */
    font-family: FontAwesome;
	position: absolute;
	top: 18px;
	right: 15px;
}

#Lectures .btn_profile:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#Lectures .ttl_view_year {
	font-weight: normal;
	border-bottom: 1px solid #6B4F3A;
	margin-bottom: 5px;
	padding: 3px 10px;
}

#Lectures .archive_year li {
	display: inline-block;
	margin: 0px 0px 0px 10px;
}

#Lectures .post-body {
	font-size: 14px;
	margin: 0px 0px 15px 200px;
}

#Lectures .contents-navi {
	text-align: center;
}

#Lectures .tag {
	margin: 20px 0px 0px 200px;
	font-size: 12px;
}

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

.modal_wrap input {
    display: none;
}

.modal_overlay {
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.1s, transform 0s 0.1s;
    transform: scale(0);
}

.modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_content {
    position: relative;
	align-self: center;
    width: 400px;
	max-height: 450px;
	margin-left: 400px;
    padding: 24px 0px 15px 10px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.5;
    transition: 0.1s;
	background-color: #FEF6F9;
	box-shadow:1px 1px 12px 0px rgba(0,0,0,0.3);
}

.modal_content .inner {
	overflow-y: scroll;
	max-height: 450px;
}

.modal_content .inner p {
	padding: 10px 15px;
}

.modal_content h3 {
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	background-color: #DD5B8B;
	margin-right: 5px;
	padding: 15px 10px 10px 15px;
	width: 360px;
}

.modal_content h3 span {
	display: block;
	font-size: 16px;
	margin-top: 4px 0px 0px 0px;
}

.modal_content img {
	float: right;
	width: 120px;
	height: 120px;
	xmargin: 0px 0px 5px 15px;
}

.close_button {
	width: 100%;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
	padding: 3px 10px;
    font-size: 20px;
	color: #DD5B8B;
	line-height: 1;
	background-color: #FEF6F9;
	text-align: right;
}

.modal_wrap input:checked ~ .modal_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.1s;
}


/* 講演スケジュール
------------------------------------- */

#Schedule h2 {
	margin-bottom: 0px;
}

#Schedule div.scheduleMeta {
  text-align: left;
  font-size: 14px;
}

#Schedule table.scheduleCalendar td {
	padding: 5px;
	font-size: 13px;
	line-height: 1.4;
}


/* お問い合わせ
------------------------------------- */

#Contact form {
	margin-top: 30px;
}

#Contact form th {
	width: 250px;
	text-align: left;
	font-weight: normal;
	padding-left: 30px;
	vertical-align: top;
}

#Contact form td {
	padding-bottom: 20px;
	vertical-align: top;
}

#Contact form table input {
	width: 350px;
	margin-bottom: 5px;
	border: 1px solid #888;
}

#Contact form table textarea {
	width: 400px;
	border: 1px solid #888;
}

#Contact form .required {
	padding: 1px 5px;
	margin-left: 8px;
	border-radius: 3px;
	font-size: 10px;
	background-color: #DB2D30;
	color: #FFF;
}

#Contact form .mail-attention small {
	margin-left: 10px;
}







