eeeeee@charset "utf-8";

.container h1 {
    font-size:50px;
    text-align: center;
    text-shadow: 1px 1px 0 #ffffff,
             1px 1px 0 #ffffff,
             1px -1px 0 #ffffff,
             1px -1px 0 #ffffff;
    margin: 0 0;
    padding-top:50px;
    margin-bottom: 0px;
}
.container h2 {
    font-size:30px;
	/*text-align:center;
    text-shadow: 0px 0px 0 #ffffff,
             0px 0px 0 #ffffff,
             0px -0px 0 #ffffff,
             0px -0px 0 #ffffff;*/
	margin-bottom: 0px;
}
.container h3 {
    font-size:30px;
    text-align: center;
	font-weight:bold;
   /* text-shadow: 1px 1px 0 #ffffff,
             1px 1px 0 #ffffff,
             1px -1px 0 #ffffff,
             1px -1px 0 #ffffff; */
    margin: 0 0;
    padding-top:0px;
    margin-bottom: 10px;
}
.container h4 {
    font-size:27px;
    text-align: center;
    text-shadow: 1px 1px 0 #ffffff,
             1px 1px 0 #ffffff,
             1px -1px 0 #ffffff,
             1px -1px 0 #ffffff;
    margin: 0 0;
    padding-top:10px;
    margin-bottom: 0px;
}
.featurette-heading2_h2{
	font-size:30px;
	text-align:center;
	font-weight:bold;
}

.button {
  display: inline-block;
  width: 150px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 38px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
	background-color: #FFCCCC;
	color: #666;
}
.button:hover {
  background-color: #e6a1b8;
}
.title_h2{
	font-size:30px;
	text-align:center;
	margin-bottom:15px;
}
@media (max-width: 767px){
.title_h2{
	font-size:25px;
	text-align:center;
	margin-bottom:15px;
}
}
.p-line-height{
	text-align:center;
	padding:20px;
}
@media (max-width: 767px){
.p-line-height{
	text-align:left;
	font-size:14px;
	line-height:1.6em;
	padding:14px;
}
}
@media (max-width: 979px){
.container h1{
	font-size:50px;
    text-align: center;
    text-shadow: 1px 1px 0 #000000,
             1px 1px 0 #000000,
             1px -1px 0 #000000,
             1px -1px 0 #000000;
    margin: 0 0;
    margin-top: 20px;
    margin-bottom: 0px;
}
.container h2{
	font-size:30px;
	/*text-align:center;
    text-shadow: 0px 0px 0 #000000,
             0px 0px 0 #000000,
             0px -0px 0 #000000,
             0px -0px 0 #000000;
	margin-bottom: 10px; */
}
.container h3{
	font-size:20px;
    text-align: center;
	font-weight:bold;
    margin: 0 0;
    margin-top: 20px;
    margin-bottom: 0px;
}
.container h4{
	font-size:17px;
    text-align: center;
    margin: 0 0;
    margin-top: 10px;
    margin-bottom: 0px;
}
.container h5{
	font-size:13px;
    margin: 0 0;
    margin-top: 10px;
    margin-bottom: 25px;
}
#iframe_search {
    border: 0 none;
    height: 40px;
    right: 0;
    margin: 0;
    position: fixed;
    bottom: 0px;
    width: 360px;
    z-index: 1000;
}
}

/* ��ʃT�C�Y��767px�ȉ��̏ꍇ�ǂݍ��� */
@media (max-width: 767px){
	.title_logo{
	  position: relative;
	}
	.title_logo img{
	  position: absolute;
	  top:40px;
	  width:200px;
	}
	.col-xs-6{
		padding:0 5px 0 5px;
	}
	div.col-xs-padding{
		width:49%;
	}
}

.container .container-fluid{
	padding:0;
}
.no-gutter > [class*='col-'] {
}
.side-corner-tag {
    position: relative;
    color: #fff;
    display: inline-block;
    overflow: hidden;
}
.side-corner-tag p span {
    position: absolute;
    display: inline-block;
    right: -65px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
    text-align: center;
    text-transform: uppercase;
    top: 12px;
    background: #d93131;
    width: 200px;
    padding: 3px 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    font-size:1.2rem;
}
.side-corner-tag p:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -17px;
    right: 69px;
    z-index: -1;
    border: 17px solid;
    border-color: transparent transparent #662121 transparent;
}
.side-corner-tag p:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 74px;
    z-index: -1;
    right: -10px;
    border: 17px solid;
    border-color: #662121 transparent transparent transparent;
}

/*���C���ݒ�*/
.line-p {
    overflow: hidden;
    text-align: center;
	padding:40px 0 50px 0;
}
.line-p span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
}
.line-p span:before,
.line-p span:after {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}
.line-p span:before {
    right: 100%;
}
.line-p span:after {
    left: 100%;
}

/*�i�r*/
#nav {
  list-style: none;
}
#nav li {
  width: 260px;
  text-align: center;
  background-color: #7ac2e3;
  display: inline-block;
margin:2px;
}
#nav li a {
  text-decoration: none;
  color: #fff;
  font-weight: medium;
}


