/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 101.25%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	overflow-x: hidden; 
}
body {

	 /*min-width:1800px;  ここから下3行を外すとiPad iPhoneともにフッターのバックグラウンドの右が切れる */
	_display: inline;
	_zoom:1;
}
ol,
ul {
	/*list-style: none;*/
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th,td {
	font-weight: normal;
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	/*clear: both;*/
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display: block;
}
audio,canvas,video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
/* clearfix */
	.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* float class */
.left_float{
	float: left;
}
.right_float{
	float: right;
}
/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}
/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto;
}
/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,

.no-border img{
	border-radius: 0;
	box-shadow: none;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}
/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}
/* =Basic structure
-------------------------------------------------------------- */
/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	text-rendering: optimizeLegibility;
	color: #000;
}
body.custom-font-enabled {
	font-family: Helvetica, Arial, sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
}
html, body {
    /* スマホで勝手に縮小されるのを防ぎ、横幅を固定する */
    min-width: 960px; 
    overflow-x: auto;
}

body {
    /* 以前のCSSにあった overflow-x: hidden; は削除するか、autoに変えてください */
    overflow-x: auto; 
}
a {
	outline: none;
	color: #7d0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
/* Page structure */
.site {
	padding: 0;
}
.site-content {
}
.underline{
	text-decoration:underline; 
}

/* =article.chapter コンテンツエリアの処理 =titles 各項目タイトル処理
-------------------------------------------------------------- */
/*エントリーヘッダーを消しています。*/
article.hentry header.entry-header{
	/*display: none;*/
}
article.chapter{
	padding: 10px 5px;
}
header.archive-header h1.archive-title,
article.hentry h1.page-title{
	color: #7d0000;
	font-size: 200%;
	padding: 10px 0 0 30px;
	background: url("/zipang/assets/images/bk_h1-title.html") no-repeat;
	margin: 0 0 10px 0;
}
/* 各ページのタイトルし処理 */
h1.title-imege{
	width: 950px;
	height: 90px;
	padding: 60px 0 0 10px;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times", "Times New Roman", serif;
	font-size: 200%;
	font-weight: normal;
	color: #ffffff;
}
h1.title-imege.about{
	background: url("/zipang/assets/images/imgtitlebk-about.jpg") no-repeat;
}
h1.title-imege.join{
	background: url("/zipang/assets/images/imgtitlebk-join.jpg") no-repeat;
}
h1.title-imege.info{
	background: url("/zipang/assets/images/imgtitlebk-info.jpg") no-repeat;
}
h1.title-imege.tour{
	background: url("/zipang/assets/images/imgtitlebk-tour.jpg") no-repeat;
}
h1.title-imege.laws{
	background: url("/zipang/assets/images/imgtitlebk-laws.jpg") no-repeat;
}
h1.title-imege.privacy{
	background: url("/zipang/assets/images/imgtitlebk-privacy.jpg") no-repeat;
}


/* 章タイトル */
article.hentry  h2.chapter-title{
	color: #7d0000;
	font-size: 175%;
	padding: 10px 0 20px 0;
	background: url("/zipang/assets/images/bk_h2-title.html") no-repeat right bottom;
	margin: 0 0 10px 0;
}
/* 節タイトル */
article.hentry  h3.section-title{
	color: #7d0000;
	font-size: 140%;
	border-left: solid 4px #7d0000;
	border-right: solid 1px #7d0000;
	border-top: solid 1px #7d0000;
	border-bottom: solid 1px #7d0000;
	padding: 5px 10px;
	margin-bottom: 10px;
}
article.hentry p.paragraph{
	text-indent: 1rem;
}
article.hentry .align-right,
article.hentry p.align-right{
	text-align: right;
}
article.hentry .align-center,
article.hentry p.align-center{
	text-align: center;
}
p.out-indent{
	text-indent: -1em;
	margin-left: 1em !important;
}
/* コンテンツ全体の embed iframe object 指定 video　＊＊＊＊＊************************************　*/
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
/*コンテンツ指定　テーブル関連の集約 table　***************************** */
.entry-content table,
.comment-content table {
	line-height: 2;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
}
article.hentry table {
	/*border:2px solid #ddd;*/
}
article.hentry table  td,
article.hentry table  th{
	line-height: 125%;
}
/* 入会方法の特別指定 */
article.hentry table.join-01  td,
article.hentry table.join-01  th{
	vertical-align: top;
}
article.hentry table.join-01  th{
	width: 60px;
	padding-right: 5px;
}
article.hentry table tr.even td{
	background: #eee;
}
/* お申込みの手順の特別指定 */
.join-03 th{
	width: 50px;
}
.join-03 tr.white{
	background: #ffffff;
}
.join-03 td,.join-03 th{
	vertical-align: middle;
}
.join-03 td.sankaku{
	text-align: center;
	width: 609px;
}
.deliver{
	margin: 20px 0;
	background: #ffffff;
	padding: 10px;
	border: 3px solid #ffffff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	line-height: 1.6;
}
.deliver h3{
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: #7d0000 solid 2px;
}

/* プライバシーポリシーの特別指定 */
.privacy dl dt{
	font-weight: bold;
	line-height: 125%;
	margin-bottom: 5px;
}
.privacy dl dd{
	line-height: 125%;
	margin-bottom: 10px;
}
/* 入会申込書のボタン指定 */
p.application-form{
	text-align: center;
	font-weight: bold;
	font-size: 80% !important;
}

/* --------------------------------------------------------------------------
 コンテンツの中の左右フロートと寸法
 ----------------------------------------------------------------------------*/
.float-right{
	float: right;
}
.float-left{
	float: left;
}
.width30{
	width: 200px;
}
.width50{
	width: 330px;
}
.width70{
	width: 450px;
}
ul.line{
	list-style: none;
	padding: 0;
	margin: 10px 0 10px 0;
}
.small{
	font-size: 85% !important;
}
.bk-yellow{
	background: #f5e1ab;
	padding: 3px 5px;
}
.center{
	text-align: center;
}
.blue{
	color: #0a8ca0;
}
.bold{
	font-weight: bold;
}
.big{
	font-size: 112.5%;
}
.red{
	color: #da2929;
}
.add_txt{
	padding-left: 30%;
}
.border-box{
	/*border: 2px solid #7d0000;*/
	padding: 10px;
}
.border-box01{
	border: 3px double #7d0000;
	padding: 10px;
}
span.note-box{
	background: #7d0000;
	padding: 2px 5px;
	margin-right: 5px;
	color: #ffffff;
}
.enjoy_tel{
	background-color: #FFFFFF;
    font-weight: bold;
    padding: 5px;
    margin-top: 10px;
    width: 360px;
    display: block;
    border-radius: 3px;
	
}

/* --------------------------------------------------------------------------
 ヘッダーフッターコンテンツレフトナビなどページ構造に関わる指定
 ----------------------------------------------------------------------------*/
 h1#logo{
	width:533px;
	float: left;
	margin: 1em 0 0 0;
 }
 /* Header header ヘッダー　***************************** */
