@charset "utf-8";
/* init */
* {
  margin: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
body {
  color: #333333;
  font-size: 14px;
  line-height: 1.4;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: .8px;
  min-width: 980px;
}
a img {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none;
}
a:link {
  color: #E50056;
}
a:visited {
  color: #E50056;
}
a:hover {
  color: #FF639D;
}
a {
  outline: none;
  border: none;
}
b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
/* レイアウト */
#body-wrapper {
  /*background: url(../images/bg_mainImage.jpg) top center no-repeat;*/
width:100%;
overflow-x: hidden !important;
}
#contents_bg {
  width: 100%;
}
#header_wrapper {
  background-color: #fdebe7;
  background-image: url(../images/bg_header.png);
  background-repeat: no-repeat;
  background-position: center bottom -178px;
  height: 756px;
  position: relative;
}
header {
  /*position: relative;*/
  /*margin-bottom: 200px;*/
}
#mainImg {
  z-index: 20;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 200px;
  /*padding-top: 50px;*/
  width: 900px;
  height: 756px;
  border: 0;
  position: relative;
}

#timeline {
  padding-top: 20px;
  margin-bottom: 10px;
  z-index: 16;
}
div #branch_01 {
  position: absolute;
  width: 288px;
  height: 294px;
  z-index: 10;
  left: 0px;
  top: 0px;
}
div #branch_02 {
  position: absolute;
  width: 225px;
  height: 166px;
  z-index: 11;
  right: 0px;
  top: 7px;
}
div #branch_03 {
  position: absolute;
  width: 152px;
  height: 116px;
  z-index: 12;
  right: 0px;
  top: 200px;
}
div #circle {
  position: absolute;
  width: 272px;
  height: 351px;
  z-index: 9;
  right: 0px;
  top: -100px;
}
div #flower01 {
  position: absolute;
  width: 243px;
  height: 254px;
  z-index: 13;
  bottom: -124px;
  left: -165px;
}
div #flower02 {
  position: absolute;
  width: 406px;
  height: 205px;
  z-index: 14;
  bottom: -57px;
  right: -253px;
}
div #flower03 {
    position: absolute;
    width: 399px;
    height: 181px;
    z-index: 15;
    bottom: -35px;
    left: 41px;
}
/* random-fade-in */
.box-container div p {
  display: none; /* Required */
}
#contents_bgIn {
  margin: 0 auto;
  padding-bottom: 0px;
  background-color: #fcfcfc;
}
#contents_wrapper_bg {
  background: rgb(245, 247, 211);
  background: linear-gradient(162deg, rgb(234 238 157) 0%, rgba(252, 252, 244, 1) 100%);
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: 40px;*/
}
.contents {
  width: 900px;
  margin: 0 auto;
  /*overflow: hidden;*/
}
#contents_wrapper {
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
}
#contents_left, #contents_right {
  width: 438px;
  margin-bottom: 50px;
}
#contents_left {
  float: left;
}
#contents_right {
  float: right;
}
/*.contents_1col {
    width: 980px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
}
.contents_1col img {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    width: 100%;
    margin-left: auto;
}
.contents_2col, .contents_3col {
    background: url(../images/bg_content.png) repeat left center;
}*/
.contents_1col_center {
  margin-top: 0px;
}
#lead {
  font-size: 1.1em;
    line-height: 1.4;
  width: 838px;
  margin-bottom: 30px;
  padding: 20px 30px;
  position: relative;
  border: 1px solid #e50056;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.9);
}
#lead .contents p {
  font-size: 1em;
  line-height: 1.4;
  color: #4F6E60;
  text-align: justify;
  padding: 0 1em;
  margin-top: 1.5em;
}
.contents_2col {
  margin-bottom: 30px;
  width: 396px;
  padding-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 25px;
  position: relative;
  border: 1px solid #e50056;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.8);
}
#info-block {
  /*background-color: #F7ECEC;*/
  width: 840px;
  text-align: left;
  font-size: 1em;
  line-height: 1.4;
  padding: 0px 20px;
  margin: 0 auto 30px auto;
  border-radius: 0px;
  border: 0;
  /*border:1px #C00000 solid;*/
  color: #000 !important;
}
.under {
  border-bottom: solid 3px #E00000;
}
.text-red {
  color: #c00000;
}
#info-block .bold {
  font-weight: 600;
}
#footer {
  clear: both;
  background: #EAEE9D;
  margin-top: 0;
}
#footer_in {
  width: 900px;
  height: 160px;
  margin: 0 auto;
  position: relative;
}
/* パーツ */
h1 {
  display: none;
}
h2 {
  margin-bottom: 15px;
  text-align: left;
  color: #FFFDFA;
  font-size: 1.2em;
}
h2 span {
  display: block;
  margin: 0 0 0 0px;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
}
#info-block h2 span {
  display: none;
}
#lead h2 span {
  background-image: url(../images/ttl_lead.png);
  background-position: left;
  padding: 27px 0 0 0px;
  background-size: contain;
}
#tenji h2 span {
  width: 201px;
  background-image: url(../images/ttl_tenji.png);
  padding: 85px 0 0 0px;
  background-size: contain;
}
#event h2 span {
  width: 247px;
  background-image: url(../images/ttl_event.png);
  padding: 85px 0 0 0px;
  background-size: contain;
}
#stuff_blog h2 span {
  width: 174px;
  background-image: url(../images/ttl_blog.png);
  padding: 85px 0 0 0px;
  background-size: contain;
}
#kaijyo_map h2 span {
  background-image: url("../images/ttl_kaijyo_map.png");
  padding: 69px 0 0 0px;
  background-size: contain;
}
#movie h2 span {
  width: 254px;
  background-image: url("../images/ttl_movie.png");
  padding: 85px 0 0 0px;
  background-size: contain;
}
#gaiyou h2 span {
  width: 254px;
  background-image: url(../images/ttl_gaiyo.png);
  padding: 85px 0 0 0px;
  background-size: contain;
}
#access h2 span {
  width: 165px;
  background-image: url(../images/ttl_access.png);
  padding: 85px 0 0 0px;
  background-size: contain;
}
#download h2 span {
  width: 216px;
  background-image: url(../images/ttl_download.png);
  padding: 85px 0 0 0px;
  background-size: contain;
}
/*.sub-title {
  margin: 0 0 10px 5px;
}
.sub-title02 {
  background-color: #E86F27;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
  line-height: 2em;
  width: 6em;
  color: #FFFFFF;
  text-align: center;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-radius: 6px;
}
.sub-title03 {
  margin-top: 0;
  margin-right: 0;
  margin-left: -18px;
  margin-bottom: 20px;
  border-left: 3px solid #A54898;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 5px;
  text-align: left;
  border-bottom: 1px dotted #D7D7D7;
  line-height: 1em;
}*/

