/*
Theme Name:Base Theme
Theme URI: http://www.www.www/
Description:BASE THEME.
*/

@import url("common.css");
@import url("margin.css");
@import url("link.css");

/* トップページ
-----------------------------------------------*/
/* pc-header */
.pc-nav {
	width: 100%;
	padding: 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 999;
}
.pc-nav.transform{
	background-color: rgba(255,255,255,0.8);
}
.pc-nav > li {
	margin:0 1.3%;
}
.pc-nav > li:nth-child(1) {
	width: 85px;
  margin: 0 30px;
}
.h1-nav {
	font-size: 11px;
	line-height: 1.5em;
	font-weight: normal;
}
.pc-nav > li:nth-child(3) {
  margin: 0 1.3% 0 180px;
}
.top-sp-logo {
	display: none;
}

	@media screen and (max-width: 1140px){
	.pc-nav > li:nth-child(2) {
		display: none;
	}
	}

	@media screen and (max-width: 1000px){
	.pc-nav {
		display: none;
	}
	.top-sp-logo {
		display: block;
		top: 2%;
		left: 2%;
		width: 85px;
		position: fixed;
		z-index: 104;
	}
	}

	@media screen and (max-width: 500px){
	.top-sp-logo {
		width: 70px;
		top: 2%;
		left: 3%;
	}
	}

/* ドロップダウン */
ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
ul.menu__third-level {
	visibility: hidden;
	opacity: 0;
}
ul.menu__fourth-level {
	visibility: hidden;
	opacity: 0;
}
.init-bottom:after { /* 下矢印 */
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: 0 0 3px 7px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pc-nav:before,
.pc-nav:after { /* floatクリア */
	content: " ";
	display: table;
}
.pc-nav:after {
	clear: both;
}
.pc-nav {
	*zoom: 1;
}
.pc-nav > li.menu__single {
	position: relative;
}
li.menu__single ul.menu__second-level {
	position: absolute;
	top: 20px;
	width: 180px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	padding: 10px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li.menu__single ul.menu__second-level li {
	padding: 5%;
}
li.menu__single:hover ul.menu__second-level {
	top: 30px;
	visibility: visible;
	opacity: 1;
}

/* main-visual */
#main-visual > img {
  width: 100%;
}
#main-visual > img:nth-child(2) {
	display: none;
}

	@media screen and (max-width: 500px) {
	#main-visual > img:nth-child(1) {
		display: none;
	}
	#main-visual > img:nth-child(2) {
		display: block;
	}
	}

/* topコンテンツ */
.ttl-img img {
	width: 150px;
	display: inline-block;
}
.h2-ttl02 {
	margin: 70px auto 40px auto;
	text-align: center;
}
.h2-ttl01-en {
	font-size: 30px;
	line-height: 30px;
}
.h2-ttl01-jp {
	font-weight: normal;
	padding: 5px 0 0 0;
}

	@media screen and (max-width: 500px){
	.ttl-img img {
		width: 120px;
	}
	.h2-ttl02 {
		margin: 50px auto 20px auto;
	}
	.h2-ttl01-en {
		font-size: 24px;
	}
	}

#top-concept {
	margin: 0 0 50px 0;
}
ul.top-concept-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
ul.top-concept-wrap > li {
	width: 22%;
	position: relative;
	margin: 0 1.5% 1.5% 1.5%;
}
ul.top-concept-wrap > li p:nth-child(3) {
	line-height: 1.6;
	text-align: justify;
}
.top-concept-ttl {
	font-size: 16px;
	margin: 15px 0 0 0;
}
.top-concept-txt {
	margin: 10px 0 0 0;
}

	@media screen and (max-width: 1000px) {
	ul.top-concept-wrap > li {
		width: 45%;
		margin: 2.5%;
	}
	ul.top-concept-wrap > li:nth-child(1),
	ul.top-concept-wrap > li:nth-child(2) {
		margin-top: 0;
	}
	}

	@media screen and (max-width: 500px) {
	ul.top-concept-wrap > li {
		width: 1000%;
		margin: 0 0 30px 0;
	}
	ul.top-concept-wrap > li:nth-child(1),
	ul.top-concept-wrap > li:nth-child(2) {
		margin-top: 0;
	}
	.top-concept-txt {
		margin: 5px 0 0 0;
	}
	}

