@charset "UTF-8";


/**
 * #main
 */
#main {
	 background-color:#fff;
	 text-align: center;
}
#main .inner {
	padding:0 0 55px 0;
	border-bottom: 2px solid #ee7168;
}
#main h1 {
	padding: 54px 0 20px;
	text-align:center;
}
#main h2 {
	margin:50px 0;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
#main h4 {
	font-size:18px;
	font-weight:bold;
}
#main #notice p {
	margin-top:0px;
	line-height:1.8;
}
#main p, #main li {
	margin-top:30px;
	line-height:1.8;
}
#main a {
	color:#FF4000;
}
#main .arrow {
	width: 16px;
	height: 16px;
	border-top: 8px solid #ee7168;
	border-right: 8px solid #ee7168;
	display: block;
	transform: rotate(135deg);
	margin: 14px auto 10px;
}
#main .btn {
	width: 568px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-color: #ee7168;
    margin: 0 auto;
    padding: 15px 12px;
    border-radius: 8px;
    text-decoration: none;
    line-height: 1;
    font-weight: bold;
    display: block;
    font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
    box-shadow: 0px 3px 0px 0px rgba(171,115,100,1);
    position: relative;
    -webkit-tap-highlight-color: transparent;
}
#main .btn::after {
	display: block;
    content: "";
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
}
#main .btn:hover {
	opacity: .8;
}
#main p.deco {
	color: #ee7168;
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 10px;
}
#main p.note {
	font-size: 13px;
	margin: 13px 0 0 ;
}
#main p.deco::before,
#main p.deco::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 30px;
    background-color: #ee7168;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    margin: 0 20px -6px;
}
#main p.deco::before {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
@media only screen and (max-width:768px) {
	#main {
		 padding:0;
	}

	#main .inner {
		position:relative;
		padding:0 10px 30px 10px;
	}
	#main h1 {
		padding:30px 0 0;
	}
	#main h2 {
		font-size:14px;
		margin:40px 0;
	}
	#main p, #main li {
		margin-top:20px;
		font-size:12px;
	}
	#main .arrow {
		width: 10px;
		height: 10px;
		border-top: 6px solid #ee7168;
		border-right: 6px solid #ee7168;
		margin-bottom: 6px;
	}
	#main p.note {
		font-size: 12px;
	}
	#main .btn {
		width: 90%;
		font-size: 16px;
	}
	#main .btn::after {
		width: 6px;
		height: 6px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
	}
}


.sec {
	 background-color:#fff;
	 letter-spacing: 0.01em;
}
.sec .inner {
	padding: 50px 0;
	border-bottom: 2px dotted #7e7e7e;
}
.sec:last-child .inner {
	border-bottom: 0;
}
.sec .content {
	padding: 0 20px 0 54px;
}
.sec h1 {
	font-size: 27px;
	font-weight: bold;
	line-height: 1.5;
	color: #ee7168;
	margin-bottom: .3em;
    position: relative;
    padding-left: 54px;
}
.sec h2 {
    color: #ee7168;
    font-size: 20px;
    margin-bottom: .5em;
}
.sec h1 span {
    display: inline-block;
    font-size: 19px;
    width: 1em;
    height: 1em;
    line-height: 1;
    background-color: #ee7168;
    padding: .6em;
    vertical-align: middle;
    margin-right: .8em;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
}
.sec p {
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: .5em;
}
.sec p.minus {
	margin-bottom: -.5em;
}
.sec p a {
	color: inherit;
}
.sec p a:hover {
	text-decoration: underline;
}
.sec .btn {
	width: 100%;
	max-width: 568px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-color: #ee7168;
    margin: 0 auto;
    padding: 10px 30px 10px 12px;
    border-radius: 8px;
    text-decoration: none;
    line-height: 1.5;
    font-weight: bold;
    display: block;
    font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
    box-shadow: 0px 3px 0px 0px rgba(171,115,100,1);
    position: relative;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}
.sec .btn.sm {
	font-size: 18px;
}
.sec .btn.xs {
	font-size: 16px;
}
.sec .btn.lg {
	max-width: 96%;
}
.sec .btn::after {
	display: block;
    content: "";
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    margin: auto;
}
.sec .btn:hover {
	opacity: .8;
}
.sec ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.sec ul li {
	flex-basis: 50%;
	max-width: 50%;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 20px;
	text-align: center;
}
.sec ul li:last-child {
	margin-bottom: 0;
}
.sec strong {
	color: #623818;
	font-size: 16px;
	display: block;
	margin-bottom: 6px;
	line-height: 1.5;
}
.sec .c {
	text-align: center;
}
.sec .arrow {
	width: 10px;
	height: 10px;
	border-top: 4px solid #623818;
	border-right: 4px solid #623818;
	display: block;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin: 10px auto 10px;
}
.sec .movie {
	margin: 0 auto;
	max-width: 568px;
}
.sec .movie .movie_inner {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.sec .movie iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.sec .book {
	text-align: center;
	margin: 20px 0;
}
.sec .book::before,
.sec .book::after {
    content: "";
    display: inline-block;
    background-image: url(../img/deco_book.png);
    width: 80px;
    height: 129px;
    vertical-align: middle;
    background-size: 100%;
    margin: 0 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.sec .book::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sec .book img {
	vertical-align: middle;
}
@media only screen and (max-width:768px) {
	.sec .inner {
		padding: 30px 10px;
	}
	.sec .content {
		padding: 0;
	}
	.sec h1 {
		font-size: 20px;
		padding-left: 40px;
		min-height: 36px;
	}
	.sec h2 {
		font-size: 16px;
	}
	.sec h1 span {
		font-size: 14px;
	}
	.sec p {
		font-size: 12px;
	}
	.sec ul {
		margin: 0;
	}
	.sec ul li {
		flex-basis: 100%;
		max-width: 100%;
		padding: 0;
	}
	.sec .btn, .sec .btn.sm, .sec .btn.xs {
		font-size: 16px;
	}
	.sec .btn::after {
		width: 6px;
		height: 6px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
	}
	.sec .arrow {
		width: 8px;
		height: 8px;
		border-top: 4px solid #623818;
		border-right: 4px solid #623818;
		display: block;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		margin: 8px auto 8px;
	}
	.sec .book::before,
	.sec .book::after {
		width: 40px;
		height: 65px;
		margin: 0 10px;
	}
}



/**
 * #list
 */
#list {
	 background-color:#ffaf4f;
}
#list_contents {
	margin-top:10px;
}
#btn_pagetop span {
	color:#fff;
}
#spb {
	position:relative;
	top:-100px;
}
@media only screen and (max-width:768px) {
	#spb {
		top:0;
	}
}