@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.selector {
  font-feature-settings: "palt";
}
/*カフェPayPay*/
.paypay_box {
    margin: 2em 0;
    background: #faf0e6;
	border-bottom: 2px solid #800000;
}
.paypay_box .box-title {
    font-size: 22px;
    background: #800000;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.paypay_box p {
    padding: 15px 20px;
    margin: 0;
}
.paypay_info {
	font-size: 32px;
	font-weight: 800;
	color: #800000;
	margin: 0 auto;
	width: 80%;
	line-height: 1.5;
}
.btn_box_cent {
	text-align: center;
}
.paypay_btn,
a.paypay_btn {
  color: #fff;
  background-color: #6c2305;
	margin: 15px 0!important;
	padding: 10px 20px!important;
	font-size: 18px;
}
.paypay_btn:hover,
a.paypay_btn:hover {
  color: #fff;
  background: #800000;
}
a.btn--radius {
   border-radius: 100vh;
}
/*検索フォーム*/
ul#header-sub-menu {
	display: none;
}

.header-sub-navigation {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.header-sub-navigation:after {
	content: "検索";
	color: #000000;
	font-size: 100%;
	margin-top: -12px;
}

#header-sub-menu {
	display: flex;
	list-style: none;
	padding: 0;
}

#header-sub-menu li a {
}
#header-sub-menu li {
	width: 68px;
	text-align: center;
	padding: 10px 0;
	background-color: paleturquoise;
	border-left: solid 1px #fff;
}
#header-sub-menu li i,
#header-sub-menu li .icon-cap {
	display: block;
}
#header-sub-menu li i {
	font-size: 24px
}
#header-sub-menu li .icon-cap {
	font-size: 10px;
	margin-top: 5px;
}

.header-sub-navigation input[type="text"] {/*入力部分スタイリング。width: 0px;にしておく*/
  height: 60px;
  font-size: 20px;
  display: inline-block;
  font-weight: 100;
  border: none;
  outline: none;
  color: #555;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: relative;
  top: -24px;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

.header-sub-navigation input[type="text"]:focus:hover {
  border-bottom: 1px solid #BBB;
}
 
.header-sub-navigation input[type="text"]:focus {
  width: 250px;
  z-index: 1;
  border-bottom: 1px solid #BBB;
  cursor: text;
}
.header-sub-navigation button[type="submit"] {/*アイコン部分*/
  height: 67px;
  width: 63px;
  display: inline-block;
  color:red;
  float: right;
  background: url(https://ycopan.com/wp_copain2020/wp-content/uploads/search-icon.png) center center no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: -24px;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .4s ease;
}

.header-sub-navigation button[type="submit"]:hover {
  opacity: 0.8;
}

.navi .item-label, .navi .item-description {
	display: block;
}

/*検索アイコン文字*/
.header-sub-navigation:after {
	position: absolute;
	content: "検索";
	color: #a9a9a9;
	font-size: 80%;
	margin-top: 9px;
	margin-right: 15px;
}

@media screen and (max-width: 768px) {
	.header-sub-navigation input[type="text"] {
		height: 55px;
		top: -15px;
	}
	
	.header-sub-navigation input[type="text"]:focus {
		width: 200px;
		z-index: 1;
	}
	
	.header-sub-navigation button[type="submit"] {
		background: url(https://ycopan.com/wp_copain2020/wp-content/uploads/search-icon-ipad.png) center center no-repeat;
		height: 74px;
	}
	
	.header-sub-navigation:after {
		font-size: 70%;
		margin-top: -16px;
		margin-right: 18px;
	}
}

@media screen and (max-width: 480px) {
	.header-sub-navigation {
		display: none;
	}
}

/* 固定ページアイキャッチ非表示
---------------------------- */
.eye-catch,
.page .eye-catch,
.page .article-header h1 {
	display: none;
}

/* 固定ページ投稿日非表示
---------------------------- */
.post-447 .date-tags,
.post-1400 .date-tags,
.post-1423 .date-tags,
.post-1434 .date-tags,
.post-1460 .date-tags,
.post-1467 .date-tags {
  display: none;
}

/* 固定ページメイン画像マージン詰め
---------------------------- */
.page header.article-header.entry-header {
	display: none;
}

.page .content {
	margin-top: 0;
}
.page .main {
	padding-top: 0;
}
.page .entry-content {
	margin-top: 0;
}

/* 共通部分
---------------------------- */
.page:not(.home) .article h2 {
	color: #ffffff;
	background-color: #66C390;
	padding: 0.5em;
	border-radius: 0.5em;
}

.page .article h3 {
	border-bottom: solid 3px #929292;
	position: relative;
}

.page .article h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #009466;
	bottom: -3px;
	width: 20%;
}

.page .article h3 {
	border-left: none!important;
	border-right: none!important;
	border-top: none!important;
	padding: 12px 25px 12px 0!important;
}

.page a {
	text-decoration: none;
}

.page img {
	max-width: 100%;
}

.wrapper {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 4%;
}

#navi-in.wrap {
	width: 100%;
}

/* アイキャッチ背景チェック柄 */
#check-bg {
	background-color: rgba(165, 210, 255, .4);
	background-image:
    linear-gradient(90deg, rgba(165, 210, 255, .3) 50%, transparent 50%),
    linear-gradient(rgba(165, 210, 255, .3) 50%, transparent 50%);
	background-size: 40px 40px;
	width: 100vw;
	height: 270px;
	margin-left: calc(50% - 50vw);
	text-align: center;
}

