@charset "utf-8";
/*===========================
add
===========================*/


.box-wrap {
	background: #fcfaf5;
	box-sizing: border-box;
}
.box-ttl {
	text-align:center !important;
	background:var(--basic-color);
	padding:0.6em;
	font-size:1.05em;
	font-weight:600;
	color:#fff;
	margin-bottom:0px !important;
	display:flex;
	align-items:center;
	justify-content:center;
}
.box-cnt {
	width:100%;
	margin:0px auto 0em;
	padding:1.2em 1.8em 1.8em 1.8em;
	box-sizing:border-box;
}
.box-sd {
	padding: 2em;
	background-color: #fff;
	border: 1px solid #999;
	box-sizing: border-box;
}
.box-sd02 {
	padding: 6em 2em 0.5em;
	background-color: rgba(255, 255, 255, 1.0);
	border: 0px solid #999;
	box-sizing: border-box;
	box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 10%), 0px 3px 7px 0px rgb(0 0 0 / 8%), 0px 5px 14px 0px rgb(0 0 0 / 6%);
}
.box-sd03 {
	padding: 4em 4em 4em;
	background-color: rgba(255, 255, 255, 0.8);
	color: #333;
	border: 0px solid #999;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 7px 0px rgb(0 0 0 / 8%), 0px 5px 14px 0px rgb(0 0 0 / 6%);
	box-sizing: border-box;
}
 @media only screen and (max-width: 768px) {
.box-sd, .box-sd02, .box-sd03 {
 padding: 1.2em;
 box-sizing: border-box;
}
}
.tx-flex {
	text-align: center;
}
@media only screen and (max-width: 768px) {
.tx-flex {
 text-align: left;
}
}
.waterMrightFeat {
	background: rgba(253, 253, 253, .9);
	z-index: 10;
	padding: 2em 3em 4em 3em;
	margin-left: -15%;
	text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 18px #fff;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.waterMleftFeat {
	background: rgba(253, 253, 253, .9);
	z-index: 10;
	padding: 2em 3em 4em 3em;
	margin-right: -15%;
	text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 18px #fff;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.waterFeatTxt {
	writing-mode: vertical-lr;
	color:#999;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	margin-bottom:2em;
	font-size:0.9em;
}
.text-shadow-non {
	text-shadow:none !important;
}
.waterTit {
	font-size:2.2em;
	line-height:1.2em;
	margin-bottom:0.8em;
	padding-left:1em;
	text-indent:-0.5em;
}
.waterTitMark {
	font-size:80%;
	color:var(--basic-color);
	display:inline-block;
	padding-right:0.4em;
	vertical-align: top;
	position: relative;
	top: 0.2em;
}
 @media only screen and (max-width: 768px) {
 .waterMleftFeat {
 padding: 1.5em 1em;
 margin-right: 0;
}
 .waterMrightFeat {
 padding: 1.5em 1em;
 margin-left: 0;
}
 .waterTit {
 font-size: 1.4em;
 line-height: 1.2em;
 margin-bottom: 0.8em;
 padding-left: 1em;
 text-indent: -0.5em;
}
 .waterFeatTxt {
 writing-mode: horizontal-tb;
 margin-bottom: 0.8em;
}
}
ul.circle-1col {
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
ul.circle-1col-mc {
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
ul.circle-1col > li {
	padding: 0 0 0.5em 1.2em;
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
	width:90%;
	margin-right:2%;
	position: relative;
}
ul.circle-1col-mc > li {
	padding: 0 0 0.5em 1.2em;
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
	width:90%;
	margin-right:2%;
	position: relative;
}
ul.circle-1col > li:last-child, ul.circle-1col-mc > li:last-child {
	margin-bottom:0px;
}
ul.circle-1col > li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #fff;
	border-radius: 50%;
	left: 0.5em;
	margin-top: 0.6em;
}
ul.circle-1col-mc > li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: var(--basic-color);
	border-radius: 50%;
	left: 0.5em;
	margin-top: 0.6em;
}
ul.circle-2col {
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
ul.circle-2col-mc {
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
ul.circle-2col > li {
	padding: 0 0 0.5em 1.2em;
	margin-bottom: 0.9em;
	border-bottom: 1px dashed #CCC;
	width:43%;
	margin-right:2%;
	position: relative;
}
ul.circle-2col-mc > li {
	padding: 0 0 0.5em 1.2em;
	margin-bottom: 0.9em;
	border-bottom: 1px dashed #CCC;
	width:43%;
	margin-right:2%;
	position: relative;
}
ul.circle-2col > li.line {
	margin-bottom:0px;
}
ul.circle-2col > li.long, ul.circle-2col-mc > li.long {
	width:70%;
}
ul.circle-2col > li:before, ul.circle-2col-mc > li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #fff;
	border-radius: 50%;
	left: 0.5em;
	margin-top: 0.6em;
}
ul.circle-3col {
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
ul.circle-3col > li {
	padding: 0 0 0.5em 1.2em;
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
	width:28%;
	margin-right:2%;
	position: relative;
}
ul.circle-3col > li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	left: 0.5em;
	margin-top: 0.6em;
}
 @media only screen and (max-width: 768px) {
 ul.circle-2col > li, ul.circle-2col > li.long, ul.circle-3col > li, ul.circle-2col-mc > li, ul.circle-2col-mc > li.long {
 width:90%;
}
ul.circle-2col > li.line.line2 {
 margin-bottom:0.9em;
}
}
/*東京割烹の提供*/
.flex-bn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex-a-ctr {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-a-start {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.layout_square_imgright .txt, .layout_square_imgleft .txt {
	position: relative;
	width: 640px;
	padding: 3em;
	background-color: var(--basic-color);
	color: #fff;
}
.layout_square_imgright .txt--in, .layout_square_imgleft .txt--in {
	flex: 1;
}
.layout_square_imgright .img1, .layout_square_imgleft .img1, .layout_square_imgright .img2, .layout_square_imgleft .img2, .layout_square_imgright .img3, .layout_square_imgleft .img3, .layout_square_imgright .img4, .layout_square_imgleft .img4 {
	width: 60%;
	height: 500px;
	background-size: cover;
	background-position: center;
}
.flex-reverse {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.txt_title {
	font-size: 1.4em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #fff;
	margin-bottom: 0.5em;
	font-weight:600;
}
/*画像右側*/
.layout_square_imgright {
	margin-bottom: 2em;
}
.layout_square_imgright .txt {
	margin-right: -10%;
}
/*右側画像指定*/
.layout_square_imgright .img1 {
	background-image: url("../img/content/supplyer-001.jpg");
}
.layout_square_imgright .img2 {
	background-image: url("../img/content/supplyer-002.jpg");
}
.layout_square_imgright .img3 {
	background-image: url("../img/content/supplyer-003.jpg");
}
.layout_square_imgright .img4 {
	background-image: url("../img/content/10.jpg");
}
/*画像左側*/
.layout_square_imgleft {
	margin-bottom: 2em;
}
.layout_square_imgleft .txt {
	margin-left: -10%;
}
/*左側画像指定*/
.layout_square_imgleft .img1 {
	background-image: url("../img/content/supplyer-002.jpg");
}
.layout_square_imgleft .img2 {
	background-image: url("../img/content/10.jpg");
}
.layout_square_imgleft .img3 {
	background-image: url("../img/content/11.jpg");
}
@media only screen and (max-width: 768px) {
.layout_square_imgright .txt {
 margin-right: 0;
}
 .layout_square_imgleft .txt {
 margin-left: 0;
}
 .layout_square_imgright .txt, .layout_square_imgleft .txt {
 width: 100%;
 padding: 40px 5% 24px;
 box-sizing:border-box;
}
 .layout_square_imgright, .layout_square_imgleft {
 display: block;
}
 .txt_title {
 font-size: 1.1em;
 padding-bottom: 0.5em;
 border-bottom: 1px solid #fff;
 margin-bottom: 0.5em;
}
 .layout_square_imgright .img1, .layout_square_imgleft .img1, .layout_square_imgright .img2, .layout_square_imgleft .img2, .layout_square_imgright .img3, .layout_square_imgleft .img3, .layout_square_imgright .img4, .layout_square_imgleft .img4 {
 width: 100%;
 height: 400px;/*画像サイズに合わせて調整*/
}
}
.line-t {
	line-height: 2.0;
	letter-spacing: 0.1em;
	font-size:1.1em;
}
@media only screen and (max-width: 768px) {
.line-t {
 line-height: 1.6;
 letter-spacing: 0.1em;
 font-size:1.0em;
}
}
ul.company {
	list-style-type: none;
	margin-left:14px;/* マーカーを1文字寄せた分、ULにマージンを設定*/
}
ul.company li {
	font-family:var(--font-family-01);
	font-weight: 500;
	font-size:1.3em;
	margin-bottom:2.0em;
}
ul.company li:before {
	content: '一、'; /* ←ここにリストマーカーにしたい文字列を設定 */
	margin-left:-14px; /* 1文字分、左に寄せる */
}
.tbl-1 th {
	width:30%;
}
.tbl-2 tr td:nth-of-type(1) {
 width:15%;
}
.res-img-f {
	display:block;
	width:70%;
	height:auto;
	margin:auto;
}
@media only screen and (max-width: 768px) {
.tbl-2 tr td:nth-of-type(1) {
 width:35%;
}
ul.company li {
 font-size:1.0em;
 margin-bottom:1.2em;
 line-height:1.6;
}
ul.company li:before {
 content: '一、'; /* ←ここにリストマーカーにしたい文字列を設定 */
 margin-left:-14px; /* 1文字分、左に寄せる */
}
.res-img-f {
 width:50%;
}
}
.line-h01 {
	line-height:2.0;
	letter-spacing:0.1em;
	font-size:1.05em;
}
.h2-ttl:after {
	bottom: 0px;
	width: 0px;
	height: 0px;
	left: 0%;
	transform: translateX(-0%);
}
.c_reason_card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.feature-img {
	width: 80%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
	position: relative;
	margin-top:-0.1em;
}
.feature-img img {
	width:100%;
}
.txtBold {
	font-weight: bold;
}
.p-c {
	font-size:1.3em;
	text-align:left;
	font-weight:500;
	line-height:1.8;
	color:var(--basic-color);
}
.p-ttl {
	font-size:2.0em;
	text-align:center;
	font-weight:500;
	line-height:1.2;
}
.p-ttl02 {
	font-size: 4.0em;
	font-family: "Oswald", sans-serif;
	margin-top: -.1em;
	color: var(--basic-color);
	position: relative;
	z-index: 3;
	font-weight:bold;
}
.p-ttl03 {
	margin-top: 1.0em;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight:800;
}
.p-c02 {
	font-size:1.1em;
	background:var(--basic-color);
	color:#fff;
	padding:0.3em;
	text-align:center;
	font-weight:600;
	margin-bottom:0px;
}
.p-c04 {
	font-size:1.6em;
	text-align:center;
	font-weight:600;
	line-height:1.6;
	color:var(--basic-color);
}
 @media only screen and (max-width: 768px) {
 .p-ttl {
 font-size:1.4em;
}
.p-ttl02 {
 font-size: 2.0em;
 margin-top: -.2em;
}
.p-ttl03 {
 margin-top: 0.6em;
 font-size: 1.2em;
 font-weight:600; 
}
.p-c {
 font-size:1.1em;
}
.p-c02 {
 font-size:1.0em;
 padding:0.3em;
}
.p-c04 {
 font-size:1.2em;
 text-align:center;
}
.line-h01 {
 line-height:1.6;
 font-size:1.00em;
}
}
/* margin top */

.r-mt5 {
	margin-top: 5px!important;
}
.r-mt10 {
	margin-top: 10px!important;
}
.r-mt15 {
	margin-top: 15px!important;
}
.r-mt20 {
	margin-top: 20px!important;
}
.r-mt25 {
	margin-top: 25px!important;
}
.r-mt30 {
	margin-top: 30px!important;
}
.r-mt40 {
	margin-top: 40px!important;
}
.r-mt50 {
	margin-top: 50px!important;
}
.r-mt60 {
	margin-top: 60px!important;
}
.r-mt70 {
	margin-top: 70px!important;
}
.r-mt80 {
	margin-top: 80px!important;
}
.r-mt90 {
	margin-top: 90px!important;
}
.r-mt100 {
	margin-top: 100px!important;
}
@media only screen and (max-width: 768px) {
.r-mt5 {
 margin-top: 5px!important;
}
.r-mt10 {
 margin-top: 0px!important;
}
.r-mt15 {
 margin-top: 0px!important;
}
.r-mt20 {
 margin-top: 10px!important;
}
.r-mt25 {
 margin-top: 10px!important;
}
.r-mt30 {
 margin-top: 10px!important;
}
.r-mt40 {
 margin-top: 10px!important;
}
.r-mt50 {
 margin-top: 10px!important;
}
.r-mt60 {
 margin-top: 20px!important;
}
.r-mt70 {
 margin-top: 20px!important;
}
.r-mt80 {
 margin-top: 20px!important;
}
.r-mt90 {
 margin-top: 50px!important;
}
.r-mt100 {
 margin-top: 50px!important;
}
}
.infoWrap iframe {
	width: 100%;
    height: 100%;
    border: none;
    display: block;
	overflow:hidden;
}