#top-bnr {
	background-color: #f8f8f8;
	padding: 10px 0;
}
.top-bnr-wrap {
	margin: 0 auto 100px auto !important;
	position: relative;
}
.top-bnr01 {
	background-color: rgba(255,255,255,0.8);
	width: 40%;
	padding: 25px;
	position: absolute;
	bottom: -5%;
	right: -3%;
}
.top-bnr02 {
	background-color: rgba(255,255,255,0.8);
	width: 40%;
	padding: 25px;
	position: absolute;
	bottom: -5%;
	left: -3%;
}
.top-bnr01-ttl,
.top-bnr01-txt {
	margin-bottom: 20px;
}

.top-bnr01-ttl > span {
	font-size: 24px;
}

	@media screen and (max-width: 768px) {
	.top-bnr-wrap {
		margin: 0 auto 16em auto !important;
	}
	.top-bnr01 {
		width: 80%;
		right: 50%;
		transform: translateX(50%) translateY(70%);
	}
	.top-bnr02 {
		width: 80%;
		left: 50%;
		transform: translateX(-50%) translateY(70%);
	}
	.top-bnr01-ttl,
	.top-bnr01-txt {
		margin-bottom: 10px;
	}
	}

	@media screen and (max-width: 500px) {
	#top-bnr {
		padding: 10px 0 20px 0;
	}
	.top-bnr-wrap {
		margin: 0 auto 17em auto !important;
	}
	.top-bnr01 {
		transform: translateX(50%) translateY(90%);
		padding: 20px;
	}
	.top-bnr02 {
		left: 50%;
		transform: translateX(-50%) translateY(90%);
		padding: 20px;
	}
	.top-bnr01-ttl > span {
		font-size: 18px;
	}
	}

#foot-bnr {
	padding: 60px 0;
}
ul.top-bnr02-wrap {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}
ul.top-bnr02-wrap > li {
	width: 48%;
	position: relative;
	box-sizing: border-box;
}

	@media screen and (max-width: 500px) {
	ul.top-bnr02-wrap > li {
		width: 100%;
	}
	ul.top-bnr02-wrap > li:first-child {
		margin-bottom: 30px;
	}
	}

/* フッター */
footer {
	border-top: 1px solid #fff;
	box-shadow: 0 -4px #efb5a6;
}
footer::before {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: relative;
	top: 3px;
}
.footer-wrap {
	padding: 40px 0 0 0;
 }
.footer-logo {
	max-width: 90px;
	width: 100%;
	margin: 0 auto 30px auto;
}
.footer-link {
	text-align: center;
	color: #fff !important;
}
.address {
	text-align: center;
	padding: 15px 0 0 0;
}
.copy-right {
	text-align: center;
	color: #fff !important;
	padding: 15px 0 10px 0;
}
.pagetop {
	max-width:50px;
	width:100%;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index:11;
}
	@media screen and (max-width: 768px) {
	.pagetop {
		width: 10%;
		bottom: 4em;
	}
	}
	@media screen and (max-width: 500px) {
	.footer-link,
	.footer-link a,
	.copy-right,
	.copy-right a {
		font-size: 11px !important;
	}
	.address a {
		font-size: 11px;
		color: #fff;
	}
	}

.sp-reserve,.sp-line{
	display: none;
}

	@media screen and (max-width : 500px){
	.sp-reserve {
		padding: 7px;
		display: block;
		margin: 0;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 100;
		width: 50%;
		box-sizing: border-box;
	}
	.sp-line {
		padding: 7px;
		display: block;
		margin: 0;
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 100;
		width: 50%;
		 box-sizing: border-box;
	}
	}


