﻿@charset "UTF-8";
/***************************************************
   HTML All Class Element Styles
***************************************************/
html , body { text-align:center;}
body {  font-family:Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size: 14px; line-height: 170%; color: #000;
background-color: #8bb049;
 }
 
 
a {
  color: #006598;
  text-decoration: underline;
}
a:hover {
  color: #006598;
  text-decoration: none;
}

.cb {
  clear: both;
  font-size: 0;
}

.clearfix {
  clear: both;
}

.sm-header {
  display: none;
}

.sm-only{
	 display: none;
}
    
input {
    line-height: 50px;
    font-size: 16px;
    background-color: rgba(5, 49, 255, 1.00);
    color: #ffffff;
    text-align: center;
    width: 400px;
    border: none;
    border-radius: 10px;
    margin: 0 auto;
}

.toujitu{
position: absolute;
bottom:20px;
right: 0;
width: 350px;
background-color: #fff;
padding: 10px;
border-radius: 10px;
line-height: 1.3;
font-size: 15px;
}


body > #wrap {
  height: auto;
}
#wrap {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  height: 100%; /* for IE6 */
  background-image: url(img/main2_bg.png);
  background-position: top;
  background-repeat: no-repeat;
}

#wrap.top {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  height: 100%; /* for IE6 */
  background-image: url(img/main_bg.png);
  background-position: top;
  background-repeat: no-repeat;
}

#right {
  text-align: right;
}

#center {
  text-align: center;
}

p {
  margin-bottom: 15px;
}

.contener {
  width: 100%;
  margin: 0 auto;
  min-height: 900px;
}

.con_in#top {
  width: 1200px;
  margin: 0 auto;
}

.con_in#top {
  width: 1200px;
  margin: 0 auto;
  background-image: url("img/con_bg.png");
  background-position: bottom;
  background-repeat: no-repeat;
}

#back-top {
  position: fixed;
  bottom: 50px;
  right: 100px;
}
#back-top a {
  width: 57px;
  display: block;
}
#back-top span {
  width: 50px;
  height: 50px;
  display: block;
  background: url(img/go_top.png) no-repeat center center;
}

td,
th {
  line-height: 170%;
}

.no-hyouji{
display: none;
}

.nomal{
font-weight: normal;

}

/***************************************************
  Header Element Styles
***************************************************/

.head01 {
  margin: 0 auto;
  width: 1200px;
  padding: 0;
  height: 121px;
}
.head01 img{
width:100%;
}

/***************************************************
  Sidebar Element Styles
***************************************************/
.menu {
  padding-top: 0;
  margin: 0 0 25px;
background-color: rgba(255,255,255,0.00);
}

.navi {
  margin: 0 0 2px;
  color: #fff;
  text-decoration: none;
  background-color: #4C8BCA;
}



.navi .nav-txt {
    font-size: 14px;
    line-height: 1;
    padding: 7px 14px 6px 14px;
    color: #fff;
    font-weight: bold;
}


.navi2 {
  margin: 0 0 2px;
  color: #000000;
}

.navi2#stay {
    background-color: #cbb475;
	color: #000;
}

.navi2#stay .nav-txt {
  color: #000;
  position: relative;
  padding: 7px 14px 6px 14px;
  line-height: 1;
}

.navi2#stay .nav-txt:after{
content: "";
width: 0;
height: 0;
position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    border-style: solid;
border-width: 4px 0 4px 5px;
border-color: transparent transparent transparent #000;
margin: auto;
}

.navi2 a:hover .nav-txt {
  color: #000;
  position: relative;
}

.navi2 a:hover .nav-txt:after{
content: "";
width: 0;
height: 0;
position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    border-style: solid;
border-width: 4px 0 4px 5px;
border-color: transparent transparent transparent #000;
margin: auto;
}

.navi2 .nav-txt {
position: relative;
    font-size: 14px;
    padding: 7px 14px 6px 14px;
    color: #000;
    font-weight: bold;
/*display: flex;*/
align-items: center;
}

.navi2 .nav-txt:after{
content: "";
width: 0;
height: 0;
position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
margin-right: 10px;
border-style: solid;
border-width: 4px 0 4px 5px;
border-color: transparent transparent transparent #000;
color:#000;
margin: auto;
}



.navi2 a {
  display: block;
  text-decoration: none;
  background-color: #ffffff;
  line-height: 1;
}

.navi2 a:hover {
  display: block;
  background-color: #cbb475;
  color:#000; 
}

.m-txt{
font-size: 12px;
}


.new {
  position: absolute;
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
  bottom: 15px;
  right: 5px;
}

.bana01 {
  margin-bottom: 10px;
}
.bana01 img {
  width: 100%;
}

.bana01 a:hover {
  opacity: 0.7;
}

