@charset "UTF-8";
/* CSS Document */

/* ----------------------------- -----------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
   共通
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
---------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------
 色早見表
 背景色 #FFFFFF
 文字色グレー薄 #000000
 背景グレージュ #f7f77f5
---------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------
 ブレイクポイント早見表
　スマートフォン縦　320px〜480px
　スマートフォン横　480px〜736px
　タブレット 768px〜1024px
　PC 960px〜
---------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------
  フォント指定
  使用フォント
font-family: "MFW-HiraginoUDSansStdN-W6", sans-serif;

---------------------------------------------------------------------------------- */
html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}
* {  
    margin:0;  
    padding:0;  
}

body {
	background-color: #FFFFFF;
	font-size: 0;
}
img {  
    border:0;  
}
::selection {background: #FFF; color: #000000;}
::-moz-selection {background: #FFF; color: #000000;}
body {
	font-family: "MFW-HiraginoUDSansStdN-W6","游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",sans-serif;
	font-style: normal;
	color: #000000;
	letter-spacing:0.05rem;
	background-color: #FFFFFF;
	font-size: 15px;
}
_:-ms-input-placeholder, :root body {
  font-family: "MFW-HiraginoUDSansStdN-W6","游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",sans-serif;
}

ul li {
	list-style: none;
}

/* ----------------------------------------------------------------------------------
文字設定
---------------------------------------------------------------------------------- */
h1 {
	font-size: 60px;
	line-height: 175%;
	letter-spacing: 0.2rem;
	font-weight: 600;
}
h2 {
	font-size: 40px;
	line-height: 175%;
	letter-spacing: 0.15rem;
	font-weight: 600;
}
h3 {
	font-size: 40px;
	line-height: 200%;
	letter-spacing: 0.1rem;
	font-weight: 600;
}
h3.ts30 {
	font-size: 30px;
	line-height: 200%;
	letter-spacing: 0.1rem;
	font-weight: 600;
}
h4 {
	font-size: 24px;
	line-height: 175%;
	letter-spacing: 0.1rem;
	font-weight: 600;
}
h5 {
	font-size: 21px;
	line-height: 175%;
	letter-spacing: 0.05rem;
	font-weight: 500;
}
h6 {
	font-size: 13px;
	line-height: 175%;
	letter-spacing: 0.05em;
	font-weight: 500;
	font-family: "MFW-HiraginoUDSansStdN-W5","游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",sans-serif;
}
p {
	font-size: 15px;
	line-height:175%;
	letter-spacing: 0.05em;
	font-weight: 500;
	font-family: "MFW-HiraginoUDSansStdN-W5","游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",sans-serif;
	text-align: justify;
}
.top-title {
	font-size: 36px;
	line-height: 150%;
	letter-spacing: 0.2rem;
	color: #000000;
}
.content-title-tategaki {
	font-size: 48px;
	line-height: 150%;
	letter-spacing: 0.2rem;
	color: #000000;
}
.tategaki {
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
}
.flex-ti-title {
	font-size: 48px;
	line-height: 175%;
	letter-spacing: 0.2rem;
	font-weight: 600;
}
.en-co-title {
	font-size: 36px;
	line-height: 175%;
	letter-spacing: 0.05rem;
	font-weight: 600;	
}
.w6 {
	font-family: "MFW-HiraginoUDSansStdN-W6","游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",sans-serif;
}
.lh100 {
	line-height: 100% !important;
}
.lh150 {
	line-height: 150% !important;
}
.lh200 {
	line-height: 200% !important;
}
.lh250 {
	line-height: 250% !important;
}
.lh300 {
	line-height: 300% !important;
}
.lh400 {
	line-height: 400% !important;
}
.lh500 {
	line-height: 500% !important;
}
.textal-center {
	text-align: center !important;
}
.textal-left {
	text-align: left !important;
}
.textal-right {
	text-align: right !important;
}
.text-mixed {
	text-orientation: mixed;
}
.justify {
	text-align: justify;
}

@media only screen and (max-width: 768px) {
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h3.ts30 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 12px;
	}
p {
	font-size: 14px;
}
.top-title {
	font-size: 36px;
}
.content-title-tategaki {
	font-size: 36px;
}
.flex-ti-title {
	font-size: 36px;
	line-height: 135%;
}
.en-co-title {
	font-size: 22px;
}
}

.kunoji15 {
    margin-left: 7.5px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	display: inline-block;
}
a::hover .kunoji15::before{
    border-top: 2px solid #cdcbc9;
    border-right: 2px solid #cdcbc9;
}
.kunoji20 {
    margin-left: 7.5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	display: inline-block;
}
a::hover .kunoji20{
    border-top: 2px solid #cdcbc9;
    border-right: 2px solid #cdcbc9;
}
.ud-br {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.ud-br::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #000000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.ud-br:hover::after {
  transform: scale(1, 1);
}
.ud-br-footer {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.ud-br-footer::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #000000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.ud-br-footer:hover::after {
  transform: scale(1, 1);
}


/* ----------------------------------------------------------------------------------
改行設定
---------------------------------------------------------------------------------- */

@media only screen and (min-width:489px) {
.sp-kaigyou {
	display: none;
}
}

/* ----------------------------------------------------------------------------------
margin padding
---------------------------------------------------------------------------------- */

.mt5p {
	margin-top: 5vh !important;
}
.mt7-5p {
	margin-top: 7.5vh !important;
}
.mt10p {
	margin-top: 10vh !important;
}
.mt15p {
	margin-top: 15vh !important;
}
.mt20p {
	margin-top: 20vh !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.-mt5p {
	margin-top: -5vh !important;
}
.-mt7-5p {
	margin-top: -7.5vh !important;
}
.-mt10p {
	margin-top: -10vh !important;
}
.-mt20p {
	margin-top: -20vh !important;
}
.mb5p {
	margin-bottom: 5vh !important;
}
.mb7-5p {
	margin-bottom: 7.5vh !important;
}
.mb10p {
	margin-bottom: 10vh !important;
}
.mb15p {
	margin-bottom: 15vh !important;
}
.mb20p {
	margin-bottom: 20vh !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}

.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.pa0 {
	padding: 0 0 0 !important;
}
.pat5 {
	padding-top: 5vh;
}
.pat7-5 {
	padding-top: 7.5vh;
}
.pat10 {
	padding-top: 10vh;
}
.pab5 {
	padding-bottom: 5vh;
}
.pab7-5 {
	padding-bottom: 7.5vh;
}
.pab10 {
	padding-bottom: 10vh;
}
.w-80vw {
	width:80vw !important;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
.w-80vw {
	width:85vw !important;
	margin: 0 auto;
}
}
/* ----------------------------------------------------------------------------------
mobile tel link
---------------------------------------------------------------------------------- */

.disable-auto-tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

/* ----------------------------------------------------------------------------------
表示切り替え
---------------------------------------------------------------------------------- */
@media only screen and (min-width: 769px) {
.spnone {
	display: none !important;
}
}
@media only screen and (max-width: 768px) {
.pcnone {
	display: none !important;
}
}

/* ----------------------------------------------------------------------------------
ローディング
---------------------------------------------------------------------------------- */

#loading {
    position: absolute;
    left: 50%;
    top: 50%;
	margin: -30px 0 0 -30px;
}

#loading img {
    width: 60px;
}
 
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #FFFFFF;
    z-index: 9999;
}

/* ----------------------------------------------------------------------------------
 メニュー
---------------------------------------------------------------------------------- */

/*ヘッダー*/
.l-header {
	width: 100vw;
	/*height: 60px;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11
}

/*ドロワー*/
.l-drawer {
	position: relative;
}
.l-drawer__checkbox {
	display: none;
}
.l-drawer__icon {
	cursor: pointer;
    display: block;
    width: 36px;
    height: 11px;
    position: fixed;
    top: 55px;
    right: 5vw;
    padding: 0;
}
.l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
	background-color: #000000;
	display: none;
	width: 36px;
	height: 2px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	border-radius: 0;
}
@media screen and (max-width: 768px) {
	.l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
	background-color: #000000;
	display: block;
	}
}
.l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
	content: " ";
}
.l-drawer__icon-parts:before {
	top: 10px;
	margin-left: 0;
}
.l-drawer__icon-parts:after {
	top: -10px;
	margin-left: 0;
}
.l-drawer__icon-parts.transform:before, .l-drawer__icon-parts.transform:after {
  background-color: #000000;
	display: block;
}
.l-drawer__icon-parts.transform:before, .l-drawer__icon-parts.transform:after {
  content: " ";
}
.l-drawer__icon-parts.transform:before {
  top: 10px;
}
.l-drawer__icon-parts.transform:after {
  top: -10px;
}
.l-drawer__overlay {
	background: #FFFFFF;
	color: #000000;
	opacity: 0;
	pointer-events: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	padding: 0 !important;
	margin: 0 !important;
}
.l-drawer__menu {
	font-size: 16px;
	background: rgba(255,255,255,1);
	color: #000000;
	width: 100vw;
	height: 100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	/*right: -100vw;*/
	display: none;
	padding: 0 !important;
	margin: 0 !important;
}
.l-drawer__menu.transform {
  font-size: 16px;
	background: rgba(255,255,255,1);
	color: #000000;
	width: 100vw;
	height: 100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	/*right: -100vw;*/
	display: none;
	padding: 0 !important;
	margin: 0 !important;
}
.l-drawer__icon {
	z-index: 14;
}
.l-drawer__menu {
	z-index: 13;
}
.l-drawer__overlay {
	z-index: 12;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
	background: transparent;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__overlay {
	opacity: 0.9;
	pointer-events: auto;
}
.l-drawer__checkbox:checked ~ .l-drawer__menu {
	/*right: 0;*/
	display: block;
	opacity: 1;
	animation-duration: 0.6s;
	animation-name: fade-in;
	-moz-animation-duration: 0.6s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-name: fade-in;
}
 @keyframes fade-in {
	 0% {
        display: none;
        opacity: 0;
      }
      1% {
        display: block;
        opacity: 0;
      }
      100% {
        display: block;
        opacity: 1;
      }
    }
    @-moz-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }
      1% {
        display: block;
        opacity: 0;
      }
      100% {
        display: block;
        opacity: 1;
      }
    }
    @-webkit-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }
      1% {
        display: block;
        opacity: 0;
      }
      100% {
        display: block;
        opacity: 1;
      }
    }
