@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
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-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Helvetica Neue" Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #595453;
}

strong {
  font-weight: bold;
}

span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

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

ul, li {
  list-style: none;
}

textarea, input, select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Helvetica Neue" Verdana, "メイリオ", Meiryo, sans-serif;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #0F3A74;
  outline: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
  border-bottom: none;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -1ex;
}

button {
  outline: none;
}

.aa-dropdown-menu .aa-suggestion .suggestion-post-content {
  display: none;
}

.aa-dropdown-menu .suggestion-post-thumbnail {
  display: none;
}

/*==================================================================
	共通extend用
===================================================================*/
/* --------------------------------------------------
 Module CSS
 -------------------------------------------------- */
/* --------------------------------------------------
 01:  webfont
 -------------------------------------------------- */
/* --------------------------------------------------
 02:  Margin Padding
 -------------------------------------------------- */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

/* --------------------------------------------------
 02.5:  Margin Padding (responsive)
 -------------------------------------------------- */
.mt_s {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .mt_s {
    margin-top: 10px;
  }
}

.mt_m {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mt_m {
    margin-top: 20px;
  }
}

.mt_l {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .mt_l {
    margin-top: 30px;
  }
}

.mb_s {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mb_s {
    margin-bottom: 10px;
  }
}

.mb_m {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mb_m {
    margin-bottom: 20px;
  }
}

.mb_l {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .mb_l {
    margin-bottom: 30px;
  }
}

/* --------------------------------------------------
 03:  Text Size
 -------------------------------------------------- */
.t10 {
  font-size: 10px!important;
  font-size: 1rem!important;
}

.t11 {
  font-size: 11px!important;
  font-size: 1.1rem!important;
}

.t12 {
  font-size: 12px!important;
  font-size: 1.2rem!important;
}

.t13 {
  font-size: 13px!important;
  font-size: 1.3rem!important;
}

.t14 {
  font-size: 14px!important;
  font-size: 1.4rem!important;
}

.t15 {
  font-size: 15px!important;
  font-size: 1.5rem!important;
}

.t16 {
  font-size: 16px!important;
  font-size: 1.6rem!important;
}

.t17 {
  font-size: 17px!important;
  font-size: 1.7rem!important;
}

.t18 {
  font-size: 18px!important;
  font-size: 1.8rem!important;
}

.t19 {
  font-size: 19px!important;
  font-size: 1.9rem!important;
}

.t20 {
  font-size: 20px!important;
  font-size: 2rem!important;
}

.t23 {
  font-size: 23px!important;
  font-size: 2.3rem!important;
}

.t25 {
  font-size: 25px!important;
  font-size: 2.5rem!important;
}

.t30 {
  font-size: 30px!important;
  font-size: 3rem!important;
}

/* --------------------------------------------------
 04:  Set Style
 -------------------------------------------------- */
.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.uline {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.hidden {
  display: none;
}

.gothic {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Helvetica Neue" Verdana, "メイリオ", Meiryo, sans-serif;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif;
}

.module-triangle-right::before {
  content: "";
  display: inline-block;
  border: 8px solid transparent;
  border-left-color: #000;
  position: absolute;
  right: -16px;
  top: 50%;
  margin-top: -8px;
}

/* --------------------------------------------------
 05:  Responsive
 -------------------------------------------------- */
.pc {
  display: inherit;
}

.tb {
  display: none;
}

.tb_sp {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .pc {
    display: inherit;
  }
  .tb {
    display: inherit;
  }
  .tb_sp {
    display: inherit;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .tb_sp {
    display: inherit;
  }
  .sp {
    display: inherit;
  }
}
html {
  font-size: 62.5%;
  background: #fff url("../img/background.jpg") no-repeat center 0;
}

body {
  font-size: 1.8em;
}
@media screen and (max-width: 1080px) {
  body {
    min-height: 1024px; /*ipad*/
  }
}
@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 1.4em;
    min-height: 100%;
  }
}

p {
  margin-bottom: 1em;
}

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

@media screen and (max-width: 767px) {
  a {
    -webkit-tap-highlight-color: transparent;
  }
}

/* ==|== header ====================================================== */
#container {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}

#awajilogo {
  position: absolute;
  top: 28px;
  left: 0px;
  display: block;
  z-index: 10;
}

#awaji30th {
  position: absolute;
  top: 55px;
  left: 530px;
}

#smenu {
  position: relative;
  height: 165px;
}

#smenu li {
  position: absolute;
}

#smenu_minami {
  top: 18px;
  left: 650px;
}

#smenu_art {
  top: 5px;
  left: 820px;
}

#smenu_twitter {
  top: 5px;
  right: 40px;
  width: 30px;
  height: 30px;
}

#smenu_facebook {
  top: 5px;
  right: 0px;
  width: 30px;
  height: 30px;
}

#smenu_blog,
#smenu_access,
#smenu_contact {
  display: block;
  text-align: center;
  top: 40px;
  width: 76px;
  font-size: 16px;
}
#smenu_blog a,
#smenu_access a,
#smenu_contact a {
  text-decoration: none;
  font-weight: bold;
  color: #333;
}

#smenu_blog {
  right: 152px;
}

#smenu_access {
  right: 76px;
}

#smenu_contact {
  right: 0px;
}

#smenu_tel {
  top: 72px;
  right: 0;
  height: 60px;
  width: 350px;
}
#smenu_tel img {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
#smenu_tel img.awaji {
  margin-right: 4px;
}

#smenu_date {
  top: 135px;
  right: 0;
  height: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

#gnavi {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  background: url("../img/gmenu.png") no-repeat;
  position: relative;
  z-index: 100;
}
#gnavi > li {
  height: 38px;
  line-height: 38px;
  display: block;
  margin: 0;
}
#gnavi > li a {
  display: block;
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  color: #fff;
}
#gnavi > li a.no_link {
  cursor: default;
}
#gnavi > li a.no_link:hover {
  background-color: transparent;
}
#gnavi > li#gnavi_home {
  width: 3em;
}
#gnavi > li#gnavi_support {
  width: 9em;
}
#gnavi > li#gnavi_awaji {
  width: 9em;
}
#gnavi > li#gnavi_awaji span {
  font-size: 12px;
}
#gnavi > li#gnavi_minamikawachi {
  width: 10em;
}
#gnavi > li#gnavi_minamikawachi span {
  font-size: 12px;
}
#gnavi > li#gnavi_business {
  width: 6em;
}
#gnavi > li#gnavi_voice {
  width: 5em;
}
#gnavi > li#gnavi_history {
  width: 4em;
}
#gnavi > li#gnavi_dear {
  width: 4em;
}
#gnavi li li {
  overflow: hidden;
  height: 0;
  transition: 0.5s;
}
#gnavi li:hover > ul > li {
  height: 30px;
  overflow: visible;
}
#gnavi ul {
  width: 280px;
  background: rgba(255, 255, 255, 0.8);
  padding-bottom: 0px;
}
#gnavi ul > li {
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  text-indent: 10px;
}
#gnavi ul > li a {
  text-decoration: none;
  color: #595453;
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 15px;
  font-weight: normal;
  border-radius: 5px;
  transition: 0.3s;
  text-align: left;
}
#gnavi ul > li a:hover {
  background-color: rgba(140, 203, 237, 0.6);
  color: #333;
}
#gnavi ul > li a.small-text {
  font-size: 11px;
}
#gnavi ul > li span.bold {
  font-weight: bold;
  font-size: 18px;
}
#gnavi ul > li span.normal {
  font-weight: normal;
  font-size: 15px;
}

