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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a:hover, a:active {
  outline: none;
}

ul, ol {
  margin-left: 2em;
}

ol {
  list-style-type: decimal;
}

nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

small {
  font-size: 100%;
}

strong, th {
  font-weight: bold;
}

td {
  vertical-align: top;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

html {
  -webkit-text-size-adjust: 100%;
}

/* ■■■上部の帯色■■■ */
body {
  border-top: 5px solid #603913;
  line-height: 1.6;
  font-size: 14px;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #444;
}

a {
  color: #004395;
  -webkit-tap-highlight-color: #FF5E99;
  text-decoration: none;
}

a:visited {
  color: #004498;
}

img {
  vertical-align: bottom;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sprite {
  background-image: url(../img/sprite.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.global-header {
  overflow: hidden;
  padding: 10px 10px;
}
.global-header .sitename {
  text-align: center;
}
.global-header .logo {
  width: 280px;
}

.entry-list {
  margin-bottom: 10px;
}

.heading {
  margin-bottom: 10px;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #222222;
  background-color: #DBDBDB;
}

.section-header {
  position: relative;
  text-align: left;
}

/* ■■■右側2つの色設定 左が薄い→右が濃い■■■ */
.section-header .more {
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  line-height: 32px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #804b19), color-stop(100%, #603913));
  background-image: -webkit-linear-gradient(#804b19, #603913);
  background-image: -moz-linear-gradient(#804b19, #603913);
  background-image: -o-linear-gradient(#804b19, #603913);
  background-image: linear-gradient(#804b19, #603913);
  font-size: smaller;
}
.section-header .more a {
	display: block;
	padding: 0 10px 0 16px;
	color: #ffffff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	font-weight: 700;
}
.section-header .more::before {
  display: block;
  content: "";
  position: absolute;
  left: -5px;
  width: 10px;
  height: 32px;
  font-size: 0;
  background: url(../img/more.png) left center;
}

.entry {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dbdbdb));
  background-image: -webkit-linear-gradient(#ffffff, #dbdbdb);
  background-image: -moz-linear-gradient(#ffffff, #dbdbdb);
  background-image: -o-linear-gradient(#ffffff, #dbdbdb);
  background-image: linear-gradient(#ffffff, #dbdbdb);
}
.entry a {
  position: relative;
  display: block;
  padding: 5px 25px 5px 10px;
  color: #444444;
}
.entry a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: "";
  margin-top: -7px;
  width: 9px;
  height: 14px;
  background-image: url(../img/sprite.png);
  background-position: -2px -2px;
  font-size: 0;
}
.entry .title {
  margin-bottom: 5px;
  text-align: left;
}
.entry .series {
  display: block;
  font-size: smaller;
  font-weight: normal;
}
.entry .author-image {
  float: left;
  border: 3px solid #FFFFFF;
  margin: 5px 10px 5px 0;
  width: 130px;
  height: 80px;
  -moz-box-shadow: 0 0 2px #666666;
  -webkit-box-shadow: 0 0 2px #666666;
  -o-box-shadow: 0 0 2px #666666;
  box-shadow: 0 0 2px #666666;
}
.entry .summary {
  font-size: smaller;
}
.entry footer {
  clear: both;
  text-align: right;
}
.entry .author {
  margin-right: 5px;
  font-weight: bold;
  color: #4169e1;
}

.entry-category {
  margin-bottom: 10px;
}
.entry-category ul {
  overflow: hidden;
}
.entry-category li {
  overflow: visible;
  white-space: nowrap;
  float: left;
  width: 25%;
  text-align: center;
  font-size: smaller;
}
.entry-category li a {
  display: block;
}
.entry-category li img {
  width: 60px;
}

/* ■■■フッター2つの色設定 左が薄い→右が濃い■■■ */
.global-footer {
  margin-top: 20px;
  text-align: left;
  background-color: #fbbb80;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #804b19), color-stop(100%, #603913));
  background-image: -webkit-linear-gradient(#804b19, #603913);
  background-image: -moz-linear-gradient(#804b19, #603913);
  background-image: -o-linear-gradient(#804b19, #603913);
  background-image: linear-gradient(#804b19, #603913);
}
.global-footer a {
  color: #ffffff;
}

.another {
  margin: 10px;
}
.another li {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #555555), color-stop(100%, #343434));
  background-image: -webkit-linear-gradient(#555555, #343434);
  background-image: -moz-linear-gradient(#555555, #343434);
  background-image: -o-linear-gradient(#555555, #343434);
  background-image: linear-gradient(#555555, #343434);
}
.another li:first-child {
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  -o-border-top-left-radius: 8px;
  -ms-border-top-left-radius: 8px;
  -khtml-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -o-border-top-right-radius: 8px;
  -ms-border-top-right-radius: 8px;
  -khtml-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}
.another li:last-child {
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -o-border-bottom-left-radius: 8px;
  -ms-border-bottom-left-radius: 8px;
  -khtml-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -o-border-bottom-right-radius: 8px;
  -ms-border-bottom-right-radius: 8px;
  -khtml-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.another a {
  color: #FFFFFF;
}

.global-navigation {
  margin-bottom: 10px;
}
.global-navigation li {
  border-bottom: 1px solid #ffffff;
}
.global-navigation li a {
  position: relative;
  display: block;
  padding: 10px 20px 10px 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.global-navigation li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: "";
  margin-top: -7px;
  width: 9px;
  height: 14px;
  background-image: url(../img/sprite.png);
  background-position: -13px -2px;
}
.global-navigation li a.pc::after {
  background-position: -20px -18px;
  width: 16px;
  height: 14px;
}

.utility-navigation {
  overflow: hidden;
  padding: 10px;
  font-size: smaller;
}
.utility-navigation li {
  float: left;
  padding: 3px 0;
}
.utility-navigation li::after {
  display: inline-block;
  content: "/";
  margin: 0 5px;
  color: #EEEEEE;
}

.copyright {
  padding: 5px 10px 10px 10px;
  color: #EFEFEF;
  font-size: smaller;
  color: #DDDDDD;
}
.copyright small {
  margin-right: 1em;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* ■■■画像■■■ */

.imgsize img{ width: 100%; }

/* ■■■タイトルの色設定 上は濃い→薄い　下は薄い→濃い■■■ */

.title01 {
	position: relative;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	padding-top:12px;
	padding-bottom:8px;
	padding-left:2.8em;
	padding-right:12px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #603913), color-stop(0.00, #804b19));
	background: -webkit-linear-gradient(top, #804b19 0%, #603913 99%);
	background: -moz-linear-gradient(top, #804b19 0%, #603913 99%);
	background: -o-linear-gradient(top, #804b19 0%, #603913 99%);
	background: -ms-linear-gradient(top, #804b19 0%, #603913 99%);
	background: linear-gradient(to bottom, #804b19 0%, #603913 99%);
}

.title01::before {
	content:"";
	position: absolute;
	top: 10px;
	left: 15px;
	height: 24px;
	width: 8px;
	background-color:#FFF;
}

.text .summary {
  font-size: 16px;
  text-align: left;
  margin: 0px 10px 0px 10px;
}

.text .summary01 {
  font-size: 16px;
  text-align: left;
  margin: 0px 10px 0px 10px;
}

/* ■■■map■■■ */

.global-map {
  overflow: hidden;
  padding: 5px 10px;
}
.global-map .sitename {
  text-align: center;
}
.global-map .tel {
  width: 300px;
}

/* ■■■table_info■■■ */

.table_info{
width: 100%;
border-collapse: collapse;
}
.table_info th{
width: 25%;
padding: 10px;
font-size: 12px;
font-weight: 400;
text-align: left;
vertical-align: top;
color: #333;
background-color: #f5f5f5;
border: 1px solid #b3b3b3;
}
.table_info td{
padding: 10px;
font-size: 12px;
text-align: left;
vertical-align: top;
background-color: #ffffff;
border: 1px solid #b3b3b3;
}

/* ■■■table_price■■■ */

.table_price{
width: 100%;
border-collapse: collapse;
}
.table_price th{
width: 25%;
padding: 10px;
font-size: 12px;
font-weight: 400;
text-align: center;
vertical-align: top;
color: #333;
background-color: #f5f5f5;
border: 1px solid #b3b3b3;
}
.table_price td{
padding: 10px;
font-size: 12px;
text-align: center;
vertical-align: top;
background-color: #ffffff;
border: 1px solid #b3b3b3;
}

/*-----accordion----*/

/*-----faq_a----*/


/* 答えの文字の色、大きさ */
.faq_a {
	font-family: "メイリオ";
	font-size: 14px;
	color:#000000;
	line-height: 1.6em;
	letter-spacing : 2px;

}

/* 子を閉じた状態に指定 */
.child {
    display: none;
}

/* ●● */
ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/* accordionの横幅　下の余白幅 */
.accordion {
  margin: 0 0px 0px; }

/* ブロックボックスを生成 */
.accordion a {
    display: block; }

/* 子の設定 */
.accordion .child {
	box-shadow: 0px 4px 1px #d9d9d9;
	border-radius: 30px;
    display: none;
    margin: 0 0 -1px;
    padding: 0;
    background: #fffafa;
    border: 1px solid #d9d9d9; }

/* ●● */
.accordion .child .menu {
      background: #eaeaea;
      color: #5e5e5e; }

/* ●● */
.accordion .child .menu:hover {
        background: #d0d0d0; }

/* 子の中の設定 */
.accordion .child > li {
      margin: 10px 0;
      padding: 0 16px;
      border-bottom: 1px dotted #dddddd; }

/* 子の下 */
.accordion .child > li:last-child {
        border-bottom: 0; }

/* 右アイコンの位置など */
.switch .menu:after {
  position: absolute;
  top: 65%;
  right: 20px;
  margin-top: -1.4rem;
  content: '＋';
  font-size: 1.4rem;
  font-weight: bold;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; }

/* 右アイコンafter */
.switch .menu.active:after {
  content: '│';
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/* menuの高さ、間隔など */
.menu {
  border-radius: 50px;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 4px 1px #d9d9d9;
  display: block;
  position: relative;
  margin: 20px 0 10px;
  padding: 10px; }
	
/* menuの色 */
.faq01 .menu {
  background: #ffffff;
  font-size: 14px;
  color: #d40736; }

/* menuの色on */
.faq01 .menu:hover {
    background: #ffffff;
    text-decoration: none; }
	
/* menuの色 */
.faq02 .menu {
  background: #ffffff;
  font-size: 14px;
  color: #d40736; }

/* menuの色on */
.faq02 .menu:hover {
    background: #ffffff;
    text-decoration: none; }
	
/* menuの色 */
.faq03 .menu {
  background: #ffffff;
  font-size: 14px;
  color: #d40736; }

/* menuの色on */
.faq03 .menu:hover {
    background: #ffffff;
    text-decoration: none; }
	
/* menuの色 */
.faq04 .menu {
  background: #ffffff;
  font-size: 14px;
  color: #d40736; }

/* menuの色on */
.faq04 .menu:hover {
    background: #ffffff;
    text-decoration: none; }

/* 増やす場合

.●● .menu {
  background: #ee3366;
  color: #fff; }

.●● .menu:hover {
    background: #c41041;
    text-decoration: none; }

 */

@media only screen and (min-width: 800px) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (moz--min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  .entry a::after {
    background-image: url(../img/sprite_2x.png);
    -moz-background-size: 38px auto;
    -webkit-background-size: 38px auto;
    -o-background-size: 38px auto;
    background-size: 38px auto;
  }

  .global-navigation li a::after {
    background-image: url(../img/sprite_2x.png);
    -moz-background-size: 38px auto;
    -webkit-background-size: 38px auto;
    -o-background-size: 38px auto;
    background-size: 38px auto;
  }

  .section-header .more::before {
    background: url(../img/more_2x.png) left center;
    -moz-background-size: 10px 32px;
    -webkit-background-size: 10px 32px;
    -o-background-size: 10px 32px;
    background-size: 10px 32px;
  }
}
