@charset "UTF-8";

/* --------------------------------
	common
-------------------------------- */
figure {
	padding-top: 40px;
}

#main p {
	font-size: min(22px, 4.5vw);
	padding-top: 20px!important;
}

#main h2.sec_title {
	color: #967d31;
	font-size: 28px;
	font-weight: 400;
	margin-top: 40px;
	padding: 0 0 10px;
	line-height: normal;
	font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main h3.day_title02 {
	font-size: 36px;
	font-weight: 500;
	margin-top: 20px;
}



#sec02, #sec03, #sec04, #sec05, #sec06 {
	padding-bottom: min(80px, 3rem);
}

#sec03, #sec05 {
	background-color: #fbf9ea;
	padding-top: min(80px, 2rem);
}

.marker {
	background-color: #fdff6c;
	font-weight: 400;
}

.marker02 {
	background-color: #f6c7ce;
}

div.qa {
	border-top: 1px solid #967d31;
	margin-top: 40px;
	padding-top: 20px;
}

p.qtn {
	font-weight: 600;
	text-indent: -1em;
	padding-left: 1em;
	color: #00a199;
}

p.ans {
	text-indent: -1em;
	padding-left: 1em;
}

#sec06 p.toshop {
	margin-top: -20px;
}

p.attention{
	font-size:12px;
	line-height:15px;
	text-align: end;
}
#sec01 .icon{
	text-align: center;
}

@media (max-width: 768px) {
	figure {
		padding-top: 3rem;
	}

	#main p {
		padding-top: 1rem!important;
	}
	#main h2.day_title {
		font-size: 7vw;
		margin-top: 3rem;
	}
	#main h3.day_title02 {
		font-size: 6vw;
	}
	div.qa {
		margin-top: 3rem;
		padding-top: 2rem;
	}
		p.attention {
	margin: 1rem 0 0!important;
	font-size: 1.4rem;
	line-height:15px;
	}
	#main h2.sec_title {
	font-size: 22px;
}
}


/* --------------------------------
	profile
-------------------------------- */


.profile-section {
  max-width: 800px;
  margin: 0 auto;
  text-align: center; 
}

.line-img {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  display: block;
}

.profile-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 20px 0;
	padding: 0 30px;
}

.profile-left {
  flex: 2.2;              
  text-align: left;
}

.profile-right {
  flex: 2;              
}

.profile-title {
	max-width: 50%;
}

.profile-text {
  line-height: 1.6;
}

.profile-right {
  width: 200px; 
}

.profile-image {
  width: 100%;
  height: auto;
}



#profile {
	padding: 10px 20px;
}

#profile h3 {
	text-align: center;
	font-size: 30px;
	padding-bottom: 1rem;
}

#profile h2 {
	text-align: center;
	font-size: 38px;
	font-weight: 500;
}

#profile h2 span {
	font-size: 26px;
}

#profile figure {
	padding-top: 30px;
	padding-bottom: 30px;
}

#profile p {
	padding-top: 0!important;
	font-size: 17px;
}

#profile p a {
	display: inline;
	background: url("../img/link.png") left center no-repeat;
	background-size: 10px auto;
/*	padding-left: 20px;*/
}


#profile p a span {
	border-bottom: 1px solid black;
}


#profile .linkbox p.toshop .btn{
	padding-top: 0;
    box-sizing: border-box;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 5px;
    color: #fff !important;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    background-color: #f5662b;
    font-size: min(26px, 4.6vw);
}

@media (max-width: 768px) {
	
	
.profile-wrap {
	padding: 0 10px;
}

	#profile h3 {
		font-size: 5.5vw;
	}
	#profile h2 {
		font-size: 8vw;
	}
	#profile h2 span {
		font-size: 5vw;
	}
	#profile figure {
		padding: 2rem 0;
	}
	#profile p, #profile p a {
		font-size: 3.2vw;
		font-weight: bolder;
	}
	#sec01 p {
		padding-top: 0!important;
	}
}

/* --------------------------------
	#sec02
-------------------------------- */

#sec01 figure{
	margin-bottom: 20px;
}

.inner p a {
  display: inline;              
  text-decoration: underline;   
}

.inner p a:hover {
  color: #f5662b;              
  text-decoration: underline;
}

#sec02 .uv .toshop {
    padding-top: 0 !important;
	padding-bottom: 20px;
}




/* --------------------------------
	#recipe
-------------------------------- */
#recipe .back{
	padding: 30px;
	background-color: #fff4d6;
	border-radius: 10px;
	margin-top: 20px;
}

#recipe .recipe_img {
  display: block;        
  margin: 0 auto;       
  width: 60%;            
  height: auto;        
}

#recipe .recipe_title_img{
	margin: 10px 0;
}

#recipe p{
	    font-size: min(21px, 4.5vw);
	padding-top: 0 !important;
}
#recipe figure{
	padding-top: 0 !important;
}

#recipe h2{
	color: #9f6c1f;
	font-size: min(21px, 5vw);
	margin:20px 0 10px;
}

@media (max-width: 768px) {
#recipe .back{
	padding: 15px;
}
}
/* --------------------------------

-------------------------------- */
/*# sourceMappingURL=style.css.map */