@charset "UTF-8";
/* line 17, ../../../../../../../Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 142, ../sass/_theme_variables.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 146, ../sass/_theme_variables.scss */
.clearfix:after {
  clear: both;
}

/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* line 22, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 32, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/* line 41, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 50, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* line 66, ../sass/_normalize.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 73, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}

/* line 85, ../sass/_normalize.scss */
body {
  margin: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 103, ../sass/_normalize.scss */
a,
a:active,
a:hover {
  outline: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}

/* line 118, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
}

/* line 122, ../sass/_normalize.scss */
h1, h2, h3, h4, h5 {
  font-weight: bold;
}

/* line 130, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 139, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 147, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 155, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 165, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 177, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/* line 186, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* line 194, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 202, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/* line 211, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 218, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 222, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 234, ../sass/_normalize.scss */
img {
  border: 0;
  max-width: 100%;
}

/* line 243, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 255, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/* line 267, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 278, ../sass/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 292, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

/* line 304, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/* line 307, ../sass/_normalize.scss */
input, textarea {
  border: 1px solid #ccc;
  padding: 5px 7px;
}

/* line 320, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 335, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 345, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 355, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 366, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 379, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 388, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 398, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 411, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 100%;
}
/* line 417, ../sass/_normalize.scss */
table.infotable {
  border-left: 0;
  border-top: 0;
}

/* line 423, ../sass/_normalize.scss */
td, th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  padding: 7px 10px 5px 10px;
}

/* line 430, ../sass/_normalize.scss */
.infotable td, .infotable th {
  border-right: 0;
  border-bottom: 0;
}

/* line 441, ../sass/_normalize.scss */
tr th {
  width: 110px;
  vertical-align: top;
}

/* line 455, ../sass/_normalize.scss */
a,
a:link,
a:visited,
a:active,
a:hover {
  /* FireFox リンク選択時の点線を消す */
  overflow: hidden;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #333333;
  text-decoration: none;
}

/* line 463, ../sass/_normalize.scss */
a:active,
a:hover {
  color: #c4c762;
}

/* line 467, ../sass/_normalize.scss */
.clear {
  clear: both;
}

/* line 471, ../sass/_normalize.scss */
.box_wrap {
  position: relative;
}

/* line 476, ../sass/_normalize.scss */
.relative {
  position: relative;
  clear: both;
}
/* line 142, ../sass/_theme_variables.scss */
.relative:before, .relative:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 146, ../sass/_theme_variables.scss */
.relative:after {
  clear: both;
}

/* line 482, ../sass/_normalize.scss */
.mb10 {
  margin-bottom: 10px;
}

/* line 485, ../sass/_normalize.scss */
.mb20 {
  margin-bottom: 20px;
}

/* line 488, ../sass/_normalize.scss */
.mb30 {
  margin-bottom: 30px;
}

/* line 492, ../sass/_normalize.scss */
.mt10 {
  margin-top: 10px;
}

/* line 495, ../sass/_normalize.scss */
.mt20 {
  margin-top: 20px;
}

/* line 498, ../sass/_normalize.scss */
.mt30 {
  margin-top: 30px;
}

/* line 501, ../sass/_normalize.scss */
.mt40 {
  margin-top: 40px;
}

/* line 504, ../sass/_normalize.scss */
.mt50 {
  margin-top: 50px;
}

/* line 13, ../sass/global.scss */
body {
  font-family: "秀英明朝 M", "Shuei Mincho M", "Vollkorn", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游ゴシック体", "Yu Gothic", "YuGothic", serif;
  /* color: #3e3d17; usui */
  color: #000;
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
  background-image: url(../imgs/bk-gray.jpg);
  background-position: left bottom;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
/* line 24, ../sass/global.scss */
body.show {
  opacity: 1;
}
@media (max-width: 840px) {
  /* line 13, ../sass/global.scss */
  body {
    font-size: 13px;
  }
}
/* line 31, ../sass/global.scss */
body.archive.post-type-archive-lesson, body.archive.post-type-archive-wedding, body.archive.post-type-archive-gift {
  background-image: url(../imgs/bk-gray.jpg);
  background-position: left bottom;
}

/* line 37, ../sass/global.scss */
p {
  margin-bottom: 1em;
}

/* line 41, ../sass/global.scss */
html, body {
  height: 100%;
  /*フッター固定対策*/
}

/* line 45, ../sass/global.scss */
img {
  vertical-align: bottom;
  height: auto;
}

/* line 50, ../sass/global.scss */
select {
  border-radius: 0;
  padding: 3px;
}

/* line 55, ../sass/global.scss */
input, textarea {
  font-family: "秀英明朝 M", "Shuei Mincho M", "Vollkorn", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游ゴシック体", "Yu Gothic", "YuGothic", serif;
}

/* line 59, ../sass/global.scss */
.foroldie {
  width: 100%;
  padding: 30px;
  text-align: center;
  border: 2px solid red;
  color: red;
  font-size: 12.5px;
}

/* line 69, ../sass/global.scss */
#maincontent {
  min-height: 100%;
  height: 100%;
}

/* line 74, ../sass/global.scss */
.font-en {
  font-family: "Vollkorn", serif;
}

/* line 78, ../sass/global.scss */
.font-ja {
  font-family: "秀英明朝 M", "Shuei Mincho M", "Vollkorn", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游ゴシック体", "Yu Gothic", "YuGothic", serif;
}

/* line 82, ../sass/global.scss */
.fullsize {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 86, ../sass/global.scss */
.fullsize_y {
  width: 100%;
  height: auto;
  position: relative;
}

/* line 90, ../sass/global.scss */
.fullsize_f {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 98, ../sass/global.scss */
#loader {
  background-color: #fff;
  z-index: 5000;
  color: #666;
  font-size: 12px;
  text-align: center;
  position: fixed;
}
/* line 105, ../sass/global.scss */
#loader span {
  display: block;
  margin: 30% auto auto;
}

/* line 112, ../sass/global.scss */
.linkspan {
  cursor: pointer;
}

/* line 118, ../sass/global.scss */
.content {
  text-align: left;
  width: 100%;
  padding: 0 50px;
  z-index: 10;
  position: relative;
}
@media (max-width: 480px) {
  /* line 118, ../sass/global.scss */
  .content {
    padding: 0 20px;
  }
}

.effect_text {
    position: absolute;
    left:20%;
    top:35%;
    z-index:2000000;
    font-size:48px;
    color:#fff;
    text-shadow: 2px 2px 2px #000;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-duration: 7s;
    animation-delay:7s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@media (max-width: 1622px) {
  .effect_text {
      left:15%;
  }
}

@media (max-width: 1222px) {
  .effect_text {
      left:10%;
      top:30%;
      font-size:36px;
      color:#fff;
      padding-right:25px;
  }
}

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

@media screen and (min-width: 768px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 768px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}


/* line 123, ../sass/global.scss */
.tx-right {
  width: 100%;
  text-align: right;
}

/* line 127, ../sass/global.scss */
.tx-center {
  text-align: center;
}
/* line 129, ../sass/global.scss */
.tx-center img {
  margin: 0 auto;
}

/* line 134, ../sass/global.scss */
.kome {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  color: #666;
}
/* line 139, ../sass/global.scss */
.kome:before {
  content: "※";
  color: red;
  margin-right: 6px;
}

/* line 147, ../sass/global.scss */
.show-normal {
  display: block;
}
@media (max-width: 1040px) {
  /* line 147, ../sass/global.scss */
  .show-normal {
    display: none;
  }
}

/* line 154, ../sass/global.scss */
.show-small {
  display: none;
}
@media (max-width: 1040px) {
  /* line 154, ../sass/global.scss */
  .show-small {
    display: block;
  }
}

/* line 161, ../sass/global.scss */
.box_l {
  float: left;
  width: 50%;
}

/* line 166, ../sass/global.scss */
.box_r {
  float: right;
  width: 50%;
}

/* line 171, ../sass/global.scss */
.tx-mini {
  font-size: 12px;
}

/* line 175, ../sass/global.scss */
.tx-xmini {
  font-size: 11px;
}

/* line 179, ../sass/global.scss */
.nobtline {
  border-bottom: 0;
}

/* line 183, ../sass/global.scss */
.close {
  display: none;
}

/* line 188, ../sass/global.scss */
.fullsizeimg {
  width: 100%;
  height: 100%;
}

/* line 193, ../sass/global.scss */
.ami {
  position: fixed;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

/* line 203, ../sass/global.scss */
#wrap {
  min-height: 100%;
  padding: 0;
  padding-bottom: 60px;
  position: relative;
}
/* line 208, ../sass/global.scss */
#wrap a.backtop {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-family: "Vollkorn", serif;
  color: #3e3d17;
}
/* line 214, ../sass/global.scss */
#wrap a.backtop:hover {
  color: rgba(62, 61, 23, 0.5);
}

