@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*sass*/
/*$mainColor:#0f2c4c;
$subColor:#1d5081;
$linkColor:#369;
$hoverColor:#C1436B;
$navColor:#0F2C4C;
$textColor:#333;
$accentColor:#335553;
*/
/*
Theme Name: responsiv
Author URI: http://care-net.biz
*/
/* body */
body {
  position: relative;
  width: 100%;
  background: #cfcfcf;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  background: url(../img/bg.png) repeat;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* aタグの設定 */
a {
  color: #0a86dc;
}

a:hover {
  color: #c1436b;
}

a img {
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}

a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

a {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
ol{margin-left: 20px;}
ol li{margin-bottom: 10px!important;}
/* 全体の幅 */
.wrapper {
  width: 1000px;
  margin: 0 auto;
}

.mb100{margin-bottom: 100px!important;}

table h3{text-align: center;}
table h3 span{color: #7030a0;}

/* ヘッダーのスタイル */
#header {
  width: 100%;
 background-color: #ffffff;
}

#header .toggleBtn {
  display: none;
}

#header .logo {
  float: left;
}

#header .logo img {
  width: 100%;
  max-width: 365px;
  height: auto;
}

#header div#headerMenu {
  float: right;
}

#header div#headerMenu ul li {
  list-style: none;
  float: left;
}

/* グローバルナビゲーションのスタイル */
.gnav {
  -webkit-box-shadow: 0px 4px 4px 0px #d9d9d9;
  -moz-box-shadow: 0px 4px 4px 0px #d9d9d9;
  box-shadow: 0px 4px 4px 0px #d9d9d9;
  background-color: #01487d;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0282E2', endColorstr='#FF01487D');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0282e2), color-stop(100%, #01487d));
  background-image: -webkit-linear-gradient(#0282e2 0%, #01487d 100%);
  background-image: -moz-linear-gradient(#0282e2 0%, #01487d 100%);
  background-image: -o-linear-gradient(#0282e2 0%, #01487d 100%);
  background-image: linear-gradient(#0282e2 0%, #01487d 100%);
  background-color: #01487d;
  position: relative;
  z-index: 1;
}

.gnav a {
  padding: 10px;
  color: #fff;
  display: block;
  text-decoration: none;
  -webkit-transition: text-shadow 0.2s ease-in-out;
  -moz-transition: text-shadow 0.2s ease-in-out;
  -o-transition: text-shadow 0.2s ease-in-out;
  transition: text-shadow 0.2s ease-in-out;
}

.gnav a:hover,
.gnav a.current {
  color: #FFFEE2;
  text-shadow: 0px 0px 5px white;
}

.gnav ul {
  background: none;
  position: relative;
}
.gnav ul li {
  position: relative;
  border: 1px solid #01487d;
  width: 166px;
  float: left;
  text-align: center;
}
.gnav ul li.longTitle a {
  padding: 5px;
  font-size: 80%;
}
.gnav ul li ul {
  width: 100%;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.gnav ul li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  min-height: 0;
  color: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: none;
  float: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.gnav ul li ul li a {
  background-color: white;
  padding: 12px 15px;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  color: #01487d;
  border: 1px solid #01487d;
  border-top: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.gnav ul li ul li a:hover,
.gnav ul li ul li a.current {
  color: #fff;
  background-color: #0a86dc;
  text-shadow: 0px 0px 5px white;
}
.gnav ul li ul li:last-child {
  border-bottom: none;
}
.gnav ul li ul li:last-child a {
  border-radius: 0 0 10px 10px;
}
.gnav ul li:hover ul li {
  overflow: visible;
  min-height: 38px;
  height: auto;
  border-top: 0px solid #01487d;
  border-bottom: 0px solid #01487d;
  z-index: 100;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.toggle_menu {
  text-align: right;
}

#toggle_menu-btn {
  display: inline-block;
  position: relative;
  height: 36px;
  margin: 5px 10px 0;
  padding: 10px 30px 10px 10px;
  border-radius: 5px;
  background: #fff;
  text-align: right;
  text-decoration: none;
  color: #FFFFFF;
  border: 1px solid #666;
  -webkit-box-shadow: #cccccc 0px 3px 3px -1px;
  -moz-box-shadow: #cccccc 0px 3px 3px -1px;
  box-shadow: #cccccc 0px 3px 3px -1px;
  background-color: #0a86dc;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF55B5F7', endColorstr='#FF0A86DC');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #55b5f7), color-stop(100%, #0a86dc));
  background-image: -webkit-linear-gradient(#55b5f7 0%, #0a86dc 100%);
  background-image: -moz-linear-gradient(#55b5f7 0%, #0a86dc 100%);
  background-image: -o-linear-gradient(#55b5f7 0%, #0a86dc 100%);
  background-image: linear-gradient(#55b5f7 0%, #0a86dc 100%);
}

#toggle_menu-btn:hover {
  color: #FFFFFF;
  text-decoration: none;
}

#toggle_menu-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#toggle_menu-btn-icon:before, #toggle_menu-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #FFFFFF;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#toggle_menu-btn-icon:before {
  margin-top: -6px;
}

#toggle_menu-btn-icon:after {
  margin-top: 4px;
}

#toggle_menu-btn .close {
  background: transparent;
}

#toggle_menu-btn .close:before, #toggle_menu-btn .close:after {
  margin-top: 0;
}

#toggle_menu-btn .close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#toggle_menu-btn .close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#toggle_menu_list,
#toggle_menu_list p {
  display: none;
}

#toggle_menu_list {
  position: absolute;
  right: 0px;
  z-index: 100;
  margin-right: 15px;
  padding: 5px 10px;
  -webkit-box-shadow: #999999 0px 4px 2px -1px;
  -moz-box-shadow: #999999 0px 4px 2px -1px;
  box-shadow: #999999 0px 4px 2px -1px;
  max-width: 260px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.94118);
  border: 1px solid #CCC;
}

#toggle_menu_list h2 {
  line-height: 1.4;
  margin-bottom: 0.3em;
}

.logo {
  font-size: 220%;
  font-weight: bold;
  color: #3572FF;
  text-shadow: 2px 2px 0px white;
  margin-bottom: 5px;
  margin-top: 15px;
}

.logo a {
  text-decoration: none;
}

/* スライドショー初期表示 */
.slideshow li {
  display: none;
}

.slideshow li:first-child {
  display: inherit;
}

/* コンテンツエリア全体 */
div#content {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0 auto;
}

