@charset "utf-8";
/* CSS Document */

header img{
	border-radius:10px;
	margin: auto;
}

img {
	border-radius:10px;
}

#mainBlock section{
	margin: 80px 0;
}

#mainBlock #commitment h2,
#mainBlock #about h2,
#mainBlock #logo h2,
#mainBlock #standard h2,
#mainBlock #feature h2,
#mainBlock #visit h2,
#mainBlock #shop h2{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 700;
    font-size: 250%;
    line-height: 140%;
    letter-spacing: 2px;
	color: #1874a3;
    margin: 100px 0 60px;
	text-align: center;
}

#mainBlock h2 span{
	border-bottom: 1px solid #1874a3;
	padding: 5px;
}


#mainBlock h3{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 700;
    font-size: 180%;
    line-height: 100%;
    letter-spacing: 2px;
	color: #755454;
    margin: 20px 0px 10px;
	border-bottom: 1px dotted #755454;
	padding: 5px;
}

#mainBlock .text{
	font-size: 18px;
    line-height: 160%;
    letter-spacing: 1px;
}

#mainBlock .textR{
	font-size: 18px;
    line-height: 160%;
    letter-spacing: 1px;
	text-align: right;
	padding-right: 10px;
}


/*----------
standardブランド基準
----------*/

#standard .standard__box{
	margin: 60px auto;
}

#standard .standard__item {
/*	display: flex;*/
}


#standard .standard__item .standard_cnt{
	font-size: 1.6rem;
	color: #1874a3;
	padding: 20px;
	background-color: #dcf3ff;
	text-align: center;
	margin-bottom: 30px;
	border-radius: 10px;
	line-height: 2.4rem;
}

#standard .standard_imgbox {
  display: flex;
  justify-content: space-between;
  padding: 4%;
  margin: 4% 0 8% 0;
  background: #f7f7f7;
  border: 1px solid #eee;
}

#standard .standard_imgbox .standard_img {
  width: calc(100% / 2 - 10px);
  text-align: center;
}
#standard .point__box__wrap{
	background-color:#efe9e9;
	padding: 50px;
}
#standard .point__box{
	display: flex;
	align-items: center;
}

#standard .point__box .point_img {
	width: 40%;
}

#standard .point__box .point_list {
	width: 60%;
	padding-left:50px;
	position: relative;
}

#standard .point__box .point_list ul li{
	font-size: 18px;
	padding: 20px;
	line-height: 40px;
}


/*----------
shop 常陸乃国しらすが買えるお店
----------*/

#shop .shop__box{
margin: 60px auto;
}
#shop .shop__box .shop_name {
	font-size: 1.6rem;
	font-weight: 400;
	background-color:#efe9e9; 
	padding: 20px;
  	border-right:solid 1px #dccfcf;
  	border-left:solid 1px #dccfcf;
  	border-top:solid 1px #dccfcf;
}

#shop .shop__table{
  font-size: 18px;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto 60px auto;
}

#shop .shop__table tr{
}

#shop .shop__table th{
  text-align: center;
  padding: 20px;
  border-right:solid 1px #dccfcf;
  border-left:solid 1px #dccfcf;
  border-bottom:solid 1px #dccfcf;
  border-top:solid 1px #dccfcf;
  width: 20%;
  font-weight: 400;
/*  color: #1874a3;*/
  display: table-cell;
  vertical-align:middle;
}

#shop .shop__table td{
  padding: 20px;
  border-right:solid 1px #dccfcf;
  border-left:solid 1px #dccfcf;
  border-bottom:solid 1px #dccfcf;
  border-top:solid 1px #dccfcf;
  width: 80%;
}


#shop .shop__table tr:last-child{
  border-bottom:solid 1px #dccfcff;
}


#shop .shop__table th:nth-child(1){
  background-color:#efe9e9;
  padding: 10px;
  width: auto;
}

#shop .btn {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    display: block;
    width: 70%;
    margin: 60px auto ;
    padding: 20px;
    text-align: center;
    border: solid 2px #301e56;
	background-color: #dccfcf;
    color: #301e56;
    font-size: 22px;
    line-height: 100%;
    font-weight: bold;
	border-radius: 10px;
}

*, ::before, ::after {
  box-sizing: content-box;
}

body{
	letter-spacing: 0;
}

@media screen and (max-width:640px){
	
#mainBlock section{
	margin: 30px 0;
}
	
#mainBlock h2 {
    font-size: 200%;
	line-height: 160%;
}

#mainBlock h3 {
    font-size: 150%;
}

#mainBlock img{
	width: 100%;
}
	
#mainBlock .text {
    line-height: 140%;
}

/*----------
standard　しらすブランド基準 /SP
----------*/	

#standard .standard__item .standard_cnt{
	font-size: 1.3rem;
	font-weight: 600;
}


#standard .standard_imgbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 4%;
  margin: 4% 0 8% 0;
  background: #f7f7f7;
  border: 1px solid #eee;
}

#standard .standard_imgbox .standard_img {
  width: 100%;
  margin-bottom: 4%;
  text-align: center;
}
#standard .standard_imgbox .standard_img:last-child{
	margin-bottom: 0;
		} 
	
#standard .point__box__wrap{
	background-color:#efe9e9;
	padding: 20px;
}
#standard .point__box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#standard .point__box .point_img {
	width: 100%;
	padding-bottom: 10px;
}

#standard .point__box .point_list {
	width: 100%;
	padding: 0;
}