/**/
/* ==|== main ====================================================== */
#main {
  position: relative;
}

/* ==|== footer ====================================================== */
#mainfooter {
  width: 100%;
  padding-top: 10px;
  clear: both;
  position: relative;
  background: url(../img/dotline.png) no-repeat 0 0;
}
#mainfooter #pagetop {
  height: 20px;
}
@media screen and (max-width: 767px) {
  #mainfooter #pagetop {
    z-index: 10;
    margin-right: 10px;
    height: auto;
  }
}
#mainfooter #pagetop a {
  display: block;
  width: 59px;
  height: 59px;
  float: right;
}
#mainfooter #f_title {
  margin: 30px 0 20px;
}
@media screen and (max-width: 767px) {
  #mainfooter #f_title {
    display: none;
  }
}
#mainfooter #links {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  #mainfooter #links {
    display: none;
  }
}
#mainfooter #links > li {
  display: block;
  width: 25%;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
}
#mainfooter #links > li ul {
  margin: 0;
  padding-left: 0;
  flex-wrap: wrap;
  list-style: none;
  font-size: 14px;
  font-weight: normal;
}
#mainfooter #links a {
  color: #595453;
  text-decoration: none;
}
#mainfooter #footer_navi {
  list-style: none;
  padding: 0;
  position: relative;
  font-size: 80%;
  height: 45px;
}
@media screen and (max-width: 767px) {
  #mainfooter #footer_navi {
    width: calc(100% - 60px);
    height: auto;
  }
}
#mainfooter #footer_navi li {
  display: inline-block;
  position: absolute;
  line-height: 23px;
}
@media screen and (max-width: 767px) {
  #mainfooter #footer_navi li {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #mainfooter #footer_navi .home {
    display: none;
  }
}
#mainfooter #footer_navi .address {
  left: 200px;
  top: 0px;
}
@media screen and (max-width: 767px) {
  #mainfooter #footer_navi .address {
    left: 0px;
  }
}
#mainfooter #footer_navi .copylight {
  left: 200px;
  top: 23px;
}
@media screen and (max-width: 767px) {
  #mainfooter #footer_navi .copylight {
    top: 5px;
    left: 0px;
  }
}
#mainfooter #footer_navi .privacy {
  right: 0;
  top: 5px;
}
@media screen and (max-width: 767px) {
  #mainfooter #footer_navi .privacy {
    display: none;
  }
}