/*���V�s�X���C�_�[*/
*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_cssslider {
width: 1200px;
padding-top: 400px; /* �摜�̍��� */
position: relative;
margin: 2em auto;
text-align: center;
}
.cp_cssslider > img {
position: absolute;
left: 0;
top: 0;
transition: all 0.5s;
border-radius: 3px;
}
.cp_cssslider input[name='cp_switch'] {
display: none;
}
/* �T���l�C�� */
.cp_cssslider label {
margin: 15px 5px 0 5px;
border: 2px solid #ffffff;
display: inline-block;
cursor: pointer;
transition: all 0.5s ease;
opacity: 0.6;
border-radius: 3px;
}
.cp_cssslider label:hover {
opacity: 0.9;
}
.cp_cssslider label img {
display: block;
width: 200px;
border-radius: 2px;
}
.cp_cssslider input[name='cp_switch']:checked + label {
border: 2px solid #FF7043;
opacity: 1;
}
.cp_cssslider input[name='cp_switch'] ~ img {
opacity: 0;
}
.cp_cssslider input[name='cp_switch']:checked + label + img {
opacity: 1;
}


/* ���i���ׂ�i���X�|���V�u�p�j
===================*/
.p-top-goods__ttl {
  text-align: center;
  margin-bottom: 35px;
}
.p-top-goods__ttl img {
  display: inline-block;
  max-width: 400px;
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .p-top-goods__ttl img {
    max-width: 500px;
    vertical-align: bottom;
  }
}

/* �g�i�Z�[���p�j
===================*/
.box29 {
    margin: 2em 0;
    background: #deb887;
}
.box29 .box-title {
    font-size: 2.3em;
    background: #deb887;
    padding: 32px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
	color:#fff;
	font-size:1.5em;
	font-weight:bold;
    padding: 15px 20px;
    margin: 0;
}

/* ����p
===================*/
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


/* ======================================*/
/* トップ動画:文字を載せる*/
/* ======================================*/
.video-on{
    position: relative;
    display: block;
    padding: 0px;
    margin-bottom: 0px;
}
.video-on video{
    width: 100%;
    height: auto;
}
.video-on-text{
    position: absolute;
    display: inline-block;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 8px 80px;
    background-color: rgba(0,0,0,0.5);
}
.video-on-text h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 8px #000;
}
.video-on-text h3{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    color: #fff;
    text-shadow: 0px 0px 8px #000;
}
@media screen and (max-width: 640px) {
.video-on-text{
    left: 0px;
    transform:translateX(0%);
    padding: 5px 20px;
}
.video-on-text h2 {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}
.video-on-text h3 {font-size: 10px;}
}

/*�����ɒ���CSS�L�q*/
body{
	font-size: 16px;
	line-height:1em;
	letter-spacing:0.5px;
	background:#ffffff;
}
.text p {
	line-height:1.9em;
	text-align:justify;	
	font-size: 14px;
	}

@media (max-width: 767px){
	body{
	font-size: 14px;
	}
.text p {
	line-height:1.8em;
    text-align:justify;
	margin:0 15px 0 15px;
	font-size:12px;
	}
}

a{color:#333333;}
.line_h2{
	/*border-bottom:1px #ccc solid;*/
	padding-bottom:10px;
}
.line_h4{
	border-bottom:1px #ccc solid;
	padding-bottom:8px;
}
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
.col-sm-3 .moji_c{
	margin-bottom:30px;
}
.jumbo_bg1{
	background:#800000;
}
.fontcolor_fff{
	color:#ffffff;
}
.container_img img{
	margin-bottom:20px;
}
.btn-godi {
    background-color: #b9943a;
    border-color: #b9943a;
    color: #fff;
    font-weight:bold;
    font-family: Helvetica , "��S�V�b�N" , "Yu Gothic" , sans-serif;
}
.btn-warning{
    font-weight:bold;
    font-family: Helvetica , "��S�V�b�N" , "Yu Gothic" , sans-serif;
}
.table_center{
	display: table-cell;
	vertical-align: middle;
}

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

.smp_h1 {display:inline;}
.smp_h1 {display:none;}
.smp_h1 {display:none;}


/*******************************************************/


.top_setsumei_c {
	font-size:20px;
	text-align: center;
}
.top_setsumei {
	font-size:20px;
}
.line_h3 {
    border-bottom: 1px #ccc solid;
    padding-top: 15px;
	padding-bottom: 10px;
}
.item_setsumei{
	padding-bottom: 30px;
}
.pink {
    color: #FB807A;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
.top_setsumei_c {
	font-size:16px;
	text-align: left;
}
.top_setsumei {font-size:17px;}
}

.maru-box img {border-radius: 300px;}

/*中央揃え*/
.father_center{
	text-align:center;
}

/*　文字右寄せ */
.algn_p_right {
	text-align:right;
}

/*画像円切り抜き*/
.img-circle {border-radius: 50%;}

/*新メニューバー引用*/

/*ナビ*/
.nav3 {
	margin:auto;
	margin-bottom: 0px;
    margin-top: 30px;
}
.nav3 li {
    display: inline-block;
    /*width: calc(100%/6);*/
	background-color: #fff;
	margin-bottom: 70px;
	border: solid 1px #333;
/*	border-radius: 0.6em;*/
	padding: 8px 0px 8px 0px;
/*	box-shadow: 2px 2px 2px #ccc;*/
    text-align: center;
}
.nav3 li:hover {
}

.nav3 li a {
    display: inline-block;
	color:#000;
	font-size: 13px;
    text-align: center;
    line-height: 1.5em;
    padding: 10px 20px;
}
.nav3 li a:hover {
	color:#688281;
	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.6em;
	padding: 8px 0px 8px 0px;
	box-shadow: 2px 2px 2px #ccc;
}
.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;
}

