@charset "UTF-8";
/*
Theme Name: プランニング・エメ
Author: Fain Pixar
Author URI: https://www.fainpixar.co.jp/
*/
/* font定義 */
@font-face {
		font-family: YuMincho,"Yu Mincho",serif;
		/* 游ゴシックMediumが存在しないWindows8.1用 */
}

@font-face {
		font-family: YuMincho,"Yu Mincho",serif;
		/* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}

/* --ブラウザの互換初期化------------------------ */
html {
		overflow: scroll;
}

* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
		margin: 0;
		padding: 0;
}

table {
		border-collapse: collapse;
		border-spacing: 0;
}

fieldset, img {
		border: 0;
}

address, caption, cite, code, dfn, em, th, var {
		font-style: normal;
		font-weight: normal;
}

caption, th {
		text-align: left;
}

h1, h2, h3, h4, h5, h6 {
		font-size: 100%;
}

q:before, q:after {
		content: '';
}

ul, ol, li {
		list-style-type: none;
}

/* --clearfix------------- */
.clearfix:after, section:after, nav:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
}

.clearfix, section, nav {
		min-height: 1px;
}

/* iOSでのデフォルトスタイルをリセット */
button,
input[type="button"].clearbtn {
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		appearance: button;
		border: 0 none;
		box-sizing: border-box;
		cursor: pointer;
		-webkit-border-radius: 0;
		border-radius: 0;
		background: transparent;
		outline: none;
}

button::-webkit-search-decoration,
input[type="button"].clearbtn::-webkit-search-decoration {
		display: none;
}

button::focus,
input[type="button"].clearbtn::focus {
		outline-offset: -2px;
}

button,
input[type="button"].clearbtn {
		border: 0 none;
		display: inline;
}

*, *:after, *:before {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}

/* ------------------------
    基本構造
------------------------ */
html {
		padding: 0;
		margin: 0;
		font-size: 10px;
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
}
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;	font-style: normal;
  font-weight: normal;
	font-size: 1.5rem;
	color: #404040;
	line-height: 1.8;
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
	body {
			min-width: 1px;
			height: auto;
			font-size: 1.5rem;
			padding-left: 0;
			padding-right: 0;
	}
}
#wrap {
		position: relative;
}
p {
		margin-top: 20px;
}

p:first-child {
		margin-top: 0;
}

p + p {
		margin-top: 20px;
}

p + .fig-cmn {
		margin-top: 20px;
}

@media only screen and (max-width: 768px) {
		p {
				margin-top: 15px;
		}
		p + p {
				margin-top: 15px;
		}
		p + .fig-cmn {
				margin-top: 20px;
		}
}

a {
		text-decoration: none;
		color: #4dbbbf;
		transition: all .3s ease;
}

a:hover {
	transition: all .3s ease;
	text-decoration: none;
}

img {
		max-width: 100%;
		height: auto;
}

.fig-cmn img {
		display: block;
		margin: 0 auto;
}

.fig-cmn-cap {
		font-size: 1.3rem;
		margin-top: 10px;
}

.al-right {
		text-align: right;
}

.al-center {
		text-align: center;
}

.al-left {
		text-align: left;
}

.nolink-pc {
		pointer-events: none;
		cursor: text;
}

.nolink {
		pointer-events: none;
		cursor: pointer;
}

.only-sp {
		display: none !important;
}

@media only screen and (max-width: 768px) {
		.only-pc {
				display: none !important;
		}
		.only-sp {
				display: block !important;
		}
		br.only-sp {
				display: inline-block;
		}
		.nolink-pc {
				pointer-events: auto;
		}
}

/* ------------------------
    カラム分け
------------------------ */
.grid-cmn {
		-js-display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 40px -15px 0;
		position: relative;
}

.grid-cmn:first-child {
		margin-top: -40px;
}

.grid-cmn.ai-center {
		-webkit-align-items: center;
		align-items: center;
}

.grid-cmn.justify-center {
		-webkit-justify-content: center;
		justify-content: center;
}

.grid-cmn.s-m-01 {
		margin: 0;
}

.grid-cmn.s-m-01 .col {
		margin-top: 0;
		padding: 0;
}

.grid-cmn .col {
		box-sizing: border-box;
		position: relative;
		padding: 0 15px;
		margin-top: 40px;
}

.grid-cmn .col.col-l-2 {
		width: 16.6666%;
}

.grid-cmn .col.col-l-20p {
		width: 20%;
}

.grid-cmn .col.col-l-3 {
		width: 25%;
}

.grid-cmn .col.col-l-4 {
		width: 33.33333%;
}

.grid-cmn .col.col-l-5 {
		width: 41.66666%;
}

.grid-cmn .col.col-l-6 {
		width: 50%;
}

