﻿@charset "UTF-8";

*{ box-sizing:border-box;}

:root {
 --main-color: #66CBE5;
 --accent-color: #B2A83D;
 --dark-main-color: #358498;
 --text-bright-color: #fff;
 --icon-color: #fff;
 --icon-bk-color: #ddd;
 --gray-color: #ddd;
 --large-width: 1000px;
 --middle-width: 800px;
}

/*---------------------------------

  タグ

---------------------------------*/


html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  overflow-y: scroll;
}
body {
  position: relative;
  margin: 0;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #202020;
}
header, footer, article, aside, main, nav, section, figure {
  display: block;
}
a:active, a:hover {
  color: #cea500;
  outline: none;
}
a, a img {
  color: #202020;
  font: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:active {
  background: transparent;
}
a:hover, a img:hover {
  transition: all 0.5s ease;
  zoom: 1;
}
a[href^="tel:"] {
_color: inherit;
  text-decoration: none;
}
a i {
  margin-right: .2em;
}

article a {
  text-decoration: none;
}
article a:link {
  color: #2a465e;
}
article a:visited {
  color: #2a465e;
}
article a:hover {
  color: #ffcc00;
}


p {
  font-weight: 500;
  margin-top: 0;
}

p span {
  display: inline-block;
}

strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  letter-spacing: .05em;
}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
  margin-right: .3em;
}
h2 span,
h2 + p span,
h3 span,
h3 + p span {
  display: inline-block;
}
h2 small {
  font-size: 42%;
}
h3 {
  margin-top: 0;
  margin-bottom: .5em;
}
p + h3 {
  margin-top: 2em;
}
h4 {
  margin-top: .5em;
  margin-bottom: .5em;
}

small {
  font-size: 72%;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
blockquote {
  margin: 0;
}
cite {
  font-style: normal;
  color: #555;
}
img {
  border: 0;
  vertical-align: bottom;
}

button, input, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
  padding: 0;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}

ul {
  padding: 0;
  margin-top: 0;
  list-style: none;
}
ol {
  margin-top: 0;
}
dt {}
dd { margin-left: 0; }

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

ruby {
  ruby-align: distribute-space;
  ruby-overhang: auto;
  ruby-position: above;
  ruby-align: distribute-letter;
  letter-spacing: .05em;
}

/*---------------------------------

  grid

---------------------------------*/
.column img + img {
  margin-top: 2em;
}

/*---------------------------------

  ヘッダー

---------------------------------*/

/* header */
header{
  position: relative;
  z-index: 9999;
  width: 100%;
  text-align: center;
  background: #fff;
  padding-bottom: .8em;
}

/* global_nav */
nav.global_nav ul {
  overflow: hidden;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 50%;
}
nav.global_nav ul li {
  box-sizing: border-box;
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
  text-align: center;
  flex: 0 0 25%;
  flex-grow:0;
  flex-shrink:0;
  flex-basis:25%;
  max-width:25%;
  border-left: 1px solid #d0d0d0;
}
nav.global_nav ul li a {
  display: block;
  color: #7a6a56;
_font-weight: 600;
  line-height: 1.8em;
  padding: 1em 0;
}
nav.global_nav ul li a:hover {
  color: #cea500;
  background: #fae96f;
}
nav.global_nav ul li i {
  display: block;
  text-align: center;
  margin-right: 0;
}

/* main_nav */
nav.main_nav {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
nav.main_nav ul {
  display: table;
  margin: 0 auto;
  padding: 0;
}
nav.main_nav ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
nav.main_nav ul li a {
  display: block;
}
nav.main_nav li a:hover {
  color: #fff;
  background: #2a465e;
}
nav.main_nav ul ul li a:hover {
  color: #3e8e00;
}

/*---------------------------------

  コンテナ

---------------------------------*/

/* contents */
#wrap {
  overflow: hidden;
}
main {
  min-height: 100vh;
}

.container {
  margin: 0 auto;
}