/* line 221, ../sass/global.scss */
.home a.backtop {
  display: none;
}

/* line 225, ../sass/global.scss */
#footer {
  position: absolute;
  bottom: 10px;
  left: 14px;
  font-family: "Vollkorn", serif;
  font-size: 11px;
  opacity: 0.7;
}

/* line 234, ../sass/global.scss */
input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 238, ../sass/global.scss */
input[type=text], textarea, input[type=password], input[type=tel], input[type=email] {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 250, ../sass/global.scss */
.home #menu {
  position: fixed;
  width: 20%;
  bottom: 0;
  right: 0;
  height: 25%;
  padding: 0 50px;
}
@media (max-width: 1046px) {
  /* line 250, ../sass/global.scss */
  .home #menu {
    width: 70%;
    padding: 0 20px;
  }
}
/* line 260, ../sass/global.scss */
.home #menu #mainmenu {
  height: 100%;
  position: relative;
  font-family: "Vollkorn", serif;
  padding-top: 4px;
  font-size: 15px;
  z-index: 100;
}
/* line 267, ../sass/global.scss */
.home #menu #mainmenu .logo-top {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 276px;
  height: 122px;
  background-image: url("../imgs/logo-page.png");
  text-indent: -5000px;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  /* line 267, ../sass/global.scss */
  .home #menu #mainmenu .logo-top {
    background-image: url("../imgs/logo-page@2x.png");
    background-size: 240px 104px;
  }
}
@media (max-height: 720px) {
  /* line 267, ../sass/global.scss */
  .home #menu #mainmenu .logo-top {
    width: 230px;
    height: 66px;
    background-image: url("../imgs/logo-s.png");
  }
}
@media all and (max-height: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-height: 720px) and (-o-min-device-pixel-ratio: 3 / 2), all and (max-height: 720px) and (min--moz-device-pixel-ratio: 1.5), all and (max-height: 720px) and (min-device-pixel-ratio: 1.5) {
  /* line 267, ../sass/global.scss */
  .home #menu #mainmenu .logo-top {
    background-image: url("../imgs/logo-s@2x.png");
    background-size: 230px 66px;
  }
}
@media (max-width: 840px) {
  /* line 267, ../sass/global.scss */
  .home #menu #mainmenu .logo-top {
    bottom: 30px;
  }
}
/* line 284, ../sass/global.scss */
.home #menu #mainmenu ul {
  position: absolute;
  width: 100%;
  left: 0;
  display: block;
  padding-top: 16px;
  bottom: 35px;
}
/* line 291, ../sass/global.scss */
.home #menu #mainmenu ul li {
  display: block;
  float: left;
  padding: 10px 0 3px 45px;
  line-height: 1;
}
/* line 296, ../sass/global.scss */
.home #menu #mainmenu ul li a {
  color: rgba(65, 57, 27, 0.92);
}
/* line 299, ../sass/global.scss */
.home #menu #mainmenu ul li:nth-child(2) {
  padding-left: 0;
}
/* line 302, ../sass/global.scss */
.home #menu #mainmenu ul li.homebtn {
  display: none;
}
@media (max-width: 840px) {
  /* line 291, ../sass/global.scss */
  .home #menu #mainmenu ul li {
    display: none;
  }
}
/* line 308, ../sass/global.scss */
.home #menu #mainmenu ul li.sns {
  float: right;
  display: block;
  text-indent: -5000px;
  background-repeat: no-repeat;
  padding-left: 18px;
}
/* line 313, ../sass/global.scss */
.home #menu #mainmenu ul li.sns a {
  display: block;
  width: 15px;
  height: 15px;
  opacity: 0.7;
}
/* line 318, ../sass/global.scss */
.home #menu #mainmenu ul li.sns a.facebook {
  background-image: url("../imgs/ico_fa.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  /* line 318, ../sass/global.scss */
  .home #menu #mainmenu ul li.sns a.facebook {
    background-image: url("../imgs/ico_fa@2x.png");
    background-size: 15px 15px;
  }
}
/* line 321, ../sass/global.scss */
.home #menu #mainmenu ul li.sns a.instagram {
  background-image: url("../imgs/ico_in.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  /* line 321, ../sass/global.scss */
  .home #menu #mainmenu ul li.sns a.instagram {
    background-image: url("../imgs/ico_in@2x.png");
    background-size: 15px 15px;
  }
}
/* line 324, ../sass/global.scss */
.home #menu #mainmenu ul li.sns a:hover {
  opacity: 1;
}
/* line 329, ../sass/global.scss */
.home #menu #mainmenu ul li .menu-top {
  display: block;
  display: block;
  width: 188px;
  height: 88px;
  background-size: 188px 88px;
  text-indent: -5000px;
  background-repeat: no-repeat;
  padding-top: 0;
  background-image: url(../imgs/logo@2x.png);
}
/* line 336, ../sass/global.scss */
.home #menu #mainmenu ul li a {
  color: rgba(65, 57, 27, 0.92);
}
/* line 338, ../sass/global.scss */
.home #menu #mainmenu ul li a:hover {
  color: rgba(65, 57, 27, 0.6);
}
/* line 346, ../sass/global.scss */
.home #footer {
  display: none;
}

