@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
}

body{
    background: #fff /*#ecf0f1*/;
	margin: 0;
	height: 100%;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

body.report{
    background: #ffc /*#ecf0f1*/;
}

pre {
	letter-spacing: 0.1em; 
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

a, a:active { text-decoration: none }

.inner{
	width: 960px;
	margin: 0 auto;
}
header{
	padding: 32px 0;
	z-index:999;
}
header .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
h1{
	width: 360px;
	margin-right: auto;
}
header nav {
	margin-right: -16px;
}
header nav ul{
	display: flex;
	align-items: center;
	
}
header nav ul li a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding: 16px ;
}

#main_img{
	max-width: 960px;
	margin: 0 auto;
}

#nav_toggle{
	display: none;
}
.change_btn{
	color: #fff;
	display: block;
	width: 100%;
	text-decoration: none;
	border: 1px solid #fff;
	text-align: center;
	padding: 25px 0;
	font-size:20px;
	margin-top: 40px;
}


/*スマホ・タブレット用の設定*/
@media screen and (max-width:960px){
	header{
		padding: 10px 0;
		margin-top:0;
		position: fixed;
		width:100%;
		height:52px;
		background-color: rgba(255,255,255,0.8);
	}
	h1{
		width: 240px;
	}
	.inner{
		width: 95%;
		margin-right:5%;
	}
	#main_img{
		width: 100%;
	}
	.change_btn{
		width: 90%;
		margin: 32px auto;
	}
	
	/*メニュー部分*/
	nav{
		display: none;
		position: absolute;
		top:72px;
		width: 100%;
		background-color: rgba(255,255,255,0.9);
		left: 0;
	}
	header nav ul{
		display: block;
		margin: 0 auto;
		width: 90%;
	}
	header nav ul li{
		margin: 0 auto;
		text-align: center;
		border-bottom: 1px solid #000;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block; 
	}
	header nav ul li:hover{
		background-color: rgba(204,204,204,0.9);
	}
	
		
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		top: 4px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #000;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
		
}


/*PCの場合*/
.pc	{ display:inline!important; }
.mb	{ display:none!important; }
@media screen and (max-width: 768px) {
/*タブレット、スマホの場合*/
.pc	{ display:none!important; }
.mb { display:inline!important; }
}


/*ページトップへ*/
#pageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 998;
  background-color: #000;/*ページトップへ　丸の部分*/
  opacity: 0.5;
  width: 35px;
  height: 35px;
  padding:0;
}

#pageTop i {
  padding-top: 6px
} 

#pageTop a {
  display: block;
  z-index: 999;
  padding: 3px;
  margin:6px 0 0 5px;
  color: #fff;
  font-size:large;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  line-height:80%;
}

 
#pageTop a:hover {
  text-decoration: none;
}

/* フッター設定 */
  footer {
	font-size:x-small;
	text-align:center;
	line-height:130%;
	padding:10px;
	z-index:900;
  }
  
/*////////////////////////////////////////////*/
/*              main 関連                  */
/*////////////////////////////////////////////*/

  
/* メイン設定 */
  main {
    padding: 0;
	line-height:170%;
	text-align:center;	
	}
  main section {
    max-width: 960px;
    margin: 10px auto;
	padding:0;
    /*box-shadow: 0 0 10px rgba(0,0,0,.1);*/
  }
  section + section {
    margin-top: 30px;
  }
  


/* タイトル画像 */

/*PCの場合*/
#title{
	margin:0 0 30px 0;
	width:100%;
	height:500px;
	background:#fff url("../image/bentou_title.jpg") no-repeat top center;
	background-size:auto 500px /*contain*/;  	
}
@media screen and (max-width: 768px) {
/*タブレット、スマホの場合*/
#title{
	height:500px !important;
	background:#fff url("../image/bentou_title_sp.jpg") no-repeat top center;
	background-size:auto 500px !important;  	
}
}


/*改行*/

@media only screen and (min-width: 481px){
 br.pc-none{
  display:none;
 }
}


/*////////////////////////////////////////////*/
/*                  その他                    */
/*////////////////////////////////////////////*/


/* 画像設定 */
img.w100{
	width:100%;
	max-width:960px;
	margin:15px auto;
}

img.w100m{
	width:100%;
	max-width:960px;
	margin:0 auto;
}

img.max100{
	width:100%;
	margin:0 auto 20px auto;
}


img.w50m{
	width:50%;
	max-width:480px;
	margin:0 auto;
}

img.w90{
	width:95%;
	max-width:912px;
	margin:0 2.5%;
}

