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

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

/* ----------------------------------------------------------------------------------
 色早見表
 文字黒　#191411
 文字グレー #999999
 背景グレー #F5F5F5
 線グレー #F0F0F0
---------------------------------------------------------------------------------- */

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

/* ----------------------------------------------------------------------------------
  フォント指定
  使用フォント
　yu-mincho-pr6n："yu-mincho-pr6n", sans-serif;
　font-weight: 400;
　font-weight: 500;
　font-weight: 600;
　garamond : "garamond", sans-serif;
  font-weight: 500;

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

body {
	background-color: #FFFFFF;
	font-size: 0;
}
img {  
    border:0;  
}
::selection {background: #191411; color: #fff;}
::-moz-selection {background: #191411; color: #fff;}
body {
	font-family: "baskerville-urw", "MFW-BunyuMinSpTarumiStdN-R", "YuMincho", "Yu Mincho", "MS PMincho", serif;
	font-style: normal;
	font-weight: 400;
	color: #191411;
	letter-spacing:0.05rem;
	background-color: #FFFFFF;
}

main {
	background-color: #FFFFFF;
}

/* ----------------------------------------------------------------------------------
文字設定
---------------------------------------------------------------------------------- */
h1 {
	font-size: 36px;
	line-height: 175%;
	letter-spacing: 0.1rem;
	color: #191411;
	font-weight: 400;
}
h1.tategaki {
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
	font-size: 48px;
	line-height: 175%;
	letter-spacing: 0.1rem;
	color: #191411;
	display: grid;
	font-weight: 400;
}
h2 {
	font-size: 25px;
	line-height: 175%;
	letter-spacing: 0.15rem;
	font-weight: 400;
}
h2.title {
	font-size: 25px;
	line-height: 250%;
	letter-spacing: 0.15rem;
	font-weight: 400;
}
h2.tategaki-title {
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
	font-size: 25px;
	line-height: 250%;
	letter-spacing: 0.15rem;
	display: grid;
	font-weight: 400;
}
h2.tategaki-page-title {
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
	font-size: 36px;
	line-height: 250%;
	letter-spacing: 0.3rem;
	display: grid;
	font-weight: 400;
}
h2.copperplate {
	font-size: 21px !important;
}
h3 {
	font-size: 24px;
	line-height: 175%;
	letter-spacing: 0.1rem;
	font-weight: 400;
}
h3.tategaki {
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
	font-size: 21px;
	line-height: 200%;
	letter-spacing: 0.3rem;
	font-weight: 400;
}
h4 {
	font-size: 18px;
	line-height: 175%;
	letter-spacing: 0.1em;
	font-weight: 400;
}
h4.tategaki {
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
	font-size: 21px;
	line-height: 200%;
	letter-spacing: 0.25em;
	font-weight: 400;
}
h5 {
	font-size: 15px;
	line-height: 175%;
	letter-spacing: 0.1em;
	font-weight: 400;
}
h5.title {
	line-height: 250%;
	letter-spacing: 0.2em;
	font-weight: 400;
} 
h5.tategaki {
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
	font-size: 18px;
	line-height: 250%;
	letter-spacing: 0.1em;
	font-weight: 400;
}
h6 {
	font-size: 12px;
	line-height: 175%;
	letter-spacing: 0.1em;
	font-weight: 400;
}
h6.tategaki {
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
	font-size: 16px;
	line-height: 250%;
	letter-spacing: 0.1em;
	font-weight: 400;
}
p {
	font-weight: 400;
	font-size: 14px;
	line-height:1.75rem;
	letter-spacing: 0.05em;
}
.ls0 {
	letter-spacing: 0rem !important;
}
.ud-text{
	display: inline-block;
	border-bottom: 1px solid #191411;
}
.zi2 {
	z-index: 2;
}
.italic {
	font-style: italic;
}
.tategakitile {
	display: block;
    font-size: 21px;
    line-height: 10px;
}
.tategakitile-en {
	display: block;
    font-size: 21px;
    line-height: 175% !important;
}
.caption-mini {
	font-weight: 400;
	font-size: 12px;
	line-height:1.75rem;
	letter-spacing: 0.05em;
	color: #999;
}
.copperplate {
	font-family: "copperplate", serif !important;
	font-weight: 700 !important;
}
.garamond {
	font-family: "baskerville-urw", serif !important;
	font-weight: 400 !important;
	letter-spacing: 0.05rem !important;
}
.garamond-bold {
	font-family: "baskerville-urw", serif !important;
	font-weight: 500;
}
.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;
}
.text-wh {
	color: #FFF !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;
}
.text-m {
	font-weight: 500;
}
.text-b {
	font-weight: 600;
}
.bgcFFF {
	background-color: #FFF !important;
}
.bgcF5F5F5 {
	background-color: #F5F5F5 !important;
}
.bgcF0F0F0 {
	background-color: #F0F0F0 !important;
}
.bgc191411 {
	background-color: #191411 !important;
}
.bgcBEBCAB {
	background-color: #BEBCAB !important;
}
.bgc802E27 {
	background-color: #802E27 !important;
}
.bgc0C335B {
	background-color: #0C335B !important;
}
.bgc_trail {
	background-color: #ACD3DD !important;
}
.preparation {
	opacity: 0.3;
}
@media only screen and (max-width: 768px) {
h1 {
	font-size: 28px;
}
h2 {
	font-size: 21px;
}
h2.tategaki-title {
	font-size: 24px;
}
h2.title {
	font-size: 24px;
	line-height: 200%;
}
h3.tategaki {
	font-size: 21px;
}
h3,
h4.tategaki {
	font-size: 18px;
}
h4,
h5.tategaki-body {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6.tategaki {
	font-size: 15px;
}
p {
	font-size: 13px;
}
}

@font-face {
  font-family: 'icomoon';
  src:
    url('../fonts/fonts/icomoon.ttf?l26chb') format('truetype'),
    url('../fonts/icomoon.woff?l26chb') format('woff'),
    url('../fonts/icomoon.svg?l26chb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_next_long:before {
  content: "\e900";
}
.icon-arrow_next_short:before {
  content: "\e901";
}
.icon-arrow_next:before {
  content: "\e902";
}
.icon-arrow_prev_long:before {
  content: "\e903";
}
.icon-arrow_prev_short:before {
  content: "\e904";
}
.icon-arrow_prev:before {
  content: "\e905";
}
.icon-icon_arrow_next:before {
  content: "\e906";
}
.icon-icon_arrow_prev:before {
  content: "\e907";
}
.icon-icon_blank:before {
  content: "\e908";
}
.icon-icon_bus:before {
  content: "\e909";
}
.icon-icon_fb:before {
  content: "\e90a";
  color: #fff;
}
.icon-icon_index:before {
  content: "\e90b";
}
.icon-icon_insta:before {
  content: "\e90c";
  color: #fff;
}
.icon-icon_kf_bl:before {
  content: "\e90d";
}
.icon-icon_kf:before {
  content: "\e90e";
  color: #fff;
}
.icon-icon_koumisen:before {
  content: "\e90f";
}
.icon-icon_mycar:before {
  content: "\e910";
}
.icon-icon_playmovie:before {
  content: "\e911";
  color: #fff;
}
.icon-icon_saku13:before {
  content: "\e912";
  color: #fff;
}
.icon-icon_shinano:before {
  content: "\e913";
}
.icon-icon_shinkansen:before {
  content: "\e914";
}
.icon-icon_taxi:before {
  content: "\e915";
}
.icon-icon_twitter:before {
  content: "\e916";
  color: #fff;
}
.icon-icon_walk:before {
  content: "\e917";
}
.icon-logo_kf:before {
  content: "\e918";
}
.icon-logo_saku13:before {
  content: "\e919";
}
.icon-logo01_bl:before {
  content: "\e91a";
}
.icon-logo01_wh:before {
  content: "\e91b";
  color: #fff;
}
.icon-logo02_wh:before {
  content: "\e91c";
  color: #fff;
}

/* ----------------------------------------------------------------------------------
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;
}


.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;
}
.ml10 {
	margin-left: 10px !important;
}
.ml10p {
	margin-left: 10vw !important;
}
@media screen and (max-width: 768px) {
	.ml10p {
		margin-left: 7.5vw !important;
}
}

.m0 {
	margin: 0!important;
}

.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;
}
}
@media only screen and (min-width: 769px) {
.sp-kaigyou {
	display: none;
	}
}
/* ----------------------------------------------------------------------------------
ローディング
---------------------------------------------------------------------------------- */

#loading {
    position: absolute;
    left: 50%;
    top: 50%;
	margin: -50px 0 0 -50px;
}
#loading img {
    width: 100px;
	height: 100px;
}
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #FFFFFF;
    z-index: 9999;
}
#logo_loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 101;
    background-color: #FFFFFF;
}
#logo_loader .f_logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
	height: 212px;
    text-align: center;
    color: #fff;
    font-size: 30px;
}
#logo_loader .f_logo img {
    width: 100%;
    height: auto;
}
#logo_loader .f_logo:before {
    content: "";
    display: block;
    width: 100%;
    height: 110%;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 100%;
    animation: loadLogo 1.5s;
}
@keyframes loadLogo {
  0% {
	left: 0;
    opacity: 1;
  }
  50% {
	left: 0;
    opacity: 1;
  }
  85% {
    left: 0;
	opacity: 0;
  }
  100% {
    left: 0;
	opacity: 0;
  }
}
#logo_loader.open {
    animation-name: fadeOut;
    animation-fill-mode: forwards;
    animation-duration: 2s;
    animation-delay: 2s;
}

@keyframes fadeOut {
  0% {
	opacity: 1;
    transform: translateX(0%);
  }
  50% {
	opacity: 1;
    transform: translateX(0%);
  }
  99% {
	opacity: 0;
    transform: translateX(0%);
  }
  100% {
	opacity: 0;
    transform: translateX(100%);
  }
}

.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  animation: byeShutter 2.0s forwards;
}
.shutter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #191411;
  width: 0;
  height: 1px;
  animation: shutterOpen 2.0s forwards;
}

.content {
  animation: contentScale 2.0s forwards;
}

@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes contentScale {
  70% {
    transform: perspective(800px) scale(0.9) rotateX(15deg);
  }
  100% {
    transform: perspective(800px) scale(1) rotateX(0);
  }
}

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

/*ヘッダー*/
.l-header {
  width: 100%;
  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: 40px;
  height: 11px;
  position: fixed;
  top: 35px;
  right: 35px;
}
.l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  background-color: #fff;
  display: block;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
	border-radius: 0;
}
.l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  content: " ";
}
.l-drawer__icon-parts:before {
  top: 10px;
}
.l-drawer__icon-parts:after {
  top: -10px;
}
.l-drawer__icon-parts.transform:before, .l-drawer__icon-parts.transform:after {
  background-color: #191411;
  display: block;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.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: #191411;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
}
.l-drawer__menu {
  font-size: 16px;
  background: #191411;
  color: #fff;
  max-width: 100%;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: -100vw;
}
.l-drawer__menu.transform {
  font-size: 16px;
  background: #fff;
  color: #191411;
  max-width: 100%;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: -100vw;
}
.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.3;
  pointer-events: auto;
}
.l-drawer__checkbox:checked ~ .l-drawer__menu {
  right: 0;
}
.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{
	width: calc(100% - 45px);
    height: 100%;
    padding: 150px 0 0 0;
    box-sizing: border-box;
    text-align: right;
    display: flex;
    flex-direction: column;
}
.l-drawer__menu ul .l-drawer__item {
	line-height: 200%;
	margin: 0 0 3px;
	font-family:  "baskerville-urw", sans-serif;
	font-weight: 400;
}
nav.l-drawer__menu ul .l-drawer__item a {
	color: #fff ;
}
nav.l-drawer__menu ul .l-drawer__item a:hover {
	color: #666 ;
}
nav.l-drawer__menu.transform ul .l-drawer__item a {
	color: #191411 ;
}
nav.l-drawer__menu.transform ul .l-drawer__item a:hover {
	color: #999 ;
}
.l-drawer__item a {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.l-drawer__menu ul .l-drawer__item:last-child {
	line-height: 100%;
	margin: 0 0 0;
}
.l-drawer__menu ul .l-drawer__item a span,
.l-drawer__menu ul .l-drawer__item a span::before {
	color: #fff ;
}
.l-drawer__menu ul .l-drawer__item a:hover span,
.l-drawer__menu ul .l-drawer__item a:hover span::before {
	color: #666 ;
}
.l-drawer__menu.transform ul .l-drawer__item a span,
.l-drawer__menu.transform ul .l-drawer__item a span::before{
	color: #191411 ;
}
.l-drawer__menu.transform ul .l-drawer__item a:hover span,
.l-drawer__menu.transform ul .l-drawer__item a:hover span::before {
	color: #999 ;
}
.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 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-family: "dnp-shuei-mincho-pr6", sans-serif;
	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: 40px;
  height: 11px;
  position: fixed;
  top: 25px;
  right: 25px;
}
.l-drawer__menu {
  font-size: 14px;
  background: #191411;
  color: #fff;
  max-width: 100%;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: -100vw;
}
.l-drawer__menu.transform {
  font-size: 14px;
  background: #fff;
  color: #191411;
  max-width: 100%;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: -100vw;
}
.l-drawer__menu ul,
.l-drawer__menu.transfrom ul{
	width: calc(100% - 30px);
    height: 100%;
    padding: 150px 0 0 115px;
    box-sizing: border-box;
}
.l-drawer__menu ul .l-drawer__item ul li {
	margin: 0 0 3px;
	font-size: 12px;
}
}
@media screen and (max-width: 489px) {
.l-drawer__icon {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 11px;
  position: fixed;
  top: 25px;
  right: 15px;
}
.l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  width: 30px;
}
.l-drawer__icon-parts.transform:before, .l-drawer__icon-parts.transform:after {
  width: 30px;
}
}
@media screen and (max-width: 374px){
.l-drawer__menu ul .l-drawer__item {
	margin: 0 0 0px;
}
}