/* 固定ページ:メインビジュアルタイトル */
.page-title-box {
	padding: 70px 70px 0;
}

.page-id-1467 .page-title-box,
.page-id-2478 .page-title-box {
	padding: 0 70px 0;
}

.page-title {
	font-size: 3.2rem;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Yu Gothic", "游ゴシック", "sans-serif";
	line-height: 5.8!important;
	margin: 0;
	color: #009066;
	text-shadow: 
		1px  0 5px #eee ,
		0  1px 5px #eee ,
		-1px 0 5px #eee ,
		0 -1px 5px #eee;
}

.page-id-2478 .page-title {
	line-height: 1!important;
}

/* 背景透過設定 */
.bg-mask {
  height: 100%;
  background: rgba(255,255,255,0.2);
}

/* ページ内リンク */

/* トップページ - メールフォームアイコンリンク*/
.mailf-link {
	color: #ffffff;
}
/* トップページ - メールフォームアイコンリンクここまで*/

.page-link-box {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.page-link {
	display: flex;
	justify-content: center;
	list-style: none;
	text-align: center;
	padding: 0;
}

.page-link li {
	margin-left: 36px;
	background-color: #009066;
	color: #ffffff;
	padding: 5px 15px;
	border-radius: 5px;
}

.page-link li:hover {
  background-color: #66C794;
	transition: all .3s;
}

.page-link a {
	margin-left: 36px;
	
}

.page-link a:first-child {
	margin-left: 0;
}

/* 	アクセス */
.access-info {
	padding-top: 30px;
	padding-bottom: 30px;
}

.access-info table {
	width: 100%;
	font-size: 24px;
	border: 1px solid #000000;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 30px;
}

.access-info table th {
	background-color: #66C28F;
	color: #ffffff;
	border: 1px solid #000000;
}

.access-info table td {
	background-color: #EFFFFF;
	border: 1px solid #000000;
	padding: 5px 15px;
}

/* リンクホバー */
.navi-in a:hover {
	background-color: #66C390;
	color: #ffffff;
}

.navi-footer-in a:hover { 
	background-color: #009066;
	transition: all 0.8s ease;
	color: #ffffff;
}

/* 新着情報
---------------------------- */
.new-entry-card-update-date.widget-entry-card-update-date.post-update {
	display: none;
}

/* イベント&トピックス
---------------------------- */
.post .entry-title,
#archive-title.archive-title {
	background-color: #59B792;
	color: #ffffff;
	padding: 15px;
}

/* パンフレットダウンロード
---------------------------- */
.pamp-contain {
	max-width: 1120px;
	margin: 0 auto;
}

.pamp-title {
	width: 100%;
	background-color: #00903F!important;
	color: #ffffff;
	padding: 20px 0;
	font-size: 24px;
	border-radius: 0.5em;
	margin-bottom: 24px;
}