/* #3E3D17 */
a.green01			{ text-decoration: none; color: #000000;}
a.green01:link		{ text-decoration: none; color: #000000;}
a.green01:visited	{ text-decoration: none; color: #000000;}
a.green01:active	{ text-decoration: none; color: #000000;}
a.green01:hover		{ text-decoration: underline; color: #333333; }

/* line 352, ../sass/global.scss */
body.page #menu, body.archive #menu {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 40px;
  padding: 0 50px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1040px) {
  /* line 352, ../sass/global.scss */
  body.page #menu, body.archive #menu {
    position: absolute;
    top: 0;
  }
}
/* line 364, ../sass/global.scss */
body.page #menu #mainmenu, body.archive #menu #mainmenu {
  position: relative;
  padding-top: 4px;
  font-size: 15px;
  z-index: 10000;
  font-family: "Vollkorn", serif;
}
/* line 370, ../sass/global.scss */
body.page #menu #mainmenu .logo-top, body.archive #menu #mainmenu .logo-top {
  position: absolute;
  right: 0;
  top: 15px;
  width: 160px;
  height: 92px;
  opacity: 0.2;
  background-image: url("../imgs/logomenu.png");
  text-indent: -5000px;
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  /* line 370, ../sass/global.scss */
  body.page #menu #mainmenu .logo-top, body.archive #menu #mainmenu .logo-top {
    background-image: url("../imgs/logomenu@2x.png");
    background-size: 160px 92px;
  }
}
/* line 380, ../sass/global.scss */
body.page #menu #mainmenu ul, body.archive #menu #mainmenu ul {
  display: block;
  padding-top: 10px;
}
/* line 383, ../sass/global.scss */
body.page #menu #mainmenu ul li, body.archive #menu #mainmenu ul li {
  display: block;
  float: left;
  padding: 0 0 3px 40px;
  line-height: 1;
}
/* line 388, ../sass/global.scss */
body.page #menu #mainmenu ul li:nth-child(1), body.archive #menu #mainmenu ul li:nth-child(1) {
  padding-left: 0;
}
/* line 392, ../sass/global.scss */
body.page #menu #mainmenu ul li.sns, body.archive #menu #mainmenu ul li.sns {
  display: block;
  text-indent: -5000px;
  background-repeat: no-repeat;
  padding-left: 35px;
}
/* line 396, ../sass/global.scss */
body.page #menu #mainmenu ul li.sns.sns-fb, body.archive #menu #mainmenu ul li.sns.sns-fb {
  padding-left: 25px;
}
/* line 399, ../sass/global.scss */
body.page #menu #mainmenu ul li.sns a, body.archive #menu #mainmenu ul li.sns a {
  display: block;
  width: 15px;
  height: 15px;
  opacity: 0.7;
}
/* line 404, ../sass/global.scss */
body.page #menu #mainmenu ul li.sns a.facebook, body.archive #menu #mainmenu ul li.sns a.facebook {
  background-image: url("../imgs/ico_fa.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  /* line 404, ../sass/global.scss */
  body.page #menu #mainmenu ul li.sns a.facebook, body.archive #menu #mainmenu ul li.sns a.facebook {
    background-image: url("../imgs/ico_fa@2x.png");
    background-size: 15px 15px;
  }
}
/* line 407, ../sass/global.scss */
body.page #menu #mainmenu ul li.sns a.instagram, body.archive #menu #mainmenu ul li.sns a.instagram {
  background-image: url("../imgs/ico_in.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  /* line 407, ../sass/global.scss */
  body.page #menu #mainmenu ul li.sns a.instagram, body.archive #menu #mainmenu ul li.sns a.instagram {
    background-image: url("../imgs/ico_in@2x.png");
    background-size: 15px 15px;
  }
}
/* line 410, ../sass/global.scss */
body.page #menu #mainmenu ul li.sns a:hover, body.archive #menu #mainmenu ul li.sns a:hover {
  opacity: 1;
}
/* line 416, ../sass/global.scss */
body.page #menu #mainmenu ul li a, body.archive #menu #mainmenu ul li a {
  color: rgba(65, 57, 27, 0.92);
}
/* line 418, ../sass/global.scss */
body.page #menu #mainmenu ul li a:hover, body.archive #menu #mainmenu ul li a:hover {
  color: rgba(65, 57, 27, 0.6);
}
@media (max-width: 1040px) {
  /* line 364, ../sass/global.scss */
  body.page #menu #mainmenu, body.archive #menu #mainmenu {
    pointer-events: none;
    z-index: 1;
  }
  /* line 427, ../sass/global.scss */
  body.page #menu #mainmenu .logo-top, body.archive #menu #mainmenu .logo-top {
    right: 0;
    opacity: 0.2;
  }
  /* line 431, ../sass/global.scss */
  body.page #menu #mainmenu ul, body.archive #menu #mainmenu ul {
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: fixed;
    top: 0;
    right: 0;
    padding: 98px 0 30px;
    min-height: 100%;
    background-color: rgba(65, 57, 27, 0.92);
    pointer-events: none;
  }
  /* line 442, ../sass/global.scss */
  body.page #menu #mainmenu ul li, body.page #menu #mainmenu ul li:nth-child(1), body.archive #menu #mainmenu ul li, body.archive #menu #mainmenu ul li:nth-child(1) {
    width: 170px;
    float: none;
    padding: 12px;
    text-align: center;
  }
  /* line 448, ../sass/global.scss */
  body.page #menu #mainmenu ul li a, body.page #menu #mainmenu ul li:nth-child(1) a, body.archive #menu #mainmenu ul li a, body.archive #menu #mainmenu ul li:nth-child(1) a {
    color: #fff;
  }
  /* line 451, ../sass/global.scss */
  body.page #menu #mainmenu ul li.sns, body.page #menu #mainmenu ul li:nth-child(1).sns, body.archive #menu #mainmenu ul li.sns, body.archive #menu #mainmenu ul li:nth-child(1).sns {
    padding: 14px 10px  !important;
  }
  /* line 453, ../sass/global.scss */
  body.page #menu #mainmenu ul li.sns.sns-inst, body.page #menu #mainmenu ul li:nth-child(1).sns.sns-inst, body.archive #menu #mainmenu ul li.sns.sns-inst, body.archive #menu #mainmenu ul li:nth-child(1).sns.sns-inst {
    margin-top: 8px;
  }
  /* line 457, ../sass/global.scss */
  body.page #menu #mainmenu ul li.sns a, body.page #menu #mainmenu ul li:nth-child(1).sns a, body.archive #menu #mainmenu ul li.sns a, body.archive #menu #mainmenu ul li:nth-child(1).sns a {
    margin: 0 auto;
  }
  /* line 463, ../sass/global.scss */
  body.page #menu #mainmenu.show, body.archive #menu #mainmenu.show {
    z-index: 20000;
  }
  /* line 465, ../sass/global.scss */
  body.page #menu #mainmenu.show ul, body.archive #menu #mainmenu.show ul {
    pointer-events: auto;
    opacity: 1;
    z-index: 20000;
  }
}
@media (max-width: 1040px) and (max-height: 520px) {
  /* line 474, ../sass/global.scss */
  body.page #menu #mainmenu ul, body.archive #menu #mainmenu ul {
    width: 90%;
    padding-top: 40px;
    padding-right: 120px;
  }
  /* line 478, ../sass/global.scss */
  body.page #menu #mainmenu ul li, body.page #menu #mainmenu ul li:nth-child(1), body.archive #menu #mainmenu ul li, body.archive #menu #mainmenu ul li:nth-child(1) {
    width: 50%;
    float: left;
  }
}

/* line 489, ../sass/global.scss */
.menubtn {
  display: none;
  font-family: "Vollkorn", serif;
}
/* line 492, ../sass/global.scss */
.menubtn label {
  color: rgba(65, 57, 27, 0.92);
}
@media (max-width: 1040px) {
  /* line 489, ../sass/global.scss */
  .menubtn {
    display: block;
    position: fixed;
    top: 12px;
    right: 12px;
    left: auto;
    width: 60px;
    height: 45px;
    text-align: center;
    cursor: pointer !important;
    z-index: 30000;
    padding-top: 7px;
    font-size: 17px;
    border: 1px solid rgba(65, 57, 27, 0.6);
  }
}
/* line 510, ../sass/global.scss */
.menubtn.show {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.6);
}
/* line 514, ../sass/global.scss */
.menubtn.show label {
  display: none;
}
/* line 517, ../sass/global.scss */
.menubtn.show:after {
  content: "close";
  color: rgba(255, 255, 255, 0.7);
}

/* line 524, ../sass/global.scss */
.pageheader {
  padding: 28px 0 40px;
}
/* line 526, ../sass/global.scss */
.pageheader h1 {
  position: relative;
  font-family: 'Dawning of a New Day', cursive;
  font-size: 43px;
  font-weight: normal;
}

/* line 534, ../sass/global.scss */
.home .menubtn {
  display: none;
}

/* line 542, ../sass/global.scss */
.homenews {
  position: absolute;
  top: 0;
  right: 50px;
  text-align: right;
  font-size: 11.5px;
  z-index: 50000;
  margin-top: 30px;
  margin-right:20px;
}
/* line 549, ../sass/global.scss */
.homenews a {
  color: rgba(65, 57, 27, 0.92);
}
/* line 551, ../sass/global.scss */
.homenews a:hover {
  color: #e8e8d7;
}
@media (max-width: 1046px) {
  /* line 542, ../sass/global.scss */
  .homenews {
    right: 20px;
  }
}

/* line 559, ../sass/global.scss */
#toparea {
  position: relative;
  width: 100%;
  height: 75%;
  bottom: 0;
}
/* line 564, ../sass/global.scss */
#toparea #topbk {
  width: 100%;
  height: 100%;
  position: absolute;
  padding-top: 6px;
  padding-bottom: 6px;
}
/* line 570, ../sass/global.scss */
#toparea #topbk .box_l, #toparea #topbk .box_r {
  height: 134%;
  position: relative;
}
/* line 573, ../sass/global.scss */
#toparea #topbk .box_l div, #toparea #topbk .box_r div {
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: cover;
}
@media (max-width: 1046px) {
  /* line 570, ../sass/global.scss */
  #toparea #topbk .box_l, #toparea #topbk .box_r {
    display: none;
  }
}
/* line 585, ../sass/global.scss */
#toparea #topbk .box_l div {
  background-image: url(../imgs/mono-left.jpg);
  background-position: top left;
  width: 47px;
  left: 0;
}
/* line 594, ../sass/global.scss */
#toparea #topbk .box_r div {
  background-image: url(../imgs/mono-right.jpg);
  background-position: top right;
  width: 47px;
  right: 0;
}

/* line 606, ../sass/global.scss */
#topimage {
  height: 133%;
  position: relative;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: "Vollkorn", serif;
}
/* line 612, ../sass/global.scss */
#topimage .section {
  height: 100%;
  float: left;
}
/* line 615, ../sass/global.scss */
#topimage .section .topphotos {
  float: left;
  padding: 3px;
  position: relative;
}
/* line 619, ../sass/global.scss */
#topimage .section .topphotos > div {
  width: 100%;
  height: 100%;
}
/* line 623, ../sass/global.scss */
#topimage .section .topphotos a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 8px 13px;
  background-size: cover;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0.85);
  filter: grayscale(0.85);
  filter: gray;
  font-size: 14px;
}
/* line 636, ../sass/global.scss */
#topimage .section .topphotos a span {
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 60000;
  text-shadow: 2px 1px 2px #000;
}
/* line 641, ../sass/global.scss */
#topimage .section .topphotos a:hover {
  -webkit-filter: grayscale(0);
  filter: none;
  color: #fff;
}
/* line 646, ../sass/global.scss */
#topimage .section .topphotos a:hover span {
  opacity: 1;
}
@media (max-width: 840px) {
  /* line 651, ../sass/global.scss */
  #topimage .section .topphotos a span {
    opacity: 1;
    color: #fff;
    text-shadow: 2px 1px 2px #000;
  }
}
/* line 660, ../sass/global.scss */
#topimage .section.sec1 {
  width: 48%;
}

