@charset "utf-8";

/*----------------------------------------------------
Default Layout
----------------------------------------------------*/
html {
	overflow-y:scroll;
	font-size:62.5% !important;
}
body {
	width:100%;
	margin:0;
	padding:0;
	line-height:1.4;
	font-size:16px;
	font-size:1.6rem;
    letter-spacing: 0.1em;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

/* --- font --- */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

a:hover img,
a:active img,
a:focus img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-o-opacity:0.8;
	-ms-filter:"alpha(opacity=80)";
	-moz-opacity:0.8;
	-webkit-opacity:0.8;
	transition:opacity .2s linear;
	-o-transition:opacity .2s linear;
	-ms-transition:opacity .2s linear;
	-moz-transition:opacity .2s linear;
	-webkit-transition:opacity .2s linear;
}
a img {
	border-style: none;
}

ul,
ol {
	margin:0;
	padding:0;
}
ul li,
ol li {
	list-style: none;
}

img {
	max-width:100%;
	height:auto;
}
/*----------------------------------------------------
General Layout
----------------------------------------------------*/
/* --- clear fix --- */
.cf {zoom:1;}
.cf:before,.cf:after {content:""; display:table;}
.cf:after {clear:both;}

.clear {clear:both;}

.img_l {
	float:left;
	margin:0 10px 10px 0;
}
.img_r {
	float:right;
	margin:0 0 10px 10px;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.layout_l {
	text-align:left;
}
.layout_c {
	text-align:center;
}
.layout_r {
	text-align:right;
}
.txt_large {
	font-size:20px;
	font-size:2.0rem;
}
.txt_small {
	font-size:12px;
	font-size:1.2rem;
}
.txt_red{
    color:#cd0b0b;
}
.layout_cm {
	text-align:center;
    margin: 0 auto;
}

.mgn_t0 {
	margin-top: 0px !important;
}
.mgn_t5 {
	margin-top: 5px !important;
}
.mgn_t10 {
	margin-top: 10px !important;
}
.mgn_t20 {
	margin-top: 20px !important;
}
.mgn_t30 {
	margin-top: 30px !important;
}
.mgn_t40 {
	margin-top: 40px !important;
}
.mgn_t60 {
	margin-top: 60px !important;
}
.mgn_t-10 {
	margin-top: -10px !important;
}
.mgn_b0 {
	margin-bottom: 0px !important;
}
.mgn_b5 {
	margin-bottom: 5px !important;
}
.mgn_b10 {
	margin-bottom: 10px !important;
}
.mgn_b20 {
	margin-bottom: 20px !important;
}
.mgn_b30 {
	margin-bottom: 30px !important;
}
.mgn_b40 {
	margin-bottom: 40px !important;
}
.mgn_b60 {
	margin-bottom: 60px !important;
}


.mgn_r0 {
	margin-right: 0px !important;
}
.mgn_r5 {
	margin-right: 5px !important;
}
.mgn_r10 {
	margin-right: 10px !important;
}
.mgn_r20 {
	margin-right: 20px !important;
}
.mgn_r30 {
	margin-right: 30px !important;
}
.mgn_r40 {
	margin-right: 40px !important;
}

.mgn_l0 {
	margin-left: 0px !important;
}
.mgn_l5 {
	margin-left: 5px !important;
}
.mgn_l10 {
	margin-left: 10px !important;
}
.mgn_l20 {
	margin-left: 20px !important;
}
.mgn_l30 {
	margin-left: 30px !important;
}
.mgn_l40 {
	margin-left: 40px !important;
}


.pdg_t0 {
	padding-top: 0px !important;
}
.pdg_t5 {
	padding-top: 5px !important;
}
.pdg_t10 {
	padding-top: 10px !important;
}
.pdg_t20 {
	padding-top: 20px !important;
}
.pdg_t30 {
	padding-top: 30px !important;
}
.pdg_t35 {
	padding-top: 35px !important;
}
.pdg_t40 {
	padding-top: 40px !important;
}

.pdg_b0 {
	padding-bottom: 0px !important;
}
.pdg_b5 {
	padding-bottom: 5px !important;
}
.pdg_b10 {
	padding-bottom: 10px !important;
}
.pdg_b20 {
	padding-bottom: 20px !important;
}
.pdg_b30 {
	padding-bottom: 30px !important;
}
.pdg_b40 {
	padding-bottom: 40px !important;
}

.pdg_r0 {
	padding-right: 0px !important;
}
.pdg_r5 {
	padding-right: 5px !important;
}
.pdg_r10 {
	padding-right: 10px !important;
}
.pdg_r20 {
	padding-right: 20px !important;
}
.pdg_r30 {
	padding-right: 30px !important;
}
.pdg_r40 {
	padding-right: 40px !important;
}

.pdg_l0 {
	padding-left: 0px !important;
}
.pdg_l5 {
	padding-left: 5px !important;
}
.pdg_l10 {
	padding-left: 10px !important;
}
.pdg_l20 {
	padding-left: 20px !important;
}
.pdg_l30 {

	padding-left: 30px !important;
}
.pdg_l40 {
	padding-left: 40px !important;
}


.f10 {
	font-size: 10px !important;
}
.f12 {
	font-size: 12px !important;
}
.f14 {
	font-size: 14px !important;
}
.f16 {
	font-size: 16px !important;
}
.f18 {
	font-size: 18px !important;
}
.f20 {
	font-size: 20px !important;
}
.f22 {
	font-size: 22px !important;
}
.f24 {
	font-size: 24px !important;
}

.bold {
	font-weight: bold !important;
}

.sp{
	display:none;
}
/*
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
*/

/*----------------------------------------------------
Base Layout PC
----------------------------------------------------*/
/* TEL */
a[href^="tel:"] {
	cursor: default;
	text-decoration:none !important;
	white-space:nowrap;
}

/*----------------------------
★朝日村共通
----------------------------*/
body {
	color:#333;
}

/* TEL */
a[href^="tel:"] {
	color: #333 !important;
}
/* --- link --- */
a,
a:link,
a:visited {
	color:#2483b2;
	outline:none;
	text-decoration:none;
}
a:hover,
a:active,
a:focus {
	color: #2483b2;
	text-decoration:underline;
}

/* --- header --- */
header > div{
	background:#74b336;
}
header nav#gnav ul li a,
header nav#gnav ul li a:link,
header nav#gnav ul li a:visited {
	border-bottom:2px solid #74b336;
}
header nav#gnav ul li a:active,
header nav#gnav ul li a:focus{
	border-bottom:2px solid #74b336;
}
header nav#gnav ul li a:hover,
header nav#gnav ul li.current a {
	border-bottom:2px solid #227322;
}
/* --- subnav --- */