.grid-cmn .col.col-l-7 {
		width: 58.33333%;
}

.grid-cmn .col.col-l-8 {
		width: 66.66666%;
}

.grid-cmn .col.col-l-9 {
		width: 75%;
}

.grid-cmn .col.col-l-10 {
		width: 83.33333%;
}

.grid-cmn .col.col-l-12 {
		width: 100%;
}

.order-l-1 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 1;
		order: 1;
}

.order-l-2 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 2;
		order: 2;
}

.order-l-3 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 3;
		order: 3;
}

.order-l-4 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 4;
		order: 4;
}

.order-l-5 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 5;
		order: 5;
}

.order-l-6 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 6;
		order: 6;
}
.index-hero__title span{
  font-size: 3.5rem;
	line-height: normal;
}

@media screen and (max-width: 1024px) {
		.grid-cmn .col.col-m-2 {
				width: 16.6666%;
		}
		.grid-cmn .col.col-m-20p {
				width: 20%;
		}
		.grid-cmn .col.col-m-3 {
				width: 25%;
		}
		.grid-cmn .col.col-m-4 {
				width: 33.33333%;
		}
		.grid-cmn .col.col-m-5 {
				width: 41.66666%;
		}
		.grid-cmn .col.col-m-6 {
				width: 50%;
		}
		.grid-cmn .col.col-m-7 {
				width: 58.33333%;
		}
		.grid-cmn .col.col-m-8 {
				width: 66.66666%;
		}
		.grid-cmn .col.col-m-9 {
				width: 75%;
		}
		.grid-cmn .col.col-m-10 {
				width: 83.33333%;
		}
		.grid-cmn .col.col-m-12 {
				width: 100%;
		}
		.order-m-1 {
				-webkit-box-ordinal-group: 1;
				-webkit-order: 1;
				order: 1;
		}
		.order-m-2 {
				-webkit-box-ordinal-group: 2;
				-webkit-order: 2;
				order: 2;
		}
		.order-m-3 {
				-webkit-box-ordinal-group: 3;
				-webkit-order: 3;
				order: 3;
		}
		.order-m-4 {
				-webkit-box-ordinal-group: 4;
				-webkit-order: 4;
				order: 4;
		}
		.order-m-5 {
				-webkit-box-ordinal-group: 5;
				-webkit-order: 5;
				order: 5;
		}
		.order-m-6 {
				-webkit-box-ordinal-group: 6;
				-webkit-order: 6;
				order: 6;
		}
		.index-hero__title span{
		  font-size: 2.9rem;
			line-height: normal;
		}
}

@media only screen and (max-width: 768px) {
		.grid-cmn {
				margin: 40px -10px 0;
		}
		.grid-cmn .col {
				padding: 0 10px;
				margin-top: 20px;
		}
		.grid-cmn .col.col-s-12 {
				width: 100%;
		}
		.grid-cmn .col.col-s-10 {
				width: 83.33333%;
		}
		.grid-cmn .col.col-s-9 {
				width: 75%;
		}
		.grid-cmn .col.col-s-8 {
				width: 66.66666%;
		}
		.grid-cmn .col.col-s-7 {
				width: 58.33333%;
		}
		.grid-cmn .col.col-s-6 {
				width: 50%;
		}
		.grid-cmn .col.col-s-5 {
				width: 41.66666%;
		}
		.grid-cmn .col.col-s-4 {
				width: 33.33333%;
		}
		.grid-cmn .col.col-s-3 {
				width: 25%;
		}
		.grid-cmn .col.col-s-20p {
				width: 20%;
		}
		.grid-cmn .col.col-s-2 {
				width: 16.6666%;
		}
		.order-s-1 {
				-webkit-box-ordinal-group: 1;
				-webkit-order: 1;
				order: 1;
		}
		.order-s-2 {
				-webkit-box-ordinal-group: 2;
				-webkit-order: 2;
				order: 2;
		}
		.order-s-3 {
				-webkit-box-ordinal-group: 3;
				-webkit-order: 3;
				order: 3;
		}
		.order-s-4 {
				-webkit-box-ordinal-group: 4;
				-webkit-order: 4;
				order: 4;
		}
		.order-s-5 {
				-webkit-box-ordinal-group: 5;
				-webkit-order: 5;
				order: 5;
		}
		.order-s-6 {
				-webkit-box-ordinal-group: 6;
				-webkit-order: 6;
				order: 6;
		}
}

[class*="ttl-cmn-"] + .grid-cmn {
		margin-top: -40px;
}