/********** 1列目 **********/
/* line 664, ../sass/global.scss */
#topimage .section.sec1 > div:first-child {
  width: 60%;
  height: 30%;
}
/* line 667, ../sass/global.scss */
#topimage .section.sec1 > div:first-child a {
  background-image: url(../imgs/top/topb-1.jpg);
  background-position: center center;
}
/* line 672, ../sass/global.scss */
#topimage .section.sec1 > div:nth-child(2) {
  width: 40%;
  height: 30%;
}
/* line 675, ../sass/global.scss */
#topimage .section.sec1 > div:nth-child(2) a {
  background-image: url(../imgs/top/topb-2.jpg);
  background-position: center bottom;
}
/* line 678, ../sass/global.scss */
#topimage .section.sec1 > div:nth-child(2) a span {
  text-shadow: 0 0 2px #3e3d17;
}


/* line 683, ../sass/global.scss */
#topimage .section.sec1 > div:nth-child(3) {
  width: 100%;
  height: 45%;
}
/* line 686, ../sass/global.scss */
#topimage .section.sec1 > div:nth-child(3) a {
  background-image: url(../imgs/top/topb-3.jpg);
  background-position: center center;
}


/* line 683, ../sass/global.scss */
#topimage .section.sec1 > div:nth-child(4) {
  width: 100%;
  height: 25%;
}
/* line 686, ../sass/global.scss */
#topimage .section.sec1 > div:nth-child(4) a {
  background-image: url(../imgs/top/topb-6.jpg);
  background-position: center center;
}



/********** 2列目 **********/
/* line 694, ../sass/global.scss */
#topimage .section.sec2 {
  width: 30%;
}
/* line 698, ../sass/global.scss */
#topimage .section.sec2 > div:first-child {
  width: 100%;
  height: 50%;
}
/* line 701, ../sass/global.scss */
#topimage .section.sec2 > div:first-child a {
  background-image: url(../imgs/top/topb-4.jpg);
  background-position: left bottom;
}

/* line 706, ../sass/global.scss */
#topimage .section.sec2 > div:nth-child(2) {
  width: 100%;
  height: 30%;
}
/* line 709, ../sass/global.scss */
#topimage .section.sec2 > div:nth-child(2) a {
  background-image: url(../imgs/top/topb-5.jpg);
  background-position: right center;
}

/* line 706, ../sass/global.scss */
#topimage .section.sec2 > div:nth-child(3) {
  width: 100%;
  height: 20%;
}
/* line 709, ../sass/global.scss */
#topimage .section.sec2 > div:nth-child(3) a {
  background-image: url(../imgs/top/topb-7.jpg);
  background-position: right center;
}



/********** 3列目 **********/
/* line 717, ../sass/global.scss */
#topimage .section.sec3 {
  width: 22%;
  padding-left:3px;
}
/* line 721, ../sass/global.scss */
#topimage .section.sec3 > div:first-child {
  width: 47px;
  height: 100%;
}

/* line 732, ../sass/global.scss */
#topimage .section.sec3 > div:nth-child(2) {
  width: 77%;
  height: 60%;
  padding-left:20px;
}
/* line 735, ../sass/global.scss */
#topimage .section.sec3 > div:nth-child(2) a {
  background-image: url(../imgs/top/topb-7.jpg);
  background-position: center center;
}
/* line 738, ../sass/global.scss */
#topimage .section.sec3 > div:nth-child(2) a span {
  text-shadow: 0 0 2px #3e3d17;
}
@media (max-width: 1046px) {
  /* line 606, ../sass/global.scss */
  #topimage {
    padding-left: 3px;
    padding-right: 3px;
  }
}

.toppage_margin {
    height:25%;
}

.sec3left {
    background-image: url(../imgs/right_image.png);
    width:47px;
    height:100%;
    float:left;
}
.sec3right {
    float:right;
}

.logo1 {
    width:100%;
    max-width:300px;
    margin-top:60px;
}

@media (max-width: 1046px) {
  
  #topimage .section.sec3 > div:nth-child(2) {
    width:98%;  
  }
  /* line 606, ../sass/global.scss */
  .toppage_margin {
      height:5px;
  }
  .sec3left { display:none; }
  .sec3right {
    float:none;
  } 
  .logo1 {
      margin-top:5px;
  }
}


/* line 754, ../sass/global.scss */
.ie11 #topimage .section > div div {
  background-size: cover;
}
/* line 756, ../sass/global.scss */
.ie11 #topimage .section > div div a {
  opacity: 0;
  z-index: 200;
}
/* line 759, ../sass/global.scss */
.ie11 #topimage .section > div div a:hover {
  opacity: 1;
}
/* line 764, ../sass/global.scss */
.ie11 #topimage .section.sec1 > div:first-child div {
  background-image: url(../imgs/top/topb-1-mono.jpg);
  background-position: center center;
}
/* line 768, ../sass/global.scss */
.ie11 #topimage .section.sec1 > div:nth-child(2) div {
  background-image: url(../imgs/top/topb-2-mono.jpg);
  background-position: center bottom;
}
/* line 772, ../sass/global.scss */
.ie11 #topimage .section.sec1 > div:nth-child(3) div {
  background-image: url(../imgs/top/topb-3-mono.jpg);
  background-position: center center;
}
/* line 776, ../sass/global.scss */
.ie11 #topimage .section.sec2 > div:first-child div {
  background-image: url(../imgs/top/topb-4-mono.jpg);
  background-position: left bottom;
}
/* line 780, ../sass/global.scss */
.ie11 #topimage .section.sec2 > div:nth-child(2) div {
  background-image: url(../imgs/top/topb-5-mono.jpg);
  background-position: right center;
}
/* line 784, ../sass/global.scss */
.ie11 #topimage .section.sec3 > div:first-child div {
  background-image: url(../imgs/top/topb-6-mono.jpg);
  background-position: center center;
}
/* line 788, ../sass/global.scss */
.ie11 #topimage .section.sec3 > div:nth-child(2) div {
  background-image: url(../imgs/top/topb-7-mono.jpg);
  background-position: center center;
}

@media (max-width: 840px) {
  /* line 801, ../sass/global.scss */
  .tatenaga #topimage .section.sec1 {
    width: 50%;
    height: 70%;
  }
  /* line 805, ../sass/global.scss */
  .tatenaga #topimage .section.sec2 {
    width: 50%;
    height: 70%;
  }
  /* line 809, ../sass/global.scss */
  .tatenaga #topimage .section.sec3 {
    width: 100%;
    height: 30%;
    position: relative;
  }
  /* line 814, ../sass/global.scss */
  .tatenaga #topimage .section.sec3 > div:first-child {
    width: 35%;
    height: 100%;
  }
  /* line 818, ../sass/global.scss */
  .tatenaga #topimage .section.sec3 > div:nth-child(2) {
    width: 65%;
    height: 100%;
  }
}
/* line 829, ../sass/global.scss */
.img_wrapper {
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 834, ../sass/global.scss */
.img_wrapper .img_grayscale {
  top: 0;
  left: 0;
}

/* line 844, ../sass/global.scss */
.grid-content {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -10px;
  margin-top: 30px;
}
/* line 849, ../sass/global.scss */
.grid-content .photosquare {
  width: 174px;
  padding: 15px;
  float: left;
}
/* line 853, ../sass/global.scss */
.grid-content .photosquare .imgbox {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 858, ../sass/global.scss */
.grid-content .photosquare .imgbox .aboutphoto {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 15px;
  line-height: 1.3;
  color: #fff;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 871, ../sass/global.scss */
.grid-content .photosquare .imgbox img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0.6);
  filter: grayscale(0.6);
  filter: gray;
}
/* line 879, ../sass/global.scss */
.grid-content .photosquare .imgbox:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
}
@media (max-width: 960px) {
  /* line 849, ../sass/global.scss */
  .grid-content .photosquare {
    width: 20%;
  }
}
@media (max-width: 760px) {
  /* line 849, ../sass/global.scss */
  .grid-content .photosquare {
    width: 25%;
  }
}
@media (max-width: 630px) {
  /* line 849, ../sass/global.scss */
  .grid-content .photosquare {
    width: 33.33333%;
  }
}
@media (max-width: 440px) {
  /* line 849, ../sass/global.scss */
  .grid-content .photosquare {
    width: 50%;
  }
}