/* コンセプト
-----------------------------------------------*/
.sub-main01 {
	background:url(/images/sub_main01.jpg) no-repeat center center;
	background-size: 100%;
	background-position: top;
}
.sub-main-ttl01 {
	font-size:28px;
	text-align:center;
	padding:10% 0;
}
.sub-main-ttl01 > span {
	display:block;
	font-size:30px;
	padding: 0.5em 0 0 0;
	letter-spacing: 1px;
}

	@media screen and (max-width: 900px) {
	.sub-main-ttl01 {
		font-size:18px;
	}
	.sub-main-ttl01 > span {
		font-size:13px;
	}
	}

	@media screen and (max-width: 500px) {
	.sub-main-ttl01 {
		font-size:14px;
		padding:7% 0;
	}
	.sub-main-ttl01 > span {
		padding: 0.1em 0 0 0;
	}
	}

ul.sub-cont-ct1,
ul.sub-cont-ct2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
	margin: 0 0 7% 0;
	text-align: justify;
}
ul.sub-cont-ct1 > li:nth-child(1) {
  width: 45%;
  margin: 0 5% 0 0;
  box-sizing: border-box;
}
ul.sub-cont-ct1 > li:nth-child(1)  > img {
  width: 100%;
}
ul.sub-cont-ct1 > li:nth-child(2) {
  width: 55%;
	margin: 0 ;
}
ul.sub-cont-ct1 > li > h3,
ul.sub-cont-ct2 > li > h3 {
	font-size: 20px;
}
ul.sub-cont-ct1 > li > p,
ul.sub-cont-ct2 > li> p {
  margin-top: 10px;
}
ul.sub-cont-ct2 > li:nth-child(1) {
  width: 45%;
  margin: 0 0 0 5%;
  box-sizing: border-box;
  order: 2;
}
ul.sub-cont-ct2 > li:nth-child(1)  > img {
  width: 100%;
}
ul.sub-cont-ct2 > li:nth-child(2) {
  width: 55%;
  order: 1;
	margin: 0;
}

	@media screen and (max-width: 900px) {
	ul.sub-cont-ct1,
	ul.sub-cont-ct2 {
		display: block;
	}
	ul.sub-cont-ct1 > li:nth-child(1),
	ul.sub-cont-ct2 > li:nth-child(1) {
		width: 100%;
		margin: 0 auto 3% auto;
	}
	ul.sub-cont-ct1 > li:nth-child(2),
	ul.sub-cont-ct2 > li:nth-child(2) {
		width: 100%;
		margin:0 auto;
		padding: 0;
	}
	ul.sub-cont-ct1 > li > h3,
	ul.sub-cont-ct2 > li > h3 {
	  font-size: 16px;
	}
	}

#concept-contents {
  margin: 7% 0 0 0;
}


/* オーダーメイドエステ
-----------------------------------------------*/
.sub-main02 {
	background:url(/images/sub_main02.jpg) no-repeat center center;
	background-size: 100%;
	background-position: top;
}
#order-contents {
  margin: 7% 0 0 0;
}
#order-trouble {
	padding: 1em 0 5em 0;
	background-color: #f8f8f8;
}
#order-flow {
  margin: 7% 0 0 0;
}
.flow {
    padding-left: 120px;
    position: relative;
}
.flow::before {
    content: "";
    width: 15px;
    height: 100%;
    background: #eee;
    margin-left: -8px;
    display: block;
    position: absolute;
    top: 0;
    left: 120px;
}
.flow > li {
	position: relative;
}
.flow > li:not(:last-child) {
	margin-bottom: 8vh;
}
.flow > li .icon {
	font-size: 12px;
	color: #fff;
	background: #b7a179;
	padding: 8px 20px;
	display: block;
	position: absolute;
	top: 0;
	left: -120px;
	z-index: 100;
}
.flow > li .icon::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #b7a179;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flow > li dl {
	padding-left: 70px;
	position: relative;
	text-align: left;
}
.flow > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #efb5a6;
	border-radius: 50%;
	left: -4px;
}
.flow > li dl::before, .flow > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 17px;
}
.flow > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
}
.flow > li dl dt {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 1vh;
}
.flow-bg-gtxt {
	padding: 20px;
	margin: 20px 0;
	border-radius: 12px;
}

	@media screen and (max-width: 500px) {
	.flow {
		padding-left: 0;
	}
	.flow::before {
		top: 0;
		left: 0;
	}
	.flow > li dl {
		padding: 10px 0 0 30px;
	}
	.flow > li dl::after {
		width: 20px;
		margin: 10px 0 0 0;
	}
	.flow > li dl::before {
		margin-top: 7px;
	}
	.flow > li .icon {
		top: -35px;
		left: -20px;
		z-index: 100;
	}
	.flow > li {
		margin-top: 10vh;
	}
	.flow > li:not(:last-child) {
		margin-bottom: 0;
	}
	.flow > li dl dt {
		font-size: 16px;
	}
	.flow-bg-gtxt {
		padding: 10px;
		font-size: 12px;
	}
	}

