@charset "utf-8";

/* 基本設定 スマホ用 */

html { font-size: 62.5%; }

body{
	font-family: -apple-system, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", meiryo, sans-serif;
	margin: 0;
	padding: 0;
	letter-spacing:0.1em;
	line-height: 170%;
	font-size: 1.4rem;
	color: #151515;
}

/* clearfix(floatの解除) */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }


img {
	border:none;
	vertical-align:bottom;
}

p {
	margin: 0;
	padding: 0;
}

ul,li {
	margin:0;
	padding:0;
	list-style-type: none;
}

a {
	text-decoration: none;
}

h1,h2,h3,h4 {
	text-decoration:none;
	margin:0;
	padding:0;
}

a:link { color: #151515;}
a:visited { color: #151515;}
a:hover { color: #00a3cd;}
a:active { color: #00a3cd;}

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}


/* 文字リンクの後ろに矢印を入れる */

.yajirushi a:after { /* リスト部分以外 */
	content:"＞";
	padding-left:7px;
	color:#888;
}

.yajirushi_2 li a:after { /* リスト部分 */
	content:"＞";
	padding-left:7px;
	color:#888;
}

.yajirushi_3 li p a:after { /* リスト部分のP要素 */
	content:"＞";
	padding-left:7px;
	color:#888;
}

/* ページ内リンク頭出し調整 */

.top-link > a {
    display: block; padding-top: 70px; margin-top: -70px;
}

/* 全体枠 */

#wrapper {
}


/* ヘッダー */

#pc_header_box {
	width:100%;
	background-color:#FFF;
	margin-bottom:10%;
	border-bottom:5px solid #1fb7de;
	box-shadow:0 1px 3px 3px rgba(0,0,0,0.2);
}

#top_rogo_box {
	width:100%;
	margin:0 auto;
	padding:40px 0 20px 10px;
}

.rogo {
}

.rogo img {
	width:70%;
}

.top_menu_s {
	display:none;
}

#menu {
	display:none;
}


/* TOPへ */

#page-top {
	width:100%;
	text-align:center;
	background-color:#1fb7de;
	padding:10% 0 15% 0;
	letter-spacing:0.3em;
	font-size: 3rem;
}

#page-top a{
	color:#FFF;
}

#page-top img {
	display:none;
}

/* フッター */

#footer {
	width:100%;
	background-color:#f4f2f1;
}

.footer_container {
	margin:0 auto;
	padding-top:5%;
}

.footer_rogo {
	text-align:left;
	margin-bottom:40px;
	padding-left:5%;
}

.footer_container ul li {
	padding-bottom:13%;
}

.footer_title {
	font-size: 2.8rem;
	letter-spacing:0.2em;
	font-weight:bold;
	margin-bottom:25px;
	padding:0 0 3% 5%;
	border-bottom:1px dashed #999999;
}

.sitemap_box {
}

.sitemap_menu div {
}

.sitemap_menu p {
	margin:0;
	padding:0;
}

.sitemap_menu p a {
	position: relative;
	display: block;
	border-bottom: 1px dotted #918b8a;
	padding:5% 0 4% 5%;
}

.sitemap_menu p a:hover {
	background-color:#cbeaf2;
}

.sitemap_menu p a:after { /* 矢印 */
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #888;
	border-right: 2px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.list_mark {
	display:none;
}

.calendar_box {
}

/* 以下2つはGoogle カレンダー レスポンシブ対応 */

.g-cal {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.g-cal iframe,
.g-cal object,
.g-cal embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.cal_yasumi {
	padding-left:5%;
	margin-bottom:10px;
}

.cal_yasumi_color {
	color:#9643a5;
	font-size:18px;
}

.contact_box p {
	padding-left:5%;
}

.contact_tel {
	color:#F00;
	font-size:3.8rem;
	font-weight:bold;
	margin:40px 0 30px 0;
	letter-spacing:0.05em;
}

.contact_tel img {
	width:33px;
	height:45px;
	vertical-align:middle;
	margin-right:10px;
}

.copyright {
	text-align:center;
	font-size:1rem;
	letter-spacing:0.1em;
	background-color:#3e3a39;
	color:#FFF;
}