/*
Theme Name: 紀の川市プレミアム付デジタル商品券
Theme URI: http://wordpress.org/themes/twentythirteen
Author: masato WATANABE
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starside_menuting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('reset.css');

* { box-sizing : border-box}
* { -moz-box-sizing : border-box}

/*コンテンツ幅768ピクセル*/
@media print, screen and (min-width:769px) {
/**
 * 1.0 Reset
 * ----------------------------------------------------------------------------
 */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html {
	font-family: tbudrgothic-std,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 103%;
}
button, input, select, textarea {
	font-family: tbudrgothic-std,sans-serif;
	font-weight: 400;
	font-style: normal;
}
body {
	color: #111;
	line-height: 1.9em;
	letter-spacing: 0.05em;
	margin: 0;
	/*background: #fff url("images/pages/body_bg.png")repeat;*/
	overflow-x: hidden;
}
body.mirai {
	background: none;
}
body.common {
	background: none;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a {
	color: #4393D9;
}
a:visited {
	color: #4393D9;
}
a:focus {
	outline: none;
}
a:active, a:hover {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}
.contents_main a:hover img,
.contents_2col a:hover img,
.contents_1col_top a:hover img,
.tenant_btn a:hover img,
.site_footer a:hover img{
	opacity:0.7;
	-webkit-transition:0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
* html .clearfix {
	zoom: 1;
}
*:first-child+html .clearfix {
	zoom: 1;
}
/*.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}*/

/*PC表示、SP非表示*/
.sp_show {
	display: none;
}


/* フェードアップ */
.js-02-fadeUp {
  opacity: 0; 
  transform: translateY(60px); /* 開始位置 */
  transition: opacity 1s, transform .8s; /* 透過率と速度 */
}
.js-02-fadeUp.is-inview {
  opacity: 1; 
  transform: translateY(0); /* 0に移動する */
  transition-delay: 1.2s; /* フェード開始遅延 */
}

/* スライドイン　右から */
.js-slideIn_right {
  opacity: 0; 
  transform: translateX(30px); /* 開始位置 */
  transition: opacity 1s, transform .8s; /* 透過率と速度 */
}
.js-slideIn_right.is-inview {
  opacity: 1; 
  transform: translateX(0); /* 0に移動する */
  transition-delay: .1s; /* フェード開始遅延 */
}

.dokidoki {
	animation-name:dokidoki;	/* アニメーション名の指定 */
	animation-delay:1s;		/* アニメーションの開始時間指定 */
	animation-duration: 2.5s;	/* アニメーション動作時間の指定 */
	animation-timing-function: ease-in-out;
	/* アニメーションの動き（徐々に早く徐々に遅く）*/
	animation-iteration-count: infinite; /* アニメーションをループさせる */
}
@keyframes dokidoki {
    0% {
        transform: scale(1);
    }
    40% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.03);
    }
    60% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

@media (prefers-color-scheme: dark) {
  body {
    background: #fff url("images/pages/body_bg.png")repeat;
  }
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	display: block;
	margin: 5px 10px 5px 0;
}
img.alignright {
	display: block;
	margin: 5px 0 5px 10px;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignnone {
	margin:0;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin: 5px 0;
}
img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}



/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
/*#main_visual {
	margin: 0;
	height: auto;
}*/
/*.box {
	margin: 0 0 25px 0;
	position:relative;
	padding:12px 30px 20px 30px;
	height: 60px;
	background: #0071A8;
	color:#FFFFFF;
	letter-spacing: 3px;
	border-radius: 16px 0 0 0;
	background: #aac8e2;
	background: -moz-linear-gradient(top, #aac8e2 0%, #0a60ab 100%);
	background: -webkit-linear-gradient(top, #aac8e2 0%,#0a60ab 100%);
	background: linear-gradient(to bottom, #aac8e2 0%,#0a60ab 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aac8e2', endColorstr='#0a60ab',GradientType=0 );
}
.more {
	position:absolute;
	right:10px;
	top:13px;
	font-size: 110%;
	color: #FFFFFF;
	letter-spacing: 1px;
}
*/


/*コンテンツメイン*/
.contents_main {
	margin: 0 auto;
	padding:0;
	width: 92%;
	max-width:1350px;
}
.contents_1col_top {
	margin: 0 auto;
	width: 88%;
	max-width: 1380px;
}
.contents_page_top {
	margin: 0;
	width:590px;
}
.contents_2col {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0;
}
.contents_page
,.contents_page_map {
	order: 1;
	margin: 0;
	width:68%;
}
#contents {
	order: 2;
	width:74%;
	font-size: 110%;
	line-height: 190%;
}
#contents h2 {
	margin: 0 0 10px 0;
	padding: 0 0 15px 0;
	font-size: 180%;
	border-bottom:dotted 2px #136AB7;
}


/*サイド*/
#side {
	order: 1;
	width:22%;
	height: 100%;
	position: sticky;
	top:0px;
}
#side img {
	max-width: 100%;
	height: auto;
}

#rightside
,#rightside_map {
	order: 2;
	width:27%;
}




/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */
/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
header {
	margin: 0;
	padding: 0;
	width:100%;
	border-top: 5px solid #005EB8;
}
.header_inner {
	position: relative;
	padding: 50px 0;
	text-align: center;
	z-index: 2;
}
.header_inner:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 0;
	display: inline-block;
	background: url("images/headers/wave.png")repeat-x;
	width: 100%;
	height: 15px;
}
#site_title {
	margin: 0 auto;
	width: 83%;
}



.mirai header {
	position: relative;
	border-top: 5px solid #FF8FC3;
}
.mirai .header_inner {
	padding: 10px 0 35px;
}
.mirai .header_inner:before {
	background: url("images/headers/wave_mirai.png")repeat-x;
}


.common header {
	background: #005eb8;
	border-top: none;
}
.common .header_inner {
	padding: 0;
	display: flex;
	
}
.common .header_inner:before {
	display: none;
}
.common a.pageback {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 0;
	width: 100px;
	color: #fff;
	font-size: 85%;
	background: #004587;
	text-decoration: none;
	transition: all .2s;
}
.common a.pageback span {
	display: inline-block;
}
.common a.pageback:hover,
.common a.pageback:active {
	background: #003262;
	transition: all .2s;	
}
.common #site_title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 1em;
	width: 100%;
	color: #fff;
}


/*「参加店舗一覧」「地図から探す」　共通テンプレート*/
.common header.common_list {
	height: 90px;
}
.common header.common_list a.pageback {
	height: 90px;
}

.common header nav {
	position: absolute;
	top: 0 ;
	right: 0;
	max-width: 450px;
    width: 45%;
	height: 90px;
	z-index: 2;
}
.common header nav ul {
	display: flex;
	background: #fff;
}
.common header nav ul li {
	flex-grow: 1;
}
.common header nav ul li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
}
/*取扱店一覧*/
.common header nav ul li.tenantlist a {
	background: rgba(234,197,16,0.6);
}
.common header nav ul li.tenantlist a:hover {
	background: rgba(234,197,16,0.95);
	transition: all .1s;
}
/*地図から探す*/
.common header nav ul li.map a {
	background: rgba(61,50,22,0.6);
}
.common header nav ul li.map a:hover {
	background: rgba(61,50,22,0.95);
	transition: all .1s;
}

.common header nav ul li a img {
	height: 90px;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
/*グローバルナビゲーション*/
.pc_nav {
	width: 100%;
	height: 140px;
	z-index: 1;
	border-top: 4px solid #fff;
}
.pc_nav .blue_bg {
	width: 100%;
	height: 100%;
	background: rgba(0,110,184,0.8);
}
.pc_nav .pink_bg {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 179, 214, 0.8);
}
.pc_nav ul {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1401px;
	height: inherit;
	background: #fff;
	/*background: #fff url("images/pages/body_bg.png")repeat;*/
}
.pc_nav ul li {
	flex-grow: 1;
}
.pc_nav ul li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
}

.pc_nav ul li img {
	margin-top: -15px;
	width: 80%;
	height: auto;
}
/*HOME*/
.pc_nav ul li.home a {
	background: rgba(227,124,143,0.6);
}
.pc_nav ul li.home a:hover {
	background: rgba(227,124,143,0.95);
	transition: all .1s;
}
/*商品券について*/
.pc_nav ul li.about a {
	background: rgba(224,87,38,0.6);
}
.pc_nav ul li.about a:hover {
	background: rgba(224,87,38,0.95);
	transition: all .1s;
}
/*取扱店一覧*/
.pc_nav ul li.tenantlist a {
	background: rgba(234,197,16,0.6);
}
.pc_nav ul li.tenantlist a:hover {
	background: rgba(234,197,16,0.95);
	transition: all .1s;
}
/*地図から探す*/
.pc_nav ul li.map a {
	background: rgba(61,50,22,0.6);
}
.pc_nav ul li.map a:hover {
	background: rgba(61,50,22,0.95);
	transition: all .1s;
}
/*取扱店一覧*/
.pc_nav ul li.bosyu a {
	background: rgba(166,194,110,0.6);
}
.pc_nav ul li.bosyu a:hover {
	background: rgba(166,194,110,0.95);
	transition: all .1s;
}
/*よくある質問*/
.pc_nav ul li.qa a {
	background: rgba(228,143,69,0.6);
}
.pc_nav ul li.qa a:hover {
	background: rgba(228,143,69,0.95);
	transition: all .1s;
}