@media screen and (max-width: 640px) {
.nav3 li {
	width: 80%;
	margin:auto;
	margin-bottom: 5px;
	margin: 0 auto 20px
}
.nav3 li a {
	font-size:13px;
    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) {
.nav3 {
	width:80%;
	margin: 0 auto 30px
    /*background-color: #ccccff;*/
}
.nav3 li {
	box-shadow: none;
	margin-bottom: 5px;
}
.nav3 li a {
	font-size:11px;
    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;
}
}

@media screen and (max-width: 320px) {
.nav3 li a {
    padding: 15px 40px 15px 40px;
  }
.nav_cate li a {
    padding: 15px 40px 15px 40px;
  }
}

@media only screen and (min-width: 1025px) {
  /*ナビ*/
  #menu {
    margin: auto;
  }
  .nav2 {
    margin-top: 0px;
    margin-bottom: 50px;
    width: 100%;
  }
  .nav2 li {
    font-weight: 500;
    color: #505050;
    /*文字色*/
    padding: 0.5em;
    /*文字周りの余白*/
    display: inline-block;
    /*おまじない*/
    line-height: 1.3;
    /*行高*/
    background: #264786;
    /*背景色*/
    vertical-align: middle;
    border-radius: 10px 10px 10px 10px;
    /*左側の角を丸く*/
    box-shadow: 2px 2px 2px #76958d;
  }
  .nav2 li a {
    font-size: 18px;
    padding: 0 15px 15px 15px;
    color: #fff;
    text-align: center;
  }
  .none {
    display: none
  }
  .none2 {
    display: none
  }
}

@media screen and (min-width: 1024px) {
  #menu {
    margin: auto;
  }
  .nav2 {
    margin-top: 0px;
    margin-bottom: 50px;
    width: 100%;
  }
  .nav2 li {
    font-weight: 500;
    color: #505050;
    /*文字色*/
    padding: 0.5em;
    /*文字周りの余白*/
    display: inline-block;
    /*おまじない*/
    line-height: 1.3;
    /*行高*/
    background: #264786;
    /*背景色*/
    vertical-align: middle;
    border-radius: 5px 5px 5px 5px;
    /*左側の角を丸く*/
    box-shadow: 2px 2px 2px #76958d;
  }
  .nav2 li a {
    font-size: 14px;
    padding: 0 10px 15px 10px;
    color: #edf7fb;
  }
  .none {
    display: none
  }
  .none2 {
    display: none
  }
}

@media (min-width: 641px) and (max-width: 768px) {
  .nav2 {
    margin-top: 30px;
    margin-bottom: 50px;
    width: 100%;
  }
  .nav2 li {
    font-weight: 500;
    color: #ffffff;
    /*文字色*/
    padding: 0.5em;
    /*文字周りの余白*/
    display: inline-block;
    /*おまじない*/
    line-height: 1.3;
    /*行高*/
    background: #264786;
    /*背景色*/
    vertical-align: middle;
      border-radius: 5px 5px 5px 5px;
    /*左側の角を丸く*/
    box-shadow: 2px 2px 2px #76958d;
    margin-bottom: 10px;
  }
  .nav2 li a {
    font-size: 17px;
    padding: 0 20px 15px 20px;
    color: #edf7fb;
  }
  .none {
    display: none
  }
}

@media screen and (max-width: 768px) {
  .none1 {
    display: none
  }
  /*.col-md-3 {
    max-width: 24%;
}
.col-md-4 {
    max-width: 32%;
}*/
}

@media screen and (max-width: 640px) {
  .setsumei {
    float: left;
  }
  /*.col-6 {
    max-width: 49%;*/
  }
  .col-4 {
    max-width: 32%;
  }
  .col-12 {
    max-width: 100%;
  }
  .nav2 {
    margin-top: 25px;
    margin-bottom: 0px;
    width: 100%;
  }
  .nav2 li {
    width: 90%;
    margin-bottom: 10px;
    font-weight: 500;
    color: #505050;
    /*文字色*/
    padding: 0.5em;
    /*文字周りの余白*/
    display: inline-block;
    /*おまじない*/
    line-height: 1.3;
    /*行高*/
    background: #264786;
    /*背景色*/
    vertical-align: middle;
    border-radius: 10px 10px 10px 10px;
    /*左側の角を丸く*/
    box-shadow: 2px 2px 2px #ccc;
  }
  .nav2 li a {
    font-size: 17px;
    padding: 0 3px 15px 3px;
    color: #edf7fb;
  }
  .line-p span {
    font-size: 17px;
  }
}

/*ここまで*/


/* ポイント用の枠　*/
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #7ac2e3;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #333333;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

/* レシピ　*/
.recipe h2{
	font-size:16px;
	font-weight:bold;
	color:#333;
	}
