@charset "utf-8";
/*
Theme Name: shirley2016
Theme URI: 
Author: softmachine
Author URI: 
Description: 2016
version: 1.0
*/

/* 共通の指定
--------------------------------------------------------*/
body {
/*  font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;*/
  /* font-family:"游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif; */
   font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; 
  /* iPhone用 */
  font-size: 10px;
  font-size: 1.0rem;
  background: #fff5ff;
  min-width: 1000px;
	-webkit-text-size-adjust: 100%;
}

/* サイトの横幅 */
.inner {
  width: 980px;
  margin: 0 auto;
}

/* クリアー */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* リンク
----------------------------*/
a {
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
	color: #9f8562;
}

a:hover {
  /* 透過フェードはこれを使う
  opacity:0.5;
	position:relative;
  */
	color: #f46189;
}

/* アニメーション */
.btn,
.btn:after,
.ui-state-default a,
.nav-sub,
#nav,
#pagetop a,
.nav-main label:before,
.nav-main label:after {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

/* 調整用
----------------------------*/
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.contents-mb {
  margin-bottom: 60px;
}

/* テキスト
----------------------------*/
@media screen and (max-width: 640px) {
  body {
    width: 100%;
    min-width: 0;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}
@media screen and (min-width: 641px) {
	.pc {
		display: block;
	}
	.sp {
		display: none !important;
	}
	}

/* header
--------------------------------------------------------*/
header {
  margin-top: 40px;
  margin-bottom: 26px;
  text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	position: relative;
}

header .logo a {
  display: inline-block;
}
header .logo a:hover {
	opacity: .75;
}



@media screen and (max-width: 640px) {
  .sp-header {
    position: fixed;
    z-index: 11050;
    /*background: #fff5ff;*/
		/*background: rgba(255,245,255,0.9);*/
    width: 100%;
  }
  header {
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    box-sizing: border-box;
    position: relative;
    z-index: 11040;
		background: #fff5ff;
    /* background: rgba(255,245,255,0.9); */
    height: 70px;
		width: 100%;
  }
  .logo {
    padding-top: 18px;
    padding-left: 16px;
  }
  .logo img {
    max-height:40px;
  }
}
.shoplink {
	position: absolute;
	right: 0;
	top: -24px;
}
/*20231228追加（50周年用）*/
.ani-link {
  position: absolute;
  left: -10px;
  top: -24px;
  width: 149px;
}
.ani-link img {
  width: 100%;
}
.anniversarylink {
	position: absolute;
	left: 0;
	top: -24px;
	transform: rotate(-9deg);
  -webkit-transform: rotate(-9deg);
}
@media screen and (max-width: 640px) {
  /*20231228追加（50周年用）*/
  .ani-link {
    position: absolute;
    left: initial;
    right: 2px;
    top: 71px;
    width: 70px;
  }
	.shoplink {
/*
		width: 70px;
    position: absolute;
    right: 6px;
    top: 70px;
*/
     /*20231228追加（50周年用）*/
    width: 60px;
    position: absolute;
    right: 6px;
/*    top: 146px;*/
	/*20250305以下に変更*/
	top: 66px;
	}
	.anniversarylink {
		width: 65px;
    position: absolute;
    right: 8px;
		left: auto;
    top: 170px;
		transform: rotate(9deg);
    -webkit-transform: rotate(9deg);
	}
	.shoplink img,
	.anniversarylink img {
		width: 100%;
		height: auto;
	}
}

/* nav
--------------------------------------------------------*/
#nav {
  width: 900px;
  margin: 0 auto 8px;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

#nav ul li {
  display: inline-block;
  position: relative;
}

#nav ul li a {
  vertical-align: bottom;
  display: block;
}

.nav-main {
  width: 88.2%;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 12px 0;
}

/* SNS */
.nav-sns {
   width: 12.8%;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /*  margin: 12px;*/
  margin-left: 12px;
  margin-top: 4px;
  position: relative;
  left: 10px;
}
.nav-sns li:nth-child(2) {
	position: relative;
/*	left: 2px;*/
	}

