@charset "UTF-8";
/*
* Theme Name: 零式書店
* Author:
* Version:
* Description: 
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
	-webkit-text-size-adjust: none;
	overflow-y: scroll;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 400;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
}
body {
	font-size: 14px;
	line-height: 1.6;
	color: #333333;
}
/************************************ a:link a:hoverの設定*/
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active {
	color: #666;
	text-decoration: underline;
}
/************************************ ボタンの設定*/
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  padding: 10px;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
  text-decoration: none;
}

a.btn--radius {
   border-radius: 100vh;
}

/************************************ サイト幅の設定（meta内のviewportも同様の数値を記入　※960px以下の場合は960pxに設定するiPad向け）*/
.container {
	width: 1200px;
}
 @media only screen and (max-width: 800px) {
.container {
	width: 100%;
}
}
/************************************ コンテンツ*/
.contents {
}
 @media only screen and (max-width: 800px) {
.contents {
}
}

/***************************/
/********【お問い合わせフォーム】********/
/***************************/
.mw_wp_form {
	font-size: 13px;
	margin: 0 0 20px;/**
   * ボタン
   *//**
   * その項目のエラーのwrapper
   *//**
   * 必須マーク
   *//**
   * 各項目のwrapper
   *//**
   * 注釈
   */
}
.mw_wp_form dl {
	margin: 0;
	padding: 0;
	overflow: hidden;
	zoom: 1;
	font-size: 16px;
	color: #fff100;/*
	background-color:#; 
	color:#fff;
	*//*背景色変更*/
}
.mw_wp_form .formend {
}
.mw_wp_form dl dt, .mw_wp_form dl dd {
	margin: 0;
}
.mw_wp_form dl dt {
	float: left;
	font-weight: bold;
	padding: 10px 0 5px 0px;
	width: 25%;
	position: relative;
}
.mw_wp_form dl dd {
	padding: 0px 0 5px 0px;
	overflow: hidden;
	zoom: 1;/*
	background-color:#FFF;
	color:#000;
	*//*背景色変更*/
}
.mw_wp_form dl dt .mwform-require {
	position: absolute;
	top: 20px;
	right: 10px;
}
.mw_wp_form dl dd div {
	padding: 0px 0 0px 0px;
}
.mw_wp_form dl dd input, .mw_wp_form dl dd textarea {
	border: #cccccc solid 1px;
	border-radius: 3px;
	margin: 0;
	max-width: 100%;
	padding: 9px 12px;
	vertical-align: middle;
	margin: 7px 0;
}
.mw_wp_form dl dd textarea {
	width: 100%;
}
.mw_wp_form dl dd label {
	margin: 0 10px 0 2px;
}
.mw_wp_form dl dd label input[type="checkbox"], .mw_wp_form dl dd label input[type="radio"] {
	margin: 0 5px 0 0;
}
.mw_wp_form p.mwform-btn {
	margin-top: 10px;
	text-align: center;
}
.mw_wp_form p.mwform-btn input {
	cursor: pointer;
	background-color: #fff100;
	font-size: 18px;
	color: #133b6e;
	padding: 12px 45px;
	border: solid 1px #fff100;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.mw_wp_form p.mwform-btn input:active, .mw_wp_form p.mwform-btn input:hover {
	background-color: rgba(255,241,0,0.85);
}
.mw_wp_form .mwform-errors {
	margin: 5px 0 0;
	overflow: hidden;
	zoom: 1;/**
     * エラーメッセージ
     */
}
.mw_wp_form .mwform-errors .mwform-error {
	float: left;
	margin: 0 10px 0 0;
}
.mw_wp_form .mwform-errors .mwform-error span {
	background-color: #F7CCE6;
	border: #ee4d89 solid 1px;
	border-radius: 3px;
	color: #EE4D89;
	display: inline-block;
	font-size: 85%;
	padding: 3px 6px 2px;
}
.mw_wp_form .mwform-require {
	color: #EE4D89;
	font-size: 85%;
}
.mw_wp_form .mwform-field {
	margin: 0 0 5px;
	color: #fff;
}
.mw_wp_form .mwform-note {
	font-size: 85%;
}
 @media screen and (max-width: 800px) {
.mw_wp_form dl dt {
	float: none;
	width: auto;
	padding: 10px 0 0px 0px;
}
.mw_wp_form dl dd {
	padding: 0px 0 10px 0px;
}
.mw_wp_form dl dd {
	border-left: none;
}
}
/************************************ 特記 スマホ時*/
@media only screen and (max-width: 800px) {
}
/*WP用 投稿表示*/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 12px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 12px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/***************************/
/********【ヘッダー】********/
/***************************/
/*------header-----*/
.head-container {
	width: 100%;
	min-width: 1200px;
}
.head-main-area {
	margin: auto;
	overflow: hidden;
	width: 1170px;
	padding: 15px 0px;
}
.head-left-area {
	width: 577px;
	float: left;
}
.head-left-img01 {
	text-align: left;
	margin: 0px 0px;
}
.head-right-area {
	width: 593px;
	float: left;
	text-align: right;
}
.head-right-img-area {
	display: inline-table;
	text-align: right;
}
.head-right-txt01 {
	text-align: left;
	display: table-cell;
	vertical-align: top;
	width: 139px;
	padding: 23px 0px 0px 0px;
	color: #333;
	font-size: 13px;
}
.head-right-img01 {
	text-align: left;
	display: table-cell;
	vertical-align: top;
	width: 224px;
	padding: 13px 0px 0px 0px;
}
.head-right-img02 {
	display: inline-table;
	width: 230px;
	padding: 13px 0px 0px 0px;
}
@media only screen and (max-width: 800px) {
.head-container {
	min-width: inherit;
	border-bottom: solid 20px #002b60;
}
.head-main-area {
	width: 100%;
	padding: 15px 15px;
}
.head-left-area {
	width: 100%;
	float: none;
}
.head-left-img01 {
	text-align: left;
	margin: 0px 0px 0 0;
}
.head-right-area {
	display: none;
}
}
/*------nav-----*/
#nav {
	width: 100%;
	min-width: 1200px;
	background-color: #04254e;
	font-size: 18px;
	font-weight: 500;
	overflow: hidden;
}
#nav .gNavi {
	width: 1170px;
	padding: 20px 0 20px;
	margin: auto;
	overflow: hidden;
}
#nav .gNavi_list {
	list-style: none;
}
#nav .gNavi_list li {
	background: url(images/shared/header_01/gnav_bg.png) no-repeat right top 3px;
	text-align: center;
}
/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
#nav .gNavi_list li {
	background-image: url(images/shared/header_01/gnav_bg.png);
	background-repeat: no-repeat;
	background-position: 100% 3px;
	text-align: center;
}
}
#nav .gNavi_list li:last-child {
	background: none;
}
#nav .gNavi_list-item {
	float: left;
}
#nav .gNavi_list-item a:link {
	color: #fff;
	text-decoration: none;
}
#nav .gNavi_list-item a:visited {
	color: #fff;
}
#nav .gNavi_list-item a:hover {
	color: #fff100;
	border-bottom: solid 2px #fff100;
	padding: 0 5px 5px;
}
.item01 {
	width: 132px;
	padding: 0 22px 0 0;
}
.item02 {
	width: 148px;
	padding: 0 22px 0 0;
}
.item03 {
	width: 165px;
	padding: 0 22px 0 0;
}
.item04 {
	width: 114px;
	padding: 0 22px 0 0;
}
.item05 {
	width: 181px;
	padding: 0 22px 0 0;
}
.item06 {
	width: 149px;
	padding: 0 22px 0 0;
}
.item07 {
	width: 154px;
}
.item08 {
	width: 124px;
}
.tel_sp {
	display: none;
}
 @media only screen and (max-width: 800px) {
#nav {
	display: none;
}
.tel_sp {
	display: block !important;
}
}
/*------nav sp-----*/
.menu-btn {
	display: none;
}
.menu_list {
	display: none;
}
 @media only screen and (max-width: 800px) {
.menu-btn {
	position: absolute;
	top: 30px;
	right: 15px;
	width: 35px;
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	z-index: 9999;
	display: block;
}
}
.menu-btn span:after {
	content: attr(data-txt-menu);
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
	content: attr(data-txt-close);
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .sp-menu {
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: visible;
	opacity: 1;
}
.bar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	height: 3px;
	background: #002b60;/*開けるボタン色*/
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.bar.middle {
	top: 8px;
	opacity: 1;
}
.bar.bottom {
	top: 16px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}
.menu-btn__text {
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: auto;
	color: #002b60;/*開ける文字色*/
	-webkit-transition: all .5s;
	transition: all .5s;
	display: block;
	visibility: visible;
	opacity: 1;
	font-weight: 500;
}
.open .menu-btn__text {
	bottom: -12px;
}
.open .menu-btn .bar.top {
	background: #002b60;/*ハンバーガーボタン色*/
	width: 30px;
	left: 9px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open .menu-btn .bar.middle {
	opacity: 0;
}
.open .menu-btn .bar.bottom {
	background: #002b60;/*閉じるボタン色*/
	width: 30px;
	top: 21px;
	left: 9px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.open .menu-btn__text {
	color: #002b60;/*閉じる文字色*/
}
/****************/
.menu_list {
	color: #fff;
	font-size: 110%;
	padding: 15px 0;
	text-align: center;
	position: absolute;
	z-index: 101;
	background-color: #002b60;/*背景色*/
	top: 90px;/*メニュー開始ポジション*/
	width: 100%;
	z-index: 9999;
}
.menu_list img {
	margin-bottom: 10px;
}
.menu_list ul {
}
.menu_list ul li {
	width: 50%;
	float: left;
	border: solid 1px #003577;
	padding: .75em .75em;
}
.menu_list ul li:last-child {
	width: 100%;
	float: none;
	clear: both;
	text-align: center;
	border: solid 1px #003577;
	padding: 1.25em 2em;
}
.menu_list ul li a {
	color: #fff;
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
}
.menu_list ul li a:hover {
	/*background-color: #04254e;背景色ホバー*/
	color: #fff100;/*文字色ホバー*/
	text-decoration: none;
}
.menu_list ul li:nth-child(9) {
	width: 100%;
	float: none;
	clear: both;
	display: block;
	border: solid 1px #003577;
	padding: .75em .75em;
}
/****************/
.sp_close {
	color: #FFF;
	background-color: #484848;
	text-align: center;
	display: block;
	padding: 15px 10px;
	margin: 15px 0 0 0;
}
.sp_close:hover {
	background-color: #C0996B;
	cursor: pointer;
}
.sp_img {
	width: 100%;
	height: auto;
}
.sp_img95 {
	width: 95%;
	height: auto;
}
.sp_img90 {
	width: 90%;
	height: auto;
}
.sp_img80 {
	width: 80%;
	height: auto;
}
/***************************/
/********【フッター】********/
/***************************/
/*------page top-----*/
.pagetop_area {
	width: 100%;
	min-width: 1200px;
	background-color: #f6f6f6;
	clear: both;
	padding: 20px 0;
}
.pagetop-bt {
	text-align: center;
}
@media only screen and (max-width: 800px) {
.pagetop_area {
	min-width: inherit;
}
}
#nav-dock {
	height: 46px;
	width: 46px;
	position: fixed;

	bottom: 80px;
	right: 10px;
}
#nav-dock a {
	height: 46px;
	width: 46px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/shared/pagetop_btn01.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav-dock a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/*------footer-----*/
#foot {
	width: 100%;
	min-width: 1200px;
	background-color: #e0e7ef;
	padding: 55px 0 45px 0;
	clear: both;
}
#foot .logo {
}
#foot .bx_ar {
	overflow: hidden;
}
#foot .bx_l {
	width: 692px;
	float: left;
	margin: 0px 0px 0px 0px;
}
#foot .bx_r {
	width: 478px;
	float: left;
	margin: 0px 0px 0px 0px;
}
@media only screen and (max-width: 800px) {
#foot {
	min-width: inherit;
	padding: 0px 0 20px 0;
}
#foot .bx_ar {
	display: none;
}
}
/*------sitemap-----*/
.sitemap {
	margin: 15px 0 0px 0;
	overflow: hidden;
}
/*-----------*/
.sitemap_list li {
	list-style: none;
	margin: 0px 0px .5em 0px;
}
.sitemap_list-item {
	font-size: 14px;
	color: #002b60;
}
.sitemap_list-item a {
	font-size: 14px;
	color: #002b60;
	text-decoration: none;
}
.sitemap_list-item a:link {
	color: #002b60;
}
.sitemap_list-item a:visited {
	color: #002b60;
}
.sitemap_list-item a:hover {
	text-decoration: underline;
}
/*-----------*/
.sitemap01, .sitemap02, .sitemap03, .sitemap04 {
	float: left;
}
.sitemap01 {
	width: 94px;
}
.sitemap02 {
	width: 109px;
}
.sitemap03 {
	width: 123px;
}
.sitemap04 {
	width: 152px;
}
/*------sitemap sp-----*/
.sitemap_sp {
	display: none;
}
.sitemap_sp {
	display: none;
}
@media only screen and (max-width: 800px) {
.sitemap_sp {
	display: block;
}
.sitemap_sp ul {
	overflow: hidden;
}
.sitemap_sp ul li {
	width: 50%;
	float: left;
	list-style: none;
	padding: 10px 10px;
	text-align: center;
	font-size: 100%;
	color: #002b60;
	line-height: 1em;
	background-color: #fff;
	border: solid 1px #ededed;
}
.sitemap_sp_w {
	width: 50% !important;
}
.sitemap_sp ul li:hover {
	background-color: #eee;
}
.sitemap_sp ul li a:link {
	color: #002b60;
	text-decoration: none;
}
.sitemap_sp ul li a:visited {
	color: #002b60;
}
.logo_sp {
	text-align: center;
	margin: 20px 0 0;
	padding: 0 15px;
}
.logo_sp img {
	height: 70px;
}
}
@media only screen and (max-width: 480px) {
.sitemap_sp ul li {
	padding: 20px 10px 20px;
}
}
/*------copyright-----*/
.footer_copyright-area {
	width: 100%;
	min-width: 1200px;
	background-color: #202c3b;
}
.copyright_typo {
	font-size: 12px;
	color: #fff;
	padding: 25px 0px;
	text-align: center;
}
 @media only screen and (max-width: 800px) {
.footer_copyright-area {
	min-width: inherit;
}
.copyright_typo {
	padding: 25px 15px;
}
}
/***************************/
/********【index】********/
/***************************/
/*------slider-----*/
.slider-area {
	width: 100%;
	min-width: 1200px;
	clear: both;
}
@media only screen and (max-width: 800px) {
.slider-area {
	min-width: inherit;
}
}
.bxslider_bg01 {
	background: url(images/top_main01.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
	height: 550px;
}
.bxslider_bg02 {
	background: url(images/top_main02.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
	height: 550px;
}
.bxslider_bg03 {
	background: url(images/top_main03.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
	height: 550px;
}
@media only screen and (max-width: 800px) {
.bxslider_bg01, .bxslider_bg02, .bxslider_bg03 {
	height: 350px;
	background-position: center top;
}
}
@media only screen and (max-width: 640px) {
.bxslider_bg01, .bxslider_bg02, .bxslider_bg03 {
	height: 300px;
}
}
@media only screen and (max-width: 480px) {
.bxslider_bg01, .bxslider_bg02, .bxslider_bg03 {
	height: 250px;
}
}
/*------main img-----*/
/*.mainimg_ar {
	width: 100%;
	min-width: 1200px;
	text-align: center;
	background: url(images/top_main_01.jpg) no-repeat center top;
	background-size: cover;
	min-height: 550px;
}
@media only screen and (max-width: 800px) {
.mainimg_ar {
	min-width: inherit;
	background: none;
	min-height: inherit;
}
}*/
/********01********/
#cont01_ar {
	width: 100%;
	min-width: 1200px;
	background: url(images/top_con_01.png) no-repeat center top;
	background-size: cover;
	clear: both;
	padding: 10px 0px 60px 0px;
}
#cont01_ar .ttl {
	font-size: 26px;
	color: #fff100;
	line-height: 1.3em;
	margin: 0px 0px 10px 0px;
	text-align: center;
}
#cont01_ar .ttl_s {
	font-size: 15px;
	color: #fff;
	line-height: 1.3em;
	margin: 0px 0px 30px 0px;
	text-align: center;
	display: block;
}
#cont01_ar .tw_bx {
	text-align: center;
	display: block;
	width: 100%;
	margin: 0 auto;
}
#cont01_ar .txt01 {
	font-size: 15px;
	color: #fff;
	width: 520px;
	margin: 5px auto 20px
}
#cont01_ar .x_link {
    display: inline-block;
    border: 1px solid #000; /* 黒の境界線 */
    background-color: #fff; /* 白の背景色 */
    padding: 8px 16px; /* 内側の余白 */
    text-decoration: none; /* テキストの下線をなくす */
    color: black; /* テキストカラーを黒に */
    font-size: 1em; /* フォントサイズ */
    font-weight: bold; /* フォントを太字に */
    border-radius: 5px; /* 角の丸み */
    margin: 10px; /* 外側の余白 */
}
#cont01_ar .x_icon, .x_follow_text {
    vertical-align: middle;
}
#cont01_ar .x_icon {
    margin-right: 8px;
    width: 70px; /* アイコンのサイズ */
    height: 72px;
}
#cont01_ar .x_text {
    color: white; /* テキストカラーを白に */
    font-size: 1.2em;
}
@media only screen and (max-width: 800px) {
#cont01_ar {
	min-width: inherit;
	padding: 40px 0px 60px 0px;
}
#cont01_ar .ttl {
	font-size: 6vw;
	margin: 0px 0px 10px 0px;
}
#cont01_ar .ttl_s {
	font-size: 4vw;
	margin: 0px 0px 20px 0px;
}
}
@media only screen and (max-width: 520px) {
#cont01_ar .txt01 {
	width: 100%;
}
}
/********02********/
#cont02_ar {
	width: 100%;
	min-width: 1200px;
	clear: both;
	padding: 48px 0px 0px 0px;
	background-color: #000; /* 黒背景 */
}
#cont02_ar .ttl {
    font-size: 34px;
    color: #fff; /* 白文字 */
    line-height: 1.3em;
    margin: 0px 0px 10px 0px;
    text-align: center;
}
#cont02_ar .ttl_s {
	font-size: 16px;
	color: #9b9b9b;
	line-height: 1.3em;
	margin: 0px 0px 30px 0px;
	text-align: center;
	display: block;
}
@media only screen and (max-width: 800px) {
#cont02_ar {
	min-width: inherit;
	padding: 35px 0px 0px 0px;
}
#cont02_ar .ttl {
	font-size: 6vw;
	margin: 0px 0px 18px 0px;
}
#cont02_ar .ttl_s {
	font-size: 4vw;
	margin: 0px 0px 30px 0px;
}
}
#cont02_ar .bx_ar {
	overflow: hidden;
	min-width: 1200px;
}
#cont02_ar .bx {
	width: 50%;
	min-height: 440px;
	float: left;
	padding: 100px 6.5% 70px;
}
#cont02_ar .bg_bl {
	background: #072244; /* Old browsers */
	background: -moz-linear-gradient(top, #072244 1%, #00152f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #072244 1%, #00152f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #072244 1%, #00152f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#072244', endColorstr='#00152f', GradientType=0 ); /* IE6-9 */
}
#cont02_ar .bg_img01 {
	background: url(images/top_con_02.png) no-repeat right top;
	background-size: cover;
}
#cont02_ar .bg_img02 {
	background: url(images/top_con_03.png) no-repeat left top;
	background-size: cover;
}
#cont02_ar .bg_img03 {
	background: url(images/top_con_04.png) no-repeat right top;
	background-size: cover;
}
#cont02_ar .bg_img04 {
	background: url(images/top_con_05.png) no-repeat left top;
	background-size: cover;
}
#cont02_ar .subttl {
	font-size: 22px;
	color: #fff100;
	line-height: 1.3em;
	margin: 0px 0px 25px 0px;
	text-align: center;
}
#cont02_ar .subttl_s {
	font-size: 14px;
}
#cont02_ar .txt {
	font-size: 15px;
	color: #fff;
	line-height: 1.6em;
}
@media only screen and (max-width: 800px) {
#cont02_ar .bx_ar {
	min-width: inherit;
}
#cont02_ar .bx {
	width: 100%;
	float: none;
	min-height: 280px;
	padding: 45px 15px 50px;
}
#cont02_ar .subttl {
	font-size: 6vw;
	margin: 0px 0px 10px 0px;
}
#cont02_ar .subttl_s {
	font-size: 4vw;
}
#cont02_ar .txt {
	font-size: 4vw;
}
}
/********03********/
#cont03_ar {
	clear: both;
	padding: 40px 0px 60px 0px;
}
#cont03_ar .ttl {
	font-size: 34px;
	color: #002b60;
	line-height: 1.3em;
	margin: 0px 0px 10px 0px;
	text-align: center;
}
#cont03_ar .ttl_s {
	font-size: 16px;
	color: #9b9b9b;
	line-height: 1.3em;
	margin: 0px 0px 30px 0px;
	text-align: center;
	display: block;
}
#cont03_ar .bx {
	min-height: 380px;
	padding: 145px 45px 0px;
}
#cont03_ar .bg_img01 {
	background: url(https://ounodoukutsu.jp/zeroshiki/wp-content/uploads/2022/07/top_con_100.jpeg) no-repeat center top;
	background-size: cover;
	border-radius: 10px; /* 角を丸める */
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); /* 画像を浮き上がりさせる */
    transition: transform 0.3s ease; /* ホバー時のアニメーションを追加 */
}
#cont03_ar .bg_img01:hover {
    transform: translateY(-15px); /* ホバー時に画像を浮き上がらせる */
}
#cont03_ar .bg_img02 {
	background: url(images/top_con_07.png) no-repeat center top;
	background-size: cover;
	border-radius: 10px; /* 角を丸める */
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); /* 画像を浮き上がりさせる */
    transition: transform 0.3s ease; /* ホバー時のアニメーションを追加 */
}
#cont03_ar .bg_img02:hover {
    transform: translateY(-15px); /* ホバー時に画像を浮き上がらせる */
}
#cont03_ar .subttl {
	font-size: 30px;
	color: #fff;
	line-height: 1.3em;
	margin: 0px 0px 25px 0px;
	text-align: center;
	text-shadow: 2px 2px 3px rgba(0,0,0, 0.6);
}
#cont03_ar .txt {
	font-size: 16px;
	color: #fff;
	line-height: 1.3em;
}
#cont03_ar .txt_sp {
	display: none;
}
@media only screen and (max-width: 800px) {
#cont03_ar {
	clear: both;
	padding: 50px 0px 40px 0px;
}
#cont03_ar .ttl {
	font-size: 6vw;
	margin: 0px 0px 15px 0px;
}
#cont03_ar .ttl_s {
	font-size: 4vw;
	margin: 0px 0px 30px 0px;
}
#cont03_ar .bx {
	padding: 180px 15px 0px;
	margin: 0 0 15px;
}
#cont03_ar .subttl {
	font-size: 40px;
	margin: 0px 0px 0px 0px;
}
#cont03_ar .txt {
	display: none
}
#cont03_ar .txt_sp {
	display: block;
	font-size: 4vw;
	color: #444444;
	line-height: 1.3em;
	margin: 0 0 40px;
}
}
/********04********/
#cont04_ar {
	width: 100%;
	min-width: 1200px;
	background-color: #202c3b;
	clear: both;
	padding: 40px 0px 45px 0px;
}
#cont04_ar .ttl {
	font-size: 26px;
	color: #fff100;
	line-height: 1.3em;
	margin: 0px 0px 20px 0px;
	text-align: center;
}
#cont04_ar .ttl_s {
	font-size: 16px;
	color: #fff;
	line-height: 1.3em;
	margin: 0px 0px 55px 0px;
	text-align: center;
	display: block;
}
#cont04_ar .bx {
	width: 725px;
	margin: auto;
}
#cont04_ar .faq_ar {
	margin: 0 0 30px;
	display: block;
	width: 100%;
}
#cont04_ar .faq_q {
	font-size: 15px;
	color: #fff100;
	line-height: 1.8em;
	border-bottom: solid 1px #424a4d;
	padding: 0 0 10px;
	margin: 0 0 12px;
	display: block;
}
#cont04_ar .faq_a {
	font-size: 15px;
	color: #fff;
	line-height: 1.8em;
	display: block;
}
 @media only screen and (max-width: 800px) {
#cont04_ar {
	min-width: inherit;
	padding: 45px 0px 60px 0px;
}
#cont04_ar .ttl {
	font-size: 6vw;
	margin: 0px 0px 20px 0px;
}
#cont04_ar .ttl_s {
	font-size: 4vw;
	margin: 0px 0px 40px 0px;
}
#cont04_ar .bx {
	width: 100%;
}
#cont04_ar .faq_ar {
	margin: 0 0 35px;
}
#cont04_ar .faq_q {
	font-size: 4vw;
}
#cont04_ar .faq_a {
	font-size: 4vw;
}
}
/********05********/
#cont05_ar {
	clear: both;
	padding: 50px 0px 30px 0px;
}
#cont05_ar .ttl {
	font-size: 34px;
	color: #002b60;
	line-height: 1.3em;
	margin: 0px 0px 10px 0px;
	text-align: center;
}
#cont05_ar .ttl_s {
	font-size: 16px;
	color: #9b9b9b;
	line-height: 1.3em;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 30px 0px;
	text-align: center;
	display: block;
	border-bottom: solid 1px #e1e8f0;
}
#cont05_ar .post_ar {
	margin: 0 -15px;
	clear: both;
}
#cont05_ar .post_bx {
	width: 270px;
	margin: 0 13px 40px;
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
 /display: inline; /*for ie5～7*/
 /zoom: 1; /*for ie5～7*/
	vertical-align: top;/*要素の上揃え*/
}
#cont05_ar .post_img {
	text-align: center;
	margin: 0 0 15px;
}
#cont05_ar .post_name {
	font-size: 18px;
	color: #444444;
	text-align: center;
	margin: 0 0 12px;
}
#cont05_ar .post_add {
	font-size: 13px;
	color: #444444;
	text-align: center;
	margin: 0 0 5px;
}
#cont05_ar .post_tel {
	font-size: 13px;
	color: #444444;
	text-align: center;
	margin: 0 0 12px;
}
#cont05_ar .post_tel a:link {
	color: #444444;
}
#cont05_ar .post_tel a:visited {
	color: #444444;
}
#cont05_ar .post_bt {
	display: block;
	text-align: center;
}
/*#cont05_ar .post_bt_fo:after {
	content:">";
	color:#FFF;
	padding:0 0 0 10px;
}
#cont05_ar .post_bt_fo {
	display: inline-block;
	background-color:#002b60;
	padding:9px 20px;
	font-family: 'NotoSansCJKjp-Medium';
	font-size:13px;
	color:#FFF;
}
#cont05_ar .post_bt_fo:hover {
	background-color:#001c3e;
}
#cont05_ar .post_bt_fo a:link{
	color:#FFF;
}
#cont05_ar .post_bt_fo a:visited{
	color:#FFF;
}*/
@media only screen and (max-width: 800px) {
#cont05_ar {
	clear: both;
	padding: 20px 0px 10px 0px;
}
#cont05_ar .ttl {
	font-size: 6vw;
	margin: 0px 0px 15px 0px;
}
#cont05_ar .ttl_s {
	font-size: 4vw;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 18px 0px;
}
#cont05_ar .post_ar {
	margin: 0 0px;
}
#cont05_ar .post_bx {
	width: 45%;
	margin: 0 2% 50px 2%;
}
#cont05_ar .post_img {
	margin: 0 0 20px;
}
#cont05_ar .post_name {
	font-size: 4.5vw;
	line-height: 1.2em;
}
#cont05_ar .post_add {
	font-size: 4vw;
	line-height: 1.2em;
}
#cont05_ar .post_tel {
	font-size: 4vw;
	word-break: break-all;
	line-height: 1em;
}
#cont05_ar .post_bt_fo {
	font-size: 4vw;
	line-height: 1em;
}
}
/********06********/
#cont06_ar {
	width: 100%;
	min-width: 1200px;
	clear: both;
}
#cont06_ar .map {
	width: 100%;
	height: 400px;
	margin: 0 0 -10px;
}
@media only screen and (max-width: 800px) {
#cont06_ar {
	display: none;
}
}
/***************************/
/********【common】********/
/***************************/