/* ----------------------------------------------------------------------------------
 booking btn
---------------------------------------------------------------------------------- */

#booking-btn {
	position: fixed;
    right: 0px;
    bottom: 0px;
    background-color: #191411;
    color: #ffffff;
    padding: 0 0.6rem;
    display: none !important;/*非表示化2025年12月*/
    justify-content: center;
    align-items: center;
    z-index: 999;
	/*mix-blend-mode: difference;*/
}
@media only screen and (max-width: 768px) {
#booking-btn {
	mix-blend-mode: normal;
	 display: none !important;/*非表示化2025年12月*/
}
}
.booking-btn-text {
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
	text-align: left;
}
.booking-ja {
	font-size: 1rem;
	line-height: 1rem;
	padding: 1rem 0.2rem;
}
.booking-en {
	font-size: 0.7rem;
	line-height: 0.7rem;
	padding: 1rem 0.2rem;
}


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

a {
	color: #191411;
	text-decoration:none;
}

a:hover {
	color: #999;
	text-decoration:none;
	opacity:1;
	transition: all .3s;
}
a,
a::before,
a::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* リンクアクション */
a.ani-btn {
	color: #191411;
	font-size: 14px;
}
a.ani-btn .icon-btn_next {
	margin: 0 0 0 10px;
}
a.ani-btn:hover {
	color: #999;
}
a.ani-btn,
a.ani-btn::before,
a.ani-btn::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.ani-btn-wrap {
	width: 80%;
	margin: 5vh auto 0;
	text-align: right;
}
@media only screen and (max-width:768px) {
.ani-btn-wrap {
	width: 90%;
}
}

/* リンクアンダーライン */

a.udlink  {
	color: #191411;
	text-decoration:underline;
}

a.udlink:hover {
	color: #999;
	text-decoration:underline;
	opacity:1;
	transition: all .3s;
}
a.udlink,
a.udlink::before,
a.udlink::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* リンクアンダーライン アニメーション*/

a.udlink-ani {
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #191411;
	text-decoration: none;
	line-height: 175%;
}

a.udlink-ani:hover {
	color:  #999;
}
a.udlink-ani::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #999;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
a.udlink-ani:hover::after {
	width: 100%;
}

a.udlink-ani .icon-arrow_next_mini {
	margin-left: 10px;
}
a.udlink-ani:hover .icon-arrow_next_mini {
	margin-left: 20px;
}
a.udlink-ani .icon-arrow_next_mini,
a.udlink-ani .icon-arrow_next_mini::before,
a.udlink-ani .icon-arrow_next_mini::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}

a.udlink-ani-white {
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #F7F5F2;
	text-decoration: none;
	line-height: 175%;
}

a.udlink-ani-white:hover {
	color:  #F7F5F2;
}
a.udlink-ani-white::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #F7F5F2;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
a.udlink-ani-white:hover::after {
	width: 100%;
}

a.udlink-ani-white .icon-arrow_next_mini {
	margin-left: 10px;
}
a.udlink-ani-white:hover .icon-arrow_next_mini {
	margin-left: 20px;
}
a.udlink-ani-white .icon-arrow_next_mini,
a.udlink-ani-white .icon-arrow_next_mini::before,
a.udlink-ani-white .icon-arrow_next_mini::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* block button*/
.block-button-wrap {
	margin: 5vh 0 0 ;
}
.block-button {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	line-height: 50px;
	text-align: center;
	background-color: #F0F0F0;
	color: #191411;
	display: block;
	font-size: 18px;
}
.block-button:hover {
	color: #fff;
	background-color: #191411;
}
.block-button,
.block-button::before,
.block-button::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* ボタンボックスアニメーション*/

.button {
  position: relative;
  display: inline-block;
  padding: 1.2rem 3rem;
  font-size:16px;
  border: 1px solid #fff;
  color: #808080;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all .2s;
}
.button::before,
.button::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 1px solid transparent;
}
.button::before {
  top: 0px;
  left: 0px;
}
.button::after {
  bottom: 0px;
  right: 0px;
}
.button:hover {
  color: #191411;
}
.button:hover::before,
.button:hover::after {
  width: 100%;
  height: 100%;
}
.button:hover::before {
  border-bottom-color: #191411;
  border-left-color: #191411;
  transition: height .3s, width .3s .3s;
}
.button:hover::after {
  border-top-color: #191411;
  border-right-color: #191411;
  transition: height .3s, width .3s .3s;
}

/* コンタクトボタンボックスアニメーション*/

.contact-button {
  position: relative;
  display: inline-block;
  width: 46.5%;/* 44.9% */
  margin: 0 1.5%;
  box-sizing: border-box;
  padding: 1rem 0rem;
  font-size:16px;
  border: 1px solid #333333;
  color: #333333;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all .2s;
  vertical-align: top;
}
.contact-button a {
  font-size:16px;
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
.contact-button a[href^="tel:"] {
  font-size:16px;
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
@media only screen and (max-width:768px) {
.contact-button {
  width: 100%;
  margin: 0 0 5%;
  display: block;
  font-size:15px;
}
.contact-button:last-child {
  margin: 0 0 0;
}
}
.contact-button::before,
.contact-button::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 1px solid transparent;
}
.contact-button::before {
  top: -1px;
  left: -1px;
}
.contact-button::after {
  bottom: -1px;
  right: -1px;
}
.contact-button:hover {
  color: #F7F5F2;
  background-color: #333333;
}
.contact-button:hover::before,
.contact-button:hover::after {
  width: 100%;
  height: 100%;
}
.contact-button:hover::before {
  border-bottom-color: #333333;
  border-left-color: #333333;
  transition: height .3s, width .3s .3s;
}
.contact-button:hover::after {
  border-top-color: #333333;
  border-right-color: #333333;
  transition: height .3s, width .3s .3s;
}

/* ----------------------------------------------------------------------------------
 top-img-wrap
---------------------------------------------------------------------------------- */

.top-img-wrap {
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column; 
    justify-content:center; 
    align-items:center; 
	margin: 0;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.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.15);
}
#about {
	background-image: url("../img/ws_img_2025_07mc.jpg");
}
#experience {
	background-image: url("../img/ws_img_2025_042.jpg");
}
#experience-2day {
	background-image: url("../img/ws_img_2025_041.jpg");
}
#facilities {
	background-image: url("../img/facility_044.jpg");
}
#company {
	background-image: url("../trail/img/cycring_spot_073.jpg");
}
#access {
	background-image: url("../img/local_005.jpg");
}
#news {
	background-image: url("../img/ws_img_2025_031.jpg");
}
#booking {
	background-image: url("../img/ws_img_2025_018.jpg");
}
#tourism {
	background-image: url("../img/experience_kf_000.jpg");
}
#contact {
	background-image: url("../img/ws_img_2025_038.jpg");
}
#privacy {
	background-image: url("../img/deteal_003.jpg");
}
#info {
	background-image: url("../img/ws_img_2025_025.jpg");
}
#kurabito-info {
	background-image: url("../img/ws_img_2025_014.jpg");
}
#tourism-info {
	background-image: url("../img/tanadamorning_001.jpg");
}
#media-info {
	background-image: url("../img/facility_025.jpg");
}
#trail-info {
	background-image: url("../trail/img/cycring_spot_042.jpg");
}
#notfound {
	background-image: url("../img/ws_img_2025_010.jpg");
}
#application {
	background-image: url("../img/ws_img_2025_02.jpg");
}
#application-cycling {
	background-image: url("../trail/img/trail_01.jpg");
}
#application-stay {
	background-image: url("../img/facility_005.jpg");
}
#application-tourism {
	background-image: url("../img/experience_kf_003.jpg");
}
#travelproducts-application {
	background-image: url("../img/option_003.jpg");
}
#travelexperience-application {
	background-image: url("../img/experience_039.jpg");
}
#ordercoupon {
	background-image: url("../img/local_006.jpg");
}
#terms {
	background-image: url("../img/ws_img_2025_09.jpg");
}
#tourcondition {
	background-image: url("../img/tourism_004.jpg");
}
.top-img-wrap-pc {
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column; 
    justify-content:center; 
    align-items:center; 
	margin: 0;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.top-img-wrap-pc::before {
	z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0);
}
.top-img-wrap-sp,
.top-img-wrap-sp::before {
	display: none;
}
@media screen and (max-width: 1366px) {
.top-img-wrap-pc,
.top-img-wrap-pc::before {
	display: none;
}
.top-img-wrap-sp {
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column; 
    justify-content:center; 
    align-items:center; 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.top-img-wrap-sp::before {
	z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0);
}
}


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

/* 背景なしのコンテンツ */

.contents-center {
	width:100%;
	padding:20vh 0 0 0;
	text-align:center;
	margin:0 auto;
}
.contents-center-bottom {
	width:100%;
	padding:20vh 0;
	text-align:center;
	margin:0 auto;
}
.contents-center-pa0 {
	width:100%;
	padding:0 0;
	text-align:center;
	margin:0 auto;
}
.contents-cneter-inner {
	width: 100%;
	margin: 0 auto;
}
.contents-cneter-inner90 {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}
.contents-cneter-inner960 {
	max-width: 960px;
	width: 90%;
	margin: 0 auto;
}
.contents-cneter-inner960 img {
	width: 100%;
	margin: 0 auto;
}
.main-section {
	padding: 5% 0 0 0;
}
.main-text-wrap {
	width: 80%;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	text-align: left;
}
.main-text-wrap-center90 {
	width: 90%;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	text-align: center;
}
.main-text-wrap-max800 {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	text-align: left;
}
.main-text-wrap-max600 {
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	text-align: left;
}
.main-text-wrap p {
	text-align: justify;
}

@media screen and (max-width: 768px) {
.contents-center {
	padding:15vh 0 0 0;
}
.contents-center-bottom {
	padding:15vh 0;
}
.contents-cneter-inner80 {
	width: 85%;
}
.main-text-wrap {
	width: 85%;
}
.main-text-wrap-max800 {
	width: 85%;
}
}

@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;
}

/* ----------------------------------------------------------------------------------
ロゴ
---------------------------------------------------------------------------------- */
.logo-warp {
	position: fixed;
	top: 35px;
	left: 35px;
	z-index: 99;
	width: 144px;
	height: 70px;
}
.logo_bl {
	display: block;
	width: 144px;
	height: 70px;
}
.logo-warp a.fix-logo-mark .logo_bl {
	background-image:url("../img/logo01_wh.svg");
	background-repeat: no-repeat;
	background-size: 144px 70px;
}
.logo-warp a.fix-logo-mark.transform .logo_bl {
	background-image:url("../img/logo01_bl.svg");
	background-repeat: no-repeat;
	background-size: 144px 70px;
}
.logo-warp a.fix-logo-mark .logo_bl,
.logo-warp a.fix-logo-mark.transform .logo_bl {
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media only screen and (max-width: 768px) {
.logo-warp {
	position: fixed;
	top: 25px;
	left: 25px;
	z-index: 99;
	width: 124px;
	height: 60px;
}
.logo_lc {
	display: block;
	width: 124px;
	height: 60px;
}
.logo-warp a.fix-logo-mark .logo_bl {
	background-image:url("../img/logo01_wh.svg");
	background-repeat: no-repeat;
	background-size: 124px 60px;
}
.logo-warp a.fix-logo-mark.transform .logo_bl {
	background-image:url("../img/logo01_bl.svg");
	background-repeat: no-repeat;
	background-size: 124px 60px;
}
}
@media screen and (max-width: 489px){
.logo-warp {
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 99;
	width: 103px;
	height: 50px;
}
.logo_lc {
	display: block;
	width: 103px;
	height: 50px;
}
.logo-warp a.fix-logo-mark .logo_bl {
	background-image:url("../img/logo01_wh.svg");
	background-repeat: no-repeat;
	background-size: 103px 50px;
}
.logo-warp a.fix-logo-mark.transform .logo_bl {
	background-image:url("../img/logo01_bl.svg");
	background-repeat: no-repeat;
	background-size: 103px 50px;
}
}

/* ----------------------------------------------------------------------------------
 言語選択
---------------------------------------------------------------------------------- */

.language-select-wrap {
	position: fixed;
	top: 40px;
	right: 100px;
	padding: 0;
	z-index: 12;
}
.language-select {
	display: flex;
	flex-direction: row;
}
.language-select .language {
	font-size: 12px;
	margin: 0 7px;
	color: #fff;
	padding: 0 0 7.5px;
}
.language:hover {
	color: #999;
}
.language.selected {
	border-bottom: 1px solid #fff;
}
.language.selected:hover {
	border-bottom: 1px solid #999;
}
.language {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.language-select.transform .language {
	font-size: 12px;
	margin: 0 7px;
	color: #191411;
	padding: 0 0 7.5px;
}
.language-select.transform .language.selected {
	border-bottom: 1px solid #191411;
}
.language-select.transform .language.selected:hover {
	border-bottom: 1px solid #999;
}
@media only screen and (max-width: 768px) {
.language-select-wrap {
	position: fixed;
	top: 30px;
	right: 90px;
	padding: 0;
	z-index: 12;
}
}
@media only screen and (max-width: 489px) {
.language-select-wrap {
	position: fixed;
	top: 30px;
	right: 70px;
	padding: 0;
	z-index: 12;
}
}
/* ----------------------------------------------------------------------------------
 video wrap
---------------------------------------------------------------------------------- */
.video-wrap {
	width: 100vw;
    height: 100vh;
	overflow: hidden;
	position: relative;
	display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
}
.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.25);
}
video.main-video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    display: block;
    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) {
.movie-link-button-wrap {
    bottom: 25px;
    right: 25px;
}	
}

