@charset "UTF-8";

/*
* Theme Name: テンプレート01_07
* Author: DN CLOSEUP LLC.
* Version: 1.5
* Description:
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

body {
  position: relative;
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  letter-spacing: 0.05em;
}

/************************************ a:link a:hoverの設定*/
a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover, a:active {
  color: #666;
  text-decoration: underline;
}

/************************************ サイト幅の設定（meta内のviewportも同様の数値を記入　※960px以下の場合は960pxに設定するiPad向け）*/
.container {
  width: 1054px;
}

@media only screen and (max-width: 800px) {
  .container {
    width: 100%;
  }
}

/************************************ コンテンツ*/
.contents {
  float: left;
  width: 740px;
  padding: 0 0 80px;
  line-height: 2.0em;
}

@media only screen and (max-width: 800px) {
  .contents {
    float: none;
    width: auto;
    margin: 0 0 0px;
  }
}

/************************************テーブル (01_04 追加)*/
.table-bordered {
  border-collapse: collapse;
  border: solid 1px #eeeeee;
  width: 100%;
}

.table-bordered th, .table-bordered td {
  border: solid 1px #eeeeee;
  padding: 5px 20px;
}

.table-bordered th {
  width: 20%;
  vertical-align: middle;
  color: #FFFFFF;
  background-color: #06b6bc;
}

/************************************テーブルレスポンシブ仕様 (01_04 追加)*/
@media only screen and (max-width: 800px) {
  .sp-listlayout {
    border: none !important
  }

  .sp-listlayout tr {
    display: block;
    margin-bottom: 5px
  }

  .sp-listlayout th {
    border: none !important;
    display: list-item;
    width: 100%;
  }

  .sp-listlayout td {
    border: none !important;
    display: list-item;
    list-style: none;
    width: 100%;
  }

  .sp-listlayout {
    table-layout: fixed
  }

  .sp-listlayout * {
    word-wrap: break-word
  }
}

/***************************/
/********【お問い合わせフォーム】********/
/***************************/
/************************************フォーム (01_04 追加)*/
.mw_wp_form {
  font-size: 13px;
  margin: 0 0 20px;
  /**
  * ボタン
  */
  /**
  * その項目のエラーのwrapper
  */
  /**
  * 必須マーク
  */
  /**
  * 各項目のwrapper
  */
  /**
  * 注釈
  */
}

.mw_wp_form dl {
  border-top: #dddddd solid 1px;
  border-left: #dddddd solid 1px;
  border-right: #dddddd solid 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  zoom: 1;
  background-color: #3da4f2;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  /*背景色変更*/
}

.mw_wp_form .formend {
  border-bottom: #dddddd solid 1px !important;
}

.mw_wp_form dl dt, .mw_wp_form dl dd {
  margin: 0;
  padding: 20px 0 15px 10px;
}

.mw_wp_form dl dt {
  font-weight: bold;
  padding-right: 20px;
  width: 25%;
  position: relative;
}

.mw_wp_form dl dt .mwform-require {
  position: absolute;
  top: 20px;
  right: 10px;
}

.mw_wp_form dl dd {
  overflow: hidden;
  zoom: 1;
  border-left: #dddddd solid 1px;
  background-color: #FFF;
  color: #000;
  width: 75%;
  /*背景色変更*/
}

.mw_wp_form dl dd input, .mw_wp_form dl dd textarea, .mw_wp_form dl dd select {
  border: #cccccc solid 1px;
  border-radius: 3px;
  margin: 0;
  max-width: 88%;
  padding: 9px 12px;
  vertical-align: middle;
  margin: 7px 0;
}

.mw_wp_form dl dd textarea {
  width: 90%;
}

.mw_wp_form dl dd label {
  margin: 0 10px 0 2px;
}

.mw_wp_form dl dd label input[type="checkbox"], .mw_wp_form dl dd label input[type="radio"] {
  margin: 0 5px 0 0;
}

.mw_wp_form p.mwform-btn {
  margin-top: 10px;
  text-align: center;
}

.mw_wp_form p.mwform-btn input {
  background-color: #f5f5f5;
  border: #dddddd solid 1px;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  font-weight: normal;
  padding: 10px 20px;
}

.mw_wp_form p.mwform-btn input:active, .mw_wp_form p.mwform-btn input:hover {
  background-color: #eee;
}

.mw_wp_form .mwform-errors {
  margin: 5px 0 0;
  overflow: hidden;
  zoom: 1;
  /**
  * エラーメッセージ
  */
}

.mw_wp_form .mwform-errors .mwform-error {
  float: left;
  margin: 0 10px 0 0;
}

.mw_wp_form .mwform-errors .mwform-error span {
  background-color: #F7CCE6;
  border: #ee4d89 solid 1px;
  border-radius: 3px;
  color: #EE4D89;
  display: inline-block;
  font-size: 85%;
  padding: 3px 6px 2px;
}

.mw_wp_form .mwform-require {
  color: #fff;
  font-size: 85%;
}

.mw_wp_form .mwform-field {
  margin: 0 0 5px;
}

.mw_wp_form .mwform-note {
  font-size: 85%;
}

@media screen and (max-width: 800px) {
  .mw_wp_form dl dt {
    float: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mw_wp_form dl dd {
    padding-top: 10px;
    padding-right: 20px;
    width: 100%;
  }

  .mw_wp_form dl dd {
    border-left: none;
  }
}

/***************************/
/********【アーカイブ】********/
/***************************/
/************************************詳細はこちらボタン(01_04 追加)*/
/* more-btn */
.more-btn a {
  background-color: #f9bab3;
  color: #FFFFFF;
  padding: 5px 10px;
}

.more-btn a:hover {
  text-decoration: none;
  background-color: #FCD2D3;
}

/************************************ 特記 スマホ時*/
@media only screen and (max-width: 800px) {}

/*WP用 投稿表示*/
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 12px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 12px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left
}

/***************************/
/********【ヘッダー】********/
/***************************/
/*------main img-----*/
.mainimg_ar {
  width: 100%;
  background: url(images/top_main_01.png) no-repeat center center;
  background-size: cover;
  clear: both;
  min-width: 1054px;
  padding: 25px 0px 200px 0px;
  text-align: center;
  position: relative;
}

.mainimg_ar .logo {
  margin: 0 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainimg_ar .logo-img {
  margin-right: 40px;
}

.mainimg_ar .logo-area {
  margin: 0 0 60px;
}

.mainimg_ar .status-block {
  width: 670px;
  margin: 0 auto 20px;
  background: #FFF;
  border: 1px solid #f6a420;
}

.status-block .status-ttl {
  background: #f6a420;
  color: #FFF;
  text-align: center;
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 21px;
  padding: 10px 0;
}

.status-block .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px;
}

.status-block .reserve-list {
  margin-bottom: 10px;
}

.status-block .reserve-list+.reserve-list {
  margin-left: 20px;
}

.status-block .reserve-list dt,
.status-block .reserve-list dd {
  display: inline-block;
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 16px;
}

.status-block .reserve-list dt {
  background: #3da4f2;
  color: #FFF;
  padding: 4px 12px;
  border-radius: 8px;
}