@media (max-width: 760px) {
  /* line 900, ../sass/global.scss */
  .grid-content {
    margin-left: -10px;
    margin-right: -10px;
  }
  /* line 903, ../sass/global.scss */
  .grid-content .photosquare {
    padding: 10px;
  }
}
/* line 909, ../sass/global.scss */
.lightbox {
  background-color: rgba(204, 204, 204, 0.3);
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 7000;
  padding: 6%;
  border-radius: 0;
  left: 0;
  margin-left: 0;
  box-shadow: none;
  color: #fff;
}
/* line 918, ../sass/global.scss */
.lightbox .wedwaku, .lightbox .giftwaku {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
}
/* line 923, ../sass/global.scss */
.lightbox .wedwaku .closetxmini, .lightbox .giftwaku .closetxmini {
  font-size: 11px;
  display: block;
}
/* line 927, ../sass/global.scss */
.lightbox .wedwaku .photos, .lightbox .giftwaku .photos {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  vertical-align: middle;
  padding-bottom: 7px;
}
/* line 935, ../sass/global.scss */
.lightbox .wedwaku .photos img, .lightbox .giftwaku .photos img {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 4px;
  max-width: 100% !important;
  max-height: 100% !important;
  vertical-align: middle;
  cursor: pointer;
}

/* line 955, ../sass/global.scss */
body#page-about {
  color: #fff;
}
/* line 956, ../sass/global.scss */
body#page-about .bg {
  width: 100%;
  height: 100%;
  background-image: url(../imgs/store.jpg);
  position: fixed;
  background-size: 100% auto;
  background-size: cover;
  top: 0;
  left: 0;
  background-position: center center;
}
/* line 968, ../sass/global.scss */
body#page-about.page #menu #mainmenu ul li a, body#page-about .menubtn {
  color: #fff;
}
/* line 970, ../sass/global.scss */
body#page-about.page #menu #mainmenu ul li a:hover, body#page-about .menubtn:hover {
  color: rgba(255, 255, 255, 0.56);
}
/* line 974, ../sass/global.scss */
body#page-about.page #menu #mainmenu ul li:nth-child(2) a {
  opacity: 0.6;
}
/* line 977, ../sass/global.scss */
body#page-about .ami {
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0.5;
  background-image: url(../imgs/dot4px-b.gif);
}
/* line 983, ../sass/global.scss */
body#page-about .menubtn {
  border-color: rgba(255, 255, 255, 0.6);
}
/* line 985, ../sass/global.scss */
body#page-about .menubtn label {
  color: #fff;
}

/* line 991, ../sass/global.scss */
body#page-about .pagecontent {
  position: relative;
}
/* line 993, ../sass/global.scss */
body#page-about .pagecontent .section {
  float: left;
}
/* line 995, ../sass/global.scss */
body#page-about .pagecontent .section.sec1 {
  width: 22%;
}
/* line 998, ../sass/global.scss */
body#page-about .pagecontent .section.sec2 {
  width: 40%;
}
/* line 1001, ../sass/global.scss */
body#page-about .pagecontent .section.sec3 {
  width: 38%;
  padding-left: 15px;
}
/* line 1005, ../sass/global.scss */
body#page-about .pagecontent .section a {
  color: #baba06;
}
@media (max-width: 840px) {
  /* line 1011, ../sass/global.scss */
  body#page-about .pagecontent .section.sec1 {
    width: 40%;
  }
  /* line 1014, ../sass/global.scss */
  body#page-about .pagecontent .section.sec2 {
    width: 60%;
    padding-top: 40px;
  }
  /* line 1018, ../sass/global.scss */
  body#page-about .pagecontent .section.sec3 {
    clear: both;
    width: 100%;
    padding: 40px 0 0 0;
  }
}
@media (max-width: 700px) {
  /* line 1027, ../sass/global.scss */
  body#page-about .pagecontent .section.sec1 {
    clear: both;
    width: 100%;
  }
  /* line 1031, ../sass/global.scss */
  body#page-about .pagecontent .section.sec2 {
    clear: both;
    width: 100%;
  }
}

/* line 1044, ../sass/global.scss */
#grid-content {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
}
/* line 1048, ../sass/global.scss */
#grid-content .newsitem, #grid-content .photoitem {
  width: 25%;
  padding: 10px;
  position: relative;
  float: left;
}
/* line 1053, ../sass/global.scss */
#grid-content .newsitem > div, #grid-content .photoitem > div {
  background-color: rgba(205, 206, 181, 0.4);
  padding: 17px;
}
/* line 1059, ../sass/global.scss */
#grid-content .newsitem h2 {
  font-size: 16px;
  margin-top: 10px;
}
/* line 1063, ../sass/global.scss */
#grid-content .newsitem img {
  width: 100%;
  height: auto;
  margin-top: 8px;
  border: 5px solid rgba(255, 255, 255, 0.4);
}
/* line 1069, ../sass/global.scss */
#grid-content .newsitem .newscontent {
  margin-top: 8px;
}
/* line 1074, ../sass/global.scss */
#grid-content .photoitem img {
  width: 100%;
  height: auto;
  border: 5px solid rgba(205, 206, 181, 0.5);
}

/* line 1090, ../sass/global.scss */
body#page-wedding .bphoto, body#page-lesson .bphoto {
  display: block;
  position: fixed;
  width: 340px;
  height: 100%;
  top: 0;
  opacity: 0.8;
  background-image: url(../imgs/wedding-bk.jpg);
  background-size: cover;
  background-position: center center;
}
/* line 1102, ../sass/global.scss */
body#page-wedding .ami, body#page-lesson .ami {
  display: block;
  width: 340px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0.1;
  background-image: url(../imgs/dot4px-w.gif);
  top: 0;
  left: 0;
}
/* line 1113, ../sass/global.scss */
body#page-wedding .inner.content, body#page-lesson .inner.content {
  position: relative;
  padding: 0;
  z-index: 100;
}
/* line 1117, ../sass/global.scss */
body#page-wedding .inner.content .weddinginner, body#page-wedding .inner.content .lessoninner, body#page-lesson .inner.content .weddinginner, body#page-lesson .inner.content .lessoninner {
  padding-left: 340px;
  padding-right: 50px;
}
/* line 1120, ../sass/global.scss */
body#page-wedding .inner.content .weddinginner > div, body#page-wedding .inner.content .lessoninner > div, body#page-lesson .inner.content .weddinginner > div, body#page-lesson .inner.content .lessoninner > div {
  padding-left: 50px;
}
@media (max-width: 480px) {
  /* line 1117, ../sass/global.scss */
  body#page-wedding .inner.content .weddinginner, body#page-wedding .inner.content .lessoninner, body#page-lesson .inner.content .weddinginner, body#page-lesson .inner.content .lessoninner {
    padding-right: 20px;
  }
  /* line 1125, ../sass/global.scss */
  body#page-wedding .inner.content .weddinginner > div, body#page-wedding .inner.content .lessoninner > div, body#page-lesson .inner.content .weddinginner > div, body#page-lesson .inner.content .lessoninner > div {
    padding-left: 20px;
  }
}
/* line 1131, ../sass/global.scss */
body#page-wedding .inner.content .grid-content .photosquare, body#page-lesson .inner.content .grid-content .photosquare {
  width: 174px;
}
@media (max-width: 980px) {
  /* line 1131, ../sass/global.scss */
  body#page-wedding .inner.content .grid-content .photosquare, body#page-lesson .inner.content .grid-content .photosquare {
    width: 25%;
  }
}
@media (max-width: 730px) {
  /* line 1131, ../sass/global.scss */
  body#page-wedding .inner.content .grid-content .photosquare, body#page-lesson .inner.content .grid-content .photosquare {
    width: 33.333333%;
  }
}
@media (max-width: 440px) {
  /* line 1131, ../sass/global.scss */
  body#page-wedding .inner.content .grid-content .photosquare, body#page-lesson .inner.content .grid-content .photosquare {
    width: 50%;
  }
}
@media (max-width: 1040px) {
  /* line 1146, ../sass/global.scss */
  body#page-wedding .bphoto, body#page-lesson .bphoto {
    width: 22%;
  }
  /* line 1149, ../sass/global.scss */
  body#page-wedding .ami, body#page-lesson .ami {
    width: 22%;
  }
  /* line 1153, ../sass/global.scss */
  body#page-wedding .inner.content .weddinginner, body#page-wedding .inner.content .lessoninner, body#page-lesson .inner.content .weddinginner, body#page-lesson .inner.content .lessoninner {
    padding-left: 22%;
  }
}
@media (max-width: 600px) {
  /* line 1159, ../sass/global.scss */
  body#page-wedding .bphoto, body#page-lesson .bphoto {
    width: 0;
  }
  /* line 1162, ../sass/global.scss */
  body#page-wedding .ami, body#page-lesson .ami {
    width: 0;
  }
  /* line 1166, ../sass/global.scss */
  body#page-wedding .inner.content .weddinginner, body#page-wedding .inner.content .lessoninner, body#page-lesson .inner.content .weddinginner, body#page-lesson .inner.content .lessoninner {
    padding-left: 0;
  }
}

