@charset "UTF-8";
/* CSS Document */
html {
  font-size: 10px;
  width: 100%;
  height: 100%;
  line-height: 1;
}
body {
  width: 100%;
  min-width: 1200px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  /*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;*/
  color: #40353a;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.0;
  letter-spacing: 0.1rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
  padding-top: 0 !important;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*------------------------------------------------------------
タグ類
------------------------------------------------------------*/
p {
  margin-bottom: 15px;
}
a {
  text-decoration: none;
  transition: opacity 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
  transition: opacity 0.3s;
  transition: 0.3s;
}
dl {
  /*display: flex;*/
}
table {
  margin: 15px 0;
}
dt, th {
  font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
  line-height: 1.8;
}
h1 {
  font-size: 1.0rem;
}
h2 {
  font-size: 3.2rem;
}
h3 {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
h4 {
  font-size: 2.2rem;
  margin-bottom: 15px;
}
h5 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
h6 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
/*------------------------------------------------------------
スタイル / 共通
------------------------------------------------------------*/
.opa:not(.not):hover {
  /*color: inherit;*/
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.opa_wrap a {
  transition: opacity 0.3s;
}
.opa_wrap a:hover {
  transition: opacity 0.3s;
  opacity: 0.7;
}
.img {
  max-width: 100%;
  height: auto;
}
.img_cover {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.img_contain {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.logged_in #wpadminbar {
  position: fixed;
}
.logged_in .header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .logged_in #wpadminbar {
    position: fixed;
  }
  .logged_in .header {
    top: 46px;
  }
}
.wrap {
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0;
  }
}
.inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.btn a{
  display: inline-block;
}
/*------------------------------------------------------------
スタイル / ヘッダー
------------------------------------------------------------*/
header {
  width: 100%;
  margin: 0 auto;
}
.header_inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.header_nav ul {
  display: flex;
}
/*------------------------------------------------------------
スタイル / ヘッダー / スマホ用メニュー
------------------------------------------------------------*/
.fix_sp_menu_btn_wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .fix_sp_menu_btn_wrap {
    display: block;
    width: 70px;
    height: 70px;
    padding: 17px;
    background: #8b6e2b;
    float: right;
    color: #FFF;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
  }
  .fix_sp_menu_btn_wrap .fix_sp_menu_btn-txt {
    font-size: 1.0rem;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 0;
  }
  .fix_sp_menu_btn {
    height: 70%;
    width: 100%;
    position: relative;
  }
  .header_sp_menu_wrap {
    display: none;
    width: 100%;
    height: 100vh;
    background: url("images/header_menu_bg.png") no-repeat bottom -15px right 40px, rgba(158, 184, 159, 0.9);
    background-size: 90px auto, cover;
    z-index: 10;
    position: relative;
    padding: 40px;
  }
  .fix_sp_menu_btn-line {
    background: #FFF;
    display: block;
    height: 3px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
  }
  .fix_sp_menu_btn-line--center {
    top: 50%;
    transform: translate(0, -50%);
  }
  .fix_sp_menu_btn-line--bottom {
    bottom: 0;
  }
  .fix_sp_menu_btn-line--top.active {
    top: 8px;
    transform: rotate(45deg);
  }
  .fix_sp_menu_btn-line--center.active {
    transform: scaleX(0);
  }
  .fix_sp_menu_btn-line--bottom.active {
    bottom: 14px;
    transform: rotate(135deg);
  }
}
/*------------------------------------------------------------
スタイル / フッター
------------------------------------------------------------*/
footer {
  width: 100%;
  margin: 0 auto;
}
.footer_inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
/*------------------------------------------------------------
BLOG / ブログ
------------------------------------------------------------*/
.blog_wrap h2 {
  margin-bottom: 50px;
}
.blog_wrap h2 img {
  max-width: 200px;
  width: 100%;
}
.blog_category_list {
  margin: 0 auto;
  text-align: center;
}
.blog_category_list ul {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.blog_category_list ul li {
  float: left;
}
.blog_category_list ul li a {
  display: inline-block;
  padding: 0 5px 0 10px;
  font-weight: bold;
}
.blog_category_list ul li a:hover, .blog_category_list ul li.current-cat a {
  color: #9eb89f;
  opacity: 1;
}
.blog_category_list ul li::after {
  /*content: "｜";
  content: "";
  border-left: 1px solid;*/
}
.blog_category_list ul li:last-child::after {
  content: none;
}
.blog_wrap .post_new {
  width: 100%;
  margin-bottom: 80px;
}
.blog_wrap .post_new .div_L {
  max-width: 540px;
  width: 100%;
  float: left;
}
.post_new_icon {
  font-size: 4.0rem;
  position: relative;
  letter-spacing: 0.4rem;
  padding-bottom: 15px;
  margin: 40px 0 20px;
}
@media screen and (max-width: 768px) {
  .post_new_icon {
    margin: 0px 0 20px;
  }
}
.blog_wrap .post_new .post_category, .blog_wrap .post_new .post_date {
  margin-bottom: 15px;
}
.blog_wrap .post_new .post_title {
  font-size: 2.0rem;
  letter-spacing: 0.1rem;
}
.blog_wrap .thumbnail {
  width: 100%;
  height: 360px;
  /*border-radius: 10px;*/
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .blog_wrap .thumbnail {
    height: 250px;
  }
}
.blog_wrap .post_new .div_R {
  max-width: 400px;
  width: 100%;
  float: right;
}
.blog_all .post_list {
  display: flex;
  /* justify-content: space-between;*/
  flex-wrap: wrap;
  margin: 0 -20px 0;
}
.blog_all .post_list::after {
  display: block;
  content: "";
  width: 270px;
}
.blog_all .post_list > li {
  flex-basis: 300px;
  margin: 0 20px 45px;
}
@media screen and (max-width: 768px) {
  .blog_all .post_list li {
    flex-basis: 100%;
  }
}
.blog_all .post_list li .div_T {
  position: relative;
  margin-bottom: 20px;
}
.blog_all .post_list li .thumbnail {
  height: 200px;
}
.blog_all .post_list li .post_category {
  position: absolute;
  bottom: -10px;
  right: -10px;
}
.pagenavi_wrap {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.pagenavi_corner {
  display: inline-block;
  padding: 3px;
  text-align: center;
  background-size: 10px;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
.pagenavi_bg {
  display: block;
  padding: 5px 20px 5px;
  background: #FFF;
}
.wp-pagenavi {
  clear: both;
  font-weight: bold;
  text-align: center;
  line-height: 1.0;
}
.wp-pagenavi a, .wp-pagenavi span {
  width: 30px;
  height: 30px;
  margin: 0 5px;
  padding: 0 6px 0 8px;
  line-height: 30px;
  display: block;
  float: left;
  transition: 0.3s;
}
.wp-pagenavi a:hover, .wp-pagenavi .current {
  background: #C5B695;
  border: none;
  color: #FFF;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 50%;
}
.wp-pagenavi span.extend {
  background: none;
  padding: 0 0 0;
  line-height: 18px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .first {
  display: none;
}
.wp-pagenavi a.previouspostslink {
  float: left;
  position: relative;
}
.wp-pagenavi a.previouspostslink:hover {
  background: none;
  opacity: 0.7
}
.wp-pagenavi a.previouspostslink::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  /*top: 25%;
  left: 10%;
  border-bottom: 2px solid #40353a;
  border-left: 2px solid #40353a;
  transform: rotate(45deg);*/
}
.wp-pagenavi a.nextpostslink {
  float: right;
  position: relative;
}
.wp-pagenavi a.nextpostslink:hover {
  background: none;
  opacity: 0.7
}
.wp-pagenavi a.nextpostslink::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  /*top: 25%;
  left: 10%;
  border-top: 2px solid #40353a;
  border-right: 2px solid #40353a;
  transform: rotate(45deg);*/
}
.blog_single section {
  max-width: 980px;
  padding: 0 20px;
}
.post_single_main {
  max-width: 620px;
  width: 100%;
  float: left;
}
.post_single_main .btn {
  margin: 50px auto;
}
.post_single_main .btn a {
  /*display: block;
  max-width: none;
  padding: 10px;*/
}
.post_single_main .btn .btn_txt::before {
  transform: translate(-50%, 18px);
}
.post_single_side {
  max-width: 280px;
  width: 100%;
  float: right;
}
@media screen and (max-width: 768px) {
  .post_single_side {
    max-width: none;
    margin-top: 80px;
  }
}
.post_single_head {
  margin-bottom: 30px;
}
.post_single_head .post_category, .post_single_head .post_date {
  float: left;
}
.post_single_head .post_category {
  margin-right: 15px;
}
.category_list .label, .category_list .count {
  display: inline-block;
}
.post_single_main .post_date {
  width: 100%;
  margin-bottom: 15px;
}
.post_single_main .post_title {
  font-size: 2.6rem;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
  padding-bottom: 15px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #40353A;
  position: relative;
}
.post_single_main .post_title::after {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #FFF;
  border: 1px solid #40353A;
  border-radius: 50%;
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.post_content p {
  margin-bottom: 20px;
}
.post_content p img {
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
.screen-reader-text {
  display: none;
}
.search_box input[type="text"] {
  height: 30px;
  padding: 5px;
  font-size: 1.2rem;
  border: 1px solid #cccccc;
  width: 90%;
  float: left;
}
.search_box button[type="submit"] {
  width: 10%;
  height: 30px;
  float: left;
  background: #8B6E2B;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  padding: 5px;
}
.search_box button[type="submit"] img {
  width: 100%;
  height: auto;
}
.search_h3 {
  text-align: center;
  font-size: 2.0rem;
}
.post_list_block {
  display: none;
}
.post_list .post_list_block {
  display: block;
}
.post_single_side_block {
  display: none;
}
.post_single_side .post_single_side_block {
  display: block;
}
li.post_min {
  width: 100%;
  margin-bottom: 10px;
  list-style: none;
  clear: both;
}
li.post_min:after {
  content: "";
  display: block;
  clear: both;
}
li.post_min .div_T {
  max-width: 60px;
  width: 100%;
  float: left;
}
li.post_min .div_T .thumbnail {
  height: 60px;
}
li.post_min .div_B {
  float: right;
  max-width: 205px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  li.post_min .div_B {
    max-width: none;
    width: 75%;
  }
}
.post_single_side .post_date {
  display: none;
}
.post_single_side .post_title {
  line-height: 1.6;
}
.post_single_side .post_single_side .post_category {
  background: none;
  color: #9eb89f;
  text-align: left;
  padding: 5px 0;
  letter-spacing: 0;
  font-size: 1.2rem;
}
.post_single_side .block_head {
  margin: 40px 0 20px;
}
.block_head_h {
  font-size: 2.2rem;
}
.post_single_side .block_head_h {
  float: left;
}
.post_single_side .block_head_txt {
  float: right;
  color: #ADABAA;
  line-height: 45px;
  text-align: right;
}
.single_nav_block {
  width: 100%;
  margin: 50px auto 0;
  padding: 30px 0;
  display: table;
  table-layout: fixed;
  border-top: 1px solid #40353A;
}
.single_nav_block .nav_item {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.single_nav_block .nav_item span {
  background-size: 35px auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.single_nav_block .nav_item a {
  padding: 0 20px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  display: inline;
  vertical-align: middle;
  position: relative;
}
.single_nav_block .nav_item a::before {
  /*content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin: auto;
  color: #5c7c60;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;*/
}
.single_nav_block .nav_item .next a {
  padding-left: 50px;
}
.single_nav_block .nav_item .next a::before {
  /*content: "";
  left: 0;
  width: 13px;
  height: 13px;
  top: 0%;
  border-bottom: 2px solid #40353a;
  border-left: 2px solid #40353a;
  transform: rotate(45deg);*/
}
.single_nav_block .nav_item .prev a {
  padding-right: 50px;
  margin: 0 0 0 auto;
  text-align: right;
}
@media screen and (max-width: 768px) {
  /*.single_nav_block .nav_item .prev a {
    padding-right: 20px;
  }*/
}
.single_nav_block .nav_item .prev a::before {
  /*content: "";
  right: 0;
  width: 13px;
  height: 13px;
  top: 0%;
  border-top: 2px solid #40353a;
  border-right: 2px solid #40353a;
  transform: rotate(45deg);*/
}
.single_nav_block .left_box {
  border-right: 1px solid #40353A;
}
.archive_block .block_head {
  margin-bottom: 10px;
}
.archive_block .archive_list > li {
  border-bottom: 1px solid #cccccc;
}
.archive_block .archive_list > li .year {
  padding: 10px 5px;
  color: #40353A;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.15em;
  display: block;
  cursor: pointer;
  position: relative;
}
.archive_block .archive_list > li .year:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.archive_block .archive_list > li .year::after {
  content: "";
  border: 6px solid transparent;
  border-top: 6px solid #40353A;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 0;
}
.archive_block .archive_list > li .year.mode_open::after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -7px;
}
.archive_block .archive_list > li ul {
  padding: 0 0 10px 25px;
  display: none;
}
.archive_block .archive_list > li ul li {
  margin: 2px 0 0;
}
.archive_block .archive_list > li ul li:first-child {
  margin-top: 0;
}
.archive_block .archive_list > li ul li a {
  color: #40353A;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.0;
}
.archive_block .archive_list > li ul li a .count {
  margin: 0 0 0 2px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #ADABAA;
}
.bottom_area .area_head {
  margin-bottom: 35px;
}
.bottom_area .area_head span {
  display: block;
  margin: 0 auto;
  color: #9eb89f;
  letter-spacing: 0.1rem;
}
.area_head_img {
  max-width: 265px;
  width: 100%;
  height: auto;
}
.area_head_img img {
  width: 100%;
}
.related_posts_wrap {
  /*background: #C6C2C4;*/
  background: rgba(198, 194, 196, 0.8);
  padding: 80px 0;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .related_posts_wrap {
    padding: 80px 20px;
  }
}
.related_posts_wrap h4 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 40px;
}
.related_posts_wrap ul {
  display: flex;
  margin: 0 -15px;
}
.related_posts_wrap li {
  flex-basis: 230px;
  margin: 0 15px 20px;
}
@media screen and (max-width: 768px) {
  .related_posts_wrap ul {
    display: inherit;
  }
  .related_posts_wrap li {
    flex-basis: inherit;
    width: 100%;
    margin-bottom: 50px;
  }
}
.related_posts_wrap .div_T {
  max-width: 100%;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.related_posts_wrap .div_B {
  max-width: 100%;
  width: 100%;
  float: right;
  font-weight: normal;
}
.related_posts_wrap .thumbnail {
  max-width: 100%;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .related_posts_wrap .thumbnail {
    height: 200px;
  }
}
.related_posts_wrap .post_title {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.related_posts_wrap .post_date {
  margin-bottom: 5px;
}
.related_posts_wrap .div_B .post_category {
  display: block;
  background: none;
  color: #9eb89f;
  padding: 0;
  text-align: left;
}
.archive_title_wrap {
  margin: 50px auto;
}
div.sharedaddy {
  margin: 0 auto;
  text-align: center;
}
.sd-sharing {
  display: table;
  margin: 60px auto 60px;
}
div.sharedaddy h3.sd-title, .sd-content {
  display: table-cell;
}
div.sharedaddy h3.sd-title {
  padding: 30px 20px 30px 0;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  position: relative;
}
.sd-content ul {
  margin-bottom: 0 !important;
}
.sd-content ul li {
  margin-right: 15px;
  margin-bottom: 0;
}
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
  padding: 10px;
}
div.sharedaddy h3.sd-title::before, div.sharedaddy h3.sd-title::after {
  content: "";
  border-top: 2px solid #595757;
  width: 50px;
  height: 1px;
  position: absolute;
  right: 20px;
}
div.sharedaddy h3.sd-title::before {
  position: absolute;
  top: 6px;
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
div.sharedaddy h3.sd-title::after {
  position: absolute;
  bottom: 6px;
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom {
  padding: 11px 11px 4px 11px;
  top: 10px;
}
.sd-social-icon .sd-content ul li.share-custom-hatena a.sd-button {
  background: #3D6EB7;
}
.sd-social-icon .sd-content ul li.share-custom-line a.sd-button {
  background: #00B901;
}
.wpp-list {
  margin-top: 30px;
}
.wpp-list li {
  overflow: inherit;
}
.wpp-list li::after {
  content: "";
  display: block;
  clear: both;
}
.ranking_block li {
  margin-bottom: 40px;
}
.ranking_block li .wpp-post-title {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  line-height: 1.8;
}
.wpp-thumbnail {
  margin: 0 auto;
  border-radius: 5px;
}
.wpp-item-img {
  max-width: 60px;
  width: 100%;
  height: 60px;
  float: left;
  position: relative;
  background: url('images/img_logo.jpg')no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.ranking_block div.wpp-list:first-child .wpp-item-img {
  max-width: none;
  width: 100%;
  height: 190px;
}
.wpp-item-data {
  max-width: 200px;
  width: 100%;
  float: right;
}
@media screen and (max-width: 768px) {
  .wpp-item-data {
    max-width: none;
    width: 75%;
  }
}
.ranking_block div.wpp-list:first-child .wpp-item-data {
  max-width: none;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .ranking_block div.wpp-list:first-child .wpp-item-data {
    width: 100%;
  }
}
.wpp-item-data a {
  line-height: 1.4 !important;
  margin-bottom: 0 !important;
  font-size: 1.4rem;
  font-weight: bold;
}
.wpp-item-data .taxonomies {
  color: #9eb89f;
  font-weight: bold;
}
.wpp-item-data .taxonomies a {
  display: inline-block;
  font-size: 1.2rem !important;
}
.ranking_block li a:hover {
  text-decoration: none;
}
.wpp-item-img::before {
  content: "1";
  position: absolute;
  top: -15px;
  left: -15px;
  height: 30px;
  width: 30px;
  background: #8B6E2B;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
}
.ranking_block div.wpp-list:nth-child(2) .wpp-item-img::before {
  content: "2";
}
.ranking_block div.wpp-list:nth-child(3) .wpp-item-img::before {
  content: "3";
}
.ranking_block div.wpp-list:nth-child(4) .wpp-item-img::before {
  content: "4";
}
.ranking_block div.wpp-list:nth-child(5) .wpp-item-img::before {
  content: "5";
}
.ranking_block li:first-child .wpp-item-data .title {
  margin-bottom: 5px;
}
.ranking_block li:first-child .wpp-item-data a {
  font-size: 1.8rem;
}
.ranking_block li:first-child .wpp-item-img {
  margin-bottom: 15px;
}
.ranking_block li:first-child .wpp-item-img .wpp-thumbnail {
  width: 100%;
  height: 185px;
  object-fit: cover;
}

/*------------------------------------------------------------
営業日カレンダー
------------------------------------------------------------*/
#page_calendar_edit .calendar_wrap {
  background: none;
  margin: 0 auto;
}

#page_calendar_edit .calendar_wrap .calendar_box {
  float: none;
  margin: 0 auto;
}

#page_calendar_edit .calendar_wrap .calendar_box .calendar_content {
  margin-top: 10px;
}

#page_calendar_edit .calendar_wrap .calendar_box .calendar_content .this_month {
  cursor: pointer;
}

.calendar_wrap .calendar_head {
  margin: 0 auto 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.34em;
}

.calendar_wrap .calendar_box {
  width: 400px;
  margin: -4px -4px 0 0;
  position: relative;
}

.calendar_wrap .calendar_box:first-child {
  margin-top: 0;
}

.calendar_wrap .calendar_content {
  padding: 0;
  margin: 0;
  width: 400px;
  height: auto;
  text-align: center;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.calendar_wrap .calendar_content li {
  box-sizing: border-box;
  background-color: #f0ebea;
  width: calc(14.2857% - 8px);
  padding: 10px 0 10px 4px;
  margin: 4px;
  color: #655046;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.0;
  letter-spacing: 0.3em;
  list-style: none;
  overflow: hidden;
}

.calendar_wrap .calendar_content .label {
  background-color: #655046;
  color: #ffffff;
  font-weight: bold;
}

.calendar_wrap .calendar_content .prev {
  background: #ffffff;
  text-indent: -200%;
  overflow: hidden;
}

.calendar_wrap .calendar_content .next {
  background: #ffffff;
  text-indent: -200%;
  overflow: hidden;
}

.calendar_wrap .calendar_content .close,
.calendar_wrap .calendar_content .option01 {
  background-color: #668e68;
  color: #ffffff;
}

.calendar_wrap .calendar_notice {
  margin: 12px 0 0 auto;
  color: #655046;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
  line-height: 1.0;
  letter-spacing: 0.2em;
}

.calendar_wrap .calendar_notice .calendar_sample {
  box-sizing: border-box;
  background-color: #668e68;
  width: 34px;
  height: 22px;
  margin-right: 10px;
  line-height: 28px;
  display: inline-block;
  vertical-align: middle;
}

.calendar_wrap .link_calendar_edit {
  background-color: #c00079;
  width: 130px;
  height: 28px;
  margin: 0 auto;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  letter-spacing: 0.2em;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.calendar_wrap .link_calendar_edit a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}

.calendar_wrap .calendar_control {
  width: 400px;
  height: auto;
  margin: 10px auto 0;
  text-align: center;
}

.calendar_wrap .calendar_control table {
  width: 400px;
}

.calendar_wrap .calendar_control table td {
  text-align: center;
}

.calendar_wrap .calendar_control table td a {
  color: #c00079;
}

.calendar_wrap #calendar_form {
  width: 400px;
  height: auto;
  margin: 30px auto;
  text-align: center;
}

.calendar_wrap #calendar_form .comment_head {
  margin: 0 auto 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

.calendar_wrap #calendar_form #cal_comment {
  width: 100%;
  height: 90px;
  padding: 5px 10px;
  line-height: 1.8;
}

.calendar_wrap #calendar_form #submit {
  background-color: #c00079;
  border: none;
  padding: 10px 20px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
}

.calendar_wrap #calendar_form #submit:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .calendar_wrap {
    max-width: 400px;
  }

  .calendar_wrap .calendar_head {
    margin: 0 auto 10px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.34em;
  }

  .calendar_wrap .calendar_box {
    float: none;
    width: 100%;
    margin: 0 auto;
  }

  .calendar_wrap .calendar_content {
    width: 100%;
    max-width: 398px;
    height: auto;
  }

  .calendar_wrap .calendar_content li {
    border-width: 2px;
    padding: 7px 0;
    margin: 3px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }

  .calendar_wrap .calendar_content li span {
    margin: 0 0 0 2px;
    font-size: 11px;
    font-size: 1.1rem;
  }

  .calendar_wrap .calendar_notice {
    width: 100%;
    max-width: 300px;
    margin: 10px 0 0 auto;
    text-align: right;
  }

  .calendar_wrap .calendar_notice .calendar_sample {
    width: 33px;
    height: 23px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 20px;
  }

  .calendar_wrap .link_calendar_edit {
    margin: 0 auto;
    bottom: -10px;
  }

  .calendar_wrap .calendar_control {
    width: 100%;
    max-width: 300px;
  }

  .calendar_wrap .calendar_control table {
    width: 100%;
    max-width: 300px;
  }

  .calendar_wrap #calendar_form {
    width: 100%;
    max-width: 400px;
  }
}