/*
Theme Name: 美容室blanca
Description: 美容室blancaのワードプレステーマ
Version: 0.5
Author: アクセスユープラン
*/
html {
	font-size: 62.5%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style-type: none;
}
body {
	font-size: 1.3rem;
	font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic',sans-serif;
	line-height: 1.6;
	color: rgba(50,50,50,1);
	overflow-x:hidden;
}
a {
	color: rgba(50,50,50,1);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
}
.none {
	display: none;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.current {
	background-color: rgba(129,216,208,1);
}
.sm_only {
	display: block;
}
.sm_only_line {
	display: inline;
}
.no_pc{
	display:block;
}
.pc_only {
	display: none;
}
/* フォントサイズ */
.fs_10 {
	font-size: 1.0rem;
}
.fs_14 {
	font-size: 1.4rem;
}
.fs_16 {
	font-size: 1.6rem;
}
.fs_18 {
	font-size: 1.8rem;
}
.fs_20 {
	font-size: 2.0rem;
}
/* ラインハイ*/
.line-hei_13 {
	line-height: 1px;
}
/* 幅 */
.w50 {
	width: 50%;
}
.w33 {
	width: 33.3%;
}
.w25 {
	width: 25%;
}
/* マージントップ */
.mt_10 {
	margin-top: 10px;
}
.mt_20 {
	margin-top: 20px;
}
.mt_30 {
	margin-top: 30px;
}
.mt_40 {
	margin-top: 40px;
}
/* マージンLeft */
.ml_10 {
	margin-left: 10px;
}
.ml_20 {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.ml_30 {
	margin-left: 30px;
}
.ml_40 {
	margin-left: 40px;
}
.ml_60 {
	margin-left: 60px;
}
/* マージンボトム */
.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_40 {
	margin-bottom: 40px;
}
.wrapper_100 {
	width: 100%;
	margin: 0 auto;
}
.wrapper_95 {
	width: 95%;
	margin: 0 auto;
}
.wrapper_90 {
	width: 90%;
	margin: 0 auto;
}
.wrapper_80 {
	width: 80%;
	margin: 0 auto;
}
.wrapper_70 {
	width: 70%;
	margin: 0 auto;
}
.max600{
	max-width: 600px;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.max700{
	max-width: 700px;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.max1000{
	max-width: 1000px;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.max1200{
	max-width: 1200px;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right{
	text-align: right;
}
.bg_pink{
	background-color: rgba(250,224,222,1);
}
.green{
	rgba(34,78,49,1);
}
.bg_pearl{
	background-color: rgba(249,246,242,1);
}
.bg_pearl2{
	background-color: rgba(249,246,242,1);
	padding: 30px 10px;
}
header {
	position: relative;
	width: 100%;
}
header h1 {
	width: 100%;
	margin: 10px auto;
	text-align: center;
	line-height: 1;
}
header h1 img{
	width: 35%;
	max-width: 200px;
}
.pc_tel a{
	font-size: 2.2rem;
	font-weight: bold;
}
/*--------メニューボタン--------*/
.btn-trigger {
	-webkit-appearance: none;
	appearance: none;
	overflow: hidden;
	position: fixed;
	top: 3px;
	left: 5px;
	z-index: 9999;
	width: 36px;
	height: 38.5px;
	padding: 0;
	border: none;
	white-space: nowrap;
	background-color: #fff;
}
.btn-trigger:focus {
	outline-color: transparent;
}
use {
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
.btn-trigger.active use:nth-of-type(1) {
	-webkit-transform: translateY(30px) rotate(-45deg);
	transform: translateY(30px) rotate(-45deg);
}
.btn-trigger.active use:nth-of-type(2) {
	opacity: 0;
}
.btn-trigger.active use:nth-of-type(3) {
	-webkit-transform: translateX(35px) translateY(-15px) rotate(45deg);
	transform: translateX(35px) translateY(-15px) rotate(45deg);
}
/*  ハンバーバーメニュー  */
.header-nav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.97);
}
.nav-list {
	margin: 20px 0 30px;
}
.nav-item {
	position: relative;
	margin: 0 20px 40px;
	padding-bottom: 10px;
	font-size: 1.5rem;
	text-align: center;
}
.nav-item>a {
	color: #555555;
}
.nav-item:last-of-type {
	margin: 0 40px 0;
}
#gnavi ul.breadcrum{
	display: none;
}
/* ーーーーーーーーーーーーーーーーーーーー */
#gnavi {
	background-color: rgba(255,255,255,1);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100vh;
}
#gnavi h1 {
	margin-top: 20px;
}
#gnavi ul {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
}
#gnavi ul li {
	text-align: center;
	width: 100%;
}
#gnavi ul li a {
	font-size: 1.6rem;
	display: inline-block;
	padding: 15px 5px;
	line-height: 1;
	color: #000;
	box-shadow: 0px 0px 0px 0px #fff;
	transition: all .7s;
}
#gnavi ul li a:hover {
	border: none;
	box-shadow: 0px 0px 2px 5px #fff;
}
#gnavi ul li a .logo {
	width: 200px;
	margin-bottom: 30px;
}
/* トップスライダー */
#topslider {
	width: 100%;
	margin: 0 auto;
}
#topslider h1{
	width: 100%;
	text-align: center;
	margin: 10px 0;
}
#topslider h1 img{
	width: 35%;
	max-width: 200px;
}
.slick-slide img {
    width: 100%;
    height: auto;
  }
