@charset "utf-8";
/*
Theme Name:リラクゼーション
Theme URI: http://wordpress.org/
Description:リラクゼーション
Author:リラクゼーション
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:リラクゼーション
*/
@import url("css/sanitize.css");
@import url("css/hamburgers.css");
@import url("css/slick.css");
:root {
	font-size:62.5%;
	color:#333333;
	background:#ffffff;
}
* {
	margin:0;
	padding: 0;
	outline:none;
	-webkit-tap-highlight-color: rgba(255,255,255,0.5);
}
html,body{
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
	overflow-x:hidden;
}
@media screen and (max-width:767px){
	html,body{
		font-size: 16px;
		font-size: 1.6rem;
	}
}
body {
	font-family: '游ゴシック体', 'Yu Gothic',  'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',  'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	line-height: 160%;
}
.min {
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gf {
	letter-spacing:0.1em;
	font-family: 'Vollkorn', 'sans-serif',"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*****************************************************************************
common
*****************************************************************************/
.none {
	display:none;
}
a {
	text-decoration: none;
	color:inherit;
	cursor:pointer;
}
figure {
	margin:0;
}
li {
	list-style: none;
}
h1,h2,h3{
	position:relative;
	text-align:center;
	font-weight:normal;
	line-height:150%;
	margin:0;
	word-break:break-all;
}
hr {
	border:none;
	border-top:1px solid #fdaacb;
}
button {
}
address {
	font-size:12px;
	font-size:1.2rem;
	font-style:normal;
	line-height:160%;
	width:100%;
	padding:1em 0;
}
address p {
}
.stress {
	color:#ed7a9b;
}
.shadow{
	box-shadow:0px 1px 1px 1px rgba(30,30,30,0.2);
}
.white {
	color:#ffffff;
}
.grd {
}
.col {
	height:auto;
}
.bold {
	font-weight: bold;
}
.tc {
	text-align:center;
}
.tl {
	text-align:left;
}
.tr {
	text-align:right;
}
.ib {
	display:inline-block;
}
.f_cc {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.none {
	display:none;
}
.f_box {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
}
.lh100 {
	line-height:100%;
}
.mr1 {
	margin-right:1em;
}
.mr2 {
	margin-right:2em;
}
.mb1 {
	margin-bottom:1em;
}
.mt1 {
	margin-top:1em;
}
.ma {
	margin-left:auto;
	margin-right:auto;
}
.pa1 {
	padding:0 1em 1em 1em;
}
span.tri {
	display:block;
	-webkit-transform:scale(0.6) rotate(90deg);
			transform:scale(0.6) rotate(90deg);
}
/*****************************************************************************
button gimic
*****************************************************************************/
.btn.main  {
	display:block;
	position:relative;
	padding:0.5em;
	color:#ffffff;
	text-align:center;
	-webkit-transition:all 0.1s ease;
	-ms-transition:all 0.1s ease;
			transition:all 0.1s ease;
	width:150px;
    background: #ed7a9b;
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #ed7a9b;
}
.btn.sub {
	width:100%;
	background: #ed7a9b;
}
.btn.main:hover, a.btn.main.opp:hover {
	opacity:0.6;
}
.btn.main:hover:after, a.btn.main.opp:hover:after {
	color:#ffffff;
}
.btn.main.contact {
	margin:0 0.5em;
}
.toTop {
	position:fixed;
	width:60px;
	height:60px;
	z-index:99;
	display:none;
	text-align:center;
}
.toTop {
	right:4em;
	bottom:5em;
}
@media screen and (max-width:767px){
	.toTop {
		right:1em;
	}
	.toTop	img {
		width:inherit;
	}
	.btn.main  {
	}
	.btn.main.top {
		width:320px;
	}
}
/*****************************************************************************
	Header
*****************************************************************************/
header {
	width:100%;
	background:#ffffff;
}
header h1 {
	line-height:100%;
}
.navigation {
	padding:0;
	position:relative;
	z-index:10;
}
header .navigation .logo {
	margin:0 auto 0 0;
}
header.home .navigation .logo {
	display:none;
}
@media screen and (max-width:767px) {
	header {
		padding:0;
		width:100%;
		height:50px;
		z-index:100;
	}
	header .tel {
		width:50px;
		height:50px;
		background:#ed7a9b;
		color:#ffffff;
		margin:0 0 0 auto;
	}
	header i.fa-phone {
		font-size: 24px;
		font-size: 2.4rem;
		transform:rotate(15deg);
	}
	header .toggle {
		width:50px;
		height:50px;
		background:#333333;
	}
	header section , header section article {
		height:100%;
		padding:0;
	}
	header .sp.navi {
		width:100%;
		position:fixed;
		top:0;
		left:0;
		z-index:100;
		background:#ffffff;
		height:50px;
		padding:0;
		box-shadow:0px 1px 1px 1px rgba(30,30,30,0.2);
	}
	header .sp.navi img {
		max-height:50px;
		max-width:150px;
	}
}
@media screen and (min-width:768px) {
	header {
		min-width:768px;
	}
	header {
		min-height:60px;
	}
	header.home .head {
		padding:0;
		min-height:135px;
	}
	header .head .logo {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:auto;
		z-index:0;
	}
	header.home .head .logo {
		height:100%;
	}
	header .head .logo img {
		max-height:110px;
		max-width:300px;
		margin:0.5em 0;
	}
	header.home .guide {
		padding:1em 0;
		position:relative;
		z-index:1;
	}
	header.home .open {
		font-size: 12px;
		font-size: 1.2rem;
		line-height:140%;
	}
	header .tel {
		font-size: 30px;
		font-size: 3.0rem;
		color:#ed7a9b;
	}
	header.home nav .logo {
		display:none;
	}
	header nav .logo {
	}
	header nav {
		max-width:1000px;
		margin:0 auto;
	}
	header .navigation {
		width:100%;
		height:40px;
		position:relative;
		border-top: 1px solid #ed7a9b;
		border-bottom: 1px solid #ed7a9b;
		box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
		webkit-transition: all 0.3s ease;
		    transition: all 0.3s ease;
	}
	header .navigation.active {
		width:100%;
		position:fixed;
		top:0;
		left:0;
		z-index:100;
		margin:0;
		height:60px;
		background:rgba(255,255,255,0.9);
	}
}
/*****************************************************************************
	Navigation / MENU
*****************************************************************************/
nav.menu {
	height:inherit;
}
nav.menu a{
	webkit-transition: all 0.3s ease;
	    transition: all 0.3s ease;
}
nav.menu a.active, nav.menu a:hover {
	color:#ffffff;
	background:#ed7a9b;
}
nav.menu a.logo:hover {
	background:none;
}
/* SP Navigation */
@media screen and (max-width:767px){
	nav.menu {
		width:100%;
		-webkit-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	header nav.menu {
		position:fixed;
		left:0;
		top:50px;
		z-index:99;
		background:rgba(0,0,0,0.8);
		color:#ffffff;
		line-height:150%;
		height:auto;
		-webkit-transform:translate3d(100%, 0, 0) ;
				transform:translate3d(100%, , 0) ;
		/*-webkit-transform-origin:100% 0;
		-webkit-transform:scale3d(0, 1, 1) ;
				transform:scale3d(0, 1, 1) ;*/
	}
	header nav.menu.active {
		-webkit-transform:translate3d(0 , 0, 0) ;
				transform:translate3d(0 , 0, 0) ;
	}
	header nav.menu a.active, header nav.menu a:hover {
		color:#ffffff;
		background:rgba(100,100,100,0.8);
	}
	footer nav.menu {
		border-top: 1px solid #fdaacb
	}
	nav.menu a {
		font-size:16px;
		font-size:1.6rem;
		display:block;
		width:100%;
		position:relative;
		padding:1em 0;
		border-bottom: 1px solid #fdaacb;
		text-align:center;
	}
	header nav.menu .logo {
		display:none !important;
	}
}
/* PC Navigation */
@media screen and (min-width:768px){
	nav.menu {
		height:100%;
	}
	nav.menu a{
		text-align:center;
	}
	header .navigation nav.menu a {
		height:inherit;
		padding:1em 1.5em;
	}
	header.home nav.menu a {
		padding:0.5em 2em;
	}
	header nav.menu a.logo {
		padding:0em 0 0 0.5em;
	}
	nav.menu a:last-child {
	}
	footer nav.menu a {
		font-size:14px;
		font-size:1.4rem;
		padding:0 2em;
	}
	footer nav {
		margin-top:1em;
	}
	footer nav a {
		padding:0.2em 2.7em;
	}
	footer nav a:not(:last-child) {
		border-right:1px solid #666666;
	}
}
@media screen and (min-width:1000px) {
	header .navigation nav.menu a {
		height:inherit;
		padding:1em 2em;
	}
}
/*****************************************************************************
	Key Visual
*****************************************************************************/
#kv img{
	width:100%;
}
#kv {
	padding:0;
	position:relative;
	z-index:2;
}
@media screen and (max-width:767px){
	#kv {
		box-shadow:0px 1px 1px 1px rgba(30,30,30,0.2);
	}
}
/*****************************************************************************
icon
*****************************************************************************/
.social {
	width:100px;
}
.social a {
	width:26px;
	height:26px;
}
.social a i{
	color:#ffffff;
	font-size:14px;
	font-size:1.4rem;
	display:block;
	height:inherit;
	text-align:center;
	line-height:26px;
}
.social a i.fa-instagram {
	background:#ed7a9b;
}
.social a i.fa-facebook {
	background:#507cbd;
}
.social a i.fa-twitter {
	background:#64cbee;
}
header .social {
	margin-bottom:1.5em;
}
/*****************************************************************************
	Map
*****************************************************************************/
.gmap {
	position:relative;
	width: 100%;
	height: 220px;
}
.gmap.index {
	height: 250px;
}
.gmap+a {
	display:block;
	padding:1em 2em;
	text-align:center;
	font-size:12px;
	font-size:1.2rem;
	margin:0 auto;
}
/*****************************************************************************
	Section / Article
*****************************************************************************/
section {
	width:100%;
	position:relative;
}
section.np {
	padding:0;
}
section.nptop {
	padding-top:0;
}
section > article {
	max-width:1000px;
	margin:0 auto;
}
@media screen and (max-width:767px){
	main{
		padding-top:0;
	}
	section {
		padding:2em 0;
	}
	section > article {
		width:100% !important;
		padding:0 1.2em;
	}
	section.nptop > article{
		padding-top:2em;
	}
}
@media screen and (min-width:768px){
	main{
	}
	main.index{
		padding-top:0px;
	}
	section {
		padding:4em 0;
	}
	section.nptop > article{
		padding-top:2em;
	}
}
/*****************************************************************************
	background
*****************************************************************************/
.deco {
	width: 180px;
	height: 40px;
	margin: 0 auto;
	background: url(./img/index/deco.png) center center / contain no-repeat;
}
.leaf {
	width: 36px;
	height: 80px;
	margin: 0 auto;
	background: url(./img/common/leaf.png) center center / contain no-repeat;
}
.crown {
	min-height:42px;
	padding:0.6em 0 0 2.2em;
	letter-spacing:0.1em;
	background: url(./img/common/crown.png) left top / auto auto no-repeat;
}
.bg_lace_a {
	background: url(./img/common/bg_lace_a.png) center top / 100% auto no-repeat;
}
.bg_lace_b {
	height:220px;
	background: url(./img/common/bg_lace_b.png) center top / 100% auto no-repeat;
}
.bg_lace_c {
	height:230px;
	background: url(./img/common/bg_lace_c.png) center top / 100% auto no-repeat;
}
.bg_cross_a {
	background: url(./img/common/bg_cross_a.jpg) center center / auto repeat;
}
.cta .tel {
	background: url(./img/common/bg_cross_b.jpg) right center / auto repeat;
}
.cta .web {
	background: url(./img/common/bg_cross_c.jpg) left center / auto repeat;
}
.bg_ivory {
	background:#fdf1f5;
}
@media screen and (max-width:767px){
	.leaf {
		width: 36px;
		height: 50px;
	}
	.bg_lace_b {
		height:130px;
	}
	.bg_lace_c {
		height:130px;
	}
}
@media screen and (min-width:768px){
}
/*****************************************************************************
	Title Decoration
*****************************************************************************/
h2 {
	color:#ed7a9b;
	font-size:40px;
	font-size:4.0rem;
}
h2+p {
	color:#ed7a9b;
	font-size:12px;
	font-size:1.2rem;
	line-height:150%;
}
h2.title {
	line-height:120%;
	box-shadow: none;
	z-index:1;
}
h2.lead {
	position:relative;
	z-index:1;
	line-height:120%;
}
h3 {
	color:#ed7a9b;
}
h3.lead {
	font-size:20px;
	font-size:2.0rem;
	padding:0 0 0.5em 0;
}
h3.title {
	text-align:left;
	font-size: 20px;
	font-size: 2.0rem;
	line-height:110%;
	margin-bottom:0.5em;
}
h4 {
	font-size:20px;
	font-size:2.0rem;
	color:#00b7ee;
	padding:0.5em 0;
}
@media screen and (max-width:767px){
	h2 {
		font-size:30px;
		font-size:3.0rem;
		line-height:140%;
	}
}
@media screen and (min-width:768px){
	h2.lead+p+p {
		line-height:300%;
	}
}
/*****************************************************************************
	ul / dl
*****************************************************************************/
ul.access {
	margin-top:1em;
	font-size:1.4rem;
}
ul.access > li {
	margin:0.5em 0;
}
ul.access > li > p:first-child {
	color:#ed7a9b;
	margin-right:0.5em;
	text-align:right;
}
dl.access dt {
	width:35%;
	padding-right:0.5em;
	color:#ed7a9b;
	text-align:right;
	margin-bottom:0.5em;
}
dl.access dd {
	width:65%;
	margin-bottom:0.5em;
}
dl.access dt:nth-child(1), dl.access dd:nth-child(2) {
	padding-top:0;
	border-top:none;
}
dl.staff dt{
	font-size:14px;
	font-size:1.4rem;
	color:#ed7a9b;
	font-weight:bold;
}
dl.staff > dd.name {
	font-size:24px;
	font-size:2.4rem;
	padding:0 0 0.3em 0;
	margin-bottom:0.2em;
	border-bottom: 1px dotted #ed7a9b;
}
dl.staff > dd {
	margin-bottom:1.5em;
}
ul.menu {
	padding: 1em 1.5em;
}
ul.menu li {
	padding:1em 0;
}
ul.menu li:not(:last-child) {
	border-bottom:1px dotted #fdaacb;
}
ul.menu p {
	margin-right:0.5em;
}
ul.menu p:nth-child(2) {
	white-space:nowrap;
}
@media screen and (max-width:767px){
	ul.menu {
		padding: 1em 0;
	}
	ul.menu li.f_box {
		display:block;
	}
	ul.access li p:first-child {
		min-width:100px;
	}
	ul.menu p:nth-child(2) {
		white-space:normal;
	}
	.tr.sptl {
		text-align:left;
	}
}
@media screen and (min-width:768px){
	dl.access dt, dl.access dd {
		padding:0.5em 1em 0em 0;
	}
	ul.access li {
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    -webkit-justify-content: center;
	    justify-content: center;
	}
	ul.list li:not(:nth-of-type(3n)) {
		margin-right:1em;
	}
}
/*****************************************************************************
	figure
*****************************************************************************/
figure {
	position:relative;
	overflow:hidden;
	text-align:center;
}
figure.staff {
	max-width:220px;
	height:auto;
	margin-bottom:2em;
}
figure.blog {
	height:210px;
}
figure.picture {
	margin-bottom:1.5em;
	height:200px;
}
figure img {
	max-width:100%;
	height:auto;
}
@media screen and (max-width:767px){
	figure {
		width:100%;
	}
	figure img{
		width:100%;
		height:auto;
	}
	figure.blog.index {
		min-width: 110px;
		width: 110px;
		height: 110px;
	}
	figure.concept {
		min-height:200px;
	}
	figure {
		margin-bottom:1em;
	}
	#kv figure {
		margin-bottom:0;
	}
}
/* Image Fill Gray */
figure:after , picture:after{
	/* use copy
	content:"";
	*/
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#9a9a9a;
}
@media screen and (min-width:768px){
	#kv img.dummy {
		display:none;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:10;
	}
}
@media screen and (max-width:767px){
	#kv img.dummy {
		display:none;
	}
}
/*****************************************************************************
	index
*****************************************************************************/
.lead a {
	border:1px solid #fdaacb;
	margin-bottom:1em;
}
.lead a:hover {
	background:rgba(232, 197, 197, 0.1);
}
p > .date {
	color:#ed7a9b;
	padding:0;
	font-style:italic;
}
p > .category {
	line-height:100%;
	margin-left:0.5em;
	font-size:14px;
	font-size:1.4rem;
}
/*****************************************************************************
	Under
*****************************************************************************/
/******************************************************************************
	CTA
******************************************************************************/
#cta {
	padding:0;
}
.cta > div {
	height:100%;
	width:50%;
}
.cta > div > a {
	position:relative;
	width:100%;
	height:100%;
	text-align:center;
}
.cta .tel {
	color:#443536;
}
.cta .tel h3 {
	color:#ffffff;
}
.cta .tel .icon-mobile {
	position:relative;
}
.cta .tel .icon-mobile:before {
	position:absolute;
	top:-0.7em;
	left:-0.7em;
}
.cta .web {
	color:#ffffff;
}
.cta .web a:after {
	content:">";
	position:absolute;
	right:1em;
	top:40%;
	width:1em;
	height:100%;
	font-weight:bold;
	z-index:1;
}
.cta h3 {
	font-size:28px;
	font-size:2.8rem;
}
.cta {
	height:140px;
}
@media screen and (max-width:767px){
	.cta {
		font-size:12px;
		font-size:1.2rem;
		height:90px;
	}
	.cta h3 {
		font-size:18px;
		font-size:1.8rem;
	}
	.cta h3 span {
		font-size:14px;
		font-size:1.4rem;
	}
	#btnArea ul {
		display: block;
	}
	#btnArea ul li {
		margin-top: 1em;
	}
	
}
@media screen and (min-width:768px){
	.cta > div > a {
		max-width:500px;
	}
}
/*****************************************************************************
	footer
*****************************************************************************/
footer {
}
footer .logo img {
	max-height: 100px;
	max-width: 180px;
}
p.copy {
	background:#222222;
	color:#ffffff;
	padding:0.5em 0;
	text-align:center;
}
footer address {
	background:#ed7a9b;
	color:#ffffff;
}
footer address h3 {
	color:#ffffff;
	font-size:24px;
	font-size:2.4rem;
}
footer .social {
	margin:1em auto;
}
@media screen and (max-width:767px){
}
@media screen and (min-width:768px){
}
/******************************************************************************
	Post
******************************************************************************/
#post .list a {
	display:block;
	border:1px solid #ffffff;
	margin-bottom:1em;
}
#post .list a:hover {
	border:1px solid #fdaacb;
	background:rgba(255, 226, 226, 0.1);
}
#post h3.tl {
	font-size:16px;
	font-size:1.6rem;
	height:4em;
	padding:0.5em;
	color:#333333;
}
#post .list a {
    max-width: 100%;
    height: auto;
}
#post .new {
	position:absolute;
	z-index:1;
}
@media screen and (min-width: 768px) {
	#post .list a:not(:nth-of-type(2n)) {
	    margin-right: 0.9em;
	}
}
@media screen and (max-width: 768px) {
	#post .list a {
	    width: 100%;
	    height: auto;
	}
}
/* #post .side */
#post .side h3 {
	font-size:24px;
	font-size:2.4rem;
	text-align:left;
	color:#ed7a9b;
	border-bottom: 1px solid #ed7a9b;
}
#post .side li a:hover {
	background:#fdf1f5;
}
#post .side li a {
	padding:1em;
}
#post .side li{
	position:relative;
	font-size:14px;
	font-size:1.4rem;
	line-height:100%;
	border-bottom: 1px dotted #ed7a9b;
}
/* Recent */
#recent li a {
	font-size:12px;
	font-size:1.2rem;
	padding:1.5em 0;
}
#recent p {
	line-height:200%;
}
#recent figure {
	text-align:center;
	min-width:100px;
	width:100px;
	height:100px !important;
	margin:0 1em 0 0;
	border-radius:100px;
	overflow:hidden;
}
/* Archive */
#post .side #archive li a {
	display:block;
	padding:1em 0 1em 1.2em;
}
#post .side #archive li:before {
	color:#cfa972;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:1em;
	line-height:300%;
}
/* Search */
#post #search .s {
	display: block;
	padding: 0.5em 0.5em 0.5em 3em;
	border: 1px solid #9e9e9e;
	width: 100%;
	z-index: 1;
	background: url(./img/icon/search.png) 1em 0.5em no-repeat;
	background-size: 20px 20px;
	margin-top: 1em;
}
#post #search .searchsubmit {
	display: none;
}
/******************************************************************************
	Post:Single
******************************************************************************/
#post .content {
	font-size:14px;
	font-size:1.4rem;
	padding-top: 1em;
	min-height:300px;
}
#post .content img {
	max-width:100%;
	height:auto;
}
#post.single h2 {
	font-size:26px;
	font-size:2.6rem;
	line-height:140%;
	margin:1em 0;
	padding-bottom:0.5em;
	color:#333333;
}
/************************************************************************************
	single paging
************************************************************************************/
.single_paging {
	width:100%;
	border:0px solid #ed7a9b;
	margin:20px 0 20px 0;
	padding:0;
	font-size:12px;
	font-size:1.2rem;
}
.single_paging > a {
	width:50%;
	padding:0em;
	border: 1px solid #ed7a9b;
	margin-bottom:1em;
}
.single_paging > a:hover {
	background: #fdf1f5;
}
.single_paging figure {
	text-align:center;
	min-width:100px;
	width:100px;
	height:100px !important;
	margin:1em;
	border-radius:100px;
	overflow:hidden;
}
.single_paging .page-numbers.current {
	background-color:#e7f3e9;
}
@media screen and (max-width:767px){
	.single_paging > a {
		width:100%;
	}
}
/******************************************************************************
	Pager
******************************************************************************/
#pager .pages {
	display:none;
}
#pager .wp-pagenavi {
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#pager .wp-pagenavi * {
	padding:0;
	min-width:3em;
	height:3em;
	margin:0 1px;
	text-align:center;
	border:1px solid #ed7a9b;
	line-height:3em;
	color:#ed7a9b;
	font-size:14px;
	font-size:1.4rem;
}
#pager .current, .wp-pagenavi > *:hover, #pager .wp-pagenavi a:hover {
	border:1px solid #ed7a9b;
	background:#ed7a9b;
	color:#ffffff;
}
.wp-pagenavi .page {
}
.wp-pagenavi .current {
}
.wp-pagenavi .previouspostslink {
	border:none;
	margin-right:40px;
}
.wp-pagenavi .nextpostslink {
	border:none;
	margin-left:40px;
}
#pager .wp-pagenavi a {
	display: block;
	line-height:140%;
	padding: 0.8em;
	text-align: center;
	background:#ffffff;
	margin-bottom:0.2em;
}
/************************************************************************************
	bread
************************************************************************************/
nav#bread {
	width:100%;
	overflow:hidden;
	font-size:11px;
	font-size:1.1rem;
	line-height:120%;
	z-index:2;
	bottom:0;
	background: #fdf1f5;
}
nav#bread ol{
	margin:0 auto;
	padding:1em;
}
nav#bread ol li {
	padding-top:0px;
	white-space:nowrap;
	min-height: 0;
	margin:0;
}
nav#bread ol li a {
}
nav#bread ol li:after {
	content: ">";
	padding-left:1em;
	padding-right:1em;
}
nav#bread ol li:first-child:before {
	content:"";
}
nav#bread ol li:nth-of-type(1):before {
	content:"";
}
nav#bread ol li:last-child {
}
nav#bread ol li:last-child:after {
	content:"";
	padding:0;
}
@media screen and (min-width:768px){
	nav#bread ol li:first-child{
		padding-left:0.5em !important;
	}
}
@media screen and (max-width:767px){
	nav#bread ol{
		width:100%;
		margin:0 auto;
		padding:0.5em 1em;
	}
}
/************************************************************************************
 contact
************************************************************************************/
#contact{
	font-size: 14px;
	font-size: 1.4rem;
}
#contact dl {
	margin:0 auto;
}
#contact dt {
	width:100%;
	padding: 0.5em 0;
	margin-right:2em;
}
#contact dt span, #contact li .item span {
	font-size: 12px;
	font-size: 1.2rem;
	background:#ed7a9b;
	color:#ffffff;
	padding:0.3em 1em;
	margin-right:0.5em;
	line-height:100%;
}
#contact dt span.nn, #contact li .item span.nn {
	background:#ededed;
	color:#666666;
}
.mw_wp_form_confirm .item span {
	display:none;
}
#contact dt p {
	font-size: 12px;
	font-size: 1.2rem;
	color:#f79783;
}
#contact dd {
	width:100%;
	margin-bottom:1em;
}
#contact li .item {
	margin-bottom:0.5em;
}
#contact .memo {
	width: 100%;
	font-weight: bold;
	padding: 0 0 1em 0;
}
#contact  input[type="text"],
#contact  input[type="email"],
#contact  textarea {
	font-size: 14px;
	font-size: 1.4rem;
	width:100%;
	padding: 0.5em 1em;
	resize:none;
	border:1px solid #cccccc;
	background:rgba(255,255,255,0.8);
	font-family: sans-serif;
}
#contact  input:focus,
#contact  textarea:focus {
	content:"";
	border:1px solid #666666;
}
#contact  input[type="submit"] {
	cursor:pointer;
	border: none;
}
#contact p {
	line-height: 170%;
}
#contact .confirm, .sending, .backform {
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	width: 200px;
	height: 45px;
	margin-top: 5px;
	background: #888;
}
.mw_wp_form_confirm .send {
	display:none;
}