.l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__overlay, .l-drawer__menu {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.l-drawer__menu ul,
.l-drawer__menu.transfrom ul{
	height: auto;
    box-sizing: border-box;
    margin: 0 auto;
    position: absolute;
    /* top: calc(50% + 5px); */
    left: 5vw;
    bottom: 5vh;
    /* transform: translateY(-50%) translateX(-50%); */
    /* -webkit-transform: translateY(-50%) translateX(-50%); */
    display: flex;
    flex-direction: column;
}
.l-drawer__menu ul .l-drawer__item {
	line-height: 1.25rem;
    margin: 0 0 1.75rem 0;
    font-size: 1.25rem;
    font-weight: 500;
    display: block;
    vertical-align: top;
}
.l-drawer__menu ul .l-drawer__item.item-s {
    font-weight: 500;
    display: block;
    vertical-align: top;
	font-size: 0.9rem;
	line-height: 0.9rem;
	margin: 0 0 1.4rem 0;
}
nav.l-drawer__menu ul .l-drawer__item a {
	color: #000000 ;
}
nav.l-drawer__menu ul .l-drawer__item a:hover {
	color: #000000 ;
}
nav.l-drawer__menu.transform ul .l-drawer__item a {
	color: #000000 ;
}
nav.l-drawer__menu.transform ul .l-drawer__item a:hover {
	color: #000000 ;
}
.l-drawer__item a {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.l-drawer__menu ul .l-drawer__item:last-child {
	line-height: 200%;
	margin: 0 0 0;
}
.l-drawer__menu ul .l-drawer__item a span,
.l-drawer__menu ul .l-drawer__item a span::before {
	color: #000000 ;
}
.l-drawer__menu ul .l-drawer__item a:hover span,
.l-drawer__menu ul .l-drawer__item a:hover span::before {
	color: #000000 ;
}
.l-drawer__menu.transform ul .l-drawer__item a span,
.l-drawer__menu.transform ul .l-drawer__item a span::before{
	color: #000000 ;
}
.l-drawer__menu.transform ul .l-drawer__item a:hover span,
.l-drawer__menu.transform ul .l-drawer__item a:hover span::before {
	color: #000000 ;
}
.l-drawer__menu ul .l-drawer__item a span,
.l-drawer__menu ul .l-drawer__item a span::before {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.l-drawer__menu ul .l-drawer__item a.ud-br {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.l-drawer__menu ul .l-drawer__item a.ud-br::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.l-drawer__menu.transform ul .l-drawer__item a.ud-br::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #000000 !important;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.l-drawer__menu ul .l-drawer__item a.ud-br:hover::after {
  transform: scale(1, 1);
}
.l-drawer__menu ul .l-drawer__item a .kunoji20 {
	margin-left: 7.5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	display: inline-block;
}
.l-drawer__menu.transform ul .l-drawer__item a .kunoji20 {
	margin-left: 7.5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	display: inline-block;
}
.l-drawer__menu ul .l-drawer__item ul {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.l-drawer__menu ul .l-drawer__item ul li {
	line-height: 200%;
	margin: 0 0 5px;
	font-size: 13px;
}
.l-drawer__menu ul .l-drawer__item ul li:last-child {
	line-height: 200%;
	margin: 0 0 0;
}
@media screen and (max-width: 768px) {
.l-drawer__icon {
	cursor: pointer;
	display: block;
	width: 30px;
	height: 11px;
	position: fixed;
	top: 36px;
    right: 5vw;
	padding: 0;
}
.l-drawer__menu ul{
	height: auto;
	width: 100%;
	padding: 0 0 0 7.5vw;
	box-sizing: border-box;
	margin: 0 auto;
	position: absolute;
	bottom: 5vh;
	left: 0;
	/* transform: translateY(-50%) translateX(-50%); */
	/* -webkit-transform: translateY(-50%) translateX(-50%); */
	-ms-writing-mode: horizontal-tb;
	/* writing-mode: horizontal-tb;*/
}
.l-drawer__menu ul .l-drawer__item {
	line-height: 200%;
    margin: 0 0 5px;
    font-weight: 400;
	font-size: 21px;
    display: block;
    vertical-align: top;
}
}
@media screen and (max-width: 489px) {
.l-drawer__icon {
	cursor: pointer;
	display: block;
	width: 26px;
	height: 11px;
	position: fixed;
	top: 36px;
    right: 5vw;
	padding: 0;
}
.l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
	width: 26px;
}
}
@media screen and (max-width: 374px){
.l-drawer__menu ul .l-drawer__item {
	margin: 0 0 0px;
}
}
.blank img {
	margin-left: 7.5px;
	height: 1rem;
}
/* ----------------------------------------------------------------------------------
ロゴ 
---------------------------------------------------------------------------------- */
.logo-warp {
	background-color: #fff;
	width:100vw;
	height: 120px;
}
.logo-warp a.fix-logo-mark {
	position: fixed;
	top: 30px;
	left: 5vw;
	z-index: 99;
}
.logo-warp a.fix-logo-mark img {
	height: 60px;
}

@media only screen and (max-width: 768px) {
.logo-warp {
	background-color: #fff;
	width:100vw;
	height: 80px;
	top:0;
}
.logo-warp a.fix-logo-mark {
	position: fixed;
	top: 18px;
	left: 5vw;
	z-index: 99;
}
.logo-warp a.fix-logo-mark img {
	height: 44px;
}
}

/* ----------------------------------------------------------------------------------
sns
---------------------------------------------------------------------------------- */
.sns-link-wrap {
	display: flex;
	flex-direction: row;
}
.sns-link {
	display: inline-block;
	width: 15px;
	margin: 0 0 0 0;
}

/* ----------------------------------------------------------------------------------
 video wrap
---------------------------------------------------------------------------------- */
.video-wrap {
	width: calc(95vw - 200px);
    height: calc(100vh - 120px);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 auto;
    border-radius: 50px 0 0 50px;
}
.video-wrap::before {
	z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(25,20,17,0.0);
}
video.main-video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    display: block;
    z-index: -100;
    opacity: 1;
}
.movie-link-button-wrap {
	width: 120px;
    height: 20px;
    /* margin: calc(50vh - 100px) auto; */
    position: absolute;
    bottom: 35px;
    right: 35px;
    overflow: hidden;
    z-index: 10;
}
.movie-link-button {
	display: block;
}
.movie-link-button img {
	height: 20px;
}
.movie-link-button:hover img {
	opacity: 0.5;
}
.movie-link-button img {
	-webkit-transition: all .3s;
	transition: all .3s;
}
@media only screen and (max-width: 768px) {
.video-wrap {
	width: 100vw;
    height: calc(100vh - 80px);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 auto;
    border-radius: 0 0 0 0;
}
}
/* movie */
.top-movie-wrap {
	width: 100vw;
	height: 100vh;
	position: relative;
}
.top-movie-wrap-inner {
	margin:0;
    position: relative;
    width: 100%;
	height: 100vh;
    /*height: calc(100vh - 80px);*/
    overflow: hidden;
}
.top-movie-mask {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 125%;
    height: 115%;
    background-color: #191411;
    object-fit: cover;
}
/* top-img */
.top-img-wrap {
	width: calc(95vw - 200px);
    height: calc(100vh - 120px);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 auto;
    border-radius: 50px 0 0 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.top-img-wrap::before {
	z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0);
}
@media screen and (max-width: 768px) {
.top-img-wrap {
	width: 100vw;
    height: calc(100vh - 80px);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 auto;
    border-radius: 0 0 0 0;
	background-attachment: scroll;
	background-position: center center;
}
.top-img-wrap::before {
    background-size: cover;/* cover指定できる */
	content: "";
	display: block;
	position: fixed;/* 擬似要素ごと固定 */
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: calc(100vh - 80px);
    background-color:rgba(0,0,0,0);
}
}
#about {
	background-image:url("../img/about_img_top.jpg");
}
#kurashi {
	background-image:url("../img/kurashi_img_top.jpg");
}
#gohan {
	background-image:url("../img/gohan_img_top.jpg");
}
#kurashiba {
	background-image:url("../img/kurashiba_img_top.jpg");
}
#hito {
	background-image:url("../img/hito_img_top.jpg");
}
#news {
	background-image:url("../img/news_img_top.jpg");
}
#column {
	background-image:url("../img/DSC_6322.jpg");
}

/* slider */

section.firstview{
	width: calc(95vw - 200px);
    height: calc(100vh - 120px);
    margin: 0 0 0 auto;
    overflow: hidden !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    border-radius: 50px 0 0 50px;
}
@media screen and (max-width: 768px){
	section.firstview{
		width:100vw;
		height: calc(100vh - 80px);
		border-radius: 0 0 0 0;
	}
}
section.firstview div.img{
	width:100%;
	height:100%;
	position:relative;
	top:0;left:0;z-index:1
}
section.firstview div.img img{
	width:100vw;
	height: calc(100vh - 120px);
	display:block;
	-o-object-fit:cover;
	object-fit:cover
}
@media screen and (max-width: 768px){
	section.firstview div.img img{
		height: calc(100vh - 80px);
	}
}
section.firstview ul.slide{
	width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}
section.firstview ul.slide li{
	width:100%;
	height:100%
}
section.firstview ul.slide li img{
	width:100%;
	height: calc(100vh - 120px);
	display:block;
	-o-object-fit:cover;
	object-fit:cover
}
@media screen and (max-width: 768px){
section.firstview ul.slide{
	width: 100%;
    height: 100%;
    position: relative;
    top: 36;
    left: 0;
    z-index: 1;
}
	section.firstview ul.slide li img{
		height: calc(100vh - 80px);
	}
}
section.firstview h1.catch{
	position:absolute;
	left:5vw;
	bottom:15vw;
	font-size:85rem;
	font-weight:900;
	color:#444e47;
	z-index:2
}
@media screen and (max-width: 820px){
	section.firstview h1.catch{
		font-size:44rem;
		letter-spacing:0;
		bottom:25vw}
}
section.firstview h1.catch.wh{
	color:#fff
}
section.firstview h1.catch span{
	font-size:18rem;
	display:block
}
@media screen and (max-width: 820px){
	section.firstview h1.catch span{
		margin-bottom:10rem
	}
}
/* ----------------------------------------------------------------------------------
メッセージ
---------------------------------------------------------------------------------- */

/*==================================================
背景色が伸びて出現
===================================*/

/*全共通*/

