@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	background-color: #FFFFFF;
}
caption, th, td {
	font-weight: normal;
	/* [disabled]text-align: left;
*/
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
figure {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
}
/* -------------------------------------------------------------- */

body {
	color: #333333;
	font: 12px verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.5;
	background: #e7e8c7;
	-webkit-text-size-adjust: none;
	background-image: url(images/pw_pattern.png);
	background-repeat: repeat;
}
html {
	background: #e7e8c7;
}
hr {
	height: 1px;
	border: none;
	border-top: 1px #666666 dotted;
	width: 60%;
}
/* リンク設定
-----------------------------------------------------------------*/
a {
	color: #333333;
}
.link_red a {
	color: #d92929
}
a:hover {
	color: #000000;
	background: #c8e5e0;
}
a:active, a:focus {
	outline: 0;
}
a {
	text-decoration: none;
}
/* 全体
------------------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	padding: 0 1%;
	width: 98%;
	position: relative;
}
#wrapper2 {
	position: relative;
	background-image: url(images/ah_back.jpg);
	height: auto;
	background-repeat: repeat-x;
	margin-top: 40px;
}
.inner {
	margin: 0 auto;
	width: 100%;
}
/*************
/* ヘッダー
*************/
h1 {
	width: 100%;
	padding-top: 15px;
}
#header {
	overflow: hidden;
}
* html #header {
	height: 1%;
}
/*************
/* ロゴ
*************/
#header .logo {
	margin-top: 30px;
	margin-bottom: 15px;
	float: left;
	line-height: 0;
}
.logo a {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #333;
	text-decoration: none;
}
.logo span {
	font-size: 10px;
	font-weight: normal;
	color: #333;
}
.info {
	float: right;
	margin-top: 30px;
	margin-bottom: 15px;
}
.tel strong {
	font-size: 16px;
	font-weight: bold;
}
/**************************
/* トップナビゲーション
**************************/
ul#topnav {
	overflow: hidden;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
	/* [disabled]border-left-color: #88bfb5;
*/
	/* [disabled]border-left-style: solid;
*/
	/* [disabled]border-left-width: 1px;
*/
	/* [disabled]border-right-color: #88bfb5;
*/
	/* [disabled]border-right-style: solid;
*/
	/* [disabled]border-right-width: 1px;
*/
}
* html ul#topnav {
	height: 1%;
}
ul#topnav li {
	float: left;
	text-align: center;
	font-style: inherit;
	font-weight: bold;
}
ul#topnav a {
	color: #333;
	width: 155px;
	font-size: 14px;
	display: block;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 12px;
	border-right: 1px solid #88bfb5;
	text-decoration: none;
	padding-top: 12px;
}
ul#topnav li:first-child a, ul#topnav li:last-child a {
	width: 156px;
}
ul#topnav li.active a, ul#topnav a:hover {
	background: #88bfb5;
	color: #ffffff;
}
/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner {
	position: relative;
	line-height: 0;
}
#mainBanner img {
	max-width: 100%;
	height: auto;
}
.slogan {
	position: absolute;
	max-width: 100%;
	height: auto;
	padding: 10px 15px;
	line-height: 1.4;
	z-index: 100;
	background: url(img/tp2.png);
	right: 20px;
	border-radius: 10px;
	top: 10px;
}
.slogan h2 {
	padding-bottom: 5px;
	color: #fff;
	font-size: 18px;
}
.slogan h3 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
/**************************
/* グリッド
**************************/
.gridWrapper {
	clear: both;
	padding-top: 20px;
	padding-bottom: 40px;
	overflow: hidden;
}
* html .gridWrapper {
	height: 1%;
}
.grid {
	float: right;
}
.colDark, .colLight {
	padding-bottom: 5px;
	color: #fff;
	background: #1c1c1c;
}
.colLight {
	background: #005c98;
}
.colDark h3, .colLight h3 {
	margin: 10px 10px 5px;
	font-size: 14px;
	font-weight: bold;
}
.colDark a, .colLight a {
	display: block;
	padding: 3px;
	border-radius: 3px;
	color: #fff;
	background: #005c98;
}
.colLight a {
	background: #1c1c1c;
}
.colLight a:hover, .colDark a:hover {
	color: #1c1c1c;
	background: #fff;
}
#sub .grid h3 {
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	background-color: #e7e8c7;
	border-bottom: 1px solid #88bfb5;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: center;
	color: #709891;
}
.grid p {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 5px;
	text-align: left;
}
.grid ul {
	margin: 5px 10px;
}
.grid li {
	padding-top: 5px;
	padding-right: 0;
	padding-left: 6px;
	padding-bottom: 5px;
	/* [disabled]list-style: inside;
*/
	border-bottom: 1px dotted #C4C4C4;
}
.grid li a {
	text-decoration: none;
}
.gridWrapper img {
	max-width: 100%;
	height: auto;
}
/* フッター内のグリッド(3カラム) */
#footer .grid {
	background: transparent;
	text-align: left;
}
#footer .col3 ul {
	margin: 0 0 10px 5px;
}
#footer .col3 li {
	padding: 0 6px 0 5px;
	margin-bottom: 3px;
	list-style: none;
	display: inline-block;
	border-right: 1px solid #88bfb5;
}
/*************
メイン コンテンツ
*************/
section.content {
	margin-bottom: 60px;
	overflow: hidden;
}
* html section.content {
	height: 1%;
}
section.content p {
	margin-bottom: 5px;
}
div.heading {
	overflow: hidden;
	margin-bottom: 5px;
	border-bottom: 4px double #88bfb5;
}
div.heading h3 {
	float: left;
	margin-bottom: 5px;
	font-size: 17pt;
	padding-left: 20px;
	color: #d92929;
	font-weight: bold;
}
div.heading h3 span {
	font-size: 15px;
}
div.heading p {
	float: right;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}