.bana-area{
width: 1200px;
margin: 10px auto 10px;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

.bana-area2{
position: absolute;
bottom: 0;
left: 250px;
width: 100%;
margin: 10px auto;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

.bana02 {
width: 190px;
margin: 0 5px 10px;
}
.bana02 img {
  width: 100%;
}

.bana02 a:hover {
  opacity: 0.7;
}

.icon-area{
background-color: #fff;
padding: 10px;
font-size: 14px;
line-height: 150%;
text-align: center;
display: flex;
flex-wrap: wrap;
}

.icon01{
width: 30%;
margin: 0 10%;
}
.icon01 img{
width: 100%;
margin: 0 auto;
}
.icon01 a:hover{
opacity: 0.7;
}

.icon-txt{
width: 100%;
text-align: center;
}

/***************************************************
  Contents Element Styles
***************************************************/
.con_r {
  width: 950px;
  float: right;
  height: 100%;
  text-align: left;
}

.hon {
  width: 920px;
  margin-left: 30px;
  min-height: 780px;
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}

.hon_in {
  text-align: left;
  padding: 20px 30px 40px;
}

.con_in {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.con_l {
  width: 250px;
  float: left;
  height: 100%;
}

.con_box {
  margin: 0 30px;
}

.top01 {
  position: relative;
}

.kokuti {
  width: 700px;
  margin: 0 0 20px 20px;
  padding: 10px;
  border: 3px solid #ff0000;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 150%;
}

.kokuti-t {
  font-size: 17px;
  line-height: 150%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.kokuti p {
  margin-bottom: 10px;
}

.info {
  width: 250px;
  margin: 0px 0;
  font-size: 14px;
  text-align: left;
  color: #000000;
  background-color: #fff;
}

.info-title {
  height:51px;
}

.infobox {
  padding: 10px;
  height:110px;
  overflow: auto;
  background-color: #fff;
}

.info-kiji {
  line-height: 150%;
  font-size: 14px;
}

.kugiri {
  margin: 5px 0;
  height: 1px;
  border-bottom: #647733 1px solid;
}

.title01 {
  background-color: #914c93;
  width: 890px;
  padding-left: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  font-weight: bold;
}

.akawaku2 {
  border: 3px solid #ff0000;
  padding: 10px;
  background-color: #ffe6e7;
  color: #ff0000;
  font-size: 15px;
  line-height: 150%;
  font-weight: bold;
  margin: 10px 0;
}

.kurowaku {
  border: 3px solid #000000;
  padding: 10px;
  background-color: #ffe6e7;
  color: #ff0000;
  font-size: 15px;
  line-height: 150%;
  font-weight: bold;
  margin: 10px 0;
}

.jimu {display: inline-block;
  height: auto;
  margin: 0 auto;
  padding: 5px 0 8px;
  text-align: left;
  color: #000;
  font-size: 13px;
  line-height: 125%;
}

.jimu a {
  color: #ffff00;
}

.kome{
width: 2.5%;
}

.kome-txt{
width: 97%;
}

/***************************************************
  Footer Element Styles
***************************************************/
.foot01 {
  width: 100%;
  padding: 10px 0;
  margin: 0;
}

.footer {
  width: 100%;
  height: 30px;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  background-color: #914c93;
}

/***************************************************
  Mouse Over Element Styles   
***************************************************/
/***********************************************************
アコーディオン
**********************************************************/

.ac_box_01 > .ac_button {
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: 0 0;
  padding: 0.5em 0.5em 0.5em 2.5em;
  background: rgb(255, 255, 255);
  font-size: 1.125rem;
  font-weight: 700;
  color: #f00;
  line-height: 1.4;
  cursor: pointer;
  transition: 0.1s ease-out;
  transition-property: background, color;
}

.ac_box_01 > .ac_button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  border-top: solid 2px #ff0000;
}

.ac_box_01 > .ac_button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  border-top: solid 2px #ff0000;
  transform: rotate(90deg);
  transition: transform 0.2s ease-out;
}

.ac_box_01 > .ac_button:not(.clicked):hover::after {
  transform: rotate(-90deg);
}

.ac_box_01 > .ac_content {
  box-sizing: border-box;
  padding: 0.5em 5px 0.8em 10px;
  width: 100%;
  display: none;
}

.ac_box_01 > .ac_content {
  box-sizing: border-box;
  padding: 0.5em 5px 0.8em 10px;
  width: 100%;
  display: none;
}

/***************************************************
  Table Layout Element Styles   //index.html
***************************************************/

table#form_table {
  width: 538px;
  border: 1px #acacac solid;
  border-collapse: collapse;
  border-spacing: 0;
}
table#form_table th {
  padding: 5px;
  border: #acacac solid;
  border-width: 0 0 1px 1px;
  background: #e4f5ff;
  line-height: 120%;
  text-align: left;
  width: 102px;
  height: 40px;
  color: #5a5a5a;
  text-indent: 5px;
  font-weight: normal;
}
table#form_table td {
  padding: 5px;
  border: 1px #acacac solid;
  border-width: 0 0 1px 1px;
  text-align: left;
  color: #5a5a5a;
}
table#form_table td.alpha {
  width: 100px;
}

table#form_table td input {
  border: 1px solid #b98633;
}
table#form_table td input.form_one {
  width: 30px;
}
table#form_table td input.mail_a {
  width: 300px;
}
table#form_table td input.mail_b {
  width: 30px;
}