[class*="ttl-cmn-"] + .grid-cmn.s-m-01 {
		margin-top: 0;
}
.index-product__image02 {
  	position: absolute;
    z-index: -1;
}
.index-product--02 .index-product__image02 {
      left: 50%;
      bottom: -150px;
      width: 80%;
}
.index-product__image01 {
  	position: absolute;
    z-index: -1;
}
.index-product--01 .index-product__image01 {
      right: 50%;
      bottom: -150px;
      width: 80%;
}
.index_mt_200 {
	margin-top: 200px;
}

@media only screen and (max-width: 768px) {
	.index-product__image02 {
	  	position: relative;
	    z-index: -1;
	}
	.index-product--02 .index-product__image02 {
			width: calc(100% + 100px);
	    margin: -70px -100px 0 0;
	    max-width: none;
	    z-index: -1;
	    left: 0;
			bottom: auto;
	}
	.index-product__image01 {
	  	position: relative;
	    z-index: -1;
	}
	.index-product--01 .index-product__image01 {
			width: calc(100% + 100px);
			margin: -70px -100px 0 0;
			max-width: none;
			z-index: -1;
			right: 0;
			bottom: auto;
	}
	.index_mt_200 {
		margin-top: 60px;
	}
}
.contents {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto 0;
}
.contents_none {
	width: 100%;
}
.min-contents {
	width: 100%;
	max-width: 900px;
	margin: 0px auto;
}
.contents img {
	border-radius: 20px;
}

@media only screen and (max-width: 768px) {
		.contents {
				margin: 0px auto;
				padding: 0 15px;
		}
		.contents_none {
			margin: 0px auto;
			padding: 0 15px;
		}
		.min_contents {
				max-width: unset;
				margin: 0 auto;
				padding: 0 15px;
		}
}

/* ボタン */
.fadein {
 opacity: 0;
 transform : translate(0, 50px);
 transition : all 1200ms;
}
.fadein.scrollin{
 opacity: 1;
 transform: translate(0, 0);
}
header {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: all .3s ease;
	background-color: #fff;
}
.header.transform {
	background-color: rgba(255,255,255,0.9);
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px 14px 25px;
  /* position: fixed; */
  background: rgba(255,255,255,1);
  width: 100%;
  transition: .5s;
  top: 0;
	z-index: 1000;
	max-width: 1366px;
	margin: 0 auto;
}
.transform .header__inner {
  padding: 11px 40px 9px 25px;
}
.header.transform .header__inner {
	background: rgba(255,255,255,0);
}
.header__inner .header_logo {
	position: relative;
	background-image: url(./img/header_logo.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 145px;
	height: 65px;
	transition: .3s;
}
.transform .header__inner .header_logo {
	width: 100px;
	height: 45px;
	transition: .3s;
}
.header__logo {
	display: flex;
	align-items: center;
	margin: 0 15px 0 0;
}
.header__logo_sub {
	font-size: 1.4rem;
	color: #766f6f;
	display: block;
  margin: 0 30px 0 0;
}
.header_other_nav {
	font-size: 1.4rem;
}
.transform .header_other_nav {
	display: none;
}
.header_other_nav li  {
	display: block;
}
.header_other_nav li a {
	text-decoration: underline;
	color: #766f6f;
}
.header__logo .header__logo-link {
  display: block;
	width: 145px;
	margin: 0 30px 0 0;
}
.transform .header__logo .header__logo-link {
  display: block;
	width: 100px;
	margin: 0 30px 0 0;
}
@media only screen and (max-width: 1080px) {
	.header__logo .header__logo-link {
	  display: block;
		width: 145px;
		margin: 0;
	}
	.header__logo_sub {
		font-size: 1.9rem;
		color: #766f6f;
		display: none;
	  margin: 0 30px 0 0;
	}
	.header_other_nav {
		display: none;
		font-size: 1.4rem;
	}
	.header_other_nav li  {
		display: block;
	}
	.header_other_nav li a {
		text-decoration: underline;
		color: #766f6f;
	}
}
.header_link {
  display: flex;
	align-items: center;
}
.header_link li:first-child {
	position: relative;
	padding: 0 15px;
}
.header_link li {
	position: relative;
	padding: 0 15px;
}
.header_link li:last-child {
	position: relative;
	padding: 0 0 0 15px;
}
.header_link li a{
  color: #766f6f;
  text-decoration: none;
  font-size: 1.4rem;
  display: block;
	position: relative;
	line-height: 1.5;
}
.header_link li a:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  display: inline-block;
  width: 100%;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #a7e7e4;
}
.header_link li .header_link_contact:before {
	background-color: #f57e9c;
}