/*　▼　準備中のメニュー*/
.pc_nav ul li .preparation {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
}
/*取扱店一覧*/
.pc_nav ul li:nth-child(3) .preparation {
	background: rgba(234,197,16,0.6);
}
/*地図から探す*/
.pc_nav ul li:nth-child(4) .preparation {
	background: rgba(61,50,22,0.6);
}
/*よくある質問*/
.pc_nav ul li:nth-child(6) .preparation {
	background: rgba(228,143,69,0.6);
}
/*　▲　準備中のメニュー*/


/*-------------------------------------------------------
----パン屑リスト-----------------------------------------
-------------------------------------------------------*/
#breadcrumb {
	margin: 0 0 80px;
	padding: 0;
	font-size: 75%;
	text-align: left;
}
#breadcrumb_inner {
	margin: 0 auto;
	padding: 4px 0;
	width: 92%;
	max-width:1350px;
	color:#111;
	letter-spacing: 0.07em;
}
#breadcrumb_inner a {
	color:#111;
	text-decoration: none;
}
#breadcrumb_inner a:hover {
	color:#004a67;
	text-decoration:underline;
}

.mirai #breadcrumb_inner a:hover {
	color:#ff439b;
	text-decoration:underline;
}

.single #breadcrumb
,.search-results #breadcrumb
,.post-type-archive #breadcrumb {
	margin: 0;
	padding: 0;
	font-size: 75%;
	text-align: left;
	background: rgba(229,245,255,0.65);
}

.mirai.single #breadcrumb
,.mirai.search-results #breadcrumb
,.mirai.post-type-archive #breadcrumb {
	margin: 0;
	padding: 0;
	font-size: 75%;
	text-align: left;
	background: rgba(255,230,241,1.00);
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.contents_1col_top h2 {
	margin: 1em 0;
	padding: 0;
	color: #2888C4;
	font-family: tbudrgothic-std,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 170%;
	text-align: center;
	letter-spacing: 0.06em;
	line-height: 1.2em;
}
.contents_1col_top h2 span {
	position: relative;
}
.contents_1col_top h2 span:before {
	content: "";
	position: absolute;
	top: 0.1em;
	left: -1.5em;
	display: inline-block;
	background: url("images/pages/list_h2top.png")no-repeat;
	background-size: contain;
	width: 22px;
	height: 100%;
}
.contents_1col_top h2 span:after {
	content: "";
	position: absolute;
	top: 0.1em;
	right: -1.5em;
	display: inline-block;
	background: url("images/pages/list_h2top.png")no-repeat;
	background-size: contain;
	width: 22px;
	height: 100%;
}

/*こども未来*/
.mirai .contents_1col_top h2 {
	color: #ff439b;
}
.mirai .contents_1col_top h2 span:before {
	content: "";
	position: absolute;
	top: 0.1em;
	left: -1.5em;
	display: inline-block;
	background: url("images/pages/mirai_list_h2top.png")no-repeat;
	background-size: contain;
	width: 11px;
	height: 100%;
}
.mirai .contents_1col_top h2 span:after {
	content: "";
	position: absolute;
	top: 0.1em;
	right: -1.5em;
	display: inline-block;
	background: url("images/pages/mirai_list_h2top.png")no-repeat;
	background-size: contain;
	width: 11px;
	height: 100%;
}

h3.top_h3 {
	margin: 2em 0 1em;
	padding-left: 0.6em;
	color: #0093a0;
	font-size: 150%;
	font-weight: 700;
	line-height: 1.1em;
	border-left: 5px solid #90ccd0;
}
.mirai h3.top_h3 {
	color: #f98000;
	border-left: 5px solid #ffc5b3;
}

/*-------------------------------------------------------
----トップページアンケート-----------------------------------
-------------------------------------------------------*/
.survey {
	padding: 30px;
	background: rgba(255,230,241,1.00);
}
.survey .survey_btn {
	display: flex;
	margin: 0 auto;
	width: 70%;
	max-width: 800px;
}
.survey .survey_btn .qr {
	padding: 3% 6%;
	width: 25%;
	background: #F4906B;
	border-radius: 20px 0 0 20px;
}
.survey .survey_btn .txt {
	width: 75%;
}
.survey .survey_btn .txt a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: clamp(25px, 4vw, 45px);
	text-decoration: none;
	text-align: center;
    line-height: 1em;
	background: #e05a2a;
	border-radius: 0 20px 20px 0;
	transition: all .2s;
}
.survey .survey_btn .txt a:hover,
.survey .survey_btn .txt a:active {
	background: #E03A2A;
	transition: all .2s;
}
.survey .survey_btn .txt a span {
	padding-top: 4%;
}
.survey .survey_btn .txt a span small {
	font-size: .5em;
}

/*プレミアム付デジタル商品券*/
.gift .survey {
	padding: 10px 0 30px;
	background: inherit;
}
.gift .survey .survey_btn {
	width: 85%;
    max-width: 840px;
}
.gift .survey .survey_btn .txt a {
	font-size: clamp(25px, 3.4vw, 52px);
}
.gift .survey .survey_btn .txt a span small {
	font-size: .6em;
}


/*-------------------------------------------------------
----トップページMV      -----------------------------------
-------------------------------------------------------*/
.mv {
	padding: 10px 0;
	background: url("images/mv/mv_bg.png")no-repeat;
	background-size: cover;
	background-position: center;	
}
.mv .img_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 35px auto;
	width: 90%;
	max-width: 1400px;
}
.mv .img_wrapper .kinokawapay {
	text-align: center;
	max-width: 320px;
}
.mv .img_wrapper .mv_point {
	padding-left: 7%;
}

/*【プレミアム】「申込はこちら」大きめボタン*/
.gift .img_wrapper ul.formbtn_box {
	display: flex;
	margin: 3% auto ;
	width: 84%;
	max-width: 780px;
}
.gift .img_wrapper ul.formbtn_box li.gift_qr {
	padding: 15px 30px;
	width: 25%;
	max-width: 170px;
	background: #efcc3a;
	border-radius: 25px 0 0 25px;
	text-align: center;
}
.gift .img_wrapper ul.formbtn_box li.gift_btn {
	flex-grow: 1;
	background: #F58A00;
	border-radius: 0 25px 25px 0;
}
.gift .img_wrapper ul.formbtn_box li.gift_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0 20%;
	width: 100%;
	height: 100%;
	border-radius: 0 25px 25px 0;
	transition: all .3s;
}
.gift .img_wrapper ul.formbtn_box li.gift_btn a:hover,
.gift .img_wrapper ul.formbtn_box li.gift_btn a:active {
	transition: all .3s;
	background: #ED5822;	
}

/*ダミーボタン*/
.gift .img_wrapper ul.formbtn_box_yet {
	display: flex;
	margin: 1% auto 3% 12%;
	width: 82%;
	max-width: 780px;
}

.gift .img_wrapper ul.formbtn_box_yet li.gift_btn {
	background: #F58A00;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:4%;
	width: 100%;
	height: 100%;
	transition: all .3s;
	font-size: clamp(18px,2vw,24px);
	color: #fff;
	font-weight: bold;
}

/*ダミーボタン修正版*/
.gift .img_wrapper ul.formbtn_box_1101 {
	display: flex;
	margin: 3% auto 2%;
	width: 84%;
	max-width: 780px;
}
.gift .img_wrapper ul.formbtn_box_1101 li.gift_qr {
	padding: 2% 4%;
	width: 25%;
	max-width: 170px;
	background: #efcc3a;
	border-radius: 25px 0 0 25px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.gift .img_wrapper ul.formbtn_box_1101 li.gift_btn {
	flex-grow: 1;
	background: #F58A00;
	border-radius: 0 25px 25px 0;
}
.gift .img_wrapper ul.formbtn_box_1101 li.gift_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding:6% 15%;
	width: 100%;
	height: 100%;
	border-radius: 0 25px 25px 0;
	transition: all .3s;
}
.gift .img_wrapper p.notes {
	margin: 0 auto;
	padding: 5px 3%;
	width: 65%;
	max-width: 660px;
	color: #E82400;
	font-size: clamp(17px,2vw,25px);
	font-weight: bold;
	text-align: center;
	background: #fcecec;
    line-height: 1.5;
	border-radius: 60px;
}

/*.gift .img_wrapper ul.formbtn_box_1101 li.gift_btn a:hover,
.gift .img_wrapper ul.formbtn_box_1101 li.gift_btn a:active {
	transition: all .3s;
	background: #ED5822;	
}*/



/*【子ども未来】mv*/
.mirai .mv {
	/*background: rgba(255, 179, 214, 0.6);*/
	background: url("images/pages/mirai_mv_bg.png")no-repeat;
	background-size: cover;
	background-position: 90% 0;
}
.mirai .mv_inner {
	margin: 25px auto;
	padding: 2% 7%;
	width: 90%;
	max-width: 1320px;
	text-align: center;
	background: #fff;
	/*background: url("images/pages/fruits_bg.png")repeat;*/
	border:dashed 3px #FF3192;
	border-radius: 30px;
}

