/*
Template:astrid
Theme Name:astrid_child
*/
/* ---------- initialze ----------*/
body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif !important;
}
h1,h2,h3,h4,h5,p {
    letter-spacing: 0;
    margin: 0; 
}
a {
	text-decoration: none;
}
ol,ul,li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.home #page .site-content {
    margin-bottom: 0;
    margin-top: 0;
}
#page .site-content {
    margin-bottom: 0;
    margin-top: 0;
}
.site-content > .container {
    width: 100%;
	background-color: transparent;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding: 0;
}
.hentry {
	border: none;
	background-color: transparent;
    padding: 0;
    margin: 0;
}
.home .entry-header,
#comments {
    display: none;
}
.content-area {
    float: none;
    margin: 0;
}
.header-clone { display: none; }
#page { padding: 0; }
.entry-content > section { position: relative; }
.entry-footer { display: none; }

p,ul,dl {
	font-size: 14px;
	color: #3B4246;
	line-height: 1.7;
	margin-bottom: 32px;
}

/* ---------- common functions ----------*/
.fs-72 { font-size: 72px !important; }
.fs-48 { font-size: 48px !important; }
.fs-36 { font-size: 36px !important; }
.fs-32 { font-size: 32px !important; }
.fs-30 { font-size: 30px !important; }
.fs-28 { font-size: 28px !important; }
.fs-26 { font-size: 24px !important; }
.fs-24 { font-size: 24px !important; }
.fs-22 { font-size: 22px !important; }
.fs-20 { font-size: 20px !important; }
.fs-18 { font-size: 18px !important; }
.fs-16 { font-size: 16px !important; }
.fs-14 { font-size: 14px !important; }
.fs-12 { font-size: 12px !important; }

