/* ------------------------------------------------------------------
side　main
------------------------------------------------------------------ */
.sideBox ul {
  margin-bottom: 20px;
  padding: 0px 0px 20px;
  border-radius: 0 0 1em 1em;
  border-top: none;
}

.sideBox .subtitle {
  margin-bottom: 0px;
  padding: 10px 10px;
  font-weight: 600;
  border-bottom: none;
  text-align: center;
  color: #0455bf;
  background: #e5eef8;
  border-radius: .4em;
  letter-spacing: .1em;
  font-size: 2.0rem;
}

.sideBox ul li a {
  padding: 13px 0;
  color: #28292C;
  display: block;
  font-size: 1.3rem;
}

.sideBox ul li a:hover {
  text-decoration: underline;
  color: #28292C;
}

.sideBox ul li .day {
  font-family: "Manrope", serif;
  color: #28292C;
  margin: 0;
  font-size: 1.3rem;
  display: block;
}

.sideBox ul li a:hover .day {
  font-family: "Manrope", serif;
  color: #28292C;
}

.sideBox ul.saishin li a {
  padding: 10px 0;
}

.sideBox ul:saishin li a:hover {
  text-decoration: underline;
  color: #28292C;
}

ul.news-list-year {
  display: flex;
  flex-wrap: wrap;
}

ul.news-list-year li {
  font-size: 1.3rem;
  padding: 0 .5em .5em;
}

ul.news-list-year li a {
  text-decoration: underline;
  font-weight: 400;
  font-size: 1.3rem;
  display: inline-block;
}

@media(min-width:768px) {
  .mainBox {
    width: 100%;
  }

  .sideBox {
    width: 100%;
  }
}

@media(min-width:1024px) {}

@media(min-width:1280px) {}

@media only screen and (max-width: 736px) {
  .sideBox ul:nth-child(1) {
    background: #fff;
    padding: 30px 0px 20px;
  }
}

/* ------------------------------------------------------------------
h3
------------------------------------------------------------------ */
.topTitle {
  text-align: center;
  margin-bottom: 40px;
}

.toppage_title {
  position: relative;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: .2em;
  margin-bottom: 0;
}

.toppage_title {
  display: inline-block;
  color: #da672c;
}

/*——文字下にライン——*/
.bottom_accent_border .title_ja {
  padding-bottom: 30px;
}

.bottom_accent_border {
  position: relative;
}

.bottom_accent_border::before {
  content: "";
  display: inline-block;
  width: 250px;
  height: 5px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -125px;
  background: url(../img/line.svg);
  background-repeat: repeat-x;
  background-size: 250px 5px;
}

.topTitle .title_ja {
  color: #3e3e3e;
  margin-top: .8em;
  font-size: 1.4rem;
  display: block;
  line-height: 1;
  letter-spacing: .2em;
}

.topTitle .title_en {
  text-transform: uppercase;
  font-family: "Manrope", serif;
  font-weight: 800;
  letter-spacing: .3em;
  text-indent: .3em;
  font-size: 2.6rem;
  display: block;
  line-height: 1;
}

/*——文字の左右にライン——*/
.title_border {
  position: relative;
  letter-spacing: .2em;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  position: relative;
  font-weight: 500;
  font-size: 1.9rem;
  margin-bottom: 0;
}

/*——画像タイトル——*/
.title_img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

@media(min-width:1024px) {
  .topTitle .title_ja {
    font-size: 2.0rem;
  }

  .topTitle .title_en {
    font-size: 5.0rem;
  }

  /*——文字の左右にライン——*/
  .title_border {
    font-size: 2.8rem;
  }

  .title_border::before {
    content: "";
    display: inline-block;
    width: 279px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: -279px;
    margin-top: -.5px;
    background: url(../img/d_line.svg);
    background-repeat: repeat-x;
    background-size: 18px 1px;
  }

  .title_border::after {
    content: "";
    display: inline-block;
    width: 279px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: -279px;
    margin-top: -.5px;
    background: url(../img/d_line.svg);
    background-repeat: repeat-x;
    background-size: 18px 1px;
  }
}

