@charset "UTF-8";
/* CSS Document */
/*--------------共通部分------------------*/
body{
    font-family: 'Sawarabi Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #FEEBBE;
    line-height: 1.7;
    font-size: 15px;
    color: #333;
    margin: 0 auto;
}

div#wrap{
    margin: 0 auto ;
    width: 1260px;
}

div#wrap div#main{
    margin-top: 20px;
	
}

div#main{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 100px
}

p.next,p.back{
    padding-top: 350px;
}

div#img{
    position: relative;
}

p#back_menu{
    position: absolute;
    bottom: 0;
}

p#back_menu{
    margin-bottom: 20px;
	-moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}

p#back_menu:hover{
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/*------------jibunnokimochi_01---------------*/
body#jibunnokimochi_01 div#img{
	position: relative;
}

body#jibunnokimochi_01 div#kao{
	display: flex;
	justify-content: space-between;
	width: 800px;
	position: absolute;
	top:46%;
	right: 0;
	left: 0;
	margin: auto;
}

body#jibunnokimochi_01 div#kao p{
	-moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}

body#jibunnokimochi_01  div#kao p:hover{
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

body#jibunnokimochi_01 .fukidashi {
      padding: 0;
      margin: 0;
    }

body#jibunnokimochi_01 .kao_img {
      position: relative;
    }

body#jibunnokimochi_01 .fukidashi_text {
	display: none;
	position: absolute;
	top: -140px;
	left: 260px;
	padding: 30px;
	width: 200px;
	border-radius: 5px;
	background: #F2CC49;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
	font-size: 1.4em;
    }

 body#jibunnokimochi_01 .kao_img:hover + .fukidashi_text {
      display: block;
    }

body#jibunnokimochi_01 p#back_menu{
	bottom: -100px;
}

/*--------------jibunnokimochi_02---------------*/

body#jibunnokimochi_02 div#img{
	position: relative;
}

body#jibunnokimochi_02 p#point a{
	position: absolute;
	top: 20px;
	right: 30px;
	-moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}

body#jibunnokimochi_02 p#point a:hover{
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

body#jibunnokimochi_02 #kao_img p{
	-moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}

body#jibunnokimochi_02 #kao_img p:hover{
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

body#jibunnokimochi_02 #kao_img{
	display: flex;
	justify-content: space-between;
	width: 870px;
	position: absolute;
	top: 300px;
	left: 70px;
}

body#jibunnokimochi_02 p#text{
	font-size: 2em;
	font-weight: bold;
	position: absolute;
	bottom: 130px;
	left: 270px;
	letter-spacing: 5px;
}

body#jibunnokimochi_02 p#back_menu{
	bottom: -100px;
}

/*-------------#jibunnokimochi_03--------------*/

body#jibunnokimochi_03 div#img{
	position: relative;
}

body#jibunnokimochi_03 p#text{
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

body#jibunnokimochi_03 p#pdf {
	text-align: center;
}
body#jibunnokimochi_03 p#pdf {
    margin-bottom: 100px;
	-moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}

body#jibunnokimochi_03 p#pdf:hover{
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/*---------------jibunnokimochi_04-----------------*/

body#jibunnokimochi_04 div#img{
	position: relative;
}

body#jibunnokimochi_04 p#text{
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

body#jibunnokimochi_04 p#pdf {
	text-align: center;
}

body#jibunnokimochi_04 p#pdf {
	margin-bottom: 100px;
	-moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}

body#jibunnokimochi_04 p#pdf:hover{
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/*--------------jibunnokimochi_05----------------*/

body#jibunnokimochi_05 div#img{
	position: relative;
}

body#jibunnokimochi_05 p#text{
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

body#jibunnokimochi_05 p#pdf {
	text-align: center;
}

body#jibunnokimochi_05 p#pdf {
	margin-bottom: 100px;
	-moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}

body#jibunnokimochi_05 p#pdf:hover{
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

body#jibunnokimochi_05 div#img{
    position: relative;
}

body#jibunnokimochi_05 p#point{
    position: absolute;
    top: 10px;
    right: 20px;
}

body#jibunnokimochi_05 p#point {
	-moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}

body#jibunnokimochi_05 p#point:hover{
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/*--------------jibunnokimochi_06----------------*/

body#jibunnokimochi_06 div#img{
	position: relative;
}

body#jibunnokimochi_06 p#text{
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

body#jibunnokimochi_06 p#pdf {
	text-align: center;
}

body#jibunnokimochi_06 p#pdf {
	margin-bottom: 100px;
	-moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}

body#jibunnokimochi_06 p#pdf:hover{
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/*--------------jibunnokimochi_07----------------*/

body#jibunnokimochi_07 div#img{
	position: relative;
}

body#jibunnokimochi_07 p#text{
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

body#jibunnokimochi_07 p#pdf {
	text-align: center;
}

body#jibunnokimochi_07 p#pdf {
	margin-bottom: 100px;
	-moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}

body#jibunnokimochi_07 p#pdf:hover{
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}