.header_link li .header_link_hov {
	position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);

	padding: 38px 0 0;
	white-space: nowrap;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	transition: .3s;
	opacity: 0;
	pointer-events: none;
	width: 170px;
}
.transform .header_link li .header_link_hov {
	padding: 20px 0 0;
}
.transform .header_link li .header_link_hov {
	top: 22px;
}
.header_link li .header_link_hov li:first-child {
	position: relative;
	padding: 20px 0 0;
}
.header_link li .header_link_hov li:first-child::after{
	content: '';
	position: absolute;
	top: -17px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	border-right: 12px solid transparent;
	border-bottom: 17px solid #79d4ce;
	border-left: 12px solid transparent;
}
.transform .header_link li .header_link_hov li:first-child::after {
  content: '';
  top: -15px;
  border-bottom: 15px solid #79d4ce;
}

.header_link li .header_link_hov li {
	position: relative;
	padding: 15px 0 0;
	background-color: #79d4ce;
}
.header_link li .header_link_hov li:last-child {
	position: relative;
	padding: 15px 0 20px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.header_link li .header_link_hov li .header_link_hov_a {
	color: #fff;
	font-size: 1.6rem;
	transition: .3s;
}
.header_link li .header_link_hov li .header_link_hov_a:hover {
	letter-spacing: 3px;
	transition: .3s;
}
.header_link li .header_link_hov li .header_link_hov_a:before {
  content: '';
  display: none;
}
.header_link .header_link_about:hover .header_link_hov {
	transition: .3s;
	opacity: 1;
	pointer-events: auto;
}
.header_link_hov:hover {
	opacity: 1;
	pointer-events: auto;
}

@media only screen and (max-width: 768px) {
	header {
		position: fixed;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		transition: all .3s ease;
		background-color: #fff;
	}
  .header__inner {
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    padding: 20px 20px 15px;
  }
  .header__logo .header__logo-link {
    display: block;
    width: 100%;
    max-width: 250px;
		margin: 0;
  }
  .header_link {
    display: flex;
  }
  .header_link li a{
    padding: 0 20px;
    color: #333;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: bold;

    padding-bottom: 5px;
    display: block;
    position: relative;
  }
  .header_link li a:hover::after {
    transform: scale(0.5, 1);
  }
  .header_link li a::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #709d2d;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
  }
}

/* スマホヘッダー */
.drawer-toggle {
	display: none;
}
@media screen and (max-width: 768px) {

	.header_contents_sp {
		height: 70px;
		width: 100%;
    top: 0;
    left: 0;
    border: 0 none;
		padding: 13px 25px 13px 15px;
    text-align: center;
    position: fixed;
		background-color: rgba(255,255,255,1);
    z-index: 1000;
		transition: .3s;
  }
	.transform_sp .header_contents_sp {
		background-color: rgba(255,255,255,0.9);
	}
	.header_contents_sp .header_logo {
		position: relative;
		background-image: url(./img/header_logo.svg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		width: 100px;
		height: 45px;
		padding: 1px 0 0;
	}
  .header_contents_logo_sp {
    display: block;
    max-width: 100px;
    width: 100%;
  }
	.header_contents_sp_layout {
		display: flex;
		js-display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		align-items: center;
	}
	header .drawer-toggle {
			position: relative;
			box-sizing: border-box;
			width: 18px;
			height: 16px;
			padding: 5px 0 5px 0;
	}
	header .drawer-toggle::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		width: 46px;
		height: 46px;
		border-radius: 50%;
		border: 1px solid #82787e;
	}
	header .drawer-toggle .drawer-hamburger-icon {
			margin: 0;
			height: 2px;
			background-color: #766f6f;
	}
	header .drawer-toggle .drawer-hamburger-icon::before, header .drawer-toggle .drawer-hamburger-icon::after {
			background-color: #766f6f;
			height: 2px;
			top: -7px;
	}
	header .drawer-toggle .drawer-hamburger-icon::after {
			top: 7px;
	}
	header .header_contents_sp.tran .drawer-toggle .drawer-hamburger-icon,
	header .header_contents_sp.tran .drawer-toggle .drawer-hamburger-icon::before,
	header .header_contents_sp.tran .drawer-toggle .drawer-hamburger-icon::after {
		background-color: #766f6f;
	}

	.drawer-open .drawer-toggle .drawer-hamburger-icon {
			background-color: transparent;
	}
	.drawer-open .header_contents_sp.tran .drawer-toggle .drawer-hamburger-icon {
			background-color: transparent;
	}
	.drawer-open .drawer-toggle .drawer-hamburger-icon::before, .drawer-open .drawer-toggle .drawer-hamburger-icon::after {
			top: 0;
	}
	.drawer-open.drawer--top header .drawer-nav {
			top: 70px;
			-webkit-overflow-scrolling: touch;
			background-color: rgba(255,255,255,0.9);
			height: 100%;
	}
	.drawer--top.drawer-open .drawer-nav {
	  top: 0;
	  overflow: auto;
	  -webkit-overflow-scrolling: touch;
	}

	.drawer--left.drawer-open .drawer-nav,
	.drawer--left .drawer-hamburger,
	.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
	  left: 0;
	  overflow: auto;
	  -webkit-overflow-scrolling: touch;
	}

	.drawer--right.drawer-open .drawer-nav,
	.drawer--right .drawer-hamburger,
	.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	  right: 0;
	  overflow: auto;
	  -webkit-overflow-scrolling: touch;
	}
	header .drawer-nav {
		background-color: transparent;
	}
	header .drawer-nav .drawer-menu li {
		border-bottom: 1px solid #766f6f;
		position: relative;
	}
	header .drawer-nav .drawer-menu li:last-child{
		/* border-bottom: unset; */
	}
	header .drawer-nav .drawer-menu li > a {
    /* background-color: #766f6f; */
    display: block;
		color: #766f6f;
    padding: 15px 10px;
    text-decoration: none;
		font-size: 1.6rem;
	}
	header .drawer-nav .drawer-menu li .sp_header_ul_sub li {
		/* border-bottom: 1px solid #766f6f; */
		border-bottom: unset;
		position: relative;
	}
	header .drawer-nav .drawer-menu li .sp_header_ul_sub li > a {
		/* background-color: #766f6f; */
    display: block;
		color: #766f6f;
    padding: 10px 10px;
    text-decoration: none;
		font-size: 1.4rem;
	}
}
/* スマホヘッダー */