/*【子ども未来】「申込はこちら」大きめボタン*/
.mirai .mv_inner ul.formbtn_box {
	display: flex;
	margin: 4% auto 4%;
	width: 84%;
	max-width: 900px;
}
.mirai .mv_inner ul.formbtn_box li.mirai_qr {
	padding: 3% 3.5%;
    width: 200px;
	background: #B6DC6A;
	border-radius: 30px 0 0 30px;
}
.mirai .mv_inner ul.formbtn_box li.mirai_btn {
	flex-grow: 1;
	background: #F5A100;
	border-radius: 0 30px 30px 0;
}
.mirai .mv_inner ul.formbtn_box li.mirai_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0 30px;
	width: 100%;
	height: 100%;
	border-radius: 0 30px 30px 0;
	transition: all .3s;
}
.mirai .mv_inner ul.formbtn_box li.mirai_btn a:hover,
.mirai .mv_inner ul.formbtn_box li.mirai_btn a:active {
	transition: all .3s;
	background: #E87300;
	
}

/*【子ども未来】「申込をお忘れの方はこちらから」小さめボタン*/
/*.mirai .mv_inner ul.formbtn_box_231016 {
	display: flex;
	margin: 4% auto 2%;
	width: 84%;
	max-width: 670px;
}
.mirai .mv_inner ul.formbtn_box_231016 li.mirai_qr {
	padding: 10px 50px;
	width: 170px;
	background: #B6DC6A;
	border-radius: 20px 0 0 20px;
}
.mirai .mv_inner ul.formbtn_box_231016 li.mirai_btn {
	flex-grow: 1;
	background: #F5A100;
	border-radius: 0 20px 20px 0;
}
.mirai .mv_inner ul.formbtn_box_231016 li.mirai_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0 70px;
	width: 100%;
	height: 100%;
	border-radius: 0 20px 20px 0;
	transition: all .3s;
}
.mirai .mv_inner ul.formbtn_box_231016 li.mirai_btn a:hover,
.mirai .mv_inner ul.formbtn_box_231016 li.mirai_btn a:active {
	transition: all .3s;
	background: #E87300;
}*/

