@charset "utf-8";
html {
    scroll-padding-top: 60px;
}

body {
	margin: 0 auto;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	color: #2d2428;
}

* a{
	text-decoration: none;	
	color: inherit;
}

h1{	
	margin: 0 auto;
	padding-top: 1.6em;
	text-align: center;
	font-size: clamp(20px,7vw,90px);
	font-weight: bold;
	color: #ffffff;
	text-shadow: 2px 2px 6px #2d2428;
}

h1 span{
	font-size: clamp(15px, 5vw, 70px);
	font-weight: normal;
	line-height: 2;
}

h2{	
	font-size: 28px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.linkLine{
  position: relative;
  display: inline-block;
  padding: 0 2em .4em .5em;
  text-decoration: none;
}

.linkLine::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  border-bottom: 1px solid currentColor;
  border-right: 2px solid currentColor;
  transform: skewX(50deg) translateX(0);
  transition: transform .3s ease;
}

#top .sectionFrame .linkLine:hover{
	font-size: 150%;
}

.linkLine:hover::before,
.linkLine:focus-visible::before {
  transform: skewX(50deg) translateX(10%);
}

header{
	height: 60px;
	background-color: #e1944e;
	position: sticky;
	top: 0;
	z-index: 10;
}

#headerContents{
	margin: 0 auto;
	max-width: 900px;
	min-width: 700px;
	height: 60px;
	padding: 0 10px 0;

	display: flex;
	justify-content: space-between;
	align-items: center;
}

#headerLogo img{
	height: 60px;
	width: auto;
}

#headerLogo img:hover{
	height: 70px;
	width: auto;
}

nav ul li{
		display: inline-block;
		margin-left: 20px;
		vertical-align: middle;
}

nav ul li:hover{
	font-size: 130%;
}

#top nav li:nth-child(1),
#curry nav li:nth-child(2),
#company nav li:nth-child(3){
	padding: 5px 15px 7px;
	background-color: #2d2428;
	color: #ffffff;
	border-radius: 15px;
}


.headingImg{
	height: 70vh;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}


.sectionFrame{
	margin: 0 auto;
	width: 900px;
	height: auto;
	padding: 100px 0;
	padding-left: 10px;
	text-align: left;
}

.sectionFrame p{
	margin: 50px 0 0 30px;
	overflow: wrap;
}

/*** フッター ***************************************** フッター ****/

footer{
	height: 350px;
	background-image: url(../img/powder2.jpg);
	color: whitesmoke;
}

#footer{
	padding-top: 140px;
}

#footer h2{
	font-size: 36px;
	/*text-shadow: 0px 0px 4px #2d2428;*/
	text-shadow:     -1px -1px 2px rgba(255, 255, 255, 0.5), /* 左上：光 */
    1px 1px 2px rgba(45, 36, 40, 1); 
}

#footer p{
	margin: 20px 0 0 10px;
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(45, 36, 40, 1); 
}

#footer ul{
	margin: 40px auto  0 40px;
	display: flex;
	align-items: center;
}

#footer li{
	margin-right: 30px;
}

#footer .contactBtn a{
	/*display: block;*/
	margin-right: 30px;
	height: 40px;
	padding: 10px 25px;
	border-radius: 30px;
	background: linear-gradient(135deg,#e1944e 0%,#2d2428 100%);

}

#footer .contactBtn:hover{
	font-size: 130%;
	
}

#footer i{
	color: #2d2428;
}


/*** top-カレーについて ************************************** カレーについて ****/
#top .headingImg{
	background-image: url("../img/curry-1-original-yoko.webp");
}

#aboutCurry{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#aboutCurry h2{
	width: 410px;
	padding-bottom: 10px;
	background-image: url(../img/h2_greenL.svg);
	background-size:  auto;
}

#aboutCurry ul{
	margin: 50px 0 0 20px;
	width: fit-content;
	list-style: disc;
	padding: 15px 30px 15px 40px;
	background-color: #f7f4dc;
	border-radius: 15px;
	line-height: 2;
}

#aboutCurry .rightImg{
	width: 390px;
	box-shadow: 2px 2px 5px rgba(45, 36, 40, 0.5); 
}

#aboutCurry .rightImg img{
	width: 100%;
	height: auto;
}

/*** top-エレファントハウスとは *********************エレファントハウスとは*****/

#aboutEH{
		background-color: #e1944e;
}

#aboutEH .sectionFrame{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #ffffff;
}