#blog {
  /*---------------------------------------------------------
  サイドバー
  ---------------------------------------------------------*/
  /*デフォルトウィジェット*/
  /*カテゴリウィジェット*/
  /*カテゴリウィジェットとアーカイブウィジェットのドロップダウン表示*/
  /*タグウィジェット*/
  /*メニューウィジェット*/
  /*最近の投稿*/
  /* アーカイブ */
  /*カレンダーウィジェット*/
  /*---------------------------------------------------------
  記事一覧
  ---------------------------------------------------------*/
  /*ページネーション*/
  /*---------------------------------------------------------
  投稿・固定ページ
  ---------------------------------------------------------*/
}
#blog .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #blog .flex {
    flex-wrap: wrap-reverse;
  }
}
#blog #contents {
  width: 800px;
}
@media screen and (max-width: 767px) {
  #blog #contents {
    width: 100%;
  }
}
#blog .sidebar {
  width: 258px;
}
@media screen and (max-width: 767px) {
  #blog .sidebar {
    width: 100%;
  }
}
#blog h2.widget_title {
  margin: 40px 0 18px;
  padding-left: 20px;
  height: 34px;
  line-height: 34px;
  background: url("../img/title_small.png") no-repeat left center;
  font-size: 20px;
  font-size: "2rem";
  color: #fff;
  text-align: left;
}
#blog h2.widget_title:first-child {
  margin-top: 0;
}
#blog h2.widget_title + ul {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  #blog h2.widget_title + ul {
    margin: 0 0 0 10px;
    display: flex;
    flex-wrap: wrap;
  }
}
#blog h2.widget_title + ul li {
  background: none;
}
#blog h2.widget_title + ul li a {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #blog h2.widget_title + ul li a {
    padding: 0 5px 3px;
  }
}
#blog .sidebar-wrapper {
  margin-bottom: 2rem;
}
#blog .sidebar-title {
  font-size: 18px;
  font-size: "1.8rem";
  box-sizing: border-box;
  margin: 0 0 1.2rem;
  padding: 0.5rem;
  color: #2A81CC;
  border-bottom: 4px solid #2A81CC;
  font-weight: bold;
}
#blog .widget_recent_entries ul,
#blog .widget_meta ul,
#blog .widget_recent_comments ul,
#blog .widget_pages ul,
#blog .widget_meta ul,
#blog .widget_categories ul,
#blog .widget_archive ul,
#blog .widget_nav_menu ul,
#blog .calendar_wrap,
#blog .tagcloud {
  list-style: none;
}
#blog .widget_recent_entries li,
#blog .widget_meta li,
#blog .widget_recent_comments li,
#blog .widget_pages li,
#blog .widget_meta li,
#blog .widget_archive li,
#blog .widget_nav_menu li {
  position: relative;
  margin-bottom: 0.5rem;
}
#blog .widget_recent_entries a,
#blog .widget_meta a,
#blog .widget_recent_comments a,
#blog .widget_pages a,
#blog .widget_meta a,
#blog .widget_categories a,
#blog .widget_archive a,
#blog .widget_nav_menu a {
  text-decoration: none;
  /*      color: #333;*/
}
#blog .sidebar-wrapper a:hover {
  opacity: 0.6;
}
#blog .widget_categories li {
  display: block;
  margin-bottom: 5px;
}
#blog .widget_categories li a {
  font-size: 16px;
  font-size: "1.6rem";
  position: relative;
  display: block;
  padding: 0.9rem 0.6rem 0.9rem 1.5rem;
  color: #2A81CC;
  background-color: #E6EAF2;
  border: none;
}
#blog .widget_categories .children {
  margin-bottom: 0.5rem;
}
#blog .widget_categories .children li {
  margin-bottom: 0;
  color: #2A81CC;
  background-color: rgba(230, 234, 242, 0.4);
}
#blog .widget_categories .children li a {
  /*      font-size: .9rem;*/
  background-color: transparent;
  border: none;
  padding-left: 30px;
}
#blog .widget_categories .children li a::before {
  position: absolute;
  top: 50%;
  left: 12px;
  content: "∟";
  transform: translateY(-50%);
  color: #2A81CC;
}
#blog .widget_categories .screen-reader-text {
  display: none;
}
#blog .widget_archive .screen-reader-text {
  position: relative;
  display: block;
  height: 0;
  text-indent: -9999999px;
}
#blog .widget_categories form {
  position: relative;
}
#blog .widget_categories form::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  content: "▼";
  transform: translateY(-50%);
  pointer-events: none;
}
#blog .widget_categories .postform,
#blog .widget_archive select {
  /*      font-size: .95rem;*/
  width: 100%;
  padding: 4px 10px;
  cursor: pointer;
  border: 1px solid #e0e3ef;
  border-radius: 0;
  background-color: #f4f5f9;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#blog .widget_archive label::after {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  content: "▼";
  text-indent: 0;
  pointer-events: none;
}
#blog .tagcloud {
  padding-left: 20px;
}
#blog .tagcloud a {
  /*      font-size: 100% !important;
        color: #03162f;
        background-color: #fff;
        border: 1px solid #000;
        text-decoration: none;
        margin-left: .5rem;*/
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 0 0.5rem 1rem 0;
}
#blog .widget_nav_menu li a {
  /*      font-size: 1rem;*/
  font-weight: bold;
  position: relative;
  padding-left: 1.3rem;
  /*      color: #333;*/
}
#blog .widget_recent_entries li {
  padding-bottom: 0.5rem;
  /*      border-bottom: 1px solid #ddd;*/
}
#blog .widget_recent_entries li a {
  display: block;
  border-bottom: 0;
  margin-bottom: 0.3rem;
}
#blog .widget_recent_entries .post-date {
  display: block;
}
#blog .widget_archive li a {
  border-bottom: 0;
}
#blog .calendar_wrap {
  padding: 1rem;
  border: 1px solid #ddd;
}
#blog .calendar_wrap table {
  width: 100%;
}
#blog .calendar_wrap tbody {
  text-align: center;
}
#blog .calendar_wrap caption {
  font-weight: bold;
  margin-bottom: 1rem;
}
#blog .calendar_wrap td {
  padding: 0.3rem 0;
}
#blog .calendar_wrap tfoot td {
  padding-top: 0.7rem;
}
#blog .calendar_wrap tfoot td:last-child {
  text-align: right;
}
#blog .archive-top h1 {
  /*    font-size: 1.6rem;*/
  margin-bottom: 1.5rem;
}
#blog .archive-top p {
  /*    font-size: .875rem;*/
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
#blog .article-list {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #ddd;
  position: relative;
}
#blog .article-list:hover {
  background-color: #eee;
}
#blog .article-list a {
  display: block;
  text-decoration: none;
  border: none;
  color: #333;
}
#blog .article-list a:after {
  display: block;
  clear: both;
  content: "";
}
#blog .article-list .img-wrap {
  position: relative;
  float: left;
  line-height: 1;
  margin-right: 20px;
}
#blog .article-list .img-wrap img {
  width: 240px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
#blog .article-list .cat-data {
  font-size: 0.75rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.3rem 0.5rem;
  color: #2A81CC;
  background-color: #E6EAF2;
}
#blog .article-list .text h2 {
  margin-bottom: 10px;
}
#blog .article-list .text .article-date,
#blog .article-list .text .article-author {
  font-size: 14px;
  font-size: "1.4rem";
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #888;
}
#blog .article-list .text .article-date {
  margin-right: 0.5rem;
}
#blog .article-list .text .article-author i {
  margin-right: 0.3rem;
}
#blog .article-list .text p {
  font-size: 16px;
  font-size: "1.6rem";
  line-height: 1.7;
}
#blog .pagination {
  margin: 2rem 0;
  text-align: center;
}
#blog .pagination ul {
  font-size: 0;
}
#blog .pagination ul li {
  font-size: 1rem;
  display: inline-block;
  margin-right: 0.5rem;
}
#blog .pagination ul li:last-child {
  border: 0;
}
#blog .pagination ul li a,
#blog .pagination .current {
  display: block;
  padding: 0.5rem 0.8rem;
  border: 1px solid #ccc;
}
#blog .pagination ul li .prev,
#blog .pagination ul li .next {
  border: 0;
}
#blog .pagination ul li a {
  text-decoration: none;
  color: #333;
}
#blog .pagination ul li a:hover {
  opacity: 0.6;
}
#blog .pagination .current {
  color: #fff;
  background-color: #03162f;
}
#blog #contents h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0px 0 20px;
  color: #2A81CC;
}
#blog #contents h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0px 0 20px;
}
#blog #contents > h2:first-child,
#blog #contents .block:first-child h2:first-child {
  margin-top: 0;
}
#blog #contents h4 {
  color: #2A81CC;
}

/* CSS Document */
/* ==|== レスポンシブル styles =====================================================
   Author: Masahiko
   ========================================================================== */
#mask {
  display: none;
}

