@charset "UTF-8";
/* CSS Document */

@media only screen and (min-device-width: 481px) { /*表示切り替え*/
	.sp-only{
		display: none;
	}
}

/*共通*/
body {
    font-family: a-otf-jun-pro, sans-serif;
	font-weight: bold;
	font-style: normal;
}
img{
	max-width: 100%;
}
.container {
    max-width: 1200px;
}
.f-pink{
	color: #FF564F;
}
a{
	color: #3e9def;
}
/*
.f-jun{
	font-family: a-otf-jun-pro, sans-serif;
	font-weight: bold;
	font-style: normal;
}
*/
.f-suu{
	font-family: fot-seurat-pron, sans-serif;
	font-weight: 600;
	font-style: normal;
}
@media all and (-ms-high-contrast: none){
  .f-suu {
		font-family: "メイリオ", sans-serif;
	}
}

header{
	max-width: 1170px;
	margin: 10px auto;
}


/*main*/
.main-visual{
	text-align: center;
}
.main-p{
	font-size: 22px;
	text-align: center;
    line-height: 2.4;
	padding: 40px 0 45px;
}

/*book*/
.book-bg{
	background-color: #FFF6E9;
	padding-top: 60px;
	padding-bottom: 60px;
}
.book-head{
	display: inline-block;
	position: absolute;
    top: -75px;
    left: 280px;
	font-size: 20px;
	color: #fff;
	background-color: #FF564F;
	border-radius: 30px;
	padding: 3px 20px 5px;
}
.book-name{
	font-size: 50px;
	font-feature-settings : "palt";
	text-align: center;
	letter-spacing: 5px;
	color: #FF564F;
}
.book-name span{
	display: block;
	font-size: 30px;
	padding-top: 10px;
}
.flat-img{
	max-width: 900px;
	text-align: center;
	background-image: linear-gradient(45deg, #FFDFD1 25%, #FFD6C4 25%, #FFD6C4 50%, #FFDFD1 50%, #FFDFD1 75%, #FFD6C4 75%, #FFD6C4);
    background-size: 30px 30px;
	border-radius: 20px;
    padding: 30px 0;
	margin: 40px auto;
}
.wrap-point{
	max-width: 930px;
	margin: 10px auto 20px;
}
.wrap-table{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.wrap-table > tbody > tr > td{
	padding: 0;
}
.spec{
    width: 100%;
    border-bottom: 1px solid #808080;
}
.table th {
    width: 150px;
    font-weight: normal;
    background-color: #f3f3f3;
	border-top: 1px solid #808080;
	padding: 10px 20px;
}
.table td {
	background-color: #fff;
    padding: 10px 20px;
	border-top: 1px solid #808080;
}

/*pr*/
#pr{
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	padding-top: 60px;
	padding-bottom: 80px;
	text-align: center;
}
.pr-head{
	font-size: 34px;
}
.pr-p{
	font-size: 20px;
	line-height: 1.8;
	padding: 30px 0;
}
#pr .icon-balloon{
	position: absolute;
    top: -25px;
    right: 200px;
}

#entry{
	padding: 60px 0 50px;
	margin-bottom: 40px;
	text-align: center;
    background-color: #FFF6E9;
}
#entry .row{
	max-width: 930px;
	margin: 0 auto;
}
#entry h2{
	margin-bottom: 40px;
}
#entry h3{
	font-size: 20px;
    line-height: 1.4;
	margin-top: 10px;
}
#entry p{
	font-size: 15px;
}
#entry .user div{
	margin-top: 50px;
	margin-bottom: 40px;
}

.form-link{
	color: #42210B;
	border: solid 2px #42210B;
	border-radius: 45px;
	box-shadow: 0px 5px #42210B;
    padding: 20px 100px;
}
.form-link:hover{
	text-decoration: none;
	color: #42210B;
	background-color: #FFF6E9;
}
.goma {
	-webkit-text-emphasis: dot #FF564F;
	text-emphasis: dot #FF564F;
}

#form{
	padding: 20px 0;
}
#form .form-link{
	color: #ff564f;
	border-color: #ff564f;
	box-shadow: 0px 5px #ff564f;
    cursor: pointer;
}