/* フッター */
/* .footer {
	position: relative;
	padding: 70px 0;
	margin: 80px auto 0;
	background-color: #ffe7e0;
}
.footer::after {
	content: '';
	position: absolute;
	bottom: 50px;
	right: 40px;
	background-image: url(./img/footer_des_sub.png);
	background-size: cover;
	width: 107px;
	height: 115px;
}
.footer_logo {
	position: relative;
	text-align: center;
	color: #766f6f;
	z-index: 1;
}
.footer_logo::after {
	content: '';
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	background-image: url(./img/footer_logo_back.png);
	background-size: cover;
	width: 378px;
	height: 253px;
	z-index: -1;
}
.footer_logo_link {
	display: block;
	width: 100%;
	max-width: 200px;
	margin: auto;
}
.footer_logo_link img {
	display: block;
}
.footer_address {
	display: block;
	margin: 20px auto 0;
	font-size: 1.4rem;
	color: #766f6f;
}
.footer_tel {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.7rem;
}
.footer_tel .tel {
	margin: 0 15px 0 0;
}
.footer_tel .tel a {
	color: #766f6f;
}
.footer_sitemap_content {
	width: 100%;
	max-width: 1024px;
	margin: 100px auto 0;
}
.footer_sitemap {
	display: flex;
}
.footer_sitemap .footer_sitemap_box {
	padding: 0 50px;
	width: 33.33333333333333333%;
	border-left: 1px solid #a6a1a1;
}
.footer_sitemap .footer_sitemap_box:last-child {
	padding: 0 50px;
	width: 33.33333333333333333%;
	border-left: 1px solid #a6a1a1;
	border-right: 1px solid #a6a1a1;
}
.sitemap_site_name {
	display: block;
	text-decoration: underline;
	color: #766f6f;
	font-weight: bold;
}
.sitemap_nav {
	margin: 0 0 0 20px;
}
.sitemap_nav .sitemap_nav_link {
	position: relative;
	display: block;
	font-size: 1.4rem;
	margin: 7px 0 0;
	color: #766f6f;
	font-weight: bold;
	padding: 0 0 0 12px;
}
.sitemap_nav .sitemap_nav_link::before {
	content: '';
	background-image: url(./img/footer_nav_allow.svg);
	background-size: cover;
	position: absolute;
  top: 7px;
  left: 0;
	width: 6px;
	height: 8px;

}
.sitemap_nav .sitemap_nav_child {
	font-size: 1.3rem;
}
.sitemap_nav .sitemap_nav_child li {
	margin: 5px 0 0 20px;
}
.sitemap_nav .sitemap_nav_child li a {
	color: #766f6f;
}
.copyright {
	display: block;
	margin: 70px auto 0;
	text-align: center;
	font-size: 1.3rem;
	color: #766f6f;
}
@media screen and (max-width: 768px) {
	.footer {
		position: relative;
		padding: 70px 0 30px;
		margin: 50px auto 0;
		background-color: #ffe7e0;
	}
	.footer::after {
		content: '';
		display: none;
		position: absolute;
		bottom: 50px;
		right: 40px;
		background-image: url(./img/footer_des_sub.png);
		background-size: cover;
		width: 107px;
		height: 115px;
	}
	.footer_logo {
		position: relative;
		text-align: center;
		color: #766f6f;
		z-index: 1;
	}
	.footer_logo::after {
		content: '';
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		background-image: url(./img/footer_logo_back.png);
		background-size: cover;
		width: 378px;
		height: 253px;
		z-index: -1;
	}
	.footer_logo_link {
		display: block;
		width: 100%;
		max-width: 200px;
		margin: auto;
	}
	.footer_logo_link img {
		display: block;
	}
	.footer_address {
		display: block;
		margin: 20px auto 0;
		font-size: 1.4rem;
		color: #766f6f;
	}
	.footer_tel {
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 1.7rem;
	}
	.footer_tel .tel {
		margin: 0 15px 0 0;
	}
	.footer_tel .tel a {
		color: #766f6f;
	}
	.footer_sitemap_content {
		width: 100%;
		max-width: 1024px;
		margin: 70px auto 0;
		padding: 0 15px;
	}
	.footer_sitemap {
		display: flex;
		flex-wrap: wrap;
	}
	.footer_sitemap .footer_sitemap_box {
		padding: 0;
		width: 100%;
		border-left: unset;
	}
	.footer_sitemap .footer_sitemap_box:last-child {
		padding: 0;
		width: 100%;
		border-left: unset;
		border-right: unset;
	}
	.sitemap_site_name {
		display: block;
		text-decoration: underline;
		color: #766f6f;
		font-weight: bold;
		margin: 30px 0 0;
	}
	.sitemap_nav {
		margin: 5px 0 0;
		border-bottom: 1px solid #766f6f;
	}
	.sitemap_nav .sitemap_nav_link {
		position: relative;
		display: block;
		font-size: 1.4rem;
		margin: 0;
		color: #766f6f;
		font-weight: bold;
		padding: 10px 0 10px 12px;
		border-top: 1px solid #766f6f;
	}
	.sitemap_nav .sitemap_nav_link::before {
		content: '';
		background-image: url(./img/footer_nav_allow.svg);
		background-size: cover;
		position: absolute;
	  top: 17px;
	  left: 0;
		width: 6px;
		height: 8px;

	}
	.sitemap_nav .sitemap_nav_child {
		font-size: 1.3rem;
	}
	.sitemap_nav .sitemap_nav_child li {
		margin: 0 0 0 20px;
		padding: 2px 0;
	}
	.sitemap_nav .sitemap_nav_child li:last-child {
		margin: 0 0 20px 20px;
		padding: 2px 0;
	}
	.sitemap_nav .sitemap_nav_child li a {
		color: #766f6f;
	}
	.copyright {
		display: block;
		margin: 40px auto 0;
		text-align: center;
		font-size: 1.3rem;
		color: #766f6f;
	}
} */
/* フッター */


