@charset "utf-8";
/*--------------------------------
	Name: nakanishi-futoshi.css
	Released : 2024.07.15
	Version: 1.0
	Author:rising
---------------------------------*/

/* reser.css
---------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0; padding: 0; border: 0; list-style-type: none; font-weight: normal; font-style: normal;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
img{width: auto;}
a{text-decoration: none;color:black;}
a:hover{text-decoration: none;color:#666;}
a.button{
	background-color: #363638;
	border: 1px solid rgba(0, 0, 2, 0.8);
	box-shadow: 0 1px 0 rgba(253, 253, 255, 0.2) inset, 0 1px 1px rgba(0, 0, 2, 0.2);
	border-radius: 4px;
    color: #FDFDFF;
    font-size: 11px;
    padding: 8px;
    text-shadow: 0 1px 1px rgba(0, 0, 2, 0.3);
	}
a.button:hover {
	border-bottom-color: #5d8b9d;
	color: #ff8403;
	}
a.button:active { border-top: 1px solid #5d8b9d; }
a[target="_blank"]{ background : url("https://takaichi-bb-ob.com/wp-content/themes/takaichi/images/other-link.png") bottom right no-repeat; padding-right : 18px; }
.flexslider a[target="_blank"]{ background : none; padding-right : 0px; }
.addtoany_list a[target="_blank"],.a2a_menu a[target="_blank"]{background : none;}
html{background: #2b2b2b; font: normal 100%/1.5 Arial,"Hiragino Sans","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ",Meiryo,sans-serif; color: #000;}
body{
	margin: 0 auto;
	background: #fff;
}



/*#header {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url("../images/main202412.jpg") no-repeat center;
    background-size: cover;
    margin-bottom: 120px;
}*/
#header img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
#header h1{
    text-indent: -9999px;
}
/*#header div.container{
    background: #000;
    width: 100%;
    min-height: 100vh;
    opacity: .5;
}
#header div.container section{
    color: #fff;
    opacity: 1;
}
.logo{
    text-align: center;
}
.dozou{
    position: relative;
    min-height: 100vh;
}
.dozou h1{
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%,-50%);
    font-size: 38px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2 );
}
.p-mainVisual__scroll {
    bottom: 16px;
    color: #fff;
    left: 50%;
    opacity: .75;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity .25s;
    z-index: 9;
  }
  .c-plainBtn {
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
  }
  svg:not([fill]) {
    fill: currentcolor;
  }
  .p-mainVisual__scrollArrow {
    -webkit-animation: FloatVertical 3s ease-in-out infinite alternate;
    animation: FloatVertical 3s ease-in-out infinite alternate;
    display: block;
    height: 20px;
    margin: 0 auto;
    width: 20px;
  }*/

#contents #main section h1,
#contents #main section p,
#contents #main section.futoshi-outline ul{
    max-width: 1024px;
    margin: 0 auto;
}
#contents #main section{
    padding: 0 25px;
}
#contents #main section.gaiyo,
#contents #main section.futoshi-outline{
    margin: 120px 0;
}
#contents #main section.dozou-plan{
    padding: 60px 20px;
    margin: 60px auto;
}

#contents #main section h1{
    position: relative;
    font-size: 32px;
    line-height: 1.6;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#contents #main section h1:after{
    position: absolute;
    top: auto;
    bottom: 0;
    left: calc(50% - 1.25em);
    right: auto;
    display: block;
    width: 2.5em;
    height: 1px;
    border-radius: 2px;
    pointer-events: none;
    background: currentColor;
    content: "";
}
#contents #main section p,
#contents #main section ul li{
    margin-top: 15px;
    font-size: 18px;
    line-height: 2.4;
}
#contents #main section.gaiyo{
    padding: 0;
}
#contents #main section.gaiyo h1,
#contents #main section.gaiyo p{
    padding: 0 50px 10px 50px;
}
#contents #main section.gaiyo ul{
    padding: 20px 0;
}
#contents #main section.gaiyo ul li{
    margin: 0 25px;
}
#contents #main section.gaiyo ul li img{
    border-radius: 10px;
}
#contents #main section.dozou-plan{
    background: #f7f7f7;
}
#contents #main section.futoshi-outline{
    background: url(../images/futoshi-outline-back.jpg) left bottom no-repeat;
    max-width: 1024px;
    margin: 120px auto;
}
#contents #main section h2{
    width: 95%;
    margin: 0 auto;
}
#contents #main section table{
    width: 95%;
    margin: 0 auto 20px auto;
    border-collapse: collapse;
}
#contents #main section table tr th, #contents #main section table tr td {
    padding: 15px 20px;
    border: 1px solid #d8d8d8;
}
#contents #main section table tr th{
    background-color: #F3F7FA;
    width: 25%;
}

@keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
      to {
      transform: translateX(-100%);
    }
    }
    .scroll-infinity__wrap {
      display: flex;
      overflow: hidden;
    }
    .scroll-infinity__list {
      display: flex;
      list-style: none;
      padding: 0
    }
    .scroll-infinity__list--left {
      animation: infinity-scroll-left 40s infinite linear 0.5s both;
    }
    .scroll-infinity__item {
/*      width: calc(100vw / 6);*/
      width: 320px;
    }
    .scroll-infinity__item>img {
      width: 100%;
    }