.recipe p{
	font-size:14px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
text-align:justify;
line-height:1.6em;
	color:#333;
}
.midashi p{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	color:#333;
}

@media screen and (max-width: 768px) {
.recipe h2{
	font-size:12px;
	font-weight:bold;
	line-height:1.8em;
	color:#333;
}
.recipe p{
	font-size:14px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
	color:#333;
	}
.midashi p{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	color:#333;
}
}

/* リード部分 ============================================*/
.lead-sentence {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0px 0;
}
.lead-sentence_h2 {
  color: #000000;
  text-align:center ;
  font-size:35px;
  font-weight:800;
  font-family: serif;
  margin: 0px 0px 20px 0px;
  letter-spacing: 2.5px;
}

.lead-sentence_h3 {
  color: #000000;
  text-align:center ;
  font-size:27px;
  font-weight:800;
  font-family: serif;
  margin: 0px 0px 30px 0px;
}

.lead-sentence_h2 span {
  color: #2a3263;
  text-align:center;
    font-size: 1.0rem;
  font-weight:800;
  margin-top:-20px;
}
.lead-sentence_middtxt {
  color: #005633;
  text-align:center ;
    font-size: 2.0rem;
  font-weight:800;
}
.lead-sentence h3 {
  color: #000000;
  text-align:center;
   font-family: serif;
   font-weight:600;
   font-size: 20px;
   padding-bottom: 10px;
   letter-spacing: 2.0px;
}
.lead-sentence p {
  color: #000000;
  font-size: 1.0rem;
  line-height: 1.8rem;
  margin:10px 0px 0px 0px;
 letter-spacing: 2.0px;
 /* text-align: center;*/
}

/*-------スマホの時-------------*/
@media screen and (max-width: 768px) {
.lead-sentence_h2 {
  color: #000000;
  text-align:center;
	font-size:25px;
  font-weight:800;
font-family: serif;
}
.lead-sentence h3 {font-size: 15px;　padding-bottom: 0px;}

.lead-sentence p {
  color: #000000;
  font-size: 0.7rem;
  line-height: 1.8rem;
  text-align:left ;
  letter-spacing: 1.5px;  
  padding-bottom: 0px;
  /*margin:10px;*/
}
.lead-sentence_middtxt {
  color: #005633;
  text-align:center;
  font-size: 1.2rem;
  font-weight:800;
}

}


/*============================================*/
/*見出し 横縦棒背景あり */
/*============================================*/

.heading04 {
	padding: 0.5em;
	font-size:20px;
	font-weight: bold;
	color: #494949;
	background: #f6f6f6;
	border-left: solid 5px #50304f;
	margin-bottom: 30px;
}
/*item*/
.item h1{
  font-size: 22px;
/*  font-weight: bold;*/
  text-align: center;
  color: #555;/*文字色*/
  padding: 10px 0px 10px 0px;/*上下の余白*/
  border-top: solid 1px #804b37;/*上線*/
  border-bottom: solid 1px #804b37;/*下線*/
}
.item h2 {
  font-size: 12px;
  font-weight: bold;
  color: #193163;
  position: relative;
  overflow: hidden;
  padding: 0.8rem 2rem 0.8rem 170px;
  border: 2px solid #193163;
  margin-bottom: 30px;
}

.item h2:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 250px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #193163;
}

.item h2 span {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 9px;
  padding-left: 40px;
  color: #fff;
}

@media (max-width: 767px){
.item h1{
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  color: #333;/*文字色*/
  padding: 10px 0px 10px 0px;/*上下の余白*/
  border-top: solid 1px #804b37;/*上線*/
  border-bottom: solid 1px #804b37;/*下線*/
}
}

@media (max-width: 425px){
.item h1{
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #333;/*文字色*/
  padding: 10px 0px 10px 0px;/*上下の余白*/
  border-top: solid 1px #804b37;/*上線*/
  border-bottom: solid 1px #804b37;/*下線*/
}
.item h2 {
  font-size: 12px;
  font-weight: bold;
  color: #193163;
  position: relative;
  overflow: hidden;
  padding: 0.8rem 2rem 0.8rem 120px;
  border: 2px solid #193163;
  margin-bottom: 10px;
}
.item h2:before {
  position: absolute;
  top: -150%;
  left: -150px;
  width: 250px;
  height: 250%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #193163;
}
.item h2 span {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 16px;
  padding-left: 13px;
  color: #fff;
}
}

/*============================================*/
/* 見出し（小）*/
/*============================================*/
.section-sub-ttl {
  margin-bottom: 20px;
  margin-top: 50px;
  text-align: center;
}

.section-sub-ttl__eng {
  font-size: 2.5rem;
  color: #fff;
  font-family: serif;
}

.section-sub-ttl__engsmall {
  font-size: 1.0rem;
  color: #fff;
  font-family: serif;
}

.section-sub-ttl__jpn {
  font-weight: bold;
  color: #fff;
  font-size: 1.5rem;
  font-family: serif;
}

