@charset "utf-8";
/* ===================================================================
CSS information

 file name  :module.css
 author     :日本アンチエイジング歯科学会創立20周年記念学術大会
 style info :共通（ヘッダー、フッター）
=================================================================== */

/* -----------------------------------------------------------
	header
		ヘッダー
----------------------------------------------------------- */


.l-header {
	position: relative;	
 /*border-top: 8px solid #f0d57a;*/
	z-index: 1;
  width: 22%;
  background-color: #FCFAF2;
}

.l-header__inner {
  overflow-y: scroll;
}

.l-header__inner::-webkit-scrollbar {
  width: 12px;
}

.l-header__inner::-webkit-scrollbar-track {
  background-color: #FCFAF2;
}

.l-header__inner::-webkit-scrollbar-thumb {
  background-color: #EEE2B4;
}

.pc_img_title img {
  margin-top: 10px;
  box-sizing: border-box;
  padding: 0 2px;
}

.sp_img_title {
  margin-left: 20px;
  padding-bottom: 5px;
}

.sp_img_title img {
  max-width: 50%;
}

/*---------- メインメニュー ----------*/
/*
.l-header__main-menu {
	width: 100%;
}

.l-header__main-menu.m_fixed {
 left: 0;
 position: fixed;
 width: 100%;
 top: 0;
 background-color: #e0edf7;
 opacity: 0.9;
}



.l-header__main-menu-inner {
}

.l-header__main-menu-content {
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
	width: 100%;
  margin-bottom: 0;
}

*/

.l-header__main-menu-content {
  padding: 0 15px 0 45px;
}

.l-header__main-menu ul li {
  margin-bottom: 0;
}

.l-header__main-menu-item {
	position: relative;
	padding: 2px 0;
	/*flex-basis: 12%;
	 flex-basis: 14.28%; 7つ 
	text-align: center;*/
	box-sizing: border-box;
}



/*
.l-header__main-menu-item:not(:first-of-type)::before {
	position: absolute;
	content: "";
	top: 13px;
	left: 0;
	width: 1px;
	height: 25px;
	background-color: #CCC;	
}
*/

.l-header__main-menu-item a {
	position: relative;
	display: block;
	width: 100%;
	/*height: 45px;*/
	margin: 0 auto;
	/* padding: 0 10px;		
	border-bottom: 1px solid transparent;*/
	text-decoration: none;
	font-size: 1em;
	font-weight: 500;	
	color: #4C4C4C;
	line-height: 40px;	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
}

.l-header__main-menu-item a::before {
  background: #021F59;
  content: '';
  width: 80%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: transform .5s;
}

.l-header__main-menu-item a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/*
.l-header__main-menu-item:last-of-type a {
	font-size: .9em;
}*/


.l-header__main-menu-item a:link, 
.l-header__main-menu-item a:visited {
	color: #3C3C3C;
}

.l-header__main-menu-item a:hover {
	color: #021F59;
	/*-webkit-transition: all .3s;
	transition: all .3s;*/
}

/*---------- 右矢印付き　----------*/
.l-header__main-menu-item.-arrow__r::before,
.l-header__main-menu-item.-arrow__r::after {
	position: absolute;	
	content: "";
	width: 6px;
	height: 1px;	
	top: -1px;	
	right: 8%;	
	bottom: 0;
	margin: auto;
	background-color: #3C3C3C;	
	transition: background .2s ease;
	transform-origin: right center;
	transform: rotate(40deg);
}

.l-header__main-menu-item.-arrow__r::after {
	transform: rotate(-40deg);
}


/*,
.l-header__main-menu-item.current a
*/

.address {
  padding: 0 30px 0 45px;
  margin-top: 3rem;
}


.poster {
  padding: 0 30px 0 45px;
  margin-top: 3rem;
}

.poster a:hover {
  color: #FFF;  
	webkit-transition: all .3s;
	transition: all .3s;
}
/*
.ad_bnr_area {
  text-align: center;
  padding-left: .5rem;
  margin-top: 3rem;
}

.ad_bnr_area li {
  margin: 0.5rem 0;
}

.ad_bnr_area li img {
  border: 1px solid #CCC;
}
*/

