@charset "UTF-8";
/*
Theme Name: hgn10
Author: mh8
Author URI: https://acroweb.jp
Description: original 202110
Version: 1.1
*/




html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    vertical-align: baseline;
    background: transparent;
    border-color: rgba(0,0,0,0);
}




*:focus {
  outline: none;/*カーソルポイント時の青枠削除*/
}
header{
    position: relative;
    height: 85vh;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
  header{
      height: 100vh;
  }
}
button:focus {
	outline:0;/*クリック時の青枠削除*/
}

img {
    max-width: 100%;
    height: auto;
}

ul {
  list-style: none;
}

.alignleft {
	float: left;
	margin-left: 0;
	margin-right: 1em;
}

.alignright {
	float: right;
	margin-left: 1em;
	margin-right: 0;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-archives.aligncenter,
.wp-block-tag-cloud.aligncenter,
.wp-block-latest-comments.aligncenter,
.wp-block-rss.aligncenter {
	text-align: center;
}

figure {
	margin-left: 0;
	margin-right: 0;
}

body {
	box-sizing: border-box;
}

body *,
body *::before,
body *::after {
	box-sizing: inherit;
}


/* 変数 */
:root {
	--f1: 2.44em; /* 39.04px */
	--f2: 1.6em;
  --f2l: 2em;
	--f3: 1.4em; /* */
	--f4: 1.25em; /* 20px */
	--f5: 1em;    /* 16px */
	--f6: 0.8em;  /* 12.8px */

	--basecolor: #ffffff; /* 背景色 */
  --backcolor: #F7F7F7;
  --fontcolor: #333333;
  --maincolor: #1C5C9F;
  --maincolor-l: #EFF5FC;
  --accentcolor: #283B52;
  --navbk: #f7f6fb;/*ラベンダーアイス*/
  --burgercolor: #333333;
  --burgercolor-change: #333333;
  --burgercolor-active: #ffffff;
  --burgercolor-page: #F2F2F2;
	--gradient: linear-gradient( 79.7deg,  rgba(34,126,34,1) 8.2%, rgba(99,162,17,1) 84.9% );

	--myfont: 'Josefin Sans', sans-serif;

	--myw: 720px; /* 標準幅 */
}


/* フォント bk*/
body {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--fontcolor);
  background-color: var(--basecolor);
}

p {
	line-height: 1.8;
	font-size: var(--f5);
  color: var(--fontcolor);
}

h1 {
	font-size: var(--f1);
}
h2 {
  margin: 0 0 30px;
	font-size: var(--f2l);
  color: var(--fontcolor);
  font-family: forma-djr-micro, sans-serif;
  font-weight: 400;
  font-style: italic;
}
h3 {
  margin: 0 0 20px;
	font-size: var(--f3);
  color: var(--fontcolor);
  font-family: forma-djr-micro, sans-serif;
  font-weight: 400;
  font-style: italic;
}
h4 {
	font-size: var(--f4);
}
h5 {
	font-size: var(--f5);
}
h6 {
	font-size: var(--f6);
}
@media screen and (min-width: 560px) {
  h2 {
    font-size: var(--f2l);
  }
}

/*改行*/
.br-sp-560 {
  display: block;
}
@media screen and (min-width: 560px) {
  .br-sp-560 {
    display: none;
  }
}
.br-pc-560 {
  display: none;
}
@media screen and (min-width: 560px) {
  .br-pc-560 {
    display: block;
  }
}

/*トップに戻るボタン*/
.back-btn {
  opacity: 0;
  transform: scale(.8);
  transition: all 0s;
}
.back-btn.scrlin {
  display: block;
  position: fixed;
  right: 0;
  bottom: 100px;
  width: 50px;
  height: 50px;
  border-top: .5px solid #AB96A0;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background-color: rgba(138, 115, 105, .5);
  transform: scale(1.0);
  transition: all 1.5s;
  opacity: .7;
  z-index: 50;
}
.back-btn:hover {
  background-color: rgba(138, 115, 105, .9);
  transition: all .5s;
}
.back-btn i {
  padding-bottom: 4px;
  color: #fff;
  font-size: 25px;
}

/* 横幅 */
body {
	margin: 0;
}

.home {
  width: 100%;
}

.mycontainer {
	margin-left: 10px;
	margin-right: 10px;
}
@media (min-width: 740px) {

	.mycontainer {
		max-width: none;
		margin-left: calc( ( 100vw - var(--myw) ) / 2 );
		margin-right: calc( ( 100vw - var(--myw) ) / 2 );
	}

	.alignfull {
		margin-left: calc( ( 100vw - var(--myw) ) / 2 * -1 );
		margin-right: calc( ( 100vw - var(--myw) ) / 2 * -1 );
	}

	.alignwide {
		margin-left: calc( ( 100vw - var(--myw) ) / 4 * -1 );
		margin-right: calc( ( 100vw - var(--myw) ) / 4 * -1 );
		max-width: none;
		width: auto;
	}
}

@media (min-width: 1320px ) {
	.alignwide {
		margin-left: -150px;
		margin-right: -150px;
	}
}
/* 記事に関する情報 */
.myposthead {
  position: relative;
  height: 300px;
	padding-top: auto;
	padding-bottom: auto;
	text-align: center;
  background: #000;
}
.page-head-efct {
  height: 300px;
  width: 100%;
  object-fit: cover;
  opacity: .5;
}

.myposthead h1 {
  position: absolute;
  bottom: 5%;
  left: 5%;
  display: block;
  font-size: 2rem;
  color: white;
  font-family: industry-inc-3d, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.myposthead p {
  position: absolute;
  bottom: 27%;
  left: 6%;
  display: block;
	color: var(--accentcolor);
	font-family: var(--myfont);
	font-weight: bold;
}

/* リンク */
a {
	text-decoration: none;
  outline: none;
  color: #333333;
}

a:hover {
	opacity: 1;
  text-decoration: none;
  color: #444444;
  transition: .3s;
}

/* 記事が属するカテゴリー */
.post-categories {
	display: flex;
	justify-content: center;
	padding: 0;
	list-style-type: none;
  transition: .3s;
}

.post-categories li:not(:last-child) {
	margin-right: 10px;
}

.post-categories a {
	padding: 3px 10px;
	border: solid 1px currentColor;
	border-radius: 10px;
	color: var(--basecolor);
	font-size: var(--f6);
}

.post-categories::before {
	content: "\f318";
	font-family: "dashicons";
	color: var(--basecolor);
	font-size: var(--f2);
	line-height: 1;
	margin-right: 5px;
}

/* スクリーンリーダー用のテキスト */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

/* 前後の記事へのリンク */
.nav-links {
	display: flex;
	margin: 30px 0;
	font-size: var(--f6);
}

.nav-previous {
	flex: 1;
	display: flex;
	align-items: center;
}

.nav-next {
	flex: 1;
	margin-left: 10px;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.nav-previous::before {
	content: "\f141";
}

.nav-next::after {
	content: "\f139";
}

.nav-previous::before, .nav-next::after {
	font-family: "dashicons";
	color: var(--basecolor);
	font-size: var(--f2);
	line-height: 1;
}

/* ヘッダー */
#head-page {
    position: relative;
    height: 300px;
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
}
#head-archive {
    position: relative;
    height: 300px;
    width: 100%;
    padding: 0;
    background-color: #000;
}
#head-archive img {
  position: absolute;
  width: 100%;
  height: 300px;
  opacity: .3;
  object-fit: cover;
}
#head-archive h1 {
  position: absolute;
  left: 5%;
  bottom: 15%;
  color: white;
  font-weight: bold;
}
#head-archive p {
  position: absolute;
  left: 5%;
  bottom: 2%;
  color: #F70025;
}
#head-single {
  position: relative;
  height: 250px;
  width: 100%;
  padding: 0;
  background-color: #000;
}
#head-single img {
  position: absolute;
  width: 100%;
  height: 250px;
  opacity: .3;
  object-fit: cover;
}
#head-single h1 {
  position: absolute;
  display: inline;
  padding: 2px;
  left: 5%;
  top: 35%;
  font-size: 1rem;
  color: white;
  font-weight: bold;
  border: 1px solid #fff;
}
#head-single h2 {
  position: absolute;
  display: inline;
  left: 5%;
  top: 60%;
  font-size: 1.2rem;
  color: white;
  font-weight: normal;
}
#head-single h3 {
  position: absolute;
  display: inline;
  left: 5%;
  top: 80%;
  font-size: 13px;
  color: white;
  font-weight: lighter;
}
#head-single h4 {
  position: absolute;
  display: inline;
  left: 5%;
  top: 88%;
  font-size: 13px;
  color: white;
  font-weight: lighter;
}
#head-single a {
  display: inline;
  color: #F9A603;
}
#head-single a:hover {
  display: inline;
  color: var(--accentcolor);
  font-weight: bold;
  text-decoration: none;
}
.tags514 {
  margin-top: 0;
  font-size: 13px;
  font-weight: normal;
  display: inline;
}
.tags514 a {
  color: var(--accentcolor);
  text-decoration: none;
}
.tags514:hover a {
  font-size: 13px;
  color: var(--accentcolor);
  font-weight: bold;
}

.myhead > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	color: #444444;
}

.myhead a {
	font-size: var(--f3);
	font-family: var(--myfont);
}

.myhead p {
	margin: 0;
	font-size: var(--f6);
}

/*パンくずstart*/
#breadcrumb001 {
  text-align:right;
  margin-left:0;
  padding-right: 7%;
}

#breadcrumb001 li {
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-size: .8rem;
  font-weight: normal;/*太字?*/
}

#breadcrumb001 li:after {
  /* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

#breadcrumb001 li:last-child:after {
  content: '';
}

#breadcrumb001 li a {
  text-decoration: none;
  color: inherit;
}

#breadcrumb001 li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 480px) {
  #breadcrumb001 {
    text-align: left;
    margin-left:0;
    padding-left: 11%;
  }
  #breadcrumb001 li {
    font-size: 1rem;
  }
}
/*パンくずend*/

/*パンくず２*/
/*パンくずstart*/
#breadcrumb002 {
  text-align:right;
  margin-top: 5px;
  margin-left:0;
  padding-right: 7%;
}

#breadcrumb002 li {
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-size: .7rem;
  font-weight: normal;/*太字?*/
}

#breadcrumb002 li:after {
  /* >を表示*/
  content: '>';
  padding: 0 10px;
  color: #555;
}

#breadcrumb002 li:last-child:after {
  content: '';
}

#breadcrumb002 li a {
  text-decoration: none;
  color: inherit;
}

#breadcrumb002 li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 480px) {
  #breadcrumb002 {
    text-align: right;
    margin-left:0;
    padding-right: 7%;
  }
  #breadcrumb002 li {
    font-size: 1rem;
  }
}
/*パンくず２　おわり*/


/* フッター */
.myfoot {
  margin: 50px 0 0px;
  background-color: var(--basecolor);
  border-top: 3px solid #555555;
}
.hts-banner-foot {
  position: relative;
  top: 10%;
  left: 5%;
  width: 90%;
}
.foot-ttl {
  font-family: fot-seurat-pron, sans-serif;
  font-style: normal;
  font-weight: 600;
}
.foot-bx1 {
  width: 100%;
  text-align: center;
}
.foot-bx1 {
  display: flex;
}
.foot-bx1-logo {
  display: block;
  margin: auto 0;
  width: 90%;
}
.foot-wide-menu {
  display: none;
}
.foot-bx1-txt {
  display: flex;
  padding-bottom: 10px;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
}
.foot-bx1-txt-sub {
  display: block;
  text-align: left;
  padding-left: 10px;
}
.p-policy h4 {
  margin-top: 50px;
}
.foot-policy {
  width: 40%;
  font-size: .5rem;
  color: #000;
  text-align: center;
}
.foot-bx1 h4 {
  font-size: .8rem;
}
.foot-bx1 p {
  font-size: .5rem;
}
.foot-bx2 {
  display: none;
}
.foot-menu {
  margin: 10px 0;
  line-height: 1.2rem;
  text-align: center;
}
.foot-menu ul {
  padding: 5px 0 0 0;
  list-style: none;
  justify-content: center;
  align-items: center;
}
.foot-menu li {
  color: gray;
  margin-left: 10px;
}
.foot-ttl h2{
  margin: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
  border: none;
}
.foot-ttl h3 {
  margin: 0;
  padding: .5rem 1rem 1rem;
  font-size: 2rem;
}
.foot-logo {
  display: block;
  text-align: center;
}
.foot-logo img {
  height: 40px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .foot-bx1-logo {
    display: flex;
    margin: 0 auto;
    width: 90%;
  }
  .foot-logo {
    margin: auto 0;
    display: block;
    width: 50%;
  }
  .foot-wide-menu {
    display: block;
    width: 50%;
    border-left: 1px dashed #8A7369;
  }
  .foot-wide-menu ul {
    margin: 0 auto;
    list-style: none;
    text-align: left;
    width: 80px;
  }
  .foot-policy {
    padding-left: 50px;
  }
}


/*footer　フッター　menu---------------
*/
.foot-inf-main {
  padding: 20px 10px 10px;
  background-color: #eeeaec;/*フッター　背景*/
}


.box-cntct {
  display: flex;
  margin: 0 auto 10%;
  width: 90%;
  height: 80px;
  justify-content: center;
  align-items: center;
  background-image: url(img/722916_l.jpg);
  background-size: 100%;
  background-position: 10% 40%;
  background-repeat: no-repeat;
  background-blend-mode:lighten;
  background-color:rgba(255,255,255,0.6);
  transition: .5s;
}
.box-cntct:hover {
  background-color: gray;
  transition: .5s;
}
.box-cntct::before {
  background-color: #fff;
  opacity: .2;
}
.box-cntct h3 {
  width: 90%;
  line-height: 60px;
  background-color: rgb(0, 0, 0, .4);
  vertical-align: middle;
  color: #fff;
}
.box-cntct i {
  margin-right: 10px;
  line-height: 60px;
  vertical-align: middle;
}
/*予約　フッター*/
.box-reserve {
  display: flex;
  margin: 15px auto 10px;
  width: 90%;
  justify-content: center;
  align-items: center;
}
.box-rsv-1 {
  margin: 0 5% 10% 0;
  width: 40%;
  border: 1px solid gray;
  border-radius: 5px;
  transition: .5s;
}
.box-rsv-1:hover {
  color: #fff;
  background-color: gray;
}
.box-rsv-1 a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 1rem;
}
.box-rsv-2 {
  margin: 0 0 10% 0;
  width: 40%;
  border: 1px solid gray;
  border-radius: 5px;
  transition: .5s;
}
.box-rsv-2:hover {
  color: #fff;
  background-color: gray;
}
.box-rsv-2 a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 1rem;
}
/*kobamaro--------------------------------*/
.foot-main-area {
  margin-bottom: 50px;
}
.foot-mnu-list {
  display: flex;
  margin: 5%;
  padding-top: 30px;
  line-height: 2rem;
}
.foot-mnu-list ul {
  width: 50%;
}
.foot-mnu-list li {
  margin: 2px;
  text-align: center;
}
.foot-mnu-list li span {
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin-top: 7px;
  color: #D8D8D8;
  font-size: 1rem;
}
.foot-mnu-list li span::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #D8D8D8;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: .5s;
}
.foot-mnu-list li:hover span::after {
  transform: scale(1, 1);
}
.foot-logo-area-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 200px;
}
.foot-logo-area-top p {
  width: 37%;
  padding-left: 10px;
  text-align: left;
}
.foot-logo-area-top-img {
  margin: 0 auto;
  width: 60%;
  text-align: center;
}
.foot-logo-area-top img {
  width: 80px;
}
.foot-logo-link:hover img {
  transform: scale(1.05);
  transition: .5s;
}
.foot-logo-link:hover .foot-logo-area-catch {
  color: #E5E5E5;
  transition: .5s;
}
.foot-logo-area-catch {
  display: block;
  text-align: center;
}
.foot-logo-area-logotype {
  margin: 0 auto;
  width: 200px;
  text-align: center;
  line-height: 2.2rem;
  letter-spacing: .01em;
  font-size: 1.7rem;
  font-family: yamamotoan-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.foot-logo-area-add {
  margin-top: 0px;
  text-align: center;
  color: #E5E5E5;
  font-size: .8rem;
  font-weight: 300;
}
.foot-sns-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  width: 70%;
}
.foot-sns-area-l,
.foot-sns-area-r {
  width: 50%;
  text-align: center;
}
.foot-sns-area img {
  width: 30px;
  transition: .3s;
}
.foot-sns-area img:hover {
  transform: rotate(-7deg) scale(1.1);
  transition: .5s;
}
@media screen and (min-width: 740px) {
  .foot-main-area {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 30px;
    width: 100%;
  }
  .foot-mnu-list {
    display: block;
    width: 40%;
    margin: 5% 0 5% 0;
    padding: 30px 0 0 50px;
    line-height: 2rem;
  }
  .foot-mnu-list ul {
    width: 100%;
  }
  .foot-logo-area {
    width: 60%;
    margin: auto 0;

  }
  .foot-sns-area {

  }
  .foot-sns-area-r {

  }

  .box-rsv-1 {
    margin: 0 5% 10% 0;
    padding: 20px 10px;
    width: 40%;
    border: 1px solid gray;
    border-radius: 5px;
  }
  .box-rsv-2 {
    margin-bottom: 10%;
    padding: 20px 10px;
    width: 40%;
    border: 1px solid gray;
    border-radius: 5px;
  }
  .box-cntct {
    display: flex;
    margin: 0 auto 10%;
    width: 90%;
    height: 150px;
  }
  .box-cntct h3 {
    width: 90%;
    line-height: 100px;
  }
}
.footer-menu {
  position: relative;
  height: 300px;
  width: 100%;
  overflow: hidden;
}
.footer-menu img {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: auto;
}
.eng {
  display: flex;
  align-items: center; /* 垂直中心 */
  font-size: 1.2rem;
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-weight: 600;
}
.jpn {
  display: flex;
  margin-left: 25px;
  padding: 0 0 0 0;
  font-size: .5rem;
  font-weight: 600;
}
.foot-blg-ttl {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
  font-family: toppan-bunkyu-mincho-pr6n, serif;
  font-weight: 400;
  font-style: normal;
}

.recruit-box {
  margin-top: 50px;
  padding: 5px 10px 10px;
  background-color: #2B2B2B;
}
.to-cntct {
  width: 40%;
  padding: 5px;
  font-size: .6rem;
  color: #2B2B2B;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
}
/*枠あり*/
.caption-box {
  position: relative;
  margin-top: 1em;
  padding: 1em 2em;
  border: 2px solid #fff;
  background-color: #2B2B2B;
}
.caption-box .capttl{
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 1em;
  padding: 0 1em;
  margin: 0;
  background-color: #2B2B2B;
  transform: translateY(-50%) translateX(1em);
  font-family: garamond-premier-pro, serif;
  font-weight: 600;
  font-style: normal;
}
.caption-box ul {
  list-style: none;
}
.cap-box1 {
  width: 100%;
}
.cap-box1-l {
  width: 100%;
}
.cap-box1-l h4 {
  display: block;
  width: 100%;
  padding: 0 0 15px 40px;
  font-size: 1rem;
  color: #fff;
  transform: rotate(-5deg);
}
.cap-box1-r {
  display: flex;
  width: 100%;
}
.cap-box1-r h5 {
  padding: 5px;
  width: 60%;
  color: yellow;
  font-weight: bold;
}
.cap-box2 {
  margin-top: 10px;
  width: 100%;
}
.cap-box2 h6 {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}




.foot-info {
  margin-top: 20px;
  width: 100%;
}
.foot-info h2 {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-weight: normal;
  font-style: normal;
}
.foot-info img {
  width: 60%;
  height: auto;
}
.foot-info p {
  font-size: .8rem;
}

/*コピーライト*/
.copyright {
  width: 60%;
}
.copyright p{
  padding-right: 25px;
  font-size: .5rem;
  color: #E5E5E5;
  text-align: right;
}
/* 記事一覧 */
.mypostlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mypostlist article {
	width: 48%;
}

.mypostlist figure {
	margin: 0;
}

.mypostlist img {
	height: 180px;
	object-fit: cover;
}

.mypostlist h2,
.mypostlist h3 {
	margin: 0;
	padding: 0;
	border: none;
	font-size: var(--f6);
}

/* 関連記事 */
.myrelated {
	border: solid 2px var(--basecolor);
	padding: 0 10px;
}

.myrelated h2 {
	border-width: 5px;
	color: var(--basecolor);
	font-family: var(--myfont);
	font-size: var(--f5);
}

.myrelated img {
	height: 120px;
}

@media screen and (min-width: 740px) {
	.myrelated article {
		width: 24%;
	}

	.myrelated .mypostlist {
		justify-content: flex-start;
	}

	.myrelated article:not(:last-child) {
		margin-right: calc( 4% / 3 );
	}
  .copyright p{
    padding-right: 0;
    font-size: .5rem;
    color: #E5E5E5;
    text-align: center;
  }
}

/* ページネーション */
.pagination .nav-links {
  display: block;
	margin-bottom: 50px;
	justify-content: center;
}

.pagination .page-numbers:not(:last-child) {
	margin-right: 15px;
}

.pagination a {
	color: var(--basecolor);
}

.pagination .current {
	color: #aaaaaa;
}


/* メニュー */
.mymenu {
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #e7e7eb;
	border-bottom: solid 1px #dcdcdc;
}

.mymenu h2 {
	padding: 10px;
	border: none;
	background-color: var(--basecolor);
	color: #ffffff;
	font-family: var(--myfont);
	font-size: var(--f5);
}

.myprofile figure {
	text-align: center;
}

.myprofile img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

.myprofile strong {
	display: block;
	text-align: center;
	font-family: var(--myfont);
}

.myprofile p {
	font-size: var(--f6);
}

.widget ul {
	padding: 0;
	list-style-type: none;
	font-size: var(--f6);
}

.widget li:not(:last-child) {
	margin-bottom: 5px;
}

.widget select {
	width: 100%;
	height: 40px;
	border: solid 1px #aaaaaa;
}

@media screen and (min-width: 740px) {
	.mymenu-columns {
		columns: 3;
		column-gap: 30px;
	}

	.mymenu-columns > section {
		position: relative;
		overflow: hidden;
		break-inside: avoid;
	}
}


/* 上下の余白 */
.mymargin {
	margin-top: 40px;
	margin-bottom: 40px;
}



/* ナビゲーションメニュー */
.mynav {
	padding: 7px 0;
	background-image: var(--gradient);
	color: #ffffff;
	font-size: var(--f6);
}

.mynav ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.mynav li:not(:last-child) {
	margin-right: 1em;
}


/*-------------------------------
Buttonボタン
*ーーーーーーーーーーーーーーーーーーーーー*/
.linkbtn-position {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.simplebtn33 {
  position: relative;
  margin: 15px 30px 0 0;
  padding-right: 30px;
  transition: .3s;
}
.simplebtn33:hover {
  letter-spacing: .0em;
  font-weight: bold;
  transition: .5s;
}
.simplebtn33::before {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 1px;
  height: 2px;
  width: 20px;
  background-color: #666666;
  transition: .3s;
}
.simplebtn33:hover::before {
  right: -4px;
  width: 25px;
  transition: .5s;
}
.simplebtn33::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 0;
  height: 2px;
  width: 10px;
  background-color: #666666;
  transform: rotate(45deg);
  transition: .3s;
}
.simplebtn33:hover::after {
  right: -5px;
  transition: .5s;
}

.list-btn {
  display: flex;
  margin: 15px auto;
  width: 80%;
  height: 35px;
  color: #fff;
  align-items: center;
  justify-content: center;
  background-color: #F9A603;
  border-radius: 5px;
  transition: .5s;
}
.list-btn:hover {
  color: #F9A603;
  border: 2px solid #F9A603;
  background-color: white;
  transition: .5s;
}
/*矢印*/
.btn-to-page {
  margin-top: 25px;
  display: block;
  text-align: right;
}
.item01 {
  display: block;
  margin-right: 10%;
}

.item01 a:hover {
  color: inherit;
}

.arrow{
  position: relative;
  display: inline-block;
  padding-left: 20px;
  width: 120px;
  height: 45px;
  transition: .3s;
}
.arrow:hover {
  background-color: #F4F1ED;

  transition: .3s;
}
.arrow h6 {
  color: #000;
  position: absolute;
  font-size: 1rem;
  font-weight: bold;
  top:16px;
  left: 9%;
}

.arrow::before{
  content: '';
  width: 15px;
  height: 15px;
  border: 0px;
  border-top: solid 4px #F70025;
  border-right: solid 4px #F70025;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 22px;
  left: 90px;
  margin-top: -4px;
  transition: .5s;
}
.arrow:hover::before {
  left: 95px;
  transition: .5s;
}





/* シェアボタン */
.myshare {
	margin-top: 60px;
	margin-bottom: 40px;
}

.myshare h2 {
	padding: 0;
	border: none;
	color: var(--basecolor);
	font-family: var(--myfont);
	font-size: var(--f5);
	text-align: center;
	line-height: 1.2;
}

.myshare .mytwitter {
	color: #1da1f2;
}

.myshare .myfacebook {
	color: #3b5998;
}

.myshare a {
	width: 49%;
	padding: 10px;
	border: solid 1px currentColor;
	line-height: 1;
	text-align: center;
}




/*
**動き追加
*/
.effect i {
  height: 120px;
  padding: 20px;
  font-size: 100px;
  transition: .8s;
}
.effect div {
  margin: auto;
  transition: .8s;
  transition-delay: .8s;
}

/*
 *ヘッダー
*/
#header{
  position: relative;
  height: 100vh;
  width: 100%;
  padding: 0;
}
.slideshow {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.slideshow img {
    display: none;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


/*head-box*/


.slideshow-none {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
}
.slideshow-none img {
  position: absolute;
  display: block;
  top: 0;
  left: 20%;
  width: 80%;
  height: 100%;
  object-fit: cover;
}
.head-ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 1s;
}
.kbm-head-bk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  overflow: hidden;
}
.kbm-head-bk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  opacity: .8;
}

