@charset "UTF-8";
/* ------------------------------------------------------------
 　body、#wrap
------------------------------------------------------------ */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
  height: 100%;
}

body {
  position: relative;
  font-size: 17px;
  line-height: 1.5;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
}

#wrap {
  color: #414446;
  margin: 0 auto;
  width: 100%;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.8;
  background: #b3b3b3 url("../images/common/body_bg.jpg") no-repeat center 0/100%;
}

/* ------------------------------------------------------------
 　全体設定
------------------------------------------------------------ */
a {
  color: #0f85c8;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img.over {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

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

strong {
  font-weight: 700;
}

.fl-imgRight {
  float: right !important;
  margin-left: 20px !important;
}

.al-right {
  text-align: right !important;
}

.large {
  font-size: 160%;
}

.map {
  border-radius: 4px;
  background: #CC0000;
  color: #fff;
  margin-right: 3px;
}

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: 0.2em;
}

/* ------------------------------------------------------------
 　header
------------------------------------------------------------ */
#header {
  width: 100%;
  text-align: center;
}
#header #headerInner {
  width: 1200px;
  height: 100px;
  padding: 20px 0;
  margin: 0 auto;
  zoom: 1;
}
#header #headerInner:after {
  content: "";
  display: block;
  clear: both;
}
#header #headerInner #headerTxt {
  width: 469px;
  float: right;
  margin: 10px 0 0 0 !important;
}
#header #logo {
  width: 580px;
  float: left;
  margin-top: 0;
}

/* ------------------------------------------------------------
 　カラム設定
------------------------------------------------------------ */
#content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

#subArea {
  width: 260px;
  background: #fff;
  font-size: 13px;
  position: relative;
  z-index: 100;
  order: 1;
}

#mainArea {
  background: #fff;
  width: 940px;
  line-height: 1.9;
  position: relative;
  z-index: 10;
  order: 2;
}
#mainArea.performer {
  background: #fff;
  width: 940px;
  margin: auto;
  line-height: 1.9;
  position: relative;
  z-index: 10;
  box-shadow: 0px 9px 29px 0px rgba(45, 168, 224, 0.3);
  order: 2;
}
#mainArea section {
  padding: 70px 40px 40px;
}
#mainArea.performer section {
  padding: 0px 40px 40px;
}
/* ------------------------------------------------------------
 　#subArea
------------------------------------------------------------ */
#subArea {
  background: #bc0c16;
}
#subArea h2 {
  font-size: 15px;
  background: #bc0c16;
  color: #fff;
  padding: 8px;
}
#subArea p {
  margin: 0 !important;
}
#subArea .menu {
  background: #bc0c16;
}
#subArea nav li {
  position: relative;
}
#subArea nav li a {
  overflow: hidden;
  display: block;
  padding: 10px 15px;
  border-bottom: solid 1px #930a13;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  background: #bc0c16 url(../images/common/side_arrow.png) no-repeat 240px center;
}
#subArea nav li a span {
  background: #bc0c16;
  color: #fff;
  border-radius: 100px;
  margin-right: 10px;
  font-size: 12px;
  padding: 3px 7px;
  float: right;
}
#subArea nav li a.ar {
  color: #bc0c16;
  background: #fff url(../images/common/side_arrow.png) no-repeat 240px center;
  border: 1px solid #bc0c16;
}
#subArea nav li:last-child a {
  border-bottom: none;
}
#subArea nav li a:hover {
  color: #fff;
  text-decoration: none;
  background: #930a13 url(../images/common/side_arrow_on.png) no-repeat 240px center;
}
#subArea nav li.current a {
  background: #0f0b26;
  color: #fff;
  text-decoration: none;
}
#subArea nav li.dl a {
  padding: 0 !important;
  padding: 12px 15px !important;
  display: flex;
  color: #fff;
}
#subArea nav li.dl a:hover {
  opacity: 0.8;
}
#subArea nav li.dl a img {
  width: 26px;
  height: auto;
  margin-right: 5px;
}
#subArea h2 {
  margin-bottom: 0;
}
#subArea dt {
  margin-bottom: 4px;
}
#subArea dd {
  font-weight: bold;
}
#subArea dd a {
  color: #c7a102;
}
#subArea .sideInfo {
  margin: 16px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