.contentBg {
  background: white;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

div#bx-pager {
  width: 680px;
  display: inline;
}

div#bx-pager ul li {
  list-style: none;
  float: left;
  text-align: center;
}

/* コンテンツエリア -> パンくず */
/* コンテンツエリア -> パンくず */
#breadcrumb {
  padding: 10px;
}
#breadcrumb li {
  display: inline-block;
  list-style: none;
  line-height: 20px;
}
#breadcrumb li:before {
  display: inline-block;
  content: ">";
  margin-right: 5px;
}
#breadcrumb li:first-child:before {
  display: none;
  content: ">";
  margin-right: 5px;
}
#breadcrumb li a {
  text-decoration: none;
}

/* コンテンツエリア -> main */
#main {
 /* width: 680px;
  float: left;*/
	padding: 4px 40px;
}

div#slidsBox {
  border: solid #fff 5px;
  margin-top: 10px;
}

.content_box {
  margin-bottom: 1.8em;
  padding: 5px 80px;
  zoom: 1;
}

.content_box:before, .content_box:after {
  content: "";
  display: table;
}

.content_box:after {
  clear: both;
}

.content_box h2 {
  font-size: 24px;
  padding: 10px 0 0px 1em;
  margin-bottom: .4em;
  color: #01487d;
  position: relative;
}

.content_box h2:before {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 16px solid #0072bc;
  margin-left: -1em;
  margin-top: -5px;
}

.content_box h3 {
  margin-bottom: .4em;
}

/*.content_box ul,
.content_box ol {
  padding-left: 1em;
}*/