.status-block .reserve-list dd {
  margin-left: 10px;
}

.status-block .notify {
  flex-basis: 100%;
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 18px;
  color: #f6a420;
  text-decoration: underline;
}

.mainimg_ar .fix_btn {
  top: calc(50% - 70px);
  right: 0;
  z-index: 100;
  cursor: pointer;
  position: fixed;
}

.mainimg_ar .fix_btn a {
  transition: .4s;
}

.mainimg_ar .fix_btn a:hover {
  opacity: .85;
}

@media only screen and (max-width: 800px) {
  .mainimg_ar {
    min-width: inherit;
    padding: 15% 15px;
  }

  .mainimg_ar .logo {
    margin: 0 0 10%;
  }

  .mainimg_ar .logo-img {
    margin-right: 10px;
    flex: 73%;
  }

  .mainimg_ar .head-logo {
    flex: 27%;
  }

  .mainimg_ar .status-block {
    width: 100%;
  }

  .status-block .status-ttl {
    font-size: 18px;
  }

  .status-block .inner {
    padding: 15px;
    justify-content: flex-start;
  }

  .status-block .reserve-list+.reserve-list {
    margin-left: 0;
  }
}

/*------nav-----*/
.nav_01 {
  width: 100%;
  min-width: 1054px;
  box-shadow: 0px 3px 6px 0px #cbcbcb;
  background: url(images/shared/gNavi.bg02.png) repeat-x center top -8px;
}

.nav_01 .gNavi {
  background: url(images/shared/gNavi.bg.png) center center no-repeat;
  width: 1024px;
  margin: auto;
  padding: 20px 0 0;
  height: 74px;
}

.nav_01 .gNavi_list {
  margin: 0;
  line-height: 1.6;
  list-style: none;
  width: 1024px;
}

.nav_01 .gNavi_list-item {
  margin-left: 1px;
  float: left;
}

@media only screen and (max-width: 800px) {
  .nav_01 {
    display: none;
  }
}


.overlay {
  background: transparent;
  position: fixed;
  pointer-events: none;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition: 0.2s;
}

.is-open .overlay {
  background: rgba(0, 0, 0, 0.7);
  pointer-events: auto;
}

/* ナビ本体 */
.sp-navi {
  -webkit-text-size-adjust: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

.sp-navi.is-open .sp-navi-inner {
  transform: translate3d(0, 0, 0);
}

.sp-navi .sp-navi-inner {
  background: white;
  position: fixed;
  top: 0;
  right: 0;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 50px 0;
  width: 100%;
  /*width: 270px;*/
  /*幅指定時入力*/
  height: 100%;
  transition: .5s;
  transform: translate3d(100%, 0, 0);
  z-index: 10;
}

.sp-navi .sp-navi-inner .navi-main {
  margin: 0 0 30px;
}

.sp-navi .sp-navi-inner .navi-main ul>li {
  border-bottom: 1px solid #ddd;
  position: relative;
}

.sp-navi .sp-navi-inner .navi-main ul>li:before {
  background: #3da4f2;
  content: "";
  height: 3px;
  width: 8px;
  position: absolute;
  left: 10px;
  top: 21px;
}

.sp-navi .sp-navi-inner .navi-main ul>li:first-child {
  border-top: 1px solid #ddd;
}

.sp-navi .sp-navi-inner .navi-main ul>li>a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.5px;
  padding: 15px 10px 15px 30px;
  overflow: hidden;
  line-height: 1.3em;
}

.sp-navi .sp-navi-inner .navi-main ul>li>span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.5px;
  padding: 15px 10px 15px 30px;
  overflow: hidden;
  line-height: 1.3em;
}

.sp-navi .sp-navi-inner .navi-main ul>li>ul>li {
  border-top: 1px dashed #ddd;
  border-bottom: none;
  /**/
  width: 100%;
}

.sp-navi .sp-navi-inner .navi-main ul>li>ul>li>a {
  display: block;
  font-size: 14px;
  line-height: 1.3em;
  padding: 10px 10px 10px 50px;
  position: relative;
}

.sp-navi .sp-navi-inner .navi-main ul>li ul li:before {
  left: 35px;
  top: 15px;
  height: 6px;
  width: 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.sp-navi .sp-navi-inner .navi-other {
  padding: 0 15px;
}

.sp-navi .sp-navi-inner .sp-btn {
  border: 1px solid #3da4f2;
  color: #3da4f2;
  display: inline-block;
  border-radius: 50px;
  font-family: フォントPLUS;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  position: relative;
  transition: .5s ease;
}

.sp-navi .sp-navi-inner .sp-btn:before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  left: 20px;
}

.sp-navi .sp-navi-inner .sp-btn.btn01 {
  margin: 0px 0 10px;
}

.sp-navi .sp-navi-inner .sp-btn.btn02 {
  background: #3da4f2;
  color: #fff;
  margin: 15px 0 0;
}

.sp-navi .sp-navi-inner .sp-btn:hover {
  background: #3da4f2;
  color: #fff;
  text-decoration: none;
}

.sp-navi .sp-navi-inner .sp-btn:hover.btn02 {
  color: #3da4f2;
  background: #fff;
}

.sp-navi {
  display: none;
}