/***************************/
/********【post shop[single]】********/
/***************************/
/********01********/
#post_shop {
	padding: 30px 0 40px;
}
#post_shop .shop_name {
	margin: 0 0 20px;
	clear: both;
	position: relative;
}
#post_shop .shop_name:before {
	position: absolute;
	content: '';
	background: #fff100;
	top: 0px;
	left: 0px;
	width: 8px;
	height: 65px;
}
#post_shop .shop_name_fo_s {
	font-size: 16px;
	color: #04254e;
	padding: 0 0 0 20px;
	margin: 0 0 5px;
	display: block;
}
#post_shop .shop_name_fo_b {
	font-size: 36px;
	color: #04254e;
	padding: 0 0 0 20px;
	margin: -8px 0 0px;
	line-height: 1.3em;
}
@media only screen and (max-width: 640px) {
#post_shop .shop_name_fo_s {
	font-size: 4vw;
}
#post_shop .shop_name_fo_b {
	font-size: 6vw;
}
}
/********02********/
#post_shop .page_nav {
	background-color: #eeeeee;
	padding: 12px 12px;
	font-size: 16px;
	margin: 0 0 45px;
}
#post_shop .page_nav ul {
	overflow: hidden;
}
#post_shop .page_nav ul li {
	list-style: none;
	display: inline;
	padding: 0 1em 0 18px;
	position: relative;
}
#post_shop .page_nav ul li:before {
	content: "";
	background: url(images/shop/arrow01.png) no-repeat left center;
	width: 8px;
	height: 4px;
	position: absolute;
	left: 0px;
	top: 8px;
}
#post_shop .page_nav ul li a:link {
	color: #025ccc;
}
#post_shop .page_nav ul li a:visited {
	color: #025ccc;
}
@media only screen and (max-width: 800px) {
#post_shop .page_nav {
	margin: 0 0 30px;
}
#post_shop .page_nav ul li {
	display: block;
	padding: 0 1em .5em 18px;
	font-size: 4vw;
}
#post_shop .page_nav ul li:before {
	top: 11px;
}
#post_shop .page_nav ul li:last-child {
	padding: 0 1em 0em 18px;
}
}
/********03********/
#post_shop .basic_ttl {
	font-size: 18px;
	color: #04254e;
	margin: 0 0 15px;
	clear: both;
	position: relative;
	padding: 0 0px 0 12px;
}
#post_shop .basic_ttl:before {
	position: absolute;
	content: '';
	background: #fff100;
	top: 4px;
	left: 0px;
	width: 6px;
	height: 21px;
}
#post_shop .basic_bxar {
	overflow: hidden;
	background-color: #f7f7f7;
}
/*#post_shop .basic_bxar {
	overflow: hidden;
	margin: 0 0 30px;
}*/
#post_shop .basic_img {
	width: 50%;
	float: left;
	text-align: center;
	/*min-height: 443px;*/
}
#post_shop .basic_info {
	width: 50%;
	float: left;
	background-color: #f7f7f7;
	padding: 30px 40px 0;
	min-height: 443px;
}
#post_shop .basic_subttl {
	font-size: 16px;
	color: #04254e;
	border-bottom: solid 1px #fff100;
	padding: 0px 0px 5px;
	margin: 0 0 20px;
}
#post_shop .basic_ico {
	overflow: hidden;
	margin: 0 0 15px;
}
#post_shop .basic_ico p {
	width: 10%;
	float: left;
	padding: 0 20px 0 0;
	min-height: 116px;
	margin: 0 0 10px;
}
/*#post_shop .basic_ico p {
	width: 20%;
	float: left;
	padding: 0 20px 0 0;
	min-height: 102px;
	margin: 0 0 10px;
}*/
#post_shop .basic_txt {
	font-size: 15px;
	color: #444;
	margin: 0 0 15px;
	line-height: 1.4em;
}
#post_shop .basic_map_ar {
	text-align: center;
	margin: 0 0 40px;
}
#post_shop .basic_map_ar iframe {
	width: 100% !important;
	height: 385px !important;
}
/********ext********/
.basic_icoar {
	background-color: #f7f7f7;
	padding: 30px 40px 15px;
	margin: 0 0 30px;
}
@media only screen and (max-width: 800px) {
.basic_icoar {
	padding: 30px 15px 5px;
}
}
@media only screen and (max-width: 800px) {
#post_shop .basic_ttl {
	font-size: 4vw;
}
#post_shop .basic_subttl {
	font-size: 4vw;
}
#post_shop .basic_img {
	width: 100%;
	float: none;
	min-height: inherit;
	margin: 0 0 20px;
}
#post_shop .basic_bxar {
	margin: 0 0 0px;
}
#post_shop .basic_info {
	width: 100%;
	float: none;
	min-height: inherit;
	padding: 30px 15px 20px;
	margin: 0 0 20px;
}
#post_shop .basic_ico p {
	width: 25%;
	padding: 0 5px;
	margin: 0 0 5px;
	text-align: center;
	min-height:116px;
	max-height:116px;
}
/*#post_shop .basic_ico p {
	width: 33.333%;
	padding: 0 20px;
	margin: 0 0 20px;
	text-align: center;
}*/
#post_shop .basic_txt {
	font-size: 4vw;
}
}
/********04********/
#post_shop .feature_ttl {
	font-size: 18px;
	color: #04254e;
	margin: 0 0 15px;
	clear: both;
	position: relative;
	padding: 0 0px 0 12px;
}
#post_shop .feature_ttl:before {
	position: absolute;
	content: '';
	background: #fff100;
	top: 4px;
	left: 0px;
	width: 6px;
	height: 21px;
}
#post_shop .feature_bxar {
	margin: 0 -15px 60px;
	clear: both;
}
#post_shop .feature_bx {
	width: 47.25%;
	margin: 0 15px;
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
 /display: inline; /*for ie5～7*/
 /zoom: 1; /*for ie5～7*/
	vertical-align: top;/*要素の上揃え*/
}
#post_shop .feature_img {
	text-align: center;
	margin: 0 0 25px;
}
#post_shop .feature_subttl {
	font-size: 20px;
	color: #444;
	margin: 0 0 15px;
}
#post_shop .feature_txt {
	font-size: 15px;
	color: #444;
}
@media only screen and (max-width: 800px) {
#post_shop .feature_ttl {
	font-size: 6vw;
}
#post_shop .feature_bxar {
	margin: 0 0px 20px;
}
#post_shop .feature_bx {
	margin: 0 0px;
	width: 100%;
	margin: 0 0% 50px 0%;
}
#post_shop .feature_img {
	margin: 0 0 20px;
}
#post_shop .feature_subttl {
	font-size: 4vw;
}
#post_shop .feature_txt {
	margin: 0 0 40px;
	font-size: 4vw;
}
}
/********05********/
#post_shop .contact_ar {
	width: 100%;
	min-width: 1200px;
	background-color: #202c3b;
	padding: 40px 0px 60px;
	color: #fff;
}
#post_shop .contact_bx {
	width: 700px;
	margin: auto;
}
#post_shop .contact_ttl {
	font-size: 26px;
	color: #fff100;
	line-height: 1.3em;
	margin: 0px 0px 10px 0px;
	text-align: center;
}
#post_shop .contact_ttl_s {
	font-size: 16px;
	color: #fff;
	line-height: 1.3em;
	margin: 0px 0px 35px 0px;
	text-align: center;
	display: block;
}
@media only screen and (max-width: 800px) {
#post_shop .contact_ar {
	min-width: inherit;
	padding: 40px 0px 40px;
}
#post_shop .contact_bx {
	width: 100%;
}
#post_shop .contact_ttl {
	font-size: 6vw;
}
#post_shop .contact_ttl_s {
	font-size: 4vw;
}
}
/********06********/
#post_shop .store_mainar {
	clear: both;
	padding: 70px 0px 40px;
}
#post_shop .store_ttl {
	font-size: 24px;
	color: #002b60;
	line-height: 1.3em;
	margin: 0px 0px 30px;
	padding: 0 0 30px;
	text-align: center;
	border-bottom: solid 1px #e1e8f0;
}
#post_shop .store_ar {
	margin: 0 -15px;
	clear: both;
}
#post_shop .store_bx {
	width: 270px;
	margin: 0 13px 40px;
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
 /display: inline; /*for ie5～7*/
 /zoom: 1; /*for ie5～7*/
	vertical-align: top;
}
#post_shop .store_img {
	text-align: center;
	margin: 0 0 15px;
}
#post_shop .store_name {
	font-size: 18px;
	color: #444444;
	text-align: center;
	margin: 0 0 12px;
}
#post_shop .store_add {
	font-size: 13px;
	color: #444444;
	text-align: center;
	margin: 0 0 5px;
}
#post_shop .store_tel {
	font-size: 13px;
	color: #444444;
	text-align: center;
	margin: 0 0 12px;
}
#post_shop .store_tel a:link {
	color: #444444;
}
#post_shop .store_tel a:visited {
	color: #444444;
}
#post_shop .store_bt {
	display: block;
	text-align: center;
}
/*#post_shop .store_bt_fo:after {
	content:">";
	color:#FFF;
	padding:0 0 0 10px;
}
#post_shop .store_bt_fo {
	display: inline-block;
	background-color:#002b60;
	padding:9px 20px;
	font-family: 'NotoSansCJKjp-Medium';
	font-size:13px;
	color:#FFF;
}
#post_shop .store_bt_fo:hover {
	background-color:#001c3e;
}
#post_shop .store_bt_fo a:link{
	color:#FFF;
}
#post_shop .store_bt_fo a:visited{
	color:#FFF;
}*/
@media only screen and (max-width: 800px) {
#post_shop .store_mainar {
	padding: 50px 0px 20px;
}
#post_shop .store_ttl {
	font-size: 6vw;
	margin: 0px 0px 20px;
	padding: 0 0 20px;
}
#post_shop .store_ar {
	margin: 0 0px;
}
#post_shop .store_bx {
	width: 45%;
	margin: 0 2% 50px 2%;
}
#post_shop .store_img {
	margin: 0 0 20px;
}
#post_shop .store_name {
	line-height: 1.2em;
	font-size: 4vw;
}
#post_shop .store_add {
	line-height: 1.2em;
	font-size: 4vw;
}
#post_shop .store_tel {
	word-break: break-all;
	line-height: 1em;
	font-size: 4vw;
}
#post_shop .store_bt_fo {
	line-height: 1em;
	font-size: 4vw;
}
}
/**************************/
/********sigle contents********/
/**************************/
strong {
	font-weight: bold;
}
.topics_sec section ul {
	padding-left: 1.5em;
}
.topics_sec section ul li {
	list-style: outside disc;
}
.topics_sec section ol {
	padding-left: 1.5em;
}
.topics_sec section ol li {
}
.topics_sec section em {
	font-style: italic;/*斜体*/
}
.aligncenter {
	margin: 0 auto !important;
	text-align: center !important;
	display: block;
}
#map_canvas {
	height: 400px;
}
/**************************/
/********sigle post********/
/**************************/
.single-post-inner {
	margin: 1rem;
	font-size: 1.5rem;
}
.single-post-inner > * {
	padding: 1rem;
}
/* ガンプラの高価買取 */

.flex-container {
	padding: initial!important;
}
.item {
	font-size: 1rem!important;
	margin: 5px!important;
}
.notice {
	font-size: 1rem!important;
}
div.img_box {
	width: 190px!important;
	height: 190px!important;
	margin-bottom: 10px;
}
.item p {
    width: 190px!important;
}
p.post_time {
    text-align: center;
	font-size: 100％;
	margin-bottom: 1rem;
}