.alignleft {
	float: left;
	clear: left;
	margin: 3px 10px 10px 1px;
}
.alignright {
	float: right;
	clear: right;
	margin: 3px 1px 10px 10px;
}
img.frame, #gallery img {
	border: 4px solid #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
#gallery .gridWrapper {
	padding: 0;
}
#gallery img {
	margin: 5px;
	display: block;
	float: left;
}
section#gallery {
	overflow: visible;
}
.privacy {
	padding: 1% 3% 3% 3%;
}
/*************
テーブル
*************/
table.table {
	border-collapse: collapse;
	width: 100%;
	margin: 10px auto;
}
table.table th, table.table td {
	padding: 10px 10px 10px 25px;
	border: 1px solid #ddd;
	vertical-align: middle
}
table.table th {
	font-weight: bold;
	letter-spacing: 1px;
	white-space: nowrap;
	background: #eee;
	text-align: left;
	vertical-align: middle
}
/*************
リンクボタン
*************/
.colorBt{
  text-align: center;
  margin-top: 2em;
  padding-bottom: 4px;
}
.colorBt a{
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #88bfb5;
  border-radius: 0.2em;
  font-size: 112%;
  padding: 1em 2em;
  position: relative;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
}
.colorBt a::after{
  content: "";
  display: block;
  position: absolute;
  right: 0.8em;
  top: calc(50% - 0.3em);
  background-color: #fff;
  aspect-ratio: 1/cos(0deg);
  clip-path: polygon(0 0,100% 50%,0 100%);
  width: 0.6em;
}
.colorBt a:hover{
  background-color: #abd4cd;
}
/*************
/* フッター
*************/
#footer {
	clear: both;
	overflow: hidden;
	font-size: 11px;
	background-color: #e7e8c7;
	padding-top: 20px;
}
* html #footer {
	height: 1%;
}
#footer .copyright {
	font-size: 10px;
	text-align: center;
	margin-bottom: 20px;
}
.time {
	float: left;
	margin-top: 25px;
}
.news {
	text-align: center;
	margin-top: 30px;
}
.h6 {
	font-size: 14pt;
}
.logosub {
	float: right;
	margin-right: 10px;
}
.tdcolor {
	color: #273963;
	background-color: #EEEEEE;
	font-weight: bold;
}
#header .tel {
	float: left;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 52px;
	font-weight: bold;
}
#sub .btn01{
  padding-left: 0;
}
#sub .btn01 a{
  display: block;
  background: url("images/banner_asahi.jpg") center top no-repeat;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  font-size: 0;
  line-height: 0;
  padding-bottom: 32.5%;
}
#sub .btn01 a:hover{
  background-position: center bottom;
}
/* PC用 */
@media only screen and (min-width:940px) {
#wrapper, .inner {
	width: 940px;
	padding: 0;
}
#main {
	float: left;
	width: 690px;
	margin-top: 20px;
}
#subpage #sub {
	float: left;
	width: 235px;
	overflow: hidden;
	margin-top: 20px;
}
/* グリッド */
.grid {
	width: 235px;
	margin-top: 43px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 1px 1px #BCBCBC;
	box-shadow: 1px 1px 1px 1px #BCBCBC;
	border-radius: 5px;
	padding-bottom: 10px;
}
.col2 {
	width: 99%;
	background-color: #F9FAFA;
	-webkit-box-shadow: 2px 2px 2px #D3D3D3;
	box-shadow: 2px 2px 2px #D3D3D3;
	border: 1px solid #EBEBEB;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12pt;
}
.col3 {
	width: 500px;
	margin-top: 10px;
	float: left;
}
#gallery .grid {
	width: 230px;
}
#subpage #sub .grid {
	width: 100%;
	float: none;
	padding-bottom: 30px;
}
.col4 {
	width: 400px;
}
}