.attention p.txt_normal {
	color:rgb(0, 88, 141);
	font-size: clamp(80%,1.1vw,95%);
	line-height: 1.6;
}
.attention p.txt_bold {
	margin: 1em 0;
	color: rgb(0, 145, 16);
	font-size: clamp(95%,1.6vw,120%);
	font-weight: 700;
	line-height: 1.6;
}
.attention p.txt_bold span {
	background:-webkit-linear-gradient(transparent 60%, #ffff66ad 40%);
	background:-o-linear-gradient(transparent 60%, #ffff66ad 40%);
	background:linear-gradient(transparent 60%, #ffff66ad 40%);
}

/*-------------------------------------------------------
----トップページ 販売スケジュール     -----------------------
-------------------------------------------------------*/
/*販売スケジュール【プレミアム付商品券】*/
.gift .schedule ul {
	display: flex;
	justify-content: space-between;
	margin: 70px auto;
	width: 90%;
	max-width: 1250px;
} 
.gift .schedule ul li.left {
	width: 38%;
	position: relative;
	margin-right: 3%;
	padding: 7% 4% 0;
	background: #036DB4;
	border-radius: 15px;
}
.gift .schedule ul li.left p.bluebox_txt {
	position: absolute;
	bottom: 10%;
	left: 0;
	padding: 0 13%;
	color: #fff;
	font-size: 95%;
	line-height: 1.5;
}

.gift .schedule ul li.right {
	width: 60%;
}


/*1月5日当選公開用*/
/*.gift .schedule.lottery2024 ul li.left {
	background: inherit;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0;
}
.gift .schedule.lottery2024 ul li.left .search_number {
	position: relative;
	padding: 0 5px;
	height: 57%;
	background: rgba(251,216,121,0.55);
	border: 1px solid #FFBF40;
	border-radius: 15px;
}
.gift .schedule.lottery2024 ul li.left .bluebox {
	position: relative;
	padding: 2% 12% 0;
	background: #036DB4;
	border-radius: 15px;
	height: 40%;
}*/
/*オレンジ色の検索窓ボックス*/
/*.gift .schedule.lottery2024 ul li.left .search_number p.txt_orange {
	position: relative;
	padding: 5% 0 5% 48px;
	font-size:clamp(14px, 1.7vw, 25px);
	color: #ff7103;
	font-weight: bold;
	text-align: center;
}
.gift .schedule.lottery2024 ul li.left .search_number p.txt_orange:before {
	content: "";
	position: absolute;
	left: 5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	display: inline-block;
	background: url("images/pages/mark_notice.png")no-repeat;
	background-size: contain;
	width: 45px;
	height: 26px;
}*/

/*.gift .schedule.lottery2024 ul li.left .search_number #feas-searchform-2 {
	text-align: center;
}
.gift .schedule.lottery2024 ul li.left .search_number #feas-searchform-2 span {
	font-size: 1.6em;
	display: inline-block;
}
.gift .schedule.lottery2024 ul li.left .search_number #feas-searchform-2 input#feas_2_0 {
	display: inline-block;
	font-size: 1.5em;
	padding: .3vw .4em;
	width: clamp(100px, 19vw, 270px);
	border: 0;
    border-radius: 5px;
}

.gift .schedule.lottery2024 ul li.left .search_number #feas-searchform-2 input#feas-submit-button-2 {
	display: inline-block;
	padding: .3vw .5em;
	font-size: 1.5em;
    color: #fff;
	letter-spacing: 0.05em;
	background: #ff7103;
    border: none;
    border-radius: 5px;
}*/
/*@media (max-width:1000px) {
.gift .schedule.lottery2024 ul li.left .search_number #feas-searchform-2 input#feas_2_0,
.gift .schedule.lottery2024 ul li.left .search_number #feas-searchform-2 input#feas-submit-button-2 {
	font-size: 1.2em;
}
}*/
/*.gift .schedule.lottery2024 ul li.left .search_number .lottery_archive {
	margin-top: 3%;
	text-align: center;
}
.gift .schedule.lottery2024 ul li.left .search_number .lottery_archive a {
	display: inline-block;
	position: relative;
	padding-left: 1em;
	color: #974200;
	font-size: clamp(13px, 1.4vw, 23px);
	text-decoration: none;
	text-align: center;
	border-radius: 40px;
}
.gift .schedule.lottery2024 ul li.left .search_number .lottery_archive a:hover,
.gift .schedule.lottery2024 ul li.left .search_number .lottery_archive a:active {
	color: #e5002a;
	transition: all .2s;
}
.gift .schedule.lottery2024 ul li.left .search_number .lottery_archive a:hover:before,
.gift .schedule.lottery2024 ul li.left .search_number .lottery_archive a:active:before {
	background: #e5002a;
	transition: all .2s;
}
.gift .schedule.lottery2024 ul li.left .search_number .lottery_archive a:before {
	content: "";
	position: absolute;
	display: inline-block;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	top: 50%;
	left: 0;
	clip-path: polygon(0 0, 0% 100%, 50% 50%);
	background: #974200;
	background-size: contain;
	width: 1em;
	height: 1em;
}
.gift .schedule.lottery2024 ul li.left .search_number p.notice {
	position: absolute;
	bottom: 3%;
	left: 8%;
	font-size:clamp(7px, 1vw, 14px);
	color: #2B2B2B;
	text-align: center;
}*/
/*青いボックス*/
/*.gift .schedule.lottery2024 ul li.left .bluebox img {
	padding: 0 45px;
}
.gift .schedule.lottery2024 ul li.left p.bluebox_txt {
	font-size: 65%;
	line-height: 1.3;
}*/


/*1月17日当選公開用*/
/*.gift .schedule.lottery20240117 ul li.left {
	background: inherit;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0;
}
.gift .schedule.lottery20240117 ul li.left .search_number {
	position: relative;
	padding: 0 5px;
	height: 74%;
	background: rgba(251,216,121,0.55);
	border: 1px solid #FFBF40;
	border-radius: 15px;
}
.gift .schedule.lottery20240117 ul li.left .bluebox {
	position: relative;
	padding: 1% 3% 0;
	background: #036DB4;
	border-radius: 15px;
	height: 90px;
}*/

/*オレンジ色の検索窓ボックス*/
/*.gift .schedule.lottery20240117 ul li.left .search_number p.txt_orange {
	position: relative;
	padding: 5% 0 5% 48px;
	font-size:clamp(14px, 1.7vw, 25px);
	color: #ff7103;
	font-weight: bold;
	text-align: center;
}
.gift .schedule.lottery20240117 ul li.left .search_number p.txt_orange:before {
	content: "";
	position: absolute;
	left: 5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	display: inline-block;
	background: url("images/pages/mark_notice.png")no-repeat;
	background-size: contain;
	width: 45px;
	height: 26px;
}*/

/*.gift .schedule.lottery20240117 ul li.left .search_number #feas-searchform-3 {
	text-align: center;
}
.gift .schedule.lottery20240117 ul li.left .search_number #feas-searchform-3 span {
	font-size: 1.6em;
	display: inline-block;
}
.gift .schedule.lottery20240117 ul li.left .search_number #feas-searchform-3 input#feas_3_0 {
	display: inline-block;
	font-size: 1.5em;
	padding: .3vw .4em;
	width: clamp(100px, 19vw, 270px);
	border: 0;
    border-radius: 5px;
}*/

/*.gift .schedule.lottery20240117 ul li.left .search_number #feas-searchform-3 input#feas-submit-button-3 {
	display: inline-block;
	padding: .3vw .5em;
	font-size: 1.5em;
    color: #fff;
	letter-spacing: 0.05em;
	background: #ff7103;
    border: none;
    border-radius: 5px;
}*/
/*@media (max-width:1000px) {
.gift .schedule.lottery20240117 ul li.left .search_number #feas-searchform-3 input#feas_3_0,
.gift .schedule.lottery20240117 ul li.left .search_number #feas-searchform-3 input#feas-submit-button-3 {
	font-size: 1.2em;
}
}*/
/*.gift .schedule.lottery20240117 ul li.left .search_number .lottery_archive {
	margin-top: 3%;
	text-align: center;
}
.gift .schedule.lottery20240117 ul li.left .search_number .lottery_archive a {
	display: inline-block;
	position: relative;
	padding-left: 1em;
	color: #974200;
	font-size: clamp(13px, 1.4vw, 23px);
	text-decoration: none;
	text-align: center;
	border-radius: 40px;
}
.gift .schedule.lottery20240117 ul li.left .search_number .lottery_archive a:hover,
.gift .schedule.lottery20240117 ul li.left .search_number .lottery_archive a:active {
	color: #e5002a;
	transition: all .2s;
}
.gift .schedule.lottery20240117 ul li.left .search_number .lottery_archive a:hover:before,
.gift .schedule.lottery20240117 ul li.left .search_number .lottery_archive a:active:before {
	background: #e5002a;
	transition: all .2s;
}
.gift .schedule.lottery20240117 ul li.left .search_number .lottery_archive a:before {
	content: "";
	position: absolute;
	display: inline-block;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	top: 50%;
	left: 0;
	clip-path: polygon(0 0, 0% 100%, 50% 50%);
	background: #974200;
	background-size: contain;
	width: 1em;
	height: 1em;
}*/

/*1月5日当選結果検索窓*/
/*.gift .schedule.lottery20240117 ul li.left .search_number p.txt_black {
	position: relative;
	margin-top: 5%;
	padding: 1% 0 0% 10px;
	font-size:.8em;
	color: #333;
	border-top: 1px dashed #404040;
}
.gift .schedule.lottery20240117 ul li.left .search_number #feas-searchform-2 {
	padding-left: 20px;
}
.gift .schedule.lottery20240117 ul li.left .search_number #feas-searchform-2 span {
	font-size: .8em;
	display: inline-block;
}
.gift .schedule.lottery20240117 ul li.left .search_number #feas-searchform-2 input#feas_2_0 {
	display: inline-block;
	font-size: .8em;
	padding: .1vw .4em;
	width: clamp(100px, 15vw, 180px);
	border: 0;
    border-radius: 5px;
}
.gift .schedule.lottery20240117 ul li.left .search_number #feas-searchform-2 input#feas-submit-button-2 {
	display: inline-block;
	padding: .1vw .5em;
	font-size: .8em;
    color: #fff;
	letter-spacing: 0.05em;
	background: #555;
    border: none;
    border-radius: 5px;
}
.gift .schedule.lottery20240117 ul li.left .search_number .lottery_archive.old {
	margin-top: 0%;
	padding-left: 20px;
	text-align: left;
}
.gift .schedule.lottery20240117 ul li.left .search_number .lottery_archive.old a {
	font-size: .8em;
}


.gift .schedule.lottery20240117 ul li.left  p.notice {
	font-size:clamp(7px, 1vw, 14px);
	color: #2B2B2B;
	text-align: center;
}
*/

/*青いボックス*/
/*.gift .schedule.lottery20240117 ul li.left .bluebox img {
	width: 155px;
}
.gift .schedule.lottery20240117 ul li.left p.bluebox_txt {
	padding: 0 3%;
	font-size: clamp(4px, .7vw, 10px);
	line-height: 1.3;
}*/





/*販売スケジュール【子ども未来】*/
.mirai .schedule {
	padding: 2% 0;
	background: #FF6B99;
}
.mirai .schedule_inner {
	display:flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	width: 90%;
	max-width: 1250px;
}
.mirai .schedule_inner .img_apply {
	margin: 2%;
	padding-right: 20px;
	width: 45%;
}
.mirai .schedule_inner .img_use {
	display: flex;
	align-items: center;
	padding: 2%;
	width: 55%;
	background:rgba(255,255,255,0.12);
	border-radius: 10px;
}

/*店舗募集ボタン【子ども未来】*/
.mirai .tenant_btn {
	padding: 35px 0;
	background: url("images/pages/lightblur_bg.png")repeat;
	text-align: center;
}
.tenant_btn p span {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 0 1.5em;
	color: #15944a;
	font-weight: 700;
}
.tenant_btn p span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background: #15944a;
	width: 3px;
	height: 100%;
	transform: rotate(-45deg);
}
.tenant_btn p span:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	background: #15944a;
	width: 3px;
	height: 100%;
	transform: rotate(45deg);
}


/*-------------------------------------------------------
----トップページ アプリでの当落確認方法-----------------------
-------------------------------------------------------*/
.gift .howtocheck .how_innerwrap {
	display: flex;
}
.gift .howtocheck .how_innerwrap .img01 {
	position: relative;
	margin-right: 9%;
	padding: 0 30px;
	width: 34%;
}
.gift .howtocheck .how_innerwrap p {
	margin-top: 20px;
	padding: .8em;
	line-height: 1.4em;
	font-size: 90%;
	background: #B0DBF5;
}
.gift .howtocheck .how_innerwrap .img02 {
	padding: 0 30px;
	width: 58%;
}
.gift .howtocheck .how_innerwrap .img01:before {
	content: "";
	position: absolute;
	display: inline-block;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	top: 50%;
	right: -20%;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background: #2787c4;
	background-size: contain;
	width: 12%;
	height: 90px;
}

/*-------------------------------------------------------
----トップページ 紀の川市プレミアム付デジタル商品券について-------
-------------------------------------------------------*/
.infomation {
	margin: 5em 0;
}


/*-------------------------------------------------------
----トップページお知らせ-----------------------------------
-------------------------------------------------------*/

/*共通*/
.news {
	margin: 3em 0;
	padding: 1.5em 2.5em;
	/*background: rgb(255, 252, 245);*/
	/*border-radius: 20px;*/
	/*box-shadow: 0 0px 10px rgba(0,0,0,0.25);*/
}
.news_wrapper {
	padding-top: 10px;
}
.news_wrapper .news_box {
	line-height: 1.5em;
}

.news_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding: .9em;
	width: 100%;
	border-bottom: 1px dashed #AEAEAE;
}
.news_box .date {
	position: relative;
	padding-left: 20px;
	width: 24%;
	min-width: 240px;
	color: #111;
}
.news_box .date span:before {
	content: "";
	position: absolute;
	left: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	display: inline-block;
	background: url("images/pages/news_list.png")no-repeat;
	background-size: contain;
	width: 11px;
	height: 17px;
}
.news_box p.title {
	width: 74%;
}
.news_box p.title a {
	color: #111;
}

.mark_new {
	position: relative;top:-5px;left:2px;
}

a.news_more {
	display: block;
	margin: 40px auto 10px;
	color: #fff;
	font-size: 110%;
	width: 400px;
	background: #006AB1;
	text-align: center;
	text-decoration: none;
	line-height: 2.2em;
	/*border: 1px solid #ff439b;*/
	border-radius: 25px;
	transition: all .3s;
}
a.news_more:hover
,a.news_more:active {
	background: #2889CB;
	transition: all .3s;
}

/*【こども未来】ボタン*/
.mirai a.news_more {
	color: #000;
	background: rgba(255, 179, 214, 0.5);
}
.mirai a.news_more:hover
,.mirai a.news_more:active {
	background: rgba(255, 179, 214, 1);
}

/*-------------------------------------------------------
----トップページ　取扱店-----------------------------------
-------------------------------------------------------*/
/*▼両クーポン共通スタイル*/
.contents_1col_top .tenant_search {
	margin: 4em 0;
	padding: 0 0 3em;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0px 10px rgba(0,0,0,0.25);
}
.contents_1col_top .tenant_search h2 {
	margin: 0;
	padding: 1.5em 0;
	color: #0372b8;
	background: #E5F5FF;
}
.contents_1col_top .tenant_search h2:first-child {
	border-radius: 20px 20px 0 0;
}
.contents_1col_top .tenant_search h2 span:before,
.contents_1col_top .tenant_search h2 span:after {
	display: none;
}