.fc-blue { color: #004EA2 !important; }

.bg-grey { background-color: #ededed; }

.text-left   { text-align: left;  }
.text-right  { text-align: right; }
.text-center { text-align: center; }
.text-just   { text-align: justify; }
.bold        { font-weight: bold; }
.non-bold	 { font-weight: normal; }

.mb-16p { margin-bottom: 16px !important; }
.mb-32p { margin-bottom: 32px !important; }
.mb-64p { margin-bottom: 64px !important; }
.mb-0   { margin-bottom: 0 !important; }

.wrap {
	display: block;
	width: 100%;
	padding: 0 48px;
}
.cont {
	padding: 0 64px;
}
.page-head.wrap {
	padding-top: 32px;
	padding-bottom: 32px;
}
.flex,
.col2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.flex > img,
.col2 > img {
	width: 100%;
    height: 100%;
}
/* link button */
.btn {
	display: inline-block;
	width: 8em;
	text-align: center;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #000;
	line-height: 1.2;
	font-family: serif;
	color: #000;
	font-size: 14px;
	padding: 5px 4px 2px 4px;
	margin: 0;
}
.btn:hover {
	background-color: #000;
	text-decoration: none;
	color: #fff;
}
/* h1,h2... */
.title-border {
	width: 100%;
	text-align: left;
	font-family: serif;
	font-size: 30px;
	border-bottom: 1px solid #000;
	line-height: 1.5;
	padding: 0;
	margin: 0 0 16px 0;
}
/* dl list */
.dlist1 {
	flex-wrap: wrap;
	/*padding: 0 64px;*/
	padding: 0;
	margin: 0;
}
.dlist1 dt {
	width: 14%;
	border-right: 1px solid #000;
	padding: 0 0 32px 0;
	margin: 0;
}
.dlist1 dd {
	width: 79%;
	padding: 0 0 32px 0;
	margin: 0 0 0 auto;
}
.dlist1 dt:last-of-type,
.dlist1 dd:last-of-type {
	padding-bottom: 0;
}
/* top */
.top {
	position: relative;
}
.slider-logo {
	position: absolute;
	width: 33%;
	max-width: 500px;
	right: 3%;
	bottom: 5%;
	margin: auto;
}


/* ---------- common functions (sp) ----------*/
@media only screen and (max-width: 750px) {

	p,ul,dl {
		font-size: 3.5vw;
		margin-bottom: 4%;
	}

	/* ---------- common functions ----------*/
	.fs-30 { font-size: 4.8vw !important; }
	.fs-28 { font-size: 4.6vw !important; }
	.fs-26 { font-size: 4.5vw !important; }
	.fs-24 { font-size: 4.4vw !important; }
	.fs-22 { font-size: 4.2vw !important; }
	.fs-20 { font-size: 4vw !important; }
	.fs-18,
	.fs-16,
	.fs-14,
	.fs-12 { font-size: 3.5vw !important; }

	.mb-16p { margin-bottom: 4% !important; }
	.mb-32p { margin-bottom: 8% !important; }
	.mb-64p { margin-bottom: 16% !important; }

	.wrap {
		padding: 0 4%;
	}
	.cont {
		padding: 0;
	}
	.btn {
		font-size: 3.5vw;
	}
	.title-border {
		font-size: 4.8vw;
		margin: 0 0 4% 0;
	}
	.dlist1 {
		flex-direction: column;
		padding: 0;
		margin: 0 0 8% 0;
	}
	.dlist1 dt {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #000;
		padding: 2% 0;
	}
	.dlist1 dd {
		width: 100%;
		padding: 2% 0 0 0;
		margin: 0 0 4% 0;
	}

}

/* ---------- header & main-menu ----------*/
@media only screen and (min-width: 750px) {
	.main-nav { display: flex !important; }
	.btn-menu 		 { display: none  !important; }
}
.site .site-header {
	position: fixed !important;
	background-color: transparent;
	border-bottom: none;
	padding: 32px 0;
}
.site .site-header.header-scrolled {
    background-color: transparent;
}
.site-header .container {
display: flex;
	width: 100%;
	max-width: 1280px;
	padding: 0 32px;
	margin: 0 auto;
}
.site-branding {
	width: 256px;
	margin: 0;
}
/* main menu */
.main-nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column-reverse;
	float: none;
	padding: 0;
	margin: 0 0 0 auto;
}
.main-nav .menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
}
.main-nav .menu li a:hover {
	text-decoration: none;
	color: #fff;
}
.main-nav .menu li {
	padding: 16px 0 16px 32px;
}
.main-nav .menu a {
	font-family: serif;
	font-size: 16px;
	color: #000;
}

/* sub-menu (PC-ONLY) */
.header-submenu {
	margin: 0;
	float: right;
}
.header-submenu::after {
    content: "";
    clear: both;
    display: block;
}
.header-submenu li {
	margin: 0 0 0 1em;
	padding: 0;
}
.header-submenu li a {
	display: inline-block;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #000;
	line-height: 1.2;
	font-family: serif;
	color: #000;
	font-size: 14px;
	padding: 5px 8px 2px 8px;
	margin: 0;
}
.header-submenu li a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

/* ---------- SP : header & main-menu ----------*/
@media only screen and (max-width: 750px) {
	.main-nav { display: none; }	
	.btn-menu { display: block !important; }
    .site-header {
        position: fixed !important;
    }
	.site .site-header{
		padding: 0;
	}
	.site-header .container {
		position: relative;
		display: flex !important;
		padding: 0 16px;
	}
	.site-branding {
		width: 40%;
		position: absolute;
		top: 16px;
		bottom: 0;
		z-index: 10000;
		margin: auto;
	}
	.btn-menu {
		width: 48px;
		height: 48px;
		position: absolute;
		right: 8px;
		top: 16px;
		color: #000;
		padding: 0;
		margin: auto;
		z-index: 10000;
	}
	.btn-menu .fa {
		font-size: 40px;
		margin: 4px 0 0 0;
	}
	#mainnav-mobi {
		background-color: #d9d9d9;
	}
	#mainnav-mobi .menu {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
		height: 100vh;
		padding: 96px 0;
	}
	#mainnav-mobi .menu .sp-item a {
		display: inline-block;
		background-color: rgba(255,255,255,0.5);
		border: 1px solid #000;
		line-height: 1.2;
		font-family: serif;
		color: #000;
		font-size: 14px;
		padding: 5px 8px 2px 8px;
		margin: 0;
	}
	#mainnav-mobi .menu .sp-item a:hover {
		background-color: #000;
		color: #fff;
	}
}