#sou {
  background: url(img/contact_bu.jpg);
  width: 282px;
  height: 26px;
  border: 0;
  font-size: 0;
  margin: 0 auto;
}
#sou:hover {
  background: url(img/contact_bu_on.jpg);
}

/***************************************************
  Qand.html
***************************************************/

.midasi1 {
  text-align: left;
  font-size: 16px;
  border-bottom: #914c93 solid 1px;
  border-left: #914c93 solid 3px;
  margin: 0 0 10px 0;
  padding-left: 10px;
  line-height: 170%;
  font-weight: bold;
}

.midasi2 {
  text-align: left;
  font-size: 16px;
  border-bottom: #914c93 solid 1px;

  margin: 0 0 10px 10px;
  padding-left: 10px;
  line-height: 170%;
  font-weight: bold;
}

.midasi3 {
  text-align: left;
  font-size: 16px;
  color: #914c93;
  margin: 0 0 10px 10px;
  padding-left: 10px;
  line-height: 170%;
  font-weight: bold;
}

.midasi4 {
  text-align: left;
  font-size: 16px;
  color: #000;
  margin: 0 0 10px 10px;
  padding-left: 10px;
  line-height: 170%;
  font-weight: bold;
}

.midasi5 {
  text-align: left;
  font-size: 16px;
  color: #fff;
  background-color: #914c93;
  margin: 0 0 10px 10px;
  padding-left: 10px;
  line-height: 170%;
  font-weight: bold;
}

.bun {
  text-align: left;
  font-size: 14px;
  margin: 0 10px 20px 10px;
  line-height: 170%;
}

.bun2 {
  text-align: left;
  font-size: 14px;
  margin: 0 10px 10px 10px;
  line-height: 170%;
}

.bun3 {
  text-align: left;
  font-size: 14px;
  margin: 0 10px 10px 20px;
  line-height: 170%;
}

.bun4 {
  text-align: left;
  font-size: 14px;
  margin: 0 30px 20px 20px;
  line-height: 170%;
}

.bun5 {
  text-align: left;
  font-size: 14px;
  margin: 0 10px 20px 10px;
  line-height: 170%;
  border-bottom: 1px dotted #999999;
}

.bun6 {
  text-align: left;
  font-size: 14px;
  margin: 0;
  line-height: 170%;
}

.bun7 {
  text-align: left;
  font-size: 14px;
  margin: 0 0 10px 10px;
  line-height: 170%;
}

.bun8 {
  text-align: left;
  font-size: 14px;
  margin: 0 10px 30px 10px;
  line-height: 170%;
  background-color: #fff;
}

.btn-endai a  {
    width: 350px;
    margin: 20px auto 0;
    display: block;
    color: #ffffff;
    background-color: #647733;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    padding: 20px 0;
}


.btn-endai a:hover {
  opacity: 0.6;
}

.waku {
  border: 2px solid #f00;
  padding: 10px;
  text-align: center;
}

.aka {
  color: #f00;
}

td.cate {
  padding-left: 10px;
}

.kasen {
  border-bottom: 1px dotted #000000;
}

td.r-aki {
  padding-right: 5px;
}

.kako-btn a {
  width: 200px;
  line-height: 50px;
  height: 50px;
  background-color: #a31d4b;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

.kako-btn a:hover {
  background-color: #ffffff;
  color: #a31d4b;
  border: 1px solid #a31d4b;
}

.wave {
  text-decoration: underline wavy;
}

.aki {
  padding-left: 5px;
}

.btn-pre a {
  width: 500px;
  margin: 0 auto 20px;
  display: block;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background-color: #004cff;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
}

.btn-pre a:hover {
  background-color: #7fb9ff;
}

.btn-pre2 a {
  width: 500px;
  margin: 0 auto 20px;
  display: block;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background-color: #004cff;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
}

.btn-pre2 a:hover {
  background-color: #7fb9ff;
}

.btn-pre2#red a {
  background-color: #d40003;
}

.btn-pre2#mono a {
  background-color: #ffffff;
  border: 1px solid #000;
  color: #000;
}

.btn-pre3 a {
  width: 300px;
  margin: 0 0 20px;
  display: block;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background-color: #189eff;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
}

.btn-pre3 a:hover {
  background-color: #5aafff;
}

.waku2 {
  border: 1px solid #000000;
  padding: 10px;
  text-align: left;
  margin-bottom: 20px;
}

.waku3 {
  width: 500px;
  border: 1px solid #000000;
  padding: 10px;
  text-align: left;
  margin: 10px 0 20px;
  background-color: #e8f9ff;
}


.sitei{
font-size:15px;
font-weight: bold;
padding: 0 5px;
line-height: 200%;
background-color: rgba(255,0,253,1.00);
}

.ippan{
font-size:15px;
font-weight: bold;
padding: 0 5px;
line-height: 200%;
background-color:rgba(0,203,255,1.00);
}

.sankou{
width:500px;
display: block;
font-size:15px;
font-weight: bold;
padding: 0 5px;
line-height: 250%;
background-color:rgba(0,21,255,1.00);
color: #ffffff;
margin: 0 0 20px 20px;
text-align: center;
}

.sankou a{
text-decoration: none;
color: #ffffff;
}