.site-header {
	height: 140px;
	background: url("/zipang/assets/images/bk-hd.jpg") no-repeat;
	background-position: 50% 0%;
	border-bottom: solid #7d0000 10px;
}
.header_side-navi{
	width: 290px;
	float: right;
}
ul#fontSize{
	/*width: 170px;*/
	background: url("/zipang/assets/images/textbut-bk.png") no-repeat left 20px;
	height: 72px;
	list-style: none;
	margin: 32px 0 0 0;
	padding: 0 0 0 120px;
	text-align: center;
}
ul#fontSize li{
	display: block;
	width: 72px;
	height: 72px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
}
ul#fontSize li a{
	display: block;
	width: 72px;
	height: 72px;
	text-indent: -200000000000em;
}
ul#fontSize li a.middle{
	background: url("/zipang/assets/images/textbut-middle-off.png") no-repeat;
}
ul#fontSize li.active a.middle,
ul#fontSize li a.middle:hover{
	background: url("/zipang/assets/images/textbut-middle-on.png") no-repeat;
}
ul#fontSize li a.middle{
	background: url("/zipang/assets/images/textbut-middle-off.png") no-repeat;
}
ul#fontSize li a.big{
	background: url("/zipang/assets/images/textbut-big-off.png") no-repeat;
}
ul#fontSize li.active a.big,
ul#fontSize li a.big:hover{
	background: url("/zipang/assets/images/textbut-big-on.png") no-repeat;
}
#masthead .privacy{
	margin-top: 50px;
	float: right;
}
#masthead .privacy a{
	display: block;
	height: 18px;
	line-height: 18px;
	padding: 0 0 0 24px;
	background: url("/zipang/assets/images/arrow-small.png") no-repeat;
}
#masthead hgroup{
	width: 960px;
	margin: 0 auto;
	
}
/* ホームの動画指定　*/
body#home {
	background: url("/zipang/assets/images/bk_body_home.jpg") left 195px repeat-x;
}
/*#top-image-wrap{
	width: 960px;
	margin: 0 auto 20px;
}*/
#top-image{
	margin-left: -420px;
	margin-right: -420px;
}
#top-image{
	width: 1800px;
	margin-left: -420px;
	margin-right: -420px;
}
/* 動画下リンク */
.top_link{
	margin: 18px auto 50px;
}
.top_link ul{
	display: flex;
	justify-content: space-between;
	list-style: none;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1.5px;
}
a.btn-solid-blue {
  color: #653100;
  font-weight: bold;
  border-right: 4px solid #8d1f1f;
  border-bottom: 10px solid #8d1f1f;
  border-left: 4px solid #fffabe;
  border-radius: 0;
  background-image: -webkit- linear-gradient(-225deg, #8d1f1f 0%, #fffabe 48%, #8d1f1f 100%);
  background-image: linear-gradient(-225deg, #8d1f1f 0%, #fffabe 48%, #8d1f1f 100%);  
	text-shadow: -1px 1.2px 2px #ffebeb;
	padding: 15px 2px !important;
	width: 190px;
	height: 50px;
	font-size: 18px;
}
a.btn-solid01{
	height: 20px;
	padding: 30px 2px !important;
}

a.btn-solid-blue:hover {
  margin-top: 3px;
  color: #653100;
  border-right: 4px solid #8d1f1f;
  border-bottom: 7px solid #8d1f1f;
  border-left: 4px solid #fffabe;
}
.link_span{
	font-size: 85%;
	font-weight: 400;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}


/* コンテンツエリア　#pageにクラス指定.siteの方で指示 .siteはコンテンツのラッパー */
.site{
	/*max-width: 955px;
	width: 100%;*/
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	position: relative;
	z-index: 99999;
}
/* 各コンテンツのタイトルイメージ */
.page_header{
	padding: 10px 0;
}
/* --------------------------------------------------------------------------
 ローカル指定　各ページに対する指定
 ----------------------------------------------------------------------------*/
 
/* コンテンツエリア　#primaryにクラス指定.site-contentの方で指示 ホームと下層で左右幅がちがうので注意 */

/* ホームの指定 ************************************************** */
body#home .site-content{
	width: 660px;
	float: right;
}
.news-area{
	color:#653100;
	background: #f3e2c6;
	padding: 0 10px;
	border: 3px solid #a55652;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}
.news-area h3.title_info{
	border-bottom: 1px dotted #7d0000;
	margin: -35px 0 0 0;
}
.news-area h3.title_tour{
	border-bottom: 1px dotted #7d0000;
	margin: -15px 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 630px;	
}
.list_info{
	list-style: none;
	margin: 10px 0 0 0;
}
.border-top {
  border-top: solid 2px #a55652;
  clear: both;
  position: relative;
}
.to_comment{
	float: right;
	margin: 10px 0 20px 0;
	padding: 0 0 0 20px;
	background: url("/zipang/assets/images/srrow-detail.png") left no-repeat;
	font-size: 90%;
}

/* ホーム関連の指定 ------------------------------------------
---------------------------------------------------------- */
body#home li.the_date{
	margin-bottom: 3px;
}
body#home li.the_title{
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 125%;
	border-bottom: 1px dotted #7d0000;
}
body#home div.list_tour{
	margin: 5.5em 0 0 0;
	clear: both;
}
body#home .single-img{
	width: 140px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
