@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
}
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium"), local("Yu Gothic");
  font-weight: 500;
}
body {
  line-height: 1.5em;
  color: #231815;
  font-family: "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 14px;
  min-width: 951px; /*コンテンツ幅に応じて変更*/
  letter-spacing: 0.15em;
  font-feature-settings: "palt";
  background-color: #fefbf2;
  overflow: hidden;
}
@media (max-width: 768px) {
  body {
    min-width: 100%;
  }
}
.container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 951px;
  width: 951px;
  padding: 0 30px;
}
.container.main {
  display: flex;
  justify-content: space-between;
}
/*タブレット版*/
@media (max-width: 768px) {
  .container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 0 20px;
  }
}
/* スマフォ */
@media (max-width: 599px) {
  .container {
    padding: 0 20px;
  }
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus,
a:active {
  outline: none;
}
ul,
ol {
  list-style: none;
}
.clear {
  clear: both;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}
.clearfix {
  min-height: 1px; /*IE6、7対策*/
}
/* ▼グロナビ▼ */
header nav #brand {
  display: block;
  margin-left: 0;
  line-height: 0;
  background-image: url("/images/header_bg.png");
  background-size: 4px 117px;
  color: #fff;
  padding: 30px;
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  header nav #brand {
    height: auto;
    padding: 25px 22px 30px;
  }
}
nav {
  background: transparent;
  z-index: 1;
}
nav #brand .container {
  position: relative;
}
nav #brand .logo {
  margin-right: auto;
  line-height: 0;
  display: flex;
  align-items: center;
}
nav #brand .logo img {
  width: 316px;
}
nav #brand .sub_title {
  text-align: center;
  margin-bottom: 20px;
  line-height: 0;
}
nav #brand .sub_title img {
  width: 562px;
  max-width: 100%;
}
nav #brand .sub_title img.sp {
  display: none;
}
nav #brand .title {
  line-height: 0;
  text-align: center;
}
nav #brand .title img {
  width: 562px;
  max-width: 100%;
}
nav #brand .title img.sp {
  display: none;
}
@media (max-width: 599px) {
  nav #brand {
    height: auto;
    padding: 25px 22px 30px;
  }
  nav #brand p img.pc {
    display: none;
  }
  nav #brand p img.sp {
    display: inline;
    width: 280px;
  }
  nav #brand .title img.pc,
  nav #brand .sub_title img.pc {
    display: none;
  }
  nav #brand .title img.sp,
  nav #brand .sub_title img.sp {
    display: inline;
    width: 280px;
  }
}
.gnavi {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.gnavi li {
  padding: 0 25px;
  border-right: 1px solid #231815;
  position: relative;
}
.gnavi li:last-child {
  border-right: 0;
}
.gnavi li a {
  line-height: 1em;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.gnavi li a:hover,
.gnavi li a active {
  text-decoration: none;
}
.gnavi li a:hover+img {
  opacity: 1;
}
.gnavi li img {
  height: 54px;
  position: absolute;
  max-width: none;
  width: auto;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.gnavi li:nth-child(even) img {
  top: -54px;
}
.gnavi li:nth-child(odd) img {
  bottom: -54px;
}
.gnavi li:nth-child(2) img {
  left: 31px;
}
.gnavi li:nth-child(3) img {
  left: 47px;
}
.gnavi li:nth-child(4) img {
  left: 36px;
}
.gnavi li:nth-child(5) img {
  left: 28px;
}
.gnavi li:nth-child(6) img {
  left: 78px;
}
.gnavi li:nth-child(7) img {
  left: 72px;
}
@media (max-width: 599px) {
  .gnavi {
    display: none;
  }
}
.sns_btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sns_btns li a {
  line-height: 0;
  margin-right: 10px;
}
.sns_btns li:last-child a {
  margin-right: 0;
}
.sns_btns .icon_facebook {
  width: 21px;
  max-width: 100%;
}
.sns_btns .icon_insta {
  width: 19px;
}
.sns_btns .icon_twitter {
  width: 24px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .sns_btns {
    display: none;
  }
}
.sns_btns_sp {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sns_btns_sp li {
  margin: 0 15px;
}
.sns_btns_sp li a {
  line-height: 0;
  margin-right: 10px;
}
.sns_btns_sp li:last-child a {
  margin-right: 0;
}
.sns_btns_sp .icon_facebook {
  width: 21px;
  max-width: 100%;
}
.sns_btns_sp .icon_insta {
  width: 24px;
  max-width: 100%;
}
.sns_btns_sp .icon_twitter {
  width: 24px;
  max-width: 100%;
}
nav #brand a,
nav #brand2 a {
  color: #231815;
  transition: all 0.3s ease-out;
}
nav #brand a:hover,
nav #brand2 a:hover {
  color: #777;
}
nav #menu {
  float: left;
  left: 15%;
  position: relative;
  display: none;
}
nav #menu li {
  display: inline-block;
  padding: 0px 30px;
  cursor: pointer;
  line-height: 70px;
  position: relative;
  transition: all 0.3s ease-out;
}
nav #menu li a {
  color: #fff;
}
nav #menu li:hover {
  background: #333;
}
.toggle {
  position: fixed;
  right: 15px;
  top: 25px;
  z-index: 999;
  width: 25px;
  cursor: pointer;
  float: right;
  transition: all 0.3s ease-out;
  visibility: visible;
  opacity: 1;
  display: none;
}
@media (max-width: 599px) {
  .toggle {
    display: block;
  }
}
.toggle .span {
  height: 2px;
  width: 100%;
  background: #fff;
  margin: 0 auto 6px;
  backface-visibility: hidden;
  border-radius: 3px;
  transition: background-color 0.2s linear;
}
.toggle .span:last-child {
  margin: 0 auto;
}
.toggle.on .span {
  background: #81450c !important;
}
.toggle.on #one {
  transform: rotate(45deg) translateX(6px) translateY(5px);
}
.toggle.on #two {
  opacity: 0;
}
.toggle.on #three {
  transform: rotate(-45deg) translateX(6px) translateY(-6px);
}
#resize {
  z-index: 9;
  top: 0px;
  background-color: rgba(255,255,255,0.9);
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
  visibility: hidden !important;
  position: fixed;
  padding: 66px 0;
  display: none;
  justify-content: center;
  flex-direction: column;
}
#resize #menu {
  padding: 0 40px;
  text-align: center;
}
#resize #menu li {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1.5em;
  line-height: 1em;
  color: #231815;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