header nav#gnav ul li ul.sub-menu {
	position: absolute;
	left: 0;
	width: 220px;
	padding-right: 1px;
	z-index: 10000;
	opacity: 0;
	top: 80%;
	visibility: hidden;
	transition: .5s;

}
header nav#gnav ul li ul.sub-menu li {
    display:inherit;
	border-right:none;
	width: 100%;
/*    background: #fcf0e3;*/
    background: #f6f7f0;
    padding:0;
}
header nav#gnav ul li ul.sub-menu li:last-child {
	border-bottom:none;
}
header nav#gnav ul li:hover ul.sub-menu {
	display:block;
	top: 100%;
	visibility: visible;
	opacity: 1;
}
header nav#gnav ul li ul.sub-menu li a {
	display: block;
	height: auto;
	padding: 20px 5px 20px 25px;
	text-align: left;
	font-weight: normal;
	letter-spacing: 0;
	border-right: none;
	border-bottom:1px solid #ccc;
    background: url(../../asahi/images/arrow-black.png) 10px center no-repeat;
	font-size: 18px;
	font-size: 1.8rem;
    color:#333;
}
header nav#gnav ul li ul.sub-menu li a:hover,
header nav#gnav ul li ul.sub-menu li a:active,
header nav#gnav ul li ul.sub-menu li a:focus {
/*	color:#d11b20;*/
	color:#2483b2;
    background: url(../../asahi/images/arrow-blue.png) 15px center no-repeat;
	text-decoration:underline;
}
header nav#gnav ul li ul.sub-menu li a:after {
	display: block;
	content: "";
	width: 0%;
	height: 0;
	background-color:none;
	margin:auto;
	transition:0 none;
	-webkit-transition:0 none;
	-moz-transition:0 none;
	-o-transition:0 none;
	-ms-transition:0 none;
}
/* --- footer --- */
#ftLink a,
#ftLink a:link,
#ftLink a:visited {
	color:#262626;
}
#ftLink a:hover,
#ftLink a:active,
#ftLink a:focus {
	color: #2483b2;
	text-decoration:none;
}
#ftAdd{
	background-color:#6ca632;
}