ul.tenantbtn_search {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 3em 2em 4em;
}
ul.tenantbtn_search li {
	margin-right: 12px;
	width: calc((100% - 84px) / 8);
	border: 2px dotted #2888C4;
}
ul.tenantbtn_search li a[href $='.pdf'] {
    background: none;
	padding: 0;
}
ul.tenantbtn_search li:nth-child(-n+8) {
	margin-bottom: 15px;
}
ul.tenantbtn_search li:nth-child(8n) {
	margin-right: 0;
}
/*ul.tenantbtn_search li:last-child {
	border: 2px dotted #3D3113;	
}*/
ul.tenantbtn_search li a {
	display: block;
	width: 100%;
	height: 100%;
}
ul.tenantbtn_search li a .btn_innerwrap {
	text-align: center;
}
ul.tenantbtn_search li a p {
	display: inline-block;
	margin: 0 auto;
	padding: 0 8px;
	height: 2.5em;
	color: #111;
	font-size: 60%;
	text-align: left;
	line-height: 1.2em;	
}
ul.tenantbtn_search li a p span {
	vertical-align: middle;

}

.search_tenant {
	margin: 60px 0 20px;
	width: 100%;
	text-align: center;
}
.search_tenant input#feas_1_0 {
	padding: 10px;
	width: 50%;
	height: 50px;
}
.search_tenant input#feas-submit-button-1 {
	width: 140px;
	height: 50px;
}
/*▲両クーポン共通スタイル*/


/*-------------------------------------------------------
----トップページ　商品券詳細-------------------------------
-------------------------------------------------------*/
.detail {
	margin: 5em 0;
}
.detail table {
	margin: 0 auto ;
	width: 100%;
	font-size: 91%;
	line-height: 1.6em;	
	background: #fff;
}
.detail table tr th
,.detail table tr td {
	padding: 0.6em;
	border: 1px solid #bfbfbf;
}
.detail table tr td:nth-child(1) {
	width: 22%;
	max-width: 275px;
	min-width: 175px;
}
.detail table tr td:nth-child(2) {
	width: 78%;
}
.detail table ul {
	list-style: disc;
	padding: 0 0 0 1.2em;
}

span.txt_red {
	color: #DF0003;
}

/*チラシ・申込手順*/
.flyer_wrapper {
	margin: 0 0 80px;
}
.flyer_wrapper ul {
    display: flex;
    flex-wrap: wrap;
}
.flyer_wrapper ul li img {
    display: block;
    margin: 0 auto;
    height: auto;
}
.gift .flyer_wrapper ul li {
	margin-bottom: 20px;
	margin-right: 20px;
	width: calc((100% - 40px) / 3);
} 
.gift .flyer_wrapper ul li:nth-child(3n) {
	margin-right: 0;
}

.mirai .flyer_wrapper ul li {
	/*flex-grow: 1;*/
	margin-right: 10px;
	width: calc((100% - 30px) / 4);
}
.mirai .flyer_wrapper ul li:last-child {
	margin-right: 0;
}


/*▼動画解説*/
.movie_btn_wrapper {
	display: flex;
	/*justify-content: space-between;*/
}

.movie_btn {
	margin-bottom: 8px;
	margin-right: 45px;
	width: calc((100% - 90px) / 3);
	height: auto;
}
.movie_btn:nth-child(3n) {
	margin-right: 0;
}
.movie_btn a span {
	font-size: 107%;
	font-weight: bold;
	color: #0070ba;
}
.movie_btn a img {
	margin-bottom: 15px;
	width: 80px;
	height: 80px;
}

.movie_btn a {
	display: block;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1.2em .8em;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background: rgba(0,110,184,0.1);
	position: relative;
	z-index: 1;
	transition: .4s;
	border-radius: 10px;
}
.movie_btn a::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: rgba(0,110,184,0.27);
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .4s;
}
.movie_btn a:hover {
	color: #fff;
}
.movie_btn a:hover::before {
	transform-origin: 0% 50%;
	transform: scaleX(1);
	border-radius: 10px;
}
.movie_btn a:hover img {
	opacity: 1;
}
/*▲動画解説*/


/*-------------------------------------------------------
----Ｈ２見出し-------------------------------------------
-------------------------------------------------------*/
/*固定ぺージ*/
h2.entry_title {
	margin: 0;
	padding:1.8em 0;
	font-size:190%;
	line-height: 1.40;
	letter-spacing: 0.08em;
	color: #09659e;
	font-family: tbudrgothic-std,sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	background: rgba(229,245,255,0.65);
}
.mirai h2.entry_title {
	color: #ff439b;
	background: rgba(255,230,241,1.00);
}


/*業種別アーカイブ、店舗名検索の結果*/
.post-type-archive h2.entry_title
,.search h2.entry_title {
	margin: 0;
	padding: 1.5em 0;
	font-size:200%;
	line-height: 1.40;
	letter-spacing: 0.08em;
	color: #09659e;
	font-family: tbudrgothic-std,sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: left;
	background: none;
}
/*投稿ぺージ*/
.single h2.entry_title {
	margin: 0;
	padding:2.5em 0;
	font-size:170%;
	line-height: 1.40;
	letter-spacing: 0.08em;
	color: #111;
	font-family: tbudrgothic-std,sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: left;
	background: rgba(255,255,255,0.00);
}


/*-------------------------------------------------------
----Ｈ３~見出し-------------------------------------------
-------------------------------------------------------*/
.entry-content h3 {
	margin: 3.3em 0 1em;
	padding: 15px 25px 13px;
	font-size: 135%;
	color: #fff;
	letter-spacing: 1px;
	line-height: 135%;
	background: #2888c4;
	border-radius: 10px;
}
.single .entry-content h3 {
	margin: 2em 0 .8em;
}
.entry-content h4 {
	margin: 10px 0;
	padding: 12px 25px 10px;
	font-size: 120%;
	color: #555;
	background: #E1F2FF;
	border-radius: 10px;
}
.mirai .entry-content h3 {
	background: #ff6b99;
}
/*取扱店一覧*/
h3.tenant_all_gyousyu {
	margin: 0;
	padding: 14px 0 0;
	color: #006ab1;
	font-size: 130%;
	font-weight: 700;
	letter-spacing: 0.08em;
	font-style: normal;
}

/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */
.entry-meta {
	text-align: right;
	margin-bottom:1em; 
	color: #111;
}
.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}
.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}
.categories-links a:first-child:before {
	content: "\f301";
}
.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}
.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}



/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */
.entry-content {
	clear:both;
	margin: 0;
	padding: 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.entry-content td {
	padding: 6px 10px;
	font-size:98%;
	line-height: 1.50;
	letter-spacing: 1px;
}
.entry-content p {
	margin: 0 0 30px;
}
.entry-content img {
	max-width:100%;
	height:auto;
}
.entry-content p img {
	margin: 0;
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin: 5px 20px 10px 0;
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin: 5px 0 10px 20px;
}
.entry-content img.aligncenter,
.entry-content .wp-caption.aligncenter img {
	display: block;
	margin:10px auto;
}
.entry-content img.alignnone,
.entry-content .wp-caption.alignnone img {
	margin:10px auto;
}
.entry-content .wp-caption.alignleft img,
.entry-content .wp-caption.alignright img {
	margin:10px auto;
}
.entry-content .wp-caption p.wp-caption-text {
	margin: -5px 0 15px 0;
	text-align:center;
	font-size:80%;
}
.entry-content div.alignnone {
	margin: 0;
}
.entry-content div.aligncenter {
	margin: 0 auto;
}
.entry-content ul {
	margin: 0 0 30px;
	list-style: disc;
}
.entry-content ol {
	margin: 0 0 1em;
}
.entry-content ul li {
	margin: 5px 0 5px 30px;
	padding: 0;
	line-height: 160%;
}
.entry-content ul li li {
	margin: 3px 0 3px 0;
	list-style: circle;
}
.entry-content ol li {
	margin: 0 0 0 40px;
	padding: 0;
	/*line-height: 160%;*/
}
.entry-content td {
	padding: 0.5em 0.6em;
	font-size:98%;
	line-height: 1.50;
}
.entry-content table {
	margin: 10px 0 15px 0;
}
.entry-content table td p {
	margin: 0;
	letter-spacing: 1px;
}

.single .entry-content table tr {
	border-bottom: 1px solid #ccc;
}

.wp-block-image {
	margin: 0 0 30px;
}


/*子ページ表示*/
#subpage {
	margin: 80px 0 0;
	padding: 1.5em 1.2em 0.5em;
	border-radius: 8px;
	background: #fff;
/*	box-shadow: 0px 3px 3px rgba(17,17,17,0.08);*/
}
.mirai #subpage {
	border: 1px solid #fbc7de;
}
.gift #subpage {
	border: 1px solid #4db6f9;
}

h3.saishin_list {
	margin:5px 0 30px;
	text-align: center;
}

.recentEntries {
	margin:0;
	font-size:80%;
	line-height:130%;
} 
.recentEntries a {
	color: #111;
	text-decoration: none;
}
.recentEntries a:hover
,.recentEntries a:active {
	color: #111;
	text-decoration: underline;
}
.recentEntries li {
	position: relative;
	margin: 0 0 1em;
	padding: 0 0 1em 15px;
	border-bottom: 1px dashed #ccc;
}
.recentEntries li .date span {
	display: inline-block;
	margin-bottom: .5em;
	color: #111;
	line-height: 1em;
	/*border-left: 3px solid #FC7A16;*/
}
 .recentEntries li .date span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    display: inline-block;
    background: url("images/pages/news_list.png")no-repeat;
    background-size: auto;
    background-size: contain;
    width: 9px;
    height: 14px;
}
.recentEntries li p.title {
	line-height: 1.6em;
}

