@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: #301e56;
    margin: 100px 0 60px;
	text-align: center;
}

#mainBlock h2 span{
	border-bottom: 1px solid #301e56;
	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: #603813;
    margin: 20px 0px 10px;
	border-bottom: 1px dotted #301e56;
	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;
}

/*#mainBlock .voice {
    width: 30%;
    height: auto;
    border-radius: 50%;
	float: left;
	margin-right: 50px;
}*/

/*#history ul li{
	margin-bottom: 30px;
}
#history .historyImg {
	text-align: center;
				margin-top: 4%;
}

#history .historyImg span{
	letter-spacing: 2px;
	font-weight: 600;
	line-height: 200%;
}

#history .historyImg img{
	width: 80%;
	margin: auto;
}*/


/*#summary .summary-box {
	display: flex;
	align-items:stretch;
	font-size: 18px;
    line-height: 160%;
    letter-spacing: 1px;
	justify-content: space-around;
	flex-wrap: nowrap;
	text-align: center;
	margin: 0 auto;
}

#summary .summary-box .summary-inn {
	width: 30%;

}

#summary .summary-box .summary-inn .sum-label {
	background-color: #39090A;
	color: #FFFFFF;
	font-weight: 500;
	padding: 4%;
	border-radius: 7px 7px 0 0;
	
}

#summary .summary-box .summary-inn .sum-in{
	padding: 7% 4%;
	border-radius: 0px 0px 7px 7px;
	border: 1px solid #39090A;

}*/

/*#secret  ul {
	font-size: 18px;
    line-height: 160%;
    letter-spacing: 1px;
    display: flex;
    flex-wrap: wrap;
	margin: 0 auto;
}

#secret ul li {
	background-color:#E7E3C3;
	padding:3%;
	margin:0 auto 2%  auto;
    width: 80%;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color:#2E0C0C;
	border-radius:7px;
}

#secret .miryoku-deco{
	display: block;
	margin: 0 auto;
}

#secret {
	background-image:url( "../img/magamo/miryoku02.png");
	background-position: right 300px top 0 ;
	background-repeat: no-repeat;
}*/


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

#standard__box{

margin: 60px auto;
}


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

#standard .standard__table tr{
}

#standard .standard__table th{
  text-align: center;
  padding: 20px;
  border-right:solid 1px #c2e8e1;
  border-left:solid 1px #c2e8e1;
  border-bottom:solid 1px #c2e8e1;
  border-top:solid 1px #c2e8e1;
  width: 20%;
  font-weight: 600;
  color: #301e56;
  display: table-cell;
  vertical-align:middle;
}

#standard .standard__table td{
  padding: 20px;
  border-right:solid 1px #c2e8e1;
  border-left:solid 1px #c2e8e1;
  border-bottom:solid 1px #c2e8e1;
  border-top:solid 1px #c2e8e1;
  width: 80%;
  line-height: 2.0rem;
}

#standard .standard__table tr:last-child{
  border-bottom:solid 1px #ddd;
}

#standard .standard__table th:nth-child(1){
  background-color:#E3F4F1;
  width: auto;
/*  padding: 10px;*/
}

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


/*----------
feature「霞ヶ浦 暁のしらうお」の特長
----------*/

#feature .feature__box{
	margin: 60px auto;
	font-size: 18px;
}

#feature .feature__box .feature__item{
	border: 2px solid #c2e8e1;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 30px;
}

#feature .feature__box .feature__item .feature_ttl {
	font-size: 22px;
  	font-weight: 700;
  	padding: 20px 0;
  	color: #301e56;
  	border-bottom: 1px #c2e8e1 solid;
}

#feature .feature__box .feature__item .feature_ttl::before {
 	display: inline-block;
	margin: 0 10px 0 0;
	width: 22px;
	height: 22px;
	content: '';
	 border-radius: 100%;
	background:#c2e8e1;
			    }

#feature .feature__box .feature__item .feature_cnt {
	font-size: 18px;
	padding: 10px 0;
	line-height: 2.0rem;
}

/*----------
shop「霞ヶ浦 暁のしらうお」商品概要
----------*/

#shop .shop__box{
margin: 60px auto;
}

#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 #c2e8e1;
  border-left:solid 1px #c2e8e1;
  border-bottom:solid 1px #c2e8e1;
  border-top:solid 1px #c2e8e1;
  width: 20%;
  font-weight: 600;
  color: #301e56;
  display: table-cell;
  vertical-align:middle;
}

#shop .shop__table td{
  padding: 20px;
  border-right:solid 1px #c2e8e1;
  border-left:solid 1px #c2e8e1;
  border-bottom:solid 1px #c2e8e1;
  border-top:solid 1px #c2e8e1;
  width: 80%;
  line-height: 2.0rem;
}


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


#shop .shop__table th:nth-child(1){
  background-color:#E3F4F1;
  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: #E3F4F1;
    color: #301e56;
    font-size: 22px;
    line-height: 100%;
    font-weight: 800;
	border-radius: 10px;
}