/* line 1174, ../sass/global.scss */
body#page-wedding .bphoto {
  background-image: url(../imgs/wedding-bk.jpg);
}
/* line 1177, ../sass/global.scss */
body#page-wedding #menu #mainmenu ul li:nth-child(5) a {
  opacity: 0.6;
}

/* line 1182, ../sass/global.scss */
.weddingtext ul {
  margin-bottom: 35px;
  margin-top: 25px;
}
/* line 1185, ../sass/global.scss */
.weddingtext ul li {
  padding-bottom: 5px;
}
/* line 1187, ../sass/global.scss */
.weddingtext ul li:before {
  content: "-";
  margin-right: 12px;
}
/* line 1191, ../sass/global.scss */
.weddingtext ul li:last-child {
  padding-bottom: 0;
}

/* line 1204, ../sass/global.scss */
body#page-gift .ami {
  background-image: url(../imgs/bk-gray.jpg);
  background-position: left bottom;
}
/* line 1208, ../sass/global.scss */
body#page-gift #menu #mainmenu ul li:nth-child(3) a {
  opacity: 0.6;
}
/* line 1211, ../sass/global.scss */
body#page-gift .gifttext {
  margin-bottom: 50px;
}
/* line 1214, ../sass/global.scss */
body#page-gift h4 {
  font-size: 17px;
  line-height: 1;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Vollkorn", serif;
}
/* line 1222, ../sass/global.scss */
body#page-gift .grid-content {
  margin-top: 0;
  margin-bottom: 70px;
}
/* line 1226, ../sass/global.scss */
body#page-gift .grid-content .photosquare {
  position: relative;
}
/* line 1233, ../sass/global.scss */
body#page-gift .lightbox .giftwaku .photos:before {
  right: auto;
  left: 0;
}

/* line 1247, ../sass/global.scss */
body#page-lesson .bphoto {
  background-image: url(../imgs/lesson-bk.jpg);
}
/* line 1250, ../sass/global.scss */
body#page-lesson #menu #mainmenu ul li:nth-child(6) a {
  opacity: 0.6;
}
/* line 1254, ../sass/global.scss */
body#page-lesson #lesson-content {
  position: relative;
}
/* line 1256, ../sass/global.scss */
body#page-lesson #lesson-content .gifttext {
  border-bottom: 1px solid rgba(62, 61, 23, 0.5);
  padding-bottom: 35px;
}
@media (max-width: 600px) {
  /* line 1256, ../sass/global.scss */
  body#page-lesson #lesson-content .gifttext {
    border-bottom: 0;
  }
}
/* line 1264, ../sass/global.scss */
body#page-lesson #lesson-content .lessonitem {
  padding-left: 1px;
  margin-bottom: 1px;
  position: relative;
}
/* line 1268, ../sass/global.scss */
body#page-lesson #lesson-content .lessonitem .date {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Vollkorn", serif;
  letter-spacing: 0.1em;
  position: absolute;
  font-size: 12px;
  right: 0;
  top: 6px;
}
@media (max-width: 600px) {
  /* line 1268, ../sass/global.scss */
  body#page-lesson #lesson-content .lessonitem .date {
    right: auto;
    left: 20px;
    top: 16px;
  }
}
/* line 1283, ../sass/global.scss */
body#page-lesson #lesson-content .lessonitem > div {
  border-bottom: 1px solid rgba(62, 61, 23, 0.5);
  padding: 35px 0;
  position: relative;
}
/* line 1287, ../sass/global.scss */
body#page-lesson #lesson-content .lessonitem > div h2 {
  font-size: 17px;
  margin-bottom: 25px;
}
/* line 1291, ../sass/global.scss */
body#page-lesson #lesson-content .lessonitem > div .lessoncontent {
  float: left;
  width: 40%;
}
/* line 1294, ../sass/global.scss */
body#page-lesson #lesson-content .lessonitem > div .lessoncontent img {
  max-width: 200px;
  height: auto;
  margin-bottom: 15px;
}
/* line 1301, ../sass/global.scss */
body#page-lesson #lesson-content .lessonitem > div .lessoninfo {
  float: left;
  width: 60%;
  padding-left: 35px;
}
/* line 1307, ../sass/global.scss */
body#page-lesson #lesson-content .lessonitem > div .lessoninfo .l-date {
  padding-left: 60px;
  position: relative;
}
/* line 1310, ../sass/global.scss */
body#page-lesson #lesson-content .lessonitem > div .lessoninfo .l-date:before {
  content: "date";
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Amiri', serif;
}
/* line 1319, ../sass/global.scss */
body#page-lesson #lesson-content .lessonitem > div .lessoninfo .price {
  padding: 10px 0;
  margin: 10px 0;
}
/* line 1322, ../sass/global.scss */
body#page-lesson #lesson-content .lessonitem > div .lessoninfo .price p {
  margin-bottom: 0;
}
/* line 1326, ../sass/global.scss */
body#page-lesson #lesson-content .lessonitem > div .lessoninfo .hosoku {
  font-size: 12px;
}
@media (max-width: 600px) {
  /* line 1283, ../sass/global.scss */
  body#page-lesson #lesson-content .lessonitem > div {
    border: 1px solid rgba(62, 61, 23, 0.5);
    padding: 40px 20px 25px;
  }
  /* line 1333, ../sass/global.scss */
  body#page-lesson #lesson-content .lessonitem > div h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  /* line 1337, ../sass/global.scss */
  body#page-lesson #lesson-content .lessonitem > div .lessoncontent {
    float: none;
    width: 100%;
  }
  /* line 1341, ../sass/global.scss */
  body#page-lesson #lesson-content .lessonitem > div .lessoninfo {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}

/* line 1355, ../sass/global.scss */
a.gotoreserve {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 6px 7px;
  width: 70px;
  text-align: center;
  font-family: "Vollkorn", serif;
  color: #fff;
  line-height: 1;
  font-size: 12px;
  margin-top: 22px;
}
/* line 1366, ../sass/global.scss */
a.gotoreserve:hover {
  color: #c4c762;
}
/* line 1369, ../sass/global.scss */
a.gotoreserve.font-ja {
  font-family: "秀英明朝 M", "Shuei Mincho M", "Vollkorn", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游ゴシック体", "Yu Gothic", "YuGothic", serif;
}

/* line 1379, ../sass/global.scss */
body#page-order #menu #mainmenu ul li:nth-child(4) a {
  opacity: 0.6;
}

/* line 1385, ../sass/global.scss */
body#page-contact #menu #mainmenu ul li:nth-child(7) a {
  opacity: 0.6;
}

/* line 1390, ../sass/global.scss */
.contacttext {
  border-top: 1px solid rgba(62, 61, 23, 0.5);
  padding-top: 35px;
}

/* line 1394, ../sass/global.scss */
.wpcf7-form {
  width: 60%;
  max-width: 600px;
  float: left;
}
/* line 1398, ../sass/global.scss */
.wpcf7-form p {
  position: relative;
  padding: 10px 0 10px 130px;
  border-bottom: 1px dotted rgba(62, 61, 23, 0.5);
  margin-bottom: 0;
}
/* line 1403, ../sass/global.scss */
.wpcf7-form p.noborder {
  border: 0;
}
/* line 1406, ../sass/global.scss */
.wpcf7-form p label {
  position: absolute;
  left: 0;
  width: 120px;
  font-size: 13px;
}
/* line 1412, ../sass/global.scss */
.wpcf7-form p input, .wpcf7-form p textarea {
  width: 100%;
}
/* line 1416, ../sass/global.scss */
.wpcf7-form p .autow input, .wpcf7-form p .autow textarea {
  width: auto;
}
/* line 1419, ../sass/global.scss */
.wpcf7-form p .autow .wpcf7-list-item {
  margin-left: 30px;
}
/* line 1421, ../sass/global.scss */
.wpcf7-form p .autow .wpcf7-list-item.first {
  margin-left: 0;
}
/* line 1426, ../sass/global.scss */
.wpcf7-form p.doui {
  font-size: 12px;
}
@media (max-width: 480px) {
  /* line 1426, ../sass/global.scss */
  .wpcf7-form p.doui {
    padding-left: 0;
  }
}
/* line 1431, ../sass/global.scss */
.wpcf7-form p.doui a {
  color: #3e3d17;
}
/* line 1433, ../sass/global.scss */
.wpcf7-form p.doui a:hover {
  text-decoration: underline;
}
@media (max-width: 480px) {
  /* line 1438, ../sass/global.scss */
  .wpcf7-form p.b_submit, .wpcf7-form p.b_kakunin, .wpcf7-form p.b_modoru {
    padding-left: 0;
  }
}
@media (max-width: 840px) {
  /* line 1398, ../sass/global.scss */
  .wpcf7-form p {
    padding-left: 0;
  }
  /* line 1445, ../sass/global.scss */
  .wpcf7-form p label {
    position: relative;
    display: block;
    font-weight: bold;
  }
}
/* line 1452, ../sass/global.scss */
.wpcf7-form sup {
  color: #e3ce4f;
}
@media (max-width: 550px) {
  /* line 1394, ../sass/global.scss */
  .wpcf7-form {
    width: 100%;
  }
}