.head-main-area {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 80%;
  height: 80%;
  overflow: hidden;
}
.head-logo-area {
  position: absolute;
  top: 0%;
  left: 0;
  width: 50%;
  height: 50%;
}
.head-logo-area-bk {
  position: absolute;
  top: -50px;
  left: -150px;
  width: 300px;
  height: auto;
  transition: .5s;
}
.head-logo-area-ttl {
  position: absolute;
  text-align: center;
  top: 30px;
  left: 10px;
  transition: .5s;
}
.head-logo-area-ttl img {
  width: 70px;
  height: auto;
}
.head-logo-ttl {
  display: block;
  font-size: 2rem;
  font-family: vdl-megamaru, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.head-logo-ttl span {
  display: block;
  font-size: .7rem;
}
.head-catch {
  position: absolute;
  top: 80%;
  left: 5%;
  padding: 5px 10px;
  color: #ffff;
  font-size: 1.8rem;
  background-color: var(--maincolor);
  border-radius: 5px;
  transition: .5s;
}
.head-catch span {
  color: var(--accentcolor);
}
.head-speechballoon {
  position: absolute;
  bottom: -25px;
  right: 5px;
  width: 150px;
  height: auto;
}
.head-spch-balln-txt {
  position: absolute;
  bottom: 32px;
  right: 38px;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .head-logo-area-bk {
    position: absolute;
    top: -30px;
    left: -70px;
    width: 300px;
    height: auto;
    transition: .5s;
  }
  .head-logo-area-ttl {
    position: absolute;
    text-align: center;
    top: 40px;
    left: 40px;
    transition: .5s;
  }
  .head-catch {
    position: absolute;
    top: 80%;
    left: 5%;
    padding: 10px 15px;
    letter-spacing: .05em;
    color: #ffff;
    font-size: 1.8rem;
    background-color: var(--maincolor);
    border-radius: 5px;
    transition: .5s;
  }
}
@media screen and (min-width: 900px) {
  .head-catch {
    position: absolute;
    top: 80%;
    left: 5%;
    padding: 20px 30px;
    letter-spacing: .05em;
    color: #ffff;
    font-size: 2rem;
    background-color: var(--maincolor);
    border-radius: 5px;
    transition: .5s;
  }
  .head-catch span {
    color: var(--accentcolor);
    font-size: 2.5rem;
    transition: .5s;
  }
}

.head-ttl-area {
}
.head-ttl-area-top {
  position: absolute;
  top: 10%;
  left: 70%;
  width: 50%;
  height: 80%;
  background-color: yellow;
}
.head-ttl-area-top h2 {
  font-size: 3rem;
  text-align: right;
  color: #ffff;
  -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
  font-family: ta-kouran, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.head-ttl-area-top h2 span {
  font-size: 1rem;
}
.head-ttl-area-bttm {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  top: 65%;
  left: 5%;
  width: 70%;
  height: 40%;
  border-bottom: 1px solid #ffff;
}
.head-ttl-area-bttm h2 {
  font-size: 1rem;
  color: #ffff;
  font-family: yamamotoan-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.head-ttl img {
  margin: 20px 0 0 13%;
  width: 20%;
  height: auto;
}
.head-menu-lside {
  width: 0;
  height: 0;
  opacity: 0;
  font-family: mrs-eaves-xl-serif, serif;
  font-weight: 400;
  font-style: normal;
}
.head-menu-lside-icon {
  width: 0%;
  height: 0%;
  opacity: 0;
  transition: 1s;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
theme-headline
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.theme-headline-hts {
  position: relative;
  margin: 10px 0 50px;
  text-align: center;
  font-size: 2rem;
  line-height: 2rem;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.theme-headline-hts::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: calc(50% - 5px);
  width: 16px;
  height: 2px;
  background-color: var(--maincolor);
}
.theme-headline-hts span {
  display: block;
  font-size: 1rem;
  color: var(--maincolor);
}
.hts-more-btn {
  display: block;
  position: relative;
  margin: 20px;
  text-align: right;
}
.hts-more-btn::before {
  content: "";
  position: absolute;
  top: 8px;
  right: -15px;
  width: 10px;
  height: 10px;
  background-image: url(img/arrow_triangle.png);
  background-repeat: no-repeat;
  background-size: 90%;
}



/*boxの動き:上にフェードアウト*/
.head-ttl.scrollout {
  opacity: 0;
  transform: translate(0,-50px);
  transition: 2s;
}

/*てすとヘッダー*/
.head-bk {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 80vh;
  width: 90%;
}
.head-bk img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.head-bx-ttl {
  position: absolute;
  top: 12%;
  left: 10%;
  width: 40%;
  transition: 1s;
}
.head-bx-ttl.scrol {
  opacity: 0;
  width: 0;
  transform: translate(0,-50px);
  transition: 2s;
}
.head-bx-menu {
  position: absolute;
  top: 30%;
  right: -15px;
  height: 20px;
  width: 60%;
  text-align: right;
  background-color: rgba(206, 63, 0, .5);
  border-radius: 10px;
  transition: 1s;
}
.head-bx-menu h3 {
  margin-top: -8px;
  padding-right: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}
.head-bx-menu img {
  width: 100%;
}
.head-bx-menu-contnt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  color: #fff8dc;
  font-size: .8rem;
  font-family: garamond-premier-pro, serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  background-color: #3B3938;
  transition: 1s;
}
.head-bx-sub {
  position: absolute;
  display: flex;
  bottom: 0;
  right: 0;
  padding-bottom: 45px;
  width: 15%;
  height: 80%;
  justify-content: flex-end;
  align-items: flex-end;
  writing-mode: vertical-rl;
  transition: 1s;
}
.head-bx-sub p {
  display: inline;
  font-size: .8rem;
  color: #17184b;
}
.head-bttm-txt {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0px;
  text-align: center;
  background-color: rgba(0, 0, 0, .3)
}
.head-bttm-txt p {
  color: #fff;
  font-size: .7rem;
}
.head-bx-tel {
  position: absolute;
  display: flex;
  bottom: 0;
  right: 0;
  padding-bottom: 45px;
  width: 15%;
  height: 80%;
  justify-content: flex-end;
  align-items: flex-end;
  writing-mode: vertical-rl;
  transition: 1s;
}
.head-bx-tel p {
  display: inline;
  font-size: .8rem;
  color: #17184b;
}
/*head-page*/
#header-page {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 40vh;
}
#header-page_hts {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 40vh;
  overflow: hidden;
  background-color: purple;
}

#header-page_hts-thin {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 15vh;
  overflow: hidden;
}
#header-page_hrt {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
#header-page_rpj {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
#header-page-gallery {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
}
@media screen and (min-width: 560px) {
  #header-page_hts {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 20vh;
  }
}
.head-page {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 10% 20%;
  transform: scale(-1, 1);/*画像反転*/
}
.head-page-true {
  position: absolute;
  top: 0;
  left: 10%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page-head-bk-color {
  content: "";
  position: absolute;
  top: 100px;
  left: 55px;
  width: calc(100% - 55px);
  height: 40px;
  background-color: rgba(51, 51, 51, .6);
}
.page-head-bk-color-thin {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 40vh;
  background-color: #528984;
}
.page-head-bk-img {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 40vh;
  opacity: .7;
}
.page-head-bk-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-head-bk {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
}

.hrt-page-head-bk {
  position: absolute;
  top: 50px;
  left: 0;
  height: 150px;
  width: 90%;
  background-color: var(--backcolor);
}
.hrt-page-head-eng {
  position: absolute;
  top: 65px;
  left: 5%;
}
.hrt-page-ttl-first {
  font-weight: bold;
  color: var(--maincolor);
}
.hrt-page-head-box {
  position: absolute;
  top: 110px;
  left: 10%;
  width: 90%;
  height: 300px;
  padding-left: 10px;
  border-left: 2px solid #444444;
}
.hrt-page-box-hrt {
  text-align: right;
  color: #999999;
}
.hrt-page-head-title {
  font-size: 1.2rem;
}
.rpj-page-head-slug {
  position: absolute;
  top: 50px;
  left: 20px;
  font-size: 4rem;
  color: #444444;
  font-family: paralucent-text, sans-serif;
  font-weight: 700;
  font-style: italic;
}
.rpj-page-head-title {
  position: absolute;
  top: 107px;
  left: 95px;
  font-size: 1.4rem;
  color: var(--fontcolor);
}
.page-head-cont {
  width: 100%;
  padding: 7px 5%;
  font-size: 1.5rem;
  color: #ffff;
  background-color: rgba(0, 0, 0, .0)
}
.page-head-cont span {
  display: block;
  margin-bottom: 5px;
  font-size: .8rem;
}
.page-head-post_name {
  position: relative;
  display: block;
  width: 100%;
  color: var(--maincolor);
  font-size: 1.5rem;
  font-family: vdl-megamaru, sans-serif;
  font-weight: 400;
  font-style: normal;
  opacity: .5;
}
.page-head-post_name::after {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 0;
  height: 2px;
  width: 86%;
  background-color: var(--accentcolor);
}
.page-head-ttl {
  line-height: 1.2rem;
  color: #444444;
  font-size: 1.4rem;
  font-family: yamamotoan-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.head-box-mailorder {
  position: absolute;
  padding: 5px 10px;
  right: 5%;
  top: 22vh;
  color: var(--accentcolor);
  border: 1px solid var(--accentcolor);
}
.head-page-main-high {
  position: absolute;
  top: 0%;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.top-breadclumb {
  position: absolute;
  top: 12px;
  right: 45px;
  z-index: 105;
  color: #444444;
}
.koti_page-head-img {
  position: absolute;
  top: 50px;
  left: 0;
  height: 60%;
  width: 100%;
  background-color: #000;
}
.koti_page-head-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .7;
}
.koti_page-head-img-abt {
  position: absolute;
  top: 50px;
  left: 0;
  height: 60%;
  width: 100%;
  background-color: #000;
}
.koti_page-head-img-abt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .7;
}
.head-page-main-high-pln01 {
  position: absolute;
  top: 0%;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.head-page-main-high-pln {
  position: absolute;
  top: 5%;
  left: 15%;
  height: 95%;
  width: 85%;
  object-fit: cover;
}
.head-page-main-high-cntct {
  position: absolute;
  top: 0%;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 55%;
}
.koti-white-bk01 {
  position: absolute;
  top: 0;
  left: 10%;
  width: 25%;
  height: 100%;
  background-color: var(--accentcolor);
}
.koti-white-bk02 {
  position: absolute;
  top: 0;
  left: 0%;
  width: 17%;
  height: 25%;
  background-color: #fff;
}
.page-head-logo {
  position: absolute;
  top: 12%;
  left: 7%;
  z-index: 5;
}
.page-head-logo img {
  width: 30%;
}
.page-head-logo2 {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 50px;
  width: 50px;
  z-index: 105;
}
.page-head-logo2 img {
  width: 80%;
  height: auto;
}
.page-head-logo_hts {
  position: absolute;
  top: -30px;
  left: -30px;
  padding: 50px 0 0 50px;
  height: 130px;
  width: 130px;
  border-radius: 50%;
  background-color: var(--basecolor);
  z-index: 105;
}
.page-head-logo_hts img {
  width: 60%;
  height: auto;
}
.head-page-newslist {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 80%;
}
.page-head-sub-ttl {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 100%;
  height: 23%;
  background-color: #fff;
  overflow: hidden;
}
.page-head-sub-ttl2 {
  display: block;
  position: absolute;
  left: 10%;
  top: 10vh;
  width: 100%;
  height: calc(40vh - 60% - 50px);
  overflow: hidden;
}
.head-page-ttl {
  margin: auto 0;
  width: 100%;
  padding: 0 0 0 10px;
}
.head-page-ttl-2 {
  display: flex;
  margin: auto 0;
  padding: 0 10px 0px 0;
  width: 100%;
}
.koba_head-page-ttl {
  position: relative;
  margin-left: 0;
}
.koba_head-page-ttl::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  background-color: var(--accentcolor);
  height: 2px;
  width: 70%;
}
.koti_head-page-ttl {
  position: relative;
  margin-left: 10%;
  color: #707070;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.koti_head-page-ttl::before {
  position: absolute;
  content: "";
  top: 24px;
  left: -150px;
  background-color: #707070;
  height: 1px;
  width: 150px;
}
.koba_head-page-ttl h2 {
  line-height: 1.2rem;
  color: #444444;
  font-size: .8rem;
  font-family: yamamotoan-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.koba_head-page-ttl h2 span {
  display: block;
  color: #ffff;
  font-family: vdl-megamaru, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.koti_head-page-ttl h2 {
  padding: 10px 0 0 3px;
  font-size: .8rem;
}
.koti_head-page-ttl h2 span {
  font-size: 1.5rem;
}
.head-page-ttl h2 {
  font-size: 1.2rem;
}
.head-page-ttl span {
  display: block;
  font-size: .8rem;
  color: #8A7369;
}
.koti_head-page-sns {
  position: absolute;
  display: flex;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 50px;
  align-items: flex-end;
}
.koti_head-page-sns h3 {
  font-size: 1.7rem;
}
.page-head-breadcrumb {
  margin: auto 0;
  width: 90%;
}
.page-head-sns {
  display: flex;
  width: 10%;
  height: 100%;
  color: #8A7369;
  align-items: center;
  justify-content: center;
}
.page-head-sns h3 {
  font-size: 1.6rem;
}


@media screen and (min-width: 480px) {
  .head-bk {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: 1s;
  }
  .head-bk img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .head-bx-ttl {
    position: absolute;
    top: 12%;
    left: 10%;
    width: 40%;
    max-width: 280px;
    transition: 2s;
  }
  .head-bx-menu {
    position: absolute;
    padding: 0;
    top: 45%;
    width: 100%;
    height: 2px;
    transition: 1s;
    text-align: center;
  }
  .head-bx-menu h3 {
    margin-top: -40px;
    padding-right: 30px;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
  }

  .head-bx-menu-contnt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    color: #fff8dc;
    font-family: garamond-premier-pro, serif;
    font-size: 1.2rem;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    background-color: #3B3938;
    transition: 1s;
  }
  .head-bx-sub {
    position: absolute;
    display: flex;
    bottom: 0;
    right: 0;
    padding-bottom: 45px;
    width: 10%;
    height: 80%;
    justify-content: flex-end;
    align-items: flex-end;
    writing-mode: vertical-rl;
    transition: 1s;
  }
  .head-bx-sub p {
    display: inline;
    font-size: 1rem;
    color: #17184b;
  }
  .head-bttm-txt p {
    font-size: 1rem;
  }
  .head-bx-tel {
    position: absolute;
    display: flex;
    top: 35%;
    right: 1%;
    padding-bottom: 30px;
    width: 30%;
    height: 10%;
    justify-content: flex-start;
    align-items: flex-start;
    writing-mode: inherit;
    transition: 1s;
  }
  .head-bx-tel p {
    display: inline;
    font-size: .9rem;
    color: #17184b;
  }
}


/*head-box min560px*/
@media screen and (min-width: 560px){
  .head-ttl-area-top {
    position: absolute;
    top: 10%;
    left: 70%;
    width: 50%;
    height: 80%;
  }
  .head-ttl-area-top h1 {
    font-size: 5rem;
    text-align: right;
    color: #ffff;
    -ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
    font-family: ta-kouran, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .head-ttl-area-top h1 span {
    font-size: 8rem;
  }
  .head-ttl-area-bttm {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    top: 65%;
    left: 5%;
    width: 50%;
    height: 40%;
    border-bottom: 1px solid #ffff;
  }
  .head-ttl-area-bttm h2 {
    font-size: 2rem;
    color: #ffff;
    font-family: yamamotoan-stdn, sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .slideshow-none {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .slideshow-none img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .head-box-mailorder {
    position: absolute;
    padding: 5px 10px;
    right: 7%;
    top: 27vh;
    border: 1px solid var(--accentcolor);
  }
  .hrt-page-box-hrt {
    padding-right: 50px;
    text-align: right;
    color: #999999;
  }




}
@media screen and (min-width: 768px) {
  #header-page {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
  }

  .head-ttl {
    position: absolute;
    display: flex;
    top: 20%;
    left: 0;
    width: 25%;
    height: 15%;
    transition: 1s;
    align-items: center;
    justify-content: center;
  }
  .head-ttl img {
    display: inline-block;
    width: 120px;
    height: auto;
  }
  .head-menu-lside {
    position: absolute;
    top: 35%;
    left: 0;
    width: 25%;
    height: 65%;
    opacity: 1;
    transition: 1s;
  }
  .head-menu-lside ul {
    list-style: none;
    margin: 20% auto 0;
    padding-left: 17px;
    width: 80px;
  }
  .head-menu-lside ul li {
    margin-top: 7px;
  }
  .head-menu-lside-icon {
    position: absolute;
    display: flex;
    top: 70%;
    left: 0;
    width: 25%;
    height: 20%;
    opacity: 1;
    transition: 1s;
    justify-content: center;
    align-items: center;
  }
  .head-menu-lside-icon img {
    margin: 0 auto;
    width: 30px;
    height: auto;
  }
  .head-bx-tel {
    position: absolute;
    display: flex;
    top: 22%;
    right: -2%;
    padding-bottom: 30px;
    width: 30%;
    height: 10%;
    justify-content: flex-start;
    align-items: flex-start;
    writing-mode: inherit;
    transition: 1s;
  }
  .head-bx-tel p {
    display: inline;
    font-size: .9rem;
    color: #17184b;
  }
  .head-page-main-high {
    position: absolute;
    top: 0%;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .head-page-main-high-pln {
    position: absolute;
    top: 5%;
    left: 15%;
    height: 95%;
    width: 85%;
    object-fit: cover;
  }
  .head-page-main-high-pln01 {
    position: absolute;
    top: 0%;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 90%;
  }
  .koti-white-bk01 {
    position: absolute;
    top: 0;
    left: 10%;
    width: 15%;
    height: 100%;
    background-color: #fff;
  }
  .koti-white-bk02 {
    position: absolute;
    top: 0;
    left: 0%;
    width: 17%;
    height: 20%;
    background-color: #fff;
  }
  .page-head-logo {
    position: absolute;
    top: 12%;
    left: 7%;
    z-index: 5;
  }
  .page-head-logo img {
    width: 120px;
  }
  .head-page-newslist {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 80%;
  }
  .page-head-sub-ttl {
    display: flex;
    position: absolute;
    left: 10%;
    bottom: 0%;
    width: 90%;
    height: 20%;
    background-color: #fff;
  }
  .head-page-ttl {
    margin: auto 0;
    width: 30%;
    padding: 0 0 0 7%;
  }
  .head-page-ttl span {
    display: block;
    font-size: .8rem;
    color: #8A7369;
  }
  .head-page-ttl-2 {
    display: flex;
    margin: auto 0;
    width: 70%;
  }
  .page-head-breadcrumb {
    margin: auto 0;
    width: 90%;
  }
  .page-head-sns {
    display: flex;
    width: 10%;
    height: 100%;
    color: #8A7369;
    align-items: center;
    justify-content: center;
  }
  .page-head-sns h3 {
    display: inline-block;
    font-size: 2rem;
  }
  .koti_page-head-img {
    position: absolute;
    top: 50px;
    left: 25%;
    height: 60%;
    width: 75%;
    background-color: #000;
  }
  .koti_page-head-img-abt {
    position: absolute;
    top: 50px;
    left: 25%;
    height: 60%;
    width: 75%;
    background-color: #000;
  }
  .koti_page-head-img-abt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 30%;
    opacity: .7;
  }
  .page-head-logo2 {
    position: absolute;
    top: 70px;
    left: calc(14% - 55px);
    height: 110px;
    width: 110px;
    z-index: 5;
  }
  .page-head-logo2 img {
    width: 80%;
    height: auto;
  }
  .koti_head-page-ttl {
    position: relative;
    margin-left: 7%;
    color: #707070;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .koti_head-page-ttl::before {
    position: absolute;
    content: "";
    top: 28px;
    left: -150px;
    background-color: #707070;
    height: 1px;
    width: 150px;
  }
  .koti_head-page-ttl h2 {
    padding: 10px 0 0 3px;
    font-size: 1rem;
  }
  .koti_head-page-ttl h2 span {
    font-size: 2rem;
  }
  .koti_head-page-sns {
    position: absolute;
    display: flex;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 80px;
    align-items: flex-end;
  }
  .koti_head-page-sns h3 {
    font-size: 2.3rem;
  }
  .page-head-sub-ttl2 {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 100%;
    padding-top: 40px;
    height: calc(50vh - 60% - 50px);
    background-color: #fff;
    overflow: hidden;
  }
}
.slideshow h1 {
	position: absolute;
	top: 40%;
	left: 10%;
	color: white;
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 40px;
}
.slideshow h2 {
	position: absolute;
	top: 20%;
	left: 10%;
	color: white;

	font-size: 30px;
	border-left: none;
}
.slideshow h3 {
	position: absolute;
	top: 20%;
	left: 10%;
	color: white;

	font-size: 25px;
}
.slideshow p {
	position: absolute;
	top: 45%;
	left: 15%;
	color: black;
	font-size: 40px;
	font-family: 'Noto Serif JP', serif;

}

.toppanbunky {
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-weight: 900;
  font-style: normal;
}
/*
 *ナビゲーション
*/

/*
 *topbar nav menu max479px
*/

.current-menu-item {
  display: inline-block;
  border-bottom: 2px solid #ffffff;/*カレントホバー*/
  transition: 1s;
}

nav {
  z-index: 100;
}
.head-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0;
  box-sizing: border-box;
  transition: .8s;
  border-bottom: none;
  z-index: 100;

}
.head-nav.change{
  background-color: var(--navbk);/*ナビバー背景色　スクロール時*/
  width: 100%;
  height: 50px;
  border-bottom: .5px solid #d4d9dc;
  z-index: 100;
  transition: .8s;
}

.head-nav-dly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0;
  background-color: #fff;/*ナビバー背景色　スクロール時*/
  box-sizing: border-box;
  border-bottom: none;
  z-index: 100;
}
.nav-cont {
  width: 100%;
  display: flex;
  justify-content: space-around;

}
.head-nav.change .nav-cont {
  width: 100%;
}
.nav-cont-l {
  display: flex;
  align-items: center;
  width: 55%;
  height: 50px;
}
.cont-l-link {
  display: flex;
  height: 50px;
  width: 100%;
}
.nav-cont-l a {
  width: 100%;
}
.cont-l-link-logo {
  display: flex;
  align-items: center;
  width: 30%;

}
.cont-l-link-ttl {
  display: flex;
  align-items: center;
  width: 70%;
  font-family: dnp-shuei-ymincho-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.cont-l-link-ttl h1 {
  font-size: .8rem;
  color: #ffffff;
}
nav.change .cont-l-link-ttl h1 {
  color: var(--fontcolor);
  transition: .5s;
}
.head-nav-img {
  width: auto;
  height: 30px;
  margin-left: 5px;
  opacity: .8;
  transition: 2s;
}
.head-nav-img.scrlout {
  display: inline-block;
  width: auto;
  height: 30px;
  opacity: 1;
  transition: 2s;
}
.head-nav-low {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0;
  box-sizing: border-box;
  transition: .8s;
  border-bottom: none;
  z-index: 100;

}
.head-nav-low.change{
  background-color: var(--navbk);/*ナビバー背景色　スクロール時*/
  width: 100%;
  height: 50px;
  z-index: 100;
  transition: .8s;
}
.nav-cont-r {
  display: flex;
  justify-content: flex-end;
  width: 45%;
  height: 50px;
  padding-right: 10px;
}
.nav-cont-r-pr-area {
  display: flex;
  margin-right: 3px;
  width: 100px;
}
.nav-cont-r-pr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 10px 0 0;
  padding: 0 5px;
  width: 50%;
  height: 2rem;
  line-height: .8rem;
  font-size: .7rem;
  border: 1px solid var(--fontcolor);
  border-radius: 5px;
  transition: .3s;
}
.nav-cont-r-pr-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 10px 0 0;
  padding: 0 5px;
  width: 50%;
  height: 2rem;
  line-height: .8rem;
  font-size: .7rem;
  border: 1px solid var(--fontcolor);
  border-radius: 5px;
  transition: .3s;
}
.nav-cont-r-pr-2 i {
  font-size: 1.2rem;
}

nav.change .nav-cont-r-pr,
nav.change .nav-cont-r-pr a,
nav.change .nav-cont-r-pr-2,
nav.change .nav-cont-r-pr-2 a {
  background-color: var(--accentcolor);
  color: #ffffff;
  transition: .3s;
}
.nav-cont-r-icon {
  position: absolute;
  display: flex;
  top: 0;
  right: 60px;
  height: 50px;
  width: calc(45% - 60px);
  color: #ffffff;

}
.nav-cont-r-icon-l {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-cont-r-icon-r {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-menu {
  display: none;
  transition: .3s;
}
.main-menu-low {
  display: none;
  transition: .3s;
}
.burger-btn01 {
  margin-top: 15px;
  position: relative;
  display: flex;
  width: auto;
  height: auto;
  opacity: 1;
  transition: 1s;
  z-index: 200;
  background-color: transparent;/*バーガーボタン背景色*/
}
.logo{
  position: fixed;
  float: left;
  margin: 10px 2px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 6px;
}
.logo a{
  text-decoration: none;
  color: #fff;
}
nav .title001 {
  display: none;
}
.head-nav-ttl {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0 0 0 10px;
  display: inline-block;/*通常flex*/
  font-size: 24px;
  color: #000;
  opacity: 0.85S;
  padding-left: 10px;
  text-decoration: none;
  transition: 1s;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.head-nav-ttl span{
  margin: 0;
  padding: 0;
  font-size: .6rem;
  font-weight: normal;
}
.head-nav-ttl a:hover {
  text-decoration: none;
  color: inherit;
}
.head-nav-ttl.scrl {
  display: inline-block;
  font-size: 18px;
  color: #FFDC00;/*スクロール後タイトル色*/
  margin: 0;
  padding: 0;
  padding-left: 10px;
  transition: 2s;
}

nav .head-page-nav h1 {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  display: flex;/*通常flex*/
  font-size: 25px;
  line-height: 50px;
  color: orange;
  opacity: 0.85S;
  padding-left: 0px;
  text-decoration: none;
  transition: .3s;
}
nav .head-page-nav h1 a {
  color: orange;
  text-decoration: none;
}
nav.change .head-page-nav h1 {
  font-size: 22px;
  line-height: 50px;
  color: white;
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  display: flex;
  opacity: 0.85S;
  padding-left: 0px;
  text-decoration: none;
  transition: .3s;
}
nav p {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  display: none;/*通常flex*/
  line-height: 40px;
  opacity: 0.85S;
  padding-left: 0px;
  text-decoration: none;
  transition: .3s;
}
nav.change p {
  font-size: 12px;
  line-height: 50px;
  color: white;
  list-style: none;
  float: left;
  margin: 0;
  padding: 3px 10px 0;
  display: flex;
  opacity: 0.85S;
  padding-left: 0px;
  text-decoration: none;
  transition: .3s;
}
nav .logo{
  padding-top: 5px;
  height: 80px;
  float: left;
  font-size: 28px;
  transition: .3s;
}
.nav-wrapper{
    font-size: 1.5rem;
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    transition: .3s;
    top: 0;
    left: 0;
    z-index: 2;/*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
}
.nav-wrapper ul {
  text-align: center;
}
.nav-wrapper li {
  color: #43706B;/*ハンバーガーOn文字色*/
  line-height: 60px;
  font-size: 1.2rem;

}
.nav-wrapper li a:hover {
  text-decoration: none;
  transition: .3s;
  transition: opacity(.6);
}
.header-nav {
   position: relative;
   display: flex;
   width: 100%;
   height: 100%;
   background-color: var(--accentcolor);/*ボタンopen背景色*/
   z-index: 150;
   justify-content: center;
   align-items: center;
}
.header-nav ul {
  list-style: none;
}
.header-nav li {/*ハンバーガーオン　フォントスタイル*/

  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.header-nav li a {
  color: #ffffff;
  transition: .3s;
}
.header-nav li a:hover {
  color: gray;
  transition: .3s;
}
.bergr-menu {
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 15%;
}


 /*=============================
 .btn-trigger
 =============================*/
 .btn-trigger {
   position: relative;
   top: 0px;
   width: 25px;
   height: 23px;
   cursor: pointer;
 }
 .btn-trigger span {
   position: absolute;
   left: 0;
   width: 100%;
   height: 3px;
   background-color: var(--burgercolor);/*バーガーの色*/
   border-radius: 4px;
 }
 .btn-trigger.scroll span {
  background-color: var(--burgercolor-change);/*スクロール時バーガーの色*/
  z-index: 150;
 }
 .btn-trigger.active span {
  background-color: var(--burgercolor-active);/*ボタンクリック時の色*/
 }
 .btn-trigger, .btn-trigger span {
   display: inline-block;
   transition: all .5s;
   box-sizing: border-box;
 }
 .btn-trigger span:nth-of-type(1) {
   top: 5px;
 }
 .btn-trigger span:nth-of-type(2) {
   top: 10px;
   width: 0px;
   left: 4px;
 }
 .btn-trigger span:nth-of-type(3) {
   bottom: 5px;
 }
 @media screen and (min-width: 768px) {
   .btn-trigger {
     display: none;
   }
   .btn-trigger.scroll span{
     display: none;
     transition: .3s;
   }
   .nav-cont-r-pr-area {
     display: flex;
     margin-right: 3px;
     width: 120px;
   }
 }
 /*=============================
 .btn-trigger_page
 =============================*/
 .btn-trigger_page {
   position: relative;
   top: 5px;
   width: 30px;
   height: 23px;
   cursor: pointer;
 }

 .btn-trigger_page span {
   position: absolute;
   left: 0;
   width: 100%;
   height: 3px;
   background-color: var(--burgercolor-page);/*バーガーの色*/
   border-radius: 4px;
 }
 .btn-trigger_page.scroll span {
  background-color: var(--burgercolor-page);/*スクロール時バーガーの色*/
  z-index: 150;
 }
 .btn-trigger_page.active span {
  background-color: var(--burgercolor-page);/*ボタンクリック時の色*/
 }
 .btn-trigger_page, .btn-trigger_page span {
   display: inline-block;
   transition: all .5s;
   box-sizing: border-box;
 }
 .btn-trigger_page span:nth-of-type(1) {
   top: 0;
 }
 .btn-trigger_page span:nth-of-type(2) {
   top: 10px;
   width: 20px;
   left: 9px;
 }
 .btn-trigger_page span:nth-of-type(3) {
   bottom: 0;
 }
 /*=============================
 #btn05
 =============================*/
 #btn05.active span:nth-of-type(1) {
   -webkit-transform: translateY(0px) rotate(-45deg);
   transform: translateY(0px) rotate(-45deg);
 }
 #btn05.active span:nth-of-type(2) {
   left: -100%;
   opacity: 0;
   -webkit-animation: active-btn05-bar02 .8s forwards;
   animation: active-btn05-bar02 .8s forwards;
 }
 @-webkit-keyframes active-btn05-bar02 {
   100% {
     height: 0;
   }
 }
 @keyframes active-btn05-bar02 {
   100% {
     height: 0;
   }
 }
 #btn05.active span:nth-of-type(3) {
   -webkit-transform: translateY(-10px) rotate(45deg);
   transform: translateY(-10px) rotate(45deg);
 }
 /*=============================
 #btn09
 =============================*/
 #btn09.active span:nth-of-type(1) {
   -webkit-transform: translateY(20px) rotate(315deg);
   transform: translateY(20px) rotate(315deg);
 }
 #btn09.active span:nth-of-type(2) {
   opacity: 0;
 }
 #btn09.active span:nth-of-type(3) {
   -webkit-transform: translateY(-20px) rotate(-315deg);
   transform: translateY(-20px) rotate(-315deg);
 }

@media screen and (min-width:560px) {


}


/*min768*/
@media screen and (min-width:768px) {
  .head-nav {
    display: block;
  	position: fixed;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 50px;
  	box-sizing: border-box;
  	transition: .3s;
    border-bottom: none;
    z-index: 100;
  }
  .head-nav.change{
    background-color: var(--navbk);/*ナビバー背景色　スクロール時*/
    width: 100%;
    height: 50px;
    border-bottom: .5px solid #d4d9dc;
    z-index: 100;
    transition: .8s;
  }
  .nav-cont {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .head-nav.change .nav-cont {
    width: 100%;
  }
  .nav-cont-l {
    width: 30%;
    height: 50px;
  }
  .head-nav-img {
    margin-left: 15px;
    transition: 1s;
  }
  .head-nav-img.scrlout {
    margin-left: 15px;
    width: auto;
    height: 30px;/*スクロール時のロゴサイズ変更*/
    transition: 1s;
  }
  .nav-cont-r {
    display: flex;
    justify-content: flex-end;
    width: 70%;
    height: 50px;
  }
  .nav-cont-r a {
    color: var(--fontcolor);
  }
  nav.change .nav-cont-r a {
    color: var(--fontcolor);
  }
  .main-menu {
    display: block;
    width: 100%;
    height: 0;
    font-size: 0;
    opacity: 0;
    transition: 1s;
  }
  .main-menu.scrlin {
    display: block;
    width: 100%;
    height: auto;
    font-size: 1rem;
    opacity: 1;
    transition: 1s;
  }
  .main-menu a:hover {
    text-decoration: none;
    color: inherit;
  }
  .main-menu ul {
    padding: 5px 30px 0 0;
    display: flex;
    height: 50px;
    list-style: none;
    justify-content: flex-end;
    align-items: center;
  }
  .main-menu li {
    margin-left: 10px;
  }
  .main-menu-low {
    display: block;
    width: 100%;
    height: 100px;
    font-size: 1rem;
    opacity: 1;
    transition: 1s;
  }
  .main-menu-low a:hover {
    text-decoration: none;
  }
  .main-menu-low ul {
    padding: 5px 30px 0 0;
    display: flex;
    height: 50px;
    list-style: none;
    justify-content: center;
    align-items: center;
  }
  .main-menu-low li {
    margin-left: 20px;
    color: pink;
  }

  .logo{
  	position: fixed;
  	float: left;
  	margin: 10px 2px;
  	font-weight: bold;
  	font-size: 20px;
  	letter-spacing: 6px;
  }
  .logo a{
  	text-decoration: none;
  	color: #fff;
  }
  nav .title001 {
    display: none;
  }

  nav .cont-l-link-ttl h1{
  	list-style: none;
  	float: left;
  	margin: 0;
  	padding: 0;
  	display: flex;/*通常flex 費用時はnone*/
  	line-height: 80px;
    font-size: 1.2rem;
  	color: #000B00;
  	opacity: 0.85S;
  	padding-left: 0px;
  	text-decoration: none;
  	transition: .3s;
  }
  nav.change .cont-l-link-ttl h1{
  	list-style: none;
  	float: left;
  	margin: 0;
  	padding: 0;
  	display: flex;/*通常flex 費用時はnone*/
  	line-height: 80px;
  	color: #000B00;
  	opacity: 0.85S;
  	padding-left: 0px;
  	text-decoration: none;
  	transition: .3s;
  }

  nav p {
  	list-style: none;
  	float: left;
  	margin: 0;
  	padding: 0;
  	display: none;/*通常flex*/
  	line-height: 40px;
  	opacity: 0.85S;
  	padding-left: 0px;
  	text-decoration: none;
  	transition: .3s;
  }
  nav.change p {
    font-size: 12px;
  	line-height: 50px;
  	color: white;
    list-style: none;
    float: left;
    margin: 0;
    padding: 3px 10px 0;
    display: flex;
    opacity: 0.85S;
    padding-left: 0px;
    text-decoration: none;
    transition: .3s;
  }

  nav .logo{
  	padding-top: 5px;
  	height: 80px;
  	float: left;
  	font-size: 28px;
  	transition: .3s;
  }


  .nav-wrapper{
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;/*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
   }
   /*
    *スマホのみ表示
   */
   #nav-content ,#nav-input {
   	display: none;
   }
   .burger-btn01 {
   	display: flex;
   }
   .nav-list {
     display: block;/*768以上のときの表示　非行事は「none」*/
   }
   .nav-list img {
     position: absolute;
     top: 10%;
     left: 10%;
   }
   .header-nav {
     position: relative;
     display: flex;
     left: calc(100% - 400px);
     width: 400px;
   }
   .btn-trigger_page {
     display: none;
     transition: .3s;
   }
}
   /*nav bar humberger  end*/




/* 画面外にいる状態 */
.fdin {
	opacity : 0;
	transition : all 500ms;
	}

/* 画面内に入った状態 */
.fdin.scrlin {
	opacity : 1;
	}

/*
**scrollin
*/
.fdin001 h2 {
  height: 100px;
  padding: 20px;
  font-size: 50px;
  transition: .8s;
}
.fdin001 div {
  margin: auto;
  transition: .8s;
}

/*
 *お知らせエリア
*/
/* 余白ありのブロックのスタイル */
.hm-Content_Box-Padding {
  display: block;
  padding: 2rem;
}
@media screen and (min-width: 600px) {
  .hm-Content_Box-Padding {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 600px) {
  /* 親要素（.hm-Content_Box-Padding）のFlexboxの指定を活かして、ラベルとフォーム要素を上下中央に揃える */
  .hm-ContactForm_Items {
    align-items: center;
  }
}

/* シングルカラムの横幅指定 */
.hm-Content_Box-Single {
  width: 100%;
}
.hm-Content_Box-Single p {
  text-align: justify;
}
  /* 600px以上ではシングルカラムの横幅を60%に上書きして適用 */
  .hm-Content_Box-Single {
    width: 60%;
  }

.hm-Content_Heading {
  color: #555;
  font-family: serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  margin: 3rem 0;
}
  .hm-Content_Heading {
    font-size: 1.8rem;
  }
.f-section01 {
  background-image: url(img/gotomichi_transparent_toleft.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}
@media screen and (min-width: 600px) {
  .f-section01 {
    height: 150px;
  }
}

/*----------------------------
front page フロントページ
*----------------------------*/
/*hrt-news-area*/
.hrt_front-news-area {
  position: relative;
  top: -80px;
  left: 5%;
  height: 500px;
  width: 90%;
  background-color: var(--backcolor);
}
.hrt_front-news-area_ttl {
  position: absolute;
  display: block;
  top: 15px;
  left: 10px;
  width: 100%;
}
.jp-ttl-news {
  display: block;
  text-align: center;
}
.hrt_news-ttl-engl {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  font-family: bilo, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.ttl-10-first {
  color: var(--maincolor);
}
.ttl-10-txt {
  color: #333333;
}
.ttl-10-txt-s-space {
  padding-left: 10px;
  color: #333333;
}
.ttl-10-txt-l-space {
  padding-left: 10px;
  color: #333333;
}
.jp-ttl {
  font-size: .9rem;
  line-height: 1rem;
}
.news-topics-area {
  position: absolute;
  top: 90px;
  left: 10px;
  width: calc(100% - 20px);
}
.news-info-area {
  position: absolute;
  top: 180px;
  left: 10px;
  width: calc(100% - 20px);
}
.frnt-topics-list {
  margin: 0 auto;
  max-width: 700px;
}
.frnt-topics-list li {
  margin: 15px 0 0;
  color: #222222;
  border: 1px solid gray;
  text-align: center;
}
.frnt-topics-list li a {
  display: block;
}


/*hrt front job*/
.hrt_front-job {
  width: 100%;
}
.hrt_frnt-ttl-area {
  display: block;
  margin: 30px 0 30px 5%;
}
.hrt_frnt-ttl-area-02 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 -35px 40%;
  padding: 10px 0;
  width: 60%;
  background-color: #ffff;
}
.hrt_frnt-ttl-area-02 h2,
.hrt_frnt-ttl-area-02 p,
.hrt_frnt-ttl-area-03 h2,
.hrt_frnt-ttl-area-03 p {
  text-align: center;
}
.hrt_frnt-ttl-area-03 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 10px 0;
  width: 60%;
  background-color: #ffff;
}
.hrt_frnt-ttl-box {
  display: flex;
}
.hrt_frnt-ttl-box-l {
  display: flex;
  justify-content:flex-start;
  align-items: center;
  width: 40px;
}
.hrt_frnt-ttl-box-l h3 {
  margin: auto 10px auto 0;
  display: inline-block;
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.hrt_frnt-ttl-box-r {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  width: calc(100% - 40px);
  border-left: 2px solid #555555;
}
.hrt_ttl-engl {
  display: block;
  margin: 0 0 20px 0;
  width: 100%;
  line-height: 30px;
  font-size: 2.5rem;
  font-family: bilo, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.hrt-ttl-first {
  color: var(--maincolor);
}
.hrt-ttl-jp {
  margin: 0 0 10px 4px;
  line-height: 15px;
  color: #888888;
  font-size: .9rem;
  font-weight: lighter;
}

.hrt_frnt-ttl-box p {
  padding: 0 0 0 5px;
  line-height: 15px;
  font-size: 1rem;
  color: #222222;
}
.hrt_frnt-job-area {
  position: relative;
  height: 1100px;
  width: 100%;
}
.hrt_frnt-job-area-bk {
  position: absolute;
  top: 80px;
  left: 0;
  height: 1100px;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 87%);
  background-color: var(--maincolor-l);
}
.hrt_frnt-job-cont-00 {
  position: absolute;
  padding-top: 10px;
  top: 0;
  left: 5%;
  width: 90%;
  height: 950px;
}
.hrt_frnt-job-cont-area {
  margin-top: 50px;
  width: 100%;
  height: 300px;
  background-color: #ffffff;
}
.hrt_frnt-job-cont-img-01,
.hrt_frnt-job-cont-img-02,
.hrt_frnt-job-cont-img-03 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  width: 100%;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: soft-light;
  background-color: var(--accentcolor);
}
.hrt_frnt-job-cont-img-01 {
  background-image: url(img/hrt_job-recr.png);
}
.hrt_frnt-job-cont-img-02 {
  background-image: url(img/hrt_job-regi.png);
}
.hrt_frnt-job-cont-img-03 {
  background-image: url(img/hrt_job-aces.jpg);
}
.hrt_frnt-job-cont-num {
  margin: -30px 0 0 15px;
  font-size: 3rem;
  color: #d4d9dc;
}
.hrt_frnt-job-cont-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  width: 100%;
}
.hrt_frnt-job-cont-icon img {
  width: 30px;
  height: auto;
}
.hrt_frnt-job-cont-eng {
  margin-top: 20px;
  padding-right: 15px;
  width: 100%;
  text-align: right;
  color: #ffffff;
}
.hrt_frnt-job-cont-txt {
  margin: 10px 0 0 15px;
}
.hrt_frnt-job-cont-txt h3 {
  position: relative;
}
.hrt_frnt-job-cont-txt h3::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 30px;
  background-color: var(--accentcolor);
}
.hrt_frnt-job-cont-txt p {
  line-height: 20px;
}
@media screen and (min-width: 560px) {
  .hrt_frnt-job-area {
    position: relative;
    height: 400px;
    width: 100%;
  }
  .hrt_frnt-job-area-bk {
    position: absolute;
    top: 120px;
    left: 0;
    height: 350px;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 87%);
    background-color: var(--maincolor-l);
  }
  .hrt_frnt-ttl-l {
    width: 30%;
    max-width: 150px;
    border-right: 1px solid #555555;
  }
  .hrt_frnt-ttl-r {
    display: flex;
    align-items: flex-end;
    width: 70%;
  }
  .hrt_frnt-job-cont-00 {
    position: absolute;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-top: 10px;
    top: 0;
    left: 5%;
    width: 90%;
    height: 950px;
  }
  .hrt_frnt-job-cont-area {
    margin-top: 50px;
    width: 30%;
    height: 300px;
    background-color: #ffffff;
  }
  .hrt_frnt-job-cont-area-margin {
    margin-left: 5%;
  }
  .hrt_frnt-ttl-area-02 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 -60px 50%;
    padding: 30px 0;
    width: 50%;
    background-color: #ffff;
  }
}

/*-----hrt_front-company------*/
.hrt_front-company {
  margin: 100px 0 80px;
}
.hrt_company-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  width: 100%;
  height: 250px;
  background-image: url(img/logo_hrt-bk.svg);
  background-repeat: no-repeat;
  background-position: -50% 0%;
  background-size: 90%;
}
.company-btn-bar {
  position: relative;
  display: flex;
  align-items: center;
  margin: 20px 0 0 20%;
  height: 40px;
  width: 80%;
  color: #ffffff;
  background-color: var(--accentcolor);
}
.company-btn-bar a {
  display: block;
  padding-left: 40px;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.company-btn-bar-link-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}
.company-btn-bar i {
  padding-right: 15px;
}
@media screen and (min-width: 560px) {
  .hrt_company-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    padding: 60px 0;
    width: 100%;
    height: 500px;
    background-image: url(img/logo_hrt-bk.svg);
    background-repeat: no-repeat;
    background-position: -50% 0%;
    background-size: 70%;
  }
  .company-btn-bar {
    display: flex;
    align-items: center;
    margin: 40px 0 0 30%;
    height: 70px;
    width: 70%;
    color: #ffffff;
    background-color: var(--accentcolor);
  }
}

/*hrt_frnt-service*/
.hrt_frnt-srvc {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  height: 900px;
  background-color: var(--backcolor);
}
.hrt_frnt-srvc-cont {
  margin-left: 5%;
  width: 90%;
  height: 200px;
}
.hrt_frnt-srvc-cont-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  width: 100%;
  height: 190px;
}
.hrt_frnt-srvc-cont-box::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 20%;
  width: 60%;
  height: 1px;
  background-color: var(--accentcolor);
}
.hrt_srvc-icon {
  display: block;
  width: 30px;
  height: auto;
}
.v-line {
  margin: -50px 0 0 calc(50% - 1.5px);
  width: 3px;
  height: 150px;
  background-color: var(--maincolor);
}

@media screen and (min-width: 560px) {
  .hrt_frnt-srvc {
    display: flex;
    flex-direction: row;
    padding-top: 100px;
    height: 500px;
    background-color: var(--backcolor);
  }
  .hrt_frnt-srvc-cont {
    margin-left: 5%;
    width: 30%;
    height: 300px;
  }
  .hrt_srvc-icon {
    display: block;
    margin-top: 20px;
    width: 30px;
    height: auto;
  }
}

/*----hrt_front-contact------------------------*/
.hrt_frnt-contact {

}
.hrt_sheet-btn {
  margin: 10px auto;
  padding: 10px;
  width: 80%;
  text-align: center;
  border: 2px solid #444444;
}
@media screen and (min-width: 560px) {
  .hrt_sheet-btn {
    margin: 10px auto;
    padding: 20px;
    width: 80%;
    max-width: 400px;
    text-align: center;
    border: 2px solid #444444;
  }
}



