@charset "UTF-8";


/* ----------------------------------------
	#　トップページ
---------------------------------------- */
#wrap{
width: 100%;
height: 100vh;
letter-spacing: 0.5px;
position: relative;
}

.comingsoon{
width: 283px;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}

.top_img{
position: relative;
}

.top_img .logo{
width: 250px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
z-index: 11;
}

.coverTop{
width: 100%;
position: absolute;
background-image: linear-gradient(45deg, rgba(60, 145, 200, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 50%);
background-size: 3px 3px;
z-index: 1;
height: 100%;
top: 0;
left: 0;
}

.flame{
position: absolute;
background-image: url("../img/top_flame_top.png");
background-size: 100%;
background-repeat: no-repeat;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 10
}

.object_fit{
object-fit: cover;
}

.pc{
display: block;
}

.smp{
display: none;
}


/* ----------------------------------------
	#　ヘッダーメニュー
---------------------------------------- */
header{
background-color: #006532;
}

.hed_menu{
width: 900px;
margin: 0 auto;
padding-top: 15px;
display: flex;
justify-content: space-between;
align-items: center;
}

.hed_menu li{
width: 160px;
text-align: center;
}

.hed_menu li.icon{
width: 85px;
z-index: 999;
}

.hed_menu li a{
display: flex;
flex-direction: column;
position: relative;
color: #fff;
}

.hed_menu li a:hover{
opacity: 1;
}

.hed_menu li a:after {
position: absolute;
bottom: -4px;
left: 0;
content: '';
width: 160px;
height: 1px;
background: #EAEFA8;
transform: scale(1, 1);
transform-origin: center top;
transition: transform .3s;
}

.hed_menu li a:hover:after {
transform: scale(0, 1);
transform-origin: center top;
transition: transform .3s;
}

.hed_menu li span{
font-size: 8px;
display: block;
color: #EAEFA8;
}


/* ----------------------------------------
	#　鶴亀の想い
---------------------------------------- */
#top01{
padding: 100px 0;
background-image: url("../img/top_flame01.png"), url("../img/top_flame02_01.png");
background-repeat: no-repeat, no-repeat;
background-position: top, bottom;
background-size: 100%, 100%;
background-color: #F7F4DC;
}

h2{
width: 100%;
text-align: center;
font-size: 35px;
margin-bottom: 50px;
}

h2 span{
color: #00B432;
display: block;
font-size: 15px;
letter-spacing: 0.2em;
}

.phi_box{
width: 100%;
display: flex;
margin-bottom: 20px;
}

.phi_txt{
width: 100%;
text-align: center;
margin: 100px 0;
}

.phi_box .phi_txt{
width: 45%;
padding: 50px 0;
margin: 0;
text-align: left;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.phi_txt p{
line-height: 200%;
}

.phi_box .phi_txt p{
width: 80%;
max-width: 500px;
}

.phi_img{
width: 55%;
height: 440px;
display: flex;
justify-content: space-between;
}

.phi_img > div{
width: 49%;
height: 440px;
}

.phi_img.img01 > div:first-child img{
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
}

.phi_img.img > div:last-child img{
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
}

.phi_img .object_fit{
object-position: center;
height: 440px;
}


/* ----------------------------------------
	#　スライダー
---------------------------------------- */
.con-slider{
display: flex;
align-items: center;
height: 200px; 
overflow: hidden;
}

@keyframes loop-slide {
from {
transform: translateX(0);
}
to {
transform: translateX(-100%);
}
} 

.slide_inner{
display: flex;
animation: loop-slide 30s infinite linear 1s both;
}

.slide_inner li{
width: 230px;
height: 200px;
margin-right: 10px;
}


/* ----------------------------------------
	#　商品開発について
---------------------------------------- */
#top02{
padding-top: 8%;
margin-top: -10%;
background-image: url("../img/top_flame02_01.png");
background-repeat: no-repeat;
background-position: top;
background-size: 100%;
}

#top02_bg{
background-color: #EAEFA8;
padding-bottom: 70px;
}

#item{
background-image: url("../img/bg02.png");
background-repeat: repeat-x;
background-position: bottom;
background-size: auto;
padding-bottom: 230px;
}

.pro_box{
width: 1000px;
margin: 0 auto;
position: relative;
}