#subArea .sideInfo h2 {
  background: #d0a374;
}
#subArea .sideInfo .infoBody {
  padding: 15px;
}
#subArea .sideInfo .infoBody p,
#subArea .sideInfo .infoBody li {
  margin: 0 0 5px !important;
}
#subArea .sideInfo .infoBody strong {
  font-size: 15px;
}
#subArea .ico {
  padding: 0 0 0 1.5em;
  text-indent: -0.7em;
}
#subArea .banner a {
  background: #930a13;
  border-bottom: #6b080f solid 1px;
}

/* ------------------------------------------------------------
 　#mainArea
------------------------------------------------------------ */
#mainArea section {
  margin-bottom: 20px;
}
#mainArea .section {
  margin: 0 0 70px;
  zoom: 1;
}
#mainArea .section:after {
  content: "";
  display: block;
  clear: both;
}

.style01 {
  margin-bottom: 60px;
}
.style01 li {
  padding-left: 1em;
  text-indent: -1em;
}
.style01 li::before {
  content: "・";
}

/* 見出し
========================================== */
.pageTitle {
  width: 940px;
  height: 337px;
  line-height: 1;
  padding: 150px 40px 0;
  margin: 0;
  background: url(../images/common/main_bg.jpg) no-repeat 100% 0/cover;
  position: relative;
  box-sizing: border-box;
}
.pageTitle h2 {
  color: #fff;
  font-size: 26px;
  text-align: left;
}

#mainArea .heading-A {
  line-height: 1.5;
  margin: 0 0 23px;
  position: relative;
  background: #bc0c16;
  padding: 8px 24px;
}
#mainArea .heading-A h2 {
  font-size: 26px;
  font-weight: bold;
  padding: 0 10px;
  color: #fff;
  position: relative;
  border-left: 5px solid #d0a374;
}
#mainArea .heading-B {
  padding-bottom: 30px;
}
#mainArea .heading-B h3 {
  position: relative;
  padding: 0.6em;
  background: #d0a374;
  color: #fff;
}
#mainArea .heading-B h3:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #bc0c16;
  width: 0;
  height: 0;
}
#mainArea .heading-C {
  line-height: 22px;
  padding: 22px;
  margin: 0 0 30px;
  position: relative;
  border-bottom: solid #eee 4px;
  clear: both;
  zoom: 1;
}
#mainArea .heading-C:after {
  content: "";
  display: block;
  clear: both;
}
#mainArea .heading-C h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  padding: 10px;
  position: absolute;
  bottom: -4px;
  left: 0;
  border-bottom: solid #406c99 4px;
}
#mainArea h4 {
  font-size: 18px;
  margin: 0 0 10px;
  color: #243C48;
}
#mainArea img.f_l {
  margin: 0 30px 20px 0;
}
#mainArea table {
  width: 100%;
  border: solid 1px #dde4f1;
}
#mainArea th,
#mainArea td {
  padding: 13px 20px;
  border-bottom: solid 1px #dde4f1;
}
#mainArea tr:last-child th,
#mainArea tr:last-child td {
  border-bottom: none;
}
#mainArea th {
  white-space: nowrap;
  border-right: solid 1px #dde4f1;
  background-color: rgba(0, 138, 199, 0.05);
}
#mainArea th span {
  font-weight: normal;
  font-size: 15px;
}
#mainArea td td {
  padding: 0 1em 0 0;
  border: 0;
}
#mainArea .url {
  padding-left: 120px;
  min-height: 19px;
  background: url(../../img/icon_url.png) left 4px no-repeat;
  font-weight: normal;
}
#mainArea .url2 {
  padding-left: 120px;
  min-height: 19px;
  background: url(../../img/icon_url2.png) left 4px no-repeat;
  font-weight: normal;
}
#mainArea .small {
  font-size: 11px;
  font-weight: normal;
}
#mainArea .note {
  font-size: 12px;
  font-weight: normal;
}
#mainArea .green,
#mainArea .url2 a {
  color: #060;
}

/* 　#top
------------------------------------------------------------ */
#top #mv {
  width: 100%;
}
#top .news dl {
  overflow: auto;
  padding: 0 10px;
}
#top .newsTop {
  border-bottom: solid 1px #f1f5f9;
}
#top .news dt,
#top .news dd {
  padding: 7px 7px 6px;
}
#top .news dt {
  float: left;
  width: 4em;
  color: #777;
}
#top .news dd {
  padding-left: 7em;
}

/* 　.greet
------------------------------------------------------------ */
#greet strong {
  font-size: 20px;
  font-weight: normal;
}
#greet span {
  font-size: 15px;
  font-weight: normal;
}
#greet img {
  display: block;
  width: 100%;
  height: auto;
}
#greet .wrap {
  display: flex;
  gap: 32px;
}
#greet .wrap .photo {
  width: 30%;
}
#greet .wrap .body {
  width: 65%;
}