.pamp-title:before {
	content: '';
	display: inline-block;
	width: 48px;
	height: 48px;
	margin-right: 8px;
	background-image: url(https://ycopan.com/images/pamp-icon.png);
	background-size: contain;
	vertical-align: middle;
}

.pamp-title a  {
	color: #ffffff;
	text-decoration: none;
}

.pamp-title a:hover {
	opacity: 0.8;
}

/*パンフレット複数枚になった際の設定*/
/*
.fx-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px;
}

.fx-item {
	width: 31%;
	text-align: center;
	padding: 10px;
	margin: 10px;
	color:  #234378;
	border-radius:  5px;
}

.frame {
	display: inline-block;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.3);
}
*/

.btn-pamp,
a.btn-pamp {
	color: #FFF;
   background: #6c2305;
   border: solid 1px #996633;
}

.btn-pamp:hover,
a.btn-pamp:hover {
	color: #fff;
	background-color: #cc410a;
}

@media screen and (max-width: 843px){
	.pamp-title {
		padding: 20px 15px;
		font-size: 16px;
		margin-bottom: 24px;
	}
	
	.pamp-title:before {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width: 480px){
	.pamp-title {
		padding: 15px 10px;
		font-size: 14px;
		margin-bottom: 24px;
	}
	
	.pamp-title:before {
		width: 32px;
		height: 32px;
	}
}

/* ABOUT
---------------------------- */
/* 大きな背景画像 */
#about {
	background: url(https://ycopan.com/wp_copain2020/wp-content/uploads/copainBplus-about.jpg) center center / cover no-repeat;
	width: 100vw;
	height: 450px;
	margin-left: calc(50% - 50vw);
}

#about .page-title {
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
}

/* 	コパン概要 */
#about-us {
	background: url(https://ycopan.com/wp_copain2020/wp-content/uploads/about_bg.jpg) center center / cover no-repeat;
	width: 100vw;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: calc(50% - 50vw);
}

.about-us-box {
	background-color: #ffffff;
	border-radius: 5px;
	padding: 5%;
}

.about-us-title {
	font-size: 36px;
	text-align: center;
	color: #008F66;
	font-weight: 700;
}

.about-us-img {
	display: flex;
	justify-content: space-between;
}

.about-us-img .item {
	width: 30%;
}

/* 	経営理念 */
.guidelines {
	padding-top: 30px;
	padding-bottom: 30px;
}

.guidelines ol {
	counter-reset:number;
	list-style-type: none!important;
	padding: 0.3em 0.8em;
}

.guidelines ol li {
	position: relative;
	padding: 0.5em 0.5em 0.5em 30px;
	line-height: 1.5em;
	font-size: 31px;
}

.guidelines ol li:before{
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	background: #008F66;
	color: white;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight:bold;
	font-size: 32px;
	border-radius: 50%;
	left: -12px;
	width: 35px;
	height: 35px;
	line-height: 34px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-48%);
	transform: translateY(-48%);
}

.access-info .midashi {
	font-size: 22px;
	margin-bottom: 0.5em;
	font-weight: 400;
	padding-left: 0.5em;
}

.icon-pdf:after {
	content: '';
  content: url(https://ycopan.com/wp_copain2020/wp-content/uploads/icon_1r_32.png);
  display: inline-block;
  width: 32px;
  height: 32px;
	vertical-align: text-bottom;
}

/* SERVICE
---------------------------- */
.midashi-btm-border {
	margin:  1em 0 0 0;             /* デフォルトCSS打ち消し */
    font-size:  22px;       /* 文字サイズ指定 */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    display:  inline-block; /* インラインブロックにする */
    background-color: #fff; /* 背景色指定 */
    margin-left: 20px;      /* 周りの余白指定 */
    padding: 0 10px;        /* 余白指定 */    
}

.head_syouhin-wrap {
	position: relative;     /* 位置調整 */
    margin-bottom:15px;     /* 周りの余白指定 */
}

.head_syouhin-wrap:before {
	content:  '';           /* 空白の要素を作る */
    background-color: #000; /* 背景色指定 */
    display:  block;        /* ブロック要素にする */
    position:  absolute;    /* 位置調整 */
    left:  0;               /* 位置調整 */
    width:  100%;           /* 幅指定 */
    height:  1px;           /* 高さ指定 */
    top: 1.5em;                 /* 位置調整 */
    bottom:  0;             /* 位置調整 */
    margin:  auto;          /* 位置調整 */
}

/* 大きな背景画像 */
#service {
	background: url(https://ycopan.com/wp_copain2020/wp-content/uploads/copainBplus-service.jpg) center center / cover no-repeat;
	width: 100vw;
	height: 450px;
	margin-left: calc(50% - 50vw);
}

#service .page-title {
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
}

#copain-a {
	padding-top: 30px;
	padding-bottom: 30px;
}

.service-info-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.service-info-box .left-item {
	width: 40%;
}

.service-info-box .right-item {
	width: 52%;
}

.service-info-box .right-item p:first-child {
	margin-top: 0;
}

/* 	作業内容 */
.work-box {
    position: relative;
    margin: 0;
    padding: 0.5em 1em;
    border: solid 3px #66C693;
}

