@charset "utf-8";
/* CSS Document */
/*
**************************
**************************
MT入力汎用ページcss
**************************
**************************
*/

/**
 * 基本設定
 * ----------------------------------------------------------------------------
 */
/* 要素 */
#pgpage{
	margin-bottom: 0;
}
body{
	font-size: 16px;
	line-height: 180%;
	word-break: break-all;
	margin: 0;
	padding: 0;
	font-weight: bold;}
.main{
	margin-bottom: -35px;
}
.breadcrumb__item{
	font-weight: normal;
}
#pgpage h1,#pgpage h2,#pgpage h3{
	margin-bottom: 20px;
}
#pgpage h2{
	font-size: 200%;
}
#pgpage h3{
	font-size: 180%;
}
#pgpage img, #pgpage object, #pgpage embed, #pgpage video {
    max-width: 100%;
}
#pgpage a{}
#pgpage a[target*="_blank"]::after{
}
/* クラス */
 #pgpage div.cont0,#pgpage div.cont1,#pgpage div.cont2,#pgpage div.cont3,#pgpage div.cont4,
 #pgpage div.cont5,#pgpage div.cont6,#pgpage div.cont7,#pgpage div.cont8,#pgpage div.cont9,
 #pgpage div.cont10{
	text-align: center;
}
#pgpage .text,
#pgpage .moviey,
#pgpage .img_s{
	margin-bottom: 30px;
}
#pgpage .img1,
#pgpage .img2,
#pgpage .text1,
#pgpage .text2{
	margin: 0 0 10px 0;
}
#pgpage .clearfix:before, #pgpage .clearfix:after { content: ""; display: table; }
#pgpage .clearfix:after { clear: both; }
#pgpage .clearfix { zoom: 1; }
#pgpage .clear{
	clear: both;
}

#pgpage #container{
	width: 100%;
	/*background: #f9f8f3;*/
	/*width: 900px;*/
	/*padding: 30px 50px 50px 50px;*/
}

#pgpage {
    background: url("img/ramen_bg.jpg");
    background-size: cover;
}

/**
 * メインビジュアル
 * ----------------------------------------------------------------------------
 */
#pgpage .h1mainv h1{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 200%;
	background-repeat: repeat;
	background-size: 60px;
	line-height: 50%;
    margin-bottom: 100px;
}

/**
 * リード文
 * ----------------------------------------------------------------------------
 */
#pgpage .lead_text{
    text-align: center;
    margin: 0 auto;
    width: 855px;

}
#pgpage .lead_text p{
    width: 100%;
    font-size: 150%;
    line-height: 200%;
}
#pgpage .text-green{
    color: #005839;
    font-weight: bold;
}
#pgpage .text-red{
    color: #a70000;
    font-weight: bold;
}
#pgpage .text-large{
    font-size: 150%;
}
/**
 * カラム
 * ----------------------------------------------------------------------------
 */
 /* 2カラム */
#pgpage .multi2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#pgpage .multi2 .multi2cont {
    width: 47%;
    margin: 0 1.5% 30px 1.5%;
}
 /* 3カラム */
#pgpage .multi3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#pgpage .multi3 .multi3cont {
    width: 30.333333%;
    margin: 0 1.5% 30px 1.5%;
}
 /* 4カラム */
#pgpage .multi4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#pgpage .multi4 .multi4cont {
    width: 22%;
    margin: 0 1.5% 30px 1.5%;
}

#pgpage .timeday_box {
    background: #fdbf0f;
    padding: 20px;
}

#pgpage .cont0{margin: 0;}


#pgpage .cont1{padding: 20px 0;}
#pgpage .cont1 p{font-size: 18px;line-height: 180%;}

#pgpage .youtube_area{

    width: 811px;
    height: 479px;
    margin: 0 auto 0;
    position: relative;
	margin-bottom: 50px;
}
#pgpage .youtube_area iframe{
    position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}


/**
 * 1080
 * ----------------------------------------------------------------------------
 */
@media screen and (max-width:1080px){
	#pgpage .lead_text,#pgpage .youtube_area{
		width: 680px;
	}
		#pgpage,#pgpage .lead_text{
		background-size: contain;
	}
	#pgpage .youtube_area{
		background-size: contain;
		margin-top: 0;
		height: 400px;
	}
	
}


/**
 * 767
 * ----------------------------------------------------------------------------
 */
@media screen and (max-width:767px){
	body{
		font-size: 12px;
	}
	#pgpage .lead_text{
		width: 100%;
		position:absolute;
		height: 200px;
		margin-top: -50px;
	}
	#pgpage .lead_text p{
		width: 95%;
		border-radius: 10px;
		padding: 10px 0;
		margin: 0 auto;
		font-size: 130%;
	}
	#pgpage .youtube_area{
		width: 100%;
		background-image: none;
		height: 350px;
		margin-top: 100px;
	}
	#pgpage .youtube_area iframe{
		width: 95%;
		height: 200px;
	}

	
}