/*タブ切り替え全体のスタイル*/
/*.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 1000px;
  margin: 0 auto;
}*/

/*タブのスタイル*/
/*.tab_item {
  width: calc(100%/5);
  height: 50px;
  border-bottom: 3px solid #dddddd;

  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}*/

/*ラジオボタンを全て消す*/
/*input[name="tab_item"] {
  display: none;
}*/

/*タブ切り替えの中身のスタイル*/
/*.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}*/


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#notice:checked ~ #notice_content,
#product:checked ~ #product_content,
#delivery:checked ~ #delivery_content,
#event:checked ~ #event_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
/*.tabs input:checked + .tab_item {
  background-color: #dddddd;
  color: #9e3d3f;
}*/



.top_tittle {
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;
  width: 40%;
  margin: auto;
  border-bottom: groove 5px #9e3d3f;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.width {
  max-width: 1216px;
  width: 100%;
  margin: 0 auto;
}

/* 以下参考サイトコピー */
/*.my20 {
  margin-top: 20px;
  margin-bottom: 20px;
}*/

.flex_center {
  display: flex;
  justify-content: center;
}

.date {
  width: 100px;
}

.title2:not(info p) {
  margin-right: 0;
}

.title2 {
  width: 830px;
}

.title2 a {
  color:#3c3c3c;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  transition-duration: 0.3s;
}
.title2:hover a {
  opacity: 0.6;
  transition-duration: 0.3s;
}

/*.newslist {
  text-align: right;
  width: 1080px;
  font-size: 1.2em;
  padding-top: 10px;
}*/

.arrowbox {
  text-align: right;
  width: 1060px;
  font-size: 1.3em;
  padding: 30px 0 40px;
}

/* 矢印アイコンここから */
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
  font-weight: bold;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: -2px;
	bottom: 0;
	right: -23px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.icon-r::before{
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #800000;
}
.icon-r::after{
	right: -19px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
}
/* 矢印アイコンここまで */

/*ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}*/

/*.tab li.empty {
  width: 96px;
}*/

/*.tab li {
  width: 188px;
  /*height: 68px; */
  line-height: 68px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 34px;
  cursor: pointer;
}*/

.tab li.current {
  border: 3px solid #dddddd;
  box-sizing: border-box;
  color: #9e3d3f;
  background: #dddddd;
}

.tab li:hover {
  color: #9e3d3f;
}

.info {
  width: 1080px;
  margin: 0 auto;
  padding: 20px 0 20px;
  background: url() no-repeat 830px 25px;
  border-bottom: 1px solid #e0e0e0;
  font-size:1.4em;
  font-weight: bold;
}

.info .tag {
    width: 58px;
}

.tag.light_gray {
    background: #dddddd;
}
.info p {
    margin-right: 35px;
    color: #3c3c3c;
}
.tag {
    display: inline-block;
    width: 111px;
    height: 28px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    background: #FFFFFF;
}

.mt40 {
  margin-top: 40px;
}

.text_center {
  text-align: center;
}

.section_btn {
  font-size: 18px;
  border-radius: 139px;
  width: 368px;
  height: 72px;
  background-position: 92% center;
}

.section_btn.arrow {
  background-position: 93% center;
}

.section_btn.red {
  background: #F87076;
  color: #fff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
}

/*.arrow {
  background-repeat: no-repeat !important;
}*/

/*button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}*/




@media screen and (min-width: 767px) {
  .flex_center_pc {
      display: flex;
      justify-content: center;
  }

  .isSP {
    display: none !important;
}
}