@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #736357;
}

a:visited {
	color: #736357;
	text-decoration: none;
}

a:hover {
	color: #736357;
	text-decoration: underline;
}

a:active {
	color: #736357;
	text-decoration: underline;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1050px;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

body.fixed {
	width: 100%;
	overflow-y: scroll;
	height: 100%;
}

.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 40000;
	display: block;
}

.slideout {
	opacity: 0;
	-webkit-transition: all .8s;
	transition: all .8s;
	z-index: -1;
}

.loading svg {
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
}

.loading svg #harima_1_ {
    animation: flash 2s linear infinite;	
}

.loading svg #wave_1_ {
    animation: wave 1s linear infinite;	
	animation-direction: alternate;
}

@keyframes wave
{
    0% {
	   -webkit-transform: translate(-1%, -.5%);
	   transform: translate(-1%, -.5%);
	}
    100% {
	   -webkit-transform: translate(1%, .5%);
	   transform: translate(1%, .5%);
	}
}

.loading svg #harima_1_ .cls-1 {
	opacity: 0;
  animation: logo_anime .2s forwards;
}

.loading svg #harima_1_ .h1 {
  animation-delay: .2s;
}

.loading svg #harima_1_ .h2 {
  animation-delay: .3s;
}

.loading svg #harima_1_ .h3 {
  animation-delay: .4s;
}

.loading svg #harima_1_ .h4 {
  animation-delay: .5s;
}

.loading svg #harima_1_ .h5 {
  animation-delay: .6s;
}

.loading svg #harima_1_ .h6 {
  animation-delay: .7s;
}

@keyframes logo_anime
{
    0% { opacity: 0; }
    100%  { opacity: 1.0; }
}

#container {
	text-align: left;
}

#main {

}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 12px;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .menu {
	width: 42px;
	height: 42px;
	float: right;
	position: fixed;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: #d5b943;
	z-index: 101;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#gHeader .menu span {
	width: 21px;
	height: 2px;
	position: absolute;
	top: 11px;
	left: 10px;
	cursor: pointer;
	border: none;
	background: #FFF;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}

#gHeader .menu.on span {
	top: 10px;
	left: 9px;
}

#gHeader .menu.on .top {
	-webkit-transform: translateY(10px) translateX(0) rotate(45deg);
	-ms-transform: translateY(10px) translateX(0) rotate(45deg);
	transform: translateY(10px) translateX(0) rotate(45deg);
	background: #FFF;
	width: 27px;
}

#gHeader .menu.on .middle {
	opacity: 0;
	background: #FFF;
}

#gHeader .menu.on .bottom {
	-webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
	transform: translateY(-9px) translateX(0) rotate(-45deg);
	background: #FFF;
	width: 27px;
}

#gHeader .menu span:nth-of-type(2) {
	top: 20px;
}

#gHeader .menu span:nth-of-type(3) {
	top: 29px;
}

@media screen and (min-width: 768px) {
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	display: none;
	width: 60%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
	box-sizing: border-box;
	background-color: #d5b943;
	overflow: auto;
	z-index: 100;
}

#gNavi ul {
	margin: 65px 28px;
}

#gNavi li {
	margin-bottom: 30px;
}

#gNavi li a {
	display: block;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.2;
}

#gNavi li a .en {
	margin-bottom: 5px;
	display: block;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

#gNavi li a .jp {
	padding-left: 10px;
	position: relative;
	display: block;
}

#gNavi li a .jp:before {
	width: 5px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 4px;
	background-color: #FFF;
	content: '';
}

@media screen and (min-width: 768px) {
#gNavi {
	display: none;
	width: 450px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
	box-sizing: border-box;
	overflow: auto;
	z-index: 100;
}
	
	#gNavi ul {
		margin: 65px auto;
		width: 300px;
	}
	
	#gNavi li {
		margin-bottom: 30px;
	}
	
	#gNavi li a {
		font-size: 15px;
		transition: .3s;
	}
	
	#gNavi li a:hover {
		opacity: 0.7;
	}
	
	#gNavi li a .en {
		margin-bottom: 10px;
		font-size: 20px;
	}
}

