@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  基本CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [RESET,FORMAT]
--------------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
    font-style: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	letter-spacing: 2px;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
	display: block;
}
ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	color: #212121;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
a .change-img {
	overflow: hidden;
}
a .change-img img {
	width: 100%;
	height: auto;
	transition: 0.8s; 
}
a:hover .change-img img {
	transform: scale(0.8,0.8);
	border-radius: 15px;
}
img {
	vertical-align: bottom;
}
ins {
	background-color: #ff9;
	color: #2f3131;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #2f3131;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 180%;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 36px;
}
h2,
h3,
h4 {
	font-weight: normal;
	line-height: 140%;
}
/* [SITE FORMAT]
--------------------------------------------------------------------------*/
html, body {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 15px;
	height: 100%;
	line-height: 180%;
	color: #212121;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="submit"],
button {
	width: 100%;
	height: 44px;
    padding: 10px;
    font-size: 16px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: 1px solid #ccc;
	background: #fff;
}
textarea {
	width: 100%;
	height: 240px;
    padding: 10px;
    font-size: 16px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: 1px solid #ccc;
	background: #fff;
}
select {
	background: none;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: none;
	background: #fff;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
	margin-top: -1px;
	cursor: pointer;
}
input[type="submit"],
button {
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
button:hover {
	background: #1488ff;
}
label {
	cursor: pointer;
}
header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}
header div.header-slide {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 79px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 100;
	display: flex;
	transition: 0.0s;
}
.logo {
	position: absolute;
	width: 15%;
	max-width: 160px;
    height: auto;
    display: block;
    z-index: 1;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: 0.8s;
	padding: 22px 0 0 40px;
	height: auto;
	text-align: center;
}
.logo img {
	width: 100%;
	height: auto;
}
/* [PC-NAV]
--------------------------------------------------------------------------*/
nav#nav-main {
	width: 100%;
	position: absolute;
	right: 0;
}
nav#nav-main ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-start;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 79px;
}
nav#nav-main ul li {
	height: 28px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 15px;
	margin: 25px 0 0 0;
	letter-spacing: 2px;
}
nav#nav-main ul li:nth-last-child(2) {
	margin-right: 20px;
}
nav#nav-main ul li a {
	width: 100%;
	position: relative;
	display: block;
	line-height: 28px;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 21px;
	color: #212121;
}
nav#nav-main ul li a:before,
nav#nav-main ul li a:after {
	position: absolute;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav#nav-main ul li a:before {
	bottom: 18px;
	display: block;
	height: 1px;
	width: 0;
	content: "";
	background-color: #212121;
}
nav#nav-main ul li a:after {
	left: 0;
	top: 0;
	padding: 0;
	position: absolute;
	color: #212121;
	white-space: nowrap;
	max-width: 0%;
	overflow: hidden;
}
nav#nav-main ul li a:hover:before {
	opacity: 1;
	width: 100%;
}
nav#nav-main ul li a:hover:after {
	max-width: 100%;
}
nav#nav-main ul li:last-child a:before,
nav#nav-main ul li:last-child a:after {
	display: none;
}
nav#nav-main ul li:last-child {
	margin: 0;
	padding: 0;
	padding-bottom: 0;
}
nav#nav-main ul li:last-child a {
	padding-bottom: 0;
}
nav#nav-main ul li:last-child .button {
	width: auto;
	flex: 1 1 auto;
	padding: 25px 40px 26px 40px;
	border: none;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	transition: 0.8s;
	color: #fff;
	font-family: 'Cormorant Garamond', serif;
	letter-spacing: 0.8px;
	font-size: 15px;
	letter-spacing: 4px;
}
nav#nav-main ul li:last-child .button:after {
  	position: absolute;
  	transition: 0.8s;
  	content: '';
  	width: 0;
  	left: 50%;
  	bottom: 0;
  	height: 3px;
  	background: #fff;
}
nav#nav-main ul li:last-child .button:after {
  	height: 120%;
  	left: -10%;
  	transform: skewX(15deg);
  	z-index: -1;
}
nav#nav-main ul li:last-child .button:hover {
  	cursor: pointer;
  	z-index: 2;
  	color: #1d1d1d;
}
nav#nav-main ul li:last-child .button:hover:after {
  	width: 150%;
  	left: -20%;
}
/* [PC-NAV-下層nav]
--------------------------------------------------------------------------*/
.underlayer {
	position: inherit;
    background: #fff;
}
.underlayer div.header-slide .logo {
	position: absolute;
    width: 15%;
    max-width: 160px;
    height: auto;
    display: block;
    z-index: 1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: 0.8s;
    padding: 22px 0 0 40px;
    height: auto;
    text-align: center;
}
.underlayer nav#nav-main ul li a {
	color: #212121;
}
.underlayer nav#nav-main ul li a:before {
	background-color: #212121;
}
.underlayer nav#nav-main ul li:last-child a {
	color: #fff;
}
.conts-fixed.header-slide .logo,
.underlayer .conts-fixed.header-slide .logo {
	display: none;
}
/* [SP-NAV]
--------------------------------------------------------------------------*/
#menu-trigger {
	display: none;
}
#menu-trigger {
  	position: absolute;
  	width: 24px;
  	height: 24px;
  	top: 22px;
  	right: 30px;
  	z-index: 200;
}
#menu-trigger span {
	display: inline-block;
  	transition: all .4s;
  	box-sizing: border-box;
  	position: absolute;
  	left: 0;
  	width: 100%;
  	height: 1px;
  	background-color: #212121;
 	border-radius: 2px;
}
#menu-trigger span:nth-of-type(1) {
  	top: 10px;
}
#menu-trigger span:nth-of-type(2) {
	top: 16px;
}
#menu-trigger span:nth-of-type(3) {
  	bottom: 19px;
}
#menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
}
#menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
#menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(6px) rotate(45deg);
		transform: translateY(6px) rotate(45deg);
}
nav#nav-sp {
	position: absolute;
	width: 100%;
	height: 100vh;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 100;
}
nav#nav-sp {
	display: none;
}
nav#nav-sp ul {
	width: 100%;
	padding: 90px 40px 0 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff;
	height: 100vh;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 300;
}
nav#nav-sp ul li {
	position: relative;
	width: 100%;
	border-bottom: solid 1px #212121;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
}
nav#nav-sp ul a {
	width: 100%;
	min-height: 60px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #212121;
	padding: 18px 18px 18px 20px;
}
.conts-fixed.header-slide #menu-trigger span {
	background-color: #212121;
}
.conts-fixed.header-slide #menu-trigger.active span {
	background-color: #212121;
}
nav#nav-sp ul li:nth-last-child(2) {
	border-bottom: none;
	margin: 20px 0;
}
nav#nav-sp ul li:nth-last-child(2) a {
	background: none;
	text-align: center;
	color: #fff;
	padding: 0;
}
nav#nav-sp ul li:nth-last-child(2) .button {
	width: auto;
}
nav#nav-sp ul li:last-child {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-bottom: none;
	margin-top: 20px;
	width: 90px;
	margin: 0 auto;
}
nav#nav-sp ul li:last-child p {
	width: 42%;
}
nav#nav-sp ul li:last-child p:nth-child(2) {
	margin-left: 14%;
}
nav#nav-sp ul li:last-child p a {
	padding: 0;
	display: inline-block;
}
nav#nav-sp ul li:last-child p img {
	width: 100%;
	height: auto;
}
/* [PC-conts-fixed]
--------------------------------------------------------------------------*/
.conts-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.conts-fixed.header-slide {
	height: 65px;
	background: #fff;
	transition: 0.8s;
}
.conts-fixed nav#nav-main {
	width: 87%;
}
.conts-fixed nav#nav-main ul {
    height: 65px;
}
.conts-fixed nav#nav-main ul li {
	margin: 18px 0 0 0;
	padding: 0 20px 0 20px;
}
.conts-fixed nav#nav-main ul li:nth-last-child(2) {
	margin-right: 10px;
}
.conts-fixed nav#nav-main ul li a {
	padding-bottom: 17px;
	color: #212121;
}
.conts-fixed nav#nav-main ul li a:before {
	bottom: 15px;
	background-color: #212121;
}
.conts-fixed nav#nav-main ul li:last-child {
	margin: 0;
	padding: 0;
	padding-bottom: 0;
}
.conts-fixed nav#nav-main ul li:last-child a:before,
.conts-fixed nav#nav-main ul li:last-child a:after {
	display: none;
}
.conts-fixed nav#nav-main ul li:last-child a {
	padding-bottom: 0;
}
.conts-fixed nav#nav-main ul li:last-child .button {
  	flex: 1 1 auto;
  	padding: 15px 40px 15px 40px;
  	border: none;
  	text-align: center;
  	text-transform: uppercase;
  	position: relative;
  	overflow: hidden;
  	transition: 0.8s;
  	color: #fff;
	line-height: 35px;
}
.conts-fixed nav#nav-main ul li:last-child .button:hover {
  color: #1d1d1d;
}
/* [FOOTER]
--------------------------------------------------------------------------*/
footer {
	border-top: 1px solid #eee;
}
footer .pkg {
	color: #212121;
	text-align: center;
	padding: 80px 20px 60px 20px;
}
footer a {
	color: #212121;
}
#logo_f {
	width: 146px;
	margin: 0 auto;
	margin-bottom: 35px;
}
#logo_f img {
	width: 100%;
	height: auto;
}
.li_sns {
	width: 80px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.li_sns ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 60px;
	margin: 0 auto;
}
.li_sns li {
	width: 42.5%;
}
.li_sns li img {
	width: 100%;
	height: auto;
}
.li_sns li:nth-child(2) {
	margin-left: 15%;
}
.f_links {
	margin: 0 auto;
	font-size: 12px;
	margin-bottom: 60px;
}
.li_sns li:hover {
	opacity: 0.5;
	transition: 0.8s;
}
#copyright p {
	width: 960px;
	line-height: 140%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0;
	text-align: center;
	font-size: 12px;
	color: #212121;
}
.back_top a {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #1d1d1d;
	color: #fff;
	font-size: 26px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 45px;
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 3;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: 'Cormorant Garamond', serif;
}
.back_top a:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.back_top a img {
	width: auto;
	height: 10px;
}
#breadcrumbs p {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    font-size: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    color: #212121;
    padding: 12px 30px;
}
#breadcrumbs span,
#breadcrumbs a {
    line-height: 30px;
}
#breadcrumbs a {
    color: #999;
    transition: 0.8s;
}
.wp-pagenavi {
    margin-top: 40px;
    text-align: center;
}
.wp-pagenavi .current,
.wp-pagenavi .pages {
    font-size: 14px;
    padding: 11px 14px;
    color: #fff;
    background: #1d1d1d;
    border: 1px solid #1d1d1d;
    border-color: #1d1d1d!important;
    margin-right: 10px;
    display: inline-block;
}
.wp-pagenavi .page {
    font-size: 14px;
    padding: 11px 14px;
    border: 1px solid #1d1d1d;
    margin-right: 10px;
    color: #1d1d1d;
    transition: 0.8s;
    display: inline-block;
}
.wp-pagenavi .page:hover {
    background: #1d1d1d;
    color: #fff;
    transition: 0.8s;
    border-color: #1d1d1d!important;
}
.wp-pagenavi a,
.wp-pagenavi span {
    padding: 0 20px 0 10px;
    color: #1d1d1d;
    display: inline-block;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	border: none!important;
	padding: 0 20px 0 10px;
	display: inline-block;
}