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

/* ==========================================================
 * all
 * ========================================================*/
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #341707;
	background: #ffe7f3 url(../img/bg/bg_pink.jpg);
	letter-spacing: 1px;
}
p {
	text-align: justify;
}
.button {
	display: inline-block;
	width: 184px;
	height: 44px;
	text-align: center;
	text-decoration: none;
	line-height: 44px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #000;
	color: #000;
	line-height: 44px;
}
.button:hover {
	border-style: dashed;
}
.width-box {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 1rem;
}
.float-l, .float-r {
	float: none;
}
.te-right {
	text-align: right;
}
section {
	margin-top: 10rem;
	background: rgba(255, 255, 255, 0.8);
	overflow: hidden;
	padding: 3rem 0;
	margin-bottom: 7rem;
}
section h2 {
	font-family: 'Vollkorn', "Sawarabi mincho", serif;
	font-size: 2.8rem;
	line-height: normal;
	letter-spacing: -1px;
}
section h2 span {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.1rem;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: left;
	margin: 0 0.5rem;
}
section hr {
	border-top: 1px solid #341707;
	margin-top: -10px;
	height:1px;
}
section a:hover {
	color: #aaa;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-thumb {
  background-color: rgba(232, 232, 232, 0.5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

/* ==========================================================
 * common
 * ========================================================*/
.pc_nav {
	background: rgba(0, 0, 0, 0.74);
}

@media screen and (min-width:600px){	
}


@media screen and (min-width:768px){
/* ==========================================================
 * all
 * ========================================================*/
	section {
		margin-bottom: 10%;
	}
}


@media screen and (min-width:1024px){
}


@media screen and (min-height:1300px){
}