/*===============================================

 *	ブラウザリセット

===============================================*/
*{
	font-family: "Noto Sans JP","Noto Sans SC", Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
}
html {
   overflow-y: scroll;
}
body {
 	font-size: 100%;
}
table {
	font-size: inherit;
}
select,input, textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}
pre, code {
	font: 115% monospace;
	*font-size: 100%;
}
br{
	letter-spacing: normal;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}
address,em{
	font-style: normal;
}
strong,th{
	font-weight: normal;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
th,td{
	text-align: left;
	border: none;
	font-weight: normal;
}
hr {
	display: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	line-height: 1.4;
}
img,fieldset{
	border: 0;
	vertical-align: bottom;
}
li{
	list-style-type: none;
}
ul,ol,dl {
	margin: 0;
	list-style-position: outside;
	list-style-type: none;
}
li,dt,dd {
	font-size: 100%;
}
dt {
	font-weight: normal;
}
a{
	text-decoration: none;
	outline: none;
}
form,input{
	padding: 0;
	margin: 0;
}
small{
	font-size: 100%;
}
ifram{
	border: none;
}
iframe:not([seamless]){
	border: none;
}
/* ----------------------------------
	このサイトオリジナル設定
---------------------------------- */
a {
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a:link {
	/*color: #333;*/
	text-decoration: underline;
}
/*a:visited {
	color: #0f367a;
}*/
a:hover {
	color: #e03563;
}
a img{
	transition: 0.8s;
}
a img:hover{
	opacity: 0.8;
}
/*===============================================
	clearFix
===============================================*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix{
    zoom: 1;
}
/*-----------------------------------------------

 *	全体

-----------------------------------------------*/
body,
html {
	height: 100%;
	margin: 0 auto;
	color: #221815;
	font-size: 100%;
	line-height: 1.5;
}
html {
	overflow-x: hidden;
}
p em,
p strong{
	font-weight:bold;
}
.w1200 {
	margin: 0 auto;
	width: 1200px;
}
.m10 {margin-bottom: 10px;}
.m20 {margin-bottom: 20px;}
.m30 {margin-bottom: 30px;}
.m40 {margin-bottom: 40px;}
.m50 {margin-bottom: 50px;}
.m60 {margin-bottom: 60px;}
.m70 {margin-bottom: 70px;}
.m80 {margin-bottom: 80px;}
.m90 {margin-bottom: 90px;}
.m100 {margin-bottom: 100px !important;}
.w35 {width: 35%}
.w100 {width: 100% !important;}
/*-----------------------------------------------

 *	header

-----------------------------------------------*/
.head *,
.container *,
.foot * {
	box-sizing: border-box;
}
.head img,
.container img,
.foot img {
	height: auto;
	width: 100%;
}
.auto,
.auto img {
	width: auto;
}
.head > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	padding: 40px 0 0 0;
}
.nav {
	background-color: #e03563;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 9999;
}
.nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.nav li {
	width: calc(100%/6);
	text-align: center;
}
.nav a {
	color: #fff;
	display: block;
	padding: 1rem 0;
}
.nav a:link {
	text-decoration: none;
}
.nav a:hover {
	background-color: #e188a0;
}
/*-----------------------------------------------

 *	footer

-----------------------------------------------*/
.footer-contact-area .btn-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-contact-area .btn-box li {
	margin-bottom: 15px;
	width: 30%;
}
.foot {
	background-color: #f6bdc0;
}
.foot-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	width: 820px;
	padding: 50px 0;
}
.foot-nav li a {
	color: #e03563;
	font-size: 0.88rem;
	text-decoration: none;
}
.foot-nav li:not(:last-of-type) {
	border-right: 1px solid #000;
	padding-right: 40px;
}
.foot #copyright,
.foot #copyright a {
	text-align: center;
	font-size: 0.88rem;
	color: #000;
	padding: 0 0 40px;
	text-decoration: none;
}
/*-----------------------------------------------

 *	パンくず

-----------------------------------------------*/
.blead {
	display: flex;
	margin-bottom: 50px;
}
.blead li,
.blead li a {
	color: #fff;
	text-decoration: none;
	padding: 20px 30px;
	position: relative;
}
.blead li:first-of-type {
	background-color: #e03563;
	padding-right: 100px;
	margin-right: 10px;
}
.blead li:not(:first-of-type) {
	background-color: #f6bdc0;
	padding-left: 60px;
}
.blead li:first-of-type::after {
	content: "";
    position: absolute;
    top: 50%;
    right: -62px;
    transform: translateY(-50%);
    border: 32px solid transparent;
    border-left: 30px solid #e03563;
    cursor: pointer;
    z-index: 1;
}
.blead li:not(:first-of-type)::before {
	content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 32px solid transparent;
    border-left: 30px solid #fff;
    z-index: 0;
}
.blead .two::after {
	content: "";
    position: absolute;
    top: 50%;
    right: -62px;
    transform: translateY(-50%);
    border: 32px solid transparent;
    border-left: 30px solid #f6bdc0;
    cursor: pointer;
    z-index: 1;
}
.blead .two {
	margin-right: 10px;
}
/*===============================================

 *	page 404

===============================================*/

#page404 {
	margin: 0 auto;
	padding: 200px 0 100px;
}

#page404 h1 {
	margin: 0 0 80px;
	text-align: center;
}

#page404 h2 {
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 35px;
	text-align: center;
}

#page404 .msg {
	line-height: 1.8;
	margin: 0 0 100px;
	text-align: center;
}

.link-back-btn a{
	background-color: #e03563;
	border-radius: 8px;
	color: #fff !important;
	display: block;
	letter-spacing: 0.1em;
	margin: 0 auto;
	font-size: 1.06rem;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
	text-decoration: none !important;
	width: 400px;	
}

.link-back-btn a:hover{
	opacity: 0.7;
}