.container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
article {
}
aside {
}
section {
}
section.bg_oblique {
  background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #f5f3e7 25%, #f5f3e7 50%,
    #fff 50%, #fff 75%,
    #f5f3e7 75%, #f5f3e7
  );
  background-size: 16px 16px;
  margin: 4em 0;
  padding: 2em 0;
}

.index_intro img {
	margin: 10px 0 0 0;
}


/*---------------------------------

  フッターバナー

---------------------------------*/
footer .footer_bnr ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0 auto;
}
footer .footer_bnr ul li {
  box-sizing: border-box;
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
}
footer .footer_bnr a figure {
  margin: 0 0 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  border: 1px solid #ccc;
}
footer .footer_bnr img {
  height: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
  vertical-align: bottom;
}
footer .footer_bnr a:hover>figure img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}

/*---------------------------------

  フッター

---------------------------------*/
footer.site_footer {
  text-align: center;
}
footer.site_footer p.copy {
  color: #fff;
  background: #202020;
  margin: 0;
  padding: .5em;
}

/* footer_info */
footer.site_footer .footer_info {
  padding: 0 0 1.2em;
}
footer.site_footer .footer_info ul li a { color: #202020; }
footer.site_footer .footer_info ul li a i { color: #7a6a56; }
footer.site_footer .footer_info ul li a:hover { color: #cea500; }
footer.site_footer section + section {
  margin-bottom: 0;
}
footer.site_footer .footer_info img {
  width: 96px;
}
footer.site_footer .footer_info img + p {
  margin-top: 1em;
  font-size: 90%;
}
footer.site_footer .footer_info ul {
  font-weight: 600;
  margin-top: .6em;
  font-size: 120%;
}
footer.site_footer .footer_info ul li a i {
  margin-right: .3em;
}

/*---------------------------------

  汎用クラス

---------------------------------*/

/* 見出し */
.sec_title {
  color: #202020;
  font-weight: 500;
  text-align: center;
}
.sec_title:after {
    content: "";
    background: #2c4860;
    width: 80px;
    height: 6px;
    display: block;
    margin: .4em auto 1.2em;
}

.lg_title {
  zoom: 1.4;
}
.txt_left {
  text-align: left;
}
.txt_center {
  text-align: center;
}
.txt_center span {
  display: inline-block;
}

.pd-top-0{
  padding-top: 0em;
}
.pd-top-3 {
  padding-top: 3em;
}

.sdw {
  box-shadow: 2px 2px 10px rgba(0,0,0,.3);
}
.corner_r img {
  border-radius: .3em;
  box-shadow: 2px 2px 10px rgba(0,0,0,.3);
}

/* topic_path */
.topic_path_wrap {
  background: #f4f1ed;
}
.topic_path {
  padding: 1em 1em 0;
  text-align: left;
}
.lower-page .topic_path {
  padding: 3em 1em 0;
}
.topic_path li {
  display: inline-block;
  font-size: 1.5rem;
}
.topic_path li a {
  display: block;
  text-decoration: none;
  color: #d81000;
  font-weight: 600;
}
.topic_path li a:hover {
  color: #ffdc4a;
}
.topic_path li a:after {
  content: "\f054";
  color: rgba(48,32,32,.6);
  display: inline-block;
  margin: 0 .4em 0 1em;
  font-family: 'FontAwesome';
  font-size: 1rem;
}

/*ローディング*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  top: 0px;
  z-index: 99998;
  padding-bottom: 20px;
  background: #fff;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 );
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #ffa000;
  font-weight: 600;
  z-index: 9999;
}

/* .more_info */
.more_info.btn a,
a .more_info.btn {
  color: #202020;
  letter-spacing: .04em;
  background: #fff;
  border: 1px solid rgba(0,0,0,.6);
  padding: .5em .8em;
  margin: .8em .3em .3em;
  display: inline-block;
  min-width: 10em;
  -webkit-transition:all 0.3s ease;
  transition:all 0.3s ease;
  text-align: center;
  line-height: 1.8em;
}
.more_info.btn a:hover,
 a .more_info.btn:hover {
  color: #fff;
  background: #2a465e;
  border: 1px solid rgba(0,0,0,0);
  -webkit-transition:all 0.3s ease;
  transition:all 0.3s ease;
}
.more_info.btn.revs a,
a .more_info.btn.revs {
  color: #8e0026;
  background: #fff;
  border: 1px solid #8e0026;
  text-shadow: 0px 0px 15px rgba(0,0,0,0);
}
.more_info.btn.revs a:hover,
 a .more_info.btn.revs:hover {
  color: #fff;
  background: #8e0026;
  border: 1px solid #8e0026;
  text-shadow: 0px 0px 15px rgba(0,0,0,.3);
}
.more_info.btn.icon a,
a .more_info.btn.icon {
  padding: 1em 1em;
  min-width: 1em;
  margin: .8em .3em .3em;
  border-radius: 50%;
  text-align: center;
  line-height: 1em;
}
.more_info.btn.icon a i,
a .more_info.btn.icon i {
  margin-right: 0em;
}

/* ページトップへ戻る */
.pagetop {
  display: none;
  position: fixed;
  z-index: 9999;
}
.pagetop a {
  display: block;
  background: #3446a4;
  border: 2px solid #3446a4;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  width: 50px;
  height: 50px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-radius: 50%;
}
.pagetop a:hover {
  display: block;
  background: #fff;
  text-align: center;
  color: #3446a4;
  text-decoration: none;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.pagetop a i {
  margin-right: 0;
  padding-top: .65em;
}

/* table背景 */
table .bg_yellow {
  background: #ffe000;
}
table .bg_red {
  background: #dc4c6a;
  color: #fff;
}
table .bg_gray {
  background: #848585;
  color: #fff;
}
table .bg_light_yellow {
  background: #fff0b3;
}
table .bg_light_red {
  background: #ffded4;
  color: #e60012;
}
table .bg_light_gray {
  background: #e2e2e2;
}

/* hero */
.hero {
  overflow: hidden;
　background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  background: #ccc;
}
.hero:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.hero .page_title h2 {
  display: block;
  font-weight: 400;
  color: #fff;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  text-shadow: 0px 0px 10px rgba(0,0,0,.2), 0px 0px 10px rgba(0,0,0,.2), 0px 0px 10px rgba(0,0,0,.2), 0px 0px 10px rgba(0,0,0,.2);
  min-width: 6em;
  margin: 0 auto;
  background: url("./images/bg_page_title.gif") center center repeat;
  letter-spacing: .1em;
}
.hero img {
  width: 100%;
  margin-top: -1px;
}
.hero + .container,
.container + .container {
  margin-top: 4.2em;
}

/* txt_list */
.txt_list ul li {
  text-indent: 0;
  padding: .5em 0;
}
.txt_list ul li, .txt_list ol li, .txt_list dl dd {
  border-bottom: #ddd 1px dotted;
}
.txt_list dl {
  margin-bottom: 1.4em;
}
.txt_list dl dt {
  text-align: left;
}
.txt_list dl dd {
  text-align: left;
  border-bottom: #ccc 1px dotted;
  margin: 0;
  padding-bottom: .5em;
  margin-bottom: 1em;
}
.txt_list dl dd a {
  color: #d81000;
}
.txt_list dl dd a:hover {
  color: #ffdc4a;
}
.txt_list.detail_list dl dd {
  margin-bottom: 0em;
}
.content_list .detail_list.item_list ul li {
  display: inline-block;
  font-size: 90%;
  color: #d81000;
}
.content_list .detail_list.item_list ul li {
  display: inline-block;
  font-size: 90%;
  color: #d81000;
}
.txt_list.detail_list ul li, .txt_list.detail_list dl dt {
  display: table;
  margin-bottom: .5em;
  text-align: center;
  border: 2px solid #d81000;
  padding: .2em 1em;
  border-radius: .3em;
}
.txt_list.detail_list dl dd + dt {
  margin-top: 1em;
}
.txt_list.detail_list dl dd {
  border-bottom: none;
  padding-bottom: .5em;
}
.txt_list.detail_list dl dd i {
  color: #d81000;
  margin-right: .2em;
}
.txt_list dl dd span, .txt_list ul li span {
  display: inline-block;
}
p + .txt_list {
  margin-top: 2em;
}
.txt_list.horizontal_list h5 {
  margin-top: 0;
}
/* dl内リスト */
.txt_list dl dd ul {
  margin: 0;
}
.txt_list dl dd ul li {
  text-align: left;
  border-bottom: none;
  margin: 0 0 .5em;
  padding-bottom: 0em;
}
.txt_list dl dd ul li:first-child {
  padding-top: 0;
}
.txt_list.inner_list dl dd {
  margin: 0 0 1em;
}
.txt_list.inner_list dl dd ul {
  margin-top: 0;
}
.txt_list.inner_list dl dd ul li:before {
  content: "・";
}
/* category_list */
.category_list.col_2 ul, .category_list.col_3 ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 1em auto 0;
}
.category_list.col_2 ul {
  max-width: 960px;
}
.category_list.col_1 ul li a figure, .category_list.col_1 ul li a figure + div, .category_list ul li {
  box-sizing: border-box;
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
  text-align: center;
}
.category_list ul li h3 {
  margin-top: 1em;
}
.category_list a:hover {
  box-shadow: 0px 0px 30px rgba(0,0,0,.2);
}
.category_list a:hover h3 {
  color: #d81000;
}
.category_list a:hover h3 + p {
  color: #d81000;
}
.category_list ul li a h3 + p {
  border-top: 1px solid #d81000;
  padding-top: .5em;
  font-weight: 600;
  text-align: left;
}
.category_list ul li a:hover h3 + p {
  border-top: 1px solid #d81000;
}
.category_list a:hover i {
  color: rgba(255,255,255,.5);
  transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  text-shadow: 0px 0px 10px rgba(255,255,255,.5) inset, 0px 0px 10px rgba(255,255,255,.5) inset, 0px 0px 10px rgba(255,255,255,.5) inset, 0px 0px 10px rgba(255,255,255,.5) inset;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.category_list a figure {
  margin: 0;
}
.category_list a.thumnail {
  display: block;
  float: left;
  overflow: hidden;
}
.category_list img {
  height: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
  vertical-align: bottom;
}
.category_list figure {
  margin: 0 0 .5em;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.category_list a:hover>figure img {
  transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
}
.category_list a figcaption {
  color: rgba(255,255,255,0);
  opacity: 0;
  font-size: 3rem;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-top: 25%;
}
.category_list a:hover figcaption {
  opacity: 1;
  background-color: rgba(0,0,0,.3);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/* icon_box */
.icon_box {
  position: relative;
  border: 1px solid rgba(198, 48, 95, .4);
  padding: 2.4em 2em 1em 2em;
  margin: 4.8em auto 1em;
  text-align: center;
  box-shadow: 3px 3px 25px rgba(0,0,0,.2);
  min-height: 15em;
  border-radius: .3em;
}
.icon_box h3 {
  margin: 1.5em 0 1em;
  font-size: 110%;
}
.icon_box h3 + p, .icon_box h3 + div ul {
  text-align: left;
}
.icon_box h3 + p span {
  display: inline-block;
}
.icon_box .more_info.btn a {
  font-size: 1.3rem;
}
.icon_box .icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 3rem;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #d81000;
  text-shadow: 1px 1px 1px rgba(0,0,0,.1);
}
.icon_box .icon.img {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}
.icon_box .icon.img img {
  border-radius: 50%;
}
/* caution_box */
.caution_box {
  border: 2px solid rgba(206,173,99,.6);
  padding: 1em 1.4em 1em 1.4em;
  margin-bottom: 3em;
}
.caution_box h5 {
  margin-top: .5em;
  margin-left: 1em;
  color: #065600;
}
.caution_box p {
  margin-bottom: .5em;
}
.caution_box p span {
  display: inline-block;
  margin: 0 .4em;
}

/* info_box */
.info_box {
  border-top: 2px solid #ddd;
}
.info_box h6:before {
  content: "\f0c8";
  color: #065600;
  margin-right: .3em;
  font-family: 'FontAwesome';
}
.info_box dd {
  margin: 1em auto 2em;
}
.info_box dd p {
  margin-top: 1.2em;
}
/* map_box */
.map_box {
  margin: 0 auto 0;
}
/* list_box */
.txt_list.dl_list h5 {
  float: left;
  margin-top: 0;
  margin-right: 1em;
  min-width: 8em;
}
.list_box figure + h4 {
  margin-top: 1em;
}
.list_box figure, .list_box dl {
  display: block;
  vertical-align: top;
  margin: 0;
}
.list_box.row + .list_box.row {
  margin-top: 2.4em;
}
.list_box figure {
  margin-bottom: .5em;
}
.list_box figure + p {
  text-align: center;
}
.list_box figure + p.txt_left {
  text-align: left;
  font-size: 90%;
}
.list_box dl dd i {
  color: #ffdc4a;
  width: 1em;
  text-align: center;
}
.list_box ul + h4, .list_box + .list_box {
  margin-top: 2em;
}
.law_list {
  padding-top: 2em;
}
.law_list.list_box {
  margin-top: 0;
}
.law_list.list_box .accbox {
  margin: 0 0 4em;
}
.list_box ul + dl, .list_box dl + h4 {
  margin-top: 3em;
}
.list_box ul.list_s, .list_box ol.list_s {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list_box ul.list_s li, .list_box ol.list_s li {
  box-sizing: border-box;
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
  margin: 0 .5%;
  border-bottom: 1px dotted #ccc;
  text-indent: 0em;
  padding: 1em 0;
  font-size: 90%;
}
.list_box ul.list_s li {
  flex: 0 0 98%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 98%;
  max-width: 98%;
}
.list_box ol.list_s li {
  text-indent: -2.4em;
  padding-left: 2.4em;
}
.list_box ol.list_s li span {
  color: #202020;
}
.list_box ol.list_s li span:first-child {
  margin-right: 1em;
  color: #065600;
}
.spec_list ul.item_list {
  margin-bottom: 2em;
}
.list_box ul.item_list li {
  border-bottom: none;
  display: inline-block;
  text-indent: 0em;
  margin: 0 0;
  padding: 0 1em 0 0;
  font-size: 90%;
}
.list_box ul.item_list li:last-child:after, .list_box ul.item_list.flow_list li:after {
  content: '';
  padding-left: 0em;
}
.list_box ul.item_list li:after {
  display: inline-block;
  content: "/";
  padding-left: 1em;
}
.list_box ul.item_list.no_division li {
  padding: 0 0;
}
.list_box ul.item_list.no_division li:before {
  display: inline-block;
  content: "";
  padding-right: 0;
}
.list_box ul.item_list.flow_list li {
  border-bottom: none;
  display: inline-block;
  text-indent: 0;
  margin: 0 0;
  padding: 0 .3em;
  font-size: 90%;
}
.list_box ul.item_list.flow_list li:before {
  font-family: 'FontAwesome';
  content: "\f054";
  padding-right: .5em;
  color: rgba(198,48,95,.5);
}
.list_box ul.item_list.flow_list li:first-child:before {
  font-family: 'FontAwesome';
  content: "";
  padding-right: 0em;
  color: rgba(6,86,0,0);
}
ul.list_box.list_image_s {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
ul.list_box.list_image_s li {
  margin: 0 1% 1em;
  box-sizing: border-box;
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
  text-align: left;
}



/* Form */
input[type="text"], input[type="tel"], input[type="email"] {
  width: 80%;
}
input.jq-placeholder[type="tel"] {
  width: 40%;
  margin-bottom: .3em;
}
.term_box {
  margin: 1em 0 0;
}
.term_box input[type="text"] {
  width: 20%;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
  font-weight: 500;
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
}
select {
  min-width: 12em;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
  min-height: 10em;
}
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}
label, legend {
  display: inline-block;
  margin-bottom: .5rem;
_font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"], input[type="radio"] {
  display: inline;
}
.hour li {
  margin-bottom: 1em;
}
.hour input[type="text"] {
  width: 5em;
}
.hour label, .hour input[type="text"] {
  display: inline-block;
}
label:hover, input:hover, textarea:hover {
  background: rgba(240, 148, 0, 0.1);
}
.error, .contact_error {
  color: #f22;
}


/* contact_form */
.form_title {
  color: #202020;
  line-height: 1.4em;
  text-shadow: none;
  border-top: 3px double rgba(54, 137, 40, .5);
  border-bottom: 3px double rgba(54, 137, 40, .5);
  padding: .4em .2em;
  text-align: center;
  color: #1e5ebc;
  display: table;
  margin: 2em auto;
  min-width: 50%;
}
.contact_form_wrap.sec_box {
  padding-bottom: 3em;
}
.contact_form_wrap table {
  border: none;
  width: 100%;
  text-align: center;
  background: #fff;
  font-weight: 600;
  border-top: #ccc 1px dotted;
}
.contact_form_wrap table th, .contact_form_wrap table td {
  border-right: none;
}
.contact_form_wrap table td {
  text-align: left;
  font-weight: 500;
}
.contact_form_table {
  border-collapse: collapse;
  margin-bottom: 1em;
  width: 100%;
  color: #202020;
}
.contact_form_table em {
  font-style: normal;
}
.contact_form_table th, .contact_form_table td {
  text-align: left;
}
.contact_form_table th {
  white-space: nowrap;
}
.form_error {
  margin-bottom: 1em;
  color: #F00;
}
.form_zip {
  margin-bottom: 1em;
}
.form_check_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.form_check_list input {
  margin-right: .5em;
}
.form_check_list label {
  font-weight: 600;
}
.submit_area {
  text-align: center;
}
.submit_area input {
  display: inline-block;
  text-align: center;
  padding: .5em .8em;
  border-radius: 5px;
  background: #eeeeee;
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0 );
  color: #555;
  border: 1px solid #ccc;
  font-size: 100%;
  margin: 0 .5em;
}
.submit_area input:hover {
  color: #f29600;
  text-decoration: none;
}
.submit_area form {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.form_btn {
  margin: 0 1em;
}
.fa-asterisk {
  margin: 0 .3em;
  font-size: 1.2rem;
}
.contact_form_wrap strong, .contact_form_wrap .fa {
  color: #ec554a;
}
.contact_form_wrap td .fa {
  color: #065600;
  margin-right: .3em;
}
.fa.fa-asterisk {
  font-size: 90%;
}

/*------------------------

  トップページ

------------------------*/

/* ===== スライダー ===== */
.slider_wrap {
  position: relative;/* テスト用 */
  margin-bottom: 4em;
  background: #d0d0d0;
}
.slider_wrap .slide_ft_bnr {
  width: 100%;
}
.slider_wrap .slide_ft_bnr ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.slider_wrap .slide_ft_bnr ul li {
  box-sizing: border-box;
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
  text-align: center;
}
.slider_wrap .slide_ft_bnr ul li a {
  display: block;
  background: #fff;
  padding: 1em;
  margin: 2%;
  box-shadow: 0px 0px 5px rgba(0,0,0,.05);
}
.slider_wrap .slide_ft_bnr ul li a:hover {
  background: #fae96f;
}
.slider_wrap .slide_ft_bnr ul li a i {
  font-size: 135%;
  margin-right: .3em;
}

/* ===== swiper ===== */
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
_height: 100vh;
_background: #ffcccc;
  margin-left: auto;
  margin-right: auto;
}
video {
_margin-left: calc((100vw - (100vh * 1.7))/2);
_margin-right: calc((100vw - (100vh * 1.7))/2);
_min-height: 100vh;
_min-width: 100vw;
}
@media (min-aspect-ratio: 16/9) {
  video {
    margin-left: 0;
  }
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
_background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container .swiper-slide {
  position: relative;
}
.swiper-container .swiper-slide img,
.swiper-container .swiper-slide video {
  width: 100%;
}

.swiper-container .swiper-slide .swiper-slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
_opacity: 0;
  transition: all .5s ease 0s;
}

/* ===== トピックス バナー ===== */
.topics_bnr {
  width: 100%;
  margin-bottom: 2em;
}
.topics_bnr ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.topics_bnr ul li {
  box-sizing: border-box;
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}
.topics_bnr ul li a:first-child {
  margin-top: 0;
}
.topics_bnr ul li a {
  display: block;
_font-weight: 600;
  background: #fff;
  margin: 2%;
  box-shadow: 0px 0px 5px rgba(0,0,0,.05);
  color: #202020;
}
.topics_bnr ul li a {
  color: #202020;
  background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #f1ebf5 25%, #f1ebf5 50%,
    #fff 50%, #fff 75%,
    #f1ebf5 75%, #f1ebf5
  );
  background-size: 16px 16px;
}
.topics_bnr ul li a i {
  color: #f0568a;
}
.topics_bnr ul li a:hover,
.topics_bnr ul li a:hover i {
  color: #cea500;
}
.topics_bnr ul li a:hover {
  background: #fae96f;
}
/*
.topics_bnr ul li:nth-child(1) a i { color: #3dadef; }
.topics_bnr ul li:nth-child(2) a i { color: #d075da; }
.topics_bnr ul li:nth-child(3) a i { color: #f75174; }
.topics_bnr ul li:nth-child(4) a i { color: #f69d16; }
.topics_bnr ul li:nth-child(5) a i { color: #31c175; }
.topics_bnr ul li:nth-child(6) a i { color: #7386eb; }
.topics_bnr ul li:nth-child(1) a:hover i,
.topics_bnr ul li:nth-child(2) a:hover i,
.topics_bnr ul li:nth-child(3) a:hover i,
.topics_bnr ul li:nth-child(4) a:hover i,
.topics_bnr ul li:nth-child(5) a:hover i,
.topics_bnr ul li:nth-child(6) a:hover i {
  color: #cea500;
}
*/
.topics_bnr ul li a i {
  font-size: 125%;
  margin-right: .3em;
}

/* ===== トピックス タブメニュー ===== */
.tab_wrap {
  width: 100%;
  margin: 0 auto;
}
input[type="radio"] {
  display:none;
}
.tab_area {
  font-size:0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 1em;
  list-style-type: none;
}
.tab_area label {
  box-sizing: border-box;
  -webkit-box-sizing : border-box ;
  -moz-box-sizing : border-box ;
  flex: 0 0 20%;
  flex-grow:0;
  flex-shrink:0;
  flex-basis:20%;
  max-width:20%;
  margin:0 0;
  padding: 1em 0;
  background:#f5f1de;
  text-align:center;
  cursor:pointer;
  transition:ease 0.2s opacity;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.tab_area label:hover {
  color: #cea500;
  background: #fae96f;
}
.tab_area label:first-child {
  border-left: 1px solid #ccc;
}
.panel_area {
  background: #fff;
}
.tab_panel {
  display: none;
  width: 100%;
  padding: 2.4em 2.4em;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0,0,0,.05);
}
.tab_panel p {
  font-size: 14px;
  letter-spacing: 1px;
}
#tab1:checked ~ .tab_area .tab1_label,
#tab2:checked ~ .tab_area .tab2_label,
#tab3:checked ~ .tab_area .tab3_label,
#tab4:checked ~ .tab_area .tab4_label,
#tab5:checked ~ .tab_area .tab5_label {
  background:#7a6a56;
  color:#fff;
}
#tab1:checked ~ .panel_area #panel1,
#tab2:checked ~ .panel_area #panel2,
#tab3:checked ~ .panel_area #panel3,
#tab4:checked ~ .panel_area #panel4,
#tab5:checked ~ .panel_area #panel5 {
  display:block;
}
.tab_panel ul li {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.tab_panel ul li span.news_date + span.news_category,
.tab_panel ul li span.news_date + span.news_category + a {
  display: inline-block;
}
.tab_panel ul li span.news_date + span.news_category {
  font-size: 15px;
  color: #fff;
  background: #998770;
  padding: .2em 1em;
  text-align: center;
}

/* sec_box */
.sec_box {
  margin-top: 3em;
}
.sec_box h3 {
  margin-bottom: 1.2em;
}
.sec_box h3:before {
  content: "";
  width: 15px;
  height: 1.8em;
  background: #2c4860;
  margin: 0 .5em;
  display: inline-block;
  vertical-align: middle;
}
.sec_box + p {
  margin-top: 0em;
}

/* about */
.relation_list ul,
.relation_list ul li {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  z-index: 9990;
  margin: 0;
  padding: 0;
}
.relation_list ul {
  box-sizing: border-box;
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
}
.relation_list ul li {
  border: 2px solid #555;
  padding: 1em;
  margin: 1%;
}
.relation_list ul li div {
  flex: 0 0 32%;
  flex-grow:0;
  flex-shrink:0;
  flex-basis:32%;
  max-width:32%;
  margin-right: 4%;
}
.relation_list ul li div + div {
  flex: 0 0 64%;
  flex-grow:0;
  flex-shrink:0;
  flex-basis:64%;
  max-width:64%;
  margin-right: 0;
}
.relation_list ul li div + div h5 {
  font-size: 135%;
  margin-top: 0;
  margin-bottom: .5em;
}
.relation_list ul li div + div p {
  margin-bottom: 0;
}
.relation_list ul li div + div p span {
  display: inline-block;
}

.cultural_list{
	width: 100%;
	border-collapse: collapse;
}

.cultural_list thead{
	border-bottom: solid 2px #000;
	padding: .5em;
}
.cultural_list tbody td{
	border-bottom: solid 1px #000;
	padding: .5em;
	text-align: center;
}

.cultural_list th{
	text-align: center;
}


.schedule_table{
	border-collapse:collapse;
	width: 100%;
	
}
.schedule_table th,
.schedule_table td{
	border: solid 1px #FFF;
	padding: .5em 1em;
	color: #444;
}
.schedule_table th{
	background: #e7dacc;
	font-weight: normal;
}
.schedule_table th.schedule_table_day{
	background: #dbdde3;
}
.schedule_table td{
	background: #ededed;
}



/* keidai */
.keidai_map {
  position: relative;
}
.keidai_map img {
  width: 100%;
}

/* kitoh */
.inq_box {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  z-index: 9990;
  margin: 0;
  padding: 0;
}
.inq_box h3,
.inq_box h3 + div {
  box-sizing: border-box;
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
}
.inq_box h3 + div a[href^="tel:"] {
  font-weight: 600;
}

.yakuyoke_title{
	background: #2c4860 url("./images/bg_page_title.gif") center center repeat;
	color: #FFF;
	text-align: center;
	padding: .5em;
	line-height: 1.2;
	margin: 0;
}

.yakudoshi_wrap > .column{
	background: #F8F8F8;
	margin-bottom: 1em;
	
}

.yakudoshi_box{
	padding:1em;
}
.yakudoshi_box + .yakudoshi_box{
	margin-top: 1em;
}

.yakuyoke_title strong{
	display: block;
	font-size: 2.6rem;
}

.yakudoshi_list{
	list-style:none;
	margin: 0;
	padding: 0;
}
.yakudoshi_list li{ 
    line-height: 1.3;
}
.yakudoshi_list li + li{
    margin-top: .6em;
}

.houiyoke_wrap{
	padding:1em 2em;
	margin: 0;
	background: #F8F8F8;
}

.houiyoke_title{
	font-size: 2rem;
	border-bottom: dotted 1px #CCC;
	text-align: center;
}
.houiyoke_title span{
    display: block;
    font-size:75%;
}
.houiyoke_list{
	text-align: center;
	list-style:none;
	margin: 0;
	padding: 0;
}

.kito_info_title{
	font-size: 2.4rem;
	margin-bottom: .5em;
}

.kito_info_title:before {
  content: "";
  width: 15px;
  height: 1.8em;
  background: #2c4860;
  margin: 0 .5em 0 0;
  display: inline-block;
  vertical-align: middle;
}


/* access */
.access_map {
  position: relative;
  padding: 1em;
  border: 2px solid #555;
}
.access_map img {
  width: 100%;
}

.means_list h5 {
  font-size: 135%;
  margin-top: 0;
  margin-bottom: .5em;
}

/*=============== print.css ===============*/
@media print {
.pagetop {
    display: none;
  }
}