/* --- ページタイトル --- */
#pageTitle h1{
	color:#333;
}

/* --- パンくず --- */
.path li a {
	color:#333;
}
.path li a:hover {
	color:#2483b2;
}
/* --- 見出し --- */
.section-title{
	background-color:#262626;
}
#main h2{
	color:#262626;
}
#main .section-title h2 .en{
	display:block;
	margin-top:8px;
	color:#63a621;
}

#main h3 {
	background:#90ba66;
	color:#262626;
}

#main h4 {
	border-bottom:2px solid #404040;
}

#main h5 {
	border-bottom:1px solid #333;
}

#main ul li:before {
	background:#86b359;
}

/* --- リンク --- */
#main a.link,
#main a.link:link,
#main a.link:visited {
	display: inline-block;
	padding-left:18px;
	color: #333;
	background: url(../../asahi/images/arrow-black.png) 0.2em center no-repeat;
}
#main a.link:hover,
#main a.link:active,
#main a.link:focus {
	color: #2483b2;
	background: url(../../asahi/images/arrow-blue.png) 0.2em center no-repeat;
}
/* --- リンク-ボタン --- */
a.btn,
a.btn:link,
a.btn:visited {
	color: #333;
	background: url(../../asahi/images/arrow-blue.png) 30px 50% no-repeat #fff;
	text-decoration:none;
	transition:all 0.2s ease 0s;
	-o-transition:all 0.2s ease 0s;
	-ms-transition:all 0.2s ease 0s;
	-moz-transition:all 0.2s ease 0s;
	-webkit-transition:all 0.2s ease 0s;
}
a.btn:hover,
a.btn:active,
a.btn:focus{
	color:#fff;
	background: url(../../asahi/images/arrow-white.png) 30px 50% no-repeat #308fbf;
}

a.border_brown,
a.border_brown:link,
a.border_brown:visited {
	border:1px solid #666;
}
a.border_brown:hover,
a.border_brown:active,
a.border_brown:focus{
	border:1px solid #308fbf;
}
/* --- テーブル --- */
#main table {
	border-left: 1px solid #4d4d4d;
	border-top: 1px solid #4d4d4d;
}
#main table th,
#main table td {
	border-right: 1px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
}
#main table th {
	background: #ebf7be;
}

/* --- テーブル standard --- */
#main table.standard th{
	border-bottom:2px solid #74b336;
}
#main table.standard td{
	border-bottom:2px solid #d9d3ce;
}

/* --- mainAbout ---*/
#mainAbout .contentBox{
	background-color:#f2f7da;
}
#main #mainAbout .contentBox h2:before{
	background-color:#262626;
}
#main #mainAbout .contentBox p{
	color:#333;
}
#main #mainAbout .contentBox a[href^="tel:"] {
	color: #333;
}
#main #mainAbout ul.linkArea li.mail{
	
}
/* お問い合わせボタン */
#page .mail a,
#page .mail a:link,
#page .mail a:visited {
	display:block;
	width:186px;
	height:44px;
}
#page .mail a:hover,
#page .mail a:active,
#page .mail a:focus{
	background:url(../../asahi/images/btnMail-blueOver.png) 0 0 no-repeat;
}
#page .mail a:hover img,
#page .mail a:active img,
#page .mail a:focus img{
	opacity:0;
	filter:alpha(opacity=0);
	-o-opacity:0;
	-ms-filter:"alpha(opacity=0)";
	-moz-opacity:0;
	-webkit-opacity:0;
	transition:opacity .2s linear;
	-o-transition:opacity .2s linear;
	-ms-transition:opacity .2s linear;
	-moz-transition:opacity .2s linear;
	-webkit-transition:opacity .2s linear;
}
/* アクセスボタン */
#page .access a,
#page .access a:link,
#page .access a:visited {
	display:block;
	width:44px;
	height:44px;
}
#page .access a:hover,
#page .access a:active,
#page .access a:focus{
	background:url(../../asahi/images/btnAccess-blueOver.png) 0 0 no-repeat;
}
#page .access a:hover img,
#page .access a:active img,
#page .access a:focus img{
	opacity:0;
	filter:alpha(opacity=0);
	-o-opacity:0;
	-ms-filter:"alpha(opacity=0)";
	-moz-opacity:0;
	-webkit-opacity:0;
	transition:opacity .2s linear;
	-o-transition:opacity .2s linear;
	-ms-transition:opacity .2s linear;
	-moz-transition:opacity .2s linear;
	-webkit-transition:opacity .2s linear;
}