.pro_txt{
width: 50%;
margin-right: auto;
}

.pro_img01{
width: 350px;
position: absolute;
top: -220px;
right: 0;
}

.pro_img{
width: 270px;
position: absolute;
top: -30px;
right: 20%;
}


/* ----------------------------------------
	#　商品一覧
---------------------------------------- */
#shop{
margin-top: 50px;
}

#shop .bg{
width: 98%;
max-width: 1300px;
margin: 0 auto;
background-image: url("../img/top_flame02_02.png");
background-repeat: no-repeat;
background-size: 100% 100%;
padding: 50px 10%;
}
@media only screen and (max-width:767px) {
#shop .bg{
width: 95%;
padding-left: 20px;
padding-right: 15px;
}
}

.shop_box{
width: 100%;
margin: 0 auto;
display: flex;
justify-content: space-between;
}

.shop_box li{
width: 48%;
min-width: 470px;
}
@media only screen and (max-width:767px) {
.shop_box li{
width: 100%;
min-width: auto;
}
.shop_box li:last-child{
margin: 0;
}
}

.shop_box li a{
display: flex;
align-items: center;
}

.shop_box li a:hover{
opacity: 1;
}

.shop_img,
.shop_img img{
width: 230px;
height: 230px;
}
@media only screen and (max-width:767px) {
.shop_img,
.shop_img img{
width: 150px;
height: 150px;
}
}

.shop_img{
overflow: hidden;
border-radius: 200px;
box-shadow: 0 0 15px rgba(0,0,0,.5);
}

.shop_img img{
object-fit: cover;
position: relative;
z-index: 100;
transition-duration: 0.5s;
}

.shop_box li:hover .shop_img img{
transform: scale(1.1,1.1);
}

.shop_box li p{
flex: 1;
font-size: 20px;
padding-left: 30px;
padding-bottom: 15px;
position: relative;
}
.shop_box li p:after{
content: "";
position: absolute;
border-bottom: 1px solid #000;
width: 105%;
bottom: 0;
left: -15px;
}
@media only screen and (max-width:767px) {
.shop_box li p{
padding-left: 25px;
font-size: 18px;
}
.shop_box li p:after{
width: 110%;
left: -25px;
}
}


.shop_box li p span{
display: block;
width: 100%;
text-align: right;
}

.lightbox{
display: none;
}

.modal_content{
display: flex;
padding: 30px;
background-color: #fff;
}
@media only screen and (max-width:1024px) {
.modal_content{
flex-direction: column;
}
}
@media only screen and (max-width:767px) {
.modal_content{
padding: 20px;
}
}

.food_img{
width: 470px;
margin-right: 30px;
}
@media only screen and (max-width:1024px) {
.food_img {
width: 100%;
max-width: 470px;
margin: 0 auto 50px;
}
}

.food_inner{
flex: 1;
}

.subimage{
width: 100%;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
margin-top: 20px;
}
@media only screen and (max-width:767px) {
.subimage{
margin-top: 10px;
}
}

.subimage li,
.subimage li img{
width: 100px;
height: 100px;
}
.subimage li{
margin-right: 25px;
}
.subimage li img{
object-fit: cover;
border: 1px solid #000;
}
@media only screen and (max-width:767px) {
.subimage li{
width: 20%;
height: auto;
margin-right: 4%;
}
.subimage li img{
width: 100%;
height: auto;
}
}

.food_inner .tit{
display: flex;
font-size: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #000;
}

.food_inner .tit p,
.food_inner .tit p span{
font-weight: bold;
line-height: 130%;
}

.food_inner .tit p{
margin-left: 20px;
}

.food_inner .tit p span{
display: inline-block;
}

.food_inner .tit img{
width: 75px;
height: 75px;
}

.food_inner .price{
padding: 20px 0;
font-size: 20px;
}
@media only screen and (max-width:1024px) {
.food_inner .price{
display: flex;
justify-content: flex-end;
}
}
@media only screen and (max-width:767px) {
.food_inner .price {
flex-direction: column;
}
}

.food_inner .price > div{
margin-bottom: 5px;
display: flex;
align-items: center;
justify-content: flex-end;
letter-spacing: 0.05em;
line-height: 100%;
font-weight: bold;
}
@media only screen and (max-width:1024px) {
.food_inner .price > div{
margin-left: 15px;
}
}