.un_head_ar {
  padding: 25px 15px 30px;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .un_head_ar {
    padding: 10px 15px 30px;
  }

  .un_head_ar p {
    width: 200px;
    margin: 0 auto;
  }

  /*-------------
  下部固定
  -------------*/
  :root {
    --navi-background: #3da4f2;
    --navi-border-color: #ccc;
    --navi-text-color: #FFF;
    --svg-stroke: #FFF;
    --humberger: #FFF;
    --navi-font: "FOT-筑紫A丸ゴシック Std D";
    --sp-btn-color: #3da4f2;
  }

  .sp-navi{
	  display: block;
  }
  .lower-menu {
    /* ボタン類 */
    /* コンテンツ */
  }

  .lower-menu .sp-navi-btns {
    display: flex;
    background: var(--navi-background);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: 10000;
  }

  .lower-menu .sp-navi-btns div {
    flex: 1;
    position: relative;
  }

  .lower-menu .sp-navi-btns .item {
    border-right: 1px solid var(--navi-border-color);
    font-size: 10px;
    font-family: var(--navi-font);
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }

  .lower-menu .sp-navi-btns .item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: var(--navi-text-color);
    text-decoration: none;
    height: 100%;
    padding: 10px 0;
  }

  .lower-menu .sp-navi-btns .item .img {
    display: block;
  }

  .lower-menu .sp-navi-btns .item .img svg {
    -o-object-fit: cover;
    object-fit: cover;
    height: 20px;
    margin-bottom: 8px;
    stroke: var(--svg-stroke);
  }

  .lower-menu .sp-navi-btns .item .ttl {
    display: block;
  }

  .lower-menu .sp-navi-btns .humberger {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10px;
  }

  .lower-menu .sp-navi-btns .humberger .ttl {
    display: block;
    color: var(--navi-text-color);
    font-family: var(--navi-font);
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }

  .lower-menu .sp-navi-btns .humberger span:not(.ttl) {
    background: var(--humberger);
    position: absolute;
    left: 50%;
    width: 22px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: 0.4s;
  }

  .lower-menu .sp-navi-btns .humberger span:not(.ttl):nth-of-type(1) {
    top: 20px;
  }

  .lower-menu .sp-navi-btns .humberger span:not(.ttl):nth-of-type(2) {
    top: 26px;
  }

  .lower-menu .sp-navi-btns .humberger span:not(.ttl):nth-of-type(3) {
    top: 32px;
  }

  .lower-menu .sp-navi-btns .humberger.is-open span:nth-of-type(1) {
    -webkit-transform: translate(-50%, 6px) rotate(-45deg);
    transform: translate(-50%, 6px) rotate(-45deg);
  }

  .lower-menu .sp-navi-btns .humberger.is-open span:nth-of-type(2) {
    opacity: 0;
  }

  .lower-menu .sp-navi-btns .humberger.is-open span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -6px) rotate(45deg);
    transform: translate(-50%, -6px) rotate(45deg);
  }

  .lower-menu .sp-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background: #fff;
    font-family: var(--navi-font);
    padding: 50px 10% 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
    opacity: 0;
    z-index: 9999;
  }

  .lower-menu .sp-navi-contents.is-open {
    pointer-events: auto;
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
  }

  .lower-menu .sp-navi-list {
    border-top: 1px solid #d6d6d6;
    margin: 0 0 30px;
  }

  .lower-menu .sp-navi-list>li {
    border-bottom: 1px solid #d6d6d6;
  }

  .lower-menu .sp-navi-list>li>a {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    padding: 15px 0;
  }

  .lower-menu .sp-navi-list>li.sp-dropdown {
    position: relative;
  }

  .lower-menu .sp-navi-list>li.sp-dropdown::before, .lower-menu .sp-navi-list>li.sp-dropdown::after {
    content: "";
    background-color: #333;
    position: absolute;
    transition: 0.5s;
  }

  .lower-menu .sp-navi-list>li.sp-dropdown::before {
    width: 1px;
    height: 11px;
    top: 17px;
    right: 20px;
  }

  .lower-menu .sp-navi-list>li.sp-dropdown::after {
    width: 11px;
    height: 1px;
    top: 22px;
    right: 15px;
  }

  .lower-menu .sp-navi-list>li.sp-dropdown.is-on::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .lower-menu .sp-navi-list>li.sp-dropdown>a {
    padding: 15px 0;
    width: 85%;
  }

  .lower-menu .sp-navi-list .child {
    padding: 0 0 15px;
  }

  .lower-menu .sp-navi-list .child>ul>li {
    position: relative;
    padding-left: 15px;
  }

  .lower-menu .sp-navi-list .child>ul>li::before {
    content: "-";
    color: #333;
    position: absolute;
    left: 0;
    top: 0;
  }

  .lower-menu .sp-navi-list .child>ul>li>a {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
  }

  .lower-menu .sp-navi-other .item+.item {
    margin: 15px 0 0;
  }

  .lower-menu .sp-navi-other .tel {
    text-align: center;
    color: #333;
    display: block;
    font-size: 23px;
    text-decoration: none;
    line-height: 1;
    margin: 0 0 10px;
  }

  .lower-menu .sp-navi-other .tel i {
    font-size: 15px;
  }

  .lower-menu .sp-navi-other .txt {
    text-align: center;
    font-size: 14px;
    line-height: 1;
  }

  .lower-menu .sp-btn {
    background: var(--sp-btn-color);
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 10px;
    text-align: center;
    transition: 0.5s;
  }
}

/***************************/
/********【サイド】********/
/***************************/
.rNavi {
  float: right;
  width: 256px;
  padding: 0 0 0px;
}

@media only screen and (max-width: 800px) {
  .rNavi {
    float: none;
    margin: auto;
    width: auto;
    max-width: 256px;
  }
}

#side_info_ar {
  background: url(images/shared/page_side_05.png) no-repeat center top;
  background-size: cover;
  margin: 0 0 20px;
  padding: 25px 15px 20px;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#side_info_ar .ttl {
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 15px;
  color: #4f3629;
  text-align: center;
  background: url(images/shared/page_side_01.png) no-repeat center bottom;
  margin: 0px 0px 25px 0px;
  padding: 0 0px 15px;
  text-align: center;
  text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

@media only screen and (max-width: 800px) {}

.side_snav_ar {
  background: url(images/shared/page_side_07.png) no-repeat center top;
  margin: 0 0 20px;
  padding: 20px 25px 10px;
  font-size: 14px;
  color: #563c27;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 3px 6px 2px #dedede;
}

.side_snav_ar .ttl {
  background: url(images/shared/page_side_08.png) no-repeat center bottom;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  color: #3da4f2;
  line-height: 1.3em;
  padding: 0px 0px 15px;
  margin: 0px 0px 20px;
  text-align-last: center;
  letter-spacing: 0.1em;
}

.side_snav_ar .snav ul {}

.side_snav_ar .snav ul li {
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 15px;
  padding: 0em 0px 0em 16px;
  margin: 0 0 1em;
  list-style: none;
  position: relative;
}

.side_snav_ar .snav ul li:before {
  position: absolute;
  content: "";
  background: url(images/shared/page_side_09.png) no-repeat;
  width: 4px;
  height: 7px;
  margin: 7px 0 0 -16px;
}

.side_snav_ar .snav ul li a:link, .side_snav_ar .snav ul li a:visited {
  text-decoration: none;
  color: #333;
  display: block;
}

.side_snav_ar .snav ul li a:hover {
  text-decoration: underline;
}

.side_snav_ar .snav ul li:nth-child(1) {
  color: #4f3629;
}

.side_snav_ar .snav ul li:nth-child(1):before {
  position: absolute;
  content: "・";
  background: none;
  width: 4px;
  height: 7px;
  margin: 0px 0 0 -14px;
  color: #3da4f2;
  font-size: 16px;
}

.side_snav_ar .snav ul li:nth-child(6) {
  color: #4f3629;
}

.side_snav_ar .snav ul li:nth-child(6):before {
  position: absolute;
  content: "・";
  background: none;
  width: 4px;
  height: 7px;
  margin: 0px 0 0 -14px;
  color: #3da4f2;
  font-size: 16px;
}

.side_snav_ar .snav ul li ul {
  padding: 10px 0 0;
}

.side_snav_ar .snav ul li ul li {
  margin: 0 0 .3em;
}

.side_snav_ar .snav ul li ul li:nth-child(1):before {
  position: absolute;
  content: "";
  background: url(images/shared/page_side_09.png) no-repeat;
  width: 4px;
  height: 7px;
  margin: 7px 0 0 -16px;
}

@media only screen and (max-width: 800px) {}

/***************************/
/********【フッター】********/
/***************************/
/*------footer info-----*/
#foot_info_ar {
  width: 100%;
  min-width: 1054px;
  background: url(images/shared/top_foot_01.png) no-repeat center top;
  background-size: cover;
  padding: 50px 0 20px;
  clear: both;
  font-size: 14px;
  color: #333333;
}

