@charset "UTF-8";
body {
	margin-left:10;
	padding:0;
	background:#fff;
	font-size:100%;
	line-height:1.5;
	-webkit-text-size-adjust: 100%;
}

a:link {color:#ff5722;}
a:visited {color:#ff5722;}
a:hover {color:#ff5722;}

/* 要素 */
div {margin:0;padding:0;}
p {margin:1em 0;padding:0;line-height:1.6;}
h2, h4 {line-height:1.4;}
h2 + p, h4 + p {margin:0 0 1em 0;}

h1 {
	position: relative;
	line-height: 1.4;
	padding:0.25em 1em;
	display: inline-block;
  }
  
  h1:before, h1:after { 
	content:'';
	width: 20px;
	height: 30px;
	position: absolute;
	display: inline-block;
  }
  
  h1:before {
	border-left: solid 1px #ff5722;
	border-top: solid 1px #ff5722;
	top:0;
	left: 0;
  }
  
  h1:after {
	border-right: solid 1px #ff5722;
	border-bottom: solid 1px #ff5722;
	bottom:0;
	right: 0;
  }

h2 {margin:1.5em 0 0.5em 0;padding:0 0 0 0.5em;font-size:120%;border-bottom:1px solid #e9727e;}

h3 {
	display: inline-block;
	position: relative;
	height: 60px;/*高さ*/
	line-height: 60px;/*高さ*/
	text-align: center;
	padding: 0 40px 0 18px;/*文字の左右の余白*/
	font-size: 18px;/*文字サイズ*/
	background: #ffc668;/*背景色*/
	color: #FFF;/*文字色*/
	box-sizing: border-box;
  }
  
  h3:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
  }
  
  h3:after {
	top: 0;
	right: 0;
	border-width: 30px 15px 30px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
  }

h4 {margin:1.5em 0 0.5em 0;font-size:100%;border-bottom:1px solid #aaa;}

.ex_table_a_header {background:#fdd;text-align:center;}
.ex_table_a_c1 {font-size:110%;}
.ex_table_a_c2 {font-size:90%;}
.ex_table_a_c3 {font-size:90%;text-align:center;white-space:nowrap;}

.map_google {width:100%;max-width:480px;height:270px;border:0;}

ul, ol {margin:0;}
li {margin:0.5em 0;padding:0;}


.list_span {
	display:inline-block; width:auto; height:35px; line-height:35px; text-align:center; text-decoration:none; border:2px solid #ffc1c1; border-radius:10px; background-color:#ff8e8e; font-size:16px; font-weight:bold; color:#fff; padding:2px 10px 2px 10px; margin:10px;
}

.list_span:hover::after {
	opacity: 0.8;
}
	

.list_index {font-size:105%;}
.list_pref {font-size:110%;}
.list_index h4 {margin:0;}



/* page */
#page_header {margin:0;padding:12px 8px 12px 8px;background:#fff;border-bottom:3px solid #e9727e;}
#site_logo_img {vertical-align:middle;border:none;}

#page_content {margin:0;padding:0 8px 3em 8px;background:#fff;}

.breadcrumb {
	margin: 0;
	padding: 0.5em 0.5em;
	list-style: none;
	background: #e9edf5;
	overflow: hidden;
  }
  
  .breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
  }
  
  .breadcrumb li:after {
	/* >を表示*/
	content: '>';
	padding: 0 0.2em;
	color: #8186a0;
  }
  
  .breadcrumb li:last-child:after {
	content: '';
  }
  
  .breadcrumb li a {
	text-decoration: none;
	color: #e9727e;
  }
  
  .breadcrumb li:first-child a:before {/*家アイコンに*/
	font-family: FontAwesome;
	content: 'J';
	font-weight: normal;
	font-size: 1.1em;
  }
  
  .breadcrumb li a:hover {
	text-decoration: underline;
  }

#page_footer {margin:0;padding:1.5em;border-top:1px solid #333;font-size:90%;}



/* 広告 */
#gads_p_top {margin:1em 0 1em 0;padding:0;}
#gads_p_bottom {margin:3em 0 1em 0;padding:0;}





/* パソコン用 */
@media all and (min-width: 641px) {

.ex_table_a_c1 {max-width:300px;font-size:120%;}
.ex_table_a_c2 {max-width:300px;font-size:120%;}
.ex_table_a_c3 {width:130px;font-size:120%;}
.map_google {max-width:640px;height:480px;}
li {margin:0.3em 0;}
}

#append_splash_msg_inner.alert {
font-size:10px;
}

/*フォーム全体*/
#form1{
	position:relative;/*フォームの相対位置*/	
	max-width:270px;/*フォームのサイズ*/
	margin-bottom:15px;/*フォームの下に余白*/	 	
	}
	/*検索ボックス*/
	#sbox{
	position:absolute;/*フォームの絶対位置*/	
	left:0;
	top:0; 	
	outline:0;/*クリック時の青い枠線消す*/	
	height:50px;/*検索ボックスの高さ*/	
	padding:0 10px;/*テキスト位置調整*/	 
	border-radius:2px 0 0 2px;/*検索ボックスの角を丸める*/		
	background:#eee;/*検索ボックスの背景カラー*/		
	}
	/*検索ボタン*/
	#sbtn{
	width:70px;/*検索ボタンの横幅*/ 
	height:50px;/*検索ボタンの縦幅*/ 
	position:absolute;/*検索ボタンの絶対位置*/  
	left:270px;/*検索ボタンの位置調整*/  
	top:0;
	border-radius:0 2px 2px 0;/*検索ボタンの角を丸める*/ 
	background:#7fbfff;/*検索ボタンの背景カラー*/ 
	border:none;/*検索ボタンの枠線を消す*/ 
	color:#fff;/*検索ボタンのテキストカラー*/ 
	font-weight:bold;/*検索ボタンのテキスト太字*/ 
	font-size:16px;/*検索ボタンのフォントサイズ*/ 
	}
	/*検索ボタンマウスオーバー時*/
	#sbtn:hover{
	color:#666;/*検索ボタンマウスオーバー時のフォントカラー*/ 
	}