.section-sub-ttl__jpn span{
  font-weight: bold;
  color: #005633;
  font-size: 1.3rem;
  font-family: serif;
}
.section-sub-ttl_border {
  width: 140px;
  height: 4px;
  background-color:#414141;
  margin: 7px auto 10px;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #e7ecec;
}
.section-sub-ttl_sub {
  font-weight: bold;
  color: #fff;
  font-size: 0.8rem;
}
.section-sub-ttl__txt {
  max-width: 600px;
  margin: 0 auto 100px;
  text-align: center;
}

/*============================================*/
/* 枠+太文字+説明 */
/*============================================*/
.p-title {
/*    box-shadow: inset 0px 0px 0px 1px #2a3263;*/
    border: 1px solid #2a3263;
    padding: 12px;
    text-align: center;
    vertical-align: middle;
    width: 40%;
    height: 120px;
    display: table-cell;
    vertical-align: middle;
    background-color: #fff;
}
@media screen and (max-width: 768px) {
.p-title {
    padding: 20px 10px;
    height: 150px;
}
}
.p-title-f{
    display: flex;
}
@media screen and (max-width: 768px) {
.p-title-f{
    display: block;
}
}
.p-title-l{
    width: 100%;
}
@media screen and (max-width: 768px) {
.p-title-l{
    display: block;
    margin-bottom: 20px;
}
}
.p-title-r{
    width: 100%;
    margin-left: 5%;
}
@media screen and (max-width: 768px) {
.p-title-r{
    margin-left: 0px;
}
}
.p-title h2 {
    font-size: 28px;
    font-family: serif;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0px;
    text-shadow: none;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
.p-title h2 {
    font-size: 22px;
    padding: 15px 0px;
}
}
.p-title p {
    font-size: 15px;
    font-weight: normal;
    text-align: left;
}
@media screen and (max-width: 768px) {
.p-title p {
    font-size: 13px;
    padding: 10px 0px;
}
}
.left_line {
    border-left: solid 3px #2a3263;
}
@media screen and (max-width: 768px) {
.left_line {
    border-left: none;
    border-top: solid 3px #2a3263;
    width: 90%;
}
}
.justify-content-between{
    justify-content:space-between;
}
.left{
    display: table-cell;
    width: 40%;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
.left{
    display: block;
    width: 100%;
    vertical-align: middle;
}
}
.right{
    display: table-cell;
    width: 58%;
    padding-left: 15px;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
.right{
    display: block;
    width: 100%;
    padding-left: 8px;
    vertical-align: middle;
}
}
.left_2 {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
}
.right_2 {
    display: table-cell;
    width: 65%;
    padding-left: 15px;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
.left_2 {
    display: block;
    width: 100%;
    vertical-align: middle;
}
.right_2 {
    display: block;
    width: 100%;
    padding-left: 8px;
    vertical-align: middle;
}
}