/*ぺージナビ*/
.wp-pagenavi {
	margin: 55px 0 0;
	text-align: center;
	font-size: 80%;
	letter-spacing: 0em;
}
.wp-pagenavi span.pages {
	display: block;
	color: #6c3d3d;
	border: none;
	padding: 4px 6px;
	border-radius: 5px;
}
.wp-pagenavi span.current {
	color: #fff;
	background: #6c3d3d;
	border: 1px solid #6c3d3d;
	padding:4px 6px;
	border-radius: 5px;	
}
.wp-pagenavi span.extend {
	border: none;
	color: #6c3d3d;
	font-size: 60%;
}
.wp-pagenavi a 
,.wp-pagenavi a:visited {
	color: #6c3d3d;
	border: 1px solid #6c3d3d;
	padding: 4px 6px;
	border-radius: 5px;
}
.wp-pagenavi a:hover
,.wp-pagenavi a:active {
	background: #efcc3a;
	text-decoration: none;
	color: #6c3d3d;
	border: 1px solid #6c3d3d;
}

/*-------------------------------------------------------
----各業種アーカイブぺージ----------------------------------
-------------------------------------------------------*/
.tenant_list {
	margin: 0.5em 0 1em;
}
.tenant_list table {
	width: 100%;
	height: auto;
	font-size: 70%;
	line-height: 1.4em;
	letter-spacing: 0.06em;
	background: #fff;
}
.tenant_list table {
	border: 1px solid #b9b9b9;
}
.tenant_list table tr td {
	padding: 0.3em 0.6em 0.2em;
}
/*店舗名*/
.tenant_list table tr td.tenpomei {
	padding: 0;
	background: rgba(234,197,16,0.45);
}
.tenant_list table tr td.tenpomei a {
	display: inline-block;
	padding: 0.5em;
	width: 100%;
	height: 100%;
	color: #111;
	font-size: 140%;
	text-decoration: none;
}
.tenant_list table tr td.tenpomei a:hover
,.tenant_list table tr td.tenpomei a:active {
	background: rgba(234,197,16,0.65);
	transition: .2s;
}

.tenant_list table tr td.syouhinken {
	padding: 0.2em;
	width: 170px;
	text-align: center;
}

.tenant_list table tr td.syouhinken .iconbox {
	display: inline-block;
	padding: 0 3px;
	width: 53px;
}
.tenant_list table tr td.syouhinken .iconbox img {
	width: 100%;
	height: auto;
}

.tenant_list table tr td.tel {
	border-top: 1px dashed #d2d2d2;
}

.tenant_list span.bikou {
	font-size: 75%;
	color: rgba(147,80,19,1.00);
}

/*サイド：テナント一覧*/
#rightside_gyousyu {
	margin: 3em 0 0;
}
#rightside_gyousyu h3 {
	margin: 25px 0;
	padding: 0;
	color: #09659e;
	font-size: 120%;
	line-height: 1.40;
	letter-spacing: 0.08em;
	font-weight: 700;
	font-style: normal;
}
#rightside_gyousyu ul {
	margin: 0 0 50px;
}
#rightside_gyousyu ul li {
	width: 100%;
	border-top: 1px solid rgba(121, 121, 121, 0.4);
}
#rightside_gyousyu ul li:last-child {
	border-bottom: 1px solid rgba(121, 121, 121, 0.4);
}
#rightside_gyousyu ul li a {
	display: flex;
	align-content: center;
	padding: 0.7em 0.5em;
	width: 100%;
	height: 100%;
	/*line-height: 1.4em;*/
	text-decoration: none;
}
#rightside_gyousyu ul li a:hover
,#rightside_gyousyu ul li a:active {
	background: rgba(9,101,158,0.12);
	transition: all .1s;
}
#rightside_gyousyu a:hover img {
	opacity: 1;
}
#rightside_gyousyu .iconbox {
	margin-right: 0.3em;
	max-width: 55px;
	min-width: 55px;
	max-height: 40px;
	min-height: 40px;
}
#rightside_gyousyu span {
	color: #111;
	font-size: 90%;
	letter-spacing: 0;
	line-height: 1.4em;
	align-self:center; 
}
.search_tenant_side input#feas_2_0 {
	margin: 0 0 5px;
	padding: 8px;
	width: 100%;
	height: 45px;
}
.search_tenant_side input#feas-submit-button-2 {
	width: 100%;
	height: 45px;

}


/*-------------------------------------------------------
----店舗の個別詳細ページ------------------------------------
-------------------------------------------------------*/
h3.single_tenant {
	margin: 0 0 .6em;
	padding-left: 0.6em;
	color: #0093a0;
	font-size: 112%;
	font-weight: 700;
	line-height: 1.1em;
	border-left: 5px solid #90ccd0;
}

table.cft {
	margin: 0 0 2.5em;
	width: 100%;
	font-size: 90%;
	line-height: 1.6;
	letter-spacing: 0.07em;
	border: none;
}
table.cft tr {
	border-bottom: 2px solid #DFDFDF;
}
table.cft th {
	padding: 0.6em 0.5em;
/*	font-weight: 700;*/
}
table.cft td {
	padding: 0.5em 10px;
}
table.cft td .iconbox {
	display: inline-block;
	padding: 0 10px 0 0;
	width: 80px;
}
table.cft tr.cft_col1 th {
	width: 23%;
}

/*-------------------------------------------------------
---地図から探す-------------------------------------------
-------------------------------------------------------*/
#map_gyousyu {
	margin: 0;
}
#map_gyousyu a {
	display: flex;
	align-content: center;
	margin-bottom: 11px;
	padding: 0.5em;
	font-size: 80%;
	text-decoration: none;
	line-height: 1.2em;
	background: #FFFFFF;
	border-radius: 25px;
	border: 1px solid #dedede;
}
#map_gyousyu a:hover {
	background: #E6F2FF;
	border-radius: 25px;
}
#map_gyousyu a:hover img {
	opacity: 1;
}
#map_gyousyu .iconbox {
	margin-right: 0.2em;
	max-width: 50px;
	min-width: 50px;
	max-height: 32px;
	min-height: 32px;
}
#map_gyousyu span {
	line-height: 1.1em;
	align-self:center; 
}
#map_gyousyu a.map_to_all {
	display: block;
	margin-top: 15px;
	padding: 0.8em;
	text-align: center;
	background: #fff;
	border-radius: 25px;
	border: 6px solid #E6F2FF;
}
#map_gyousyu a.map_to_all:hover {
	background: #E6F2FF;
	border-radius: 25px;
}

/*-------------------------------------------------------
----よくある質問------------------------------------------
-------------------------------------------------------*/
body .vk_faq .vk_faq_title {
	padding: .8rem .8rem .8rem 2rem;
}
body .vk_faq .vk_faq_content {
	padding: .8rem .8rem .8rem 2rem;
}
body .vk_faq .vk_faq_content::before {
	top: 1rem;
}

.mirai #post-1260 .entry-content h2 {
    margin: 3.3em 0 1em;
	padding: 15px 25px 13px;
	font-size: 135%;
	color: #fff;
	letter-spacing: 1px;
	line-height: 135%;
	background: #ff6b99;
	border-radius: 10px;
}
    
.mirai #post-1260 .entry-content .ea-card {
    border-radius: 10px;
    border: 2px solid #f5f5f5;;
    margin-bottom: 15px;
    background: #fff;
}
    
.mirai #post-1260 .entry-content h3 {
	background: #f5f5f5;
    padding: 0;
}
    
.mirai #post-1260 .entry-content h3 a {
	color: #ff6b99;
    font-weight: 400;
    padding: 25px;
}
    
.mirai #post-1260 .entry-content .ea-card .spcollapse .ea-body {
    background: transparent;
}


.gift #post-1091 .entry-content h2 {
    margin: 3.3em 0 1em;
	padding: 15px 25px 13px;
	font-size: 135%;
	color: #fff;
	letter-spacing: 1px;
	line-height: 135%;
	background: #0372b8;
	border-radius: 10px;
}
    
.gift #post-1091 .entry-content .ea-card {
    border-radius: 15px;
    border: 2px solid #f5f5f5;;
    margin-bottom: 15px;
    background: #fff;
}
    
.gift #post-1091 .entry-content h3 {
	background: #f5f5f5;
    padding: 0;
}
    
.gift #post-1091 .entry-content h3 a {
	color: #0372b8 !important;
    font-weight: 400;
    padding: 25px;
}
    
.gift #post-1091 .entry-content .ea-card .spcollapse .ea-body {
    background: transparent;
}
    
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
	padding: 30px 40px;
}



/*-------------------------------------------------------
----店舗名検索------------------------------------------
-------------------------------------------------------*/
/*入力フォーム*/
.search_tenant_page {
	margin-bottom: 30px;
}
.search_tenant_page input#feas_1_0 {
	padding: 0 10px;
	width: 65%;
	height: 40px;
}
/*検索ボタン*/
.search_tenant_page input#feas-submit-button-1 {
	margin: 0 0 0 5px;
	width: 110px;
	height: 40px;
}
p.txt_search {
	margin: 0 0 2em;
}