.slider{
    width: 100%;
  }
.slider li{
    margin: 0;
  }
.slick-dots li button::before {
	font-size: 12px;
	opacity: 1;
	color: #baa617;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #234f34;
}
/* トップスライダー下ロゴ */
.h2 {
	color: rgba(35,79,50,1);
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 2.0rem;
	font-weight: 600;
	font-family: Arial, Helvetica, "sans-serif";
	text-align: center;
}
.h2 .blanca {
	max-width: 200px;
	margin: 10px 0 0;
}
/* トップフォト */
.topphoto{
	background-color: rgba(186,166,23,0.3);
	background-image:url(images/bg_photo_1.png),url(images/bg_photo_2.png);
	background-repeat: no-repeat;
	background-position: right center,left center;
	background-size: auto;
	padding: 10px 10px 0 10px;
	margin-top: 30px;
}
.float1{
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
.float2{
	float: left;
	width: 50%;
}
.float3{
	float: left;
	width: 50%;
	padding-bottom: 10px;
	padding-left: 10px;
}
.float4{
	float: left;
	width: 50%;
	padding-bottom: 0;
	padding-left: 10px;
}
/* Facebookページ＆スタッフブログ */
.h3{
	color: rgba(35,79,50,1);
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	margin-bottom: 0.5em;
}
.h3 span{
	font-size: 1.4rem;
}
.links{
	background-color: rgba(186,166,23,0.3);
	background-image: url(images/bg_banner.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto;
	padding: 20px 0;
	margin-top: 30px;
}
.links2{
	/*background-color: rgba(186,166,23,0.3);
	background-image: url(images/bg_banner.png);*/
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto;
	padding: 20px 0;
	margin-top: 30px;
}
.facebookpage{
	width: 300px;
	overflow: hidden;
	margin: 0 auto 20px;
}
.facebookpage div{
	max-width: 300px;
	width: auto;
	margin: 0 auto;
}
.staffblog{
	max-width: 300px;
	width: 100%;
	margin: 0 auto 20px;
	min-height:0%;/* IE11対策 */	
}
.staffblog a{
	transition: opacity 0.5s;
}
.staffblog a:hover {
	opacity: 0.7;
}
/* フッター */
footer {
	background-color: #e5e258;
	color: #706329;
	padding-top: 10px;
}
footer a {
	color: #706329;
}
footer h6 {
	border-bottom: 1px solid #706329;
	margin-bottom: 20px;
}
footer h6 img {
	width: 40%;
	max-width: 200px;
	margin-left: 20px;
}
footer ul li {
	line-height: 3;
}
footer .btn li {
	margin-right: 10px;
}
footer ul li a {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #706329;
}
.nav_footer>a::before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	background-image: url(images/icon_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	padding-right: 2px;
	position: relative;
	top: 1px;
}
.nav_staff_top>a,.nav_sub_top>a {
	cursor: pointer;
}
.nav_staff_top>a::after,.nav_sub_top>a::after {
	content: "＋";
	font-size: 1.4rem;
	float: right;
	margin-right: 8px;
	transform: rotate(0);
}
.open>a::after {
	transform: rotate(45deg);
}
.nav_staff,.nav_sub {
	display: none;
}
.nav_staff li a,.nav_sub li a {
	padding-left: 1em;
}
.nav_staff li a::before,.nav_sub li a::before {
	content: ">";
	display: inline-block;
	width: 13px;
	height: 13px;
	padding-right: 0px;
	position: relative;
	top: -1px;
}
footer .btn {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:flex-start;
}
footer .btn li a {
	background-color: #e5e258;
	display: inline-block;
	width: 100%;
	max-width: 200px;
	transition: all .5s;
}
footer .btn li a:hover {
	opacity: 0.7;
}
.btn_blog a{
	border: 2px solid #706329;
	border-radius: 5px;
	font-size: 1.3rem;
	padding: 1em 0.4em;
	line-height: 1.5;
	text-align: center;
	width: 60%;
	max-width: 250px;
}
.btn_insta, .btn_facebook {
	width: 44px;
}
.btn_insta a, .btn_facebook, .btn_line a {
	border-bottom: none;
}
footer address {
	font-style: normal;
}
.address {
	border-bottom: 1px solid #706329;
}
a[class^="ft_staff"]{
	pointer-events: none;
}
.copyright {
	text-align: center;
	font-size: 1.2rem;
	padding: 5px 0;
}
#page_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 9999;
	filter: drop-shadow(0px 1px 1px #666);
}
/* instagram */
#instafeed1{
	width: 95%;
	margin: 0 auto;
}
#instafeed1 li{
	width: 33%;
	float: left;
	height: 50vw;
}
#instafeed1 li a img{
	width:100%;
	height:50vw;
	object-fit:cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}