.food_inner .price > div:last-child{
margin-bottom: 0;
}

.food_inner .price span{
line-height: 100%;
}

.food_inner .price .f-s{
font-size: 13px;
margin-bottom: -5px;
}

.food_inner .price .size{
display: inline-block;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
font-weight: bold;
color: #fff;
border-radius: 25px;
margin-right: 10px;
}

.size.l{background-color: #006532;}
.size.s{background-color: #15844a;}

.food_inner .txt{
font-size: 14px;
}

.food_inner table{
width: 100%;
border-spacing: 3px;
border-collapse: separate;
font-size: 14px;
padding-top: 20px;
}

.food_inner table th{
width: 80px;
color: #fff;
background-color: #d0936e;
text-align: center;
vertical-align: middle;
}

.food_inner table td{
padding: 5px 0 5px 10px;
}



/* ----------------------------------------
	#　プロフィール
---------------------------------------- */
#top03{
padding: 100px 0 50px;
background-image: url("../img/top_flame03.png");
background-repeat: no-repeat;
background-position: top;
background-size: 100%;
}

.prof_box{
width: 900px;
margin: 0 auto;
display: flex;
align-items: center;
}

h3{
color: #BD6532;
border-bottom: 1px solid #BD6532;
font-size: 20px;
font-weight: bold;
margin-bottom: 15px;
}

.prof_box .l{
width: 70%;
}

.prof_box .r{
width: 30%;
}

.prof_box ul{
padding: 0 15px;
}

.prof_box li{
display: flex;
margin-bottom: 10px;
}

.prof_box .txt01{
width: 25%;
}

.prof_box .txt01 span{
display: flex;
align-items: center;
text-align: center;
}

.prof_box .txt01 span:after{
border-top: 1px solid #898989;
margin: 0 5px;
content: "";
display: inline;
flex-grow: 1;
}


#parallax{
position: relative;
}

#parallax > img{
position: absolute;
width: 100%;
}

#parallax > div {
box-sizing: border-box;
color: #FFF;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
height: 100%;
padding: 13% 5% 8%;
}

.parallax-bg {
background-image: url("../img/img_kaihatu.jpg");
background-attachment: fixed;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.pra_midashi{
font-size: 30px;
margin-bottom: 30px;
}

.parallax-bg p{
line-height: 200%;
}


/* ----------------------------------------
	#　フッター
---------------------------------------- */
footer{
background-image: url("../img/top_flame_foot.png");
background-repeat: no-repeat;
background-position: left bottom 25px;
background-size: 100%;
}

.foot_menu{
width: 100%;
padding: 15px 0;
display: flex;
justify-content: center;
background-color: #EAEFA8;
}

.foot_menu li{
width: 220px;
border-left: 1px dashed;
}

.foot_menu li:last-child{
border-right: 1px dashed;
}

.foot_menu li a{
display: flex;
align-items: center;
justify-content: center;
letter-spacing: 0.1em;
}

.foot_menu li img{
width: 55px;
}

.foot_menu li span{
margin-left: 15px;
}

.foot_box{
display: flex;
justify-content: center;
align-items: center;
margin: 30px 0 5%;
}

.foot_img{
width: 230px;
margin-right: 20px;
}

.copy{
width: 100%;
padding: 5px 10px;
text-align: center;
background-color: #006532;
color: #fff;
font-size: 13px;
}







/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
/*●●●●●●●●●●●●●●●●●●●●●●●●　タブレット　769〜1024　●●●●●●●●●●●●●●●●●●●●●●*/
/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
@media screen and ( max-width : 1024px ) {

.pc{
display: none;
}

.smp{
display: block;
}


/* ----------------------------------------
	#　トップページ
---------------------------------------- */
.top_img{}



/* ----------------------------------------
	#　ヘッダーメニュー
---------------------------------------- */
.hed_menu{
width: 100%;
flex-direction: column;
position: relative;
padding: 100px 0 20px;
}

.hed_menu li{
width: 100%;
text-align: left;
}

.hed_menu li.icon{
position: absolute;
top: 15px;
left: 50%;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
}

.hed_menu li a{
display: flex;
flex-direction: row;
position: relative;
}

.hed_menu li a:after {
display: none;
}

.hed_menu li span{
display: inline-block;
color: #fff;
margin-left: 5px;
font-size: 12px;
}


/* ----------------------------------------
	#　鶴亀の想い
---------------------------------------- */
#top01{}


/* ----------------------------------------
	#　商品開発について
---------------------------------------- */
#top02{

}

.pro_box{
width: 100%;
margin: 0 auto;
}

.pro_txt{
width: 40%;
margin-left: 5%;
}


/* ----------------------------------------
	#　オンラインショップ
---------------------------------------- */
#shop{
}