/* --- side --- */

/* .sideNav */
.sideNav{
	border:2px solid #ced5d9;
}
.sideNav h2{
	border-bottom:2px solid #0b3f73;
}
.sideNav h2 a{
	color:#0b3f73;
}
.sideNav nav ul li{
	border-bottom:2px solid #d9d3ce;
}
.sideNav nav ul li a,
.sideNav nav ul li a:link,
.sideNav nav ul li a:visited {
	color:#333;
	background: url(../../asahi/images/arrow-black.png) right center no-repeat;
}
.sideNav nav ul li a:hover,
.sideNav nav ul li a:active,
.sideNav nav ul li a:focus {
	color: #2483b2;
	text-decoration:none;
	background: url(../../asahi/images/arrow-blue.png) right center no-repeat;
}

/* .sideNav 固有名 */
#sideAbout h2{
	background: url(../../asahi/images/sideAbout-h2icon.png) 0 calc(50% - 3.5px) no-repeat;
}
#sideNews h2{
	background: url(../../asahi/images/sideNews-h2icon.png) 0 calc(50% - 3px) no-repeat;
}
#sideBusiness h2{
	background: url(../../asahi/images/sideBusiness-h2icon.png) 0 calc(50% - 3px) no-repeat;
}

/* --- topNews ---*/
#main ul#tab-button li a,
#main ul#tab-button li a:link,
#main ul#tab-button li a:visited {
	color:#333;
	border-bottom:2px solid rgba(0,0,0,0);
}
#main ul#tab-button li a:hover,
#main ul#tab-button li a:active,
#main ul#tab-button li a:focus,
#main ul#tab-button li.is-active a{
	color:#333;
	border-bottom:2px solid #268cbf;
}

#newsArea .tab-contents ul li a .tab-name span{
	background-color:#52a3cc;
}
#newsArea .tab-contents ul li a:hover .blogTitle,
#newsArea .tab-contents ul li a:active .blogTitle,
#newsArea .tab-contents ul li a:focus .blogTitle{
	color:#2483b2;
}
#newsArea .tab-contents ul li a,
#newsArea .tab-contents ul li a:link,
#newsArea .tab-contents ul li a:visited {
	color:#333;
}
#newsArea .tab-contents ul li a:hover,
#newsArea .tab-contents ul li a:active,
#newsArea .tab-contents ul li a:focus{
	color: #333;
}

/*------------------------
お知らせ・スタッフブログ
-------------------------*/
#news #main h2{
	border-bottom: 2px solid #403333; 
}
#news .entry_meta{
	background:#f1f7d2;
}
#news .entry_meta time {
	background: url(../../asahi/images/icon_calendar_green.png) 0 0 no-repeat;
}
#news .entry_meta .category {
	background: url(../../asahi/images/icon_folder_green.png) 0 0 no-repeat;
}

/* --- pageList --- */
.pageList .list a,
.pageList .list span {
	color: #333;
	background: #a3becc;

}
.pageList .list a:hover,
.pageList .list span.current_page {
	background: #457d99;
}

/*----------------------------
共通要素のレイアウト
----------------------------*/

#page {
	position: relative;
}

/* --- header --- */
header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
/*	padding:20px 70px;*/
	padding:20px;
	z-index:10;
}
header > div{
	position:relative;
/*	max-width:1080px;*/
	max-width:1366px;
	margin:0 auto;
	height:80px;
}
header #siteName{
	position:absolute;
	top:18px;
	left:50px;
	z-index:20;
}

/* nav */
header nav#gnav{
	position:absolute;
	top:50%;
	right:30px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
	z-index:15;
}
header nav#gnav > ul {
	width:100%;
	padding:0 0 0 208px;
}
header nav#gnav ul li {
	display: table-cell;
	padding:0 15px;
	text-align:center;
	background:url(../../asahi/images/gnav-line.png) right center no-repeat;
    position: relative;
}
header nav#gnav ul li a {
	display:inline-block;
	padding:8px 0;
/*	font-size:14px;
	font-size:1.4rem;*/
	font-size:18px;
	font-size:1.8rem;
	line-height:1;
	letter-spacing:1px;
	vertical-align:top;
}
header nav#gnav ul li:last-child{
	background:none;
	
}