#resize #menu li img {
  height: 45px;
}
#resize #menu li:last-child {
  margin-bottom: 0;
}
#resize #menu li a.current {
  color: #9e9e9f;
}
#resize #menu li a:hover,
#resize #menu li a :active,
#resize #menu li a fucus {
  text-decoration: none;
}
#resize #menu li a {
  color: #231815;
}
#resize.active {
  visibility: visible !important;
  opacity: 1;
  display: flex;
}
/* ▲グロナビ▲ */
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
#breadcrumbs {
  background-color: #fff;
  padding: 15px 0;
  margin-bottom: 85px;
}
#breadcrumbs ol {
  display: flex;
  align-items: center;
}
#breadcrumbs ol li {
  line-height: 0;
  display: flex;
  align-items: center;
}
#breadcrumbs ol li:after {
  content: "";
  background: url("/images/icon_arrow_r.png") no-repeat center;
  background-size: contain;
  width: 8px;
  height: 13px;
  display: inline-block;
  margin: 0 20px;
}
#breadcrumbs ol li:first-child span {
  display: inline-flex;
  align-items: center;
}
#breadcrumbs ol li:first-child span img {
  margin-right: 10px;
}
#breadcrumbs ol li img {
  width: 20px;
}
@media (max-width: 599px) {
  #breadcrumbs ol {
    display: block;
  }
  #breadcrumbs ol li {
    padding-bottom: 10px;
    border-bottom: 1px solid #231815;
    margin-bottom: 10px;
  }
  #breadcrumbs ol li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
  #breadcrumbs ol li:nth-child(2) {
    width: calc(100% - 30px);
    margin-left: auto;
  }
  #breadcrumbs ol li:nth-child(3) {
    width: calc(100% - 60px);
    margin-left: auto;
  }
}
.headline {
  margin-bottom: 85px;
  font-size: 25px;
}
.headline span {
  font-size: 18px;
  margin-left: 5px;
}
.to_pagetop {
  position: fixed;
  text-align: center;
  display: none;
  z-index: 10;
  line-height: 0;
}
@media (max-width: 900px) {
  .footer_items {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}
@media (max-width: 700px) {
  .footer_items {
    flex-direction: column;
  }
  .footer_items .footer_twitter_wrap {
    width: 100%;
  }
  .footer_items .footer_content_wrap {
    width: 100%;
    margin-bottom: 60px;
  }
}
.content_main {
  width: 82.27%;
}
@media (max-width: 900px) {
  .content_main {
    width: 100%;
  }
}
#footer {
  padding: 46px 0 0;
  box-sizing: border-box;
  position: relative;
}
#footer .footer_logo {
  line-height: 0;
  text-align: center;
  margin-bottom: 12px;
}
#footer .footer_logo img {
  width: 120px;
}
#footer .footer_text {
  letter-spacing: 0.15em;
  margin-bottom: 19px;
}
#footer .footer_text dt,
#footer .footer_text dd {
  display: inline;
}
#footer .footer_text dt:after {
  content: '｜';
  margin: 0 0.5em;
}
#footer .footer_text a {
  color: #fff;
}
#footer .copyright {
  text-align: right;
  line-height: 1em;
  font-size: 8px;
  letter-spacing: 0;
  padding: 0 30px;
}
@media (max-width: 768px) {
  #footer .footer_logo {
    text-align: center;
  }
  #footer .main_inner {
    display: block;
  }
  #footer .main_inner .footer_links {
    justify-content: center;
  }
  #footer .info dl {
    justify-content: center;
  }
  #footer .info dl dt:after {
    content: "｜";
  }
  #footer .info dl dt,
  #footer .info dl dd {
    display: inline;
    font-size: 16px;
    line-height: 1.5em;
  }
  #footer .copyright {
    text-align: center;
  }
}
@media (max-width: 599px) {
  #footer .footer_logo {
    text-align: center;
  }
  #footer .main_inner {
    margin: 0 auto 45px;
    display: block;
  }
  #footer .main_inner .footer_links {
    display: block;
    padding: 0 40px;
  }
  #footer .main_inner .footer_links nav {
    margin-right: 0;
    text-align: center;
  }
  #footer .main_inner .footer_links nav:nth-child(3) {
    margin-bottom: 0;
  }
  #footer .main_inner .footer_links nav ul li {
    text-align: center;
    margin-bottom: 0;
    padding: 2em 0;
    border-bottom: 1px solid #231815;
    line-height: 0.8em;
  }
  #footer .main_inner .footer_links nav ul li a {
    font-size: 20px;
  }
  #footer .main_inner .footer_links nav:nth-child(3) ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
  #footer .info {
    text-align: left;
  }
  #footer .info dl {
    display: block;
    margin-bottom: 0;
  }
  #footer .info dl:first-child {
    margin-bottom: 30px;
  }
  #footer .info dl dt:after {
    content: "";
  }
  #footer .info dl dt,
  #footer .info dl dd {
    display: block;
    letter-spacing: 0;
    text-align: center;
  }
  #footer .info dl dt {
    margin-bottom: 5px;
    font-size: 20px;
  }
  #footer .info dl dd {
    line-height: 1.3em;
    word-break: break-word;
    font-size: 14px;
  }
  #footer .footer_text dt {
    margin-bottom: 10px;
  }
  #footer .footer_text dt,
  #footer .footer_text dd {
    display: block;
    line-height: 1.5em;
  }
  #footer .footer_text dt:after {
    display: none;
  }
}
#main {
  margin-bottom: 0;
}
#main.lower {
  margin-top: 45px;
}
.cm_lnk_btn_r {
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  line-height: 1.3em;
  position: relative;
  font-size: 16px;
  transition: all 0.2s linear;
}
.cm_lnk_btn_r:after {
  transition: all 0.2s linear;
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background: url("/images/icon_arrow_r.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 4px;
  right: 25px;
}
.cm_lnk_btn_r.ret:after {
  transition: all 0.2s linear;
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background: url("/images/icon_arrow_l.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 0;
}
.cm_lnk_btn_r:hover {
  text-decoration: none;
}
.cm_lnk_btn_r:hover:after {
  right: 15px;
}
.cm_lnk_btn_r.ret:hover:after {
  left: -10px;
}
.cm_lnk_btn_r p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 7px;
}
@media (max-width: 599px) {
  .cm_lnk_btn_r {
    width: 100%;
    max-width: 300px;
  }
}
.cm_lnk_btn_l {
  display: inline-block;
  padding: 8px 39px;
  width: 300px;
  border: 7px solid col_pink;
  border-radius: 25px;
  background: #fff;
  text-align: center;
  line-height: 1.3em;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: col_pink;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
.cm_lnk_btn_l:hover {
  text-decoration: none;
}
.cm_lnk_btn_l:hover:after {
  left: 15px;
}
.cm_lnk_btn_l p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 7px;
}
@media (max-width: 599px) {
  .cm_lnk_btn_l {
    width: 100%;
    max-width: 300px;
  }
}
.to_posts_list {
  text-align: right;
}
.to_posts_list a {
  line-height: 1em;
  color: col_gray;
  font-weight: bold;
}
.to_posts_list a {
  position: relative;
}
.to_posts_list a:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid col_gray;
  top: 0;
  right: 0;
  bottom: 0;
  left: -15px;
}
.to_posts_list a:after {
  transition: left 0.2s linear;
}
.to_posts_list a:hover {
  text-decoration: none;
}
.to_posts_list a:hover:after {
  left: -10px;
}
.post_container {
  max-width: 780px;
  margin: 0 auto 45px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
}
.post_container p {
  margin-bottom: 30px;
}
br.pc {
  display: inline;
}
br.tb {
  display: none;
}
br.sp {
  display: none;
}
@media (max-width: 768px) {
  br.pc {
    display: none;
  }
  br.tb {
    display: inline;
  }
  br.sp {
    display: none;
  }
}
@media (max-width: 599px) {
  br.pc {
    display: none;
  }
  br.tb {
    display: none;
  }
  br.sp {
    display: inline;
  }
}
#contact {
  margin-bottom: 20px;
}
#contact dl {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.15em;
}
#contact dl dt,
#contact dl dd {
  display: inline;
}
#contact dl dt:after {
  content: " ｜ ";
}
@media (max-width: 599px) {
  #contact dl dt,
  #contact dl dd {
    display: block;
    text-align: center;
  }
  #contact dl dt {
    margin-bottom: 1em;
  }
  #contact dl dt:after {
    display: none;
  }
  #contact dl dd {
    line-height: 1.5em;
  }
}
#footer {
  background: #81450c;
  padding: 0;
}
#footer .container {
  padding: 17px 0;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.3em;
  line-height: 1em;
  color: #fff;
  position: relative;
}
#footer .container .copyright {
  line-height: 1em;
}
@media (max-width: 599px) {
  #footer .container .copyright {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 10px;
    line-height: 0;
  }
}
