@charset "utf-8";
/* home.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* header　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#header {
	padding-top: 150px;
	padding-bottom: 150px;
}
#logo {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* h2 box　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.h2_box h2 {
	background-color: #ef7556;
	color: #FFFFFF;
	text-align: center;
	font-size: 30px;
	line-height: 1.2em;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 90px;
	border-radius: 45px;
	margin-bottom: 40px;
	position: relative;
}
.h2_box h2 span {
	font-size: 24px;
}
.h2_box h2 img {
	width: 60px;
	height: auto;
	position: absolute;
	left: 20px;
	top: 20px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* エリア　01　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.about_box {
	margin-bottom: 100px;
}

/* -- 経営理念 ----------------------------------------------- */
#rinen p {
	font-size: 60px;
	line-height: 1.2em;
	text-align: center;
	font-weight: 900;
}
.border_pink {
	background-image: url(../pre_images/border_pink.jpg);
	background-repeat: repeat-x;
	background-position: 0% bottom;
	padding-bottom: 5px;
}

/* -- ステーション理念 ----------------------------------------------- */
#st_rinen p {
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.6em;
}
#rinen_blue {
	margin-top: 20px;
	background-color: #d3edfb;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.rinen_lead   {
	font-size: 24px;
}

#rinen_blue li {
	font-weight: 700;
	padding-left: 32px;
	background-image: url(../pre_images/list_mark_02.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	background-size: 22px auto;
}

/* -- 基本方針 ----------------------------------------------- */
#houshin p {
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.6em;
}

/* -- わたしたちについて ----------------------------------------------- */
#watashi p {
	font-weight: 700;
}

/* キャラ */
#about_chara {
	margin-top: 20px;
	margin-bottom: 40px;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
}
#about_chara img {
	width: 100%;
	height: auto;
}

/* テーブル */
#about_tbl tr {
	border-bottom: 1px solid #CCCCCC;
}
#about_tbl tr:first-child {
	border-top: 1px solid #CCCCCC;
}
#about_tbl th {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: top;
	width: 120px;
}
#about_tbl th span {
	background-color: #f4bcbc;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 5px;
}
#about_tbl td {
	font-weight: 700;
	padding-bottom: 13px;
	padding-top: 13px;
	vertical-align: top;
	padding-left: 20px;
}

/* -- アクセス ----------------------------------------------- */
#access {
	margin-bottom: 50px;
}
#map {
	border: 5px solid #EF7556;
	border-radius: 10px;
	background-color: #000000;
	margin-bottom: 10px;
}
#map img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#map a img:hover {
	opacity: 0.8;
}

/* 地図下文章 */
#map_text {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#map_text ul {
	width: 60%;
}
#map_text li {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6em;
}

/* ボタン */
#google_bt {
	width: 40%;
	text-align: center;
}
#google_bt a {
	color: #333333;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	display: block;
	position: relative;
	height: 40px;
	line-height: 40px;
	background-color: #EBE8E8;
	border: 2px solid #B5B5B5;
	border-radius: 8px;
	webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#google_bt a:hover {
	background-color: #F1F1F1;
}
#google_bt a span {
	position: absolute;
	right: 20px;
	transition: 0.2s;
    vertical-align: middle;
}

/* -- 事業所写真 ----------------------------------------------- */
#about_pic li {
	margin-bottom: 10px;
}
#about_pic li img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* おかえり通信　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#tsuushin {
	padding-bottom: 100px;
}

/* -- VOL、月 ----------------------------------------------- */
#column_info {
	text-align: center;
	margin-bottom: 20px;
}
#column_vol {
	font-weight: 700;
	font-size: 22px;
}
#column_month {
	background-color: #7F3B49;
	color: #FFFFFF;
	width: 120px;
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
	font-size: 16px;
}

/* -- タイトル ----------------------------------------------- */
#column_tt {
	text-align: center;
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 40px;
	line-height: 1.4em;
}

/* -- データエリア ----------------------------------------------- */
#column_data {
	border: 5px solid #7F3B49;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#column_data p {
	font-weight: 700;
	margin-bottom: 8px;
}

/* -- ボタン ----------------------------------------------- */
#column_bt {
	margin-top: 50px;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}
#column_bt a {
	text-align: center;
	display: block;
	position: relative;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #7F3B49;
	font-weight: 700;
	border-radius: 10px;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#column_bt a span {
	position: absolute;
	right: 20px;
}
#column_bt a:hover {
	background-color: #5A2933;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 利用について　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_riyou {
	background-color: #e0f3ff;
}
#riyou_header {
	margin-bottom: 30px;
}
#riyou_header img {
	width: 100%;
	height: auto;
}

/* -- ご利用ボックス枠 ----------------------------------------------- */
.riyou_box {
	margin-left: 25px;
	margin-right: 25px;
	background-color: #FFFFFF;
	border-radius: 20px;
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-bottom: 30px;
}

/* -- テキスト ----------------------------------------------- */
.riyou_box h2 {
	background-color: #46a5e4;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	line-height: 80px;
	height: 80px;
	position: relative;
	color: #FFFFFF;
	border-radius: 10px;
	margin-bottom: 40px;
}
.riyou_box h2 img {
	width: 70px;
	height: auto;
	position: absolute;
	left: 20px;
	top: -10px;
}
.data_box h3 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 5px;
	border-bottom: 5px solid #84404d;
	margin-bottom: 20px;
}
.riyou_box p {
	font-weight: 700;
}