.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;
}

/* ----------------------------------------------------------------------------------
メッセージ
---------------------------------------------------------------------------------- */


.messagewrap {
	position: absolute;
	width:100vw;
	height: 100vh;
	margin:0 auto;
	display: flex; 
    justify-content: center;
    align-items: center;
	text-align: left;
	z-index: 9;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.messagewrap h2 {
	display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 768px) {
}
.messagewrap {
	width:90vw;
}
.ani-copy1 {
	opacity: 0;
	animation-name: fadein1;
	animation-delay: 2s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.ani-copy2 {
	opacity: 0;
	animation-name: fadein2;
	animation-delay: 2.5s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.ani-copy3 {
	opacity: 0;
	animation-name: fadein3;
	animation-delay: 3s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.ani-copy4 {
	opacity: 0;
	animation-name: fadein4;
	animation-delay: 3.5s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.ani-copy5 {
	opacity: 0;
	animation-name: fadein5;
	animation-delay: 4s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.ani-copy6 {
	opacity: 0;
	animation-name: fadein6;
	animation-delay: 4.5s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
@keyframes fadein1 {
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 fadein2 {
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 fadein3 {
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 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);
}
}


/* ----------------------------------------------------------------------------------
 slide
---------------------------------------------------------------------------------- */

#slidearea {
	width: 100vw;
	height: 100vh;
	position:relative;
	font-size:0;
	overflow: hidden;
	margin: 0 auto;
	/*border: 2vw solid #fff;*/
	box-sizing: border-box;
	display: flex;
}
@media only screen and (max-width: 768px) {
#slidearea {
	width: 100vw;
	height: 100vh;
	position:relative;
	font-size:0;
	overflow: hidden;
	margin: 0 auto;
	/*border: 2.5vw solid #fff;*/
	box-sizing: border-box;
}
}
.slide-title {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	display: block;
	position: relative;
}
#slidearea-80 {
	width: 80vw;
	height: 53vw;
	position:relative;
	font-size:0;
	overflow: hidden;
	margin: 0 auto;
	/*border: 2vw solid #fff;*/
	box-sizing: border-box;
	display: flex;
}
@media only screen and (max-width: 768px) {
#slidearea-80 {
	width: 100vw;
	height: 67vw;
}
}

/* ----------------------------------------------------------------------------------
 massage
---------------------------------------------------------------------------------- */

/*スクロールダウン全体の場所*/
.scrolldown {
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:35px;
	bottom:-50px;
    /*全体の高さ*/
	height:100px;
	z-index: 1;
}

/*Scrollテキストの描写*/
.scrolldown span{
    /*描画位置*/
	position: absolute;
	left:-15px;
	top: -15px;
    /*テキストの形状*/
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 60px;
	background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.7s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:60px;
		opacity: 1;
	}
	100%{
		height:0;
		top:100px;
		opacity: 0;
	}
}

/* ----------------------------------------------------------------------------------
 toppage
---------------------------------------------------------------------------------- */

/* ------ concept-wrap ------ */

.concept-wrap {
	background-image:url("../img/KRS_0356_2000pxc.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-clip: border-box;
	background-position: center;
	width: 100vw;
	height:100vh;
	overflow: hidden;
	box-sizing: border-box;
	display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
.concept-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.25);
}
.concept-wrap-inner {
	width: auto;
	margin: 0 auto ;
	text-align: left;
}
.concept-wrap,
.concept-wrap::before,
.concept-wrap::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* ------ top-about-wrap ------ */

.top-about-wrap {
	width: 100vw;
	height: 70vw;
	margin: 0 auto;
	display: flex;
	box-sizing: border-box;
}
.top-about-text {
	width: 50%;
	margin: 0 0 0 10vw;
	z-index: 2;
	text-align: left;
}
.top-about-text h2 {
	margin: 5vh 0 0 ;
}
.top-about-img {
	width: 70vw;
	margin: 0;
	z-index: -1;
	position: absolute;
	right: 0;
}
.top-about-img a {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.top-about-img a::before {
	padding-top: 100%;
	content: "";
	display: block;
}
.top-about-img a img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}
@media only screen and (max-width: 768px) {
.top-about-wrap {
	width: 85vw;
	height: auto;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
}
.top-about-text {
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 2;
	text-align: left;
}
.top-about-text h2 {
	margin: 0 0 0 ;
}
.top-about-img {
	width: 100%;
	margin: 0 0 5vh;
	z-index: -1;
	position: relative;
	right: 0;
}
.top-about-img a {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.top-about-img a::before {
	padding-top: 100%;
	content: "";
	display: block;
}
.top-about-img a img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}
}

.top-bn-wrap {
	width: 100vw;
	margin: 0 auto;
	position: relative;
}
.top-bn {
	width: 80vw;
    margin: 0 auto 10vh;
    background-color: #FFF;
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.top-bn:nth-child(2) {
    margin: 0 auto 0;
    flex-direction: row;
}
.top-bn-img {
	z-index: 3;
    width: 50%;
	height: 80vh;
    display: block;
    position: relative;
    overflow: hidden;
}
.top-bn-img::before {
	padding-top: 100vh;
	content: "";
	display: block;
}
.top-bn-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}
.top-bn-text  {
	z-index: 4;
    width: 50%;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	box-sizing: border-box;
}
.top-bn:nth-child(2) .top-bn-text  {
	z-index: 4;
    width: 50%;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 85%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
.top-bn {
	width: 100vw;
    margin: 0 auto 10vh;
    background-color: #FFF;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
}
.top-bn:nth-child(2) {
    margin: 0 auto 0;
    flex-direction: column;
}
.top-bn-img {
	z-index: 3;
    width: 100%;
	height: auto;
    display: block;
    position: relative;
    overflow: hidden;
	margin: 0 0 30px;
}
.top-bn-img::before {
	padding-top: 125%;
	content: "";
	display: block;
}
.top-bn-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}
.top-bn-text  {
	z-index: 4;
    width: 85%;
	margin: 0 auto;
    text-align: left;
    position: relative;
    top: 0%;
    left: 0%;
    transform: none;
    -webkit-transform:  none;
    -ms-transform:  none;
	box-sizing: border-box;
}
.top-bn:nth-child(2) .top-bn-text  {
	z-index: 4;
    width: 85%;
	margin: 0 auto;
    text-align: left;
    position: relative;
    top: 0%;
    left: 0%;
    transform: none;
    -webkit-transform:  none;
    -ms-transform:  none;
	box-sizing: border-box;
}
}

.alternate-contents-wrap {
	width: 100vw;
	margin: 0 auto;
	position: relative;
}
.alternate-contents {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 20vh 0;
}
.alternate-contents:nth-child(even) {
	flex-direction: row-reverse;
}
.alternate-contents-img {
	width: 60%;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 0 0;
}
.alternate-contents-img::before {
	padding-top: 70%;
	content: "";
	display: block;
}
.alternate-contents-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.alternate-contents-img-hs {
	width: 60%;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 0 0;
}
.alternate-contents-img-hs::before {
	padding-top: 70%;
	content: "";
	display: block;
}
.alternate-contents-img-hs img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.alternate-contents-img video.tobira-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.alternate-contents-text {
	width: 30%;
	text-align: left;
	margin: 0 5%;
}
.alternate-contents-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 0;
	padding: 0 0 10vh;
	flex-direction: row-reverse;
}
.alternate-contents-top:nth-child(even) {
	flex-direction: row-reverse;
}
.alternate-contents-text-top-right {
	width: 30%;
	text-align: left;
	margin: 0 5%;
}
.alternate-contents-text-top-left {
	width: 30%;
	text-align: left;
	margin: auto 5% 0 10%;
	display: flex;
	flex-direction: column;
}
.alternate-contents-text-right {
	width: 30%;
	text-align: left;
	margin: 0 5%;
}
.alternate-contents-text-left {
	width: 30%;
	text-align: left;
	margin: auto 5% 1rem 10%;
}
.alternate-contents-concept {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 0;
	padding: 15vh 0;
}
.alternate-contents-concept:nth-child(even) {
	flex-direction: row-reverse;
}
.alternate-contents-concept-img {
	width: 60%;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 0 0;
}
.alternate-contents-concept-img::before {
	padding-top: 100%;
	content: "";
	display: block;
}
.alternate-contents-concept-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.alternate-contents-concept-text-top-right {
	display: flex;
	flex-direction: column;
    justify-content: center; 
    align-items: center;
	/* width: 30%; */
	text-align: left;
	margin: 0 auto;
}
.alternate-contents-concept-text-top-left {
	display: flex;
	flex-direction: column;
    justify-content: center; 
    align-items: center; 
	/* width: 30%; */
    text-align: left;
    margin: 0 auto;
}
.alternate-contents-concept-text-right {
	display: flex;
	flex-direction: column;
    justify-content: center; 
    align-items: center; 
	width: 30%;
	text-align: left;
	margin: 0 10% 0 0;
}
.alternate-contents-concept-text-left {
	display: flex;
	flex-direction: column;
    justify-content: center; 
    align-items: center; 
	width: 30%;
	text-align: left;
	margin: 0 0 0 10%;
}

/* sake-tastingcomment */
.sake-b-img {
	width: 150px;
	display: block;
}
.alternate-contents-sake-img {
	width: 30%;
	display: block;
	margin: 0 0 0;
}
.alternate-contents-sake-img img.sake300 {
	max-width: 95px;
	margin: 0 auto;
}
.alternate-contents-sake-img img.sake720 {
	max-width: 110px;
	margin: 0 auto;
}
.alternate-contents-sake-img img.sake1800 {
	max-width: 130px;
	margin: 0 auto;
}
.alternate-contents-sake-img img.sakekame {
	max-width: 160px;
	margin: 0 auto;
}
.alternate-contents-sake-text {
	width: 60%;
	text-align: left;
	margin: 0 5%;
}
.sake-text-wrap {
	width: 100%;
	text-align: left;
}
.sake-text-iocn {
	width: 100%;
	font-size: 18px;
	display: flex;
	line-height: 40px;
	margin: 0 0 15px;
}
.sake-text-iocn img {
	height: 40px;
	display: flex;
	margin: 0 15px 0 0;
}