/*-----------スマホ トグルボタン-------------*/
#nav-toggle {
  position: absolute;
  right: 0;
  top: 10px;
  width: 30px;
  height: 30px;
  padding: 10px 25px 15px;
  cursor: pointer;
  z-index: 101;
}
	/* 
#nav-toggle::before {
	content: "メニュー";
	position: absolute;
	bottom: -11px;
	left: -1px;
	font-size: 60%;
	font-weight: 700;
}
.nav-open #nav-toggle::before {
	content: "閉じる";
	position: absolute;
	bottom: -11px;
	left: 2px;
	font-size: 70%;
	font-weight: 700;
} */

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	width: 36px;
	height: 4px;
	background-color: #444;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-ms-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;	
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

.nav-open #nav-toggle span{
  left: 30%;        
}   
.nav-open #nav-toggle span:nth-child(1){
  top: 11px;
  transform: rotate(45deg);
}
.nav-open #nav-toggle span:nth-child(2){
  opacity: 0;
}
.nav-open #nav-toggle span:nth-child(3){
  top: 11px;
  transform: rotate(-45deg);
}


	

/*----------モーダル　オーバーレイ----------*/
#modal-overlay {
	display: none;
	position: fixed;
	background: rgba(255,255,255,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
} 



.sp_navi_li {
  display: none;
  position: absolute;
  width: 100%;
  padding: 40px 34px;
  background-color: #FCFAF2;
  border-bottom: 8px solid #f0d57a;
  box-sizing: border-box;
}

.sp_navi_item {
  margin-bottom: 0;
  border-bottom: 2px solid #E2E2E2;
}

.sp_navi_item a{
	position: relative;
  display: block;
  padding: 12px 20px 10px 0;
  text-decoration: none;
  color: #4C4C4C;
	box-sizing: border-box;	
}

.sp_navi_item:first-child a{  
  border-top: 2px solid #E2E2E2; 
}

/* -----------------------------------------------------------
	footer
		フッター
----------------------------------------------------------- */
.l-footer {
}

/*---------- トップスクロールボタン ----------*/
#js-page-top__scroll {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 100%;
	z-index: 99;
}

#js-page-top__scroll a {
	position: relative;
	display: block;	
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #f0d57a;
	text-align: center;
	text-decoration: none;	
}

#js-page-top__scroll a:after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 40%;
	left: 37%;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
}

#js-page-top__scroll a:hover {
	text-decoration: none;
	cursor: pointer;
	-webkit-opacity: .7;
	opacity: .7;
}

/*---------- フッターコンテンツ ----------*/
.l-footer__inner {
	/*background-color: #F7F7F7;*/
  background-color: #F0D57A;
  /*padding: 10px;*/
}

/*---------- 事務局 ----------*/
.p-footer-office {
}

.p-footer-office__inner {
	/*margin: 0 auto;
	padding-left: 30px;*/
}

.p-footer-office__head {
  font-weight: 500;
		
}

.p-footer-office__content {
	font-size: .9em;
}

.p-footer-office__contact-link {
}

.p-footer-office__contact-link .c-btn__container {
	width: 100%;
}

.p-footer-office__contact-link {
	margin: 1em 0;
  font-size: .9em;
}

.p-footer-office__info {
	margin: 20px 0;
	padding: 15px 25px;
	background-color: RGBa(255, 255, 255, .13);
	font-size: .9em;
	line-height: 1.6;
}

.p-footer-office__info a {
}

/*---------- コピーライト ----------*/
.p-footer-copy-right {
	/*background-color: #4394D0;
	border-top: 1px solid RGBa(255, 255, 255, .2);*/
  text-align: end;
}

.p-footer-copy-right__inner {
	/*text-align: center;*/
	font-size: .75em;
	font-weight: 500;
	color: #FFF;	
}

.p-footer-copy-right__inner a {
	color: #FFF;	
}