/*------------------------------------------------------------
	タイトル
------------------------------------------------------------*/

/* 二重線 h2タイトル */

h2.h2-title-pink,
h2.h2-title-white {
    position: relative;
    padding: 0 35px;
    text-align: center;
    width: fit-content;
    margin: 50px auto 30px auto;
}

h2.h2-title-pink {
    color: #000;
}

h2.h2-title-white {
    color: #fff;
}

h2.h2-title-pink:before,
h2.h2-title-pink:after {
	position: absolute;
    top: calc(50% - 3px);
    width: 30px;
    height: 2px;
    content: '';
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}

h2.h2-title-white:before,
h2.h2-title-white:after {
	position: absolute;
    top: calc(50% - 3px);
    width: 30px;
    height: 2px;
    content: '';
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

h2.h2-title-pink:before ,
h2.h2-title-white:before {
  left: 0;
}

h2.h2-title-pink:after ,
h2.h2-title-white:after {
  right: 0;
}


/* リボン h2タイトル */
h2.ribbon-title-white,
h2.ribbon-title-pink {
	margin:0 auto 30px auto;
	text-align: center;
	font-size: 16px;
    letter-spacing: 0.08em;
    position: relative;
    z-index: 1;
}


h2.ribbon-title-white span,
h2.ribbon-title-pink span {
    padding: 10px 20px;
	display: inline-block;
}
    
h2.ribbon-title-pink span {
	background: #C72E2D;
    color: #fff;
}

h2.ribbon-title-white span {
	background: #fff;
    color: #000;
}

h2.ribbon-title-white span:first-child,
h2.ribbon-title-pink span:first-child {
	margin-left: -50px;
}

h2.ribbon-title-white span:last-child,
h2.ribbon-title-pink span:last-child {
	margin-left: 50px;
}


@media screen and (min-width: 768px) {
	/* リボン h2タイトル */
	h2.ribbon-title-white,
	h2.ribbon-title-pink {
		margin:0 auto 30px auto;
		text-align: center;
		font-size: 20px;
	    letter-spacing: 0.16em;
	    z-index: 1;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 1px;
	position: relative;
	background: #B91921;
	background-size: 50px auto;
}

#gFooter:before {
	margin-left: -48px;
	width: 95px;
	height: 21px;
	position: absolute;
	left: 50%;
	top: -21px;
	background: url(../image/bg08.png) no-repeat;
	background-size: 100% auto;
	content: '';
}

#gFooter .fLogo {
	margin: -3px 0 15px;
	position: relative;
	z-index: 1;
	text-align: center;
}

#gFooter .fLogo img {
	width: 53px;
}

#gFooter .txt {
    margin: 35px 10px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	line-height: 1.79;
}

#gFooter .txt a {
	color: #FFF;
	text-decoration: none;
}

#gFooter .copyright {
	padding: 9px 10px 7px;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	background-color: #B91921;
}

.ec-banner {
	display: block;
	text-align: center;
}

.ec-banner img{
	width: 95%;
}

@media screen and (min-width: 768px) {
	#gFooter:before {
		margin-left: -95px;
		width: 190px;
		height: 42px;
		top: -41px;
	}

	#gFooter .fLogo {
		margin: -3px 0 35px;
	}

	#gFooter .fLogo img {
		width: 100px;
	}

	#gFooter .txt {
		margin-bottom: 30px;
		font-size: 15px;
	}

	#gFooter .copyright {
		padding: 15px 10px;
		font-size: 12px;
	}

	.ec-banner img{
		width: 800px;
	}

}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.comBox {
		margin: 0 auto;
		width: 1000px;
	}
}

/*------------------------------------------------------------
	btn ボタン(リスト)のスタイル
------------------------------------------------------------*/

.btn-1, .btn-2 {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
/*  margin-right: 15px;
*/  padding: 5px 10px;
  width:8em;
}

.btn-1 {
  background-color: #fff;
  border: solid 2px #387a8a;
  color: #387a8a;
}

.active-1 {
  background-color: #387a8a;
  color:#fffbe9;
}

.btn-2 {
  background-color: #fff;
  border: solid 2px #c54772;
  color: #c54772;
}

