/*============================
コース案内
=============================*/
#contents02 {
  width: 100%;
  margin: 5% auto;
  float: none;
}
.joken {
  width: 100%;
  display: flex;
  padding-left: 0;
  list-style-type: none;
}
.joken li {
  width: 20%;
  margin: 0 2%;
}
.font_200per {
  font-size: 200%;
}
.font_230per {
  font-size: 230%;
}
.font_120per {
  font-size: 120%;
}
.font_135per {
  font-size: 135%;
}
.font_150per {
  font-size: 150%;
}
.marginbottom_3per {
  margin-bottom: 3%;
}
.marginbottom_5per {
  margin-bottom: 5%;
}
.f-container {
  display: flex;
  flex-wrap: wrap;
}
.video {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item {
  width: 50%;
  justify-content: space-between;
  padding: 1%;
}
.item_20per {
  width: 20%;
  justify-content: space-between;
  padding: 1%;
}
.item_60per {
  width: 60%;
  justify-content: space-between;
  padding: 1%;
}
.item_40per {
  width: 40%;
  justify-content: space-between;
  padding: 1%;
}
.item_25per {
  width: 25%;
  justify-content: space-between;
  padding: 1%;
}
.item_33per {
  width: 33.3%;
  justify-content: space-between;
  padding: 1%;
}
.item img, .item_20per img {
  max-width: 100%;
  height: 100%;
}
.box_blue {
  padding: 0.5em 1em;
  margin: 2em 0;
  background: whitesmoke; /*背景色*/
  border-left: double 7px #4ec4d3; /*左線*/
  border-right: double 7px #4ec4d3; /*右線*/
}
h2.mainttl {
  position: relative;
  padding: 0.25em 0;
  margin-bottom: 1%;
  text-align: center;
}
h2.mainttl:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
}
.tag_img {
  position: relative;
  }

.tag_img p {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0; 
  color: white;
  background: #e2041b;
  font-size: 15px;
  line-height: 1;
  padding: 5px 10px;
  }