.work-box .work-box-title {
    position: absolute;
    display: inline-block;
    top: -28px;
    left: -3px;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #66C693;
    color: #ffffff;
    font-weight: bold;
}

.work-box p {
    margin: 0; 
    padding: 0;
}

.two-column {
	display: flex;
	justify-content: space-around;
}

.two-column .left-item {
	width: 20%;
}

.two-column .right-item {
	width: 48%;
}

.two-column .left-item img {
	max-width: 200px;
}

.three-column {
	display: flex;
	justify-content: flex-start;
}

.three-column .left-item,
.three-column .center-item,
.three-column .right-item {

}

.three-column .left-item img {
	max-width: 200px;
}

/* 授産品の紹介 */
.page-id-1423 .article .new-entry-cards {
	display: flex;
}

.page-id-1423 .widget-entry-cards.card-large-image .a-wrap {
	max-width: 250px;
}

.page-id-1423 .widget-entry-cards.large-thumb-on .card-content {
	background: linear-gradient(180deg, transparent, #777);
}

.category-6 #sidebar {
	display: none!important;
}

.category-6 .main {
	margin: 0 auto!important;
}

.postid-2154 aside,
.postid-2154 #pager-post-navi{
	display: none;
}

.btn-workshop {
	position: relative;
	display: inline-block;
	padding: 0.25em 0.5em;
	margin-bottom: 2.5em;
	text-decoration: none;
	color: #FFF;
	background: #6c2305;/*色*/
	border: solid 1px #996633;/*線色*/
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.btn-workshop:hover {
	color: #fff;
	background-color: #cc410a;
}

.syouhin-title {
 font-size: 1.2em;
 font-weight: bold;
 position: relative;
 padding: 1rem 2rem;
 border-bottom: 6px solid #094;
 color: #6c2305;
}

.syouhin-title:before {
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 20%;
	height: 6px;
	content: '';
	background: #00cc5b;
}
.list9 {
	border: solid 2px #59B792;
	margin: 3em 0 1em 0;
	border-radius: 6px;
	background: #f8eeff;
}

.list9-title {
	font-size: 1.15em;
	background: #59B792;
	padding: 4px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}

.list9 ol {
	position: relative;
	margin: 0;
	padding: 0 0.5em 0 0.5em;
	color: #59B792;
	border: none;
	list-style-type: none;
}

.list9 ul {
	position: relative;
	margin: 0;
	padding: 0 0.5em 0 0.5em;
	color: #59B792;
	border: none;
	list-style-type: none;
}

.list9 ol {
	counter-reset: number;
}

.list9 ul li,.list9 ol li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.6em;
  border-bottom: dashed 1px #59B792;
}

.list9 ol li:before {
	display: inline-block;
	position: absolute;
	font-family: "Quicksand", sans-serif;
	content: counter(number);
	counter-increment: number;
	left: 0.5em;
	width: 22px;
	height: 22px;
	border-radius: 20%;
	background: #59B792;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 22px;
}

.list9 ul li::marker {
	left: 0.5em;
	list-style-position: inside!important;
}

.list9 ol li:last-of-type,
.list9 ul li:last-of-type{
	border-bottom: none;
}

.syouhin-contact {
	font-size: 1.2em;
	text-align: center;
	border: solid 2px #6c2305;
	margin: 3em 0 1em 0;
	border-radius: 6px;
	background: #F8FDD8;
}

.syouhin-tel {
	font-size: 2.2em;
	font-weight: bold;
	color: #3eb370;
}

.clip-flyer-box {
	width: 250px;
	background: #6c2305;
	color: #ffffff;
	padding: 15px;
	margin: 10px auto;
	text-align: center;
	border-radius: 5px;
}

/* フローチャート */
.flowchart{
 	margin-left: .5em;
	border-left: 2px dashed #a9a9a9;
}

.flowchart .fc-title{
	position: relative;
	margin-left: 2em;
	margin-bottom: 0;
	font-size: 18px;
	background: #66C693;
	line-height: 1.4;
	padding: 0.5em 0.5em 0.5em 1.8em;
}

.flowchart p{
  margin-top: .3em;
  margin-left: 3em;
}

.flowchart .fc-title:before{
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #6c2305;
  position: absolute;
  left: calc(-2em - 8px);
  top: 0.3em;
}

.flowchart .fc-title:after{
  content: "";
  border-bottom: 1px solid #a9a9a9;
  width: 1.6em;
  background: #000;
  position: absolute;
  top: .7em;
  left: -1.6em;
}