header nav#gnav ul li a,
header nav#gnav ul li a:link,
header nav#gnav ul li a:visited {
	color:#fff;
	transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}
header nav#gnav ul li a:active,
header nav#gnav ul li a:focus{
	color: #fff;
}
header nav#gnav ul li a:hover,
header nav#gnav ul li.current a {
	color:#fff;
	text-decoration: none;
}

/* --- footer --- */
footer {
	clear:both;
}
footer .inner{
	width:100%;
	max-width:980px;
	margin:0 auto;
}
/* ftLink */
#ftLink{
	padding:40px 0 30px;
	background: url(../../asahi/images/bg-gray.png) 0 0 repeat;
}
#ftLink nav ul{
	display:block;
	margin-bottom:17px;
	vertical-align:bottom;
	text-align:center;
	overflow:hidden;
}
#ftLink nav ul li{
	display:inline-block;
	margin:0 0 16px;
	padding:0 20px;
	background: url(../../asahi/images/line-gray.png) right center no-repeat;
	line-height:1.2;
	letter-spacing:0;
}
#ftLink nav ul li:first-child{
	padding-left:0;
}
#ftLink nav ul li:last-child{
	padding-right:0;
	background:none;
}

#ftLink .bnr ul{
	display:block;
	vertical-align:bottom;
	text-align:center;
	overflow:hidden;
}
#ftLink .bnr ul li{
	display:inline-block;
	margin:0 0 10px 0;
	padding:0 5px;
}

/* ftAdd */
#ftAdd{
	padding:25px 0;
	color:#fff;
}
#ftAdd a[href^="tel:"] {
	margin-left:5px;
	color: #fff !important;
}
#ftAdd .inner{
	display:table;
}
#ftAdd .contentBox{
	display:table-cell;
}
#ftAdd .contentBox dl dt{
	margin-bottom:10px;
	font-size:20px;
	font-size:2.0rem;
	font-weight:bold;
}
#ftAdd .contentBox dl dd{
	margin-bottom:3px;
	font-size:14px;
	font-size:1.4rem;
}
#ftAdd .contentBox dl dd .number{
	margin-left:15px;
	letter-spacing:-0.5px;
}
#ftAdd .contentBox dl dd.copyright{
	letter-spacing:0;
}
#ftAdd .mail{
	display:table-cell;
	width:186px;
	padding-bottom:3px;
	vertical-align:bottom;
}

/*----------------------------
contents
----------------------------*/
.contents{
	clear: both;
	padding-top:60px;
}
.contents .inner{
	width:100%;
/*	max-width:980px;*/
	max-width:1266px;
	margin:0 auto;
}

/* --- pageTitle --- */
#pageTitle{
	margin-bottom:3em;
	padding:67px 10px 32px;
	background: url(../../asahi/images/bg-gray.png) 0 0 repeat;
}
#pageTitle h1{
	width:100%;
	margin:0 auto 25px;
	text-align:center;
	font-size:26px;
	font-size:2.6rem;
}

/* --- パンくず --- */
.path{
	width: 100%;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
}
.path li {
    display: inline-block;
	padding-bottom:5px;
}
.path li a {
	display: inline-block;
    padding: 0 10px 0 0;
    margin: 0 6px 0 0;
    text-decoration: none;
    background: url(../../asahi/images/arrow_path.png) right 50% no-repeat;
}
.path li a:hover {
	text-decoration: underline;
}

/* --- pagetop --- */
.pagetop {
	clear:both;
	position: fixed;
	width: 60px;
	height: 60px;
	right: 20px;
	bottom: 100px;
	z-index: 1000;
}

/* --- main --- */
#main{
	float:left;
/*	width:660px;*/
	width:946px;
}
#main section{
	margin-bottom:4.5em;
}

/* h2 */
.section-title{
	display:block;
	width:auto;
	height:2px;
	margin:3em 0 3.5em;
	text-align:center;
}
#main .section-title:first-child{
	margin-top:0.5em;
}
.contents #main .section-title h2{
	display:inline-block;
	margin:-0.5em 1.5em 0;
	padding:0 1.5em;
	background-color:#fff;
	border-bottom:none !important;
}
#main .section-title h2 .en{
	letter-spacing:0;
	font-size:14px;
	font-size:1.4rem;
}

.contents #main h2{
	margin-bottom:1em;
	font-size:22px;
	font-size:2.2rem;
	line-height:1.2;
}

