@charset "utf-8";
/* 共通のスタイル */
html{
  font-size: 62.5%;
  overflow-y: scroll;
 }
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body{
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size:1.6rem;/* 16px*/
  line-height: 1.8;
}

.header-nav{
 width: 100%;
 background-color: #FCE5B4;
 margin:  0;
 z-index: 100;   
}
.header-nav-in{
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
   }

 .top-img {
  position: relative; 
  width: 100%;
  height: auto;
  padding-top: calc(417 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url("../image/R02_01.jpg") center center / cover no-repeat;
  z-index: 10;
  }
 .belt {
  position: relative; 
  width: 100%;
  height: auto;
  padding-top: calc(167 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  z-index: 10;
  }

.belt-img_01{
  background: url("../image/P4110076-2.jpg") center / cover no-repeat;
}

 
#container{
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
}

   .top-page-call-to-action {
        position: relative;
        width: 100%;
        max-width: 980px; /* #container と合わせる */
        height: 350px; /* 高さの調整 */
        margin: 50px auto; /* 上下の余白と中央寄せ */
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cta-image-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("https://shinsyu.biz/image/j03.jpg"); /* 背景画像を指定 */
        background-size: cover;
        background-position: center;
        filter: brightness(0.6) grayscale(0.3); /* 画像を暗く、少しモノクロに */
        z-index: 1;
    }

    .cta-content {
        position: relative;
        z-index: 2;
        text-align: center;
        color: white; /* テキスト色を白に */
        padding: 20px;
        max-width: 700px;
    }

    .cta-content h3 {
        font-size: 2.2em;
        margin-bottom: 15px;
        font-weight: bold;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .cta-content p {
        font-size: 1.2em;
        margin-bottom: 30px;
        line-height: 1.5;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    }

    .cta-button {
        background-color: #E6B800; /* 目を引くゴールド系の色 */
        color: #333;
        padding: 15px 35px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        border-radius: 50px; /* 丸いボタン */
        font-size: 1.4em;
        font-weight: bold;
        transition: background-color 0.3s ease, transform 0.2s ease;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .cta-button:hover {
        background-color: #FFD700; /* ホバーで明るいゴールド */
        transform: translateY(-3px);
    }

    /* レスポンシブデザイン */
    @media (max-width: 768px) {
        .top-page-call-to-action {
            height: 300px;
            margin: 30px auto;
        }
        .cta-content h3 {
            font-size: 1.8em;
        }
        .cta-content p {
            font-size: 1em;
        }
        .cta-button {
            font-size: 1.2em;
            padding: 12px 30px;
        }
    }

    @media (max-width: 480px) {
        .top-page-call-to-action {
            height: 250px;
            margin: 20px auto;
        }
        .cta-content h3 {
            font-size: 1.5em;
        }
        .cta-content p {
            font-size: 0.9em;
        }
        .cta-button {
            font-size: 1em;
            padding: 10px 25px;
        }
    }




/*	スポット的なコーナー
-----------------------------------------------*/
.golden-top  {
  padding-top: 15px;
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
  color: #f00; /* 赤色 */
}
.golden-main{
  padding: 20px;
  background-color: #ffe0e0; /* 薄黄色 */
}
ul {
  list-style: disc;
  padding: 10px;
}
li {
  margin-bottom: 5px;
}
/* 重要な情報 */
strong {
  font-weight: bold;
} 

/* /ここまで */



.inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

.banner-box {
width: 100%;
padding:  2% 0;            
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
}

.banner-item {
  margin: 2% auto;             
  width: 100%;
  max-width: 480px;
  }
.banner-box2{
  padding:  1% 0;            
  display: flex;              
  flex-wrap: wrap;
}
.banner-item2{
  margin:  2% 7% 2% 0;             
  width: 28.3%;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  
}
.banner-item2 a{
    text-decoration: none;
    color: #000000;
 }   
.banner-item2 a:hover{
    text-decoration:underline;
    color: #372FFF;
 }   
.banner-item2:last-child{
    margin:  2% 0 2% 0;
}
.banner-item2 img{
    width: 100%;
    max-width: 280px;
}
  img.m-sp {
    display: none;
}
.topics dl {
padding: 15px 0;
border-bottom: 1px solid #ccc;
}
.topics dt {
clear: left;
float: left;
font-size: 1.2rem;

width: 10%;
}
.topics dd {
margin-left: 11%;
}
dd.news_t_1 {
    font-weight: 600;
    color:#FF0000;
        
    }  

.item2_category{
    margin: 15px 0;
    padding: 0 2%;
    font-size: 2.3rem;
    font-weight: 900;
}
.item2_inner{
    margin: 15px 0 ;
    padding: 0 2% 10px;
}
.item2_inner p{
    font-weight: 500;
}

.detail_1 {
  margin:  20px auto;             
  width: 95%;
}

.instruction-h2_1 {
  margin: 20px 15px;
  font-size: 1.8rem;
}
.caution {
  margin: 20px 15px;
  color: red;
}    
.instruction-h3_1 {
 margin-top: 15px;
 margin-bottom: 10px;
 font-size: 1.7rem;
}
.instruction-h3_2 {
  margin: 15px 0 10px;
  font-size: 1.7rem;
}
.instruction-h3_3 {
  margin: 15px 0 ;
  font-size: 2rem;
}
.instruction-h4_1 {
  margin: 15px 0  10px;
  font-size: 1.8rem;
}


.right-direction_1solid {
  float:  right;
  margin: 20px 20px 20px 0;
}
.news_area {
    margin: 0 auto;
    width: 96%;
}
.ntl {
    margin: 0 0 5px;
    padding: 0 0 8px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #4169e1;
    border-bottom: 2px solid #4169e1;
}
.top-img h1,.top-img h2,.belt h1,.belt h2{
  position: absolute;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000;
  z-index: 50;
}
.top-img h1{
  top: 12%;
  left: 53%;
  font-size: 2.4rem;
  
}
.top-img h2{
  top: 40%;
  left: 53%;
  font-size: 1.6rem;
}
.belt h1{
  top: 30%;
  left: 20%;
  font-size: 2.2rem;
  
}

#pankuzu{
  margin: 10px 0;
}

#main_2{
  padding: 20px 0 20px;
 }
.main_2{
  padding: 20px 0 20px;
 }
h1.title_top {
  margin: 0 0 15px;
  width: 95%;
  padding: 1rem 2rem;
  font-size: 2.2rem;
  border-top: 4px solid #d8dcdc;
  border-right: 4px solid #666;
  border-bottom: 4px solid #333;
  border-left: 4px solid #868888;
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, #ccc 0%, #868888 20%, #d8dcdc 34%, white 53%, #ccc 100%);
  background-image: linear-gradient(-45deg, #ccc 0%, #868888 20%, #d8dcdc 34%, white 53%, #ccc 100%);
}

table.tb-p3_1 {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 95%;
  table-layout: fixed;
  color: #333;
  text-align: center;
}

table.tb-p3_1 tr {
  background-color: #fff;
  padding: 1rem;
  border-bottom: 1px dotted #8BC34A;
}
table.tb-p3_1 tr:last-child{
   border-bottom: 2px solid #18521b;
}
table.tb-p3_1 th,
table .tb-p3_1 td {
  padding: 15px 10px 10px;
  text-align: center;
}
table.tb-p3_1 td {
  padding: 30px  10px;
  vertical-align: middle;  
}
tbody.tb-p3_1 th {
    color: #0f7d13;
}

.d_1,
.d_1 > dt,
.d_1 > dd {
    box-sizing: border-box;
}

.d_1 > dt,
.d_1 > dd {
    padding: 1em;
    margin: 0px;
}

.d_1 > dt {
    background-color: #3388dd;
    color: #fff;
}

.d_1 > dd {
    background-color: #fff;
}

    .d_1 {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #ddd;
    }
    .d_1 > dt,
    .d_1 > dd {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-top: 1px solid #ddd;
    }
    .d_1 > dt {
        width: 20%;
    }
    .d_1 > dd {
        width: 80%;
        border-right: 1px solid #ddd;
    }

table.tb-p2_1 {
  border-collapse:collapse;
  margin: 0 auto;
   width: 95%;
}
table.tb-p2_1 th,
table.tb-p2_1 td{
  border: 1px solid #999;
  padding: .5rem 1rem;
  
}
table.tb-p2_1 th {
  background: #eee;
  width: 30%;
}

.box-5 {
    margin: 0 auto 15px;
    width: 96%;
}

.fixed01{
  position: sticky;
  top: 0;
  color: #000;
  background: #CCFFFF;
}
.fixed01:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #777;
  }

table.tb_5{
    width: 100%;
    border-collapse: collapse;
 }
table.tb_5 tr *:nth-child(1),table.tb_5 tr *:nth-child(3),table.tb_5 tr *:nth-child(5),table.tb_5 tr *:nth-child(7){
  background: #CCFFFF;
   
}
table.tb_5 th,table.tb_5 td{
  border:solid 1px #555;
  text-align: center;
  padding: 10px 0;
}

.belt2 {
  margin: 5px 0 20px;
  padding: 25px 0;
  width: 100%;
  height: auto;
  text-align: center;
  letter-spacing: 0.4;  
  }
.belt2 h1 {
    margin: 10px auto;
    font-size: 3rem;
}
.belt2 p {
    margin: 10px auto;
    font-size: 1.8rem;
    font-weight: 600;
    
}
.belt-color_a{
  background:#FFCAE0;
}

#main_3{
  padding: 20px 5% 20px;
  width: 90%;
  letter-spacing: 0.3;  
    
}
h2.instruction-h2_1{
    margin: 20px 0 20px 10px;
    font-size: 2.2rem;
}