#foot_info_ar .ttl {
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 25px;
  color: #4f3629;
  background: url(images/shared/top_foot_02.png) no-repeat center bottom;
  text-align: center;
  padding: 0 0 15px;
  margin: 0 0 25px;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

#foot_info_ar .tel_ar {
  width: 652px;
  margin: auto;
  font-size: 0;
}

#foot_info_ar .tel {
  width: 420px;
  display: inline-block;
  vertical-align: top;
}

#foot_info_ar .tel01 {
  padding: 0 0 10px;
}

#foot_info_ar .tel02 {
  padding: 0 0 10px 10px;
}

#foot_info_ar .time {
  font-size: 14px;
  color: #333333;
  padding: 0 0 0 35px;
}

#foot_info_ar .bt {
  width: 231px;
  display: inline-block;
  vertical-align: top;
  padding: 10px 0 0;
}

@media only screen and (max-width: 800px) {
  #foot_info_ar {
    min-width: inherit;
  }

  #foot_info_ar .tel_ar {
    width: 100%;
  }

  #foot_info_ar .tel {
    width: 100%;
    display: block;
    text-align: center;
  }

  #foot_info_ar .tel01 {
    padding: 0 0 10px;
  }

  #foot_info_ar .tel02 {
    padding: 0 0 10px 10px;
  }

  #foot_info_ar .time {
    font-size: 14px;
    color: #333333;
    padding: 0 0 0 35px;
  }

  #foot_info_ar .bt {
    width: 100%;
    display: block;
    padding: 20px 0 0;
    text-align: center;
  }
}

/*------footer-----*/
#foot_ar {
  width: 100%;
  min-width: 1054px;
  background: url(images/shared/top_foot_06.png) no-repeat center top;
  padding: 40px 0 35px;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  #foot_ar {
    width: 100%;
    min-width: inherit;
    padding: 60px 0px 40px;
  }
}

/*------sitemap-----*/
.footer_sitemap {
  width: 100%;
  min-width: 1054px;
  padding: 35px 0 20px;
  text-align: center;
  background: #fffce7;
  clear: both;
}

.sitemap_list {
  line-height: 1em;
}

.sitemap_list-item {
  display: inline-block;
  font-size: 14px;
  padding: 0em .5em 0 0;
  margin: 0em .25em .5em 0;
  position: relative;
}

.sitemap_list-item:after {
  position: absolute;
  content: "｜";
  margin: 0 0 0 0px;
  color: #333;
}

.sitemap_list-item:last-child:after {
  position: absolute;
  content: "";
  margin: 0 0 0 0px;
  color: #333;
}

.sitemap_list-item:last-child {
  border-right: none;
}

.sitemap_list-item a {
  color: #333;
  text-decoration: none;
}

.sitemap_list-item a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 800px) {
  .footer_sitemap {
    min-width: inherit;
    padding: 30px 15px;
    text-align: center;
  }

  .sitemap_list {
    display: inline;
  }

  .footer_sitemap ul {
    display: inline;
  }

  .sitemap_list-item {
    font-size: 14px;
  }
}

/*------copyright-----*/
.footer_copyright-area {
  width: 100%;
  min-width: 1054px;
  background: #3da4f2;
  padding-bottom: 70px;
}

.copyright_typo {
  font-size: 13px;
  color: #fff;
  padding: 7px 0px;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .footer_copyright-area {
    min-width: inherit;
  }

  .copyright_typo {
    font-size: 12px;
    padding: 5px 0px;
  }
}

/*------pagetop-----*/
.pagetop_btn {
  width: 50px;
  height: 50px;
  display: block;
  right: 15px;
  bottom: 0px;
  cursor: pointer;
  padding: 0 0 15px;
}

.pagetop_btn_sp {
  display: none;
  visibility: hidden;
  height: 0;
}

.pagetop_btn_sp img {
  width: 0px;
  height: 0px;
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 800px) {
  .pagetop_btn {
    display: none;
    visibility: hidden;
    height: 0px;
  }

  .pagetop_btn_sp {
    display: block;
    visibility: visible;
    height: inherit;
    position: fixed;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    margin: 0 0px 0px;
    height: inherit;
  }

  .pagetop_btn_sp img {
    float: right;
    width: 90%;
    display: block;
    visibility: visible;
    height: inherit;
  }
}

/***************************/
/********【index】********/
/***************************/
/********01********/
#cont01_ar {
  width: 100%;
  min-width: 1054px;
  background: #fffce7 url(images/top_con_01.png) no-repeat center top;
  clear: both;
  padding: 55px 0px 50px 0px;
}

#cont01_ar .ttl {
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 35px;
  color: #4f3629;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  margin: 0px 0px 7px 0px;
  text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

#cont01_ar .ttl_s {
  font-family: 'Quicksand', sans-serif;
  font-size: 13px;
  color: #3da4f2;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 30px 0px;
  background: url(images/top_con_02.png) no-repeat center bottom;
}

#cont01_ar .txt {
  font-size: 14px;
  color: #333333;
  margin: 0px 0px 40px 0px;
  text-align: center;
  line-height: 2em;
}

#cont01_ar .bt {
  text-align: center;
}

@media only screen and (max-width: 800px) {
  #cont01_ar {
    min-width: inherit;
    padding: 50px 0px 50px 0px;
  }
}

/********02********/
#cont02_ar {
  width: 100%;
  min-width: 1054px;
  background: url(images/top_con_04.png) repeat center top;
  clear: both;
  padding: 50px 0px 50px 0px;
}

#cont02_ar .bx_l {
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 0px 6px 3px #dbe0dd;
  padding: 28px 30px 10px 28px;
}

#cont02_ar .bx_r {
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 0px 6px 3px #dbe0dd;
  padding: 0px 0px 0px;
  overflow: hidden;
}

#cont02_ar .ttl {
  background: #b0d46a;
  padding: 10px 10px;
  text-align: center;
  margin: 0 0 20px;
  border-radius: 3px 3px 0px 0px / 3px 3px 0px 0px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
}

#cont02_ar .txt_ar {
  width: 222px;
  float: left;
  text-align: center;
  font-size: 13px;
  color: #333333;
}

#cont02_ar .img {
  float: left;
  margin: -20px 0px 0px -12px;
}

@media only screen and (max-width: 800px) {
  #cont02_ar {
    min-width: inherit;
    padding: 50px 0px 50px 0px;
  }

  #cont02_ar .bx_l {
    padding: 25px 20px 10px;
    margin: 0 0 30px;
  }

  #cont02_ar .bx_r {
    padding: 0px 20px 0px;
  }

  #cont02_ar .ttl {
    margin: 0 -20px 30px;
  }

  #cont02_ar .txt_ar {
    width: 100%;
    float: none;
  }

  #cont02_ar .img {
    float: none;
    margin: 20px 0px 0px 0px;
    text-align: center;
  }
}

/********topics********/
.in_news_ttl_ar {
  background: url(images/top_con_07.png) repeat-x left bottom;
  margin: 0 0 20px;
  padding: 0px 0px 15px 0px;
  position: relative;
}

