@charset "UTF-8";

#wrapper h1 {
  text-align: center;
  padding:50px 0px 20px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  #wrapper h1 {
    padding: 20px 14% 10px;
  }
  #wrapper h1 img {
    vertical-align: bottom;
  }
} 
.star-area {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wrapper {
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  #wrapper {
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {
	.pc {
			display: block;
	}
}
@media (max-width: 767px) {
	.pc {
			display: none;
	}
}

/* contents
--------------------------------------------------------*/
.contents {
  width: 974px;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
}
.contents h2 {
  text-align: center;
}

.contents h3 {
  font-size: 36px;
  color: #0058a4;
  font-weight: normal;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .contents {
    width: 96%;
    padding: 0 2%;
  }
  .contents h2 {
    text-align: center;
  }
  .contents h2 img {
    width: 40%;
  }
  .contents h3 {
    font-size: 20px;
  }
}

/* time-table
--------------------------------------------------------*/
.time-table-bg {
  background-image:
    url(../img/howto/time-table-bg-top.png),
    url(../img/howto/time-table-bg-bottom.png);
  background-position:
    center top,
    center bottom;
  background-repeat:
    no-repeat;
  padding: 7px 0;
  margin-bottom: 10px;
  position: relative;
}
.time-table-bg-c {
  background: url(../img/howto/time-table-bg-center.png) center top repeat-y;
  padding: 0 4px;
}
.time-table {
  background: url(../img/howto/time-table-bg-center.png) center top repeat-y;
  margin-bottom: 0;
}
.time-table th,
.time-table td {
  font-size: 22px;
}
.time-table th {
  color: #0058a4;
  font-weight: normal;
  letter-spacing: 1px;
  border-right: 2px solid #0058a4;
  padding: 10px 30px 10px 80px;
  white-space: nowrap;
  position: relative;
}
.time-table td {
  padding: 10px 8px 10px 30px;
}
.txt-r {
  text-align: right;
}
.txt-c {
  text-align: center;
}
.txt-s {
  font-size: 18px;
}
@media (min-width: 768px) {
		.time-table th {
			vertical-align: top;
			padding: 20px 30px 10px 80px;
		}
	 .time-table td {
			padding: 20px 30px !important;
	}
}
.caution-box {
	margin-top: 10px;
	display: block;
	padding: 16px 20px;
	background: rgba(255, 242, 14, 0.25);
}
.caution-box p {
	font-size: 18px;
}
.caution-box p b {
	font-size: 20px;
}
.caution-box p span {
	font-size: 16px;
	color: #ff0033;
	vertical-align: text-top;
}
/* margin,padding */
.time-table tr:first-child th,
.time-table tr:first-child td {
  padding-top: 20px
}
.time-table tr:last-child th,
.time-table tr:last-child td {
  padding-bottom: 20px
}

.time-table-bg + p {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .time-table-bg {
    background-size: contain;
    padding: 0.7% 0;
    margin-bottom: 10px;
  }
  .time-table-bg-c {
    background-size: contain;
  }
/*
	.time-table-bg-c.sphone {
    background-size: cover;
  }
*/
  .time-table th {
    padding: 6px 10px 6px 24px;
    letter-spacing: 0px;
    border-right: 1px solid #0058a4;
    vertical-align: top;
  }
  .time-table td {
    padding: 6px 8px 6px 10px;
  }
  .time-table th,
  .time-table td {
    font-size: 12px;
  }
  .txt-s {
    font-size: 12px;
  }
  .time-table-bg + p {
    font-size: 12px;
  }
  #sp_txt {
	  font-size:12px;
	  margin: 0 0 2px -5px;
  }
  .time-table-bg + p.mbc {
    margin-bottom: 20px;
  }
	.caution-box {
		margin-top: 10px;
		display: block;
		padding: 11px;
		background: rgba(255, 242, 14, 0.25);
	}
	.caution-box p {
		font-size: 11px;
		line-height: 1.6em;
	}
	.caution-box p b {
		font-size: 13px;
	}
	.caution-box p span {
		font-size: 12px;
		color: #0058a4;
		vertical-align: text-top;
	}
}

/* icon */
.timeicon {
  display: inline-block;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 16px;
  top: 0em;
  background-position:  left center;
  background-repeat: no-repeat;
}
.time-table tr:first-child th .timeicon {
  top: 0.5em;
}
.timeicon-open { background-image: url(../img/howto/icon-open.png); }
.timeicon-pencil { background-image: url(../img/howto/icon-pencil.png); }
.timeicon-lunch { background-image: url(../img/howto/icon-lunch.png); }
.timeicon-sleep { background-image: url(../img/howto/icon-sleep.png); }
.timeicon-cake { background-image: url(../img/howto/icon-cake.png); }
.timeicon-toy { background-image: url(../img/howto/icon-toy.png); }
.timeicon-dinner { background-image: url(../img/howto/icon-dinner.png); }
.timeicon-close { background-image: url(../img/howto/icon-close.png); }
.timeicon-blossom { background-image: url(../img/howto/icon-blossom.png); }
.timeicon-f_day { background-image: url(../img/howto/icon-f_day.png); }
.timeicon-s_ring { background-image: url(../img/howto/icon-s_ring.png); }
.timeicon-pumpkin { background-image: url(../img/howto/icon-pumpkin.png); }
.timeicon-tree { background-image: url(../img/howto/icon-tree.png); }
.timeicon-bean { background-image: url(../img/howto/icon-bean.png); }
.timeicon-bd-cake { background-image: url(../img/howto/icon-bd-cake.png); }


@media (max-width: 767px) {
  .time-table tr:first-child th .timeicon {
    top: 0.5em;
  }
  .timeicon {
    width: 24px;
    height: 24px;
    left: 0px;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .time-table tr:first-child th,
  .time-table tr:first-child td {
    padding-top: 10px
  }
  .time-table tr:last-child th,
  .time-table tr:last-child td {
    padding-bottom: 10px
  }
}

/* illust */
.illust {
  width: 122px;
  height: 96px;
  position: absolute;
}
.illust-top {
  background-image: url(../img/howto/illust-top.png);
  right: 90px;
  top: -74px;
}
.illust-bottom {
  background-image: url(../img/howto/illust-bottom.png);
  right: 50px;
  top: -92px;
  z-index: -1;
}
@media (max-width: 767px) {
  .illust {
    width: 61px;
    height: 48px;
    background-size: contain;
  }
  .illust-top {
    right: 10px;
    top: -38px;
  }
  .illust-bottom {
    right: 10px;
    top: -48px;
    z-index: -1;
  }
}

/* .sub-table
---------------------------*/
.sub-table td {
  font-size: 20px;
}
.sub-table .green {
  background: #e9f3e5;
}
.sub-table .blue {
  background-color: #e2f3fc;
}
/* border */
.sub-table td.green {
  border-right: 2px solid #0058a4;
}
.sub-table-top td {
  border-top: 2px solid #0058a4;
  border-bottom: 2px solid #0058a4;
}
.sub-table-bottom td {
  border-bottom: 2px solid #0058a4;
}
@media (max-width: 767px) {
  .sub-table td {
    font-size: 12px;
    letter-spacing: -1px;
  }
  .sub-table td.green {
    border-right: 1px solid #0058a4;
  }
  .sub-table-top td {
    border-top: 1px solid #0058a4;
    border-bottom: 1px solid #0058a4;
  }
  .sub-table-bottom td {
    border-bottom: 1px solid #0058a4;
  }
}

/* icon */
.listicon {
  display: inline-block;
  padding-left: 30px;
}
.listicon.star-bl {
  background: url(../img/common/listicon-star-bl.png) left center no-repeat;
}
.listicon.star-gr {
  background: url(../img/common/listicon-star-gr.png) left center no-repeat;
}
.listicon.star-or {
  background: url(../img/common/listicon-star-or.png) left center no-repeat;
}
.listicon.star-pe {
  background: url(../img/common/listicon-star-pe.png) left center no-repeat;
}
td .listicon {
    color: #0058a4;
  }
@media (max-width: 767px) {
  .listicon {
    padding-left: 20px;
    background-size: 30% !important;
    white-space: nowrap;
  }
  td .listicon {
    padding-left: 8px;
  }
  .listicon_nenkan {
    padding-left: 20px;
    background-size: 6% !important;
    white-space: nowrap;
  }
}

/* star
--------------------------------------------------------*/
.star {
  width: 455px;
  height: 441px;
  background: url(../img/illust/star_01.png) no-repeat;
  position: absolute;
  z-index: 1;
}

.star-1 { top: 1%; left: -100px; transform:rotate(60deg); }
.star-2 { top: 16%; right: -5%; transform:rotate(-60deg); }
.star-3 { top: 34%; left: 14%; transform:rotate(-60deg); }
.star-4 { top: 54%; right: -5%; transform:rotate(-50deg); }
.star-5 { top: 62%; left: -10%; transform:rotate(-60deg); }

@media (max-width: 767px) {
  .star {
    width: 200px;
    height: 194px;
    background-size: contain;
  }
}