#order-menu {
	margin: 0 0 6% 0;
}
.sub-menu-ct04 {
  margin: 0 auto 2% auto ;
  padding: 20px ;
  border: 2px #efb5a6 solid ;
  position: relative ;
  z-index: 100 ;
}
.sub-menu-ct04::before {
  content: "" ;
  position: absolute ;
  top: 0 ;
  right: 0 ;
  bottom: 0 ;
  left: 0 ;
  border: 1px #efb5a6 solid ;
  margin: 1px ;
  display: block ;
  z-index: -1 ;
}
.sub-menu-ct05 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:0 0 5px 0;
}
.sub-menu-ct05 > li:nth-child(1) {
	width:90%;
}
.sub-menu-ct05 > li:nth-child(2) {
	width:10%;
	flex: 0 0 60px;
}
.sub-menu-ct06 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom: dotted 1px #efb5a6;
}
.sub-menu-ct06 > li {
	font-size:12px;
}
.sub-menu-dot-last {
	margin:0;
	padding:0;
	border-bottom:none;
}


/* フェイシャル
-----------------------------------------------*/
.sub-main03 {
	background:url(/images/sub_main03.jpg) no-repeat center center;
	background-size: 100%;
	background-position: top;
}
#facial-contents {
  margin: 7% 0 0 0;
}
#facial-trouble {
	padding: 1em 0 5em 0;
	background-color: #f8f8f8;
}
.trouble-cont.cont-inner01 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.trouble-cont li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 22%;
	margin:  1.5%;
	padding: 20px;
	font-size: 18px;
	border-radius: 12px;
	box-sizing: border-box;
	line-height: 1.8;
	overflow: hidden;
}

	@media screen and (max-width: 768px) {
	.trouble-cont {
		flex-wrap: wrap;
	}
	.trouble-cont li {
		font-size: 12px;
		margin: 0 2% 4%;
		padding: 15px;
		width: 45%;
	}
	}

.trouble-txt {
	margin-top: 25px;
	text-align: center;
}
.trouble-txt span {
	font-size: 18px;
}
.border-bottom-pink {
    padding-bottom: 2px;
    background: linear-gradient(transparent 50%, #ffeae3 50%);
}

	@media screen and (max-width: 768px) {
	.trouble-txt span {
		font-size: 14px;
	}
	}

#facial-menu {
	margin: 0 0 6% 0;
}
.sub-menu-ct01 {
  margin: 0 auto 2% auto ;
  padding: 20px ;
  border: 2px #276253 solid ;
  position: relative ;
  z-index: 100 ;
}
.sub-menu-ct01::before {
  content: "" ;
  position: absolute ;
  top: 0 ;
  right: 0 ;
  bottom: 0 ;
  left: 0 ;
  border: 1px #276253 solid ;
  margin: 1px ;
  display: block ;
  z-index: -1 ;
}
.sub-menu-ct02 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:0 0 5px 0;
}
.sub-menu-ct02 > li:nth-child(1) {
	width:90%;
}
.sub-menu-ct02 > li:nth-child(2) {
	width:10%;
	flex: 0 0 60px;
}
.sub-menu-ct03 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom: dotted 1px #276253;
}
.sub-menu-ct03 > li {
	font-size:12px;
}
.sub-menu-dot-last {
	margin:0;
	padding:0;
	border-bottom:none;
}
.support {
	display: block;
}