/* 　.access
------------------------------------------------------------ */
.access {
  font-weight: bold;
  font-size: 125%;
}
.access section p,
.access section .gmap {
  margin: 0 20px;
}
.access section p.mb10 {
  margin-bottom: 10px;
}
.access section p.mb20 {
  margin-bottom: 20px;
}

/* 　.link
------------------------------------------------------------ */
.link dl {
  padding: 20px 20px 2px 20px;
  background-color: #eeeeef;
}
.link dt {
  padding: 7px 5px 5px 34px;
  background: url(../../img/icon_arrow2.png) 5px 5px no-repeat;
  color: #0f85c8;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
}
.link dt.green {
  padding: 7px 5px 5px 34px;
  background: url(../../img/icon_arrow.png) 5px 5px no-repeat;
  color: #0f85c8;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
}
.link dd {
  margin-bottom: 20px;
  font-size: 14px;
}

.send {
  background-color: #E8F3FA;
  padding: 10px 25px;
  margin-bottom: 20px;
}
.send .red {
  color: #C00;
  font-weight: bold;
}
.send strong {
  font-size: 110%;
  font-weight: bold;
}

h4.comp {
  font-size: 125%;
  color: #0F85C8;
}

table.comp_t {
  margin-bottom: 20px;
}

.ind {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 7px;
}

#presenter .section .box1 li {
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 10px;
}
#presenter .section .box2 li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
}

