@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: 3em;
    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: 5em;
    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%);
}