.nav-sns li img,
.footer-nav-sns li img {
  width: 28px;
  height: 28px;
  vertical-align: bottom;
}

/* nav-sub */
label {
	display: block;
	margin: 0;
	cursor:pointer;
}


input[type="checkbox"].on-off{
	display: none;
}

.nav-main ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav .nav-main ul li {
   /* padding: 5px;*/
		display: block;
}


.nav-sub {
  position: absolute;
  top: 13px;
  left: 0;
	z-index: 10000;
	}

.nav-sub a {
	text-decoration: none;
	font-family: 'Cinzel', serif;
	font-size: 12px;
	font-size: 1.2rem;
	color: #A9875A;
	padding: 4px 0;
}
.nav-sub a:hover {
	color: #f46189;
	}


@media screen and (min-width: 641px) {
  .menu-btn {
    display: none;
  }
  .nav-main ul {
    width: auto;
    background-color: rgba(255, 245, 255, 0.7);
    margin: 0 -0.5em;
    padding-bottom: 0.5em;
  }
	.nav-main ul li {
    height: 0;
		overflow: hidden;
	}
	label:hover + input + ul li {
		height: auto;
	}
	
	.nav-sub li {
  overflow: hidden;
  height: 0;
  transition: .2s;
  display: block;
}
	#nav ul li.nav-sub-bt:hover .nav-sub li {
  overflow: visible;
  height: 24px;
}
.nav-main ul li a {
		padding: 10px 0.5em;
		display: block;
    white-space: nowrap;
/*  text-shadow: 0 0 1px #fff5ff;*/
	}
}

@media screen and (max-width: 640px) {
  .nav-main {
    width: 100%;
    display: block;
    -webkit-justify-content: auto;
    justify-content: auto;
    margin: 0;
  }
  #nav {
    width: 100%;
    position: fixed;
    z-index: 80000;
    background: #fff5ff;
    top: -500px;
    left: 0;
  }
  #nav.active {
    display: block;
    position: fixed;
    top: 70px;
  }
  #nav ul li {
    display: block;
  }
  
  .nav-main {
    border-bottom: 1px solid #f4e7f4;
  }
  .nav-main li {
    border-top: 1px solid #f4e7f4;
  }
  .nav-main li a {
    padding: 14px 18px;
    line-height: 1;
    position: relative;
  }
  .nav-main li a:after {
    display: inline-block;
    border-top: 1px solid #ab8760;
    border-right: 1px solid #ab8760;
		-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 20px;
  }
  .nav-main img {
    width: auto;
    height: 12px;
  }
  
  /* SNS */
  .nav-sns {
    width: 100%;
    display: block;
    margin-left: 0px;
    text-align: center;
    border-bottom: 1px solid #f4e7f4;
  }
  .nav-sns li {
    display: inline-block !important;
		margin: 0 6px;
  }
	.nav-sns li:first-child {
/*		margin: 0 10px 0 6px; 231011アイコン修正のためコメントアウト*/
  }
  .nav-sns li a {
    padding: 10px 0;
  }
  
  /* ボタン */
  .menu-btn {
    width: 60px;
    position: absolute;
    top: 30px;
    right: 0;
    margin-top: -20px;
    z-index: 100000;
  }
  .menu-trigger {
    display: block;
    padding: 16px;
    cursor: pointer;
  }
  .menu-btn-inner {
    display: block;
    position: relative;
    height: 20px;
  }
  .menu-trigger,
  .menu-trigger span {
    transition: all .2s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ff5e8b;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  /* animation */
  .menu-trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #ff5e8b;
    transition: all .2s;
  }
  .active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(20px) scale(0);
    transform: translateY(20px) scale(0);
  }
  .active .menu-trigger span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .active .menu-trigger span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0);
  }
  .menu-btn {
    width: 54px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
  .menu-btn-inner {
    height: 20px;
  }
	
	/* submenu*/
	.nav-main label {
		cursor:pointer;
		padding: 14px 18px;
		line-height: 1;
		position: relative;
	}
	.nav-main label:before,.nav-main label:after {
		display: block;
		content: '';
		width: 1px;
		height: 13px;
		background-color: #A9875A;
		position: absolute;
		top: 50%;
		right: 23px;
		margin-top: -7px;
	}
	.nav-main label:before{
		width: 13px;
		height: 1px;
		top: 50%;
		right: 17px;
		margin-top: -1px;
	}
	.nav-main label.active:before,
	.nav-main label.active:after {
		-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
		}

	.nav-sub {
    position: relative;
    top: auto;
    left: auto;
}
	.nav-main .nav-sub a {
		padding: 14px 18px 14px 2.4em;
	}
	
	input[type="checkbox"].on-off:checked + ul{
		height: auto;
	}
	input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

}