/* ------------------------------------------------------------
 　宿泊予約
------------------------------------------------------------ */
.reserve .firstsec {
  text-align: center;
}
.reserve .firstsec .inner {
  border: #EB5D85 solid 1px;
  padding: 30px 0 10px;
  line-height: 150%;
}
.reserve .firstsec [type=text] {
  background-color: #f0f0f0;
  border: #ddd solid 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 10px;
  outline: none;
  width: 80%;
  font-size: 16px;
}
.reserve .firstsec .cap {
  border-top: #ddd solid 1px;
  padding-top: 15px;
}
.reserve table {
  width: 100%;
  border: none;
}
.reserve th {
  text-align: left;
}
.reserve th span.must {
  background-color: #C00;
  color: #fff;
  font-size: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 4px 5px;
  margin-left: 7px;
  font-weight: normal;
}
.reserve td {
  text-align: left;
}
.reserve td input,
.reserve td textarea {
  background-color: #f0f0f0;
  border: #ddd solid 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 4px;
  outline: none;
}
.reserve td input:focus,
.reserve td textarea:focus {
  border: #146AEB solid 1px;
  background-color: #fff;
}
.reserve td input.ss[type=text] {
  width: 40px;
}
.reserve td input.s[type=text] {
  width: 100px;
}
.reserve td input.m[type=text] {
  width: 250px;
}
.reserve td input.l[type=text] {
  width: 400px;
}
.reserve td textarea {
  width: 400px;
}
.reserve .submitArea {
  text-align: center;
  margin: 15px 0;
}
.reserve [type=submit] {
  text-align: center;
  letter-spacing: 0.2em;
  cursor: pointer;
  color: #ffffff;
  padding: 10px 20px;
  background-color: #6a285e;
  background: -moz-linear-gradient(top, #b26d8f 0%, #6a285e);
  background: -webkit-gradient(linear, left top, left bottom, from(#b26d8f), to(#6a285e));
  background: -ms-gradient(linear, left top, left bottom, from(#b26d8f), to(#6a285e));
  border-radius: 5px;
  border: 1px solid #6a285e;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 0px rgba(255, 255, 255, 0.9);
  text-shadow: 0px -1px 0px rgb(0, 0, 0), 0px 0px 0px rgba(255, 255, 255, 0.9);
}
.reserve .detail_table th {
  width: 35%;
  font-weight: bold;
  background-color: #f0f0f0;
}
.reserve .detail_table td {
  width: 65% !important;
  font-weight: normal !important;
  background-color: #fff !important;
}
.reserve .detail_title {
  font-size: 16px;
  font-weight: bold;
  margin: 25px 0 10px;
}
.reserve .page {
  text-align: center;
  margin-top: 10px;
  padding: 15px 0 !important;
  border-top: #CCC solid 1px;
}
.reserve .page a {
  border: #F2CED9 solid 1px;
  padding: 7px 11px;
  text-decoration: none;
  margin: 0 5px 5px 0;
  width: 12px;
  float: left;
}
.reserve .page a:hover {
  border: #F2CED9 solid 1px;
  padding: 7px 11px;
  text-decoration: none;
  background-color: #F2CED9;
}
.reserve .page strong a {
  border: #0f85c8 solid 1px;
  padding: 7px 11px;
  color: #fff;
  background-color: #0f85c8;
}
.reserve .page strong a:hover {
  border: #0f85c8 solid 1px;
  padding: 7px 11px;
  color: #fff;
  background-color: #0f85c8;
}

.hotel_table th.hotel_ttl1 {
  color: #FFF;
  background-color: #0f85c8;
}
.hotel_table .hotel_ttl2 {
  background-color: #EFC1CF;
}
.hotel_table th.hotel_ttl3 {
  background-color: #f0f0f0;
  text-align: left;
}

.search_blk {
  border: #ccc solid 1px;
  padding: 15px 30px 5px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 0 2px 0 rgb(255, 255, 255) inset;
  background-color: #f0f0f0;
}

th.member_th {
  color: #FFF;
  background-color: #0f85c8;
  text-align: center;
  vertical-align: middle;
}

.search_blk .search_box {
  margin-top: 10px;
}

.hotel_title_box,
.content_title_box {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: #ddd solid 1px;
}

.day_1,
.day_2,
.cancel {
  margin-right: 6px;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 2px 0 rgb(255, 255, 255) inset;
}

.poricy_scl {
  height: 200px;
  overflow: scroll;
  overflow-x: hidden;
  border: #CCC solid 1px;
  padding: 20px;
  background-color: #f0f0f0;
  clear: both;
}
.poricy_scl h4 {
  color: #000;
  font-size: 15px;
  margin-bottom: 5px;
}

.program li {
  background: url(../../../images2015/program/arrow.gif) no-repeat 0 9px;
  padding: 0 0 8px 10px;
  margin-left: 20px;
}

.pg dt {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 3px;
}
.pg dd {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: #CCC solid 1px;
}

table.first_timetable th,
table.first_timetable td {
  font-size: 12px !important;
  padding: 7px !important;
  text-align: center;
  vertical-align: middle;
}
table.first_timetable th {
  background-color: #243C48 !important;
  color: #FFF !important;
}
table.first_timetable td.time {
  background-color: #e7ecef !important;
}
table.first_timetable td.bg_y {
  background-color: #f0f0f0;
  text-align: left !important;
}

ul.first_ul {
  /*	font-size:11px;
   	color:#777;*/
  margin: 5px 0 30px;
}

h4.first_ttl {
  font-size: 14px;
  border-bottom: #0f85c8 solid 1px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.conf_btm_txt {
  background-color: #f0f0f0;
  border: #ccc solid 1px;
  padding: 15px;
  margin: 20px 0;
}

table.cancel_table {
  font-size: 11px !important;
  color: #333 !important;
  margin: 5px 0 !important;
  border: #CCC solid 1px !important;
}
table.cancel_table th,
table.cancel_table td {
  font-size: 11px !important;
  color: #333 !important;
  margin: 5px 0 !important;
  border: #CCC solid 1px !important;
}

.logo_blk .imgarea {
  margin-bottom: 15px;
}
dl.coparea dt {
  font-size: 16px;
  color: #0f85c8;
  font-weight: bold;
  margin-top: 30px;
  padding: 15px 0 10px;
  border-top: #0f85c8 solid 1px;
}
dl.coparea h4 {
  font-size: 14px;
  margin-bottom: 5px;
}

.evt_intro {
  color: #5d971e;
  font-size: 17px;
}

.evt_intro2 {
  font-size: 14px;
}

span.boderline {
  text-decoration: underline;
}

.head_red:before {
  content: "■";
  color: #C10712;
}

#arrowle .bb {
  border-top: 1px solid #c8f1ff;
  display: block;
  padding-top: 10px;
  margin-top: 10px;
}
#arrowle .bbs {
  font-size: 22px;
}
#arrowle .caution {
  background: #f7f7f7;
  font-size: 16px;
  margin: 16px 0;
  display: block;
  font-weight: normal;
  font-size: 90%;
}
#arrowle .caution span {
  color: #000;
  padding: 12px 16px;
  margin-right: 16px;
  font-weight: bold;
}
#arrowle .line_base {
  margin-top: 40px;
}
#arrowle .line_base img {
  width: 100%;
  height: auto;
}
#arrowle table .col1 {
  width: 34%;
}
#arrowle table .col2 {
  width: 22%;
}
#arrowle table .ttl {
  text-align: left;
}
#arrowle table td {
  line-height: 150%;
  text-align: center;
  border: solid 1px #dde4f1;
}
#arrowle .cc {
  font-size: 14px;
  margin-top: 16px;
}
#arrowle .b {
  color: #036EB8;
}