/* スクール
-----------------------------------------------*/
.sub-main04 {
	background:url(/images/sub_main04.jpg) no-repeat center center;
	background-size: 100%;
	background-position: top;
}
#school-contents,
#school-slill,
#school-voice {
  margin: 7% 0 0 0;
}
#school-sc {
  padding: 1em 0 3em 0;
  background-color: #f8f8f8;
}
.skill-cont {
	margin-bottom: 50px;
}
.border-bottom-blue {
	padding-bottom: 2px;
	background: linear-gradient(transparent 50%, #dbe2ed 50%);
}
.seminar-list {
	margin: 20px 0;
}


/* サロン紹介
-----------------------------------------------*/
.sub-main05 {
	background:url(/images/sub_main05.jpg) no-repeat center center;
	background-size: 100%;
	background-position: top;
}
#salon-info {
  margin: 7% 0 0 0;
}
#salon-map {
	padding: 1em 0 5em 0;
	background-color: #f8f8f8;
}
#salon-prof {
	margin: 7% 0 6% 0;
}

	@media screen and (max-width: 768px) {
	#salon-map {
		padding-bottom: 6%;
	}
	}

#ggmap {
	position: relative;
	padding-bottom: 60%;
	padding-top: 30px;
	margin: 0 auto 3em auto;
	height: 0;
	overflow: hidden;
	border: #efb5a6 double 4px;
}
#ggmap iframe, #ggmapr object, #ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.prof-name {
	display: block;
	margin-top: 10px;
}
.tbl02-ttl {
	width: 250px;
	color: #fff;
	background: #efb5a6;
	border-radius: 10px;
	padding: 15px 15px 30px 15px;
	margin-left: 20px;
	margin-bottom: -20px;
}
.tbl02-ttl span {
	font-size: 20px;
	line-height: 29px;
	letter-spacing: 1px;
	margin: 0 5px 0 10px;
}
#tbl02 {
	width: 100%;
	margin: 0 auto 1em auto;
	border-collapse: collapse;
	background: #fff7f4;
	border-radius: 10px;
}
#tbl02 tr {
	border-bottom: 2px solid #fff;
}
#tbl02 th {
	color: #efb5a6;
	width: 18%;
	text-align: left;
	padding: 30px 0 30px 30px;
}
#tbl02 td {
	padding: 30px 30px 30px 10px;
	color: #444;
}
#tbl02 th,
#tbl02 td {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

	@media screen and (max-width: 768px) {
	#tbl02 th {
		padding: 20px 0 0 0;
	}
	#tbl02 td {
		padding: 20px 0;
	}
	#tbl02 th, #tbl02 td {
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	}


/* お問合せ
-----------------------------------------------*/
.form-width {
	max-width: 100%;
}
.wpcf7 {
	max-width:700px;
	width:100%;
	margin:30px auto !important;
}
.wpcf7 p {
  padding: 15px 0;
}
.wpcf7-list-item{
	  display: block;
	  padding: 5px 0;
}
input[type=submit] {
  padding: 10px 20px;
}
input, textarea {
  background-color: #f4f4f4;
  border: 1px solid #eaeaea;
}
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="tel-248"]{
	width:100%;
	height: 40px !important;
}
.wpcf7-list-item {
display: block !important;
}
.wpcf7 textarea[name="your-message"] {
	width:100%;
	height: 250px !important;
}
.wpcf7-submit{
	background-color: #efb5a6;
	color: #fff !important;
	font-weight: bold;
}

	/* 768px以下 タブレット*/
	@media screen and (max-width : 768px){
	.tentext,
	.wpcf7 {
		width:90%;
	}
	}