.content_box li {
/*  margin-left: 1em;*/
  line-height: 1.4;
  margin-bottom: 5px;
}

#sidebar {
  width: 300px;
  float: right;
  background: white;
  margin-top: 10px;
}

/* コンテンツエリア -> sidebar */
aside.cpBox {
  margin-bottom: 10px;
}

aside.cpBox .cpBg {
  margin: 5px 5px 0;
  padding: 5px;
  background: white;
}

aside.cpBox .cpBg h2 {
  color: #01487d;
  margin-bottom: 5px;
}

aside.cpBox .cpBg p {
  font-size: 12px;
  line-height: 150%;
}

aside.cpBox p.more {
  margin: 0 5px 5px;
  padding: 5px;
  background: #01487d;
  font-size: 12px;
  text-align: right;
}

aside.cpBox p.more a {
  color: #fff;
}

.button_area {
  margin-bottom: 10px;
	margin-right: 4px;

}

.button_area li {
  list-style: none;
  text-align: center;
}

.button_area li a {
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  display: block;
}

.button_area li.reservation {
  background: #d60f0f;
}

.button1 {
	float: right;
	width: 300px;
  background-color: #F3983E;
/*  border: 1px solid #E64C12;*/
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0081D6', endColorstr='#FF0072BC');
  background-image: linear-gradient(#F3983E 0%, #F3813E 100%);
/*  text-shadow: -1px -1px 1px black;*/
  box-shadow: inset 0px 1px 0px 0px #FFD889;

  border-radius: 6px;
}

.button1:hover {
  background-color: #FFDA32;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0072BC', endColorstr='#FF0081D6');

  background-image: linear-gradient(#FFDA32 0%, #FFC531 100%);

  color: #fff;
}

.button1:active {
  position: relative;
  top: 1px;
}

.contactBtn {
  position: relative;
  background-color: #e4685d;
  border: 1px solid #D44F46;
  display: inline-block;
  cursor: pointer;
  color: white;
  font-size: 17px;
  font-weight: bold;
  padding: 16px 31px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #b23e35;
  -webkit-box-shadow: 0px 4px 0px 0px #d44f46;
  -moz-box-shadow: 0px 4px 0px 0px #d44f46;
  box-shadow: 0px 4px 0px 0px #d44f46;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.contactBtn:hover {
  background-color: #eb675e;
}

.contactBtn:active {
  position: relative;
  top: 1px;
}

.contactBtn:before {
  display: block;
  content: "●";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 0;
  height: 0;
  margin-top: -10px;
  /*	border: 10px solid transparent;
  	border-left: 10px solid #fff; */
}

.contactBtn:after {
  display: block;
  content: "●";
  position: absolute;
  top: 50%;
  right: 35px;
  width: 0;
  height: 0;
  margin-top: -10px;
  /*	border: 10px solid transparent;
  	border-left: 10px solid #fff; */
}

/*.pageTitle {
	position:relative;
	font-size: 140%;
	line-height: 1.4;
	border-bottom: 8px solid $mainColor;
	color: $mainColor;
	padding: .2em .6em 0 0;
	margin-bottom: 1em;
}
.pageTitle:first-letter {
position:absolute;
  display: block;
	font-size: 180%;
	padding: 0 .2em;
	margin-bottom: 0;
	margin-right: .1em;
	color: $baseColor;
	background: $mainColor;
	border-left: 10px solid $subColor;
}*/
.pageTitle {
  position: relative;
  font-size: 140%;
  line-height: 1.4;
  color: #01487d;
  padding: .2em .6em 0 0;
  margin-bottom: 1em;
  border-bottom: 5px solid #0072bc;

}

.pageTitle:first-letter {
  font-size: 180%;
  padding: 0 .1em;
  margin-bottom: 0;
}

.title {
  font-size: 24px;
  padding: 10px 0 0px 1em;
  margin-bottom: .4em;
  color: #01487d;
  position: relative;
  border-bottom: 1px solid #01487d;
}

.title:before {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 16px solid #0072bc;
  margin-left: -1em;
  margin-top: -5px;
}

#sidebar h2 {
  border-top: none;
  border-bottom: none;
  background: none;
  color: #01487d;
  box-shadow: none;
  padding: .6em;
  margin-bottom: .4em;
  font-size: 20px;
}

.title2 {
  font-size: 100%;
  border-top: 10px solid #0072bc;
  background: #F7F7F7;
  padding: .6em;
  margin-bottom: .4em;
  color: #01487d;
  -webkit-box-shadow: 0px 1px 1px 0px #cfcfcf;
  -moz-box-shadow: 0px 1px 1px 0px #cfcfcf;
  box-shadow: 0px 1px 1px 0px #cfcfcf;
}

.catch_box {
  width: 100%;
  margin: 0 0 21px 0;
}

.catch_box > span {
  display: block;
  padding: 12px 6px;
  border: 2px solid #EFA11B;
  -webkit-box-shadow: inset 0 0 8px 8px 0 0 #cfcfcf;
  -moz-box-shadow: inset 0 0 8px 8px 0 0 #cfcfcf;
  box-shadow: inset 0 0 8px 8px 0 0 #cfcfcf;
  background: white;
  color: #EFA11B;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.catch {
  font-size: 120%;
  color: #ad2b2b;
  font-weight: bold;
}

/*
.catch {
    color: #5A9E54;
	background:#F3F3F3;
	font-size: 200%;
	font-weight:bold;
    border: 5px solid #5A9E54;
    margin: 10px 10px 21px 10px;
	padding:.3em;
    @include border-radius(3px);
}
.catch:after, .catch:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
*/
/*.catch:after {
    left: 40px;
    border: 13px solid transparent;
    border-top: 13px solid #F3F3F3;
}
.catch:before {
    left: 34px;
    border: 20px solid transparent;
    border-top: 20px solid #5A9E54;
}
*/
.dl_new dt {
  padding: 5px 10px 0;
  font-size: 12px;
}

.dl_new dd {
  padding: 5px 10px;
  line-height: 150%;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}

.dl_service dt {
  padding: 5px;
  font-weight: bold;
}

.dl_service dd {
  margin-bottom: 10px;
  padding: 5px 10px;
  -webkit-box-shadow: 1px 1px 1px 0px #b0b5c0;
  -moz-box-shadow: 1px 1px 1px 0px #b0b5c0;
  box-shadow: 1px 1px 1px 0px #b0b5c0;
  line-height: 1.4;
}

.tnav h2 {
  padding: 5px;
}

.tnav p {
  padding: 5px 10px;
  -webkit-box-shadow: 1px 1px 1px 0px #b0b5c0;
  -moz-box-shadow: 1px 1px 1px 0px #b0b5c0;
  box-shadow: 1px 1px 1px 0px #b0b5c0;
}

.tnav_side {
  margin: 10px 15px;
  border: 6px solid #DDD;
}

.tnav_side h3 {
  padding: 5px 10px;
  /*	border-left:3px solid $mainColor; */
}

.tnav_side p {
  padding: 5px 10px;
  /*	border-left:3px solid $mainColor; */
}

/* ページナビ */
/* ブログフィード表示 */
.feed_area dt {
  padding: 0.5em 1em;
  font-size: 110%;
}

.feed_area dd {
  padding: 0 1em 1em;
  margin-left: 0;
  border-width: 0 1px 1px;
  line-height: 1.5;
}

/* ページトップへボタンのスタイル */
p.gotop {
  position: fixed;
  left: auto;
  right: 20px;
  bottom: -13px;
}

p.gotop a {
  width: 46px;
  height: 46px;
  display: block;
  background-color: #0a86dc;
  color: #fff;
  text-align: center;
  line-height: 46px;
  text-decoration: none;
  /* box-shadow */
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px 1px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px 1px inset;
}

/* フッターのスタイル */
.footer {
  background: #01487d;
  line-height: normal;
}

.footer a {
  color: white;
}

.footer .footerNav a {
  padding: 10px;
  color: #0a86dc;
  display: block;
  text-decoration: none;
}

.footer .footerNav a:hover {
  color: #ad2b2b;
}

.footer .footerNav {
  padding-top: 5px;
  background: white;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  width: 100%;
  margin-bottom: 20px;
}

.footer .footerNav ul {
  padding-bottom: 5px;
}

.footer .footerNav ul li {
  float: left;
}

.footer p {
  padding: 5px 0;
  color: #fff;
  font-size: 80%;
  text-align: right;
  line-height: 150%;
  padding-right: 0.5em;
}

/* テーブル装飾 */
.data1 {
  border-top: 2px solid #b0b5c0;
  border-bottom: 2px solid #b0b5c0;
  margin-bottom: 20px;
}

.data1 th,
.data1 td {
  border-bottom: 1px dashed #b0b5c0;
  padding: 10px;
}

.data1 tr:last-child th,
.data1 tr:last-child td {
  border-bottom: none;
}

.data1 caption {
  margin: 0;
  padding-bottom: .2em;
  text-align: left;
  font-weight: bold;
}

.list_b{}
.list_b img{box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.3);
width: 340px;}
.enkaku table{border-top: 1px solid #9FB4CF;
    border-bottom: 1px solid #9FB4CF;
}
.enkaku tr,.enkaku td{background-color: #E9F1FF;
padding: 10px;
	line-height: 150%;
}