.main-box3{
    margin:20px 0 ; 
}
.main-box3 p{
    font-size: 1.7rem;
    line-height: 1.7;
    font-weight: 500;
    color: darkred;
}
.main-box3 h2{
    margin: 25px 0;
    color: firebrick;
    font-size: 1.8rem;
}

p.stand-01 {
    font-weight: 600;
    font-size: 1.8rem;
    color: 000000;
    text-shadow: #FC0 1px 0 10px;
    
} 
.box-5{
    margin: 20px 10px 30px;
}
.box-5 h3{
    margin: 10px 0 15px; 
    
}
.box-5 h3 span{
    color: blue;
    
}
.box-5 p{
    color: #333333;
    line-height: 1.6;    
}
h2.stand-02{
    margin: 35px 0 25px;
    color:navy;
    font-size: 1.8rem;
}
h2.stand-02 span{
    padding-left: 10px;
    color: red;
    font-size: 2.2rem;
    font-weight: 900;
}

.main-box4 {
    display: flex;
    margin: 0 auto 20px;
    width: 98%;
}

.box4_l{
    width: 35%;
    
}
.box4_r{
    padding: 10px 0 10px 30px;
    width: 65%;
    background-color: lightcyan;
}    
.box4_r li{
    list-style: square;
    color: red;
    font-weight: 500;
}
.child_box {
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
}

/*ハンバーガ*/
.el_humburger {
  position: absolute;
  top: 45px;
  right: 60px;
  width: 46px;
  height: 25px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  color: #000;
  text-align: center;
}
.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 42px;
  display: inline-block; 
}

.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none; }
 
.el_humburger_text.el_humburger_text__close {
  display: none; }
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block; }
 
.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 1px;
  background: #000;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
 
.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #000; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg); }
 
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%; }
 
.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000; }
 
.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg); }
 
.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg); }
 
.navi {
  position: fixed;
  right: 0;
  height: 700px;
  background-color: rgba(250, 235, 215, 1);
  width: 0;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  overflow: auto; }



.js_humburgerOpen .navi {
    width: 450px; }

.navi_inner,.navi_sub {
    list-style: none;
     z-index: 100;
}
.navi_inner li a{
    text-decoration: underline;
}
li.navi_item,.navi_sub li{
    margin: 15px 0 15px 15px;
    }

.navi_item {
  margin-bottom: 28px;
  font-size: 20px;
  white-space: nowrap;
  margin-left: 90px; }
.navi_item.op_innerLink {
  cursor: pointer; }

