@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}

/*==================================================
基本デザイン
想定端末：iPhone SE の Portrait（縦構え）
==================================================*/


input[type="text"], input[type="password"], input[type="date"],textarea {
    background-color: white;
    border-color: #dbdbdb;
    color: #363636;
    box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
    font-size: 1.5rem;
    padding: 8px 5px;
    box-sizing: border-box;
    display: inline;
    width: 100%;
}

body{
 font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
 display: flex;
	flex-direction: column;
 min-height: 100vh;
}

#wrapper{
	margin: 0 auto auto;
	width: 90%;
	max-width: 1050px;
	
}

/*ヘッダー*/
header{
font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	background-color: rgba(0,142,187,1.00);
	color: #fff;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	padding: 1.5em 0;
}

footer{
	text-align: center;
	padding: 1em 0;
	font-size: 1.2rem;
	background-color: #e7e7e7;
	color: #888;
}

/*エラー・必須*/

.red{
	color: rgba(246,90,141,1.00);	
}

.error{
	color: rgba(246,90,141,1.00);
	font-size: 13px;
	margin: 2em 0;
	border: 1px solid rgba(246,90,141,1.00);
	background-color: rgba(246,90,141,0.05);
	padding: 15px;
}

.error:empty,.display_error:empty{
	display: none;
}

/*タイトル等*/

h1{
	text-align: center;
	font-size: 2.6rem;
	color: #333;
	position: relative;
	margin: 1em ;
}

h1::after{
	content: '';
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #028EBA rgba(0,0,0,0) rgba(0,0,0,0);
}

h2{
font-size: 2rem;
	font-weight: 300;
	color: #333;
	letter-spacing: 2px;
	margin: 0 0 0.2em;
}

h3{
	color: rgba(10,93,120,1.00);
	font-size:2rem;
	font-weight: 700;
}