body#home .single-img img{
	width: 100%;
	height: auto;
	border: 2px solid #cf6767;
}
body#home .single-article{
	width: 480px;
	float: right;
}
body#home .single-article h4.page_lead{
	padding: 5px 0 5px 26px;
	margin: 0 0 10px 0;
	line-height: 105%;
	background: url("/zipang/assets/images/arrow-middle.png") left no-repeat;
}
body#home .single-article p{
	line-height: 125%;
}
.line{
	border-bottom: 1px dotted #7d0000;
	margin-bottom: 5px;
}
/* ホームのみのトップに戻るボタンの消去 */
.banner{
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times", "Times New Roman", serif;
	font-weight: normal;
}

/* ホームのレフトナビの指定 */
body#home .banner{
	/*min-height: 270px;*//*入会方法時使用*/
	width: 272px;
	border: solid 3px #a55652;
	background: #f3e2c6;
	padding: 4px;	
}
/* 赤いボタン */
.button_red{
	color: #ffffff;
	background: #ac0a0a;
	background: -moz-linear-gradient(top, #c86262, #ac0a0a);
	background: -webkit-gradient(linear, left top, left bottom, from(#c86262), to(#ac0a0a));
	background: linear-gradient(linear, left top, left bottom, from(#c86262), to(#ac0a0a));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#c86262', endColorstr='#ac0a0a', GradientType=0)"; 
	background: linear-gradient(to bottom, #c86262, #ac0a0a); 
}
body#home  .button_red{
	font-size: 150%;
	border: 3px solid #8d1f1f;
	min-height: 50px;
	padding: 10px 2px;
}
.button_red span.about{
	display: block;
	padding: 0 0 0 48px;
	background: url("/zipang/assets/images/ico-about.png") no-repeat;
}
.button_red span.join{
	display: block;
	padding: 0 0 0 42px;
	background: url("/zipang/assets/images/ico-join.png") no-repeat;
}
p.join.button_red{
	line-height: 50px;
}
.button_red a{
	font-size: 125%;
	border: 3px solid #8d1f1f;
	display: block;
	color: #ffffff;
	padding: 5px ;
	background:url("/zipang/assets/images/ico-sankaku-white.png") no-repeat right bottom;
}
.button_red a:hover{
	color: #7d0000;
	border: 3px solid #f5ecdc;
	background: #e6beaa;
	background: -moz-linear-gradient(top, #f3e3c9, #e6beaa);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3e3c9), to(#e6beaa));
	background: linear-gradient(linear, left top, left bottom, from(#f3e3c9), to(#e6beaa));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3e3c9', endColorstr='#e6beaa', GradientType=0)"; 
	background: linear-gradient(to bottom, #f3e3c9, #e6beaa); 	
}
span.sankaku-white{
	display: block;
	background: url("/zipang/assets/images/ico-sankaku-white.png") no-repeat right bottom;
}

/* トップページへボタン */
span.top{
	padding: 10px 0 10px 45px;
	display: block;
	background: url("/zipang/assets/images/ico-top.png") no-repeat left;
}
/* 事務局からのお知らせボタン */
span.info{
	line-height: 125%;
	padding: 5px 0 5px 45px;
	display: block;
	background: url("/zipang/assets/images/ico-info.png") no-repeat left;
}
/* おすすめツアーボタン */
span.tour{
	line-height: 125%;
	padding: 5px 0 5px 45px;
	display: block;
	background: url("/zipang/assets/images/ico-tour.png") no-repeat left;
}
/* ジパング倶楽部について */
span.about{
	line-height: 125%;
	padding: 5px 0 5px 45px;
	display: block;
	background: url("/zipang/assets/images/ico-about.png") no-repeat left;
}
/*お得なお知らせボタン*/
.btn,
a.btn,
button.btn {
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  margin: 0 0 3px 0;
 font-size: 16px;
}
a.btn-solid-gold {
  color: #653100;
  font-weight: bold;
  border-right: 4px solid #cea82c;
  border-bottom: 10px solid #987c1e;
  border-left: 4px solid #ffed8b;
  border-radius: 0;
  background-image: -webkit- linear-gradient(-45deg, #ffd75b 0%, #fff5a0 20%, #fffabe 34%, #fff5a0 63%, #fdd456 100%);
  background-image: linear-gradient(-45deg, #ffd75b 0%, #fff5a0 20%, #fffabe 34%, #fff5a0 63%, #fdd456 100%);
  text-shadow: -1px -1px 1px #ffffd9;
}

a.btn-solid-gold:hover {
  margin-top: 3px;
  color: #a28951;
  border-right: 4px solid #cea82c;
  border-bottom: 7px solid #987c1e;
  border-left: 4px solid #ffed8b;
}

.member_link{
	width: 280px;
    margin: 30px auto 0;
}
.member_link p{
	text-align: center;
}

/* サイドメニュ-タイトル */
h3.button_red.side-title{
	font-size: 125%;
	border: 3px solid #8d1f1f;
	color: #ffffff;
	padding: 10px 0 ;
	font-weight: normal;
	text-align: center;
	margin-bottom: -10px;
}



/* 白いボタン */
.button_white{
	color: #653100;
	border: 3px solid #f5ecdc;
	background: #f9f2e3;
	background: -moz-linear-gradient(top, #ffffff, #f9f2e3);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9f2e3));
	background: linear-gradient(linear, left top, left bottom, from(#ffffff), to(#f9f2e3));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f2e3', GradientType=0)"; 
	background: linear-gradient(to bottom, #ffffff, #f9f2e3);  
}
.button_white a{
	font-size: 125%;
	/*border: 3px solid #f5ecdc;*/
	display: block;
	color: #653100;
	padding: 8px 2px 8px 10px;
}
.button_white a:hover{
	color: #7d0000;
	/*border: 3px solid #f5ecdc;*/
	background: #e6beaa;
	background: -moz-linear-gradient(top, #f3e3c9, #e6beaa);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3e3c9), to(#e6beaa));
	background: linear-gradient(linear, left top, left bottom, from(#f3e3c9), to(#e6beaa));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3e3c9', endColorstr='#e6beaa', GradientType=0)"; 
	background: linear-gradient(to bottom, #f3e3c9, #e6beaa); 	
}
span.sankaku-red{
	display: block;
	background: url("/zipang/assets/images/ico-sankaku-red.png") no-repeat right bottom;
}
table.privilege{
	color: #653100;
}
table.privilege th{
	padding: 10px 5px;
	vertical-align: middle;
	text-align: center;
}
table.privilege td{
	padding: 10px 5px;
	vertical-align: middle;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
table.privilege th span.number{
	/*background: url("/zipang/assets/images/ico-number.png") no-repeat;*/
	background: #ffffff;
	display: block;
	padding: 5px 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
p.description{
	color: #653100;
	padding: 10px 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
}
p.to-detail{
}
p.to-detail a{
	display: block;
	background: url("/zipang/assets/images/ico-to-detail.png") no-repeat #ffffff;
	background-position: 12px 9px;
	padding: 8px 5px 8px 20px;
	width: 50%;
	margin: 5px auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	font-weight: bold;
}
p.to-detail a:hover{
	display: block;
	background: url("/zipang/assets/images/ico-to-detail.png") no-repeat #ac0a0a;
	background-position: 12px 9px;
	color: #ffffff;
}


/* 下層ページの指定 ------------------------------------------
---------------------------------------------------------- */
/* 左右に分割の場合（会則のページ） */
body#content .site-content{
	width: 700px;
	float: right;
	font-family: Helvetica, Arial, sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
}
body#content  #primary-full.site-content{
	width: 960px;
	clear: both;
	font-family: Helvetica, Arial, sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
}
.content{
	padding: 10px 15px 15px 15px;
	margin: 10px 0 20px 0;
	min-height: 200px;
	background: #f9f2e2;
	color: #7d0000;
}
.list-box{
	padding:10px 5px 50px 5px;
	margin: 0;
	background: #f9f2e2;
}
/* wp-pagenavi ページャー機能の部分の指定 */
.wp-pagenavi{
	padding: 10px;
	margin: 20px 0 20px 0;
	background: #e0dacb;
	text-align: center;
}
/* レフトナビ　#secondaryにクラス指定.site-contentの方で指示 ホームと下層で左右幅がちがうので注意 */
body#home .widget-area{
	width: 285px;
	float: left;
	color: #7d0000;
}
body#content .widget-area {
	width: 240px;
	float: left;
	color: #7d0000;
}
/* レフトサイドコンテンツの指定 */
.banner{
	margin-bottom: 10px;
}
/* レフト新着エリアの各種指定 */
.widget-area li.news_release {
	line-height: 125%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #7d0000;
	list-style: none;
}
span.the_date{
	padding: 5px 0 5px 20px;
	margin-bottom: 10px;
	background: url("/zipang/assets/images/ico_the_date.png") left no-repeat;
}
p.to_detail{
	float: right;
	margin: 20px 0 10px 0;
}
p.to_detail a{
	display: block;
	padding: 5px 0 5px 20px;
	background: url("/zipang/assets/images/srrow-detail.png") left no-repeat;
}
/* カテゴリートップの指定 LOCAL local Local  **************************** */
.hentry.article{
	padding-bottom: 10px;
	border-bottom: 2px solid #7d0000;
	margin-bottom: 20px;
}
.hentry_header{
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: dotted 1px #7d0000;
	clear: both;
}
.hentry_header.tour{
	/*background: url("/zipang/assets/images/ico_tour.png") left no-repeat;*/
}
.hentry_header.info{
	/*background: url("/zipang/assets/images/ico_info.png") left no-repeat;*/
}
.hentry_header  p.the_date{
	padding: 0 0 5px 0;
}
.hentry_header h4.page_lead{
	font-size: 125%;
	line-height: 125%;
}
.the_content{
}
.the_content img{
	/*float: left;*/
	margin: 0 10px 10px 0;
}
.the_content p{
	font-size: 105%;
	line-height: 150%;
	margin-bottom: 10px;
}
.the_content ul{
margin-left: 30px;
margin-bottom: 10px;
line-height: 150%;
}
.the_content ol{
margin-left: 30px;
margin-bottom: 10px;
line-height: 150%;
}

.the_content table{
	border: 2px #cccccc solid;
}
.the_content table tr{
	border-bottom: 1px #cccccc solid;
}
.the_content table th{
	font-weight: bold;
	padding: 3px 5px;
	border-right: 1px #cccccc solid;
}
.the_content table td{
	padding: 3px 5px;
	border-right: 1px #cccccc solid;
}
p.to_singlepage{
	float: right;
	margin: 5px 0 0 0;
	padding: 0 5px 5px 20px;
	background: url("/zipang/assets/images/srrow-detail.png") left no-repeat;
	font-size: 90%;
}
.clear-element{
	clear: both;
	margin-bottom: 5px;
}

/* 本文中リストスタイルの共通指定 ul class="list" dl class="list" *******　*/
article.hentry ul.list{
	padding: 0 0 10px 0;
	margin: 0;
}
article.hentry ul.list li{
	padding: 0;
	margin: 0 0 5px 0;
	list-style: none;
	text-align: left;
}
article.hentry dl.list{
	padding: 0 0 10px 0;
	margin: 0;
}
article.hentry dl.list dt{
	padding: 0;
	margin: 0;
	text-align: left;
	font-weight: bold;
}
article.hentry dl.list dd{
	padding: 0;
	margin: 0 0 5px 0;
	text-align: left;
	text-indent: 1rem;
	text-indent: 14px;
}
/* 本文中の共通指定　角アール囲み罫のあるブロック トップの新着に利用 */
.rounded-corners{
	padding: 10px;
	border: solid #dcefee 2px;
	margin: 5px 0;
	border-radius: 8px;        /* CSS3草案 */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */  
}
/* 会則のページローカル指定 */
ol.laws{
	margin: 0 0 10px 0 !important;
}
ul.laws{
	list-style: none;
	margin: 0 0 10px 0 !important;
}

ol.laws li{
	margin: 0 0 0 2em !important;
}
ul.laws li{
	list-style: none;
	margin: 0 0 0 1em !important;
}
p.laws{
 color: #7d0000 !important;
 margin: 0 0 10pt 1em !important;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Footer　フッターの指定 */
#page_footer{
	background: #7d0000;
	color: #ffffff;
	margin-top: 30px;
}
#page_footer a{
	color: #ffffff;
}
footer#colophon{
	max-width: 960px;
	padding: 0 30px;
	margin: 0 auto;
}
footer[role="contentinfo"] {
	clear: both;
	max-width: 960px;
	margin-top: 14px;
	margin-top: 1rem;
	margin-left: auto;
	margin-right: auto;
	padding: 14px 0;
	padding: 1rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}
/* バックtoトップの指定 */
/*.page_top{
	margin-top: -20px;
	padding-bottom: 30px;
	clear: both;
}*/
.page_top{
	position: fixed;
	right: 30px;
	bottom: 30px;
}
.page_top a {
	width: 35px;
	height: 35px;
	display: block;
	text-indent: -20000px;
	background-image: url("/zipang/assets/images/back-to-top.png");
	float: right;
}

/* ハックでIE6,7のみに適用　オリジナル */
html*.footer_sitemap {
	display: inline;
	zoom: 1;
}
.footer_sitemap {
	display: inline-block;
}
h1.footer_logo{
	padding-bottom: 120px;
	background: url("/zipang/assets/images/eye-catch_footer.html") no-repeat right bottom;
}
#footer-navigation{
	margin-top: 50px;
	height: 80px;
}
#footer-navigation p{
	width: 960px;
	text-align: center;
}
#footer-navigation p span{
	padding: 20px 30px;
	height: 40px;
}
#footer-navigation p span.to-home{
	border-right: 1px solid #ffffff;
	font-size: 125%;
}
#footer-navigation p a{
}
#footer_copy{
	font-size: 85.71428%;
	text-align: center;
	margin-bottom: 20px;
}
.center{
	text-align: center;
}


/* =Plugins
----------------------------------------------- */
img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	/*.widget-area,*/
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}
}

.breadcrumbs{
	margin: 5px 0 15px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    color: #000;
}

.breadcrumbs li:not(:first-child)::before {
    content: ">"; 
    margin: 0 8px;
    color: #000;
    font-family: sans-serif;
}

/* top スライダー全体を全幅に */
#top-image-wrap {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#simple-slider {
    width: 100%;
    position: relative;
}

#simple-slider ul.slides {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 400%;
}

#simple-slider ul.slides li {
    width: 25%;
}

#simple-slider ul.slides img {
    width: 100%;
    height: auto;
    display: block;
}

.slider-nav a {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
	border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-nav a:hover {
    background-color: #ff9900;
}

.slider-nav a.prev { left: 15px; }
.slider-nav a.next { right: 15px; }

.slider-nav a span {
	display: block;
    width: 0;
    height: 0;
    border-style: solid;
    transition: border-color 0.3s;
}

.slider-nav a.prev span {
    border-width: 7px 7px 7px 0;
    border-color: transparent #fff transparent transparent;
    margin-right: 2px;
}

.slider-nav a.next span {
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #fff;
    margin-left: 2px;
}

.info-item {
    display: none;
}
.tour-item {
    display: none !important;
}
#js-news-list .hentry.article:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.home .single.clearfix {
  padding: 10px 0;
}
/* about */
.about{
	line-height: 1.125;
}
.h2-page-title{
	color: #7d0000;
	margin-top: -20px;
	margin-bottom: 10px;
	padding: 25px 0 0 20px;
	width: 650px;
	height: 55px;
	background: url("/zipang/assets/images/page-titlebk.png") left no-repeat;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times", "Times New Roman", serif;
	font-weight: normal;
	font-size: 185%;
    text-shadow: #f8b862 2px 0, #f8b862 -2px 0, #f8b862 0 -2px, #f8b862 0 2px, #f8b862 2px 2px, #f8b862 -2px 2px, #f8b862 2px -2px, #f8b862 -2px -2px, #f8b862 1px 2px, #f8b862 -1px 2px, #f8b862 1px -2px, #f8b862 -1px -2px, #f8b862 2px 1px, #f8b862 -2px 1px, #f8b862 2px -1px, #f8b862 -2px -1px, rgb(0 0 0 / 50%) 3px 3px 3px;
}
.h3-section-title{
	color: #7d0000;
	font-size: 140%!important;
	border-left: solid 4px #7d0000;
	border-right: solid 1px #7d0000;
	border-top: solid 1px #7d0000;
	border-bottom: solid 1px #7d0000;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.about h3 {
	margin: 5px 0;
  font-size: 112.5%;
  line-height: 112.5%;
}

.about h4 {
	margin: 5px 0;
  font-size: 110%;
  line-height: 110%;
}
.about-bk-yellow{
	background: #f5e1ab;
	padding: 1em 0.5em;
	margin: 0 0 10px 0;
}
.bk-white{
	background: #ffffff;
	display: block;
    padding-bottom: 10px;
}
.about-ul-li{
	list-style: none;
	line-height: 1.6;
	text-indent: -1.2em;
	padding-left: 1em;
	margin: 0 0 0.4em 0;
}
.about-clearfix-120{
	text-align: center;
	color: #7d0000;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.6;
	padding-left: 1em;
	margin: 0 0 0.4em 0;
}
.annual-fee{
	text-align: center;
	color: #7d0000;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 2.4em 0;
}
.price{
	font-size: 250%;
	color: red;
	padding: 0 0.2em 0 0;
}
.caution-box{
    margin: 1em;
	display: flex;
    flex-wrap: wrap;
}
.caution-box-ttl{	
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    background: #7d0000;
    color: #ffffff;
    font-weight: bold;	
}
.caution-box-p{
	margin: 0 1em; 
    padding: 0;
	font-weight: bold;
}
.section-02-table{
	background: #ffffff;
}
.section-02-table th{
	padding: 0.5em 0 0.5em 0.5em;
	vertical-align: middle;
	border-bottom: 6px solid #f9f2e2;
}
.section-02-table td{
	padding: 0.5em 0.5em 0.5em 0;
	vertical-align: middle;
	border-bottom: 6px solid #f9f2e2;
	line-height: 1.4;
}
.section-02-table th{
	width: 50px;
}
.join-03{
	margin-bottom: 40px;
}
.section-03-procedure{
	font-size: 85% !important;
	color: #000;
	line-height: 1.8;
}
.section-03-mailing-address{
	font-size: 85% !important;
	color: #da2929;
	line-height: 1.8;
}

/* info */
.info-office-box {
    margin: 10px auto;
    border: 1px solid #7d0000;
    padding: 1em 0 1em 1em;
    text-align: left;
    width: 62%;
    color: #7d0000;
    letter-spacing: 2px;
}
.line-h-16{
	line-height: 1.6;
}
.mb-10{
	margin-bottom: 10px!important;
}
.mb-20{
	margin-bottom: 20px!important;
}
.mb-30{
	margin-bottom: 30px!important;
}
.mb-40{
	margin-bottom: 40px!important;
}
.mt-10{
	margin-top: 10px!important;
}
.pt-1_5em{
	padding-top: 1.5em!important;
}
.pl-1em{
	padding-left: 1em!important;
}
.pb-2{
	padding-bottom: 2px!important;
}
.pb-20{
	padding-bottom: 20px!important;
}
.txt-center{
	text-align: center;
}
.txt-right{
	text-align: right;
}
.to-toretabi{
	font-family: Helvetica, Arial, sans-serif;
	padding: 0.3em 0 0 0;
	text-align: center;
	font-size: 90%;
}
.w100{
	width: 100%;
}
.color-000{
	color: #000;
}
.hr-mp-0{
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 0 0 5px 0;
	padding: 0;
}