@media screen and (max-width: 767px) {
  #container {
    width: auto;
  }
  header {
    padding: 0 10px;
  }
  header #awajilogo {
    position: relative;
    top: 0;
    left: 10px;
    max-width: 80%;
    padding: 20px 0;
  }
  #awaji30th {
    top: 5px;
    left: auto;
    right: 20px;
    width: 35px;
  }
  #smenu {
    background: #fff;
    width: 200px;
    display: none;
  }
  #gnavi {
    background: #fff;
    width: 200px;
    display: none;
  }
  #gnavi > li {
    width: 180px;
  }
  #main {
    width: auto;
  }
  #main > * {
    margin-left: 5px;
    margin-right: 5px;
  }
  #main > .orverwidth {
    margin: 0 0 30px;
    padding: 0;
  }
  /*============
  .toggle_btn
  =============*/
  .toggle_btn {
    display: block;
    position: absolute;
    top: 40px;
    right: 20px;
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all 0.5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    transform: translateY(-10px) rotate(315deg);
  }
  /*============
  #mask
  =============*/
  #mask {
    display: block;
    transition: all 0.3s;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% + 35px);
  }
  #mask #mnavi {
    height: 0;
    opacity: 0;
    transition: all 0.5s;
  }
  #mask #mnavi li {
    display: none;
  }
  .open #mask {
    display: block;
    width: 100%;
    min-height: 1250px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 12;
    cursor: pointer;
  }
  .open #mask #mnavi {
    display: block;
    opacity: 1;
    width: 80%;
    min-height: 100%;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.3);
  }
  .open #mask #mnavi li {
    padding: 5px;
    display: block;
  }
  .open #mask #mnavi li li {
    padding-left: 15px;
  }
  .open #mask #mnavi li > .no_link {
    color: #333;
    font-weight: bold;
  }
  .open #mask #mnavi #mnavi_home a {
    display: block;
    background: url("../img/header_awaji.png") no-repeat;
    background-size: contain;
    width: auto;
    height: 40px;
    text-indent: -9999px;
  }
  .open #mask #mnavi #mnavi_twitter {
    position: absolute;
    top: 10px;
    right: calc(20% + 50px);
  }
  .open #mask #mnavi #mnavi_facebook {
    position: absolute;
    top: 10px;
    right: calc(20% + 10px);
  }
  .open #mask #mnavi #mmenu_tel img {
    margin-left: 22px;
    width: 229px;
    display: block;
  }
  .open #mask #mnavi #mmenu_tel_minami img {
    width: 250px;
    display: block;
  }
}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  box-sizing: content-box;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
  box-sizing: content-box;
}

#cboxLoadedContent {
  overflow: auto;
  box-sizing: content-box;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
}

#cboxContent {
  margin-top: 20px;
}

.cboxIframe {
  background: none;
}

#cboxError {
  padding: 50px;
  border: 1px solid #333;
}

#cboxLoadedContent {
  padding: 0 30px;
  border: none;
  background: none;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 30px;
  color: #333;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 30px;
  color: #333;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -23px;
  background: url(../img/controls.png) no-repeat top left;
  width: 25px;
  height: 30px;
  text-indent: -9999px;
  border: none;
}

#cboxPrevious:hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -23px;
  background: url(../img/controls.png) no-repeat top right;
  width: 25px;
  height: 30px;
  text-indent: -9999px;
  border: none;
}

#cboxNext:hover {
  background-position: bottom right;
}

#cboxLoadingOverlay {
  background: #fff;
}

#cboxLoadingGraphic {
  background: url(../img/loading.gif) no-repeat center center;
}

#cboxClose {
  display: none;
}

#cboxClose:hover {
  display: none;
  background-position: bottom center;
}

.orverwidth {
  margin: 18px -500% 40px;
  padding: 0 500%;
  text-align: center;
  background: url("../img/title.png") no-repeat center;
  height: 100px;
}
@media screen and (max-width: 1080px) {
  .orverwidth {
    margin: 18px auto 40px;
    padding: 0;
  }
}
.orverwidth h1.title {
  padding-top: 16px;
  font-size: 30px;
}
.orverwidth h1.title i {
  font-style: normal;
  font-size: 18px;
}
.orverwidth h1.title span {
  font-size: 14px;
  display: block;
}

p + h2,
ul + h2 {
  margin-top: 2em;
}

ul + h3 {
  margin-top: 1em;
}

h2.title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin: 40px 0 20px;
}

h2 a {
  color: #2A81CC !important;
}