/* ---------- footer ----------*/
.footer-wrapper {
	background: none;
}
.footer-wrapper .site-footer {
	width: 100%;
	background-color: transparent;
	padding: 0;
	margin: 0 auto;
}
.site-copyright {
	width: 100%;
	float: none;
	padding: 0;
}
.site-copyright p {
	text-align: center;
	font-size: 16px;
	margin: 0;
}

/* toppage footer */
.home .footer-wrapper {
	position: absolute;
	bottom: 8px;
	right: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
	margin: auto;
}

@media only screen and (max-width: 750px) {
	.footer-wrapper .site-footer {
		padding: 0 4%;
	}
}


/* ---------- top page ----------*/
.home #page {
	position: relative;
}
.slider-area {
	position: relative;
	width: 100%;
}
.top-slider {
	width: 100%;
	height: 100vh;
}
.slider-text {
	position: absolute;
	width: 60%;
	bottom: 6%;
	left: 4%;
	padding: 0;
	margin: 0;
}
@media only screen and (max-width: 750px) {
	.slider-text {
		position: absolute;
		width: 90%;
		left: 0;
		right: 0;
		top: 54%;
		padding: 0;
		margin: 0 auto;
	}
}


/* ---------- page (common settings) ----------*/
.home .entry-content {
	max-width: 100%;
	padding-top: 0;
}
.static .entry-content {
	background-color: #d9d9d9;
	padding-top: 165px;
	margin-bottom: 64px;
}
.entry-content {
	display: block;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
@media only screen and (max-width: 750px) {
	.static .entry-content {
		padding-top: 104px;
		margin-bottom: 16%;
	}
}

/* ---------- static page : commingsoon ----------*/
#commingsoon h2 {
	width: 753px;
	margin: 0 auto 32px 0;
}
@media only screen and (max-width: 750px) {
	#commingsoon h2 {
		width: 100%;
	}
	#commingsoon .entry-content .wrap > p {
		text-align: center;
	}
}

/* ---------- static page : profile ----------*/
#profile .cont {
	padding-right: 0;
}
#profile .flex .img-area {
	width: 30%;
	margin: 0;
}
#profile .flex .text-area {
	width: 65%;
	margin: 0 0 0 auto;
}
#profile h2 {
	width: 394px;
	margin: 0 auto 32px 0;
}
#profile .text-area > p {
	padding: 0 0 0 8%;
	margin: 0 0 32px 0;
}

/* ---------- static page : profile (sp) ----------*/
@media only screen and (max-width: 750px) {
	#profile .flex .img-area {
		width: 100%;
		margin: 0 0 4% 0;
	}
	#profile .flex .text-area {
		width: 100%;
		margin: 0;
	}
	#profile h2 {
		width: 75%;
		margin: 0 0 4% auto;
	}
	#profile .text-area > p {
		padding: 0;
		margin-bottom: 4%;
	}
}