li.navi_item a {
    text-decoration:underline;
}
.navi p {
   margin: 20px 0 20px 15px;
    font-weight: 600;
    font-size: 1.8rem;
}
p.mini_title {
    margin: 30px 0 30px 15px;
    color: #1905C8;
}
/*	item_list
-----------------------------------------------*/
.items {
    margin: 30px auto 20px;
    width: 100%;
    height: auto;
}
.items h1{
    margin-bottom: 15px;
}

.item_list:after{
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
	}
.item_list{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
	}

.item_list article{
	width:150px;
	float:left;
	margin:0 15px 15px 0;
	position:relative;
   
}
.item_list article img{
    width: 100%;
	max-width:150px;
    height: auto;
	}


.items .item_list article{
	margin:0 35px 20px 0;
}
.item_list article h1{
	background:none;
	padding-left:0;
	margin-bottom:0;
	border:none;
    font-size: 1.5rem;
}
.item_list article a h1{
	color:#333;
}
#recommended_items .item_list article:nth-child(3n),
#new_items .item_list article:nth-child(3n),
.items .item_list article:nth-child(4n){
	margin-right:0;
}

.item_list article p.price{
	text-align:center;
	margin-bottom:5px;
	padding:2px 0;
	margin:5px 0;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.item_list article p.text{
    font-size: 1.4rem;
    line-height: 1.5;
	margin-bottom:5px;
}
.item_list article p.new{
	position:absolute;
	top:80px;
	right:0;
}
.item_list article p.more{
	text-align:right;
	margin-bottom:10px;
}
.item_list article p.more a{
	font-size:10px;
	border-radius:3px;
	color:#fff;
	background-color:#666;
	padding:3px;
	text-decoration:none;
	font-weight:bold;
}
.item_list article p.more a:hover{
	background-color:#999;
}

.main-box {
    margin: 0 auto 20px;
    width: 90%;
    padding: 0.5rem 1rem;
}

.main-box h2{
    margin-bottom: 15px;
    font-size: 2.0rem;
}

.video-gallery {
  display: grid;
  grid-template-columns: 1fr; /* スマホ: 1列 */
  gap: 1.5rem; /* サムネイル間を広めに */
  max-width: 1200px;
  margin: 0 auto; /* センター寄せ */
  padding: 1rem;  /* 画面端に余白 */
}

.video-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px; /* 角を少し丸める（好みで調整） */
  box-shadow: 0 2px 8px rgba(0,0,0,0.15); /* 影をつけて見やすく */
}

/* タブレット (768px以上) → 2列 */
@media (min-width: 768px) {
  .video-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem; /* PCに比べやや広め */
  }
}

/* PC (1024px以上) → 4列 */
@media (min-width: 1024px) {
  .video-gallery {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem; /* PCはさらに余裕を持たせる */
  }
}





.mark_5{
    margin: 10px auto 30px;
    padding: 2.5%;
    width: 97%;
    overflow:  hidden;
    border: 2px solid #cccccc;
    border-radius: 3px;
 } 
.mark_5_type1 {
    margin: 10px auto 30px;
    padding: 2.5%;
    width: 97%;
    overflow:  hidden;
    border: 3px solid #FB3C3F;
    border-radius: 3px;
 } 

.mark_5_type2 {
    margin: 10px auto 30px;
    padding: 2.5%;
    width: 97%;
    overflow:  hidden;
    border: 3px solid #4B6AFB;
    border-radius: 3px;
    
}
.block_1 {
    margin: 10px 15px 25px;
}

img.card_5 {
  width: 100%;
  max-width: 460px;
  height: auto;
  
}
.point_1{
    margin: 2em 0;
    background: #dcefff;
}
.point-title_1 {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 3px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.point_1 h2{
    padding: 15px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #FF0000;
    margin: 0;
}

.point_1 p {
    padding: 0px 20px 15px;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin: 0;

}





#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}

.caution_box_1 {
    position: relative;
    margin: 2em 1em;
    padding: 0.5em 1em;
    border: solid 3px red;
    border-radius: 8px;
}
.caution_box_1 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: red;
    font-weight: bold;
}
.caution_box_1  p {
    margin: 0; 
    padding: 0;
}

h3.vtitle {
	margin: 20px 0 10px 20px;
	font-size: 1.8rem;
	font-weight: bold;
	color:#B20000;

	}

/*	Q&A
-----------------------------------------------*/
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #000;
}
.qa-list dl:first-child {
    border-top: 1px solid #000;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 20px;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

/*	装飾の部
-----------------------------------------------*/
img.button{
    display: block;
    text-align: center;
    margin: 10px auto;
    width: 250px;
    width: auto;
}


.caution_r_1 {
    font-weight: 500;
    color: red;
}
.caution_r_2 {
    font-weight: 700;
    color: red;
}
.caution_b_1 {
    font-weight: 500;
    color: blue;
}
.caution_b_2 {
    font-weight: 700;
    color: blue;
}
.ud_2 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.mt_1 {
    margin-top: 50px;
}
ul.square {
    list-style: square;
}
ul.disc {
    list-style: disc;
}
.fw_1 {
    font-weight: 500;
}
.fw_2 {
    font-weight: 600;
}
.fw_3 {
    font-weight: 700;
}
.fw_4 {
    font-weight: bold;
}
p.re{
    text-align:  right;
    margin-right: 20px;
}
.f18 {
    font-size: 18px;
}
.f20 {
    font-size: 20px;
}


/*	.pager
-----------------------------------------------*/

/*_____ list_pager _____*/

.list_pager{
	width:100%;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:5px 10px;
	margin-bottom:10px;
}
.list_pager p{
	float:left;
}
.list_pager ul{
	float:right;
}
.list_pager ul li{
	float:left;
	border-right:1px solid #666;
	padding:0 6px;
}
.list_pager ul li:last-child{
	border-right:none;
}


/*_____ item_pager _____*/

.item_pager{
	width:100%;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:5px 10px;
    margin-top:  15px;
	margin-bottom:10px;
	text-align:center;
	background-color:#e5e5e5;
}
.item_pager ul li.prev{
	float:left;
}
.item_pager ul li.next{
	float:right;
}

.item_pager ul {
    list-style: none;
}



@media screen and (max-width: 840px) {
  .el_humburger {
    display: block;
    right: 0;
    top: 0;
    padding-top: 20px;
    width: 70px;
    height: 70px;}
    
#factory .el_humburger {
      display: none; }

  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 30px; }

  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px; }

  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000; }

  .js_humburgerOpen .el_humburger_text svg path {
    fill: #000; }

 .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #000; }

  .js_humburgerOpen .navi {
        width: 100%;
        padding: 100px 5% 0; }

   .navi_item {
      margin-left: 50px;
      font-size: 18px; } }


