@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
  common.css
*
*
------------------------------------------------------------------------------------------ */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}/*HTML5display-roleresetforolderbrowsers*/article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}
* {
  box-sizing: border-box;
}
body {
  font-family: "Shuei MaruGo B";
  color: #000;
  font-size : 16px;
  letter-spacing: .05em;
  background-color: #07084D;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  position: relative;
  z-index: 1;
}
h2 {
  font-family: "Midashi Go MB31 JIS2004";
}
p + h2, p + h3 {
  margin-top: 2rem;
}

body, html {
  width: 100%;
  height: 100%;
}
#wrap {
  position: relative;
  z-index: 2;
}
section {
  position: relative;
}
strong {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.desc strong.modest {
  color: unset;
  border-bottom: 2px solid #07084D;
  font-size: 1em;
  line-height: unset;
}
em {
  font-style: italic;
}
img {
  height: auto;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.nowrap {
  white-space: nowrap;
}
.yokoku_pic {
  width: 640px;
  margin: 60px auto;
  max-width: 91%;
  box-shadow: 0px 0px 20px 5px black;
}
.logo_pic {
  width: 700px;
  margin: 60px auto;
  max-width: 91%;
  color: white;
}
.pic {
  line-height: 1.08em;
}
.pic small {
  font-size: 0.78rem;
  padding-left: 1.5em;
  text-indent: -1.5em;
  display: block;
}
.pic small:before {
  content: "▲ ";
}
.pic small.right {
  padding-left: 0;
  text-indent: 0;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 3em;
}
.pic small.right:before {
  content: "";
}

.bd_none {
  border: none !important;
}

a, li, p, div, button, img {
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a[target="_blank"]:after{
  margin: 0 3px 0 1px;
  font-family:'Hobonichi-Icons'!important;
  content: "\e914";
  font-size: 85%;
  position: relative;
  top: -3px;
}
a.ico_none[target="_blank"]:after{
  display: none;
}
a {
  padding: 0 0 1px 0;
  color: #330099;
  border: 0 solid #330099;
  text-decoration: none;
  transition: border .1s ease;
}
a:hover, a.touch{
  border-bottom: 1px solid #330099;
  transition: border .15s ease;
}
a img:hover,a span:hover, a svg:hover, a img.touch, a svg.touch, a.op:hover {
  transition: opacity .15s ease .0s;
  opacity: .7;
}
.text-black {
  color: black;
}

.top_hobo {
  color:white;
  font-size: 0.8rem;
  padding: 1rem 0;
}

.caption {
  color: white;
  text-align: right;
  display: block;
  font-size: 0.8rem;
}

.bracket {
  letter-spacing: -.05em;
  position: relative;
  left: -.25em;
}

.fukidashi h2 {
  width: 700px;
  max-width: 91%;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 1rem;
  background-color: #FFE809;
  font-size: 2.3rem;
  letter-spacing: -0.5px;
  line-height: 1.2em;
}
.fukidashi:after {
  content: '';
  background-image: url(../images/fukidashi.png); 
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px;
  display: block;
  margin-left: 18%;
  margin-bottom: 50px;
}
.information, .tack_board {
  width: 700px;
  max-width: 91%;
  letter-spacing: 0.5px;
  line-height: 1.5em;
  position: relative;
}
.information {
  background-color: white;
  margin: 0 auto;
  padding-bottom: 4rem;
}
.tack_board {
  background-color: #FFE809;
  margin: 10rem auto 4rem auto;
  border-radius: 15px;
  padding-bottom: 4rem;
}
.tack_board.no_saru {
  margin-top: 4rem;
}
.tack_board a {
  color: #ED1C24;
}
.osaru_board {
  position: relative;
}
.osaru_board img {
  width: 220px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -95%);
}
article {
  width: 760px;
  max-width: 100%;
  margin: 0 auto;
  background-color: transparent;
}
#kv {
  margin: 0 auto 1rem auto;
  text-align: center;
  width: 1100px;
  max-width: 100%;
}

.banner_news {
  text-align: center;
}
.banner_news + .banner_news {
  margin: 4rem auto;
}
.banner_news .banner_title {
  background-color: white;
  padding-bottom: 2rem;
  display: block;
  color: black;
}
.banner_news h3 {
  padding: 1em 0.7em;
  font-size: 3rem;
  line-height: 1.6em;
}

ul.share li a, ul.hobo li a {
  color: white;
}
ul.disc_list {
  list-style: disc;
  padding-left: 1.4em;
}
.enclosed {
  margin-top: 2.4em;
  margin-bottom: 2.4em;
  padding: 1.6em 2em;
  border: solid 3px #07084D;
  border-radius: 1.4em;
}
.enclosed.notice {
  border-radius: 0px;
  font-size: 14px;
}

.nav_bottom ul {
  padding: 4em 20px 0 20px;
  margin: 0 auto;
  max-width: 680px;
  display: flex;
  justify-content: space-between;
}
.nav_bottom ul a:hover {
  border: none;
}

.nav_bottom ul li svg {
  height: 50px;
}
.nav_bottom .prev a:after {
  content: 'まえへ';
}
.nav_bottom .index a:after {
  content: 'もくじへ';
}
.nav_bottom .next a:after {
  content: 'つぎへ';
}
.nav_bottom a:after {
  display: block;
  font-size: 14px;
  color: white;
  letter-spacing: .15em;
  padding-top: .4em;
}

.nav_bottom .cls-1, .nav_bottom .cls-2 {
  fill:none;
  stroke:white;
  stroke-width:1.42px;
}
.nav_bottom .cls-1 {
  stroke-miterlimit:10;
}
.nav_bottom .cls-2 {
  stroke-linejoin:round;
}

.article_end {
  color: white;
  padding: 5rem 0;
  text-align: center;
}

footer {
  position: relative;
  z-index: 2;
  text-align: center;
}

footer .inner {
  max-width: 820px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
}

footer .share{
  display: flex;
}

footer li a:hover {
  opacity: .7;
  transition: opacity .15s ease .0s;
}

footer li span {
  display: block;
  vertical-align: middle;
}

footer .share_title {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  font-size: 12px;
  font-weight: bold;
  color: white;
}

footer .share_title span{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

footer .share li a {
  font-size: 38px;
}

footer .email {
  font-size: 13px;
  font-weight: bold;
  color: #0a1464;
}

footer .email span {
  display: inline-block;
  margin: -4px 5px 0 0;
  font-size: 30px;
}

footer .copyright {
  padding: 60px 0 40px 0;
  text-align: center;
  font-size: 12px;
  color: white;
  letter-spacing: .1em;
}

footer .ico_home span {
  margin: -8px 0 0 0;
  display: block;
  font-size: 38px;
}

hr.dot {
  border-width: 0 0 8px;
  border-style: solid;
  border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
  max-width: 90%;
  width: 500px;
  margin: 4rem auto 4rem auto;
}
hr.dot + .desc {
  padding-top: 0;
}

dl:not(:first-child) {
  margin-top: 1.5rem;
}
dt {
  font-weight: bold;
  font-size: 120%;
}
dt:not(:first-child) {
  margin-top: 1em;
}
dd {
  margin-top: 0.4em;
  font-size: 92%;
}
dd table th {
  text-align: left;
  padding-right: 1rem;
}

small.note {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}
small.note:before {
  content:'※'
}

.sp_only {
  display: none;
}

.information + .information {
  margin-top: 5em;
}
.desc {
  width: 500px;
  max-width: 84%;
  margin: 0 auto;
  padding-top: 5rem;
}
.desc h2 {
  color: #07084D;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.5em;
}
.desc .pic.parco_image img {
  width: 100%;
}
.pic.hobo_keyword img {
  width: 100%;
}

.desc p:not(:first-child) {
  margin-top: 1.5rem;
}
br.sp { display: none;}

@media screen and (min-width : 641px) {
  body {
    overflow: auto !important;
  }
}

@media screen and (max-width: 640px) {
  body {
    z-index: 10;
    overflow-x: hidden;
    font-size: 15px;
  }

  body, html {
    width: 100%;
    min-width: 100%;
  }
  
  .sp_only {
    display: inline-block;
  }

  #wrap{ overflow: hidden;}

  br { display: none;}
  br.br { display: inherit;}
  br.sp { display: inline-block;}

  .fukidashi:after {
    margin-left: 18%;
    margin-bottom: 40px;
  }
  .fukidashi h2 {
    padding: 1.5rem;
    font-size: 1.6rem;
  }

  .banner_news h3 {
    font-size: 2rem;    
  }
}