.rec_table{
	border: #9EB8CE 1px solid;
	width: 90%;
	margin: 10px auto;
	border-collapse :collapse;
}
.rec_table th{
line-height: 140%;
background-color: #4D8AD7;
color: #FFFFFF;
padding: 10px;
border: #BBE0FF 1px solid;}
.rec_table td{padding: 10px;
line-height: 140%;
border: #9EB8CE 1px solid;}
.rec_table td span{font-weight: bold;
font-size: 120%;}

.fac_table{
	border: #9EB8CE 1px solid;
	width: 100%;
	margin: 10px auto;
	border-collapse :collapse;
}
.fac_table td{padding: 10px;
line-height: 140%;
border: #9EB8CE 1px solid;}

.acd-check{
    display: none;
}
.acd-label{
cursor: pointer;
background: #528AA6;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
	border-radius: 6px;
}

.acd-content{

    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}

.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
.accbox {
/*max-height: 600px;
    overflow-y: scroll;*/
}


.accbox label {
	background: #3B9FD1;
    color: #fff;
    display: block;
    margin: 4px 0;
    padding : 12px 12px;
	line-height: 140%;
border-radius: 6px;
	width: 300px;
	margin: 10px auto;
	text-align: center;
  
    cursor :pointer;
    transition: all 0.5s;
	font-weight: bold;
}
.accbox .q_a{
	top: -20px;
	position: relative;
}
.accbox .q_a label {
	background-image: none;
	color: #285F86;
	background: #D7EFFF;
	text-indent:2em;
	text-decoration: underline;
	padding: 15px;


}
.accbox .q_a span{
	font-size: 250%;
	font-weight: bold;
	position:relative;
	top:32px;
color: #285F86;
	left: 4px;
}

.q_a  .accshow span{
	color: #E03570;
	left: -16px;
	position:static;
}

.accbox input {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
	text-align: left;
}

.cssacc:checked + .accshow {
    height: auto;
    padding: 20px;
    background: #F1F1F1;
    opacity: 1;
	margin-bottom: 20px;
}
.accshow_open {
    height: auto;
    padding: 20px;
    background: #F1F1F1;
    opacity: 1;
	margin-bottom: 20px;
}
.recacc .cssacc:checked + .accshow{
	background: #FFFFFF!important;
	width: 90%;
	margin: 4px auto;
	line-height: 150%;
}

.accshow th,.accshow td{
	width: 100%;
	display:block;
}
.accshow .data1 th{border-bottom: none;}
.accshow .data1 td{padding-top: 0!important;}
.accshow .data1 p{margin: 0!important;}
.indent-a {
		padding-left:170px;
		text-indent:-170px;
	}
.rec_box{/*width: 90%;*/
margin: 10px auto;
line-height: 140%;}
.rec_box p{padding: 4px 0;
margin: 0;
text-align: left;}
.rec_box .r_img{max-width: 300px;}
.top_flex{margin-top: 30px;}
.top_flex li{ box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.top_flex p{font-weight: bold;
color: #0A1F6A;}
.top_flex img{
	width: 40%;
	padding: 10px;
	
}


.name{color: #000000;
text-align: center;}
.name:first-letter{font-size: 100%;
padding: 0;}

.name1 {font-size: 150%;
font-family: YuMincho,
	"Hiragino Mincho ProN",
	serif;
font-weight: normal;

  display        : inline-block;
  color          : #000000; 
  text-shadow    : 

       0.5px  0px 0px #ff0000,
       0px  0.5px 0px #ff0000,
      -0.5px  0px 0px #ff0000,
       0px -0.5px 0px #ff0000;  
}
.name1 span{font-size: 70%;}
.name2 {font-size: 150%;
font-family: YuMincho,
	"Hiragino Mincho ProN",
	serif;
font-weight: normal;

  display        : inline-block;
  color          : #000000; 
  text-shadow    : 

       0.5px  0px 0px #ffc000,
       0px  0.5px 0px #ffc000,
      -0.5px  0px 0px #ffc000,
       0px -0.5px 0px #ffc000;  
}
.name2 span{font-size: 70%;}
.name3 {font-size: 150%;
font-family: YuMincho,
	"Hiragino Mincho ProN",
	serif;
font-weight: normal;

  display        : inline-block;
  color          : #000000; 
  text-shadow    : 

       0.5px  0px 0px #00b050,
       0px  0.5px 0px #00b050,
      -0.5px  0px 0px #00b050,
       0px -0.5px 0px #00b050;  
}
.name3 span{font-size: 70%;}
.name4 {font-size: 150%;
font-family: YuMincho,
	"Hiragino Mincho ProN",
	serif;
font-weight: normal;

  display        : inline-block;
  color          : #000000; 
  text-shadow    : 

       0.5px  0px 0px #7030a0,
       0px  0.5px 0px #7030a0,
      -0.5px  0px 0px #7030a0,
       0px -0.5px 0px #7030a0;  
}
.name4 span{font-size: 70%;}
.name5 {font-size: 150%;
font-family: YuMincho,
	"Hiragino Mincho ProN",
	serif;
font-weight: normal;

  display        : inline-block;
  color          : #000000; 
  text-shadow    : 

       0.5px  0px 0px #000000,
       0px  0.5px 0px #000000,
      -0.5px  0px 0px #000000,
       0px -0.5px 0px #000000;  
}
.rec_img{width: 58%;
}
.rec_img p{position: relative;
top:14px;}
.rec_img img{clear: both;
float: left;
width: 70px;
margin-right: 6px;}
.rec_img p::after { 
  clear: both ;
  content: ''; 
  display: block;
}

.top_box h3{font-size: 20px;
text-align: center;
margin-top: 30px;}

.sp_on{display: none;}
.sp_on2{display: none;}
.h3_50{width: 50%;}
@media only screen and (max-width: 1000px) {
  .wrapper {
    width: 100%;
  }

  #sidebar {
    width: 260px;
  }
}
/* タブレット向けのレイアウトの指定：～960px */
@media only screen and (max-width: 960px) {
  #header {
    margin-top: 0;
	 
  }

  #header .wrapper {
    padding: 5px;
  }

  #header .toggleBtn {
    display: block;
  }

  div#bx-pager {
    display: none;
  }

  div#slidsBox {
    width: 100%;
    padding-left: 0px;
  }

  #gnav {
    padding-top: 0;
  }

  #gnav ul {
    padding-bottom: 5px;
  }

  div#content {
    width: 100%;
  }

  #main {
    width: 98%;
    float: none;
	  margin:2px 1%;
	  padding: 8px;
  }