/*コンセプトーーーーーーーーーーーーーーーーーーーーー*/
.frnt-concept {
  position: relative;
  width: 100%;
  height: 300px;
}
.frnt-concept-img {
  position: absolute;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.frnt-concept-img img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.frnt-concept-bkbx {
  position: absolute;
  display: block;
  top: 30px;
  right: 10px;
  width: 55%;
  height: 250px;
  text-align: center;
  background-color: rgba(255, 255, 255, .4);
}
.frnt-concept-ttl {
  display: inline-block;
  margin-top: -20px;
  color: #CE3F00;
}
.frnt-concept-ttl span {
  display: block;
  text-align: center;
  color: #000;
  font-size: .8rem;
  font-weight: bold;
}
.frnt-concept-ttl span:before,
.frnt-concept-ttl span:after {
  content: "-";
  color: #000;
}
.frnt-concept p {
  padding: 15px 10px 0 0;
  font-size: .9rem;
  text-align: center;
}
.cncpt-arrow {
  display: block;
  margin: 17px 30px 0 0;
  text-align: right;
}
.arrow03-a {
  width: 30px;
  height: 30px;
  transform: rotate(0deg);
}

/*<div class="frnt-concept-more">more</div>*/
.frnt-concept-more {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 5px 10px;
  border: 2px solid #000;
}
@media screen and (min-width: 560px) {
  .frnt-concept {
    display: flex;
    width: 100%;
    height: 400px;
    margin: 30px 0;
  }
  .frnt-concept-img {
    width: 60%;
    height: 400px;
    border-radius: 40% 70% 50% 30%/50%;
    object-fit: cover;
  }
  .frnt-concept-bkbx {
    display: block;
    width: 40%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
  }
  .frnt-concept-ttl {
    display: inline-block;
    margin-top: 30px;
    color: #CE3F00;
  }
  .frnt-concept p {
    padding: 15px 10%;
    font-size: 1.1rem;
    text-align: center;
  }
}






/*クラス０1-------------------------------------*/
.frnt-class1 {
  margin-top: 60px;
  width: 100%;
  overflow: hidden;
}
.frnt-class-ttl-box {
  position: relative;
  width: 100%;
  height: 120px;
}
.frnt-class-ttl-bk {
  position: absolute;
  top: 0;
  left: 0;
  height: 120px;
  width: 100%;
  -webkit-clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
  background-color: rgba(255, 219, 182, .3);
}
.frnt-class-bk1 {
  position: absolute;
  top: 15px;
  left: 0;
  width: 120%;
  height: 200px;
  background-color: rgba(255, 219, 182, .3);
  transform: rotate(-5deg);
}
.frnt-class-ttl {
  position: absolute;
  top: 10px;
  left: 20px;
  display: inline-block;
  color: #CE3F00;
}
.frnt-class-ttl span {
  padding-left: 10px;
  text-align: right;
  color: #000;
  font-size: .8rem;
}
.frnt-class-ttl span:before,
.frnt-class-ttl span:after {
  content: "-";
  color: #000;
}
.frnt-class1-ttl p {
  position: absolute;
  top: 65px;
  left: 20px;
  line-height: 1rem;
}
.frnt-class-ttl-box p {
  position: absolute;
  top: 70px;
  left: 20px;
  line-height: 1rem;
}

.frnt-class1-01 {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.frnt-class1-01-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.frnt-class1-01-bk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 380px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 70%, rgba(0, 0, 0,.4) 100%);
}
.frnt-class1-01-head {
  position: absolute;
  display: flex;
  align-items: center;
  top: 20px;
  left: 10px;
  width: 100%;
  height: 50px;
}
.frnt-class-be-num {
  margin-left: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}
.frnt-class-num {
  display: inline-flex;
  margin-right: 10px;
  font-size: 1rem;
  padding: 5px;
  font-weight: bold;
  color: #CE3F00;
  background-color: #fff;
  border-radius: 50%;
}
.frnt-class1-01-head h3 {
  color: #fff;
}
.frnt-class1-01 p {
  position: absolute;
  top: 270px;
  padding: 0 10%;
  color: #fff;
  line-height: 1.2rem;
}
.class01-arrow {
  position: absolute;
  bottom: 10px;
  right: 10%;
  display: block;
  margin: 17px 30px 0 0;
  text-align: right;
}
.arrow-class-a {
  width: 40px;
  height: 40px;
  transform: rotate(0deg);
}

.frnt-class1-02 {
  position: relative;
  width: 100%;
  height: 380px;
}
.frnt-class1-02-bk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 380px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0,.4) 100%);
}
.frnt-class1-02 p {
  position: absolute;
  top: 230px;
  padding: 0 30px;
  color: #fff;
  line-height: 1.2rem;
}
@media screen and (min-width: 640px) {
  .frnt-class1-box1 {
    display: flex;
  }
  .frnt-class1-01 {
    width: 50%;
  }
  .frnt-class1-02 {
    width: 50%;
  }
}




/*ご利用案内-----------------------------------*/
.frnt-guide {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.frnt-guide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.frnt-guide-bx1 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.frnt-guide-bx1-bk {
  height: 80%;
  width: 80%;
  text-align: center;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 10px;
}
.frnt-guide-ttl {
  display: inline-block;
  margin-top: 100px;
  color: #CE3F00;
  font-size: 2.5rem;
}
.frnt-guide-ttl span {
  display: block;
  padding-left: 10px;
  color: #000;
  font-size: .9rem;
}
.frnt-guide-ttl span:before,
.frnt-guide-ttl span:after {
  content: "-";
  color: #000;
}
@media screen and (min-width: 640px) {
  .frnt-guide {
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
  }
  .frnt-guide-ttl {
    display: inline-block;
    margin-top: 100px;
    color: #CE3F00;
    font-size: 2.5rem;
  }
  .frnt-guide-ttl span {
    display: block;
    margin-top: 15px;
    padding-left: 10px;
    color: #000;
    font-size: .9rem;
  }
}

/*contact------------------------------------*/

.frnt-contact {
  margin-top: 80px;
  position: relative;
  height: 400px;
  width: 100%;
  overflow: hidden;
}
.frnt-contact img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.frnt-contact-cont {
  position: absolute;
  top: 60px;
  left: 5%;
  height: 100px;
}
.frnt-contact-cont h3 {
  font-size: 1.7rem;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.frnt-contact-cont h3 span {
  display: block;
  font-size: 2.3rem;
  font-weight: bold;
  color: #CE3F00;
}
.frnt-contact-mail {
  position: absolute;
  display: flex;
  bottom: 20%;
  left: 0;
  height: 20%;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  background-color: rgba(206, 63, 0, .7);
  border-radius: 10px;
  border: 1px solid #fff;
  transition: .5s;
}
.frnt-contact-mail:hover {
  color: #fff;
  font-size: 1.5rem;
  background-color: rgba(206, 63, 0, .9);
}
.frnt-contact-mail-txt {
  display: flex;
}
.frnt-contact-mail i {
  margin-right: 10px;
}
.frnt-contact-mail span {
  display: block;
  line-height: .7rem;
  font-size: .8rem;
  text-align: left;
}
.frnt-contact-mail-page {
  margin-bottom: 30px;
  display: flex;
  height: 100px;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  background-color: rgba(206, 63, 0, .7);
  border-radius: 10px;
  border: 1px solid #fff;
  transition: .5s;
}
.frnt-contact-mail-page:hover {
  color: #fff;
  background-color: rgba(206, 63, 0, .9);
}
.frnt-contact-mail-page-txt {
  display: flex;
}
.frnt-contact-mail-page i {
  margin-right: 10px;
}
.frnt-contact-mail-page span {
  display: block;
  line-height: .7rem;
  font-size: .8rem;
  text-align: left;
}
.frnt-contact-tel {
  position: absolute;
  display: flex;
  bottom: 0;
  left: 0;
  height: 20%;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  background-color: rgba(206, 63, 0, .7);
  border-radius: 10px;
  border: 1px solid #fff;
  transition: .5s;
}
.frnt-contact-tel:hover {
  color: #fff;
  font-size: 1.5rem;
  background-color: rgba(206, 63, 0, .9);
}
.frnt-contact-tel i {
  margin-right: 10px;
}
.frnt-contact-tel span {
  display: block;
  line-height: .7rem;
  font-size: .8rem;
  text-align: left;
}

@media screen and (min-width: 480px) {
  .frnt-contact {
    margin-top: 80px;
    position: relative;
    width: 100%;
  }
  .frnt-contact-cont {
    position: absolute;
    top: 60px;
    left: 10%;
    height: 100px;
  }
}
@media screen and (min-width: 560px) {
  .frnt-contact {
    margin-top: 80px;
    position: relative;
    height: 600px;
    width: 100%;
  }
  .frnt-contact-cont {
    position: absolute;
    top: 15%;
    left: 20%;
    height: 100px;
  }
  .frnt-contact-mail {
    position: absolute;
    display: flex;
    bottom: 0;
    left: 50%;
    height: 25%;
    width: 50%;
  }
  .frnt-contact-mail span {
    display: block;
    margin-top: 10px;
    line-height: .7rem;
    font-size: .8rem;
    text-align: left;
  }
  .frnt-contact-tel {
    position: absolute;
    display: flex;
    bottom: 0;
    left: 0;
    height: 25%;
    width: 50%;
  }
  .frnt-contact-tel span {
    display: block;
    margin-top: 10px;
    line-height: .7rem;
    font-size: .8rem;
    text-align: left;
  }
}


/*Instagram------------------------------------*/
.frnt-inst {
  display: block;
  margin-top: 80px;
  width: 100%;
}
.frnt-inst-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  overflow: hidden;
}
.frnt-inst-ttl h4 {
  font-size: 2rem;
}
.frnt-inst-ttl i {
  margin-right: 10px;
}
.frnt-inst-img {
  width: 80%;
  max-width: 600px;
  margin: 20px auto;
}
.frnt-news {
  margin: 00px 0;
  width: 90%;
  overflow: hidden;
}
.heading {
  position: relative;
  text-align: left;
}
.heading::before {
  content: "";
  position: absolute;
  top: 33px;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: var(--accentcolor);
}
.frnt-news-list {
  display: flex;
  align-items: center;
  margin: 5px 10px 10px;
  padding: 0;
  width: 100%;
}
.frnt-news-list li {
  margin-top: 10px;
}
.frnt-news-list li p {
  line-height: 1.2rem;
}
.frnt-news ul {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  list-style: none;
  justify-content: center;
  align-items: center;
}
.frnt-news li {
  color: #000;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 1rem;
  border-bottom: 1px solid #dcdcdc;
}
.frnt-news li span {
  color: #333333;
  font-size: .8rem;
}
.frnt-news li p {
  color: #222222;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: .5s;
}
.frnt-news li p:hover {
  text-decoration: underline;
  transition: .5s;
}


@media screen and (min-width: 600px) {
  .frnt-news-list {
    margin: 20px auto 10px;
    width: 70%;
    max-width: 600px;
  }
  .frnt-news li {
    display: flex;
    width: 100%;
    line-height: 60px;
  }
  .frnt-news li span {
    width: 20%;
    font-size: .9rem;
  }
  .frnt-news li p {
    width: 80%;
    margin: auto 0;
    font-size: 1.1rem;
  }
  .heading::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: var(--accentcolor);
  }
}




.frnt-sec-msg {
  width: 100%;
  overflow: hidden;
}

/*front-team-----------------------------
*/
.frnt-sec-team {
  margin-top: 50px;
  width: 100%;
  overflow: hidden;
}
.team-about {
  margin-top: 20px;
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.team-about-img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .5;
  object-fit: cover;
}
.team-about img::before {
  background-color: #000;
}
.team-about-ttl {
  position: absolute;
  display: block;
  width: 100%;
  top: 40%;
  left: 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.team-about-ttl span {
  display: block;
  font-size: .6rem;
}
.team-player {
  position: relative;
  width: 100%;
  height: 200px;
}
.team-player-ttl {
  position: absolute;
  bottom: 10%;
  left: 10%;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.team-player-ttl span {
  display: block;
  font-size: .6rem;
}
.team-box1 {
  display: flex;
}
.team-coach {
  position: relative;
  width: 50%;
  height: 200px;
}
.team-coach img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .5;
  object-fit: cover;
}
.team-coach-ttl {
  position: absolute;
  display: block;
  width: 100%;
  top: 40%;
  left: 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  opacity: 1;
}
.team-coach-ttl span {
  display: block;
  font-size: .6rem;
}
.team-support {
  position: relative;
  width: 50%;
  height: 200px;
}
.team-support img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .5;
  object-fit: cover;
}
.team-support-ttl {
  position: absolute;
  display: block;
  width: 100%;
  top: 40%;
  left: 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  opacity: 1;
}
.team-support-ttl span {
  display: block;
  font-size: .6rem;
}

/*bodyesthetic----------------------------
*/
.frnt-body-esth {
  width: 100%;
}
.frnt-bdy-est-img {
  width: 100%;
}
.frnt-body-esth img {
  width: 100%;
  height: auto;
}
.frnt-bdy-est-cont {
  width: 100%;
  height: 280px;
}
.frnt-bdy-c-ttl {
  display: block;
}
.ttl-line-left {
  display: block;
  margin: 0;
  padding: 0;
}
.eng {
  color: #FFDC00;
  display: flex;
  align-items: center; /* 垂直中心 */
  font-size: 1.5rem;
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-weight: 600;
}
.jpn {
  color: #FFDC00;
  display: flex;
  margin-left: 12%;
  padding: 0 0 0 0;
  font-size: .5rem;
  font-weight: 600;
}
.eng:before {
  border-top: 1px solid #FFDC00;
  content: "";
  width: 10%; /* 線の長さ */
}
.eng:before {
  margin-right: 2%;
}
@media screen and (min-width: 560px) {
  .eng {
    font-size: 1.5rem;
    font-family: toppan-bunkyu-midashi-min-st, serif;
    font-weight: 600;
  }
  .jpn {
    font-size: .5rem;
    font-weight: 600;
  }
}
.frnt-bdy-c-dscr {
  padding-top: 50px;
  margin-left: 15%;
  font-size: .8rem;
  font-weight: normal;
}
.btn-more-body {
  display: block;
  padding: 30px 40px 0 0;
  text-align: right;
  font-size: 1rem;
}
.btn-link {
  position: relative;
  display: inline-block;
  padding-right: 80px;
  font-size: 1rem;
  letter-spacing: 0.07em;
  transition: 1s;
}
.btn-link:visited {
  color: black;
}
.btn-link::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 46px;
  height: 1px;
  margin-top: 0;
  background-color: #477258;
}
.btn-link:hover::after {
  transition: .5s;
  right: -2px;
}
.btn-link::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 5px;
  margin-top: -2px;
  background: url(img/arrow-triangle.svg) 0 0 no-repeat;
  background-size: 7px 5px;
  transition: .5s;
}


/*moreボタン　画像不使用 シンプル*/
.btn-more-pstn {
  display: block;
  margin: 20px 0 0;
  padding-right: 5%;
  text-align: right;
}

.btn-link01 {
  position: relative;
  display: inline-block;
  padding-right: 50px;
  color: #000;
  font-size: .8rem;
  letter-spacing: 0.07em;
  transition: .5s;
}
.btn-link01:hover {
  color: #000;
  text-decoration: none;
  transition: .5s;
}
.btn-link01::before {
  display: block;
  content: '';
  position: absolute;
  bottom: 8px;
  right: 5px;
  width: 36px;
  height: 1px;
  margin-top: 0;
  background-color: #000;
  transition: .5s;
}
.btn-link01:hover::before {
  right: 0px;
  width: 51px;
  transition: .5s;
}
.btn-link01:hover::after {
  transition: .5s;
  right: -1px;
}
.btn-link01::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 11px;
  right: 4px;
  width: 10px;
  height: 1px;
  margin-top: 0;
  transition: .5s;
  transform: rotate(45deg);
  background-color: #000;
}
/*moreボタン　画像不使用　バーなし*/
.btn-link02 {
  content: "";
  position: relative;
  display: inline-block;
  padding: 2px 17px 2px 5px;
  width: 10px;
  font-size: 1rem;
  letter-spacing: 0.07em;
  transition: .5s;
  border-radius: 10px;

}
.btn-link02:visited,
.btn-link02 a {
  color: blue;
}
.btn-link02:hover {
  color: #fff;
  text-decoration: none;
  transition: .5s;
}
.btn-link02::before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0px;
  right: 5px;
  width: 15px;
  height: 3px;
  margin-top: 0;
  transform: rotate(-45deg);
  border-radius: 5px;
  background-color: blue;
  transition: .5s;
}
.btn-link02:hover::before {
  right: 1px;
  transition: .5s;
}
.btn-link02:hover::after {
  transition: .5s;
  right: 1px;
}
.btn-link02::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 10px;
  right: 5px;
  width: 15px;
  height: 3px;
  margin-top: 0;
  transition: .5s;
  transform: rotate(45deg);
  border-radius: 5px;
  background-color: var(--accentcolor);
}
/*moreボタン　画像不使用　バーなし  茶*/
.btn-link03 {
  position: relative;
  display: inline-block;
  padding: 2px 17px 2px 5px;
  width: 120px;
  color: green;
  font-size: 1rem;
  letter-spacing: 0.07em;
  transition: .5s;
  border-radius: 10px;
  background-color: #F0D9C0;
  border: 1px solid #fff;
}
.btn-link03:visited,
 .btn-link03 a {
  color: #995309;
}
.btn-link03:hover {
  color: #fff;
  background-color: #995309;
  text-decoration: none;
  transition: .5s;
}
.btn-link03::before {
  display: block;
  content: '';
  position: absolute;
  bottom: 9px;
  right: 5px;
  width: 10px;
  height: 2px;
  margin-top: 0;
  transform: rotate(-45deg);
  border-radius: 5px;
  background-color: #995309;
  transition: .5s;
}
.btn-link03:hover::before {
  right: 2px;
  transition: .5s;
  background-color: #fff;
}
.btn-link03:hover::after {
  transition: .5s;
  right: 2px;
  background-color: #fff;
}
.btn-link03::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 15px;
  right: 5px;
  width: 10px;
  height: 2px;
  margin-top: 0;
  transition: .5s;
  transform: rotate(45deg);
  border-radius: 5px;
  background-color: #995309;
}
/*タイトル　ポストイット風　爽やか青*/
.head_ttl_tag-org {
    margin-top:  25px;                 /* デフォルトCSS打ち消し */
    font-size:  24px;           /* 文字サイズ指定 */
    position:  relative;        /* 位置調整 */
    font-weight:  normal;       /* 文字の太さ調整 */
    display:  inline-block;     /* インラインブロックにする */
    color: #fff;
    background-color: #EF810F;  /* 背景色指定 */
    padding:  10px;             /* 余白指定 */
    margin-bottom: 15px;        /* 周りの余白指定 */
    border-radius:  2px;        /* 角丸指定 */
}
p {
    margin:  0;                 /* デフォルトCSS打ち消し */
    line-height: 2;             /* 行間調整 */
}
.head_ttl_tag-org:before {
    content:  '';               /* 空白の要素を作る */
    background-color: #EF810F;  /* 背景色指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left: 50%;                  /* 位置調整 */
    height: 60%;                /* 高さ指定 */
    top: 26%;                   /* 位置調整 */
    z-index:  -1;               /* 重なり調整 */
    width: 46%;                 /* 幅指定 */
    box-shadow: 0 0 8px 8px #b3b3b3;/* 影指定 */
    transform: rotate(3deg);    /* 回転 */
}
/*タイトル　ポストイット風 オレンジ*/
.head_ttl_tag {
    margin:  0;                 /* デフォルトCSS打ち消し */
    font-size:  24px;           /* 文字サイズ指定 */
    position:  relative;        /* 位置調整 */
    font-weight:  normal;       /* 文字の太さ調整 */
    display:  inline-block;     /* インラインブロックにする */
    color: #fff;
    background-color: #0E7BF0;  /* 背景色指定 */
    padding:  10px;             /* 余白指定 */
    margin-bottom: 15px;        /* 周りの余白指定 */
    border-radius:  2px;        /* 角丸指定 */
}
p {
    margin:  0;                 /* デフォルトCSS打ち消し */
    line-height: 2;             /* 行間調整 */
}
.head_ttl_tag:before {
    content:  '';               /* 空白の要素を作る */
    background-color: var(--accentcolor);  /* 背景色指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left: 50%;                  /* 位置調整 */
    height: 60%;                /* 高さ指定 */
    top: 26%;                   /* 位置調整 */
    z-index:  -1;               /* 重なり調整 */
    width: 46%;                 /* 幅指定 */
    box-shadow: 0 0 8px 8px #b3b3b3;/* 影指定 */
    transform: rotate(3deg);    /* 回転 */
}
@media screen and (min-width: 560px) {
  .frnt-bdy-est-cont {
    display: flex;
    height: 300px;
  }
  .frnt-bdy-c-ttl {
    padding-top: 50px;
    width: 30%;
  }
  .frnt-bdy-c-dscr {
    width: 50%;
    padding-top: 50px;
    font-size: 1rem;
  }
  .btn-more-body {
    display: block;
    padding: 130px 40px 0 0;
    width: 20%;
    text-align: right;
    font-size: 1rem;
  }
}
/*face esthetic---------------
*/
.frnt-face-esth {
  width: 100%;
}
.frnt-face-esth img {
  width: 100%;
}
.frnt-face-cont {
  width: 100%;
  overflow: hidden;
}
.frnt-face-c-ttl {
  display: inline-block;
  top: 130px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 90%
}
.frnt-face-c-dscr {
  padding: 50px 0 0 15%;
  font-size: .8rem;
  font-weight: normal;
}
.btn-more-face {
  display: block;
  padding: 30px 40px 0 0;
  text-align: right;
  font-size: 1rem;
}
@media screen and (min-width: 560px) {
  .frnt-face-esth {
    display: flex;
    width: 100%;
  }
  .frnt-fc-est-img {
    width: 60%;
  }
  .frnt-face-esth img {
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    transform: scale(-1, 1);
  }
  .frnt-face-cont {
    display: block;
    margin-top: 100px;
    width: 40%;
    z-index: 10;
  }
  .frnt-face-c-ttl {
    padding-top: 50px;
    width: 100%;
  }
  .frnt-face-c-dscr {
    padding-top: 70px;
    width: 100%;
    font-size: 1rem;
  }
  .btn-more-face {
    display: inline-block;
    padding: 100px 0 0 0;
    width: 70%;
    text-align: right;
    font-size: 1rem;
  }
}