.in_news_ttl {
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 25px;
  color: #4f3629;
  padding: 0px 0px 0px 35px;
  background: url(images/top_con_05.png) no-repeat left top 8px;
  letter-spacing: 0.05em;
  display: inline-block;
  vertical-align: baseline;
}

.in_news_ttl_s {
  font-family: 'Quicksand', sans-serif;
  font-size: 13px;
  color: #3da4f2;
  padding: 0px 0px 0px 15px;
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: baseline;
}

.in_news_ttl_bt {
  position: absolute;
  top: 7px;
  right: 0;
}

@media only screen and (max-width: 800px) {
  .in_news_ttl_bt {
    position: static;
    text-align: right;
    margin: 10px 0 0;
  }
}

/********topics********/
.news01 {}

.news01_ar {
  margin: 0 0 20px;
}

.news01_list {
  display: table;
  width: 100%;
}

.news01_time {
  width: 15%;
  padding: 0em 1em 0em 0em;
  display: table-cell;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  color: #888888;
}

.news01_ttl {
  width: 85%;
  padding: 0em 0em 0em 0em;
  display: table-cell;
  font-size: 14px;
  color: #3da4f2;
  font-weight: bold;
}

.news01_ttl a:link, .news01_ttl a:visited {
  color: #3da4f2;
}

@media only screen and (max-width: 800px) {
  .news01_ar {
    margin: 0 0 15px;
  }

  .news01_list {
    display: block;
  }

  .news01_time {
    width: 100%;
    padding: 0em 0em .25em;
    display: block;
    border-right: none;
  }

  .news01_ttl {
    width: 100%;
    padding: 0em 0em .5em;
    display: block;
  }
}

/********03********/
#cont03_ar {
  width: 100%;
  min-width: 1054px;
  clear: both;
  padding: 50px 0px 40px 0px;
}

#cont03_ar .ttl {
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 35px;
  color: #4f3629;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  margin: 0px 0px 20px 0px;
  padding: 0 0 15px;
  background: url(images/top_con_12.png) no-repeat center bottom;
}

#cont03_ar .bx_ar {
  margin: 0 -37px;
  padding: 0 170px;
  clear: both;
  font-size: 0;
}

#cont03_ar .bx {
  width: 300px;
  margin: 0 37px;
  display: -moz-inline-box;
  /*for Firefox 2*/
  display: inline-block;
  /*for modern*/
  /display: inline;
  /*for ie5～7*/
  /zoom: 1;
  /*for ie5～7*/
  vertical-align: top;
  /*要素の上揃え*/
}

#cont03_ar .img {
  text-align: center;
  margin: 0px 0px 25px 0px;
}

#cont03_ar .ttl_s {
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 25px;
  color: #4f3629;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  margin: 0px 0px 25px 0px;
  padding: 0 0 0px;
  background: url(images/top_con_14.png) no-repeat center bottom;
  text-align: center;
}

#cont03_ar .txt {
  font-size: 14px;
  color: #333333;
  margin: 0px auto 35px;
  line-height: 2em;
}

#cont03_ar .bt {
  text-align: center;
}

@media only screen and (max-width: 800px) {
  #cont03_ar {
    min-width: inherit;
    padding: 50px 0px 50px 0px;
  }

  #cont03_ar .bx_ar {
    margin: 0 0px;
    padding: 0 0px;
    clear: both;
    font-size: 0;
  }

  #cont03_ar .bx {
    width: 100%;
    margin: 0 0% 0px;
  }

  #cont03_ar .img {
    margin: 0px 0px 15px 0px;
  }
}

/********04********/
#cont04_ar {
  width: 100%;
  min-width: 1054px;
  background: url(images/top_con_17.png) no-repeat center top;
  background-size: cover;
  clear: both;
  padding: 70px 0px 55px 0px;
}

#cont04_ar .bx_ar01 {
  padding: 0 0 60px;
  margin: 0 0 60px;
  border-bottom: solid 1px #dddddd;
  clear: both;
}

#cont04_ar .ttl_ar01 {
  padding: 0px 0px 20px 0px;
  margin: 20px 0px 15px 0px;
  background: url(images/top_con_20.png) repeat-x left bottom;
}

#cont04_ar .ttl01 {
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 25px;
  color: #4f3629;
  line-height: 1.3em;
  padding: 0px 0px 0px 50px;
  background: url(images/top_con_19.png) no-repeat left top;
  text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
  letter-spacing: 0.05em;
}

#cont04_ar .ttl_b01 {
  font-size: 32px;
  color: #95cd27;
}

#cont04_ar .ttl_ar02 {
  padding: 0px 0px 20px 0px;
  margin: 20px 0px 15px 0px;
  background: url(images/top_con_22.png) repeat-x left bottom;
}

#cont04_ar .ttl02 {
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 25px;
  color: #4f3629;
  line-height: 1.3em;
  padding: 0px 0px 0px 50px;
  background: url(images/top_con_21.png) no-repeat left top;
  text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
  letter-spacing: 0.05em;
}

#cont04_ar .ttl_b02 {
  font-size: 32px;
  color: #f6a420;
}

#cont04_ar .img {
  text-align: center;
}

#cont04_ar .txt {
  font-size: 14px;
  color: #333333;
  margin: 0px 0px 25px 0px;
  line-height: 2.0em;
}

#cont04_ar .bt {}

@media only screen and (max-width: 800px) {
  #cont04_ar {
    min-width: inherit;
    padding: 50px 0px 50px 0px;
  }

  #cont04_ar .img {
    margin: 0 0 20px;
  }

  #cont04_ar .bt {
    text-align: center;
  }
}

/********05********/
#cont05_ar {
  clear: both;
  padding: 50px 0px 60px 0px;
}

#cont05_ar .bx_ar {
  overflow: hidden;
  width: 848px;
  margin: auto;
  border: solid 2px #b4eef4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: url(images/top_con_30_pc.png) no-repeat left center;
  height: 250px;
  box-shadow: 0px 0px 6px 3px #d5d5d5;
  padding: 32px 48px 0 382px;
}

#cont05_ar .bx_l {
  text-align: center;
}

#cont05_ar .ttl {
  margin: 0px 0px 25px 0px;
}

#cont05_ar .bt_ar {
  text-align: center;
  font-size: 0;
}

#cont05_ar .bt01 {
  display: inline-block;
  vertical-align: middle;
  padding: 0 13px 0 0;
}

#cont05_ar .bt02 {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 800px) {
  #cont05_ar {
    min-width: inherit;
    padding: 50px 0px 50px 0px;
  }

  #cont05_ar .bx_ar {
    overflow: hidden;
    width: 100%;
    background: none;
    height: inherit;
    padding: 20px 20px 20px;
  }

  #cont05_ar .bt01 {
    display: block;
    padding: 0 0 10px;
  }

  #cont05_ar .bt02 {
    display: block;
  }
}

/********06********/
#cont06_ar {
  width: 100%;
  min-width: 1054px;
  background: #fbf7eb url(images/top_con_17.png) no-repeat center top;
  background-size: cover;
  clear: both;
  padding: 60px 0px 80px 0px;
}