/*sb-point*/
.point-bg{
	background-image: linear-gradient(45deg, #f1f1f1 25%, #e3e3e3 25%, #e3e3e3 50%, #f1f1f1 50%, #f1f1f1 75%, #e3e3e3 75%, #e3e3e3);
    background-size: 30px 30px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.head-point{
	position: relative;
	text-align: center;
    line-height: 1.4;
	padding-bottom: 30px;
}
.head-sakura:before{
  /*content: url(../img/icon_sakura.png);*/
  display: block;
}
.wrap-talk{
	max-width: 1170px;
	background-color: #fff;
	border-radius: 20px;
	padding: 40px 130px;
	margin: 0 auto 20px;
}
.wrap-talk-flex{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.happy-head{
	font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.happy-line{
    line-height: 1.8;
	color: #FF564F;
	border-bottom: dashed 2px #FF564F;
	padding-bottom: 5px;
}
.happy-p{
	font-size: 18px;
    line-height: 1.8;
	color: #231815;
}
.qa00{
	position: absolute;
	left: 100px;
    bottom: 10px;
}
.qa01{
    align-self: flex-start;
	margin-left: 20px;
}

/*conditions*/
#conditions{
	padding-top: 60px;
	padding-bottom: 60px;
}
.head-condi{
	text-align: center;
}
.table-condi{
    width: 100%;
	max-width: 900px;
    border-bottom: 1px solid #808080;
	margin: 30px auto 0;
}

/*form*/
.head-form{
	font-size: 34px;
	text-align: center;
	padding-bottom: 40px;
}
.table-form{
	width: 100%;
	max-width: 900px;
	margin: 70px auto 0;
}
.table-form th{
	background-color: #fff;
}
input,select{
    height: 50px;
    border: solid 1px #333;
    padding: 0px 20px;
}
input{
	padding: 0 20px;
}
select{
	padding: 0 0 0 20px;
}
input[type=checkbox], input[type=radio]{
	height: auto;
	margin-right: 5px;
}
th.form-tr-head{
	font-size: 18px;
	color: #42210B;
	background-color: #D3E1E3;
    padding: 10px 20px;
    border-top: solid 2px #333;
}
.table-form .form-thh{
    width: 300px;
	padding: 15px 0 0 20px;
}
.table-form .form-tdf{
	padding: 15px 0px 0px 20px;
}
.form-space{
	padding: 15px 0;
}
.form-table-mark {
    float: right;
    font-size: 14px;
    color: #fff;
    padding: 3px 10px;
}
.form-ws{
	width: 70%;
}
.form-ws2{
	width: 40%;
}
.form-wl{
	width: 100%;
}
.required{
	background-color: #ff564f;
}
.optional{
    background-color: #A5A5A5;
}
p.form-table-mark{
	margin-bottom: 0;
}
.form-privacy{
	border-top: solid 2px #333;
	border-bottom: solid 2px #333;
}
.form-privacy-link{
	text-align: center;
}
.table-form a{
	color: #FF564F;
	border-bottom: solid 2px #FF564F;
	padding-bottom: 3px;
}
.table-form a:hover{
	text-decoration: none;
	border-bottom: solid 3px #FF564F;
}
.send{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 100px;
}
.btn_send ,.btn_form{
	height: 70px;
	font-size: 22px;
	color: #42210B;
    border: solid 2px #42210B;
    border-radius: 45px;
    box-shadow: 0px 5px #42210B;
    padding: 0px 100px;
	cursor: pointer;
}
.btn_send:hover,
.btn_form:hover{
    background-color: #FFF6E9;
}
/*確認と送信完了*/
.form-checkwrap{
	margin: 70px 0;
}
.form-checkwrap h2,.form-checkwrap p{
	text-align: center;
}
.form-checkpage{
	width: 100%;
	max-width: 800px;
	margin: 60px auto 0;
}
.form-checkpage tbody{
	border-bottom: solid 1px #acacac;
}
.form-checkpage th,.form-checkpage td{
    border-top: solid 1px #acacac;
    padding: 10px 0 10px 20px;
}
.form-checkpage th{
	width: 200px;
}
.form-thankswrap{
	text-align: center;
	margin: 60px 0;
}
.form-thankswrap h2{
	margin-bottom: 40px;
}
.form-thankswrap a{
    color: #FF564F;
    border-bottom: solid 2px #FF564F;
    padding-bottom: 3px;
}
.form-thankswrap a:hover{
    text-decoration: none;
    border-bottom: solid 3px #FF564F;
}
.btn_cancel{
	color: #8e8e8e;
	background-color: #eee;
	border: solid 2px #8e8e8e;
    box-shadow: 0px 5px #8e8e8e;
}

.foot_banner{
	margin-top: 130px;
}
footer .copyright{
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #91B8BD;
	padding: 10px 0;
/*	margin-top: 100px; */
	margin-bottom: 0;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
	background-color: #fff;
}


label.form-btnlabel{
	display: block;
    text-align: center;
}
input#label[type="checkbox"] {
	display: none;
}
.content {
	height: 0;
	padding: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.switch:checked + .content {
	height: auto;
}
