@charset "utf-8";
/* CSS Document */

html{
	margin: 0; 
	padding: 0;	
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
	height: 100%;
}
body{
	margin: 0; 
	padding: 0;
	height: 100%;
	font-size: 100%;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	position: relative;
	background-color: #c4eff5;
	width: 100%;
}

a:link,
a:visited,
a:active,
a:hover { /* FireFox リンク選択時の点線を消す */
	overflow: hidden;
	outline: none;
}

/* ヘッダー */
header{
	width: 100%;
	background-color: #FFF;
}
header div#header_area{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
header div#header_area div#header_logo_area{
	width: 50%;
}
header div#header_area div#header_menu_area{
	width: 50%;
	text-align: right;
}
header div#header_area div#header_menu_area a{
	color: #00abc9;
	text-decoration: none;
}
@media screen and (max-width:480px) { 
	header div#header_area{
		width: 90%;
	}
}

/* グローバルメニュー（位置変更 削除予定） */
header div#global_menu{
	width: 100%;
	border-top-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
header div#global_menu ul{
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
header div#global_menu ul li{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
header div#global_menu ul li a{
	text-decoration: none;
	color: #333;
}
main.main_area{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-items: stretch;
}

/* 左コンテンツ */
main.main_area section.left_section{
	background-color: #c4eff5;
	width: 250px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 60px;
}
main.main_area section.content_section{
	width: 750px;
}
/* グローバルメニュー */
section.left_section div#global_menu{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #c4eff5;
}
section.left_section div#global_menu ul{
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
section.left_section div#global_menu ul li{
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	width: 240px;
	height: 50px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	line-height: 50px;
	text-align: left;
	padding-left: 25px;
	font-size: 1.2rem;
}
section.left_section div#global_menu ul li.active{
	background-color: #FFF;
}
section.left_section div#global_menu ul li a{
	text-decoration: none;
	color: #333;
}
section.left_section div#global_menu ul li a i{
	display: inline-block;
	margin-right: 10px;
}

section.left_section a.btn_logout{
	display: block;
	background-color: #00abc9;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	font-size: 1.2rem;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}

/* メッセージ数 */
span.message_num{
	color: #FFF;
	background-color: #F00;
	display: none;
	height: 26px;
	line-height: 26px;
	min-width: 26px;
	border-radius: 13px;
	text-align: center;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}
@media screen and (max-width:480px) { 
	main.main_area{
		max-width: 480px;
		display: block;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	/* 左コンテンツ */
	main.main_area section.left_section{
		display: none;
	}
	/* コンテンツ */
	main.main_area section.content_section{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

/* プロフィール画像 */
div#profile_image_box{
	width: 200px;
	height: 200px;
	background-size: cover;
	background-position: center center;
	margin-left: auto;
	margin-right: auto;
}

/* 右コンテンツ */
section.content_section{
	background-color: #FFF;
}
section.content_section h1{
	background-color: #c4eff5;
	color: #00abc9;
	margin: 0;
	height: 60px;
	line-height: 60px;
}
section.content_section h2{
	font-weight: 400;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 30px;
}

/* フッター */
footer{
	width: 100%;
	background-color: #00abc9;
	position: sticky;
	top: 100vh;
}
footer div#footer_area{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

div#footer_area div#footer_menu_area{
	font-size: 0.8rem;
	text-align: right;
	padding-top: 1em;
	padding-bottom: 1em;
}
div#footer_area div#footer_menu_area a{
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	margin-left: 1em;
}
div#footer_area div#footer_menu_area a:hover{
	opacity: 0.6;
}
div#footer_area div#copyright{
	color: #FFF;
	font-size: 0.8rem;
	text-align: center;
	padding-bottom: 1em;
}
@media screen and (max-width:480px) { 
	footer div#footer_area{
		width: 90%;
	}
}

/* トップへ */
div.totop{
	background-image: url("../images/footer_totop.png");
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	right: 0;
	bottom:0px;
	cursor: pointer;
	z-index: 10;
	display: none;
	position: fixed;
}
div.totop:hover{
	opacity:0.6;
}

/* 各コンテンツ共通部分 */
div#main_content{
}