.only-pc {
	display: block;
}
.only-sp {
	display: none;
}
.link_tel {
	pointer-events: none;
	color: #333;
}
@media only screen and (max-width: 768px) {
	.only-pc {
		display: none;
	}
	.only-sp {
		display: block;
	}
	.link_tel {
		pointer-events: auto;
	}
}
a, a img,li,li img,div,input,form,textarea {
  outline:none!important;
}
.back_chu_contents .index_product_slide {
	display: block;
}
.back_chu_contents .index_product_slide_sp {
	display: none;
}
.index_product_slide .column_03_box {
	text-align: center;
}
.index_product_slide .column_03_box .btn-cmn-01 {
	margin: 20px auto 0;
}
@media only screen and (max-width: 768px) {
	.back_chu_contents .index_product_slide {
		display: none;
	}
	.back_chu_contents .index_product_slide_sp {
		display: block;
	}

	.index_product_slide_sp .column_03_box {
		padding: 0 15px;
	}
	.index_product_slide_sp .column_03_box {
		text-align: center;
	}
	.index_product_slide_sp .column_03_box .btn-cmn-01 {
		margin: 20px auto 0;
	}
}


/* ナビ */
.wp-pagenavi .pages{
	display: none!important;
}
.wp-pagenavi {
    margin: 70px auto 0;
    display: block;
		text-align: center;
		height: 30px;
    width: 100%;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none!important;
    border: none!important;
    padding: 10px 12px!important;
    margin: 5px!important;
		font-size: 1.6rem!important;
		color: #333!important;
		background-color: #fff!important;
    border: 1px solid #766f6f!important;
}
.wp-pagenavi span.current {
    font-weight: bold;
		color: #fff!important;
		background-color: #766f6f!important;
    border: 1px solid #766f6f!important;
}
@media screen and (max-width: 768px) {
	.wp-pagenavi .pages{
		display: none!important;
	}
	.wp-pagenavi {
      margin: 60px auto 0;
	    display: block;
			text-align: center;
			height: 30px;
      width: 100%;
	}
	.wp-pagenavi a, .wp-pagenavi span {
			text-decoration: none!important;
	    border: none!important;
			padding: 8px 11px!important;
	    margin: 3px!important;
			font-size: 1.6rem!important;
			color: #333!important;
			background-color: #fff!important;
      border: 1px solid #766f6f!important;
	}
	.wp-pagenavi span.current {
			font-weight: bold;
			color: #fff!important;
			background-color: #766f6f!important;
      border: 1px solid #766f6f!important;
	}
}
/* ナビ */