.bgextend{
  animation-name:bgextendAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
  position: relative;
  overflow: hidden;/*　はみ出た色要素を隠す　*/
  opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
  animation-name:bgextendAnimeSecond;
  animation-duration:1s;
  animation-delay: 0.6s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

/*左から右*/
.bgLRextend::before{
  animation-name:bgLRextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger{
    opacity: 0;
}

.messagewrap {
	position: absolute;
	width: calc(95vw - 200px);
	height: 100vh;
	margin: 0 0 0 auto;
	display: flex; 
    justify-content:flex-end;
	text-align: left;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.messagewrap h2 {
	display: flex;
    flex-direction: column;
}
.message-box {
	display: flex;
    flex-direction: row;
    margin: -10vh 7.5vw 0 0;
	/*justify-content:center;
    align-items: center;
	text-align: left;*/
}
.top-page-title {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.messagewrap > div > div > h2 > span.top-page-title {
	background: #fff;
    padding: 1rem 0px;
    margin: 20vh 0 0 1rem;
    height: fit-content;
}
.messagewrap > div > div > h2:last-child > span.top-page-title {
    margin: 40vh 0 0 1rem;
}
.page-title {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	background: #fff;
	padding: 15px .5rem;
    margin: 0 0 0 1rem;
    height: fit-content;
    line-height: 100%;
}
.page-caption {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	background: #fff;
    padding: 15px .5rem;
    margin: 0 0 0 1rem;
    height: fit-content;
	line-height: 100%;
}
.message-t-top {
	display: flex;
	flex-direction: row-reverse;
    margin: 0 0 0;
}
.message-t {
	display: flex;
    flex-direction: row-reverse;
    margin: 10vh 0 5vh;
}
@media only screen and (max-width: 768px) {
.messagewrap {
	width: 100vw;
	height: calc(100vh - 80px);
	margin: auto 0 0 0;
}
.message-box {
	justify-content: flex-end;
	margin: 100px 5vw 0 0;
}
.messagewrap {
    justify-content: flex-end;
}
.message-b{
	text-align: center;
}
.message-t{
	display: flex;
	margin: 0 0 0;
	flex-direction:  row-reverse;
	align-items: end;
}
.message-t-top {
	display: flex;
    flex-direction: row-reverse;
    margin: 0 0 0;
}
.messagewrap > div > div > h2 > span.top-page-title {
	background: #fff;
    padding: 10px 0px;
    margin: 0 0 0 0.75rem;
    height: fit-content;
}
.messagewrap > div > div > h2 > span.top-page-title:last-child {
	margin: 0 0 0 0.75rem;
}
.messagewrap h2 {
	align-items: flex-end;
}
}
.ani-copy1 {
	opacity: 0;
	animation-name: fadein1;
	animation-delay: 1.5s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.ani-copy2 {
	opacity: 0;
	animation-name: fadein2;
	animation-delay: 2s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.ani-copy3 {
	opacity: 0;
	animation-name: fadein3;
	animation-delay: 2.5s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.ani-copy4 {
	opacity: 0;
	animation-name: fadein4;
	animation-delay: 3s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.ani-copy5 {
	opacity: 0;
	animation-name: fadein5;
	animation-delay: 3.5s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.ani-copy6 {
	opacity: 0;
	animation-name: fadein6;
	animation-delay: 4s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
@keyframes fadein1 {
0% {
    opacity: 0;
	-ms-filter: blur(0px);
	filter: blur(0px);
    transform:translate(0,20px);
}
100% {
    opacity: 1;
	-ms-filter: blur(0px);
	filter: blur(0px);
    transform:translate(0,0);
}
}
@keyframes fadein2 {
0% {
    opacity: 0;
	-ms-filter: blur(0px);
	filter: blur(0px);
    transform:translate(0,20px);
}
100% {
    opacity: 1;
	-ms-filter: blur(0px);
	filter: blur(0px);
    transform:translate(0,0);
}
}
@keyframes fadein3 {
0% {
    opacity: 0;
	ms-filter: blur(0px);
	filter: blur(0px);
    transform:translate(0,20px);
}
100% {
    opacity: 1;
	-ms-filter: blur(0px);
	filter: blur(0px);
    transform:translate(0,0);
}
}
@keyframes fadein4 {
0% {
    opacity: 0;
	ms-filter: blur(6px);
	filter: blur(6px);
    transform:translate(0,20px);
}
100% {
    opacity: 1;
	-ms-filter: blur(0px);
	filter: blur(0px);
    transform:translate(0,0);
}
}
@keyframes fadein5 {
0% {
    opacity: 0;
	ms-filter: blur(6px);
	filter: blur(6px);
    transform:translate(0,20px);
}
100% {
    opacity: 1;
	-ms-filter: blur(0px);
	filter: blur(0px);
    transform:translate(0,0);
}
}
@keyframes fadein6 {
0% {
    opacity: 0;
	ms-filter: blur(6px);
	filter: blur(6px);
    transform:translate(0,20px);
}
100% {
    opacity: 1;
	-ms-filter: blur(0px);
	filter: blur(0px);
    transform:translate(0,0);
}
}
.movieplay-btn {
	position: absolute;
	bottom: 10vh;
	left: 10vh;
}
.movieplay-btn h6 {
	color: #FFF;
}
.movieplay-btn h6 i.kunoji15 {
	margin-left: 5px;
	border-color: #FFF;
}
.movieplay-btn:hover h6 i {
	margin-left: 10px;
}
@media only screen and (max-width: 768px) {
.movieplay-btn {
	bottom: 5vh;
	left:auto;
	right: 5vw;
}
}

/* ----------------------------------------------------------------------------------
 g-nav-wrap
---------------------------------------------------------------------------------- */
.g-nav-wrap , .g-nav-wrap-f {
	position: absolute;
    width: calc(5vw + 200px);
    height: 100vh;
    margin: 0 auto 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.g-nav {
	margin: 0 auto 5vh 5vw;
}
.g-nav .g-nav-item {
    margin: 0 0 1.75rem 0;
    font-size: 1.25rem;
    line-height: 1.25rem;
}
.g-nav .g-nav-item.item-s {
	font-size: 0.9rem;
	line-height: 0.9rem;
	margin: 0 0 1.4rem 0;
}
@media only screen and (max-width: 768px) {
	.g-nav-wrap {
		display: none;
	}
}

/* ----------------------------------------------------------------------------------
 top-img-copy
---------------------------------------------------------------------------------- */

.top-gif-wrap {
	width: 100vw;
	height: 100vh;
	position: relative;
	overflow-x: hidden;
	display: flex;
	align-items: center;
}
.top-gif-wrap .top-gif {
	width: auto;
	height: 100vh;
	position: absolute;
	top: -2.5vh;
	right: -2.5vw;
}
.top-copy {
	position: absolute;
	left:10vw;
}

@media only screen and (max-width: 768px) {
	.top-gif-wrap {
		justify-content: center;
	}
	.top-gif-wrap .top-gif {
		width: auto;
		height: 90vh;
		position: absolute;
		top: 10vh;
		right: auto;
	}
	.top-copy {
		position: absolute;
		left:10vw;
	}
}

/* ----------------------------------------------------------------------------------
 concept-warp
---------------------------------------------------------------------------------- */

.cocept-wrap {
	width: auto;
    padding: 10vh 0;
    display: flex;
    flex-direction: row;
    align-content: space-between;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.concept-logo-wrap {
	width: 200px;
}
.concept-logo-wrap span {
	font-size: 200px;
	display: block;
}
.concept-copy-wrap {
	width: auto;
	padding: 0 0 0 5vh;
	display: flex;
	flex-direction: column;
	text-align: left;
	box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
.cocept-wrap {
	width: 100%;
    padding: 10vh 0;
    display: flex;
    flex-direction: column;
    align-content:none;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.concept-logo-wrap {
	margin: 0 0 40px;
}
.concept-copy-wrap {
	padding: 0 0 0 0;
}
}

/* ----------------------------------------------------------------------------------
 contents-title
---------------------------------------------------------------------------------- */

.contents-title-32 {
	width: 80vw;
	margin: 0 auto;
	font-size: 32px;
	text-align: left;
}
.contents-title-fb {
	width: 80vw;
	margin: 0 auto;
	text-align: left;
}

@media only screen and (max-width: 768px) {
.contents-title-32 {
	width: 85vw;
	font-size: 28px;
}
.contents-title-fb {
	width: 85vw;
}
}

/* ----------------------------------------------------------------------------------
 member page
---------------------------------------------------------------------------------- */
.member-data {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.member-data .member-data-child {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: baseline;
}
.member-data .member-data-child .member-data-child-t {
	font-size: 14px;
    margin: 0 10px 0 0;
    line-height: 175%;
}
.member-data .member-data-child .member-data-child-b {
	line-height: 175%;
}

.member-covid19 {
	width: 100%;
	display: flex;
	flex-direction:row;
	justify-content: space-between;
	align-items:stretch; 
	text-align: left;
	flex-wrap: wrap;
}
.member-covid19::after {
	content:"";
	display: block;
	width: 20%;
	box-sizing: border-box;
}
.member-covid19-child {
	display: flex;
	flex-direction: column;
    text-align: center;
	align-content: flex-start;
    margin: 0 0 3rem;
    width: 20%;
	box-sizing: border-box;
}
.member-covid19-child-ill {
	display: block;
	font-size:60px;
	margin-bottom: 20px;
}
.member-covid19-child-title {
	display: block;
}
.member-covid19-child-title p {
	font-size: 14px;
}
.member-list-title {
	width: 100%;
	text-align: left;
}

@media only screen and (max-width: 768px) {
.member-covid19-child {
    margin: 0 0 3rem;
    width: 33%;
}
}

@media only screen and (max-width: 498px) {
.member-covid19-child {
    margin: 0 0 3rem;
    width: 47.5%;
}
}
/* ----------------------------------------------------------------------------------
 39bartotable page
---------------------------------------------------------------------------------- */
.table-shoplist {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.table-shoplist > li {
	padding: 10px 15px;
	margin: 0 10px 10px 0;
	display: block;
	font-size: 14px;
	font-weight: 500;
	background-color: #ffffff;
	line-height: 14px;
	transition: 0.4s;
}
ul.table-shoplist > li:hover {
	background-color: #000000;
	color: #FFFFFF;
}
ul.table-shoplist > li > a {
	line-height: 100% !important;
	text-decoration: none;
	margin: 0 0 0 0 !important;
}

/* ----------------------------------------------------------------------------------
 リンク ボタン
---------------------------------------------------------------------------------- */

a {
	text-decoration:none;
	letter-spacing: 0.05rem;
	color: #000000;
}
a:hover {
	text-decoration:none;
	opacity:1;
	transition: all .3s;
	color: #000000;
}
a,
a::before,
a::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
a.lgr-link {
	text-decoration:none;
	letter-spacing: 0.05rem;
	color: #999;
}
a.lgr-link span {
	font-size: 0.75rem
}
a.lgr-link:hover {
	text-decoration:none;
	opacity:1;
	transition: all .3s;
	color:#000000;
}
a.lgr-link,
a.lgr-link::before,
a.lgr-link::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.lgr-link .icon-icon_window_grey::before {
	color: #999;
}
a .icon-icon_window_grey,
a p .icon-icon_window_grey {
	font-size: 0.7rem;
}
.ud-br-btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
	color: #000000;
}
.ud-br-btn::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #000000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.ud-br-btn:hover::after {
  transform: scale(1, 1);
}
.ud-br-btn-gr {
  position: relative;
  display: inline-block;
  text-decoration: none;
	color: #000000;
}
.ud-br-btn-gr::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #535656;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.ud-br-btn-gr:hover::after {
  transform: scale(1, 1);
}

/* ----------------------------------------------------------------------------------
 contents
---------------------------------------------------------------------------------- */

.bg-gr {
	background-color: #f7f7f5;
}
/* テキストボックス */
.contents-text-box {
	text-align: left;
	display: flex;
	padding: 0 0;
}
.text-box35-l {
	width: 35vw;
	max-width: 500px;
	margin: 0 auto 0 10vw;
	text-align: left;
}
.text-box35-r {
	width: 35vw;
	max-width: 500px;
	margin: 0 10vw 0 auto;
	text-align: left;
}
.text-box60 {
	width: 50vw;
	max-width: 640px;
	margin: 0 32.5vw 0 12.5vw;
	text-align: left;
}
.text-box85 {
	width: 85vw;
	max-width: 1440px;
	margin: 0 auto;
	text-align: justify;
}
@media only screen and (max-width: 768px) {
.text-box35-l {
	width: 85vw;
	margin: 0 auto 7.5vh;
	text-align: left;
}
.text-box35-r {
	width: 85vw;
	margin: 0 auto 7.5vh;
	text-align: left;
}
.text-box60 {
	width: 85vw;
	margin: 0 auto 7.5vh;
	text-align: left;
}
}
/* 画像レイアウト */
.top-cocept-01 {
	width: 100vw;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.top-cocept-01-img-l {
	width: 50vw;
	margin: 5vh auto 0 10vw;
	position: relative;
}
.top-cocept-01-img-r {
	width: 30vw;
	margin: -20vh 0 0 auto;
	position: relative;
}
.top-cocept-01-img-l img {
	width: 100%;
}
.top-cocept-01-img-r img {
	width: 100%;
}
.ill-top-01 {
	position: absolute;
	top: -72px;
	right: -75px;
}
.ill-top-01 img {
	width: 145px;
}
.top-cocept-02 {
	width: 100vw;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.top-cocept-02-img-l {
	width: 35vw;
	margin: -5vh auto 0 15vw;
	position: relative;
}
.top-cocept-02-img-r {
	width: 50vw;
	margin: 10vh 0 0 auto;
	position: relative;
}
.top-cocept-02-img-l img {
	width: 100%;
}
.top-cocept-02-img-r img {
	width: 100%;
}
.ill-top-02 {
	position: absolute;
	top: -100px;
    right: 5vw;
}
.ill-top-02 img {
	width: 90px;
}
.ill-top-03 {
	position: absolute;
	bottom: -7.5vh;
	left: -7.5vw;
}
.ill-top-03 img {
	width: 150px;
}
.top-cocept-03 {
	width: 100vw;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.top-cocept-03-img-l {
	width: 50vw;
	margin: 5vh auto 0 0;
	position: relative;
}
.top-cocept-03-img-r {
	width: 30vw;
	margin: -10vh 5vw 0 auto;
	position: relative;
}
.top-cocept-03-img-l img {
	width: 100%;
}
.top-cocept-03-img-r img {
	width: 100%;
}
.ill-top-04 {
	position: absolute;
	top: 17vw;
    right: 0vw;
}
.ill-top-04 img {
	width: 400px;
}
.top-cocept-04 {
	width: 100vw;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.top-cocept-04-img-l {
	width: 35vw;
	margin: -12.5vh auto 0 0;
	position: relative;
}
.top-cocept-04-img-r {
	width: 50vw;
	margin: 7.5vh 7.5vw 0 auto;
	position: relative;
}
.top-cocept-04-img-l img {
	width: 100%;
}
.top-cocept-04-img-r img {
	width: 100%;
}
.ill-top-05 {
	position: absolute;
	top: 10vw;
    left: -270px;
}
.ill-top-05 img {
	width: 335px;
}
@media only screen and (max-width: 768px) {
.top-cocept-01 {
	width: 100vw;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.top-cocept-01-img-l {
	width: 57.5vw;
	margin: 10vh 0 0 0;
	position: relative;
}
.top-cocept-01-img-r {
	width: 37.5vw;
	margin: -5vh 0 0 auto;
	position: relative;
}
.ill-top-01 {
	position: absolute;
	top: -32px;
	right: -10px;
}
.ill-top-01 img {
	width: 72px;
}
.top-cocept-02 {
	flex-direction: column;
	justify-content: flex-start;
}
.top-cocept-02-img-l {
	width: 60vw;
	margin: -5vh auto 0 0;
	position: relative;
}
.top-cocept-02-img-r {
	width: 70vw;
	margin: 2.5vh 0 0 auto;
	position: relative;
}
.ill-top-02 {
	top: -80px;
    right: 10vw;
}
.ill-top-02 img {
	width: 60px;
}
.ill-top-03 {
	bottom: -27.5vh;
	left: 5vw;
}
.ill-top-03 img {
	width: 80px;
}
.top-cocept-03 {
	flex-direction: column;
	justify-content: flex-start;
}
.top-cocept-03-img-l {
	width: 70vw;
	margin: -5vh auto 0 0;
	position: relative;
}
.top-cocept-03-img-r {
	width: 60vw;
	margin: -20px 0 0 40vw;
	position: relative;
}
.ill-top-04 {
	top: 18vw;
	left: -140px;
}
.ill-top-04 img {
	width: 220px;
	margin: 0 0 10vh;
}
.top-cocept-04 {
	flex-direction: column;
	justify-content: flex-start;
}
.top-cocept-04-img-l {
	width: 80vw;
	margin: -5vh auto 0 0;
	position: relative;
}
.top-cocept-04-img-r {
	width: 80vw;
	margin: 2.5vh 0 0 auto;
	position: relative;
}
.ill-top-05 {
	position: absolute;
	top: 34vw;
	left: -10vw;
}
.ill-top-05 img {
	width: 165px;
}
}

/* ボタン */
.box-btn-wrap {
	width: 80vw;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
}
.box-btn {
	width: 330px;
	border: solid 2px #000;
	border-radius: 10px;
	padding: 1rem 1.25rem;
	background-color: #fff;
	color: #000;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	text-align: left;
}
.box-btn:hover {
	cursor: pointer;
	background-color: #f7f7f5;
}
.more-btn-wrap {
	width: 100% ;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
}
.more-btn {
	font-size: 18px;
	display: flex;
	align-items: center;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.more-btn .arrow-s {
	margin: 0 0 0 40px;
}
.more-btn:hover .arrow-s {
	margin: 0 0 0 60px;
}
.back_list {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	font-size: 18px;
	align-items: center;
}
.arrow-l {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 3px;
  margin: 13.5px 0;
  border-radius: 9999px;
  background-color: #000000;
}
.arrow-l::before,
.arrow-l::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  right: 0;
  width: 20px;
  height: 3px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 1.5px) 50%;
}
.arrow-l::before {
  transform: rotate(45deg);
}
.arrow-l::after {
  transform: rotate(-45deg);
}
.arrow-s {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 3px;
  margin: 6.4px 0;
  border-radius: 9999px;
  background-color: #000000;
}
.arrow-s::before,
.arrow-s::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 12px;
  height: 3px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 1px) 50%;
}
.arrow-s::before {
  transform: rotate(45deg);
}
.arrow-s::after {
  transform: rotate(-45deg);
}
.arrow-back {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 3px;
  margin: 6.4px 40px 6.4px 0;
  border-radius: 9999px;
  background-color: #000000;
}
.arrow-back::before,
.arrow-back::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  left: 0;
  width: 15px;
  height: 3px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 1.5px 50%;
}
.arrow-back::before {
  transform: rotate(45deg);
}
.arrow-back::after {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
.box-btn-wrap {
	width: 85vw;
}
.more-btn {
	font-size: 15px;
}
.more-btn .arrow-s {
	margin: 0 0 0 40px;
}
.more-btn:hover .arrow-s {
	margin: 0 0 0 60px;
}
}
/* TOPくらし・くらしば*/
.top-kurashiba-wrap {
	width: 100vw;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}
.top-kurashiba-contents {
	width: 47.5vw;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.top-kurashiba-contents img {
	width: 100%;
}
.top-kurashiba-contents h4,.top-kurashiba-contents h6 {
	margin: 0 0 0 5vw;
}
.hito-ill {
	position: absolute;
    top: -280px;
    right: 5vw;
    z-index: 2;
}
.hito-ill img {
	width: 180px;
}
.kurashiba-ill {
	position: absolute;
    top: -230px;
    right: 10vw;
    z-index: 2;
}
.kurashiba-ill img {
	width: 310px;
}
.news-ill {
	position: absolute;
    top: calc(-15vh - 75px);
    right: 10vw;
    z-index: 2;
}
.news-ill img {
	width: 230px;
}
/* TOPお知らせ・ご案内*/
.top-2c-wrap {
	width: 80vw;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.top-2c-wrap-title {
	width: 30vw;
}
.top-2c-wrap-contents {
	width: 50vw;
}
.yoko-contents-title-2c {
	width: 100%;
	margin: 0 auto 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: left;
}
@media only screen and (max-width: 768px) {
.top-kurashiba-wrap {
	width: 100vw;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
}
.top-kurashiba-contents {
	width: 90vw;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0 0 0 auto;
}
.top-kurashiba-contents:first-child {
	margin: 0 auto 0 0;
}
.top-kurashiba-contents h4,.top-kurashiba-contents h6 {
	margin: 0 0 0 7.5vw;
}
.top-2c-wrap {
	width: 85vw;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content:flex-start;
}
.top-2c-wrap-title {
	width: 100%;
	margin: 0 0 0;
}
.top-2c-wrap-contents {
	width: 100%;
}
.yoko-contents-title-2c {
	width: 100%;
	margin: 0 auto 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: left;
}
.hito-ill img {
	width: 120px;
}
.hito-ill {
    top: -210px;
}
.kurashiba-ill {
	top: -140px;
	right: 7.5vw;
    z-index: 2;
}
.kurashiba-ill img {
	width: 180px;
}
.news-ill {
    top: -75px;
	right: 5vw;
}
.news-ill img {
	width: 160px;
}
}
/* お知らせ */

.news-top-title {
	width: 30vw;
	text-align: left;
	margin: -15vh auto 0;
	display: block;
	position: relative;
}
.news-top-title h2 {
}
.news-top-wrap {
	width: 50vw;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	border-top: solid #CFCFCF 1px;
}
.news-top-wrap .news-top {
	width: 100%;
    padding: 2rem 0;
    border-bottom: solid #CFCFCF 1px;
}
.news-top-wrap .news-top:hover {
	background-color: #fff;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.news-top-wrap a {
    display: flex;
    flex-direction: row;
	align-items: flex-start;
}
.news-top-d {
	display: block;
	width: 120px;
	margin: 0 30px 0 0;
	text-align: left;
}
.news-top-t {
	width: auto;
}
@media screen and (max-width: 768px){
.news-top-wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	text-align: left;
	margin: 0 0 5vw;
}
.news-top-wrap::after {
	content:"";
	display: block;
	width: 100%;
}
.news-top-wrap .news-top {
	display: block;
    text-align: left;
	padding: 1rem 0;
    margin: 0 0 0;
	width: 100%;
	flex-basis: 100%;
	max-width: 100%;
}
.news-top-wrap a {
    display: flex;
    flex-direction: column;
	align-items: flex-start;
}
.news-top-d {
	display: block;
	width: 100%;
	margin: 0 0 0 0;
	text-align: left;
}
.news-top-t {
	width: auto;
}
}
/* アコーディオン */
.accordion {
    max-width: 100%;
    margin-bottom: 7px;
    border-bottom: 1px solid #000000;
}
.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1rem 0;
    color: #000000;
    font-weight: 600;
    cursor: pointer;
}
.accordion summary::-webkit-details-marker {
    display: none;
}
.accordion summary::before,
.accordion summary::after {
    width: 2px;
    height: .9em;
    border-radius: 0px;
    background-color: #000000;
    content: '';
}
.accordion summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}
.accordion summary::after {
    transition: rotate .3s;
}
.accordion[open] summary::after {
    rotate: 90deg;
}
.accordion span {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #000000;
    transition: transform .5s, opacity .5s;
	text-align: left;
}
.accordion[open] span {
    transform: none;
    opacity: 1;
}
.bg-gr-btn {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 1rem 0 0;
	padding: 1rem 2rem;
	background-color: #f7f7f5;
	font-size: 20px !important;
	line-height: 100%;
	border-radius: 10px;
}
.document img.docu-icon {
	display: block;
	height: 100%;
}
/* felx-ti-wrap */

.felx-ti-wrap {
	width: 80vw;
	margin: 0 auto;
	text-align: left;
	display: flex;
	flex-direction: row;
	align-items:flex-end;
}
.felx-ti-wrap-re {
	width: 80vw;
	margin: 0 auto;
	text-align: left;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.flex-ti-title-r {
	position: absolute;
	right: 10vw;
	top: -25vh;
	z-index: 1;
	display: flex;
    flex-direction: row-reverse;
}
.flex-ti-title-l {
	position: absolute;
    left: 10vw;
    top: -25vh;
    z-index: 1;
    display: flex;
    flex-direction: row-reverse;
}
.yoko-contents-title {
	width: 80vw;
	margin: 0 auto 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: left;
}
.flex-t {
	width: 35vw;
	margin: 0 5vw 0 0;
}
.felx-ti-wrap-re .flex-t {
	width: 35vw;
	margin: 0 0 0 5vw;
}
.flex-i {
	width: 40vw;
	position: relative;
    overflow: hidden;
}
.link-btn {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: .6rem 1.3rem;
    border: 1px solid #000000;
    border-radius: 5px;
    align-items: center;
	max-width: 300px;
}
.link-btn:last-child {
	margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
.yoko-contents-title {
    width: 85vw;
}
.felx-ti-wrap {
	width: 85vw;
    margin: 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	display: flex;
	flex-direction: column;
}
.felx-ti-wrap-re {
	width: 85vw;
    margin: 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	display: flex;
	flex-direction: column;
}
.flex-ti-title-r {
	right: 10vw;
	top: -20vh;
}
.flex-ti-title-l {
	left: 10vw;
	top: -20vh;
}
.flex-t {
	width: 100%;
	margin: 0 0 5vh 0;
}
.felx-ti-wrap-re .flex-t {
	width: 100%;
	margin: 0 0 0 0;
}
.flex-i {
	width: 100%;
	margin: 0 0 0;
}
.link-btn {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: .6rem 1.3rem;
    border: 1px solid #000000;
    border-radius: 5px;
    align-items: center;
	max-width: 100%;
}
}
.flex-i img {
	width: 100%;
}
.screen{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: 1.2s cubic-bezier(.26,0,.07,1);
}
.screen.show{
    transform: translateX(100%);
}
.screen-r{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: 1.2s cubic-bezier(.26,0,.07,1);
}
.screen-r.show{
    transform: translateX(-100%);
}
.sc-gr {
	background: #f7f7f5 !important;
}
.sc-be {
	background: #f7f7f5 !important;
}
.img-wrap-wh {
  overflow: hidden;
  position: relative;
}
.img-wrap-wh:before {
  animation: img-wrap-wh 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes img-wrap-wh {
  100% {
    transform: translateX(100%);
  }
}

/* ----------------------------------------------------------------------------------
 コンテンツ共通
---------------------------------------------------------------------------------- */

.contents-center {
	width:100%;
	padding:15vh 0 0 0;
	margin:0 auto;
	position: relative;
}
.contents-center-bottom {
	width:100%;
	padding:15vh 0 15vh;
	margin:0 auto;
	position: relative;
}
.contents-center-bottom10 {
	width:100%;
	padding:10vh 0 10vh;
	margin:0 auto;
	position: relative;
}
.contents-center-pa0 {
	width:100%;
	padding:0 0;
	margin:0 auto;
	position: relative;
}
.contents-center-pagetop {
	width:100%;
	padding:0 0 0 0;
	margin:-5vh auto 0;
	position: relative;
}
.contents-cneter-inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.contents-cneter-inner85 {
	width: 80%;
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
}
.contents-cneter-inner960 {
	max-width: 960px;
	width: 85%;
	margin: 0 auto;
	position: relative;
}
.contents-cneter-inner960 img {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.main-section {
	padding: 5% 0 0 0;
	position: relative;
}
.main-text-wrap {
	width: 80vw;
	max-width: 768px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
.main-text-wrap p {
	text-align: justify;
}
.bt-gr {
	border-top: 1px solid #CFCFCF;
}
@media screen and (max-width: 768px) {
.contents-center {
	padding:15vh 0 0 0;
}
.contents-center-bottom {
	padding:15vh 0;
}
.main-text-wrap {
	width: 85vw;
}
.contents-cneter-inner85 {
	width: 85vw;
	max-width: 1440px;
	margin: 0 auto;
}
}

@media screen and (max-width: 498px) {
.contents-center {
	padding:15vh 0 0 0;
}
.contents-center-bottom {
	padding:15vh 0;
}	
}

.text-box-90 {
	width: 90%;
	margin: 0 auto;
}
.text-column-wrap {
	width: 100%;
	text-align: left;
	margin: 0 0 70px;
}
.text-column-head {
	width: 100%;
	display: block;
	border-bottom: 1px solid #EBEBEB;
	padding: 0 0 15px;
}
.text-column-body {
	width: 100%;
	display: block;
	padding: 15px 0 0;
}
.text-column-child {
	width: calc(100% - 2rem);
	margin: 50px 0 10px auto;
	text-align: left;
}
.text-column-child-head {
	width: 100%;
	display: block;
	border-bottom: 1px dotted #EBEBEB;
	padding: 0 0 10px;
}
.text-column-child-body {
	width: 100%;
	display: block;
	padding: 10px 0 0;
}
.notice {
	width: calc(100% - 4rem);
	text-align: left;
	font-size: 13px;
	margin: 10px 0 0 1.2rem;
}
.notice li {
	list-style: disc;
	line-height: 175%;
	padding: 0 2px;
}
.notice li::before {
	display: inline-block;
	margin-left: -1.2rem;
    width: 1.2rem;
    line-height: 1.2rem;
}
@media only screen and (max-width: 768px) {
.text-column-child {
	width: calc(100% - 1rem);
}
}

/* キャッチ横型 */
.catch-contents-box-y {
	width: 90vw;
	margin: 0 0 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}
.catch-text-y {
	width: 35vw;
	text-align: left;
}
.catch-img-y {
	width: 50vw;
}
.catch-img-y img {
	width: 100%;
}
.l-text-wrap {
	max-width: 720px;
    width: 80vw;
	text-align: justify;
    margin: 5vh auto 0 10vw;
}
.s-text-wrap {
	max-width: 480px;
    width: 40vw;
	text-align: justify;
    margin: 20px auto 0 10vw;
}
@media only screen and (max-width: 768px) {
.catch-contents-box-y {
	width: 100vw;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
}
.catch-text-y {
	width: 85vw;
	text-align: left;
	margin: 0 auto 5vh;
}
.catch-img-y {
	width: 100%;
}
.l-text-wrap {
    width: 85vw;
    margin: 5vh auto 0;
}
.s-text-wrap {
    width: 85vw;
	margin: 5vh auto 0;
}
}
/* キャッチ縦型 */
.catch-contents-box-t {
	width: 90vw;
	margin: auto 0 0 0;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
}
.catch-text-t {
	width: 30vw;
	margin: 5% 0 0 0;
	text-align: left;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
}
.catch-text-t > h6 {
	margin: 0 0 0 20px;
}
.catch-text-t > h2 {
	margin: 0 0 0 40px;
}
.catch-text-t > p {
	margin: 0 0 0 0;
	line-height: 200%;
}
.catch-img-t {
	width: 55vw;
}
.catch-img-t img {
	width: 100%;
}
@media only screen and (max-width: 768px) {
.catch-contents-box-t {
	width: 100vw;
	flex-direction: column;
	justify-content:flex-start;
	align-items: flex-start;
}
.catch-text-t {
	width: 85vw;
	margin: 5% auto 0;
	text-align: left;
	writing-mode: horizontal-tb;
	-webkit-writing-mode:  horizontal-tb;
    -ms-writing-mode: horizontal-tb;
}
.catch-text-t > h6 {
	margin: 0 0 10px 0;
}
.catch-text-t > h2 {
	margin: 0 0 20px 0;
}
.catch-text-t > p {
	margin: 0 0 0 0;
}
.catch-img-t {
	width: 100vw;
	margin: 5vh 0 0;
}
.catch-img-t img {
	width: 100%;
}
}
/* 理念 */
.rinen-text-wrap {
	width: 90vw;
	margin: 0 0 0 auto;
}
.rinen-text {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: stretch;
}
.rinen-honbun {
	width: 45%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.rinen-n {
	width: 30px;
	margin: 0 30px 0 0;
}
.rinen-b {
	width: calc(100% - 60px);
}
.rinen-img {
	width: 50%;
}
.rinen-img img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 768px) {
.rinen-text-wrap {
	width: 85vw;
	margin: 0 auto 0;
}
.rinen-text {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.rinen-honbun {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.rinen-n {
	width: 25px;
	margin: 0 25px 0 0;
}
.rinen-b {
	width: calc(100% - 50px);
}
.rinen-img {
	width: 100%;
	margin: 20px 0 0;
}
.rinen-img img {
	width: 100%;
	height: auto;
}
}
/* バナー */
.works-list li a {
	width: 100%;
	display: block;
	margin: 0 0 0;
	position: relative;
	overflow: hidden;
}
.works-list li a::before {
	padding-top: 61.8%;
	content: "";
	display: block;
}
.works-list li a img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	-moz-transition: -moz-transform 0.7s linear;
    -webkit-transition: -webkit-transform 0.7s linear;
    -o-transition: -o-transform 0.7s linear;
    -ms-transition: -ms-transform 0.7s linear;
    transition: transform 0.7s linear;
}
.works-list li:hover a img {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}
.img-banner {
	width: 90vw;
	/*height: calc(100vh - 10vw);*/
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	/*background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
	overflow: hidden;
}
.img-banner::before {
	padding-top: calc(100vh - 10vw);
	z-index: 0;
    content: "";
    display: block;
    background-color:rgba(0,0,0,.2);
}
.img-bn-i img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
    transition: transform 0.7s linear;
}
.img-banner:hover .img-bn-i img {
	cursor: pointer;
	transform: scale(1.1);
	filter: none;
	
}
.img-bn-t {
	display: flex;
	flex-direction: column;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
	position: absolute;
	top: 10vw;
	right: 10vw;
	color: #fff;
}
.img-bn-b {
	width: 330px;
	border: solid 2px #fff;
	border-radius: 10px;
	padding: 1rem 1.25rem;
	background-color:rgba(255,255,255,0);
	color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	text-align: left;
}
.img-banner:hover .img-bn-b {
	cursor: pointer;
	background-color:rgba(255,255,255,0);
}
@media only screen and (max-width: 768px) {
.img-banner {
	width: 100vw;
	height: 75vh;
}
.img-bn-t {
	top: 15vw;
	right: 7.5vw;
}
}
#bn-kurashi {
	background-image:url("../img/kurashi_img_bn.jpg");
}
/* ごはん */
.two-c-wrap {
	width: 80vw;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.two-c {
	width: 47.5%;
	display: flex;
	flex-direction: column;
}
.two-c:last-child {
	margin: 10vh 0 0;
}
.two-c img {
	width: 100%;
}
@media only screen and (max-width: 768px) {
.two-c-wrap {
	width: 85vw;
	flex-direction: column;
	justify-content: flex-start;
}
.two-c {
	width: 100%;
}
.two-c:last-child {
	margin: 5vh 0 0;
}
}
.news-wrap {
	width: 70vw;
	margin: 0 auto;
	border-top: 1px solid #CFCFCF;
}
.news-list {
	width: 100%;
    padding: 2rem 0;
    border-bottom: solid #CFCFCF 1px;
}
.news-list:hover {
	background-color: #f7f7f5;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.news-list a {
    display: flex;
    flex-direction: row;
	align-items: flex-start;
}
.news-list .news-top-d {
	display: block;
	width: 120px;
	margin: 0 30px 0 0;
	text-align: left;
}
.news-list .news-top-t {
	width: auto;
}
@media screen and (max-width: 768px){
.news-wrap {
	width: 85vw;
	margin: 0 auto;
}
.news-list a {
    flex-direction: column;
	align-items: flex-start;
}
.news-list .news-top-d {
	display: block;
	width: 100%;
	margin: 0 0 0 0;
	text-align: left;
}
.news-list .news-top-t {
	width: 100%;
}
}
/* 各ページのイラスト */
.ill-kurashiba {
	position: absolute;
	bottom: -30px;
	right: 7.5vw;
}
.ill-kurashiba img {
	width: 183px;
}
.ill-hito {
	position: absolute;
	bottom: -5vh;
	right: 7.5vw;
}
.ill-hito img {
	width: 350px;
}
.ill-news {
	position: absolute;
	bottom: -10vh;
	right: 5vw;
}
.ill-news img {
	width: 232px;
}
@media only screen and (max-width: 768px) {
.ill-kurashiba {
	position: absolute;
	bottom: -7.5vh;
}
.ill-kurashiba img {
	width: 110px;
}
.ill-hito {
	position: absolute;
	bottom: -5vh;
	right: 5vw;
}
.ill-hito img {
	width: 190px;
}
.ill-news {
	position: absolute;
	bottom: -7.5vh;
	right: 5vw;
}
.ill-news img {
	width: 170px;
}
}
/* ----------------------------------------------------------------------------------
 wedding ring
---------------------------------------------------------------------------------- */
.content-box {
	width: 90vw;
	margin: 0 auto;
	text-align: center;
	padding: 7.5%;
	box-sizing: border-box;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.content-box-t {}
.content-box-t-img {
	max-width: 400px;
	width: 70%;
	margin: 0 0 5vh;
}
.content-box-li {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items:stretch; 
	text-align: left;
	flex-wrap: wrap;
	margin: 10vh 0 0;
}
.content-box-li::after {
	content:"";
	display: block;
	width: calc( 100% / 3 - 1.5rem);
}
.content-box-3r {
	flex: 0 0 30%;
	margin: 0 0 5vh 0;
	max-width: none;
	text-align: left;
}
.content-box-3r-img {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 0 0;
}
.content-box-3r-img::before {
	padding-top: 61.8%;
	content: "";
	display: block;
}
.content-box-3r-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	-moz-transition: -moz-transform 0.7s linear;
    -webkit-transition: -webkit-transform 0.7s linear;
    -o-transition: -o-transform 0.7s linear;
    -ms-transition: -ms-transform 0.7s linear;
    transition: transform 0.7s linear;
}
.content-box-3r-text {
	width: 100%;
	padding: 20px 30px;
	box-sizing: border-box;
	text-align: center;
	background: #FFF;
}
@media screen and (max-width: 768px) {
.content-box {
	width: 100vw;
	margin: 0 auto;
	text-align: center;
	padding: 7.5%;
	box-sizing: border-box;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.content-box-li {
	flex-wrap: nowrap;
	margin: 10vh 0 5vh;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.content-box-3r {
	flex: 0 0 50%;
    margin: 0 2.5vw 5vh 0;
    max-width: none;
    text-align: left;
}
}
@media screen and (max-width: 480px) {
.content-box-3r {
	flex: 0 0 75%;
}
}
.tfcl-text {
	width: 50%;
	padding: 0 0 5vh 2.5vw;
	box-sizing: border-box;
	text-align: left;
}
.inline-text {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: baseline;
	margin: 0 0 10px;
}
.inline-text h3,
.inline-text h6 {
	display: block;
}
.inline-text h3 {
	margin: 0 20px 0 0;
}
.w50-text-box {
	width: 50vw;
}
@media screen and (max-width: 768px) {
.tfcl-text {
	width: 90%;
}
}

/* ----------------------------------------------------------------------------------
 お問い合わせ
---------------------------------------------------------------------------------- */
.contact-wrap {
	width: 90vw;
	margin: 0 auto;
}
.contact-wrap-box {
	width: 100%;
	margin: 0 auto 5vh;
	background: #fff;
	padding: 5%;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.way-to-contact {
	width: 50%;
	padding: 0 5% 0 0;
	box-sizing: border-box;
	align-items: center;
	display: flex;
	flex-direction: row;
}
.way-to-contact span.icon-icon_phone {
	font-size: 38px;
	margin: 0 15px 0 0;
}
.way-to-contact span.icon-icon_mail {
	font-size: 18px;
	margin: 0 15px 0 0;
}
.info-to-contact {
	width: 50%;
    display: grid;
    text-align: left;
}
.telno {
	width: 100%;
	background-color: #f7f7f5;
	padding: 40px 20px;
	box-sizing: border-box;
	border-radius: 50px;
	font-size: 20px;
	text-align: center;
	align-items: center;
	margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
.contact-wrap-box {
	padding: 7.5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.way-to-contact {
	width: 100%;
	margin: 0 0 25px;
}
.info-to-contact {
	width: 100%;
}
}

/* ----------------------------------------------------------------------------------
faqアコーディオン
---------------------------------------------------------------------------------- */

div.accordion {
	width: 100%;
	text-align: left;
	font-weight: 500;
}

div.accordion > ul > li > a {
	display: block;
	color: #000;
	font-size: 16px;
	text-decoration: none;
	background-color: #FFF;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	padding: 20px 30px 20px 20px;
	position: relative;
	line-height:30px;
}
div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after{
	font-size: 36px;
    position: absolute;
    right: 18px;
    top: 20px;
}
div.accordion ul li a:hover {
	background-color:#FFF;
	color:#535656;
}
div.accordion ul li a {
	transition: 0.3s;
}
div.accordion > ul > li > a:after{
	content: "+";
	color:#535656;

}
div.accordion > ul > li > a.active:after{
	content: "-";
	color:#535656;
}
div.accordion > ul > li > a:hover:after{
	content: "+";
	color:#535656;
}
div.accordion > ul > li > a.active:hover:after{
	content: "-";
	olor:#535656;
}
div.accordion > ul > li > ul {
	display: none;
	color:#535656;
	padding:2%;
	box-sizing:border-box;
}
div.accordion > ul > li > ul > li > a{
	display: block;
	color: #535656;
	font-size: 14px;
	background-color: #FFF;
	padding: 6px 12px;
	position: relative;
}
div.accordion > ul > li > ul > li {
	display: block;
	color: #535656;
	font-size: 15px;
	/*background-color: #FFF;*/
	padding: 6px 12px;
	position: relative;
}
div.accordion > ul > li > ul > li > a:hover{
}

div.accordion ul li {
	margin:0 0 10px 0 ;
}

.faq-icon {
	background-color:#535656;
	color:#FFF;
	border-radius:15px;
	line-height:30px;
	width:30px;
	height:30px;
	font-size:14px;
	font-weight:500;
	display:inline-block;
	text-align:center;
	margin:0 10px 0 0;
	vertical-align:top;
}
.answer {
	background-color:#000000;
}
.faq-title {
	width:100%;
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 0px;
	line-height:30px;
	font-weight: 500;
	color:#535656;
}
div.accordion ul li a:hover .faq-icon {
	background-color:#FFF;
	color:#535656;
}
/* ----------------------------------------------------------------------------------
 タグリスト
---------------------------------------------------------------------------------- */
.contents-tag-list-wrap {
	width: 80vw;
    margin: -72px auto 54px;
}
.contents-tag-list {
	width: 80vw;
    height: 123px;
    margin: -72px auto 0px;
    display: block;
    position: relative;
    text-align: left;
}
.contents-tag-list li {
	display: inline-block;
	margin: 0 10px 28px 0;
}
.contents-tag-list li .tag-btn {
	padding: 7px 10px;
	line-height: 100%;
	background: #FFF;
	color: #535656;
	font-size: 14px;
}
.contents-tag-list li .tag-btn:hover {
	background: #cdcbc9;
	color: #000000;
}
@media screen and (max-width: 768px) {
.contents-tag-list-wrap {
	width: 90vw;
}
.contents-tag-list {
	width: 90vw;
}
}
/* ----------------------------------------------------------------------------------
 コンテンツページコンテンツ
---------------------------------------------------------------------------------- */
.contents-wrap {
	width: 100vw;
	margin: 0 0;
}
.page-title-wrap {
	width: 80vw;
	margin: 10vh auto 0;
	text-align: left;
}
.page-title {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.works-catelist-wrap {
	width: 80vw;
	margin: 10vh auto 0;
	text-align: left;
}
.works-catelist {
	display: flex;
	flex-direction: row;
}
.works-catelist li {
	margin: 0 20px 0;
}
.works-catelist li:first-child {
	margin: 0 20px 0 0;
}
.works-catelist li a {
	text-align: center;
}
.works-list-wrap {
	width: 100vw;
	margin: 10vh auto 0;
}
.works-list {
	width: 90%;
	display: flex;
	flex-direction: column;
	margin-right: auto;
}
.works-list li {
	width: 100%;
	margin: 0 0 2.5vh;
}
.works-list li a {
	width: 100%;
	display: block;
	margin: 0 0 0;
	position: relative;
	overflow: hidden;
}
.works-list li a::before {
	padding-top: 61.8%;
	content: "";
	display: block;
}
.works-list li a img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	-moz-transition: -moz-transform 0.7s linear;
    -webkit-transition: -webkit-transform 0.7s linear;
    -o-transition: -o-transform 0.7s linear;
    -ms-transition: -ms-transform 0.7s linear;
    transition: transform 0.7s linear;
}
.works-list li:hover a img {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}
@media screen and (max-width: 768px) {
.works-catelist li {
	margin: 0 15px 0;
}
.works-catelist li:first-child {
	margin: 0 15px 0 0;
}
.works-list-wrap {
	width: 100vw;
	margin: 10vh auto 0;
}
.works-list {
	width: 100%;
}
.works-list li {
	width: 100%;
}
}
@media screen and (max-width: 374px) {
.works-catelist li {
	margin: 0 12px 0;
}
.works-catelist li:first-child {
	margin: 0 12px 0 0;
}
}

/* ----------------------------------------------------------------------------------
 投稿ページ
---------------------------------------------------------------------------------- */
.post-title-wrap {
	width: 80vw;
	margin: 10vh auto 0;
	text-align: left;
}
.post-title {
	display: flex;
	flex-direction: column;
}
.post-wrap {
	width: 100%;
	margin: 0 0;
}
.post-main-img {
	width: 100%;
	display: block;
	margin: 0 0 0;
	position: relative;
	overflow: hidden;
}
.post-main-img::before {
	padding-top: 61.8%;
	content: "";
	display: block;
}
.post-main-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}
.post-contents-wrap {
	width: 85%;
	margin: 0 auto;
	text-align: left;
}
.post-contents-works-caption {
	width: 70%;
	margin: 0 auto 15vh 0;
	display: block;
}
.post-contents-works-caption h4,
.post-contents-works-caption h5,
.post-contents-works-caption h6 {
	margin: 0 0 0 2.5vw;
}
.post-contents-works-caption img {
	width: 100%;
	margin: 0 auto 0 0;
}

@media screen and (max-width: 768px) {
.post-contents-works-caption {
	width: 100%;
}
.post-main-img::before {
	padding-top: 100%;
}
}
.info-post-main-img {
	width: 90%;
	display: block;
	margin: 0 auto 0 0;
	position: relative;
	overflow: hidden;
}
.info-post-main-img::before {
	padding-top: 61.8%;
	content: "";
	display: block;
}
.info-post-main-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}
.info-post-contents-wrap {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}
@media screen and (max-width: 768px) {
.info-post-contents-wrap {
	width: 85%;
}
}
.info-post-contents-wrap h1,
.info-post-contents-wrap h2,
.info-post-contents-wrap h3,
.info-post-contents-wrap h4 {
	margin: 0 0 10px;
	display: block;
}
.info-post-contents-wrap h5,
.info-post-contents-wrap h6 {
	margin: 0 0 5px;
	display: block;
}
.info-post-contents-wrap img {
	width: 100%;
	margin: 3vh 0;
	display: block;
}
.info-post-contents-wrap a {
	text-decoration: underline;
	margin: 0 0 0;
	display: block;
}
@media screen and (max-width: 768px) {
.info-post-main-img {
	width: 100%;
}
.info-post-main-img::before {
	padding-top: 100%;
}
}

.page-index {
	display: flex;
	flex-direction: row;
}
.page-index li {
	font-size: 1rem;
	margin-right: 15px;
}

.nomal-table {
	width: 100%;
	margin: 7.5vh 0 0;
}
.nomal-table-list {
	width: 100%;
	display: flex;
	flex-direction: column;
	border-top: 1px solid #D8D5CE;
	padding: 7.5vh 0 0;
}
.nomal-table-list:first-child {
	border-top: none;
}
.nomal-table-wrap {
	width: 100%;
	display: flex;
	flex-direction:row;
	align-items: flex-start;
	margin: 0 0 5vh;
}
.nomal-table-head {
	width: 35%;
	display: flex;
	flex-direction: column;
}
.nomal-table-body {
	width: 65%;
	display: flex;
}
.nomal-table-body-list {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.nomal-table-body-list li {
	width: 100%;
	font-size: 14px;
	line-height: 175%;
	margin: 0 0 40px;
	display: flex;
	flex-direction: column;
}
.nomal-table-body-list li a {
	display: block;
	margin: 0 0 0;
	font-size: 13px;
}
@media screen and (max-width: 768px) {
.nomal-table-wrap {
	width: 100%;
	display: flex;
	flex-direction:column;
	margin: 0 0 5vh;
}
.nomal-table-head {
	width: 100%;
	display: flex;
	margin: 0 0 3vh;
}
.nomal-table-body {
	width: 100%;
	display: flex;
}
}

.mc4wp-response {
	width: 100%;
	padding: 5%;
	box-sizing: border-box;
	background-color: #E5E2DC;
	margin: 5vh 0 0;
}
/* ----------------------------------------------------------------------------------
 3カラム / three-column-felx-wrap
---------------------------------------------------------------------------------- */

.staff-name{
	position: absolute;
    right: 20px;
    bottom: -10px;
    padding: 15px 10px 15px 7px;
    background-color: #FFF;
    z-index: 2;
    line-height: 100%;
}
.three-column-felx-wrap {
	width: 80vw;
	margin: 0 auto;
}
.three-column-felx-title {
	width: 100%;
	margin: 0 0 15px;
	text-align: left;
	display: block;
}
.three-column-felx {
	width: 100%;
	display: flex;
	flex-direction:row;
	justify-content: space-between;
	align-items:stretch; 
	text-align: left;
	flex-wrap: wrap;
	margin: 0 0 0;
	position: relative;
}
.three-column-felx::after {
	content:"";
	display: block;
	width: calc( 100% / 3 - 1.5rem);
}
.three-column-flex-contents {
	display: block;
    text-align: left;
    margin: 0 0 5rem;
    flex-basis: calc( 100% / 3 - 1.5rem);
    max-width: calc( 100% / 3 - 1.5rem);
	position: relative;
}
.three-column-felx-sq {
	width: 100%;
	display: flex;
	flex-direction:row;
	justify-content: space-between;
	align-items:stretch; 
	text-align: left;
	flex-wrap: wrap;
	margin: 10vh 0 0;
}
.three-column-felx-sq::after {
	content:"";
	display: block;
	width: calc( 100% / 3 - 1.5rem);
}
.three-column-flex-contents-sq {
	display: block;
    text-align: left;
    flex-basis: calc( 100% / 3 - 1.5rem);
    max-width: calc( 100% / 3 - 1.5rem);
	margin-bottom: 5rem;
}
.three-column-flex-contents-sq:first-child,
.three-column-flex-contents-sq:nth-child(4),
.three-column-flex-contents-sq:nth-child(7),
.three-column-flex-contents-sq:nth-child(10){
	margin-top: 0rem;
}
.three-column-flex-contents-sq:nth-child(2),
.three-column-flex-contents-sq:nth-child(5),
.three-column-flex-contents-sq:nth-child(8),
.three-column-flex-contents-sq:nth-child(11){
	margin-top: 3rem;
}
.three-column-flex-contents-sq:nth-child(3),
.three-column-flex-contents-sq:nth-child(6),
.three-column-flex-contents-sq:nth-child(9),
.three-column-flex-contents-sq:nth-child(12){
	margin-top: -2rem;
}
/*.three-column-felx {
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 3vw;
	row-gap: 3vh;
	padding: 0 0 3vh;
}
.three-column-flex-contents {
	width: 100%;
	text-align: left;
}*/
.three-column-flex-contents-img {
	width: 100%;
	position: relative;
}
.three-column-flex-contents-img a {
	width: 100%;
	display: block;
	margin: 0 0 15px;
	position: relative;
	overflow: hidden;
}
.three-column-flex-contents-img a::before {
	padding-top: 61.8%;
	content: "";
	display: block;
}
.three-column-flex-contents-img a img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	-moz-transition: -moz-transform 0.7s linear;
    -webkit-transition: -webkit-transform 0.7s linear;
    -o-transition: -o-transform 0.7s linear;
    -ms-transition: -ms-transform 0.7s linear;
    transition: transform 0.7s linear;
}
.three-column-flex-contents:hover .three-column-flex-contents-img a img {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}

.three-column-flex-contents-img-sq {
	width: 100%;
}
.three-column-flex-contents-img-sq a {
	width: 100%;
	display: block;
	margin: 0 0 15px;
	position: relative;
	overflow: hidden;
}
.three-column-flex-contents-img-sq a::before {
	padding-top: 100%;
	content: "";
	display: block;
}
.three-column-flex-contents-img-sq a img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	-moz-transition: -moz-transform 0.7s linear;
    -webkit-transition: -webkit-transform 0.7s linear;
    -o-transition: -o-transform 0.7s linear;
    -ms-transition: -ms-transform 0.7s linear;
    transition: transform 0.7s linear;
}
.three-column-flex-contents-sq:hover .three-column-flex-contents-img-sq a img {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}
/* ワークショップ */
.three-column-felx-cl-wrap {
	width: 90vw;
	margin: 0 0 0 auto;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.three-column-felx-cl {
	width: 90vw;
	margin: 0 0 0 auto;
	display: flex;
	padding: 0 0 5vh;
	overflow-x: scroll;
	/*overflow-y: inherit;*/
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	-ms-overflow-style:none;
	flex-wrap:nowrap;
	box-sizing: border-box;
}
.three-column-felx-cl::after {
	content:"";
	display: block;
	width: calc( 100% / 3 - 1.5rem);
}
.three-column-flex-cl-contents {
	flex: 0 0 28%;
    margin: 0 2.5vw 0 0;
    max-width: none;
    text-align: left;
}
.three-column-flex-contents-img-tate {
	width: 100%;
	position: relative;
}
.three-column-flex-contents-img-tate a {
	width: 100%;
	display: block;
	margin: 0 0 20px;
	position: relative;
	overflow: hidden;
}
.three-column-flex-contents-img-tate a::before {
	padding-top: 133%;
	content: "";
	display: block;
}
.three-column-flex-contents-img-tate a img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	-moz-transition: -moz-transform 0.7s linear;
    -webkit-transition: -webkit-transform 0.7s linear;
    -o-transition: -o-transform 0.7s linear;
    -ms-transition: -ms-transform 0.7s linear;
    transition: transform 0.7s linear;
}
.three-column-flex-cl-contents:hover .three-column-flex-contents-img-tate a img {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}
.three-column-flex-contents-text {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
/* １日用 */
.three-column-flex-cl-contents-day {
	flex: 0 0 28%;
    margin: 0 2.5vw 0 0;
    max-width: none;
    text-align: left;
	background-color: #F7F7F5;
	border-radius: 10px;
	padding: 1.5rem;
	box-sizing: border-box;
}
.day-time {
	width: 100%;
	margin: 0 auto 15px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
}
.day-time img {
	height: 20px;
	margin: 0 10px 0 0;
}
@media screen and (max-width: 768px){
.three-column-flex-cl-contents-day {
	flex: 0 0 80%;
    margin: 0 5vw 0 0;
}
}
@media screen and (max-width: 768px){
.three-column-felx-cl {
	width: 92.5vw;
}
}
#scrollbar-flex-box::-webkit-scrollbar
{
        overflow:hidden;
        width:1px;
        background:#f7f7f5;
}
        #scrollbar-flex-box::-webkit-scrollbar:horizontal
        {
                height:5px;
        }
#scrollbar-flex-box::-webkit-scrollbar-button
{
       display:none;
}
#scrollbar-flex-box::-webkit-scrollbar-piece
{
        background:#f7f7f5;
}
        #scrollbar-flex-box::-webkit-scrollbar-piece:start
        {
                background:#f7f7f5;
        }
#scrollbar-flex-box::-webkit-scrollbar-thumb
{
        background:#cdcbc9;
}
#scrollbar-flex-box::-webkit-scrollbar-corner
{
        background:#cdcbc9;
}

#scrollbar-flex-box-gr::-webkit-scrollbar
{
        overflow:hidden;
        width:1px;
        background:#FFF;
}
        #scrollbar-flex-box-gr::-webkit-scrollbar:horizontal
        {
                height:5px;
        }
#scrollbar-flex-box-gr::-webkit-scrollbar-button
{
       display:none;
}
#scrollbar-flex-box-gr::-webkit-scrollbar-piece
{
        background:#FFF;
}
        #scrollbar-flex-box-gr::-webkit-scrollbar-piece:start
        {
                background:#FFF;
        }
#scrollbar-flex-box-gr::-webkit-scrollbar-thumb
{
        background:#cdcbc9;
}
#scrollbar-flex-box-gr::-webkit-scrollbar-corner
{
        background:#cdcbc9;
}

#scrollbar-flex-box-grgr::-webkit-scrollbar
{
        overflow:hidden;
        width:1px;
        background:#f7f7f5;
}
        #scrollbar-flex-box-grgr::-webkit-scrollbar:horizontal
        {
                height:5px;
        }
#scrollbar-flex-box-grgr::-webkit-scrollbar-button
{
       display:none;
}
#scrollbar-flex-box-grgr::-webkit-scrollbar-piece
{
        background:#f7f7f5;
}
        #scrollbar-flex-box-grgr::-webkit-scrollbar-piece:start
        {
                background:#f7f7f5;
        }
#scrollbar-flex-box-grgr::-webkit-scrollbar-thumb
{
        background:#FFF;
}
#scrollbar-flex-box-grgr::-webkit-scrollbar-corner
{
        background:#FFF;
}

.three-column-felx-cl-title-r {
	display: flex;
    margin: 0 10vw 0 0;
    text-align: left;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}
.three-column-felx-cl-title-l {
	display: flex;
    margin: 0 0 5vh 10vw;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.three-column-felx-cl-title-lm0 {
	display: flex;
    margin: 0 0 0 5vw;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
@media screen and (max-width: 768px){
.three-column-felx-cl-title-r {
    margin: 0 7.5vw 0 0;
}
.three-column-felx-cl-title-l {
    margin: 0 0 0 7.5vw;
}
.three-column-felx-cl-title-lm0 {
    margin: 0 0 0 0vw;
}
.three-column-felx-wrap {
	width: 92.5vw;
    margin: 0 0 0 7.5vw;
}
.three-column-felx {
	display: flex;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	-ms-overflow-style:none;
	flex-wrap:nowrap;
}
/*.three-column-felx::-webkit-scrollbar{
 display:none;
}*/
.three-column-flex-contents {
	flex: 0 0 42%;
	margin: 0 5vw 0 0;
	max-width: none;
}
.three-column-felx-sq {
	width: 100%;
	display: flex;
	flex-direction:row;
	justify-content: space-between;
	align-items:stretch; 
	text-align: left;
	flex-wrap: wrap;
	margin: 10vh 0 0;
}
.three-column-felx-sq::after {
	content:"";
	display: block;
	width: calc( 100% / 2 - 1.5rem);
}
.three-column-flex-contents-sq {
	display: block;
    text-align: left;
    flex-basis: calc( 100% / 2 - 1.5rem);
    max-width: calc( 100% / 2 - 1.5rem);
	margin-bottom: 5rem;
}
.three-column-felx-cl-wrap {
	width: 92.5vw;
	margin: 0 auto 0 7.5vw;
}
.three-column-felx-cl {
	display: flex;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	-ms-overflow-style:none;
	flex-wrap:nowrap;
}
.three-column-flex-cl-contents {
	flex: 0 0 42%;
	margin: 0 5vw 0 0;
	max-width: none;
}
}
@media screen and (max-width: 489px){
.three-column-flex-contents {
	flex: 0 0 80%;
	margin: 0 5vw 5vh 0;
}
.three-column-flex-contents-sq:nth-child(2),
.three-column-flex-contents-sq:nth-child(5),
.three-column-flex-contents-sq:nth-child(8),
.three-column-flex-contents-sq:nth-child(11){
	margin-top: 0rem;
}
.three-column-flex-contents-sq:nth-child(3),
.three-column-flex-contents-sq:nth-child(6),
.three-column-flex-contents-sq:nth-child(9),
.three-column-flex-contents-sq:nth-child(12){
	margin-top: 0rem;
}
.three-column-felx-sq {
	width: 100%;
	display: flex;
	flex-direction:column;
	justify-content: space-between;
	align-items:stretch; 
	text-align: left;
	flex-wrap: wrap;
	margin: 10vh 0 0;
}
.three-column-felx-sq::after {
	content:"";
	display: block;
	width: 100%;
}
.three-column-flex-contents-sq {
	display: block;
    text-align: left;
    flex-basis: none;
    width: 100%;
	max-width: none;
	margin-bottom: 5rem;
}
.three-column-flex-cl-contents {
	flex: 0 0 80%;
	margin: 0 5vw 0 0;
	max-width: none;
}
}

/* お知らせページ */
.c-three-column-felx-wrap {
	width: 85vw;
	margin: 0 auto;
}
.c-three-column-felx-title {
	width: 100%;
	margin: 0 0 15px;
	text-align: left;
	display: block;
}
.c-three-column-felx {
	width: 100%;
	display: flex;
	flex-direction:row;
	justify-content: space-between;
	align-items:stretch; 
	text-align: left;
	flex-wrap: wrap;
	margin: -5vh 0 0;
}
.c-three-column-felx::after {
	content:"";
	display: block;
	width: calc( 100% / 3 - 2rem);
}
.c-three-column-flex-contents {
	display: block;
    text-align: left;
    margin: 0 0 5rem;
    flex-basis: calc( 100% / 3 - 2rem);
    max-width: calc( 100% / 3 - 2em);
}
.c-three-column-flex-contents-img , .c-three-column-flex-contents-img-sq {
	width: 100%;
	position: relative;
}
.c-three-column-flex-contents-img a , .c-three-column-flex-contents-img-sq a {
	width: 100%;
	display: block;
	margin: 0 0 15px;
	position: relative;
	overflow: hidden;
}
.c-three-column-flex-contents-img a::before {
	padding-top: 61.8%;
	content: "";
	display: block;
}
.c-three-column-flex-contents-img-sq a::before {
	padding-top: 100%;
	content: "";
	display: block;
}
.c-three-column-flex-contents-img a img , .c-three-column-flex-contents-img-sq a img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	-moz-transition: -moz-transform 0.7s linear;
    -webkit-transition: -webkit-transform 0.7s linear;
    -o-transition: -o-transform 0.7s linear;
    -ms-transition: -ms-transform 0.7s linear;
    transition: transform 0.7s linear;
}
.c-three-column-flex-contents:hover .c-three-column-flex-contents-img a img {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}
.c-three-column-flex-contents:hover .c-three-column-flex-contents-img-sq a img {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}
.c-three-column-flex-contents-text {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.text-box-trans {
	background: #FFF;
    padding: 25px 30px;
    box-sizing: border-box;
    margin: -15px 0 0;
}
@media screen and (max-width: 768px){
.c-three-column-felx-wrap {
	width: 85vw;
	margin: 0 auto;
}
.c-three-column-flex-contents {
	display: block;
    text-align: left;
    margin: 0 0 3rem;
    flex-basis: calc( 100% / 2 - 1rem);
    max-width: calc( 100% / 2 - 1rem);
}
}
@media screen and (max-width: 480px){
.c-three-column-felx-wrap {
	width: 85vw;
	margin: 0 auto;
}
.c-three-column-felx {
	width: 100%;
	display: flex;
	flex-direction:column;
	justify-content:none;
	align-items:stretch; 
	text-align: left;
	flex-wrap: nowrap;
	margin: -5vh 0 0;
}
.c-three-column-felx::after {
	content:"";
	display: block;
	width: 100%;
}
.c-three-column-flex-contents {
	display: block;
    text-align: left;
    margin: 0 0 60px;
    flex-basis: 100%;
    max-width: 100%;
}
}

/* ----------------------------------------------------------------------------------
top-flexbox-wrap
---------------------------------------------------------------------------------- */
.top-flexbox-wrap {
	width: 100%;
	text-align: left;
	margin: -5vh 0 0;
}
.top-flexbox {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin: 0;
}
.top-flexbox-nr {
	display: flex;
	justify-content: space-between;
	margin: 0;
}
.top-flexbox-ill {
	position: relative;
	z-index: 2;
}
.top-flexbox-img {
	width: 60%;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 0 0;
}
.top-flexbox-img::before {
	padding-top: 61.8%;
	content: "";
	display: block;
}
.top-flexbox-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.top-flexbox-text {
	width: 35%
}
@media screen and (max-width: 768px){
.top-flexbox {
	display: flex;
	flex-direction: column;
	margin: 0;
}
.top-flexbox-nr {
	display: flex;
	flex-direction: column;
	margin: 0;
}
.top-flexbox-img {
	width: 100%;
}
.top-flexbox-text {
	width: 100%;
	margin: 5vh 0 0;
}
}

/* ----------------------------------------------------------------------------------
flexbox-wrap
---------------------------------------------------------------------------------- */

.flexbox-wrap {
	width: 100%;
	text-align: left;
}
.flexbox-wrap li {
	display: flex;
	flex-direction:row;
    align-items: top;
	margin: 0 0 25vh;
}
.flexbox-wrap li:last-child {
	margin: 0 0 0;
	box-sizing: border-box;
}
.flexbox-wrap li:nth-child(even) {
	flex-direction: row-reverse;
}
.flexbox-wrap li:nth-child(odd) .flex-text-wrap {
     margin-left: 5%;
	padding-right: 7.5%;
}
.flexbox-wrap li:nth-child(even) .flex-text-wrap {
	 margin-right: 5%;
	padding-left: 7.5%;
}
.flex-img-wrap {
	width: 65%;
	position: relative;
}
.flex-img-wrap::before {
	padding-top: 61.8%;
	content: "";
	display: block;
}
.flex-img-wrap img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.flex-text-wrap {
	width: 30%;
	position: relative;
}
.flexbox-wrap li:nth-child(odd) .flex-text-wrap-icon {
	display: block;
	margin: -5vh 0 5vh;
	left: 0;
}
.flexbox-wrap li:nth-child(even) .flex-text-wrap-icon {
	display: block;
	margin: -5vh 0 5vh;
	right: 0;
}
@media only screen and (max-width: 768px) {
.flexbox-wrap {
	width: 85%;
	text-align: left;
	margin: 0 auto;
}
.flexbox-wrap li {
	flex-direction:column;
}
.flexbox-wrap li:nth-child(even) {
	flex-direction:column;
}
.flexbox-wrap li:nth-child(odd) .flex-text-wrap {
	margin-left: 0;
	padding-right: 0;
}
.flexbox-wrap li:nth-child(even) .flex-text-wrap {
	margin-right: 0;
	padding-left: 0;
}
.flex-img-wrap {
	width: 100%;
	position: relative;
}
.flex-text-wrap {
	width: 100%;
	margin: 5vh 0 0;
}
.flexbox-wrap li:nth-child(odd) .flex-text-wrap-icon {
	display: block;
	margin: 0 0 0;
	top: -2vh;
	left: auto;
	right: 5vw;
	position: absolute;
}
.flexbox-wrap li:nth-child(even) .flex-text-wrap-icon {
	display: block;
	margin: 0 0 0;
	top: -2vh;
	left: auto;
	right: 5vw;
	position: absolute;
}
}


/* ----------------------------------------------------------------------------------
list-syle
---------------------------------------------------------------------------------- */

.nomal-list {
	width: 100%;
	text-align: left;
	border-top: 1px solid #EBEBEB;
}
.nomal-list li {
	width: 100%;
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #EBEBEB;
    font-size: 14px;
	line-height: 175%;
}
.list-head {
	width: 25%;
	display: inline-block;
}
.list-body {
	width: 70%;
	display: inline-block;
}


/* ----------------------------------------------------------------------------------
footer
---------------------------------------------------------------------------------- */

footer {
	width: 100vw;
	padding: 15vh 0 5vh;
}
.footer-wrap {
	width: 80vw;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
	align-items:center;
	margin: 0 auto;
}
.footer-nav {
	display: flex;
	flex-direction: column;
	font-size: 18px;
}
.footer-nav li {
	line-height: 100%;
	margin: 1rem 0;
	color: #000000;
}
.footer-nav li a {
	letter-spacing: 0rem;
	font-weight: 500 !important;
	color: #000000;
}
.copyright {
	font-size: 12px;
	line-height: 100%;
	font-weight: 400 !important;
}

/* ----------------------------------------------------------------------------------
page-index-nav
---------------------------------------------------------------------------------- */
.page-index-wrap {
	width: 100%;
	margin: 0 auto;
}
.page-index-nav {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	font-size: 14px;
	margin: 0 auto;
	text-align: left;
}
.page-index-nav li {
	line-height: 100%;
	padding: 0 7px;
}

/* ----------------------------------------------------------------------------------
company page etc....
---------------------------------------------------------------------------------- */

.two-column-text-wrap {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.two-column-text-head {
	width: 25%;
	text-align: left;
	position: relative;
}
.two-column-text-body {
	width: 70%;
	text-align: left;
}
.text-body-img {
	width: 100%;
}
.info-list {
	width: 100%;
}
.info-list li {
	width: 100%;
	padding: 10px 0;
	display: flex;
	flex-direction: row;
	border-top: 1px solid #f7f7f5;
	font-size: 15px;
	line-height: 175%;
}
.info-list li:last-child {
	border-bottom: 1px solid #f7f7f5;
}
.info-list-tilte {
	width: 30%;
}
.info-list-body {
	width: 70%;
}
@media only screen and (max-width: 768px) {
.two-column-text-wrap {
	display: block;
	margin: 0 auto;
}
.two-column-text-head {
	width: 100%;
	margin: 0 auto 5vh;
	text-align: center;
}
.two-column-text-body {
	width: 100%;
	margin: 0 0 0;
}
}

/* ----------------------------------------------------------------------------------
news-post
---------------------------------------------------------------------------------- */

.news-post-wrap {
	width: 70vw;
	max-width: 800px;
	padding: 0 0 0;
	margin: 0 auto;
	text-align: left;
	display: block;
	box-sizing:border-box; 
	/*justify-content: space-between;
	flex-direction: row; */
}
.news-post-t {
	width:100%;
	display: block;
	text-align: left;
	margin: 0 0 20px;
	line-height: 150%;
}
.news-post-d {
	width:100%;
	display: block;
	text-align: left;
	margin: 0 0 5vh;
	line-height: 100%;
}
.news-post-eye {
	width: 100%;
	margin: 0 0 40px;
}
.news-post-eye img {
	width: 100%;
}
.news-post-bar {
	width: 100px;
	height: 1px;
	background-color: #000000;
	margin: 25px 0;
}
.news-post-body {
	width:100%;
	display: block;
	text-align: left;
}
@media only screen and (max-width: 768px) {
.news-post-wrap {
	width: 85vw;
}
}
table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    color: #000000;
}
table thead {
    background: #f7f7f5;
}
table th,
table td {
    border: 1px solid #cfcfcf;
    padding: 10px;
}
table td {
    text-align: left;
}

/* ----------------------------------------------------------------------------------
 form
---------------------------------------------------------------------------------- */
.contac-flow {
	height: 28px;
    margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
.contac-flow {
	height: 20px;
    margin: 0 0 30px;
}
}
.form-row {
	width: 100%;
	display: block;
	margin: 0 auto 20px auto;
	border: none;
}
.form-row,
.form-row::before,
.form-row::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.form-title {
	width: 100%;
	display: block;
	line-height: 20px;
	padding: 10px 0;
	font-size: 15px;
	box-sizing: border-box;
	text-align: left;
}
.form-input {
	width: 100%;
	display: block;
	line-height: 20px;
	font-size: 15px;
	padding: 0 0;
}
.required {
	padding: 2px 4px;
    color: #000000;
    font-size: 1rem;
    margin: 0 0 0 0;
}
.h200 {
	height: 200px !important;
}
.privacy-box {
	width: 100%;
	height: 20em;
	padding: 5%;
	box-sizing: border-box;
	background-color: #F8F8F8;
	overflow-y: auto;
	font-size: 14px;
	text-align: left;
}
.demical {
	width: 100%;
	list-style: decimal;
	text-align: left;
}
.demical li {
	width: 100%;
	margin: 10px 0 0px 15px;
	line-height: 175%;
}
input.input_s {
	width: 100%;
    padding: 0 20px;
    margin: 0 0;
    height: 50px;
    background-color: #F7F7F5;
    border: 1px solid #F7F7F5;
    box-sizing: border-box;
    font-size: 14px;
}
input.input_s:hover {
	border: 1px solid #cfcfcf;
}
input.input_s,
input.input_s::before,
input.input_s::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
textarea.textarea {
	width:100%;
	padding:10px 20px;
	margin:0;
	height:180px;
	max-height: 180px;
	background-color: #F7F7F5;
    border: 1px solid #F7F7F5;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 175%;
}
textarea.textarea:hover {
	border: 1px solid #cfcfcf;
}
textarea.textarea,
textarea.textarea::before,
textarea.textarea::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}

input.submit {
	display: block;
	width: 100%;
	line-height:13px;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
	outline: none;
	font-size:15px;
	margin: 17.5px auto 0;
	background-color: #F7F7F5;
	cursor:pointer;
	border: 1px solid #F7F7F5;
	color: #000000;
	box-sizing:border-box;
}
input.submit:hover {
	background-color: #000000;
	border: 1px solid #000000;
	color: #FFF;
}
input.submit::before,
input.submit::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
input.submit,
input.submit::before,
input.submit::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
input::placeholder {
	color: #C8C8C8;
}
input:-ms-input-placeholder {
	color: #C8C8C8;/* IE */
}
input::-ms-input-placeholder {
	color: #C8C8C8;/* Edge */
}
textarea::placeholder {
	color: #C8C8C8;
}
textarea:-ms-input-placeholder {
	color: #C8C8C8;/* IE */
}
textarea::-ms-input-placeholder {
	color: #C8C8C8;/* Edge */
}

select.select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select.select {
	width: 100%;
    padding: 17.5px 2%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #EBEBEB;
    background: url(../img/arrow_dwon.svg) right 50% no-repeat;
    background-size: 12px, 100%;
    background-position: bottom 19px right 20px;
    background-color: #FFFFFF !important;
    border-radius: 0px;
    color: #000000;
}
select.select > option {
	background-color:#f7f7f5;
}

/*css radio02*/
.radio02 {
	text-align: left;
	font-size: 14px;
}
.radio02 label {
  margin: 20px 0 0;
}
.radio02-input{
  display: none;
}
.radio02-input + label{
  padding-left: 20px;
  position:relative;
  margin: auto 20px auto 0;
}
.radio02-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #EBEBEB;
  border-radius: 50%;
}
.radio02-input:checked + label{
  color: #000000;
}
.radio02-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #000000;
  border-radius: 50%;
}
/* css checkbox01 */
.checkbox01 label {
  text-align: left;
  font-size: 14px;
  padding: 5px;
}
.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  width: 100%;
  display: block;
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #EBEBEB;
  border-radius: 0px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #000000;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
	border-radius: 0;
}

#mw_wp_form_mw-wp-form-95 > form > div > div.form-input > input {
	width:100%;
	padding:0 20px;
	margin: 0 0;
	border:none;
	background-color:#F0F0F0;
	box-sizing: border-box;
	font-size: 14px;
}

/* wp mw form */
form > div > div > div.form-input > span {
}
.radio {
	display: none; 
}
label {
	position: relative;
	display: inline-block;
	padding: 5px 3px 5px 20px;
	cursor: pointer;
}
.radio+span::before,
span::after {
	position: absolute;
	content: '';
	top: 50%;
	border-radius: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
    }
.radio+span::before {
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #FFFFFF;
	border: 1px solid #cfcfcf;
}
.radio+span:hover::before {
	background: #000000;
	color: #000000;
	border: 1px solid #000000;
}
.radio+span::after {
	display: none;
	opacity: 0;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #000000;
	transform: scale(2);
 }
.radio:checked + span::before {
	background: #000000;
	border: 1px solid #000000;
}
.radio:checked + span::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

input.check {
	display: none; 
}
.form-input > span.mwform-checkbox-field > label {
	position: relative;
	display: block;
	padding: 5px 3px 5px 20px;
	cursor: pointer;
	width: 100%;
}
.mwform-checkbox-field  > label > input.check+span::before,
.mwform-checkbox-field > label > span::after {
	position: absolute;
	content: '';
	top: 50%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.mwform-checkbox-field  > label > input.check+span::before {
	top:5px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #EBEBEB;
	background-color: #fff;
	border-radius: 0px;
}
.check:checked + span{
	color: #000000;
}
.check:checked + span::after{
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	border-radius: 0;
} 

.form-tex-wrap {
	width: 100%;
	height: 50vh;
	overflow: scroll;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #EBEBEB;
	padding: 5%;
	box-sizing: border-box;
	margin: 20px 0 0;
}


/* ----------------------------------------------------------------------------------
バリデーション
---------------------------------------------------------------------------------- */

.mw_wp_form .error {
	font-size: 100%;
    color: #000000 !important;
    display: block;
	padding: 10px;
	background-color: #FFF000
}

/* ----------------------------------------------------------------------------------
入力内容確認画面
---------------------------------------------------------------------------------- */

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview  > form > div > div.form-input {
	padding: 17.5px 0;
    border-top: 1px solid #EBEBEB;
    background-color: #FFFFFF;
    box-sizing: border-box;
    margin: 10px 0 0;
}
div.table-wrap{
	width:100%;
	position:relative;
	margin:0 auto;
}

table.formTable {
  border-collapse: collapse;
  width: 100%;
}
table.formTable th,
table.formTable td {
  padding: 0 10px;
  border: 1px solid #E7E7E7;
  font-weight:200;
	height: 30px;
}
table.formTable th {
  background-color: #F0F0F0;
  text-align: left;
}

table.formTable td {
	text-align:left;
}

@media screen and (max-width: 400px) {
  table.formTable {
    border-top: 1px solid #E7E7E7;
  }
  table.formTable td {
    display: block;
     text-align: left;
  }
  table.formTable th {
    display: block;
    border-top: none;
    border-bottom: none;
  }
}

/* ----------------------------------------------------------------------------------
固定ページ　ページネーション
---------------------------------------------------------------------------------- */
 
.pagination{
   width:100%;
    text-align: center;
	margin:50px auto 0 auto;
	color:#000000;
	font-size:13px;
}

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

.pagination{
	width:100%;
    text-align: center;
	margin:50px auto 0 auto;
	color:#000000;
	font-size:13px;
}
}

.pagination li {
	display:none !important;
}
a.page-numbers,
.pagination .current{
    background: #fff;
    padding:5px 8px;
    margin:0 2px;
    text-decoration: none;
}
.pagination .current{
    background: #FFF;
    color: #999;
}
.pagination a.page-numbers:hover,
.pagination a.next page-numbers:hover {
	 color: #000000;
	 cursor:pointer;
  opacity: 0.5; 
  filter: alpha(opacity=50); 
  -moz-opacity: 0.5;
	 transition: 0.4s;
}

/* ----------------------------------------------------------------------------------
カテゴリ　ページネーション
---------------------------------------------------------------------------------- */

ul#pagination {
    list-style-type: none;
    overflow: hidden;
    padding: 0 10px;
	width:92.5%;
    margin: 15px auto 15px auto;
	position:relative;
}

ul#pagination li {
	font-size:13px;
	display:inline-block;
	margin:0 10px 0 0;
}
ul#pagination li a {
    display: block;
    padding:8px 13px;
    background-color: #FFF;
    color: #000000;
}

ul#pagination li a:hover {
    display: block;
    padding:8px 13px;
    background-color: #FFF;
    color: #000000;
}

ul#pagination.posts li {
	font-size:13px;
	display:inline-block;
}
ul#pagination.posts li a {
    display: block;
    padding: 3px 5px;
    border-radius: 3px;
    background-color: #FFF;
    color: #000000;
}
ul#pagination.posts li a:hover {
     color: #000000;
}
ul#pagination.post li.next,
ul#pagination.posts li.prev {
    float: left;
}
ul#pagination.post li.prev,
ul#pagination.posts li.next {
    float: right;
}

/* ----------------------------------------------------------------------------------
シングルページ　ページネーション
---------------------------------------------------------------------------------- */

div.page-link-wrap{
	width:80%;
	margin:10vh auto;
	text-align:left;
}
@media screen and (max-width: 768px) {
div.page-link-wrap{
	width:85%;
	text-align:center;
}
}
ul.page-link-list{
	font-size:0;
}
ul.page-link-list li{
	display:inline-block;
	margin:0 20px;
	vertical-align:middle;
	padding:10px 0;
}
ul.page-link-list li:first-child{
	margin:0 20px 0 0;
}
ul.page-link-list li:last-child{
	margin:0 0 0 20px;
}
div.btn-prev {
	left: 10px;
	width: 14px;
	height: 14px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
div.btn-prev:hover {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}
div.btn-prev,
div.btn-prev::before,
div.btn-prev::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
div.btn-next {
	right: 10px;
	width: 14px;
	height: 14px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
div.btn-next:hover {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}
div.btn-next,
div.btn-next::before,
div.btn-next::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.nav-prevpost a{
	display:block;
    text-decoration: none;
	cursor:pointer;
}
.nav-nextpost a {
	display:block;
	text-decoration: none;
	cursor:pointer;
}
.nav-backindex a {
    text-decoration: none;
	cursor:pointer;
	width:20px;
	height:20px;
	z-index:10;
	font-size: 20px
}
.nav-backindex a img {
	height: 20px;
}
/* ----------------------------------------------------------------------------------
 お知らせカテゴリーセレクト
---------------------------------------------------------------------------------- */

.select-wrap {
	width:85vw;
	margin:0 auto 10vh auto;
	position:relative;
}

.select-wrap-inner {
	width: 100%;
    padding: 0 0;
    margin: 0 auto;
    font-size: 0;
    display: block;
    position: relative;
    text-align: left;
}

select.select-category {
    text-align: left;
    width: calc( 100% / 3 - 2rem);
    font-size: 14px;
    position: relative;
	margin: 0;
    padding: 15px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
	background: url("../img/arrow_dwon.svg") no-repeat top 17px right 10px;
	background-size:15px 5px;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	border-left: none;
	border-right: none;
	border-radius: 0px;
	font-family: "dnp-shuei-mincho-pr6n", serif;
}
_:-ms-input-placeholder, :root select.select-category {
  font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
select#cat.postform {
    text-align: left;
    width: calc( 100% / 3 - 2rem);
    font-size: 14px;
    position: relative;
	margin: 0;
    padding: 15px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
	background: url("../../asset/img/arrow_dwon.svg") no-repeat top 17px right 10px;
	background-size:10px 5px;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	border-left: none;
	border-right: none;
	border-radius: 0px;
	font-family: "dnp-shuei-mincho-pr6n", serif;
}
_:-ms-input-placeholder, :root select#cat.postform  {
  font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
select#cat2.postform {
    text-align: left;
     width: calc( 100% / 3 - 2rem);
    font-size: 14px;
    position: relative;
	margin: 0;
    padding: 15px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
	background: url("../img/arrow_dwon.svg") no-repeat top 17px right 10px;
	background-size:10px 5px;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	border-left: none;
	border-right: none;
	border-radius: 0px;
	font-family: "dnp-shuei-mincho-pr6n", serif;
}
_:-ms-input-placeholder, :root select#cat2.postform   {
  font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
select.select-category, select#cat.postform {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}


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


select.select-category {
    width:  100%;
	margin: 0 auto 15px auto;
}	
select#cat.postform {
	width:  100%;
	margin: 0 auto 15px auto;
}
select#cat2.postform {
	width:  100%;
	margin: 0 auto 15px auto;
}
}


/***************************************************
 * Generated by SVG Artista on 2/11/2026, 10:27:05 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

svg .svg-elem-1 {
  stroke-dashoffset: 1902.338134765625px;
  stroke-dasharray: 1902.338134765625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}

svg .svg-elem-2 {
  stroke-dashoffset: 2012.728271484375px;
  stroke-dasharray: 2012.728271484375px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}

svg .svg-elem-3 {
  stroke-dashoffset: 209.8883514404297px;
  stroke-dasharray: 209.8883514404297px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}

svg .svg-elem-4 {
  stroke-dashoffset: 289.5666198730469px;
  stroke-dasharray: 289.5666198730469px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}

svg .svg-elem-5 {
  stroke-dashoffset: 315.3704833984375px;
  stroke-dasharray: 315.3704833984375px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}

svg.active .svg-elem-5 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}

svg .svg-elem-6 {
  stroke-dashoffset: 179.66543579101562px;
  stroke-dasharray: 179.66543579101562px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

svg.active .svg-elem-6 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}