/* line 1460, ../sass/global.scss */
.wpcf7-submit, .wpcf7-confirm {
  background-color: #c4c762;
  font-weight: bold;
  padding: 10px;
  border: 0;
}
/* line 1465, ../sass/global.scss */
.wpcf7-submit:hover, .wpcf7-confirm:hover {
  background-color: #e3ce4f;
}

/* line 1470, ../sass/global.scss */
.box-form {
  margin: 20px 0;
  border: 1px solid rgba(62, 61, 23, 0.5);
  padding: 30px;
}

/* line 1478, ../sass/global.scss */
input, textarea, .wpcf7-select {
  font-size: 12px;
  padding: 5px;
}

@media (max-width: 840px) {
  /* line 1484, ../sass/global.scss */
  input, textarea, .wpcf7-select {
    font-size: 16px;
  }
}
/* line 1489, ../sass/global.scss */
.privacytext {
  width: 40%;
  float: left;
  padding-left: 40px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 1495, ../sass/global.scss */
.privacytext h4 {
  margin-bottom: 4px;
  font-size: 13px;
  margin-top: 25px;
  margin-left: -5px;
}
/* line 1500, ../sass/global.scss */
.privacytext h4:before {
  content: "【";
}
/* line 1503, ../sass/global.scss */
.privacytext h4:after {
  content: "】";
}
/* line 1506, ../sass/global.scss */
.privacytext h4.call {
  margin-top: 5px;
}
/* line 1509, ../sass/global.scss */
.privacytext h4#ppolicy {
  margin-top: 60px;
}
/* line 1513, ../sass/global.scss */
.privacytext .call_tx {
  font-size: 13px;
}
@media (max-width: 550px) {
  /* line 1489, ../sass/global.scss */
  .privacytext {
    float: none;
    clear: both;
    width: 100%;
    padding: 60px 0 0 0;
  }
}

/* line 1524, ../sass/global.scss */
table.infotable {
  margin-top: 4px;
  border-top: 1px dotted rgba(62, 61, 23, 0.4);
}
/* line 1527, ../sass/global.scss */
table.infotable th, table.infotable td {
  font-size: 12px;
  border-bottom: 1px dotted rgba(62, 61, 23, 0.4);
}
/* line 1531, ../sass/global.scss */
table.infotable th {
  width: 145px;
}

/* line 1536, ../sass/global.scss */
.delitext {
  font-size: 13px;
  margin-bottom: 20px;
}
/* line 1539, ../sass/global.scss */
.delitext h4:first-child {
  margin-top: 0;
}

/* line 1544, ../sass/global.scss */
span.wpcf7-not-valid-tip {
  font-size: 11px;
}

/* line 1547, ../sass/global.scss */
div.wpcf7 img.ajax-loader {
  display: none;
}

/* line 1550, ../sass/global.scss */
.wpcf7c-conf {
  background-color: #f8f8e4;
  border: 0;
}

/* line 1555, ../sass/global.scss */
span.wpcf7-not-valid-tip {
  color: #d4d456;
}

/* line 1559, ../sass/global.scss */
#modoru {
  border: 0;
  width: auto;
  font-size: 12px;
  text-align: left;
}
/* line 1564, ../sass/global.scss */
#modoru:before {
  content: "<< ";
}

/* line 1569, ../sass/global.scss */
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
  border: 1px dotted #ccc;
}

/* line 1573, ../sass/global.scss */
a.faxsheet {
  color: white;
  display: block;
  text-align: center;
  margin-top: 10px;
  width: auto;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.37);
}

/* line 1583, ../sass/global.scss */
textarea.box-ad {
  height: 90px;
}

/* line 1592, ../sass/global.scss */
body.archive.category, body.archive.date, body.single {
  color: #2f280c;
}
/* line 1593, ../sass/global.scss */
body.archive.category .ami, body.archive.date .ami, body.single .ami {
  display: block;
  background-image: url(../imgs/greenwall.jpg);
  position: fixed;
  background-size: 100% auto;
  background-size: cover;
  background-position: right top;
}
@media (max-width: 480px) {
  /* line 1593, ../sass/global.scss */
  body.archive.category .ami, body.archive.date .ami, body.single .ami {
    background-image: url(../imgs/greenwall-s.jpg);
  }
}

/* line 1609, ../sass/global.scss */
#blogmenu {
  height: 190px;
  width: 1190px;
  position: relative;
  margin: 0 auto;
}
/* line 1614, ../sass/global.scss */
#blogmenu #bloghome {
  display: block;
  width: 258px;
  height: 190px;
  text-indent: -5000px;
  background-image: url("../imgs/logo-blog.png");
  text-indent: -5000px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: 20px 30px;
  margin: 0;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  /* line 1614, ../sass/global.scss */
  #blogmenu #bloghome {
    background-image: url("../imgs/logo-blog@2x.png");
    background-size: 236px 138px;
  }
}
/* line 1625, ../sass/global.scss */
#blogmenu #linkhome {
  display: block;
  width: 126px;
  height: 32px;
  margin: 0;
  position: absolute;
  font-family: "Vollkorn", serif;
  font-size: 12px;
  background-image: url(../imgs/bk-gray.jpg);
  background-color: rgba(105, 116, 90, 0.73);
  top: 0;
  right: 0;
  -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 2px 2pxx rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 7px 5px 5px;
  border-radius: 0 0 3px 3px;
}
/* line 1641, ../sass/global.scss */
#blogmenu #linkhome:hover {
  color: #3e3d17;
}
/* line 1645, ../sass/global.scss */
#blogmenu #message-b {
  display: block;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  top: 85px;
  left: 345px;
}
@media (max-width: 1190px) {
  /* line 1645, ../sass/global.scss */
  #blogmenu #message-b {
    left: 26%;
    padding-left: 45px;
  }
}
@media (max-width: 880px) {
  /* line 1645, ../sass/global.scss */
  #blogmenu #message-b {
    left: 32%;
    padding-left: 25px;
  }
}
@media (max-width: 620px) {
  /* line 1645, ../sass/global.scss */
  #blogmenu #message-b {
    left: 0;
    width: 100%;
    text-align: center;
    top: 140px;
    font-size: 11px;
  }
}

/* line 1669, ../sass/global.scss */
#area_blog {
  width: 1190px;
  margin: 0 auto;
  display: block;
  min-height: 100%;
}
/* line 1676, ../sass/global.scss */
#area_blog .contentbox {
  position: relative;
  text-align: left;
}
/* line 1680, ../sass/global.scss */
#area_blog #blog_content {
  float: right;
  width: 800px;
}
/* line 1683, ../sass/global.scss */
#area_blog #blog_content > h2 {
  margin-top: -30px;
  margin-bottom: 30px;
}
@media (max-width: 620px) {
  /* line 1683, ../sass/global.scss */
  #area_blog #blog_content > h2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
/* line 1692, ../sass/global.scss */
#area_blog #blog_content h1 a {
  color: #3e3d17;
}
/* line 1694, ../sass/global.scss */
#area_blog #blog_content h1 a:hover {
  color: #fff;
}
/* line 1699, ../sass/global.scss */
#area_blog #blog_content .maincontent {
  padding-bottom: 50px;
  border: 0;
  margin-bottom: 50px;
  position: relative;
}
/* line 1705, ../sass/global.scss */
#area_blog #blog_content .separator {
  text-align: left !important;
}
/* line 1707, ../sass/global.scss */
#area_blog #blog_content .separator a {
  margin-left: 0 !important;
}
/* line 1710, ../sass/global.scss */
#area_blog #blog_content .separator img {
  margin: 15px 0;
}
/* line 1716, ../sass/global.scss */
#area_blog .blog-img {
  display: inline-block;
  padding: 4px;
  width: auto;
  max-width: 100%;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