.content_box {
  padding: 5px 20px;
}
  .button_area article.shopBox {
    width: 100%;
    background: white;
    margin: 0;
    float: none;
    border: none;
  }

  #sidebar {
    width: 100%;
    float: none;
  }

  .footer .footerNav ul {
    margin: 0;
    padding-bottom: 5px;
  }

  img {
    max-width: 100%;
    height: auto;
    width: auto;
  }

  .gnav .home {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
.rec_img{width: 50%;
}
}
/* タブレット向けのレイアウトの指定：～768px */
@media only screen and (max-width: 768px) {
  .gnav ul li {
    width: 33.333%;
  }

  .gnav ul li ul {
    width: 100%;
  }

  .gnav li ul li {
    width: 100%;
  }

  .contentBg {
    border-left: none;
    border-right: none;
  }

  .content_box h2 {
    margin-left: -14px;
  }
.rec_table{

	width: 96%;
	margin: 10px auto;
}
.recacc .cssacc:checked + .accshow{

	width: 98%;
	padding: 0;

}
.rec_box .r_img{width: 100%;}
.r_img2 img{width: 50%!important;}

}
/* スマホ向けのレイアウトの指定：～460px */
@media only screen and (max-width: 460px) {
.sp_on{display: block;}
.sp_on2{display:inline-block;}
.sp_off{display: none;}
  #header .logo {
    font-size: 160%;
    margin-top: .5em;
    text-align: center;
    float: none;
  }

  .pageTitle {
    margin-top: 20px;
  }

  #gnav .toggleBtn {
    display: block;
  }

  #breadcrumb {
    display: none;
  }

  .gnav ul li {
    width: 50%;
  }

  .gnav li ul li {
    width: 100%;
  }

  .footer .footerNav {
    margin-bottom: 45px;
  }

  .data1 th {
    border-bottom: none;
    margin-left: 0;
	  width: 100%;
	  display: block;
  }

  .data1 td {
    padding-top: 3px;
    margin-left: 0;
	  width: 100%;
	  display: block;
  }