@-webkit-keyframes loop11 {
	0% {-webkit-transform: translateX(100%);}
	100% {-webkit-transform: translateX(-100%);}
}
@keyframes loop11 {
	0% {transform: translateX(100%);}
	to {transform: translateX(-100%);}
}
@-webkit-keyframes loop12 {
	0% {-webkit-transform: translateX(0);}
	100% {-webkit-transform: translateX(-200%);}
}
@keyframes loop12 {
	0% {transform: translateX(0);}
	to {transform: translateX(-200%);}
}
@-webkit-keyframes loop21 {
	0% {-webkit-transform: translateX(-100%);}
	100% {-webkit-transform: translateX(100%);}
}
@keyframes loop21 {
	0% {transform: translateX(-100%);}
	to {transform: translateX(100%);}
}
@-webkit-keyframes loop22 {
	0% {-webkit-transform: translateX(-200%);}
	100% {-webkit-transform: translateX(0);}
}
@keyframes loop22 {
	0% {transform: translateX(-200%);}
	to {transform: translateX(0);}
}

.instlogo {
	color: rgba(35,79,50,1);
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 2.0rem;
	font-weight: 600;
	font-family: Arial, Helvetica, "sans-serif";
	text-align: center;
}
.instlogo .blanca {
	max-width: 150px;
	margin: 10px 0 0;
}


.instlogo a {
	width: 100%;
	max-width: 200px;
	transition: all .5s;
}
.instlogo a:hover {
	opacity: 0.7;
}


