
/*======================================
-----レイアウトの骨組みのみここに記載-----
======================================*/

.mamapan{
    overflow:hidden;
}

/*======================================
-------------フッターifarme-------------
======================================*/
/*.iframeWrap5 {
    padding-bottom: 52%;
}*/
@media screen and (max-width: 1024px) {
    .iframeWrap5 {
        padding-bottom: 100%;
    }   
}







/* ======================================*/
/* ナビメニュー*/
/* ======================================*/
.fixedWidget {
    position: fixed;
    top: 0px;
}
#c-navi {
    background-color: #86592c;
    width: 100%;
    z-index: 100;
}
.c-navi-list {
    display: flex;
    justify-content: space-between;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 10px;
}
.c-navi-list:nth-of-type(2) a,
.c-navi-list:nth-of-type(4) a{
	background-color:#09F
}
.c-navi-item {
    padding: 15px 50px;
	color:#FFF;
}
.c-navi-item p{color:#FFF; font-size:0.9em;}
.c-navi-item a {
    font-weight: bold;
    font-size: 1.2rem;
}
.c-navi-item a:hover {text-decoration-color: #e8d9ae;}
.c-pointMain {position: relative;}
.c-point {
    font-weight: bold;
    color: slateblue;
    text-decoration: underline;
    cursor: pointer;
}

.c-navi-border{ border-left:#FFF 1px solid; border-right:#FFF 1px solid;}

@media screen and (max-width: 768px) {
	.fixedWidget {
    position: fixed;
    top: 0px;
}
    .c-navi-item a {
        font-size: 0.7em;
		text-align:center;
    }
}
@media screen and (max-width: 425px) {
    .c-navi-item {padding: 15px 25px;}
	.c-navi-item p{color:#FFF;}
}
/* 余白つけ　*/
.padding20{padding: 0 10px 0 10px;}

/*ナビ*/
.nav2 {
	margin:auto;
	margin-bottom: 0px;
    margin-top: 30px;
}
.nav2 li {
    display: inline-block;
	background-color: #fece00;
	margin-bottom: 5px;	
	border-radius: 0.2em;
	padding: 8px 0px 8px 0px;
}
.nav2 li:hover {}
.nav2 li a {
	color:#5c5a5a;
	font-size: 18px;
    padding: 15px 15px 15px 15px; 
}
.nav2 li a:hover {
	color:#fff;
	text-decoration: none;
}
.nav_cate {
    margin-left: auto;
/*	margin:auto;    */
	margin-bottom: 0px;
    margin-top: 30px;
}
.nav_cate li {
    display: inline-block;
	background-color: #71492c;
	margin-bottom: 5px;
	border-radius: 0.2em;
	padding: 8px 0px 8px 0px;
}
.nav_cate li:hover {}
.nav_cate li a {
	color:#fff;
	font-size:25px;
    padding: 15px 50px 15px 50px;
}
.nav_cate li a:hover {
	color:#fea;
	text-decoration: none;
}
.nav_g {
	margin:auto;
	margin-bottom: 0px;
    margin-top: 30px;
    text-align: center;
}
.nav_g li {
    display: inline-block;
	background-color: #c49768;
	margin-bottom: 5px;	
	border-radius: 0.6em;
	padding: 8px 0px 8px 0px;
	box-shadow: 2px 2px 2px #ccc;
}
.nav_g li:hover {}
.nav_g li a {
	color:#fff;
	font-size: 16px;
    padding: 15px 15px 15px 15px; 
}
.nav_g li a:hover {
	color:#552c28;
	text-decoration: none;
}
@media screen and (max-width: 640px) {
.nav2 li {
	width: 100%;
	margin:auto;
	margin-bottom: 5px;
}
.nav2 li a {
	font-size:14px;
    padding: 15px 50px 15px 50px; 
}
.nav_cate li {
	width: 100%;
	margin:auto;
	margin-bottom: 5px;
}
.nav_cate li a {
	font-size:18px;
    padding: 15px 50px 15px 50px; 
}
}
@media screen and (max-width: 425px) {
.nav2 {
	width:90%;
    /*background-color: #ccccff;*/
}
.nav2 li {
	box-shadow: none;
	margin-bottom: 5px;
}
.nav2 li a {
	font-size:16px;
    padding: 15px 15px 15px 15px;
}
.nav_cate {
	width:90%;
    margin: auto;
    /*background-color: #ccccff;*/
}
.nav_cate li {
	box-shadow: none;
	margin-bottom: 5px;
    text-align: center;
}
.nav_cate li a {
	font-size:17px;
    padding: 15px 15px 15px 15px;
}
.nav_g li a {
	color:#fff;
	font-size: 15px;
    padding: 8px 8px 8px 8px; 
}
}
@media screen and (max-width: 320px) {
.nav2 li a {padding: 15px 40px 15px 40px;}
.nav_cate li a {padding: 15px 40px 15px 40px;}
}






/* ======================================*/
/* イントロ部 */
/* ======================================*/
.starter-template {
    text-align: center;
    background-color: #f0ede0;
    width: 100%;
    padding: 30px 0px;
    margin: 0px;
}



@media screen and (max-width: 640px) {
	
	
}



/* ======================================*/
/* 用途の表 */
/* ======================================*/
    .purpose_table{
        background: #fff;
        width:100%;
    }
    
    .purpose_table th,.purpose_table td{
  font-family: "Noto Sans JP", sans-serif;
        border-bottom: 1px solid #333;
        position: relative;
		font-size:0.8em;
		font-weight:500;
		padding:10px 0 10px 15px;
    }
	
	caption{
		font-size:0.9em; text-align:left;
	}



/* ======================================*/
/* テーブル表設定 */
/* ======================================*/
.table_design09 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.table_design09 tr {
 vertical-align: middle;
  background-color: #e6f1f6;
}
.table_design09 tr:nth-child(even) {
  background-color: #fff;
}
.table_design09 th, .table_design09 td {
 vertical-align: middle;
  border: solid 1px #778ca3;
   padding: 0.5em;
}
.table_design09 thead th {
  border: solid 1px #778ca3;
  background-color: #4d9bc1;
  color: #fff;
  font-weight: bold;
  font-size:0.8em;
  text-align: center;
}
.table_design09 tbody th {
  color: #4d9bc1;
}
.table_design09 p {
  	font-size:0.75em;
	letter-spacing:0.1em;
	line-height:175%;
	text-align:center;
}

.table_design09 h4 {
  	font-size:0.75em;
	letter-spacing:0.1em;
	line-height:175%;
	text-align:left;

}

@media screen and (max-width: 787px) {
  .table_design09 {
    border-radius: 0;
    text-align: center;
  }
  .table_design09 thead {
    display:none;
  }
  .table_design09 tr {
    background-color: unset;
  }
  .table_design09 th, .table_design09 td {
    display: block;
    border: 0;
    border-bottom: 1px solid #4d9bc1;
  }
  .table_design09 tbody th{
    background: #4d9bc1;
    color:#fff;
    text-align: center;
  }
  .table_design09 td::before{
    content: attr(data-label);
    background-color: #e6f1f6;
    font-weight: bold;
	font-size:0.8em;
    display: inline-block;
    width: 100%;
    min-width: 4em;
    text-align: center;
    margin: 5px 0 5px 0;
    padding: 4px;
    border-radius: 20vh;
  }
  .table_design09 td-Non::before{
    font-weight: bold;
	font-size:0.8em;
    display: inline-block;
    width: 100%;
    min-width: 4em;
    text-align: center;
    margin: 5px 0 5px 0;
    padding: 4px;
    border-radius: 20vh;
  }  
}
/*======================================
---------------レイアウト---------------
======================================*/

/*10pxアキのグリッドレイアウトにする*/
.grd_gp10 {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
/*20pxアキのグリッドレイアウトにする*/
.grd_gp20 {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
/*25pxアキのグリッドレイアウトにする*/
.grd_gp25 {
    display: grid;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}

/*50pxアキのグリッドレイアウトにする*/
.grd_gp50 {
    display: grid;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
}

/*均等2分割*/
.grd_col_2fr{
    grid-template-columns: 1fr 1fr;  
}
.grd_col_2fr_r{
    grid-template-columns: 1fr 1fr; 
    grid-template-areas:
    "areaA areaB";
}
/*均等3分割*/
.grd_col_3fr{
    grid-template-columns: 1fr 1fr 1fr;
}
/*均等4分割*/
.grd_col_4fr{
    grid-template-columns: 1fr 1fr 1fr 1fr; 
}
/*均等4分割*/
.grd_col_5fr{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; 
}
/*3:2の2分割レイアウト（スマホ表示にしたとき、左の要素を上に表示）※直下のdivは何も指定しなくてよい*/
.grd_col_3_2_l {
    grid-template-columns: 3fr 2fr;
}
/*2:3の2分割レイアウト（スマホ表示にしたとき、左の要素を上に表示）※直下のdivは何も指定しなくてよい*/
.grd_col_2_3_l {
    grid-template-columns: 2fr 3fr;
}
/*3:2の2分割レイアウト（スマホ表示にしたとき、右の要素を上に表示）※直下のdivにgrd_itm1,grd_itm2などでエリア指定を行う*/
.grd_col_3_2_r {
    grid-template-columns: 3fr 2fr;
    grid-template-areas:
    "areaA areaB";
}
/*2:3の2分割レイアウト（スマホ表示にしたとき、右の要素を上に表示）※直下のdivにgrd_itm1,grd_itm2などでエリア指定を行う*/
.grd_col_2_3_r {
    grid-template-columns: 2fr 3fr;
    grid-template-areas:
    "areaA areaB";
}
/*1:4の2分割レイアウト（スマホ表示にしたとき、左の要素を上に表示）※直下のdivは何も指定しなくてよい*/
.grd_col_1_4_l {
    grid-template-columns: 1fr 4fr;
}
/*4:1の2分割レイアウト（スマホ表示にしたとき、左の要素を上に表示）※直下のdivは何も指定しなくてよい*/
.grd_col_4_1_l {
    grid-template-columns: 4fr 1fr;
}
.grd_itm1{
    grid-area:areaA;
}
.grd_itm2{
    grid-area:areaB;
}
/*均等3分割SNS用*/
.grd_sns{
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}
/*sns内の画像サイズを40%に*/
.grd_sns img{
    width:40%;
}

@media (max-width: 767px){
/*スマホ表示の際、分割せず縦並び*/
    .grd_sp1fr{
        grid-template-columns: 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

/*スマホ表示の際、分割せず縦並び*/
    .grd_sp1fr_r{
        grid-template-columns: 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        grid-template-areas:
        "areaB"
        "areaA";
    }


/*スマホ表示の際、均等2分割横並び*/
    .grd_sp2fr{
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
/*スマホ表示の際、右の要素を上に表示*/
    .grd_col_3_2_r, .grd_col_2_3_r, .grd_col_2fr_r {
        grid-template-areas:
        "areaB"
        "areaA";
    }
  .grd_sns{
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    }
    .grd_sns img{
        width:60%;
    }
}

/*----------中央寄せ----------*/
.blk_center{
    text-align: center;
}
.txt_center{
    text-align: center; /*インライン要素自体にかけると、要素内のテキストに反映される*/
}

/*----------上下アキ----------*/
.row_bottom{
	margin-bottom:15px;
}
.row_bottom30{
	margin-bottom:30px;
}
.row_bottom50{
	margin-bottom:50px;
}
.row_bottom80{
	margin-bottom:80px;
}
.row_bottom100{
	margin-bottom:100px;
}
.row_top{
    margin-top:15px;
}
.row_top30{
    margin-top:30px;
}
.row_top50{
    margin-top:50px;
}
.row_top80{
    margin-top:80px;
}
.row_top100{
    margin-top:100px;
}

/*----------左右アキ----------*/

@media (max-width: 767px){
.margin_side{
	margin-right:10px;
	margin-left:10px;
	}
}








/*----------PC・スマホ調整----------*/
@media only screen and (min-width : 320px) {
	.pc_h{
		display:none;
	}
	.smp_h{
		display:inline;
	}
}

@media only screen and (min-width : 992px) {
	.pc_h{
		display:inline;
	}
	.smp_h{
		display:none;
	}
}

@media only screen and (min-width : 1200px) {
	.pc_h{
		display:inline;
	}
	.smp_h{
		display:none;
	}
}




/* 背景色 */
.lead-bg01 { background-color: #f3f3f3; padding: 30px 0px;}

.lead-bg-lirondel {background-color: #ede4e2; margin-bottom: 30px;}
.lead-bg-categoly {background-color: #E6E6E6; margin-bottom: 30px;}
.lead-bg-end {background-color: #044B96; }




/*============================================*/
/*SNS */
/*============================================*/
.sns{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.sns-box00{
    display: block;
    width: 20%;
    text-align: center;
    border-right: solid 1px #333;
}
.sns-box01{
    display: inline-block;
    width: 15%;
    padding: 10px;
    text-align: center;
}
.sns img{width: 40%;}
.sns h2{
    font-family: "Shippori Mincho", serif;
    font-size: 25px;
    text-shadow: none;
    margin: 40px 0px 30px 0px;
}
.sns h2::before{content: none;}
.sns h4{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0px;
    text-shadow: none;
    margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
.sns img{width: 80%;}
.sns h2{margin: 10px 0px;}
.sns-box00{width: 25%;}
.sns-box01{width: 18%;}
.sns h4{font-size: 11px;}
}




/*============================================*/
/*ボタン */
/*============================================*/



.saf_button a {
    background: #dddddd;
	text-align:center;
    border-radius: 4px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 400px;
    padding: 5px 15px;
    font-family: sans-serif;
    color: #595655;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	margin-top:10px;
}
.saf_button a:hover {
    background: #86592c;
    color: #FFF;
}
.saf_button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

@media (max-width: 768px) {
saf_button a{
	margin-top:5px;
	}

}



/*============================================*/
/* スライダー */
/*============================================*/
.swiper-container-pro {
    margin-inline: auto;
    max-width: 100%;
    height: auto;
    position: relative;
}
/*@media screen and (max-width: 850px) {
.swiper-container-pro{
    max-width: 500px;
}
}
@media screen and (max-width: 500px) {
.swiper-container-pro{
    max-width: 280px;
}
}
*/
.swiper {
    width: 100%;
    height: auto;
  /*width: min(100%, 900px);
  height: 300px;*/
}
/*@media screen and (max-width: 850px) {
.swiper {
  width: min(100%, 500px);
  height: 150px;
}
}
@media screen and (max-width: 500px) {
.swiper {
  width: min(100%, 280px);
  height: 130px;
}
}*/
.swiper-slide {
  width:100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
}

/* スライダー上にpng画像 */
.slide-on {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/*============================================*/
/*other */
/*============================================*/


.img_hover a{
    display: block;
    transition: all .3s ease-in-out;
}
.img_hover img{
    width: 100%;
    vertical-align: middle;
}
.img_hover a:hover{
    filter:opacity(40%);
}


		/*.circle {
			border-radius: 50%;
			border: solid 8px #044b96;
			margin:10px 0px 10px 0pc;
			}*/


.img-control{
  margin-left: auto;
  margin-right: auto;
      width: 100%;	
	}

@media screen and (max-width: 648px) {
.img-control{
      width: 100%;	
	}
}



/*タイトル画像のサイズ指定*/

img.ttl00 {
    display: block;
    max-width: 350px;
    margin: 30px auto 30px;
}

img.ttl01 {
    display: block;
    max-width: 200px;
    margin: 50px auto 0px;
}

img.ttl02 {
    display: block;
    max-width: 200px;
    margin: 50px auto 0px;
}