#aboutEH h2{
	background-image: url(../img/h2_red.svg);
	background-size: 350px auto;
	margin-left: 15px;
	 text-shadow:    -1px -1px 1px rgba(255, 255, 255, 0.5), /* 左上：光 */
    1px 1px 1px rgba(45, 36, 40, 0.7); 
}

#aboutEH .leftImg{
	padding:10px;
	background-color: #ffffff;
	border-radius: 5px;
}

#aboutEH .leftImg img{
	width: 370px;
	height: auto;
}

#aboutEH .rightText{
	width: 460px;
	line-height: 1.8;
}

#aboutEH .rightText .linkLine{
	line-height: 1;
}

/*** メディア実績 **********************************メディア実績*********/
#media h2{
	padding-bottom: 10px;
	background-image: url(../img/h2_greenL.svg);
	background-size: 350px auto;
}

#mediaImg{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

#media #mediaImg img{
	width: 285px;
	height: auto;
}


/*** 業務用カレーのページ*********************************業務用カレー******/


#curry .headingImg{
	background-image: url(../img/spice-spoon.jpg);
	height: 50vh;
	min-height: 400px;
	width: auto;
	display: flex;
}

#curry .headingImg div{
	margin: 0 auto;
	flex-direction: column;
}

#curry h1{
	padding-top: 1em;
	font-size: clamp(15px,7vw,90px);
}

#curry .headingImg ul{
	color: #ffffff;
	width: fit-content;
	list-style: disc;
	line-height: 1.5;
	margin: 3em 0 0 3em;
	padding: 5px 20px 5px 40px;
	background-color: rgb(0 0 0 / 0.3);
	font-size: clamp(10px,2vw,16px);
	 text-shadow: 3px 3px 3px #000000;
}

#curry .headingImg li{
	text-align: left;
	margin-left: -10px;
	font-weight: 500;
	line-height: 2;
}

#originalCurry h2{
	width: 410px;
	padding-bottom: 10px;
	background-image: url(../img/h2_greenL.svg);
	background-size:  auto;
}

.boxContainer{
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}

.box{
	padding: 0 20px;
	position: relative;
	width: 30%;

	background-color: #fffffa;
	box-shadow: 2px 2px 5px rgba(45, 36, 40, 0.5);
	text-align: left;
	vertical-align: top;
}

#originalCurry .box{
	height: 270px;
}

.point{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	top: -30px;
	left: -30px;
	font-size: 100%;
	font-weight:300;
	color: #ffffff;
	background-color: #24a51c;
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
	box-shadow: -1px -1px 2px rgba(45, 36, 40, 0.3);
}
.box h3{
	margin: 45px auto 0;
	padding-bottom: 0.3em;
	width:fit-content;
	min-width: 9em;
	border-bottom: 1px solid #2d2428;
	text-align: center;
	font-weight: 600;	
}

.box p{
	margin: 40px 0 0;
	text-align: left;
	font-size: 15px;
	line-height: 1.5;
}

#butterChicken{
	background-color: #e1944e;
	color: #ffffff;
}

#butterChicken h2{
	width: 350px;
	padding-bottom: 10px;
	background-image: url(../img/h2_red.svg);
	background-size:  auto;
	  text-shadow:   -1px -1px 1px rgba(255, 255, 255, 0.5), /* 左上：光 */
    1px 1px 1px rgba(45, 36, 40, 0.7); 
}

#butterChicken h2 span{
	padding-left: 3px;
	font-size: 14px;
	font-weight: normal;
	line-height: 2.5;
}

#butterChicken .box{
	display: flex;
	flex-direction: column;
	height: 470px;
	background-color: #ffffff;
	border: none;
	color: #2d2428;
	box-shadow: 2px 2px 5px rgba(45, 36, 40, 0.5);
}

#butterChicken .box img{	
	margin: auto;
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}
.support h2{
	width: 350px;
	padding-bottom: 10px;
	background-image: url(../img/h2_greenL.svg);
	background-size:  auto;
}

.support .box{
	display: flex;
	flex-direction: column;
	height: 500px;
	background-color: #fffffa;
	box-shadow: 2px 2px 5px rgba(45, 36, 40, 0.5);
}

.support .box img{
	margin: auto 0 20px;
	width: 100%;
	height: auto;
}

.support .box:nth-child(2){
	width: 60%;
}

.support .box:nth-child(2) div{
	margin: auto 0 20px;
	display: flex;
	justify-content: space-between;
}

.support .box:nth-child(2) p{
	margin-left: 10px;

}
.support .box:nth-child(2) small{
	font-size: 14px;
	margin-top: 10px;
}
.support .box:nth-child(2) .poster{
	width: 45%;
	height: auto;
	margin-bottom: 0;
}