/* コンテンツレイアウト */
.flex{
	display: flex;
	flex-direction:column;
	justify-content:center;
	flex-wrap:nowrap;
}
.flexitem_50{
	flex: 1 1 auto;
}
.flexitem_70{
	/*flex:100% 1 1;*/
	min-height:0%;
}
.flexitem_30{
	flex:300px 1 0;
	padding-left: 0;
	text-align: center;
}
.flex_re{
	display: flex;
	flex-direction:column-reverse;
	justify-content: flex-end;
}
.flex_re h3{
	margin-left: 0;
}
.ac_logo{
	width: 100%;
}
.ac_logo img{
	max-width: 150px;
	text-align: center;
}
.ac_logo+.h3{
	text-align: center;
}
.h3+p>a{
	font-size: 2.0rem;
	font-weight: 600;
}
.h3+p>a::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image:url(images/icon_tel.png);
	background-size: contain;
	background-repeat: no-repeat;
	padding-right: 4px;
	position: relative;
	top: 7px;
}

/* Youtube */
.youtubebox {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.youtubebox iframe {
  position: absolute;
  top: 0;
  left: auto;
  width: 100%;
  height: 100%;
}



/* デスクトップ画面用のスタイル */
@media only screen and ( max-width: 419px ) {
iframe {
width: 100%
}
}


/* インフォメーション一覧 */
.infopost{
	border:1px solid rgba(112,99,41,1);
	border-radius: 15px;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}
.infopost:last-child{
	margin-bottom: 30px;
}
.infopost h3{
	border-bottom: 3px double rgba(112,99,41,1);
	font-size: 1.6rem;
	text-align: left;
	margin-bottom: 0.5em;
}
.infopost .date{
	font-size: 1.4rem;
	text-align: right;
	margin-bottom: 1em;
}
.infopost .infocon{
	font-size: 1.4rem;
	line-height: 2;
	text-align: justify;
}
.infobtn{
	width: 100%;
	max-width: 1080px;
	margin: 30px auto;
}
.infobtn a{
	display: block;
	width: 100%;
	color:rgba(255,255,255,1);
	border: 1px solid rgba(255,255,255,1);
	background-color: rgba(180,161,29,1);
	font-size: 1.8rem;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	padding: 1em 0;
}
.infobtn a:hover{
	color:rgba(180,161,29,1);
	border: 1px solid rgba(180,161,29,1);
	background-color: rgba(255,255,255,1);
	transition: all 0.3s;
}
/* イベント一覧 */
.eventpost{
	border:1px solid rgba(112,99,41,1);
	margin: 20px 0 ;
	width: 100%;
	float: none;
}
.eventpost h3{
	font-size: 1.6rem;
	text-align: left;
	margin-bottom: 0.5em;
	padding-left: 10px;
}
.eventpost .eventica{
	margin-bottom: 10px;
}
.eventpost .eventcon{
	font-size: 1.3rem;
	line-height: 1.4;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
.eventpost .eventmore{
	width: 100%;
	position:absolute;
	bottom:0;
}
.eventpost .eventmore a{
	display: block;
	background-color: #fff;
	border-top:1px solid rgba(112,99,41,1);
	color: rgba(112,99,41,1);
	font-size: 1.6rem;
	line-height: 2.5;
	text-align: right;
	text-decoration: none;
	padding-right: 10px;
}
.eventpost .eventmore a:hover{
	background-color: rgba(112,99,41,1);
	color: #fff;
	transition: all 0.3s;
}
/* page navi */
.wp-pagenavi{
	padding-top:3em;
	clear: both;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
color: #fff;
background-color: rgba(34,78,49,1);
border:none;
padding: 10px 13px;
margin: 0 5px;
white-space: nowrap;
transition: 0.2s ease-in-out;
text-align: center;
text-decoration:none;
}
.wp-pagenavi a:hover{
color:#fff; 
background-color: rgba(34,78,49,0.6);
}
.wp-pagenavi span.current{
color: #FFF;
background-color: rgba(34,78,49,0.6);
font-weight: bold;
}
/* イベントシングル */
.single .eventpost,.error404 .eventpost{
	border:none;
	margin: 20px 0 ;
	width: 100%;
	height:auto;
	float: none;
}
.single .eventpost>h3,.error404 .eventpost>h3{
	font-size: 3.0rem;
	text-align: left;
	margin-bottom: 1em;
	padding-left: 10px;
	border-bottom: 2px solid #B9AA2E;
}
.wrap_post{
	display: flex;
	flex-direction:column;
}
.wrap_post article{
	flex-grow: 4;
	flex-shrink: 1;
	flex-basis: 300px;
}
.wrap_post aside{
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 300px;
}
.widget{
	padding: 10px;
	font-size: 1.6rem;
}
.widget h3{
	background-color: #E5E258;
	border-radius: 5px;
	color: rgba(85,79,62,1.00);
	font-size: 1.6rem;
	line-height: 2;
	height: 32px;
	padding: 0 1em;
	margin-bottom: 10px;
}
.widget ul{
	color: rgba(85,79,62,1.00);
	line-height: 2;
	padding: 0 1em;
	margin-bottom: 10px;
}
.calendar_wrap{
	padding: 0 16px;
	width: 100%;
}
.calendar_wrap table{
	width: 100%;
	border-collapse: collapse;
	border: none;
	/*border-top:1px solid rgba(85,79,62,1.00);
	border-left:1px solid rgba(85,79,62,1.00);*/
}
.calendar_wrap th,.calendar_wrap td{
	border: none;
	/*border-right:1px solid rgba(85,79,62,1.00);
	border-bottom:1px solid rgba(85,79,62,1.00);*/
}
.calendar_wrap td{
	text-align: center;
}
.calendar_wrap #prev{
	text-align: left;
}
.calendar_wrap #next{
	text-align: right;
}
.single-event .eventpost{
	margin: 20px auto 30px;
	width: 100%;
	max-width: 900px;
	border: none;
}
.single-event .eventpost h3{
	border-bottom:1px solid rgba(85,79,62,1.00);
	font-size: 1.8rem;
	line-height: 1.2;
	margin-bottom: 0.5em;
	padding-left: 0;
}
.single-event .eventpost .eventcon{
	font-size: 1.6rem;
	line-height: 2;
	text-align:left;
	padding-left: 0;
	margin-bottom: 20px;
}
.eventpost .eventlinks{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 50px;
}
.eventpost .eventlinks a{
	text-decoration: underline;
}
.eventpost .eventlinks a:hover{
	text-decoration: none;
}
@media screen and (min-width:768px) { /* メディアクエリ　ブレイクポイント768px */
.sm_only {
	display: none;
}
.sm_only_line {
	display: none;
}
a[class^="ft_staff"]{
	pointer-events:auto;
}
a[href^="tel:"]{
	pointer-events: none;
	display: inline-block; /* IE対策 */
}
.fs_20 {
	font-size: 2.4rem;
}
.slick-slide img {
    width: 100%;
    height: auto;
  }
.slider{
    width: 100%;
  }
.slider li{
    margin: 0 10px;
}
.slick-dots li{
    margin: 0 ;
}
.slick-dots li button::before {
	font-size: 12px;
	opacity: 1;
	color: #baa617;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #234f34;
}
.h2 {
	margin-top:0;
	margin-bottom:10px;
	font-size: 2.0rem;
	text-align: center;
	letter-spacing: 0.1em;
}
/* トップフォト */
.topphoto{
	background-color: rgba(186,166,23,0.3);
	background-image:url(images/bg_photo_1.png),url(images/bg_photo_2.png);
	background-repeat: no-repeat;
	background-position: right center,left center;
	background-size: auto;
	padding: 10px 10px 10px 10px;
	margin-top: 30px;
}
.float1{
	float: left;
	width: 50%;
	padding-bottom: 0px;
	padding-right: 10px;
	max-height: 255px;
	overflow: hidden;
}
/* Facebookページ＆スタッフブログ */
.links{
	padding: 40px 0;
	margin-top: 30px;
}
.facebookpage{
	max-width: 330px;
	width: auto;
	overflow: hidden;
	margin: 0 0 20px;
}
.facebookpage div{
	max-width: 330px;
	width: auto;
	margin: 0;
}
.staffblog{
	max-width: 330px;
	margin-bottom: 20px;
	margin: 0 0 20px;
}
/* コンテンツレイアウト */
.flex{
	flex-direction:row;
	justify-content:space-between;
}
.flexitem_70{
	flex:70% 1 1;
}
.flexitem_30{
	flex:300px 1 0;
	padding-left: 3%;
	text-align: left;
}
.flexitem_20{
	flex:200px 1 0;
	align-self: center;
	text-align: left;
}
.flex_re{
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.flex_re h3{
	margin-left: 1em;
}
.ac_logo{
	width: 100%;
	max-width: 200px;
	position: relative;
	left: -10px;
}
.ac_logo+.h3{
	text-align: left;
}
/* インフォメーション一覧 */
.infopost{
	padding: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.infopost:last-child{
	margin-bottom: 60px;
}
.infopost h3{
	font-size: 2.0rem;
}
.infopost .date{
	font-size: 1.4rem;
}
.infopost .infocon{
	font-size: 1.6rem;
}
.infobtn a{
	font-size: 2.0rem;
	line-height: 3;
	padding: 0;
}
}
@media screen and (min-width:900px) { /* メディアクエリ　ブレイクポイント900px */
.no_pc{
	display: none !important;	
}
.pc_only {
	display: block;
}
/* 幅 */
.w50 {
	width: 25%;
}
.w33 {
	width: 25%;
}
.w25 {
	width: 12.5%;
}
header {
	position: relative;
	width: 100%;
	height: auto;
}
.home header {
	margin-bottom: 150px;
}
.btn-trigger {
	display: none;
}
.header-nav {
	display: none!important;
}
header h1 {
	display: none;
}
#gnavi {
	display: block!important;
	position: absolute;
	top: 420px;
	left: 0;
	z-index: 9999;
	width: 95%;
	margin: 0 2.5%;
	height: auto;
	background-color: transparent;
}
.home #gnavi{
	top: 0;
}
#gnavi h1 {
	display: none;
}
#gnavi ul {
	display: block;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1200px;
	text-align: center;
}
#gnavi ul li {
	display: inline;
}
#gnavi ul li::after {
	content: "";
	display: inline-block;
	background-image: url(images/line_nav.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 40px;
	height: 40px;
	position: relative;
	top: 15px;
}
#gnavi ul li a {
	font-size: 1.6rem;
	display: inline-block;
	background-color: #fff;
	line-height: 1;
	color: #000;
	padding: 0 5px 5px 5px;
	position: relative;
	text-decoration: none;
	text-align: center;
}
#gnavi ul li a::after {
	content: "";
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #d1c7ae;
	display: inline-block;
	height: 3px;
	position: absolute;
	width: 0;
	transition: 0.5s all;
}
#gnavi ul li a.active::after {
	content: "";
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #d1c7ae;
	display: inline-block;
	height: 3px;
	position: absolute;
	width: 100%;
	transition: 0.5s all;
}
#gnavi ul li a:hover::after {
	width: 100%;
}
#gnavi ul.breadcrum {
	display: block;
	margin: 15px auto 40px;
	width: 100%;
	max-width: 1200px;
	text-align: left;
	padding-left: 45px;
}
#gnavi ul.breadcrum li::before {
	content: ">";
	display: inline-block;
	width: 40px;
	height: 40px;
	position: relative;
	top: 0;
}
#gnavi ul.breadcrum li:first-child::before {
	content: none;
}
#gnavi ul.breadcrum li::after {
	content: none;
}
#gnavi ul.breadcrum li a {
	color: #b5a622;
	text-decoration: underline;
}
#gnavi ul.breadcrum li, #gnavi ul.breadcrum li a {
	font-size: 1.3rem;
}
#gnavi ul.breadcrum li a::after {
	content: none;
}
#gnavi ul.breadcrum li a:hover {
	text-decoration: none;
}
.pc_tel {
	position: absolute;
	top: 20px;
	right: 0;
}
.pc_tel a {
	font-size: 2.4rem;
	font-weight: bold;
}
.pc_mt_200 {
	margin-top: 200px;
}
/* トップフォト */
.topphoto{
	background-color: rgba(186,166,23,0.3);
	background-image:url(images/bg_photo_1.png),url(images/bg_photo_2.png);
	background-repeat: no-repeat;
	background-position: right center,left center;
	background-size: auto;
	padding: 10px 10px 10px 10px;
	margin-top: 30px;
}
.float1{
	float: left;
	width: 50%;
	padding-bottom: 0px;
	padding-right: 10px;
	max-height: 413px;
	overflow: hidden;
}
/* Facebookページ＆スタッフブログ */
.facebookpage{
	max-width: 390px;
	width: auto;
	overflow: hidden;
	margin: 0 0 20px;
}
.facebookpage div{
	max-width: 390px;
	width: auto;
	margin: 0;
}
.staffblog{
	max-width: 390px;
	margin-bottom: 20px;
	margin: 0 0 20px;
}
/* フッター */
.link_list {
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
}
.link_list>:last-child {
	margin-left: auto;
	margin-right: 20px;
	width: 200px;
}
.footerflex {
	display: flex;
	flex-direction: row;
	margin-left: 40px;
}
.footerflex ul {
	width: 22.5%;
}
.footerflex li a {
	border-bottom: none;
}
footer .btn {
	display: block;
}
footer .btn li {
	width: 200px;
	margin-bottom: 10px;
	text-align: right;
}
footer .btn .btn_insta, footer .btn .btn_facebook,
footer .btn .btn_insta img, footer .btn .btn_facebook img{
	max-height: 60px;
}
footer .btn .btn_insta a, footer .btn .btn_facebook a {
	width: 50px;
}
.btn_blog a{
	border: 2px solid #706329;
	border-radius: 5px;
	padding: 1em;
	line-height: 1.5;
	text-align: center;
	width: 200px;
}
.footerflex .nav_staff,.footerflex .nav_sub {
	display: flex;
	flex-direction:column;
	flex-wrap: wrap;
	width: 250px;
	height: 195px;
}
.footerflex .nav_sub{
	height: 50px;
}
.nav_staff_top > a::after,.nav_sub_top > a::after {
	content: none;
}
.loop_css{
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
	overflow: hidden;
}
_:-ms-fullscreen, :root .loop_css { /* IE11対応 */
  width: 200%;
}
.loop_css ul{
	display: flex;
	flex-flow: row nowrap;
	width:100%;
	margin: 0;
	padding: 0;
}
.loop_css li{
	display: inline-block;
	width: calc(100vw / 4);
	margin: 0 0 0 0;
	list-style: none;
	text-align: center;
}
_:-ms-fullscreen, :root .loop_css li { /* IE11対応 */
  width: 200%;
}
.loop_css li a{
	display: block;
}
.loop_css li a img{
	width:100%;
	height:130px;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/	
}
_:-ms-fullscreen, :root .loop_css li a img{ /* IE11対応 */
	height:140px;
}
#instafeed11{
	-webkit-animation: loop11 150s -75s linear infinite;
	animation: loop11 150s -75s linear infinite;
	backface-visibility: hidden;
}
#instafeed12{
	-webkit-animation: loop12 150s linear infinite;
	animation: loop12 150s linear infinite;
}
/*
.loop_css ul:first-child{
	-webkit-animation: loop11 50s -25s linear infinite;
	animation: loop11 50s -25s linear infinite;
	backface-visibility: hidden;
}
.loop_css ul + ul {
	-webkit-animation: loop12 50s linear infinite;
	animation: loop12 50s linear infinite;
}
*/
#instafeed21{
	-webkit-animation: loop21 150s -75s linear infinite;
	animation: loop21 150s -75s linear infinite;
	backface-visibility: hidden;
}
_:-ms-fullscreen, :root #instafeed21{ /* IE11対応 */
	animation: loop21 150s -75s linear infinite;
}
#instafeed22{
	-webkit-animation: loop22 150s linear infinite;
	animation: loop22 150s linear infinite;
}
#instafeed11 li:nth-child(11),
#instafeed11 li:nth-child(12),
#instafeed11 li:nth-child(13),
#instafeed11 li:nth-child(14),
#instafeed11 li:nth-child(15),
#instafeed11 li:nth-child(16),
#instafeed11 li:nth-child(17),
#instafeed11 li:nth-child(18),
#instafeed11 li:nth-child(19),
#instafeed11 li:nth-child(20),
#instafeed12 li:nth-child(11),
#instafeed12 li:nth-child(12),
#instafeed12 li:nth-child(13),
#instafeed12 li:nth-child(14),
#instafeed12 li:nth-child(15),
#instafeed12 li:nth-child(16),
#instafeed12 li:nth-child(17),
#instafeed12 li:nth-child(18),
#instafeed12 li:nth-child(19),
#instafeed12 li:nth-child(20),
#instafeed21 li:first-child,
#instafeed21 li:nth-child(2),
#instafeed21 li:nth-child(3),
#instafeed21 li:nth-child(4),
#instafeed21 li:nth-child(5),
#instafeed21 li:nth-child(6),
#instafeed21 li:nth-child(7),
#instafeed21 li:nth-child(8),
#instafeed21 li:nth-child(9),
#instafeed21 li:nth-child(10),
#instafeed22 li:first-child,
#instafeed22 li:nth-child(2),
#instafeed22 li:nth-child(3),
#instafeed22 li:nth-child(4),
#instafeed22 li:nth-child(5),
#instafeed22 li:nth-child(6),
#instafeed22 li:nth-child(7),
#instafeed22 li:nth-child(8),
#instafeed22 li:nth-child(9),
#instafeed22 li:nth-child(10)
{
	display: none;
}
/* イベント一覧 */
.eventpost{
	border:1px solid rgba(112,99,41,1);
	margin: 10px 2% 10px 0;
	width: 32%;
	height: 500px;
	float: left;
	overflow:hidden;
	position:relative;
}
.eventpost:nth-child(3n){
	margin-right: 0;
}
.eventpost h3{
	font-size: 1.8rem;
	text-align: left;
	margin-bottom: 0.5em;
	padding-left: 10px;
}
.eventpost .eventica{
	margin-bottom: 10px;
	max-height: 213px;
	overflow: hidden;
}
.eventpost .eventcon{
	font-size: 1.6rem;
	line-height: 1.75;
	padding-left: 10px;
	margin-bottom: 10px;
}
/* イベントシングル */
.wrap_post{
	flex-direction: row;
	justify-content: space-between;
}
.wrap_post article{
	flex-grow: 4;
	flex-shrink: 1;
	flex-basis: 300px;
}
.wrap_post aside{
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 300px;
}
.widget{
	padding: 60px 10px 10px 10px;
	font-size: 1.6rem;
}
.widget h3{
	font-size: 1.6rem;
	line-height: 2;
	height: 32px;
	padding: 0 1em;
	margin-bottom: 10px;
}
.widget ul{
	padding: 0 1em;
	margin-bottom: 10px;
}
.single-event .eventpost{
	margin: 20px auto 30px;
	width: 100%;
	max-width: 900px;
}
.single-event .eventpost h3{
	font-size: 2.0rem;
	line-height: 1.2;
	margin-bottom: 0.5em;
	padding-left: 0;
}
.single-event .eventpost .eventcon{
	font-size: 1.8rem;
	line-height: 2;
	padding-left: 0;
	margin-bottom: 20px;
}
}
@media only screen and (min-width:1200px) { /* メディアクエリ　ブレイクポイント1200px */
/* Facebookページ＆スタッフブログ */
.facebookpage{
	max-width: 500px;
	width: auto;
	overflow: hidden;
	margin: 0 0 20px;
}
.facebookpage div{
	max-width: 500px;
	width: auto;
	margin: 0;
}
.staffblog{
	max-width: 500px;
	margin-bottom: 20px;
	margin: 0 0 20px;
}
.footerflex {
	margin-left: 0;
}
footer .wrapper_90 {
	width: 100%;
}
footer .btn li{
	margin-right: 0;
}
}