/*NAIL　ネイル----------------------------------
*/
.frnt-nail {
  width: 100%;
  background-image: url(img/splnd_bk_round.svg);
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: 150px 100px;
  overflow: hidden;
}
.frnt-nail-c-ttl {
  margin-top: -15%;
  display: block;
}
.frnt-nail-img {
  padding-left: 35%;
  width: 100%;
  max-width: 600px;
  height: auto;
  transform: rotate(45deg);
  object-fit: cover;
}
.frnt-nail-c-dscr {
  margin: 20% 0 0 15%;
  font-size: .8rem;
  font-weight: normal;
}
.btn-more-nail {
  display: block;
  padding: 30px 40px 0 0;
  text-align: right;
  font-size: 1rem;
}
@media screen and (min-width: 560px) {
  .frnt-nail {
    margin-top: 50px;
    width: 100%;
    background-image: url(img/splnd_bk_round.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 150px 100px;
    overflow: hidden;
  }
  .frnt-nail-sec {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
  }
  .frnt-nail-c-ttl {
    margin-top: 15%;
    width: 30%;
  }
  .frnt-nail-img {
    padding-left: 0;
    width: 100%;
    max-width: 600px;
    height: auto;
    transform: rotate(45deg);
  }
  .frnt-nail-c-dscr {
    margin: 0 0 0 20%;
    font-size: 1rem;
    font-weight: normal;
  }
  .btn-more-nail {
    padding: 30px 40px 0 0;
    text-align: right;
    font-size: 1rem;
  }
}




/*
 *front-page_ttl
 */
.fpage-sec-ttl {
  display: block;
  padding: 40px 0;
  width: 100%;
  text-align: center;
}
.fp-ttl-main {
  display: block;
  width: 100%;
  color: #F9A603;
  font-size: 42px;
  letter-spacing: 5px;
  font-family: railroad-gothic-atf, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.fp-ttl-sub {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: orange;
  border-bottom: 1px solid var(--accentcolor);
}
/*タイトルbk*/
.act-ttl {
  margin: 50px 0 20px 0;
  width: 100%;
  height: 150px;
}
.act-ttl img {
  position: absolute;
  width: 100%;
  height: 150px;
  opacity: .1;
  object-fit: cover;
  z-index: -1;
}



.f-ttl {
  margin: 0 5%;
  display: flex;
  justify-content: flex-start;
  border-left: 8px solid #F70025;
  border-radius: 5px;
  align-items: flex-end;
  background-color: #F4F1ED;
}
.f-ttl h2 {

  margin-right: 5rem;
  font-size: 2rem;
  font-weight: 600;
}
.f-ttl p {
  padding-bottom: 1rem;
  color: gray;
}
/*titlebox*/
.f-ttl-box {
  margin: 15% 3% 3% 3%;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid orange;
}
.f-ttl-box h2 {
  color: orange;
  font-size: 2rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.f-ttl-boxsub {
  width: 70px;
  height: 50px;
  background-color: orange;
  border-top-left-radius: 7px;
  text-align: right;
}
.f-ttl-boxsub p {
  display: inline-block;
  font-size: .8rem;
  line-height: .7rem;
  color: white;
}
 @media screen and (min-width: 560px) {

   .f-ttl {
     margin: 80px 5% 0;
     display: flex;
     justify-content: flex-start;
     border-left: 8px solid #F70025;
     border-radius: 5px;
     align-items: flex-end;
     background-color: #F4F1ED;
   }
   .f-ttl h2 {

     margin-right: 5rem;
     font-size: 2rem;
     font-weight: 600;
   }
   .f-ttl p {
     padding-bottom: 1rem;
     color: gray;
   }
   /*titlebox*/
   .f-ttl-box {
     margin: 80px 10px 10px;
     display: flex;
     align-items: flex-end;
     border-bottom: 1px solid orange;
   }
   .f-ttl-box h2 {
     color: orange;
     font-size: 2.3rem;
     font-family: fot-tsukuardgothic-std, sans-serif;
     font-weight: 700;
     font-style: normal;
   }
   .f-ttl-boxsub {
     width: 100px;
     height: 60px;
     background-color: orange;
     border-top-left-radius: 7px;
     text-align: right;
   }
   .f-ttl-boxsub p {
     display: inline-block;
     font-size: .8rem;
     line-height: .7rem;
     color: white;
   }
 }
/*f-page 見出し　end*/


.f-sct-box {
  position: relative;
  display: block;
  margin: 0 30px;
  padding: 75px;
  background-color: #F4F0ED;
}
.f-sct-box:after {
  content: "";
  display: bolock;
  clear: both;
}
.num-ball {
  position: absolute;
  top: 75px;
  left: 10px;
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
  margin: 0 auto 0 -20px;
  color: white;
  background-color: #F70025;
  border-radius: 50%;
}
.f-sct-box h2 {
  float: left;
  margin-right: 30px;
}
.f-sct-box p {
  float: left;
  color: #F70025;
}


.content_ttl01{
	margin: 10px 10px;
	padding: 1rem;
}
.content_ttl01 h1{
  position: relative;
  z-index: 1;
}
.content_ttl01 h2{
  font-size: 30px;
  border-left: 0;
  padding-left: 0;
  border-bottom: solid 2px #ffc2ad;
  position: relative;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  height: auto;
}
.content_ttl01 h2:after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 3px #f9320c;
  bottom: -3px;
  width: 20%;
}
/*
 *activities
 */
.act {
  margin: 10px 10px;
	padding: 1rem;
  background-color: orange;
}
.act-box01 {
  margin: 15px 0 0;
  position: relative;
  width: 100%;
  height: 200px;
  background-color: green;

}
.a-box01_media {
  position: absolute;
  top: 10%;
  left: 0;
  height: 200px;
  width: 60%;
  border: 2px;
}
.a-box01_ttl {
  position: absolute;
  top: 15%;
  left: 50%;
  background-color: white;
  width: 50%;
  height: 30%;
  padding: 5px 10px;
}


/*
 *policy
 */
.front-box02 {
  margin: 30px 0 0;
  position: relative;
  width: 100%;
  height: 500px;
  background-color: white;
}
.f-box02_theme {
  position: absolute;
  top: 210px;
  width: 30%;
  height: 80px;
  background-color: #FA812F;
  color: white;
  padding: 22px 0;
  text-align: center;
  font-size: 25px;
  font-family: tbcinergothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.f-box02_ttl {
  position: absolute;
  top: 250px;
  left: 30%;
  height: 80px;
  padding: 5px 10px;
  color: #FA812F;
  font-family: tbcinergothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.f-box02_dscr {
  position: absolute;
  padding: 5px 10px;
  top: 290px;
}
.f-box02_dscr p {
  padding: 10px 10px;
  vertical-align: middle;
}
.f-box02_media {
  position: absolute;
  top: 0;
  height: 250px;
  width: 100%;
}
.f-box02_numb h1 {
  position: absolute;
  top: -20px;
  left: 10px;
  color: #FA812F;
  font-size: 40px;
  font-family: freude,sans-serif;
  font-weight: 400;
  font-style: normal;
}



@media screen and (min-width:600px){
  .content_ttl01{
  	margin: 10px 10px;
  	padding: 2rem;
  }
  .act-box01 {
    width: 50%;
  }
  .front-box02 {
    margin: 50px 0px;
    position: relative;
    width: 100%;
    height: 300px;
    background-color: white;
  }
  .f-box02_numb h1 {
    position: absolute;
    top: -15px;
    left: 5px;
    width: 30%;
    height: 60px;
    font-size: 80px;
    text-align: center;
    padding-top: 0;
  }
  .f-box02_theme {
    position: absolute;
    top: 0;
    left: 30%;
    width: 70%;
    height: 35px;
    text-align: left;
    padding: 0 10px;
  }
  .f-box02_ttl {
    position: absolute;
    left: 30%;
    top: 30px;
  }
  .f-box02_media {
    position: absolute;
    top: 60px;
    width: 45%;
  }
  .f-box02_dscr {
    display:block;
    position: absolute;
    left: 45%;
    padding: 5px 10px;
    top: 60px;
  }
}


/*
 *お知らせエリアbootstrap
*/
.news {
	margin: 10px 50px;
}
.top-prdct-bline{
    border-bottom: 2px solid white;
}

/*
 *front-page
*/

  .wrap-fp01{
  	margin: 10px:
  	background-color: var(--accentcolor);
   }
  .wrap-fp01 img {
  	top: 70%;
  	left: 5%;
  	width: 50%;
  }
  .wrap-fp01 h3 {
  	color: blue;
  	top: 20%;
  	left: 45%;
  }
    .wrap-fp01 p {

  	top: 40%;
  	left: 45%;
  }

.fp-section {
    position:  relative;        /* 要素の配置方法をと子要素の起点を指定 */
    border: solid 2px var(--accentcolor);      /* 枠線指定 */
    height:  500px;             /* 高さ指定 */
    margin: 10px;

}
.fp-section-right{
    position:  absolute;        /* 要素の配置方法を指定 */
    background-color: white;     /* 背景色指定 */

    left:  60%;                /* 右からの位置指定 */
    top: 20%;                  /* 上からの位置指定 */
}
.fp-section-left {
    position:  absolute;        /* 要素の配置方法を指定 */
    background-color: white;     /* 背景色指定 */

    left:  60%;                /* 右からの位置指定 */
    top: 30%;                  /* 上からの位置指定 */
}
.fp-section img {
    position:  absolute;        /* 要素の配置方法を指定 */
	top: 10px;
    left: 10%;
	width: 60%;
}
.fp-section-box{
	position: absolute;
	top: 30%;
	left: 60%;
	background-color: white;     /* 背景色指定 */
}

/*
**bootstrap
*/
.btstrp01 {
	position: relative;
}
.btstrp02 {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 60%;
	height: 200px;
	background: pink;
}
.btstrp01 img {
	position: absolute;
	right: 0px;
}
.btstrp03 {

	top: 20%;
	left: 10%;
	background: green;
}
.bg01 {
	background-position: center right;
	background-size:  cover;                /* 画像のサイズ指定 */
}

.wf-nicomoji {
	font-family: "Nico Moji";
}
.wf-nikukyu {
	font-family: "Nikukyu";
}
.wf-sawarabimincho {
	font-family: "Sawarabi Mincho";
}
.wf-kokoro {
	font-family: "Kokoro";
}
p.Thin {
    font-family: 'M+ Type-1 (general-j) Thin';
}
p.Light {
    font-family: 'M+ Type-1 (general-j) Light';
}
p.Regular {
    font-family: 'M+ Type-1 (general-j) Regular';
}
p.Medium {
    font-family: 'M+ Type-1 (general-j) Medium';
}
p.Bold {
    font-family: 'M+ Type-1 (general-j) Bold';
}
p.Heavy {
    font-family: 'M+ Type-1 (general-j) Heavy';
}
p.Black {
    font-family: 'M+ Type-1 (general-j) Black';
}
span.logo-ampl {
	vertical-align: baseline;
	font-size: 25px;
}
p.lemonada {
	font-family: 'Lemonada', cursive;
	font-size: 25px;
}
img.logo-smpl {
	vertical-align: baseline;
	margin: 0px 10px;
	width: auto;
	height: 80px;
}
p.Piedra {
	font-family: 'Piedra', cursive;
	font-size: 25px;
}
p.lobster {
	font-family: 'Lobster', cursive;
	font-size: 25px;
}
p.Abril-Fatface {
	font-family: 'Abril Fatface', cursive;
	font-size: 25px;
}
p.Righteous {
	font-family: 'Righteous', cursive;
	font-size: 25px;
}
p.Chewy {
	font-family: 'Chewy', cursive;
	font-size: 25px;
}
p.PressS-2P {
	font-family: 'Press Start 2P', cursive;
	font-size: 25px;
}
p.Damion {
	font-family: 'Damion', cursive;
	font-size: 25px;
}



/*
 * Main Content Description List
 */

.hm-Description_Items-Row {
  padding-top: 15px;
  display: block;
  width: 100%;
}

/* お知らせやNEWSページのレイアウト指定 */
.hm-Description_Title {
  margin-bottom: 0.2rem;
  padding: 0;
}

.hm-Description_Data {
  margin-bottom: 1rem;
  padding: 0;
}

.hm-Description_Data-List {
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 600px) {

  /* 600px以上のお知らせやNEWSページのレイアウト指定ではFlexboxを有効にして横並びに配置 */
  .hm-Description_Items-Row {
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
    flex: 1 0 auto;
    align-items: stretch;
    width: 100%;
  }

  .hm-Description_Title {
    /* flex-basisを使ってカラム幅を指定 */
    flex-basis: 30%;
    margin-bottom: 0.2rem;
    padding: 0;
  }

  .hm-Description_Data {
    /* flex-basisを使ってカラム幅を指定 */
    flex-basis: 70%;
    margin-bottom: 1rem;
    padding: 0;
  }
}


/*--------------------------------------------------------------
topics display
*/
.container-fluid {
  margin-bottom: 0;
}
.img_wrap{
  position: relative;
  margin-top: 15px;
  padding: 5px;
  width: 100%;
  height: 250px;
  background-color: #001733;
  overflow: hidden;
}
.img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img_wrap_pic {
  position: absolute;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.img_wrap_img {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.img_wrap_pic img{
	display: inline;
	margin: 0;
	padding: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 40% 50%;
  transition-duration: 0.5s;
}
.img_wrap_pic:hover img{
  transform: scale(1.05);
  transition-duration: 0.5s;
  border-radius: 10px;
  opacity: 0.9;
}
.img_wrap h6{
  position: absolute;
  top: -5%;
  right: 0;
  color: #ffff;
  font-size: 1,2rem;
  font-weight: 600;
  text-shadow: 0px 1px 0px #666666;
}
.img_wrap p {
  top: 1.5rem;
  line-height: 1rem;
  text-align: left;
}
.img_wrap-car{
  position: relative;
  margin-top: 15px;
  padding: 5px;
  width: 100%;
  height: 200px;
  background-color: #001733;
}
.img_wrap_pic {
  position: absolute;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.img_wrap_pic img{
	display: inline;
	margin: 0;
	padding: 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
  object-fit: cover;
  object-position: 40% 50%;
  transition-duration: 0.5s;
}
.img_wrap_pic:hover img{
  transform: scale(1.05);
  transition-duration: 0.5s;
  border-radius: 10px;
  opacity: 0.9;
}
.img_wrap-car h6{
  position: absolute;
  top: -5%;
  right: 0;
  color: #ffff;
  font-size: 1,2rem;
  font-weight: 600;
  text-shadow: 0px 1px 0px #666666;
}
.img_wrap-car p {
  position: absolute;
  bottom: 0;
  line-height: 1rem;
  text-align: left;
  background-color: rgba(51, 51, 51, .5);
}
.figure-img-car {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rpj-soldout {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rpj-soldout h3 {
  font-size: 3rem;
  font-weight: bold;
  color: red;
}
@media screen and (min-width: 768px) {
  .img_wrap-car{
    position: relative;
    width: 100%;
    height: 250px;
  }
}

/*-------------------------------------
topic_slider
*/
.img_lbl {
  background: #fafafa;
  width: 300px;
  height: 250px;
  border: #eee 1px solid;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.img_lbl::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-bottom: 5.5em solid transparent;
  border-left: 5.5em solid var(--accentcolor); /* ラベルの色はここで変更 */
  z-index: 10;
}
.img_lbl::after {
  position: absolute;
  content: "TOPICS";
  top: 18px;
  left: 0;
  display: block;
  transform: rotate(-45deg);
  color: #fff; /* 文字色はここで変更 */
  font-weight: 700;
  z-index: 11;
}
.img_lbl img{
	display: inline;
	margin: 0;
	padding: 0;
  width: 100%;
  height: 250px;
  overflow: hidden;
  object-fit: cover;
  object-position: 40% 50%;
  transition-duration: 0.5s;
}
.img_lbl img:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
  overflow: hidden;
}
.topic-pos-ttl {
  margin: 0 auto;
  width: 300px;
}
.plist-ttl {
  display: inline;
}
.plist-ttl p {
  font-size: .9rem;
  line-height: 17px;
  padding-top: 3px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.plist-ttl:hover p {
  font-weight: bold;
  color: black;
	opacity: 1;/*透明度*/
  text-decoration: underline;
}
.plist-ttl:hover a {
  text-decoration: none;
  display: inline;
}
.plist-date h6 {
  font-size: .7rem;
}
@media screen and (min-width: 480px) {
  .img_lbl {
    width: 400px;
    height: 300px;
  }
  .img_lbl img{
    width: 100%;
    height: 300px;
  }
  .plist-ttl p {
    font-size: 1rem;
    line-height: 17px;
    padding-top: 3px;
  }
}
@media screen and (min-width: 768px) {
  .bxslider {
    display: flex;
    justify-content: center;
  }
  .bxslider li {
    margin-left: 5px;
  }
  .img_lbl {
    width: 250px;
    height:250px;
  }
  .img_lbl img{
    width: 100%;
    height: 250px;
  }
  .topic-pos-ttl {
    margin: 0 auto;
    width: 250px;
  }
  .plist-ttl p {
    font-size: .8rem;
    line-height: 17px;
    padding-top: 3px;
  }
}
@media screen and (min-width: 960px) {
  .img_lbl {
    width: 290px;
    height:290px;
  }
  .img_lbl img{
    width: 100%;
    height: 290px;
  }
  .topic-pos-ttl {
    margin: 0 auto;
    width: 290px;
  }
}

/*----------------------------
bxslider
*/

.bx-wrapper {
    background-color: transparent;
    margin: 0px auto;
    border: none;
    box-shadow: none;
}
.bx-wrapper img {
    display: block;
    margin: 0px auto;
}


.tags513 {
  margin-top: 0;
  font-size: .8rem;
  font-weight: normal;
  display: inline;
}
.tags513 a {
  color: var(--accentcolor);
  text-decoration: none;
}
.tags513:hover a {
  font-size: .8rem;
  color: var(--accentcolor);
  font-weight: bold;
}


@media screen and (min-width: 480px) {
  .img_wrap{
    position: relative;
    margin-top: 10px;
    width: 100%;
    height: 250px;
  }
  .img_wrap_pic {
    height: 250px;
    overflow: hidden;
  }
  .img_wrap_pic img{
  	display: inline;
  	margin: 0;
  	padding: 0;
    height: 250px;
    overflow: hidden;
    object-fit: cover;
    transition-duration: 0.5s;

  }
  .img_wrap_pic:hover img{
    transform: scale(1.05);
    transition-duration: 0.5s;
    border-radius: 10px;
    opacity: 0.9;
  }
  .topic-pos-ttl {
    padding: 5px 0;
  }
}

@media screen and (min-width: 576px) {
  .img_wrap{
    position: relative;
    margin-top: 10px;
    width: 100%;
    height: 200px;
  }
  .img_wrap_pic {
    height: 200px;
  }
  .img_wrap_pic img {
    height: 200px;
  }
  .img_wrap h6{
    position: absolute;
    top: -3%;
    right: 0;
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    text-shadow: 0px 1px 0px #666666;
  }
  .plist-ttl p {
    font-size: 1rem;
  }
}
/*mn768*/
@media screen and (min-width: 768px){
  .img_wrap{
    position: relative;
    margin-top: 10px;
    width: 100%;
    height: 220px;
  }
  .img_wrap_pic {
    height: 220px;
    overflow: hidden;
  }
  .img_wrap_pic img{
  	display: inline;
  	margin: 0;
  	padding: 0;
    width: 100%;
    height: 220px;
    overflow: hidden;
    object-fit: cover;
    transition-duration: 0.5s;
  }
  .img_wrap_pic:hover img{
    transform: scale(1.05);
    transition-duration: 0.5s;
    border-radius: 10px;
    opacity: 0.9;
  }
  .img_wrap h6 {
    position: absolute;
    font-size: 2rem;
    right: 0;
  }
  .topic-pos-ttl {
    padding: 5px 0;
  }
  .plist-ttl {
    display: inline;
  }
  .plist-ttl p {
    line-height: 17px;
    padding-top: 5px;
  }
  .plist-ttl:hover p {
    font-weight: bold;
    color: black;
  	opacity: 1;/*透明度*/
    text-decoration: underline;
  }
  .plist-ttl:hover a {
    text-decoration: none;
    display: inline;
  }

  .tags513 {
    font-size: 1rem;
    color: orange;
    display: inline-block;
  }
  .tags513:hover a {
    font-size: 1rem;

  }
}
@media screen and (min-width: 900px) {
  .img_wrap{
    height: 250px;
  }
  .img_wrap_pic {
    height: 250px;
  }
  .img_wrap_pic img{
  	height: 250px;
  }
}


/*フェードインアニメ*/
/*左から右にフェードイン*/
.to-right {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 1s;
}
.to-right.scrollin {
  opacity: 1;
  transform: translate(0);
}

/*フェードインアニメ*/
/*右から左にフェードイン*/
.to-left {
  opacity: 0;
  transform: translateX(20px);
  transition: all 1s;
}
.to-left.scrollin {
  opacity: 1;
  transform: translate(0);
}


/*フェードイン*/
.to-fup {
  opacity: 0;
  transform: scale(.95);
  transition: all 1s;
}
.to-fup.scrollin {
  opacity: 1;
  transform: scale(1.0);
}
/*下から上にフェードイン*/
.to-top {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}
/*上から下にフェードイン*/
.to-bottom {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s;
}
.to-bottom.scrollin {
  opacity: 1;
  transform: translateY(0);
}
/*フェードインアニメ*/
/*左から右にフェードイン*/
.to-right {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 1s;
}
.to-right.scrollin {
  opacity: 1;
  transform: translate(0);
}

/*フェードインアニメ 透過*/
/*右から左にフェードイン*/
.to-left-05 {
  opacity: 0;
  transform: translateX(20px);
  transition: all 1s;
}
.to-left-05.scrollin {
  opacity: .5;
  transform: translate(0);
}


/*フェードイン*/
.to-fup-05 {
  opacity: 0;
  transform: scale(.95);
  transition: all 1s;
}
.to-fup-05.scrollin {
  opacity: .5;
  transform: scale(1.0);
}
/*下から上にフェードイン*/
.to-top-05 {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.to-top-05.scrollin {
  opacity: .5;
  transform: translateY(0);
}
/*上から下にフェードイン*/
.to-bottom-05 {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s;
}
.to-bottom-05.scrollin {
  opacity: .5;
  transform: translateY(0);
}


/*
 *フロントページ
 */
 .fpage-ttl {
   margin-top: 30px;
   text-align: center;
 }
 .fpage-ttl h2 {
   position: relative;
   padding: 0;
   display: inline-inline-block;
   font-size: 1.5rem;
   font-family: marydale, sans-serif;
   font-weight: 400;
   font-style: normal;
   color: gray;
   border-left: none;
 }
 .fpage-ttl h2:before {
   content: '';
   position: absolute;
   left: 50%;
   bottom: -10px; /*下線の上下位置調整*/
   display: inline-block;
   width: 25px; /*下線の幅*/
   height: 3px; /*下線の太さ*/
   -moz-transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translate(-50%); /*位置調整*/
   background-color: #f70025; /*下線の色*/
 }
.fpage-ttl h3 {
   margin: 1rem 0 3rem;
   padding-bottom: .5rem;
   font-size: 2rem;
   font-family: fot-seurat-pron, sans-serif;
   font-weight: 600;
   font-style: normal;
   border-bottom: 1px solid orange;
 }

.activt {
  margin: 1rem 0 2rem;
  padding: 2rem 0;
  display: block;
  background-color: #FFF5E5;
}

.atc-ttl01 {
  display: block;
  margin: 0;
  padding: 5% 0 5% 5%;
  background-color: white;
}
.num01 {
  display: inline-block;
  font-size: .5rem;
  font-weight: small;
}
.atc-ttl01-main {
  padding: 0 0 0 0;
  display: flex;
  font-weight: 600;
  align-items: center;
}
.atc-ttl01-main:after {
  content: "";
  flex-grow: 1;
	height: 1px;
	background: black;
	display: block;
}
.atc-ttl01-main:after {
  margin-left: .5rem;
}

.list-unstyled {
  background-color: rgba(255,255,255,0.5);
}

.media-body {
  margin-left: 10px;
}
.media-body h5 {
  color: gray;
  font-size: .5rem;
  margin-bottom: 0;
  font-weight: normal;
}
.media-body p {
  display: inline;
  font-size: .8rem;
  line-height: 1rem;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
page_blog*/
.blog-p_cat {
  display: inline-block;
  padding: 1px 5px;
  font-size: 1rem;
  border: 1px solid var(--accentcolor);
  border-radius: 5px;
}


/*min400*/
@media screen and (min-width: 400px){
  .media-body h5 {
    color: gray;
    font-size: .8rem;
    margin-bottom: 0;
  }
  .media-body p {
    display: inline;
    font-size: 1rem;
    line-height: 1.1rem;
  }
}



/*------------------------------
more-up
------------------------------*/
.hgnbtstimg01 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: red;
}
.hgnbtstimg01 img {
  width: 100%;
  height: 100%;
  transition-duration: .5s;
  object-fit: cover;
}
.caption-img {
  font-size: 50%;
  text-align: center;
  color: #fff;
  padding-top: 30px;
}
.hgnbtstimg01 .mask-zoom {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.hgnbtstimg01:hover .mask-zoom {
  opacity: 1;
  -webkit-transform: scale(2);
  transform: scale(2);
}
/*more-up min400*/
@media screen and (min-width: 400px) {
  .hgnbtstimg01 {
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-color: #000;
  }
  .hgnbtstimg01 img {
    width: 100%;
    height: 100%;
    transition-duration: .5s;
    object-fit: cover;
  }
  .caption-img {
    font-size: 80%;
    text-align: center;
    color: #fff;
    padding-top: 40%;
  }
  .hgnbtstimg01 .mask-zoom {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .hgnbtstimg01:hover .mask-zoom {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}


/*-----------------------------------
 *service-area
 */

.f-service-sec {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin: 0;
  padding: 50% 0 0 0;
}
/* 背景画像の読み込み */
.f-service-sec-bg01 {
  background: url(img/kenp.jpg) no-repeat 0 0;
  background-size: 100%;
}
/* 重ねる文字の基本設定 */
.f-service-sec-txt{
  margin: 0 auto;
  padding: 0;
  width: 90%;
}
.service-ttl {
  display: block;
  margin: 0;
  padding: 5% 0 5% 5%;
  background-color: white;
}
.num {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
}
.serv-ttl-main {
  padding: 0 0 0 0;
  display: flex;
  font-weight: 600;
  align-items: center;
}
.serv-ttl-main:after {
  content: "";
  flex-grow: 1;
	height: 1px;
	background: black;
	display: block;
}
.serv-ttl-main:after {
  margin-left: .5rem;
}
.service-dscr {
  margin-bottom: 30px;
  padding: 0;
}
.service-dscr-ttl {
  margin-bottom: .5rem;
  padding: .3rem 0 .3rem 0;
  font-size: 1.2rem;
  color: var(--accentcolor);
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.service-dscr-cont {
  padding: 0;
  margin: 0;
}
/* media-right ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.f-service-sec-mr {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin: 0;
  padding: 50% 0 0 0;
}
/* 背景画像の読み込み */
.f-service-sec-bg02 {
  background: url(img/care01.jpg) no-repeat 0 0;
  background-size: 100%;
}
/* 重ねる文字の基本設定 */
.f-service-sec-txt-mr {
  margin: 0 auto;
  padding: 0;
  width: 90%;
}
.service-ttl-mr {
  display: block;
  margin: 0;
  padding: 5% 0 5% 5%;
  background-color: white;
}
.num-mr {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
}
.serv-ttl-main-mr {
  padding: 0 0 0 0;
  display: flex;
  font-weight: 600;
  align-items: center;
}
.serv-ttl-main-mr:after {
  content: "";
  flex-grow: 1;
	height: 1px;
	background: black;
	display: block;
}
.serv-ttl-main-mr:after {
  margin-left: .5rem;
}
.service-dscr-mr {
  margin-bottom: 30px;
  padding: 0;
}
.service-dscr-ttl-mr {
  margin-bottom: .5rem;
  padding: .3rem 0 .3rem 0;
  font-size: 1.2rem;
  color: var(--accentcolor);
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.service-dscr-cont-mr {
  padding: 0;
  margin: 0;
}


/* PC向けの設定 */
@media screen and (min-width: 768px) {
  .f-service-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    margin: 0 0 3rem 0;
    padding: 0 0 0 40%;
  }
  /* 背景画像の読み込み */
  .f-service-sec-bg01 {
    background: url(img/kenp.jpg) no-repeat 0 0;
    background-size: 70%;
  }
  .service-ttl {
    display: block;
    margin: 0;
    padding: 5% 0 5% 7%;
    background-color: transparent;
  }
  .num {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    margin-left: 55%;
  }
  .serv-ttl-main {
    padding: 0 0 0 0;
    display: flex;
    font-size: 2rem;
    font-weight: 600;
    align-items: center;
    margin-left: 55%;
  }
  .serv-ttl-main:after {
    content: "";
    flex-grow: 1;
  	height: 1px;
  	background: black;
  	display: block;
  }
  .serv-ttl-main:after {
    margin-left: .5rem;
  }
  .f-service-sec-txt{
    width: 100%;
  }
  .service-dscr {
    margin-top: 35px;
    padding:  10% 7% 10% 7%;
    background-color: white;
    border-radius: 30px;
  }

  /* media-rightーーーーーーーーーーーーーーーーーーーーー
  */
  .f-service-sec-mr {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    margin: 0 0 3rem 0;
    padding: 0 40% 0 0;
  }
  /* 背景画像の読み込み */
  .f-service-sec-bg02 {
    background: url(img/care01.jpg) no-repeat 0 0;
    background-size: 70%;
    background-position: 100% 0;
  }
  .service-ttl-mr {
    display: block;
    margin: 0;
    padding: 5% 0 5% 7%;
    background-color: transparent;
  }
  .num-mr {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    margin-left: 0;
    padding-left: 0;
  }
  .serv-ttl-main-mr {
    padding: 0 0 0 0;
    display: flex;
    font-size: 2rem;
    font-weight: 600;
    align-items: center;
    margin-left: 0;
  }
  .serv-ttl-main-mr:after {
    content: "";
    flex-grow: .35;
  	height: 1px;
  	background: black;
  	display: block;
  }
  .serv-ttl-main-mr:after {
    margin-left: .5rem;
  }
  .f-service-sec-txt-mr{
    width: 100%;
  }
  .service-dscr-mr {
    margin-top: 35px;
    padding:  10% 7% 10% 7%;
    background-color: white;
    border-radius: 30px;
  }
}
/*ーーーーーーーーーーーーーーーーーーーーーーー
 　 min-width: 768px　終わり
 ーーーーーーーーーーーーーーーーーーーーーーー*/


/*--------------------------------
プロフィールセクション
*/
.prof-ttl-bk {
  background: linear-gradient( #F7EFE2, #FFF );
}
.prof-flex {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
.prof-flex::before {
  content: "";
  display: block;
  position: absolute;
  top: 155px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 219, 182, .3);
  z-index: -10;
}
.prof-bk {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  position: absolute;
  bottom: -30px;
  left: -20px;
  font-size: 7rem;
  letter-spacing: -0.03em;
  z-index: -5;
  color: rgba(255, 255, 255, .8);
  line-height: 1.0;
  white-space: nowrap;
}
.prof-left {
  position: relative;
  width: 100%;
}
.prof-right {
  position: relative;

  padding-bottom: 40px;
  overflow: hidden;
  font-family: industry-inc-base, sans-serif;
  font-style: normal;
}
.ttl-bttm-bar {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  margin-left: 5%;
  padding-right: 50px;
  font-size: 1.5rem;

}
.ttl-bttm-bar::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 2px;
  width: 100%;
  height: 3px;
  background-color: orange;
  z-index: -5;
}
.ttl-bttm-bar::after {
  content: "";
  position: absolute;
  top: -25px;
  left: -5px;
  width: 30px;
  height: 30px;
  background-image: url(img/logo_ohanagr02.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.prof-right-txt {
  margin-top: 50px;
}
.prof-right p {
  margin: 0 auto;
  width: 90%;
  font-weight: normal;
}
.prof-right p span {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .prof-flex {
    position: relative;
    display: flex;
  }
  .prof-flex::before {
    content: "";
    display: block;
    position: absolute;
    top: 150px;
    left: 0;
    width: 80%;
    height: 100%;
    z-index: -10;
  }
  .prof-bk {
    font-weight: 400;
    position: absolute;
    bottom: -50px;
    left: 0px;
    font-size: 15rem;
    letter-spacing: -0.03em;
    z-index: -5;
    color: rgba(255, 255, 255, .8);
    line-height: 1;
    white-space: nowrap;
  }
  .prof-left {
    position: relative;
    width: 47%;
    max-width: 900px;
    min-width: 500px;
    padding-bottom: 240px;
    text-align: left;
  }
  .prof-right {
    position: relative;
    padding: 30px 20px 100px 20px;
    overflow: hidden;
  }
  .prof-right h2 {
    font-size: 1.7rem;
    margin-bottom: .5rem;
  }
  .prof-right h3 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }
}




.f-prof h4 {
  text-align: justify;
}
.f-prof00 {
  display: block;
  padding: 1rem 0;
  background-color: #F7EFE2;
}
.f-prof {
  margin: 1rem 1.5rem 1rem;

}
.f-prof h6 {
  font-size: 1.2rem;
  padding-bottom: .8rem;
}
.prof-ttl {
  color: black;
  font-family: industry-inc-base, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.prof-ttl h4{
  font-size: 2rem;
  color: black;
  font-family: industry-inc-base, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.prof-ttl p{
  color: black;
  font-family: industry-inc-base, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bttn-prof {
  margin: 0 0 0 auto;
  color: orange;
  display: block;
  border: 2px solid orange;
  border-radius: 5px;
  background-color: white;
}
.bttn-prof:hover {
  color: white;
  background-color: orange;
  border-radius: 5px;
}

/*-------------------------------
SNS area
*/
.f-sns {
  display: block;
}
.f-sns-sctn {
  background-image: url(img/gotomichi_transparent_toleft.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: gray;
  text-align: center;
}
.fss-fb {
  margin-top: 1rem;
  padding: 2rem;
}
.fss-fb h4{
  width: 50%;
  margin: .3rem .1rem;
  display: inline-block;
  color: white;
  padding: .3rem;
  text-align: center;
  border: 2px solid white;
  border-radius: 5px;
  text-align: center;
  transition: .3s;
}
.fss-fb:hover h4 {
  color: black;
  background-color: white;
  transition: .3s;
}
.fss-fb img {
  margin-top: 15px;
  width: 60%;
  height: auto;
}
.fss-twtr {
  margin-top: 1rem;
  padding: 2rem;
}
.fss-twtr h4{
  width: 50%;
  margin: .3rem .1rem;
  display: inline-block;
  color: white;
  padding: .3rem;
  text-align: center;
  border: 2px solid white;
  border-radius: 5px;
  text-align: center;
  transition: .3s;
}
.fss-twtr:hover h4 {
  color: black;
  background-color: white;
  transition: .3s;
}
.fss-twtr p {
  font-size: 3rem;
  color:white;
}
.fss-inst {
  margin-top: 1rem;
  padding: 2rem;
}
.fss-inst h4{
  width: 50%;
  margin: .3rem .1rem;
  display: inline-block;
  color: white;
  padding: .3rem;
  text-align: center;
  border: 2px solid white;
  border-radius: 5px;
  text-align: center;
  transition: .3s;
}
.fss-inst:hover h4 {
  color: black;
  background-color: white;
  transition: .3s;
}
.fss-inst p {
  font-size: 3rem;
  color:white;
}


/*ページ*/
.page-normal {
  margin: 5%;
}
@media screen and (min-width: 480px) {
  .page-normal {
    margin: 10%;
  }
  .table-prof {
    width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .page-normal {
    margin: 10%;
  }
  .table-prof {
    width: 500px;
  }
}

/*flexbox*/
.plist01 img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.plist-media {
  margin-right: 10px;
  width: 100px;
  height: 100px;
}
.plist-media img {
  margin-right: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*ーーーーーーーーーーーーーーーーーーーーーーー
ページネーション
ーーーーーーーーーーーーーーーーーーーーーーーー*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    position: relative;
    font-size: 1rem;/*数字サイズ*/
    z-index: 50;
}

.pagination span, .pagination a {
    color: var(--accentcolor);/*数字色*/
    width: auto;
    margin: 4px;
    padding: 8px;
    background-color: #fff;/*数字バック色*/
    border-radius: 50px;/*数字バック形ーなしで四角*/
    text-decoration: none;
    text-align: center;
    line-height: 1.5rem;
}

/* ページ番号 */
.pagination .pager{
    width: 32px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current  {
    color: #fff;
    border-color: #000;
    background-color: gray;
}

/* 前へ */
.pagination a.prev {
    margin-right: 16px;
}
/* 次へ */
.pagination a.next {
    margin-left: 16px;
}
/* 最初へ */
.pagination a.first {}
/* 最後へ */
.pagination a.last {}

/* Page x / y */
.pagination span.page_num {
    display: none;
}


/*ーーーーーーーーーーーーーーーーーーーーーーー
グラデーション
ーーーーーーーーーーーーーーーーーーーーーーーー*/
.gradient{
 position: relative;
 display: block;
 }
 /* グラデーション */
 .gradient:after{
 content: "";
 position: absolute; left: 0px; top: 0px;
 display: block;
 background: repeating-linear-gradient( 180deg, transparent, black );
 }
 /* 縦横を外枠に合わせる */
 .gradient img, .gradient:after{
 width: 100%;
 height: 100%;
 }

 /*------------------------------
 --------------------------------
 活動ページ　activities
 --------------------------------*/
.act-p-dscr {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
}
.act-p-dscr img {
  position: absolute;
  width: 100%;
  height: 200px;
  opacity: .2;
  object-fit: cover;
}
.act-p-dscr-txt {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  text-align: center;
}
.act-p-dscr-txt p {
  color: #000;
}
@media screen and (min-width: 600px) {
  .act-p-dscr {
    position: relative;
    width: 100%;
    height: 300px;
  }
  .act-p-dscr img {
    position: absolute;
    width: 100%;
    height: 300px;
    object-fit: cover;
    opacity: .2;
  }
  .act-p-dscr-txt {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    text-align: center;
  }
  .act-p-dscr-txt p {
    font-size: 1.2rem;
  }
}

 .post-archive {
   margin: 5px 0 0;
 }
.media-body h6 {
  font-size: 1rem;
}
.media-body p {
  display: none;
}
 @media screen and (min-width: 480px) {
   .post-archive {
     margin: 20px 0px;
   }
 }
 @media screen and (min-width: 560px) {
   .post-archive {
     margin: 20px 0px;
   }
 }
 @media screen and (min-width: 768px) {
   .post-archive {
     margin: 20px auto;
   }
   .media-body h5 {
     color: gray;
     font-size: .5rem;
     margin-bottom: 0;
     font-weight: normal;
   }
   .media-body h6 {
     font-size: 1.2rem;
   }
   .media-body p {
     margin-top: .4rem;
     display: block;
     color: gray;
     font-size: .8rem;
     line-height: .9rem;
   }
 }

/*ーーーーーーーーーーーーーーーーーーーーーーーー
カテゴリクラス
ーーーーーーーーーーーーーーーーーーーーーーーー*/
 h4.child {
   margin-right: 10px;
   display: inline-block;
   padding: 2px 5px;
   font-size: 1rem;
   transition: .3s;
 }
 h4.child a {
   display: block;
   padding: 2px 5px;
   color: white;
   background-color: #eb7268;
   border-radius: 5px;
   text-decoration: none;
   transition: .3s;
 }
 h4.child a:hover {
   color: #eb7268;
   background-color: white;
   border: 1px solid #eb7268;
   transition: .3s;
 }
 h4.education {
   margin-right: 10px;
   display: inline-block;
   padding: 2px 5px;
   font-size: 1rem;
   transition: .3s;
 }
 h4.education a {
   display: block;
   padding: 2px 5px;
   color: white;
   background-color: #277f5b;
   border-radius: 5px;
   text-decoration: none;
   transition: .3s;
 }
 h4.education a:hover {
   color: #277f5b;
   background-color: white;
   border: 1px solid #277f5b;
   transition: .3s;
 }
 h4.medical {
   margin-right: 10px;
   display: inline-block;
   padding: 2px 5px;
   font-size: 1rem;
   transition: .3s;
 }
 h4.medical a {
   display: block;
   padding: 2px 5px;
   color: white;
   background-color: #853fd4;
   border-radius: 5px;
   text-decoration: none;
   transition: .3s;
 }
 h4.medical a:hover {
   color: #853fd4;
   background-color: white;
   border: 1px solid #853fd4;
   transition: .3s;
 }
 h4.care {
   margin-right: 10px;
   display: inline-block;
   padding: 2px 5px;
   font-size: 1rem;
   transition: .3s;
 }
 h4.care  a {
   display: block;
   padding: 2px 5px;
   color: white;
   background-color: #aba72f;
   border-radius: 5px;
   text-decoration: none;
   transition: .3s;
 }
 h4.care a:hover {
   color: #aba72f;
   background-color: white;
   border: 1px solid #aba72f;
   transition: .3s;
 }
 h4.municipal {
   margin-right: 10px;
   display: inline-block;
   padding: 2px 5px;
   font-size: 1rem;
   transition: .3s;
 }
 h4.municipal  a {
   display: block;
   padding: 2px 5px;
   color: white;
   background-color: #0356f9;
   border-radius: 5px;
   text-decoration: none;
   transition: .3s;
 }
 h4.municipal a:hover {
   color: #aba72f;
   background-color: white;
   border: 1px solid #0356f9;
   transition: .3s;
 }


/*------------------------------------
--------------------------------------
アーカイブページ
-------------------------------------*/
.archive-ttl {
  display: block;
  margin: 50px 0;
  background-color: transparent;
}
.archive-ttl-main {
  padding: 0 0 0 0;
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  align-items: center;
}
.archive-ttl-main:after {
  content: "";
  flex-grow: .8;
  height: 1px;
  background: black;
  display: block;
  margin-left: 1rem;
}
.english {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
}
/*------------------------------------
--------------------------------------
投稿ページ
-------------------------------------*/
.single-box {
  margin: 50px 5% 20px;
}
.single-box-main {
  margin: 0;
}
.single-box-sub {
  margin: 30px 25px 20px;
  padding: 10px 0 0 5px;
  border-top: 1px solid var(--maincolor);
}
.single-box-sub ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  list-style-type: none;
}
.single-box-sub li {
  margin-right: 15px;
}
.single-box-sub h2 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 17px;
}
.sbox-list-cat {
  list-style-type: none;
  margin-bottom: 40px;
}
.wp-block {
  margin: 0 10px;
  max-width: 700px;  /* 好きな幅で */
}
 @media screen and (min-width: 768px) {
   .single-box {
     display:flex;
   }
   .single-box-main {
     margin: 0 auto;
   }
   .single-box-sub {
     margin-top: 0;
     display: block;
     width: 150px;
     border-top: transparent;
   }
   .single-box-sub ul {
     flex-direction: column;
   }
   .sbox-list-cat li {
     display: block;
     margin-top: .5rem;
   }
   .sbox-list-cat a {
     display: block;
   }
   .sbox-list-tag li {
     margin-top: .2rem;
   }
 }
 .cat-item a {
   display: block;
 }

/*------------------------------------
--------------------------------------
ページ about　koti
-------------------------------------*/
.prof-ttl {
  display: block;
  margin: 30px 25px;
}
.prof-ttl h2 {
  border-bottom: 1px solid var(--accentcolor);
}
.prof-ttl h3 {
  margin-top: 7px;
}
.prof-ttl p {
  margin-top: 40px;
}
.prof-1 {
  margin: 50px 30px 0;
}
.prof-list ul {
  max-width: 800px;
}
.prof-list li {
  display: block;
  font-size: 1rem;
}
.prof-list li span {
  font-size: 1rem;
  font-weight: bold;
  background-color: #f7f6fb;
}
.prof-list li p {
  text-align: right;
  border-top: .5px solid #e9dacb;
  margin-bottom: 15px;
  line-height: 1.2rem;
}
.koti-abt-prof {
  margin-top: 200px;
}
.koti-abt-prof-main {
  padding-left: 60%;
}
.koti-abt-prof-main-bk {
  margin-top: 50px;
  width: 100%;
  height: 400px;
  background-image: url(img/koti_profile.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
}
.koti-abt-prof-sub {
  position: relative;
  margin: 0px 0 0 30%;
}
.koti-abt-prof-sub h3 {
  font-size: 2rem;
  font-family: gooddog-new, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.prf-name {
  margin-top: 15px;
  font-size: 1.5rem;
}
.prf-name span {
  display: block;
  font-size: 1rem;
  border-top: 1px solid #9B7B6C;
}
.koti-abt-prof-txt {
  margin: 40px 0 0;
}
.koti-abt-prof-txt span {
  font-size: 1.3rem;
}
.koti-abt-prf-dscr {
  margin-top: 20px;
  line-height: 1.3rem;
  color: #736d71;/**/
  font-family: tbchibirgothicplusk-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.koti-abt-stdo {
  margin-top: 150px;
  width: 100%;
}
.koti-abt-stdo-ttl {
  position: relative;
  width: 100%;
}
.koti-abt-stdo-ttl::before {
  content: "";
  position: absolute;
  width: 10%;
  height: 100%;
  background-color: #efefef;
  z-index: -1;
}
.koti-abt-stdo-ttl h3 {
  margin-left: 7%;
  padding: 15px 0;
  font-family: mrs-eaves-xl-serif, serif;
  font-weight: 400;
  font-style: normal;
}
.koti-abt-stdo-cont {
  display: block;
}
.koti-abt-stdo-txt {
  position: relative;
  margin-top: 15%;
  text-align: center;
  z-index: 5;
}
.koti-abt-stdo-txt img {
  display: none;
}
.koti-abt-stdo-txt p {
  margin-left: 0px;
  padding: 0;
  width: 90%;
  z-index: 5;
}
.koti-abt-stdo-01 {
  position: relative;
  z-index: -5;
}
.koti-abt-stdo-01 img {
  margin: -50px 0 -7px 0;
}
.koti-abt-stdo-txt02 {
  margin: auto 0;
  padding: 20px;
}
.koti-abt-stdo-txt02 h4 {
  font-weight: bold;
}
.koti-abt-stdo-txt02 h4 span {
  color: #4e454a;
  font-size: .8rem;
  font-weight: lighter;
}
.koti-abt-stdo-txt02 ul{
  list-style: none;
  margin-top: 20px;
}
.koti-abt-stdo-txt02 ul li {
  display: block;
  margin-top: 5px;
  line-height: 1.2rem;
}
.koti-abt-stdo-txt02 p {
  width: 80%;
  font-size: .9rem;
  font-weight: lighter;
}
.koti-abt-stdo-txt02 span {
  width: 20%;
  font-weight: bold;
}
.koti-abr-add-dscr {
  color: gray;
}
.btn-cntct {
  text-align: right;
}
.btn-cntct a {
  padding: 5px 7px;
  border: 1px dotted #000;
  border-radius: 10px;
  transition: .5s;
}
.btn-cntct a:hover {
  color: #fff;
  background-color: #000;
  transition: .5s;
}
@media screen and (min-width: 560px) {
  .koti-abt-prof-sub {
    position: relative;
    margin: 0px 0 0 50%;
  }
  .koti-abt-stdo-cont {
    display: flex;
  }
  .koti-abt-stdo-txt p {
    margin: 30px 0 0;
    padding: 0;
    width: 90%;
    z-index: 5;
  }
  .koti-abt-stdo-cont02 {
    display: flex;
  }
  .koti-abt-stdo-02 {
    width: 45%;
  }
  .koti-abt-stdo-03 {
    width: 20%;
  }
  .koti-abt-stdo-txt02 {
    width: 35%;
    padding: 15px 30px;
  }
  .koti-abt-stdo-txt02 ul{
    margin-top: 30px;
  }
  .koti-abt-stdo-txt02 h4 {
    font-weight: bold;
  }
  .koti-abt-stdo-02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .koti-abt-stdo-03 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .koti-abt-stdo-txt {
    margin-top: 5%;
    width: 50%;
  }
  .koti-abt-stdo-txt p {
    margin-left: 30%;
    padding: 10% 0;
    width: 90%;
    z-index: 5;
  }
  .koti-abt-stdo-01 {
    width: 70%;
    z-index: -1;
  }
  .prof-list-pc {
    display: block;
    text-align: center;
  }
  .prof-list ul {
  }
  .prof-list li {
    display: flex;
    margin: 0 auto;
    max-width: 800px;
    border-top: 1px solid #e9dacb;
  }
  .prof-list li span {
    width: 30%;
    background-color: #f7f6fb;
  }
  .prof-list li p {
    margin-left: 130px;
    text-align: left;
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .koti-abt-prof-main-bk {
    margin-top: 50px;
    width: 100%;
    height: 650px;
    background-image: url(img/koti_profile.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
  }
  .koti-abt-stdo-txt img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    object-fit: cover;
    object-position: 20% 50%;
    transition: 1s;
  }
}

/*------------------------------------
--------------------------------------
ページ＿プラン　plan
-------------------------------------*/
.koti-plan-main {
  margin-top: 100px;
  padding-top: 50px;
  background-color: #fff9f5;/*アンバーホワイト*/
  overflow: hidden;
}
.koti-plan-sec ul {
  list-style: none;
}
/*プラン　写真調整*/
.pln-img-bith {
  object-position: 50% 80%;
}
.pln-img-adlt {
  object-position: 50% 70%;
}
/*奇数*/
.koti-plan-sec ul li {
  position: relative;
  width: 100%;
  height: 400px;
}
.koti-plan-sec ul li .koti-pln-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.koti-plan-sec ul li .koti-pln-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.koti-plan-sec ul li .koti-pln-img .koti-pln-num {
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  width: 50px;
  background-color: #fff;
  border-radius: 0 0 50% 0;
  text-align: center;
  font-weight: bold;
}
.koti-plan-sec ul li .koti-pln-img .koti-pln-num span {
  display: block;
  font-size: .5rem;
}
.koti-plan-sec ul li .koti-pln-cont {
  position: absolute;
  top: 180px;
  left: 10%;
  width: 80%;
  height: 200px;
  padding: 10px 0 0 10px;
  background-color: #fff;
}
/*偶数*/
.koti-plan-sec ul li:nth-child(even) {
  position: relative;
  width: 100%;
  height: 400px;
}
.koti-plan-sec ul li:nth-child(even) .koti-pln-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.koti-plan-sec ul li:nth-child(even) .koti-pln-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.koti-plan-sec ul li:nth-child(even) .koti-pln-img .koti-pln-num {
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  width: 50px;
  background-color: #fff;
  border-radius: 0 0 50% 0;
  text-align: center;
  font-weight: bold;
}
.koti-plan-sec ul li:nth-child(even) .koti-pln-img .koti-pln-num span {
  display: block;
  font-size: .5rem;
}
.koti-plan-sec ul li:nth-child(even) .koti-pln-cont {
  position: absolute;
  top: 180px;
  left: 10%;
  width: 80%;
  height: 200px;
  padding: 10px 0 0 10px;
  background-color: #fff;
}
/*end 偶数*/
.koti-pln-ttl h3 {
  font-size: 1rem;
}
.koti-pln-ttl h3 span {
  display: block;
  font-size: 1.5rem;
}
.koti-pln-ttl h4 {
  margin-top: 10px;
  color: #57869E;
}
.koti-pln-ttl p {
  margin-top: 10px;
  color: #594e52;
}


.pln-flow {
  position: relative;
  width: 100%;
  background-image: url(img/koti_camera.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  z-index: -10;
}
.pln-flow-ttl h3{
  padding: 30px;
  color: #fff;
  text-align: center;
}
.pln-flow-ttl h3 span {
  display: block;
  margin-bottom: 5px;
  font-size: 1rem;
  color: #E3D4BA;
}
.pln-flow-list {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  padding: 0 0 50px;
}
.pln-flow-list ul {
  margin: 0 auto;
  list-style: none;
}
.pln-flow-list li {
  margin-top: 30px;
}
.pln-flow-sec {
  position: relative;
  margin: 0 auto;
  width: 90%;
  height: 150px;
}
.pln-flow-num {
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
  width: 60px;
  height: 60px;
  padding: 15px 0;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  background-color: rgba(247, 246, 251, 1);
  border-radius: 50%;
  z-index: 5;
}
.pln-flow-cont {
  position: absolute;
  top: 0px;
  left: 20px;
  width: calc(100% - 30px);
  height: 170px;
  padding: 20px 15px 20px 40px;
  border-radius: 5px;
  background-color: rgba(247, 246, 251, 1);
  z-index: -1;
}
.pln-flow-cont h4 {
  margin-bottom: 15px;
  border-bottom: 2px dashed #57869E;
}
.pln-flow-cont h4 i {
  margin-right: 10px;
  color: #57869E;
}
.pln-flow-cont p {
  margin: 5px 0 0;
  font-size: .85rem;
  line-height: 1.2rem;
}
@media screen and (min-width: 560px) {
  /*奇数*/
  .koti-plan-sec ul li {
    position: relative;
    width: 100%;
    height: 400px;
  }
  .koti-plan-sec ul li .koti-pln-img {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 60%;
    height: 350px;
    overflow: hidden;
  }
  .koti-plan-sec ul li .koti-pln-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .koti-plan-sec ul li .koti-pln-img .koti-pln-num {
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    width: 50px;
    background-color: #fff;
    border-radius: 0 0 50% 0;
    text-align: center;
    font-weight: bold;
  }
  .koti-plan-sec ul li .koti-pln-img .koti-pln-num span {
    display: block;
    font-size: .5rem;
  }
  .koti-plan-sec ul li .koti-pln-cont {
    position: absolute;
    top: 20%;
    left: 60%;
    width: 35%;
    height: 280px;
    padding: 10px 0 0 10px;
    background-color: #fff;
  }
  /*偶数 min-max 560*/
  .koti-plan-sec ul li:nth-child(even) {
    position: relative;
    width: 100%;
    height: 400px;
  }
  .koti-plan-sec ul li:nth-child(even) .koti-pln-img {
    position: absolute;
    top: 10%;
    left: 35%;
    width: 60%;
    height: 350px;
    overflow: hidden;
  }
  .koti-plan-sec ul li:nth-child(even) .koti-pln-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .koti-plan-sec ul li:nth-child(even) .koti-pln-img .koti-pln-num {
    position: absolute;
    top: 0;
    left: calc(100% - 50px);
    height: 45px;
    width: 50px;
    background-color: #fff;
    border-radius: 0 0 0 50%;
    text-align: center;
    font-weight: bold;
  }
  .koti-plan-sec ul li:nth-child(even) .koti-pln-img .koti-pln-num span {
    display: block;
    font-size: .5rem;
  }
  .koti-plan-sec ul li:nth-child(even) .koti-pln-cont {
    position: absolute;
    top: 20%;
    right: 60%;
    width: 35%;
    height: 280px;
    padding: 10px 0 0 20px;
    background-color: #fff;
  }
  /*end 偶数*/
}
@media screen and (min-width: 768px) {
  /*奇数*/
  .koti-plan-sec ul li {
    position: relative;
    margin: 0 auto 100px;
    width: 100%;
    height: 400px;
  }
  .koti-plan-sec ul li .koti-pln-img {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 60%;
    height: 350px;
    overflow: hidden;
  }
  .koti-plan-sec ul li .koti-pln-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .koti-plan-sec ul li .koti-pln-num {
    position: absolute;
    top: 10%;
    left: 10%;
    height: 50px;
    width: 55px;
    background-color: #fff;
    border-radius: 0 0 50% 0;
    text-align: center;
    font-weight: bold;
  }
  .koti-plan-sec ul li .koti-pln-img .koti-pln-num span {
    display: block;
    font-size: .5rem;
  }
  .koti-plan-sec ul li .koti-pln-cont {
    position: absolute;
    top: 20%;
    left: 60%;
    width: 30%;
    height: 280px;
    padding: 10px 0 0 20px;
    background-color: #fff;
  }
  /*偶数　min-max768*/
  .koti-plan-sec ul li:nth-child(even) {
    position: relative;
    width: 100%;
    height: 400px;
  }
  .koti-plan-sec ul li:nth-child(even) .koti-pln-img {
    position: absolute;
    top: 10%;
    left: 30%;
    width: 60%;
    height: 350px;
    overflow: hidden;
  }
  .koti-plan-sec ul li:nth-child(even) .koti-pln-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .koti-plan-sec ul li:nth-child(even) .koti-pln-img .koti-pln-num {
    position: absolute;
    top: 0%;
    left: left: calc(100% - 55px);
    height: 50px;
    width: 55px;
    background-color: #fff;
    border-radius: 0 0 0 50%;
    text-align: center;
    font-weight: bold;
  }
  .koti-plan-sec ul li:nth-child(even) .koti-pln-img .koti-pln-num span {
    display: block;
    font-size: .5rem;
  }
  .koti-plan-sec ul li:nth-child(even) .koti-pln-cont {
    position: absolute;
    top: 20%;
    right: 60%;
    width: 30%;
    height: 280px;
    padding: 10px 0 0 20px;
    background-color: #fff;
  }
  /*end 偶数　min-max768*/
  .pln-flow-list {
    margin: 0 0 0 20%;
    width: 100%;
    max-width: 600px;
    padding: 0 0 60px;
  }
}
@media screen and (min-width: 960px) {
  /*奇数*/
  .koti-plan-sec ul li {
    position: relative;
    margin: 0 auto 100px;
    width: 100%;
    max-width: 1080px;
    height: 500px;
  }
  .koti-plan-sec ul li .koti-pln-img {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 60%;
    height: 400px;
    overflow: hidden;
  }
  .koti-plan-sec ul li .koti-pln-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .koti-plan-sec ul li .koti-pln-num {
    position: absolute;
    top: 10%;
    left: 10%;
    height: 45px;
    width: 50px;
    background-color: #fff;
    border-radius: 0 0 50% 0;
    text-align: center;
    font-weight: bold;
  }
  .koti-plan-sec ul li .koti-pln-img .koti-pln-num span {
    display: block;
    font-size: .5rem;
  }
  .koti-plan-sec ul li .koti-pln-cont {
    position: absolute;
    top: 20%;
    left: 65%;
    width: 25%;
    height: 280px;
    padding: 20px 0 0 30px;
    background-color: #fff;
  }
  /*偶数　min-max768*/
  .koti-plan-sec ul li:nth-child(even) {
    position: relative;
    width: 100%;
    height: 400px;
  }
  .koti-plan-sec ul li:nth-child(even) .koti-pln-img {
    position: absolute;
    top: 10%;
    left: 30%;
    width: 60%;
    height: 400px;
    overflow: hidden;
  }
  .koti-plan-sec ul li:nth-child(even) .koti-pln-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .koti-plan-sec ul li:nth-child(even) .koti-pln-img .koti-pln-num {
    position: absolute;
    top: 0%;
    left: left: calc(100% - 50px);
    height: 45px;
    width: 50px;
    background-color: #fff;
    border-radius: 0 0 0 50%;
    text-align: center;
    font-weight: bold;
  }
  .koti-plan-sec ul li:nth-child(even) .koti-pln-img .koti-pln-num span {
    display: block;
    font-size: .5rem;
  }
  .koti-plan-sec ul li:nth-child(even) .koti-pln-cont {
    position: absolute;
    top: 20%;
    right: 65%;
    width: 25%;
    height: 280px;
    padding: 20px 0 0 30px;
    background-color: #fff;
  }
  /*end 偶数　min-max768*/
  .pln-flow-list {
    margin: 0 0 0 35%;
    width: 100%;
    max-width: 600px;
    padding: 0 0 20px;
  }

  .pln-flow-cont {
    position: absolute;
    top: 0px;
    left: 20px;
    width: calc(100% - 30px);
    height: 150px;
    padding: 20px 15px 20px 40px;
    border-radius: 5px;
    background-color: rgba(247, 246, 251, 1);
    z-index: -1;
  }
}
 /*--------------------------------
 プロフィールimage
 */
 .prof01-flex {
   position: relative;
   margin-bottom: 70px;
   padding-bottom: 30px;
   overflow: hidden;
 }
 .prof01-flex::before {
   content: "";
   display: block;
   position: absolute;
   top: 155px;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #F4F1ED;
   z-index: -10;
 }
 .prof01-left {
   position: relative;
   width: 100%;
 }
 .prof01-left img {
   filter: grayscale(100%);
 }
 .prof01-right {
   position: relative;
   margin: 1rem 1.5rem 0;
   overflow: hidden;
   font-family: industry-inc-base, sans-serif;
   font-style: normal;
 }
 .prof01-right h2 {
   position: relative;
   font-size: 1.2rem;
   padding-top: 20px;
   margin-bottom: 1rem;
   font-weight: 600;
 }
 .prof01-right h2::before {
   content: "determination";
   position: absolute;
   top: -5px;
   left: 20px;
   color: white;
   font-size: 2rem;
   font-family: kremlin-pro-expanded, sans-serif;
   font-weight: 500;
   font-style: normal;
   z-index: -1;
 }
 .prof01-right01 h3 {
   font-size: 1.8rem;
   margin-bottom: 1.5rem;
   font-weight: 700;
 }
 .prof01-right p {
   margin-top: 1rem;
   margin-bottom: 3rem;
   font-weight: normal;
 }
 @media screen and (min-width: 768px) {
   .prof01-flex {
     position: relative;
     display: flex;
   }
   .prof01-flex::before {
     content: "";
     display: block;
     position: absolute;
     top: 150px;
     left: 0;
     width: 80%;
     height: 60%;
     background-color: #F4F1ED;
     z-index: -10;
   }
   .prof01-left {
     position: relative;
     width: 40%;
     max-width: 500px;
     min-width: 500px;
     padding-bottom: 240px;
     text-align: left;
   }
   .prof01-right {
     position: relative;
     padding: 50px 20px 100px 20px;
     overflow: hidden;
     max-width: 40%;
   }
   .prof01-right h2 {
     position: relative;
     font-size: 1.2rem;
     margin-bottom: 3rem;
     font-weight: 600;
   }
   .prof01-right h2::before {
     content: "Determination";
     position: absolute;
     top: -30px;
     left: 20px;
     color: #F4F1ED;
     font-size: 3rem;
     font-family: kremlin-pro-expanded, sans-serif;
     font-weight: 500;
     font-style: normal;
     z-index: -1;
   }
   .prof01-right h3 {
     font-size: 2.5rem;
     margin-bottom: 2.5rem;
   }
   .prof01-right p {
     margin-top: 100px;
   }
 }


 .prof-p-ttl h2 {
   position: relative;
   font-size: 1.2rem;
   margin-bottom: 4rem;
   font-weight: 600;
 }
 .prof-p-ttl h2::before {
   content: "Biography";
   position: absolute;
   left: 20px;
   top: -30px;
   color: #F4F1ED;
   font-size: 3rem;
   font-family: kremlin-pro-expanded, sans-serif;
   font-weight: 500;
   font-style: normal;
   z-index: -1;
 }


/*---------------------------
-----------------------------
ページ
ーーーーーーーーーーーーーーーーーーー*/
#page02 {
  position: relative;
  height: 50vh;
}
.head-bx-menu-p02 {
  position: absolute;
  padding: 5px 0 5px;
  bottom: 10%;
  left: 10%;
  width: 130px;
  height: 150px;
  border-top: 2px solid #696969;
  border-bottom:  2px solid #696969;
  transition: 1s;
}
 @media screen and (min-width: 480px) {
   .head-bx-menu-p02 {
     position: absolute;
     bottom: 10%;
     left: 70%;
     height: 45%;
   }
 }
  @media screen and (min-width: 768px) {
    .head-bx-menu-p02 {
      position: absolute;
      bottom: 10%;
      left: 70%;
      width: 180px;
      height: 60%;
    }
  }
.head-bx-menu-contnt-p02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  color: #fff8dc;
  font-size: .8rem;
  font-family: garamond-premier-pro, serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  background-color: #3B3938;
  transition: 1s;
}
.page-ttl02 {
  display: block;
  font-size: 1rem;
}
.page-ttl02 span {
  display: block;
  font-size: .8rem;
}
.page-img-02 {
  width: 100%;
  z-index: -1;
}
.page-img-02-nail {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  z-index: -1;
}
.page-sec-01-cont {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  width: 80%;
  margin-top: -10%;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 1.2rem;
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-style: normal;
}
.page-sec-01-cont-nail {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  width: 80%;
  margin-top: -10%;
  background-image: url(img/splnd_bk_round.svg);
  background-size: 60%;
  background-position: 0 -10%;
  background-repeat: no-repeat;
  border-radius: 5px;
  text-align: center;
  font-size: 1.2rem;
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-style: normal;
}
.page-main-prc-bdy {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.page-main-prc-face {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.prc-dscr {
  width: 100%;
}
.prc-dscr ul {
  list-style: none;
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0px 0 10px;
}
.prc-dscr li {
  display: flex;
  border-bottom: 1px solid #dcdcdc;
}
.prc-dscr li span {
  width: 75%;
  line-height: 50px;
}
.prc-dscr li p {
  text-align: right;
  width: 25%;
  line-height: 50px;
}
.prc-dscr h5 {
  width: 80%;
  margin-left: 10%;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
}
/*ネイル　Nail------------------------------*/
.prc-dscr-nail {
  width: 100%;
}
.prc-dscr-nail ul {
  list-style: none;
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0px 0 10px;
}
.prc-dscr-nail li {
  display: flex;
  border-bottom: 1px solid #dcdcdc;
}
.prc-dscr-nail li span {
  width: 65%;
  line-height: 50px;
}
.prc-dscr-nail li p {
  text-align: right;
  width: 35%;
  line-height: 50px;
}
.prc-dscr-nail h5 {
  width: 80%;
  margin-left: 10%;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
}
.prc-sec-bdy {
  position: absolute;
  margin-top: 20px;
  top: 0;
  left: 0;
  width: 100%;
}
.posi99:before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 */
}
.inner {
    position: absolute;
    top: 10%;
    right: 0%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .5s;
    z-index: -1;
}
.head-side-box {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 5%;
  height: 10%;
  width: 30%;
  align-items: flex-end;
  justify-content: flex-end;
}
.head-side-box p {
  margin-bottom: -10px;
  color: #81D8D0;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: 1s;
}
.prc-bk-img {
  position: absolute;
  left: 50%;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
.prc-base-cont {
  margin: 10%;
}
.prc-basic {
  width: 100%;
}
.prc-basic span {
  display: block;
}
.prc-base-cont p {
  padding-top: 15px;
  line-height: 20px;
}
.pln-ttl {
  text-align: center;
}
.prc-bsc-m {
  padding: 5px;
  color: #fff;
  text-align: center;
  background-color: #6b395f;
  border-radius: 5px;
}
.prc-bsc-p {
  text-align: right;
}
.prc-list-sub-face {
  margin: 0 auto;
  width: 80%;
  max-width: 600px;
  text-align: right;
}

 @media screen and (min-width: 560px) {

   .page-sec-01-cont {
     position: relative;
     margin: 0 auto;
     padding: 40px 0 20px;
     width: 80%;
     margin-top: -10%;
     background-color: #fff;
     border-radius: 5px;
     text-align: center;
     line-height: 2.5rem;
     font-size: 1.2rem;
     font-family: toppan-bunkyu-midashi-min-st, serif;
     font-style: normal;
   }
   .page-sec-01-cont-nail {
     position: relative;
     margin: 0 auto;
     padding: 40px 0 70px;
     width: 80%;
     margin-top: -10%;
     border-radius: 5px;
     text-align: center;
     line-height: 2.5rem;
     font-size: 1.2rem;
     font-family: toppan-bunkyu-midashi-min-st, serif;
     font-style: normal;
   }
   .prc-bk-img {
     position: absolute;
     top:20%
     left: 10%;
     width: 100%;
     overflow: hidden;
     z-index: -1;
   }
 }

  @media screen and (min-width: 768px) {
    .inner {
        position: absolute;
        top: 0%;
        left: 25%;
        width: 100%;
        height: 95%;
        overflow: hidden;
        transition: .5s;
    }
    .head-side-box p {
      margin-left: 0px;
      padding-bottom: 10px;
      line-height: 1.2rem;
      transition: 1s;
      writing-mode: lr-tb;
    }
    }
  }



/*koti about　ページ--------------------------------*/
.koti-frnt-abt {
  width: 100%;
  overflow: hidden;
}
.frnt-abt-cont {
  margin: 50px 0 0;
  display: block;
  position: relative;
}
.frnt-abt-cont::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 30%;
  height: 60px;
  background-color: #f5ecf4;/*パウダーピンク*/
  z-index: -5;
}
.frnt-abt-cont h2 {
  padding: 25px 0 0 85px;
  font-size: 2rem;
  color: #626063;/*ストレートグレイ*/
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.frnt-abt-cont p {
  margin: 40px auto 0;
  width: 86%;
  line-height: 1.3rem;
  color: #736d71;/**/
  font-family: tbchibirgothicplusk-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.frnt-abt-img {
  margin: 25px auto;
  opacity: .6;
}
@media screen and (min-width: 768px) {
  .koti-frnt-abt {
    display: flex;
    margin-top: 100px;
    width: 100%;
    overflow: hidden;
  }
  .frnt-abt-cont {
    width: 50%;
    margin-bottom: 40px;
  }
  .frnt-abt-cont h2 {
    padding: 30px 0 0 75px;
    font-size: 2rem;
  }
  .frnt-abt-cont p {
    margin: 30px auto 50px;
    padding-left: 55px;
    width: 100%;
    color: #736d71;/**/
  }
  .frnt-abt-img {
    width: 50%;
  }
  .frnt-abt-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}


/*スタジオーーーーーーーーーーーーーーーーーーー*/
.koti-frnt-stdo {
  width: 100%;
  margin: 80px 0 0;

}
.frnt-stdo-l {
  display: block;
  position: relative;
  height: 500px;
}
.frnt-stdo-l::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 60%;
  max-width: 240px;
  height: 100px;
  background-color: #efefef;/*シルバーホワイト*/
  z-index: -5;
}
.frnt-stdo-l h2 {
  padding: 65px 0 0 55%;
  height: 100px;
  font-size: 2rem;
  color: #626063;/*ストレートグレイ*/
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.frnt-stdo-l img {
  margin: auto 0 0;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.frnt-stdo-r {
  display: flex;
  width: 100%;
  height: 250px;

}
.frnt-stdo-r01 {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.frnt-stdo-r01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.frnt-stdo-r02 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.frnt-stdo-r02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.koti-frnt-stdo01 {
  margin: 100px auto 0;
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 750px;
  overflow: hidden;
}
.frnt-stdo-h2-bk {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60%;
  background-color: #efefef;/*シルバーホワイト*/
}
.koti-frnt-stdo01 h2 {
  position: absolute;
  top: 65px;
  left: 0;
  height: 100px;
  width: 100%;
  padding: 0px 0 0 20%;
  font-size: 2rem;
  color: #626063;/*ストレートグレイ*/
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.koti-frnt-stdo01-main-img {
  position: absolute;
  top: 100px;
  left: 0;
  height: 400px;
  width: 100%;
  max-width: 460px;
}
.koti-frnt-stdo01-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 80%;
}
.frnt-stdo-sub-img01 {
  position: absolute;
  top: 500px;
  left: 0;
  width: 50%;
  height: 200px;
}
.frnt-stdo-sub-img01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.frnt-stdo-sub-img02 {
  position: absolute;
  top: 500px;
  left: 50%;
  width: 50%;
  height: 200px;
}
.frnt-stdo-sub-img02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn-more-pstn01 {
  position: absolute;
  display: block;
  top: 730px;
  width: 100%;
  padding-right: 5%;
  text-align: right;
}


@media screen and (min-width: 400px) {
  .koti-frnt-stdo {
    display: flex;
    width: 100%;
    margin: 80px 0 0;
  }
  .frnt-stdo-l h2 {
    padding: 70px 0 0 230px;
    height: 100px;
    font-size: 2rem;
    color: #626063;/*ストレートグレイ*/
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .frnt-stdo-r {
    display: block;
    margin-top: 120px;
    height: 400px;
  }
  .frnt-stdo-r01 {
    width: 90%;
    height: 210px;
    overflow: hidden;
  }
  .frnt-stdo-r02 {

    width: 90%;
    height: 210px;
    overflow: hidden;
  }
  .frnt-stdo-r01 img {
    width: 90%;
    height: 200px;
    object-fit: cover;
  }
  .frnt-stdo-r02 img {
    width: 90%;
    height: 200px;
    object-fit: cover;
  }


  .koti-frnt-stdo01 {
    margin-top: 100px;
    position: relative;
    width: 100%;
    height: 850px;
  }
  .koti-frnt-stdo01-main-img {
    position: absolute;
    top: 100px;
    left: 0;
    height: 500px;
    width: 100%;
  }
  .koti-frnt-stdo01-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 100%;
  }
  .frnt-stdo-sub-img01 {
    position: absolute;
    top: 600px;
    left: 0;
    width: 50%;
    height: 200px;
  }
  .frnt-stdo-sub-img02 {
    position: absolute;
    top: 600px;
    left: 50%;
    width: 50%;
    height: 200px;
  }
  .btn-more-pstn01 {
    position: absolute;
    display: block;
    top: 830px;
    width: 100%;
    padding-right: 5%;
    text-align: right;
  }
}
@media screen and (min-width: 560px) {
  .frnt-stdo-h2-bk {
    content: "";
    position: absolute;
    top: 0;
    right: 10%;
    height: 100%;
    width: 70%;
    background-color: #efefef;/*シルバーホワイト*/
  }
  .koti-frnt-stdo01 {
    margin-top: 100px;
    position: relative;
    width: 100%;
    height: 800px;
  }
  .koti-frnt-stdo01-main-img {
    position: absolute;
    top: 100px;
    left: 0;
    height: 500px;
    width: 80%;
  }
  .frnt-stdo-sub-img01 {
    position: absolute;
    top: 400px;
    left: 60%;
    width: 40%;
    height: 200px;
    transition: 1s;
  }
  .frnt-stdo-sub-img02 {
    position: absolute;
    top: 600px;
    left: 40%;
    width: 40%;
    height: 200px;
    transition: 1s;
  }
  .btn-more-pstn01 {
    position: absolute;
    display: block;
    top: 700px;
    width: 100%;
    padding-right: 0;
    text-align: right;
  }
}
@media screen and (min-width: 960px) {
  .koti-frnt-stdo-wide {
    display: flex;
    width: 100%;
    overflow: hidden;
  }
  .koti-frnt-stdo01 {
    width: 70%;
  }
  .koti-frnt-stdo02 {
    width: 30%;
    margin: 30px 40px 0 0;
    background-image: url(img/koti_stdo.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}


/*koti プラン------------------------*/
.koti-frnt-pln {
  display: block;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 80px auto 0;
  overflow: hidden;
}
.koti-frnt-pln::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  width: 80%;
  height: 100%;
  background-color: #fff9f5;/*アンバーホワイト*/
  z-index: -5;
}
.koti-frnt-pln h2 {
  padding: 30px 0 30px 13%;
  font-size: 2rem;
  color: #626063;/*ストレートグレイ*/
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.koti-frnt-pln-bx {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.koti-frnt-pln-bx-filt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
  left: 0;
  background-color: #fff;
  opacity: 1;
}
.koti-frnt-pln-bx-filt2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .2) 30%, rgba(255, 255, 255, 0) 100%);
}
.koti-frnt-pln-bx-cont00 {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  border-radius: 10px;
  background-color: #fff;
  opacity: .5;
}
.koti-frnt-pln-bx-cont {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  border: 2px solid #898880;/*ストーングレイ*/
  border-radius: 10px;
  background-color: transparent;
}
.koti-frnt-pln-bx h3 {
  position: absolute;
  top: 3px;
  right: 10px;
  font-size: 1.7rem;
}
.top-pln-btn {
  display: block;
}
.koti-frnt-pln-bx2 {
  margin: 0 auto 30px;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
}
.koti-frnt-pln-bx3 {
  margin: 0 auto 30px;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
}
.koti-frnt-pln-bx2-img {
  position: relative;
  height: 200px;
  width: 100%;
  overflow: hidden;
}
.koti-frnt-pln-bx2-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}
.top-pln-btn:hover .koti-frnt-pln-bx2-img img {
  transform: scale(1.1);
  opacity: .6;
  transition: .5s;
}
.frnt-pln-num {
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  width: 50px;
  background-color: #fff;
  border-radius: 0 0 50% 0;
  text-align: center;
  font-weight: bold;
}
.frnt-pln-num span {
  display: block;
  font-size: .5rem;
}
.koti-frnt-pln-bx2-img-kids {
  position: relative;
  height: 200px;
  width: 100%;
  overflow: hidden;
}
.koti-frnt-pln-bx2-img-kids img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
  transition: .5s;
}
.top-pln-btn:hover .koti-frnt-pln-bx2-img-kids img {
  transform: scale(1.1);
  opacity: .6;
  transition: .5s;
}
.koti-frnt-pln-bx2-cont {
  width:100%;
}
.koti-frnt-pln-bx2-cont-01 {
  width: 100%;
}
.koti-frnt-pln-bx2-cont-02 {
  width: 100%;
  text-align: center;
}
.koti-frnt-pln-bx2-cont-ttl {
  display: block;
  width: 100%;
  text-align: center;
}
.koti-frnt-pln-bx2-cont-ttl h3 {
  margin-top: 10px;
  font-size: .8rem;
  color: #666c67;
}
.koti-frnt-pln-bx2-cont-ttl h3 span {
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin-top: 7px;
  color: #000;
  font-size: 1.2rem;
}
.koti-frnt-pln-bx2-cont-ttl h3 span::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .5s;
}
.top-pln-btn:hover .koti-frnt-pln-bx2-cont-ttl h3 span::after {
  transform: scale(1, 1);
}
.koti-frnt-pln-bx2-cont-txt {
  margin-top: 7px;
  width: 100%;
  text-align: center;
}
.koti-frnt-pln-bx2-cont-txt p {
  font-size: 1.2rem;
  color: #57869E;
  font-family: mrs-eaves-xl-serif, serif;
  font-weight: 400;
  font-style: normal;
}
.koti-frnt-pln-bx2-cont-txt p span {
  display: block;
  font-size: 2rem;
}
.koti-more {
  display: inline-block;
  margin: 10px 0 20px;
  padding: 2px 40px;
  color: gray;
  transition: .5s;
}
.top-pln-btn:hover .koti-more {
  color: gray;
  letter-spacing: .05em;
  transition: .5s;
}

@media screen and (min-width: 560px) {
  .frnt-pln-bx1 {
    display: flex;
  }
  .koti-frnt-pln-bx2 {
    margin: 0 auto 30px;
    width: 50%;
    max-width: 400px;
    overflow: hidden;
  }
  .koti-frnt-pln-bx2-img {
    position: relative;
    height: 250px;
    width: 100%;
    overflow: hidden;
  }
  .koti-frnt-pln-bx2-img-kids {
    position: relative;
    height: 250px;
    width: 100%;
    overflow: hidden;
  }
  .koti-frnt-pln-bx3 {
    margin: 0 auto 30px;
    width: 50%;
    max-width: 400px;
    overflow: hidden;
  }
}

/*koti ギャラリーーーーーーーーーーーーーーーーーーーーーーー*/
.koti-frnt-glry {
  display: block;
  position: relative;
  margin: 80px 0 0;
  overflow: hidden;
}
.koti-frnt-glry-bk {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 40%;
  height: 70px;
  background-color: #d4dcd3;/*チャイナグレイ*/
  z-index: -1;
  opacity: .8;
}
.koti-frnt-glry h2 {
  margin-bottom: -10px;
  padding: 10px 0 12px 30%;
  color: #000;
  font-size: 2rem;
  color: #626063;/*ストレートグレイ*/
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.koti-frnt-glry-wide {
  display: none;
}
.koti-frnt-glry-w-ttl {
  display: none;
}
@media screen and (min-width: 768px) {
  .koti-frnt-glry {
    display: none;
  }
  .koti-glry-w-sec {
    width: 100%;
    overflow: hidden;
  }
  .koti-frnt-glry-w-ttl {
    position: relative;
    display: block;
    margin-top: 150px;
    height: 80px;
    font-family: mrs-eaves-xl-serif, serif;
    font-weight: 400;
    font-style: normal;
  }
  .koti-frnt-glry-w-ttl::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 79%;
    height: 2px;
    background-color: #d4dcd3;
  }
  .koti-frnt-glry-w-ttl h2 {
    margin: 0 0 0 80%;
  }
  .koti-frnt-glry-wide {
    display: block;
    position: relative;
    margin: 0 auto 50px;
    width: 100%;
    max-width: 960px;
    height: 800px;
  }
  .koti-frnt-glry-w-bk h2 {
    margin-right: -50px;
    padding: 80px 30px 0 0;
    color: #4A4140;
    font-size: 1.5rem;
    text-align: right;
    font-family: mrs-eaves-xl-serif, serif;
    font-weight: 400;
    font-style: normal;
    z-index: 5;
  }
  .koti-frnt-glry-wide ul li:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 5px;
    height: 195px;
    width: calc((100% / 3) - 5px);
    overflow: hidden;
  }
  .koti-frnt-glry-wide ul li:nth-child(1) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .koti-frnt-glry-w-bk {
    position: absolute;
    top: 200px;
    left: 0;
    margin-bottom: 5px;
    width: calc((100% / 3) - 5px);
    height: 195px;
    background-color: #fff;
    background-size: 90%;
  }
  .koti-frnt-glry-wide ul li:nth-child(2) {
    position: absolute;
    top: 400px;
    left: 0;
    margin-bottom: 5px;
    height: 400px;
    width: calc((100% / 3) - 5px);
    overflow: hidden;
  }
  .koti-frnt-glry-wide ul li:nth-child(2) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .koti-frnt-glry-wide ul li:nth-child(3) {
    position: absolute;
    top: 0;
    left: calc(100% / 3);
    margin-bottom: 5px;
    height: 595px;
    width: calc((100% / 3) * 2);
    overflow: hidden;
    z-index: -1;
  }
  .koti-frnt-glry-wide ul li:nth-child(3) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  .koti-frnt-glry-wide ul li:nth-child(4) {
    position: absolute;
    top: 600px;
    left: calc(100% / 3);
    height: 200px;
    width: calc((100% / 3) - 5px);
    overflow: hidden;
  }
  .koti-frnt-glry-wide ul li:nth-child(4) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .koti-frnt-glry-wide ul li:nth-child(5) {
    position: absolute;
    top: 600px;
    left: calc((100% / 3) * 2);
    height: 200px;
    width: calc(100% / 3);
    overflow: hidden;
  }
  .koti-frnt-glry-wide ul li:nth-child(5) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}










.ohn-about {
  width: 100%;
  background-size: 30% 50%;
  background-color: pink;
}

/*特徴*/
.ohn-features {
  position: relative;
  margin-top: 15px;
  width: 100%;
  height: 600px;
}
.ohn-features-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
}
.ohn-features-img01 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ohn-features-cont {
  position: absolute;
  top: 300px;
  left: 0;
  width: 100%;
  height: 300px;
}
.ohn-features-cont-box1 {
  position: absolute;
  top: 300px;
  left: 0;
  display: flex;
  width: 100%;
  height: 200px;
  align-items: center;
  justify-content: center;
  background-image: url(img/logo_ohanagr02.png);
  background-repeat: no-repeat;
  background-blend-mode: lighten;
  background-size: 10%;
  background-position: 90% 80%;
}
.ohn-features-cont-box1 p {
  margin: 0 auto 15px;
  width: 90%;
  text-align: center;
  line-height: 1.4rem;
}
.ohn-features-cont-box1 span {
  color: orange;
  font-size: 1.5rem;
  line-height: 1.7rem;
}
.ohn-features-cont-box2 {
  position: absolute;
  top: 500px;
  left: 0;
  display: block;
  width: 100%;
  height: 100px;
}
@media screen and (min-width: 560px) {
  .ohn-features {
    position: relative;
    margin-top: 15px;
    width: 100%;
    height: 500px;
  }
  .ohn-features-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 500px;
  }
  .ohn-features-cont-box1 {
    position: absolute;
    top: 0px;
    left: 60%;
    display: flex;
    width: 40%;
    height: 400px;
    align-items: center;
    justify-content: center;
  }
  .ohn-features-cont-box1 p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .ohn-features-cont-box1 span {
    color: orange;
    font-size: 1.7rem;
    line-height: 1.9rem;
  }
  .ohn-features-cont-box2 {
    position: absolute;
    top: 400px;
    left: 40%;
    display: block;
    width: 60%;
    height: 100px;
  }
}

/*会社概要*/
.ohn-campany {
  margin: 80px 0;
}
.ohn-access {
  margin: 80px 0;
  width: 100%;
}
.ohn-access-main {
  margin-top: 30px;
}
.ohn-access-map {
  width: 100%;
  text-align: center;
}
.ohn-access-map iframe {
  width: 90%;
  height: 300px;
}
.ohn-access-cont {
  display: flex;
  width: 100%;
  align-items: center;
}
.ohn-access-cont-txt {
  display: block;
  margin: 0 auto;
  width: 80%;
}
.ohn-access-cont-txt p {
  margin-top: 5px;
  line-height: 1.2rem;
}
@media screen and (min-width: 560px) {
  .ohn-access-main {
    display: flex;
  }
  .ohn-access-map {
    width: 60%;
  }
  .ohn-access-cont {
    width: 40%;
  }
  .ohn-access-cont-txt p {
    margin-top: 5px;
    line-height: 1.8rem;
  }
}

/*評価シート*/
.ohn-evaluation {
  margin: 20px auto 30px;
  width: 80%;
}

/*page guide ご利用案内*/
.guide-flow {
  display: flex;
  margin-top: 20px;
  width: 100%;
}
.guide-flow-l {
  content: "";
  width: 10%;
  border-right: 3px solid #0063CC;
}
.guide-flow ul {
  list-style: none;
  width: 80%;
}
.guide-flow li {
  position: relative;
  padding: 15px 0 20px 25px;

}
.guide-flow li p {
  padding-top: 5px;
  line-height: 1.2rem;
}
.guide-flow li::before {
  position: absolute;
  text-align: center;
  top: 16px;
  left: -15px;
  width: 27px;
  height: 27px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #0063CC;
}
.flow-num01::before {
  content: "1";
}
.flow-num02::before {
  content: "2";
}
.flow-num03::before {
  content: "3";
}
.flow-num04::before {
  content: "4";
}
.flow-num05::before {
  content: "5";
}
.guide-flow-btn {
  margin-top: 5px;
  display: block;
  width: 100%;
  text-align: right;
}
.btn-smll {
  padding: 5px;
  color: #fff;
  background-color: orange;
  border-radius: 5px;
}

/*利用料金*/
.ohn-guid-prc-sub {
  margin: 20px 0 0 5%;
  font-size: 1.3rem;
  border-left: 8px solid #F0AB86;
}
.ohn-guid-prc-sub-txt {
  margin: 10px auto;
  width: 90%;
  line-height: 1.2rem;
}
.ohn-guide-prc {
  display: flex;
  margin: 10px auto;
  width: 90%;
  text-align: center;
}
.ohn-guide-prc-cont {
  width: calc(100vw / 3);
  border: 1px solid #000;
}
.ohn-guide-prc-cont h3 {
  padding: 15px 0;
  font-size: 1rem;
}
.ohn-guide-prc-cont h4 {
  padding: 15px 0;
  font-size: 1.4rem;
}
.ohn-guide-prc-cont h5 {
  padding: 15px 0;
  font-size: .8rem;
}
.ohn-guide-prc02 {
  margin: 0 auto;
  width: 80%;
  list-style: none;
}
.ohn-guide-prc02 li {
  display: flex;
  border-bottom: 1px solid #e9dacb;
}
.ohn-guide-prc02 li p {
  width: 70%;
}
.ohn-guide-prc02 li span {
  width: 30%;
  text-align: right;
}
/*ohana class　ページ--------------------------------*/
.ohn-class-area {
  margin: 40px 0 50px;
}
.ttl-bttm-bar-spt-scl {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  margin-left: 5%;
  padding-right: 50px;
  color: #1C54B1;
  font-size: 1.5rem;
}
.ttl-bttm-bar-spt-scl::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 2px;
  width: 100%;
  height: 3px;
  background-color: #1C54B1;
  z-index: -5;
}
.ttl-bttm-bar-spt-scl::after {
  content: "";
  position: absolute;
  top: -25px;
  left: -5px;
  width: 30px;
  height: 30px;
  background-image: url(img/logo_ohanagr02.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.ttl-bttm-bar-spt {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  margin-left: 5%;
  padding-right: 50px;
  color: #BC4F06;
  font-size: 1.5rem;
}
.ttl-bttm-bar-spt::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 2px;
  width: 100%;
  height: 3px;
  background-color: #BC4F06;
  z-index: -5;
}
.ttl-bttm-bar-spt::after {
  content: "";
  position: absolute;
  top: -25px;
  left: -5px;
  width: 30px;
  height: 30px;
  background-image: url(img/logo_ohanagr02.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.clss-spt {
  margin: 15px auto;
  width: 90%;
}
.ohn-class-sub-ttl-spt {
  margin: 20px 0 10px 0;
  padding: 3px 0 3px 5px;
  padding-left: 5px;
  font-size: 1.3rem;
  background-color: #f7f6fb;
  border-left: 8px solid #1C54B1;
}
.ohn-class-tag-spt {
  padding: 3px;
  color: #BC4F06;
  border: 1px solid #BC4F06;
  border-radius: 5px;
}
.ohn-class-sub-ttl-spt-scl {
  margin: 20px 0 10px 0;
  padding: 3px 0 3px 5px;
  font-size: 1.3rem;
  background-color: #f7f6fb;
  border-radius: 0 10px 10px 0;
  border-left: 8px solid #BC4F06;
}
.ohn-class-tag-spt-scl {
  padding: 3px;
  color: #1C54B1;
  border: 1px solid #1C54B1;
  border-radius: 5px;
}
.ohn-class-list {
  margin-left: 5%;
}
.ohn-class-list li {
  display: flex;
}
.ohn-class-list li p {
  width: 50%;
}
.ohn-class-list li span {
  width: 50%;
}
.clss-spt01-a02 h4 {
  font-size: 1.5rem;
  color: #F00E7B;
}
.clss-spt01-b {
  max-width: 480px;
}
.ohn-access-map-clss {
  width: 100%;
  text-align: center;
}
.ohn-access-map-clss iframe {
  width: 100%;
  height: auto;
}
.ohn-class-to-prgrm　{
  display: block;
  margin-left: 10%;
}
@media screen and (min-width: 560px) {
  .clss-spt01 {
    display: flex;
  }
  .clss-spt01-a {
    width: 60%;
  }
  .clss-spt01-b {
    width: 40%;
  }
  .clss-spt01-b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .clss-spt02 {
    display: flex;
  }
  .clss-spt02-a {
    width: 50%;
  }
  .clss-spt02-b {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .clss-spt01-a {
    width: 50%;
  }
  .clss-spt01-b {
    width: 50%;
  }
  .clss-spt01-b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/*day-prgrm*/
.day-prgrm {
  margin: 15px auto;
  width: 90%;
  max-width: 900px;
  border: 2px solid blue;
  border-radius: 10px;
}
.day-prgrm h4 {
  margin-bottom: 7px;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  background-color: blue;
}
.day-prgrm-sub {
  text-align: center;
}
.day-prgrm-spt-r-txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.day-prgrm-spt-r-txt-bx h5 {
  padding: 3px 5px;
  color: blue;
  border: 1px solid blue;
  border-radius: 5px;
}
.day-prgrm-spt-r-txt-bx-holiday h5 {
  padding: 3px 5px;
  color: brown;
  border: 1px solid brown;
  border-radius: 5px;
}
.day-prgrm-spt-r-txt-bx p {
  margin-top: 7px;
  line-height: 1.2rem;
}
.day-prgrm-spt-r-txt-bx-holiday p {
  margin-top: 7px;
  line-height: 1.2rem;
}
.ohn-day-list {
  margin: 0px auto 5px;
  width: 90%;
  list-style: none;
  border-top: 3px dotted blue;
}
.ohn-day-list-holiday {
  margin: 0px auto 5px;
  width: 90%;
  list-style: none;
  border-top: 3px dotted brown;
}
.day-prgrm-spt-l h5 {
  margin: 10px 0 0 5%;
  font-size: 1.2rem;
  font-weight: bold;
}
.day-prgrm-spt-r h5 {
  margin: 10px 0 0 5%;
  font-size: 1.2rem;
  font-weight: bold;
}

.ohn-day-list li {
  display: flex;
}
.ohn-day-list li p {
  width: 30%;
  font-size: .8rem;
  text-align: center;
}
.ohn-day-list li span {
  width: 70%;
}
.ohn-day-list-holiday li {
  display: flex;
}
.ohn-day-list-holiday li p {
  width: 30%;
  font-size: .8rem;
}
.ohn-day-list-holiday li span {
  width: 70%;
}
.day-prgrm-img {
  margin: 0 auto;
  width: 90%;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}
.day-prgrm-img img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 90%;
}
.day-prgrm-holiday-img {
  margin: 0 auto;
  width: 90%;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}
.day-prgrm-holiday-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 60%;
}
.day-prgrm-holiday {
  margin: 15px auto;
  width: 90%;
  max-width: 900px;
  border: 2px solid brown;
  border-radius: 10px;
}
.day-prgrm-holiday h4 {
  padding: 5px 0;
  margin-bottom: 7px;
  text-align: center;
  color: #fff;
  background-color: brown;
}
@media screen and (min-width: 560px) {
  .day-prgrm-sub {
    display: flex;
    text-align: center;
  }
  .day-prgrm-img {
    margin: 0 5%;
    width: 50%;
  }
  .day-prgrm-holiday-img {
    margin: 0 5%;
    width: 50%;
  }
  .day-prgrm-spt-r-txt {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
  }
  .day-prgrm-spt-r-txt-bx h5 {
    color: blue;
    border: 1px solid blue;
  }

  .day-prgrm-spt-r-txt-bx-holiday h5 {
    color: brown;
    border: 1px solid brown;
    border-radius: 5px;
  }
  .day-prgrm-spt-r-txt-bx p {
    margin-top: 7px;
    line-height: 1.2rem;
  }
  .day-prgrm-txt {
    width: 50%;
  }
  .day-prgrm-spt {
    display: flex;
  }
  .day-prgrm-spt-l {
    width: 50%;
  }
  .day-prgrm-spt-r {
    width: 50%;
  }
}

/*ohana contact　ページ--------------------------------*/
.ohn-contact-main-cont {
  margin: 0 auto;
  width: 90%;
  max-width: 600px;
  overflow: hidden;
}
.contact-tel h4 {
  border-bottom: 2px solid #efefef;
}
.contact-tel h4 i {
  margin-right: 5px;
}
.contact-tel h5 {
  margin-top: 20px;
  font-size: 2rem;
  text-align: center;
}
.contact-tel h5 span {
  font-size: 1rem;
}
.contact-tel p {
  font-size: .8rem;
  text-align: center;
}
.main-content-area {
  margin: 50px 0 0;
}
.main-content-area h4 {
  font-size: 1.1rem;
  margin-bottom: 60px;
  border-bottom: 2px solid #efefef;
}
.main-content-area h4 i {
  margin-right: 5px;
}



 /*---------------------------
 -----------------------------
 カスタム投稿 news
 ーーーーーーーーーーーーーーーーーーー*/

 /*header*/
 .post-news-ttl02 {
   display: block;
   font-size: 1.8rem;
 }
 .post-news-ttl02 span {
   display: block;
   font-size: .7rem;
 }

 /*content area*/
.post-news-area {
  margin: 7%;
}
.post-news-main {
  margin: 0 auto;
  max-width: 600px;
}
.news-ttl {
  font-size: 1.2rem;
  border-bottom: 1px solid gray;
}
.news-date {
  font-size: .7rem;
}
.news-cont {
  margin: 15px 0 10px 0;
  font-size: 1rem;
}
.list-bttn {
  margin-top: 50px;
  text-align: right;
}
@media screen and (min-width: 560px) {

}



/*無限ループスライダー*/
#loopslider * {
    margin: 0;
    padding: 0;
    z-index: -5;
}
#loopslider {
  position: absolute;
  top: 0;
  left: 0;
    margin: 0 auto;
    width: 100%;
    height: 200px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

#loopslider ul {
    height: 200px;
    float: left;
    display: inline;
    overflow: hidden;
}

#loopslider ul li {
    width: 180px;
    height: 200px;
    float: left;
    display: inline;
    overflow: hidden;
}
#loopslider ul li img {
  height: 200px;
  width: 180px;
  object-fit: cover;
}

/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
    content: "";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

#loopslider ul {
    display: inline-block;
    overflow: hidden;
}


/*マーカー*/
/* マーカー線・青 */
.marker5{
background:linear-gradient(transparent 75%, #9eceff 75%);
font-weight:bold;
}
/* マーカー線・赤 */
.marker1{
background:linear-gradient(transparent 75%, #ffadad 75%);
font-weight:bold;
}
/* マーカー線・オレンジ */
.marker21{
background:linear-gradient(transparent 75%, #ffce9e 75%);
font-weight:bold;
}
/* マーカー線・黄色 */
.marker9{
background:linear-gradient(transparent 75%, #ffdc00 75%);
font-weight:bold;
}



/*フッター　ボタン*/
/*ボトムボタン*/
.bttm-btn {
  display: block;
  position: fixed;
  bottom: 0;
  width: 0%;
  height: 0px;
  background-color: #eeeaec;
  transition: all 1s;
  opacity: 0;
  z-index: 50;
}
.bttm-btn.scrlin {
  display: block;
  position: fixed;
  bottom: 0;
  width: calc(100% - 50px);
  height: 50px;
  border-top: .5px solid #AB96A0;
  background-color: #eeeaec;
  transition: all 1s;
  opacity: 1;
  z-index: 50;
}
.bttm-btn00 {
  padding-top: 3px;
  text-align: center;
  font-size: .9rem;
}
.bttm-btn1 {
  display: flex;
  height: 100%;
  width: 100%;
}
.bttm-btn-mail {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  color: #7e837f;
  text-align: center;
}
.bttm-btn-mail a {
  line-height: 50px;
}
.bttm-btn-mail a i {
  margin-right: 15px;
  font-size: 1.2rem;
}
.bttm-btn-tel {
  width: 25%;
}
.bttm-btn-tel i {
  font-size: 1.8rem;
  line-height: 30px;
}
.bttm-btn-tel a {
  display: block;
  width: 100%;
  height: 45px;
}
.bttm-btn-htppr {
  width: 25%;
}
.bttm-btn-htppr img {
  width: 80px;
}
.bttm-btn-line {
  display: block;
  width: 25%;
}
.bttm-btn-line a {
  display: block;
  width: 100%;
  height: 100%;
}
.bttm-btn-line i {
  font-size: 1.8rem;
  line-height: 30px;
}
.bttm-btn-insta {
  display: block;
  width: 25%;
}
.bttm-btn-insta a {
  display: block;
  width: 100%;
  height: 100%;
}
.bttm-btn-insta i {
  font-size: 1.8rem;
  line-height: 30px;
}
.bttm-btn2 {
  font-size: .5rem;
}


/*-----------------------------------------------
-------------------------------------------------
カスタム投稿　singleページ
-------------------------------------------------*/

/*archive----------------------------*/
/*
 * Gallery
 */

#gallery {
  margin: 100px auto 0;
  overflow: hidden;
  list-style: none;
}
#gallery li {
  max-width: 300px;
  padding: 5px;
}

#gallery li img {
  max-width: 100%;
  height: auto;
}


/*single----------------------------*/
.single-gallery {

}
.single-gallery-img {
  width: 100%;
  height: 90vw;
}



/*plan プラン    NewBornーーーーーーーーーーーーーーーー*/

.koti-pln-newborn {
  margin-top: 50px;
}
.koti-pln-newborn-ttl {
  position: relative;
  margin: 20px 0 20px;
  width: 100%;
  height: 50px;
  color: gray;
  padding-top: 7px;
  text-align: center;
}
.koti-pln-newborn-ttl::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 46%;
  width: 8%;
  height: 5px;
  background-color: #EBE3D2;
  border-radius: 5px;
}
.koti-pln-newborn-ttl h3 {
  padding-left: 0;
  color: #626063;/*ストレートグレイ*/
  font-size: 1.3rem;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.koti-pln-newborn-ttl span {
  display: block;
  padding-left: -7%;
  margin-bottom: -2px;
  font-size: 1.8rem;
  color: #EBE3D2;
  font-family: madre-script, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.koti-pln-newborn-cont-img {
  position: relative;
  z-index: -5;
}
.koti-pln-newborn-cont-img img {
  transform: scale(1, 1);
  transition: 1s;
  z-index: -5;
}
.koti-pln-newborn-cont-area {
  margin: -40px 0 0 3%;
  background-color: rgba(235, 227, 210, .3);
}
.koti-pln-newborn-cont-plan {
  position: relative;
  margin: 20px 0 0;
  padding-left: 10px;
  width: 90%;
  background-color: #EBE3D2;
  border-radius: 7px;
  z-index: 5;
}
.koti-pln-newborn-cont-plan::before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border: 5px solid #fff;
  border-radius: 7px;
}
.koti-pln-newborn-cont-plan::after {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border: 1px solid #000;
  border-radius: 7px;
}
.koti-pln-newborn-cont-plan-dcsr-ttl {
  position: relative;
  color: #626063;/*ストレートグレイ*/
}
.koti-pln-newborn-cont-plan-dcsr-ttl h4 {
  position: relative;
  margin-top: 10px;
  display: inline-block;
  padding-left: 10px;
  z-index: 2;
}
.koti-pln-newborn-cont-plan-dcsr-ttl::before {
  content: "";
  position: absolute;
  display: block;
  top: -5px;
  left: 5px;
  height: 110%;
  width: 270px;
  transform: rotate(0deg);
  z-index: 0
}
.koti-pln-newborn-cont-plan-dcsr-txt {
  display: flex;
  padding: 10px 0;
  color: #4e454a;/*チャコールグレイ*/
}
.koti-pln-newborn-cont-plan-dcsr-price {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.koti-pln-newborn-cont-plan-dcsr-price h5 {
  font-size: 1.1rem;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.koti-pln-newborn-cont-plan-dcsr-txt ul {
  width: 60%;
  padding-left: 10%;
  line-height: 1.2rem;
}
.koti-pln-newborn-cont-plan-dcsr-txt ul li {
  font-family: tbchibirgothicplusk-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.koti-pln-btn-more {
  position: absolute;
  top: calc(50% - 15px);
  right: -17px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
}
.koti-pln-btn-more i {
  font-size: 30px;
}
.koti-pln-reserv-btn-area {
  display: flex;
  margin-top: 20px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.koti-pln-reserv-btn {
  padding: 5px 10px;
  width: 80%;
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  transition: .5s;
}
.koti-pln-reserv-btn:hover {
  color: #fff;
  letter-spacing: .1em;
  transition: .5s;
}

@media screen and (min-width: 768px) {
  .koti-pln-newborn {
    margin: 0 auto 0;
    max-width: 900px;
  }
  .koti-pln-newborn-ttl {
    position: relative;
    margin: 20px 0 40px;
    width: 100%;
    height: 50px;
    padding-top: 7px;
    text-align: center;
  }
  .koti-pln-newborn-cont-area {
    margin: -400px 0 0 55%;
    max-width: 330px;
    background-color: rgba(235, 227, 210, 0);
    transition: 1s;
  }
  .koti-pln-newborn-cont-img img {
    transform: scale(-1, 1);
    transition: 1s;
    z-index: -5;
  }
  .koti-pln-reserv-btn {
    padding: 10px 10px;
    width: 70%;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    text-align: center;
  }
}


/*plan プラン    atelierーーーーーーーーーーーーーーーー*/

.koti-pln-atelier {
  margin-top: 50px;
}
.koti-pln-atelier-ttl {
  position: relative;
  margin: 20px 0 20px;
  width: 100%;
  height: 50px;
  padding-top: 7px;
  text-align: center;
}
.koti-pln-atelier-ttl::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 46%;
  width: 8%;
  height: 5px;
  background-color: #EBD2D5;
  border-radius: 5px;
}
.koti-pln-atelier-ttl h3 {
  padding-left: 0;
  color: #626063;/*ストレートグレイ*/
  font-size: 1.3rem;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.koti-pln-atelier-ttl span {
  display: block;
  padding-left: -7%;
  margin-bottom: -2px;
  font-size: 1.8rem;
  color: #EBD2D5;
  font-family: madre-script, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.koti-pln-atelier-cont-img {
  position: relative;
  z-index: -5;
}
.koti-pln-atelier-cont-img img {
  transform: scale(1, 1);
  transition: 1s;
  z-index: -5;
}
.koti-pln-atelier-cont-area {
  margin: -40px 0 0 3%;
  background-color: rgba(235, 210, 213, .3);
}
.koti-pln-atelier-cont-plan {
  position: relative;
  margin: 20px 0 0;
  padding-left: 10px;
  width: 90%;
  background-color: #EBD2D5;
  border-radius: 7px;
  z-index: 5;
}
.koti-pln-atelier-cont-plan::before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border: 5px solid #fff;
  border-radius: 7px;
}
.koti-pln-atelier-cont-plan::after {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border: 1px solid #000;
  border-radius: 7px;
}
.koti-pln-atelier-cont-plan-dcsr-ttl {
  position: relative;
  color: #626063;/*ストレートグレイ*/
}
.koti-pln-atelier-cont-plan-dcsr-ttl h4 {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding-left: 10px;
  z-index: 2;
}
.koti-pln-atelier-cont-plan-dcsr-ttl::before {
  content: "";
  position: absolute;
  display: block;
  top: -5px;
  left: 5px;
  height: 110%;
  width: 270px;
  transform: rotate(0deg);
  z-index: 0
}
.koti-pln-atelier-cont-plan-dcsr-txt {
  display: flex;
  padding: 10px 0;
}
.koti-pln-atelier-cont-plan-dcsr-price {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.koti-pln-atelier-cont-plan-dcsr-price h5 {
  font-size: 1.1rem;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.koti-pln-atelier-cont-plan-dcsr-txt ul {
  width: 60%;
  padding-left: 10%;
  line-height: 1.2rem;
}
.koti-pln-atelier-cont-plan-dcsr-txt ul li {
  font-family: tbchibirgothicplusk-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.koti-pln-btn-more {
  position: absolute;
  top: calc(50% - 15px);
  right: -17px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
}
.koti-pln-btn-more i {
  font-size: 30px;
}


@media screen and (min-width: 768px) {
  .koti-pln-atelier {
    margin: 150px auto 0;
    max-width: 900px;
  }
  .koti-pln-atelier-ttl {
    position: relative;
    margin: 20px 0 40px;
    width: 100%;
    height: 50px;
    padding-top: 7px;
    text-align: center;
  }
  .koti-pln-atelier-cont-area {
    margin: -500px 0 0 55%;
    max-width: 330px;
    background-color: rgba(235, 227, 210, 0);
    transition: 1s;
  }
  .koti-pln-atelier-cont-img {
    height: 600px;
    width: 100%;
  }
  .koti-pln-atelier-cont-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(-1, 1);
    transition: 1s;
    z-index: -5;
  }
}

/*plan プラン    locationーーーーーーーーーーーーーーーー*/

.koti-pln-location {
  margin-top: 50px;
}
.koti-pln-location-ttl {
  position: relative;
  margin: 20px 0 20px;
  width: 100%;
  height: 50px;
  padding-top: 7px;
  text-align: center;
}
.koti-pln-location-ttl::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 46%;
  width: 8%;
  height: 5px;
  background-color: #E6EBD2;
  border-radius: 5px;
}
.koti-pln-location-ttl h3 {
  padding-left: 0;
  color: #626063;/*ストレートグレイ*/
  font-size: 1.3rem;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.koti-pln-location-ttl span {
  display: block;
  padding-left: -7%;
  margin-bottom: -2px;
  font-size: 1.8rem;
  color: #E6EBD2;
  font-family: madre-script, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.koti-pln-location-cont-img {
  position: relative;
  z-index: -5;
}
.koti-pln-location-cont-img img {
  transform: scale(1, 1);
  transition: 1s;
  z-index: -5;
}
.koti-pln-location-cont-area {
  margin: -40px 0 0 3%;
  background-color: rgba(230, 235, 210, .3);
}
.koti-pln-location-cont-plan {
  position: relative;
  margin: 20px 0 0;
  padding-left: 10px;
  width: 90%;
  background-color: #E6EBD2;
  border-radius: 7px;
  z-index: 5;
}
.koti-pln-location-cont-plan::before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border: 5px solid #fff;
  border-radius: 7px;
}
.koti-pln-location-cont-plan::after {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border: 1px solid #000;
  border-radius: 7px;
}
.koti-pln-location-cont-plan-dcsr-ttl {
  position: relative;
  color: #626063;/*ストレートグレイ*/
}
.koti-pln-location-cont-plan-dcsr-ttl h4 {
  position: relative;
  margin-top: 10px;
  display: inline-block;
  padding-left: 10px;
  font-weight: 500;
  z-index: 2;
}
.koti-pln-location-cont-plan-dcsr-ttl::before {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  left: 5px;
  height: 110%;
  width: 270px;
  transform: rotate(0deg);
  z-index: 0
}
.koti-pln-location-cont-plan-dcsr-txt {
  display: flex;
  padding: 10px 0;
}
.koti-pln-location-cont-plan-dcsr-price {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.koti-pln-location-cont-plan-dcsr-price h5 {
  font-size: 1.1rem;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.koti-pln-location-cont-plan-dcsr-txt ul {
  width: 60%;
  padding-left: 10%;
  line-height: 1.2rem;
}
.koti-pln-location-cont-plan-dcsr-txt ul li {
  font-family: tbchibirgothicplusk-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.koti-pln-btn-more {
  position: absolute;
  top: calc(50% - 15px);
  right: 5px;
  border-radius: 50%;
}
.koti-pln-btn-more i {
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  .koti-pln-location {
    margin: 150px auto 0;
    max-width: 900px;
  }
  .koti-pln-location-ttl {
    position: relative;
    margin: 20px 0 40px;
    width: 100%;
    height: 50px;
    padding-top: 7px;
    text-align: center;
  }
  .koti-pln-location-cont-area {
    margin: -500px 0 0 55%;
    max-width: 330px;
    background-color: rgba(235, 227, 210, 0);
    transition: 1s;
  }
  .koti-pln-location-cont-img {
    height: 600px;
    width: 100%;
  }
  .koti-pln-location-cont-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70% 45%;
    transition: 1s;
    z-index: -5;
  }
}





/*プラン　アトリエ-------------------------*/


.plan-atelier-snippet {
  margin: 0px 3% 30px;
}
.plan-snippet-txt {
  margin: 0 auto;
  max-width: 1077px;
}
.plan-snippet-key {
  margin: 0 auto;
  max-width: 1077px;
  padding: 5px;
  line-height: 1.2rem;
  letter-spacing: -.05em;
  color: #656733;
  border-top: 4px dotted gray;
}
.child-pln {
  margin-top: 15px;
}
.child-pln-sec {
  margin: 0 auto;
  max-width: 960px;
}
.pln-ttl-area-l {
  margin: 0 3%;
  border-radius: 10px 10px 0 0;
  border-top: 3px solid #707070;
  border-right: 3px solid #707070;
  border-left: 3px solid #707070;
  text-align: center;
}
.pln-ttl-area-l h3 {
  position: relative;
  margin: 20px 0;
  font-family: tbcinergothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.pln-ttl-area-l h3::before {
  position: absolute;
  content: "";
  top: 23px;
  left: calc(50% -100px);
  height: 5px;
  width: 190px;
  transform: rotate(-5deg);
  background-color: #EBD2D5;
  z-index: -5;
}
.pln-ttl-area-l h3 span {
  display: block;
  font-size: .9rem;
}
.pln-ttl-area-l h4 {
  padding-bottom: 15px;
  font-size: 1.7rem;
  font-family: mrs-eaves-xl-serif, serif;
  font-weight: 400;
  font-style: normal;
}
.pln-ttl-area-r {
  margin: 0 3%;
  padding-bottom: 5px;
  height: 250px;
  border-right: 3px solid #707070;
  border-left: 3px solid #707070;
  text-align: center;
}
.pln-ttl-area-r-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pln-ttl-area-r-img-atpetit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
}
.pln-txt-area {
  margin: 0 3%;
  padding: 0;
  border-radius: 0 0 10px 10px;
  border-right: 3px solid #707070;
  border-bottom: 3px solid #707070;
  border-left: 3px solid #707070;
  text-align: center;
}
.pln-txt-area-l {
}
.pln-txt-area-l ul {
  list-style: none;
}
.pln-txt-area-l ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 7px 5px;
  height: 50px;
  background-color: #efefef;
  border-radius: 10px;
}
.pln-txt-area-l ul li div {
  display: block;
}
.pln-txt-area-l ul li span {
  display: block;
  font-size: .9rem;
}
.pln-txt-area-r {
}
.pln-txt-area-r ul {
  list-style: none;
}
.pln-txt-area-r ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 7px;
  height: 50px;
  background-color: #efefef;
  border-radius: 10px;
}
.pln-txt-area-r ul li div {
  display: block;
}
.pln-txt-area-r ul li span {
  display: block;
  font-size: .9rem;
}
.pln-txt-area-mark {
  text-align: left;
}
.pln-txt-area-mark ul {
  list-style: none;
}
.pln-txt-area-mark ul li {
  margin: 5px 7px;
  color: gray;
  font-size: .9rem;
}
.koti-pln-child-reserv-btn-area {
  position: relative;
  display: flex;
  margin: 5px 0 40px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.koti-pln-child-reserv-btn {
  padding: 5px 10px;
  width: 50%;
  background-color: #000;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  transition: .3s;
}
.koti-pln-child-reserv-btn:hover {
  color: #fff;
  letter-spacing: .05em;
  transition: .3s;
}
.koti-pln-child-reserv-btn-area-flow {
  position: absolute;
  top: 125px;
  display: flex;
  margin: 10px 0 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 20;
}
.koti-pln-child-reserv-btn-flow {
  padding: 5px 10px;
  width: 70%;
  background-color: #000;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  transition: .5s;
  z-index: 20;
}
.koti-pln-child-reserv-btn-flow:hover {
  color: #fff;
  letter-spacing: .05em;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .plan-atelier-snippet {
    margin: 40px 3% 30px;
  }
  .page-child-plan-area {
    margin: 100px 0 50px;
  }
  .pln-ttl-area {
    display: flex;
  }
  .pln-ttl-area-l {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    margin: 0 0 0 3%;
    border-radius: 10px 0 0 0;
    border-top: 3px solid #707070;
    border-left: 3px solid #707070;
    border-right: 0 solid transparent;
    text-align: center;
  }
  .pln-ttl-area-l-cont {
    display: block;
    align-items: center;
    justify-content: center;
  }
  .pln-ttl-area-r {
    width: 60%;
    height: 300px;
    margin: 0 3% 0 0;
    border-radius: 0 10px 0 0;
    border-top: 3px solid #707070;
    border-right: 3px solid #707070;
    border-left: 0px solid transparent;
    text-align: center;
  }
  .pln-ttl-area-r-img-atpetit {
    border-radius: 0 10px 0 0;
  }
  .pln-ttl-area-r-img {
    border-radius: 0 10px 0 0;
  }
  .pln-txt-area-flex {
    display: flex;
  }
  .pln-txt-area-l {
    width: 50%;
  }
  .pln-txt-area-l ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 7px;
    height: 70px;
    background-color: #efefef;
    border-radius: 10px;
  }
  .pln-txt-area-r {
    width: 50%;
  }
  .pln-txt-area-r ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 7px;
    height: 70px;
    background-color: #efefef;
    border-radius: 10px;
  }
}


/*プラン　ニューボーン-------------------------*/
.pln-ttl-area-l-newborn {
  margin: 0 3%;
  border-radius: 10px 10px 0 0;
  border-top: 3px solid #707070;
  border-right: 3px solid #707070;
  border-left: 3px solid #707070;
  text-align: center;
}
.pln-ttl-area-l-newborn h3 {
  position: relative;
  margin: 20px 0;
  font-family: tbcinergothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.pln-ttl-area-l-newborn h3::before {
  position: absolute;
  content: "";
  top: 23px;
  left: calc(50% -100px);
  height: 5px;
  width: 190px;
  transform: rotate(-5deg);
  background-color: #EBE3D2;
  z-index: -5;
}
.pln-ttl-area-l-newborn h3 span {
  display: block;
  font-size: .9rem;
}
.pln-ttl-area-l-newborn h4 {
  padding-bottom: 15px;
  font-size: 1.7rem;
  font-family: mrs-eaves-xl-serif, serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .pln-ttl-area-l-newborn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    margin: 0 0 0 3%;
    border-radius: 10px 0 0 0;
    border-top: 3px solid #707070;
    border-left: 3px solid #707070;
    border-right: 0 solid transparent;
    text-align: center;
  }
}
/*プラン　ロケーション-------------------------*/
.pln-ttl-area-l-location {
  margin: 0 3%;
  border-radius: 10px 10px 0 0;
  border-top: 3px solid #707070;
  border-right: 3px solid #707070;
  border-left: 3px solid #707070;
  text-align: center;
}
.pln-ttl-area-l-location h3 {
  position: relative;
  margin: 20px 0;
  font-family: tbcinergothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.pln-ttl-area-l-location h3::before {
  position: absolute;
  content: "";
  top: 23px;
  left: calc(50% -100px);
  height: 5px;
  width: 190px;
  transform: rotate(-5deg);
  background-color: #E6EBD2;
  z-index: -5;
}
.pln-ttl-area-l-location h3 span {
  display: block;
  font-size: .9rem;
}
.pln-ttl-area-l-location h4 {
  padding-bottom: 15px;
  font-size: 1.7rem;
  font-family: mrs-eaves-xl-serif, serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .pln-ttl-area-l-location {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    margin: 0 0 0 3%;
    border-radius: 10px 0 0 0;
    border-top: 3px solid #707070;
    border-left: 3px solid #707070;
    border-right: 0 solid transparent;
    text-align: center;
  }
}


/*リスト　出張　location-------------------------*/
.list-location {
  margin: 0 auto;
  width: 90%;
  max-width: 400px;
}
.list-location li {
  display: flex;

}
.list-location li p {
  width: 70%;
  line-height: 1.1rem;
}
.list-location li span {
  width: 30%;
  line-height: 1.1rem;
}
.list-location div {
  font-size: .9rem;
}

/*キャンセル　cancel-------------------------*/
.about-cancel {
  width: 100%;
  background-color: #efefef;
}
.cancel-area {
  margin: 0 auto;
  padding: 7px 0;
  max-width: 960px;
}
.cancel-ttl {
  margin: 3%;
  font-size: 1.1rem;
  border-left: 4px solid #898880;
}
.cancel-cont {
  margin: 3%;
}
.cancel-cont ul li {
  display: flex;
  margin-left: 15%;
  max-width: 350px;
}
.cancel-cont ul li span {
  width: 50%;
  line-height: 1.2rem;
}
.cancel-cont ul li p {
  width: 50%;
  line-height: 1.2rem;
}

/*zoomslider------------------------------------------*/
.zoomslidr{
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 600px;
    background-color: #fff;
}


/*------------------------------------------------------
hitotsu-top
-------------------------------------------------------*/
.hts-inf-txt {
  margin: 5%;
  line-height: 1.3rem;
}
..hts-inf-txt span {
  margin-top: 5px;
}
.hts-inf-txt p {
  margin-top: 5px;
  color: gray;
  font-size: .7rem;
  line-height: .9rem;
}
.hts-inf-txt a {
  text-decoration: underline;
}
.hts-sns-area {
  margin: 10% 0;
}
.hts-sns-sec {
  position: relative;
  width: 100%;
  height: 400px;
}
.hts-sns-sec-bk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  font-size: 5rem;
  color: #fff;
  background-color: #81D8D0;
  transition: .5s;
}
.hts-sns-sec-hover:hover .hts-sns-sec-bk  {
  color: #DE8A8A;
  transition: .5s;
}
.hts-sns-sec-bk-txt {
  position: absolute;
  top: 10%;
  left: 35%;
  width: 30%;
  height: auto;
  text-align: center;
}
.hts-sns-sec-qr {
  position: absolute;
  top: 150px;
  left: 20%;
  width: 60%;
  text-align: center;
}
.hts-sns-sec-qr img {
  width: 175px;
}
.hts-sns-sec-name {
  position: absolute;
  top:calc(150px + 42%);
  width: 100%;
  text-align: center;
  color: #81D8D0;
}
.hts-rsv-area {
  margin: 10%;
  max-width: 700px;
}
.hts-btn-rsv {
  display: block;
  margin: 50px 0;
  padding: 10px 0;
  width: 100%;
  color: #D68089;
  text-align: center;
  border: 1px solid #D68089;
  border-radius: 15px;
}
.hts-btn-hp {
  display: block;
  margin: 50px 0;
  padding: 10px 0;
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #81D8D0;
  border-radius: 15px;
}
.bar901 {
  margin-left: 40%;
  width: 20%;
  height: 3px;
  background-color: gray;
}
@media screen and (min-width: 768px) {
  .hts-rsv-area {
    margin: 10% auto;
    max-width: 700px;
  }
}


/*-------------------------------------------------------------*/
.kbmr_mailorder-btn {
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;

  border: 2px solid var(--accentcolor);
  border-radius: 5px;
  transition: .3s;
}
.kbmr_mailorder-btn:hover {
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  background-color: var(--accentcolor);
  border-radius: 5px;
  transition: .5s;
}
.kbmr_mailorder-btn h2 {
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: var(--accentcolor);
  font-size: 1rem;
  letter-spacing: .25em;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.kbmr_mailorder-btn:hover h2 {
  color: #ffff;
}


/*top-no1-------------------------------------------------------------*/
.top-no1 {
  margin: 80px 0;
  background-image: url(img/ibk_shape.png);
  background-position: 80% 180px;
  background-size: 50%;
  background-repeat: no-repeat;
  transition: .3s;
}
.top-no1 h2 {
  margin: 0 5%;
}
.top-no1-main {

}
.top-no1-main-l {
  background-color: rgba(132, 153, 116, .1)
}
.top-no1-main-l ul {
  padding: 50px 5%;
}
.ul-border-left {
  border-left: 1px solid #333333;
}
.li-flex {
  display: flex;
}
.li-flex div {
  width: 35%;
  max-width: 200px;
  padding-left: 5px;
}
.li-flex p {
  width: 65%;
  font-size: 2rem;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}
.top-no1-main-r {
  margin: 30px 5% 20px;
}
.top-no1-main-r-text {
  line-height: 1.8rem;
}
.motto-btn-area {
  margin-top: 50px;
  transform: rotate(-10deg);
  transition: .3s;
}
.motto-btn-area:hover {
  transform: rotate(-5deg);
  transition: .5s;
}
.motto-btn {
  margin-left: 60%;
  padding: 20px 15px 15px;
  color: #ffff;
  font-weight: 600;
  background-color: rgba(132, 153, 116, .8);
  border-radius: 5px;
  transition: .3s;
}
.motto-btn:hover {
  color: var(--accentcolor);
  transition: .5s;
}
.motto-btn span {
  font-size: 1.8rem;
}

@media screen and (min-width: 560px) {
  .top-no1 {
    margin: 100px 0;
    background-image: url(img/ibk_shape.png);
    background-position: 40% 250px;
    background-size: 300px auto;
    background-repeat: no-repeat;
    transition: .3s;
  }
  .top-no1 h2 {
    margin: 0 0 0 50%;
  }
  .top-no1-main {
    display: flex;
  }
  .top-no1-main-l {
    width: 70%;
    margin-bottom: 200px;
    padding: 50px 5%;
  }
  .top-no1-main-r {
    width: 50%;
    margin: 250px 0 0 -20%;
  }
  .top-no1-main-r-text {
    line-height: 2.3rem;
    max-width: 600px;
    font-size: 1.2rem;
  }
}

/*-kuri--------------------------------------------*/
.kbmr-kuri h2 {
  margin: 0 5%;
}
.bmr-kuri-main-l {
  background-color: #ffff;
}
.bmr-kuri-main-r {
  padding: 5%;
}

@media screen and (min-width: 560px) {
  .kbmr-kuri-main {
    display: flex;
    flex-direction: row-reverse;
  }
  .bmr-kuri-main-l {
    width: 50%;
    background-color: transparent;
  }
  .bmr-kuri-main-l img {
    width: 80%;
  }
  .bmr-kuri-main-r {
    width: 50%;
    margin: 200px 0 0;
  }
  .top-no1-main-r-text {
    max-width: 450px;
  }
}

/*栗通販--------------------------------------------------------------------*/
.kuri-mailorder h2 {
  margin: 5%;
}
.kuri-mailorder-main-area {
  position: relative;
  margin: 0 auto;
  width: 90%;
  height: 100px;
  overflow: hidden;
}
.kuri-mailorder-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% 50%;
  transition: .3s;
}
.kuri-mailorder-main-area:hover .kuri-mailorder-img {
  transform: scale(1.2);
  transition: .5s;
}
.kuli-mailorder-txt-bk {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  line-height: 2rem;
  color: #ffff;
  background-color: var(--accentcolor);
  clip-path: polygon(0 0, 40% 0, 55% 100%, 0 100%);
}

.kuli-mailorder-txt-bk span {
  display: block;
  font-size: 1.5rem;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  transition: .3s;
}
.kuri-mailorder-main-area:hover .kuli-mailorder-txt-bk span {
  letter-spacing: .1em;
  transition: .5s;
}
.kuli-mailorder-txt-line {
  content: "";
  position: absolute;
  top: 83px;
  left: 10px;
  height: 2px;
  width: 40%;
  background-color: #ffff;
}
.kuri-mailorder-more {
  position: absolute;
  bottom: 5%;
  right: 5%;
  height: 2rem;
  width: 120px;
  text-align: center;
  border: 1px dotted var(--accentcolor);
  background-color: #ffff;
  border-radius: 15px;
}
@media screen and (min-width: 480px) {
  .kuri-mailorder h2 {
    margin: 0 0 0 50%;
  }
  .kuri-mailorder-main-area {
    position: relative;
    margin: 0 auto;
    width: 80%;
    height: 180px;
  }
  .kuli-mailorder-txt-bk {
    padding-left: 10%;
    line-height: 2.3rem;
  }
  .kuli-mailorder-txt-line {
    content: "";
    position: absolute;
    top: 130px;
    left: 10%;
    height: 2px;
    width: 30%;
    background-color: #ffff;
  }
}


/*-サブメニューボタン----------------------------------------------------------*/

.sub-menu-btn-area {
  margin: 0 auto;
  text-align: center;
}
.sub-menu-btn-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  color: var(--accentcolor);
  line-height: 1.2rem;
}
.sub-menu-btn01,
.sub-menu-btn02,
.sub-menu-btn03 {
  margin: 20px auto;
  padding-bottom: 10px;
  width: 60%;
  border-bottom: 1px solid var(--accentcolor);
}
.sub-menu-btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: var(--maincolor);
  transition: .5s;
}
.sub-menu-btn-icon img {
  transition: .3s;
}
.sub-menu-btn-icon:hover img {
  transform: rotateY( 180deg );
  transition: .5s;
}

@media screen and (min-width: 480px) {
  .sub-menu-btn-area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5%;
  }
  .sub-menu-btn01,
  .sub-menu-btn02,
  .sub-menu-btn03 {
    width: 30%;
    border-bottom: 0px solid transparent;
  }
  .sub-menu-btn02 {
    position: relative;
  }
  .sub-menu-btn02::before {
    content: "";
    position: absolute;
    top: 25%;
    left: 0;
    height: 50%;
    width: 1px;
    background-color: var(--accentcolor);
  }
  .sub-menu-btn02::after {
    content: "";
    position: absolute;
    top: 25%;
    right: 0;
    height: 50%;
    width: 1px;
    background-color: var(--accentcolor);
  }
  .sub-menu-btn-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: var(--maincolor);
  }
}

/*==========================================================
kobamaro-page-common
==========================================================*/
.heading-page {
  position: relative;
  margin: 80px 0 0;
  padding-left: 5%;
  line-height: 3rem;
  background-color: var(--maincolor);
  color: #ffff;
  overflow: hidden;
}
.heading-page::before {
  position: absolute;
  content: "";
  top: 10px;
  right: -50px;
  height: 3rem;
  width: 100px;
  background-image: url(img/logo_kobamaro00.svg);
  background-size: 35%;
  background-repeat: no-repeat;
}
.koba-page-ttl {
  position: relative;
  margin: 0 5%;
  padding: 5px 0;
  font-weight: 400;
}
.koba-page-ttl::before {
  content: "";
  background-image: linear-gradient(to right, var(--accentcolor), var(--accentcolor) 3px, transparent 3px, transparent 8px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
/*---------------------------------------------------------
kobamaro-page
-----------------------------------------------------------*/
.kobamaro-abt-buy {
  margin: 50px 0 80px;
}
.koba-page-cont {
  margin: 0 7% 50px;
}
.koba-page-cont_image-r {
  letter-spacing: .05em;
}
.koba-page-cont_image-l {
  letter-spacing: .05em;
}

@media screen and (min-width: 560px) {
  .kobamaro-main-area {
    margin-bottom: 100px;
  }
  .koba-page-cont_image-r {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 auto;
    padding-top: 50px;
    max-width: 800px;
  }
  .koba-page-cont_image-r-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
  }
  .koba-page-cont_image-r-txt {
    width: 60%;
  }
  .koba-page-cont_image-r-txt p {
    padding-right: 15px;
  }
  .koba-page-cont_image-l {
    display: flex;
    margin: 0 auto;
    padding-top: 50px;
    max-width: 800px;
  }
  .koba-page-cont_image-l-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
  }
  .koba-page-cont_image-l-txt {
    width: 60%;
  }
  .koba-page-cont_image-l-txt p {
    padding-left: 15px;
  }
}

/*page-kobamaro_mailorder*/
.mailorder-flow {
  margin: 5%;
}
.mailorder-flow-ttl {
  margin-right: 10px;
  line-height: 1.5rem;
  font-weight: 400;
  border-bottom: 1px solid var(--maincolor);
}
.mailorder-flow-ttl-term {
  padding: 3px 5px;
  font-size: .8rem;
  color: #ffff;
  background-color: #888888;
  border-radius: 5px;
}
.mailorder-flow-ttl-txt {
  display: block;
}
.mailorder-flow-cont {
  position: relative;
  margin: 10px 0 30px;
}
.mailorder-flow-cont::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 10px solid var(--maincolor);
  opacity: .4;
}
.mailorder-flow-cont li {
  display: flex;
  margin-top: 10px;
}
.rotate15 {
  padding-right: 10px;
  color: #888888;
  font-size: 1.1rem;
  transform: rotate(15deg);
}
@media screen and (min-width: 560px) {
  .mailorder-flow {
    display: flex;
  }
  .mailorder-flow-reserve {
    width: 50%;
  }
  .mailorder-flow-order {
    width: 50%;
  }
}


/*page-kobamaro_deli発送-------*/
.deli-txt-li {
  margin: 5%;
}
.deli-txt-li ul{
  margin-top: 10px;
  padding-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
  line-height: 1.5rem;
}
.deli-txt-li ul li {
  margin-bottom: 5px;
}
.deli-free {
  margin-left: 5px;
  padding: 3px 5px;
  font-size: 1rem;
  color: #ffff;
  background-color: var(--accentcolor);
  border-radius: 5px;
}
@media screen and (min-width: 560px) {
  .about-buy {
    display: flex;
    margin: 5%;
  }
  .about-buy-cont {
    width: 50%;
  }

}



/*==========================================================
page_ibk-kuri
==========================================================*/
.page-head-1st-area {
  margin: 0 auto;
  max-width: 1000px;
}
.page-head-1st {
  position: relative;
  margin: -30px auto 0;
  width: 85%;
  background-color: #ffff;
}
.page-head-1st p {
  margin: 5%;
}
.kuri-type {
  margin: 80px 0 0;
}
.kuri-type-name {
  margin: 6px 0 0;
  font-weight: 600;
  border-bottom: 1px solid var(--accentcolor);
}
.special-price {
  margin-left: 15px;
  padding: 3px 8px;
  color: #ffff;
  font-size: 1.3rem;
  font-weight: normal;
  background-color: #ea5549;
  border-radius: 5px;
}
.font-small {
  font-size: .8rem;
  font-weight: lighter;
}
.kuri-type-dscr-2nd-area {
  display: flex;
  margin: 5px 0 0;
}
.kuri-type-dscr-2nd-area-img {
  width: 50%;
}
.kuri-type-dscr-2nd-area-cont {
  width: 50%;
  margin: 15px 0 0 7px;
}
.harvest-time {
  display: inline-block;
  padding: 3px 5px;
  color: var(--accentcolor);
  font-size: .8rem;
  border: 1px solid var(--accentcolor);
  border-radius: 5px;
}
.harvest-name {
  display: block;
  margin: 7px 0 0;
  font-size: 1.2rem;
  font-weight: 500;
}
.harvest-month {
  display: block;
  margin: 5px 0 0;
  font-size: 1.1rem;
}
.kuri-order-temp {
  width: 100%;
  margin-top: 5px;
  padding: 5px 5px;
  text-align: center;
  letter-spacing: .05em;
  color: #ffff;
  font-size: .8rem;
  background-color: var(--accentcolor);
  border-radius: 5px;
}
.koba-recipe-list {
  margin: 5%:
}
.koba-recipe-list{
  margin:  10% 5% 0;
  border-top: 1px solid #888888;
  border-right: 1px solid #888888;
}
.koba-recipe-list p {
  display: block;
  padding: 5px 20px 20px;
  text-align: right;
}
.koba-recipe-list img {
  width: 70%;
}
.title-line01 {
  display: flex;
  align-items: center;
  margin: 60px 0 0;
  color: var(--maincolor);
}
.title-line01::before,
.title-line01::after {
  border-top: 1px solid var(--maincolor);
  content: "";
  flex-grow: 1;
}
.title-line01::before {
  margin-right: 1rem;
}
.title-line01::after {
  margin-left: 1rem;
}
.kuri-save-list {
  margin: -10px 0 0;
  padding: 5%;
  background-color: #ffff;
}
.kuri-save-list ul {
  margin: 30px auto;
  max-width: 700px;
}
.kuri-save-list li {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  border-bottom: 1px dashed var(--accentcolor);
}
.kuri-save-list-img {
  width: 15%;
  max-width: 50px;
}
.kuri-save-list-img img {
  width: 25px;
}
.kuri-save-list li p {
  width: 85%;
  line-height: 1.5rem;
}

@media screen and (min-width: 768px) {
  .page-head-1st-area {
    display: flex;
  }
  .page-head-img {
    width: 55%;
  }
  .page-head-1st {
    width: 40%;
    height: 100%;
    margin: 20px 0 0 -50px;
    padding-top: 30px;
  }
}

/*==========================================================
page_act on specified commercial transactions
==========================================================*/
.asct {
  margin: 0%;
}
.asct ul {
  background-color: #ffffff;
}
.asct ul li {
  display: block;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}
.asct ul li span {
  display: block;
  margin: 0px 0 0px 0;
  width: 100%;
  font-weight: bold;
  color: var(--fontcolor);
  border-bottom: 1px solid #888888;
}
.asct ul li p {
  width: 100%;
  padding: 7px 0 0 0;
  font-weight: lighter;
  line-height: 1.4rem;
  color: var(--fontcolor);
}
@media screen and (min-width: 560px) {
  .asct ul {
    padding: 5%;
    transition: .3s;
  }
}
@media screen and (min-width: 768px) {
  .asct ul li {
    display: flex;
  }
  .asct ul li span {
    width: 35%;
    max-width: 250px;
    border-bottom: 0px solid transparent;
  }
  .asct ul li p {
    width: 65%;
    padding-left: 10px;
    border-left: 1px solid #888888;
  }
}

/*==========================================================
page_welcart
==========================================================*/

.item-single {
  margin: 0 auto;
  max-width: 600px;
}
.item_page_title {
  color: var(--maincolor);
}
.iteming img {
  width: 50px;
}
.skubutton {
  color: #ffff;
  background-color: var(--accentcolor);
  border-radius: 5px;
}
.catbox {
  padding: 5%;
}
.item_name {
  font-size: .8rem;
}

/*==========================================================
hitotsu-head-page_feature
==========================================================*/
.hts-banner01 {
  margin: 50px auto;
  width: 100%;
  text-align: center;
}
.hts-banner01 img {
  width: 70%;
}
.hts_feature-area {
  margin: 0;
  overflow: hidden;
}
.hts-feature-sub-img {
  position: relative;
  margin-bottom: -15px;
  padding-right: 10%;
  display: block;
  text-align: right;
}
.hts-feature-sub-img img {
  width: 25%;
  height: auto;
}
.hts_feature-area-main-bk {
  position: relative;
  padding: 20px 0 30px;
}
.hts_feature-area-main-bk::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--maincolor);
  z-index: -5;
}
.hts_feature-area-img {
  margin: 15px 0 0 5%;
}
.hts_feature-img img {

}
.hts_feature-area-cont {
  padding: 0 0 30px 0;
}
.hts_feature-cont {
  position: relative;
  margin: -10px 0 0 5%;
  padding: 20px calc(5% + 15px) 15px 15px;
  max-width: 350px;
  transition: .5s;
}
.hts_feature-cont p {
  line-height: 1.6rem;
  color: #ffff;
}
.hts_feature-cont-dscr {
  margin: 5%;
}
.hts_feature-cont-btn-area {
  margin: 0 5% 0;
}
.hts_feature-cont-btn-row1,
.hts_feature-cont-btn-row2 {
  display: flex;
  margin: 10px 0;
}
.hts_feature-cont-btn {
  width: 50%;
}
.hts_feature-cont-btn a {
  margin: 5px;
  padding: 5px;
  display: block;
  text-align: center;
  color: var(--accentcolor);
  background-color: #ffff;
  border: 1px dashed var(--accentcolor);
  border-radius: 10px;
  transition: .5s;
}
.hts_feature-cont-btn:hover a {
  margin: 5px 0;
  letter-spacing: .07em;
  border: 1px solid var(--accentcolor);
  border-radius: 0px;
  transition: .5s;
}
.hts_feature-cont-1 {
  text-align: left;
}
.hts_feature-cont-2 {
  margin-top: 15px;
  text-align: right;
}
.hts_feature-cont span {
  font-size: 1.8rem;
  font-weight: 600;
}
.hts-head-supports {
  margin: 0 auto;
  max-width: 600px;
}
.hts-head-supports-01 {
  position: relative;
  margin-left: 10%;
  width: 85%;
  height: 230px;
}
.hts-head-supports-02 {
  position: relative;
  margin-right: 10%;
  width: 85%;
  height: 230px;
}
.hts-head-supports-img {
  position: absolute;
  top: 0;
  left: 0;
}
.hts-head-supports-img-rev {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(-1, 1);
}
.hts-head-supports-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
}
.hts-reature-more-btn-area {
  margin: 5%;
}
@media screen and (min-width: 560px) {
  .hts-banner01 {
    margin: 120px auto;
    width: 70%;
  }
  .hts-banner01 img {
    width: 100%;
  }
  .hts_feature-area {
    margin-bottom: 100px;
  }
  .hts-feature-sub-img {
    position: relative;
    margin-bottom: -60px;
    padding: 0 0 0 10%;
    display: block;
    text-align: left;
    transition: .3s;
  }
  .hts-feature-sub-img img {
    width: 120px;
    height: auto;
  }
  .hts_feature-area-main-bk {
    display: flex;
  }
  .hts_feature-area-main-bk::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 95%;
    height: 90%;
    z-index: -5;
  }
  .hts_feature-main-area {
    display: flex;
    margin: 0 auto;
  }
  .hts_feature-area-img {
    margin: 220px 25px 0 0;
    width: 50%;
  }
  .hts_feature-area-cont {
    width: 50%;
    margin-right: 5%;
  }
  .hts_feature-cont {
    margin: -5px 0 30px;
    position: relative;
    padding: 30px calc(5% + 15px) 15px 15px;
    font-size: 1.5rem;
  }
  .hts_feature-cont span {
    font-size: 2.5rem;
  }
  .hts_feature-cont-dscr {
    margin: 40px 5%;
  }
  .hts_feature-cont-btn a {
    margin: 5px;
    padding: 10px;
    display: block;
    text-align: center;
    color: var(--accentcolor);
    border: 1px dashed var(--accentcolor);
    border-radius: 10px;
    transition: .5s;
  }
  .hts_feature-cont-btn-area {
    margin: 0 5% 30px;
  }
}
@media screen and (min-width: 960px) {
  .hts_feature-cont {
    position: relative;
    margin: 0 auto;
    max-width: 450px;
    transition: .5s;
  }
}

/*==========================================================
hitotsu-head-page_programs
==========================================================*/
.hts_head-program {
  position: relative;
  padding: 50px 0 50px;
  background-color: #E3F6F4;
  overflow: hidden;
}
.head-flag11 {
  position: relative;
}
.hts_head-program-headline {
  display: flex;
}
.hts_head-program-headline-a {
  margin: auto;
  width: 80%;
}
.hts_head-program-headline-b {
  width: 20%;
  padding-top: 20px;
}
.hts_head-program-headline-b img {
  width: 90%;
  height: auto;
  transform: rotate(45deg);
}
.hts_head-program-area {
  position: relative;
  background-color: #F7FCFC;
  border-radius: 5px;
  z-index: 2;
}
.hts_head-program-ttl {
  padding: 10px 0 5px;
}
.hts-ttl-under-deco {
  position: relative;
  margin: 0 5%;
  padding: 5px 0;
  font-size: 1.2rem;
  font-weight: 400;
  z-index: 5;
}
.hts-ttl-under-deco::before {
  content: "";
  background-image: linear-gradient(to right, var(--accentcolor), var(--accentcolor) 3px, transparent 3px, transparent 8px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.hts-ttl-under-deco img {
  position: absolute;
  top: 12px;
  right: 25px;
  height: 15px;
  width: auto;
}
.hts_head-program-tex {
  position: relative;
  margin: 0 5%;
  height: 90px;
  font-size: .9rem;
}
.bk-num {
  position: absolute;
  bottom: -57px;
  right: 15px;
  color: #E3F6F4;
  font-size: 5rem;
  font-family: uppercut-angle, sans-serif;
  font-weight: 600;
  font-style: normal;
  z-index: -5;
}


/*==========================================================
hitotsu-head-page_guide
==========================================================*/

.hts-head-duide-area {
  margin: 5%;
}

.block-bttn-4-row1 {
  display: flex;
  margin: 0;
}
.block-bttn-4-img1 {
  position: relative;
  width: 50%;
}
.block-bttn-4-img1 img {
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
}
.hts-head-guide-btn-ttl {
  position: absolute;
  top: 68%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffff;
}
.hts-head-guide-btn-icon1,
.hts-head-guide-btn-icon2,
.hts-head-guide-btn-icon3,
.hts-head-guide-btn-icon4 {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
}
.hts-head-guide-btn-icon1 {
  color: #ffffea;
}
.hts-head-guide-btn-icon2 {
  color: #eaffea;
}
.hts-head-guide-btn-icon3 {
  color: #eaf4ff;
}
.hts-head-guide-btn-icon4 {
  color: #ffeaff;
}
.block-bttn-4-img2 {
  position: relative;
  width: 50%;
  margin-left: 5px;
}
.block-bttn-4-img2 img {
  border-top-right-radius: 10px;
}
.block-bttn-4-row2 {
  display: flex;
  margin: 0;
}
.block-bttn-4-img3 {
  position: relative;
  width: 50%;
  transition: .3s
}
.block-bttn-4-img1::before,
.block-bttn-4-img2::before,
.block-bttn-4-img3::before,
.block-bttn-4-img4::before
 {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 6px);
  width: 100%;
  background-color: var(--maincolor);
  z-index: -5;
}
.block-bttn-4-img1::before {
  border-top-left-radius: 10px;
}
.block-bttn-4-img2::before {
  border-top-right-radius: 10px;
}
.block-bttn-4-img3::before {
  border-bottom-left-radius: 10px;
}
.block-bttn-4-img4::before {
  border-bottom-right-radius: 10px;
}
.block-bttn-4-img1:hover img,
.block-bttn-4-img2:hover img,
.block-bttn-4-img3:hover img,
.block-bttn-4-img4:hover img {
  opacity: .5;
  transition: .5s
}
.block-bttn-4-img3 img {
  border-bottom-left-radius: 10px;
  transition: .3s
}
.block-bttn-4-img4 {
  position: relative;
  width: 50%;
  margin-left: 5px;
}
.block-bttn-4-img4 img {
  border-bottom-right-radius: 10px;
}
@media screen and (min-width: 560px) {
  .hts-head-guide-btn-icon1,
  .hts-head-guide-btn-icon2,
  .hts-head-guide-btn-icon3,
  .hts-head-guide-btn-icon4 {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .hts-head-guide-btn-icon1 i,
  .hts-head-guide-btn-icon2 i,
  .hts-head-guide-btn-icon3 i,
  .hts-head-guide-btn-icon4 i {
    font-size: 4rem;
  }
  .hts-head-guide-btn-ttl {
    font-size: 1.3rem;
  }
}


/*==========================================================
hitotsu_contact-link
==========================================================*/

.hts-cntct-head-area {
  margin: 80px 0 30px;
}
.hts-cntct-ttl {
  margin: 0 auto;
  width: 90%;
  max-width: 800px;
}
.hts-contact-link-area {
  position: relative;
  margin: 0 auto 50px;
  width: 90%;
  max-width: 800px;
  height: 200px;
}
.hts-contact-link-area img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: 50% 75%;
}
.hts-contact-link-area-dashed {
  position: absolute;
  top: 50%;
  left: 10%;
  height: 2px;
  width: 80%;
  border-bottom: 2px dashed #ffff;
  z-index: 1;
}
.hts-contact-btn-tel {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: rgba(0, 0, 0, .3);
  transition: .3s;
}
.hts-contact-btn-tel:hover {
  background-color: rgba(0, 0, 0, .6);
  transition: .5s;
}
.hts-contact-btn-mail {
  position: absolute;
  top: 50%;
  left: 0;
  height: 50%;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(0, 0, 0, .3);
  transition: .3s;
}
.hts-contact-btn-mail:hover {
  background-color: rgba(0, 0, 0, .6);
  transition: .5s;
}
.hts-contact-btn-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  color: #ffff;
  font-size: 2rem;
}
.hts-contact-btn-txt-area-i{
  width: 30%;
  text-align: center;
}
.hts-contact-btn-txt-area {
  width: 70%;
  transition: .5s;
}
.hts-contact-btn-tel span,
.hts-contact-btn-mail span  {
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin-top: 7px;
  color: #ffff;
  font-size: 1.5rem;
}
.hts-contact-btn-tel span::after,
.hts-contact-btn-mail span::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #ffff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .5s;
}
.hts-contact-btn-tel:hover span::after,
.hts-contact-btn-mail:hover span::after {
  transform: scale(1, 1);
}


/*==========================================================
hitotsu_page-abt
==========================================================*/

.hts-page-abt-catch-artcl {
  position: relative;
  width: 100%;
  height: 700px;
}
.hts-page-abt-catch-bk-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 400px;
}
.hts-page-abt-catch-bk-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hts-page-abt-catch-cont {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5%;
  width: 90%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(img/ttl_strong-line-bold.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85%;
}
.hts-page-abt-catch-cont-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 80%;
  height: 300px;

}
.hts-page-abt-catch-cont-txt-area div {
  display: block;
  padding: 5% 0;
  font-size: 1.5rem;
  font-family: vdl-logojr, sans-serif;
  font-style: normal;
  font-weight: 400;
  }
.hts-page-abt-catch-cont-txt span {
  color: var(--accentcolor);
  padding: 0 3px;
  letter-spacing: .1em;
  font-size: 2.2rem;
}

.hts-page-abt-catch-txt {
  position: absolute;
  top: 300px;
  left: 0;
  width: 100%;
  height: 400px;
  padding: 100px 5%;
}
@media screen and (min-width: 560px) {
  .hts-page-abt-catch-artcl {
    position: relative;
    margin: 50px 0;
    width: 100%;
    height: 500px;
  }
  .hts-page-abt-catch-bk-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 500px;
  }
  .hts-page-abt-catch-bk-img img {
    width: 100%;
    height: 100%;
    object-position: top;
  }
  .hts-page-abt-catch-cont {
    position: absolute;
    top: 0;
    right: 50%;
    margin: 0;
    width: 50%;
    max-width: 400px;
    height: 500px;
    background-image: url(img/ttl_strong-line-bold.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85%;
  }
  .hts-page-abt-catch-txt {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    max-width: 400px;
    height: 500px;
    margin: 0;
    padding: 0 0 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hts-page-abt-catch-txt div {
    padding: 10px;
  }
}

/*-feature-area----------------------------*/
.hts-abt-feature-artcl {
  margin: 50px 0;
}
.hts-feature-cont {
  position: relative;
  margin: 30px 0;
  width: 100%;
  height: 450px;

}
.hts-feature-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
}
.hts-feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.hts-feature-text-bk {
  content: "";
  position: absolute;
  top: 100px;
  left: 5%;
  height: 350px;
  width: 90%;
  background-color: rgba(255, 255, 255, .6);
}
.hts-feature-c-ttl {
  position: absolute;
  top: 110px;
  left: 5%;
  width: 80%;
  border-bottom: 1px solid #888888;
}
.hts-feature-c-ttl div {
  display: inline-block;
  margin-bottom: 5px;
  padding: 1px 10px;
  text-align: center;
  background-color: var(--accentcolor);
  border-radius: 10px;
  color: #ffff;
}
.hts-feature-c-ttl h3 {
  display: block;
}
.hts-feature-txt {
  position: absolute;
  top: 200px;
  left: 5%;
  width: 90%;
  height: 250px;
}
/*--- reverse ---*/
.hts-feature-img-rev {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 250px;
}
.hts-feature-img-rev img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.hts-feature-text-bk-rev {
  content: "";
  position: absolute;
  top: 100px;
  right: 5%;
  height: 350px;
  width: 90%;
  background-color: rgba(255, 255, 255, .6);
}
.hts-feature-c-ttl-rev {
  position: absolute;
  top: 110px;
  right: 10%;
  width: 80%;
  text-align: right;
  border-bottom: 1px solid #888888;
}
.hts-feature-c-ttl-rev div {
  display: inline-block;
  margin-bottom: 5px;
  padding: 1px 10px;
  text-align: center;
  background-color: var(--accentcolor);
  border-radius: 10px;
  color: #ffff;
}
.hts-feature-c-ttl-rev h3 {
  display: block;
}
.hts-feature-txt-rev {
  position: absolute;
  top: 200px;
  right: 5%;
  width: 90%;
  height: 250px;
}
@media screen and (min-width: 768px) {
  .hts-feature-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 450px;
  }
  .hts-feature-text-bk {
    content: "";
    position: absolute;
    top: 10%;
    left: 40%;
    height: 80%;
    width: 60%;
    background-color: rgba(255, 255, 255, .7);
  }
  .hts-feature-c-ttl {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 45%;
    text-align: right;
    color: #333333;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .hts-feature-txt {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 45%;
    height: 65%;
  }
  /*--- reverse ---*/
  .hts-feature-img-rev {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 450px;
  }
  .hts-feature-text-bk-rev {
    content: "";
    position: absolute;
    top: 10%;
    right: 40%;
    height: 80%;
    width: 60%;
    background-color: rgba(255, 255, 255, .7);
  }
  .hts-feature-c-ttl-rev {
    position: absolute;
    top: 20%;
    right: 50%;
    width: 45%;
    text-align: left;
    color: #333333;
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .hts-feature-txt-rev {
    position: absolute;
    top: 40%;
    right: 50%;
    width: 45%;
    height: 65%;
  }
}


/*--hts_abt-message---------*/
.hts_abt-msg-cont {
  margin: 7% auto;
  max-width: 800px;
}
.hts_abt-msg-img {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
.hts_abt-msg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hts_abt-msg-cont h3 {
  margin: 15px 7%;
  border-bottom: 1px solid #666666;
}
.hts_abt-msg-cont p {
  margin: 7%;
}

/*==========================================================
hitotsu_page-programs
==========================================================*/

.hts-prgrm-top-cont-l {
  position: relative;
  width: 100%;
  height: 150px;
}
.hts-pgt-circle1,
.hts-pgt-circle2,
.hts-pgt-circle3,
.hts-pgt-circle4,
.hts-pgt-circle5 {
  content: "";
  position: absolute;
  background-color: var(--maincolor);
  border-radius: 50%;
  opacity: .3;
}
.hts-pgt-circle1 {
  top: 20px;
  left: 50px;
  width: 50px;
  height: 50px;
}
.hts-pgt-circle2 {
  top: 30px;
  left: 90px;
  width: 20px;
  height: 20px;
}
.hts-pgt-circle3 {
  top: 100px;
  left: 120px;
  width: 30px;
  height: 30px;
}
.hts-pgt-circle4 {
  top: 50%;
  left: 70%;
  width: 60px;
  height: 60px;
}
.hts-pgt-circle5 {
  top: 20%;
  left: 50%;
  width: 40px;
  height: 40px;
}
.hts-prgrm-top-cont-l-txt {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hts-prgrm-top-cont-l-txt div {
  display: flex;
	align-items: center;
}
.hts-prgrm-top-cont-l-txt div::before,
.hts-prgrm-top-cont-l-txt div::after {
  content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
.hts-prgrm-top-cont-l-txt div::before {
  margin-right: 5px;
}
.hts-prgrm-top-cont-l-txt div::after {
  margin-left: 5px;
}
.hts-prgrm-top-cont-l-txt span {
  color: var(--accentcolor);
  font-weight: bolder;
}
.hts-prgrm-top-cont-r {
  margin: 5%;
}

.hts-prgrm-main-cont-area {
  position: relative;
  width: 100%;
  height: 440px;
}
.hts-prgrm-main-cont01-bk,
.hts-prgrm-main-cont02-bk,
.hts-prgrm-main-cont03-bk,
.hts-prgrm-main-cont04-bk {
  position: absolute;
  width: calc(50% - 5px);
  height: 218px;
  background-color: #F0F0F0;
  border-radius: 10px;
}
.hts-prgrm-main-cont01-bk {
  top: 0;
  left: 0;
}
.hts-prgrm-main-cont02-bk {
  top: 0;
  right: 0;
  text-align: right;
}
.hts-prgrm-main-cont03-bk {
  top: 230px;
  left: 0;
}
.hts-prgrm-main-cont04-bk {
  top: 230px;
  right: 0;
  text-align: right;
}
.hts-prgrm-main-cont-cntr {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #ffff;
}
.hts-prgrm-main-cont-cntr img {
  width: 90px;
  height: 90px;
  transform: rotate(-90deg);
}
.hts-prgrm-main-cont01-ttl {
  margin: 20px 0 0 10%;
  height: 50px;
  color: #7e272f;
  font-size: 1.2rem;
  font-weight: 700;
}
.hts-prgrm-main-cont01-txt {
  margin: 20px 0 0 10%;
  height: 50px;
  line-height: 1rem;
  font-size: .9rem;
}
.hts-prgrm-main-cont01-txt p,
.hts-prgrm-main-cont02-txt p,
.hts-prgrm-main-cont03-txt p,
.hts-prgrm-main-cont04-txt p {
  line-height: 1.1rem;
}
.hts-prgrm-main-cont01-num {
  margin: 10px 0 0 50%;
  height: 50px;
  color: #B6D6D2;
  font-size: 3rem;
}
.hts-prgrm-main-cont02-ttl {
  margin: 20px 10% 0 0;
  height: 50px;
  color: #7e272f;
  font-size: 1.2rem;
  font-weight: 700;
}
.hts-prgrm-main-cont02-txt {
  margin: 20px 10% 0 0;
  height: 50px;
  line-height: 1.2rem;
  font-size: .9rem;
}
.hts-prgrm-main-cont02-num {
  margin: 10px 50% 0 0;
  height: 50px;
  color: #B6D6D2;
  font-size: 3rem;
}
.hts-prgrm-main-cont03-ttl {
  margin: 20px 5% 0 10%;
  height: 50px;
  color: #7e272f;
  font-size: 1.2rem;
  font-weight: 700;
}
.hts-prgrm-main-cont03-txt {
  margin: 20px 5% 0 10%;
  height: 50px;
  line-height: 1.2rem;
  font-size: .9rem;
}
.hts-prgrm-main-cont03-num {
  margin: 10px 10% 0 50%;
  height: 50px;
  color: #B6D6D2;
  font-size: 3rem;
  line-height: 3rem;
}
.hts-prgrm-main-cont04-ttl {
  margin: 20px 10% 0 0;
  height: 50px;
  color: #7e272f;
  font-size: 1.2rem;
  font-weight: 700;
}
.hts-prgrm-main-cont04-txt {
  margin: 20px 10% 0 0;
  height: 50px;
  line-height: 1.2rem;
  font-size: .9rem;
}
.hts-prgrm-main-cont04-num {
  margin: 10px 50% 0 0;
  height: 50px;
  color: #B6D6D2;
  font-size: 3rem;
  line-height: 3rem;
}

@media screen and (min-width: 560px) {
  .hts-prgrm-top-cont {
    display: flex;
  }
  .hts-prgrm-top-cont-l {
    position: relative;
    width: 45%;
    height: 150px;
  }
  .hts-prgrm-top-cont-l-txt {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hts-prgrm-top-cont-r {
    margin: 5%;
    width: 55%;
  }
  .hts-prgrm-main-cont-area {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    height: 440px;
  }
  .hts-prgrm-main-cont01-ttl {
    margin: calc(20px + 1.2rem) 0 0 10%;
    height: calc(50px - 1.2rem);
    color: #7e272f;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .hts-prgrm-main-cont02-ttl {
    margin: calc(20px + 1.2rem) 10% 0 0;
    height: calc(50px - 1.2rem);
    color: #7e272f;
    font-size: 1.2rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 700px) {
  .hts-prgrm-top-cont {
    display: flex;
    margin: 0 auto;
    max-width: 900px;
  }
  .hts-prgrm-top-cont-r {
    margin: 150px 5% 5%;
    width: 55%;
  }
}
@media screen and (min-width: 800px) {
  .hts-prgrm-top-cont-l-txt h3 {
    font-size: 2rem;
    transition: .5s;
  }
  .hts-prgrm-top-cont-l-txt div {
    margin-top: 10px;
    font-size: 1.3rem;
    transition: .5s;
  }
}
/*---hts_program-area-------------------------------*/
.hts-prgrm-area {
  margin: 100px 0 0;
}
.hts-prgrm-col-cont {
  position: relative;
  margin: 0 5% 20px;
  height: 500px;
  width: 90%;
  background-color: #ffff;
  border-radius: 10px;
}
.hts-prgrm-col-cont-bk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hts-prgrm-col-cont-bk img {
  height: 500px;

}
.hts-prgrm-col-cont-ttl {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  top: 10%;
  left: 7%;
  width: 50%;
  height: 100px;
  font-size: .8rem;
  font-weight: bold;
}
.hts-prgrm-col-cont-ttl h3 {
  display: block;
  width: 100%;
}
.hts-prgrm-col-cont-ttl span {
  display: flex;
  align-items: flex-start;
  color: var(--maincolor);
  font-size: 1.5rem;
}
.hts-prgrm-col-cont-ttl span::after {
  content: "";
	flex-grow: 1;
	height: 1px;
	background: #888888;
	display: block;
  margin: 15px 5px 0 10px;
}
.hts-prgrm-col-cont-img {
  position: absolute;
  top: 13%;
  left: 57%;
  width: 37.5%;
  height: calc(100px - 3%);
}
.hts-prgrm-col-cont-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hts-prgrm-col-cont-txt {
  position: absolute;
  top: calc(10% + 150px);
  left: 8%;
  width: 84%;
  height: 300px;
}
.hts-prgrm-col-cont-txt p {
  line-height: 1.5rem;
}


@media screen and (min-width: 560px) {
  .hts-prgrm-area {
    margin: 150px 0 0;
  }
  .hts-prgrm-col {
    display: flex;
    margin: 0 auto;
    max-width: 960px;
  }
  .hts-prgrm-col-01 {
    width: 50%;
  }
  .hts-prgrm-col-02 {
    width: 50%;
  }
}


/*==========================================================
hitotsu_page-guide
==========================================================*/
.hts-guide-utime {
  margin-bottom: 100px;
}
.hts-utime-list {
  margin: 0 auto;
  padding-left: 5%;
  max-width: 560px;
}
.hts-utime-list ul {

}
.hts-utime-list li {
  display: flex;
  margin: 15px 0 0;
}
.hts-utime-list-l {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
}
.hts-utime-list-r {
  width: 70%;
  padding-left: 10px;
  border-left: 1px solid #888888;
}
.hts-utime-list-r div {
  display: flex;
}
.hts-utime-list-r div span,
.hts-utime-list-r div p {
  line-height: 1.5rem;
}
.hts-utime-list-r div span {
  width: 60px;
}
@media screen and (min-width: 560px) {
  .hts-utime-list-l {
    width: 30%;
  }
  .hts-utime-list-r {
    width: 70%;
    padding-left: 10%;
  }
}

/*--map------------------------------------*/
.hts-guide-access {
  margin-bottom: 100px;
}
.hts-guide-map {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.hts-guide-map img {
  width: 90%;
  height: 100%;
}
.hts-guide-access p {
  margin-top: 10px;
  text-align: center;
  line-height: 1.3rem;
}

/*--transportation---------------------------------------*/
.hts-guide-transportation {
  margin-bottom: 100px;
}
.hts-trnspt-area {
  display: flex;
}
.hts-trnspt-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
}
.hts-trnspt-icon i {
  color: var(--maincolor);
  font-size: 3rem;
}
.hts-trnspt-cont {
  width: 70%;
  padding: 5px 15px;
  border-left: 1px solid #888888;
}
@media screen and (min-width: 560px) {
  .hts-trnspt-area {
    margin: 0 auto;
    max-width: 560px;
  }
}

/*--routine---------------------------------------*/
.hts-guide-routine {
  margin-bottom: 100px;
}
.hts-routine-day {
  margin: 5%;
  transition: .5s;
}
.hts-routine-day h4,
.hts-routine-hday h4 {
  width: 50%;
  border-radius: 10px;
  text-align: center;
  letter-spacing: .5em;
  color: #ffff;
}
.hts-routine-day h4 {
  margin: 0 auto 15px;
  background-color: var(--maincolor);
}
.hts-routine-hday h4 {
  margin: 70px auto 15px;
  background-color: var(--accentcolor);
}
.hts-routine-day li,
.hts-routine-hday li {
  padding: 5px;
}
.hts-routine-day li {
  margin: 0 0 10px;
  display: flex;
  background-color: #e5f7f5;
}
.hts-routine-day li span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
}
.hts-routine-day li p {
  width: 75%;
  line-height: 1.3rem;
}
.hts-routine-day-img {
  width: 0;
  height: 0;
  transition: .3s;
}
.hts-routine-hday {
  margin: 5%;
  transition: .5s;
}
.hts-routine-hday li {
  margin: 0 0 10px;
  display: flex;
  background-color: #f7e5e7;
}
.hts-routine-hday li span {
  width: 25%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hts-routine-hday li p {
  width: 75%;
  line-height: 1.3rem;
}
@media screen and (min-width: 960px) {
  .hts-routine-cont {
    display: flex;
  }
  .hts-routine-day,
  .hts-routine-hday {
    width: 50%;
    transition: .5s;
  }
  .hts-routine-day-img {
    width: 100%;
    text-align: right;
    transition: .5s;
  }
  .hts-routine-day-img img {
    width: 40%;
    height: auto;
    opacity: .6;
  }
}


/*ーーusage feeーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.hts-guide-ufee {
  margin-bottom: 100px;
}
.hts-usagefee-slry {
  margin: 5%;
}
.hts-usagefee-slry-ttl-cont {
  display: flex;
}
.hts-usagefee-slry-ttl-01,
.hts-usagefee-slry-ttl-02 {
  text-align: center;
  padding: 5px 0;
  background-color: #C3D9D7;
}
.hts-usagefee-slry-ttl-01 {
  width: 50%;
}
.hts-usagefee-slry-ttl-02 {
  width: 47%;
  margin-left: 3%;
}
.hts-usagefee-slry li {
  display: flex;
  text-align: center;
  margin-top: 7px;
}
.hts-usagefee-slry li span,
.hts-usagefee-slry li p {
  border-bottom: 1.5px solid #C3D9D7;
}
.hts-usagefee-slry li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.hts-usagefee-slry li p {
  margin-left: 3%;
  width: 47%;
}
.hts-usagefee-slry li p span {
  display: inline-block;
  font-size: 1.5rem;
  border-bottom: 0px solid transparent;
}

.hts-usagefee-jipi {
  display: block;
  margin: 5%;
}
.hts-usagefee-jipi-l {
  padding: 5px 0;
  background-color: #C3D9D7;
  text-align: center;
}
.hts-usagefee-jipi-r {
  margin-top: 15px;
}
.hts-usagefee-jipi-r li {
  display: flex;
}
.hts-usagefee-jipi-r-1 {
  width: 40%;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #C3D9D7;
}
.hts-usagefee-jipi-r-2 {
  margin-left: 5px;
  width: 60%;
  font-size: .9rem;
}
@media screen and (min-width: 560px) {
  .hts-usagefee-jipi {
    display: flex;
  }
  .hts-usagefee-jipi-l {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
  }
  .hts-usagefee-jipi-r  {
    margin-left: 3%;
    width: 80%;
  }
  .hts-usagefee-jipi-r-1 {
    width: 30%;
  }
  .hts-usagefee-jipi-r-2 {
    width: 70%;
    font-size: 1rem;
  }
}
@media screen and (min-width: 560px) {
  .hts-usagefee-slry,
  .hts-usagefee-jipi {
    margin: 5% auto;
    max-width: 960px;
  }
}


/*--flow---------------------------------------*/
.hts-flow-area {
  position: relative;
  width: 100%;
  height: 500px;
}
.hts-flow-bk01,
.hts-flow-bk02,
.hts-flow-bk03,
.hts-flow-bk04,
.hts-flow-bk05,
.hts-flow-bk06,
.hts-flow-bk07,
.hts-flow-bk08,
.hts-flow-bk09 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(230, 234, 230, 0.9);
  border-radius: 10px;
  height: 50px;
}
.hts-flow-bk01 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 5%;
  width: 90%;
  border-radius: 10px;
}
.hts-flow-ari {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
  left: 10%;
  width: 30%;
  height: 30px;
  color: #FFFF;
  border-radius: 10px;
  background-color: #D9A582;
}
.hts-flow-nashi {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
  right: 10%;
  width: 30%;
  height: 30px;
  color: #FFFF;
  border-radius: 10px;
  background-color: #828BD9;
}
.hts-flow-line-pnk {
  content: "";
  position: absolute;
  top: 40px;
  left: calc(25% - 2px);
  height: 400px;
  width: 4px;
  background-color: #D9A582;
}
.hts-flow-line-blu {
  content: "";
  position: absolute;
  top: 40px;
  right: calc(25% - 2px);
  height: 400px;
  width: 4px;
  background-color: #828BD9;
}
.hts-flow-bk02 {
  position: absolute;
  top: 60px;
  left: 5%;
  width: 90%;
}
.triangle-to-bottm-pink,
.triangle-to-bottm-blue {
  content: "";
  position: absolute;
  top: 430px;
  width: 0;
  height: 0;
  border: 16px solid transparent;
}
.triangle-to-bottm-pink {
  left: calc(25% - 16px);
  border-top: 20px solid #D9A582;
}
.triangle-to-bottm-blue {
  right: calc(25% - 16px);
  border-top: 20px solid #828BD9;
}
.hts-flow-bk03 {
  position: absolute;
  top: 120px;
  right: 5%;
  width: 45%;
}
.hts-flow-bk04 {
  position: absolute;
  top: 180px;
  right: 5%;
  width: 45%;
}
.hts-flow-bk05 {
  position: absolute;
  top: 240px;
  right: 5%;
  width: 90%;
}
.hts-flow-bk06 {
  position: absolute;
  top: 300px;
  right: 5%;
  width: 45%;
}
.hts-flow-bk07 {
  position: absolute;
  top: 360px;
  right: 5%;
  width: 90%;
}
.hts-flow-bk08 {
  position: absolute;
  top: 420px;
  right: 5%;
  width: 90%;
}
@media screen and (min-width: 960px) {
  .hts-flow-area {
    margin: 0 auto;
    max-width: 960px;
  }
}

/*ーお知らせータイトルーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.custom-news-ttl {
  display: inline-block;
  padding: 3px 10px;
  color: #ffff;
  background-color: #666c67;
  border-radius: 5px;
}

/*ーーhts_contactーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.hts-cntct-logotype {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
}
.hts-cntct-logotype img {
  width: 30%;
  height: auto;
}
.hts-cntct-inf {
  margin: 0 auto 50px;
  padding-left: 5%;
  max-width: 560px;
}
.hts-cntct-inf ul {

}
.hts-cntct-inf li {
  display: flex;
  margin: 15px 0 0;
}
.hts-cntct-inf-l {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
}
.hts-cntct-inf-r {
  width: 80%;
  padding-left: 10px;
  border-left: 1px solid #888888;
}
.hts-cntct-inf-r div {
  display: flex;
}
.hts-cntct-inf-r div span,
.hts-cntct-inf div p {
  line-height: 1.5rem;
}
.hts-cntct-inf-r div span {
  width: 60px;
}
@media screen and (min-width: 560px) {
  .hts-cntct-inf {
    margin: 0 auto 100px;
  }
  .hts-cntct-inf-l {
    width: 30%;
  }
  .hts-cntct-inf-r {
    width: 70%;
    padding-left: 10%;
  }
}




#slider {
    position: absolute;
    top: 0;
    width: 100%;
    height: 95vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

/*========= レイアウトのためのCSS ===============*/



.wrapper h1{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 30%;
	transform: translate(-50%, -50%);
	text-align: left;
	font-size:6vw;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #ffff;
}
.wrapper h1 span {
  display: block;
}
.wrapper{
}
.v-ttl-area {
  position: absolute;
  right: 20%;
  top: 20%;
  height: 60%;
  width: 45%;
}
.v-ttl-01 {
  position: absolute;
  right: 0;
  top: 0;
  height: 300px;
  width: 50px;
  background-color: #ffff;
}
.v-ttl-01 h2 {
  margin: 0 auto;
  padding-right: 0px;
  font-size: 30px;
  color: black;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: dnp-shuei-ymincho-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.v-ttl-02 {
  position: absolute;
  right: 70px;
  top: 100px;
  height: 250px;
  width: 50px;
  background-color: #ffff;
}
.v-ttl-02 h2 {
  margin: 0 auto;
  padding: 20px 0 0 0;
  font-size: 30px;
  letter-spacing: .05em;
  color: black;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: dnp-shuei-ymincho-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.hrt_headmenu {
  margin: 0 auto;
  text-align: center;
}

/*========= scroll me ===============*/
/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom:5px;
  left:50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
  position: absolute;
  left:10px;
  bottom:10px;
    /*テキストの形状*/
  color: #ffff;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#ffff;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:0;
    /*線の形状*/
  width:2px;
  height: 50px;
  background:#ffff;
}


/*----------------------------------------------------------------
rpj-top-service
----------------------------------------------------------------*/
.rpj-top-svc {
  padding: 15% 0 10% 7%;
}
.service-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10% 0 10% 10%;
    position: relative;
}
.service-area::before{
  content: '';
  display: block;
  position: absolute;
  top: 10%;
  right: 0;
  width: 0;
  height: 90%;
  background: #000;/*#232323*/
  transition: 0.5s;
}
.bkfade::before {
  width: 80%;
}
.service-area-cont {
  position: relative;
  margin: 30px 0 0;
  width: 100%;
  height: 330px;
}
.rpj-top-srvc-btn {
  position: absolute;
  bottom: 0;
  right: 5%;
}
.btn-border01 {
  padding: 5px;
  font-size: 1.2rem;
  border: 1px solid #ffffff;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .service-area-cont {
    position: relative;
    margin: 30px 0 0;
    width: 30%;
    height: 470px;
    overflow: hidden;
  }
  .service-area-cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}


/*----------------------------------------------------------------
rpj-top-news
----------------------------------------------------------------*/
.rpj-top-news {
  padding: 7%;
}
.rpj-top-news h2 {
  text-align: center;
}


/*----------------------------------------------------------------
rpj-top-works
----------------------------------------------------------------*/

.rpj-top-works {
  padding: 7%;
  overflow: hidden;
}


/*--------------------------------------------------------------
ここから旧テーマ設定内容
top page
--------------------------------------------------------------*/
.img_wrap img{
	display: block;
	margin: 0 auto;
	padding: 0;
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition-duration: 0.5s;
}
.img_wrap:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}

  .img_wrap h6 {
  position: absolute;
  background: rgba(0,0,0,0.55);
  top: 0;/*画像の左上に配置*/
  left: 0;
  margin: 0; /*余計な隙間を除く*/
  color: white;/*文字を白に*/
  font-size: 15px;
  line-height: 1;/*行高は1に*/
  padding: 5px 10px;/*文字周りの余白*/
  }
  .img_wrap:hover h6 {
  	background: rgba(0,0,0,0.55);
  }


.o-3column .col-6 {
	padding: 0 0px;
}


.btn-circle-border-simple {
  display: inline-block;
  text-decoration: none;
  color: white;
  background:#004e8e;
  width: 130px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  border: solid 2px #004e8e;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  transition: .4s;
}
.btn-circle-border-simple:hover {
  background: white;
  color: black;
  border: solid 5px black;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.o-6column .col-4 {
	padding: 5px 0;
}


.top-title-hg {
	font-size:40px;
	vertical-align:baseline;
}
.top-dis-hg {
	font-size:20px;
	vertical-align:baseline;
}


.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #004e8e;
  border: solid 2px #004e8e;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: black;
  border: solid 2px black;
  color: white;
}

.top-p-flame{
	position: relative;
	width: 100%;
}
.top-p-flame-bttn{
	position: absolute;
	bottom: 10px;
	right: 2%;
}

.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #004e8e;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.sample1-1::after{
    left: -22px;
    width: 30px;
    height: 1px;
    background: #004e8e;
}
.sample1-1::before{
    left: 4px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pg-title .col-12 {
	padding: 20px 0 0 0;
}
.pg-discr .col-12 {
	padding: 0px 0 20px 0;
}
.prof-t{
	padding: 50px 30px;
}
.prof-row{
	padding: 20px 20px;
}
.abt-cont {
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    color: var(--fontcolor);/*文字色*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #7db4e6;/*左線*/
    font-weight: 600;
}
.prof-cont{
    border-left: 5px solid #D3D3FF;
	font-weight: 600;
	background: gray:
}

.prof-rpj{
	background: #004e8e;
	padding-left: 90px;

}
.prof-dscr{
	padding: 10px 50px;
}


.page-title{
	font-size: 40px;
	padding: 0;
	margin-bottom: 20px;
	color: pink;
}

.srvs-nom{
	margin-top: 40px;
	font-size: 30px;
	font-weight: 500;
	color: #4568a0;
}
.srvs-title{
	font-size: 2rem;
	color: #f7f6fb;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.srvs-eng{
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 100;
	color: gray;
}
.srvs-discr{
	font-size: 25px;
	font-weight: 200;
	color: black;
}

img.gray {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

.top-page-ttl{
 	margin-top: 40px;
 }

 .top-bar{
 	position: relative;
 	width: 100%;
 	height: 35px;
 	background: black;
 }
 .top-bar-mail{
 	position: absolute;
 	right: 230px;
 	color: white;
 	text-align: right;
 }
  .top-bar-tel{
  	position: absolute;
 	right:20px;
 	color: white;
 	text-align: right;
 }


.srv-lft{
	margin-left: 30px;
}
.srv-rght{
	margin-right: 30px;
}
a.cars-inf{
	color: var(--fontcolor);
}
.cars-inf{
	margin: 20px 5px;
}
.cars-inf-bline{
    border-bottom: 1px solid gray;
}
.top-prdct{
	position: relative;
}
.top-prdct p{
	font-size: 20px;
	position: absolute;
	color: white;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
  /*文字の装飾は省略*/
}
.top-prdct:hover p{
	background: rgba(0,0,0,0.55);
}
.top-prdct img{
	width: 300px;
	height: 200px;
	object-fit: cover;
	filter: brightness(0.5);
	transition: .4s;
}
.top-prdct:hover img{
	filter: brightness(0.8);
}
.btn-pname-border {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  color: white;
  border: solid 2px white;
  border-radius: 3px;
  transition: .4s;
}

.top-prdct-bline{
    border-bottom: 2px solid white;
}

/*--------------------------------------------------------------
page cars
--------------------------------------------------------------*/

.cars-p-bk1{
  margin: 5%;
	padding: 10px 50px;
  border-left: 1px solid gray;
}

/*--------------------------------------------------------------
page service
--------------------------------------------------------------*/
h6.prdct{
	color: #e29399;
	padding-top: 10px;
}
p.svc-dscr{
  max-width: 380px;
	font-size: 1rem;
}
/*--------------------------------------------------------------
page contact   ----contact form 7
--------------------------------------------------------------*/
.cntct {
  background: -moz-linear-gradient(top, #E3EDF2, #FFF);
  background: -webkit-linear-gradient(top, #E3EDF2, #FFF);
  background: linear-gradient(to bottom, #E3EDF2, #FFF);
  /*グラデーション以外は省略*/
}
a.ct-mail{
	color: white;
}
.cntct-m{
	font-size: 12px;
}
.cntct-s{
	font-size: 7px;
}
/* 必須マーク */
.must{
	color: #d7003a;
	margin-right: 10px;
	padding: 6px 10px;
	border: solid 1px #d7003a;
	border-radius: 5px;
}
/* 任意マーク */
.free {
	color: #999;
	margin-right: 10px;
	padding: 6px 10px;
	border: solid 1px #999;
	border-radius: 5px;
}
/* 項目名を太字にする */
form p {
	font-weight: 600;
}
/* 入力項目を見やすくする */
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
  height: 200px;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  background-color: #efefef;
}
/* 必須項目の入力欄のバックカラー */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	background: rgba(245, 230, 240, 1);/* #f5e6f0 */
}
/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text {
 margin: 0;
 width: 100%;
 padding: 8px 15px;
 border: 1px solid #d0d5d8;
 border-radius: 3px;
}
/* 送信ボタンを見やすくする */
input.wpcf7-submit {
  width: 50%;
  margin: 20px auto 0;
  height: 50px;
  background: var(--basecolor);/*コンタクトフォーム　ボタン　*/
  color: var(--fontcolor);
  font-size: 15px;
  font-weight: normal;
  border: 1px solid var(--fontcolor);
  border-radius: 5px;
  transition: .3s;
}
input.wpcf7-submit:hover {
  width: 55%;
  color: var(--basecolor);
  background: #bbdbf3;
  transition: .3s;
}
/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
 color: var(--accentcolor);
 font-weight: 600;
}

/*コンタクトフォーム｜おわりーーーーーーーーーーーーーーーーーーーー*/






/*--------------------------------------------------------------
common
--------------------------------------------------------------*/
.page-dscr{
	padding: 10px 50px;
}

hr.hgn001 {
height: 1px;
background-color: #004e8e;
border: none;
color: #0000ff;
}
hr.hgn002 {
height: 2px;
background-color: #004e8e;
border: none;
color: #0000ff;
width: 10%;
text-align: left;
margin-left: 50px;
}

.btn-flt-border {
  display: inline-block;
  margin-top: 10px;
  padding: 0.3em 1em;
  text-decoration: none;
  color: var(--fontcolor);
  border: solid 2px var(--fontcolor);
  border-radius: 5px;
  transition: .4s;
}

.btn-flt-border:hover {
  background: var(--fontcolor);
  color: #333333;
  transition: .4s;
}

.news {
	margin: 10px 50px;
}

.mini-account [type="submit"].edd-submit{
	background: #004e8e;
}




.sldout{
  position: relative;
  border: 1px solid #ddd;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  transition-duration: 0.5s;
}
.sldout img{
	display: block;
	margin: 0 auto;
	padding: 0;
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition-duration: 0.5s;
}
.sldout:hover img{
  transform: scale(1.2);
}
.sldout p {
  position: absolute;
  top: 20px;/*画像の左上に配置*/
  left: 0;
  margin: 0; /*余計な隙間を除く*/
  color: white;/*文字を白に*/
  font-size: 15px;
  line-height: 1;/*行高は1に*/
  padding: 5px 10px;/*文字周りの余白*/
  transition-duration: 0.5s;
  }
.sldout:hover p {
	top: 25px;/*画像の左上に配置*/
	margin: 0; /*余計な隙間を除く*/
	color: white;/*文字を白に*/
	background: rgba(0,0,0,0.55);
	font-size: 25px;
	line-height: 1;/*行高は1に*/
	padding: 5px 10px;/*文字周りの余白*/
  }
  .sldout h2 {
  position: absolute;
  top: 10%;/*画像の左上に配置*/
  left: 5%;
  margin: 0; /*余計な隙間を除く*/
  color: red;/*文字を白に*/
  font-size: 30px;
  line-height: 1;/*行高は1に*/
  padding: 5px 10px;/*文字周りの余白*/
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    transition-duration: 0.5s;

  }
  .sldout:hover h2 {
  font-size: 50px;
  top: 30%;/*画像の左上に配置*/
  left: 15%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);

  }

 /*
  *カスタム投稿一覧ページネーションworks
  */

.section-works {
  margin: 5px 15px;
  background-color: red;
  width: 300px;
  height: 100px;
}
.plist-works {
  margin: 15px;
  positive: relative;
  height: 100px;
  width: 100%;
}
.plist-works-media {
  position: absolute;
  height: 100%;
  width: 20%;
}
.plist-works-ttl {
  position: absolute;
  left: 20%;
  width: 80%;
}




 .post-archive {
   margin: 5px 0 0;
 }

 @media screen and (min-width: 480px) {
   .post-archive {
     margin: 20px 0px;
   }
 }
 @media screen and (min-width: 560px) {
   .post-archive {
     margin: 20px 0px;
   }
 }
 @media screen and (min-width: 768px) {
   .post-archive {
     margin-right: auto;
     margin-left: auto;
   }
}

/*------------------------------------
--------------------------------------
投稿ページ
-------------------------------------*/
.single-box {
  margin: 50px 0px 20px;
}
.single-box-main {
  margin: 0;
}
.single-box-sub {
  margin: 30px 25px 20px;
  padding: 10px 0 0 5px;
  border-top: 1px solid #F9A603;
}
.single-box-sub ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  list-style-type: none;
}
.single-box-sub li {
  margin-right: 15px;
}
.single-box-sub h2 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 17px;
}
.sbox-list-cat {
  list-style-type: none;
  margin-bottom: 40px;
}
.wp-block {
  margin: 0 10px;
  max-width: 600px;  /* 好きな幅で */
}
 @media screen and (min-width: 768px) {
   .single-box {
     display:flex;
   }
   .single-box-main {
     margin: 0 auto;
     width: calc(100% - 150px);
   }
   .single-box-sub {
     margin-top: 0;
     display: block;
     width: 150px;
     border-top: transparent;
   }
   .single-box-sub ul {
     flex-direction: column;
   }
   .sbox-list-cat li {
     display: block;
     margin-top: .8rem;
   }
   .sbox-list-cat a {
     display: block;
   }
   .sbox-list-tag li {
     margin-top: .2rem;
   }
 }


/*------------------------------
more-up
------------------------------*/
.hgnbtstimg01 {
  position: relative;
  width: 70px;
  height: 70px;
  overflow: hidden;
  background-color: #000;
}
.hgnbtstimg01 img {
  width: 100%;
  height: 100%;
  transition-duration: .5s;
  object-fit: cover;
}
.caption-img {
  font-size: 50%;
  text-align: center;
  color: #fff;
  padding-top: 30px;
}
.hgnbtstimg01 .mask-zoom {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.hgnbtstimg01:hover .mask-zoom {
  opacity: 1;
  -webkit-transform: scale(2);
  transform: scale(2);
}
/*more-up min400*/
@media screen and (min-width: 400px) {
  .hgnbtstimg01 {
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-color: #000;
  }
  .hgnbtstimg01 img {
    width: 100%;
    height: 100%;
    transition-duration: .5s;
    object-fit: cover;
  }
  .caption-img {
    font-size: 80%;
    text-align: center;
    color: #fff;
    padding-top: 40%;
  }
  .hgnbtstimg01 .mask-zoom {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .hgnbtstimg01:hover .mask-zoom {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}


/*flexbox*/
.plist01 img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.plist-media {
  margin-right: 10px;
  width: 100px;
  height: 100px;
}
.plist-media img {
  margin-right: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/*ーーーーーーーーーーーーーーーーーーーーーーー
ページネーション
ーーーーーーーーーーーーーーーーーーーーーーーー*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    position: relative;
    font-size: 1rem;/*数字サイズ*/
    z-index: 50;
}

.pagination span, .pagination a {
    color: #F25C00;/*数字色*/
    width: auto;
    margin: 4px;
    padding: 8px;
    background-color: #fff;/*数字バック色*/
    border-radius: 50px;/*数字バック形ーなしで四角*/
    text-decoration: none;
    text-align: center;
    line-height: 1.5rem;
}

/* ページ番号 */
.pagination .pager{
    width: 32px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current  {
    color: #fff;
    border-color: #000;
    background-color: gray;
}

/* 前へ */
.pagination a.prev {
    margin-right: 16px;
}
/* 次へ */
.pagination a.next {
    margin-left: 16px;
}
/* 最初へ */
.pagination a.first {}
/* 最後へ */
.pagination a.last {}

/* Page x / y */
.pagination span.page_num {
    display: none;
}



.post-archive {
     margin-right: auto;
     margin-left: auto;
   }
   .media-body h5 {
     color: pink;
     font-size: .5rem;
     margin-bottom: 0;
     font-weight: normal;
   }
   .media-body h6 {
     font-size: 1.2rem;
   }
   .media-body p {
     margin-top: .4rem;
     display: block;
     color: gray;
     font-size: .8rem;
     line-height: .9rem;
   }
@media screen and (max-width: 767px){
  .media-body h5 {
    color: gray;
    font-size: .8rem;
    margin-bottom: 0;
  }
  .media-body p {
    display: inline;
    font-size: 1rem;
    line-height: 1.1rem;
  }
}

@media screen and (max-width: 399px) {
  .media-body {
    margin-left: 10px;
  }
  .media-body h5 {
    color: red;
    font-size: 8px;
    margin-bottom: 0;
    font-weight: normal;
  }
  .media-body p {
    display: inline;
    font-size: 10px;
    line-height: 1rem;
  }
}


.work-list-date {
  font-size: 10px;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
バナーエリア
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.banner-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 200px 0 0 5%;
  width: 90%;
}
.banner-area a {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
  background-color: pink;
}


.rpj-main-text {
  color: var(--fontcolor);
}


.featured-post:hover .featured-icon{
	background: #004e8e;
}

.featured-post:hover .featured-icon{
	box-shadow: 0px 0px 0px 4px white;
}

.work-list-date {
	margin-left: 10px;
  font-size: 15px;
	font-weight: 400;
}

.work-list-ttl {

	margin: 0 0 0 10px;
	font-size: 18px;
	font-weight: normal;
}

.entry-title {
	font-size: 20px;
}


/*rpj-abt--------------------------------*/

.rpj-abt-wp-cont {
  position: relative;
}
.rpj-abt-top {
  position: relative;
  height: 2250px;
  width: 100%;
}
.rpj-abt-top-bk-pic {
  position: absolute;
  top: 70px;
  left: 10%;
  height: 300px;
  width: 90%;
  overflow: hidden;
}
.rpj-abt-top-bk-pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    225deg,
    rgba(0, 0, 0, .2) 0%,
    rgba(0, 0, 0, .6) 60%,
    rgba(0, 0, 0, 1) 100%
    );
  overflow: hidden;
}
.rpj-abt-top-bk-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rpj-abt-top-logotype {
  position: absolute;
  top: 0;
  left: 5%;
  font-size: 5rem;
}
.rpj-abt-top-logotype span {
  font-size: 1rem;
}
.rpj-abt-top-logotype span span {
  margin-right: 30px;
}
.rpj-abt-top-text {
  position: absolute;
  width: 76%;
  top: 150px;
  right: 5%;
}
.rpj-abt-top-text p {
  text-align: right;
}
.rpj-abt-top-bk-wall {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
}
.rpj-abt-top-bk-wall ul {
  width: 100%;
  padding: 300px 10px 60px 15px;
}
.asct li p span {
  display: inline-flex;
  width: 40px;
  margin-left: 5px;
  border-bottom: .5px dotted gray;
}
.rpj-abt-wall-pic {
  display: block;
}
.shop-ext,
.gmap {
  width: 100%;
  max-width: 400px;
  height: 220px;
  overflow: hidden;
}
.shop-ext img,
.gmap iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .rpj-abt-top {
    position: relative;
    height: 1900px;
  }
  .rpj-abt-wall-pic {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
  }
  .rpj-abt-top-text {
    width: 63%;
    top: 220px;
    right: 10%;
  }
  .shop-ext,
  .gmap {
    width: 50%;
    height: 350px;
  }
}
@media screen and (min-width: 850px) {
  .gmap {
    margin-left: 50px;
  }
}

/*page archive list
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.post-list-area {
  margin: 0 5% 0;
  display: flex;
  transition: .3s;
}
.post-list-area-pic {
  margin-right: 10px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  transition: .3s;
}
.post-list-area:hover .post-list-area-pic {
  background-color: rgba(0, 0, 0, .5);
  transition: .3s;
}
.post-thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s;
}
.post-list-area:hover .post-thum img {
  transform: scale(1.2);
  opacity: .7;
  transition: .5s;
}
.post-list-area-cont {
  width: calc(100% - 100px);
  transition: .3s;
}
.post-list-area-cont h5 {
  font-size: .8rem;
  color: gray;
  transition: .3s;
}
.post-list-area-cont h6 {
  font-size: 1rem;
  color: var(--fontcolor);
  transition: .3s;
}
.post-thum {
  width: 100px;
  height: 100px;
  transition: .3s;
}
.post-thum-logo img {
  margin: 30px 0;
  transition: .3s;
}
.post-list-area:hover .post-thum-logo img {
  transform: scale(.8);
  transition: .3s;
}
.post-list-area:hover .post-list-area-cont h6 {
  opacity: .6;
  transition: .3s;
}




/*　single  cars
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.cars-info-area {
  margin-bottom: 50px;
}
.cars-info-area h2 {
  font-size: 2rem;
  border-bottom: .5px dotted gray;
}
.cars-info-area h2 span {
  margin-right: 7px;
  color: #D9D9D9;
}
.cars-info-area-cont-text ul li {
  display: flex;
}
.cars-info-area-cont-text ul li span {
  margin: auto 5% auto 0;
  padding-left: 10px;
  width: 30%;
  color: #D9D9D9;
  font-size: 1rem;
  background-color: #333333;
  border-bottom: 1px solid #000;
}
.cars-info-area-cont-text ul li p {
  padding-left: 5px;
  width: 65%;
  font-size: 1rem;
}
@media screen and (min-width: 560px) {
  .cars-info-area-cont {
    display: flex;
  }
  .cars-info-area-cont-text {
    width: 33%;
  }
  .cars-info-area-cont-text ul li span {
    width: 40%;
    font-size: .8rem;
  }
  .cars-info-area-cont-text ul li p {
    width: 59%
  }
}

.rpj-single-text {
  margin: 5%;
  padding: 15px 0;
  background-color: #111111;
}
.rpj-single-text p {
  line-height: 1.2rem;

}


/*hrt-page--------------------------------------*/
.hrt-page-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.hrt-page-ttl h2 {
  font-size: 2rem;
  font-family: bilo, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.hrt-page-ttl h2 span {
  position: relative;
  display: block;
  margin-top: 5px;
  text-align: center;
  font-size: .9rem;
  color: #888888;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.hrt-page-ttl h2 span::before {
  position: absolute;
  content: "";
  top: -5px;
  left: calc(50% - 7px);
  height: 3px;
  width: 14px;
  background-color: var(--maincolor);
}

.hrt-page-sec01,
.hrt-page-sec02,
.hrt-page-sec03 {
  margin: 100px auto 0;
  width: 90%;
  max-width: 800px;
}
.hrt-page-sec02 {
  margin-bottom: 100px;
}
.hrt-origin-logo {
  width: 35%;
}
.hrt-origin-dscr {
  width: 75%;
}
.hrt-page-p-right01 {
  margin-left: calc(100% - 230px);

}
.hrt-page-margin-top30 {
  margin-top: 30px;
}
.owner-name {
  font-size: 1.4rem;
  font-family: ta-rehitsu-m, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.second-cont-ttl {
  margin-top: 40px;
  border-bottom: 1px solid var(--maincolor);
}
.hrt-origin-area {
  display: block;
}
.hrt-origin-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
}
.hrt-origin-logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.hrt-origin-dscr {
  padding-left: 10px;
}
.hrt-orign-width {
  width: 70px;
}
.hrt-26-list li {
  display: block;
}
.hrt-26-list li span {
  width: 50%;
}
.hrt-srv-example {
  padding-bottom: 50px;
}
.hrt-srv-example li {
  display: flex;
  border-bottom: 1px solid #999999;
}
.hrt-srv-example li span {
  width: 30%;
}
.hrt-srv-example li p {
  width: 70%;
}
.hrt-padbttm-50 {
  padding-bottom: 50px;
}
.hrt-margin-list li {
  display: flex;
  border: .7px solid #777777;
  border-bottom: none;
}
.hrt-margin-list li:last-child {
  border-bottom: .7px solid #777777;
}
.hrt-margin-list li span {
  padding-left: 10px;
  width: 60%;
}
.hrt-margin-list li p {
  padding-left: 10px;
  width: 40%;
  border-left: .7px solid #777777;
}
.hrt-margin-cal {
  margin: 30px 0;
}
.hrt-margin-cal li {
  display: flex;
}
.hrt-margin-cal-l {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
}
.hrt-margin-cal-r {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 100px);
}
.hrt-margin-cal-r-cont {
  width: 100%;
}
.hrt-margin-cal-r-block {
  display: block;
  position: relative;
  text-align: center;
}
.hrt-margin-cal-r-block::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  height: .7px;
  width: 230px;
  background-color: #777777;
}
.hrt-p-small {
  font-size: .7rem;
  color: #777777;
}
.br-sp {
  display: block;
}

@media screen and (min-width: 560px) {
  .hrt-origin-area {
    display: flex;
  }
  .hrt-26-list li {
    display: flex;
  }
  .hrt-margin-cal-r-block {
    display: block;
    position: relative;
    text-align: left;
  }
  .hrt-margin-cal-r-block::before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    height: .7px;
    width: 340px;
    background-color: #777777;
  }
  .br-sp {
    display: none;
  }
}