/*============================================*/
/* 画像on文字ボタン */
/*============================================*/
.on-text{
    position: relative;
    background-color: #000;
    display: inline-block;
}
/*.on-text-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
.on-text-center{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}*/
.on-text-center h4{
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    margin: 0px;
    padding: 0px;
    text-shadow: none;
/*    text-shadow: 0px 0px 5px #000000;*/
}
@media screen and (max-width: 768px) {
.on-text-center h4{
    font-size: 13px;
}
}
.on-text-center h6{
    font-size: 15px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #fff;
    margin: 0px;
    padding: 0px;
    text-shadow: none;
/*    text-shadow: 0px 0px 5px #000000;*/
}
@media screen and (max-width: 850px) {
.on-text-center h6{
    font-size: 11px;
    letter-spacing: -1px;
    text-align: center;
}
}
.on-text img{
    display: block;
    opacity: 0.6;
}
.on-text a{
    text-decoration: none;
}
/*button {
  padding: 0;
  font-family: inherit;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
}*/
.buttonOutline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    text-align: center;
    overflow-wrap: anywhere;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0px;
    padding: 15px;
}
@media screen and (max-width: 850px) {
.buttonOutline {
    padding: 5px 8px;
    width: 70%;
    border: 1px solid #fff;
    border-radius: 0px;
}
}
@media (any-hover: hover) {
  .buttonOutline {
    transition: background-color 0.2s;
  }
  .buttonOutline:hover {
    background-color: #e8e8e8;
    border: none;
  }
}
/*
.on-text-center h3:hover{
    font-weight: bold;
}
.on-text-center h4:hover{
    font-weight: bold;
}
*/
.on-text-menu {
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.on-text-menu3_3{
    flex-shrink:1;
    flex-basis: 32%;
    margin-bottom: 10px;
}
.on-text-menu4_3{
    flex-shrink:1;
    flex-basis: 24%;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
.on-text-menu3_3{
    margin-bottom: 0px;
    flex-basis: 49%;
}
.on-text-menu4_3{
    flex-shrink:1;
    flex-basis: 32%;
    margin-bottom: 0px;
}
}

/*============================================*/
/* クーポンの文字設定 */
/*============================================*/
.coupon_text{
    text-align: center;
    padding: 20px 0px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.coupon_text h2{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    text-shadow: none;
    padding: 30px 0px;
    margin-bottom: 0px;
}
.coupon_text h2 span {
    font-size: 23px;
    color: #c2041a;
    letter-spacing: 2px;
    border-left: solid 1px #333;
    margin-left: 20px;
    padding-left: 20px;
}
@media screen and (max-width: 768px) {
.coupon_text h2{
    font-size: 15px;
    line-height: 30px;
}
.coupon_text h2 span {
    font-size: 20px;
    margin-left: 8px;
    padding-left: 8px;

    }
}
.coupon_text h6{
    display: inline-block;
    font-size: 12.5px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-shadow: none;
}
@media screen and (max-width: 768px) {
.coupon_text h6{
    font-size: 12px;
    text-align: left;
    letter-spacing: 1px;
}
}
.coupon_text h7{
    display: block;
    font-size: 17px;
    font-weight: bold;
    text-shadow: none;
    text-align: left;
    letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
.coupon_text h7{
    font-size: 16px;
    letter-spacing: 1.5px;
}
}
/*============================================*/
/* グレー背景+文字指定 */
/*============================================*/
.bg-gray{
   /* background-color: #ebe5d9;*/
    padding: 20px 0px;
}



@media screen and (max-width: 768px) {
.bg-gray{
    padding: 30px 15px;
}
}
.bg-gray h3{
    font-family: "Arial";
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 2.5px;
    text-align: left;
    text-shadow: none;
    vertical-align: bottom;
    margin: 0px 30px 20px 0px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.bg-gray h4{
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 2.5px;
    text-align: left;
    text-shadow: none;
    vertical-align: bottom;
    margin: 0px 0px 0px 0px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.bg-gray h5{
    font-family: "Arial";
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 2.5px;
    /*text-align: left;*/
    text-shadow: none;
    vertical-align: bottom;
    margin: 10px 0px 10px 0px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.bg-gray h6{
    font-family: "Arial";
    font-size: 10px;
    font-weight: bold;
    line-height: 15px;
    letter-spacing: 2.5px;
    text-align: left;
    text-shadow: none;
    vertical-align: bottom;
    margin: 0px 0px 0px 0px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.bg-gray h7{
    font-family: "Arial";
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: 2.5px;
    text-align: left;
    text-shadow: none;
    vertical-align: bottom;
    margin: 0px 0px 0px 0px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.bg-gray span{
    font-size: 13px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 1.8px;
    /*margin-left: 20px;
    border-left: solid 1px #333;
    padding-left: 20px;*/
}
.bg-gray span01{
    font-size: 13px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 1.8px;
    line-height: 1.8em;
    /*margin-left: 20px;
    border-left: solid 1px #333;
    padding-left: 20px;*/
}

@media screen and (max-width: 850px) {
.bg-gray h3{
    font-family: "Arial";
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 2.5px;
    text-align: left;
    text-shadow: none;
    vertical-align: bottom;
    margin: 0px 30px 20px 0px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.bg-gray h4{
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 2.5px;
    text-align: left;
    text-shadow: none;
    vertical-align: bottom;
    margin: 0px 0px 0px 0px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.bg-gray h5{
    font-family: "Arial";
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 2.5px;
    /*text-align: left;*/
    text-shadow: none;
    vertical-align: bottom;
    margin: 10px 0px 10px 0px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.bg-gray h6{
    font-family: "Arial";
    font-size: 6px;
    font-weight: bold;
    line-height: 15px;
    letter-spacing: 2.5px;
    text-align: left;
    text-shadow: none;
    vertical-align: bottom;
    margin: 0px 0px 0px 0px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
}

/* ======================================*/
/* レシピ・アイテム-グリッド設定 */
/* ======================================*/
.ch-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    grid-gap: 20px 15px;
    margin-bottom: 30px;
}
.ch-grid-w{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    grid-gap: 20px 15px;
    margin-bottom: 30px;
}
.ch-grid-w-set{display: inline-block;}
.ch-grid_4-2{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    grid-gap: 20px 15px;
    margin-bottom: 30px;
}
.ch-grid_2-1{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    grid-gap: 20px 15px;
    margin-bottom: 30px;
}
.ch-grid_3-2{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    grid-gap: 40px;
    margin-bottom: 30px;
}
.ch-grid_3-1{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    grid-gap: 50px;
    margin-bottom: 30px;
}
.ch-grid-set{
    display: inline-block;
    border: solid 1px #000;
	background-color: #fff;	
/*    outline: solid 1px #4f2b00;
    outline-offset: -1px;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;*/
}
.ch-grid-set h1,.ch-grid-w-set h1{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 40px;
    color: #b6d6cf;
    font-weight: normal;
    text-align: left;
    letter-spacing: 8px;
    margin: 0px 0px 30px 0px;
}
.ch-grid-set h2,.ch-grid-w-set h2{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 5px 0px 30px 0px;
}
.ch-grid-set h3{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin: 10px 0px;
}
.ch-grid-set h4,.ch-grid-w-set h4{
    background-color: #b22c2c;
    border: solid 1px #b22c2c;
    margin: 0px;
    padding: 10px 20px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.ch-grid-set p,.ch-grid-w-set p{
    font-size: 15px;
    line-height: 1.8em;
    margin: 5px 0px 20px 0px;
}
@media screen and (max-width: 640px) {
/*.ch-grid-set{
    border-bottom: solid 1px #ccc;
    padding: 10px;
}*/
.ch-grid-set h1,.ch-grid-w-set h1{font-size: 30px;}
.ch-grid-set h2,.ch-grid-set h2{
    font-size: 13px;
    letter-spacing: -0.5px;
}
.ch-grid-set h3{
    font-size: 10px;
    letter-spacing: -0.5px;
}
.ch-grid-set h4{font-size: 11px;}
.ch-grid-set p,.ch-grid-set p{font-size: 13px;}
.ch-grid_4-2{
    grid-template-columns: repeat(2,minmax(150px,1fr));
    grid-gap: 10px 5px;
}
.ch-grid_3-2{
    grid-template-columns: repeat(2,minmax(150px,1fr));
    grid-gap: 10px;
}
.ch-grid_2-1{
    grid-template-columns: repeat(1,minmax(150px,1fr));
    grid-gap: 50px 5px;
}
.ch-grid_3-1{
    grid-template-columns: repeat(1,minmax(150px,1fr));
    grid-gap: 50px 5px;
}
}

/*============================================*/
/* 背景色ありの文字設定 */
/*============================================*/
.bg-text{
    background-color: #c6b99b;
    padding: 30px 20px;
    margin: 0px;
    border-bottom: solid 1px #4f2b00;
}
.bg-text h2{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    color: #000;
	text-align: center;
}
.bg-text h2 span{
    font-size: 14px;
    color: #4f2b00;
}
@media screen and (max-width: 640px) {
.bg-text{padding: 10px 5px;}
.bg-text h2{font-size: 14px;}
.bg-text h2 span{font-size: 11px;}
}
/*============================================*/
/* 説明文字設定 */
/*============================================*/
.memo{
    display: block;
    padding: 10px;
    margin: 0px;
    text-align: left;
	background-color: #fff;
}
.memo h1{
    font-family: "Shippori Mincho B1", serif;
    font-size: 22px;
    letter-spacing: 5px;
    color: #333;
}
.memo h2{
    font-family: "Shippori Mincho B1", serif;
    font-feature-settings: "palt";
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 30px;
}
.memo h3{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0px;
	line-height: 1.8rem;
}
.memo p{
    font-family: "游ゴシック", serif;
    font-size: 15px;
    font-weight: normal;
    margin: 10px 0px;
	color: #000000;
 letter-spacing: 2.0px;
}
@media screen and (max-width: 640px) {
.memo h2{font-size: 15px;}
.memo h3{font-size: 12px;letter-spacing: 1.4px;}
.memo p{font-size: 11px;font-family: "游ゴシック", serif;}
}

/*============================================*/
/* スライダー */
/*============================================*/
.swiper-container-pro {
    margin-inline: auto;
    max-width: 3000px;
    position: relative;
    margin: 50px 0px;
    background-color: #aaa;
}
/*.swiper-pagination {
    position: absolute;
    bottom: -5px !important;
}
.swiper-pagination-bullet {
    background-color: #4f2b00;
    border-radius: 0;
    width: 30px;
    height: 3px;
}
*/
.swiper-wrapper{
    transition-timing-function: linear;
}
.swiper {
  width: min(100%, auto);
  height: auto; /*スライダーの縦の長さを指定します。内容に合わせて数値を入れてください*/
}
.swiper-slide {
  width: 100%;
  height: auto;
  padding: 0px;
/*  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;*/
}
.swiper-slide img{
    border-radius: 0px;
    margin: 0px;
    width: 100%;
    height: auto;
    max-height: none;
}
.swiper-slide p{
    font-family: "游ゴシック", serif;
    font-size: 15px;
    font-weight: 500;
    margin: 0px 0px 30px 0px;
}

/*============================================*/
/* 下に空白 */
/*============================================*/
/* 30px */
.row_bottom {margin-bottom: 30px;}
/* 10px */
.bottom_blank10 {margin-bottom: 10px;}
/* 20px */
.bottom_blank20 {margin-bottom: 20px;}
/* 50px */
.bottom_blank {margin-bottom: 50px;}
/* 100px */
.bottom_blank100 {margin-bottom: 100px;}

/*============================================*/
/* 文中の枠 */
/*============================================*/

.on-left{
    text-align: left;
}
.ib{
	/*display: inline-block;*/
	border: solid 1px #333;
    padding: 3px 6px 3px 6px;
    background-color: #f6f6f6;
}
.ib01{
	display: inline-block;
	border: solid 1px #333;
    padding: 3px 6px 3px 6px;
    background-color: #f6f6f6;
}


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

.on-left{
    text-align: center;
}

.ib{
	/*display: inline-block;*/
	border: solid 1px #333;
    padding: 3px 6px 3px 6px;
    background-color: #f6f6f6;
}

.ib01{
	display: inline-block;
	border: solid 1px #333;
    padding: 3px 6px 3px 6px;
    background-color: #f6f6f6;
}
}


/* ======================================*/
/* タイトル文字設定 */
/* ======================================*/
.title_font h1{
    font-family: "EB Garamond", serif;
    font-size: 40px;
    font-weight: normal;
    margin: 30px 0px;
    padding: 1rem 2rem;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.title_font h1 span{
    font-family: "Shippori Mincho B1", serif;
    font-size: 15px;
    font-weight: normal;
    margin-left: 20px;
}
.title_font h2{
    font-family: "EB Garamond", serif;
    font-size: 30px;
    font-weight: normal;
    margin: 30px 0px;
    padding: 1rem 2rem;
  border-bottom: 2px solid #000;
}
.title_font h3{
    /*font-family: "Shippori Mincho B1", serif;*/
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.8em;
}
.title_font h4{
    font-family: "Shippori Mincho B1", serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.8em;
}
@media screen and (max-width: 640px) {
.title_font h1{
    font-size: 26px;
    padding: 1rem 1rem;
}
.title_font h2{font-size: 20px;}
.title_font h1 span{
    font-size: 13px;
    margin-left: 0px;
}
.title_font h3{font-size: 13px;}
.title_font h4{font-size: 18px;}
}
/* サブタイトル文字設定 */
.sub_title{
    display: inline-block;
    text-align: left;
    border: solid 1px #333;
    padding: 10px 30px;
}
.sub_title_01{
    display: inline-block;
    text-align: left;
    padding: 10px 30px;
}
.sub_title h1{
    display: inline-block;
    text-align: left;
    border: solid 1px #333;
    padding: 0px 30px;
}
.sub_title h1 span{
    font-size: 14px;
    font-weight: normal;
}
.sub_title h2{
    font-size: 20px;
    font-weight: bold;
}
.sub_title h2 span{
    font-size: 14px;
    font-weight: normal;
}
.sub_title h1 span::before{content: " / ";}
.sub_title h2 span::before{content: " / ";}
@media screen and (max-width: 640px) {
.sub_title{
    display: block;
    padding: 10px 15px;
}
.sub_title h2{font-size: 15px;}
.sub_title h2 span{font-size: 11px;}
}


/*------------------- 背景　-----------------*/
.lead-bg {
   background-color: #efeded;
   padding: 0px 0px 30px 0px;
 }
 
.lead-bg-categoly {background-color:#efeded; margin-bottom: 0px;}


/* 見出し ============================================*/

.section-sub-ttl {
  margin-bottom: 20px;
  margin-top: 50px;
  text-align: center;
}

.section-sub-ttl__jpn {
  font-weight: bold;
  color: #333333;
  font-size: 1.2em;
  font-family:sans-serif;
}
.section-sub-ttl__engsmall {
  font-size: 2.2em;
  color: #5e450d;
 font-family: "Figtree", sans-serif;
     font-weight: 800;
}

.section-sub-ttl_border {
  width: 140px;
  height: 4px;
  background-color: #044B96;
  margin: 7px auto 10px;
  border-radius: 2px;
}



 
/*------------------- バッグ帯各種 repeat center fixed　-----------------*/

.block_ttlsuggest {
  display: table;
  height: 550px;
  width: 100%;
  position: relative;
  background: url('img/promenu_1920.jpg') no-repeat;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  background-position: center;
}




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

  /** 帯  **/
  .block_ttlsuggest {
    display: table;
    height: 200px;
    width: 100%;
    position: relative;
    background: url('img/promenu_1920.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
  background-position: center;
  }
 
}


/*i-anc*/
.i-anc_inner {
    width: 100%;
    margin: 0 auto 0px;
}
@media screen and (max-width: 768px){
.i-anc {
    padding: 10px 0;
}
}
@media screen and (max-width: 480px)  {
.i-anc_inner {
    width: 94%;
    margin: 0 auto 30px;
}
}
.i-anc-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0px;
    padding: 0px;
}
.i-anc-item {
    width: calc(94% / 3);
    position: relative;
    border: 1px solid #000;
    margin-bottom: 2%;
    background-color: #fff;
}

.i-anc-item:not(:nth-child(4n))::after {
    display: block;
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
}
 .i-anc-item a {
    display: block;
    font-weight: bold;
    position: relative;
    padding: 0.8em 0 1.5em;
    height: 60px;
    box-sizing: border-box;
}
i-anc-item .i-anc-name {
    line-height: 3;
}
.i-anc-item .i-anc-name__2 {
    line-height: 1.4;
    font-size: 1em;
    color: #000;
    text-align: center;
}

.i-anc-item a::after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 3.5px 0 3.5px;
    border-color: #000 transparent transparent transparent;
}
.i-anc .l-btn2 {
    margin-top: 70px;
}
li {
  list-style: none;
}
ul {
  list-style: none;
}

@media screen and (max-width: 480px)  {
.i-anc-item {
    width: calc(96%);
    position: relative;
    border: 1px solid #000;
    margin-bottom: 2%;
}
}

/*============================================*/
/*SNS */
/*============================================*/
.sns{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.sns-box00{
    display: block;
    width: 20%;
    text-align: left;
    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: serif;
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0px;
    text-align: center;
}
.sns h2::before{content: none;}
.sns h4{
    font-family: serif;
	font-weight: bold;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0px;
    text-shadow: none;
    margin-bottom: 20px;
}
.sns a{color: #333;}
@media screen and (max-width: 640px) {
.sns img{width: 80%;}
.sns h2{
    font-size: 20px;
    margin: 10px 0px;
}
.sns-box00{width: 25%;}
.sns-box01{width: 18%;}
.sns h4{font-size: 11px;}
}