#cont06_ar .ttl {
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 35px;
  color: #4f3629;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  margin: 0px 0px 40px 0px;
  padding: 0 0 15px;
  background: url(images/top_con_32.png) no-repeat center bottom;
}

#cont06_ar .bx_ar {
  margin: 0 -16px;
  clear: both;
  font-size: 0;
  text-align: center;
}

#cont06_ar .bx {
  width: 320px;
  margin: 0 15px 45px;
  display: -moz-inline-box;
  /*for Firefox 2*/
  display: inline-block;
  /*for modern*/
  /display: inline;
  /*for ie5～7*/
  /zoom: 1;
  /*for ie5～7*/
  vertical-align: top;
  /*要素の上揃え*/
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 0px 6px 3px #d5d5d5;
}

#cont06_ar .img {
  text-align: center;
  margin: 0px 0px 25px 0px;
  position: relative;
}

#cont06_ar .img img {
  border-radius: 3px 3px 0px 0px / 3px 3px 0px 0px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
}

#cont06_ar .cate01, #cont06_ar .cate02 {
  padding: 7px 10px;
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 13px;
  text-align: center;
  display: inline-block;
  bottom: 0;
  right: 0;
  position: absolute;
}

#cont06_ar .cate01 {
  background: #2a82c5;
  color: #fff;
}

#cont06_ar .cate02 {
  background: #b4eef4;
  color: #333;
}

#cont06_ar .date {
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  color: #888888;
  margin: 0px 25px 10px;
  text-align: left;
}

#cont06_ar .txt {
  font-size: 14px;
  color: #3da4f2;
  font-weight: bold;
  margin: 0px 25px 20px;
  text-align: left;
}

#cont06_ar .txt a:link, #cont06_ar .txt a:visited {
  color: #3da4f2;
}

#cont06_ar .bt {
  text-align: center;
}

@media only screen and (max-width: 800px) {
  #cont06_ar {
    min-width: inherit;
    padding: 50px 0px 80px 0px;
  }

  #cont06_ar .bx_ar {
    margin-left: 0px;
    margin-right: 0px;
    overflow: hidden;
  }

  #cont06_ar .bx {
    width: 100%;
    margin: 0 0% 30px;
  }

  #cont06_ar .img {
    margin: 25px 25px;
  }
}

/********07********/
#cont07_ar {
  clear: both;
  padding: 50px 0px 60px 0px;
  margin: 0 0 -80px;
}

#cont07_ar .bx_ar {
  overflow: hidden;
  width: 848px;
  margin: auto;
  border: solid 2px #b4eef4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: url(images/top_con_34.png) no-repeat left 53px bottom;
  height: 250px;
  box-shadow: 0px 0px 6px 3px #d5d5d5;
  padding: 32px 35px 0 417px;
}

#cont07_ar .bx_l {
  font-size: 13px;
}

#cont07_ar .ttl {
  margin: 0px 0px 15px 0px;
}

@media only screen and (max-width: 800px) {
  #cont07_ar {
    min-width: inherit;
    padding: 50px 0px 50px 0px;
  }

  #cont07_ar .bx_ar {
    overflow: hidden;
    width: 100%;
    background: none;
    height: inherit;
    padding: 20px 20px 20px;
  }

  #cont07_ar .ttl {
    text-align: center;
  }
}

/***************************/
/********【common】********/
/***************************/
/********【button】********/
.css_bt_st {
  display: block;
}

.css_bt_fo {
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 15px;
  display: inline-block;
  padding: 5px 3em;
  background-color: #3da4f2;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.css_bt_fo:hover {
  background-color: #5eb6f9;
}

.css_bt_fo02 {
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 15px;
  display: inline-block;
  padding: 10px 5em;
  background-color: #f6a420;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.css_bt_fo02:hover {
  opacity: .7;
  background-color: #f6a420;
}

.css_bt_st a:link {
  color: #fff;
}

.css_bt_st a:visited {
  color: #fff;
}

.css_bt_st a:hover {
  color: #fff;
}

.css_bt100 {
  width: 100%;
  padding: 5px 1em;
}

@media only screen and (max-width: 800px) {
  .css_bt_fo {
    min-width: inherit;
    width: 90%;
    margin: auto;
  }

  .css_bt100 {
    width: 90%;
    margin: auto;
  }
}

/********【box】********/
.page_bx05_ar, .page_bx06_ar, .page_bx07_ar, .page_bx08_ar, .page_bx09_ar, .page_bx10_ar {
  overflow: hidden;
}

.page_bx05_ar {
  margin: 0 -1%;
}

.page_bx06_ar {
  margin: 0 -1%;
}

.page_bx07_ar {
  margin: 0 -1%;
}

.page_bx08_ar {
  margin: 0 -.5%;
}

.page_bx09_ar {
  margin: 0 -.5%;
}

.page_bx10_ar {
  margin: 0 -.5%;
}

.page_bx05, .page_bx06, .page_bx07, .page_bx08, .page_bx09, .page_bx10 {
  float: left;
}

.page_bx05 {
  width: 18%;
  margin: 0 1%;
}

.page_bx06 {
  width: 14.666%;
  margin: 0 1%;
}

.page_bx07 {
  width: 12.285%;
  margin: 0 1%;
}

.page_bx08 {
  width: 11.5%;
  margin: 0 .5%;
}

.page_bx09 {
  width: 10.111%;
  margin: 0 .5%;
}

.page_bx10 {
  width: 9%;
  margin: 0 .5%;
}

@media only screen and (max-width: 800px) {
  .page_bx05_ar, .page_bx06_ar, .page_bx07_ar, .page_bx08_ar, .page_bx09_ar, .page_bx10_ar {
    margin: 0 0%;
  }

  .page_bx05, .page_bx06, .page_bx07, .page_bx08, .page_bx09, .page_bx10 {
    width: 100%;
    margin: 0 0% 20px;
    float: none;
  }
}