#standard .point__box .point_list ul li{
	font-size: 18px;
	padding: 10px;
	line-height: 30px;
}
	
	
	

	
/*----------
shop　しらすが買える店 /SP 
----------*/
#shop .shop__box .shop_name {
	font-size: 1.3rem;
	font-weight: 400;
	background-color:#755454; 
	padding: 20px;
  	border-right:solid 1px #dccfcf;
  	border-left:solid 1px #dccfcf;
  	border-top:solid 1px #dccfcf;
	text-align: center;
	color: #ffffff;
}
	
/*#shop .shop__table{
  font-size: 18px;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: auto;
  margin: 0 auto 30px auto;
  display: flex;

}*/
#shop .shop__table th{
  width: 100%;
  display: block;
  padding: 10px;
}

#shop .shop__table td{
  width: auto;
  display: block;
  text-align:center;
}
		
}

/* ADD CSS 2025.02.14 */
/*----------
h2
----------*/
#mainBlock #commitment h2, #mainBlock #about h2, #mainBlock #logo h2, #mainBlock #standard h2, #mainBlock #feature h2, #mainBlock #visit h2, #mainBlock #shop h2 {
  margin-top: 0;
}
/*----------
#standard
----------*/
#mainBlock #standard h3 {
  font-size: 1.75rem;
  color: #1874a3;
  padding: 20px;
  background-color: none;
  text-align: left;
  margin-bottom: 30px;
  border-radius: 10px;
  line-height: 2.4rem;
  margin: 0;
  border: none;
  display: flex;
  align-items: center;
}
#mainBlock #standard h3 span {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  padding: 20px;
  background-image: url("../img/shirasu/sea_number_bg.png");
  background-size: cover;
  width: 80px;
  height: 70px;
  line-height: 70px;
  display: table;
  margin: 0 20px 20px 0;
  color: #07438A;
}
#mainBlock #standard .point__box__wrap {
  background-color: #fff;
  border-radius: 10px
}
#mainBlock #standard .point__box__wrap h3 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2px;
  color: #755454;
  margin: 0 0px 10px;
  border-bottom: 1px dotted #755454;
  padding: 5px;
  background: none;
  border-radius: 0;
}
#mainBlock #standard .standard__item .standard_cnt {
  background-repeat: no-repeat;
}
#mainBlock #standard .standard__item:nth-child(1) .standard_cnt {
  background-image: url("../img/shirasu/hl_bg-02.png");
  background-size: 90% auto;
  background-position: right top;
}
#mainBlock #standard .standard__item:nth-child(2) .standard_cnt {
  background-image: url("../img/shirasu/hl_bg-03.png");
  background-size: 90% auto;
  background-position: bottom left;
}
#mainBlock #standard .standard__item:nth-child(3) .standard_cnt {
  background-image: url("../img/shirasu/hl_bg-04.png");
  background-size: 90% auto;
  background-position: right top;
}
#mainBlock #standard .standard__item:last-child .standard_cnt {
  margin-bottom: 0;
}
#mainBlock #standard .standard__box {
  margin-bottom: 0;
}

/*----------
#about
----------*/
#about {
  background-image: url("../img/shirasu/hl_bg-01.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% auto;
}

/*----------
#visit
----------*/
#visit {
  background-image: url("../img/shirasu/hl_bg-06.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% auto;
}

/*----------
#shop
----------*/
#shop {
  background-image: url("../img/shirasu/hl_bg-05.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% auto;
}
@media screen and (min-width:641px) {
/*----------
section
----------*/
#mainBlock section {
    margin: 40px auto;
    padding: 30px 0 0;
    max-width: 840px;
  }
/*----------
#standard
----------*/
#mainBlock #standard .standard_imgbox {
    margin: 0;
    border-radius: 10px
  }
}
@media screen and (max-width: 640px) {
/*----------
section 
----------*/
  #mainBlock section {
    margin: 0 auto;
    padding: 20px 0;
  }
/*----------
h2
----------*/
    #mainBlock #commitment h2, #mainBlock #about h2, #mainBlock #logo h2, #mainBlock #standard h2, #mainBlock #feature h2, #mainBlock #visit h2, #mainBlock #shop h2 {
      font-size: 180%;
      margin: 0 0 25px;
    }
/*----------
#logo 
----------*/
    #logo img {
      max-width: 70%;
      height: auto;
    }
/*----------
#standard
----------*/
  #mainBlock #standard h3 {
    display: inherit;
    padding: 0;
    line-height: 1.4;
    font-size: 5vw;
    margin-bottom: 20px;
    text-align: center;
  }
  #mainBlock #standard h3 br {
    display: none;
  }
  #mainBlock #standard h3 span {
    margin: 0 auto 20px;
    width: 40px;
    height: 30px;
    line-height: 30px;
    font-size: 2rem;
  }
  #mainBlock #standard .point__box__wrap h3 {
    margin-bottom: 20px;
  }
  #mainBlock #standard .standard__item:nth-child(1) .standard_cnt {
    background-size: 120% auto;
  }
  #mainBlock #standard .standard__item:nth-child(2) .standard_cnt {
    background-size: 250% auto;
    background-position: top left;
  }
  #mainBlock #standard .standard__item:nth-child(3) .standard_cnt {
    background-size: 250% auto;
  }
/*----------
#visit
----------*/
  #visit .mb50 {
    margin-bottom: 20px
  }
}

.content_jump {
  margin-bottom: 10px;
}
.content_jump li {
  display: inline;
  margin: 0 3px;
  border-right: dotted 1px #666666;
  padding-right: 8px;
}
.content_jump li a {
  color: #D4746A;
}
@media screen and (max-width:640px) {
  .content_jump li {
    display: block;
    margin: 0;
    border-right: 0;
    padding-right: 0;
  }
  .content_jump li a {
    display: block;
    padding: 1% 2%;
    border-bottom: dotted 1px #cccccc;
    background: #fafafa;
  }
}