.detail_2{
   margin: 30px 0;
}

.product-box{
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display: flex;              
  flex-wrap:wrap;
  width: 100%;
}
/* ----- 折り返す（左から右） ----- */
.turn_1{
  -webkit-flex-wrap: wrap;          /* Safari etc. */
  -ms-flex-wrap    : wrap;          /* IE10        */
  flex-wrap        : wrap;
}
/* ----- 折り返さない ----- */
.turn_2{
  -webkit-flex-wrap: nowrap;        /* Safari etc. */
  -ms-flex-wrap    : nowrap;        /* IE10        */
  flex-wrap        : nowrap;
}
/* ----- 折り返す（右から左） ----- */
.turn_3{
  -webkit-flex-wrap: wrap-reverse;  /* Safari etc. */
  -ms-flex-wrap    : wrap-reverse;  /* IE10        */
  flex-wrap        : wrap-reverse;
}

.pl-items{
  margin: 1%;
  padding: 1%;
  width: 20%;
  height: auto;
  }
.pl-items figure{
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  text-align: center;
}
.pl-items figcaption {
  font-weight: 700;
  font-size: 1.7rem;
 }
.pl-items p {
  text-align:  left;
  margin: 5px 0 0;
  line-height: 1.4;
  font-size: 1.5rem;
}

.pl-items img {
  width: 100%;
  max-width: 180px;
}

.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 20px;
}


  .timeline > li {
    overflow: hidden;
    margin: 16px;
    position: relative;
  }
  .timeline-date {
    width: 140px;
    float: left;
    
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #6fc173;
    position: absolute;
    left: 136px;
    top: 6px;
    border-radius: 100%;
  }
  .timeline p {
    line-height: 1.5;
  }  

/* ----- 工程 ----- */
table.koutei{
  margin: 20px 0;
  width: 100%;
  
}
.koutei tr {
  margin: 0;
  padding: 0;
  
}

.su_2{
  margin-top: 60px;
  margin-bottom: 15px;
}
.su_3{
  margin-top: 10px;
  margin-bottom: 15px;
}
.su_4{
  margin-top: 10px;
  margin-bottom: 0;
}

/* ----- shop ----- */
.item-area {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  max-width: 745px;
  border-bottom: 3px solid #248E13; 
} 
.item-area a {
  text-decoration: none;
 }
h1.title-1 {
    margin: 0 0 15px;
    padding: 2px 0 2px 20px;
    width: 100%;
    background-image: url(/shop/themes/common/image/bkt_1.jpg);
    background-repeat: no-repeat; 
    font-size: 2.0rem;
    color: #FFFFFF;
   
}
h2.catch{
    margin: 15px 0 15px 20px;
    font-size: 1.8rem;
    color: #2825F4;
}
.left-area {
  width: 54%;
  max-width: 400px;
}
.right-area {
  width: calc(100% - 54%);
}



#slider {
   margin: 0 0 50px;
    width: 100%;
    height: 450px;
}

.big-img{
    margin: 0;
    
    width: 100%;
    height: 380px;
 }
.bx-pager {
    margin: 0;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.bx-pager table{
  width: 300px;
  height: 100px;
  margin: 0 auto ;
  border: none;
}
.bx-pager table td{
  width: 100px;
  padding: 5px;
 
}
.bx-pager img {
    max-width: 100px;
    height: auto;
 }

.text-area {
    margin: 100px 0 15px;
    width: 100%;
    
}
.text-area section {
    margin: 0 2% 15px;
    width: 96%;
}
.text-area p{
    line-height: 1.4;
    
}



.block1 {
  width: 100%;
  max-width: 745px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 15px auto;
  padding: 2% ;
  background-color: rgba(189,230,249,1.00);
}

.block1_left {
  width: 30.9%;
  max-width: 230px;
  margin-right: 4%;
}
.block1_right {
  width: calc(100% - 34.9%);
}

.photo1 img {
  width: 100%;
  max-width: 230px;
  height: auto;
  margin: 0 ;
}




a .block1_text {
  color: #333;
}
.block1_text p{
  line-height: 1.6;
  font-size: 1.4rem;
}
.block1_text p span {
  font-weight: 600;
  font-size: 1.5rem;
}
.price_box_1 {
  margin-top: 10px;
}
.price_1 {
  font-weight: 700;
  font-size: 1.6rem;
  color:rgba(255,1,5,1.00);
}

 table.order {
     width: 97%;
     margin: 10px auto;
     padding: 10px;
     border: 1px solid #CECFD1;
}

.order th {
  width: 50%;  
  padding: 8px 0 8px 20px;
  text-align: left;
  border-bottom: 1px solid #CECFD1;
}
.order td {
  width: 50%;  
  padding: 8px 0 8px;
  text-align: left;
  border-bottom: 1px solid #CECFD1; 
}
.order th.bo_no,.order td.bo_no {
    border-bottom: none;
}

 .order th.supplement {
     font-weight: normal;
     font-size: 1.2rem;
     text-align: left;
     line-height: 1.4;
     padding: 0 10px 10px ;
     
    } 
.order th.supplement a{
     text-decoration: underline;
}


td.price {
    font-size: 1.4rem;
    font-weight: 600;
    color: #F30100;
}

td.price span{
    font-size: 2rem;
    font-weight: 700;
}
.ps {
    margin: 10px 2% ;
    padding: 2%;
    border: 1px solid #3591FF;
}
section.block_a {
    margin: 10px 0 15px;
}
.block_a p {
    margin: 10px 0;
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.4;
    
}
.block_a ul {
    margin: 3px 0 3px 7px;
    list-style: none;
    
}
.block_a ul li {
    margin-bottom: 3px;
}
p.info_s1 {
    margin: 15px 0 10px;
    font-size: 1.3rem;
    line-height: 1.3;
    color:#F7171B;
}

.fw8 {
    font-weight: 800;
}
.fw6 {
    font-weight: 600;
}
/*	検索
-----------------------------------------------*/
section#search {
  margin: 0 0 10px;
}
section#search input.w130{
	margin-right:10px;
}

