@charset "utf-8";

/*
Theme Name: GO-GUY TICKET Default Theme
Theme URI: GO-GUY TICKET
Author:GO-GUY TICKET
Description: GO-GUY TICKET Default Theme
Version: 1.0
*/

/*-------------------------------
	Reset
-------------------------------*/

*,
::before,
::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

/* すべてのデフォルトのパディングを削除 */

/*要素のフォントサイズやマージン・パディングをリセットしています*/
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,
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,
sub {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

/*行の高さをフォントサイズと同じにしています*/
body {
  line-height: 1;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*ulのマーカー（行頭記号）を表示しないようにしています*/
ol,
ul {
  list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote,
q {
  quotes: none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #333;
  margin: 1em 0;
  padding: 0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input,
select {
  vertical-align: middle;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

/*画像の余白削除*/
img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  border: 0;
}

/*イメージ関係100%設定*/
img,
object,
embed,
video {
  width: 100%;
}

/*フォントをノーマルに*/
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/*-------------------------------
	Font
-------------------------------*/
body {
  color: #444;
  text-align: left;
  font: 14px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ie8 */
html>

/**/
body {
  font-size
  /*\**/
  : 85%\9;
}

/* ie7 */
*:first-child+html body {
  font-size: 85%;
}

/* ie5 - ie6 */
* html body {
  font-size: 85%;
}

/*-------------------------------
	Font Option
-------------------------------*/
.fNormal {
  font-weight: normal;
}

.fBold {
  font-weight: bold;
}

.fItalic {
  font-style: italic;
}

.fSSS {
  font-size: 70%;
}

.fSS {
  font-size: 78%;
}

/* base 12px =  8px */
.fS {
  font-size: 85%;
}

/* base 12px = 10px */
.fM {
  font-size: 100%;
}

.fL {
  font-size: 115%;
}

/* base 12px = 14px */
.fLL {
  font-size: 130%;
}

/* base 12px = 16px */
.fLLL {
  font-size: 143%;
}

/* base 12px = 18px */
sup {
  font-size: 78%;
  vertical-align: top;
}

sub {
  font-size: 78%;
  vertical-align: baseline;
}

.fRed {
  color: #ff0000;
}

.fGray {
  color: #999999;
}

.wb {
  word-break: break-all;
}

/*-------------------------------
	Link
-------------------------------*/
a {
  color: #ff2025;
  text-decoration: none;
}

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

a.linkBtn01:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=80)";
  /* ie 8 */
  zoom: 1;
}

/*-------------------------------
	Clearfix
-------------------------------*/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.flc {
  overflow: hidden;
  zoom: 1;
}

/*-------------------------------
	Float
-------------------------------*/
.floatLeft {
  display: inline;
  float: left;
}

.floatRight {
  display: inline;
  float: right;
}

/* ---------------------------------------------
	Margin

--------------------------------------------- */
.mt00 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt280 {
  margin-top: 280px !important;
}

.mt300 {
  margin-top: 300px !important;
}

.mr00 {
  margin-right: 0 !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml00 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml30 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

/* ---------------------------------------------
	Padding
--------------------------------------------- */
.pt00 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr00 {
  padding-right: 0 !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl00 {
  padding-left: 0 !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl30 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* ---------------------------------------------
	Align
--------------------------------------------- */
.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.valignTop {
  vertical-align: top !important;
}

.valignMiddle {
  vertical-align: middle !important;
}

.valignBottom {
  vertical-align: bottom !important;
}

/* ---------------------------------------------
	Others
--------------------------------------------- */
.block {
  display: block;
}

.inline {
  display: inline;
}

.hide {
  display: none;
}

.nobg {
  background: none !important;
}

.underLine {
  text-decoration: underline;
}

.noLine {
  text-decoration: none;
}

.listDisc {
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 25px;
}

.listCircle {
  list-style-position: outside;
  list-style-type: circle;
  margin-left: 25px;
}

.listSquare {
  list-style-position: outside;
  list-style-type: square;
  margin-left: 25px;
}

.listDecimal {
  list-style-position: outside;
  list-style-type: decimal;
  margin-left: 30px;
}

/*-------------------------------
	Field
-------------------------------*/
body {
  position: relative;
  background: #fff0f0;
  -webkit-text-size-adjust: 100%;
}

.wrapper {
  width: 100%;
}

.box01 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.common-block {
  width: min(100% - 40px, 1000px);
  margin-inline: auto;
}

@media (max-width: 768px) {
  .box01 {
    width: 96%;
  }
}

/*-------------------------------
	Header
-------------------------------*/
.header {
  width: 100%;
  /*background:#FFF url(images/header_bg01.png) repeat-x left top;*/
  background-color: #fff;
}

.header .box01 {
  position: relative;
  height: 100px;
  display: flex;
  justify-content: space-between;
}

.logo01 {
  width: 384px;
  position: absolute;
  top: 10px;
  left: 5px;
}

.headerSns a {
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.headerTw a {
  top: 16px;
  right: 50px;
  background: #fff url(images/sns_btn.png) no-repeat 0px 0px;
}

.headerTw a:hover {
  background-position: 0px -33px;
}

.headerFb a {
  top: 16px;
  right: 10px;
  background: #fff url(images/sns_btn.png) no-repeat -33px 0px;
}

.headerFb a:hover {
  background-position: -33px -33px;
}

@media (max-width: 768px) {

  /*.header {
	padding-bottom:20px;
}*/
  .logo01 {
    width: 48%;
  }

  .header .box01 {
    position: relative;
    height: auto;
    padding-bottom: 13%;
  }
}

/*-------------------------------
	Navi
-------------------------------*/
.gNavW {
  width: 480px;
  position: absolute;
  bottom: 15px;
  right: 0px;
}

.gNavW ul {
  display: flex;
  justify-content: end;
  align-items: center;
}

.gNavW ul li {
  float: left;
  font-weight: bold;
  color: #ff2025;
  border-right: 1px dotted #ff6f6f;
  padding: 0 10px 0 22px;
  background: url(images/arrow01.png) no-repeat 10px center;
}

.gNavW ul li:first-child {
  border-left: 1px dotted #ff6f6f;
}

.gNavS {
  display: none;
}

@media (max-width: 768px) {
  .gNavW {
    display: none;
  }
}

/*-------------------------------
	Main
-------------------------------*/
.main {
  width: 100%;
  margin: 0;
  /*background:url(images/header_bg02.png) repeat-x left top;*/
  padding: 20px 0 40px 0;
}

@media (max-width: 768px) {
  .main {}
}

.error01 {
  width: 90%;
  margin: 30px auto;
}

/*-------------------------------
	Side
-------------------------------*/
.side01 {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto 0;
}

.sideBox01 {
  width: 94%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  padding: 3%;
}

.sideMm h1 {
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 4px solid #ffbf00;
  background: #fb8a00;
  text-align: center;
  padding: 7px 0 12px 0;
}

.sideMm h1 img {
  width: 88px;
}

.sideMm a {
  display: block;
  width: 100%;
  height: auto;
  background: #e7161b;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px;
  margin: 0 auto 0 auto;
  padding: 10px 0 10px 0;
  text-align: center;
}

.sideMm a:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
  zoom: 1;
}

.sideMm a img {
  width: 136px;
}

.sideSeach h1 {
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 4px solid #9fc225;
  /*background:#7DA20F;*/
  text-align: center;
  padding: 5px 0 12px 0;
}

.sideSeach h1 img {
  width: 86px;
}

.sideSeachBox01,
.sideSeach #s {
  display: block;
  width: 94%;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
}

#searchsubmit,
.searchsubmit {
  display: block;
  width: 90%;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

/*side共通*/
.sideBlog ul,
.sideArea ul,
.sideGenre ul {
  list-style: none;
}

.sideBlog ul li,
.sideArea ul li,
.sideGenre ul li {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.sideBlog ul li a,
.sideArea ul li a,
.sideGenre ul li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 8px 6px 8px 22px;
  text-decoration: none;
  line-height: 1.3;
}

.sideBlog ul li a:hover,
.sideArea ul li a:hover,
.sideGenre ul li a:hover {
  text-decoration: underline;
}

.sideBlog ul li a:before,
.sideArea ul li a:before,
.sideGenre ul li a:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
}

.sideBlog ul li a:after,
.sideArea ul li a:after,
.sideGenre ul li a:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 2px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
}

/*side共通end*/
.sideBlog h1 img {
  display: block;
  width: 100%;
  margin: 15px auto 20px auto;
}

.sideBlog ul li {
  border-bottom: 1px dotted #68b9ea;
}

.sideBlog ul li:first-child {
  border-top: 1px dotted #68b9ea;
}

.sideBlog ul li a {
  background: #e4f2fc;
  color: #008bd4;
}

.sideBlog ul li a:before {
  background: #008bd5;
}

.sideBlog ul li a:after {
  background: #e4f2fc;
}

.sideBlog ul li a h2 {
  font-weight: bold;
}

a.sideBlogBtn {
  display: block;
  width: 100%;
  height: auto;
  background: #008bd5;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px;
  margin: 10px auto 0 auto;
  padding: 10px 0 18px 0;
  text-align: left;
}

a:hover.sideBlogBtn {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
  zoom: 1;
}

a.sideBlogBtn img {
  width: 140px;
  padding-left: 10px;
}

.sideArea h1 {
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 4px solid #7bca11;
  /*background:#549A07;*/
  text-align: center;
  padding: 5px 0 12px 0;
}

.sideArea h1 img {
  width: 83%;
}

.sideArea ul {
  margin-top: 5px;
}

.sideArea ul li {
  /*border-bottom: 1px dotted #7BCA11;*/
}

.sideArea ul li:first-child {
  /*border-top: 1px dotted #7BCA11;*/
}

.sideArea ul li a {
  font-weight: bold;
  /*background: #E2FDC6;*/
  color: #478206;
}

.sideArea ul li a:before {
  background: #549a07;
}

.sideArea ul li a:after {
  background: #fff;
}

.sideGenre h1 {
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 4px solid #ffbf00;
  /*background:#FB8A00;*/
  text-align: center;
  padding: 5px 0 12px 0;
}

.sideGenre h1 img {
  width: 113px;
}

.sideGenre ul {
  margin-top: 5px;
}

.sideGenre ul li {
  /*border-bottom: 1px dotted #E17C00;*/
}

.sideGenre ul li:first-child {
  /*border-top: 1px dotted #E17C00;*/
}

.sideGenre ul li a {
  font-weight: bold;
  /*background: #FFF5D7;*/
  color: #e06305;
}

.sideGenre ul li a:before {
  background: #fb8a00;
}

.sideGenre ul li a:after {
  background: #fff;
}

.sideBn li {
  margin-bottom: 8px;
}

.sideFb iframe {
  width: 100%;
  height: 340px;
  border: 1px solid #ddd;
  overflow: hidden;
}

.sideList01S,
.sideList02S {
  display: none;
}

.under-link {
  width: 100%;
  max-width: 1000px;
  margin: 30px auto 0;
}

.under-link .link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.under-link .link li {
  width: 100%;
  max-width: 340px;
}

@media (max-width: 960px) {
  .sideFb iframe {
    height: 420px;
  }
}

@media (max-width: 768px) {
  .side01 {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  .sideBox01 {
    width: 96%;
    padding: 2%;
  }

  .sideBlog h1 img {
    width: 200px;
    margin-top: 10px;
  }

  .sideArea h1 img {
    width: 158px;
  }

  .sideList01W,
  .sideList02W {
    display: none;
  }

  .sideList01S {
    display: block;
    background-color: #549a07;
    border-top: 1px solid #41730b;
    border-bottom: 1px solid #41730b;
    padding: 0 3% 0 3%;
    color: #fff;
    margin-top: 15px;
  }

  .sideList02S {
    display: block;
    background-color: #fc8603;
    border-top: 1px solid #c75b03;
    border-bottom: 1px solid #c75b03;
    padding: 0 3% 0 3%;
    color: #fff;
    margin-top: 15px;
  }

  .sideList01STop,
  .sideList02STop {
    padding: 10px 14px 14px 40px;
    cursor: pointer;
    background: url(images/menu_tag.png) no-repeat 10px 10px;
    font-weight: bold;
    color: #fff;
  }

  .sideList01STop span,
  .sideList02STop span {
    display: block;
    width: 99%;
  }

  .sideList01STop span.sideList01SArrow01,
  .sideList02STop span.sideList02SArrow01 {
    background-image: url(images/menu_arrow01.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 11px 7px;
  }

  .sideList01STop span.sideList01SArrow02,
  .sideList02STop span.sideList02SArrow02 {
    background-image: url(images/menu_arrow02.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 11px 7px;
  }

  .sideList01S .sideList01,
  .sideList02S .sideList02 {
    display: none;
    margin-top: 0;
    padding: 0 5px 0 5px;
  }

  .sideList01S .sideList01 li,
  .sideList02S .sideList02 li {
    float: none;
  }

  .sideList01S .sideList01 li a,
  .sideList02S .sideList02 li a {
    color: #fff;
    background: url(images/arrow07.png) no-repeat 10px center;
    margin-bottom: 0px;
    border-left: none;
    border-bottom: 1px dotted #eee;
    padding: 12px 15px 12px 28px;
  }

  .sideList01S .sideList01 li:first-child,
  .sideList02S .sideList02 li:first-child {
    border-top: 1px dotted #eee;
  }

  .sideList01S .sideList01 li:last-child a,
  .sideList02S .sideList02 li:last-child a {
    margin-bottom: 0;
    border-bottom: none;
  }

  .sideArea ul li,
  .sideGenre ul li {
    border-bottom: none;
  }

  .sideArea ul li:first-child,
  .sideGenre ul li:first-child {
    border-top: none;
  }

  .sideArea ul li a:before,
  .sideGenre ul li a:before {
    background: none;
  }

  .sideArea ul li a:after,
  .sideGenre ul li a:after {
    background: none;
  }

  .sideGenre ul li a,
  .sideArea ul li a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sideBn ul {
    overflow: hidden;
    zoom: 1;
  }

  /*.sideBn li{
	float:left;
	width:48%;
	margin-left:1%;
}*/
  .sideFb iframe {
    height: 220px;
  }

  .under-link {
    margin: 20px auto 0;
  }

  .under-link .link {
    flex-direction: column;
    gap: 10px;
  }

  .under-link .link li {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {

  /*.sideBn ul{
	margin-left:-1%;
}
.sideBn li{
	float:none;
	width:100%;
}*/
  .sideFb iframe {
    height: 270px;
  }

  .sideSeachBox01,
  .sideSeach #s {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #searchsubmit,
  .searchsubmit {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

/*-------------------------------
	Content
-------------------------------*/
.contentBox01 {
  width: 100%;
  max-width: 700px;
  margin-inline: auto;
}

.contentBox02 {
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  padding: 15px 10px 0;
}

.contentBox03 {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

.tit01 {
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 4px solid #7bca11;
  background-color: #549a07;
  text-align: left;
  padding: 10px 0 8px 10px;
}

.title01 {
  border-bottom: 3px solid #7bca11;
  text-align: left;
  padding: 6px 0 6px 5px;
}

.tit02 {
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 4px solid #f9c02b;
  background-color: #fc8603;
  text-align: left;
  padding: 10px 0 8px 10px;
}

.title02 {
  border-bottom: 3px solid #f9c02b;
  text-align: left;
  padding: 6px 0 6px 5px;
}

.tit03 {
  /*-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;*/
  border-bottom: 4px solid #3aa4e1;
  /*background-color:#008BD5;*/
  text-align: left;
  padding: 10px 0 8px 10px;
}

.title03 {
  border-bottom: 3px solid #68b9ea;
  text-align: left;
  padding: 6px 0 6px 5px;
}

.tit04 {
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 4px solid #ff889d;
  background-color: #fb2b59;
  text-align: left;
  padding: 10px 0 8px 10px;
}

.tit05 {
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 4px solid #ff9b9b;
  background-color: #e7161b;
  text-align: left;
  padding: 12px 0 10px 10px;
}

.tit06 {
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 4px solid #ffc0bb;
  background-color: #fd4856;
  text-align: left;
  padding: 12px 0 10px 10px;
}

.title06 {
  border-bottom: 3px solid #ffc0bb;
  text-align: left;
  padding: 6px 0 6px 5px;
}

.tit01 .titImg01 {
  width: 123px;
}

.tit02 .titImg02 {
  width: 156px;
}

.tit03 .titImg03 {
  width: 178px;
}

.tit04 .titImg04 {
  width: 116px;
}

@media (max-width: 768px) {
  .contentBox01 {
    float: none;
    width: 100%;
  }

  .contentBox02 {
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    padding: 2%;
  }
}

.listDt01,
.listDt02 {
  float: left;
  width: 240px;
  margin: 0 0 10px 0;
  padding: 5px;
  background: #ddd;
  border-radius: 7px;
}

/*.listDt01, .listDt02{
	float: left;
	width:222px;
	margin:0 6px 15px 6px;
	padding: 7px;
	background:#DDD;
}*/
.listDt01In,
.listDt02In {
  position: relative;
  width: 230px;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}

.new01 {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 38px;
}

a.listDt01Link {
  text-decoration: none;
}

a.listDt01Link img {
  height: auto !important;
}

.listDt01ThumIn {
  width: 100%;
}

.listDt01ThumIn img {
  height: auto !important;
}

.listDt01In h2 {
  background: url(images/item_bg01.png) repeat left top;
  padding: 7px 7px 5px 7px;
  font-weight: bold;
  font-size: 110%;
  color: #fff;
  line-height: 1.3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.listDt02In h2 {
  font-weight: bold;
  font-size: 110%;
  color: #e06305;
  line-height: 1.3;
  border-bottom: 2px dotted #cd8c1f;
  padding: 0 1px 5px 1px;
}

.listDt01In h3 {
  /*-
	background:#F1FAFE;
-*/
  padding: 0px 7px 5px 7px;
  font-weight: bold;
  font-size: 110%;
  color: #008bd4;
  line-height: 1.3;
  /*-
	border:3px solid #6BC5FA;
-*/
  margin-top: 5px;
}

.listDt01Thum {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin: 10px auto 10px auto;
}

.listDt01Thum img {
  width: 100%;
  display: block;
}

.listDt01Txt {
  border-top: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa;
  padding: 5px;
}

.listDt01Btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 5px;
  margin-top: 15px;
}

/*.listDt01Btn{
	overflow:hidden;
	zoom:1;
}*/
/*.listDt01Btn span, .singleCategory01 .left span{
	display:block;
	float:left;
}*/
.btnArea01 {
  display: block;
  float: left;
  color: #fff;
  text-decoration: none;
  padding: 4px 3px 2px 2px;
  line-height: 1.2;
  border-radius: 3px;
  border: 1px solid #ff6d06;
  background: #fe954a;
  background: linear-gradient(to bottom, #fe954a 0%, #f86700 100%);
  font-size: 0.875rem;
}

.btnGenre01 {
  display: block;
  float: left;
  color: #fff;
  text-decoration: none;
  padding: 4px 3px 2px 2px;
  line-height: 1.2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #429a0c;
  background: #54c20f;
  background: linear-gradient(to bottom, #54c20f 0%, #3f920b 100%);
}

@media (max-width: 768px) {

  .listDt01,
  .listDt02 {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 5px;
  }

  .listDt01In,
  .listDt02In {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 2% 2% 4% 2%;
  }

  .listDt01Thum {
    width: 60%;
  }
}

@media (max-width: 480px) {
  .listDt01Thum {
    width: 80%;
  }
}

/*-------------------------------
	Home
-------------------------------*/
.topArea .title01 span {
  width: 100%;
  font-weight: bold;
  font-size: 130%;
  line-height: 1.2;
  color: #549a07;
  padding-left: 10px;
  border-left: 6px solid #549a07;
}

.topGenre .title02 span {
  width: 100%;
  font-weight: bold;
  font-size: 130%;
  line-height: 1.2;
  color: #e16305;
  padding-left: 10px;
  border-left: 6px solid #fc8603;
}

.topPickup .title03 span {
  width: 100%;
  font-weight: bold;
  font-size: 130%;
  line-height: 1.2;
  color: #008bd5;
  padding-left: 10px;
  border-left: 6px solid #008bd5;
}

.topList01S,
.topList02S {
  display: none;
}

.topList01,
.topList02 {
  margin-top: 15px;
  padding: 0 5px 0 5px;
}

.topList01 li,
.topList02 li {
  float: left;
}

.topList01 li a,
.topList02 li a {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
  border-left: 1px solid #ccc;
  padding-left: 28px;
  padding-right: 15px;
  text-decoration: none;
}

.topList01 li a {
  color: #457e05;
  background: url(images/arrow02.png) no-repeat 10px center;
}

.topList01 li a:hover,
.topList02 li a:hover {
  text-decoration: underline;
}

.topList02 li a {
  color: #e06305;
  background: url(images/arrow03.png) no-repeat 10px center;
}

@media (max-width: 768px) {

  .topList01W,
  .topList02W {
    display: none;
  }

  .topList01S {
    display: block;
    background-color: #549a07;
    border-top: 1px solid #41730b;
    border-bottom: 1px solid #41730b;
    padding: 0 3% 0 3%;
    color: #fff;
    margin-top: 15px;
  }

  .topList02S {
    display: block;
    background-color: #fc8603;
    border-top: 1px solid #c75b03;
    border-bottom: 1px solid #c75b03;
    padding: 0 3% 0 3%;
    color: #fff;
    margin-top: 15px;
  }

  .topList01STop,
  .topList02STop {
    padding: 10px 14px 14px 40px;
    cursor: pointer;
    background: url(images/menu_tag.png) no-repeat 10px 10px;
    font-weight: bold;
    color: #fff;
  }

  .topList01STop span,
  .topList02STop span {
    display: block;
    width: 99%;
  }

  .topList01STop span.topList01SArrow01,
  .topList02STop span.topList02SArrow01 {
    background-image: url(images/menu_arrow01.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 11px 7px;
  }

  .topList01STop span.topList01SArrow02,
  .topList02STop span.topList02SArrow02 {
    background-image: url(images/menu_arrow02.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 11px 7px;
  }

  .topList01,
  .topList02 {
    display: none;
    margin-top: 0;
    padding: 0 5px 0 5px;
  }

  .topList01 li,
  .topList02 li {
    float: none;
  }

  .topList01 li a,
  .topList02 li a {
    color: #fff;
    background: url(images/arrow07.png) no-repeat 10px center;
    margin-bottom: 0px;
    border-left: none;
    border-bottom: 1px dotted #eee;
    padding: 12px 15px 12px 28px;
  }

  .topList01 li:first-child,
  .topList02 li:first-child {
    border-top: 1px dotted #eee;
  }

  .topList01 li:last-child a,
  .topList02 li:last-child a {
    margin-bottom: 0;
    border-bottom: none;
  }
}

/*-------------------------------
	Archive
-------------------------------*/
.contentArea .title01 span.t1 {
  display: block;
  float: left;
  width: 72%;
  font-weight: bold;
  font-size: 130%;
  line-height: 1.2;
  color: #549a07;
  padding-left: 10px;
  border-left: 6px solid #549a07;
}

.contentArea .title01 span.t2 {
  display: block;
  float: right;
  width: 110px;
  letter-spacing: 0.8;
  height: auto;
  color: #549a07;
  font-weight: bold;
}

.goguynet .title01 span.t3 {
  display: block;
  font-weight: bold;
  font-size: 130%;
  line-height: 1.2;
  color: #549a07;
  padding-left: 10px;
  border-left: 6px solid #549a07;
}

.contentGenre .title02 span.t1 {
  display: block;
  float: left;
  width: 72%;
  font-weight: bold;
  font-size: 130%;
  line-height: 1.2;
  color: #e16305;
  padding-left: 10px;
  border-left: 6px solid #fc8603;
}

.contentGenre .title02 span.t2 {
  display: block;
  float: right;
  width: 120px;
  letter-spacing: 0.8;
  height: auto;
  color: #e16305;
  font-weight: bold;
}

#contentStore {
  display: none;
}

.contentStore .title03 span.t1 {
  display: block;
  float: left;
  width: 75%;
  font-weight: bold;
  font-size: 130%;
  line-height: 1.2;
  color: #008bd5;
  padding-left: 10px;
  border-left: 6px solid #008bd5;
}

.contentStore .title03 span.t2 {
  display: block;
  float: right;
  width: 65px;
  height: auto;
  letter-spacing: 0.8;
  color: #008bd5;
  font-weight: bold;
}

.pagenation {
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 2px dotted #bbb;
  text-align: center;
}

.wp-pagenavi {
  clear: both;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #e01020;
  background: #ff868f;
  color: #fff;
  padding: 4px 8px 5px 8px;
  margin: 2px;
}

.wp-pagenavi span.extend {
  text-decoration: none;
  border: 1px solid #e01020;
  background: #ff868f;
  color: #fff;
  padding: 4px 2px 5px 2px;
  margin: 2px;
}

.wp-pagenavi span.current {
  border-color: #000;
}

.wp-pagenavi a:hover {
  border-color: #ff6262;
  background: #ffbbbb;
}

.wp-pagenavi span.current {
  font-weight: bold;
  background: #fff;
  color: #555;
}

.wp-pagenavi .pages {
  text-decoration: none;
  border: 1px solid #777;
  background: #fff;
  padding: 4px 4px 5px 4px;
  color: #333;
}

.wp-pagenavi .first {
  padding: 4px 4px 5px 4px;
}

.btnStore01 {
  margin: 20px 0 30px 0;
}

.btnStore01 a {
  display: block;
  width: 40%;
  height: 46px;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #008bd5 url(images/store_btn01.png) no-repeat center center;
  background-size: 60% auto;
}

.goguynet {
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 25px;
}

.goguynet ul {
  width: 94%;
  margin: 30px auto 0 auto;
}

.goguynet ul li {
  margin: 0 0 10px 0;
  padding: 0 4px 10px 4px;
  border-bottom: 1px dotted #999;
}

.goguynet ul li a {
  display: block;
  overflow: hidden;
  zoom: 1;
  color: #478206;
  font-size: 110%;
  font-weight: bold;
}

.goguynet ul li a:hover p {
  text-decoration: underline;
}

.goguynet .thumbnail {
  float: left;
  width: 20%;
  height: 100px;
  overflow: hidden;
}

.goguynet .title {
  float: right;
  width: 77%;
}

@media (max-width: 768px) {
  .btnStore01 a {
    width: 60%;
  }

  .goguynet ul {
    width: 100%;
  }

  .goguynet ul li {
    padding: 0 0 10px 0;
  }
}

@media (max-width: 600px) {
  .goguynet .thumbnail {
    width: 26%;
    height: 100px;
    overflow: hidden;
  }

  .goguynet .title {
    width: 70%;
  }
}

@media (max-width: 480px) {
  .wp-pagenavi .pages {
    display: none;
  }

  .contentArea .title01 span.t1,
  .contentGenre .title02 span.t1,
  .contentStore .title03 span.t1 {
    float: none;
    width: 90%;
  }

  .contentArea .title01 span.t2,
  .contentGenre .title02 span.t2,
  .contentStore .title03 span.t2 {
    float: none;
    width: 90%;
    padding: 5px 0 0 15px;
  }

  .btnStore01 a {
    width: 90%;
  }

  .goguynet .thumbnail {
    width: 30%;
    height: 100px;
    overflow: hidden;
  }

  .goguynet .title {
    width: 68%;
  }
}

@media (max-width: 320px) {

  .wp-pagenavi .first,
  .wp-pagenavi .last {
    display: none;
  }

  .goguynet ul li a {
    font-size: 95%;
  }

  .goguynet .thumbnail {
    width: 32%;
    height: 70px;
    overflow: hidden;
  }

  .goguynet .title {
    width: 66%;
  }
}

/*search*/
.searchResult0 {
  text-align: center;
  padding: 50px 0 60px 0;
}

.searchResult0 img {
  width: 416px;
}

.searchItem01 {
  color: #fff;
  background-color: #7da20f;
  padding: 10px 15px 10px 10px;
}

.searchItem01 span {
  font-size: 1.14em;
  font-weight: bold;
}

.searchContent01 li {
  padding: 0 8px 0 17px;
  border-bottom: 1px dotted #999;
  background: url(images/arrow08.png) no-repeat 3px 15px;
}

.searchContent01 li:first-child {
  border-top: 1px dotted #999;
}

.searchContent01 li a {
  display: block;
  color: #457e05;
  padding-top: 12px;
  padding-bottom: 12px;
}

.screen-reader-text {
  display: none;
}

@media (max-width: 768px) {
  .searchResult0 img {
    width: 70%;
  }
}

/*-------------------------------
	Single
-------------------------------*/
.singleBox01 .tit03 {
  font-weight: bold;
  font-size: 130%;
  line-height: 1.2;
  color: #008bd5;
  padding-left: 40px;
  background-image: url(images/content_tag01.png);
  background-repeat: no-repeat;
  background-position: 10px 8px;
}

.singleCategory01 {
  padding: 5px 0 5px 0;
}

.singleCategory01 .left {
  float: left;
  width: 67%;
}

.singleCategory01 .right {
  float: right;
  width: 30%;
  color: #e7161b;
  text-align: right;
  padding-top: 15px;
  padding-right: 10px;
}

.singleTitleTop {
  position: relative;
  min-height: 40px;
  padding-top: 6px;
  padding-left: 70px;
  padding-right: 10px;
  margin-top: 10px;
  background-color: #fd4856;
}

.singleTitleTop .title {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 10px;
}

.singleTitleTop .catch {
  padding-top: 2px;
  font-weight: bold;
  font-size: 1.6em;
  color: #fff;
  vertical-align: top;
}

.singleBox02 {
  /*border:10px solid #FD4856;*/
  padding: 0 10px 10px 10px;
  background: #fff;
  margin-bottom: 20px;
}

.singleBox02:last-child {
  margin-bottom: 0px;
}

.singleBox03 {
  border: 10px solid #ffffff;
  padding: 10px 10px 16px 10px;
  background: #fff;
  margin-top: 10px;
}

.singleH01 {
  border-left: 6px solid #fd6874;
  padding-left: 8px;
  padding-bottom: 5px;
  vertical-align: middle;
}

.singleH02 {
  border-left: 6px solid #0073b0;
  padding-left: 8px;
  padding-bottom: 5px;
  vertical-align: middle;
}

.singleH01 img {
  width: 107px;
}

.singleH02 img {
  width: 76px;
}

.singleH03 {
  font-weight: bold;
  font-size: 120%;
  line-height: 1.2;
  color: #e7161b;
  background: #ffe3e1;
  padding: 12px;
  border: 2px solid #e7161b;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.singleLeft01 {
  width: 100%;
  /*float:left;*/
  padding: 10px 20px 10px;
}

.singleBox02 .singleLeft01 {
  width: 100%;
  float: none;
}

.singleBtn01 {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*.singleBtn01 a, .singleBtn01 p{
	display: flex;
  justify-content: center;
  align-items: center;
	width:200px;
  height: 45px;
	margin-inline: auto;
	padding:0 10px;
	background:#FD4856;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}*/
/*.singleBox02 .singleBtn01 a, .singleBox02 .singleBtn01 p{
	display: inline-block;
	width:46%;
	text-align:center;
	padding:10px 2px;
	margin:0 1%;
}*/
/*.singleBtn01 a:hover{
	opacity:0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha(opacity=85)";
	zoom:1;
}*/
.singleBtnImg {
  width: 148px;
}

.singleBtnImg2 {
  width: 229px;
}

.singleP01,
.singleP03 {
  width: 100%;
  margin: 0 auto;
}

.singleP02 a {
  display: block;
  float: left;
  margin-right: 3%;
  width: 22%;
}

.singleRight01,
.singleRight02 {
  width: 61%;
  float: right;
  margin-top: -5px;
}

.singleBox02 .singleRight01,
.singleBox02 .singleRight02 {
  width: 100%;
  float: none;
  margin-top: 20px;
}

.singleRight03 {
  width: 100%;
  margin-top: 20px;
}

.singleRight01 dl,
.singleRight02 dl,
.singleRight03 dl {
  margin-bottom: 10px;
}

.singleRight01 dt {
  margin-bottom: 6px;
  padding: 0 5px 2px 16px;
  background: url(images/tag03.png) no-repeat 2px 6px;
  border-bottom: 1px dotted #e7161b;
  color: #e6151a;
}

.singleRight02 dt {
  margin-bottom: 6px;
  padding: 0 5px 2px 16px;
  background: url(images/tag04.png) no-repeat 2px 6px;
  border-bottom: 1px dotted #1f7ecd;
  color: #0064ae;
}

.singleRight03 dt {
  margin-bottom: 6px;
  padding: 0 5px 2px 16px;
  background: url(images/tag04.png) no-repeat 2px 6px;
  border-bottom: 1px dotted #1f7ecd;
  color: #0064ae;
}

.singleRight01 dd,
.singleRight02 dd,
.singleRight03 dd {
  padding: 0 5px 0px 16px;
}

.singleSns01 {
  border-top: 2px dotted #cccccc;
  padding: 15px 5px 0 5px;
}

.singleSns01 li {
  float: left;
}

.singleRight03 .gmap {
  margin: 10px auto 0 auto;
  width: 86%;
  height: auto;
  border: 1px solid #ccc;
  padding: 2px;
}

.singleRight03 .gmap iframe {
  width: 100%;
  height: 300px;
  border: none;
  margin: 0 auto;
}

.singleRight03 a {
  color: #0064ae;
  text-decoration: underline;
}

.printBtn01 {
  display: none;
  margin-top: 10px;
  text-align: center;
}

.printBtn01 a {
  display: block;
  width: 153px;
  margin: 0 auto 10px auto;
}

.printBtn01 a:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
  zoom: 1;
}

.singleHeader01 {
  margin: 15px 10px 0;
  padding-bottom: 10px;
}

.singleHeader01 img {
  height: auto !important;
}

.singleCouponMain {
  margin: 20px 0 0;
  padding: 0 10px 10px;
}

.singleCouponMain img {
  width: 100%;
}

@media (max-width: 768px) {
  .singleCategory01 .left {
    float: none;
    width: 100%;
  }

  .singleCategory01 .right {
    float: none;
    width: 100%;
    text-align: left;
    padding-top: 8px;
  }
}

@media (max-width: 600px) {
  .singleTitleTop {
    padding-top: 5px;
  }

  .singleTitleTop .catch {
    font-size: 1.2em;
    padding-top: 1px;
  }

  .singleBox02 {
    padding-top: 0;
  }

  .singleH03 {
    margin-bottom: 5px;
  }

  .singleLeft01 {
    width: 100%;
    float: none;
  }

  .singleRight01,
  .singleRight02 {
    width: 100%;
    float: none;
    margin-top: 20px;
  }

  .singleRight03 {
    width: 100%;
    margin-top: 0px;
  }

  .singleRight03 .gmap {
    width: 98%;
  }

  .singleRight03 .gmap iframe {
    width: 100%;
    height: 240px;
  }

  .singleP01 {
    display: none;
  }

  /*.singleBtn01 a, .singleBtn01 p{
	display: inline-block;
	width:46%;
	text-align:center;
	padding:10px 2px;
	margin:0 1%;
}
.singleBtnImg{
	width:90%;
}*/
  .singleBox02 .checkImg {
    display: none;
  }
}

@media (max-width: 480px) {
  /*.singleBtn01 a, .singleBtn01 p{
	width:45%;
	text-align:center;
	padding:8px 2px 10px;
	margin:0 1.2%;
}
.singleBox02 .singleBtn01 a, .singleBox02 .singleBtn01 p{
	width:45%;
	text-align:center;
	padding:8px 2px 10px;
	margin:0 1.2%;
}
.singleBtnImg{
	width:86%;
}*/
}

@media (max-width: 320px) {
  /*.singleBtn01 a, .singleBtn01 p{
	width:45%;
	text-align:center;
	padding:5px 2px 10px;
	margin-bottom: 5px;
}
.singleBox02 .singleBtn01 a, .singleBox02 .singleBtn01 p{
	width:45%;
	text-align:center;
	padding:5px 2px 10px;
	margin-bottom: 5px;
}*/
}

/*-------------------------------
	Page
-------------------------------*/
.contentContact .title06 span {
  display: block;
  font-weight: bold;
  font-size: 130%;
  line-height: 1.2;
  color: #fd4856;
  padding-left: 10px;
  border-left: 6px solid #fd4856;
}

.mw_wp_form {
  width: 90%;
  margin: 40px auto 30px auto;
}

.mw_wp_form li {
  border-bottom: 1px dotted #555;
  padding-bottom: 8px;
  margin-top: 25px;
}

.mw_wp_form li .left {
  width: 30%;
  float: left;
  background: url(images/tag03.png) no-repeat 2px 6px;
  padding: 0 5px 0 15px;
}

.mw_wp_form li .right {
  width: 63%;
  float: right;
}

.mw_wp_form .size01 input {
  width: 70%;
}

.mw_wp_form .size02 textarea {
  width: 80%;
  height: 200px;
}

.hissu {
  color: #f03;
  margin-left: 5px;
}

.contactFormBtn01 {
  margin-top: 15px;
  text-align: center;
}

.contactFormBtn01 input {
  display: block;
  width: 118px;
  height: 40px;
  margin: 0 auto;
  border: none;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  background: url(images/contact_btn03.png) no-repeat 0 0;
  cursor: pointer;
}

.contactFormBtn01 input:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}

@media (max-width: 768px) {
  .mw_wp_form li {
    margin-top: 15px;
  }

  .mw_wp_form li .left,
  .mw_wp_form li .right {
    width: 98%;
    float: none;
  }

  .mw_wp_form .size01 input,
  .mw_wp_form .size02 textarea {
    width: 96%;
  }
}

.contentMm {
  padding-bottom: 30px;
}

.contentMm .title06 span {
  display: block;
  font-weight: bold;
  font-size: 130%;
  line-height: 1.2;
  color: #fd4856;
  padding-left: 10px;
  border-left: 6px solid #fd4856;
}

.mmH01,
.mmH02,
.mmH03 {
  width: 90%;
  margin: 0 auto 0 auto;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  padding-bottom: 3px;
}

.mmTxt01 {
  margin: 0 5%;
}

.mmH01 {
  border-bottom: 3px dotted #fe818a;
  color: #fd4856;
}

.mmH02 {
  border-bottom: 3px dotted #5fae1e;
  color: #3f920b;
}

.mmH03 {
  border-bottom: 3px dotted #fb8a00;
  color: #dd8104;
}

.mmForm01 {
  width: 90%;
  margin: 0 auto 0 auto;
}

.mmForm01 li {
  border-bottom: 1px dotted #555;
  padding-bottom: 8px;
  margin-top: 25px;
}

.mmForm01 li .left {
  width: 30%;
  float: left;
  background: url(images/tag03.png) no-repeat 2px 6px;
  padding: 0 5px 0 15px;
}

.mmForm01 li .right {
  width: 63%;
  float: right;
}

.mmForm01 li .size02 label {
  display: inline;
  display: inline-block;
  margin-right: 15px;
}

.mmForm01 li .right label input {
  margin-right: 4px;
}

.mmForm01 .size01 input {
  width: 70%;
}

.contactFormBtn02 {
  margin-top: 15px;
  text-align: center;
}

.contactFormBtn02 input {
  display: block;
  width: 120px;
  padding: 8px 0 8px 0;
  margin: 0 auto;
  cursor: pointer;
}

.contactFormBtn02 input:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}

@media (max-width: 768px) {
  .mmForm01 li {
    margin-top: 15px;
  }

  .mmForm01 li .left,
  .mmForm01 li .right {
    width: 98%;
    float: none;
  }

  .mmForm01 li .size02 label {
    display: block;
    padding: 10px 0;
  }

  .mmForm01 .size01 input {
    width: 96%;
  }

  .mmForm01 .size03 select {
    width: 96%;
    padding: 10px 0;
  }
}

.contentCompany .title03 span {
  display: block;
  font-weight: bold;
  font-size: 130%;
  line-height: 1.2;
  color: #008bd5;
  padding-left: 10px;
  border-left: 6px solid #008bd5;
}

.companyList01 {
  width: 98%;
  margin: 20px auto 30px auto;
}

.companyList01 li {
  border-bottom: 1px dotted #555;
  padding-bottom: 6px;
  margin-top: 25px;
}

.companyList01 li .left {
  width: 25%;
  float: left;
  background: url(images/tag04.png) no-repeat 5px 6px;
  padding: 0 5px 0 20px;
  font-weight: bold;
}

.companyList01 li .right {
  width: 70%;
  float: right;
}

@media (max-width: 768px) {
  .companyList01 li .left {
    width: 100%;
    float: none;
  }

  .companyList01 li .right {
    width: 90%;
    float: none;
    padding-left: 20px;
    padding-top: 5px;
  }
}

.contentPrivacy {
  padding-bottom: 20px;
}

.contentPrivacy .title03 span {
  display: block;
  font-weight: bold;
  font-size: 130%;
  line-height: 1.2;
  color: #008bd5;
  padding-left: 10px;
  border-left: 6px solid #008bd5;
}

.privacyList01 {
  border: 1px solid #a4deff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #eaf8ff;
  margin-top: 20px;
  padding: 14px 10px;
}

.privacyList02 {
  width: 98%;
  margin: 30px auto 30px auto;
}

.privacyList02 dt {
  border-bottom: 1px dotted #555;
  padding: 0 5px 4px 5px;
  font-weight: bold;
}

.privacyList02 dd {
  padding: 0 5px 0 20px;
}

.contentSitemap .title03 span {
  display: block;
  font-weight: bold;
  font-size: 130%;
  line-height: 1.2;
  color: #008bd5;
  padding-left: 10px;
  border-left: 6px solid #008bd5;
}

.sitemapList01 {
  width: 98%;
  margin: 0 auto 30px auto;
}

.sitemapList01 a {
  color: #008bd4;
}

.sitemapList01 a:hover {
  text-decoration: underline;
}

.sitemapList01 .lv00 {
  font-weight: bold;
  background: url(images/tag05.png) no-repeat 3px 3px;
  padding: 0 0 4px 22px;
  border-bottom: 1px dotted #555;
  margin-bottom: 10px;
}

.sitemapList01 .lv01 {
  color: #008bd4;
  font-weight: bold;
  background: url(images/arrow05.png) no-repeat 3px 3px;
  padding: 0 0 4px 22px;
  border-bottom: 1px dotted #555;
  margin-bottom: 20px;
}

.sitemapList01 .lv02 {
  padding-left: 20px;
  margin-bottom: 20px;
}

.sitemapList01 .lv02 .menu {
  overflow: hidden;
  zoom: 1;
}

.sitemapList01 .lv02 .menu li {
  float: left;
  background: url(images/arrow05.png) no-repeat 3px 3px;
  padding: 0 0 0 22px;
  margin: 5px 16px 4px 0;
}

.sitemapList01 .lv03 {
  background: url(images/arrow05.png) no-repeat 3px 3px;
  padding: 0 0 0 22px;
  margin: 5px 16px 0 20px;
}

.sitemapList01 .lv04 {
  padding-left: 40px;
  margin-bottom: 20px;
}

.sitemapList01 .lv04 .menu {
  overflow: hidden;
  zoom: 1;
}

.sitemapList01 .lv04 .menu li {
  float: left;
  background: url(images/arrow06.png) no-repeat 3px 3px;
  padding: 0 0 0 20px;
  margin: 5px 16px 4px 0;
}

@media (max-width: 768px) {
  .sitemapList01 a {
    display: block;
    padding: 10px 0 10px 0;
  }

  .sitemapList01 .lv00 {
    padding: 10px 0 10px 22px;
    margin-bottom: 0;
    background-position: 3px 13px;
  }

  .sitemapList01 .lv01 {
    padding: 0 0 0 22px;
    margin-bottom: 0;
    background-position: 3px 13px;
  }

  .sitemapList01 .lv01:first-child {
    border-top: 1px dotted #555;
  }

  .sitemapList01 .lv02 {
    padding-left: 0;
    margin-bottom: 0;
  }

  .sitemapList01 .lv02 .menu li {
    float: none;
    padding: 0 0 0 40px;
    margin: 0 0 0 0;
    border-bottom: 1px dotted #555;
    background-position: 23px 13px;
  }

  .sitemapList01 .lv03 {
    padding: 0 0 0 40px;
    margin: 0 0 0 0;
    border-bottom: 1px dotted #555;
    background-position: 23px 13px;
  }

  .sitemapList01 .lv04 {
    padding-left: 0;
    margin-bottom: 0;
  }

  .sitemapList01 .lv04 .menu li {
    float: none;
    padding: 0 0 0 54px;
    margin: 0 0 0 0;
    border-bottom: 1px dotted #555;
    background-position: 34px 13px;
  }

  .contentPrivacy {
    padding-bottom: 10px;
  }
}

/*-------------------------------
	Footer
-------------------------------*/
.footer {
  width: 100%;
  background-color: #ff4a4f;
  padding: 30px 0 35px 0;
}

.footerMain {
  width: 100%;
  border-bottom: 1px solid #f32136;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
}

.footerLeft01 {
  width: 30%;
  float: left;
}

.footerLogo {
  width: 160px;
  margin-bottom: 15px;
}

.footerDt li {
  margin-bottom: 4px;
  padding-left: 24px;
}

.footerDt01 {
  background: url(images/tag01.png) no-repeat left center;
}

.footerDt02 {
  background: url(images/tag02.png) no-repeat left center;
}

.footerSns {
  margin-top: 10px;
}

.fNav {
  width: 60%;
  float: right;
  display: flex;
  justify-content: end;
}

.fNav li {
  float: left;
  background: url(images/arrow04.png) no-repeat left center;
  padding-left: 17px;
  margin-left: 10px;
}

.fNav li a {
  color: #fff;
}

.fNav li a:hover {
  text-decoration: underline;
}

.copyright {
  border-top: 1px solid #ff685b;
  padding-top: 10px;
}

.copyright small {
  display: block;
  color: #fff;
  font-size: 80%;
  text-align: right;
}

@media (max-width: 768px) {
  .footerMain {
    padding-left: 0;
    padding-right: 0;
  }

  .footerLeft01 {
    width: 100%;
    float: none;
    margin-top: 20px;
  }

  .fNav {
    display: block;
    width: 100%;
    float: none;
  }

  .fNav li {
    float: none;
    border-bottom: 1px dotted #fff;
    background-position: 4px center;
    padding-left: 20px;
    margin-left: 0;
  }

  .fNav li:first-child {
    float: none;
    border-top: 1px dotted #fff;
  }

  .fNav li a {
    display: block;
    line-height: 2.8;
  }
}

/*-------------------------------
	Page Top
-------------------------------*/
.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  z-index: 99999;
}

.pagetop a {
  display: block;
  width: 40px;
  height: 40px;
}

.pagetop a:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}

/*-------------------------------
	jQuery Pgaenation
-------------------------------*/
.holder {
  margin: 15px 0;
}

.holder a {
  font-size: 12px;
  cursor: pointer;
  margin: 0 5px;
  color: #333;
}

.holder a:hover {
  background-color: #222;
  color: #fff;
}

.holder a.jp-previous {
  margin-right: 15px;
}

.holder a.jp-next {
  margin-left: 15px;
}

.holder a.jp-current,
a.jp-current:hover {
  color: #ff4242;
  font-weight: bold;
}

.holder a.jp-disabled,
a.jp-disabled:hover {
  color: #bbb;
}

.holder a.jp-current,
a.jp-current:hover,
.holder a.jp-disabled,
a.jp-disabled:hover {
  cursor: default;
  background: none;
}

.holder span {
  margin: 0 5px;
}

/*-------------------------------
	Others
-------------------------------*/
.mmBox01 {
  text-align: center;
  padding: 0 2em;
}

.mmBox01 a {
  display: inline-block;
  margin: 1em 0.4em 0;
  background-color: #fd4856;
  padding: 1em 1.6em 0.9em;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.mmBox01 a:hover {
  background-color: #ff6f72;
  text-decoration: none;
}

.mmBox01 a span {
  background: url(images/tag06.png) no-repeat left center;
  padding-left: 22px;
}

.usecoupon .singleRight01 {
  margin-top: 0;
}

.usecoupon .singleRight01 {
  margin-top: 0;
}

@media (max-width: 768px) {
  .use-coupon img {
    min-height: 600px;
  }
}

/*-------------------------------
	見た目を崩さずクリック範囲を広げる
-------------------------------*/
.listDt01LinkBlock {
  display: block;
  text-decoration: none;
  color: inherit;
}

/*-------------------------------
	印刷する非表示
-------------------------------*/
@media print {
  .printBtn01 {
    display: none !important;
  }
}