/* モニター幅960px以下 */
@media only screen and (max-width:960px) {
h1 p.inner {
	padding: 0 2%;
	width: 96%
}
#header .logo {
	padding-left: 10px;
}
#header .info {
	padding-right: 10px;
}
ul#topnav {
	clear: both;
	width: 100%;
}
ul#topnav li {
	width: 33%;
	margin: 0 0 5px;
	border-right: 1px solid #1c1c1c;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
ul#topnav li:nth-child(3n) {
	border-right: 0;
	width: 34%;
}
ul#topnav li a {
	width: 100%;
	border-top: 0;
}
ul#topnav li:first-child a, ul#topnav li:last-child a {
	width: 100%;
}
.grid {
	width: 50%;
	margin: 2px 0;
}
.col2 {
	float: none;
	width: 99%;
	margin: 0 0 20px;
	background-color: #F9FAFA;
	-webkit-box-shadow: 2px 2px 2px #D3D3D3;
	border: 1px solid #EBEBEB;
	box-shadow: 2px 2px 2px #D3D3D3;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 11pt;
}
.grid img {
	float: left;
	margin-right: 5px;
}
#gallery .grid {
	width: 31%;
	margin: 0 1%;
	padding: 0;
}
#gallery .grid img {
	float: none;
}
section.content {
	padding: 0 10px;
}
section.content img {
	max-width: 90%;
	height: auto;
}
#sub .grid {
	padding-bottom: 20px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 1px 1px #BCBCBC;
	border-radius: 5px;
	box-shadow: 1px 1px 1px 1px #BCBCBC;
	margin-bottom: 20px;
}
#footer {
	padding: 0;
}
#footer .grid {
	float: none;
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
}
}

/* iPad 縦 */
@media only screen and (max-width:768px) {
#header {
	padding-bottom: 0;
}
#mainBanner {
	width: auto;
}
}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px) {
.grid {
	width: 100%;
}
.grid img {
	float: none;
	margin: 20px auto 10px;
}
.grid p {
	text-align: left;
}
img.frame, #gallery img {
	border-width: 2px;
	margin: 1% 1%;
	padding: 0;
}
.alignleft, .alignright {
	float: none;
	display: block;
	margin: 0 auto 10px;
}
#footer .grid p {
	text-align: center;
}
}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px) {
#header .logo {
	width: 90%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0
}
#wrapper2 {
	margin-top: 20px;
}
#header .tel {
	width: 96%;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0
}
#header .info {
	width: 96%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px
}
ul#topnav li {
	width: 50%;
}
ul#topnav li:nth-child(3n) {
	border-right: 1px solid #1c1c1c;
	width: 50%;
}
ul#topnav li:nth-child(2n), ul#topnav li:nth-child(6n) {
	border-right: 0;
}
#mainBanner {
	margin-left: 1px;
}
#mainBanner h2, #mainBanner h3 {
	font-size: 80%;
}
#sub .btn01{
  padding-right: 20vw;
  padding-left: 20vw;
}
}
.bold {
	font-weight: bold;
}
.textline {
	margin-bottom: 10px;
}