/*** company.html *****************************company.html******/

#company .headingImg{
	background-image: url(../img/nepal-1.webp);
	height: 70vh;
	min-height: 400px;
	width: auto;
	display: flex;
}

#company h1{
	padding-top: 2.5em;
	font-size: clamp(15px,7vw,90px);
}

#aboutMe{
	display: flex;
	justify-content: space-between;
	line-height: 1.5;
}

#aboutMe h2{
	width: 410px;
	padding-bottom: 5px;
	background-image: url(../img/h2_greenL.svg);
	background-size:  auto;
}


#aboutMe .left{
	width: 50%;
	display: flex;
	flex-direction: column;
}
#aboutMe .left p{
	margin-left: 15px;
	vertical-align: middle;
	width: fit-content;
	line-height: 1.7;
}

#aboutMe #nameImg{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

#aboutMe #nameImg p{
	margin-top: 75px;
}

#aboutMe .left img{
	width: 200px;
	height: auto;
}

#company #history{
	display: flex;
	flex-direction: column;
	margin-top: 90px;
	padding: 10px 15px;
	width: 45%;
	font-size: 15px;
	/*border: 1px solid #2d2428;	*/
	background-color: #fffffa;
	box-shadow: 2px 2px 5px rgba(45, 36, 40, 0.5);
}

#history .year{
	margin: 15px 0 5px;
	width: 10em;
}

#history .event{
	margin-top: 0px;
	margin-left: 1.5em;
	padding-left: 1.5em;
	border-left: 2px solid green;
}

#company .event span{
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	line-height: 1.3;
}

/*** 会社概要 *****************************/

#comProfile{
	background-color: #e1944e;
	color: #ffffff;
	line-height: 1.5;
}

#comProfile .sectionFrame{
	margin: 0 auto;
	width: fit-content;
}

#comProfile h2{
	width: 350px;
	padding-bottom: 10px;
	background-image: url(../img/h2_red.svg);
	background-size:  auto;
	text-shadow: 
    -1px -1px 1px rgba(255, 255, 255, 0.5), /* 左上：光 */
    1px 1px 1px rgba(45, 36, 40, 0.7);  
}

#comProfile table{
	margin-top: 50px;
}

#comProfile table tr{
	border-bottom: 1px solid #fff;
}
#comProfile table tr:last-child{
	border-bottom: none;
}

#comProfile table th,
#comProfile table td{
	vertical-align: middle;	
	padding: 15px;
}

#comProfile table th{
	border-right: 1px solid #fff;
}

/*** お問い合わせ *********************/

#contact{
	width: 760px;
}

#contact h2{
	width: 350px;
	padding-bottom: 10px;
	background-image: url(../img/h2_greenL.svg);
	background-size:  auto;
}

#contactForm{
	margin: 60px auto 0;
	padding: 30px 30px;
	background-color: #efea52;
}

#contactForm table{
	margin: 0 auto;
}

#contactForm table tr{
	margin-top: 30px;
	display: flex;
}

#contactForm table th{
	width: 13em;
}

#contactForm table input,
#contactForm table textarea{
	width: 380px;
	height: 40px;
	padding: 5px 5px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	border: none;
}

#contactForm table textarea{
	width: 450px;
	height: 300px;
}
#contactForm label{
	padding-right: 20px;
	height: 40px;
	display: table-cell;	
	vertical-align: top;
}

#contactForm input[type="radio"],
#contactForm input[type="checkbox"]{
	width: auto;
	height: 16px;
	margin:0 8px 0 10px;
	transform: scale(1.5);
	box-shadow: none;
}

#contactForm div a{
	margin-left: 10px;
	text-decoration: underline;
}

#contact div{
	margin-top: 50px;
	margin-left: 13em;
}

#contact #submit{
	display: block;
	margin: 20px auto 0;
	padding: 7px 20px;
	font-size: 17px;
	background-color: #F8F6BB;
	/*border: 1px solid #2d2428;*/
	border: none;
	border-radius: 3px;
	box-shadow: 2px 2px 5px rgba(45, 36, 40, 0.5) ;
}


/*** プライバシーポリシー *****************/

#privacy{
	margin: 40px auto;
	padding: 30px;
	width: 700px;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #2d2428;
	color: #2d2428;
}

#privacy #title{
	margin-bottom: 50px;
	font-size: 30px;
	text-align: center;
}

#privacy section{
	margin-top: 30px;
}

#privacy p{
	font-weight: 600;
}

#privacy div{
	margin: 5px 0 0 30px;
}