#main h3 {
	font-size:20px;
	font-size:2.0rem;
	padding:0.2em 0.5em 0.2em 1em;
	margin:1em 0 0.5em;
	border-radius:40px;
}
#main h4 {
	font-size:18px;
	font-size:1.8rem;
	padding:0 0 0.2em;
	margin:1em 0 0.5em;
}
#main h5 {
	display:inline-block;
	margin:0.2em 0 0.8em;
	padding:0 0  0.2em;
	font-size:16px;
	font-size:1.6rem;
}
#main p{
	margin-bottom:1em;
}

/* --- リスト --- */
#main ul {
	margin-bottom: 1em;
}
#main ul li {
	position: relative;
	margin-bottom: 6px;
	padding-left: 16px;
}
#main ul li:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 6px;
	height: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;	
	border-radius: 3px;
}

#main ol {
	margin-bottom: 1em;
	padding-left: 1.5em;
}
#main ol li {
	margin-bottom: 6px;
	list-style-type: decimal;
	list-style-position: outside;
}
#main ul.path li:before {
	width: 0;
	height: 0;
}


/* --- リンク-ボタン --- */
a.btn{
    display: inline-block;
	min-height:44px;
    padding: 0 30px 0 46px;
	line-height:44px;
	font-weight:bold;
	letter-spacing:1px;
	border-radius:44px;
}
a.border_brown{
	line-height:42px;
}

/* --- テーブル --- */
#main table {
	width: 100%;
	margin-bottom: 1em;
}
#main table th,
#main table td {
	padding: 8px 10px 6px;
}
#main table th {
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
}
#main table td {
	vertical-align: top;
}

/* --- テーブル standard --- */
#main table.standard{
	border-left: none;
    border-top: none;
}
#main table.standard th{
	background:none;
    border-right:none;
}
#main table.standard td{
	border-right:none;
}


/* --- ブログ用設定 --- */
#main hr {
	margin: 20px 0;
	border-bottom: 1px solid #464e58;
}
#main blockquote {
	margin-bottom: 10px;
	padding: 10px;
	background-color: rgba(70,78,88,0.1);
}
#main pre {
	margin-bottom: 10px;
}

/* --- 2カラム --- */
.layout-2col{
	width:100%;
	margin-bottom:1em;
    overflow:hidden;
}
.layout-2col .contentBox{
	width:48.36%;
	float:left;
	margin:0 3.26% 30px 0;
	position:relative;
}
.layout-2col .contentBox:nth-child(even){
	margin:0 0 10px 0;
}
/* --- 3カラム --- */
.layout-3col{
	width:100%;
	margin-bottom:1em;
    overflow:hidden;
}
.layout-3col .contentBox{
	width:32.6%;
	float:left;
	margin:0 1.08% 30px 0;
}
.layout-3col .contentBox:nth-child(3n){
	margin:0 0 10px 0;
}

/*--- mainAbout ---*/
#mainAbout{
/*	display:table;*/
	display:flex;
    justify-content:center;
	width:100%;

}
#mainAbout .contentBox{
/*	display:table-cell;*/
	width:50%;
	vertical-align:middle;
	text-align:center;
}
#mainAbout .contentBox:first-child{
	background-color:#fff;
}
#mainAbout .contentBox:nth-child(odd){
	max-width:332px;
	border-right:4px solid #fff;
}
#mainAbout .contentBox:nth-child(even){
	max-width:473px;
	padding:20px 10px 10px;
}

#main #mainAbout .contentBox h2{
	position:relative;
	margin:0 0 0.9em;
	padding:0 0 0.9em;
	background:none;
	border:none;
}
#main #mainAbout .contentBox h2:before{
	content: " ";
	position: absolute;
	left: calc(50% - 50px);
	bottom: 0;
	width: 100px;
	height: 2px;
}

#main #mainAbout .contentBox p{
	margin-bottom:10px;
	font-size:12px;
	font-size:1.2rem;
	letter-spacing:0;
	line-height:1.8;
	white-space:normal;
}
#main #mainAbout .contentBox p > .number{
	letter-spacing:-0.5px;
}
#main #mainAbout ul.linkArea{
	display:block;
	margin:0;
	text-align:center;
	overflow:hidden;
}
#main #mainAbout ul.linkArea li{
	display:inline-block;
	margin:0 7px;
	padding:0;
}
#main #mainAbout ul.linkArea li:before{
	display:none;
}