img.w85{
	width:85%;
	max-width:820px;
	margin:15px auto;
}

img.w85m{
	width:85%;
	max-width:820px;
	margin:20px auto 0 auto;
}

img.w75{
	width:75%;
	max-width:720px;
	margin:15px auto;
}

img.umai{
	width:100%;
	max-width:370px;
	margin:0 auto !important;
}


/*フォントサイズ*/
.fs{
	font-size:90%;
	letter-spacing:0.3em;
}
.fs0{
	font-size:small;
	letter-spacing:0;
}
.fy{
	display:block;
	margin:0 -5px;
	font-size:x-large;
	letter-spacing:0;
	color:#FC0;
}
.fr{
	color:#F00;
	font-weight:bold;
}


.sec-title{
	margin:5px 0 10px 0;
	padding:10px;
	font-weight:bold;
	font-size:larger;
	color:#fff;
	background:#903;	
}

.fb{
	font-size:140%;
	font-weight:bold;
}

.kome{
	font-size:small;
	letter-spacing:0;
	line-height:120% !important;
	text-indent:-1em;
	display:block;
	padding-left:15px;
	margin-top:8px;
}


/* 餃子イメージ */
dl.g-image{
	margin:20px 15px 0 15px;
	padding-bottom:20px;
}

dl.g-image dt{
	font-size:105%;
	font-weight:bold;
	margin-bottom:20px;
	padding-bottom:40px;
	line-height:140%;
	border-bottom:solid 3px #A40B5D;
}
dl.g-image dd{
	font-size:120%;
	font-weight:bold;
	margin-bottom:20px;
	padding:0 0 20px 0;
	line-height:160%;
	display:block;
	color:#A40B5D;
	border-bottom:solid 3px #A40B5D;
}