/* ------------------------------------------------------------
 　logo（download）
------------------------------------------------------------ */
.logo img {
  height: auto;
}

.dlBox {
  margin: 0 0 80px;
  clear: both;
  zoom: 1;
}
.dlBox:after {
  content: "";
  display: block;
  clear: both;
}
.dlBox .imgArea {
  width: 400px;
  float: left;
}
.dlBox .txtArea {
  width: 430px;
  float: right;
}
.dlBox .txtArea ul {
  background: #edf2f6;
  border: 1px solid #ddd;
  padding: 15px;
  font-size: 90%;
}

.ico-ai {
  background: url(../images/common/ico_ai.png) no-repeat left top;
  padding-left: 20px;
}

.ico-pdf {
  background: url(../images/common/ico_pdf.png) no-repeat left top;
  padding-left: 20px;
}

.ico-png {
  background: url(../images/common/ico_jpg.png) no-repeat left top/18px;
  padding-left: 20px;
}

#program #mainArea dt {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 5px;
}
#program #mainArea dt span {
  color: #fff;
  margin-right: 10px;
  padding: 1px 5px 2px;
  background: #134861;
  font-size: 12px;
  border-radius: 3px;
}
#program #mainArea dd {
  margin-bottom: 40px;
}

#excursion .section dd {
  margin-bottom: 15px;
}
#excursion .img {
  margin-right: -1%;
  overflow: hidden;
  margin-bottom: 50px;
}
#excursion .img li {
  float: left;
  width: 24%;
  text-align: center;
  margin-right: 1%;
}
#excursion .img li span {
  display: block;
  font-size: 12px;
  color: #777;
  margin-top: 7px;
}
#excursion .img li img {
  width: 100%;
  height: auto;
}
#excursion .t0 strong {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
}
#excursion .dtl {
  border: 3px solid #2EA7E0;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 32px;
}
#excursion .dtl .d_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #2EA7E0;
  margin-bottom: 16px;
}
#excursion .t1 {
  background: #E6EBF0;
  padding: 16px;
  font-weight: bold;
  font-size: 18px;
}
#excursion .t2 {
  margin-bottom: 50px;
}
#excursion .t2 li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 12px;
}
#excursion .caution {
  background: #F5F6F8;
  padding: 24px 50px;
  font-size: 80%;
  margin: 16px 0;
}
#excursion .sample {
  display: block;
  background: #F5F6F8;
  padding: 24px 30px;
  font-size: 80%;
  margin: 16px 0;
}
#excursion .c_list {
  margin-bottom: 50px;
}
#excursion .c_list li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 12px;
}

/* ------------------------------------------------------------
 　footer
------------------------------------------------------------ */
footer {
  background-color: #930a13;
  padding: 50px 0;
  text-align: center;
  color: #fff;
  clear: both;
}
footer #copyright {
  font-size: 13px;
  white-space: 1px;
}

/* ------------------------------------------------------------
 　add
------------------------------------------------------------ */
.firstsec {
  text-align: center;
}
.firstsec .inner {
  border: #124861 solid 1px;
  padding: 30px 0 10px;
  line-height: 150%;
}
.firstsec [type=text] {
  background-color: #f0f0f0;
  border: #ddd solid 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 10px;
  outline: none;
  width: 80%;
  font-size: 16px;
}
.firstsec .cap {
  border-top: #ddd solid 1px;
  padding-top: 15px;
}

.submitArea {
  font-size: 14px;
  font-weight: bold;
  padding: 20px;
}
.submitArea input[type=submit] {
  text-align: center;
  letter-spacing: 0.2em;
  cursor: pointer;
  color: #ffffff;
  padding: 10px 20px;
  background-color: #406c99;
  border-radius: 5px;
  border: 1px solid #406c99;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 0px rgba(255, 255, 255, 0.9);
  text-shadow: 0px -1px 0px rgb(0, 0, 0), 0px 0px 0px rgba(255, 255, 255, 0.9);
}

