#schedule * {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#schedule img {
	border: 0px;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
#schedule li {
	list-style-type: none;
	text-decoration: none;
}
#schedule a {
	text-decoration: none;
}
#schedule a:hover {
	opacity: 0.8;
}
#schedule h3{
	margin-top: 0px;
	background: none;
	height: auto;
}
#schedule {
	width: 100%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	color: #000;
	line-height: 1.6;
	background-color: #FFF;
	min-width: 1040px;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}
/*--------------------------------------------------*
 *   メインビジュアル
 *--------------------------------------------------*/
#schedule .mainvisual {
	width: 100%;
	background: url("../img/schedule/back_pc.jpg") no-repeat center top;
    background-size: cover;
    height: 442px;
    position: relative;
}
/*--------------------------------------------------*
 *   流れ共通（STEP1～2）
 *--------------------------------------------------*/
#schedule .steps{
    padding: 50px 0;
}
#schedule .steps.back-a{
    background-image: url(../img/schedule/leaf_l.png), url(../img/schedule/leaf_r.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right bottom;
    background-size: 250px;
}
#schedule .steps.back-b{
    background: #fcfbfa;
}
#schedule h2{
    text-align: center;
    font-size: 25px;
    margin-bottom: 40px;
}
#schedule h2 span{
    font-size: 32px;
    background: linear-gradient(transparent 60%, #f9cfe0 60%);
    padding: 0px 5px;
}
#schedule .inner{
    max-width: 1100px;
    margin: 0 auto;
}
#schedule .inner.item-a{
    display: flex;
    gap: 50px;
    justify-content: space-around;
}
#schedule .inner.item-a .box{
    width: 46%;
}
#schedule .inner .box .step{
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}
#schedule .inner .box .step img{
    width: 67px;
}
#schedule .inner .box .notes-a {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 15px;
    margin-top: 10px;
}
#schedule .inner .box .text{
    font-size: 17px;
}
/*--------------------------------------------------*
 *   流れ（STEP3～）
 *--------------------------------------------------*/
#schedule .inner.item-b{
    display: flex;
    gap: 40px;
    justify-content: space-around;
    margin-bottom: 50px;
}
#schedule .inner .box.left{
    width: 57%;
}
#schedule .inner .box.right{
    width: 42%;
}
#schedule .inner .box .notes-b {
    text-indent: -1em;
    font-size: 15px;
    margin-top: 20px;
    background: #FFF;
    border: solid 1px;
    padding: 0.8em 0.8em 0.8em 1.5em;
}
#schedule .inner .box .notes-b span{
    font-weight: bold;
}
#schedule .inner .box .notes-c {
    font-size: 15px;
    margin-top: 20px;
    background: #FFF;
    border: solid 1px;
    padding: 0.8em;
}
#schedule .inner .box .notes-c span{
    font-weight: bold;
}
#schedule .inner .box.right p:first-child{
    margin-bottom: 20px;
}
#schedule .inner .box.middle{
    display: flex;
    align-items: center;
}
#schedule .inner .box .text span{
    font-weight: bold;
}
#schedule .inner .box .line{
    margin-top: 20px;
}
#schedule .inner .box .line span{
    font-size: 20px;
    background: linear-gradient(transparent 60%, #fef4ee 60%);
    padding: 0px 5px;
    font-weight: bold;
}
/*--------------------------------------------------*
 *   リンク
 *--------------------------------------------------*/
#schedule .schedule-link{
    max-width: 830px;
    margin: 60px auto;
}
#schedule .schedule-link a {
    display: block;
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
    border-radius: 20px;
    padding: 30px;
    background-color: #ee71a3;
    background-image:url(../img/schedule/icon_heart.png);
    background-repeat: no-repeat;
    background-position: 96% 52%;
    background-size: 38px auto;
    padding-left: 205px;
    position: relative;
}
#schedule .schedule-link a img{
    position: absolute;
    left: -84px;
    top: -17px;
}
/* PCレイアウト */
@media (min-width: 640px) {
#schedule .mainvisual p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#schedule .mainvisual p img{
    max-width: none;
}
/*--------------------------------------------------*
 *   PCでは無効/表示されない
 *--------------------------------------------------*/
.pc_none {
	display: none !important;
}
}

/* スマホレイアウト */
@media (max-width: 639px) {
#schedule {
	min-width: inherit;
}
/*--------------------------------------------------*
 *   メインビジュアル
 *--------------------------------------------------*/
#schedule .mainvisual{
    width: 100%;
    background: url(../img/schedule/back_sp.jpg) no-repeat center top;
    background-size: cover;
    height: 70vw;
    position: relative;
    padding: 16vw 0;
}
/*--------------------------------------------------*
 *   流れ共通（STEP1～2）
 *--------------------------------------------------*/
#schedule .steps{
    padding: 20px 10px;
}
#schedule .steps.back-a{
    background-size: 36%;
}
#schedule h2{
    font-size: 4vw;
    margin-bottom: 20px;
}
#schedule h2 span{
    font-size: 5vw;
}
#schedule .inner.item-a{
    display: block;
}
#schedule .inner.item-a .box{
    width: auto;
    margin-bottom: 20px;
}
#schedule .inner .box .step{
    font-size: 3.5vw;
    margin-bottom: 10px;
}
#schedule .inner .box .step img{
    width: 12%;
}
#schedule .inner .box .text{
    font-size: 3vw;
}
#schedule .inner .box .notes-a{
    font-size: 3vw;
}
/*--------------------------------------------------*
 *   流れ（STEP3～）
 *--------------------------------------------------*/
#schedule .inner.item-b{
    display: block;
    margin-bottom: 20px;
}
#schedule .inner .box.left,#schedule .inner .box.right{
    width: auto;
}
#schedule .inner .box.right{
    margin-top: 20px;
}
#schedule .inner .box .notes-b,#schedule .inner .box .notes-c{
    font-size: 3vw;
}
#schedule .inner .box.middle{
    display: block;
}
#schedule .inner .box .line span{
    font-size: 3.3vw;
}
/*--------------------------------------------------*
 *   リンク
 *--------------------------------------------------*/
#schedule .schedule-link{
    margin: 40px 20px;
}
#schedule .schedule-link a{
    font-size:3.8vw;
    padding: 20px;
    padding-left: 30%;
    border-radius: 10px;
}
#schedule .schedule-link a img{
    left: -3%;
    width: 30%;
    top: -1%;
}
/*--------------------------------------------------*
 *   SPでは無効/表示されない
 *--------------------------------------------------*/
.sp_none {
	display: none !important;
}
}