/* #contents
--------------------------------------------------------*/
#contents {
  width: 900px;
  margin: 0 auto;
}
.page #contents,
.archive #contents {
  padding-bottom: 26px;  
}
@media screen and (max-width: 640px) {
  #contents {
    width: 97%;
    padding: 70px 1.5% 0 1.5%;
  }
}

/* footer
--------------------------------------------------------*/
.footer {
  text-align: center;
  margin-top: 30px;/*  仮設定*/
}
.footer li {
  display: inline-block;
}
.footer-contact-area {
     padding: 30px 0 10px;
}
.footer-contact-area a{
	display: block;
}
.footer-contact-area a:hover{
	opacity: .7;
}
.footer-contact-button,.footer-contact-button img {
	width: 150px;
	margin: 0 auto;
}
.footer-nav-sns {
  margin-bottom: 28px;
}
.footer-nav-sns li {
  margin: 0 6px;
}
/*
.footer-nav-sns li:first-child {
  margin: 0 10px 0 6px; 20231011アイコン修正のためコメントアウト
}
*/
.footer-nav-sns a {
	display: block;
}
.footer-nav {
  text-align: center;
}
.footer-nav li {
  display: inline-block;
}
.footer-nav li:after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(img/common/icon-slash.png);
  margin: 0 4px;
}
.footer-nav li:last-child:after {
  background: none;
}

.footer .outlet-bnr {
	text-align: center;
    padding: 20px 0 60px;
}
.footer .outlet-bnr img {
	    width: 326px;
	height: auto;
}
.footer-caution {
	color: #A9875A;
	margin-top:2em;
	padding-bottom:1em;
	font-size: 11px;
	font-size: 1.1rem;
}

/* コピーライト */
/* 240918編集＆追記
p.copyright {
  margin-bottom: 44px;
  margin-top: 36px;
}
*/
a.copyright {
  margin-bottom: 44px;
  margin-top: 36px;
  color: #A9875A;
  font-size: 11px;
  font-size: 1.1rem;
  display: inline-block;
  text-decoration: none;
}
a.copyright:hover {
  text-decoration: underline;
}
.copy {
  font-size: 17px;
  font-size: 1.7rem;
  vertical-align: middle;
}

/* サスティナブル*/

.sustainable{
  text-align: center;
  margin-top: 50px;
/*  margin-bottom: 80px; 250114下記に変更*/
  margin-bottom: 20px;
}

.sustainable_open{
  display: inline-block;
  cursor: pointer;
}

.sustainable_open img{
  width: 280px;
  height: auto;
}

.sustainable_content{
  display: none;
}

.sustainable_content.active{
  display: block;
}

.sustainable_content-wrap{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-top: 15px;
}

.sustainable_text{
  font-size: 16px;
  font-size: 1.6rem;
  color: #B8A285;
  line-height: 2;
  margin-bottom: 20px;
}

.sustainable_text:last-of-type{
  margin-bottom: 30px;
}

.sustainable_link{
  display: inline-block;
  margin-bottom: 30px;
}

.sustainable_link img{
  width: 194px;
}

.sustainable_close{
  display: inline-block;
  cursor: pointer;
}

.sustainable_close img{
  width: 62px;
}