.buttonArea input[type=button],
.back_btn_Area input[type=button],
.remove_btn_box input[type=button],
.error_box a {
  text-align: center;
  letter-spacing: 0.2em;
  cursor: pointer;
  color: #ffffff;
  padding: 10px 20px;
  background-color: #406c99;
  border-radius: 5px;
  border: 1px solid #406c99;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 0px rgba(255, 255, 255, 0.9);
  text-shadow: 0px -1px 0px rgb(0, 0, 0), 0px 0px 0px rgba(255, 255, 255, 0.9);
}

.submitArea input[type=submit]:hover,
.buttonArea input[type=button]:hover,
.back_btn_Area input[type=button]:hover,
.remove_btn_box input[type=button]:hover,
.error_box a:hover {
  opacity: 0.8;
}

/* FONT
========================================== */
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format("opentype");
}
.home_caution {
  color: #d7010b;
  background: #fcebec;
  padding: 15px 40px;
  margin: 15px;
}
.home_caution .ttl {
  font-size: 22px;
  font-weight: bold;
}
.home_caution .day {
  font-size: 14px;
  margin-bottom: 20px;
  border-bottom: #d7010b solid 1px;
  padding-bottom: 7px;
}
.home_caution .t {
  font-size: 22px;
  font-weight: bold;
}

.mypage {
  /*margin-bottom: 10px;
  padding-bottom: 10px;
  border: #ddd solid 1px;*/
}
.mypage a {
  display: block;
  background: #3FAE67;
  color: #fff;
  padding: 25px 15px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  font-weight: bold;
}
.mypage a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.mypage2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border: #ddd solid 1px;
}
.mypage2 a {
  display: block;
  background: #0973B8;
  color: #fff;
  padding: 20px 15px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  font-weight: bold;
  line-height: 130%;
}
.mypage2 a span {
  font-size: 12px;
  font-weight: normal;
  line-height: 150%;
  display: block;
  margin-top: 7px;
}
.mypage2 a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.mypage3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border: #ddd solid 1px;
}
.mypage3 a {
  display: block;
  background: #0AB488;
  color: #fff;
  padding: 7px 15px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  font-weight: bold;
  line-height: 130%;
}
.mypage3 a span {
  font-size: 14px;
}
.mypage3 a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.performer .btn a {
  display: block;
  background: #B51B73;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 15px 15px 18px;
  width: 60%;
  margin: auto;
  font-size: 14px;
}
.performer .btn a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.performer .btn2 a {
  display: block;
  background: #1C9D5E;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 15px 15px 18px;
  width: 60%;
  margin: auto;
  font-size: 14px;
}
.performer .btn2 a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.performer .btn a strong,
.performer .btn2 a strong {
  font-size: 18px;
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.only {
  background: #f9f9f9;
  border: #1488b9 solid 3px;
  padding: 30px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  color: #1488b9;
  margin-bottom: 40px;
}
.only p {
  margin: 0 !important;
  padding: 0 !important;
}

.links {
  border-top: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
  padding: 30px 0;
  margin: 30px 0;
}

.two_col {
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  height: 100%;
}
.two_col .blk {
  flex-basis: calc((100% - 40px) / 2);
  max-width: calc((100% - 40px) / 2);
  margin-bottom: 30px;
}
.two_col .blk img {
  width: 100%;
  height: auto;
}

.three_col {
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  height: 100%;
}
.three_col .blk {
  flex-basis: calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
  margin-bottom: 30px;
}
.three_col .blk img {
  width: 100%;
  height: auto;
}

#faq dl {
  margin-bottom: 24px;
}
#faq dl dt {
  background: #036EB8;
  color: #fff;
  font-weight: bold;
  padding: 8px 24px;
}
#faq dl dd {
  background: #f1f1f1;
  padding: 8px 24px;
}

#company .c1 .base {
  display: flex;
  border: 1px solid #ddd;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 24px;
  gap: 24px;
}
#company .c1 .base .photo {
  width: 40%;
}
#company .c1 .base .photo img {
  width: 100%;
  height: auto;
}
#company .c1 .base .txt {
  width: 60%;
}
#company .c1 .base .txt .cttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
#access .movie-wrap {
  margin-bottom: 40px;
}
#access .busstop {
  background: url(/assets/images/access/bus-stop_2687825.png) no-repeat 0 5px/22px;
  padding-left: 28px;
}
#access .bus p {
  margin-bottom: 16px;
}
#access .bus h3 {
  margin-top: 40px;
}

.line_base {
  border: 1px solid #ccc;
  padding: 40px;
  border-radius: 16px;
  margin-bottom: 80px;
}/*# sourceMappingURL=style.css.map */