h2.mini {
  background: url("../img/title_small.png") no-repeat left center;
  color: #fff;
  font-size: 20px;
  height: 34px;
  padding-left: 20px;
  line-height: 34px;
  margin: 40px 0 18px;
}
h2.mini span {
  font-size: 14px;
  padding-left: 10px;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 20px;
  color: #2A81CC;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgb(170, 208, 217);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

address {
  font-style: normal;
  font-weight: normal;
  margin-bottom: 1em;
}

ul.dot {
  margin-left: 2em;
}
ul.dot li {
  list-style: disc;
}

ul.asta {
  margin-left: 2em;
  font-size: 1.2em;
}
ul.asta li {
  list-style: none;
  background: no-repeat left 3px;
  padding-left: 30px;
  font-weight: bold;
  line-height: 1.4em;
}
ul.asta li.asta1 {
  background-image: url(../img/ico_asta1.png);
}
ul.asta li.asta2 {
  background-image: url(../img/ico_asta2.png);
}

.place ul.asta {
  margin: 0 0 30px 25%;
}

.center {
  text-align: center;
}

.t_right {
  text-align: right;
}

.t_center {
  text-align: center;
}

.list, .flow {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.list:after, .flow:after {
  content: "";
  clear: both;
  display: block;
}
.list > dt, .flow > dt {
  background: rgba(79, 164, 219, 0.6);
  color: #fff;
  font-size: 20px;
  height: 34px;
  line-height: 34px;
  margin: 40px 0 18px 40px;
  width: 120px;
  position: relative;
  text-align: center;
  /*    float: left;*/
  clear: both;
}
.list > dt.twolines, .flow > dt.twolines {
  height: 68px;
}
@media screen and (max-width: 767px) {
  .list > dt, .flow > dt {
    margin: 30px 0 15px 15px;
    float: none;
  }
}
.list > dt::before, .flow > dt::before {
  position: absolute;
  left: -10px;
  content: "";
  display: inline-block;
  background: url("../img/title_small.png") no-repeat left center;
  width: 10px;
  height: 34px;
}
.list > dt.twolines::before, .flow > dt.twolines::before {
  height: 76px;
  background-size: cover;
  top: -4px;
}
.list > dt::after, .flow > dt::after {
  position: absolute;
  right: -15px;
  content: "";
  background: url("../img/title_small.png") no-repeat right center;
  width: 15px;
  height: 34px;
}
.list > dt.twolines::after, .flow > dt.twolines::after {
  height: 82px;
  background-size: cover;
  top: 0;
}
.list > dt.bg2, .flow > dt.bg2 {
  height: 48px;
  width: 120px;
  font-size: 16px;
  line-height: 24px;
}
.list > dt.bg2::before, .flow > dt.bg2::before {
  height: 48px;
  background-size: auto 100%;
}
.list > dt.bg2::after, .flow > dt.bg2::after {
  top: 0;
  height: 50px;
  background-size: auto 100%;
}
.list > dd, .flow > dd {
  margin: 40px 0 0 60px;
  /*    float: left;*/
  width: 860px;
  max-width: 860px;
}
@media screen and (max-width: 767px) {
  .list > dd, .flow > dd {
    margin: 20px 20px 15px 20px;
    max-width: auto;
  }
}
.list > dd dl, .flow > dd dl {
  margin: 20px 0;
}
.list > dd dl dt, .flow > dd dl dt {
  float: left;
  clear: both;
  width: 6em;
}
.list > dd dl dd, .flow > dd dl dd {
  float: left;
}
.list .menu, .flow .menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list .menu a, .flow .menu a {
  display: block;
  width: 260px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: rgba(79, 164, 219, 0.6);
  border-radius: 10px;
  color: #fff;
  margin-bottom: 20px;
}
.list .menu a.twolines, .flow .menu a.twolines {
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .list .menu a, .flow .menu a {
    width: 45%;
  }
}

.flow > dd {
  position: relative;
  padding-bottom: 70px;
}
.flow > dd::before {
  content: "";
  width: 100px;
  height: 70px;
  position: absolute;
  bottom: -20px;
  left: -170px;
  background: url("../img/flow.png") center bottom no-repeat;
}
.flow > dd:last-child {
  padding-bottom: 0;
}
.flow > dd:last-child::before {
  background: none;
}

.img_list a {
  display: inline-block;
}

.img_list img {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .img_list img {
    margin: 0 0 15px 0;
    width: 100%;
  }
}

.img_list a:last-child img {
  margin-right: 0px;
}

.img_list > img:last-child {
  margin-right: 0px;
}

.attention {
  color: #c33;
}

.clommn {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .clommn {
    display: block;
  }
}

img.left {
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  img.left {
    margin: 0;
  }
}

img.right {
  float: right;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  img.right {
    margin: 0;
    width: calc(100% - 10px);
  }
}

.btn_contact {
  font-size: 20px;
  font-size: "2rem";
  font-weight: bold;
}

a.pdf {
  padding-left: 30px;
  line-height: 30px;
  background: url("../img/pdf-24.png") no-repeat left center;
}

/* ==|== TOP ====================================================== */
body {
  overflow-x: hidden;
}

#home h1.copy {
  margin-top: 10px;
  height: 80px;
  font-weight: bold;
  line-height: 35px;
  font-size: 17px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #home h1.copy {
    height: auto;
    line-height: 28px;
  }
}
#home h2.title_hankyu {
  font-size: 28px;
  font-size: "2.8rem";
  font-weight: bold;
  border-left: 15px solid rgba(79, 164, 219, 0.6);
  padding-left: 10px;
}
#home h2.title_hankyu + p + p {
  margin-bottom: 30px;
}
#home h2.title_hankyu + p + p a {
  font-weight: bold;
}
#home .clommn {
  margin-bottom: 100px;
  margin-top: 30px;
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #home .clommn {
    margin-bottom: 70px;
    display: column;
    justify-content: space-around;
  }
}
#home .clommn .awaji, #home .clommn .minamikawachi {
  width: 290px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 20px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  #home .clommn .awaji, #home .clommn .minamikawachi {
    width: auto;
    margin: 10px 10px 0;
    display: flex;
    justify-content: space-around;
  }
}
#home .clommn .awaji img, #home .clommn .minamikawachi img {
  height: 300px;
}
@media screen and (max-width: 767px) {
  #home .clommn .awaji img, #home .clommn .minamikawachi img {
    height: 150px;
  }
}
#home .clommn .awaji .speechBubble::before, #home .clommn .minamikawachi .speechBubble::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30%;
  border-style: solid;
  border-width: 0 0 30px 60px;
  border-color: transparent transparent #68afde;
  translate: -50% -100%;
  transform: skew(-13deg);
  transform-origin: bottom;
  color: #68afde;
}
@media screen and (max-width: 767px) {
  #home .clommn .awaji .speechBubble::before, #home .clommn .minamikawachi .speechBubble::before {
    top: 50px;
    left: -20px;
    transform: skew(0);
    border-width: 15px 30px 15px 0;
    border-color: transparent #68afde transparent;
  }
}
#home .clommn .awaji .speechBubble::after, #home .clommn .minamikawachi .speechBubble::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30%;
  border-style: solid;
  border-width: 0 0 21.9px 43.8px;
  border-color: transparent transparent #ffffff;
  translate: calc(-50% + 3.1px) -100%;
  transform: skew(-13deg);
  transform-origin: bottom;
}
@media screen and (max-width: 767px) {
  #home .clommn .awaji .speechBubble::after, #home .clommn .minamikawachi .speechBubble::after {
    top: 50px;
    left: -13px;
    transform: skew(0);
    border-width: 15px 30px 15px 0;
    border-color: transparent #fff transparent;
  }
}
#home .clommn .minamikawachi {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  #home .clommn .minamikawachi {
    margin-left: 20px;
    text-align: center;
  }
}
#home .clommn .minamikawachi .speechBubble::before {
  content: "";
  position: absolute;
  top: 0;
  left: 70%;
  border-style: solid;
  border-width: 0 60px 30px 0;
  border-color: transparent transparent #68afde;
  translate: -50% -100%;
  transform: skew(-13deg);
  transform-origin: bottom;
}
@media screen and (max-width: 767px) {
  #home .clommn .minamikawachi .speechBubble::before {
    top: 50px;
    left: -20px;
    transform: skew(0);
    border-width: 15px 30px 15px 0;
    border-color: transparent #68afde transparent;
  }
}
#home .clommn .minamikawachi .speechBubble::after {
  content: "";
  position: absolute;
  top: 0;
  left: 70%;
  border-style: solid;
  border-width: 0 43.8px 21.9px 0;
  border-color: transparent transparent #ffffff;
  translate: calc(-50% - 3.1px) -100%;
  transform: skew(-13deg);
  transform-origin: bottom;
}
@media screen and (max-width: 767px) {
  #home .clommn .minamikawachi .speechBubble::after {
    top: 50px;
    left: -8px;
    transform: skew(0);
    border-width: 15px 30px 15px 0;
    border-color: transparent #fff transparent;
  }
}
#home .clommn .speechBubble {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-top: 30px;
  padding: 16px;
  border: 5px solid #68afde;
  border-radius: 20px;
  background-color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #3F8ABB;
}
@media screen and (max-width: 767px) {
  #home .clommn .speechBubble {
    margin-top: 60px;
    font-size: 13px;
    font-size: "1.3rem";
    width: 55%;
  }
}
#home .clommn .speechBubble::first-line {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  #home .clommn .speechBubble::first-line {
    font-size: 16px;
    font-size: "1.6rem";
  }
}
#home .clommn .bt_onegai {
  position: absolute;
  bottom: 22px;
  right: 28px;
  width: 184px;
  height: 184px;
  border-radius: 92px;
  text-align: center;
  display: block;
  background: #8ccbed;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  #home .clommn .bt_onegai {
    bottom: -42px;
    right: 5px;
    width: 90px;
    height: 90px;
  }
}
#home .clommn .bt_onegai img {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #home .clommn .bt_onegai img {
    width: 70%;
    margin-top: 30px;
  }
}
#home .clommn .bt_onegai2 {
  position: absolute;
  bottom: 218px;
  right: 18px;
  width: 184px;
  height: 184px;
  border-radius: 92px;
  text-align: center;
  display: block;
  background: #ff7a00;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  #home .clommn .bt_onegai2 {
    bottom: -82px;
    right: 5px;
    width: 90px;
    height: 90px;
  }
}
#home .clommn .bt_onegai2 img {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #home .clommn .bt_onegai2 img {
    width: 70%;
    margin-top: 30px;
  }
}
#home .clommn .bt_donation {
  position: absolute;
  bottom: 22px;
  left: 8px;
  width: 184px;
  height: 184px;
  border-radius: 92px;
  text-align: center;
  display: block;
  background: #8ccbed;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #home .clommn .bt_donation {
    bottom: auto;
    left: 5px;
    top: -50px;
    width: 90px;
    height: 90px;
  }
}
#home .clommn .bt_donation img {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #home .clommn .bt_donation img {
    width: 70%;
    margin-top: 30px;
  }
}
#home #whats_new {
  width: 100%;
  height: auto;
  padding: 20px 0px 20px 20px;
  background: #fff;
  border-radius: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #home #whats_new {
    width: auto;
    height: 370px;
    background-size: contain;
    padding: 20px 10px 20px 20px;
  }
}
#home #whats_new > img {
  margin-bottom: 10px;
}
#home #whats_new dl {
  overflow: auto;
  height: 260px;
}
@media screen and (max-width: 767px) {
  #home #whats_new dl {
    height: 260px;
    overflow-y: scroll;
  }
}
#home #whats_new dl dt {
  width: 100%;
  font-weight: bold;
}
#home #whats_new dl dd {
  width: 100%;
  margin: 0 0 20px;
}
#home .bt_menu {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  padding: 0;
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  #home .bt_menu {
    margin: 30px 0;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #home .bt_menu li {
    width: 45%;
    margin-bottom: 15px;
  }
  #home .bt_menu li a {
    display: block;
  }
}
#home #tw_iframe {
  width: 300px;
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #home #tw_iframe {
    width: calc(100% - 10px);
    float: none;
  }
}
#home .narrow {
  max-width: 970px;
}
#home .banner ul {
  display: flex;
  justify-content: space-evenly;
}
#home .banner ul .oshirase a {
  display: block;
  width: 450px;
  height: 100px;
  padding: 20px 60px 20px 20px;
  background-color: #68afde;
  border-radius: 25px;
  text-align: center;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  position: relative;
  color: #fff;
}
#home .banner ul .oshirase a::after {
  content: url(../img/bt_arrow.png);
  position: absolute;
  right: 15px;
  top: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  #home .banner ul .oshirase a {
    width: auto;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  #home .banner ul {
    display: block;
  }
  #home .banner ul li {
    margin: 0 10px 20px;
    text-align: center;
  }
}
#home .banner ul a {
  display: block;
}