.active-2 {
  background-color: #c54772;
  color:#fffdf2;
}

.day-kirikae {
    width: 83%;
	min-width:315px;
	margin:35px auto;
}

.day-kirikae li {
    width: 32.3%;
    display: inline-block;
    vertical-align: top;
    position: relative;
	text-align:center;
}

@media screen and (min-width: 768px) {
.btn-1, .btn-2 {
  font-size: 17px;
}

.day-kirikae {
    width: 460px;
	margin:35px auto;
}

.day-kirikae li {
    width: 10em;
    display: inline-block;
    vertical-align: top;
    position: relative;
	text-align:center;
}
}

/*------------------------------------------------------------
	comMap
------------------------------------------------------------*/
.comMap p {
	text-align: center;
	margin-top: .3em;
}

.areaMap .comMap p {
	color: #393939;
	margin-top: 20px;
}

.tabs img {
	width: 100%;
	margin-bottom: 20px;
}

.tabs  .link {
	margin-top: 5px;
	display: block;
	text-align: center;
}

.tabs  .link a {
	color: #000;
	font-size: 14px;
	text-decoration: underline;
}

.tabs  .link a:hover {
	text-decoration: underline;
}


/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #f4dfdf;
  background-color: #F5F5F5;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #9d9d9d;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px;
  clear: both;
  overflow: hidden;
  background: #f4dfdf;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #f4dfdf;
  color: #C72E2D;
}


@media screen and (min-width: 768px) {
	.comMap {
		text-align: center;
	}

	.comMap img {
		max-width: 1000px;
		margin-bottom: 20px;
		}

	.comMap .link {
		margin-top: 15px;
	}

	.comMap .link a {
		font-size: 15px;
	}

	.comMap .link a:hover {
		text-decoration: none;
	}

	.tabs {
	  margin-top: 50px;
	  background-color: #fff;
	  width: 1000px;
	  margin: 0 auto;
	}
}



/*------------------------------------------------------------
	comShopList
------------------------------------------------------------*/
.comShopList {
	margin: -5px 0 27px;
	text-align: center;
}

.comShopList li {
	margin-top: 5px;
	width: 49.2%;
	display: inline-block;
	vertical-align: top;
	position:relative;
	box-shadow: 0 0 10px rgb(0 0 0 / 8%);
}

img.new-shop {
	width:45px;
	position:absolute;
	top:2px;
	left:2px;
}

img.ec_flg {
	width:45px;
	position:absolute;
	top:2px;
	left:2px;
}

.ec-title {
	color: #ffffff;
	background: #c8bca0;
	width: 100%;
	display: block;
	padding: 2px 0;
	margin-bottom: -10px;
	text-align: center;
	font-weight: bold;
}

.comShopList li a {
	padding-bottom: 6px;
	display: block;
	text-decoration: none;
	background-color: #FFF;
}

.comShopList li .pho {
	margin-bottom: 6px;
}

.comShopList li .pho img {
	width: 100%;
}

.comShopList li .name {
	margin-bottom: 1px;
	padding: 5px 5px 10px 5px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}

.comShopList li .name .txt {
	margin-top: 2px;
	display: block;
	color: #b3b3b3;
	font-size: 10px;
}

.comShopList li .note {
	padding: 0 6px;
	text-align: right;
	line-height: 1;
}

.comShopList li .note .txt-a {
	margin-left: 3px;
	padding: 3px 5px;
	display: inline-block;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	line-height: 1;
	border-radius: 50px;
	overflow: hidden;
	background-color: #bec5ca;
}

.comShopList li .note .txt-b {
	margin-left: 3px;
	padding: 3px 5px;
	display: inline-block;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	line-height: 1;
	border-radius: 50px;
	overflow: hidden;
	background-color: #e6c984;
}