.info{
	background-color: rgba(255,252,233,1.00);
	color: #333;
	font-size: 13px;
	border: 1px dashed rgba(139,137,122,1.00);
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.info p{
	margin: 0.5em 0;
}

.info a{
	color: rgba(31,132,223,1.00);
}

.info a:hover{
	opacity: 0.5;
	transition-duration: 500ms;
}
hr {
    background-color: whitesmoke;
    border: none;
    display: block;
    height: 2px;
    margin: 1.5rem 0;
}

hr {
    height: 6px;
    background: url("images/hr.png") center center repeat-x;
    margin-top: 50px;
    margin-bottom: 50px;
}

.schedule{
	font-size: 1.4rem;
	margin-top: 1em;
	background-color: hsla(194,55%,94%,1.00);
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
}



/*テーブル*/

.base{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	font-size: 1.4rem;
	font-family: 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	border-top: 1px solid #dbdbdb;
	margin-bottom: 2em;
}

.base td{
	display: block;
	width: 100%;
    border-width: 1px;
	border: 1px solid #DBDBDB;
	    padding: 0.5em 0.75em;
	box-sizing: border-box;
    border-top-style: none;
}

.base td.komoku{
		background-color: #f7f7f7;
}

.eg{
	font-size: 12px;
	color: #888;
}

.base.sche-table{
	font-size: 12px;
	width: 100%;
	margin-top: 1em;
	background-color: #fff;
}

.base.sche-table td{
	display: table-cell;
}

.base.sche-table td:nth-of-type(1){
	width: 30%;
	background-color: #f9f9f9;
}

/*入力欄*/

input[type="text"]{
	font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

input#address{
	margin-top: 8px;
}

input.per40{
	width: 30%;
}

input[type="date"]{
	width: auto;
}


/*ボタン*/

.btn-control{
	font-size: 1.5rem;
	margin: 0em 0em 4em 0em;
	display: flex;
	justify-content: center;
}

.btn-control.modcontrol{
	margin: 0;
	justify-content: flex-end;
}

button{
    border: none;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(0.375em - 1px);
    padding-top: calc(0.375em - 1px);
    text-align: center;
    white-space: nowrap;
	color: white;
    border-style: none;
    padding: 0.5em 1em;
    transition: 0.5s;
	background-color: rgba(0,142,187,1.00);
	border-radius: 5px;
	font-size: 1.6rem;
}

button[name="back"]{
	background-color: #CCC;
}

button.pay_btn{
	background-color: rgba(187,128,0,1.00);
}

button.mod_btn{
	background-color: #999;
	font-size: 14px;
	border-radius: 15px;
}

button .material-icons {
    font-size: 18px;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: -5px;
}

button:hover{
		opacity: 0.5;
		transition-duration: 300ms;
	}

/*ログイン画面*/

div.container{
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

div.box{
    width: 80%;
    max-width: 400px;
    box-shadow: none;
    position: relative;
    padding: 40px 20px 10px;
}


.avatar img {
    padding: 5px;
    background: #3C413A;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 3px rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.1);
    box-shadow: 0 2px 3px rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.1);
    width: 100px;
    height: 100px;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.eg li{
	font-size: 13px;
	color: lightslategrey;
}

.add-category{
	color: #333;
	padding: 0.4em;
	box-sizing: border-box;
	font-size: 13px;
	margin: 0px 0px 15px 0px;
}

a.r-link{
	font-size: 14px;
	text-align:center;
}

/*==================================================
横幅600px以上 
想定端末：iPhone 8plus の Landscape（横構え）
==================================================*/
@media screen and (min-width:600px) {
	
	.base td{
		display: table-cell;
	}
	
	.base td.komoku{
		width: 20%;
	}
	
	.base td.komoku .red{
		float: right;
	}
	
.base.sche-table{
	width: 60%;
}
	

	
div.box{
    width: 60%;
    max-width: 400px;
    box-shadow: 0px 0px 4px 2px rgba(10,10,10,0.1);
    position: relative;
    padding: 40px 20px 10px;
}
	
	input.per45{
		width: 45%;
	}

	

}


/*==================================================
横幅812px以上 
想定端末：iPhone Xs の Landscape（横構え）
==================================================*/
@media screen and (min-width:812px) {

}


/*==================================================
横幅896px以上 
想定端末：iPhone XsMax, XR の Landscape（横構え）
==================================================*/
@media screen and (min-width:896px) {

}



/*
↑ここまでスマートフォン横　Landscape
==================================================
↓ここからタブレット縦　Portrait
*/


/*==================================================
横幅768px以上 
想定端末：iPad の Portrait
==================================================*/
@media screen and (min-width:768px) and (orientation:portrait) {

}


/*==================================================
横幅834px以上 
想定端末：iPad Pro 11inch の Portrait
==================================================*/
@media screen and (min-width:834px) and (orientation:portrait) {

}


/*==================================================
横幅1024px以上 
想定端末：iPad Pro 12.9inch の Portrait
==================================================*/
@media screen and (min-width:1024px) and (orientation:portrait) {

}





/*
↑ここまでタブレット縦　Portrait
==================================================
↓ここからタブレット横　Landscape
*/



/*==================================================
横幅1024px以上 
想定端末：iPad の Landscape
==================================================*/
@media screen and (min-width:1024px) and (orientation:landscape) {

}

/*==================================================
横幅1194px以上 
想定端末：iPad Pro 11inch の Landscape
==================================================*/
@media screen and (min-width:1194px) and (orientation:landscape) {

}


/*==================================================
横幅1366px以上 
想定端末：iPad Pro 12.9inch の Landscape
==================================================*/
@media screen and (min-width:1366px) and (orientation:landscape) {

}



/*
↑ここまでタブレット横　Landscape
==================================================
↓ここからPC ※マウスがあるという前提
*/






/*==================================================
横幅1367px以上 
想定端末：PC ※マウスがある前提
==================================================*/
@media screen and (min-width:1367px) {

}