h3 {
  margin-top: 10px;
  margin-right: 0;
  margin-left: 4px;
  margin-bottom: 10px;
  padding-bottom: 0.2em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: .6px;
  color: #eb6e03;
  font-weight: 600;
  font-size: 1.5em;
  /*letter-spacing: -0.03em;*/
  line-height: 1.4;
  text-shadow: 2px 2px 1px #FFFFFF;
  border-bottom: 1px dotted hsla(245, 43%, 46%, 0.30);
}
h3 span {
  display: block;
  margin: 0 0 0 0px;
  height: 0px;
  overflow: hidden;
  background-repeat: no-repeat;
}
#ev01 h3 span {
  background-image: url(../images/ttl_ev_01.png);
  padding: 19px 0 0 0px;
  background-size: contain;
}
#ev02 h3 span {
  background-image: url(../images/ttl_ev_02.png);
  padding: 19px 0 0 0px;
  background-size: contain;
}
#ev08 h3 span {
  background-image: url(../images/ttl_ev_08.png);
  padding: 20px 0 0 0px;
  background-size: contain;
}
#ev03 h3 span {
  background-image: url(../images/ttl_ev_03.png);
  padding: 19px 0 0 0px;
  background-size: contain;
}
#ev04 h3 span {
  background-image: url(../images/ttl_ev_04.png);
  padding: 42px 0 0 0px;
  background-size: contain;
}
#ev05 h3 span {
  background-image: url(../images/ttl_ev_05.png);
  padding: 40px 0 0 0px;
  background-size: contain;
}
#ev06 h3 span {
  background-image: url(../images/ttl_ev_06.png);
  padding: 19px 0 0 0px;
  background-size: contain;
}
#ev07 h3 span {
  background-image: url(../images/ttl_ev_07.png);
  padding: 19px 0 0 0px;
  background-size: contain;
}
h4 {
  margin: 8px 0 5px 5px;
  padding: 0px;
  color: #36203A;
  font-weight: 600;
  font-size: 1.2em;
  border-left: 0px solid #36203A;
  line-height: 1.3em;
  font-feature-settings: "palt";
  letter-spacing: .6px;
}
h4 span {
  display: block;
  margin: 0 0 0 0px;
  height: 0px;
  overflow: hidden;
  background-repeat: no-repeat;
}
#ev02_01 h4 span {
  background-image: url(../images/ev02_01.png);
  padding: 16px 0 0 0px;
  background-size: contain;
}
#ev02_02 h4 span {
  background-image: url(../images/ev02_02.png);
  padding: 17px 0 0 0px;
  background-size: contain;
}
#ev02_04 h4 span {
  background-image: url(../images/ev02_04.png);
  padding: 16px 0 0 0px;
  background-size: contain;
}
/* スライダー */
.bg-slider {
  background-position: center top;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  width: 100%;
}
.bg-slider_title {
  text-align: center;
}
/* パーツ */
.fw500 {
  font-weight: 500;
}
.feel_txt {
  width: 425px;
  float: left;
}
.feel_img {
  float: right;
}
.table01 {
  border-collapse: collapse;
  width: 100%;
}
.table01 td, .table01 th {
  border: 1px solid #B5B7C0;
  vertical-align: middle;
}
.table01 th, .table01 td.midashi {
  background-color: #FFFBF5;
  padding: 3px;
  text-align: center;
  font-weight: normal;
}
.table01 th {
  width: 20%;
}
.table01 td {
  background-color: #fff;
  padding: 8px;
  text-align: left;
}
.table02 {
  border-collapse: collapse;
  width: 100%;
}
.table02 td, .table02 th {
  border: 1px solid #B5B7C0;
  vertical-align: middle;
  padding: 5px;
  /*font-size: 0.9rem;*/
}
.table02 th {
  font-weight: normal;
  background-color: #FFFBF5;
  width: 30%;
  text-align: center;
}
.table02 td {
  background-color: #FFF;
  text-align: left;
  padding-left: 1rem;
}
.table02 td.fee {
  text-align: left;
  padding: 15px 0 15px 25px;
}
.table03 {
  border-collapse: collapse;
  width: 100%;
}
.table03 th, .table03 td {
  border-top: 1px dotted #7d673b;
  border-bottom: 1px dotted #999;
  background-color: #FFF;
  padding: 5px 0px;
  text-align: left;
  vertical-align: middle;
}
.table03 th {
  color: #4F6E60;
  font-weight: normal;
  width: 25%;
  padding-left: 15px;
}
.table03 td {
  padding-right: 15px;
}
/*.table03 {
    border-collapse: collapse;
    width: 100%;
    border-width: 1px;
}
.table03 th, .table03 td {
    border: 1px solid #AEAEAE;
    background-color: #FFF;
    vertical-align: middle;
}
.table03 th {
    color: #666;
    font-weight: normal;
    width: 30%;
    background-color: #FFFBF5;
    text-align: center;
}
.table03 td {
    padding-right: 3px;
    padding-left: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.9em;
    text-align: left;
}*/
.table04 {
  border-collapse: collapse;
  width: 340px;
  margin: 0 0 15px 20px;
}
.table04 td, .table04 th {
  border: 1px solid #aeaeae;
  vertical-align: middle;
}
.table04 th {
  background-color: #f6f6f6;
  padding: 3px;
  text-align: center;
  font-weight: normal;
}
.table04 td {
  background-color: #fff;
  padding: 8px;
  text-align: center;
}
.box01 {
  position: relative;
  width: 368px;
  padding: 20px 10px 10px 10px;
  margin-bottom: 12px;
  border: 1px solid #E7AA00;
  background-color: hsla(60, 71%, 99%, 0.85);
  border-radius: 2px;
}
.kouza-pic {
  position: absolute;
  top: -7px;
  right: -5px;
  z-index: 3;
}
.kouza-pic02 {
  position: absolute;
  top: 162px;
  right: 3px;
  border: 1px #CCC solid;
  z-index: 4;
}
.box-pic {
  position: absolute;
  top: 7px;
  right: 7px;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  z-index: 2;
  width: 125px;
  height: 125px;
  overflow: hidden;
  border-radius: 5px;
}
.box-pic02 {
  position: absolute;
  top: 10px;
  right: 10px;
  border-left: 0px solid #CCC;
  border-right: 0px solid #CCC;
  border-bottom: 0 solid #CCC;
  border-top: 0px solid #CCC;
  z-index: 2;
  width: 130px;
  height: 80px;
  overflow: hidden;
  border-radius: 4px;
}
/*.hana {
    position: absolute;
    right: 5px;
    top: 3px;
}
.hana_bottom {
    position: absolute;
    bottom: 3px;
    left: 5px;
}*/
.yoyaku {
  width: 361px;
  background: #FFF;
  padding: 15px 10px 10px 10px;
  margin: 20px 0 40px 0;
  border-top: 1px solid #9b9b8a;
  border-bottom: 1px solid #9b9b8a;
  color: #AF1A52;
  position: relative;
}
.yoyaku p {
  margin-bottom: 7px;
}
.box02 {
  width: 361px;
  background-color: #fefcf4;
  padding: 10px;
  margin-bottom: 12px;
  border: 1px #f4f3e7 solid;
}
.box-in-box {
  position: relative;
  width: 368px;
  border: none;
  padding: 5px 0;
  margin-bottom: 12px;
  border-bottom: #CCC 1px dotted;
}
.box-in-box-present {
  background-color: #fefcf4;
  width: 361px;
  border: none;
  padding: 5px 0 5px 0;
  border-bottom: none;
}
.box-in-box-last {
  width: 368px;
  border: none;
  padding: 5px 0 5px 0;
  margin-bottom: 12px;
  border-bottom: none;
}
/*.txt01 {
  padding: 5px 8px;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.1em;
}
.txt02 {
  padding-top: 15px;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 10px;
  margin-top: 13px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.6em;
  border: 1px dotted #888888;
  background-color: #fff;
}
.txt03 {
  color: #36203A;
  padding: 5px 8px;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 0.9rem;
  line-height: 1.1rem;
}*/
.txt04 {
  color: #2D1F02;
  padding: 5px 8px 0 8px;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.2;
}
/*.speaker {
  padding: 0 8px;
  margin: 13px 0;
  font-size: 0.9rem;
  line-height: 16px;
  text-align: right;
}*/
/*リンクボタン*/
.button_ws {
  margin-left: 15px;
  margin-top: 10px;
  display: block;
  width: 350px;
  height: 60px;
  line-height: 60px;
  font-size: 1.2em;
  color: #FFF !important;
  text-decoration: none;
  text-align: center;
  background-color: #0B3190; /*ボタン色*/
  border-radius: 30px; /*角丸*/
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}
.button_ws:hover {
  color: #FFF;
  background-color: #7997DE; /*ボタン色*/
}
.gmap {
  margin: 15px 0 5px;
}
.gmap p {
  text-align: right;
  font-size: 85%;
}
.gmap_in {
  border: solid 1px #a590d5;
}
.box_dl1 a, .box_dl2 a {
  display: block;
  width: 238px;
  font-size: 0.8rem !important;
  height: 52px;
  padding: 55px 20px 0 150px;
  background-repeat: no-repeat;
  color: #333333;
  line-height: 1.2em;
  text-decoration: none;
}
.box_dl1 a:link, .box_dl2 a:link, .box_dl1 a:visited, .box_dl2 a:visited, .box_dl1 a:hover, .box_dl2 a:hover {
  color: #333333;
  text-decoration: none;
}
.box_dl1 a {
  background-image: url(../images/btn_dl_off.png);
  background-repeat: no-repeat;
}
.box_dl1 a:hover {
  background-image: url(../images/btn_dl_on.png);
  background-repeat: no-repeat;
}
.box_dl2 a {
  background-image: url(../images/btn_dl2_off.png);
  background-repeat: no-repeat;
}
.box_dl2 a:hover {
  background-image: url(../images/btn_dl2_on.png);
  background-repeat: no-repeat;
}
.detailBtn {
  text-align: right;
  margin: 0 5px 8px 0;
}
#stuff_blog img:hover {
  opacity: 0.5;
}
.logo1 {
  width: 147px;
  height: 41px;
  position: absolute;
  top: 60px;
  left: 1px;
}
.logo2 {
  width: 163px;
  height: 41px;
  position: absolute;
  left: 176px;
  top: 61px;
}
.cr {
  width: 627px;
  color: #333;
  font-size: 0.75rem;
  text-align: right;
  position: absolute;
  left: 262px;
  top: 123px;
}
.support {
  width: 510px;
  color: #fafcfb;
  font-size: 0.75rem;
  text-align: left;
  position: absolute;
  left: 385px;
  top: 38px;
}
.totop {
  width: 92px;
  height: 30px;
  position: absolute;
  left: 807px;
  top: -27px;
}
a .totop_02 {
  width: 92px;
  height: 30px;
  position: absolute;
  left: 807px;
  top: -27px;
  background-color: #EAEE9D;
  border-left: 1px solid #EAEE9D;
  border-right: 1px solid #EAEE9D;
  border-bottom: 0px solid #EAEE9D;
  border-top: 1px solid #EAEE9D;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: url("../images/btn_totop_in_bk.png");
  background-repeat: no-repeat;
  background-position: center 8px;
}
a:hover .totop_02 {
  background-color: #EAEE9D;
}
/* padding margin */
.maT5B10 {
  margin-top: 5px;
  margin-bottom: 10px;
}
.maT20 {
  margin-top: 20px;
}
.maT10 {
  margin-top: 10px;
}
.maT40 {
  margin-top: 40px;
}
.maT5 {
  margin-top: 5px;
}
.ma_top5 {
  margin-top: 5px;
}
.maB30 {
  margin-bottom: 30px;
}
.maB20 {
  margin-bottom: 20px;
}
.maB50 {
  margin-bottom: 50px;
}
.maB30 {
  margin-bottom: 30px;
}
.maB15 {
  margin-bottom: 15px;
}
.maB10 {
  margin-bottom: 10px;
  padding-left: 2px;
}
.maB5 {
  margin-bottom: 5px;
}
.maB0 {
  margin-bottom: 0px;
}
.pa_btm10 {
  padding-bottom: 10px;
}
.maL05em {
  margin-left: 0.5em;
}
.maL6em {
  margin-left: 6.5em;
}
.maLR1em {
  margin-left: 1em;
  margin-right: 1em;
}
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
.indent_1 {
  text-indent: -0.5em;
}
.indent_05 {
  text-indent: 0.5em;
}
/* テキスト装飾 */
.small {
  font-size: 85%;
  line-height: 1.3em;
}
.smaller {
  font-size: 0.8rem;
  color: #FFFFFF;
  text-shadow: 0px 0px #CCCCCC;
}
.service {
  background: url(../images/service.png) 10px 20px no-repeat;
  font-size: 0.9rem;
  color: #666;
  text-align: right;
  padding: 10px 22px 0 0;
}
.note {
  color: #AF1A52;
  font-size: 0.8rem;
}
.align_right {
  text-align: right;
}
.align_center {
  text-align: center;
}
/*その他 */
.flex {
  display: flex;
}
.clear {
  clear: both;
}
.nodisplay {
  display: none;
}
/*socialPlugIn*/
.social {
  position: absolute;
  width: 434px;
  height: 35px;
  z-index: 5;
  left: 2px;
  top: 330px;
}
.tw-button {
  width: 80px;
  display: inline-block;
}
.fb-button {
  display: inline-block;
}
.nowrap {
  white-space: nowrap;
}
.ev_img {
  width: 100%;
  margin: 10px 0 10px 0;
}
.align_center a img {}