/*	カレンダー
-----------------------------------------------*/
section#calender {
	width:95%;
	margin:0 auto;
}
section#calender h2{
    margin-bottom:10px;
	text-align:center;
	background-color:#efefef;
	padding:3px 5px 3px 0;
	border-radius:5px;
}
section#calender table{
	border:1px solid #efefef;
	width:96%;
	margin:0 auto 10px;
}
section#calender table th,
section#calender table td{
	border:1px solid #efefef;
	text-align:center;
}
section#calender table .sun{
	color:#C00;
}
section#calender table .sat{
	color:#36C;
}
section#calender table .close{
	background-color:#fce4e4;
}
section#calender p{
	line-height:1.3;
	font-size:10px;
}

.page-top {
  margin: 20px 20px 10px 0;
  text-align: right;
}

/* ----- 塾生募集 ----- */ 
#bc-top {
    margin: 0 0 20px;
    width: 100%;
    height: 580px;
    }
.bc-01 {
    background: url("../image/bosyuu-1.png") no-repeat center center;
    background-size:cover;
} 
.catch-area {
    position: relative;
    top: 80px;
    left: 15%;
    width: 70%;
    height: 350px;
     
}
h1.om_h1_01 {
    text-indent: -100000em
}

.om_s_01{
    margin-top: 280px;
    color: #ffffff;
}
.om_s_01 h3{
    margin: 0 0 25px;
    font-size: 22px;
}


.space_01 {
    margin: 30px auto;
    padding: 5px 2%;
    width: 96%;
}
.space_01 h1{
    margin-bottom: 20px;
    padding-left: 10px;
    width: 100%;
	font-size: 26px;
    background-image: linear-gradient(transparent 65%, #ffbb1e 0%);
}
.space_01 p {
    margin-left: 30px;
 }
.space_01 ol,.space_01 ul{
    margin-left: 40px;
     
}
.space_01 li ol {
    margin-left: 20px;

}
.space_01 ul{
    list-style: inside;
}
#main_3{
    padding: 20px 2% 20px;
    width: 96%;
    
}    


/* footer */ 
#footer {
  width: 100%;
  margin: 0;
  background-color:#FAEBD7;
  color:#343434;
}

#footer-inner {
  max-width: 980px;
  margin: 15px 0;
}

.footer-area {
  width: 100%;
  max-width: 980px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 15px auto;
  padding: 2% ;
 
} 
.footer-area_left {
  width: 73.5%;
  max-width: 720px;
  font-size: 1.4rem;
  }
.footer-area_left li{
  line-height: 1.4;
  margin-bottom: 15px;
  }
.footer-logo-area{
  width: calc(100% - 73.5%);
} 
img.footer_logo {
    margin: 20px auto;
    width: 100%;
    max-width: 200px;
    height: auto;
}
.fnav-01 {
  padding: 2%;
 }

.fnav-01 ul{
  display: block;
  float: left;
  width: 27%;
  padding-right: 5%;
 }
.fnav-01 ul:last-child {
  padding-right: 0;
}

.fnav-02 {
  clear: both;
  margin: 0 auto;;
  width: 75%;
  padding: 20px 2%;
  
}
.fnav-02 li  {
  float :left;
  padding-right: 15px;
  font-size: 1.3rem;
}

.footer-txtbox {
  width: 980px;
  margin: 0 auto;
  text-align: center;
  font-size:1.3rem;
}

.footer-area_left a{
    color: #343434;
    text-decoration: none;
 }
.footer-area_left a:hover{
    text-decoration: underline;
 }

/* カラー */ 
.col-bl_1 {
  color: rgba(32,78,252,1.00)
}
.col-bod-bl_1 {
  border: 3px solid #2B78FF;
  border-radius: 0.5em; 
}
.col-bod-gr_1 {
  border: 3px solid #02c214;
  border-radius: 0.5em; 
}
.col-bod-grey_1 {
  border: 3px solid #a9aaac;
  border-radius: 0.5em; 
}
.col_red{
    color: red;
}

.col-bod-or_1 {
  border: 3px solid #fa941b;
  border-radius: 0.5em; 
}
.banner-item a:hover,.banner-item2 a:hover {
  opacity: 0.7 ;
 }

.r-img_1{
  float: right;
  margin: 10px 20px 20px 25px;
}
.r-img_2{
  float: right;
  margin-right: 2em;
  margin-left: 2.5em;
}
.l-img_1{
  float: left;
  margin-left: 2em;
  margin-right: 2.5em;
  shape-outside: circle();
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}



@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
.belt2 h1 {
    margin: 5px auto;
    font-size: 2.6rem;
}
  
    
    
}



/* スマホ限定 */
@media all and (max-width:599px){
body{
  line-height: 1.7;
  }
img.logo-i{
  width: 100%;
  max-width: 240px;
}
 
  
  
#top-head,
    .inner {
        width: 100%;
        height: 60px;
        padding: 0;
    }
#top-head {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #333;
    text-decoration: none;
}
#top-head h1.logo {
  position: absolute;
  left: 5px;
  top: 5px;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    background: transparent;
   }

     #mobile-head {
        background: #fff;
        width: 100%;
        height: 40px;
        z-index: 999;
        position: relative;
    } 

 .navi {
     top: 60px;   
    } 
li.navi_item a {
    text-decoration: underline;
}
    
.header-nav {
    display: none;
  }
 .global-nav-pc {
    display: none;
  } 
    
 .belt {
  margin: 5px auto 0;
  width: 98%;
  }     
    
#container{ 
  width: 97%;
  margin: 0 auto;
  }
    
 .golden-top {
  font-size: 1.4em;
 }       
    
.main-box {
    margin: 0 0 20px;
    width: 100%;
    padding: 0.5rem 0;
}

.main-box h2{
    margin-bottom: 10px;
    font-size: 1.8rem;
}
.mark_5{
    margin: 10px auto 30px;
    padding: 2%;
    width: 94%;
    overflow:  hidden;
    border: 2px solid #cccccc;
    border-radius: 3px;
 } 