.fc-title-color {
	color: #ffffff;
}

/* フローチャートアイコン */
.fc-icon01 {
	position: relative;
}

.fc-icon01:before {
	position: absolute;
	background: url(https://ycopan.com/wp_copain2020/wp-content/uploads/fc-icon01.png) center center / cover no-repeat;
	content: "";
	top: 40%;
	left: -20px;
	width: 16px;
	height: 16px;
	margin-top: -5px;
}

.fc-icon02 {
	position: relative;
}

.fc-icon02:before {
	position: absolute;
	background: url(https://ycopan.com/wp_copain2020/wp-content/uploads/fc-icon02.png) center center / cover no-repeat;
	content: "";
	top: 40%;
	left: -20px;
	width: 16px;
	height: 16px;
	margin-top: -5px;
}

.fc-icon03 {
	position: relative;
}

.fc-icon03:before {
	position: absolute;
	background: url(https://ycopan.com/wp_copain2020/wp-content/uploads/fc-icon03.png) center center / cover no-repeat;
	content: "";
	top: 40%;
	left: -20px;
	width: 16px;
	height: 16px;
	margin-top: -5px;
}

.fc-icon04 {
	position: relative;
}

.fc-icon04:before {
	position: absolute;
	background: url(https://ycopan.com/wp_copain2020/wp-content/uploads/fc-icon04.png) center center / cover no-repeat;
	content: "";
	top: 40%;
	left: -20px;
	width: 16px;
	height: 16px;
	margin-top: -5px;
}

.fc-icon05 {
	position: relative;
}

.fc-icon05:before {
	position: absolute;
	background: url(https://ycopan.com/wp_copain2020/wp-content/uploads/fc-icon05.png) center center / cover no-repeat;
	content: "";
	top: 40%;
	left: -20px;
	width: 16px;
	height: 16px;
	margin-top: -5px;
}

.fc-icon06 {
	position: relative;
}

.fc-icon06:before {
	position: absolute;
	background: url(https://ycopan.com/wp_copain2020/wp-content/uploads/fc-icon06.png) center center / cover no-repeat;
	content: "";
	top: 40%;
	left: -20px;
	width: 16px;
	height: 16px;
	margin-top: -5px;
}

.tabbox {
	display: flex;
	justify-content: space-between;
}

.tabbox table {
	width: 48%;
	font-size: 18px;
	margin-bottom: 2.5em!important;
	border: 1px solid #eee8aa!important;
}

.tabbox table th {
	background-color: #bdb76b;
	border: 1px solid #eee8aa;
}

.tabbox table td {
	padding: 5px 15px;
	background-color: #ffffef;
	border: 1px solid #eee8aa;
}

/* CAFE
---------------------------- */
#plaza,
#est {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* 大きな背景画像 */
#cafe {
	background: url(https://ycopan.com/wp_copain2020/wp-content/uploads/cafe-head.jpg) center center / cover no-repeat;
	width: 100vw;
	height: 450px;
	margin-left: calc(50% - 50vw);
}

#cafe .page-title {
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
}

ul.cafe_storeslist {
	list-style: none;
	display: flex;
	justify-content: space-around;
}

/* 店舗画像 */
.grid {
	display: grid;
	gap: 26px;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 6%;
	margin-bottom: 50px;
}

.big-box {
	grid-column: 1 / 3;
	grid-row: 1 / 3;
}

.big-box img {
	width: 100%;
	height: 98.5%;
	object-fit: cover;
}

/* メニューボタン */
#plaza-btn-box {
	display: flex;
	flex-direction: row;
}

#plaza-btn-box .plaza-btn-item:nth-child(2) {
	margin-left: 30px;
}

.btn-square-little-rich {
	position: relative;
	display: inline-block;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #FFF;
	background: #ffcc33;/*色*/
	border: solid 1px #996633;/*線色*/
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.btn-square-little-rich:active {
	border: solid 1px #03A9F4;
	box-shadow: none;
	text-shadow: none;
}

.btn-square-little-rich:hover {
	color: #996633;
}

/* CONTACT
---------------------------- */
/* 大きな背景画像 */
#contact {
	background: url(https://ycopan.com/wp_copain2020/wp-content/uploads/contact-head.jpg) center left 57%/ cover no-repeat;
	width: 100vw;
	height: 450px;
	margin-left: calc(50% - 50vw);
}

#contact .page-title {
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
}

/* TEL,FAX */
#contact-info {
	padding-top: 30px;
	padding-bottom: 30px;
}

.contact-us {
	display: flex;
	justify-content: space-between;
}

.tel-item {
	width: 48%;
	font-size: 44px;
	border: 1px solid #000000;
	padding: 5px 15px;
	text-align: center;
}

.tel-item:before {
	content:"";
	display:inline-block;
	width:1em;
	height:1em;
	background:url(https://ycopan.com/wp_copain2020/wp-content/uploads/tel-icon.png) no-repeat;
	background-size:contain;
}

.fax-item {
	width: 48%;
	font-size: 44px;
	border: 1px solid #000000;
	padding: 5px 15px;
	text-align: center;
}

.fax-item:before {
	content:"";
	display:inline-block;
	width:1em;
	height:1em;
	background:url(https://ycopan.com/wp_copain2020/wp-content/uploads/fax-icon.png) no-repeat;
	background-size:contain;
}

/*お問い合わせアドレス注意*/
.mail-caution {
	border: solid 1px #333;
	background-color: #f5f5f5;
	padding: 10px 25px;
	margin: 0 4% 30px;
}
.mail-caution .title {
	color: #860000;
	font-weight: bold;
}

/* メールフォーム */
.table-contactform7{
	overflow: hidden;
	table-layout: fixed;
}
 
.required-contactform7{
	padding: 5px;
	background: #DE8686;
	color: #fff;
	border-radius: 3px;
	margin-right: 3px;
}
 
.any-contactform7{
	padding: 5px;
	background: #a9a9a9;
	color: #fff;
	border-radius: 3px;
	margin-right: 3px;
}
 
.table-contactform7 th{
	font-weight:bold;
	background-color: #FFFFC7!important;
	color: #663300;
	text-align: left;
	padding: 0 15px;
}
 
.table-contactform7 input,
.table-contactform7 select,
.table-contactform7 textarea {
	max-width: 98% !important;
	margin: 5px 10px 10px 5px;
}
 
.address-100 input{
	max-width: 98% !important;
	margin: 5px 10px 10px 5px;
}
 
.message-100 textarea{
	width: 100%;
	margin: 5px 10px 10px 5px;
}

input.btn {
	background-color: #dadada;
	max-width: 500px;
	text-align: center;
}

.btn-box-center {
	text-align: center;
}

@media screen and (min-width: 900px){
	.table-contactform7 th{
		width:28%;
	}
}
     
@media screen and (max-width: 900px){
	.table-contactform7{
		display:block;
	}     
       
	.table-contactform7 tbody,
	.table-contactform7 tr{
    	display: block;
    	width: 100%;
  	}
	
	.table-contactform7 th{
		width:100%;
		display:block;
		margin: 0 auto;
		border:none;
		padding: 10px;
		box-sizing: border-box;
	}
	
	.table-contactform7 td{
		display: list-item;
		list-style-type:none;
		margin:0;
		padding:0;
		width: 100%;
		border-top: none !important;
	}
	
	.table-contactform7 input,
	.table-contactform7 textarea {
		width: 100%!important;
	}
}

/* フッター
---------------------------- */
.page #footer {
	margin-top: 0;
}
#media_image-4 {
	margin-bottom: 0;
}
#text-3 .textwidget {
	font-size: 10px;
}
.footer-left a:hover,
.footer-center a:hover {
	opacity: 0.8;
}
/* パンくずリスト */
.breadcrumb.pbp-footer-before {
	background-color: #ffffc7;
	width: 100%;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
	/* 共通部分
	---------------------------- */
	/* ページ内リンク */
	.page-link li {
		padding: 5px 8px;
	}
	
	/* ABOUT
	---------------------------- */
	/* 	コパン概要 */
	.about-us-box {
		margin: 0 10px;
	}

	.about-us-title {
		font-size: 30px;
	}
	
	/* 	経営理念 */
	.guidelines ol li {
		padding: 0.5em 0 0.5em 35px;
		line-height: 1.7;
		font-size: 26px;
	}
	
	/* CONTACT
	---------------------------- */
	/* TEL,FAX */


	.tel-item {
		width: 48%;
		font-size: 32px;
		padding: 5px 0;
		text-align: center;
	}

	.tel-item:before {
		padding-right: 10px;
		width:1em;
		height:1em;
	}

	.fax-item {
		width: 48%;
		font-size: 32px;
		padding: 5px 0;
		text-align: center;
	}

	.fax-item:before {
		padding-right: 10px;
		width:1em;
		height:1em;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	/***** モバイルファースト *****/
	/* 共通部分
	---------------------------- */
	.page h2 {
		font-size: 20px;
		padding: 0.5em;
	}
	
	/* 固定ページ:メインビジュアルタイトル */
	.page-title-box {
		padding: 70px 70px 0;
	}

	.page-title {
		font-size: 1.4rem;
		line-height: 5.25!important;
	}
	
	/* ページ内リンク */
	.article ul {
		padding-right: 26px;
	}
	
	.page-link {
		flex-direction: column;
	}
	
	.page-link ul {
		padding-right: 26px;
	}
	
	.page-link li {
		margin-left: 0;
	}

	.page-link a {
		margin-left: 0;
		margin-bottom: 30px;
	}
	
	.page-link a:last-child {
		margin-bottom: 0;
	}
	
	/* 	アクセス */
	.access-info {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.access-info table {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.access-info table th {
		width: 25%;
	}

	.access-info table td {
		width: 75%;
		padding: 5px 15px;
	}
	
	/* ABOUT
	---------------------------- */
	.page-title-box {
		padding: 5%;
	}

	/* 大きな背景画像 */
	#about {
		background: url(https://ycopan.com/wp_copain2020/wp-content/uploads/copainBplus-about.jpg) center center / cover no-repeat!important;
		width: 100vw;
		height: 150px;
		margin-left: calc(50% - 50vw);
	}

	/* 	コパン概要 */
	.about-us-box {
		margin: 0 10px;
	}

	.about-us-title {
		font-size: 26px;
	}

	.about-us-img {
		flex-direction: column;
		justify-content: space-between;
	}

	.about-us-img .item {
		width: 100%;
		margin-bottom: 15px;
	}

	/* 	経営理念 */
	.guidelines ol li {
		padding: 0.8em 0 0.5em 35px;
		line-height: 1.7;
		font-size: 21px;
	}
	
	.icon-pdf:after {
		width: 24px;
  		height: 24px;
		vertical-align: text-bottom;
}
	
	/* SERVICE
	---------------------------- */
	/* 大きな背景画像 */	
	#service {
		background: url(https://ycopan.com/wp_copain2020/wp-content/uploads/copainBplus-service.jpg) center center / cover no-repeat;
		width: 100vw;
		height: 150px;
		margin-left: calc(50% - 50vw);
	}
	
	.service-info-box {
		flex-direction: column;
	}

	.service-info-box .left-item {
		width: 100%;
	}

	.service-info-box .right-item {
		width: 100%;
	}

	/* 	作業内容 */
	.work-box {
    	position: relative;
    	margin: 0;
    	padding: 1.5em 1em 0.5em;
    	border: solid 3px #66C693;
	}

	.work-box .work-box-title {
    	position: absolute;
    	display: inline-block;
    	top: -32px;
    	left: -3px;
    	padding: 2px 10px;
    	height: 30px;
    	line-height: 25px;
    	font-size: 17px;
    	background: #66C693;
    	color: #ffffff;
    	font-weight: bold;
	}

	.work-box p {
    	margin: 0; 
    	padding: 0;
	}

	.two-column {
		flex-direction: column;
	}

	.two-column .left-item {
		width: 100%;
		text-align: center;
	}

	.two-column .right-item {
		width: 100%;
	}

	.two-column .left-item img {
		max-width: 250px;
	}

	.three-column {
		flex-direction: column;
	}

	.three-column .left-item,
	.three-column .center-item,
	.three-column .right-item {
		width: 100%;
	}

	.three-column .left-item {
		text-align: center;
	}
	
	.three-column .left-item img {
		max-width: 250px;
	}
	
	.three-column .center-item ul {
		margin-bottom: 0;
	}
	
	.three-column .right-item ul {
		margin-top: 0;
	}
	
	/* CAFE
	---------------------------- */
	/* 大きな背景画像 */
	#cafe {
		background: url(https://ycopan.com/wp_copain2020/wp-content/uploads/cafe-head.jpg) center center / cover no-repeat;
		width: 100vw;
		height: 150px;
		margin-left: calc(50% - 50vw);
	}
	
	/*カフェPayPay*/
	.paypay_info {
		width: 90%;
		font-size: 17px;
	}
	.paypay_btn,
	a.paypay_btn {
		margin: 15px 20px;
		font-size: 13px;
	}
	
	/* 店舗画像 */
	.grid {
		display: grid;
		gap: 26px;
		grid-template-columns: 1fr;
		margin-top: 6%;
		margin-bottom: 50px;
	}

	.big-box {
		grid-column: 1 / 1;
		grid-row: 1 / 1;
	}

	/* メニューボタン */
	#plaza-btn-box {
		flex-direction: column;
	}

	#plaza-btn-box .plaza-btn-item:nth-child(2) {
		margin-top: 20px;
		margin-left: 0!important;
	}
	
	.btn-square-little-rich {
		position: relative;
		display: inline-block;
		padding: 0.25em 0.5em;
		margin: 0;
		text-decoration: none;
		color: #FFF;
		background: #ffcc33;/*色*/
		border: solid 1px #996633;/*線色*/
		border-radius: 4px;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
		text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	}

	.btn-square-little-rich:active {
		border: solid 1px #03A9F4;
		box-shadow: none;
		text-shadow: none;
	}
	
	/* CONTACT
	---------------------------- */
	/* 大きな背景画像 */
	#contact {
		background: url(https://ycopan.com/wp_copain2020/wp-content/uploads/contact-head.jpg) center center / cover no-repeat;
		width: 100vw;
		height: 150px;
		margin-left: calc(50% - 50vw);
	}
	
	/* TEL,FAX */
	.contact-us {
		flex-direction: column;
	}

	.tel-item {
		width: 100%;
		font-size: 24px;
		padding: 5px 0;
		margin-bottom: 30px;
		text-align: center;
	}

	.tel-item:before {
		padding-right: 5px;
		width:1em;
		height:1em;
	}

	.fax-item {
		width: 100%;
		font-size: 24px;
		padding: 5px 0;
		text-align: center;
	}

	.fax-item:before {
		padding-right: 5px;
		width:1em;
		height:1em;
	}
	
	/* 個人情報保護方針
	---------------------------- */
	/* アイキャッチ背景チェック柄 */
	#check-bg {
		width: 100%;
		height: 160px;
		margin: 0 auto;
	}
	
	#check-bg .page-title {
		text-transform: uppercase;
		text-align: center;
		margin-top: 15%;
		font-size: 30px;
	}
	/* FOOTER
	---------------------------- */
	#media_image-6 {
		margin-bottom: 0;
	}
	#text-4 .textwidget {
		font-size: 10px;
	}
}