/* --- side --- */
#side{
	float:right;
	width:260px;
	margin-bottom:3em;
}

/* .sideNav */
.sideNav{
	margin-bottom:10px;
	padding:13px 18px 5px;
}
.sideNav h2{
	margin-bottom:5px;
	padding-bottom:10px;
	box-sizing:content-box;
	text-align:center;
}
.sideNav h2 span{
	display:none;
}
.sideNav h2 a{
	display:block;
}
.sideNav nav ul li:last-child{
	border-bottom:none;
}
.sideNav nav ul li a{
	display:block;
	padding:11px 10px 11px 0;
}

/* .sideNav 固有名 */
#sideAbout h2{
	height:32px;
	padding:0 0 7px 32px !important;
	line-height:32px;
}
#sideNews h2{
	height:34px;
	padding:0 0 5px 34px !important;
	line-height:34px;
}
#sideBusiness h2{
	height:30px;
	padding:0 0 8px 30px !important;
	line-height:30px;
}
.bnr img{
	margin-bottom:10px;
}



/*----------------------------
トップ
----------------------------*/
#index{
	padding-top:0;
}
/* --- mainVisual ---*/
#mainVisual{
	position:relative;
	width: 100%;
	height:100%;
	max-width:1940px;
	max-height:550px;
	margin:0 auto 3em;
	z-index: 1;
	background-color: #fff;
	overflow: hidden;
}
#mainVisual .caption{
	position:relative;
	max-width:980px;
	width:90%;
	height:100%;
	margin:0 auto;
}
#mainVisual .caption p{
	position:absolute;
	right:0;
	bottom:35%;
}

#mainVisual .caption div{
	position:absolute;
	right:0;
	bottom:21%;
	width:334px;
	text-align:center;
}

#mainVisual .backstretch img.deleteable{
	-webkit-transform: -webkit-scale(1);
	-ms-transform: -ms-scale(1);
	transform: scale(1);
}
#mainVisual .backstretch img{
	-webkit-animation: bgs_image 6s linear;
	 animation: bgs_image 6s linear;
}

/* Animation for the slideshow images */
@-webkit-keyframes bgs_image{
	0% {
		-webkit-transform: -webkit-scale(1.1);
		-ms-transform: -ms-scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: -webkit-scale(1);
		-ms-transform: -ms-scale(1);
		transform: scale(1);
	}
}
@keyframes bgs_image{
	0% {
		-webkit-transform: -webkit-scale(1.1);
		-ms-transform: -ms-scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: -webkit-scale(1);
		-ms-transform: -ms-scale(1);
		transform: scale(1);
	}
}


/*--- 最新情報 ---*/
#newsArea .tabs{
	margin-bottom:2.5em;
}
#main #newsArea ul li{
	position:static;
}
#main #newsArea ul li:before{
	display:none;
}
/* tab button */
#newsArea .tab-button-outer {
	display: none;
}

@media screen and (min-width: 491px) {
	#newsArea .tab-button-outer {
		display: block;
	}
	#newsArea .tab-select-outer {
		display: none;
	}
}
.tab-button-outer{
	margin-bottom:1.3em;
	padding-top:15px;
	background: url(../../asahi/images/bg-gray.png) 0 0 repeat;
}
#main ul#tab-button{
	display:block;
	margin:0;
	padding-right:16px;
	vertical-align:bottom;
	text-align:center;
/*	font-size:14px;
	font-size:1.4rem;*/
	font-size:16px;
	font-size:1.6rem;
	overflow:hidden;
}
#main ul#tab-button li{
	display:inline-block;
	margin:0 0 16px;
	padding:0 20px;
	background: url(../../asahi/images/line-gray.png) right 0 no-repeat;
	line-height:1.2;

}
#main ul#tab-button li:last-child{
	background:none;
}
#main ul#tab-button li a,
#main ul#tab-button li a:link,
#main ul#tab-button li a:visited {
	padding-bottom:3px;
	transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}
#main ul#tab-button li a:hover,
#main ul#tab-button li a:active,
#main ul#tab-button li a:focus,
#main ul#tab-button li.is-active a{
	text-decoration:none;
}

/* tab contents */
#index #newsArea .tab-contents{
	height:295px;
	overflow-y:auto;
}
#main #newsArea .tab-contents ul{
	margin-bottom:0;
}
#newsArea .tab-contents ul li{
	display:table;
	width:100%;
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
}