.pct img{
    display: none;
  }
    .mob img {
        width: 100%;
        max-width: 599px;
        height: auto;
    }  
.banner-box {
width: 100%;
padding:  2% auto;            
display:block;
} 
    img.banner_1 {
        margin: 0 auto;
        width: 100%;
        max-width: 400px;
        height: auto;
        
    }  
 .topics dt {
float: none;
width: 100%;
}
.topics dd {
margin-left: 0;
}   

.instruction-h2_1{
  margin-bottom: 20px;
  font-size: 2rem;
} 
.instruction-h3_3 {
  margin: 15px 0 ;
  font-size: 1.7rem;
}    
    
 .bed_1 {
    margin: 20px 0;
    }  
.bed_2 {
    margin: 10px 0;
    }  
.banner-box2{
 margin-top: 30px;
  padding: 0;            
  display: block;
  width: 100%;
}
 .banner-item2:last-child{
    display: block;
    max-width: 400px;
    margin: 10px auto 20px;
}    
      
.banner-item2{
    width: 100%;
    max-width: 400px;
    margin: 10px auto 20px;
 }

  img.m-pc {
    display: none;
}
  img.m-sp {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 10px auto ;
}
 .item2_category{
    margin: 10px 0;
    padding: 0 2%;
    font-size: 2.0rem;
    }
.item2_inner{
    margin: 10px 0 15px;
    padding: 0 2% 10px;
}
   
    
 .detail_1 {
  margin:  10px 0 10px 3%;             
  width: 97%;
} 
  table.tb-p3_1 {
    border: 0;
    width:100%;
    table-layout: auto;
    
  }
  table.tb-p3_1 th{
    display: block;
    border-right: none;
    border-bottom: 2px solid #0f7d13;
    padding-bottom: .6rem;
    margin-bottom: .6rem;
  }
  
  table.tb-p3_1 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.tb-p3_1 tr {
    display: block;
    margin-bottom: 2rem;
    border-bottom: 2px solid #0f7d13;
  }
  
  table.tb-p3_1 td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: 1.6rem;
    position: relative;
    padding: .625rem .625rem .625rem 4rem;
    border-right: none;
    text-align: center;
  }
  
  table.tb-p3_1 td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table.tb-p3_1 td:last-child {
    border-bottom: 0;
  }  
  table.tb-p2_1 {
    width: 100%;
  }
 table.tb-p2_1 th,table.tb-p2_1 td {
    display: block;
  } 
  table.tb-p2_1 th {
    width: 95%;
  }
  table.tb-p2_1 td {
    padding-top: 6px;
    padding-bottom: 10px;
    width: 95%;
  }
 .r-img_1{
  float: none;
  max-width: 240px;
  margin: 20px auto;
  text-align: center;
 
} 
 .detail_2{
   margin: 20px 0;
}
 
.pl-items{
  width: 43%;
  }
    
 .box-5 {
  width: 98%;
}   
table.tb_5{
    font-size: 1.2rem;
    }
/* ----- 工程 ----- */
table.koutei {
  margin: 0;
  width:100%;
  
    }
.koutei th{
  display: block;
  width:  100%;
  max-width: 599px; 
  height: auto;
 background: rgba(236,235,18,1.00)
 }
.koutei th img{
  margin: 15px auto;
  width: 240px;
  height: auto;
 }

.koutei td{
  display: block;
  padding: 0;
  width: 100%;
  height: auto;
  
 }
.koutei td.gph{
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
  height: auto
 }
.gph img{
  margin: 10px auto;
  width: 180px;
  height: auto;
}
.subject{
  width: 100%;
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5px;
 }
 .detail{
   
   font-size: 1.5rem;
   width: 100%;
}
  img.noneimg {
    display:  none;
  }

.align-c {
    text-align: center;
  } 

 
 /* ----- shop ----- */
#wrap {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
   }
  .main_contents {
    width: 100%;
  } 
  .sub_contents {
    display: none;
  }
 
 .golden-top  {
  font-size: 1.4em;
 }   
    
    
    
h1.title-1 {
    margin: 0 0 15px;
    padding: 2px 0 2px 20px;
    width: 100%;
    background-image: url(/shop/themes/common/image/bkt_1.jpg);
    background-repeat: no-repeat; 
    background-size: cover;
    font-size: 1.6rem;
    
}
h2.catch{
    font-size: 1.6rem;
   }    
#slider {
   margin: 0 auto 10px;
   width: 100%;
   max-width: 599px;
   height: auto;
}
.big-img{
    margin: 0 auto;
    width: 100%;
    max-width: 380px;
    height: auto;
 }
.bx-pager {
    margin: 0;
    width: 100%;
    height: auto;
}
.bx-pager table{
  margin: 0 auto ;
  width: 315px;
  }
.text-area {
    margin: 60px 0 15px;
    width: 100%;
   
}


.item-area {
  width: 100%;
  display: block!important;
  margin: 0 auto;
  max-width: 599px;
   
} 
  
.left-area {
  margin: 0 auto;
  width: 100%;
  max-width: 599px;
}
.right-area {
  margin: 0 auto;
  width: 100%;
  max-width: 599px;
}
      
.lower-area {
    margin: 40px 0 10px;

}  
    .items {
        margin: 30px auto 20px;
        width: 98%;
    }   

    
.items .item_list article:nth-child(2n){
	margin-right:0;
}   
/* ----- お問い合わせ ----- */
.contact_inn {
    margin: 15px auto;
    width: 98%;
    border: none;
  }  
table.soyinquiry_address_form{
  margin-top: 15px;
 }  
table.soyinquiry_address_form tr td{
  margin: 0;
  height: 30px;
}

#main_3{
    padding: 20px 0 20px;
    width: 100%;
 }    

    
#footer-inner {
  width: 100%;
 }
.footer-area {
  width: 100%;
  max-width: 599px;
  display: block;
  margin: 15px 0;
  padding: 2% ;
 
}     
   
.footer-area_left {
  width: 100%;
  max-width:599px;  
  margin: 0; 
  font-size: 1.4rem;
  } 
    
 .fnav-01 {
  padding: 3% 0 0 10%;
 }
  
    