.sankou a:hover{
opacity: 0.6;
}

.kon{
color: rgba(0,108,255,1.00);
}

.n-btn a{
width: 270px;
background-color:  rgba(0,108,255,1.00);
text-align: center;
font-size: 18px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
display: block;
height: 50px;
line-height: 50px;
margin: 0 auto;
border-radius: 10px;
}

.n-btn a:hover{
opacity:0.6;
}

.n-btn#long a{
width: 350px;
}

.toi-kaiki{
width:638px;
margin: 10px 0;
padding: 10px;
background-color:#FFA33D;
color: #ffffff;
font-size: 16px;
font-weight: bold;
line-height: 160%;
text-align: center;
}

.btn-endai a {
    width: 350px;
    margin: 20px auto 0;
    display: block;
    color: #ffffff;
    background-color: #647733;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    padding: 20px 0;
}
.btn-endai a:hover{
opacity: 0.6;
}

table#tani td {
  line-height: 120%;
}

table#tani td p {
  line-height: 160%;
}

/* 右上がりの斜線 */
.right_up_border {
  background-image: linear-gradient(
    -4deg,
    /*角度*/ transparent 49%,
    black 49%,
    /*斜線の色*/ black 52%,
    /*斜線の色*/ transparent 52%,
    transparent
  );
}

.notice {
  padding: 10px;
  border: 3px solid #ff0000;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 150%;
}

table#ippan td {
  border: 1px solid #000000;
}

.live {
  color: #ff3c06;
  font-weight: bold;
}

.acs-8 {
  height: 370px;
}

.acs-8-2 {
  height: 50px;
  width: 630px;
  font-size: 12px;
  line-height: 150%;
  padding: 10px 0 0 50px;
  background-color: #fff;
  background-repeat: no-repeat;
}

.acs-9 {
  width: 680px;
  font-size: 12px;
  line-height: 150%;
  padding: 10px 0;
  background-color: #fff;
  background-repeat: no-repeat;
}
.acs-10 {
  height: 436px;
  width: 280px;
  font-size: 12px;
  line-height: 150%;
  padding: 60px 0 0 410px;
  background-image: url(img/access10.jpg);
  background-repeat: no-repeat;
}

.sidebana {
  width: 211px;
  margin: 0 0 10px;
}
.sidebana img {
  width: 100%;
}

.acs-6 {
  width: 730px;
  font-size: 12px;
  line-height: 150%;
  padding: 0;
  position: relative;
}

.acs6-txt {
  position: absolute;
  display: block;
  top: 48px;
  left: 200px;
  font-size: 14px;
  line-height: 150%;
}

.acs-7 {
  width: 730px;
  font-size: 12px;
  line-height: 150%;
  padding: 0;
  position: relative;
}

.acs7-txt {
  position: absolute;
  display: block;
  top: 20px;
  left: 200px;
  font-size: 14px;
  line-height: 150%;
}



.bana-box {
  width: 190px;
  margin: 0 5px;
}
.bana-box img {
  width: 100%;
}
.bana-box a:hover {
  opacity: 0.6;
}

.bb01 {
  border-bottom: 1px solid #002f3e;
}

.aki2 {
  padding-left: 13px;
}

.btn-top a {
  width: 600px;
  margin: 0 auto 20px;
  display: block;
  padding: 10px 0;
  line-height: 150%;
  color: #ffff00;
  background-color: #ff0000;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  border: 2px solid #fff;
}

.btn-top a:hover {
  opacity: 0.7;
}

.btn-pre a:hover {
  opacity: 0.7;
}

.btn-top#lira a {
  background-color: #bdafff;
}

.btn-top#white a {
  background-color: #ffffff;
}

.form__item {
  position: relative;
  margin: 0;
}

.form__item._ttl_ {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 0;
  text-align: left;
  padding: 2% 0;
}

.form__item._field_ {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  padding-right: 0;
  padding: 2% 0;
}

a .shoumei {
  padding: 0 7px;
  background-color: #f00;
  color: #fff;
}

.access-btn a{
  width: 350px;
  background-color: #3356FF;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  display: block;
  height: 50px;
  line-height: 50px;
  margin: 20px auto 30px;
  border-radius: 10px;
}

.acc01{
width: 500px;
margin: 0 auto 20px;
position: relative;
}
.acc01 img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .akuse01{
  width: 160px;
  position: absolute;
  bottom: 10px;
  left: -150px;
  }
  .akuse01 img{
  width: 100%;
  }

.acc02{
width: 500px;
margin: 0 auto 20px;
}
.acc02 img{
width: 100%;
}

.acc03{
width: 700px;
margin: 0 auto 20px;
}
.acc03 img {
    width: 100%;
  }
  
.acc04-l{
width: 50%;
}

.acc04-r{
width: 50%;
}
.acc04-r img{
width: 100%;
}

.btn-area3{
display: flex;
justify-content:flex-start;
flex-wrap: wrap;
}

.btn-area2{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}


