@charset "utf-8";
/* CSS
----------------------------------------------------------- */
/* html, body{height:100%;} */
body{
	min-width:1024px;
	color:#000;
	font-size:14px;
	font-family:Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	background-color:#e9deda;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	position:relative;
}

a, a:link, a:visited{
	color:#658e7a;
	text-decoration:none;
}
a:hover, a:active{color:#999;}

.pc {
	display:block !important;
}
.sp {
	display:none !important;
}
/* 改行を消す */
.br-sp {
	display:none;
}

#wrap{
	width: 750px;
	margin: 0 auto;
}

/* header
----------------------------------------------------------- */


/* nav
----------------------------------------------------------- */


/* content
----------------------------------------------------------- */
h2{
	text-align: center;
	font-size: 3.5em;
	line-height: 1.2em;
	background-image: url(../images/bg_red.jpg);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #d2145a;
	padding: 0.7em 0 0.5em;
	font-weight: bold;
	color: #fff;
}

.txt_area{
	font-size: 2.3em;
	line-height: 1.2em;
	background-image: url(../images/img_brak.png);
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 1em 1em 2em;
	margin-bottom: 1em;
	/* box-sizing: border-box;  */
	text-align: justify;
	color: #3d2f3b;
}

h2.bg_pink{
	text-align: center;
	font-size: 3.5em;
	height: 2em;
	line-height: 2em;
	background-image: url(../images/bg_pink.jpg);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
	font-weight: bold;
	color: #fff;
	padding:0;
}

.txt_area2{
	font-size: 2em;
	line-height: 1.6em;
	padding: 1em 0.5em 1em 0.8em ;
	margin-bottom: 1em;
	/* box-sizing: border-box;  */
	text-align: left;
	color: #3d2f3b;
}

.txt_area2 p{
	text-indent: -0.6em;
}

.txt_area3{
	font-size: 2.3em;
	line-height: 1.4em;
	padding: 1em;
	/* box-sizing: border-box;  */
	text-align: left;
	color: #3d2f3b;
}

.btn2{
  margin-top: -31px;
}

/* footer
----------------------------------------------------------- */

footer #copy{
	text-align: center;
	font-size: 1.5em;
	padding: 1em;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro","Yu Mincho", "MS Mincho", serif;
	font-weight: bold;
}


/* 光るボタン */

.shiny-btn1 {
    display: block;
    position: relative;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.shiny-btn1:hover {
    text-decoration: none;
    color: #fff;
}
.shiny-btn1::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #e9deda;
    animation: shiny-btn1 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}



/* スマホ タブレット用 */
@media screen and (max-width:640px) {

	.pc {
		display:none !important;
	}
	.sp {
		display:block !important;
	}
	/* 改行を復活 */
	.br-sp {
		display:inline;
	}

body{
	min-width:100%;
	color:#000;
	font-size:14px;
	font-family:Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	background-color:#e9deda;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	position:relative;
}

a, a:link, a:visited{
	color:#666;
	text-decoration:none;
}
a:hover, a:active{color:#c2a87b;}


#wrap{
	width: 100%;
	margin: 0 auto;
}

img{
	width: 100%;
	margin: 0 auto;
}

/* header
----------------------------------------------------------- */




/* content
----------------------------------------------------------- */
h2{
	font-size: 1.7em;
	line-height: 1.2em;
	background-image: url(../images/bg_red.jpg);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #d2145a;
	padding: 0.7em 0 0.5em;
	font-weight: bold;
	color: #fff;
}

.txt_area{
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 1em 1.3em 2em;
}

h2.bg_pink{
	font-size: 1.7em;
}

.txt_area2{
	font-size: 1em;
	padding: 1em 0.3em 0.5em 1.2em ;
}

.txt_area2 p{
	text-indent: -0.6em;
}

.txt_area3{
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 1em 1em 0.5em;
}

.btn2{
  margin-top: -15px;
}

/* footer
----------------------------------------------------------- */

footer #copy{
	font-size: 0.9em;
	padding: 1em 0;
}------------------------------------------------------- */


}

/* 色とかスペースとかPC&スマホ共通の装飾
----------------------------------------------------------- */

.txt_large{
	font-size: 1.4em;
}

.mb1em{
	margin-bottom:1em !important;
}

.mb2em{
	margin-bottom:2em !important;
}

.pdl1em{
	padding-left:1em !important;
}

.txt_min{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.flt_r{
	float:right;
	margin-left:2em;
}

.img_center{
	text-align:center !important;
}

.txt_b{
	font-weight:bold !important;
}

.txt_gr{
	color:#4d7662 !important;
}

.txt_rd{
	color:#820909 !important;
}