/* line 1724, ../sass/global.scss */
#area_blog .blog-img img {
  max-width: 100%;
}
/* line 1731, ../sass/global.scss */
#area_blog .blogmenu {
  width: 290px;
  float: left;
  padding-right: 30px;
  color: #6d6d0f;
}
/* line 1737, ../sass/global.scss */
#area_blog .blogmenu h4 {
  margin-bottom: 4px;
  font-size: 16px;
  color: #3e3d17;
}
/* line 1742, ../sass/global.scss */
#area_blog .blogmenu a {
  color: #3e3d17;
}
/* line 1744, ../sass/global.scss */
#area_blog .blogmenu a:hover {
  color: #fff;
}
/* line 1748, ../sass/global.scss */
#area_blog .blogmenu .blogsns {
  margin-bottom: 27px;
  margin-top: 5px;
}
/* line 1751, ../sass/global.scss */
#area_blog .blogmenu .blogsns a {
  display: block;
  text-indent: -5000px;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  opacity: 1;
  float: left;
  margin-right: 20px;
}
/* line 1759, ../sass/global.scss */
#area_blog .blogmenu .blogsns a.facebook {
  background-image: url("../imgs/ico_fa.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  /* line 1759, ../sass/global.scss */
  #area_blog .blogmenu .blogsns a.facebook {
    background-image: url("../imgs/ico_fa@2x.png");
    background-size: 15px 15px;
  }
}
/* line 1762, ../sass/global.scss */
#area_blog .blogmenu .blogsns a.instagram {
  background-image: url("../imgs/ico_in.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  /* line 1762, ../sass/global.scss */
  #area_blog .blogmenu .blogsns a.instagram {
    background-image: url("../imgs/ico_in@2x.png");
    background-size: 15px 15px;
  }
}
/* line 1765, ../sass/global.scss */
#area_blog .blogmenu .blogsns a:hover {
  opacity: 0.8;
}
/* line 1772, ../sass/global.scss */
#area_blog .blogmenu .widget {
  margin-bottom: 30px;
}

/* line 1779, ../sass/global.scss */
a.goblogmenu {
  position: absolute;
  top: 5px;
  right: 0;
  display: none;
  color: #fff;
}
/* line 1785, ../sass/global.scss */
a.goblogmenu:before {
  content: "\f0d7";
  font-family: "FontAwesome";
  padding-right: 6px;
}

@media (max-width: 1190px) {
  /* line 1793, ../sass/global.scss */
  #blogmenu, #area_blog {
    width: 100%;
  }
  /* line 1795, ../sass/global.scss */
  #blogmenu #linkhome, #area_blog #linkhome {
    right: 10px;
  }

  /* line 1800, ../sass/global.scss */
  #area_blog #blog_content {
    width: 74%;
    padding-left: 15px;
  }
  /* line 1804, ../sass/global.scss */
  #area_blog .blogmenu {
    width: 26%;
  }
  /* line 1806, ../sass/global.scss */
  #area_blog .blogmenu #wp-calendar {
    max-width: 200px;
  }
}
@media (max-width: 880px) {
  /* line 1814, ../sass/global.scss */
  #blogmenu {
    height: 180px;
  }
  /* line 1816, ../sass/global.scss */
  #blogmenu #bloghome {
    background-image: url("../imgs/logo-mini-blog.png");
  }
  /* line 1821, ../sass/global.scss */
  #area_blog .content {
    padding: 0 20px;
  }
  /* line 1824, ../sass/global.scss */
  #area_blog #blog_content {
    width: 68%;
  }
  /* line 1827, ../sass/global.scss */
  #area_blog .blogmenu {
    width: 32%;
  }
}
@media all and (max-width: 880px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 880px) and (-o-min-device-pixel-ratio: 3 / 2), all and (max-width: 880px) and (min--moz-device-pixel-ratio: 1.5), all and (max-width: 880px) and (min-device-pixel-ratio: 1.5) {
  /* line 1816, ../sass/global.scss */
  #blogmenu #bloghome {
    background-image: url("../imgs/logo-mini-blog@2x.png");
    background-size: 200px 114px;
  }
}

@media (max-width: 620px) {
  /* line 1834, ../sass/global.scss */
  a.goblogmenu {
    display: block;
    opacity: 0.8;
  }
  /* line 1837, ../sass/global.scss */
  a.goblogmenu:hover {
    color: #3e3d17;
  }

  /* line 1841, ../sass/global.scss */
  #blogmenu {
    height: 170px;
    text-align: center;
  }
  /* line 1844, ../sass/global.scss */
  #blogmenu #bloghome {
    margin: 0 auto;
    background-position: center 22px;
  }

  /* line 1850, ../sass/global.scss */
  #area_blog #blog_content {
    width: 100%;
    float: none;
    padding: 0;
  }
  /* line 1854, ../sass/global.scss */
  #area_blog #blog_content .maincontent {
    padding: 35px 0;
    border-top: 1px solid #3e3d17;
  }
  /* line 1859, ../sass/global.scss */
  #area_blog .blogmenu {
    width: 100%;
    float: none;
    padding-top: 40px;
  }
}
/* line 1870, ../sass/global.scss */
#wp-calendar {
  width: 200px;
  border-collapse: collapse;
  margin-bottom: 30px;
  font-size: 13px;
}
@media (max-width: 1190px) {
  /* line 1870, ../sass/global.scss */
  #wp-calendar {
    width: 100%;
  }
}
/* line 1878, ../sass/global.scss */
#wp-calendar caption {
  margin-bottom: 7px;
  text-align: center;
  color: #3e3d17;
}
/* line 1884, ../sass/global.scss */
#wp-calendar th, #wp-calendar td {
  text-align: center;
  margin: 0;
  padding: 5px 2px;
  font-size: 12px;
  line-height: 1.2em;
  color: #3e3d17;
}
/* line 1891, ../sass/global.scss */
#wp-calendar th#today, #wp-calendar td#today {
  background-color: rgba(255, 255, 255, 0.32);
}
/* line 1894, ../sass/global.scss */
#wp-calendar th tfoot #prev, #wp-calendar th tfoot .pad, #wp-calendar td tfoot #prev, #wp-calendar td tfoot .pad {
  border-right: none !important;
}

/* line 1900, ../sass/global.scss */
#area_blog .blogmenu #wp-calendar a {
  color: #b19e1a;
}
/* line 1902, ../sass/global.scss */
#area_blog .blogmenu #wp-calendar a:hover {
  color: #fff;
}

/* line 1907, ../sass/global.scss */
.maincontent {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
/* line 1911, ../sass/global.scss */
.maincontent h1 {
  font-size: 20px;
  margin-bottom: 10px;
}
/* line 1914, ../sass/global.scss */
.maincontent h1 a {
  color: #000;
}
/* line 1918, ../sass/global.scss */
.maincontent .categorybox {
  font-size: 11.5px;
}
/* line 1920, ../sass/global.scss */
.maincontent .categorybox a {
  color: rgba(62, 61, 23, 0.5);
}
/* line 1922, ../sass/global.scss */
.maincontent .categorybox a:hover {
  color: #b19e1a;
}

/* line 1929, ../sass/global.scss */
.recenttopic li {
  font-size: 12px;
  margin-bottom: 3px;
}

/* line 1934, ../sass/global.scss */
.blog_content {
  margin-top: 20px;
}

/* line 1939, ../sass/global.scss */
.pagenate {
  margin: 30px auto 10px;
  text-align: center;
  font-size: 12px;
}
/* line 1943, ../sass/global.scss */
.pagenate a {
  color: #3e3d17;
}
/* line 1945, ../sass/global.scss */
.pagenate a:hover {
  color: #b19e1a;
}
/* line 1949, ../sass/global.scss */
.pagenate a.prev, .pagenate a.next {
  float: left;
  padding-top: 2px;
  padding-bottom: 4px;
}
/* line 1954, ../sass/global.scss */
.pagenate a.next {
  float: right;
  padding-left: 0;
}
/* line 1959, ../sass/global.scss */
.pagenate .page-numbers {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 1962, ../sass/global.scss */
.pagenate .page-numbers.current {
  opacity: 0.6;
}

/* line 1968, ../sass/global.scss */
.post_navi {
  margin-top: 50px;
  padding-top: 3px;
  font-size: 12px;
  position: relative;
  border-top: 1px dotted #ccc;
}
/* line 1974, ../sass/global.scss */
.post_navi a {
  color: #3e3d17;
}
/* line 1978, ../sass/global.scss */
.post_navi > span {
  display: block;
  width: 100%;
  padding: 4px 0 3px;
}
/* line 1983, ../sass/global.scss */
.post_navi .box_pre {
  width: 50%;
  float: left;
}
/* line 1987, ../sass/global.scss */
.post_navi .box_pre a:before {
  content: "\f100";
  font-family: "FontAwesome";
  padding-right: 6px;
}
/* line 1994, ../sass/global.scss */
.post_navi .box_next {
  width: 50%;
  float: right;
  text-align: right;
}
/* line 1999, ../sass/global.scss */
.post_navi .box_next a:after {
  content: "\f101";
  font-family: "FontAwesome";
  padding-left: 6px;
}

/* line 2008, ../sass/global.scss */
.pat {
  font-size: 11px;
  color: #666;
  padding-bottom: 10px;
  margin-top: -15px;
}