/*----------------------------------------------------
  #support
    プラッツが目指す支援
----------------------------------------------------*/
#support img.daihyo {
  float: left;
  margin: 0 20px 20px 0;
  width: 250px;
}
#support h4.image {
  text-align: center;
}
#support img.image {
  margin: 20px 0;
}

/*----------------------------------------------------
  #awajiplatz
    淡路プラッツ
----------------------------------------------------*/
#awajiplatz {
  /* .gallery ギャラリー */
  /* .free_information_session 無料相談会 */
  /* .oyanokai 親の会 */
  /* .interview_visit 面談訪問 */
  /* .seminar セミナー */
  /* #place　居場所支援　*/
  /* #social_participation　居場所支援　*/
}
#awajiplatz.gallery .orverwidth {
  height: 150px;
}
#awajiplatz.gallery .photo {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#awajiplatz.gallery .photo a {
  display: inline-block;
  margin-bottom: 30px;
}
#awajiplatz.free_information_session .orverwidth {
  height: 150px;
}
#awajiplatz.free_information_session .illust {
  width: 220px;
  float: right;
  margin: 30px 0 0 10px;
}
#awajiplatz.free_information_session .list, #awajiplatz.free_information_session .flow {
  width: 840px; /*
float: left;*/
}
#awajiplatz.free_information_session .list dd, #awajiplatz.free_information_session .flow dd {
  width: 620px;
}
@media screen and (max-width: 767px) {
  #awajiplatz.free_information_session .list, #awajiplatz.free_information_session .flow {
    width: auto;
  }
}
#awajiplatz.oyanokai .orverwidth {
  height: 150px;
}
#awajiplatz.interview_visit .orverwidth {
  height: 150px;
}
#awajiplatz.interview_visit .list, #awajiplatz.interview_visit .flow { /*
width: 700px;
float: left;*/ }
@media screen and (max-width: 767px) {
  #awajiplatz.interview_visit .list, #awajiplatz.interview_visit .flow {
    width: auto;
  }
}
#awajiplatz.interview_visit > dd {
  width: 480px;
}
#awajiplatz.seminar .orverwidth {
  height: 150px;
}
#awajiplatz.seminar .list, #awajiplatz.seminar .flow {
  width: 650px; /*
float: left;*/
}
@media screen and (max-width: 767px) {
  #awajiplatz.seminar .list, #awajiplatz.seminar .flow {
    width: auto;
  }
}
#awajiplatz.seminar .right {
  margin-top: 40px;
}
#awajiplatz.place .orverwidth {
  height: 150px;
}
#awajiplatz.place .center img {
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  #awajiplatz.place .center img {
    height: 90px;
    margin: 0 15px;
  }
}
#awajiplatz.social_participation .orverwidth {
  height: 150px;
}
#awajiplatz.social_participation .list dt, #awajiplatz.social_participation .flow dt {
  width: 200px;
}
#awajiplatz.social_participation .list dd, #awajiplatz.social_participation .flow dd {
  width: 780px;
}