table {
margin: 20px;
width: 90%;
}
.tbl-r02 th {
background: #e9727e;
border: solid 1px #ccc;
color: #fff;
padding: 10px;
}
.tbl-r02 td {
border: solid 1px #ccc;
padding: 10px;
text-align: center;
font-size: larger;
}

@media screen and (max-width: 640px) {
	.last td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}
	.tbl-r02 {
		width: 80%;
	}
	.tbl-r02 th,
	.tbl-r02 td {
	　　 border-bottom: none;
		display: block;
		width: 100%;
	}
}

.tbl-r03 th {
	background: #e9727e;
	border: solid 1px #ccc;
	color: #fff;
	padding: 10px;
	}
	.tbl-r03 td {
	border: solid 1px #ccc;
	padding: 10px;
	text-align: center;
	font-size: larger;
	}
	
	@media screen and (max-width: 640px) {
		.last td:last-child {
			border-bottom: solid 1px #ccc;
			width: 100%;
		}
		.tbl-r03 {
			width: 80%;
		}
		.tbl-r03 th,
		.tbl-r03 td {
		　　 border-bottom: none;
			display: block;
			width: 100%;
		}
	}
	
	.tbl-r03 th a {
		color: #fff;
	}
		#number_list li{
	list-style: none;
	padding-left: -10;
}

.twrap {
	background-color: #aaa;
	margin: 10 10 10 10;
}

.tweet {}

.twrap {
	position: relative;
	margin: 2em 2em 2em 0;
	padding: 15px;
	background: #f3f3f3;
	border-radius: 30px;
  }
  
  .twrap:before {  
	content: "";
	position: absolute;
	left: -38px;
	width: 13px;
	height: 12px;
	bottom: 0;
	background: #f3f3f3;
	border-radius: 50%;
  }
  
  .twrap:after {
	content: "";
	position: absolute;
	left: -24px;
	width: 20px;
	height: 18px;
	bottom: 3px;
	background: #f3f3f3;
	border-radius: 50%;
  }
  .twrap p {
	margin: 0; 
	padding: 0;
  }

.more {
    text-align: center;
    margin-top: 20px;
}
button {
    background-color: #bbdeff;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    height: 36px;
    line-height: 36px;
    width: 100%;
	border-radius: 5px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.togroup{
    background-color: #e9727e;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    height: 36px;
    line-height: 36px;
    width: 100%;
	border-radius: 5px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.togroup2l{
	float: left;
    background-color: #e9727e;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    height: 36px;
    line-height: 36px;
    width: 48%;
	border-radius: 5px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 2%;
}
.togroup2r{
	float: left;
    background-color: #e9727e;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    height: 36px;
    line-height: 36px;
    width: 48%;
	border-radius: 5px;
	text-align: center;
	margin-top: 5px;
	margin-left: 2%;
	margin-bottom: 5px;
}

.togroup a {
	color: #fff;
}
.togroup2l a {
	color: #fff;
}
.togroup2r a {
	color: #fff;
}

.text {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	padding: 0.4em 0.8em;
	width: 50%;
  }
  
  .text:focus {
	border: 1px solid rgba(0, 0, 0, 0.32);
	box-shadow: none;
	outline: none;
  }

  .textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	height: 50px;
	padding: 0.4em 0.8em;
	width: 95%;
  }
  
  .textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.32);
	box-shadow: none;
	outline: none;
  }

  .submit {
	-webkit-appearance: none;
	background-color: rgba(0, 0, 0, 0.32);
	background-image: none;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	margin: 0 0 1em;
	padding: 0.6em 2em;
	text-decoration: none;
  }
  
  .submit:hover,
  .submit:focus {
	outline: none;
  }
  
  .submit::-moz-foucus-inner {
	border: none;
	padding: 0;
  }

  #links img{
	width:100%;
	height:100px;
	object-fit: cover;
  }