.btn-pre a{
width: 500px;
display: block;
padding: 10px 20px;
margin: 0 auto;
background-color:#860000;
color: #ffffff;
border-radius: 8px;
line-height: 170%;
font-size: 18px;
text-decoration: none;
font-weight: bold;
text-align: center;
}
.btn-pre a:hover{
opacity:0.7;
}




.btn-pro a{
display: block;
width: 200px;
padding: 5px;
background-color:#860000;
color: #ffffff;
border-radius: 8px;
line-height: 170%;
font-size: 15px;
text-decoration: none;
font-weight:400;
text-align: center;
margin-bottom: 10px;
}
.btn-pro a:hover{
opacity:0.7;
}

.btn-pro2 a{
display: block;
width: 300px;
padding: 5px;
background-color:#860000;
color: #ffffff;
border-radius: 8px;
line-height: 170%;
font-size: 13px;
text-decoration: none;
font-weight: 400;
text-align: center;
margin-bottom: 10px;
}
.btn-pro2 a:hover{
opacity:0.7;
}

.n-btn2 a{
width: 350px;
background-color:#690CFF;
text-align: center;
font-size: 18px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
display: block;
height: 50px;
line-height: 50px;
margin: 0 auto 30px;
}

.n-btn2 a:hover{
opacity:0.6;
}

.n-btn3 {
width: 350px;
background-color:#8E8E8E;
text-align: center;
font-size: 18px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
display: block;
height: 50px;
line-height: 50px;
margin: 0 auto 30px;
}


.btn-entry a{
width: 350px;
background-color:#3356FF;
text-align: center;
font-size: 18px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
display: block;
height: 50px;
line-height: 50px;
margin: 20px auto 30px;
border-radius: 10px;

}

.btn-end{
width: 350px;
background-color:#7B7B7B;
text-align: center;
font-size: 18px;
font-weight: bold;
color: #ffffff;
display: block;
height: 50px;
line-height: 50px;
margin: 20px auto 30px;
border-radius: 10px;
}

.btn-txt{
display: flex;
justify-content: center;
flex-wrap: wrap;
}

.btn-txt01{
width: 100px;
text-align: center;
}

.btn-txt02{ 
width: 30px;
padding-top: 10px;
}
.btn-txt02 img{
width: 25px;
}

.btn-entry#park a{
width: 350px;
background-color:#3356FF;
text-align: center;
font-size: 17px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
display: block;
height: 50px;
line-height: 50px;
margin: 20px 20px 30px;
border-radius: 10px;
}

.btn-entry a:hover{
opacity:0.6;
}

.btn-entry#sanka a{
width: 350px;

background-color:#17601B;
font-size: 16px;
line-height: 120%;
padding: 5px 0;
height: auto;
}

.btn-entry#kakunin a{
background-color:#FF5700;
}


.btn-entry#long a{
width: 350px;
font-size: 16px;
line-height: 120%;
padding: 5px 0;
height: auto;
background-color:#17601B;
}

.btn-entry#out{
width: 350px;
background-color:#7F7F7F;
text-align: center;
font-size: 17px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
display: block;
height: 50px;
line-height: 50px;
margin: 20px auto 30px;
border-radius: 10px;
}

.semi{
width: 200px;
text-align: center;
margin-bottom: 20px;
}
.semi img{
width: 100%;
}

.semi a:hover{
opacity: 0.7;
}

.e-title {
    padding-left: 10px;
    font-size: 16px;
    line-height: 200%;
}

.e-title2 {
    font-size: 15px;
    padding: 5px 0 0 10px;
}