.font_180per {
  font-size: 180%;
}
.pageHeading {
  margin: 9px 5px 9px;
  border-top: solid 1px #E0E4F2;
  border-bottom: solid 1px #E8E9ED;
  border-left: solid 3px #cbccd8;
  background: #F3F4F9;
  padding-left: 10px;
  font-size: 1em;
}
.joken li a img:hover {
  opacity: 0.8;
}
a:active {
  text-decoration: none;
  background: none;
}
ol.tour {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
  font-size: 120%;
  padding: 0.5em;
}
ol.tour li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
ol.tour li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number, upper-alpha);
  /*数字のデザイン変える*/
  display: inline-block;
  background: #74c2f8;
  color: white;
  font-weight: bold;
  font-size: 15px;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.font_small {
  font-size: 80%;
}
.center {
  text-align: center;
}
.text_align_right {
  text-align: right;
}
.text_align_left {
  text-align: left;
}
.padding_right_05em {
  padding-right: 0.5em;
}
.indentFirst {
  text-indent: -0.8em;
  padding-left: 1em;
}
span.indentFirst {
  display: inline-block;
  text-indent: -0.8em;
  padding-left: 1em;
}
.indentFirstS {
  text-indent: -0.8em;
  padding-left: 1em;
  font-size: 90%;
}
span.indentFirstS {
  display: inline-block;
  text-indent: -0.8em;
  padding-left: 1em;
  font-size: 90%;
}
.indentFirstSs {
  text-indent: -0.8em;
  padding-left: 1em;
  font-size: 80%;
}
span.indentFirstSs {
  display: inline-block;
  text-indent: -0.8em;
  padding-left: 1em;
  font-size: 80%;
}
p.caution01 { 
	padding-left:1em; /* ケースによって調整する */
	text-indent:-1em; /* ケースによって調整する */
}
p.caution01 span {
	display: inline-block;
	width: 1rem; /* ケースによって調整する */
	text-indent: 0;
}
p.caution02 { 
	padding-left:2em; /* ケースによって調整する */
	text-indent:-2em; /* ケースによって調整する */
}
p.caution02 span {
	display: inline-block;
	width: 2rem; /* ケースによって調整する */
	text-indent: 0;
}
p.caution03 { 
	position:relative;
	padding-left:1.25em; /* ケースによって調整する */
}
p.caution03:before{
	position:absolute;
	content:"※"; /* 文頭に表示したい文字を""内に記述する */
	left:0;
	top:0;
}
p.caution04 { 
	padding-left:2em; /* ケースによって調整する */
	text-indent:-2em; /* ケースによって調整する */
}
p.caution04 span {
	display: inline-block;
	width: 2rem; /* ケースによって調整する */
	text-indent: 0;
}
p.caution05 { 
	padding-left:5em; /* ケースによって調整する */
	text-indent:-5em; /* ケースによって調整する */
}
p.caution05 span {
	display: inline-block;
	width: 5rem; /* ケースによって調整する */
	text-indent: 0;
}
p.caution06 { 
	padding-left:3em; /* ケースによって調整する */
	text-indent:-3em; /* ケースによって調整する */
}
p.caution06 span {
	display: inline-block;
	width: 3rem; /* ケースによって調整する */
	text-indent: 0;
}
.ate{
	display: block;
	margin-left: 2em;
}
.ate2{
	display: block;
	margin-left: 1em;
}
.ate3{
	display: block;
	margin-left: 1em;
	text-indent: -1em;
}
.indent {
  padding-left: 1em;
}
span.indent {
  display: inline-block;
  padding-left: 1em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.table02 {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 1em;
}
table.table02 th {
  border: 1px solid #ccc;
  font-weight: 700;
  background: #014593;
  color: #fff;
  padding: 8px 1em;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
table.table02 td {
  border: 1px solid #ccc;
  padding: 8px 1em;
}
table.table03 {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 1em;
  font-size: 0.75rem;	
}
table.table03 th {
  border: 1px solid #ccc;
  font-weight: 700;
  background: #014593;
  color: #fff;
  padding: 8px 1em;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
table.table03 td {
  border: 1px solid #ccc;
  padding: 8px 1em;
}
#maintitle {
  widows: 960px;
  height: 0;
  padding-top: 25.41%;
  background: url("../img/title.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
#maintitle h2 {
  position: absolute;
  font-size: 180%;
  font-weight: bold;
  color: #fff;
  top: 0;
  left: 10px;
}
#maintitle_new {
  widows: 960px;
  max-width: 100%;
  width: 100%;
  background-size: 100%;
  position: relative;
}
#maintitle_new img {
  width: 100%;
  max-width: 100%;
}
#maintitle_new h2 {
  position: absolute;
  font-size: 180%;
  font-weight: bold;
  color: #fff;
  top: 0;
  left: 10px;
}
@media screen and (max-width: 450px) {
  h3.green {
    font-size: 110%;
  }
}
@media screen and (max-width: 768px) {
  .f-container {
    flex-wrap: wrap;
  }
  .item, .item_20per, .item_40per, .item_60per {
    width: 100%;
    padding: 0;
    margin-bottom: 5%;
}
}

/*メニュー*/
#global-nav a p {
    padding: 15px 0px 15px 20px;
}

/*改行*/
@media(max-width:768px) {
  .npc {
    display: none !important;
  }
}

@media(min-width:767px) {
  .nsp {
    display: none !important;
  }
}

/*2025*/
.mb-4 {
	margin-bottom: 40px;
}
.red {
  color: #ff3300;
}
.fw-b {
	font-weight: bold;
}
@media (max-width: 768px) {
    .scroll {
        overflow: auto;
        white-space: nowrap !important;
    }
}

#scroll_box {
  height: 100px!important;
}
.ribbon14 {
    left: 30px!important;
	width: 39px!important;
}
@media screen and (max-width: 450px) {
    .ribbon14 {
        left: 5%!important;
        width: 28.5px!important;
    }
}