/********【txt】********/
.txt_bg {
  background-image: url(images/sample.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  display: inline-block;
}

/********【number】********/
.page_num {
  padding: 0 0 0 0px;
}

.page_num section:nth-child(1) {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background: #3da4f2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  /* padding: 0em .5em; */
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  font-size: 23px;
  color: #fff;
  margin: -18px 10px 0 0;
}

.page_num>p {
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 20px;
  color: #4f3629;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1em;
}

@media only screen and (max-width: 800px) {
  .page_num {
    display: block;
    text-align: center;
    padding: 0 0 0 0px;
  }

  .page_num>p {
    display: block;
    padding: 10px 0 10px;
  }
}

/********【link】********/
.link_bl a:link {
  color: #004CFF;
}

.link_bl a:visited {
  color: #004CFF;
}

/********【background】********/
.bg_bl {
  background-color: #d9efff;
  padding: 20px 20px 1px;
}

/********【bread nav】********/
.breadcrumb_area {
  overflow: hidden;
  height: auto;
  margin: 30px 0px 40px 0px;
}

.breadcrumb_style {
  float: left;
}

.breadcrumb_font {
  font-size: 12px;
}

.breadcrumb_font ul li {
  float: left;
}

@media only screen and (max-width: 800px) {
  .breadcrumb_area {
    margin: 20px 0px 20px 0px;
  }
}

/********【table】********/
/*角丸*/
/*.common_tbl2 th, .common_tbl2 td {
padding: 10px 20px;
}
.common_tbl2 tr:first-child th {
border-radius: 5px 0 0 0;
}
.common_tbl2 tr:first-child td {
border-radius: 0 5px 0 0;
}
.common_tbl2 tr:last-child th {
border-bottom: none;
border-radius: 0 0 0 5px;
}
.common_tbl2 tr:last-child td {
border-bottom: none;
border-radius: 0 0 5px 0;
}*/
.common_tbl2 {
  width: 100%;
  border: solid 1px #3da4f2;
  /*角丸*/
  border-collapse: separate;
  border-radius: 5px;
  border-spacing: 0;
}

.common_tbl2 th {
  text-align: left;
  vertical-align: middle;
  padding: .75em .75em;
  border-bottom: dotted 1px #fff;
  color: #FFF;
  background-color: #3da4f2;
}

.common_tbl2 td {
  text-align: left;
  vertical-align: middle;
  padding: .75em .75em;
  border-bottom: dotted 1px #3da4f2;
}

.tbl_pad {
  display: block;
  padding: 0 0 20px;
}

@media only screen and (max-width: 800px) {
  .common_tbl2 th {
    width: 100%;
    text-align: center;
    list-style: none !important;
    padding: 0.5em 0em;
  }

  .common_tbl2 td {
    width: 100%;
    text-align: center;
    padding: 0.5em 0em;
  }

  /*角丸*/
  /*.common_tbl2 tr:first-child th {
  border-radius: 0px 0 0 0;
}
  .common_tbl2 tr:first-child td {
  border-radius: 0 0px 0 0;
}
  .common_tbl2 tr:last-child th {
  border-bottom: none;
  border-radius: 0 0 0 0px;
}
  .common_tbl2 tr:last-child td {
  border-bottom: none;
  border-radius: 0 0 0px 0;
}*/
}

.common_tbl3col {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #ccc;
}

.common_tbl3col tr {
  width: 100%;
}

.common_tbl3col td {
  /*改行させたくない場合
  white_space: nowrap;*/
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  padding: .75em .75em;
}

.common_tbl3col_title {
  text-align: center;
  background-color: #3da4f2;
  color: #FFF;
}

.common_tbl3col_left {
  width: 25%;
  text-align: left;
  background-color: #3da4f2;
  color: #FFF;
}

.common_tbl3col_center {
  text-align: left;
}

.common_tbl3col_right {
  text-align: left;
}

/****SP時横スクロール****/
/*<section class="tbl_scroll">で<table>を包囲*/
/*@media only screen and (max-width: 800px) {
.tbl_scroll {
overflow: auto;
white-space: nowrap;
}
.tbl_scroll::-webkit-scrollbar {
height: 5px;
}
.tbl_scroll::-webkit-scrollbar-track {
background: #F1F1F1;
}
.tbl_scroll::-webkit-scrollbar-thumb {
background: #BCBCBC;
}
}*/
/********【list】********/
.disc_list_style {
  text-align: left;
}

.disc_list_style ul li {
  list-style-position: inside;
  list-style: disc;
  margin: 0px 0px 7px 20px;
}

.decimal_list_style {
  text-align: left;
}

.decimal_list_style ul li {
  list-style-position: inside;
  list-style: decimal;
  margin: 0px 0px 7px 20px;
}

.img_list_style {
  margin: 0 0 20px;
}

.img_list_style ul li {
  font-size: 15px;
  color: #333;
  list-style-position: inside;
  list-style: none;
  margin: 0px 0px .75em 0px;
  padding: 0 0 0 20px;
  position: relative;
}

.img_list_style ul li:before {
  position: absolute;
  content: "";
  background: ;
  width: 12px;
  height: 10px;
  margin: 0px 0 0 -20px;
}

.st_list_style {
  text-align: left;
}

.st_list_style ul li {
  list-style-position: inside;
  list-style: none;
  margin: 0px 0px 7px 0px;
  padding-left: 20px;
  position: relative;
}

.st_list_style ul li:before {
  position: absolute;
  content: "◆";
  color: #000;
  font-size: 14px;
  margin: 0 0 0 -20px;
}

/********【map】********/
.access_map_index {
  width: 100%;
  height: 375px;
}

.access_map_side {
  width: 100%;
  height: 150px;
}

.access_map_foot {
  width: 100%;
  height: 200px;
}

.access_map_l {
  width: 100%;
  height: 500px;
}

@media only screen and (max-width: 800px) {
  .access_map_index {
    height: 250px;
  }

  .access_map_side {
    height: 250px;
  }

  .access_map_foot {
    height: 250px;
  }

  .access_map_l {
    height: 250px;
  }
}

/********【post】********/
.no_comment {
  padding: 40px 0;
  text-align: center;
  font-size: 14px;
  color: #333;
}

/********【sigle contents】********/
strong {
  font-weight: bold;
}

.topics_sec section ul {
  padding-left: 1.5em;
}

.topics_sec section ul li {
  list-style: outside disc;
}

.topics_sec section ol {
  padding-left: 1.5em;
}

.topics_sec section ol li {}

.topics_sec section em {
  font-style: italic;
  /*斜体*/
}

.aligncenter {
  margin: 0 auto !important;
  text-align: center !important;
  display: block;
}

.postdata p, .postdata ul, .postdata ol {
  margin-bottom: 20px;
}

.postdata ul li {
  list-style: disc;
}

.postdata ol li {
  list-style: decimal;
}

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

.postdata a {
  text-decoration: underline;
}

.postdata a:hover {
  text-decoration: none;
}

/********【headline】********/
.h2_style {
  width: 100%;
  min-width: 1054px;
  background: url(images/shared/h2.png) no-repeat center center;
  background-size: cover;
  clear: both;
  padding: 105px 0px;
  text-align: center;
  box-shadow: 0px 3px 6px 0px #c9c9c9 inset;
}

.h2_font {
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 35px;
  color: #4f3629;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

@media only screen and (max-width: 800px) {
  .h2_style {
    min-width: inherit;
    padding: 60px 15px;
  }
}

.h3_style, .heading {
  background: #3da4f2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 15px;
  margin: 0px 0px 25px 0px;
  clear: both;
}

.h3_font, .heading_back {
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 30px;
  color: #4f3629;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

.h3_font a:link, .h3_font a:visited {
  color: #4f3629;
}

.h301 {
  background: #3da4f2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 15px;
  margin: 0px 0px 25px 0px;
  clear: both;
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 30px;
  color: #4f3629;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

@media only screen and (max-width: 800px) {}

.h4_style {
  background: url(images/shared/h4.png) repeat-x left bottom;
  padding: 0px 0px 12px 0px;
  margin: 0px 0px 20px 0px;
  clear: both;
}

.h4_font {
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 25px;
  color: #3da4f2;
  line-height: 1.3em;
  letter-spacing: 0.05em;
}

.h4_font a:link, .h4_font a:visited {
  color: #3da4f2;
}

.postdata h4, .h401 {
  background: url(images/shared/h4.png) repeat-x left bottom;
  padding: 0px 0px 12px 0px;
  margin: 0px 0px 20px 0px;
  clear: both;
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 25px;
  color: #3da4f2;
  line-height: 1.3em;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 800px) {}

.h5_style {
  border-bottom: dotted 1px #4f3629;
  padding: 0 0 5px;
  margin: 0px 0px 20px 0px;
  clear: both;
}

.h5_font {
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 20px;
  color: #4f3629;
  line-height: 1.3em;
  letter-spacing: 0.05em;
}

.postdata h5 {
  border-bottom: dotted 1px #4f3629;
  padding: 0 0 5px;
  margin: 0px 0px 20px 0px;
  clear: both;
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 20px;
  color: #4f3629;
  line-height: 1.3em;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 800px) {}

.h6_style {
  margin: 0px 0px 20px 0px;
  clear: both;
}

.h6_font {
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 16px;
  color: #4f3629;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  padding: 0 0 0 18px;
  position: relative;
}

.h6_font:before {
  position: absolute;
  content: "";
  background: url(images/shared/h6.png) no-repeat;
  width: 11px;
  height: 11px;
  margin: 3px 0 0 -18px;
}

@media only screen and (max-width: 800px) {}

/**************************/
/********下層ページ用********/
/**************************/
/***************************/
/********【06】********/
/***************************/
.p06_txt_ar {
  background: url(images/005/txt_bg01.png) repeat;
  border: solid 1px #dddddd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px 12px;
  position: relative;
  margin: 0 0 20px;
}

.p06_txt_ar .ico {
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px 0 0;
}

.p06_txt_ar .txt {
  display: inline-block;
  vertical-align: middle;
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 25px;
  color: #4f3629;
  text-shadow:
    0 2px 0 #fff,
    2px 0 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff,
    -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff;
  letter-spacing: 0.05em;
}

.p06_txt_ar .price {
  display: inline-block;
  vertical-align: middle;
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 3px 45px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background: #4f3629;
  position: absolute;
  right: 12px;
  top: 10px;
  text-align: center;
}

.p06_arr {
  padding: 0 0 20px 20px;
}

@media only screen and (max-width: 800px) {
  .p06_txt_ar {
    padding: 20px 20px;
    text-align: center;
  }

  .p06_txt_ar .ico {
    display: block;
    padding: 0 0 10px;
  }

  .p06_txt_ar .txt {
    display: block;
    padding: 0 0 10px;
  }

  .p06_txt_ar .price {
    display: block;
    position: static;
  }

  .p06_arr {
    padding: 0 0 20px 0px;
    text-align: center;
  }
}

/**************************/
/********arc post(blog type A)********/
/**************************/
.arc_blog_a {
  clear: both;
}

.arc_blog_a .thumb_img {
  text-align: center;
  margin: 0 0 20px;
}

.arc_blog_a .cate_ar {
  margin: 0 0 20px;
}

.arc_blog_a .cate {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 2px 15px;
  background-color: #999;
}

.arc_blog_a .date {
  display: inline-block;
  font-size: 14px;
  padding: 2px 0px 2px 0px;
}

.arc_blog_a .txt {
  margin: 0 0 20px 0;
}

.arc_blog_a .bt {
  margin: 0 0 20px 0;
  text-align: right;
  color: #900;
}

.arc_blog_a .bt a:link {
  color: #900;
}

.arc_blog_a .bt a:visited {
  color: #900;
}

@media only screen and (max-width: 800px) {
  .arc_blog_a .cate_ar {
    text-align: left;
  }
}

/**************************/
/********sing post(blog detail B)********/
/**************************/
#sing_blog_b {
  clear: both;
}

#sing_blog_b .cate_ar {
  margin: 0 0 30px;
}

#sing_blog_b .cate01, #sing_blog_b .cate02 {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  padding: 2px 15px;
  margin: 0 0 0 20px;
}

#sing_blog_b .cate01 {
  color: #fff;
  background-color: #2a82c5;
}

