@charset "utf-8";

/* ==========================================================
 * reset
 * ========================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,th,dt {
	font-weight:400;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
q:before,q:after {
	content:'';
}
object,embed {
	vertical-align:top;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
img,abbr,acronym,fieldset {
	border:0;
}
ol,ul {
	list-style-type:none;
}

/* ==========================================================
 * common
 * ========================================================*/
html {
	font: 62.5%;
}
body {
	font-size: 1rem;
	font-family :‘Hiragino maru Gothic Pro‘,‘HGMaruGothicMPRO‘,‘Verdana‘,‘Osaka‘,Meiryo,’MS PGothic’,sans-serif;
	line-height: 1.75rem;
	color:#000000;
	background:#fff;
}
img {
	vertical-align:top;
	border: 0;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
hr {
	border:none;
	margin: 0;
}
*::selection {
	background:#341707;
	color:#fff;
}
*::-moz-selection {
	background:#341707;
	color:#fff;
}
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}
.corner {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.left,
.right {
	float: none;
	width: 100%;
	display: block;
}
.ta_left {
	text-align:left !important;
}
.ta_right {
	text-align:right !important;
}
.ta_center {
	text-align:center !important;
}
.center {
	margin:0 auto;
}
.block {
	display:block;
}
.inline {
	display:inline;
}
.nopadding {
	padding:0!important;
}
.nomargin {
	margin:0!important;
}
.noborder {
	border:none!important;
}
.nobg {
	background:none!important;
}
.large {
	font-size:110% !important;
}
.bold {
	font-weight:700;
}
a {
	outline:none;
	text-decoration:none;
}
a img {
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	-webkit-backface-visibility:hidden;
/* 追加 */
	backface-visibility:hidden;
/* 追加 */
}
a img:hover {
	opacity:.6;
	filter:alpha(opacity=60);
/* ie lt 8 */
	-ms-filter:alpha(opacity=60);
/* ie 8 */
	-moz-opacity:.6;
/* FF lt 1.5, Netscape */
	-khtml-opacity:.6;
/* Safari 1.x */
}
.clear {
	clear:both;
}
.noboeder {
	border:none!important;
}
.display-sp {
	display: block;
}

/* ==========================================================
 * header
 * ========================================================*/
.pure-drawer a {
	color: #333;
}
.pc_nav {
	display: none;
}
.drawer{
	position: fixed;
	z-index: 50;
}
.pure-drawer ul {
	margin-top: 27px;
} 
.pure-drawer li {
	font-size: 16px;
	padding: 15px 0;
	text-align: center;
	z-index: 2;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.pure-drawer ul a:first-child li {
	color: #341707;
}
.pure-drawer ul a:nth-child(2) li,
.pure-drawer ul a:nth-child(5) li {
	background: #EC009A;
}
.pure-drawer ul a:nth-child(3) li,
.pure-drawer ul a:nth-child(6) li {
	background: #d4b800;
}
.pure-drawer ul a:nth-child(4) li,
.pure-drawer ul a:nth-child(7) li {
	background: #9543f3;
}
.drawer_icon {
	width: 180px;
	margin: 20px auto 0;
	overflow: hidden;
}
.drawer_icon ul {
	margin: 12px 0 0;
}
.drawer_icon li {
	float: left;
	padding: 0 14px; 
	border-bottom: none;
}
.sp_navlogo {
	margin: 30px 0 0 15px;
}
.pure-drawer li {
	font-family: 'Vollkorn', serif;
}
.pure-drawer li span {
	margin-top: 10px;
	font-size: 10px;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.sp_telmail {
	position: fixed;
	bottom: 0;
	width: 100%;
}
.sp_telmail ul {
	display: flex;
}
.sp_telmail a {
	width: 50%;
}
.sp_telmail a:first-child li {
	background: rgba(220, 169, 198, 0.7);
	color: #fff;
	border-top: 1px solid #fff;
}
.sp_telmail a:last-child li {
	background: rgba(149, 67, 243, 0.7);
	color: #fff;
	border-top: 1px solid #fff;
}
.sp_telmail li {
	padding: 0.5rem;
	text-align: center;
	font-size: 1rem;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi mincho", serif;
}

/* ==========================================================
 * footer
 * ========================================================*/
footer {
	  background: rgba(73,48,43,0.9);
}
.footer {
	width: 100%;
	overflow: hidden;
}
.footer_box {
	width: 320px;
	margin: 0 auto;
	font-family: 'Vollkorn', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi mincho", serif;
}
.footer_nav1 {
	overflow: hidden;
	margin: 0 auto 5%;
}
.footer_nav1 li span {
	font-family: "Sawarabi mincho";
	font-size: 11px;
	display: block;
	line-height: 8px;
}
.footer_nav1 h3 {
	font-size: 22px;
	margin: 6% 1% 5%;
	text-align: center;
	color: #fff;
}
.footer_nav1 li {
	float: left;
	padding: 6px 0;
	font-size: 13px;
	width: 50%;
	text-align: center;
}
.sp_fotter_nav_top {
	width: 100% !important;
}
.footer_nav1 a {
	-webkit-transition: all .3s ease;
	ransition: all .3s ease;
	color: #fff;
}
.footer_nav1 a:hover {
	color: #888;
}
.footer_copy {
	clear: both;
	padding-bottom: 2rem;
}
.footer_copy hr{
	border-top: dotted 1px #aaa;
	height: 1px;
}
.footer_copy p{
	text-align: center;
	font-size: 11px;
	margin: 4px auto 0;
	color: #aaa;
}
.footer_copy_f p{
	text-align: center;
	font-size: 11px;
	margin: 4px auto;
	color: #fff;
}
.footer_copy_f hr {
	border: solid 1px #fff;
	margin: 0;
}
.footer_info{
	clear:both;
	width: 320px;
	margin: 0 2% 0 0;
	font-size: 12px;
	text-align: center;
	color: #fff;
}
.footer_info h3 {
	font-size: 16px;
	line-height: normal;
	margin: 0 auto 3%;
	letter-spacing: 3px;
}
.footer_info h3 span {
	font-size: 22px;
}


@media screen and (min-width:600px) {
/* ==========================================================
 * common
 * ========================================================*/
	.display-sp {
		display: none;
	}
	.sp_telmail li {
		padding: 1rem;
		font-size: 1.4rem;
	}
	.left {
		float:left;
		width: 50%;
		display: inline;
	}
	.right {
		float:right;
		width: calc(50% - 1px);
		display: inline;
	}

/* ==========================================================
 * footer
 * ========================================================*/
	.footer_box {
		width: 580px;
	}
	.footer_info{
		clear:both;
		margin: 0 auto;
		font-size: 14px;
		text-align: center;
		font-weight: bold;
	}
}


@media screen and (min-width:768px){
/* ==========================================================
 * header
 * ========================================================*/
	.sp_telmail {
		bottom: 1rem;
		right: 1rem;
		width: auto;
	}
	.sp_telmail ul {
		display: block;
	}
	.sp_telmail li {
		border: 1px solid #fff;
		width: 300px;
		margin-bottom: 0.7rem;
	}
	

/* ==========================================================
 * footer
 * ========================================================*/
	.footer_box {
		width: 700px;
	}
	.footer_nav1 {
		float: none;
	}
	.footer_nav1 li {
		padding: 12px 0;
		font-size: 14px;
		width: 33%;
	}
}


@media screen and (min-width:1024px){
/* ==========================================================
 * header
 * ========================================================*/
 	.drawer {
		display: none;		
	}
 	.pc_nav {
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.45);
		width: 100%;
		height: 100px;
		z-index: 10;
		overflow: hidden;
		display: block;
	}
	.nav_box {
		width: 725px;
		margin: 8px auto;
	}
	.nav_top {
		width: 100%;
		height: 45px;
		border-bottom: 1px dotted #929292;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi mincho", serif;
	}
	.nav_top h1 {
		float: left;
		margin-top: 13px;
		font-size: 20px;
		color: #dedede;
	}
	.nav_top h1 span {
		font-size: 26px;
		font-family: 'Vollkorn', serif;
		letter-spacing: 2px;
		color: #f10078;
	}
	.nav_telmail {
		float: right;
		font-size: 16px;
	}
	.nav_tel, .nav_mail {
		width: 150px;
		height: 25px;
		text-align: center;
		padding: 6px 0;
		margin-right: 20px;
	}
	.nav_tel {
		float: left;
		background-color: #dca9c6;
	}
	.nav_mail {
		float: right;
		background-color: #9543f3;
	}
	.nav_tel .fa {
		padding-right: 5px;
	}
	.nav_mail .fa {
		padding-left: 5px;
	}
	.nav_top a {
		color: #fff;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	.nav_top a:hover {
		color: #f10078;
	}
	.nav_title {
		float: left;
		width: 25%;
		margin: 0 0 6px 0;
	}
	.nav_title h1 {
		color: #000;
		font-size: 30px;
	}
	.nav_list {
		float: right;
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	.nav_list li {
		float: left;
		padding: 0 23px;
		line-height: 13px;
	}
	@supports (-ms-ime-align:auto) /* IE用 */ {
		.nav_list li {
			float: left;
			padding: 0 26px;
		}
	}
	.nav_list a {
		position: relative;
		padding: .1em;
		text-decoration: none;
		color: #dedede;
		font-family: 'Vollkorn', serif;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		font-size: 16px;
	}
	.nav_list a:hover {
		color: #888;
	}
	.nav_list span {
		font-size: 11px;
		font-family: "Sawarabi mincho";
		display: block;
		margin-top: 2px;
	}
	.top_box {
		top: 55px;
	}
	.sp_telmail {
		display: none;
	}
/* ==========================================================
 * footer
 * ========================================================*/
	.footer_nav1 li {
		padding: 22px;
		width: auto;
	}
	.sp_fotter_nav_top {
		width: auto !important;
	}
	.footer_nav1 h3 {
		margin: 4% 1% 1%;
		text-align: left;
	}
}