/* 目 */
div.pw_area{
	position: relative;
}
div.pw_area a.pw2txt{
	position: absolute;
	display: inline-block;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	width: 20px;
	color:#CCC;
}
div.pw_area a.active-eye{
	color:#000;
}
/* フォーム入力要素 */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
textarea,
select{
	font-size: 1.0rem;
	line-height: 1;
	color: #000;
	border-style: solid;
	border-width: 1px;
	border-color: #bababa;
	border-radius: 5px;
	background-color: #fff;
	width: 100%;
	padding: 8px;
}
input[type="date"]{
	width: auto;
}
button{
	background-color: #00abc9;
	color: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-radius: 5px;
	cursor: pointer;
}
button:disabled{
	background-color: #97ABD2;
	color: #CCC;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-radius: 5px;
	cursor: auto;
}

/* ログアウトボタン */
header div#header_area div#header_menu_area a.btn_logout{
	display: inline-block;
	background-color: #00abc9;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	font-size: 1.2rem;
	font-weight: bold;
}
/* 本サイトボタン */
header div#header_area div#header_menu_area a.btn_main_site{
	display: inline-block;
	background-color: #FFF;
	color: #00abc9;
	text-align: center;
	cursor: pointer;
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	border-width: 1px;
	border-color: #00abc9;
	border-style: solid;
	font-size: 1.2rem;
	font-weight: bold;
	margin-right: 1em;
}

/* スマートフォン用メニューボタン */
a.menu-trigger{
	margin-top: 15px;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 50px;	/* 50px */
	height: 44px;	/* 44px */
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #00abc9;
	border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 20px;	/* 20px */
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
/* 変化後 */
.menu-trigger span:nth-of-type(1) {
	animation: menu-bar01 .75s forwards;
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(20px) rotate(45deg);
	}
	50% {
		transform: translateY(20px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.menu-trigger span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
}
.menu-trigger span:nth-of-type(3) {
	animation: menu-bar02 .75s forwards;
}
@keyframes menu-bar02 {
	0% {
		transform: translateY(-20px) rotate(-45deg);
	}
	50% {
		transform: translateY(-20px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
.menu-trigger.active span:nth-of-type(1) {
	animation: active-menu-bar01 .75s forwards;
	background-color: #00abc9;
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(20px) rotate(0);
	}
	100% {
		transform: translateY(20px) rotate(45deg);
	}
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	animation: active-menu-bar03 .75s forwards;
	background-color: #00abc9;
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-20px) rotate(0);
	}
	100% {
		transform: translateY(-20px) rotate(-45deg);
	}
}
/* スマホ用メニュー */
div#menu_area{
	display: none;
	position: fixed;
	top:90px;
	left: 0;
	background-color: rgba(0,0,0,0.80);
	width: 100vw;
	height: calc(100vh - 90px);
	z-index: 100;
}
div#menu_area ul{
	margin: 0;
	padding: 20px;
	padding-left: 60px;
	list-style-type: none;
}
div#menu_area ul li{
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	line-height: 2.5em;
}
div#menu_area ul li a{
	color: #FFF;
	text-decoration: none;
}
div#menu_area ul li a i{
	display: inline-block;
	margin-right: 10px;
}

/* 読み込み中マーク */
div#loading{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	opacity: 0.75;
	z-index:100;
	text-align:center;
}
div#loading img{
	margin-top:300px;
}

/* モーダルウィンドウ */
div#modal {
	display: none;
	position: fixed;
	top:0;
	width: 100%;
	height: 100%;
	z-index:20;
}
div#modal div.background {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	opacity: 0.75;
}
div#modal div.container {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100vw;
	max-height: 100vh;
	background-color: #ffffff;
	overflow-x : auto;
	overflow-y : auto;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 20px;
	border-radius: 10px;
}
div#modal div.container a.close{
	position: absolute;
	top:10px;
	right: 10px;
	text-decoration: none;
	color: #333;
}
div#modal div.container section.edit_container{
	margin-top: 20px;
	width: 600px;
	
}
@media screen and (max-width:480px) { 
	div#modal div.container section.edit_container{
		width: 100%;;
	}
}

/* 共通 */
.pcmode{
	display:block;
}
.spmode{
	display:none;
}
.pcinline{
	display:inline;
}
.spinline{
	display:none;
}


@media screen and (max-width:480px) { 
	/* 共通 */
	.pcmode{
		display:none;
	}
	.spmode{
		display:block;
	}
	.pcinline{
		display:none;
	}
	.spinline{
		display:inline;
	}
}