.fnav-01 ul{
  float: none;  
  width: 100%;
  margin: 0 auto;  
  padding-right: 0;
 } 
.fnav-02 {
  width: 100%; 
  padding: 2% 0 2% 10%;
}    
.fnav-02 ul{
  width: 100%;
  margin: 0 auto;  
 }   
.fnav-02 li  {
  float: none;
  padding-right: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 15px;  
}
 .footer-logo-area{
  width: 100%;
} 
.footer_logo {
    margin: 20px auto 10px;
    width: 100%;
    max-width: 200px;
    height: auto;
}        
    
.footer-txtbox {
  width: 100%;
  max-width: 599px;
  margin: 0;
}   
    

.main-box {
    margin: 0 auto 15px;
    width: 98%;
    padding: 0.5rem 1rem;
}
 h1.title_top {
  margin: 0 auto 15px;
     width: 88%
  
}
 .r-img_1,.r-img_2,.l-img_1{  
   float: none;
    }
 img.r-img_1,img.r-img_2,img.l-img_1{
  width: 100%;
  max-width: 240px;
  height: auto;
  margin: 15px auto 30px;
  
}

 iframe.youtube-player {
    margin: 0 auto;
    width: 100%;
    max-width: 599px;
    max-height: 83.2%; 
}
    
.om_s_01{
    margin-top: 180px;
    color: #ffffff;
}

    
    
    
    
}

/* タブレットのスタイル */
@media all and (min-width: 600px) and (max-width:959px){

img.logo-i{
  width: 100%;
  max-width: 280px;
 }
  
 #top-head,
    .inner {
        width: 100%;
        height: 40px;
        padding: 0;
    }
#top-head {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #333;
    text-decoration: none;
}
#top-head h1.logo {
   margin: 10px 0 10px 10px;
  
}
 #mobile-head {
        background: #fff;
        width: 100%;
        height: 70px;
        z-index: 999;
        position: relative;
    } 
 
   .navi {
     top: 70px;   
    } 
 
    .header-nav {
    display: none;
  }
    .global-nav-pc{
        display: none;
    }

 #container{ 
  width: 97%;
  margin: 0 auto;
  }
#pankuzu{
  margin: 55px 0 10px;
}
 .bed_1 {
    margin: 25px 0;
    } 
   .bed_2 {
    margin: 15px 0;
    }  
 .instruction-h3_1{
   font-size: 1.8rem;
 } 
  
.mob img{
    display: none;
  }
 .pct img{
    display: block;
    width: 100%;
    max-width: 959px;
    height: auto;
  }   
.banner-item {
  margin: 2% 0.5%;             
  width: 100%;
  max-width: 480px;
  }
 .banner-item img{ 
  width: 100%;
  max-width: 480px;
  }

 
.banner-item2{
  margin:  2% 1%;             
  width: 31%; 
 }

.pl-items{
  margin: 1%;
  width: 28%;
  }
    
/* ----- 工程 ----- */

.koutei th{
  padding: 0 ;
  max-width: 200px;
  height: auto;
  float: left;
 }
.koutei th img{
  padding:15px 0;
  max-width: 200px;
  height: auto;
 }
th.size_x img{
  height: auto;
}


.koutei td{
  padding: 0 20px ;
  width: 100%;
  height: auto;
  
 }
.koutei td.gph{
  padding: 0 ;
  width: 100%;
  height: auto;
 }
.gph img{
  margin: 50px 0 0;
  max-width: 180px;
  height: auto;
}
.subject{
  font-size: 18px;
  font-weight: 700;
  margin-top: 100px;
  margin-bottom: 5px;
 }
 .detail{
   font-size: 1.5rem;
   width: 80%;
   
}
.x_size {
  margin-top: 160px;
}
.koutei th.hight_2 img{
  padding: 15px 0;
  width: 240px;
  height: 120px; 
}
.koutei th.hight_3 img{
  padding: 15px 0;
  width: 240px;
  height: 80px; 
}
.koutei th.hight_4 img{
  padding: 15px 0;
  width: 240px;
  height: 50px; 
}
.koutei td.ignore{
   vertical-align: top;        
   height: auto;
 }
.thv_line_fix {
 background: linear-gradient(to top, #fcc800, #fcc800) repeat-y center/10px;
}
    
/* ----- 塾生募集 ----- */    
.bc-01 {
    background: url("../image/p002.jpg") no-repeat center center;
    background-size:cover;
} 

   
 /* ----- shop ----- */
#wrap {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
   }
  .main_contents {
    width: 100%;
  } 
  .sub_contents {
    display: none;
  }
h1.title-1 {
    margin: 0 0 15px;
    padding: 2px 0 2px 20px;
    font-size: 1.8rem;
}
  
   
    .navi {
     top: 80px;   
    } 


  .el_humburger {
    display: block;
    right: 10px;
    top: 10px;
    padding-top: 20px;
    width: 70px;
    height: 70px;}
  
    #factory .el_humburger {
      display: none; } 

  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 30px; } 

  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px; }

  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000; }
 
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #000; }  

  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #000; }

      .js_humburgerOpen .navi {
        width: 100%;
        padding: 30px 10% 0; } 

  
    .navi_item {
      margin-left: 0;
      font-size: 18px; 
  }

.lower-area {
    margin: 10px 0 10px;

}  

  
 /* ----- お問い合わせ ----- */
.contact_inn {
    margin: 15px auto;
    width: 98%;
    padding: 2%;
    font-size: 1.4rem;
   }
.form-group{
    margin: 10px 0;
    padding: 3px 0;
    width: 100%;
    word-break: normal;
}
.form-group label{
    display: block;
    float: left;
  padding-right: 5px;
    width: 24%;
    text-align: right;
}
table.soyinquiry_address_form {
    display: block;
    margin-left: 25%;
    width:75%; 
}
table.soyinquiry_address_form tr td{
   height: 25px;
  }
.form-group textarea {
    margin-left: 0;
    width:50%; 
} 
  
#footer-inner {
  width: 100%;
 }
.footer-area {
  width: 100%;
  max-width: 959px;
  display: block;
  margin: 15px 0;
  padding: 2% ;
 
}    
 .footer-txtbox {
  width: 100%;
  
} 
  
  
  
}
  
  
  
  
  

