@charset "utf-8";
:root {
  --header-height-pc:100px;
  --header-height-sp:100px;
  --site-max-width:1920px;
  --footer-menu-sp-height:60px;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height-sp);

}
@media (min-width: 641px) {
  html {
    scroll-padding-top: var(--header-height-pc);
  }
}
body{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  color: #3B4043;
  background: #F6F6F6;
}

@media (min-width: 641px) {
  body{
      min-width:1200px;
  }
}
a{
  transition: all 0.5s;
}
/* font-family */

.min {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


/* headline */
.heading-001{
    font-family: "Noto Serif JP", serif;
    font-weight: 100;
    font-size: 36px;
    color: #C4B69A;
    letter-spacing:0.4em ;
}
@media (min-width: 641px) {
  .heading-001{
    font-size: 71px;
  }
}
.heading-001-txt{
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 18px;
}
@media (min-width: 641px) {
  .heading-001-txt{
    font-size: 20px;
  }
}
.heading-002{
  font-weight: 500;
    letter-spacing:0.4em ;
    position: relative;
    padding-left: 70px;
    margin: 0;
}
.heading-002::before{
  content: "";
  background: url(../img/heading-002-icon.svg) no-repeat center center;
  width: 52px;
  height: 43px;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.heading-003{
  font-weight:600;
  position: relative;
  background: #D72854;
  padding: 10px 25px;
  border-radius: 7px 0 7px 0;
  display: inline-block;
  color: #FFF;
}

/* color */

.c-white{
  color: #FFF;
}
.c-red{
  color: #D72854;
}
.c-blue{
  color: #1C3B61;
}
.c-gray{
  color: #395057;
}
.c-black{
  color: #000;
}

/* background */
.bg-white{
  background: #FFF;
}
.bg-gray{
  background: #F2EFEC;
}
.bg-gray02{
  background: #707070;
}
.bg-black{
  background: #333333;
}
/* maker */
.maker-yellow{
  background: linear-gradient(transparent 80%, #FEEE7D 80%);
  display: inline;
}
.relative{
  position: relative;
}

/* list */
.list-circle{
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.list-circle li{
  position: relative;
  padding-left: 30px;
  margin-bottom:20px;
}
.list-circle li:before{
  content: "";
  background: url('../img/circle-icon.svg') no-repeat center center;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 11px;
}
.list-check{
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.list-check li{
  position: relative;
  padding-left: 56px;
  padding-bottom: 10px;
  margin-bottom:23px;
  border-bottom: dotted 2px #707070;
}
.list-check li:before{
  content: "";
  background: url('../img/check-icon.svg') no-repeat center center;
  width: 36px;
  height: 32px;
  position: absolute;
  left: 10px;
  top: 0px;
}

/* font-size */
.fs-000 {
  font-size:28px;
}
.fs-001 {
  font-size: 24px;
}
.fs-002 {
  font-size:22px;
}
.fs-003 {
  font-size: 18px;
}
.fs-004 {
  font-size: 20px;
}
.fs-005 {
  font-size: 18px;
}
@media (min-width: 641px) {
  .fs-000 {
    font-size:40px;
  }
  .fs-001 {
    font-size: 36px;
  }
  .fs-002 {
    font-size: 26px;
  }
  .fs-003 {
    font-size: 24px;
  }
  .fs-004 {
    font-size: 21px;
  }
}

.lh{
  line-height: 1.8;
}
.new-line span{
  display: inline-block;
}

/* button --------------------------------- */
.button-001 {
  background: #D5C99F;
  color: #fff;
  padding:15px 65px;
  text-decoration: none;
  border-radius: 32px;
  border: solid 1px #D5C99F;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  font-size:18px;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.button-001:hover {
  border: solid 1px #D5C99F;
  background: #fff;
  color: #D5C99F;
}
.button-001::before{
  position: absolute;
  content: "";
  background: url(../img/arrow-right.svg) no-repeat;
  width: 10px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.button-001:hover::before{
  position: absolute;
  content: "";
  background: url(../img/arrow-right-ov.svg) no-repeat;
  width: 10px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}

.button-002 {
  background: #FFF;
  color: #3B4043;
  padding:15px 65px;
  text-decoration: none;
  border-radius: 32px;
  border: solid 1px #FFF;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  font-size:15px;
  position: relative;
}
.button-002:hover {
  border: solid 1px #FFF;
  background: #3B4043;
  color: #FFF;
}
.button-002::before{
  position: absolute;
  content: "";
  background: url(../img/arrow-right02.svg) no-repeat;
  width: 10px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.button-002:hover::before{
  position: absolute;
  content: "";
  background: url(../img/arrow-right-ov02.svg) no-repeat;
  width: 10px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.button-003{
  position: relative;
  display: inline-block;
  padding: 8px 30px;
  cursor: pointer;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #FFF;
  border-bottom: 5px solid #000000;
  border-radius: 100vh;
  background: #395057;
}
.button-003:hover {
  margin-top: 3px;
  border-bottom: 2px solid #000000;
}


/* header-sp-001 ------------------------ */
.header-sp-001 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height-sp);
  background-color: #FFF;
  z-index: 7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header-sp-001-space {
  height: 100px;
}
.header-sp-001-logo {
  padding-left: 10px;
}
.header-sp-001-logo img {
  height: 40px;
}
.header-sp-001-icon {
  width: 50px;
  height: 50px;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header-sp-001-button {
  position: relative;
  background: #D72854;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
.header-sp-001-button span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  width: 45%;
}
.header-sp-001-button span:nth-of-type(1) {
  top: 24px;
}
.header-sp-001-button span:nth-of-type(2) {
  top: 32px;
}
.header-sp-001-button span:nth-of-type(3) {
  top: 40px;
}
.header-sp-001-button span:nth-of-type(1)::before {
  content: "Menu";
  position: absolute;
  top: -19px;
  left: -2px;
  color: #fff;
  font-size: 0.6rem;
  text-transform: uppercase;
}
.header-sp-001-button.active span:nth-of-type(1) {
  top: 24px;
  left: 14px;
  transform: translateY(8px) rotate(-45deg);
  width: 45%;
}
.header-sp-001-button.active span:nth-of-type(1)::before {
  content: none;
}
.header-sp-001-button.active span:nth-of-type(2) {
  opacity: 0;
}
.header-sp-001-button.active span:nth-of-type(3) {
  top: 40px;
  left: 14px;
  transform: translateY(-8px) rotate(45deg);
  width: 45%;
}
.header-sp-001-button.active span:nth-of-type(3)::after {
  content: "Close";
  position: absolute;
  top: -22px;
  left: -18px;
  color: #fff;
  font-size: 0.6rem;
  text-transform: uppercase;
  transform: rotate(-45deg) translateY(0) !important;
  z-index: 1;
  white-space: nowrap;
}
.header-sp-001-right {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-sp-001-right .h-tel {
  width: 34px;
  height: 34px;
}

/* header-sp-001 end */

/* header-nav-sp-001 */
.header-nav-sp-001 {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 78px;
  left: 0;
  z-index: 7;
  background-color: #FFF;

}
.header-nav-sp-001 > ul {
  height: calc(100% - 78px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.header-nav-sp-001 ul {
  border-top: 1px solid #ccc;
  width: 100%;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.header-nav-sp-001 li {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.header-nav-sp-001 a {
  display: block;
  padding: 10px;
  color: #000;
  text-decoration: none;
  width: 100%;
}
.header-nav-sp-001 ul.sub-menu > li:last-child {
  border-bottom: none;
}
.header-nav-sp-001 .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  background-image: url(../img/arrow-down.png);
  background-size: 12px 7px;
  background-repeat: no-repeat;
  margin-left: 15px;
}
.header-nav-sp-001 .sub-menu {
  display: none;
  padding: 0;
  width: 100%;
}
.header-nav-sp-001 .sub-menu li {
  display: block;
  padding-left: 15px;
}
/* header-nav-sp-001 end */
/* header-pc-001 */

.header-pc-001-logo {
  text-decoration: none;
  display: block;
  width: 250px;
}
.header-pc-001-logo:hover {
  opacity: 0.7;
}
.header-pc-001-logo h1{
  margin: 0;
}
.nav-pc-001 ul {
  margin: 50px 0 0 20px;
  padding-left: 0;
}
.nav-pc-001 li {
  list-style: none;
  padding: 0 15px;
  margin-bottom: 30px;
  line-height: 1.2;
  position: relative;
  font-size: 16px;
}
.nav-pc-001 a {
  text-decoration: none;
}
.nav-pc-001 li a {
  color: #3B4043;
  font-weight: 700;
  padding-left: 15px;
  letter-spacing: 0.1em;
}
.nav-pc-001 li a::after {
  transition: all 0.5s;
}
.nav-pc-001 li a:hover::after {
  content: "";
  position: absolute;
  background: url(../img/nav-icon.svg) no-repeat;
  width: 10px;
  height: 10px;
  left: 5px;
  top:6px;

}



/* footer */
.bg-footer{
  width: 100%;
}
.footer-menu-sp-space {
  height: var(--footer-menu-sp-height);
}
.footer-logo{
  width: 70px;
}
.footer-nav{
  margin: 20px 0;
}
.footer-nav li{
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
.footer-nav li a{
  position: relative;
  padding-left: 15px;
}
.footer-nav li a::before{
  content: "";
  background: url(../img/footer-nav.png) no-repeat left center;
  position: absolute;
  width: 4px;
  height: 5px;
  display: inline-block;
  left: 0;
  top: 12px;
}
@media (min-width: 641px) {
  .footer-nav{
      margin: 40px 0;
  }
  .footer-nav li{
    width: auto;
  }
  .footer-nav li a{
    
    display: inline;
  }
}
.sidebar{
  display: none;
}
.top-block {
  padding: 0 15px;
}
@media (min-width: 961px) {
  .container{
    display: flex;
    overflow: visible ;
  }
  .sidebar{
    display: block;
    position: static;
    width: 300px;
    flex: 0 0 300px;
    padding: 50px 0 0 30px ;
  }

  .sidebar-block{
    position: sticky;
    top: 0;
    max-height: 100dvh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .top-block {
    flex: 1 1 auto;
    min-width: 0;
    margin-left: 0;
    padding:50px 0 0 50px;
  }
  .main-block {
    flex: 1 1 auto;
    min-width: 0;
    margin-left: 0;
    padding:0 0 0 50px;
  }
}


/* layout */
.container-001 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
}
.container-002 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}
.container-003 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
/* top */
.news-heading,
.news-box{
  width: 100% ;
}
@media (min-width: 961px) {
  .news-heading{
    width: 283px;
  }
  .news-box{
    width: calc(100% - 283px);
  }
}
.news-item{
    border-bottom: solid 1px #BCBCBC;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.news-time{
  font-weight:500;
  font-size: 14px;
  margin-right:35px ;
}
.news-cat a{
  background: #C4B69A;
  color: #FFF;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 5px;
  text-decoration: none;
  width: 80px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-link{
  color: #3B4043;
  text-decoration: none;
  width: 100%;
}
.news-link:hover{
  text-decoration: underline;
}
@media (min-width: 961px) {
  .news-link{
  margin-left: 30px;
  width: calc(100% - 230px);
  }
}
.o-pagenation {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  list-style: none;
}
@media print, screen and (max-width: 961px) {
  .o-pagenation {
    margin-top: 30px;
  }
}
.o-pagenation li {
  margin-left: 8px;
  text-align: center;
  border-radius: 50%;
}
@media print, screen and (max-width: 961px) {
  .o-pagenation li {
    margin-left: 4px;
  }
}
.o-pagenation li.is-active a {
  background: #C4B69A;
  color: #FFF;
  font-weight: 600;
}
.o-pagenation li a {
  width: 30px;
  height: 30px;
  display: block;
  font-size: 16px;
  line-height: 1;
  line-height: 27px;
  transition: all 0.2s ease-out;
  text-decoration: none;
  border-radius:3px;
  color: #3B4043;
}
.o-pagenation li a.prev::before {
  content: "";
  background: url(../img/link-icon02.png) no-repeat center center;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
}
.o-pagenation li a.next::before {
  content: "";
  background: url(../img/link-icon.png) no-repeat center center;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
}
@media print, screen and (max-width: 999px) {
  .o-pagenation li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 1;
    line-height: 26px;
  }
}

.link{
  text-decoration: none;
  color: #3B4043;
  position: relative;
  padding-right: 45px;
  font-weight: 500;
  letter-spacing:0.1em ;
}
.link::after{
  content: "";
  transition: all 0.5s;
  background: url(../img/link-icon.png) no-repeat right center;
  width: 30px;
  height: 30px;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.link:hover::after{
  right:5px;
}
.link-right{
  text-decoration: none;
  color: #3B4043;
  position: relative;
  padding-left: 45px;
  font-weight: 500;
  letter-spacing:0.1em ;
}
.link-right::after{
  content: "";
  transition: all 0.5s;
  background: url(../img/link-icon02.png) no-repeat right center;
  width: 30px;
  height: 30px;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.link-right:hover::after{
  right:5px;
}

.lead{
  letter-spacing: 0.2em;
}

.book-item{
  width: calc(100% - 14px);
  background: #FFF;
  padding:30px 20px 25px;
  margin: 0 7px 15px;
  text-align: center;
  min-height: 353px;
}
.home .book-item{
  display: none;
}
.home .book-item:nth-child(1){
  display: block;
}

.book-item a{
  text-decoration: none;
  color: #3B4043;
}
.book-item img{
  margin: 0 auto;
  display: block;
  border:solid 1px #CCC;
  width: 50%;
}
.page-block{
  margin:50px 0 ;
}
@media (min-width: 961px) {
  .book-item{
      width: calc(33.3% - 40px);
      min-height: 415px;
      margin: 0 20px 15px;
      display: block;
  }
  .home .book-item{
    display: block;
  }
  .page-block{
    margin: 70px 0;
  }
  .book-item img{
      max-width: 300px;
  }
}
.book-box{
  padding:0;
}
@media (min-width: 961px) {
  .book-box{
    padding:50px 30px;
  }
}
.book-data{
  border-top:solid 1px #EAE6E4;
}
.data-item{
  padding: 20px 5px;
  border-bottom: solid 1px #EAE6E4;
  width: 100%;
}
.book-description{
  margin-top: 20px;
  line-height: 1.8;
}

.amazon-box{
  background: #EDEDED;
  border-radius: 8px;
  text-align: center;
  padding: 20px 15px 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.amazon-link{
  margin-top: 15px;
  background: #FFF;
  border-radius: 20px;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border:solid 3px #FFF;
}
.amazon-link:hover{
  border:solid 3px #3B4043;
}
.amazon-link img{
  width: 90px;
}
@media (min-width: 961px) {
  .book-img img{
    max-width: 300px;
  }
  .amazon-box{
      max-width:300px;
      margin-top: 40px;
      margin-bottom: 0px;
  }
}
.book-list-block{
  margin:30px 15px;
}
@media (min-width: 961px) {
  .book-list-block{
    margin:66px 30px;
  }
}

.contact-block{
  color: #FFF;
  text-align: center;
}
.cocohatsu-block{
  color: #3B4043;
  text-align: center;
}
.contact-block,
.cocohatsu-block{
  height: 250px;
  padding: 30px 0 0;
}
.contact-block p,
.cocohatsu-block p{
  font-size: 15px;
  font-weight:700;
}
.contact-block a.button-002,
.cocohatsu-block a.button-002{
  margin-top:30px;
}
@media (min-width: 961px) {
  .contact-block,
  .cocohatsu-block{
    height: 305px;
    padding: 50px 0 0;
  }
  .contact-block a.button-002,
  .cocohatsu-block a.button-002{
    margin-top: 80px;
  }
}
/* page */
.bg-page-top-block{
  background: url('../img/bg-page-top.png') no-repeat bottom right ;
  background-size: cover;
  height:200px;
  width: 100%;
  position: relative;
}
.bg-page-top-box {
  letter-spacing: 0.2em;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0 13px 13px 0;
  position: absolute;
  bottom: 30px;
  padding: 10px 15px;
}
.page-main-block{
  margin-right: 0;
}
@media (min-width: 961px) {
  .bg-page-top-block{
    height: 340px;
  }
  .page-main-block{
    margin-right: 60px;
  }
  .bg-page-top-box {
    padding: 20px 30px;
  }
}
.bg-page-block{
  background: #FFF;
  border-radius: 18px;
  padding:30px 15px;
}
@media (min-width: 961px) {
  .bg-page-block{
     padding: 50px;
  }
}
.page-box{
  padding:20px 0px 0;
}
@media (min-width: 961px) {
  .page-box{
    padding:40px 50px 0;
  }
}
.about-img01{
  margin-bottom: 80px;
}
.arrow-list{
  list-style: none;
  padding: 0;
}
.arrow-list li{
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 20px;
}
.arrow-list li::before{
  content: "";
  background: url('../img/arrow-right03.svg') no-repeat left center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width:11px ;
  height: 20px;
}
.member-item{
  margin: 0 15px 50px;
  position: relative;
}
.member-txt{
  margin: 0;
  background: rgba(59, 64, 67, .7);
  border-radius: 18px;
  color: #FFF;
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  bottom: 20px;
  padding:5px 30px;
  letter-spacing: 0.2em;
}
.address-item{
  border-bottom: dotted 1px #707070;
  text-align: center;
  padding: 30px 15px;
  min-height: 263px;
}
.address-item:last-child{
  border-bottom: none;
}
.address-item img{
  width: 98px  ;
  margin-bottom: 30px;
}
@media (min-width: 961px) {
  .address-item{
    border-bottom: none;
      border-right: dotted 1px #707070;
  }
  .address-item:last-child{
    border-right: none;
  }
}
.icon-txt{
    margin-left: 1.3em;
	text-indent: -1.3em;
}

.contact-box{
  border: solid 1px #CCC;
  max-width: 500px;
  margin: 0 auto;
  padding: 30px;
}

/* form */
.form-box{
  max-width: 850px;
}
.form-must{
	background:#CF1020;
	color: #FFF;
	font-size: 12px;
	padding: 1px 5px 2px;
	margin-left: 5px;
	display: inline-block;
  border-radius: 5px;
}
.form-block .form-xsmall{
	width: 80%;
}
.form-block dd{
  margin: 5px 0 25px 0;
}
.form-block .form-small,
.form-block .form-medium,
.form-block .form-large {
  box-sizing:border-box;
	width: 100%;
}
@media (min-width:1000px) {
	.form-block .form-xsmall {
		width: 40%;
	}
	.form-block .form-small {
		width: 60%;
	}
	.form-block .form-medium {
		width: 70%;
	}
	.form-block .form-large {
		width: 100%;
	}
}
.form-block .form-item{
  margin-bottom: 30px;
}
.form-block .form-input{
  margin-top:10px;
}
.form-block .form-txt,
.form-block .form-textarea{
	font-size: 16px;
	padding: 5px 15px;
  transition: all 0.5s;
  color: #868686;
  background: #F4F5F6;
  border-radius: 5px;
	border: solid 2px #F4F5F6;
}
.form-block .form-txt:focus,
.form-block .form-textarea:focus{
	border: solid 2px #182987;
  outline: none;
}

.selectbox {
  display: block;
    position: relative;
}
.selectbox::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #2D2D2D;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.selectbox select {
    appearance: none;
    width: 100%;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    background: #F4F5F6;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}


.btn-box input[type="submit"].base-btn{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  padding: 15px;
  border: none;
  border-radius: 0;
  background-color:#D72854;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s;
}
input[type="submit"].base-btn:hover {
  opacity: 0.8;
}

input[type="submit"].base-btn.return-btn{
  margin-top: 10px;
}

/* footer */
footer{
  padding: 50px 0 0;
  color: #FFF;
}
footer a{
  color: #FFF;
}
footer ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul a{
  text-decoration: none;
  margin: 0 15px;
}
.copy-right{
  padding:30px 0 15px;
  text-align: center;
  font-size:14px;
}
@media (min-width: 641px){
  .copy-right{
    padding:60px 0 20px;
  }
}

/* page */


/* message */
/* .message-img01{
  width: 50%;
  margin-top: -50px;
}
@media (min-width: 641px){
  .message-img01{
  width: 454px;
  }
}
.message-heading01{
  font-size: 45px;
}
.profile-box{
  color: #FFF;
  border-radius: 20px 0px 20px 0px;
  background:#C4B69A;
  margin:0 0 75px;
  padding:  15px;
}
.profile-box dl{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.profile-box dl dt{
  font-weight: normal;
  width:100%;
  margin: 0 0 5px 0;
}
.profile-box dl dd{
  width: 100%;
  margin: 0 0 10px 0;
}
@media (min-width: 641px){
  .profile-box{
    padding:20px 55px 15px;
  }
  .profile-box dl dt{
    width: 150px;
      margin: 0 0 15px 0;
  }
  .profile-box dl dd{
    width: calc(100% - 150px);
    margin: 0 0 15px 0;
  }
}
.balloon-heading01{
  position: relative;
  display: inline-block;
  padding: 7px 20px;
  width: 100%;
  color: #FFF;
  background: #1C3B61;
}
@media (min-width: 641px){
  .balloon-heading01{
    padding: 7px 30px;
  }
}
.balloon-heading01:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 5%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #1C3B61;
}
.red-box{
  color: #FFF;
  border-radius: 20px 0px 20px 0px;
  background:#D72854;
  padding: 30px 30px 30px;
} */

/* single */

.headline-post {
	line-height: 1.2;
	margin: 0 0 30px;
	border-bottom: solid 1px #BCBCBC;
  padding-bottom:10px;
  letter-spacing: 0.1em;
}

.headline-post .time {
	font-weight: 600;
	font-size: 14px;
  letter-spacing: 0.05em;
}
.single-content{
	overflow: hidden;
}
@media (min-width: 641px) {
	.single-content{
		min-height:350px;
	}
}
.single-content .article-info{
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
}

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
	font-weight: 600;
	margin-bottom: 15px;
	color:#C4B69A;
}

.single-content .article-img{
	margin-bottom: 15px;
}

.single-content h2{
	background:#C4B69A;
	color: #FFF;
	border-radius: 12px;
	padding: 5px 20px 7px;
	font-size: 18px;
}
.single-content h3 {
	padding: 0 5px;
	margin-bottom: 0;
	font-size: 20px;
	border-bottom: solid 3px #C4B69A;
}
.single-content h4{
  margin-bottom: 5px;
}
.single-content h4,
.single-content h5 {
	font-size: 18px;
}
.single-content h6 {
	font-size: 16px;
}
.single-content blockquote {
	position: relative;
	margin: 5px 0 15px 0;
	padding: 40px 15px 8px 15px;
	box-sizing: border-box;
	font-style: italic;
	font-size: 18px;
	background:#f0f0f0;
}

.single-content blockquote:before {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 3px;
	content: "";
	color: #C4B69A;
	font-size: 90px;
	line-height: 1;
}

.single-content blockquote p {
	padding: 0;
	margin: 10px 0;
	line-height: 1.7;
}

.single-content blockquote cite {
	display: block;
	text-align: right;
	color:#717171;
	font-size:1em;
}
.single-content table{
	border:solid 1px #717171;
	border-collapse: collapse;
}
.single-content table thead th{
	background:#f0f0f0;
	padding: 5px;
	border: solid 1px #CCC;
}
.single-content table tbody th{
	background:#f0f0f0;
}
.single-content table tbody th,
.single-content table tbody td {
	padding:15px;
	border: solid 1px #CCC;
}
.single-content ul,
.single-content ol{
	margin: 5px 0 15px 15px;
}
.single-content ul {
	list-style: disc;
}
.single-content ol {
	list-style: decimal;
}
.single-content img{
	margin-bottom: 15px;
}
.single-content .wp-caption .wp-caption-text{
	font-size: 14px;
	margin-top: -15px;
}
.single-content .aligncenter{
	margin-top: 15px;
}