/* フッターアコーディオン */
/* .footer_sp_nav {
	display: none;
}
@media screen and (max-width: 768px) {
	.footer_sp_nav {
		display: block;
		padding: 10px 0;
		position: relative;
		text-align: center;
	}
	.footer_sp_nav::after {
		content: '';
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		width: 100vw;
		height: 100%;
		border-top: 1px solid #766f6f;
		border-bottom: 1px solid #766f6f;
		z-index: 0;
	}
	.footer_sp_nav span {
		font-weight: bold;
		position: relative;
		color: #766f6f;
		padding: 0 20px 0 0;
	}
	.footer_sp_nav span::before {
    content: '';
    background-image: url(./img/sitemap_allow.svg);
    background-size: cover;
    position: absolute;
    top: 6px;
    right: 0;
    width: 9px;
    height: 6px;
	}
	.footer_sp_nav + .footer_sitemap {
		display: none;
	}
	.footer_sp_nav.open + .footer_sitemap {
		display: block;
	}
}

@media screen and (max-width: 768px){
	.sp_header_ul_sub {
		display: none;
		margin: 0 0 10px;
	}
	.open {
		display: inline-block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 65px;
    height: 58px;
		z-index: 1;
		transition: .3s;
	}
	.open.clicked {
    transition: .3s;
    transform: rotate(45deg);
	}
	.open:before,
	.open:after {
    display: block;
    content: '';
    background-color: #766f6f;
    border-radius: 10px;
    position: absolute;
    width: 15px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
	}
	.open:before {
    width: 1px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
	}
} */

/* フッター */
footer {
	background-color: #ffe7e0;
	padding: 40px 0 15px;
	margin: 100px auto 0;
}
.footer_inner {
	width: 100%;
	max-width: 1024px;
	margin: auto;
}
.footer_content {
	display: flex;
	justify-content: space-between;
	font-weight: 500;
	color: #766f6f;
}

.footer_logo_link {
	display: block;
	width: 100%;
	max-width: 225px;
}
.footer_content_left .address {
	display: block;
	font-size: 1.5rem;
	margin: 10px 0 0;
}
.footer_content_left .tel {
	display: block;
	font-size: 2rem;
	margin: 10px 0 0;
	line-height: 1.5;
}
.footer_content_left .tel a {
	color: #766f6f;
	pointer-events: none;
}
.footer_content_left .fax {
	display: block;
	font-size: 2rem;
	line-height: 1.5;
}

.footer_other_site {
	margin: 10px 0 0;
}
.footer_other_site a {
	display: block;
	color: #766f6f;
}

.footer_content_right {
	display: flex;
	margin: 30px 0 0;
}
.footer_content_right a {
	color: #766f6f;
}
.footer_content_right .footer_nav {
	margin: 0 80px 0 0;
	letter-spacing: 1px;
}
.footer_content_right .footer_nav:last-child {
	margin: 0 0 0;
}

.footer_nav_list .footer_nav_li {
	margin: 5px 0 0;
}
.footer_nav_list .footer_nav_li .footer_nav_a {
	position: relative;
	padding: 0 0 0 15px;
	font-weight: bold;
}
.footer_nav_list .footer_nav_li .footer_nav_a::before {
  content: '';
  background-image: url(./img/footer_ico.svg);
  background-size: cover;
  position: absolute;
  top: 3px;
  left: 0;
  width: 6px;
  height: 8px;
}
.footer_nav_list_sub {
	margin: 0 0 0 15px;
}
.footer_nav_list_sub li {
	margin: 5px 0 0;
}
.footer_nav_list_sub li a{
	padding: 0 0 0 10px;
}

.copyright {
	display: block;
	text-align: center;
	font-size: 1.3rem;
	margin: 70px auto 0;
	color: #766f6f;
}