/*----------------------------------------------------
  #minamikawachiplatz
    南河内プラッツ
----------------------------------------------------*/
#minamikawachiplatz {
  /* .gallery ギャラリー */
  /* .free_information_session 無料相談会 */
  /* .oyanokai 親の会 */
  /* .interview_visit 面談訪問 */
  /* .seminar セミナー */
  /* #place　居場所支援　*/
  /* #social_participation　居場所支援　*/
}
#minamikawachiplatz.gallery .orverwidth {
  height: 150px;
}
#minamikawachiplatz.gallery .photo {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#minamikawachiplatz.gallery .photo a {
  display: inline-block;
  margin-bottom: 30px;
}
#minamikawachiplatz #minamikawachi_date h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin: 40px 0 20px;
}
#minamikawachiplatz.mimamikawachi .img_list.tate img {
  height: 307px;
}
#minamikawachiplatz.free_information_session .orverwidth {
  height: 150px;
}
#minamikawachiplatz.free_information_session .illust {
  width: 220px;
  float: right;
  margin: 30px 0 0 10px;
}
#minamikawachiplatz.free_information_session .list, #minamikawachiplatz.free_information_session .flow {
  width: 840px; /*
float: left;*/
}
#minamikawachiplatz.free_information_session .list dd, #minamikawachiplatz.free_information_session .flow dd {
  width: 620px;
}
@media screen and (max-width: 767px) {
  #minamikawachiplatz.free_information_session .list, #minamikawachiplatz.free_information_session .flow {
    width: auto;
  }
}
#minamikawachiplatz.oyanokai .orverwidth {
  height: 150px;
}
#minamikawachiplatz.interview_visit .orverwidth {
  height: 150px;
}
#minamikawachiplatz.interview_visit .list, #minamikawachiplatz.interview_visit .flow { /*
width: 700px;
float: left;*/ }
@media screen and (max-width: 767px) {
  #minamikawachiplatz.interview_visit .list, #minamikawachiplatz.interview_visit .flow {
    width: auto;
  }
}
#minamikawachiplatz.interview_visit .list > dd, #minamikawachiplatz.interview_visit .flow > dd {
  width: 480px;
}
#minamikawachiplatz.seminar .orverwidth {
  height: 150px;
}
#minamikawachiplatz.seminar .list, #minamikawachiplatz.seminar .flow {
  width: 650px; /*
float: left;*/
}
@media screen and (max-width: 767px) {
  #minamikawachiplatz.seminar .list, #minamikawachiplatz.seminar .flow {
    width: auto;
  }
}
#minamikawachiplatz.seminar .right {
  margin-top: 40px;
}
#minamikawachiplatz.place .orverwidth {
  height: 150px;
}
#minamikawachiplatz.place .center img {
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  #minamikawachiplatz.place .center img {
    height: 90px;
    margin: 0 15px;
  }
}
#minamikawachiplatz.place .list > dd, #minamikawachiplatz.place .flow > dd {
  width: 440px;
}
#minamikawachiplatz.social_participation .orverwidth {
  height: 150px;
}
#minamikawachiplatz.social_participation .list dt, #minamikawachiplatz.social_participation .flow dt {
  width: 200px;
}
#minamikawachiplatz.social_participation .list dd, #minamikawachiplatz.social_participation .flow dd {
  width: 780px;
}

/*----------------------------------------------------
  #uservoice
    お客様の声
----------------------------------------------------*/
/* #uservoice{
}*/
.voice p {
  border: 1px solid #595453;
  border-radius: 10px;
  background: #fff;
  width: 900px;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice p {
    width: calc(100% - 90px);
  }
}
.voice img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .voice img {
    width: 80px;
  }
}
.voice .left img {
  float: left;
}
.voice .left p {
  float: right;
}
.voice .left p::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -14px;
  top: 60px;
  border-right: 14px solid #595453;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.voice .left p::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -12px;
  top: 60px;
  border-right: 14px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.voice .right img {
  float: right;
}
.voice .right p {
  float: left;
}
.voice .right p::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -14px;
  top: 60px;
  border-left: 14px solid #595453;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.voice .right p::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -12px;
  top: 60px;
  border-left: 14px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

/*----------------------------------------------------
  #operation
    事業紹介
----------------------------------------------------*/
#operation .fig1 {
  margin: 0 auto;
  width: 615px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #operation .fig1 {
    width: auto;
  }
}
#operation .fig1 a {
  position: absolute;
  overflow: hidden;
  text-indent: -500px;
  width: 160px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  #operation .fig1 a {
    display: none;
  }
}
#operation .fig1 a.link1 {
  top: 221px;
  left: 400px;
}
#operation .fig1 a.link2 {
  top: 236px;
  left: 400px;
}
#operation .fig1 a.link3 {
  width: 70px;
  top: 251px;
  left: 400px;
}
#operation .fig1 a.link4 {
  width: 90px;
  top: 251px;
  left: 470px;
}
#operation .fig2 {
  float: left;
  width: 615px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #operation .fig2 {
    width: auto;
  }
}
#operation .fig2 a {
  position: absolute;
  overflow: hidden;
  text-indent: -500px;
  width: 200px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  #operation .fig2 a {
    display: none;
  }
}
#operation .fig2 a.link1 {
  top: 212px;
  left: 28px;
}
#operation .fig2 a.link2 {
  top: 227px;
  left: 28px;
}
#operation .fig2 a.link3 {
  top: 242px;
  left: 28px;
}
#operation .fig2 a.link4 {
  top: 257px;
  left: 28px;
}
#operation .fig2 a.link5 {
  width: 160px;
  top: 222px;
  left: 404px;
}
#operation .fig2 a.link6 {
  width: 160px;
  top: 237px;
  left: 404px;
}
#operation .fig2 a.link7 {
  width: 160px;
  top: 252px;
  left: 404px;
}
#operation .fig2 a.link8 {
  width: 70px;
  top: 267px;
  left: 404px;
}
#operation .fig2 a.link9 {
  width: 90px;
  top: 267px;
  left: 474px;
}
#operation .fig2 a.link10 {
  width: 160px;
  top: 282px;
  left: 404px;
}
#operation .stop {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  font-size: "3rem";
}
#operation .artplatzlogo {
  margin: 0 auto;
  display: block;
}
#operation .mitte_map {
  float: right;
  width: 400px;
}
@media screen and (max-width: 767px) {
  #operation .mitte_map {
    float: none;
    width: 100%;
    display: block;
  }
}
#operation.mitte .img_list.tate img {
  height: 240px;
}
#operation.mitte h2.attention {
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