.btn-area {

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.btn-p a{
width: 300px;
background-color:#3356FF;
text-align: center;
font-size: 18px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
display: block;
height: 50px;
line-height: 50px;
margin: 20px auto 30px;
border-radius: 10px;
}

.btn-p a:hover{
opacity:0.6;
}

.top-waku{
width:460px;
margin:0 0 30px 97px;
border: 5px solid #FFBE00;
background-color: #fff;
padding: 0 0 10px;
}

.top-waku-t{
width: 100%;
background-color: #FFBE00;
line-height: 200%;
text-align: center;
font-size: 17px;
color: #000;
font-weight: bold;
}

.top-waku-txt{
margin: 5px 10px 0;
text-align: center;
}

td.haisin{
width:10%;
}

.gree-box{
margin-bottom: 30px;
display: flex;
align-items: flex-end;
}
.gree-pic{width:28%; }

.gree-txt{
width: 72%;
}

.enja{
width: 15%;
}

.step{
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

.st-title{
width:10%;
color: #A23739;
font-weight: bold;
font-size: 16px;
}
.st-txt{
width: 90%;
}

.p-title{
font-size: 17px;
line-height: 200%;
font-weight: bold;
border-top: 2px solid #A23739;
background-color: #FFEDED;
padding-left: 10px;
}

.p-nitiji{
font-size: 15px;
text-align: right;
border-bottom: 2px solid #A23739;
margin-bottom: 10px;
background-color: #FFEDED;
padding-right: 10px;
}

.pro-box{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: flex-start;
padding: 0 10px;
}

.pro01-l{
width: 60%;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

.pro01-r{
width: 40%;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

.pro04-l{
width: 80%;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

.pro04-r{
width: 20%;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

.pro01-r#tamura{
width: 40%;
display: flex;
justify-content:space-around;
flex-wrap: wrap;
}

.pro01-r3{width: 40%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.pro-pic{
width: 45%;
margin: 0 2.5%;
font-size: 12px;
line-height: 120%;
text-align: center;
}
.pro-pic img{
width: 100%;
}

.pro-pic2{
width: 95%;
margin: 0 2.5%;
font-size: 12px;
line-height: 120%;
text-align: center;
}
.pro-pic2 img{
width: 100%;
}

.pro01-r#tamura .pro-pic{
width: 45%;
margin: 0 27.5%;
font-size: 12px;
line-height: 120%;
text-align: center;
}

.pro01-ttl{
width: 100%;
font-size: 16px;
line-height: 130%;
margin-bottom: 10px;
font-weight: bold;
}

.pro01-in-l{
width:10%;
text-align: left;
}

.pro01-in-l2{
width:20%;
text-align: left;
}

.pro01-in-r{
width: 90%;
}

.pro01-in-r2{
width: 80%;
}

.pro-txt2{
background-color:#E1E1E1;
padding: 10px;
margin-left: 10px;
margin-bottom: 10px;
}


.pro-txt3{
padding: 10px;
margin-left: 10px;
margin-bottom: 10px;
font-size: 12px;
}
.pro02-ttl{
width: 100%;
font-size: 16px;
line-height: 130%;
margin-bottom: 10px;
font-weight: bold;
}

.pro-txt4{
width: 44%;
padding: 10px;
margin-right: 3%;
margin-bottom: 10px;
font-size: 12px;
}

.pro02-l{
width:6%;
text-align: left;
}

.pro02-r{
width: 94%;
}

.pro01-l2{
width: 20%;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

.pro01-r2{
width: 80%;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

.pro01-l2 .pro-pic
img{
width: 154px;
}

.pro02-l2{
width: 15%;
}
.pro02-r2{
width: 85%;
}



.li-box{
width: 100%;
position: relative;
padding-left: 15px; /* 三角形分の余白 */
    box-sizing: border-box;
}

.li-box::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #BD5758;
    position: absolute;
    left: 0px;
    top: 0.4em; /* 1行目の高さに合わせる */
}

.btn-acc a{
width: 250px;
background-color: #007AFB;
color: #fff;
text-decoration: none;
text-align: center;
line-height: 40px;
font-size: 18px;
font-weight: bold;
border-radius: 20px;
display: block;
margin-right: 50px;
}

.btn-acc a:hover{
opacity: 0.7;
}

/*************************************************
アコーディオン
**************************************************/
.accordion {

}
.accordion__title {
    font-size: 14px;
    padding: 0.5em 0 0.5em 1em;
    color: #000;
	border: 1px solid #85181d;
    cursor: pointer;
    position: relative;

}





.accordion__title::before {
    content: '展示内容';
    display: inline-block;
   /* width: 20px;
    height: 2px;
    background-color: #85181d;*/
    position: absolute;
    right: 20px;
	border: 1px solid #000;
	padding: 0 5px;
	border-radius: 5px;
    /*top: 50%;*/
    /*transform: translateY(-50%);
    transition: opacity 1s;*/
}
.accordion__title::after {
    content: '';
    display: inline-block;
    /*width: 20px;
    height: 2px;
    background-color: #85181d;*/
    position: absolute;
    right: 20px;
   /*top: 50%;*/
    /*transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;*/
}
.accordion__title.show::before {
    opacity: 0;
}
.accordion__title.show::after {
 /*   transform: translateY(-50%) rotate(180deg);*/
}



.accordion__title2 {
    font-size: 16px;
    padding: 1em 0 1em 1.5em;
    color: #000;background-color:#FFD7D8;
	border-left: 5px solid #85181d;
    cursor: pointer;
    position: relative;

}

.accordion__title3 {
    font-size: 14px;
    padding: 0.5em 0 0.5em 1em;
    color: #000;
	border: 1px solid #85181d;
    position: relative;

}


.accordion__content {
    display: none;
}

.accordion__text{
padding: 0 20px;

}

.ito-pic{
width: 100%;
text-align: center;
}
.ito-pic img{
width:60%;
margin: 0 auto;
}


/****************************************************************
　　　　　　　　　　　　　スマホ化
****************************************************************/
@media only screen and (max-width: 699px) {

html{
scroll-padding-top: 70px;
}

body { 
background-color:rgba(248,230,255,1.00);
 }

.header_inner {
width:100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: #fff;
}
	
.header_inner .logo{
width:80%;
font-size: 18px;
font-weight: bold;
} 
.header_inner .logo img{
width:100%;
}
    
.drawer_btn {
  position: relative;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999;
  margin-right: 5%;
}

.drawer_btn > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background-color: black;
  transform: translateX(-50%);
}

.drawer_btn > span:nth-of-type(1) {
  transform: translate(-50%, calc(-50% - 0.5rem));
}

.drawer_btn > span:nth-of-type(2) {
  transform: translate(-50%, -50%);
}

.drawer_btn > span:nth-of-type(3) {
  transform: translate(-50%, calc(-50% + 0.5rem));
}

.drawer_btn.js-active > span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer_btn.js-active > span:nth-of-type(2) {
  opacity: 0;
}

.drawer_btn.js-active > span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 100;
}

.drawer_nav.js-active {
  opacity: 1;
  visibility: visible;
}

.drawer_nav_inner {
  width: 80%;
  height: 100%;
  background-color: white;
  padding: 4rem 1.5rem 1rem;
  margin-left: auto;
  overflow: scroll;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.drawer_nav.js-active .drawer_nav_inner {
  transform: translateX(0);
}

.drawer_nav_list,
.drawer_nav_panel {
  list-style: none;
  padding: 0;
}

.drawer_nav_link,
.drawer_nav_sub-link {
  display: block;
  color: black;
  text-decoration: none;
  padding: 1rem;
  border-bottom: solid 1px lightgray;
  position: relative;
}

.accordion-toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  background: transparent;
  border: none;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  cursor: pointer;
}

.accordion-toggle::before {
  content: "▶";
  display: block;
  text-align: center;
}

.drawer_nav_link.active + .accordion-toggle::before {
  content: "▼";
}

.drawer_nav_panel {
  display: none;
}

section {
  width: 100%;
  height: 30vh;
}

section:nth-child(even) {
  background-color: green;
}

div#bk {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: none;
}

.wrap_out {
    width: 100%;
    margin:  0 0;
    background: unset;
    position: relative;
}



div#wrapper {
    width: 100%;
}

#wrap { width:100%; margin:0 auto; text-align:left; 
		height:100%;/* for IE6 */
background:none;
	}
	
.contener_bg { 
width:100%;
margin:0 auto; 
position: relative;
	background:none;
} 	


.sm-header {
width:100%;
  display:block;
  position: fixed;
  z-index: 10;
  
}	

.pc-only{
	 display: none;
}
	
.sm-only{
	display: block;
}	
    
.img{
        width:100%;
    }    

div#bk {
    width: 100%;
	}

div#wrapper {
    width: 100%;
    background-color: #000000;
	}
	
	
    