/* -- リスト ----------------------------------------------- */
ul.riyou_list li {
	font-weight: 700;
	padding-left: 22px;
	background-image: url(../pre_images/list_mark_01.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-size: 15px auto;
}

/* -- 流れ ----------------------------------------------- */
#flow_box {
	margin-top: 20px;
	text-align: center;
}
#flow_box img {
	width: 80%;
	height: auto;
}
#dl_box {
	margin-top: 40px;
	padding-top: 10px;
	border-top: 1px solid #7F3B49;
	padding-bottom: 10px;
	border-bottom: 1px solid #7F3B49;
	padding-left: 5px;
	padding-right: 5px;
}
#dl_box .list_nomal li a {
	color: #84404d;
	background-image: url(../pre_images/link_pdf.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;
	text-decoration: none;
	font-weight: 600;
}




/* -- できること ----------------------------------------------- */
.riyou_box .data_box {
	margin-bottom: 40px;
}
.flex_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

/* サムネイル */
.dekiru_thumb {
	width: 130px;
}
.dekiru_thumb img {
	width: 100%;
	height: auto;
}

/* テキスト */
.dekiru_text {
	width: 450px;
}

/* キャラ */
#riyou_chara {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
#riyou_chara img {
	width: 100%;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 最後の枠　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_bottom {
	padding-bottom: 50px;

}
#bottom_head img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
#bottom_data p {
	text-align: center;
	font-weight: 800;
	font-size: 26px;
	line-height: 1.8em;
	margin-bottom: 20px;
}
#bottom_data img {
	width: 100%;
	height: auto;
}













/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* header　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#header {
	padding-top: 100px;
	padding-bottom: 150px;
	width: 100%;
}
#logo {
	width: 220px;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* h2 box　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.h2_box h2 {
	font-size: 22px;
	line-height: 1.2em;
	font-weight: 700;
	height: 70px;
	border-radius: 40px;
	margin-bottom: 30px;
}
.h2_box h2 span {
	font-size: 20px;
}
.h2_box h2 img {
	width: 45px;
	left: 15px;
	top: 16px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* エリア　01　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.about_box {
	margin-bottom: 100px;
}

/* -- 経営理念 ----------------------------------------------- */
#rinen p {
	font-size: 40px;
	line-height: 1.2em;
}

/* -- ステーション理念 ----------------------------------------------- */
#st_rinen p {
	font-size: 18px;
	line-height: 1.6em;
}
#rinen_blue li {
	padding-left: 20px;
	background-position: left 6px;
	background-size: 12px auto;
	font-size: 14px;
	line-height: 1.6em;
}

/* -- 基本方針 ----------------------------------------------- */
#houshin p {
	font-size: 18px;
	line-height: 1.6em;
}

/* キャラ */
#about_chara {
	margin-top: 20px;
	margin-bottom: 40px;
	width: 100px;
}

/* テーブル */
#about_tbl th {
	font-size: 13px;
	width: 80px;
}
#about_tbl td {
	padding-left: 10px;
	font-size: 14px;
}

/* -- アクセス ----------------------------------------------- */
/* 地図下文章 */
#map_text {
	display: inherit;
}
#map_text ul {
	width: 100%;
	margin-bottom: 20px;
}
#map_text li {
	font-size: 14px;
	line-height: 1.6em;
}

/* ボタン */
#google_bt {
	width: 100%;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* おかえり通信　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#tsuushin {
}

/* -- VOL、月 ----------------------------------------------- */
#column_vol {
	font-size: 18px;
}
#column_month {
	width: 100px;
	font-size: 13px;
}

/* -- タイトル ----------------------------------------------- */
#column_tt {
	font-size: 24px;
	margin-bottom: 30px;
}

/* -- データエリア ----------------------------------------------- */
#column_data {
	border-radius: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

/* -- ボタン ----------------------------------------------- */
#column_bt {
	margin-top: 40px;
	width: 100%;
}
#column_bt a {
	height: 50px;
	line-height: 50px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 利用について　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#riyou_header {
	margin-bottom: 20px;
}

/* -- ご利用ボックス枠 ----------------------------------------------- */
.riyou_box {
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 15px;
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

/* -- テキスト ----------------------------------------------- */
.riyou_box h2 {
	font-size: 20px;
	line-height: 60px;
	height: 60px;
	margin-bottom: 30px;
}
.riyou_box h2 img {
	width: 60px;
	left: -5px;
	top: -20px;
}
.data_box h3 {
	font-size: 20px;
	line-height: 1.2em;
	margin-bottom: 15px;
}

/* -- リスト ----------------------------------------------- */
ul.riyou_list li {
	padding-left: 20px;
	background-position: left 6px;
	background-size: 12px auto;
	font-size: 14px;
	line-height: 1.6em;
}

/* -- 流れ ----------------------------------------------- */
#flow_box img {
	width: 100%;
}
#dl_box .list_nomal li a {
	background-position: left 3px;
}


/* -- できること ----------------------------------------------- */
.riyou_box .data_box {
	margin-bottom: 30px;
}
.flex_box {
	margin-bottom: 30px;
}

/* サムネイル */
.dekiru_thumb {
	width: 80px;
}

/* テキスト */
.dekiru_text {
	width: calc(100% - 80px);
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* キャラ */
#riyou_chara {
	width: 160px;
	margin-top: 80px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 最後の枠　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_bottom {
	padding-bottom: 0px;

}
#bottom_data {
	margin-left: 30px;
	margin-right: 30px;
}
#bottom_data p {
	font-size: 22px;
	line-height: 1.6em;
}
	
}