/*  .data1 th br,
  .data1 td br {
    display: none;
  }*/

  .data1 tr:last-child th,
  .data1 tr:last-child td {
    border-bottom: none;
  }
.indent-a {
		padding-left:70px;
		text-indent:-70px;
	}
	.accshow .data1{font-size: 14px;}
	.name4 {font-size: 130%;}
}






/* ***************flex****************/
.flex_2col,.flex_3col,.flex_4col,.flex_21col{display:flex;flex-flow: row wrap;justify-content: space-around;}
.flex_4col li{flex-basis:20%;  margin-bottom:20px; margin-right: 10px; text-align: center; display: inline-block;}
.flex_3col li{flex-basis:32%;  margin-bottom:20px;  text-align: center; display: inline-block;}
.flex_2col li{flex-basis:45%;  margin-bottom:20px;  text-align: center; display: inline-block;}
.flex_21col li{flex-basis:100%;  margin-bottom:20px;  text-align: center; display: inline-block;}
.flex_3col img{width: 100%;}
.flex_3col p{
text-align: left;
padding: 0 14px;}
.flex_3col .p_min p{padding: 0 7px;}

.flex_2col2{display: flex;flex-flow: row wrap;justify-content: center;align-items: center;}
.flex_2col2 li{ text-align: center;display: inline-block; }
@media only screen and (max-width: 1000px) {
.flex_4col li{flex-basis:45%;  margin-bottom:20px;}
.flex_3col li{flex-basis:45%;  margin-bottom:20px; margin-right: 10px; text-align: center; display: inline-block;}

}
@media only screen and (max-width: 600px) {
.flex_2col li,.flex_3col li{flex-basis:100%;  margin-bottom:20px;}
	.rec_img{width: 100%;}
	
.r_img2 img{width: 100%!important;
	float: none;

	}
	.r_img2{margin: 4px auto;
	text-align: center;}
	.h3_50{width: 100%;}
}



input#submit_button {
	border: 1px solid #15328A;
	background-color: #15328A;
	background-image: linear-gradient(#1186CF 0%, #3cc2df 100%);
	text-shadow: -1px -1px 1px #15328A;
}