/* 見出し文字 */
.text-blue{
	color:#039;
	font-size:200%;
	font-weight:bold;
	line-height:140%;
	text-align:center;
	background: linear-gradient(transparent 75%, #c3e5ff 75%);
}

.text-red{
	color:#000;
	font-size:250%;
	font-weight:bold;
	line-height:140%;
	text-align:center;
	background: linear-gradient(transparent 75%, #ffb6b6 75%);
}

.text-black{
	color:#000;
	font-size:150%;
	font-weight:bold;
	line-height:150%;
	text-align:center;
}

.text-strong{
	font-size:120%;
	line-height:120%;
}

.line-yellow{
	background: linear-gradient(transparent 75%, #fc0 75%);
	font-size:125%;
	line-height:165%;
}
.line-pink{
	background: linear-gradient(transparent 75%, #ff92c3 75%);
}



/*見出し　後ろに赤丸*/
h2 {
  position: relative;
  color: #000;
  display: inline-block;
  margin:35px 0  47px 0;
  text-shadow: 0 0 2px white;
  font-size:240%;
  line-height:130%;
}
h2:before {
  content: "";
  position: absolute;
  background: #ff8080;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}

/*見出し　後ろに黄丸*/
h3 {
  position: relative;
  color: #000;
  display: inline-block;
  margin:35px 0  47px 0;
  text-shadow: 0 0 2px white;
  font-size:180%;
  line-height:130%;
}
h3:before {
  content: "";
  position: absolute;
  background: #ffdf48;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}




/* 画像 カラム落とし 3段 */

.drop{
	width:975px;
	margin:40px auto;
	padding:0 0 0 15px;
	overflow:hidden;
}

.drop img{
float:left;
width:310px;
margin:0 15px 0 0;
display:block;
}

@media screen and (max-width: 768px) {
.drop{
	width:100% !important;
	padding:0 !important;
}

.drop img{
	float: none !important;
	width:80% !important;
	margin:0 auto 15px auto !important;
 }

}



/* 画像 カラム落とし 2段 */

.drop02{
	width:980px;
	margin:0 auto;
	padding:0 0 0 10px;
	overflow:hidden;
}

.drop02 img{
float:left;
width:480px;
margin:0 10px 0 0;
display:block;
}

@media screen and (max-width: 768px) {
.drop02{
	width:100% !important;
	padding:0 !important;
	padding-top:70px !important;
}

.drop02 img{
	float: none !important;
	width:100% !important;
	margin:0 auto 10px auto !important;
 }

}


/*餃子のライン*/

/*PCの場合*/
.g-line{
	margin:10px 0;
	width:100%;
	height:80px;
	background:#ffc url("../image/report_line.jpg") no-repeat top center;
	background-size:auto 80px /*contain*/;  	
}
@media screen and (max-width: 768px) {
/*タブレット、スマホの場合*/
.g-line{
	display:none !important;
}
}


/*ページタイトル*/

/*PCの場合*/
.gyoza-title{
	margin:50px 0 20px 0;
	width:100%;
	height:220px;
	background:#ffc url("../image/report_title.jpg") no-repeat top center;
	background-size:auto 220px /*contain*/;  	
}
@media screen and (max-width: 768px) {
/*タブレット、スマホの場合*/
.gyoza-title{
	margin:0 0 20px 0 !important;
	width:100%;
	height:260px !important;
	background:#ffc url("../image/report_title_phone.jpg") no-repeat top center;
	background-size:auto 260px /*contain*/ !important;  	
}
}


/*お客様の声*/

section#voice {
    max-width: 866px !important;
    margin: 30px auto !important;
	background:#fff0e3 !important;
	padding:20px 20px 0 20px !important;
	border:3px solid #e62c7f !important;
  }

@media screen and (max-width: 768px) {
/*タブレット、スマホの場合*/
section#voice {
    max-width: 90% !important;
    margin: 30px 2.5% !important;
	padding:10px !important;
  }
}


/* リンクボタン　ピンク色 */
.btn-pink {
  display: inline-block;
  padding: 0.3em 1em;
  margin:0 auto;
  text-decoration: none;
  color: #FFF;
  background:#e62c7f;
  border: solid 2px #e62c7f;
  border-radius: 15px;
  transition: .4s;
  font-size:150%;
  font-weight:bold;
  line-height:130%;
}

.btn-pink:hover {
  background: #FFF;
  color: #e62c7f;
}


/* リンクボタン　赤色 */
.btn-red {
  display: inline-block;
  padding: 0.3em 1em;
  margin:0 auto;
  text-decoration: none;
  color: #FFF;
  background:#e62000;
  border: solid 2px #e62000;
  border-radius: 15px;
  transition: .4s;
  font-size:150%;
  font-weight:bold;
  line-height:150%;
}

.btn-red:hover {
  background: #FFF;
  color: #e62000;
}

/* リンクボタン　黄色 */
.btn-yel {
  display: inline-block;
  padding: 0.3em 1em;
  margin:0 auto;
  text-decoration: none;
  color: #000;
  background:#ffdf4d;
  border: solid 2px #ffdf4d;
  border-radius: 15px;
  transition: .4s;
  font-size:120%;
  font-weight:bold;
  line-height:140%;
}

.btn-yel:hover {
  background: #fff;
  color: #ffb400;
}

/* リンクボタン　黒色 */
.btn-bk {
  display: inline-block;
  padding: 0.3em 1em;
  margin:0 auto;
  text-decoration: none;
  color: #FFF;
  background:#000;
  border: solid 2px #000;
  border-radius: 15px;
  transition: .4s;
  font-size:120%;
  font-weight:bold;
  line-height:140%;
}

.btn-bk:hover {
  background: #FFF;
  color: #000;
}










/* 常連さん */
dl.customer{
	margin:20px 10px 0 10px;
	padding-bottom:20px;
	color:#231815;
}


dl.customer dt{
	width:20%;
	float:right;
}

dl.customer dt.pt{
	float:left !important;
}


dl.customer dt img{
	width:100%;
}

dl.customer dd{
	width:70%;
	float:left;
  padding: 1em 1em 1.5em 1em;
  margin:0 0 1.5em 0;
  font-size:115%;
  line-height:130%;
  text-align: justify;
  text-justify: inter-ideograph;
  overflow:hidden;
  border-bottom:#ff8080 1px dashed;
}

dl.customer dd.pt{
	float:left !important;
}


dl.customer dd p{
  font-size:100%;
  text-align:right;
  margin-top:25px;
}



@media screen and (max-width: 768px) {
/*タブレット、スマホの場合*/

dl.customer dt{
	width:30%;
	margin:0 auto;
	float: none !important;
}

dl.customer dt.pt{
	float:none !important;
}


dl.customer dt img{
	width:100%;
}

dl.customer dd{
	width:90% !important;
	float:none !important;
}

dl.customer dd.pt{
	float:none !important;
}


dl.customer dd p{
  text-align: center !important;
}
}



/* フッター前タイトル画像 */

/*PCの場合*/
#title_footer{
	margin:0;
	width:100%;
	height:500px;
	background:#fff url("../image/umaigyoza_f.jpg") no-repeat top center;
	background-size:auto 500px /*contain*/;  	
}
@media screen and (max-width: 768px) {
/*タブレット、スマホの場合*/
#title_footer{
	height:250px !important;
	background-size:auto 250px !important;  	
}
}