@media(min-width:1280px) {
  .topTitle .title_ja {
    font-size: 2.4rem;
  }

  .topTitle .title_en {
    font-size: 5.4rem;
  }

  /*——文字の左右にライン——*/
  .title_border {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 1023px) {
  .topTitle .title_ja {
    margin-bottom: 20px;
    font-size: 200%;
    font-size: 1.6rem;
  }

  .topTitle .title_en {
    font-size: 3.4rem;
  }


.bottom_accent_border::before {
    content: "";
    display: inline-block;
    width: 144px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -72px;
    background: url(../img/line.svg);
    background-repeat: no-repeat;
    background-size: 144px 3px;
  }

  .bottom_accent_border .title_en {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 450px) {
  .topTitle {
    margin-bottom: 30px;
  }

  .topTitle .title_ja {
    line-height: 1.4;
    font-size: 1.6rem;
  }

  .topTitle .title_en {
    font-size: 3.0rem;
  }


  .bottom_accent_border .title_ja {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 320px) {
  /*——文字の左右にライン——*/
  .title_border {
    font-size: 1.9rem;
  }
}

/* ------------------------------------------------------------------
contents__wrapper
------------------------------------------------------------------ */
.contents__wrapper {
  position: relative;
  height: auto;
  overflow: hidden;
}

/* ------------------------------------------------------------------
見出しlarge
------------------------------------------------------------------ */
.c-large-gotham {
  position: absolute;
  white-space: nowrap;
  font-family: "Corinthia", cursive;
  font-style: normal;
  font-weight: 600;
  font-size: 18.0rem;
  line-height: 123px;
  text-align: center;
  letter-spacing: 0.05em;
  color: rgba(218, 103, 44, 0.15);
  pointer-events: none;
}

.c-large-top_center{
  left: 50%;
  width: 2000px;
  margin-left: -1000px;
  top: 0;
}

.c-large-top_right{
  right:0;
  top:0;
}

.c-large-right_bottom{
  right:0;
  top:0;
}

.c-large-left_bottom{
  left:0;
  bottom:0;
}

@media(min-width:1024px) {
  .c-large-gotham {
    font-size: 14.0rem;
    line-height: 120px;
  }
}

@media(min-width:1280px) {
  .c-large-gotham {
    font-size: 16.6rem;
    line-height: 160px;
  }
}

@media(min-width:1366px) {
  .c-large-gotham {
    font-size: 18.6rem;
  }
}

@media(min-width:1728px) {
  .c-large-gotham {
    font-size: 22.6rem;
    line-height: 180px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-large-gotham {
    font-size: 10.0rem;
    line-height: 66px;
  }

  .c-large-top_center{
    margin-left: -500px;
    width: 1000px;
  }
}

@media only screen and (max-width: 450px) {
  .c-large-gotham {
    font-size: 8.0rem;
  }
}

/* ------------------------------------------------------------------
トップページ_zoom
------------------------------------------------------------------ */
.img_zoom {
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
}

.img_zoom img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform .6s ease;
  /* ゆっくり変化させる */
}

.img_zoom:hover img {
  transform: scale(1.1);
  /* 拡大 */
}

@media(min-width:768px) {
  .img_zoom img {
    height: 140px;
  }

}

@media(min-width:1024px) {
  .img_zoom img {
    height: 180px;
  }
}

@media(min-width:1280px) {
  .img_zoom img {
    height: 240px;
  }

}
@media only screen and (max-width: 360px) {
  .img_zoom img {
    height: 180px;
  }
}


/* ------------------------------------------------------------------
トップページ_about
------------------------------------------------------------------ */
.toppage_about {
  padding: 160px 0 160px;
  background: #e2cfc4;
}

.toppage_about .c-large-gotham {
  color: rgba(255, 255, 255, 0.25);
}

.toppage_about p{
  font-weight: 600;
}

.menu_image {
  overflow: hidden;
  border-radius: 1em;
}


@media(min-width:768px) {
  .toppage_about .topTitle .title_ja {
    font-size: 2.6em;
  }

}

@media(min-width:1024px) {
  .toppage_about .topTitle .title_ja {
    font-size: 3.2em;
  }

  .toppage_about p{
    text-align: center;
    font-size: 2.0rem;
  }

}

@media(min-width:1280px) {
  .toppage_about .topTitle .title_ja {
    font-size: 5.4rem;
  }

}

@media(min-width:1728px) {
  .toppage_about {
    padding: 100px 0 100px;
  }
}

@media only screen and (max-width: 1023px) {
  .toppage_about {
    padding: 60px 0 60px;
  }

  .toppage_about .topTitle .title_ja {
    font-size: 3.6rem;
  }

}

@media only screen and (max-width: 1023px) {
  .toppage_about {
    padding: 60px 0 60px;
  }

}

@media only screen and (max-width: 450px) {
  .toppage_about .topTitle .title_ja {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 390px) {
  .toppage_about .topTitle .title_ja {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 360px) {
  .toppage_about .topTitle .title_ja {
    font-size: 2.0rem;
  }
}

/* ------------------------------------------------------------------
トップページ_サービス
------------------------------------------------------------------ */
.toppage_service {
  padding: 120px 0 80px;
}

.service_wrapper {
  position: relative;
  margin-bottom: 30px;
}

.service__box{
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 1em;
  padding: 30px 20px;
}

.service__box h3{
  letter-spacing: .2em;
  padding-bottom: .4em;
  border-bottom: solid 2px #da672c;
  margin-bottom: 1em;
  font-size: 2.4rem;
}

.service__box h3 span{
  line-height: 2;
  font-family: "Manrope", serif;
  display: block;
  color: #da672c;
  font-size: 1.6rem;
}

@media (min-width: 1024px) {
  .service_wrapper {
    margin-bottom: 120px;
  }

  .service_wrapper:nth-of-type(even) .left img{
    border-radius: 0 1em 1em 0;
  }

  .service_wrapper:nth-of-type(odd) .left img{
    border-radius: 1em 0 0 1em;
  }

  .service_wrapper .left{
    width: 66%;
  }

  .service_wrapper .right{
    position: absolute;
    width: 642px;
    top:20%;
  }

  .service_wrapper:nth-of-type(odd) .left {
    margin: 0 0 0 auto;
  }

  .service_wrapper:nth-of-type(even) .right {
    left:50%;
  }

  .service_wrapper:nth-of-type(odd) .right {
    right:50%;
  }

  .service_wrapper:last-child{
    margin-bottom: 0;
  }

}

@media (min-width: 1280px) {
  .service__box{
    padding: 40px 40px;
  }
}

@media (min-width: 1366px) {

}

@media (min-width: 1440px) {
  .service__box{
    padding: 40px 60px;
  }

  .service_wrapper:nth-of-type(even) .right{

  }

  .service_wrapper:nth-of-type(odd) .right{

  }
}

@media(min-width:1728px) {
  .service_wrapper .left{
    width: 56%;
  }

  .service_wrapper .right{
    width: 48%;
    top:20%;
  }
}

@media only screen and (max-width: 1023px) {
  .toppage_service {
    padding: 60px 5.333333333333334vw;
  }

  .service_wrapper .left img{
    border-radius: .6em;
  }
}

@media only screen and (max-width: 450px) {
  .service_wrapper .right{
    position: relative;
    margin-top: -30px;
    padding: 0 5.333333333333334vw;
  }
}

/* ------------------------------------------------------------------
topニュース
------------------------------------------------------------------ */
/* -----toppege----- */
.toppage_news {
  padding: 60px 0 100px;
  background: #fff;
}

ul.news-list {
  margin: 0px auto 0;
}

ul.news-list li {
  transition: transform .6s ease;
}

ul.news-list li a {
  display: block;
  color: #3e3e3e;
}

/* -----共通----- */
ul.news-list li .t_a_b {
  padding: 20px;
}
.newsItemInfo {
  display: flex;
}

.newsItemInfo .image-wrap {
  border-radius: .2em;
  padding-top: 100%;
}

.newsItemInfo .left {
  width: 16%;
}

.newsItemInfo .right {
  padding: 20px;
  width: 84%;
}

.newsItem_tag {
  display: flex;
  align-items: center;
}

.newsList-time {
  position: relative;
  opacity: 0.8;
  letter-spacing: .1em;
  line-height: 1.81818;
  font-family: "Manrope", serif;
  padding-right: 5px;
  font-size: 1.4rem;
}

.title_list {
  letter-spacing: 0.1em;
  margin-top: .1em;
  margin-bottom: 0;
}

span.blog {
  background: #f1e3d0;
  color: #554c46;
}

span.news {
  background: #55a6fd;
  color: #fff;
}

span.blog {
  background: #e99b6d;
  color: #fff;
}

span.newmark {
  background: #ff4646;
  color: #fff;
}

.blog, .news, .blog, .newmark {
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 1.8333;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: 0 1em;
  text-align: center;
}

span.newmark {
  display: inline-block;
  margin-left: .5em;
}

/* -----一覧ページ----- */
.news__Wrapper {
  margin-left: auto;
  margin-right: auto;
}

/* -----詳細ページ----- */
.blog_title {
  font-size: 2.0rem;
  font-weight: 400;
  padding: 0px 0 .5em;
  margin-bottom: 33px;
  line-height: 2.0em;
  position: relative;
  border-bottom: 3px solid #eee;
}

.blog_title::before {
  content: "";
  position: absolute;
  background-color: #da672c;
  width: 135px;
  height: 3px;
  bottom: -3px;
  left: 0;
}

.blog_title .day {
  font-family: "Manrope", serif;
  display: block;
  font-size: 1.3rem;
  line-height: 1.8;
  opacity: 0.7;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.news_inner a {
  color: #788691;
}

.news_inner p {
  line-height: 2.2em;
  margin-bottom: 1em;
}

.news_inner p:last-child {
  margin-bottom: 0;
}

.news_inner img {
  width: 100%;
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-top: 30px;
  margin-bottom: 30px;
  height: auto !important;
}

.news_inner p a {
  text-decoration: underline;
}

.news_inner ul, .news_inner ol {
  padding-left: 20px;
}

.mark, mark {
  background: rgba(253, 246, 77, .6);
}

@media(min-width:768px) {

  /* -----toppege----- */
  .toppage_news .btn {
    width: 210px;
    padding-right: 20px;
  }

  .news_inner img {
    margin-left: 0 !important;
  }
}

@media(min-width:1024px) {

  /* -----toppege----- */
  .toppage_news .link_line_pink {
    margin-left: auto;
    margin-right: 0;
  }

  /* -----共通----- */
  ul.news-list {
    margin: 0px auto 0;
    display: flex;
    flex-wrap: wrap;
  }

  ul.news-list li:first-child {
    margin-left: 0;
  }

  ul.news-list li:nth-child(3n) {
    margin-right: 0;
  }

  ul.news-list li:nth-child(3n+4) {
    margin-left: 0;
  }

  ul.news-list li {
    width: 31%;
    margin-left: 3.5%;
    margin-bottom: 3.5%;
    transition: transform .6s ease;
  }

  .flexInner {
    padding: 40px 30px;
  }

  /* -----一覧ページ----- */
  .news__Wrapper {
    width: 846px;
  }

  /* -----詳細ページ----- */
  .blog_title {
    font-size: 1.8rem;
  }
}

@media(min-width:1280px) {

  /* -----toppege----- */


  /* -----共通----- */
  .blog_title {
    font-size: 2.0rem;
  }

  .title_list {
    font-size: 1.6rem;
  }
}

@media(min-width:1920px) {

  /* -----toppege----- */
  .toppage_news {
    padding: 100px 0 100px;
  }
  /* -----共通----- */
  .title_list {
    font-size: 1.86rem;
  }
}

@media only screen and (max-width: 1023px) {
  .toppage_news {
    padding: 0px 0 80px;
  }

  /* -----toppege----- */
  .toppage_news .c-flex {
    display: block;
  }

  .toppage_news .link_line_pink {
    margin-top: 30px;
    margin-right: 0;
    margin-left: auto;
  }

  /* -----共通----- */
  .news-page .c-flex {
    display: block;
  }

  .newsItemInfo .left {
    width: 20%;
  }

  .newsItemInfo .right {
    width: 80%;
  }
  .newsList-time {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 736px) {
  ul.news-list li{
    margin-bottom: 30px;
  }
  ul.news-list li:last-child{
    margin-bottom: 0;
  }

  .toppage_news ul.news-list li:first-child {
    border-top: solid 2px #fff;
  }

  ul.news-list li a {
    display: block;
    width: 100%;
  }

  .toppage_news .btn {
    margin-top: 20px;
    width: 180px;
    line-height: 44px;
    font-size: 1.4rem;
    padding-right: 20px;
  }

  ul.news-list li::before {
    display: none;
  }

  /* -----共通----- */
  ul.news-list {
    margin-bottom: 0px;
  }

  ul.news-list li {
    padding-right: 0px;
  }

  ul.news-list li:first-child {
    border-top: solid 1px #ccc;
  }

  .newsItemInfo .right {
    padding: 0 0 0 10px;
  }

  .newsItem_tag {
    display: block;
  }

  .tag__inner {
    display: flex;
    align-items: center;
    margin-top: .3em;
  }

  /* -----詳細ページ----- */
  .blog_title {
    font-size: 1.6rem;
  }

  .news_inner img {
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .blog, .news, .orderitem, .newmark {
    font-size: .8rem;
    width: 80px;
  }
}

/* ------------------------------------------------------------------
下層ページ_blog
------------------------------------------------------------------ */
@media(min-width:1024px) {
  .news-page .c-flex {
    justify-content: space-between;
  }

  .news-page .news__Left {
    width: 70%;
  }

  .news-page .news__Right {
    width: 23%;
  }
}

@media only screen and (max-width: 736px) {
  .news-page .news__Left {
    margin-bottom: 30px;
  }
}

/* ------------------------------------------------------------------
会員ページ_パスワード
------------------------------------------------------------------ */
.members p {
  font-weight: 600;
}

.members_input {
  margin-left: auto;
  margin-right: auto;
  background: #ebecf5;
  padding: 40px;
}

.members_input h4 {
  text-align: center;
  font-size: 2.0rem;
  margin: 0 0 20px;
}

.members .btn {
  text-decoration: none;
  margin-bottom: 20px;
}

.members_input .btn {
  width: 100%;
  margin-top: 20px;
}

@media(min-width:768px) {
  .members p {
    text-align: center;
  }

  .members .btn {
    width: 260px;
  }

  .members_input {
    width: 500px;
  }

  .members_input .btn {
    font-size: 1.6rem;
    line-height: 40px;
    width: 220px;
  }
}

@media only screen and (max-width: 736px) {}

.instagram_wrapper {
  margin-top: 50px;
}

@media only screen and (max-width: 736px) {
  .instagram_wrapper {
    margin-top: 30px;
  }