/************************/
/* Woocommerce **********/
/************************/

/* 商品一覧 page-id-2729 */
.page-id-2729 .content {
	margin-top: 24px;
}
.page-id-2729 .main {
	padding-top: 20px;
}
.page-id-2729 .date-tags,
.woocommerce .date-tags {
	display: none;
}
.page-id-2729 .entry-title {
	margin: 16px 0 32px;
}
.woocommerce ul.products li.product h2 {
	color: #333;
	background-color: inherit;
	font-weight: 400;
	line-height: 1.8;
}

.woocommerce ul.products li.product span.price {
    font-size: .9em;
}

/* カテゴリ、タグ、商品一覧ページ */
.woocommerce .page header.article-header.entry-header,
.page-id-2729 header.article-header.entry-header {
    display: block;
}
.woocommerce .page .article-header h1,
.page-id-2729 .article-header h1 {
    display: block;
}


/* 商品検索 ウィジェット */
.woocommerce-product-search {
	margin: 1em 0 2em;
}
.woocommerce-product-search > button {
    font-size: 16px;
    cursor: pointer;
    border: none;
	border-radius: 4px;
    color: #ddd;
    padding: 8px;
    background-color: #4c2e1e;
}
ul.product-categories {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.product-categories li a {
    color: #333;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    padding-right: 4px;
    padding-left: 4px;
}

/* 書籍紹介　id-2759 */
.postid-2759 .eye-catch {
	display: block;
}
.spbetween {
	justify-content: space-between;
}
.book-item {
  align-content: center;
  margin-bottom: 25px;
  width: 48%;
}
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 15px;
  min-width: 120px;
  max-width: 100%;
  color: #622d18;
  font-size: 1.1em;
  background: #f6e5cc;
  border-radius: 15px;
}
.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f6e5cc;
}
.balloon1 p {
  margin: 0;
  padding: 0;
}
.myicon {
  text-align: center;
}
.myicon img {
  border-radius: 50%;
  border: 2px solid #ccc;
}
a.btn-tag i {
  font-size: 120%;
  margin-right: 10px;
}
.btn-bgc1 {
  background: #f39800;
	margin: 0 20px 0 0px;
}
.btn-bgc2 {
  background: #a52a2a;
}

/* アイキャッチ表示したいリスト */
.postid-2829 .eye-catch {
	display: block;
}

/* 画像のキャプションを中央揃えにする */
.wp-block-image figcaption {
	text-align: center;
}