@media screen and (min-width: 768px) {
	.comShopList {
		margin: -20px -22px 0;
	}

	.comShopList li {
		margin: 20px 22px 0;
		width: 300px ;
		display: inline-block;
		position:relative;
	}
	
	img.new-shop {
		width:66px;
		position:absolute;
		top:-10px;
	}

	img.ec_flg {
		width:66px;
		position:absolute;
		top:2px;
	}

	.comShopList li a {
		padding-bottom: 10px;
		transition: .3s;
	}

	.comShopList li a:hover {
		opacity: 0.7;
	}

	.comShopList li .pho {
		margin-bottom: 15px;
	}

	.comShopList li .name {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.comShopList li .name .txt {
		margin-top: 5px;
		font-size: 12px;
	}

	.comShopList li .note {
		padding: 0 10px;
	}

	.comShopList li .note .txt {
		margin-left: 5px;
		font-size: 12px;
	}
}

/*------------------------------------------------------------
	popBox
------------------------------------------------------------*/
.popBox {
	display: none;
	padding: 24px 13px;
	width: 100%;
	box-sizing: border-box;
	z-index: 102;
}

.fancybox-skin {
	background-color: transparent !important;
}

.fancybox-close {
    top: 15px !important;
    right: -3px !important;
	background: url(../image/close_btn.png) no-repeat !important;
	background-size: 35px auto !important;
}

.fancybox-overlay {
	background:rgba(50,30,30,0.8) !important;
}

.popBox .inner {
	width: 100%;
	background-color: #FFF;
}

.popBox .inner .photo img {
	width: 100%;
}

.popBox .inner .zukan img {
	width: 70%;
	text-align: center;
	display: block;
	margin:0 auto;
	padding-top: 20px;
}

.popBox .inner .txtArea {
	padding: 13px 15px;
}


.popBox .inner .name {
	text-align: left;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.popBox .inner .name .txt {
	display: block;
	color: #979797;
	font-size: 12px;
	font-weight: 500;
}

.popBox .inner .note {
	margin: 2px 0 10px 0;
	text-align: right;
	line-height: 1;
}

.popBox .inner .note .txt-a {
	margin-left: 3px;
	padding: 5px 6px;
	display: inline-block;
	color: #FFF;
	font-size: 13px;
	text-align: center;
	line-height: 1;
	border-radius: 50px;
	overflow: hidden;
	background-color: #bec5ca;
}

.popBox .inner .note .txt-b {
	margin-left: 3px;
	padding: 5px 6px;
	display: inline-block;
	color: #FFF;
	font-size: 13px;
	text-align: center;
	line-height: 1;
	border-radius: 50px;
	overflow: hidden;
	background-color: #e6c984;
}


.popBox .inner .text {
/*	height:4.5em;
*/	margin-bottom: 15px;
	text-align: left;
	font-size: 12px;
	line-height: 1.75;
	clear:both;
	overflow: auto;
}

.popBox .inner .text::-webkit-scrollbar{ 
    width: 7px;
}

.popBox .inner .text::-webkit-scrollbar-thumb{ 
    background: #684937;
    border-radius: 10px;
}

.popBox .inner .text::-webkit-scrollbar-track-piece:start{
    background: #E5E5E5;
    border-radius: 10px;
}

.popBox .inner .text::-webkit-scrollbar-track-piece:end{
    background: #fff;
    border-radius: 10px;
}

.popBox .inner a {
	display: block;
	color: #000;
	word-break: break-all;
	text-decoration: underline;
}

.popBox .inner a:hover {
	text-decoration: none;
	color: #3F3F3F;
}

@media screen and (min-width: 768px) { /*PC*/
	.popBox {
		margin: 0 auto;
		width: 500px;
	}

	.fancybox-close {
		width: 44px !important;
		height: 44px !important;
		top: 10px !important;
		right: 0px !important;
		background-size: 44px auto !important;
	}

	.popBox .inner .txtArea {
		padding: 15px 20px;
	}

	.popBox .inner .name {
		font-size: 18px;
	}

	.popBox .inner .name .txt {
		margin-top: 0;
		font-size: 14px;
	}

	.popBox .inner .note {
		margin: 10px 0;
	}

	.popBox .inner .note .txt-a,
	.popBox .inner .note .txt-b {
		margin-left: 5px;
		font-size: 14px;
	}

	.popBox .inner .text {
		margin-bottom: 15px;
		font-size: 15px;
	}

	.popBox .inner a:hover {
		text-decoration: underline;
	}
}

/*------------------------------------------------------------
	いちご図鑑 comShopList
------------------------------------------------------------*/
.comShopList-zukan {
	text-align: center;
}

.comShopList-zukan li {
	margin-top: 2px;
	width: 32.5%;
	display: inline-block;
	vertical-align: top;
	position:relative;
}

.comShopList-zukan li a {
	padding-bottom: 6px;
	display: block;
	text-decoration: none;
	background-color: #FFF;
}

.comShopList-zukan li .pho {
	margin-bottom: 6px;
}

.comShopList-zukan li .pho img {
	width: 100%;
}

.comShopList-zukan li .name {
	margin-bottom: 1px;
	padding: 5px 5px 10px 5px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}

.comShopList-zukan li .name .txt {
	margin-top: 2px;
	display: block;
	color: #E6B9BE;
	font-size: 10px;
}

.comShopList-zukan li .note {
	padding: 0 6px;
	text-align: right;
	line-height: 1;
}

.comShopList-zukan li .note .txt-a {
	margin-left: 3px;
	padding: 3px 5px;
	display: inline-block;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	line-height: 1;
	border-radius: 50px;
	overflow: hidden;
	background-color: #E697A0;
}

.comShopList-zukan li .note .txt-b {
	margin-left: 3px;
	padding: 3px 5px;
	display: inline-block;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	line-height: 1;
	border-radius: 50px;
	overflow: hidden;
	background-color: #D05865;
}

@media screen and (min-width: 768px) {
	.comShopList-zukan li {
		margin-top: 2px;
		width: 20%;
	}

	.comShopList-zukan li a {
		padding-bottom: 10px;
		transition: .3s;
	}

	.comShopList-zukan li a:hover {
		opacity: 0.7;
	}

	.comShopList-zukan li .pho {
		margin-bottom: 15px;
	}

	.comShopList-zukan li .name {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.comShopList-zukan li .name .txt {
		margin-top: 5px;
		font-size: 12px;
	}

	.comShopList-zukan li .note {
		padding: 0 10px;
	}

	.comShopList-zukan li .note .txt {
		margin-left: 5px;
		font-size: 12px;
	}
}

/*------------------------------------------------------------
	BAKERY SHOP LIST / Colabo Bread
------------------------------------------------------------*/

.schedule {
	width:94%;
	padding:3%;
	margin:0 auto 20px auto;
	background: #fff;
 }






.schedule img {
	width:100%;
}

.colabo-bread {
    width: 96%;
    padding: 8% 2% 8% 2%;
    margin-top: 50px;
    margin-bottom: 60px;
	background:
	url(../image/topleft.png) left 10px top 10px no-repeat,
	url(../image/topright.png) right 10px top 10px no-repeat,
	url(../image/bottomright.png) right 10px bottom 10px no-repeat,
	url(../image/bottomleft.png) left 10px bottom 10px no-repeat,
	#fff;
}

.colabo-text {
    text-align: center;
    width: 90%;
	margin: 0 auto 20px auto;
}

.colabo-breadList {
	margin: -5px 0 27px;
	text-align: center;
}

.colabo-breadList li {
    margin: 5px 1.5%;
    width: 46%;
    display: inline-block;
    vertical-align: top;
	position:relative;
}

.colabo-breadList li a {
	padding-bottom: 6px;
	display: block;
	text-decoration: none;
}

.colabo-breadList li .name {
	margin-bottom: 1px;
	padding: 8px 5px 0 5px;
	color: #534741;
	font-size: 12px;
	text-align: center;
	line-height: 1.2;
}

.colabo-breadList li .name .txt {
	margin-top: 4px;
	display: block;
	color: #979797;
	font-size: 12px;
}

.colabo-breadList li .note {
	padding: 0 6px;
	text-align: right;
	line-height: 1;
}

.colabo-breadList li .note .txt-a {
	margin-left: 3px;
	padding: 3px 5px;
	display: inline-block;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	line-height: 1;
	border-radius: 50px;
	overflow: hidden;
	background-color: #4d7775;
}

.colabo-breadList li .note .txt-b {
	margin-left: 3px;
	padding: 3px 5px;
	display: inline-block;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	line-height: 1;
	border-radius: 50px;
	overflow: hidden;
	background-color: #A12229;
}

.trim-wrap{
  position:relative;
  width:100%;
  height:0;
  padding-bottom:100%;/* 幅に対する縦のサイズ */
  overflow:hidden;
  background-color:#e2dede;
}

.trim-wrap>img{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:auto;
  height:auto;
  max-width:150%;
  max-height:initial;
}

.no-img {
	height:26px;
	position:absolute;
	left:5px;
	top:-15px;
	z-index:10;
}

@media screen and (min-width: 768px) {

	.schedule {
		width:94%;
		padding:3%;
		margin-bottom:40px;
	}
	
	h2.colabo-title {
		position: relative;
		text-align:center;
		display:block;
		width:260px;
		margin:0 auto 50px auto;
		font-size:18px;
	}
	
	h2.colabo-title:before {
	  content: "";
	  position: absolute;
	  left: 0;
	  bottom: -20px;
	  width: 260px;
	  height: 5px;
	  background: -webkit-repeating-linear-gradient(-45deg, #33201e, #33201e 2px, #f3f3f3 2px, #f3f3f3 5px);
	  background: repeating-linear-gradient(-45deg, #33201e, #33201e 2px, #f3f3f3 2px, #f3f3f3 5px);
	}
	
	h2.colabo-title:after {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: -20px;
	  width: 260px;
	  height: 5px;
	  background: -webkit-repeating-linear-gradient(-45deg, #33201e, #33201e 2px, #f3f3f3 2px, #f3f3f3 5px);
	  background: repeating-linear-gradient(-45deg, #33201e, #33201e 2px, #f3f3f3 2px, #f3f3f3 5px);
	}

	.schedule img {
		width:100%;
	}

	.colabo-bread {
		width: 94%;
		padding:90px 3% 50px 3%;
		margin-bottom: 60px;
		
		background:
		url(../image/topleft.png) left 30px top 30px no-repeat,
		url(../image/topright.png) right 30px top 30px no-repeat,
		url(../image/bottomright.png) right 30px bottom 30px no-repeat,
		url(../image/bottomleft.png) left 30px bottom 30px no-repeat,
		#fff;
	}

	.colabo-text {
		width: 700px;
		margin-bottom:60px;
		text-align:center;
	}
	.colabo-breadList {
		margin: -20px -22px 80px;
	}

	.colabo-breadList li {
		margin: 20px 12px 0;
		width: 350px ;
		display: inline-block;
	}

	.colabo-breadList li a {
		transition: .3s;
	}

	.colabo-breadList li a:hover {
		opacity: 0.7;
	}

	.colabo-breadList li .pho {
		margin-bottom: 15px;
	}

	.colabo-breadList li .name {
		margin-bottom: 10px;
		font-size: 16px;
		margin-top: 10px;
	}

	.colabo-breadList li .name .txt {
		margin-top: 5px;
		font-size: 14px;
	}

	.colabo-breadList li .note {
		padding: 0 10px;
	}

	.colabo-breadList li .note .txt {
		margin-left: 5px;
		font-size: 12px;
	}
	
	.colabo-breadList li .pho img {
		width:260px;
		height:260px;
		object-fit: cover; 
	}

	.no-img {
		height:40px;
		position:absolute;
		left:10px;
		top:-25px;
		z-index:10;
	}
}


/*------------------------------------------------------------
	comTab
------------------------------------------------------------*/

.comTab-pink th,
.comTab-pink td,
.comTab-black th,
.comTab-black td {
	padding: 6px 1px 6px;
	width: 82%;
	font-size: 12px;
	vertical-align: middle;
	text-align: left;
}

.comTab-pink th,
.comTab-black th  {
	padding: 5px 4px 6px 3px;
	width: 18%;
	font-weight: 500;
	text-align: center;
}

.comTab-pink,
.comTab-black {
	margin-bottom: 30px;
	width: 100%;
	border-collapse: collapse;
}

.comTab-pink {
	border-top: 1px solid #000;
	color: #000;
}

.comTab-black {
	border-top: 1px solid #3E3E3E;
	color: #3E3E3E;
}

.comTab-pink td p, 
.comTab-black td p {
	padding-left: 13px;
}

.comTab-pink th {
	border-bottom: 1px solid #000;
}

.comTab-black th {
	border-bottom: 1px solid #3E3E3E;
}

.comTab-pink td {
	border-bottom: 1px solid #000;
}

.comTab-black td {
	border-bottom: 1px solid #3E3E3E;
}

.comTab-pink td p {
	border-left: 1px solid #000;
}

.comTab-black td p {
	border-left: 1px solid #3E3E3E;

}

@media screen and (max-width: 374px) { /*SP*/
	.comTab-pink th,
	.comTab-pink td,
	.comTab-black th,
	.comTab-black td  {
		width: 76%;
	}
	
	.comTab-pink th,
	.comTab-black th  {
		width: 24%;
	}
}

@media screen and (min-width: 768px) { /*PC*/
	.comTab-pink,
	.comTab-black {
		margin-bottom: 20px;
		width: 100%;
	}

	.comTab-pink th,
	.comTab-pink td,
	.comTab-black th,
	.comTab-black td  {
		padding: 10px;
		font-size: 13px;
	}

	.comTab-pink th,
	.comTab-black th  {
		padding: 10px 5px;
	}

	.comTab-pink td p, 
	.comTab-black td p {
		padding-left: 15px;
	}
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
	padding: 10px 5px;
	text-align: center;
	display: block;
	background-color: #FFF;
	border: 1px solid #000;
	color: #000;
}

.comLink a span {
	padding-right: 9px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	background: url(../image/icon03.png) no-repeat top 5px right;
	background-size: 5px auto;
}

@media screen and (min-width: 768px) {
	.comLink {
		text-align: center;
	}
	
	.comLink a {
		padding: 10px;
		width: 480px;
		box-sizing: border-box;
		display: inline-block;
		transition: .3s;
	}
	
	.comLink a:hover {
		opacity: 0.7;
	}

	.comLink a span {
		padding-right: 25px;
		font-size: 15px;
		background-position: top 5px right;
		background-size: 8px auto;
	}
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	position: fixed;
	right: -100px;
	bottom: 30px;
	z-index: 50;
	transition: .6s;
}

.pageTop.on {
	right: 10px;
}

.pageTop img {
	width: 58px;
	transition: .6s;
	transform:rotate(0deg);
}

@media screen and (min-width: 768px) {
	.pageTop a:hover img {
		transform:rotate(5deg);
	}

	.pageTop img {
		width: 70px;
	}
}

@media all and (-ms-high-contrast:none) {
	.comTab th {
		padding: 14px 10px 9px;
	}
	
	.comTab td p {
		padding-top: 5px;
	}
	
	.comShopList li .note .txt {
		padding: 5px 3px 1px;
		
	}
	
	.popBox .inner .note .txt {
		padding: 5px 3px 1px;
	}
	
	.comLink a {
		padding: 13px 10px 7px;
	}
	
	.comLink a span {
		background-position: top 2px right;
	}
}



/*続きを読むボタン*/

/*全体*/
.hidden_box {
    margin: 2em 0;
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
	display:block;
	width:90%;
    padding: 25px 5%;
    font-weight: bold;
    background: #387a8a;
	color:#fff;
    border-radius: 5px;
    cursor :pointer;
    transition: .5s;
	text-align:center;
}

/*アイコンを表示*/
.hidden_box label:before {
    display: inline-block;
    content: '＋';
    font-family: 'FontAwesome';
    padding-right: 10px;
    transition: 0.2s;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #1a4c58;
	color:#fff;
}

/*アイコンを切り替え*/
.hidden_box input:checked ~ label:before {
     content: '−';
/*     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
*/     color: #fff;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

/*マーカー*/
.maker {
	background:linear-gradient(transparent 60%, #f1f176 60%);
	color:#c11b1b;
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	.br-sp {
	display: none;
	}
}

@media screen and (max-width: 767px) {
	.sp-none {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.pc-none {
		display: none;
	}
}