@charset "UTF-8";
/* CSS Document */

body{
		width: 90%;
    max-width: 1000px;
		margin:auto;
	}

h1{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:30px;
	color:rgb(202,21,29);
	padding-bottom:20px;
	text-align:center;
}

h2{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:20px;
	padding:10px 0;
}

p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
	line-height:1.5;
}

.btn-stitch {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #FFC7CD;
  color: #FFF;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 5px #FFC7CD;
  border: dashed 1px #FFF;
}

.btn-stitch:hover {
  border: dotted 1px #FFF;
}

.clear{
	clear:both;
	height:20px;
}

.qa-6 {
    max-width: 500px;
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

.qa-6-2 {
    max-width: 500px;
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
}

.qa-6-2 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-6-2 summary::before,
.qa-6-2 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6-2 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-6-2 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-6-2[open] summary::after {
    transform: rotate(225deg);
}

.qa-6-2 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em 4em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6-2[open] p {
    transform: none;
    opacity: 1;
}

.qa-6-2 p:first-of-type:before  {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
    padding-left: 1em;    
}

.indent {
        display: inline-block;
  text-indent: -1em;
  padding-left: 11em;
}

.lp08_top{
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 56.25%;
    background: url(/lp/08/images/sakuraNoteA_01_20240120.png) center center / contain no-repeat;
}


.lp08_main{
	width:100%;
	box-sizing:border-box;
	margin:auto;
	padding:0;
}


.lp08_main img{
	width:100%;
	vertical-align:top;
}

.lp08_sub{
	width:100%;
	box-sizing:border-box;
	margin:auto;
	padding:0;
}

.lp08_sub img{
	width:100%;
	vertical-align:top;
}



/************************************
form
************************************/
#form {
	padding-top:20px;
	background-color:rgba(255,255,255,1.00);
}
#form .inner {
    width: 80%;
    margin: 0 auto;
}

#form .inner iframe{
    width: 100%;
}

#form h2 {
	font-size: 23px;
	text-align: center;
	margin-bottom: 15px;
	font-style: inherit;
}

#form .wrapper{
	width:100%;
	text-align:center;
	margin-bottom:20px;
}

#form .wrapper .left{
	width:50%;
	float:left;
}

#form .wrapper .left img{
	width:80%;
	margin:50px auto;
}

#form .wrapper .right{
	font-size:14px;
	width:50%;
	float:right;
}

#form .wrapper .right img{
	width:40%;
}

#form  .fotter_logo{
	width:100%;
	margin: 0 auto;
	padding-bottom:20px;
}


#form  .fotter_logo  a{
	display:block;
	text-align:center;
}

#form  .fotter_logo  img{
	width:50%;
	margin-bottom:10px;
}

#form .fotter_logo address{
	font-size:15px;
	font-style:normal;
	text-align:center;
}

#form .fotter_address a{
	display:inline;
	color:#333;
}

/************************************
fotter
************************************/

#fotter {
	position: relative;
	background-size: cover;
	background-color: rgba(255,255,255,1.00);
	padding-top: 30px;
	padding-bottom: 50px;
}

#fotter .logo {
    width: 100%;
    text-align: center;
	box-sizing:border-box;
	padding:50px 35% 0 35%;
	}

#fotter .logo img {
    width: 100%;
}


/************************************
contact
************************************/
 .contact {
    width: 80%;
    text-align: center;
    margin: 20px auto 0;
	padding:30px;
	border:solid 1px rgba(0,0,0,1.00);
}

 .contact .imgover{
	 width:100%;
}



@media (max-width : 643px ){
	body{
		width: 100%;
		margin:auto;
	}

}