#newsArea .tab-contents ul li a,
#newsArea .tab-contents ul li a:link,
#newsArea .tab-contents ul li a:visited {
	display:block;
	padding:14px 0;
}
#newsArea .tab-contents ul li a:hover,
#newsArea .tab-contents ul li a:active,
#newsArea .tab-contents ul li a:focus{
	text-decoration:none;
	background:#f7f7f7;
}

#newsArea .tab-contents ul li a time,
#newsArea .tab-contents ul li a .tab-name,
#newsArea .tab-contents ul li a p.blogTitle{
	display:table-cell;
	vertical-align:middle;
	line-height:1.2;
}
#newsArea .tab-contents ul li a time{
	width:7.5em;
	font-size:14px;
	font-size:1.4rem;
	letter-spacing:-0.5px;
}
#newsArea .tab-contents ul li a .tab-name span{
	display:block;
	width:8em;
	margin-right:2em;
	padding:7px 0 8px;
	text-align:center;
/*	font-size:11px;
	font-size:1.1rem;*/
	font-size:12px;
	font-size:1.2rem;
	color:#fff;
	border-radius:40px;
}

/*--- トップ-入会案内 ---*/
#main ul.layout-3col{
	width:100%;
	max-width:660px;
	overflow:hidden;
}
#main ul.layout-3col li{
	float:left;
	width:31.81818181818182%;
	margin:10px 2.272727272727273% 0 0;
	padding:0;
}
#main ul.layout-3col li:last-child{
	margin-right:0;
}
#main ul.layout-3col li:before{
	display:none;
}
/*------------------------
お知らせ・スタッフブログ
-------------------------*/
#news #main h2{
	margin-bottom:10px;
	padding-bottom:8px;
}
#news .entry_meta {
	margin-bottom:1.2em;
	padding: 15px 10px 15px 20px;
	font-size: 14px;
	font-size:1.4rem;
}
#news .entry_meta p {
	display: inline-block;
	line-height: 18px;
}
#news .entry_meta time {
	padding: 0 0 0 26px;
	letter-spacing:0;
}
#news .entry_meta .category {
	margin: 0 0 0 15px;
	padding: 0 0 0 26px;
}

/* --- pageList --- */
.pageList {
	text-align: center;
	margin-bottom:30px;
}
.pageList .prev {
	display: inline-block;
	margin: 0 15px 0 0;
}
.pageList .next {
	display: inline-block;
	margin: 0 0 0 15px;
}
.pageList .list {
	display: inline-block;
	vertical-align: top;
}
.pageList .list a,
.pageList .list span {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 0px;
	padding-top: 5px;
	text-align: center;
	font-size: 14px;
	vertical-align: top;
	border-radius:30px;

}
.pageList .list a:hover,
.pageList .list span.current_page {
	color: #fff;
	text-decoration: none;
}
/*------------------------
about
-------------------------*/
/* --- メリット --- */
#main .merit table{
	border-collapse:separate;
	border-spacing:10px 0;
	width: calc(100% + 20px);
    margin: 0 -10px 2.5em;
}
#main .merit table td{
	padding:25px 0 10px;
}
/* --- 地図 --- */
#main .gmap {
	position: relative;
	padding-bottom: 40%;
	height: 0;
	overflow: hidden;
}
#main .gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% ;
	height: 100% ;
}
/*------------------------
member
-------------------------*/
.selectdiv {
	position: relative;
	float: left;
	min-width: 200px;
	margin: 20px 0px;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
	display: none;
}

.selectdiv:after {
	content: '<>';
	font: 17px "Consolas", monospace;
	color: #333;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 11px;

	top: 18px;
	padding: 0 0 2px;
	border-bottom: 1px solid #999;
	/*left line */

	position: absolute;
	pointer-events: none;
}

.selectdiv select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* Add some styling */

	display: block;
	width: 350px;
	max-width: 320px;
	height: 50px;
	float: right;
	margin: 5px 0px;
	padding: 0px 24px;
	font-size: 16px;
	line-height: 1.75;
	color: #333;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	-ms-word-break: normal;
	word-break: normal;
}

.search_container{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #cccccc;
  padding: 10px 20px;
  height: 50px;
  width: 320px;
  overflow: hidden;
}
.search_container input[type="text"]{
  border: none;
  height: 2.0em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  /* color: #3879D9; */
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -5px;
  outline : none;
}