/* パソコンのスタイル */
@media all and (min-width:960px){
.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

img.logo-i{
  width: 100%;
  max-width: 320px;
 }  

/* header */
  

#top-head {
    position: static;
    width: 100%;
    height: 120px;
    margin: 0 auto 0;
    padding: 10px 0 ;
    z-index: 1200;
}
 
#top-head a,
#top-head {
    color: #333;
  }
#top-head .inner {
    position: relative;
} 
 #top-head .logo {
    float: none;
    } 
 #top-head #global-nav{
    display: none;
  }
 #top-head.fixed {
   display: none;
  }

  
  .el_humburger {
    display:  none;
  } 
    .navi {
        display: none;
    }   
 .global-nav-pc{
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  margin: 0 auto;
  width: 980px;
  list-style-type: none;
  z-index: 200;
}
.global-nav-pc li a{
  display: block;
  width: 160px;
  padding: 0;
  text-decoration: none;
  text-align: center;
  border-right: 2px solid #FFF;
  font-weight: 400;
  color: #333;
}
.global-nav-pc li:first-child a{
  border-left: 2px solid #FFF;
  
}
.global-nav-pc li a:hover{
  background-color: #8cae47;
  opacity: 0.5 ;
  }

.dropdwn_menu {
  display: none; 
  margin: 0px;         /* ★2:サブメニュー外側の余白(ゼロ) */
  padding: 0px;        /* ★3:サブメニュー内側の余白(ゼロ) */
  position: absolute; /* ★4:絶対配置にする */
  background-color: #B5FBE0;
  width: 160px;
  z-index: 300; 
}
.dropdwn_menu li:first-child a {
  border-left: none;
 }
.dropdwn_menu li a {
  width: 160px;
  border-right: none;
 }
.dropdwn_menu li a:hover {
  width: 160px;
  border-right: none;
}
.global-nav-pc li:hover ul{
  display: block;/* ★5:マウスポインタが載っている項目の内部にあるリストを表示する */
  width: 160px;
}
 


 
/* Toggle Button */
#nav-toggle {
    display: none;
    }

 .top-img h1{
  top: 30%;
  left: 57%;
  font-size: 3.8rem;
}
.top-img h2{
  top: 43%;
  left: 57%;
  font-size: 2.6rem;
  }
  
 #container{ 
  width: 98%;
  margin: 0 auto;
  }

 .instruction-h2_1{
  margin-bottom: 20px;
  font-size: 2.2rem;
} 
 .bed_1 {
    margin: 30px 0;
    }  
 .bed_2 {
    margin: 20px 0;
    }  

 .instruction-h3_1{
   font-size: 1.9rem;
  }   

.mob img {
    display: none;
  }
 .pct img{
    display: block;
  }   
.banner-item {
  margin: 2% 0.5%;             
  width: 100%;
  max-width: 480px;
  }

/* ----- 工程 ----- */
table.koutei{
  margin: 20px 0;
  width: 100%;
}
.koutei tr {
  margin: 0;
  padding: 0;
  
}
.koutei th{
  padding: 0 ;
  width: 240px;
  height: auto;
  float: left;
 }
.koutei th img{
  padding: 15px 0;
  width: 240px;
  height: auto;
 }
th.size_x img{
  height: 480px;
}

.thv_line_fix {
 background: linear-gradient(to top, #fcc800, #fcc800) repeat-y center/10px;
}
.koutei td{
  padding: 0 20px ;
  width: 400px;
  height: 270px;
  float: left;
 }
.koutei td.gph{
  padding: 0 ;
  width: 180px;
  height: 270px;
  float: left;
 }
.gph img{
  margin: 50px 0 0;
  width: 180px;
  height: auto;
}
.subject{
  font-size: 18px;
  font-weight: 700;
  margin-top: 120px;
  margin-bottom: 15px;
 }
.x_size {
  margin-top: 240px;
}
.koutei th.hight_2 img{
  padding: 15px 0;
  width: 240px;
  height: 120px; 
}
.koutei th.hight_3 img{
  padding: 15px 0;
  width: 240px;
  height: 80px; 
}
.koutei th.hight_4 img{
  padding: 15px 0;
  width: 240px;
  height: 50px; 
}


.koutei td.ignore{
   height: auto;
 }

    


    
    
/* ----- shop ----- */
#wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  max-width: 980px;
  flex-direction: row-reverse;
}
.main_contents {
  width: calc(100% - 21%);
}
.sub_contents {
  width: 25%;
  max-width: 210px;
}
.main_contents {
  padding-left: 1.5%;
}
.sub-menu ul {
	width: 210px;
	margin: 0;
	padding: 0;
    margin-bottom: 20px;
	list-style-type: none;
	background-color: #eeeeee;
}
.sub-menu li a {
	display: block;
	padding: 8px 16px;
	text-decoration: none;
	color: #000000;
}
.sub-menu li {
	text-align: center;
    border-bottom: 1px solid #888888;
}
.sub-menu li:last-child {
	border-bottom: none;
}
.sub-menu li a.active {
	color: #ffffff;
	background-color: #da3c41;
}
.sub-menu li a:hover:not(.active) {
	color: #ffffff;
	background-color: #1b2538;
}

/*ボックス全体*/
.accbox {
    margin: 0 0 2em;
    padding: 0;
    max-width: 210px;/*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1px 0;
    padding : 12px 12px;
    color: #ffba47;
    font-weight: bold;
    background: #fff2cc;
    cursor :pointer;
    transition: all 0.5s;
}

/*アイコンを表示*/
.accbox label:before {
    content: '\f105';
    font-family: 'FontAwesome';
    padding-right: 8px;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#ffe9a9;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px 0;
    background:#EEFDD3;
    opacity: 1;
}


/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f107';
}

.accshow ul {
    padding: 0;
    }
.accshow ul li { 
    padding: 8px 0 8px 20px;
    border-bottom: 1px dotted #666;
    }
.accshow ul li:last-child{    
    border-bottom: none;
    padding-bottom: 4px;
    }
    
ul.dropdwn_menu{
  list-style: none;
  
}
  
}
メモ
ハイライト
説明