p.message {
	display:none;
}
.mw_wp_form_input p.message:nth-child(1) {
	display:block;
}
.mw_wp_form_confirm p.message:nth-child(2) {
	display:block;
}
/*****************************************************************************
	Flex Box
*****************************************************************************/
/***********
horizon
************/
.f_box {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
}
.f_item {
    -webkit-flex:1 0 auto;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
}
.f_h_start {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.f_h_center {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}
.f_h_end {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.f_h_sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.f_h_sa {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.f_wrap {
	-webkit-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
/***********
vertical
************/
.f_column {
	-webkit-box-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column;
}
.f_start {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.f_end {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.f_center {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.f_baseline {
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.f_stretch {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
/*****************************************************************************
	Gimic with jQuery
*****************************************************************************/
.trans {
	-webkit-transition:all 0.3s ease;
			transition:all 0.3s ease;
}
.zoom {
	width:inherit;
	-webkit-transition:all 0.3s ease;
			transition:all 0.3s ease;
}
.zoom:hover {
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}
/*  Scrolling Appear */
.scroll[data-type="up"] {
	-webkit-transition:all 1s ease;
			transition:all 1s ease;
	-webkit-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);
	opacity:0.01;
}
.scroll[data-type="up"].active, .scroll[data-type="down"].active, .scroll[data-type="left"].active, .scroll[data-type="right"].active  {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity:1;
}
/*****************************************************************************
	common media
*****************************************************************************/
@media screen and (max-width:767px){
	/* for Mobile */
	.f_res {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.col {
		width:100%;
	}
	div.blank {
		height:25px;
	}
	div.blankx2 {
		height:50px;
	}
	.pc {
		display:none;
	}
	.order_top {
		-webkit-order:-1;
		-ms-order:-1;
		order:-1;
	}
	.order_1 {
		-webkit-order:1;
		-ms-order:1;
		order:1;
	}
	address {
		text-align:center;
	}
}
@media screen and (min-width:768px){
	/* for Tablet and PC */
	.f_res {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	div.blank {
		height:50px;
	}
	div.blankx2 {
		height:100px;
	}
	div.blankx3 {
		height:150px;
	}
	.sp {
		display:none;
	}
	.w10 {
		width:-webkit-calc(10%);
		width:calc(10%);
		min-width:calc(10%);
	}
	.w15 {
		width:-webkit-calc(15%);
		width:calc(15%);
		min-width:calc(15%);
	}
	.w20 {
		width:-webkit-calc(20%);
		width:calc(20%);
		min-width:calc(20%);
	}
	.w20s {
		width:-webkit-calc(20% - 1em);
		width:calc(20% - 1em);
		min-width:calc(20% - 1em);
	}
	.w20l {
		width:-webkit-calc(20% + 1em);
		width:calc(20% + 1em);
		min-width:calc(20% + 1em);
	}
	.w25 {
		width:-webkit-calc(25%);
		width:calc(25%);
		min-width:calc(25%);
	}
	.w25s {
		width:-webkit-calc(25% - 1em);
		width:calc(25% - 1em);
	}
	.w33{
		width:-webkit-calc(100% / 3);
		width:calc(100% / 3);
	}
	.w33s{
		width:-webkit-calc(100% / 3 - 0.5em);
		width:calc(100% / 3 - 0.5em);
	}
	.w30 {
		width:-webkit-calc(30%);
		width:calc(30%);
		min-width:calc(30%);
	}
	.w30s {
		width:-webkit-calc(30% - 1em);
		width:calc(30% - 1em);
	}
	.w30l {
		width:-webkit-calc(30% + 1em);
		width:calc(30% + 1em);
	}
	.w35 {
		width:-webkit-calc(35%);
		width:calc(35%);
		min-width:calc(35%);
	}
	.w40 {
		width:-webkit-calc(40%);
		width:calc(40%);
		min-width:calc(40%);
	}
	.w40s {
		width:-webkit-calc(40% - 1em);
		width:calc(40% - 1em);
		min-width:calc(40% - 1em);
	}
	.w45 {
		width:-webkit-calc(45%);
		width:calc(45%);
		min-width:calc(45%);
	}
	.w45s {
		width:-webkit-calc(45% - 1em);
		width:calc(45% - 1em);
		min-width:calc(45% - 1em);
	}
	.w45s {
		width:-webkit-calc(45% - 1em);
		width:calc(45% - 1em);
		min-width:calc(45% - 1em);
	}
	.w45l {
		width:-webkit-calc(45% + 1em);
		width:calc(45% + 1em);
		min-width:calc(45% + 1em);
	}
	.w60 {
		width:-webkit-calc(60%);
		width:calc(60%);
		min-width:calc(60%);
	}
	.w60s {
		width:-webkit-calc(60% - 1em);
		width:calc(60% - 1em);
	}
	.w66 {
		width:-webkit-calc(66%);
		width:calc(66%);
	}
	.w50s {
		width:-webkit-calc(50% - 1em);
		width:calc(50% - 1em);
	}
	.w50 {
		width:-webkit-calc(50%);
		width:calc(50%);
		min-width:calc(50%);
	}
	.w50l {
		width:-webkit-calc(50% + 1em);
		width:calc(50% + 1em);
	}
	.w55 {
		width:-webkit-calc(55%);
		width:calc(55%);
		min-width:calc(55%);
	}
	.w55s {
		width:-webkit-calc(55% - 1em);
		width:calc(55% - 1em);
		min-width:calc(55% - 1em);
	}
	.w65 {
		width:65%;
		min-width:65%;
	}
	.w65s {
		width:-webkit-calc(65% - 1em);
		width:calc(65% - 1em);
		min-width:calc(65% - 1em);
	}
	.w75 {
		width:-webkit-calc(75%);
		width:calc(75%);
	}
	.w75s {
		width:-webkit-calc(75% - 1em);
		width:calc(75% - 1em);
	}
	.w70 {
		width:-webkit-calc(70%);
		width:calc(70%);
	}
	.w70s {
		width:-webkit-calc(70% - 1em);
		width:calc(70% - 1em);
	}
	.w70l {
		width:-webkit-calc(70% + 1em);
		width:calc(70% + 1em);
	}
	.w80 {
		width:-webkit-calc(80%);
		width:calc(80%);
	}
	.w80s {
		width:-webkit-calc(80% - 1em);
		width:calc(80% - 1em);
	}
	.w80l {
		width:-webkit-calc(80% + 1em);
		width:calc(80% + 1em);
	}
	.w95 {
		width:95%;
	}
	.w100 {
		width:100%;
	}
	#slick {
		width:920px;
		margin:0 auto;
	}
	#slick figure {
		margin:15px;
	}
}
.small_text {
	font-size: 12px;
	font-size: 1.2rem;
}
@media screen and (max-width:767px) {
	.cta {
		height:initial;
	}
	.cta > div {
		width:100%;
		height:initial;
		padding:1.5em 0;
	}
}