.rwo-re {
	flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
.alternate-contents {
	display: block;
}
.alternate-contents-top {
	width: 100%;
	display: block;
	margin: 0 0;
	padding: 0 0 10vh 0;
}
.alternate-contents-img {
	width: 100%;
	margin: 0 auto 5vh;
}
.alternate-contents-img::before {
	padding-top: 125%;
	content: "";
	display: block;
}
.alternate-contents-img-hs {
	width: 100%;
	margin: 0 auto 5vh;
}
.alternate-contents-img-hs::before {
	padding-top: 70%;
	content: "";
	display: block;
}
.alternate-contents-text-right,
.alternate-contents-text-left {
	width: 85%;
	margin: 0 auto;
}
.alternate-contents-text-top-right,
.alternate-contents-text-top-left {
	width: 85%;
	margin: -5vh auto 0;
}
.alternate-contents-text {
	width: 85%;
	margin: 10vh auto 0;
}
.alternate-contents-concept {
	width: 100%;
	display: block;
	margin: 0 0;
	padding: 0 0 15vh 0;
}
.alternate-contents-concept-img {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 0 10vh;
}
.alternate-contents-concept-img::before {
	padding-top: 100%;
	content: "";
	display: block;
}
.alternate-contents-concept-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.alternate-contents-concept-text-right {
	display: flex;
	flex-direction: column;
    justify-content: center; 
    align-items: center; 
	width: 85%;
	text-align: left;
	margin: 0 auto;
}
.alternate-contents-concept-text-left {
	display: flex;
	flex-direction: column;
    justify-content: center; 
    align-items: center; 
	width: 85%;
	text-align: left;
	margin: 0 auto;
}
/* sake-tastingcomment */
.alternate-contents-sake-img {
	width: 85%;
	margin: 0 auto 5vh;
}
.alternate-contents-sake-img img.sake300 {
	max-width: 75px;
	margin: 0 auto;
}
.alternate-contents-sake-img img.sake720 {
	max-width: 90px;
	margin: 0 auto;
}
.alternate-contents-sake-img img.sake1800 {
	max-width: 110px;
	margin: 0 auto;
}
.alternate-contents-sake-img img.sakekame {
	max-width: 140px;
	margin: 0 auto;
}
.alternate-contents-sake-text {
	width: 85%;
	margin: 0 auto;
}
}
@media screen and (max-width: 374px){
.alternate-contents-concept-text-right .tategaki,
.alternate-contents-concept-text-left .tategaki {
	line-height: 225% !important;
}
}

/* ------ alternate-concept-wrap ------ */
.alternate-concept-wrap {
	width: 100vw;
	margin: 0 auto;
	position: relative;
}
.alternate-concept {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 20vh 0;
}
.alternate-concept:nth-child(even) {
	flex-direction: row-reverse;
}
.alternate-concept-img {
	width: 50%;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 0 0;
}
.alternate-concept-img::before {
	padding-top: 100%;
	content: "";
	display: block;
}
.alternate-concept-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.alternate-concept-text {
	width: 50%;
	text-align: left;
	margin: 0;
	padding: 0 5%;
	box-sizing: border-box;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
}

/* ------ top-access-head-wrap ------ */
.top-access-head-wrap {
	width: 80vw;
	margin: 0 auto 10vh;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.top-access-head-text {
	text-align: left;
}
.full-width-img-wrap {
	width: 100vw;
	display: flex;
	justify-content: center;
	align-content: center;
	position: relative;
	overflow: hidden;
	margin: 0 0 0;
	
}
.full-width-img-wrap::before {
	padding-top: 100vh;
	content: "";
	display: block;
}
.full-width-img-wrap img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.full-width-video-wrap {
	width: 100vw;
	display: flex;
	justify-content: center;
	align-content: center;
	position: relative;
	overflow: hidden;
	margin: 0 0 0;
	
}
.full-width-video-wrap::before {
	padding-top: 61.8%;
	content: "";
	display: block;
}
.full-width-video-wrap video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.full-width-bn-wrap {
	width: 100vw;
	height: 50vh;
	display: flex;
	justify-content: center;
	align-content: center;
	position: relative;
	overflow: hidden;
	margin: 0 0 0;
	
}
.full-width-bn-wrap::before {
	padding-top: 70%;
	content: "";
	display: block;
}
.full-width-bn-wrap img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}

@media only screen and (max-width: 768px) {
.full-width-video-wrap::before {
	padding-top: 100%;
	content: "";
	display: block;
}
.top-access-head-wrap {
	width: 85vw;
	margin: 0 auto 10vh;
	display: block;
}
.full-width-img-wrap::before {
	padding-top: 141%;
	content: "";
	display: block;
}
.top-access-head-button {
	margin: 30px 0 0 0;
}
}