.footer_accordion {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 15px;
	height: 15px;
	margin: 0;
}
.footer_accordion:before, .footer_accordion:after {
	display: block;
	content: '';
	background-color: #766f6f;
	border-radius: 10px;
	position: absolute;
	width: 15px;
	height: 1px;
	top: 7px;
	left: 0;
}
.footer_accordion:before {
	width: 1px;
	height: 15px;
	top: 0;
	left: 7px;
}
.footer_sns {
	display: none;
}
@media screen and (max-width: 768px) {
	footer {
		background-color: #ffe7e0;
		padding: 40px 0 10px;
		margin: 60px auto 0;
	}
	.footer_inner {
		width: 100%;
		max-width: 1020px;
		padding: 0;
		margin: auto;
	}
	.footer_content {
		display: block;
		justify-content: unset;
		font-weight: 500;
		color: #766f6f;
	}

	.footer_logo_link {
		display: block;
		width: 100%;
		max-width: 150px;
		margin: auto;
	}
	.footer_content_left .address {
		display: block;
		font-size: 1.4rem;
		margin: 10px 0 0;
		text-align: center;
	}
	.footer_content_left .tel_sp_cotent {
		display: flex;
		justify-content: center;
	}
	.footer_content_left .tel {
		display: block;
		font-size: 1.5rem;
		margin: 0 15px 0 0;
		line-height: 1.5;
	}
	.footer_content_left .tel a {
		color: #766f6f;
		pointer-events: auto;
	}
	.footer_content_left .fax {
		display: block;
		font-size: 1.5rem;
		line-height: 1.5;
	}

	.footer_other_site {
		display: flex;
		justify-content: center;
		margin: 20px 0 0;
		font-size: 1.4rem;
	}
	.footer_other_site a {
		display: block;
		color: #766f6f;
		border: 1px solid #766f6f;
		border-radius: 20px;
		padding: 3px 20px;
		margin: 0 10px;
	}

	.footer_content_right {
		display: block;
		margin: 30px 0 0;
		/* text-align: center;
		border-bottom: 1px solid #766f6f; */
		text-align: unset;
		border-bottom: unset;
		padding: 0 20px;
	}
	/* .footer_content_right a {
		color: #766f6f;
	}
	.footer_content_right .footer_nav {
		margin: 0 0 0;
		letter-spacing: normal;

	}
	.footer_content_right .footer_nav:last-child {
		margin: 0 0 0;
	}

	.footer_nav_list .footer_nav_li {
		position: relative;
		margin: 0;
		padding: 0;
		border-top: 1px solid #766f6f;
	}
	.footer_nav_list .footer_nav_li .footer_nav_a {
		position: relative;
		display: block;
		padding: 10px 0 10px;
	}
	.footer_nav_list .footer_nav_li .footer_nav_a::before {
	  content: '';
		display: none;
	  background-image: url(./img/footer_ico.svg);
	  background-size: cover;
	  position: absolute;
	  top: 7px;
	  left: 0;
	  width: 6px;
	  height: 8px;
	}
	.footer_nav_list_sub {
		margin: 0 0 10px;
	}
	.menu_01,.menu_02 {
		display: none;
	}
	.footer_nav_list_sub li {
		margin: 0;
	}
	.footer_nav_list_sub li a{
		display: block;
		padding: 2px 0;
	}

	.copyright {
		display: block;
		text-align: center;
		font-size: 1.3rem;
		margin: 20px auto 0;
		color: #766f6f;
	}



	.footer_accordion {
	  display: inline-block;
		position: absolute;
	  top: 0px;
	  left: 0px;
		width: 60px;
		height: 47px;
		z-index: 1;
		transition: .3s;
	}
	.footer_accordion.clicked {
		transition: .3s;
		transform: rotate(45deg);
	}
	.footer_accordion:before, .footer_accordion:after {
	  display: block;
	  content: '';
	  background-color: #766f6f;
	  border-radius: 10px;
	  position: absolute;
	  width: 15px;
	  height: 1px;
		position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
	}
	.footer_accordion:before {
	  width: 1px;
	  height: 15px;
		position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
	}
 */
 .footer_content_right .footer_nav {
     margin: 0 0px 0 0;
     letter-spacing: 1px;
 }
 .footer_nav_list .footer_nav_li {
    margin: 20px 0 0;
	}

	.footer_sns {
		display: flex;
		justify-content: center;
		margin: 20px auto 0;
	}
	.footer_sns figure {
		width: 100%;
		max-width: 35px;
		margin: 0 5px;
	}
	.footer_sns figure a {
		display: block;
	}
	.footer_sns figure img {
		display: block;
	}
	.copyright {
	  margin: 30px auto 0;
	}
}


@media screen and (max-width: 768px){
	.sp_header_ul_sub {
		display: none;
		margin: 0 0 10px;
	}
	.open {
		display: inline-block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 65px;
    height: 58px;
		z-index: 1;
		transition: .3s;
	}
	.open.clicked {
    transition: .3s;
    transform: rotate(45deg);
	}
	.open:before,
	.open:after {
    display: block;
    content: '';
    background-color: #766f6f;
    border-radius: 10px;
    position: absolute;
    width: 15px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
	}
	.open:before {
    width: 1px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
	}
}