.contener_bg {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: rgba(255,255,255,0.00);
}    
    
.contener { 
 padding-top: 0;    
  width:100%;
height: auto;
	margin: 0 auto;
    background-image: none;
    padding-bottom: 0;
    min-height: unset;
}
    
.head_bg {
    width: 100%;
    height: 70px;
}

.head01 {
    margin: 0 0 10px 10px;
    padding: 0;
    width: 85%;
    height: auto;
}
    
.con_in {
    width: 100%;
    margin: 0 auto 0;


}  
.con_in#top {
     width: 100%;
    margin: 0 auto;
    background-image: none;
}
    

    
    .fit-img {
    max-width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    position: relative;
    display: inline-block;
    overflow: hidden;
}	


.con_r {
    width: 100%;
    margin: 0 auto;
    float: none;
    height: 100%;
    min-height: unset;
padding-top: 65px;
}  



.bana01{
width:45%;
margin: 10px 2.5%;
}
    
.description {
    width: 100%;
    margin: 0 auto;
}

.top-ue{
width: 100%;
}
.top-ue img{
width: 100%;
}

.top01{
width:100%;

}

.top01 img{
width:100%;
}

.top-l{
position: relative;
top:unset;
left:unset;
width: 100%;
}

.top02{
width:100%;
}
    
.info {
float: none;
    width: 100%;
    margin: 0px auto 5%;
    height:auto;
    font-size: 16px;

} 

.info-title{
height:inherit;
}

.day{
width:100%;
}

.kiji{
width:100%;
}
    
.infobox {
    padding: 10px;
    height: auto;
height: 150px;
    overflow: auto;
}    
    
.bottom-txt {
position: relative;
    /* bottom: 0; */
    /* right: 20%; */
    width: 60%;
    margin: 0 auto;
}   
    
.jimu{
	display: flex;
    flex-wrap: wrap;
    width:90%;
    height: auto;
    margin: 0 auto;
    padding: 10px 5%;
    text-align: left;
	color: #000;
font-size:13px;
line-height:140%;
position: relative;
}

.jimu-area {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    line-height: 123%;
}


   
.footer { 
     width:90%;
    height:auto; 
		color: #fff;
		font-size:13px;
	line-height: 130%;
	text-align: center;
    background-color: #914c93;
    padding: 5px 5%;
	}     
   
.hon{
    width:100%;
    background-color: rgba(255,255,255,0.90);
    min-height:unset;
    margin:0 0 30px 0 ;
    padding: 0 0 30px 0;
}	

.hon_in{
    padding:20px 15px 0;
min-height: 500px;
}  
    
.title01 {
    background-color: #914c93;
    width: 90%;
    padding: 10px 5%;
    color: #fff;
    font-size: 20px;
    line-height: 130%;
    height:auto;
    font-weight: bold;
}
    
    
.jimukyoku{
width:100%;
}

.jusho{
width:100%;
}    


.btn-entry a {
    width: 100%;
    }
    
.btn-entry#long a {
    width: 100%;
    }    
    