.two-row-contents-wrap {
	width: 85vw;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.two-row-contents {
	width: 47.5%;
	position: relative;
	margin: 0 5% 10vh 0;
}
.two-row-contents:nth-child(even) {
	margin: 0 0 10vh 0;
}
.two-row-contents-img {
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	position: relative;
	overflow: hidden;
	margin: 0 0 30px;
}
.two-row-contents-img::before {
	padding-top: 70%;
	content: "";
	display: block;
}
.two-row-contents-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.sakagura-logo {
	width: 10vw;
	top: -50px;
	right: -3%;
	position: absolute;
}
.sakagura-logo img {
	width: 100%;
}
.sakagura-logo-s {
	width: 7vw;
	top: -50px;
	right: -5%;
	position: absolute;
}
.sakagura-logo-s img {
	width: 100%;
}
.sakagura-logo-detail {
	width: 12vw;
    top: 45%;
    right: -3%;
    position: absolute;
}
.sakagura-logo-detail img {
	width: 100%;
}
.sakagura-logo-detail-s {
	width: 7vw;
	top: -50px;
	right: -5%;
	position: absolute;
}
.sakagura-logo-detail-s img {
	width: 100%;
}
.sakagura-logo-lt {
	width: 10vw;
    top: -50px;
    left: -5%;
    position: absolute;
}
.sakagura-logo-lt img {
	width: 100%;
}
.blend {
	mix-blend-mode: difference;
}
.two-row-contents-text {
	width: 100%;
	text-align: left;
}
@media only screen and (max-width: 768px) {
.two-row-contents-wrap {
	width: 85vw;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.two-row-contents {
	width: 100%;
	position: relative;
	margin: 0 0 10vh 0;
}
.two-row-contents:nth-child(even) {
	margin: 0 0 10vh 0;
}
.two-row-contents:last-child {
	margin: 0 0 0 0;
}
.sakagura-logo {
	width: 25vw;
	top: -25px;
	right: -3%;
	position: absolute;
}
.sakagura-logo-s {
	width: 20vw;
	top: -25px;
	right: -2%;
	position: absolute;
}
.sakagura-logo-detail {
	width: 25vw;
    top: 50vw;
    right: -2.5%;
    position: absolute;
}
.sakagura-logo-lt {
	width: 20vw;
    top: -50px;
    left: -5%;
    position: absolute;
}
}
.sake-detail-wrap {
	width: 100%;
	margin: 10vh auto 0;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 7.5% 5%;
	box-sizing: border-box;
	background-color: #F5F5F5;
}
.sake-detail-img {
	width: 30%;
	text-align: center;
	margin: 0 5% 0 0;
}
.sake-detail-img img {
	width: 80px !important;
}
.sake-detail-text {
	width: 65%;
	margin: 0 0 0 0;
}
@media only screen and (max-width: 768px) {
.sake-detail-wrap {
	width: 100%;
	margin: 10vh auto 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px 20px;
	box-sizing: border-box;
	background-color: #F5F5F5;
}
.sake-detail-img {
	width: 100%;
	text-align: center;
	margin: 0 5% 0 0;
	padding: 20px 0;
}
.sake-detail-img img {
	width: 80px !important;
}
.sake-detail-text {
	width: 100%;
	margin: 0 0 0 0;
}
}
.sakagura-detail-wrap {
	width: 100%;
	margin: 20vh auto 0;
	display: flex;
	flex-direction: column;
	position: relative;
}
.sakagura-detail-img {
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	position: relative;
	overflow: hidden;
	margin: 0 0 35px;
}
.sakagura-detail-img::before {
	padding-top: 70%;
	content: "";
	display: block;
}
.sakagura-detail-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.sake-detail-text {
	width: 100%;
	margin: 0 0 0 0;
}

.two-row-bn-wrap {
	width: 100vw;
	margin: 0 auto 5px;
	display: flex;
	flex-direction: row;
}
.two-row-bn {
	width: 50vw;
    display: block;
    margin: 0 2.5px 0 0;
}
.two-row-bn:last-child {
	width: 50vw;
    display: block;
    margin: 0 0 0 2.5px;
}
.two-row-bn-text {
	width: 100%;
	text-align: center;
	margin: 0 auto 35px;
}
.two-row-bn-img {
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	position: relative;
	overflow: hidden;
	margin: 0 0 0;
}
.two-row-bn-img::before {
	padding-top: 61.8%;
	content: "";
	display: block;
}
.two-row-bn-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
@media only screen and (max-width: 768px) {
.two-row-bn-text {
	width: 100%;
	text-align: center;
	margin: 0 auto 15px;
}
.two-row-bn-img::before {
	padding-top: 141%;
	content: "";
	display: block;
}	
}

.cource-video {
	width: 100%;
}

.top-gmap {
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}
.top-gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.top-gmap iframe,
.top-gmap object,
.top-gmap embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}
.top-gmap iframe:hover,
.top-gmap object:hover,
.top-gmap embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.gmap {
	width: 80vw;
	margin: 10vh auto;
	position: relative;
    padding-bottom: 50vh;
    height: 0;
    overflow: hidden
}
@media only screen and (max-width: 767px) {
.gmap {
	width: 100vw;
}
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.gmap iframe,
.gmap object,
.gmap embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}
.gmap iframe:hover,
.gmap object:hover,
.gmap embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

/* ------linlk ------ */
.link-img-wrap img {
	height: 150px;
}

/* --facilities--  */
.box-contents-wrap {
	width: 80vw;
	margin: 0 auto;
	border: 1px solid #F0F0F0;
	padding: 2.5rem;
	box-sizing: border-box;
	text-align: left;
}
.box-contents-list {
	width: 100%;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.box-contents-list li {
	padding: 1rem;
	margin: 0 10px 10px 0;
	background: #F5F5F5;
	font-size: 15px;
	line-height: 15px;
}
.box-content-list-title {
	width: 100%;
	text-align: left;
}
@media only screen and (max-width: 767px) {
.box-contents-wrap {
	width: 80vw;
	margin: 0 auto;
	border: none;
	padding: 0;
	box-sizing: border-box;
	text-align: left;
}
}

.main-contents-text-block {
	width: 90vw;
	margin: 0 0 0 auto;
	display: flex;
	flex-direction: row;
	align-content: space-between;
}
.main-contents-text-block .tategaki-title-wrap {
	margin: 0.5rem auto auto 0;
}
.main-contents-text {
	width: 60%;
	max-width: 600px;
	margin: 0 10vw 0 auto;
	text-align: left;
}
@media only screen and (max-width: 767px) {
.main-contents-text-block {
	width: 85vw;
	margin: 0 auto;
	display: flex;
	flex-direction:column;
}
.main-contents-text-block .tategaki-title-wrap {
	margin: 0 auto 50px auto;
}
.main-contents-text {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
}

/* ----------------------------------------------------------------------------------
 tategakititle
---------------------------------------------------------------------------------- */
.tategaki-title-wrap {
	text-align: center;
	display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
	align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
.tategaki-title-area {
	display:flex;
	background-color: #ffffff;
}
.tategaki-title-wrap-right {
	text-align: center;
	display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
	align-items: center;  /* 子要素をflexboxにより中央に配置する */
	margin: 5vh 0 0 auto;
	color: #ffffff;
}
.tategaki-title-wrap-left {
	text-align: center;
	display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
	align-items: center;  /* 子要素をflexboxにより中央に配置する */
	margin: 5vh auto 0 0;
	color: #ffffff;
}
@media only screen and (max-width: 768px) {
	
.tategaki-title-wrap-right {
	margin: -27px auto 0;
}
.tategaki-title-wrap-left {
	margin: -27px auto 0;
}
}


.page-title-area {
	display:flex;
	width: 80vw;
	margin: 0 auto;
}
.page-title-wrap {
	text-align: center;
	display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content:center; /* 子要素をflexboxにより中央に配置する */
	align-items: center;  /* 子要素をflexboxにより中央に配置する */
	margin: -77px 0 0 auto;
	z-index: 10;
}
.page-title-wrap-en {
	text-align: center;
	display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content:center; /* 子要素をflexboxにより中央に配置する */
	align-items: center;  /* 子要素をflexboxにより中央に配置する */
	margin: -53px 0 0 auto;
	z-index: 10;
}
.page-tilte-main {
	font-size: 36px;
	letter-spacing: 0.15rem;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
}

/* ----------------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------------- */
footer {
	width:100vw;
	margin: 0 auto;
	display: block;
	padding: 10vh 0;
	background-color: #191411;
	color: #FFF;
}
.footer-nav-wrap {
	width: 80vw;
	margin: 0 auto;
	padding: 0 0 5vh;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #FFF;
}
.footer-nav-contents {
	width: 45%;
	display: block;
	text-align: left;
}
.footer-logo {
	margin: 0 0 30px;
	display: block;
}
.footer-logo img {
	height: 70px;
}
.footer-nav-list-wrap {
	width: 100%;
	display: flex;
	flex-direction: row;
}
.footer-nav-list {
	width: 50%;
}
.footer-nav-list li {
	line-height: 150%;
	margin: 0 0 15px;
	font-size: 12px;
}
.footer-nav-list li a {
	color: #fff;
}
.footer-link-wrap {
	width: 80vw;
	margin: 0 auto;
	padding: 5vh 0 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.footer-link-contents {
	width: 45%;
	display: block;
}
.footer-link {
	width: 100%;
	display: block;
	text-align: left;
}
.footer-link .footer-link-icon {
	display: inline-block;
	margin: 0 20px 0 0;
}
.footer-link .footer-link-icon img {
	height: 30px;
}
.footer-link-sns {
	width: 100%;
	display: block;
	text-align: right;
	margin: 0 0 20px;
}
.footer-link-sns .footer-link-icon {
	display: inline-block;
	margin: 0 0 0 20px;
}
.footer-link-sns .footer-link-icon img {
	height: 20px;
}
.copyright {
	display: block;
	text-align: right;
}
.footer-link .footer-link-bn {
	display: inline-block;
	margin: 0 0 0 0;
}
.footer-link .footer-link-bn img.jnto {
	height: auto;
	max-height: 45px;
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
.footer-nav-wrap {
	width: 85vw;
	margin: 0 auto;
	padding: 0 0 5vh;
	position: relative;
	display: block;
	border-bottom: 1px solid #FFF;
}
.footer-nav-contents {
	width: 100%;
	display: block;
	margin: 0 0 5vh;
}
.footer-nav-contents:nth-child(2) {
	margin: 0 0 0;
}
.footer-logo {
	margin: 0 0 30px;
	display: block;
}
.footer-logo img {
	height: 60px;
}
.footer-nav-list-wrap {
	width: 100%;
	display: flex;
	flex-direction: row;
}
.footer-nav-list {
	width: 50%;
}
.footer-nav-list li {
	line-height: 150%;
	margin: 0 0 15px;
	font-size: 12px;
}
.footer-nav-list li a {
	color: #fff;
}
.footer-link-wrap {
	width: 85vw;
	display: block;
}
.footer-link-contents {
	width: 100%;
	margin: 0 0 5vh;
}
.footer-link-contents:nth-child(2) {
	width: 100%;
	margin: 0 0 0;
}
.footer-link-sns .footer-link-icon {
	display: inline-block;
	margin: 0 20px 0 0;
}
.footer-link .footer-link-icon img {
	height: 20px;
}
.footer-link-sns {
	text-align: left;
	margin: 0 0 5vh;
}
.copyright {
	text-align: left;
}
}

/* ----------------------------------------------------------------------------------
 tategaki-concept-wrap
---------------------------------------------------------------------------------- */

.tategaki-concept-wrap {
	width: 90vw;
	margin: 0 auto;
	display: flex;
    flex-direction: column; 
    justify-content:center;
	align-items: center;
    text-align: left;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
}
.tategaki-concept {
	display: block;
	margin: 0 auto;
}
.tategaki-concept h2.title {
	margin: 0 0 0 20px;
}
.en-concept-wrap {
	width: 90vw;
	margin: 0 auto;
	display: flex;
    flex-direction: column; 
    justify-content:center;
	align-items: center;
    text-align: left;
}
.en-concept h2.title {
	margin: 0 0 20px 0;
}
@media screen and (max-width: 767px){
.tategaki-concept-wrap {
	width: 85vw;
	margin: 0 auto;
	display: flex;
    flex-direction: column; 
    justify-content:center;
	align-items: center;
    text-align: left;
    writing-mode :horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
}
.en-concept-wrap {
	width: 85vw;
}
.tategaki-concept {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.tategaki-concept h2.title {
	font-size: 24px;
	margin: 0 0 2.5vh 0;
}
.tategaki-concept h5.title {
	font-size: 14px;
	letter-spacing: 0rem;
}
}
.tategaki-concept h2 .ani-about-copy1 {
	opacity: 0;
	animation-name: fadein1;
	animation-delay: 2s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.tategaki-concept h2 .ani-about-copy2 {
	opacity: 0;
	animation-name: fadein2;
	animation-delay: 2.25s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.tategaki-concept h2 .ani-about-copy3 {
	opacity: 0;
	animation-name: fadein3;
	animation-delay: 2.5s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.tategaki-concept h5 .ani-about-copy4 {
	opacity: 0;
	animation-name: fadein4;
	animation-delay: 2.75s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.tategaki-concept h5 .ani-about-copy5 {
	opacity: 0;
	animation-name: fadein5;
	animation-delay: 3s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.tategaki-concept h5 .ani-about-copy6 {
	opacity: 0;
	animation-name: fadein6;
	animation-delay: 3.25s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.tategaki-concept h5 .ani-about-copy7 {
	opacity: 0;
	animation-name: fadein7;
	animation-delay: 3.5s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.tategaki-concept h5 .ani-about-copy8 {
	opacity: 0;
	animation-name: fadein8;
	animation-delay: 3.75s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.tategaki-concept h5 .ani-about-copy9 {
	opacity: 0;
	animation-name: fadein9;
	animation-delay: 4s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.tategaki-concept h5 .ani-about-copy10 {
	opacity: 0;
	animation-name: fadein10;
	animation-delay: 4.25s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.tategaki-concept h5 .ani-about-copy11 {
	opacity: 0;
	animation-name: fadein11;
	animation-delay: 4.5s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.tategaki-concept h5 .ani-about-copy12 {
	opacity: 0;
	animation-name: fadein12;
	animation-delay: 4.75s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.tategaki-concept h5 .ani-about-copy13 {
	opacity: 0;
	animation-name: fadein13;
	animation-delay: 5s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.en-concept h2 .ani-about-copy1 {
	opacity: 0;
	animation-name: fadein1;
	animation-delay: 2s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.en-concept h2 .ani-about-copy2 {
	opacity: 0;
	animation-name: fadein2;
	animation-delay: 2.25s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.en-concept h2 .ani-about-copy3 {
	opacity: 0;
	animation-name: fadein3;
	animation-delay: 2.5s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.en-concept h5 .ani-about-copy4 {
	opacity: 0;
	animation-name: fadein4;
	animation-delay: 2.75s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.en-concept h5 .ani-about-copy5 {
	opacity: 0;
	animation-name: fadein5;
	animation-delay: 3s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.en-concept h5 .ani-about-copy6 {
	opacity: 0;
	animation-name: fadein6;
	animation-delay: 3.25s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.en-concept h5 .ani-about-copy7 {
	opacity: 0;
	animation-name: fadein7;
	animation-delay: 3.5s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.en-concept h5 .ani-about-copy8 {
	opacity: 0;
	animation-name: fadein8;
	animation-delay: 3.75s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.en-concept h5 .ani-about-copy9 {
	opacity: 0;
	animation-name: fadein9;
	animation-delay: 4s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.en-concept h5 .ani-about-copy10 {
	opacity: 0;
	animation-name: fadein10;
	animation-delay: 4.25s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.en-concept h5 .ani-about-copy11 {
	opacity: 0;
	animation-name: fadein11;
	animation-delay: 4.5s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.en-concept h5 .ani-about-copy12 {
	opacity: 0;
	animation-name: fadein12;
	animation-delay: 4.75s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
.en-concept h5 .ani-about-copy13 {
	opacity: 0;
	animation-name: fadein13;
	animation-delay: 5s;
    animation-duration: 2s;
	animation-fill-mode: forwards;
}
@keyframes fadein1 {
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 fadein2 {
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 fadein3 {
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 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);
}
}
@keyframes fadein7 {
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 fadein8 {
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 fadein9 {
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 fadein10 {
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 fadein11 {
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 fadein12 {
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 fadein13 {
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);
}
}


/* ----------------------------------------------------------------------------------
 slide
---------------------------------------------------------------------------------- */

#slidearea {
	width: 100vw;
	height: 100vh;
	position:relative;
	font-size:0;
	overflow: hidden;
	margin: 0 auto;
	/*border: 2vw solid #fff;*/
	box-sizing: border-box;
	display: flex;
}
@media only screen and (max-width: 768px) {
#slidearea {
	width: 100vw;
	height: 100vh;
	position:relative;
	font-size:0;
	overflow: hidden;
	margin: 0 auto;
	/*border: 2.5vw solid #fff;*/
	box-sizing: border-box;
}
}
.slide-title {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	display: block;
	position: relative;
}
#slidearea-80 {
	width: 80vw;
	height: 53vw;
	position:relative;
	font-size:0;
	overflow: hidden;
	margin: 0 auto;
	/*border: 2vw solid #fff;*/
	box-sizing: border-box;
	display: flex;
}
@media only screen and (max-width: 768px) {
#slidearea-80 {
	width: 100vw;
	height: 67vw;
}
}


/* ----------------------------------------------------------------------------------
 news page
---------------------------------------------------------------------------------- */

.boshu-status-box {
	position: absolute;
    top: 0px;
    right: 0px;
    font-size: 15px;
    line-height: 15px;
    padding: 10px 10px;
    margin: 0 0 0;
    color: #191411;
    display: inline-block;
    background-color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
@media only screen and (max-width: 768px) {
.boshu-status-box {
	font-size: 13px;
    line-height: 13px;
    padding: 5px 5px;
}
}
.boshu-text {
	line-height: 150%;
	font-size: 0.85rem;
}
.boshu-icon {
	height: 14px;
    width: 14px;
    margin: 0 10px 0 0;
    display: inline-block;
    line-height: 100%;
}
.boshu-text-b {
	font-size: 18px;
	line-height: 150%;
	font-weight: 600;
}
.boshu-icon-b {
	height: 18px;
    width: 18px;
    margin: 0 10px 0 0;
    display: inline-block;
    line-height: 100%;
}
.news-cate-box {
	font-size: 13px;
	line-height: 13px;
	padding: 5px 5px;
	margin: 10px 0 10px;
	color: #fff;
	display:inline-block;
}
.taiken {
	background-color: #BEBCAB;
}
.kankou {
	background-color: #802E27;
}
.kawaraban {
	background-color: #0C335B;
}
.trail {
	background-color: #909B42;
}
.taiken:hover,
.kanko:hover,
.kawaraban:hover {
	background-color: #191411;
}
.news-cate-box {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.news-cate-list-wrap {
	width:  80vw;
	margin: 0 auto 5vh;
	display: flex;
	flex-direction: row;
}
.news-cate-list-wrap .news-cate-box {
	margin: 0 20px 0 0;
}
@media only screen and (max-width: 768px) {
.news-cate-list-wrap {
	width:  85vw;
}
}
.three-column-flex-contents-text > span > ul > li > a,
.news-post-tilte > span > ul > li > a {
	color: #fff;
}

/* ----------------------------------------------------------------------------------
 two-felxbrock-wrap
---------------------------------------------------------------------------------- */

/* top 2column */
.two-column-felx-wrap {
	width: 85vw;
	margin: 0 auto;
}
.two-column-felx-title {
	width: 100%;
	margin: 0 0 15px;
	text-align: left;
	display: block;
}
.two-column-felx {
	width: 100%;
	display: flex;
	flex-direction:row;
	justify-content: space-between;
	align-items:stretch; 
	text-align: left;
	flex-wrap: wrap;
	margin: 10vh 0 0;
}
.two-column-felx::after {
	content:"";
	display: block;
	width: calc( 100% / 2 - 1rem);
}
.two-column-flex-contents {
	display: block;
    margin: 0 0 5rem;
    flex-basis: calc( 100% / 2 - 1rem);
    max-width: calc( 100% / 2 - 1rem);
}
.two-column-flex-contents-img {
	width: 100%;
}
.two-column-flex-contents-img a {
	width: 100%;
	display: block;
	margin: 0 0 15px;
	position: relative;
	overflow: hidden;
}
.two-column-flex-contents-img a::before {
	padding-top: 61.8%;
	content: "";
	display: block;
}
.two-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;
}
.two-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;
}
.two-column-flex-contents-text {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.two-column-flex-contents-text-body {
	width: 100%;
	display: block;
}
.tcfc-list {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.tcfc-list li {
	width: 100%;
	font-size: 15px;
	line-height: 175%;
	margin:  0 0 7px;
	font-weight: 500;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.tcfc-list li .tcfc-list-h {
	width: 55px;
	display: block;
}
.tcfc-list li .tcfc-list-b {
	width: calc(100% - 65px) ;
	display: block;
}


@media screen and (max-width: 768px){
.two-column-felx {
	width: 100%;
	display: flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:stretch; 
	text-align: left;
	flex-wrap: nowrap;
	margin: 10vh 0 0;
}
.two-column-felx::after {
	content:"";
	display: block;
	width: 100%;
}
.two-column-flex-contents {
	display: block;
    width: 100%;
}
.two-column-felx-wrap {
	width: 85vw;
	margin: 0 auto;
}
.two-column-flex-contents {
	flex: 0 0 42%;
	margin: 0 5vw 5rem 0;
	max-width: none;
}
}

  
.two-flexbrock-wrap {
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 150px;
}
.row-r {
	flex-direction: row-reverse;
}
.two-flexbrock-wrap:nth-child(even) {
	flex-direction: row-reverse;
}
.two-flexbrock-imgarea {
	width: 50%;
}
.two-flexbrock-imgmask {
	width: 100%;
	overflow: hidden;
}
.two-flexbrock-imgmask img {
	width: 100%;
}
.two-flexbrock-textarea {
	width: 45%;
	text-align: left;
}
.two-flexbrock-title-right {
	width: 15%;
    margin: -60px 0 0 auto;
    right: 0;
    float: right;
	text-align: center;
}
.two-flexbrock-title-left {
	width: 15%;
    margin: -60px auto 0 0;
    right: 0;
    float: left;
	text-align: center;
}
.two-flexbrock-text-right {
	width: 80%;
	margin: 0 auto 0 0;
	text-align: justify;
}
.two-flexbrock-text-left {
	width: 80%;
	margin: 0 0 0 auto;
	text-align: justify;
}
#icon_nagano {
	position: absolute;
    width: auto;
    height: 120px;
    margin: -60px auto 0 2.5%;
}
#icon_wood {
	position: absolute;
    width: auto;
    height: 120px;
    margin: -60px 0 0;
    right: 7.5%;
}
.title-kctype {
	width: 60px;
}
.two-flexbrock-btn {
    padding: 10px 15px;
    margin: 25px 0 0;
    text-align: left;
    display: inline-block;;
    vertical-align: middle;
    color: #fff;
}
.two-flexbrock-btn:hover {
	background-color: #191411 !important;
	color: #fff;
}
.two-flexbrock-btn h5 {
	line-height: 200%;
	display: inline-block;
}
.two-flexbrock-btn,
.two-flexbrock-btn::before,
.two-flexbrock-btn::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media screen and (max-width: 959px){
.two-flexbrock-wrap,
.two-flexbrock-wrap:nth-child(even)  {
	flex-direction: column;
}
.two-flexbrock-imgarea {
	width: 100%;
	margin: 0 0 30px;
}
.two-flexbrock-imgmask {
	width: 100%;
	overflow: hidden;
}
.two-flexbrock-imgmask img {
	width: 100%;
}
.two-flexbrock-textarea {
	width: 100%;
	text-align: left;
}
#icon_nagano {
	position: absolute;
    width: auto;
    height: 100px;
    margin: -50px auto 0 5%;
}
#icon_wood {
	position: absolute;
    width: auto;
    height: 100px;
    margin: -50px 0 0 auto;
	right: 10%;
}
.title-kctype {
	width: 45px;
}
}

/* ----------------------------------------------------------------------------------
 booking-contents-wrap
---------------------------------------------------------------------------------- */
.booking-contents-wrap {
	width: 90vw;
	margin: 0 0 0 auto;
	padding: 0 0 30px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	text-align: left;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	-ms-overflow-style:none;
}
.booking-contents-title {
	width: 100%;
	margin: 0 0 15px;
	text-align: left;
	display: block;
}
.booking-contents {
	flex: 0 0 28%;
    margin: 0 2.5vw 0 0;
}
.booking-contents:last-child {
    margin: 0 5vw 0 0;
}
@media screen and (max-width: 768px){
.booking-contents-wrap {
	width: 92.5vw;
}
.booking-contents {
	flex: 0 0 42%;
    margin: 0 5vw 0 0;
}
.booking-contents:last-child {
    margin: 0 7.5vw 0 0;
}
}
@media screen and (max-width: 498px){
.booking-contents {
	flex: 0 0 80%;
    margin: 0 5vw 0 0;
}
.booking-contents:last-child {
    margin: 0 7.5vw 0 0;
}
}
.booking-contents-img {
	width: 100%;
	display: block;
	margin: 0 0 20px;
	position: relative;
	overflow: hidden;
}
.booking-contents-img::before {
	padding-top: 125%;
	content: "";
	display: block;
}
.booking-contents-img 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;
}
.booking-contents-text {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.booking-contents-more {
	width: auto;
	margin: 0 0 0 10vw;
	text-align: left;
	display: flex;
	vertical-align: middle;
}
@media screen and (max-width: 768px){
.booking-contents-more {
	margin: 0 0 0 7.5vw;
}
}
#scrollbar-flex-box::-webkit-scrollbar
{
        overflow:hidden;
        width:1px;
        background:#F5F5F5;
	margin: 30px 0;
}
        #scrollbar-flex-box::-webkit-scrollbar:horizontal
        {
                height:1px;
        }
#scrollbar-flex-box::-webkit-scrollbar-button
{
       display:none;
}
#scrollbar-flex-box::-webkit-scrollbar-piece
{
        background:#F5F5F5;
}
        #scrollbar-flex-box::-webkit-scrollbar-piece:start
        {
                background:#F5F5F5;
        }
#scrollbar-flex-box::-webkit-scrollbar-thumb
{
        background:#E5E5E5;
}
#scrollbar-flex-box::-webkit-scrollbar-corner
{
        background:#E5E5E5;
}

#scrollbar-flex-box-gr::-webkit-scrollbar
{
        overflow:hidden;
        width:1px;
        background:#FFF;
}
        #scrollbar-flex-box-gr::-webkit-scrollbar:horizontal
        {
                height:1px;
        }
#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:#E5E5E5;
}
#scrollbar-flex-box-gr::-webkit-scrollbar-corner
{
        background:#E5E5E5;
}

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

/* ----------------------------------------------------------------------------------
 three-column-felx-wrap
---------------------------------------------------------------------------------- */
/* 3column */
.three-column-felx-wrap {
	width: 85vw;
	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;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	-ms-overflow-style:none;
	flex-wrap:nowrap;
	margin: 10vh 0 0;
}
.three-column-felx::after {
	content:"";
	display: block;
	width: calc( 100% / 3 - 1rem);
}
.three-column-felx::-webkit-scrollbar{
 display:none;
}
.three-column-flex-contents {
	display: block;
    text-align: left;
    margin: 0 0 5rem;
    flex-basis: calc( 100% / 3 - 1rem);
    max-width: calc( 100% / 3 - 1rem);
}
.three-column-flex-contents {
	flex: 0 0 31%;
    margin: 0 0 5rem 0;
    max-width: none;
}
/*.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: 125%;
	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-text {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 768px){
.three-column-felx-wrap {
	width: 85vw;
	margin: 0 auto;
}
.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 5rem 0;
	max-width: none;
}
}
@media screen and (max-width: 489px){
.three-column-flex-contents {
	flex: 0 0 70%;
}
}

.three-column-felx-more {
	width: 100%;
	margin: 0;
	text-align: left;
	display: flex;
	vertical-align: middle;
}
.three-column-felx-more h5 {
	line-height: 30px;
	display: inline-block;
	font-size: 13px;
}
.three-column-felx-more h4 {
	line-height: 30px;
	display: inline-block;
	font-size: 15px;
}
.more_icon {
	font-size: 30px;
	line-height: 30px;
	margin: 0 10px 0 0 ;
	display: inline-block;
}
.more_icon::before {
	bottom: -10px;
}
.more_arrow {
	font-size: 15px;
	line-height: 30px;
	margin: 0 0 0 10px;
	display: inline-block;
}
.back_arrow {
	font-size: 15px;
	line-height: 30px;
	margin: 0 10px 0 0;
	display: inline-block;
}
.more_blank {
	font-size: 10px;
	line-height: 30px;
	margin: 0 0 0 10px;
	display: inline-block;
}
.three-column-felx-more:hover {
	color: #999 !important;
}
.three-column-felx-more-ud {
	width:fit-content;
	margin: 0;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px solid #191411;
}
.three-column-felx-more-ud h5 {
	line-height: 30px;
	display: inline-block;
	font-size: 15px;
}
.three-column-felx-more-ud:hover {
	color: #999 !important;
}
@media screen and (max-width: 768px){
.three-column-felx-wrap {
	width: 85vw;
	margin: 0 auto;
}
.three-column-felx {
	display: flex;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	-ms-overflow-style:none;
}
.three-column-felx::-webkit-scrollbar{
 display:none;
}
.three-column-flex-contents {
	flex: 0 0 42%;
	margin: 0 5vw 0 0;
}
}

@media screen and (max-width: 489px){
.three-column-flex-contents {
	flex: 0 0 100%;
	margin: 0 0 7.5vh 0;
}	
}

/* ----------------------------------------------------------------------------------
 three-column-wrap
---------------------------------------------------------------------------------- */
.three-column-wrap {
	width: 80vw;
	margin: 0 auto;
	box-sizing: border-box;
}
.three-column-title {
	width: 100%;
	margin: 0 0 15px;
	text-align: left;
	display: block;
}
.three-column {
	width: 100%;
	display: flex;
	flex-direction:row;
	justify-content: space-between;
	align-items:stretch; 
	text-align: left;
	flex-wrap: wrap;
	margin: 10vh 0 0;
	box-sizing: border-box;
}
.three-column::after {
	content:"";
	display: block;
	width: calc( 100% / 3 - 1rem);
}
.three-column-contents {
	display: block;
    text-align: left;
    margin: 0 0 5rem;
    flex-basis: calc( 100% / 3 - 1rem);
    max-width: calc( 100% / 3 - 1rem);
}
.three-column-contents-img {
	width: 100%;
	display: block;
	margin: 0 0 15px;
	position: relative;
	overflow: hidden;
}
.three-column-contents-img::before {
	padding-top: 61.8%;
	content: "";
	display: block;
}
.three-column-contents-img 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-contents:hover .three-column-flex-contents-img 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-contents-text {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 768px){
.three-column-wrap {
	width: 85vw;
	margin: 0 auto;
}
.three-column::after {
	content:"";
	display: block;
	width: calc( 100% / 2 - 0.65rem);
}
.three-column-contents {
	display: block;
    text-align: left;
    margin: 0 0 5rem;
    flex-basis: calc( 100% / 2 - 0.65rem);
    max-width: calc( 100% / 2 - 0.65rem);
}
}



/* ----------------------------------------------------------------------------------
four-grid-wrap
---------------------------------------------------------------------------------- */

.four-grid-wrap {
	width: 90vw;
	margin: 10vh auto 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 2.5vw;
	row-gap: 5vh;
}
.four-grid {
	width: 100%;
	text-align: left;
}
.four-grid-thumb a {
	width: 100%;
	display: block;
	margin: 0 0 10px;
	position: relative;
	overflow: hidden;
}
.four-grid-thumb a::before {
	padding-top: 61.8%;
	content: "";
	display: block;
}
.four-grid-thumb 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;
}
.four-grid-thumb a:hover img {
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}
.four-grid-thumb-cate {
	position: absolute;
	top:-25px;
	left: -15px;
	display: block
}
.four-grid-thumb-cate img {
	height: 50px;
}
.four-grid-body {
	text-align: left;
}
.more-btn-warp{
	width: 90vw;
	margin: 0 auto;
	text-align: left;
}
.more-btn-warp80{
	width: 80vw;
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width: 768px){
.four-grid-wrap {
	width: 90vw;
	margin: 10vh auto 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 5vw;
	row-gap: 5vh;
}
.four-grid-thumb-cate {
	position: absolute;
	top:-20px;
	left: -10px;
	display: block
}
.four-grid-thumb-cate img {
	height: 40px;
}
.more-btn-warp80{
	width: 90vw;
}
}


/* ----------------------------------------------------------------------------------
 top-img-wrap
---------------------------------------------------------------------------------- */

.top-img-wrap {
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column; 
    justify-content:center; 
    align-items:center; 
	margin: 0;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.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.15);
}
@media screen and (max-width: 1366px) {
.top-img-wrap {
	background-attachment: scroll;
	background-position: center center;
}
.top-img-wrap::before {
    background-size: cover;/* cover指定できる */
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 100%;/* 横幅いっぱい */
	height: 100vh;/* 縦幅いっぱい */
    background-color:rgba(0,0,0,0.15);
}
}


/* ----------------------------------------------------------------------------------
.ks-data 
---------------------------------------------------------------------------------- */

.ks-data {
	position: relative;
	display: block;
	margin: 10vh auto 0;
	padding: 0;
	width: 90vw;
	max-width: 800px;
	box-sizing: border-box;
	text-align: left;
	border-bottom: 1px solid #F0F0F0;
}
.ks-data-02 {
	position: relative;
	display: block;
	margin: 0 10vw 0 auto;
	padding: 0;
	width: 100%;
	max-width: 800px;
	box-sizing: border-box;
	text-align: left;
	border-bottom: 1px solid #F0F0F0;
}
.ks-data-row {
	display: flex;
    flex-direction: row;
    text-align: left;
    margin: 0 0;
    padding: 10px 0;
    border-top: 1px solid #F0F0F0;
}
.ks-data-row:last-child {
	margin: 0 0 0;
}
.ks-data-title {
	width: 20%;
	margin: 0 5% 0 0;
	font-size: 15px;
	line-height: 175%;
	display: inline-block;
}
.ks-data-body {
	width: 75%;
	font-size: 15px;
	line-height: 175%;
	display: inline-block;
}
@media only screen and (max-width: 768px) {
.ks-data-title, 
.ks-data-body {
	font-size: 13px;
}
}
@media only screen and (max-width: 479px) {
.ks-data {
	border-bottom: none;
}
.ks-data-row {
	display: block;
	padding: 15px 0;
}
.ks-data-row:last-child {
	border-bottom: none;
}
.ks-data-title {
	width: 100%;
	margin: 0 0 5px 0;
	display: block;
	font-weight: 600;
}
.ks-data-body {
	width: 100%;
	display: block;
}
}

/* ----------------------------------------------------------------------------------
 access page
---------------------------------------------------------------------------------- */

.access-route-wrap {
	width: 80vw;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 5vw;
	row-gap: 10vh;
	text-align: left;
}
.access-route {
	width: 100%;
	display: block;
}
.access-route-head {
	width: 100%;
	padding: 0 0 10px;
	margin: 0 0 15px;
	border-bottom: 1px solid #F0F0F0;
}
.access-route-icon {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 20px 0;
}
.access-route-icon .access-trans {
	height: 15px;
	margin: 0 15px 0 0;
}
.access-route-icon .access-arrow {
	height: 10px;
	margin: 0 15px 0 0 ;
}
@media screen and (max-width: 767px) {
.access-route-wrap {
	width: 85vw;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 5vw;
	row-gap: 10vh;
	text-align: left;
}
}

/* ----------------------------------------------------------------------------------
two-column-description-wrap
---------------------------------------------------------------------------------- */

.two-column-description-wrap {
	width: 80vw;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 5vw;
	row-gap: 5vh;
	margin: 10vh auto 0;
}
.two-column-description {
	width: 100%;
	text-align: left;
}
.two-column-description-img-wrap {
	width: 100%;
	display: block;
	position: relative;
}
.two-column-description-img-wrap a {
	width: 100%;
	display: block;
	margin: 0 0 20px;
	position: relative;
	overflow: hidden;
}
.two-column-description-img-wrap a::before {
	padding-top: 61.8%;
	content: "";
	display: block;
}
.two-column-description-img-wrap a img {
	position: absolute;
	width: 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;
}
.two-column-description-img-wrap a:hover img {
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}
.two-column-description-icon {
	position: absolute;
	display: block;
	top:-25px;
	left: 25px;	
}
.two-column-description-icon img {
	height: 50px;
}
.two-column-description-text-wrap {
	width: 100%;
	text-align: left;
}
@media screen and (max-width: 767px) {
.two-column-description-wrap {
	width: 80vw;
	display: block;
	margin: 10vh auto 0;
}
.two-column-description {
	margin: 0 0 5vh;
}
.two-column-description-wrap {
	width: 90vw;
}
.two-column-description-icon {
	top:-20px;
	left: 20px;	
}
.two-column-description-icon img {
	height: 40px;
}
}

/* ----------------------------------------------------------------------------------
concept-page
---------------------------------------------------------------------------------- */

.tategaki-menu {
	width: 90vw;
	display: flex;
	justify-content:center;
	margin: 5vh auto;
}
.tategaki-menu-list {
	margin: 0 2vw;
	text-align: center;
	width: 57px;
}
.tategaki-menu-list .tategaki {
	line-height: 57px;
}
.tategaki-menu-icon {
	height: 40px;
	margin: 0 0 25px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a:hover .tategaki-menu-icon {
	opacity: 0.4;
}
.catchimg-wrap {
	width:90vw;
	margin: 0 auto;
	position: relative;
}
.catchimg-mask {
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}
.catchimg-mask::before {
	padding-top: 61.8%;
	content: "";
	display: block;
}
.catchimg-mask img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.catchimg-text {
	padding: 20px;
	text-align: center;
	background-color: #fff;
	position: absolute;
	right: 5vw;
	bottom: -5vh;
}
.catchimg-text-icon {
	width: 60px;
	margin: 0 0 20px;
}
.catchimg-text h2 {
	margin: 0 0 0 5px;
	padding: 0;
}
.menu-caption-wrap {
	width: 80vw;
	margin: 7.5vh auto;
	text-align: left;
}

@media screen and (max-width: 767px) {
.tategaki-menu-list {
	margin: 0 2vw;
	text-align: center;
	width: 43px;
}
.tategaki-menu-list .tategaki {
	line-height: 43px;
}
.tategaki-menu-icon {
	height: 30px;
	margin: 0 0 25px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.catchimg-wrap {
	width:100vw;
}
.catchimg-mask::before {
	padding-top: 70vh;
}
.catchimg-text {
	padding: 20px;
	text-align: center;
	background-color: #fff;
	position: absolute;
	right: 5vw;
	bottom: -5vh;
}
.catchimg-text-icon {
	width: 50px;
	margin: 0 0 20px;
}
.catchimg-text h2 {
	margin: 0 0 0 4px;
	padding: 0;
}
.menu-caption-wrap {
	width: 90vw;
	margin: 7.5vh auto;
	text-align: left;
}
}

/* ----------------------------------------------------------------------------------
 Vertical Timeline green
---------------------------------------------------------------------------------- */

/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  width: 90vw;
  max-width: 920px;
  margin: 0 auto;
}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-size: 18px;
  text-transform: uppercase;
  background: #00943E;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -5px;
  background: #F0F0F0;
  z-index: -1;
}
#conference-timeline .conference-timeline-content {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}
.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #191411;
  text-align: right;
}
.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  background-color: #F0F0F0;
  box-shadow: 0 1px 3px rgba(0,0,0,.03);
  padding: 27px 25px;
}
.timeline-article p {
  margin: 0 0 0 0;
  padding: 0;
  font-weight: 400;
  color: #191411;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: #00b0bd;
}
.timeline-article .content-left-container {
  float: left;
	text-align: left;
}
.timeline-article .content-right-container {
  float: right;
	text-align: left;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before{
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #fff;
}
.timeline-article .content-left:before {
	content: "";
	width: 28px;
	height: 28px;
	background-image: url("../img/timeline-arrow-right.svg");
	background-repeat: no-repeat;
	background-size: 28px 28px;
	right: -12px;
	margin: -8px 0 0;
}
.timeline-article .content-right:before {
  content: "";
	width: 28px;
	height: 28px;
	background-image: url("../img/timeline-arrow-left.svg");
	background-repeat: no-repeat;
	background-size: 28px 28px;
	left: -12px;
}
.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -30px;
  color: #fff;
  border-radius: 100%;
  background: #00943E;
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}
.timeline-article .meta-date .date {
  font-size:24px;
  line-height: 50px;
}
.tl-icon-left {
	font-size: 40px;
	position: absolute;
	right: 25px;
	top:15px;
}
.tl-icon-right {
	font-size: 40px;
	position: absolute;
	left: 25px;
	top:15px;
}
.tl-content-img {
	width: 100%;
	margin: 0 0 25px;
}
.timeline-article .meta-separator {
	position: absolute;
    top: 0;
    left: 50%;
    width: 240px;
    height: 54px;
    margin-left: -120px;
    color: #fff;
    border-radius: 28px;
    background: #00943E;
}
.timeline-article .meta-separator .date {
	display: block;
    text-align: center;
    font-weight: 600;
    height: 54px;
    font-size: 21px;
    line-height: 54px;
}
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 768px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 24px;
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 0px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 75px;
    min-height: 53px;
  }
  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 20px 20px;
    min-height: 65px;
  }
  .timeline-article .content-left:before {
    content: "";
	width: 28px;
	height: 28px;
	background-image: url("../img/timeline-arrow-left.svg");
	background-repeat: no-repeat;
	background-size: 28px 28px;
	left: -12px;
	margin: -6px 0 0;
  }
  .timeline-article .content-right:before {
    content: "";
	width: 28px;
	height: 28px;
	background-image: url("../img/timeline-arrow-left.svg");
	background-repeat: no-repeat;
	background-size: 28px 28px;
	left: -12px;
	margin: -6px 0 0;
  }
.tl-icon-left {
	font-size: 30px;
	position: absolute;
	right: 30px;
	top:15px;
}
.tl-icon-right {
	font-size: 30px;
	position: absolute;
	left: 30px;
	top:15px;
}
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    display: none;
  }
  
}
/*===== // Resonsive Vertical Timeline =====*/


/* ----------------------------------------------------------------------------------
 works page
---------------------------------------------------------------------------------- */

.owners-voice {
	position: relative;
	display: block;
	margin: 10vh auto 0;
	padding: 5vw 5vw;
	width: 90vw;
	max-width: 800px;
	background: #F0F0F0;
	box-sizing: border-box;
	text-align: left;
}
.owners-voice:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-bottom: 10px solid #F0F0F0;
}
.owners-voice-iocn {
	position: absolute;
	right: 5vw;
	top:-15px;
	height: 35px;
}
.works-data {
	position: relative;
	display: block;
	margin: 10vh auto 0;
	padding: 5vw 5vw;
	width: 90vw;
	max-width: 800px;
	box-sizing: border-box;
	text-align: left;
	border: 1px solid #F0F0F0;
}
.works-data-row {
	display: flex;
	flex-direction: row; 
	text-align: left;
	margin: 0 0 20px;
}
.works-data-row:last-child {
	margin: 0 0 0;
}
.works-data-title {
	width: 20%;
	margin: 0 5% 0 0;
	font-size: 15px;
	line-height: 150%;
	display: inline-block;
}
.works-data-body {
	width: 75%;
	font-size: 15px;
	line-height: 150%;
	display: inline-block;
}
@media only screen and (max-width: 768px) {
.works-data-title, 
.works-data-body {
	font-size: 13px;
}
}
@media only screen and (max-width: 479px) {
.works-data-row {
	display: block;
	border-bottom: 1px solid #F0F0F0;
	padding: 0 0 10px;
}
.works-data-row:last-child {
	border-bottom: none;
}
.works-data-title {
	width: 100%;
	margin: 0 0 5px 0;
	display: block;
	font-weight: 600;
}
.works-data-body {
	width: 100%;
	display: block;
}
}

/* ----------------------------------------------------------------------------------
 obiimg-wrap
---------------------------------------------------------------------------------- */
.obiimg-wrap {
	width: 100vw;
	height: 50vh;
	display: flex;
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
	margin: 0 0 0;
	background-image: url("../img/stove_010.jpg");
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.obiimg-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.15);
}
.obiimg-mask {
	max-width: 350px;
	width: 70vw;
}
.obiimg-message-wrap {
	z-index: 1;
}
.obiimg-message-wrap img {
	max-width: 350px;
	width: 70vw;
}

/* ----------------------------------------------------------------------------------
 products page
---------------------------------------------------------------------------------- */

.products-lineup-wrap {
	width: 90vw;
	margin: 0 auto;
}
.products-lineup {
	width: 100%;
	display: flex;
	justify-content:space-between;
}
.products-lineup-img {
	width: 60%;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 0 0;
}
.products-lineup-img::before {
	padding-top: 61.8%;
	content: "";
	display: block;
}
.products-lineup-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.products-lineup-text {
	width: 35%;
	display: block;
	text-align: left;
}
.products-lineup-spec {
	width: 80vw;
	margin: 5vh auto 0;
	text-align: left;
}
.products-lineup-spec-list-wrap {
	width: 100%;
	display: flex;
	justify-content:space-between;
	margin: 5vh 0 0 ;
}
.products-lineup-spec-list {
	width: 47.5%;
	box-sizing: border-box;
	border-top: 1px solid #F0F0F0;
}
.products-lineup-spec-row {
	display: flex;
	flex-direction: row; 
	text-align: left;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
}
.products-lineup-spec-title{
	width: 30%;
	margin: 0 5% 0 0;
	font-size: 15px;
	line-height: 150%;
	display: inline-block;
}
.products-lineup-spec-body {
	width: 70%;
	font-size: 15px;
	line-height: 150%;
	display: inline-block;
}
@media only screen and (max-width: 768px) {
.products-lineup-wrap {
	width: 100vw;
	margin: 0 auto;
}
.products-lineup {
	width: 100vw;
	display: block;
	margin: 0 auto;
}
.products-lineup-img {
	width: 100vw;
	display: block;
	margin: 0 auto 5vh;
}
.products-lineup-text {
	width: 90vw;
	margin: 0 auto 0;
}
.products-lineup-spec {
	width: 90vw;
	margin: 5vh auto 0;
	text-align: left;
}
.products-lineup-spec-list-wrap {
	width: 90vw;
	display: block;
	margin: 5vh 0 0 ;
}
.products-lineup-spec-list {
	width: 100%;
}
.products-lineup-spec-list:nth-child(2) {
	width: 100%;
	border-top: none;
}
.products-lineup-spec-title,
.products-lineup-spec-body {
	font-size: 13px;
}
}

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

.news-post-wrap {
	width: 90vw;
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
	display: block;
	/*justify-content: space-between;
	flex-direction: row; */
}
.news-post-tilte {
	width:100%;
	display: block;
	text-align: left;
	margin: 0 0 5vh;
}
.news-post-cateicon {
	font-size: 75px;
}
.news-post-bar {
	width: 100px;
	height: 1px;
	background-color: #191411;
	margin: 25px 0;
}
.news-post-body {
	width:100%;
	display: block;
	text-align: left;
	position: relative;
}
.news-post-body img {
	width: 100%;
	height: 100%;
	margin: 0 0 20px;
}

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

.two-column-text-wrap {
	width: 90vw;
	margin: 0 auto;
	text-align: left;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.two-column-text-head {
	width: 25%;
	text-align: left;
}
.two-column-text-body {
	width: 70%;
	text-align: left;
}
.info-list {
	width: 100%;
}
.info-list li {
	width: 100%;
	padding: 10px 0;
	display: flex;
	flex-direction: row;
	border-top: 1px solid #F5F5F5;
	font-size: 15px;
	line-height: 175%;
}
.info-list li:last-child {
	border-bottom: 1px solid #F5F5F5;
}
.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 0 5vh;
}
.two-column-text-body {
	width: 100%;
	margin: 0 0 0;
}
}


/* ----------------------------------------------------------------------------------
 experience
---------------------------------------------------------------------------------- */

.koutei-img-wrap {
	width: 80vw;
	padding: 0 10vh;
	margin: 0 auto;
}
.koutei-img-wrap .koutei-img img  {
	width: 100%;
	height: auto;
}
.koutei-text {
	width: 80vw;
	max-width: 600px;
	margin: 0 auto 0 10vw;
	box-sizing: border-box;
	text-align: left;
}
@media only screen and (max-width: 768px) {
.koutei-img-wrap {
	width: 100vw;
	padding: 0;
	margin: 0 auto;
	overflow-x: scroll;
}
.koutei-img-wrap .koutei-img img  {
	width: 150%;
	padding: 0 7.5vw;
	height: auto;
}
.koutei-text {
	width: 90vw;
	padding: 0;
	margin: 10vh auto 0;
	box-sizing: border-box;
	text-align: left;
}
}
	
/* ----------------------------------------------------------------------------------
 form
---------------------------------------------------------------------------------- */

.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;
	background-color: #191411;
	color: #F7F5F2;
	font-size: 12px;
	margin: 0 5px;
}
.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;
	border:none;
	background-color:#F0F0F0;
	box-sizing: border-box;
	font-size: 14px;
}
input.input_s:hover {
	background-color:#F5F5F5;
}
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;
	border:none;
	background-color:#F0F0F0;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 175%;
}
textarea.textarea:hover {
	background-color:#F5F5F5;
}
textarea.textarea,
textarea.textarea::before,
textarea.textarea::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}

input.submit {
	font-family: "source-han-serif-japanese",serif;
	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: #F0F0F0;
	cursor:pointer;
	border: 1px solid #F0F0F0;
	color: #191411;
	box-sizing:border-box;
}
input.submit:hover {
	background-color: #191411;
	border: 1px solid #191411;
	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;
	font-family: "source-han-serif-japanese",serif;
}
input:-ms-input-placeholder {
	color: #C8C8C8;/* IE */
	font-family: "source-han-serif-japanese",serif;
}
input::-ms-input-placeholder {
	color: #C8C8C8;/* Edge */
	font-family: "source-han-serif-japanese",serif;
}
textarea::placeholder {
	color: #C8C8C8;
	font-family: "source-han-serif-japanese",serif;
}
textarea:-ms-input-placeholder {
	color: #C8C8C8;/* IE */
	font-family: "source-han-serif-japanese",serif;
}
textarea::-ms-input-placeholder {
	color: #C8C8C8;/* Edge */
	font-family: "source-han-serif-japanese",serif;
}

select.select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select.select {
	width:100%;
	padding:1.6% 2%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #F5F5F5;
	background: url(../img/icon_down.svg) right 50% no-repeat;
	background-size: 18px, 100%;
	background-position:bottom 17.5px right 20px;
	background-color:#F5F5F5 !important;
	border-radius:0px;
	color: #191411;
}
select.select > option {
	background-color:#F5F5F5;
}

/*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: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #C8C8C8;
  border-radius: 50%;
}
.radio02-input:checked + label{
  color: #191411;
}
.radio02-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #191411;
  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 #C8C8C8;
  border-radius: 0px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #191411;
}
.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 #191411;
  border-right: 1px solid #191411;
	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.slide-fadein-effect.sf-action > 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 #C8C8C8;
}
.radio+span:hover::before {
	background: #191411;
	color: #191411;
	border: 1px solid #191411;
}
.radio+span::after {
	display: none;
	opacity: 0;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #191411;
	transform: scale(2);
 }
.radio:checked + span::before {
	background: #191411;
	border: 1px solid #191411;
}
.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 #C8C8C8;
	background-color: #fff;
	border-radius: 0px;
}
.check:checked + span{
	color: #191411;
}
.check:checked + span::after{
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 2px solid #191411;
	border-right: 2px solid #191411;
	border-radius: 0;
} 

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

.form-tex-wrap-inner {
	width: 90%;
	margin: 0 auto;
}


/* ----------------------------------------------------------------------------------
サンクスページ
---------------------------------------------------------------------------------- */

.thanks-img-wrap{
	width:70%;
	max-width:400px;
	margin:0 auto;
	position:relative;
}

.thanks-img-wrap img.thanks-img{
	width:100%;
	height:auto;
}


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

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;
  }
}

/* ----------------------------------------------------------------------------------
 foot-stamp
---------------------------------------------------------------------------------- */

.foot-stamp-wrap {
	width: 90vw;
	margin: 0 auto;
	padding: 15px 0;
	text-align: right;
	color: #333333;
	line-height:  11px;
}
.foot-stamp {
	display: block;
}
.foot-stamp a {
	height: 11px;
}
@media screen and (max-width: 768px) {
.foot-stamp-wrap {
	width: 90%;
	margin: 0 auto;
}
}
i.foot-stamp-arrow > span {
	font-size: 8px;
	padding: 0 5px;
}

/* ----------------------------------------------------------------------------------
固定ページ アーカイブページ　ページネーション
---------------------------------------------------------------------------------- */
.pagination-wrap {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}
 
.pagination{
    text-align: left;
	margin: 50px 1.25% 0 0;
	color:#191411;
	font-size:14px;
}
@media only screen and (max-width: 901px) {
.pagination{
	width:100%;
	margin:50px auto 0 auto;
	color:#191411;
	font-size:15px;
}
}
.pagination li {
	display:none !important;
}
a.page-numbers {
	background: #FFF;
	color: #191411;
    padding:5px 0;
    margin:0 16px 0 0;
    text-decoration: none;
}
.dots {
	padding:5px 0;
    margin:0 16px 0 0;
}
.pagination .current{
   background: #FFF;
	color: #999;
    padding:5px 0;
    margin:0 16px 0 0;
    text-decoration: none;
}
.pagination .current{
    background: #fff;
    color: #999;
}
.pagination a.page-numbers:hover,
.pagination a.next page-numbers:hover {
	 color: #999;
	 cursor:pointer;
	 transition: 0.4s;
}

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

.page-link-wrap{
	width:85vw;
	max-width: 800px;
	margin:10vh auto;
	text-align:left;
}
@media screen and (max-width: 768px) {
.page-link-wrap{
	text-align:center;
}
}
.page-link-list{
	font-size:0;
}
.page-link-list li{
	display:inline-block;
	margin:0 20px;
	vertical-align:middle;
	padding:10px 0;
}
.page-link-list li:first-child{
	margin:0 20px 0 0;
}
.page-link-list li:last-child{
	margin:0 0 0 20px;
}
.btn-prev {
	left: 10px;
	width: 14px;
	height: 14px;
	border-top: 1px solid #191411;
	border-right: 1px solid #191411;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.btn-prev:hover {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}
.btn-prev,
.btn-prev::before,
.btn-prev::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn-next {
	right: 10px;
	width: 14px;
	height: 14px;
	border-top: 1px solid #191411;
	border-right: 1px solid #191411;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn-next:hover {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}
.btn-next,
.btn-next::before,
.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;
}

/* ----------------------------------------------------------------------------------
 contact-button-wrap
---------------------------------------------------------------------------------- */

.contact-button-wrap {
	width: 83%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
.contact-button-wrap {
	width: 90%;
}
}


/* ----------------------------------------------------------------------------------
 post-main-wrap
---------------------------------------------------------------------------------- */

.post-main-wrap {
	width: 100%;
	position: relative;
}
.post-main-wrap-news {
	width: 100%;
	position: relative;
	text-align: left;
}
.post-title-wrap {
	width: 100%;
	margin: 0 auto 50px;
	text-align: left;
}
.post-main-wrap img {
	width: 100%;
	margin: 0 auto 50px;
}
.post-main-wrap h3 {
	margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
.post-main-wrap img {
	width: 100%;
	height: 100%;
	margin: 0 auto 30px;
}
}
.eyecatch {
	width: 100%;
	margin: 0 0 50px;
}
.works-detail-wrap {
	width: 100%;
	padding: 5%;
	background-color: #FFFFFF;
	box-sizing: border-box;
	margin: 5vh 0 0;
}
.works-detail-two-brock {
	border-bottom: 1px solid #C8C8C8;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
}
.works-detail-two-brock-tilte {
	width: 25%;
	margin: 0 5% 0 0;
}
.works-detail-two-brock-body {
	width: 70%;
}


/* ----------------------------------------------------------------------------------
 text-box
---------------------------------------------------------------------------------- */
.text-box {
	text-align: left;
	width: 90%;
	margin: 10% auto 0 auto;
}

.text-box p {
	text-align: justify;
}

/* ----------------------------------------------------------------------------------
プライバシーポリシー、約款等
---------------------------------------------------------------------------------- */

.nomal-list {
	font-size: 14px;
	border-top: 1px solid #C8C8C8;
	margin: 10px 0;
}
.nomal-list li {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #C8C8C8;
	line-height: 175%;
	box-sizing: border-box;
}
.nomal-list-02 {
	font-size: 14px;
	border-top: 1px solid #C8C8C8;
	margin: 20px 0;
}
.nomal-list-02 li {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #C8C8C8;
	line-height: 175%;
	box-sizing: border-box;
}
.nomal-list-decimal {
	font-size: 14px;
    border-top: 1px solid #C8C8C8;
    margin: 0 0;
    list-style-type: decimal;
    box-sizing: border-box;
}
.nomal-list-decimal li {
	width: calc(100% - 1.5rem);
    /*width: 100%;*/
    padding: 20px 0;
    border-bottom: 1px solid #C8C8C8;
    line-height: 175%;
    box-sizing: border-box;
    margin: 0 0 0 1.5rem;
}
.nomal-list-decimal li::before {
	margin-left:-2.5rem;
	width: 2.5rem;
}
.nomal-list-decimal-child {
	font-size: 14px;
	margin: 0 0 0 1.5rem;
	list-style-type: decimal;
	box-sizing: border-box;
}
.nomal-list-decimal-child  li {
	width: 100%;
	padding: 10px 0 10px 20px;
	line-height: 175%;
	box-sizing: border-box;
	border-bottom: none;
}
.nomal-list-decimal-lowerlatin {
	font-size: 14px;
	margin: 0 0 0 2rem;
	/*list-style-type: lower-latin;
	list-style-position: inside;*/
	box-sizing: border-box;
}
.nomal-list-decimal-lowerlatin li {
	/*width: 100%;
	padding: 10px 0 10px 20px;
	line-height: 175%;
	box-sizing: border-box;*/
	border-bottom: none;
	list-style-type: none;
	counter-increment: cnt;
	padding: 10px 0 5px;
}
.nomal-list-decimal-lowerlatin li::before {
	/*width: 100%;
	padding: 10px 0 10px 20px;
	line-height: 175%;
	box-sizing: border-box;
	border-bottom: none;*/
	content: "(" counter(cnt) ")";
	display:inline-block;
	margin-left:-2rem;
	width: 2rem;
	line-height: 2rem;
}
.nomal-list-decimal-lowerlatin-katakanairoha {
	font-size: 14px;
	margin: 0 0 0 2rem;
	/*list-style-type: katakana-iroha;*/
	box-sizing: border-box;
	counter-reset: cnt;
}
.nomal-list-decimal-lowerlatin-katakanairoha li {
	/*width: 100%;
	padding: 10px 0 10px 20px;
	line-height: 175%;
	box-sizing: border-box;*/
	border-bottom: none;
	list-style-type: none;
	counter-increment: cnt;
	padding: 10px 0 5px;
}
.nomal-list-decimal-lowerlatin-katakanairoha li::before {
	/*width: 100%;
	padding: 10px 0 10px 20px;
	line-height: 175%;
	box-sizing: border-box;
	border-bottom: none;*/
	content: "<" counter(cnt) ">";
	display:inline-block;
	margin-left:-2.5rem;
	width: 2.5rem;
}


/* ----------------------------------------------------------------------------------
サンクスページ
---------------------------------------------------------------------------------- */

.thanks-img-wrap{
	width:70%;
	max-width:400px;
	margin:0 auto;
	position:relative;
}

.thanks-img-wrap img.thanks-img{
	width:100%;
	height:auto;
}


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

div.table-wrap{
	width:80%;
	max-width:720px;
	position:relative;
	margin:0 auto;
}

table.formTable {
  border-collapse: collapse;
  width: 100%;
}
table.formTable th,
table.formTable td {
  padding: 20px;
  border: 1px solid #CCC;
  font-weight:200;
}
table.formTable th {
  background-color: #f2f2f2;
  text-align: left;
}

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

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