@import url("qa.css");F
/*----------------------------------------

    common

----------------------------------------*/

#contents {
  border-top: 1px solid #B3B3B4; }

.txt_wrap {
  margin: 0 auto;
  width: 990px;
  font-size: 18px; }

/*----------------------------------------

    Header

----------------------------------------*/
.header {
  background: #1E1E1E;
  padding: 20px;
  text-align: center;
}
.header a {
  display: block;
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
}
.header img {
  width: 240px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .header {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 9999;
    top:0;
  }
}

/*----------------------------------------

    Footer

----------------------------------------*/
.footer {
  background: #1E1E1E;
  padding: 20px;
  text-align: center;
  margin-top: 60px;
  /*20250418*/
  padding-bottom: 120px;
}
.footer a {
  display: block;
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
}
.footer img {
  width: 240px;
  display: block;
  margin: 0 auto 10px auto;
}
.footer small {
  font-size: 10px;
  font-style: normal;
  color: #FFF;
  margin-top: 20px;
}

@media screen and (max-width:468px){
/*----------------------------------------

    Footer

----------------------------------------*/
.footer {
  padding-bottom: 150px;
}
.button_area ul li:first-of-type {
margin-bottom: 3px
}

.button_area ul li img {
width: auto;
height: auto;
max-height: 50px;
}


}










/*----------------------------------------

    txt

----------------------------------------*/

h2 {
	margin: 0rem 0;
	padding: .5rem;
	font-size: 25px;
	color: #000;
	background-color: #cfe2f3;
	text-align: center;
}

h3{
	margin-bottom: 20px;
	padding: 10px 20px;
	width: 100%;
	background: #000;
	color: #fff;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
    text-align: center;
}

h4 {
	position: relative;
	margin: 0 auto 2rem;
	padding: .5rem 1rem;
	width: 300px;
	font-size: 23px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #565656;
}

  h4:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -160px;
    width: 160px;
    border-top: #565656 5px solid; }

h4:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 295px;
    width: 160px;
    border-top: #565656 5px solid; }

.tC {
  text-align: center; }
