 /*-----japanese fonts------*/
 
 @import url('https://fonts.googleapis.com/css?family=Kosugi+Maru|Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900|Sawarabi+Mincho&display=swap&subset=japanese');
 @import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:100,300,400,500,700,800,900&display=swap');
 /*------------------------------------------------------------------
 video youtube header
-------------------------------------------------------------------*/
 
 .movie-wrap {
     position: relative;
     padding-bottom: 56.25%;
     /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
 }
 
 .movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }
 /*------------------------------------------------------------------
 title fonts
-------------------------------------------------------------------*/
 
 h2 {
     font-family: 'Noto Serif JP', serif;
 }
 
 h3 {
     font-family: 'Noto Serif JP', serif;
 }
 
 .construction p {
     color: #000000;
 }
 
 .new-collection .inn-sec span {
     background-color: rgba(255, 215, 0, 0.3);
     font-size: 18px;
 }
 
 .new-collection .inn-sec a:hover span {
     background: #2e8b57;
 }
 
 .fontbold {
     font-weight: bold;
 }
 
 .fontbold_2 {
     font-weight: bold;
     font-size: 30px;
 }
 
 header nav li a {
     font-size: 16px;
 }
 
 footer .footer-link a {
     font-size: 13px;
 }
 
 header .ownmenu li>.megamenu li a {
     font-size: 11px;
     color: #ffffff !important;
 }
 
 header .ownmenu .look-book .media-heading {
     font-size: 12px;
 }
 
 header .ownmenu .look-book p {
     font-size: 11px;
     color: #dddcd6;
 }
 
 .portfolio-left .single-detail h6 {
     font-size: 18px;
 }
 
 .portfolio-single p {
     font-size: 14px;
     color: #000000;
 }
 
 .portfolio-defult h6 a {
     font-size: 18px;
 }
 
 @media(max-width:540px) {
     .fontbold_2 {
         font-weight: bold;
         font-size: 16px;
     }
 }
 
 @media(max-width:540px) {
     footer img {
         width: 70%;
     }
 }
 
 @media(max-width:540px) {
     .portfolio-left .single-detail h6 {
         font-size: 16px;
     }
     .portfolio-single p {
         font-size: 13px;
         color: #000000;
     }
     .portfolio-defult h6 a {
         font-size: 13px;
     }
 }
 
 @media(max-width:540px) {
     .han-icon img {
         width: 70%;
     }
 }
 
 @media only screen and (max-width: 768px) {
     .intro-section h3 {
         font-size: 25px;
     }
     .intro-section h2 {
         font-size: 40px;
     }
     .tittle-cont p {
         font-size: 12px;
     }
 }
 /*------------------------------------------------------------------
 color
-------------------------------------------------------------------*/
 
 .renovation {
     background: #e0ebaf;
 }
 
 .bg-red {
     background: #f1bf99;
 }
 
 .bg-gold {
     background: #ebd842;
 }
 
 .renovation .btn::after {
     background: #ff8c00;
 }
 
 .renovation .btn::before {
     background: #ff8c00;
 }
 
 .renovation .btn {
     background: #ff8c00 !important;
 }
 
 footer {
     background: #d6e9ca;
 }
 
 footer .footer-link h5 {
     color: #000000;
 }
 
 header .ownmenu>li>.megamenu.full-width {
     background: #7ebeab;
 }
 
 .ownmenu>li>.megamenu.full-width {
     width: 55%;
     margin-left: 15px;
 }
 
 .port-folio-row li .hover-port {
     background: rgba(144, 238, 144, 0.9);
 }
 /*------------------------------------------------------------------
 top slider
-------------------------------------------------------------------*/
 
 .slider_css {
     height: 610px;
     margin: 0 auto;
     position: relative;
     overflow: hidden;
 }
 
 .slider_css ul {
     margin: 0;
     padding: 0;
     list-style: none;
 }
 
 .slider_css ul li {
     background-size: cover;
     width: 100%;
     height: 610px;
     position: absolute;
     top: 0;
     left: 0;
     animation-iteration-count: infinite;
     animation-duration: 40s;
 }
 
 .slider_css ul li:nth-child(1) {
     background-image: url("../images/echigo/top_slider_1.jpg");
     animation-name: slider-zoomin;
     animation-delay: -3s;
 }
 
 .slider_css ul li:nth-child(2) {
     background-image: url("../images/echigo/top_slider_2.jpg");
     animation-name: slider-zoomout;
     opacity: 0;
     animation-delay: 5s;
 }
 
 .slider_css ul li:nth-child(3) {
     background-image: url("../images/echigo/top_slider_3.jpg");
     animation-name: slider-zoomin;
     opacity: 0;
     animation-delay: 13s;
 }
 
 .slider_css ul li:nth-child(4) {
     background-image: url("../images/echigo/top_slider_4.jpg");
     animation-name: slider-zoomout;
     opacity: 0;
     animation-delay: 21s;
 }
 
 .slider_css ul li:nth-child(5) {
     background-image: url("../images/echigo/top_slider_5.jpg");
     animation-name: slider-zoomin;
     opacity: 0;
     animation-delay: 29s;
 }
 
 .slider_css ul li:nth-child(6) {
     background-image: url("../images/echigo/top_slider_6.jpg");
     animation-name: slider-zoomin;
     opacity: 0;
     animation-delay: 40s;
 }
 
 .slider_css ul li img {
     width: 130%;
 }
 
 @media only screen and (max-width: 768px) {
     .slider_css {
         height: 170px;
     }
     .slider_css ul li {
         background-size: contain;
         background-repeat: no-repeat;
     }
 }
 
 @keyframes slider-zoomin {
     0% {
         opacity: 0;
         transform: scale(1);
     }
     12.5% {
         opacity: 1;
     }
     20% {
         opacity: 1;
     }
     27.5% {
         opacity: 0;
     }
     100% {
         opacity: 0;
         transform: scale(1.3);
     }
 }
 
 @keyframes slider-zoomout {
     0% {
         opacity: 0;
         transform: scale(1.3);
     }
     12.5% {
         opacity: 1;
     }
     20% {
         opacity: 1;
     }
     27.5% {
         opacity: 0;
     }
     100% {
         opacity: 0;
         transform: scale(1);
     }
 }
 /* パソコンで見たときは"pc"のclassがついた画像が表示される */
 
 .pc {
     display: block !important;
 }
 
 .sp {
     display: none !important;
 }
 /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
 
 @media only screen and (max-width: 750px) {
     .pc {
         display: none !important;
     }
     .sp {
         display: block !important;
     }
 }
 
 @media only screen and (max-width: 750px) {
     .section-p-30px {
         padding: 10px;
     }
 }
 /*------------------------------------------------------------------
 footer 
-------------------------------------------------------------------*/
 
 .rights {
     margin-bottom: 120px;
 }
 
 @media only screen and (max-width: 750px) {
     .rights {
         margin-bottom: 50px;
     }
 }
 
 .owl-carousel {
     z-index: 0;
 }
 /*------------------------------------------------------------------
 padding
-------------------------------------------------------------------*/
 
 .padding-30-b {
     padding-bottom: 60px !important;
 }
 /*------------------------------------------------------------------
 blog
-------------------------------------------------------------------*/
 
 #rss li {
     text-align: center;
     font-size: 16px;
 }
 
 @media only screen and (max-width: 750px) {
     #rss li {
         font-size: 13px;
     }
 }
 /*=======================================================
      MEMORY SERVICES
========================================================*/
 
 .memory .services {
     background: #f9f9f9;
 }
 
 .memory .services-style-2 {
     background: url(../images/bg/bg-12.jpg) fixed no-repeat;
     background-size: cover;
 }
 
 .memory .services .icon {
     background: #ffc000;
     margin-right: 20px;
     color: #272727;
     margin-bottom: 0px;
     text-align: center;
     height: 70px;
     width: 70px;
     font-size: 24px;
     line-height: 70px;
 }
 
 .memory .services li h6 {
     font-weight: bold;
     letter-spacing: 2px;
 }
 
 .memory .services .icon i {
     margin-left: 2px;
 }
 
 .memory .services li:hover .icon {
     background: #272727;
     color: #ffc000;
 }
 
 .memory .services ul {
     margin-bottom: 0px;
     margin-top: 0px;
     border-bottom: 1px solid #ebebeb;
 }
 
 .memory .services ul:nth-last-child(1) {
     border-bottom: 0px;
 }
 
 .memory .services li {
     text-align: left;
     padding-bottom: 60px;
     border-right: 1px solid #ebebeb;
 }
 
 .memory .services li:nth-last-child(1) {
     border-right: 0px;
 }
 
 .memory .services li p {
     font-family: 'Noto Sans JP', sans-serif;
     font-size: 14px;
     margin-bottom: 0px;
     text-align: justify;
     text-justify: inter-ideograph;
 }
 
 .memory .services-style-2 {
     background: url(../images/bg/bg-12.jpg) fixed no-repeat;
     background-size: cover;
 }
 
 .memory .services-style-2 li {
     text-align: center;
 }
 
 .memory .services-style-2 .icon {
     margin-right: 20px;
     color: #ffc000;
     margin-bottom: 0px;
     text-align: center;
     height: 70px;
     display: inline-block;
     border-radius: 50%;
     width: 70px;
     font-size: 24px;
     line-height: 66px;
     border: 1px solid #ffc000;
     margin: 0px;
     margin-bottom: 20px;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
 }
 
 .memory .services-style-2 li:hover .icon {
     color: #fff;
     background: #ffc000;
 }
 
 .memory .services-style-2 h6 {
     color: #fff;
     display: inline-block;
     width: 100%;
     margin: 0px;
 }
 
 .memory .services-style-2 .overlay {
     background: rgba(49, 49, 49, 0.9);
 }
 
 .memory .services-style-2 ul li {
     margin-top: 40px;
 }
 
 .memory .services-style-2 ul li hr {
     width: 20px;
     height: 3px;
     margin: 18px auto;
     background: #ffc000;
     border: none;
 }
 
 .tittle p {
     text-align: left;
 }
 
 .tittle {
     margin-top: 15px;
 }
 
 div.f-container {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
 }
 
 div.f-item {
     width: 10.28%;
     /* = 100 - 1 * (7 - 1) * 2 + 1 * 2  */
     margin: 1%
 }
 
 @media (max-width: 767px) {
     /*レスポンシブ用*/
     div.f-container {
         display: block;
     }
     div.f-item {
         width: 100%;
     }
 }
 
 .box-1 {
     padding: 0.5em 1em;
     margin: 2em 0;
     color: #232323;
     background: #d6e9ca;
     border-left: solid 10px #316745;
 }
 
 .box-1 p {
     margin: 0;
     padding: 0;
 }
 /*ステップフローのCSS*/
 
 ul.stepflow {
     border: none;
     margin: 1em 0.5em;
     padding: 0;
     list-style: none;
 }
 
 ul.stepflow>li:before,
 ol.stepflow>li:before {
     background-color: #cccccc!important;
 }
 
 .stepflow li {
     position: relative;
     padding: 0 0 1.5em 1.8em;
 }
 
 .stepflow>li:before {
     content: "";
     width: 3px;
     display: block;
     position: absolute;
     top: 28px;
     bottom: 0;
     left: 5px;
 }
 
 .stepflow-white {
     content: '';
     display: inline-block;
     position: absolute;
     top: 5px;
     left: 0;
     width: 18px;
     height: 18px;
     border-radius: 50%;
     border: solid 3px #232F3E;
 }
 
 .stepflow-black {
     content: '';
     display: inline-block;
     position: absolute;
     top: 5px;
     left: 0;
     width: 18px;
     height: 18px;
     border-radius: 50%;
     border: solid 3px #232F3E;
     background-color: #232F3E;
 }
 
 .stepflow_label {
     padding: 3px 0px 8px 0px;
     margin-bottom: 8px;
     color: #000080;
     font-size: 1.2em;
     font-weight: bold;
     font-family: 'Noto Sans JP', sans-serif;
 }
 
 .stepflow_title {
     font-size: 1.8em;
     font-weight: bold;
     line-height: 1.5;
     margin-bottom: 15px;
     font-family: 'Noto Sans JP', sans-serif;
 }
 
 .stepflow_content {
     font-size: 1.1em;
     line-height: 1.5;
     margin-top: .5em;
     padding: 0 0 1.5em;
     border-bottom: dashed 1px #cccccc;
     font-family: 'Noto Sans JP', sans-serif;
 }
 /*ステップフローのCSSここまで*/
 /*ページトップアイコン*/
 
 #page_top {
     width: 60px;
     height: 60px;
     position: fixed;
     right: 0;
     bottom: 130px;
     opacity: 0.6;
 }
 
 #page_top a {
     width: 60px;
     height: 60px;
     text-decoration: none;
 }
 
 #page_top a::before {
     font-family: 'FontAwesome';
     font-weight: 900;
     content: '\f0aa';
     font-size: 60px;
     color: #ef3f40;
 }
 
 .margin-b-5 {
     margin-bottom: 5px;
 }
 
 .add_block_2 .container li {
     padding-bottom: 5px;
 }
 /* フロー */
 
 .flow {
     margin: 0 auto 50px;
 }
 
 .flow .box {
     margin: 0 auto 33px;
     width: 50%;
     padding: 10px;
     border: 3px solid #326E93;
     -webkit-border-radius: 5px;
     border-radius: 5px;
     position: relative;
     font-size: 1.6em;
     /* テキストの指定 */
     font-weight: bold;
     /* テキストの指定 */
     line-height: 1.4;
     /* テキストの指定 */
     text-align: center;
     font-family: 'Noto Sans JP', sans-serif;
 }
 
 .flow .box:after {
     border-top: 25px solid #FFC300;
     border-left: 70px solid transparent;
     border-right: 70px solid transparent;
     content: "";
     position: absolute;
     bottom: -28px;
     /* 三角形の高さ＋ボックスのボーダーをマイナスに */
     left: 50%;
     /* 中央寄せに使用 */
     margin-left: -70px;
     /* 中央寄せに使用 */
 }
 
 .flow .box:last-child:after {
     border: none;
     /* 最後のボックスだけ三角形を表示しない */
 }
 
 @media screen and (max-width: 480px) {
     .flow .box {
         width: 90%;
     }
 }
 
 .pc {
     display: block !important;
 }
 
 .sp {
     display: none !important;
 }
 
 @media only screen and (max-width: 480px) {
     .pc {
         display: none !important;
     }
     .sp {
         display: block !important;
     }
 }
 /* 会員特典テーブル */
 
 table.kaiin {
     border-collapse: separate;
     border-spacing: 5px;
     width: 100%;
 }
 
 table.kaiin th,
 table.kaiin td {
     border-radius: 5px;
     text-align: center;
     padding: 10px 0;
 }
 
 table.kaiin th {
     font-size: 16px;
     background-color: #4169e1;
     color: white;
     border: solid 1px #0000cd;
 }
 
 table.kaiin td {
     font-size: 20px;
     background-color: #ffb6c1;
     border: solid 1px #783c1d;
 }
 
 @media only screen and (max-width: 480px) {
     table.kaiin th {
         font-size: 8px;
     }
     table.kaiin td {
         font-size: 12px;
         overflow: visible;
     }
 }
 
 #topslider-1 {
     overflow: hidden;
     width: 100%;
     max-height: 600px;
     background-color: #f5f5f5;
 }
 
 .inner-content {
     position: relative;
     z-index: 2;
     margin: 80px auto;
     padding: 40px;
     max-width: 600px;
     color: #fff;
     text-align: center;
     font-size: 1.5em;
 }
 /* 会社概要テーブル */
 
 .company-guide {
     width: 80%;
     margin: 0 auto;
     border-collapse: collapse;
     margin-top: 20px;
 }
 
 .company-guide th,
 td {
     padding: 10px 15px;
     border: 1px solid #ddd;
 }
 
 .company-guide th {
     background: #f4f4f4;
     width: 15%;
     text-align: left;
 }
 
 @media only screen and (max-width:479px) {
     .company-guide {
         width: 100%;
     }
     .company-guide th,
     td {
         width: auto;
         display: block;
         border-top: none;
     }
     .company-guide tr:first-child {
         border-top: 1px solid #d5d5d5;
     }
 }
 
 .font-notsan {
     font-family: 'Noto Sans JP', sans-serif;
 }
 
 .topbox {
     border: 2px solid #2e8b57;
     /* 線の太さ・種類・色 */
     border-radius: 5px;
     padding: 65px 10px 10px 10px;
     /* 内側の余白 上・右・左・下 */
     position: relative;
     z-index: 0;
     margin-bottom: 10px;
     font-family: 'Noto Sans JP', sans-serif;
     font-size: 22px;
 }
 
 .topbox:before {
     background-color: #2e8b57;
     /* タイトル部分背景色 */
     border-radius: 5px 5px 0px 0px;
     color: #fff;
     /* タイトル部分文字色 */
     content: '特長';
     height: 45px;
     /* タイトル部分高さ */
     padding: 5px 10px;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     z-index: 2;
     font-family: 'Noto Sans JP', sans-serif;
     font-size: 22px;
 }
 
 .topbox:after {
     border-style: solid;
     border-width: 15px 20px 0 20px;
     border-color: #2e8b57 transparent transparent transparent;
     /* 吹き出し三角部分の色 */
     content: "";
     position: absolute;
     top: 45px;
     left: 15px;
     width: 0px;
     height: 0px;
     z-index: 1;
 }
 /* タブ　タイトル枠　2 */
 
 .kakomi-tab2 {
     position: relative;
     margin: 3em auto;
     padding: 1.2em 1em 1em;
     width: 90%;
     background-color: #fff;
     /*BOX背景色 */
     border: 2px solid #8d93c8;
     /* 枠線の太さ・色 */
     box-shadow: 2px 2px 2px #ccc;
     /* 影の色 */
     font-family: 'Noto Sans JP', sans-serif;
     font-size: 16px;
 }
 
 .title-tab2 {
     position: absolute;
     display: inline-block;
     width: 125px;
     top: -28px;
     /*タブ調整 */
     left: -2px;
     /*タブ調整 */
     padding: 1px 10px;
     height: 26px;
     font-weight: bold;
     color: #fff;
     /* タイトル色 */
     background-color: #8d93c8;
     /* タイトル背景色 */
     border-radius: 8px 8px 0 0;
     font-family: 'Noto Sans JP', sans-serif;
     font-size: 18px;
 }
 
 .padding-10-b {
     padding-bottom: 10px;
 }
 
 .margin-b-10 {
     margin-bottom: 10px;
 }
 
 @media only screen and (max-width:479px) {
     .portfolio-left .single-detail h6 {
         margin-top: 5px;
     }
     .portfolio-single .tittle p {
         text-align: center;
     }
     .portfolio-defult h6 a {
         font-size: 15px;
     }
 }
 
 #vegas {
     width: 100vw;
     height: 85vh;
 }
 
 #vegas2 {
     width: 100vw;
     height: 50vh;
 }
 
 p.img_center {
     position: absolute;
     top: 65%;
     left: 50%;
     transform: translateY(-50%) translateX(-50%);
     -webkit- transform: translateY(-50%) translateX(-50%);
 }
 
 p.img_center2 {
     position: absolute;
     top: 65%;
     left: 55%;
     transform: translateY(-50%) translateX(-50%);
     -webkit- transform: translateY(-50%) translateX(-50%);
 }
 
 p.img_center2 img {
     width: 75%;
 }
 /*------------------------------------------------------------------
 プラン価格表
-------------------------------------------------------------------*/
 
 #p-title {
     text-align: center;
     color: #000000;
     font-size: 30px;
     text-transform: uppercase;
     margin-top: 100px;
 }
 
 .hover-table-layout {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     max-width: 1200px;
     margin: 0 auto;
 }
 
 @media only screen and (max-width:479px) {
     .listing-item {
         padding: 30px;
     }
 }
 
 .listing-item {
     display: block;
     width: 100%;
     margin-bottom: 20px;
     float: left;
     background: #f5f5f5;
     border-radius: 10px;
     z-index: 0;
     cursor: pointer;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     transition: all 0.3s ease;
     -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
     -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
     box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
 }
 
 .listing-item:hover,
 .listing-item.active {
     -webkit-transform: scale(1.03);
     -moz-transform: scale(1.03);
     transform: scale(1.03);
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     transition: all 0.3s;
     z-index: 2;
 }
 
 .listing-item .listing {
     padding: 20px;
     position: relative;
 }
 
 .listing-item .listing:before {
     content: "";
     position: absolute;
     top: -15px;
     left: -o-calc(50% - 15px);
     left: -moz-calc(50% - 15px);
     left: -webkit-calc(50% - 15px);
     left: calc(50% - 15px);
     border-bottom: 20px solid #f5f5f5;
     border-left: 20px solid transparent;
     border-right: 20px solid transparent;
 }
 
 figure.image img {
     width: 100%;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
 }
 
 figure.image {
     position: relative;
     margin: 0;
     padding: 0;
 }
 
 figure.image figcaption {
     position: absolute;
     top: 0;
     width: 100%;
     text-align: center;
     bottom: 0px;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
 }
 
 figcaption .caption {
     position: relative;
     top: 50%;
     -moz-transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
 }
 
 figcaption h1 {
     color: white;
     font-weight: bold;
     font-size: 16px;
     text-transform: uppercase;
 }
 
 figcaption p {
     color: white;
     font-size: 15px;
 }
 
 .listing h4 {
     font-size: 16px;
     text-align: center;
     padding: 5px 10px;
     font-weight: normal;
     font-family: 'Noto Serif JP', serif;
 }
 
 .listing h5 {
     font-size: 40px;
     text-align: center;
     padding: 5px 10px;
     font-weight: bold;
     font-family: 'Noto Serif JP', serif;
 }
 
 .listing h6 {
     font-size: 20px;
     text-align: center;
     padding: 5px 10px;
     font-weight: normal;
     font-family: 'Noto Sans JP', sans-serif;
 }
 
 .listing h3 {
     font-size: 20px;
     text-align: center;
     padding: 5px 10px;
     font-weight: bold;
     font-family: 'Noto Sans JP', sans-serif;
 }
 
 .listing h2 {
     font-size: 35px;
     text-align: center;
     padding: 5px 10px;
     font-weight: bold;
     font-family: 'M PLUS 1p', sans-serif;
 }
 
 .listing h4:not(:last-child) {
     border-bottom: 1px solid #ccc;
 }
 
 .listing h5:not(:last-child) {
     border-bottom: 1px solid #ccc;
 }
 
 .listing h6:not(:last-child) {
     border-bottom: 1px solid #ccc;
 }
 
 .listing h3:not(:last-child) {
     border-bottom: 1px solid #ccc;
 }
 
 .listing h2:not(:last-child) {
     border-bottom: 1px solid #ccc;
 }
 
 .listing-item:hover figure.image figcaption {
     background: rgba(34, 139, 34, 0.5);
 }
 
 @media only screen and (min-width:540px) {
     .listing-item {
         display: block;
         width: -webkit-calc(100%/4);
         width: -moz-calc(100%/4);
         width: calc(100%/4);
     }
 }
 
 @media only screen and (min-width:1024px) {
     .hover-table-layout {
         padding: 30px;
     }
 }
 
 .renovation::before {
     background: #f9f9f9;
 }
 
 .kaso h3 {
     font-size: 45px;
     font-family: 'M PLUS 1p', sans-serif;
     font-weight: bold;
     margin-top: 10px;
 }
 
 .kaso h4 {
     font-size: 18px;
     font-family: 'M PLUS 1p', sans-serif;
     font-weight: normal;
     margin-top: 10px;
 }
 
 .solid_line {
     /*上と下にグレイの1pxの線を引きます*/
     border-top: solid 1px #d3381c;
     border-bottom: solid 1px #d3381c;
 }
 
 .item-list {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: stretch;
     padding: 0 250px;
 }
 
 .item {
     display: flex;
     flex-direction: column;
     width: 13%;
     padding: 0.5em;
     margin: 0.3em;
     border: 1px solid #ccc;
     border-radius: 6px;
     box-sizing: border-box;
     background-color: #fff1cf;
 }
 
 .item-image {
     min-height: 0%;
     margin-bottom: 1em;
 }
 
 .item-image img {
     width: 100%;
     height: auto;
     vertical-align: bottom;
 }
 
 .item-btn {
     margin-top: auto;
     padding-top: 1em;
 }
 
 .item-btn a {
     display: block;
     padding: .5em;
     background: #3498db;
     border-radius: 4px;
     color: #fff;
     text-decoration: none;
     text-align: center;
 }
 
 .item p {
     text-align: center;
     font-family: 'Noto Sans JP', sans-serif;
     font-size: 13px;
 }
 
 @media only screen and (max-width:479px) {
     .item-list {
         display: flex;
         flex-wrap: wrap;
         justify-content: flex-start;
         align-items: stretch;
         padding: 0 15px;
     }
     .item {
         display: flex;
         flex-direction: column;
         width: 31%;
         padding: 0.5em;
         margin: 0.2em;
         border: 1px solid #ccc;
         box-sizing: border-box;
     }
 }
 
 @media only screen and (max-width:479px) {
     .header-style-2 {
         position: fixed;
         height: 100px;
     }
 }
 
 .multiple {
     padding: 0;
 }
 
 .multiple img {
     width: 100%;
 }
 
 .multiple div {
     margin: 0 5px;
 }
 
 .multiple .slick-next {
     right: 17px;
     z-index: 100;
 }
 
 .multiple .slick-prev {
     left: 23px;
     z-index: 100;
 }
 
 .side-flowling-download {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }
 
 .side-flowling-download a {
     background-image: url(../images/echigo/side-banner-1.png);
     background-repeat: no-repeat;
     background-position: 0px 0px;
     text-indent: 120%;
     overflow: hidden;
     white-space: nowrap;
     width: 240px;
     height: 230px;
     position: fixed;
     top: 60px;
     right: -145px;
     display: block;
     z-index: 9999;
 }
 
 .side-flowling-tel {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }
 
 .side-flowling-tel a {
     background-image: url(../images/echigo/side-banner-2.png);
     background-repeat: no-repeat;
     background-position: 0px 0px;
     text-indent: 120%;
     overflow: hidden;
     white-space: nowrap;
     width: 220px;
     height: 230px;
     position: fixed;
     top: 290px;
     right: -125px;
     display: block;
     z-index: 9999;
 }
 
 .side-flowling-download-fax {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }
 
 .side-flowling-download-fax a {
     background-image: url(../images/echigo/side-banner-3.png);
     background-repeat: no-repeat;
     background-position: 0px 0px;
     text-indent: 120%;
     overflow: hidden;
     white-space: nowrap;
     width: 240px;
     height: 230px;
     position: fixed;
     top: 60px;
     right: -145px;
     display: block;
     z-index: 9999;
 }
 
 @media only screen and (max-width:479px) {
     .side-flowling-download {
         display: none;
     }
     .side-flowling-download-fax {
         display: none;
     }
     .side-flowling-tel {
         display: none;
     }
 }
 
 #footerFloatingBanner {
     display: none;
 }
 
 @media only screen and (max-width:479px) {
     #footerFloatingBanner {
         display: block;
         width: 100%;
         position: fixed;
         left: 0px;
         bottom: 2px;
         z-index: 9999;
         text-align: center;
         padding: 0 auto;
     }
     #footerFloatingBanner img {
         max-width: 43%;
     }
 }
 
 .flex-container-2box {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-direction: row;
     flex-direction: row;
 }
 
 .flex-item-2box {
     flex: 1 1 auto;
     /* <- */
     margin: 0 8px;
     padding: 10px;
     width: 700px;
 }
 
 .detail-2box {
     margin: 0;
     border: none;
     border-radius: 6px;
     padding: 12px 0;
     width: 100%;
     font-size: 16px;
     text-align: center;
     color: #fff;
     background-color: #8cae47;
 }