#sing_blog_b .cate02 {
  background-color: #b4eef4;
}

#sing_blog_b .date {
  display: inline-block;
  font-size: 14px;
  padding: 2px 0px 2px 0px;
}

#sing_blog_b .main_img {
  text-align: center;
  margin: 0 0 30px;
}

#sing_blog_b .txt {
  margin: 0 0 40px 0;
}

@media only screen and (max-width: 800px) {
  #sing_blog_b .cate_ar {
    text-align: left;
    margin: 0 0 20px;
  }
}

/**************************/
/********arc postcase(gallery type A・B)********/
/**************************/
#arc_gal {
  clear: both;
}

#arc_gal .bx_ar {
  margin: 0 -1%;
  font-size: 0;
}

#arc_gal .bx {
  width: 31%;
  margin: 0 1% 40px 1%;
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  vertical-align: top;
}

#arc_gal .img {
  text-align: center;
  margin: 0 0 10px 0;
}

#arc_gal .cate_ar {
  margin: 0 0 10px 0;
  font-size: 0;
  line-height: 1.2em;
  min-height: 40px;
}

#arc_gal .date {
  display: inline-block;
  vertical-align: middle;
  width: 38%;
  font-size: 14px;
  line-height: 1.2em;
}

#arc_gal .ico_ar {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  text-align: right;
}

#arc_gal .ico01, #arc_gal .ico02 {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  padding: 2px 7px;
  background-color: #2a82c5;
  line-height: 1.2em;
}

#arc_gal .ico01 {
  background-color: #2a82c5;
  color: #fff;
}

#arc_gal .ico02 {
  background-color: #b4eef4;
}

#arc_gal .ttl {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

#arc_gal .txt {
  font-size: 14px;
  line-height: 1.6em;
}

@media only screen and (max-width: 800px) {
  #arc_gal .bx_ar {
    margin: 0 0%;
  }

  #arc_gal .bx {
    width: 100%;
    margin: 0 0% 30px;
  }

  #arc_gal .date {
    display: block;
    width: 100%;
    margin: 0 0 5px;
  }

  #arc_gal .ico_ar {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    text-align: left;
  }

  #arc_gal .ico01, #arc_gal .ico02 {
    padding: 4px 1.5em;
  }
}

.top-campaign {
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 0px 6px 3px #dbe0dd;
  padding: 20px;
  margin-bottom: 50px;
}

.top-campaign_dl dt {
  float: left;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  color: #888888;
}

.top-campaign_dl dd {
  padding: 0 0 0 110px;
  font-family: "FOT-筑紫A丸ゴシック Std D";
  font-size: 14px;
  color: #3da4f2;
}

@media only screen and (max-width: 800px) {
  .top-campaign_dl dt {
    float: none;
  }

  .top-campaign_dl dd {
    padding: 0;
  }

  .top-campaign {
    margin-bottom: 30px;
  }
}

.h-center{
	width:500px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content:center;
	margin:auto;
	margin-bottom:30px;
}

@media (max-width: 800px) {
	.h-center{
		width:auto;
	}
	.sp-width{
		padding:5%;
		
	}
}