/* ブログ
-----------------------------------------------*/
.value_left {
	width:82%;
	margin:0 3% 40px 0;
	float:left;
}
.value_left > ul {
   display: flex;
   flex-wrap: wrap;
	box-sizing: border-box;
}
li.blog_tmp {
	width: 29.333%;
   position: relative;
   margin: 2%;
   text-align: left;
}
.blog_img img {
	height:180px;
	object-fit:cover;
}
.value_left p img {
  	height: auto;
}
.value_left p a{
	color:#efb5a6 !important;
	text-decoration:underline;
}
.value_left p a:link,
.value_left p a:visited,
.value_left p a:active {
	color:#efb5a6 !important;
}
.value_left p a:hover {
	color:#ffeae3 !important;
}
.value_left h1 {
	margin: 0 0 1em 0 !important;
	font-size:22px;
	line-height: 31px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.value_left h2 {
	margin: 2em 0 !important;
	padding: 1em !important;
	border-bottom: double 3px #efb5a6 !important;
	border-top: double 3px #efb5a6 !important;
	font-size:18px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.value_left h3 {
	margin: 2em 0 !important;
	padding: 1em !important;
  border: 1px solid #e3dbd2;
	font-size:16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.value_left strong {
	font-weight:bold;
}
.value_left em {
	border-bottom: 2px #c6f0ff solid;
	padding-bottom: 3px;
	font-weight:bold;
}
.value_right{
	width:15%;
	font-size:12px;
	float:left;
}
.value_right h3{
	margin:0 0 10px 0;
	padding:10px;
	background:#efb5a6;
	color:#fff;
	font-weight:bold;
}
.value_right ul{
	margin:0 0 20px 0;
}
.value_right ul li{
	font-size:13px;
	list-style:none;
}
.value_right ul li a{
	color:#666666 !important;
}
.value_right ul li a:link,
.value_right ul li a:visited,
.value_right ul li a:active {
	color:#666666 !important;
}
.value_right ul li a:hover {
	color:#efb5a6 !important;
}
.blog_ttl{
	margin:10px 0 0 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.value_left .blog_ttl a{
	color:#666666 !important;
	text-decoration:none;
}
.value_left .blog_ttl a:link,
.value_left .blog_ttl a:visited,
.value_left .blog_ttl a:active {
	color:#666666 !important;
}
.value_left .blog_ttl a:hover {
	color:#efb5a6 !important;
}
.blogdetail,
.blogdetail a {
	font-size: 12px;
	color:#efb5a6 ;
}
.blogdetail a:link,
.blogdetail a:visited,
.blogdetail a:active {
	color:#efb5a6 !important;
}
.blogdetail a:hover {
	color:#ffeae3 !important;
}
.bdtc{
	margin:0 0 30px 0;
}
.bdtc a{
	color:#efb5a6 !important;
}
.bdtc a:link,
.bdtc a:visited,
.bdtc a:active {
	color:#efb5a6 !important;
}
.bdtc a:hover {
	color:#ffeae3 !important;
}

	@media screen and (max-width : 1000px){
	li.blog_tmp {
		width: 46%;
	}
	}

	@media screen and (max-width : 768px){
	.value_left,
	.value_right {
		float:none;
	}
	.value_left {
		width:100%;
	}
	.value_right{
		width:100%;
	}
	}

	@media screen and (max-width : 500px){
	.value_left h1 {
		font-size:18px;
		line-height: 31px;
	}
	}

#toc_container {
	width:100% !important;
	padding:30px !important;
	box-sizing: border-box;
}
#toc_container p.toc_title {
	text-align:left !important;
}

	@media screen and (max-width : 500px){
	#toc_container {
	padding:20px !important;
	}
	}

.alignnone rectimg{
	max-width:100%\9;
	max-height:100%\9;
}
.alignnone rectimg:not(:target) {
	max-width:100%\9;
	max-height:100%\9;
}

	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.alignnone{
		max-width:100% !important;
		max-height:100% !important;
	}
	}

	body:first-of-type .alignnone{
	max-width:100% !important;
	/* max-height:100% !important; */
	}
	}

	@media not screen and (1){
	.alignnone{
		max-width:100%;
		max-height:100%;
	}
	}

	@media (min-resolution: .001dpcm) { /* opera12 */
	_:-o-prefocus,.alignnone{
		max-width:100%;
		max-height:100%;
	}
	}

