@charset "UTF-8";

/* @group フォント、アイコン設定 */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700&display=swap);

@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';
}


input[type="text"], input[type="password"], 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;
}

textarea{
	width: 100%;
}

/*==================================================
基本デザイン
==================================================*/

body{
	font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #434343;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#wrapper{
	max-width: 1260px;
	width: 94%;
	margin: 0px auto auto;
}

a{
	color: rgba(255,145,144,1);
	text-decoration: none;
	/*border-bottom: 1px solid rgba(0,122,103,1.00);*/
	word-break: break-all;
	word-wrap: break-word;
}

a:hover{
	opacity: 0.5;
	transition-duration: 500ms;
}


a.o-link:after {
    font-family: 'Material Icons';
    content: '\e89e';
    margin-right: 2px;
    margin-left: 2px;
    position: relative;
    top: 3px;
}

a.o-mail:after {
    font-family: 'Material Icons';
    content: '\e0be';
    margin-right: 2px;
    margin-left: 2px;
    position: relative;
    top: 3px;
}

a.guide-link{
	font-size: 2rem;
	border-bottom: 1px solid rgba(255,145,144,1);
	color: rgba(255,145,144,1);
	padding-bottom: 5px;
}

h1{
	font-weight: 500;
	font-size: 2.5rem;
	text-align:center;
	padding: 1em 0;
	color: rgba(255,145,144,1);
    box-sizing: border-box;
}

h2{
	font-weight: 700;
	font-size: 2rem;
	padding: 1em 0 0.1em;
	color: rgba(255,145,144,1);
    box-sizing: border-box;
	border-bottom: 4px #CCC double;
	margin-bottom: 0.3em;
}

h2 small{
	display: block;
}

h3{
	font-weight: 500;
	font-size: 1.7rem;
	padding: 0.3em 0 0.1em;
	color: rgba(121,121,121,1.00);
    box-sizing: border-box;
	border-bottom: 1px dashed #CCC;;
	margin-bottom: 0.8em;
}



.up-btm-p1em{
	padding: 1em 0;
}

.up-p1em{
	padding: 1em 0 0;
}
.top8px{
	margin-top: 8px;
}

.error{
	font-size: 1.5rem;
	font-family: sans-serif;
	color: rgba(226,71,102,1.00);
	background-color: rgba(226,71,102,0.08);
	padding: 0.5em;
	box-sizing: border-box;
	border: 1px solid rgba(226,71,102,1.00);
	border-radius: 1px;
}



/*ヘッダー*/

header{
	padding: 1em 0.5em;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background-color: rgba(255,145,144,1);
	font-size: 2.8em;
	letter-spacing: 2px;
	font-weight: bold;
	font-family:serif;
    box-sizing: border-box;
}

#header_sub{
	display: flex;
	justify-content: flex-end;
	padding: 2em 0 0;
}

#header_sub a{
	border-bottom: none;
}

/*基本テーブル*/

.red{
	color: rgba(226,71,102,1.00);
	font-size: 11px;
	padding: 2px 5px;
	border: 1px solid rgba(226,71,102,1.00);
	border-radius: 3px;
	float: right;
	font-weight: 500;
}

.red-c{
		color: rgba(226,71,102,1.00);
}

.orange-c{
	color: rgba(255,149,3,1.00);
}

.base1{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 2em;
}

.base1 td{
	border: 1px solid rgba(209,209,209,1.00);
	padding: 15px;
	box-sizing: border-box;
	font-size: 1.5rem;
}

.base1 td.komoku{
	width: 20%;
	background-color: rgba(246,246,246,1.00);
	font-size: 1.5rem;
	font-weight: bold;
	color: rgba(105,105,105,1.00);
}


/*フッター*/
footer{
	text-align: center;
	font-size: 13px;
	padding: 2em 0;
	background-color: rgba(246,246,246,1.00);
	color: #787878;
}


/*メニュー部分*/

.menu-flex{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 3em 0;
}

.menu-flex .menu-item{
	width: 200px;
	border: 1px solid #CCC;
	border-radius: 10px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	margin: 1em 1em;
}

.menu-flex .menu-item .menu-item-top{
	display: flex;
	flex-direction: column;
	padding: 10px;
	box-sizing: border-box;
}

.menu-flex .menu-item .menu-item-top a i.material-icons{
	font-size: 9rem;
	display: block;
	text-align: center;
	color: #333;
	background-color: #EEEEEE;
	padding: 10px 0;
}

.menu-flex .menu-item .menu-item-top a.menu-title{
	font-size: 1.7rem;
	font-weight: 700;
	text-align: center;
	background-color: rgba(255,100,44,1.00);
	color: #fff;
	padding: 0.5em 0;
	width: auto;
	border-radius: 10px;
	margin-top: 10px;
}

.menu-flex .menu-item .menu-item-top a.menu-title.gray{
	background-color: rgba(153,153,153,1.00);
}

.menu-flex .menu-item .menu-item-btm{
	font-size: 1rem;
	padding: 10px 10px 20px;
	box-sizing: border-box;
}

.eg{
	font-size: 13px;
	color: #888888;
}


figure{
	text-align: center;
	margin: 2em 0;
}

figure img.img-fee{
	max-width: 700px;
	width: 100%;
}



ol{
	padding-left: 2em;
	font-size: 1.3rem;
	margin-top: 1em;
}

ol li{
	list-style-type: decimal;
}

.notes{
	font-size: 1.4rem;
	background-color: beige;
	padding: 1em;
	box-sizing: border-box;
	
}

.btn-control{
	display: flex;
	justify-content: center;
	margin: 50px 0;
	flex-wrap: wrap;
}

.btn-control input{
	background-color: rgba(220,220,220,1.00);
	border: none;
	font-size: 1.7rem;
	width: auto;
	font-weight: bold;
	padding: 8px 2.5em;
	cursor: pointer;
	margin: 0.5em 2em 0;
}

.btn-control input:hover{
	opacity: 0.5;
	transform: translateY(3px);
	transition-duration: 600ms;
}






/*==================================================
レスポンシブ
700px以下の場合
==================================================*/
@media screen and (max-width:800px) {
.base1 td{
	display: block;
	width: 100%;
	border: none;
}

.base1 td.komoku{
	display: block;
	width: 100%;
}


	
	
}


/*==================================================
レスポンシブ
400px以下の場合
==================================================*/
@media screen and (max-width:400px) {
	
	.menu-flex .menu-item{
	width: 80%;
}
	
}



