@charset "utf-8";
* {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.cf:after {
  clear: both;
  content: "";
  display: block;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt20 {
  margin-top: 20px;
}

body {
  color: #333;
  font-family: verdana, arial, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif;
  font-size: 108%;
}
pre {
  display: inline-block;
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* CSS3 */
  word-wrap: break-word; /* IE 5.5+ */
}
a,
a:link,
a:active,
a:visited {
  color: #333;
  text-decoration: none;
  transition: background-color 0.35s ease;
  -webkit-transition: background-color 0.35s ease;
  -moz-transition: background-color 0.35s ease;
}
a:hover {
  color: #bc8006;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #383838;
  font-size: 130%;
  font-weight: normal;
  line-height: normal;
  padding: 8px 0;
}

/* top page */
/* header */
header {
  position: relative;
}
#header_txt {
  left: 10px;
  position: absolute;
  top: 10px;
  width: 60%;
  z-index: 1;
}

#header_txt h1,
.footer_ttl, #header_txt a {
  font-family: "游明朝", "YuMincho", serif;
}
#header_txt /*h1*/ a,
#header_txt .cach_phrase {
  background: #fff;
  padding: 4px 6px;
}
#header_txt a {font-size: 130%;}

#header_txt .cach_phrase {
  padding: 1px 8px;
  display: inline-block;
}
@media screen and (max-width: 669px) {
  #header_txt h1 a,
  #header_txt .cach_phrase {
    background: none;
  }
  #header_txt .cach_phrase {
    display: block;
  }
}

/* grvl_nav */
#grvl_nav {
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  right: 0;
  padding: 35px 20px 0;
  width: 20%;
  z-index: 1;
}
#grvl_nav li {
  margin-bottom: 35px;
}
#grvl_nav li a:hover {
  color: #bc8006;
}
/* main_eye */
#main_eye {
  position: relative;
}

/* main */
#recommend h2,
#recommend_link,
#m_nav_box > li h2,
#m_nav_box > li ul,
#p_nav,
.under main > h2,
.img_box,
#under_entry,
.footer_ttl, .under h1 {
  margin: 0 auto;
  width: 60%;
}
@media (max-width: 669px) {
  .under h1 {width: 100%;}
}

#recommend h2,
#m_nav_box > li h2,
#m_nav_box > li h3,
.main_box h2,
.under main > h2 {
  font-size: 180%;
  font-family: "游明朝", "YuMincho", serif;
  text-align: center;
}
/* under_link */
#under_links {
  background: url(../images/bg.png);
  background-size: 100% 100%;
  padding: 60px 0;
}
.under_link {
  margin: 0 auto;
  margin-bottom: 60px;
  width: 60%;
}
.under_link img {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 50%;
}
#under_links section:nth-child(even) img {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 0;
}

.link_txt h2, .under h1 {
  color: #bc8006;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0;
}



.link_txt a {
  background: #382717;
  color: #fff;
  display: block;
  float: right;
  padding: 10px 20px;
}
.link_txt a:hover {
  background: #000;
}

/* recommend */
#recommend {
  background: #efefef;
  padding: 60px 0;
}
#recommend_link h3 {
  border: 1px solid #bc8006;
  margin: 25px 0;
  padding: 0;
  position: relative;
}
#recommend_link h3 a {
  color: #bc8006;
  display: block;
  font-size: 182%;
  padding: 25px;
  text-decoration: none;
}
#recommend_link h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}
/* aside */
#m_nav_box > li {
  background: url(../images/bg.png);
  background-size: 100% 100%;
  padding: 60px 0;
}
#m_nav_box .menu ul,
#m_nav_box .column ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  justify-content: space-between;
}
#m_nav_box .menu ul li {
  margin-bottom: 25px;
  width: 48.5%;
}
#m_nav_box .menu a {
  border: 1px solid #bc8006;
  color: #bc8006;
  display: block;
  font-size: 182%;
  padding: 25px;
}
#recommend_link h3 a:hover,
#m_nav_box .menu a:hover {
  background: #bc8006;
  color: #fff;
}
#m_nav_box .column {
  background: #efefef;
}
#m_nav_box .column ul li {
  width: 30%;
}
#m_nav_box .column a {
  font-size: 108%;
}
#m_nav_box a img {
  margin-bottom: 10px;
  width: 100%;
}
.slicknav_menu {
  display: none;
}