div.txt_title {
  margin: 2rem 0;
  padding: 2rem;
  font-size: 18px;
  text-align: center;
  background: #fefec4; }

div.txt_title h3 {
    font-size: 37px;
    font-weight: bold;
    line-height: 1; }

   div.txt_title h3 span {
      font-size: 24px;
      line-height: 2; }

/*----------------------------------------

    style

----------------------------------------*/
.bnr_seminer {
	margin: 2rem 0;
	text-align: center;
}

 .bnr_seminer img:hover {
    opacity: .6; }

.koushi_wrap {
	padding: 2rem 0;
	background: #dfeff7;
}

.koushi_wrap h2 {
	margin: 0 auto 2rem;
    width: 990px;
}

  .koushi_wrap dl {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 2em;
	width: 900px;
}

   .koushi_wrap dl dd {
      width: 65%; }

.koushi_wrap dl dd span {
        font-weight: bold; }

.koushi_wrap dl dd span strong {
          font-size: 30px;
          font-weight: bold; 
}

 .koushi_wrap dl dd p {
        font-size: 16px; 
}

.koushi_wrap dl dd span strong small {
			display: inline;
          font-size: 25px;
          font-weight: bold; 
}

.koushi_wrap + div {

    background: #fff; 
}

.koushi_wrap small {
	font-size: 20px;
	font-weight: bold;
}

.koushi_wrap ruby rt {
	font-size:9px ;

}

.koushi_wrap p + ul {
	display: flex;
}

.koushi_wrap p + ul li {
	margin: 1.5rem 1rem 2rem 0;

}

.koushi_wrap p + ul li img {
	max-width:150px;
}

h1 img {

	/* [disabled]margin-bottom: 1.5rem; */

}

h1 + .txt_wrap  {

/*    display: grid;

	display: -ms-grid;

    grid-template-columns: 1fr 1fr;

    grid-template-rows: 40px 1fr;

    grid-column-gap: .5rem;

    grid-row-gap: .5rem;

    justify-items: stretch;

    align-items: stretch;*/

 }

  h1 + .txt_wrap div:nth-child(1) {
      grid-column: 1 / 3;
      grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }

  h1 + .txt_wrap div:nth-child(2) {
      grid-column: 1 / 3;
      grid-row: 2 / 3;
      -ms-grid-column: 1;
      -ms-grid-row: 2; }

  h1 + .txt_wrap div:nth-child(3) {
      grid-column: 2 / 3;
      grid-row: 1 / 3;
      -ms-grid-column: 2;
      -ms-grid-row: 1; }

  h1 + .txt_wrap div:nth-child(4) {
      grid-column: 2 / 3;
      grid-row: 2 / 3;
     -ms-grid-column: 2;
      -ms-grid-row: 2; }

.txt_wrap .check .manaberu_sp {
display: none;
}


 h1 + .txt_wrap div:nth-child(4) dt {
    padding-top: 1rem; }

  h1 + .txt_wrap dl {
    display: flex;
    align-items: stretch;
    margin: .5rem 0;
    font-size: 20px;
    font-weight: bold; }

   h1 + .txt_wrap dl dt {
	display: inline-block;
	margin-right: 1rem;
	color: #006934;
	border: 3px solid #006934;
	width: 80px;
	text-align: center;
}

    h1 + .txt_wrap dl dd {
   line-height: 1.8; }


.form_space {
	position: relative;
	margin-bottom: 900px;
}  


.about_tour {
width: 100%;
margin: 50px auto;
max-width: 925px;
}
.about_tour table {
margin: auto;
width: 100%;
}
.about_tour table tr td {
width: 45%;
}
.about_tour table td:nth-of-type(odd) {
padding-bottom: 1em;
text-align: left;
}
.about_tour table td:nth-of-type(even) {
padding-bottom: 1em;
text-align: right;
}


.txt_wrap h3 {
	margin-bottom: 1rem;
	padding: .5rem 0;
	border-bottom: #1d208a 2px solid;
	font-size: 20px;
	font-weight: bold;
	color: #fff; 
}

.txt_wrap h2{
	margin: 2rem 0;
	padding: .5rem 0;
	border-bottom: #cfe2f3 2px solid;
	font-size: 30px;
	font-weight: bold;
	color: #000; 
}
.txt_wrap p{
	margin-left: auto;
	margin-right: auto;
	font-size: 23px;
	color: #000; 
	font-weight: bold;
	text-align: center;
}
.outline {
 display: flex;
  flex-wrap: wrap;
  border-top: #999 1px solid;
  border-left: #999 1px solid; }

  .outline dt {
	padding: 1rem;
	width: 20%;
	font-weight: bold;
	border-bottom: #999 1px solid;
	border-right: #999 1px solid;
	background-color: #dfeff7;
}

  .outline dd {
    padding: 1rem;
    width: 80%;
    border-bottom: #999 1px solid;
    border-right: #999 1px solid; 
    background-color: #ffffff;
}

  .outline dd ul {
	display: grid;
	display: -ms-grid;
    grid-template-columns: 19em 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    justify-items: stretch;
    align-items: stretch;
  }

  .outline dd ul li:nth-child(1) {
      grid-column: 1 / 2;
      grid-row: 1 / 2;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }

  .outline dd ul li:nth-child(2) {
      grid-column: 2 / 3;
      grid-row: 1 / 2;
      -ms-grid-column: 2;
      -ms-grid-row: 1; }

  .outline dd ul li:nth-child(3) {
      grid-column: 1 / 2;
      grid-row: 2 / 3;
      -ms-grid-column: 1;
      -ms-grid-row: 2; }

  .outline dd ul li:nth-child(4) {
      grid-column: 2 / 3;
      grid-row: 2 / 3;
      -ms-grid-column: 2;
      -ms-grid-row: 2; }

	  	.outline dd span {
	display: inline-block;
	margin-right: 1rem;
		}

	.outline dd span a {
	  display:inline;
	  word-break: break-all; }

.schedule  {
   border-collapse: collapse;
  width: 100%;
}

.schedule th{
         color:#fff;
	     background:#1d208a;
         text-align:center;
	 border-bottom:2px solid #000;
         border-right:2px solid #000;
	vertical-align : middle;
}

 .schedule{
         border-bottom:2px solid #000;
         border-right:2px solid #000
}


.schedule td{
         border-left:2px
         solid #000;
         border-top:2px
         solid #000;
         color:#000;
	     background-color: #fff;
         font-size:18px;
         text-align:left;
         padding-left:1em;
    	vertical-align : middle;
        line-height: 2.5em;
}

/*********   MAP LINK  *****************/

/*************************************/

a.map {

	width: auto;

	color: #0085E5;

	display: inline;

}


a.map::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../images/link.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 0.3em
}

hr {width: 65%;}
.slider_area {
	margin: 0 auto 10em;
	width: 98%;
	max-width: 700px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.slider_obi {
	padding: 0.5em;
	margin: 0.5em auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #575757;
	font-size: 130%;
	text-align: center;
	color: #FFFFFF;
}

/*************************************/

table.moushikomibutton {
	width: 100%;
	margin: 2em auto 2em;
	padding: 0;
	max-width: 980px;
	border-collapse: collapse;
	box-sizing: border-box;
}

table.moushikomibutton td {
	width: 50%;
	margin: auto;
	padding: 0 2em;
}

.tit_h2_2 {
	padding: 0.5em;
	margin: 2rem 0 2rem;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	background-color: #1d208a;
	line-height: 1.4em;
	width: 100%;
	max-width: 960px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*** VOICE ***/

.voice {
  width: 96%;
  max-width: 960px;
  margin: 0 auto 30px;
      display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.voice .voice_box {
	width: calc(96% / 2);
	border: 1px solid #00228F;
	margin: 0 0 2em;
	padding: 0;
}
.voice .voice_box table {
margin: 20px;
border-collapse: collapse;
width: calc(100% - 40px);
}
.voice .voice_box table:nth-of-type(1) {
border-bottom: 1px solid #333;
box-sizing: border-box;
}
.voice .voice_box table:nth-of-type(1) img {
border: 1px solid #333;
width: 100px;
}
.voice .voice_box table:nth-of-type(2) td {
font-size: 16px;
}
.voice .voice_box table:nth-of-type(2) td:nth-of-type(1) {
width: 80px;
vertical-align: top;
}
.voice table td {
padding: 10px 0;
font-size: 16px;
line-height: 1.4em
}
.voice table tr:nth-of-type(1) {
padding: 0 0 10px;
}
.voice table td strong {
  font-size: 20px;
  line-height: 1.3em;
  padding-bottom: 10px;
  color: #00228F;
font-weight: bold;
}
.voice table td p {
display: block;
	padding: 30px 0 30px 1em;
	font-weight: bold;
	line-height: 1.5em;
}
.voice table td:nth-of-type(1) {
padding: 0 5px 20px 0;
width: 90px;
}
.voice table td:nth-of-type(2) {
vertical-align: top;
}


/*************************************/
  

/*----------------------------------------

    SP

----------------------------------------*/

@media screen and (max-width: 1000px) {

  #contents {
    padding-top: 13%;
    width: 100%; 
	}

  .txt_wrap {
    width: 90%; 
	}

  div.txt_title h3 span {
    line-height: 1; 
	}

h1 + .txt_wrap {
    display: block; 
	}

h1 + .txt_wrap dl {
	display: block; 
	}

h1 + .txt_wrap dl dt,

h1 + .txt_wrap dl dd {
	display: block;
	width: 100%; }

h1 + .txt_wrap div:nth-child(4) dt {
    padding-top: 0; }

  h4 {
    width: 56%; }

   h4 + div {
      display: block;
      text-align: center; }

    h4:before {
      left: -50%;
      width: 50%; }

    h4:after {
      left: 100%;
      width: 50%; }

  .koushi_wrap h2 {
    margin: 0 auto 2rem;
    width: 90%; 
	}

  .koushi_wrap dl {
    width: 90%;
    display: block; 
	}

    .koushi_wrap dl dt {
      margin-bottom: 2rem;
      text-align: center; 
	}

    .koushi_wrap dl dd {
      width: 100%; 
	}

.koushi_wrap dl dd div {
	margin: 1rem auto;
}

	.outline {
	display: block; }

    .outline dt {
	width: 100%; }

    .outline dd {
	width: 100%; }

	.outline dd ul {
	display: block; }

	.outline dd span {
	display: block;
	margin-right: 0;
		}	  

.bnr_seminer {
	margin: 1rem 0;
	text-align: center;
}

hr {width: 100%;}


table.moushikomibutton {
	width: 96%;
	margin: 2em auto 2em;
	padding: 0;
	max-width: 980px;
	border-collapse: collapse;
	box-sizing: border-box;
}

table.moushikomibutton td {
	width: 100%;
	margin: auto;
	padding: 0;
	display: block;
	font-size: 75%;
}

table.moushikomibutton td:nth-child(2) {
	margin: 3em auto auto;
}
.schedule{
width: 100%;	
}	

.schedule td{
         border-left:2px
         solid #000;
         border-top:2px
         solid #000;
         color:#000;
	     background-color: #fff;
         font-size:15px;
         text-align:left;
         vertical-align : middle;
        }
	
	
}


@media screen and (max-width:768px){

.users_voice2 .tt {
	background-color: #888888;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 0.5rem;
	font-weight: bold;
	border-radius: 50px;
	padding: 3px;
	font-size: 20px;
}

.voice {
  width: 96%;
  max-width: 960px;
  margin: 0 auto 30px;
      display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.voice .voice_box {
	width: 100%;
	border: 1px solid #00228F;
	margin: 0 0 2em;
	padding: 0;
box-sizing: border-box;
}
.voice .voice_box table {
margin: 14px;
border-collapse: collapse;
width: calc(100%-28px);
box-sizing: border-box;
}
.voice .voice_box table:nth-of-type(1) {
border-bottom: 1px solid #333;
box-sizing: border-box;
}
.voice .voice_box table:nth-of-type(1) img {
border: 1px solid #333;
width: 100px;
box-sizing: border-box;
}
.voice .voice_box table:nth-of-type(2) td {
font-size: 16px;
box-sizing: border-box;
}
.voice .voice_box table:nth-of-type(2) td:nth-of-type(1) {
width: 80px;
vertical-align: top;
box-sizing: border-box;
}
.voice table td {
padding: 10px 0;
font-size: 14px;
box-sizing: border-box;
}
.voice table tr:nth-of-type(1) {
padding: 0 0 10px;
box-sizing: border-box;
}
.voice table td strong {
  font-size: 18px;
  line-height: 1.3em;
  padding-bottom: 10px;
  color: #00228F;
font-weight: bold;
}
.voice table td p {
  padding-bottom: 15px;
font-weight: bold;
line-height: 1.5em;
}
.voice table td:nth-of-type(1) {
padding: 0 5px 20px 0;
width: 115px;
box-sizing: border-box;
}
.voice table td:nth-of-type(2) {
vertical-align: top;
box-sizing: border-box;
}

.about_tour table td img {
width: 98%;
}

}


@media screen and (max-width:468px){

.txt_wrap .check .manaberu_sp {
display: block;
}
.txt_wrap .check .manaberu_sp ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: auto;
}
.txt_wrap .check .manaberu_sp ul li {
width: 90%;
margin-bottom: 1em;
}
.txt_wrap .check .manaberu_pc {
display: none;
}

.about_tour {
margin: 20px auto;
}
.about_tour table td:nth-of-type(odd) ,
.about_tour table td:nth-of-type(even) {
width: 100%;
display: block;
padding-bottom: 1em;
text-align: center;
margin: auto;
}


}

/*PCでは無効（改行しない）*/
.sma{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .sma{
        display: block;
    }
}

/*3Days*/

.days_area {
	width: 100%;
}
.days_d {
	border: 6px solid #1d208a;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 11px #878787;
	box-shadow: 0px 0px 11px #878787;
}
.days_d ol {
	margin: 30px 50px;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: flex-start;
}
.days_no1 {
	background-image: url("../images/30days_n01.webp");
	background-position: right center;
	background-repeat: no-repeat;
}
.days_no1 li img {
min-width: 513px;
 }
.days_no2 {
	background-image: url("../images/30days_n02.webp");
	background-position: right center;
	background-repeat: no-repeat;
}
.days_no2 li img {
min-width: 326px;
 }
.days_no3 {
	background-image: url("../images/30days_n03.webp");
	background-position: right center;
	background-repeat: no-repeat;
}
.days_no3 li img {
min-width: 326px;
 }
.days_no4 {
	background-image: url("../images/30days_n04.webp");
	background-position: right center;
	background-repeat: no-repeat;
}
.days_no4 li img {
min-width: 326px;
 }


.days_d ol li {
width: auto;
	margin: auto;
}
.days_d ol li:nth-of-type(odd) {
}
.days_d ol li .day_h4 {
width: 100%;
margin: 0 0 1em;
padding: 0;
font-weight: bold;
}
.days_d ol li:nth-of-type(even) {
	padding: 2rem;
	box-sizing: border-box;
}
.day_sub {
	margin: 0 50px 50px;
	line-height: 1.8em;
	padding: 30px;
	background-color: #dfeff7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.day_sub .day_tt {
margin-bottom: -0.8em;
padding: 10px;
color: #FFF;
font-weight: bold;
background-color: #1d208a;
	line-height: 1em;
	display: table;
}
.day_sub strong {
font-weight: bold;
color: #1d208a;
}
.days_area p {
width: 100%;
text-align: center;
padding: 0;
margin: 0;
}
.days_area p img {
width: 38px;
margin: 2em auto;
}
.pc_only {

}
.sp_only {
display: none;
}
@media screen and (max-width:768px){
.days_d {
	border: 6px solid #1d208a;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 20px;
}
.days_d ol {
	margin: 20px 10px;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.days_no1 {
	background-image: url("../images/30days_n01.webp");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: auto 100px;
}
.days_no1 li img {
min-width: 100%;
 }
.days_no2 {
	background-image: url("../images/30days_n02.webp");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: auto 100px;
}
.days_no2 li img {
min-width: 100%;
 }
.days_no3 {
	background-image: url("../images/30days_n03.webp");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: auto 100px;
}
.days_no3 li img {
min-width: 100%;
 }
.days_no4 {
	background-image: url("../images/30days_n04.webp");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: auto 100px;
}
.days_no4 li img {
min-width: 100%;
 }


.days_d ol li {
width: 100%;
	margin: auto;
}
.days_d ol li:nth-of-type(odd) {
}
.days_d ol li .day_h4 {
width: 100%;
margin: 0 0 1em;
padding: 0;
font-weight: bold;
}
.days_d ol li:nth-of-type(even) {
	padding: 1rem 0rem 0;
	box-sizing: border-box;
	width: 100%;
}
.day_sub {
	margin: 0 10px 20px;
	line-height: 1.8em;
	padding: 10px;
	background-color: #dfeff7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.day_sub .day_tt {
margin-bottom: -0.8em;
padding: 10px;
color: #FFF;
font-weight: bold;
background-color: #1d208a;
	line-height: 1em;
	display: table;
}
.day_sub strong {
font-weight: bold;
color: #1d208a;
}
.days_area p {
width: 100%;
text-align: center;
padding: 0;
margin: 0;
}
.days_area p img {
width: 38px;
margin: 1em auto;
}
.pc_only {
display: none;
}
.sp_only {
display: block;
}
}