/*----------------------------------------------------
	#recruit
		求人情報
----------------------------------------------------*/
h3 {
  margin: 20px 0 0;
}

/*----------------------------------------------------
	#operation_history
		運営遠隔
----------------------------------------------------*/
#operation_history .staff_img {
  float: left;
  margin: 0 15px 10px 0;
}
#operation_history #history dt {
  float: left;
  width: 80px;
}
@media screen and (max-width: 767px) {
  #operation_history #history dt {
    width: 4rem;
  }
}
#operation_history #history dd {
  margin: 0 0 1em 120px;
}
@media screen and (max-width: 767px) {
  #operation_history #history dd {
    margin: 0 0 1em 5rem;
  }
}

/*----------------------------------------------------
	#dearall
		企業・個人の皆様へ
----------------------------------------------------*/
#dearall dl dt {
  float: left;
  width: 140px;
  font-weight: bold;
}
#dearall dl dd {
  margin: 0 0 1em 160px;
}

/*----------------------------------------------------
	#access
		アクセス
----------------------------------------------------*/
#access iframe {
  width: 1078px;
  height: 448px;
}
@media screen and (max-width: 767px) {
  #access iframe {
    width: calc(100% - 10px);
    height: 400px;
  }
}

/*----------------------------------------------------
	#terms
		プライバシーポリシー
----------------------------------------------------*/
#terms #main dl dt {
  font-weight: bold;
}
#terms #main dl dd {
  margin-bottom: 1em;
}
#terms #main .address {
  border: 1px solid #595453;
  border-radius: 10px;
  width: 600px;
  margin: 0 auto 30px;
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #terms #main .address {
    width: auto;
  }
}
#terms #main .address p:last-child {
  margin-bottom: 0;
}

/*----------------------------------------------------
	#contact
		お問合せページ
----------------------------------------------------*/
/*==フォーム==*/
ul#frm_list,
ul#frm_list2 {
  list-style: none;
  margin: 15px auto 0;
  padding: 0;
  width: 650px;
}
@media screen and (max-width: 767px) {
  ul#frm_list,
  ul#frm_list2 {
    width: auto;
  }
}
ul#frm_list li,
ul#frm_list2 li {
  clear: both;
  padding: 0px 0px 15px;
}
ul#frm_list label,
ul#frm_list2 label {
  text-align: left;
  padding: 0 0 0 0;
  display: block;
  font-weight: bold;
}
ul#frm_list input,
ul#frm_list2 input {
  width: 300px;
  height: 32px;
}
ul#frm_list input #zip,
ul#frm_list2 input #zip {
  width: 70px;
}
ul#frm_list input #pref,
ul#frm_list2 input #pref {
  width: 100px;
}
ul#frm_list input,
ul#frm_list textarea,
ul#frm_list2 input,
ul#frm_list2 textarea {
  border: 1px solid #ccc;
  border-radius: 3px 3px 3px 3px;
  padding: 3px;
  /* animation */
  transition: 0.2s;
  font-size: 20px;
  font-size: "2rem";
}
ul#frm_list input:focus, ul#frm_list textarea:focus,
ul#frm_list2 input:focus,
ul#frm_list2 textarea:focus {
  box-shadow: 1px 1px 1px #f9cb90 inset;
  border: 1px solid #aac;
}
ul#frm_list input[type=checkbox],
ul#frm_list input[type=radio],
ul#frm_list2 input[type=checkbox],
ul#frm_list2 input[type=radio] {
  width: 15px;
}
ul#frm_list p,
ul#frm_list2 p {
  display: block;
}
ul#frm_list .delete,
ul#frm_list2 .delete {
  color: #ccc;
}
ul#frm_list #zip, ul#frm_list #address1, ul#frm_list #address2,
ul#frm_list #zip1, ul#frm_list #address11, ul#frm_list #address12,
ul#frm_list #zip2, ul#frm_list #address21, ul#frm_list #address22,
ul#frm_list2 #zip,
ul#frm_list2 #address1,
ul#frm_list2 #address2,
ul#frm_list2 #zip1,
ul#frm_list2 #address11,
ul#frm_list2 #address12,
ul#frm_list2 #zip2,
ul#frm_list2 #address21,
ul#frm_list2 #address22 {
  margin-bottom: 5px;
}
ul#frm_list textarea,
ul#frm_list2 textarea {
  width: 650px;
}
@media screen and (max-width: 767px) {
  ul#frm_list textarea,
  ul#frm_list2 textarea {
    width: 100%;
  }
}
ul#frm_list strong,
ul#frm_list2 strong {
  font-weight: normal;
  display: block;
  margin-left: 170px;
}
ul#frm_list strong .ERR,
ul#frm_list2 strong .ERR {
  color: #c00;
}

/*==ボタン==*/
ul.btn1,
ul.btn2 {
  width: 240px;
  height: 48px;
  margin: 0 auto 30px;
  list-style: none;
}
ul.btn1 li,
ul.btn2 li {
  width: 240px;
  height: 48px;
  display: block;
  background: #6aaee8;
  border-radius: 10px;
  transition: all 0.2s ease 0s;
}
ul.btn1 li:hover,
ul.btn2 li:hover {
  background: #9ac9f1;
}
ul.btn1 li.back,
ul.btn2 li.back {
  background: #8ccbed;
}
ul.btn1 li.back:hover,
ul.btn2 li.back:hover {
  background: #add8ef;
}
ul.btn1 li a,
ul.btn2 li a {
  width: 240px;
  height: 48px;
  display: block;
  background: no-repeat center center;
  text-indent: -9999px;
}
ul.btn1 li.submit a,
ul.btn2 li.submit a {
  background-image: url("../img/bt_soushin.png");
}
ul.btn1 li.back a,
ul.btn2 li.back a {
  background-image: url("../img/bt_back.png");
}
ul.btn1 li.kakunin a,
ul.btn2 li.kakunin a {
  background-image: url("../img/bt_kakunin.png");
}

ul.btn2 {
  width: 520px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  ul.btn2 {
    width: auto;
    height: auto;
    display: flex;
    flex-flow: column-reverse;
  }
}
ul.btn2 li {
  margin: 0px 10px;
  float: left;
}
@media screen and (max-width: 767px) {
  ul.btn2 li {
    margin: 20px auto;
    float: none;
  }
}/*# sourceMappingURL=style.css.map */