/* main_box */
.main_box {
  margin: 0 auto;
  margin-bottom: 5%;
  padding: 60px 0;
  width: 60%;
}
.eyecatch {
  margin-bottom: 15px;
  width: 100%;
}
.main_box h2,
.main_box h3,
.main_box h4,
.main_box h5,
.main_box h6 {
  margin-bottom: 15px;
}
.main_box h3 {
  color: #bc8006;
  font-size: 142%;

  margin-top: 40px;
}
.main_box h4 {
  border-top: 3px solid #e85607;
  font-size: 142%;
}
.main_box h5 {
  color: #e85607;
  font-size: 142%;
}
.main_box h6 {
  background: #e85607;
  color: #fff;
  font-size: 142%;
  padding: 8px;
}
.main_box strong {
  color: #e85607;
  font-size: 16px;
  font-weight: normal;
  text-decoration: underline;
}
.main_box ul {
  margin: 15px 0;
}
.main_box ul li {
  padding-left: 25px;
  position: relative;
}
.main_box ul li::before {
  background: #333;
  content: "";
  display: block;
  height: 1px;
  left: 4px;
  position: absolute;
  top: 13px;
  width: 10px;
}
.main_box ol {
  counter-reset: number;
  margin: 15px 0;
}
.main_box ol li {
  margin-bottom: 5px;
}
.main_box ol li::before {
  background: #333;
  border-radius: 50%;
  color: #fff;
  content: counter(number);
  counter-increment: number;
  display: inline-block;
  margin-right: 10px;
  padding: 0 5px;
}
.main_box blockquote {
  background: #efefef;
  padding: 8px;
}
.main_box address {
  border-bottom: 3px solid #e85607;
}
.main_box a {
  color: #382717;
  text-decoration: underline;
}
.alignleft {
  margin-bottom: 15px;
}
.aligncenter {
  margin-bottom: 15px;
  text-align: center;
}
.alignright {
  margin-bottom: 15px;
  text-align: right;
}
.main_box pre {
  background: #382717;
  color: #fff;
  margin-bottom: 15px;
  padding: 15px;
  width: 100%;
}
table {
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
}
table th {
  background: #bc8006;
  border: 1px solid #bc8006;
  color: #fff;
  font-weight: normal;
  padding: 10px;
  vertical-align: top;
  width: 150px;
}
table td {
  background: #fff;
  border: 1px solid #bc8006;
  padding: 10px;
  vertical-align: top;
  width: 350px;
}

/* footer */
footer {
  background: #eee;
  border-top: 2px solid #d6d6d6;
  margin-top: 5%;
  position: relative;
}
#footer_menu {
  margin: 0 auto;
  padding: 3% 0;
  width: 80%;
}
#footer_menu > li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}
#footer_menu > li:last-child {
  margin-right: 0;
}
#footer_menu > li p {
  font-size: 16px;
  font-weight: bold;
}
#footer_menu > li p,
#footer_menu > li li {
  margin-bottom: 15px;
}
small {
  background: #666;
  display: block;
  color: #fff;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}
/* page_top */
#page_top {
  height: auto;
  position: absolute;
  right: 10px;
  width: 55px;
}
#top_icon {
  display: block;
}
#top_icon:hover {
  opacity: 0.8;
}
#top_icon img {
  width: 100%;
}

/* under */
.under #header_txt {
  border-bottom: 1px solid #e5e5e5;
  padding: 60px 0 40px;
  position: static;
  width: 100%;
}
.under #header_txt h1 {
  font-size: 100%;
  padding: 0;
  text-align: center;
}
.under .cach_phrase {
  font-size: 80%;
  padding: 8px;
  text-align: center;
}
.under main > h2 {
  margin-bottom: 25px;
  text-align: left;
}
.under .eyecatch {
  margin-bottom: 60px;
}
.under .main_box {
  background: #efefef;
  width: 100%;
}
#under_entry_in {
  background: #fff;
  padding: 20px;
}
.under #m_nav_box .column {
  background: url(../images/bg.png);
  background-size: 100% 100%;
}
/* p_nav */
#p_nav {
  color: #383838;
  font-size: 80%;
  padding: 25px 0;
}
#p_nav a {
  text-decoration: none;
}
#p_nav > span {
  margin: 0 15px;
}
#p_nav > span:first-child {
  margin-left: 0;
}

/* SNS */
#share_ttl {
  background: #e85607;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 12px;
  text-align: center;
  width: 60%;
}

#share_btns {
  display: flex;
  justify-content: space-between;
  margin: 3% auto;
  width: 60%;
}

.sns_btn {
  box-sizing: border-box;
  margin: 0 0.1%;
  width: 23%;
}
@media (max-width: 669px) {
  #share_ttl {width:100%;}
  #share_btns {width:initial;}
}

.sns_btn .fa {
  font-weight: bold;
}
.buttonLink {
  box-sizing: border-box;
  color: #fff !important;
  display: block;
  font-size: 14px !important;
  padding: 10px 0 !important;
  text-align: center;
  text-decoration: none;
}
.buttonLink:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
  text-decoration: none !important;
}
/* SNSごとの背景色 */
#Twitter {
  background-color: #00acee;
}
#Hatena {
  background-color: #2d4c86;
}
#Facebook {
  background-color: #3b5998;
}
#Ggl-plus {
  background-color: #dd4b39;
}

/* not_page */
#not_page {
  background: #efefef;
  padding: 20% 10%;
}
.footer_ttl {
  font-size: 80%;
  margin-bottom: 25px;
}