#shop a.btn:hover{
	background-color: #301e56;
	color: #E3F4F1;
/*	opacity: 0.7;*/
}

*, ::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__table{
  font-size: 16px;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  display: flex;
  margin: 0 auto 30px auto;
}


#standard .standard__table th{
  width: 100%;
  display:block;
padding: 10px;
}

#standard .standard__table td{
  width: auto;
  display:block;
  text-align:left;
	
}

#standard .standard__table tr:last-child{
  border-bottom:solid 1px #ddd;
}


#standard .standard__table th:nth-child(1){
  background-color:#E3F4F1;
  padding: 10px;
}

#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;
		} 	
	
	
	
/*----------
feature「霞ヶ浦 暁のしらうお」の特長
----------*/
#feature .feature__box{
	margin: 30px auto;
	font-size: 18px;
}

#feature .feature__box .feature__item{
	border: 2px solid #c2e8e1;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 30px;
}

#feature .feature__box .feature__item .feature_ttl {
	font-size: 20px;
  	font-weight: 500;
  	padding: 20px 0;
  	color: #301e56;
  	border-bottom: 1px #c2e8e1 solid;
	text-align: center;
}

#feature .feature__box .feature__item .feature_ttl::before {
 	display: inline-block;
	margin: 0 10px 0 0;
	width: 20px;
	height: 20px;
	content: '';
	 border-radius: 100%;
	background:#c2e8e1;
			    }

#feature .feature__box .feature__item .feature_cnt {
	font-size: 18px;
	padding: 10px 0;
	line-height: 2.0rem;
}
	
/*----------
shop「霞ヶ浦 暁のしらうお」商品概要 /SP 
----------*/
	
#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/shirauo2/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 .standard__item:last-child .standard_cnt {
  margin-bottom: 0;
}
#mainBlock #standard .standard__box {
  margin-bottom: 0;
}
/*----------
#feature
----------*/
#feature {
  background-image: url("../img/shirauo2/hl_bg-06.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% auto;
}
#feature .feature__box .feature__item{
    border-radius: 10px;
    padding: 20px;
  background: url( "../img/shirauo2/hl_bg-04.png") top right no-repeat,linear-gradient(45deg, rgba(244, 255, 253, 1), rgba(234, 245, 243, 1));
}
#feature .feature__box .feature__item:nth-child(odd){
	border: #DAD2EC solid 2px;
  background-image: none;
  background: url( "../img/shirauo2/hl_bg-04.png") top right no-repeat,linear-gradient(45deg, rgba(252, 250, 255, 1), rgba(242, 240, 247, 1));
}
#feature .feature__box .feature__item:nth-child(odd) .feature_ttl{
	border-color: #DAD2EC;
}
#feature .feature__box .feature__item .feature_ttl::before{
    background: none;
	background-image: url("../img/shirauo2/icon_sea-01.png");
	width: 50px;
	height: 26px;
	background-size: cover;
    border-radius: 0;
	margin-right: 20px;
}
#feature .feature__box .feature__item:nth-child(odd) .feature_ttl::before{
	background-image: url("../img/shirauo2/icon_sea-02.png");
}


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

/*----------
#visit
----------*/
#visit {
  background-image: url("../img/shirauo2/hl_bg-05.png");
  background-repeat: no-repeat;
  background-position: 0 -32px;
  background-size: 100% auto;
}

/*----------
#shop
----------*/
#shop {
  background-image: url("../img/shirauo2/hl_bg-06.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;
  }
/*----------
#visit
----------*/
  #visit .mb50 {
    margin-bottom: 20px
  }
/*----------
#feature
----------*/

	#feature .feature__box .feature__item{
    background-position: right top;
		background-size: 280% auto !important;
	}
	#feature .feature__box .feature__item .feature_ttl{
		text-align: left;
		
	}
#feature .feature__box .feature__item .feature_ttl::before{
	margin-right: 10px;
}
}

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

.sirauo__img{
    
    display:flex;
    justify-content: space-between;
    
}
.sirauo__img__item{
    
width:48%;
    
}


@media screen and (max-width:640px) {
.sirauo__img{
display:block;
    
}
.sirauo__img__item{
    
width:100%;
    
}
    
.sirauo__img__item:last-of-type{
    
margin:15px 0 0 0;
    
}    
    
}

.umaimon-wrap{
    
    margin:0 20px;
}

.btn__area{
    background:#f6f8fc;
    border:1px solid #eee;
    display:flex;
    justify-content: space-between;
    padding:20px;
    margin:0 0 60px 0;
    
}

@media screen and (max-width:640px) {
  .btn__area{
   
    display:block;
  
    padding:20px;
    margin:0 0 60px 0;
    
}  
    
}



.btn__area__form{
    width:48%;
}

@media screen and (max-width:640px) {
.btn__area__form{
    width:100%;
} 
    
}

.btn__area__hp{
    width:48%;
}

@media screen and (max-width:640px) {
.btn__area__hp{
    width:100%;
    margin:20px 0 0 0;
}
 
}

.btn__area img{
    
    border:1px solid #eee;
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