.btn-entry#sanka a{
width: 100%;
background-color:#17601B;
font-size: 16px;
line-height: 120%;
padding: 5px 0;
height: auto;
}   

.top-waku{
width:90%;
margin:0 auto 30px ;
border: 5px solid #FFBE00;
background-color: #fff;
padding: 0 0 10px;
}

td.haisin{
width:24%;
}

table.uketuke{
width: 100%;
margin: 0 auto;
}


}

/*****スマホ化　ここまで*********************************/

/* 20240826 */
.btns-box{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px 40px;
}
.btns-box .btn{
  max-width: 350px;
  width: 100%;
}
.btns-box .btn a{
  background-color: #3356FF;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  display: block;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
}
.btns-box .btn.long a{
  line-height: 120%;
  height: auto;
  padding: 5px 0 2px;
}
.access-btn a{
  width: 350px;
  background-color: #3356FF;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  display: block;
  height: 50px;
  line-height: 50px;
  margin: 20px auto 30px;
  border-radius: 10px;
}


/************スマホ化**************************************************************/
@media only screen and (max-width: 699px) {
  .btns-box{
    grid-template-columns: repeat(1,1fr);
    gap: 14px;
  }
  .access-btn a{
    font-size: 15px;
  }
  
 #wrap.top {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  height: 100%; /* for IE6 */
  background-image: none;

} 
  
.con_l {
    width: 90%;
    margin: 0 5%;
    float: none;
    height: 100%;
}  

.info-title img{
width: 100%;
}
  
.gree-box{
margin-bottom: 50px;
display: block;
}  
  
.gree-pic{width:50%;
margin: 0 auto 20px;}

.gree-txt{
width: 100%;
}
  
.enja{
width: 25%;
}  
  
.info-bana{
position: relative;
top:unset;
left: unset;
text-align: center;
}

.info-bana a{margin: 0 auto 10px;}
  
.side01{
margin: 0 auto;
text-align: center;
}
  
.access-btn a{
  width: 100%;
  }  
  
.acc01{
width: 100%;
}

.acc02{
width: 100%;
}

.acc03{
width: 100%;
margin: 0 auto 20px;
}

.acc04-l{
width: 100%;
}

.acc04-r{
width: 100%;
}

.btn-pre a{
width: 100%;
padding: 10px 0;
}

.gree-box{
margin-bottom: 50px;
display: block;
}  
  
.gree-pic{width:50%;
margin: 0 auto 20px;}

.gree-txt{
width: 100%;
}

.st-title{
width:100%;
color: #A23739;
}
.st-txt{
width: 100%;
}

.kome{
width: 5%;
}
.kome-txt{
width: 95%;
}

.btn-pre2 {
    width: 100%;
    display: block;
    padding: 10px 0;
    }
    
.bana-area{
width: 100%;
margin: 10px auto 10px;
display: flex;
justify-content:space-between;
flex-wrap: wrap;
}

.bana02 {
width: 47%;
margin: 0 0 10px;
}   

.akuse01 {
    width: 160px;
    position: relative;
    bottom: unset;
    left: unset;
    margin: 10px auto;
}

.btn-entry#park a{
width: 300px;
background-color:#3356FF;
text-align: center;
font-size: 15px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
display: block;
height: 50px;
line-height: 50px;
margin: 20px auto 30px;
border-radius: 10px;
}




.pro01-l{
width: 100%;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

.pro01-r{
width: 100%;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
margin-bottom: 10px;
}

.pro01-r#tamura{
width: 100%;
}

.pro01-in-l{
width:100%;
text-align: left;
}

.pro01-in-r{
width: 100%;
}

.pro02-l{
width:100%;
text-align: left;
}

.pro02-r{
width: 100%;
}

.pro01-l2{
width: 40%;
display: block;
margin: 0 auto 10px;
}

.pro01-r2{
width: 100%;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

.pro01-l2 .pro-pic
img{
width: 100%;
}

.li-box{
width: 100%;
margin-bottom: 10px;
position: relative;
padding-left: 15px; /* 三角形分の余白 */
    box-sizing: border-box;
}

.pro-txt4{
width: 100%;
padding: 10px;
margin-right: 0;
margin-bottom: 10px;
font-size: 12px;
}

.pro04-l{
width: 100%;
}

.pro04-r{
width: 50%;
margin: 0 auto;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

.bana-area2{
position: relative;
bottom: unset;
left: unset;
width: 100%;
margin: 10px auto;
display: flex;
justify-content:space-around;
flex-wrap: wrap;
}

.btn-acc a{
width: 250px;
background-color: #007AFB;
color: #fff;
text-decoration: none;
text-align: center;
line-height: 40px;
font-size: 18px;
font-weight: bold;
border-radius: 20px;
display: block;
margin-right: 0;
margin-bottom: 20px;
}

.toujitu{
position:relative !important;
right: unset  !important;
bottom: unset  !important;
width: 90%;
margin: 20px 5%;
}

.btn-pre2 a {
  width: 100%;
  margin: 0 0 20px;
  display: block;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background-color: #004cff;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
}

  
}

/*****スマホ化　ここまで*********************************/