/*-------------------------------------------------------
----アプリ操作方法-----------------------------------------
-------------------------------------------------------*/
.vk_flow.method .vk_flow_frame {
	margin: 0 auto;
	width: 96%;
}
.vk_flow.method .vk_flow_frame_image {
	margin: 0 auto;
	max-width: 96%;
	height: auto;
}
.vk_flow.method .vk_flow_frame_text_title {
	border-bottom: none;
}



/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */
.widget {
	margin: 0;
	padding: 0;
}
.widget-area {
	color: #000000;
}
.widget h3 {
	margin: 0 0 3px 0;
	font-weight: bold;
}
.widget ul, .widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0 0 0 1px;
	padding: 0 0 3px 15px;
	font-size: 85%;
}
.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul, .widget li > ol {
	margin-left: 2px;
}
.widget a {
	color: #59a0e5;
}
.widget a:hover {
	color: #ea9629;
}

/* Search widget */
input.search-field {
	width: 120px;
}
.search-submit input {
	border: solid 1px #999999;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}
.widget_rss .rss-date, .widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table, .widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}
.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}
.widget_calendar th, .widget_calendar td {
	padding: 0;
	text-align: center;
}
.widget_calendar a {
	display: block;
}
.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}
.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}



/**
 * 14.2 Galleries
 */
.gallery {
	margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
	max-width: 100%;
	height:auto;
}
.gallery-caption {
	display: block;
	font-size: 85%;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */
.site_footer {
	margin:60px 0 0 0;
	padding:0;
	color:#111111;
	background: #fff;
}
/*フッターメニュー*/
.site_footer nav {
	padding: 20px 0 40px;
}
.site_footer nav ul {
	display: flex;
	justify-content: center;
	align-items: baseline;
	flex-wrap: nowrap;
	margin: 0 auto;
	width: 90%;
	max-width: 1500px;
}
.site_footer nav ul li {
	width: 20%;
}
.site_footer nav ul li img {
	max-width: 100%;
}

/*totopボタン固定の高さを得るためのクラス*/
.footer_inner {
	position: relative;
}

/*フッター*/
.footer_band {
	padding: 1.8em 0;
	background: #E5F5FF;
	box-shadow: 0 3px 6px rgba(0,0,0,0.10);
}
.contact_wrapper {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin: 0 auto;
	width: 85%;
	max-width: 1250px;
}
.contact_wrapper .contact_tel {
	width:55%;
}
.contact_wrapper .contact_form {
	width: 45%;
    text-align: center;
}

.contact_wrapper .contact_tel {
	padding-right: 40px;
	border-right: 1px solid #2888c4;
}
.contact_tel .tel_img {
	width: 100%;
	max-width: 540px;
}
.contact_tel img:first-child {
	margin-bottom: 18px;
}
.txt_blue {
	padding-bottom: 10px;
	color: #2888C4;
	font-size: 84%;
}
/*.txt_pink {
	padding-bottom: 10px;
	color: #ff539c;
	font-size: 84%;
}*/
.contact_form {
	padding-left: 30px;
}
.contact_form .form_img {
	margin: 0 auto;
	width: 80%;
	max-width: 330px;
}
.contact_form p {
    margin-top: 15px;
    font-size: 80%;
}
.policy {
	    margin-top: 15px;
    font-size: 80%;
}

/*▼テスト用（事業終了後）の追記*/
/*.contact_wrapper_1col .contact_tel {
	text-align: center;
}
.contact_wrapper_1col .contact_tel .tel_img {
	margin: 0 auto;
}
.policy {
	    margin-top: 15px;
    font-size: 80%;
}*/
/*▲テスト用（事業終了後）の追記*/




#copyright a {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}
#copyright a:hover {
	text-decoration: underline;
}
#copyright {
	padding: 1em;
	font-size: 62%;
	text-align: center;
	
}

/* ページトップボタン */
body .page-top {
  position: fixed;
  width: 130px;
  height: 47px;
  right: 25px;
  bottom: 0;
  z-index: 99;
  cursor: pointer;
  box-shadow: 0px -1px 3px rgba(255,255,255,0.3);
}
body .page-top img {
    width: 100%;
	height: auto;
}

/*-------------------------------------------------------
----お問い合わせ-----------------------------------------
-------------------------------------------------------*/
.inquiry_list {
	margin: 40px 0 0;
	overflow: hidden;
}
.inquiry_list dl {
/*	display: table;*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 0 20px;
	width:100%;
	overflow: hidden;
}
.inquiry_list dt {
	margin-bottom: 1.2em;
	padding:5px 0 0;
	width: 26%;
	min-height: 50px;
}
.inquiry_list dd {
	margin-bottom: 1.2em;
	padding:6px 0;
	width: 72%;
}
.inquiry_list input, .inquiry_list textarea, .inquiry_list select {
	padding: 3px 8px;
	border-radius: 3px;
	border: solid 1px #999999;
}

.inquiry_list_confirm {
	margin-bottom: 15px;
	overflow: hidden;
}
.inquiry_list_confirm dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:20px 0;
	width:100%;
	overflow: hidden;
}
.inquiry_list_confirm dt {
	padding:10px 20px 5px 0;
	width: 28%;
    border-bottom:solid 1px #e6e6e6;
}
.inquiry_list_confirm dd {
	padding:5px 0;
	width: 72%;
    border-bottom:solid 1px #e6e6e6;
}

.must {
	color: #FF1F23;
}

.con_bankname {
	margin: 0 10px 0 0;
	width: 220px;
    ime-mode:active;
}
.con_bankcd {
	margin: 0 10px 0 0;
	width: 75px;
    ime-mode:disabled;
}
.con_bankbranch {
	margin: 0 10px 0 0;
	width: 180px;
    ime-mode:active;
}
.con_accountnumber {
	margin: 0 10px 0 0;
	width: 130px;
    ime-mode:disabled;
}
.con_accountkana {
	margin: 0 10px 0 0;
	width: 600px;
    ime-mode:active;
}
.con_nameofoffice {
	margin: 0 10px 0 0;
	width: 400px;
    ime-mode:active;
}
.con_name {
	margin: 0 10px 0 0;
	width: 300px;
    ime-mode:active;
}
.con_storename {
	margin: 0 10px 0 0;
	width: 500px;
    ime-mode:active;
}
.con_storenamekana {
	margin: 0 10px 0 0;
	width: 600px;
    ime-mode:active;
}
.con_openinghours {
	margin: 0 10px 0 0;
	width: 500px;
    ime-mode:active;
}
.con_others {
	width: 100%;
    ime-mode:active;
}
.con_bank {
	margin: 0 10px 8px 0;
	width: 200px;
    ime-mode:active;
}
.con_branch {
	margin: 0 10px 8px 0;
	width: 200px;
    ime-mode:active;
}
.con_bankcode {
	margin: 0 10px 8px 0;
	width: 90px;
    ime-mode:disabled;
}
.con_branchcode {
	margin: 0 10px 8px 0;
	width: 70px;
    ime-mode:disabled;
}
.con_register {
	margin: 0 10px 8px 0;
	width: 50px;
    ime-mode:disabled;
}


/*メールアドレス*/
.con_address {
	margin: 0 10px 0 0;
	width: 500px;
    ime-mode:disabled;
}

/*TEL*/
.con_tel {
	width: 190px;
    ime-mode:disabled;
}

/*郵便番号*/
.con_yubin1 {
	margin-bottom: 10px;
	width: 130px;
    ime-mode:disabled;
}
/*住所*/
.con_jusyo {
	width: 100%;
    ime-mode:active;
}
/*年齢*/
.con_nenrei {
	width: 90px;
}
/*お問い合わせ内容*/
.con_inquiry {
	width: 100%;
	height: 16em;
}

.wpcf7-spinner {
	display: block;
	margin: 20px auto 0;
}
/* Contact Form 7のチェックボックスを縦並びに */
.wpcf7-list-item label {
	display: flex;
	align-items: center;
}
.wpcf7-list-item label .wpcf7-list-item-label {
	padding-left: 3px;
}
.wpcf7-checkbox .wpcf7-list-item {
	margin: 0 10px 0 0;
    display:block;
}

/* Contact Form 7のチラジオボタンを横並びに */
.wpcf7-radio .wpcf7-list-item {
	margin: 0 1.2em 0 0;
}
.wpcf7-acceptance .wpcf7-list-item label {
	display: flex;
	font-size: 90%;
}
.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
	padding-left: 15px;
}

/*.wpcf7 span.wpcf7-not-valid-tip {
	display: none;
}*/
/*.wpcf7 .wpcf7-not-valid {
	background: #ed9db9;
}*/
.wpcf7-confirm, .wpcf7-submit, .wpcf7-back {
	padding: 5px 1px 5px 5px;
	width: 160px;
	letter-spacing: 3px;
}
.wpcf7-submit
,.wpcf7-previous {
	font-weight: bold;
	border: 1px solid #aaa;
	border-radius: 5px;
}
.wpcf7 .wpcf7c-conf {
	background-color: #fff;
	font-weight: bold;
}
.mapp-layout {
	margin: 0 0 15px 0;
	border: solid 1px #cccccc;
}
.wpcf7-radio,
.wpcf7-checkbox {
	border: none;
}