.top-blog-wrap {
	display: flex;
	flex-wrap: wrap;
}
.top-blog-wrap > li {
   width:70%;
	margin:0 auto;
}
.blog-ct2 {
	padding: 2px;
}
.top-blog-wrap > li > a {
	color:#666666 !important;
}
.top-blog-wrap > li > a:link,
.top-blog-wrap > li > a:visited,
.top-blog-wrap > li > a:active {
	color:#666666 !important;
}
.top-blog-wrap > li > a:hover {
	color:#efb5a6 !important;
}

	@media screen and (max-width : 768px){
	.top-blog-wrap > li {
	   width:100%;
	}
	}

	@media screen and (max-width : 500px){
	.top-blog-ttl,
	.top-blog-txt {
		font-size:12px;
	}
	.top-blog-day {
		font-size:10px;
	}
	.top-blog-ttl,
	.top-blog-txt {
		line-height:18px;
	}
	.blogdetail ,
	.blogdetail a  {
		font-size: 11px;
    	line-height: 18px;
	}
	}


/* sp-nav
-----------------------------------------------*/
#nav-toggle,#sidebar,#global-nav {
	display: none;
}
#sidebar {
	padding: 10% 0;
	width: 100%;
	height: 100%;
	position: fixed;
	color: #fff;
	background: rgba(239,181,166,0.92);
}
#global-nav ul {
	list-style: none;
	margin-left: 0;
}
#global-nav > ul > li {
	position: relative;
	border-bottom: #f7cdc3 solid 1px;
	margin: 0 15%;
}
#global-nav a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 12px;
	-moz-transition: color .3s linear;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}
#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
	color: #fff;
}
/* sub-menu icon */
#global-nav .sub-menu-head {
	position: relative;
}
#global-nav .sub-menu-head:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
	border-color: #fff;
}
#global-nav .is-active .sub-menu-head:after {
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
/* sub-menu */
#global-nav .sub-menu-nav {
	display: none;
	padding: 0 0 10px 20px;
}
#global-nav .sub-menu-nav a {
	color: #fff;
	padding: 8px 15px;
}
#global-nav .sub-menu-nav a:hover {
	color: #fff;
}
/* nav-toggle */
#nav-toggle {
	position: fixed;
	top: 0;
	right: 0;
	height: 32px;
	background-color: #efb5a6;
	padding: 12px 12px 7px 12px;
}
#nav-toggle > div {
	position: relative;
	width: 32px;
}
#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #fff;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
/* #nav-toggle close */
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
/* ×にする動作 */
#nav-toggle.active span:nth-of-type(1) {
 -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
#nav-toggle.active span:nth-of-type(2) {
  opacity: 0;
}
#nav-toggle.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(315deg);
  transform: translateY(-12px) rotate(315deg);
}
/* z-index */
#nav-toggle {
	z-index: 1000;
}
/* close */
.close #container {
	margin-left: 0;
}
.close #nav-toggle span {
	background: #fff;
}

	@media screen and (max-width: 1000px){
	#nav-toggle,#sidebar,#global-nav {
		display: block;
	}
	#nav-toggle span {
		background: #fff;
	}
	.close #nav-toggle span {
		background: #fff;
	}
	#sidebar {
		right: -100%;
		z-index: 910;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		display: block;
	}
	.close #sidebar {
		right: 0;
	}
	}

	@media screen and (max-width: 500px){
	#global-nav > ul > li {
		margin: 0 5%;
	}
	}