@media screen and (max-width: 640px){
  
  .sustainable{
    margin-top: 30px;
    margin-bottom: 40px;
  }
  
  .sustainable_open img{
    width: 220px;
  }
  
  .sustainable_text{
    font-size: 14px;
    font-size: 1.4rem;
  }
  
  .sustainable_link img{
    width: 174px;
  }
  
}

/* サスティナブルここまで
----------------------------------*/

/* 50thボタン */
.anniv50th {
	display: block;
	margin-bottom: 50px;
}
.anniv50th img {
	width: 280px;
}

/* 50thボタンここまで
----------------------------------*/


@media screen and (max-width: 640px) {
  .footer {
    margin-top: 20px;
  }
  
  .footer-nav {
  text-align: center;
    padding: 0 14px;
  }
  .footer-nav li {
    display: inline-block;
    padding: 2px;
  }
  .footer-nav li:after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(img/common/icon-slash.png);
    margin: 0 4px;
  }
  .footer-nav li:last-child:after {
    background: none;
  }
	.footer-caution {
	padding:1em;
}
  
  /* コピーライト */
/* 240918　非表示
  p.copyright {
    margin: 30px 0;
  }
  p.copyright img {
    width: 70%;
    height: auto;
  }
*/
 
  .footer-nav li img {
    height: 10px;
    }
  .footer-nav li:after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url(img/common/icon-slash.png);
    margin: 0 1px;
    -webkit-background-size: cover;
    background-size: cover;
	}
/* 240918 非表示
  p.copyright {
    margin: 18px 0;
  }
  p.copyright img {
    width: 50%;
    height: auto;
	}
*/
  a.copyright {
    margin: 18px 0;
	font-size: 9px;
	font-size: 0.9rem;
  }
  .footer-nav li:last-child:after {
    width: 0;
  }
	.footer .outlet-bnr {
		padding: 10px 0 40px;
	}
	.footer .outlet-bnr img {
	       width: 72%;
    height: auto;
	}
	
}

/* contactのみ適用*/
.page-id-14703 .footer-contact-area{
	display: none;
}
/* テスト環境用の指定
.page-id-437 .footer-contact-area{
	display: none;
}
*/


/* #pagetop
--------------------------------------------------------*/
#pagetop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	}
#pagetop a {
	display: block;
	position: relative;
	bottom: 0;
	}
#pagetop a:hover {
	bottom: 8px;
}
@media screen and (max-width: 640px) {
	#pagetop {
		width: 50px;
		height: auto;
		right: 8px;
		bottom: 0px;
	}
	#pagetop img {
		width: 100%;
		height: auto;
	}
}

/* page,archive
--------------------------------------------------------*/
.page h1,
.archive h1 {
  text-align: center;
  padding-top: 17px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page h1 img,
	.archive h1 img {
    width: 50%;
  }
}

/* wp-pagenavi
--------------------------------------------------------*/
.wp-pagenavi {
	text-align: center;
	margin-top: 14px;
	margin-bottom: 22px;
	}
.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	font-family: 'Cinzel', serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 18px;
	}
.wp-pagenavi a {
	text-decoration: none;
	color: #A9875A;
	}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
	color: #f24d7b;
	}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	font-size: 10px;
	position: relative;
	bottom: 2px;
	}
@media screen and (max-width: 767px) {
	.wp-pagenavi {
		margin-bottom: 22px;
		}
	}

/* 404
-------------------------------------------------------*/
.error404 #contents {
  text-align: center;
  color: #A9875A;
}
.error404 #contents h1,
.error404 #contents h2 {
  font-family: 'Cinzel', serif;
}
.error404 #contents h1 {
  font-size: 50px;
  margin: 20px;
}
.error404 #contents h2 {
  font-size: 30px;
}

.error404 #contents p {
  font-size: 14px;
}
.error404 #contents ul {
  margin: 40px 0;
}
.error404 #contents li {
  display: inline-block;
}
.error404 #contents li a {
  text-decoration: none;
  border: 1px solid #A9875A;
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
.error404 #contents h1 {
  font-size: 30px;
}
.error404 #contents h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
  .error404 #contents p {
  font-size: 12px;
}
	}