.content-column {
	padding:5px;
}

/*PDFアイコン*/
a[href $='.pdf'] {
    background:url(icon/ico_pdf.gif) no-repeat right;
    padding:0 20px 0 0;
}
a[href $='.pdf'] a {
    text-decoration:none;
}

a[href $='.pdf'] a:hover {
    text-decoration:none;
}

.footer_area {
	display: none;
}

#preview{
	position: absolute;
	display: none;
}
#submit {
	margin: 40px 0;
	font-weight: 600;
    letter-spacing: 0.4em;
    text-align: center;
}
#submit input {
	padding: 1.3em;
	width: 400px;
	/*letter-spacing: .8em;*/
}
#submit p {
	margin: 0;
}
/*.doui_wrapper {
	display: inline-block;
	margin: 0 0 20px;
	text-align: left;
}*/
#submit input#modoru {
    width:220px;
}
#doui {
    text-align: center;
    padding:10px;
	font-size: 1.1em;
}

.entry-content p.form_title {
	padding: 0 0 0 0.5em;
	color: #2888C4;
	font-size: 120%;
	border-left: 4px solid #2888C4;
	line-height: 1em;
}
/*reCAPTCHA用文言*/
.recaptcha {
	margin: 30px 0 20px;
	color: #777;
	font-size: 65%;
	line-height: 1.5em;
}
.recaptcha a {
	color: #444444;
}

p.denshi-kiyaku-koban {
    margin: 0;
    font-size:0.8em;
    line-height: 1.60;
    text-indent: -1em;
    padding-left: 1em;
}
p.denshi-kiyaku-koban2 {
    margin: 0;
    font-size:0.8em;
    line-height: 1.60;
    text-indent: 0em;
    padding-left: 1em;
}
p.denshi-kiyaku-koban3 {
    margin: 0;
    font-size:0.8em;
    line-height: 1.60;
    text-indent: 0em;
    padding-left: 2em;
}
p.denshi-kiyaku {
    margin: 0;
    font-size:0.8em;
    line-height: 1.60;
    text-indent: 1em;
}
.txt_qr {
	font-size: 60%;
	line-height: 1.5em;
}

/*取扱店舗募集要項*/
.bosyuyoukou table tr td {
	border: 1px solid #7b7b7b;
}
.bosyuyoukou table tr td:first-child {
	width: 200px;
	background: #ececec;
}

/*reCAPTCHA非表示*/
.grecaptcha-badge { visibility: hidden; }
    
/*20221108谷口追加「きのかわPay」操作方法ページ内 */   
.app-install {
    justify-content: space-around;
    max-width: 1000px;
    margin: 0 auto;
}
    
.icon-center {
    text-align: center;
}

/*20221108谷口追加「きのかわPay」操作方法トップページリンクボタン */   
.method-btn {
	margin: 0 auto;
	width: 80%;
	height: auto;
    text-align: center;
}    
    
/*
.method-btn a {
	display: block;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1.2em .8em;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background: rgba(0,110,184,0.1);
	position: relative;
	z-index: 1;
	transition: .4s;
	border-radius: 10px;
}
.method-btn a::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: rgba(0,110,184,0.27);
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .4s;
}
.method-btn a:hover {
	color: #fff;
}
.method-btn a:hover::before {
	transform-origin: 0% 50%;
	transform: scaleX(1);
	border-radius: 10px;
}
    
.method-btn a span {
    font-size: 107%;
    font-weight: bold;
    color: #0070ba;
}
*/

.method-btn > a {
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
    overflow: hidden;
    /*ボタンの形状*/
    text-decoration: none;
    display: inline-block;
    border: 1px solid #555;/* ボーダーの色と太さ */
    padding: 20px 100px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
}

/*ボタン内spanの形状*/
.method-btn > a > span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#333;
}

.method-btn > a:hover span{
  color:#fff;
}

/*== 背景が流れる（下から上） */
.method-btn > a:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  bottom:0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background:  #333;/*背景色*/
  width: 100%;
  height: 0;
    /*アニメーション*/
  transition:.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

/*hoverした際の形状*/
.method-btn > a:hover:before{
   height: 100%;  
   background-color: #333;
}

#bg_base,
#bg_base_baloon {
	position: relative;
	width: 100%;
	height: 100vh;
}
#bg_base:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 50%;
	height: 100%;
	background: #fdc7e0;
	z-index: -1;
}
#bg_base:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 50%;
	height: 100%;
	background: #b3d1f9;
	z-index: -1;
}
#bg_base_baloon {
	background: url("images/kinokawapay_topbg.svg")no-repeat;
	background-size: cover;
	background-position: 50% 0%;
}

.logo_20th {
	width: 100%;
	text-align: center;
}
.logo_20th img {
	width: 150px;
	height: auto;
}
.contents {
	text-align: center;
}
.top_btn {
	margin-top: 15vh;
	margin-bottom: 8vh;
}

.top_btn ul {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 72%;
}
.top_btn ul li {
	position: relative;
	margin: 0 25px;
	width: clamp(300px,40%,450px);
	text-align: center;
}
.top_btn ul li > span {
	position: absolute;
	top: 37%;
	left: 50%;
	transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
	padding: 5px 0 3px;
	width: 50%;
	font-size: 1.2em;
	font-weight: 700;
    background: rgba(255,255,255,0.7);
}
.top_btn ul li a {
	display: block;
	transition: all .2s;
}
.top_btn ul li a:hover,
.top_btn ul li a:active {
	transition: all .2s;
	transform: translateY(-15px);
}
.top_btn ul li img {
	opacity: 0.5;
}
.top_btn ul li a > img {
	opacity: 1.0;
	border: 6px solid rgba(255,255,255,0.8);
	border-radius: 15px;
}
.tenant_btn.toppage img {
	margin: 0 auto;
	width: 60%;
	max-width: 600px;
}


/*TOP　市長からのメッセージ*/
.message {
	margin: 3em 0;
	padding: 1em 3em 3em;
	background: #fff8ee;
	border-radius: 20px;
	box-shadow: 0 0px 10px rgba(0,0,0,0.25);
}
.message p {
	text-indent: 1em;
	margin-bottom: .7em;
}
.message p.name_txt {
	margin-bottom: 0;
	font-size: 1.3em;
	font-family: "ab-doudoukaisyo", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: right;
}

/*抽選結果*/

/*.lottery_top {
	padding: 30px 10px;
	background: rgba(252,228,162,1);
}
.lottery_top p {
	margin-bottom: 30px;
	color: #ff6500;
	font-size: 170%;
	font-weight: bold;
	text-align: center;
	
}

.lottery_top #feas-searchform-2 {
	text-align: center;
}
.lottery_top #feas-searchform-2 input#feas_2_0 {
	font-size: 1.8em;
	margin: 5px;
	padding: .3em .7em;
	width: 570px;
	border: 0;
    border-radius: 5px;
}

.lottery_top #feas-searchform-2 input#feas-submit-button-2 {
	font-size: 1.8em;
	margin: 5px;
	padding: .3em .7em;
	background: #ff7103;
    border: none;
    border-radius: 5px;
    color: #fff;
	letter-spacing: 0.05em;
}

.contents_main.lottery-list ul li {
	text-align: center;
	margin-bottom: 25px;
}
.contents_main.lottery-list ul li a {
	text-decoration: none;
	font-size: 1.6em;
	color: #09659e;
}
.contents_main.lottery-list ul li a:hover,
.contents_main.lottery-list ul li a:active {
	color: #eac510;
}
*/
/*抽選結果ぺージ*/
/*.lottery-single {
	margin: 1.5em auto;
	text-align: center;
}
.lottery-single p.number {
	
}

.lottery-single .zannen {
	margin: 40px 0 60px;
	font-size: 1.2em;
}
.lottery-single .omedetou {
	display: block;
	margin: 40px 0 60px;
	font-size: 1.7em;
	font-weight: bold;
	color: #EE104E;
}
.lottery-single .txt {
	
}

.lottery-single a.back_list {
	display: block;
	margin: 60px auto 0;
	padding: 10px;
	width: 400px;
	font-size: .8em;
	color: #fff;
	text-decoration: none;
	background: #0372b8;
	border-radius: 5px;
	transition: all .2s;
}

.lottery-single a.back_list:hover,
.lottery-single a.back_list:active {
	opacity: .78;
	transition: all .2s;
}
*/
/*抽選結果　一覧表示*/

/*.lottery_list {
	margin: 0 auto;
	max-width: 1100px;
}
.lottery_list dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 83%;
	border: 1px solid #ccc;
}
.lottery_list dl dt {
	padding: 0 1.5em;
	width: 20%;
	border-bottom: solid 1px #ccc;
	background: rgba(234,197,15,0.25);
}
.lottery_list dl dd {
padding: 0 1.2em;
	width: 13.33%;
	border-bottom: solid 1px #ccc;
}
*/
}