/* ---------- static page : contact ----------*/
#contact h2 {
	width: 455px;
	margin: 0 0 4% 0;
}
#contact form {
	position: relative;
	padding: 0 0 32px 0;
}
#contact form p {
	margin-bottom: 0;
}
#contact form > label {
	display: block;
	margin-bottom: 32px;
}
input[type="submit"] {
	display: block;
	background-color: rgba(255,255,255,0.5);
	font-family: serif;
	color: #000;
	border: 1px solid #000;
	margin: 0 auto;
}
input[type="submit"]:hover {
	background-color: #000;
	color: #fff;
}
#contact form .ajax-loader {
	position: absolute;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	padding: 32px 0;
	margin: 0 auto;
}
.wpcf7 form .wpcf7-response-output {
	margin: 32px 0 0 0;
}
@media only screen and (max-width: 750px) {
	#contact h2 {
		width: 85%;
		margin: 0 0 4% auto;
	}
	#contact form input[type="text"],
	#contact form input[type="email"],
	#contact form input[type="tel"] {
		width: 100%;
	}
	#contact form {
		padding: 0 0 4% 0;
	}
	#contact form > label {
		margin-bottom: 4%;
	}
	#contact form .ajax-loader {
		padding: 4% 0;
		margin: 0 auto;
	}
	.wpcf7 form .wpcf7-response-output {
		margin: 4% 0 0 0;
	}
}

/* ---------- news (staic & Single-post ) ----------*/
#news h2 {
	width: 261px;
	margin: 0 auto 32px 0;
}
/* news-list */
#news .dlist1 dd {
	margin-bottom: 32px;
}
#news .dlist1 p {
	margin-bottom: 16px;
}
#news .dlist1 .btn {
	display: inline-block;
	width: 6.5em;
	text-indent: 2px;
	margin: 0;
}
#news .pagenum.flex {
	justify-content: space-between;
	margin-top: 32px;
}
#news .page-numbers {
	display: none;
}
#news .page-numbers.prev,
#news .page-numbers.next {
	display: block;
	width: 4em;
	text-align: center;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #000;
	line-height: 1.2;
	font-family: serif;
	color: #000;
	font-size: 14px;
	padding: 5px 4px 2px 4px;
}
#news .page-numbers.prev:hover,
#news .page-numbers.next:hover {
	text-decoration: none;
	background-color: #000;
	color: #fff;
}
#news .page-numbers.prev { margin: 0 auto 0 0;}
#news .page-numbers.next { margin: 0 0 0 auto; }

/* news-detail */
#news .title-border {
	margin-bottom: 8px;
}
#news .post-date {
	width: 100%;
	text-align: right;
	font-family: serif;
	font-size: 18px;
	line-height: 1.5;
	padding: 0;
	margin: 0 0 16px 0;
}
#news .post-navigation {
	padding: 0;
}
#news .post-navigation .btn {
	width: 4em;
}
#news .post-navigation a:hover .btn {
	background-color: #000;
	color: #fff;
}
#news .post-navigation .nav-next .btn {
	margin: 0 0 0 auto;
}

@media only screen and (max-width: 750px) {
	#news {
		margin-bottom: 16%;
	}
	#news h2 {
		width: 47%;
		margin: 0 0 4% auto;
	}
	/* news-list */
	#news .dlist1 dd {
		margin-bottom: 0;
	}
	#news .dlist1 p {
		margin-bottom: 4%;
	}
	#news .dlist1 .btn {
		display: block;
		margin: 0 0 0 auto;
	}
	#news .pagenum.flex {
		margin-top: 8%;
	}
	#news .page-numbers.prev,
	#news .page-numbers.next {
		font-size: 3.5vw;
	}

	/* news-detail */
	#news .title-border {
		margin-bottom: 2%;
	}
	#news .post-date {
		width: 100%;
		font-size: 3.5vw;
		margin: 0 0 4% 0;
	}
	#news .post-navigation {
		margin-top: 8%;
	}
	#news .post-navigation .btn {
		font-size: 3.5vw;
	}
}


/* ---------- SP / PC Chenge Class ----------*/
@media only screen and (min-width: 750px) {
    .pc-item  { display: block; }
    .sp-item { display: none;  }
}
@media only screen and (max-width: 750px) {
    .pc-item  { display: none; }
    .sp-item { display: block;  }
}