.shop_btn{
width: 100%;
max-width: 300px;
}

.pro_img01 {
width: 300px;
top: -40%;
}

.pro_img {
width: 250px;
top: 20%;
right: 150px;
}



/* ----------------------------------------
	#　プロフィール
---------------------------------------- */
#top03{
}

.prof_box{
width: 92%;
}

.prof_box ul{
padding: 0;
}

.prof_box .txt01{
width: 200px;
}


/* ----------------------------------------
	#　フッター
---------------------------------------- */
footer{}
	
	
}










/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●　スマホ　●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
@media only screen and (max-width: 767px) {

/* ----------------------------------------
	#　トップページ
---------------------------------------- */
.top_img{
position: relative;
height: 500px;
}

.top_img > img{
height: 500px;
}

.top_img .logo{
width: 200px;
}

.flame{
background-image: url("../img/top_flame_smp.png");
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
height: 500px;
top: 0;
left: 0;
}


/* ----------------------------------------
	#　ヘッダーメニュー
---------------------------------------- */
.hed_menu{
}

/* ----------------------------------------
	#　鶴亀の想い
---------------------------------------- */
#top01{
background-image: url("../img/top_flame01_smp.png");
padding-bottom: 0;
}

h2{
margin-bottom: 30px;
}

.phi_box{
flex-direction: column;
}
	
.phi_box:last-child{
flex-direction: column-reverse;
}

.phi_box .phi_txt{
width: 100%;
}

.phi_txt:first-child {
padding-top: 0;
}
	
.phi_img.img01 > div:first-child img,
.phi_img.img > div:last-child img{
border-radius: 0;
}

.phi_img{
width: 100%;
height: 50vh;
max-height: 300px;
}
	
.phi_box.box02{
flex-direction: column-reverse;
}

.phi_img .object_fit{
height: 50vh;
max-height: 300px;
}

.phi_txt {
width: 90%;
text-align: left;
margin: 50px auto;
}

.phi_box .phi_txt p {
width: 90%;
}

.slide_inner li {
width: 200px;
height: auto;
margin-right: 10px;
}



/* ----------------------------------------
	#　商品開発について
---------------------------------------- */
#top02{}

#top02_bg {
padding-top: 50px;
padding-bottom: 50px;
}

.pro_txt{
width: 92%;
margin: 0 auto;
}

.pro_img01,
.pro_img{
display: none;
}


/* ----------------------------------------
	#　プロフィール
---------------------------------------- */
#top03{
background-image: url("../img/top_flame03_smp.png");
padding: 30px 0;
}

.prof_box{
flex-direction: column-reverse;
}

.prof_box .l{
width: 100%;
}

.prof_box .r{
width: 100%;
max-width: 350px;
}

.prof_box li{
display: flex;
margin-bottom: 10px;
}

.prof_box .txt01{
width: 10%;
max-width: 75px;
min-width: 75px;
}

.prof_box .txt01 span:after{
display: none;
}

.prof_box .txt02{
width: 90%;
padding-left: 10px;
border-left: 1px solid #898989;
}

#parallax > div{
padding: 25% 5%;
}


/* ----------------------------------------
	#　フッター
---------------------------------------- */
footer{
background-image: url("../img/flame_foot_smp.png");
}

.foot_menu li{
width: 32%;
}

.foot_menu li:last-child{
border-right: none;
}

.foot_menu li:first-child{
border-left: none;
}

.foot_menu li a{
flex-direction: column;
}

.foot_menu li img{
width: 45px;
}

.foot_menu li span{
font-size: 13px;
margin-left: 0;
}

.foot_box{
flex-direction: column;
margin-bottom: 10%;
}

.foot_img{
width: 200px;
margin-right: 0;
}

.foot_txt{
margin-top: 15px;
display: inline-block;
text-align: center;
}


.copy{
font-size: 12px;
}

}