@charset "shift_jis";
/* ===================================================================
CSS information
 file name  : freepagefull09
 author     : honyaclub.com
 date       : 20220311
 update     : 
 about      : freepagefull09
=================================================================== */
html {
  font-family: メイリオ, meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino kaku Gothic Pto", sans-serif;
}
body {
  font-size: 13px;
  margin: 0;
  word-break: break-all;
  background-color: #eee;
}
a, a img {
  color: #0085cd;
  border: none;
  text-decoration: none;
}
a[target="_blank"] {
  background: url(../../img/campaign/mitsubachi/another_window.png) no-repeat right center;
  padding-right: 18px;
	
} /*----- 別タブウインドウの画像 -----*/
ul li {
  list-style-type: none;
}
div:after, ul:after {
  clear: both;
  height: 0;
}

/*----- CVボタンアニメーション -----*/
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

/*----- wrapper背景 -----*/
#wrapper {
  position: relative;
  width: 100%;
  /*min-width: 960px;*/
  color: #333;
  background-color: #eee;
}

/*----- header固定のナビゲーション----- */
header {
  width: 100%;
  background-color: rgba(255,255,255,0.9);
  position: fixed;
  z-index: 999;
}
#head-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 15px;
  z-index: 1000;
}
#head-inner .anchor li a {
  padding: 10px 20px;
}
.logo img {
  width: 35%;
  height: auto;
  z-index: 1000;
}

/*----- contents内容 -----*/
#contents {
  padding-top: 65px;
  margin-bottom: 40px;
}
#contents p {
	line-height: 1.6;
}
#main {
  width: 100%;
  position: relative;
  text-align: center;
}
#main h1 {
  z-index: 81;
  /*animation: fadeIn 6s ease 0s 1 normal;*/
  /*-webkit-animation: fadeIn 2s ease 0s 1 normal;*/
}

/*----- .content01 -----*/
.content01 {
  box-sizing: border-box;
  position: relative;
  margin: 20px auto 40px;
  padding: 20px 10px;
  background-color: #fff;
  border-radius: 10px;
  width: 96%;
  max-width: 950px;
  text-align: center;
	font-size: 16px;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,.2));
}
.content01 h2, .content02 h2 {
  margin: 0 auto 15px;
}
.content01 img, .content02 img {
  /*width:80%;*/
  height: auto;
}

/*----- .list-pickup -----*/
.list-pickup {
  background: #FFCCBC;
  width: 90%;
	max-width: 950px;
  margin: 40px auto;
  border: solid 2px #ffffff;
}
.list-pickup h2 {
  /* ackground-color: #a27e4f; */
  /* background: -moz-linear-gradient(#eba119, #eac431);
  background: -webkit-linear-gradient(#eba119, #eac431);
  background: linear-gradient(#eba119, #eac431);*/
  background-color: #ff2a2a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
}
.list-pickup dl.pickup-item {
  display: table;
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
}
.list-pickup dl.pickup-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.list-pickup dl.pickup-item dt {
  width: 300px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 0;
  padding-right: 8px;
}
.list-pickup dl.pickup-item dd {
  display: table-cell;
  vertical-align: top;
  padding-right: 1.2rem;
  padding-top: 0.8rem;
}
.list-pickup dl.pickup-item dd h3 {
  margin-bottom: 4px;
  font-weight: bold;
}
.list-pickup dl.pickup-item dd p {
  margin-bottom: 8px;
}
p.note {
  font-size: 11px;
}
.list-pickup dl.pickup-item dd a.button {
  padding: 8px 32px;
  text-align: center;
  background-color: #333;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
}
.list-pickup dl.pickup-item dd a.button:hover {
  background-color: #666;
}

/*----- goods list ------*/
.goods-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.goods-list li {
  padding: 0 10px 20px;
}
.goods-list li a {
  color: #000;
  text-decoration: none;
}
.goods-list li dl {
	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;
}
.goods-list li dl, .my-gallery li figure {
  width: 140px;
  font-size: 13px;
}
.goods-list li dl dt, .my-gallery li figure {
	height: 150px;
	margin-bottom: 10px;
}
.goods-list li dl dt img, .my-gallery li figure img {
  max-height: 150px;
  max-width: 100px;
}
/* .goods-list li dl dd p.title, .my-gallery li figcaption {
  height: 60px;
} */
.goods-list li dl dd p.title span {
	font-size: 12px;
}
.goods-list li dl dd p.name {
  background-color: #ccc;
  display: block;
  width: 100px;
  margin: 0 auto;
  padding: 3px 0;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  font-size: 100%;
  text-decoration: none;
  text-align: center;
}

/*----- タブ切替コンテンツ -----*/
.panel-radios {
  display: none;
}
label.panel-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  color: #bdc3c7;
  cursor: pointer;
  background-color: #ecf0f1;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
label.panel-label:hover {
  color: #003399;
}
.panel-label br {
  display: none;
}
#panels {
  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 80%;
  margin: 0 auto;
}
#panels .container {
  margin: 0 auto;
  width: 100%;
}
#panels section header label.panel-label {
  padding: 12px 24px;
  box-sizing: border-box;
}
#panels section .matome {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  overflow: hidden;
}
#panel-1-ctrl:checked ~ #panels #panel-1 .matome,
#panel-2-ctrl:checked ~ #panels #panel-2 .matome,
#panel-3-ctrl:checked ~ #panels #panel-3 .matome,
#panel-4-ctrl:checked ~ #panels #panel-4 .matome,
#panel-5-ctrl:checked ~ #panels #panel-5 .matome,
#panel-6-ctrl:checked ~ #panels #panel-6 .matome {
  max-height: inherit;
  opacity: 1;
  padding: 1% 1%;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1,
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2,
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3,
#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4,
#panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5,
#panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 {
  pointer-events: none;
  cursor: default;
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
  box-shadow: none;
  border-right: none;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1.last,
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2.last,
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3.last,
#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4.last,
#panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5.last,
#panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6.last {
  border-right: 1px solid transparent;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li,
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li,
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 + li,
#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 + li,
#panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 + li,
#panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 + li {
  border-left: 1px solid #dfdfdf;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label,
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label,
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label,
#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label,
#panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label,
#panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 label.panel-label {
  background-color: white;
  color: #003399;
  padding: 15px;
  font-size: 125%;
  font-weight: bold;
}
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label::after,
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after,
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label::after,
#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label::after,
#panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label::after,
#panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 label.panel-label::after {
  height: 6px;
}

/*----- タブ切替コンテンツ  -----*/
/* === tab color === */
/*
#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
  background-color: #ff8eb8;
}
#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
  background-color: #ffcd3b;
}
#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
  background-color: #aed557;
}
#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
  background-color: #66c3ed;
}
#panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label {
  background-color: #b79dc8;
}
#panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 label.panel-label {
  background-color: #b79dc8;
}
*/
ul#tabs-list {
  width: 80%;
  display: flex;
  justify-content: center;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  margin: 10px auto 0;
  padding: 0;
}
ul#tabs-list li {
  display: flex;
  text-align: center;
  /* font-size: 0.875em; */
  width: 18%;
  box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
  border-right: 1px solid #dfdfdf; 
  position: relative;
}
ul#tabs-list li:hover {
  -webkit-transition: none;
  transition: none;
  border-right: none;
}
ul#tabs-list li:hover.last {
  border-right: 1px solid transparent;
}
ul#tabs-list li:hover + li {
  border-left: 1px solid #dfdfdf;
}
ul#tabs-list li label.panel-label {
  position: relative;
  /* padding-top: 15px; */
  font-size: 115%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul#tabs-list li label.panel-label::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  background-color: #003399;
  height: 0;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
ul#tabs-list li label.panel-label:hover {
  /* padding-top: 16px; */
  font-weight: bold;
}
ul#tabs-list li label.panel-label:hover::after {
  height: 6px;
}
.note {
  background-color: #fff;
  width: 80%;
  margin: 0 auto;
  padding-top: 20px;
  font-size: 10px;
}
.note p {
  text-indent: 4em;
}

/*----- footer -----*/
#footer-container {
  margin-top: 1px;
  font-size: 12px;
  background-color: #eee;
}
#footer {
  margin: 0 auto;
  padding: 30px 0 120px;
  background-color: #eee;
}

/*----- return to top -----*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}
#page-top a {
  z-index: 9999;
  padding: 0 5px 10px 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  line-height: 1.1;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
}
#page-top a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fefefe;
  border-left: 2px solid #fefefe;
  position: absolute;
  top: 30%;
  left: 53%;
  transform: translate(-70%, -50%)rotate(45deg);
}
#page-top a:hover {
  text-decoration: none;
  opacity: 0.4;
}


/*==========  カスタム  ==========*/
/*----- .heiwa -----*/
#wrapper.heiwa {
  /* background-color: #6394f7; */
	background-color: #bed0f5;
}
#wrapper.heiwa .content01 {
	color: #0c1b3b;
	max-width: 600px;
}
#wrapper.heiwa .goods-list li dl dd p.title span {
	color: #ac0f16;
	background-color: #f9f2f2;
	padding: 0 5px;
}

/*----- display -----*/
.sp {
  display: none;
}
.pc {
  display: block;
  margin: 0 auto;
}
.flex {
  display: flex;
}


/*==========  Tab  ==========*/
/*@media screen and (max-width:959px){
.sp{display: none;}
.pc{display:block;}
}*/


/*==========  Smt  ==========*/
@media screen and (max-width:750px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
    margin: 0 auto;
  }
	
  /*-----　wrapper背景　-----*/
  #wrapper {
    position: relative;
    width: 100%;
    color: #333;
    background-color: #eee;
  }
	
  /*-----　header　-----*/
  header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999;
  }
  #head-inner {
    width: 95%;
    height: 40px;
    z-index: 1000;
  }
  .logo img {
    height: auto;
    z-index: 1000;
  }
	
  /*-----　contents　-----*/
  #contents {
    padding-top: 60px;
  }
  #main h1 {
    animation: fadeIn 6s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
  }
	
  /*----- content01 -----*/
  .content01 {
    margin-bottom: 20px;
    text-align: center;
    background-color: #fff;
    padding: 5% 4%;
    border-radius: 10px;
		font-size: 14px;
  }
	
  /*-----　.list-pickup　-----*/
  .list-pickup img {
    width: 100%;
    height: auto;
  }
  .list-pickup dl.pickup-item {
    padding: 20px 4%;
    border-bottom: 3px dotted #cccccc;
  }
  .list-pickup dl.pickup-item:last-child {
    border-bottom: none;
  }
  .list-pickup dl.pickup-item dt {
    width: 100%;
    display: table-row;
    vertical-align: middle;
    text-align: center;
    line-height: 0;
    margin-bottom: 20px;
  }
  .list-pickup dl.pickup-item dt img {
    width: 100%;
  }
  .list-pickup dl.pickup-item dd {
    width: 100%;
    padding: 1.0rem 1.0rem 0 1.0rem;
  }
  .list-pickup dl.pickup-item dd h3 {
    margin-bottom: 4px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
  }
  .list-pickup dl.pickup-item dd p {
    margin-bottom: 8px;
  }
  .list-pickup dl.pickup-item dd a.button {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #333333;
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    font-size: 1.4rem;
    text-decoration: none;
  }
  .note {
    width: 100%;
  }
	
  /*----- goods list ------*/
  .goods-list {
    overflow-y: hidden;
    height: auto;
    width: 100%;
  }
  .goods-list li {
    width: 50%;
		padding: 0;
  }
  .goods-list li a {
    color: #000;
    text-decoration: none;
  }
  .goods-list li dl, .my-gallery li figure {
    font-size: 15px;
		width: inherit;
  }
	.goods-list li dl dt, .my-gallery li figure {
		height: 120px;
	}
  .goods-list li dl dt img {
    height: 115px;
  }
	.goods-list li dl dd {
		width: 85%;
	}
  .goods-list li dl dd p.title {
    margin-bottom: 30px;
  }
  .goods-list li dl dd p.name {
    background-color: #ccc;
    display: block;
    width: 80%;
    margin: 0 auto;
    /*padding: 3px 0;*/
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    font-size: 100%;
    text-decoration: none;
    text-align: center;
  }
	
  /*----- タブ切替コンテンツ -----*/
  .panel-radios {
    display: none;
  }
  ul#tabs-list {
    width: 100%;
    height: 30%;
    overflow: hidden;
    display: block;
    margin-bottom: 2%;
		border-bottom: none;
  }
  ul#tabs-list li {
    width: 33%;
    height: 80px;
		border-right: none;
  }
  #li-for-panel-1,
	#li-for-panel-2,
	#li-for-panel-3,
	#li-for-panel-4,
	#li-for-panel-5,
	#li-for-panel-6 {
    box-sizing: border-box;
    width: 33%;
    float: left;
    text-align: center;
    padding-top: 4px;
    padding-left: 4px;
  }
  label.panel-label {
    width: 100%;
    color: #003399;
    font-weight: bold;
    background-color: #fff;
    padding: 18% 0;
    border: #95D2F1 dotted 1px;
    border: #ccc dotted 1px;
  }
  ul#tabs-list li label.panel-label::after {
    display: none;
  }
	#panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li,
	#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li,
	#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 + li,
	#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 + li,
	#panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 + li,
	#panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 + li {
		border: none;
	}
  #panels {
    background-color: white;
    width: 100%;
  }
  #panels .container {
    margin: 0 auto;
  }
  #panels section .matome {
    box-sizing: border-box;
    max-height: 0;
    opacity: 0;
    overflow-y: hidden;
  }
  #panel-1-ctrl:checked ~ #panels #panel-1 .matome,
	#panel-2-ctrl:checked ~ #panels #panel-2 .matome,
	#panel-3-ctrl:checked ~ #panels #panel-3 .matome,
	#panel-4-ctrl:checked ~ #panels #panel-4 .matome,
	#panel-5-ctrl:checked ~ #panels #panel-5 .matome,
	#panel-6-ctrl:checked ~ #panels #panel-6 .matome {
    max-height: initial;
    opacity: 1;
    padding: 1% 1%;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label,
	#panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label,
	#panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label,
	#panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label,
	#panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label,
	#panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 label.panel-label {
    background-color: #00c0f9;
    color: #fff;
		padding: 0;
		font-size: 115%;
  }
  #li-for-panel-6:after {
    clear: left;
  }
	
  /*----- footer -----*/
  #footer {
    margin-top: 1px;
    padding: 1em 0 10em;
    background-color: #eee;
    font-size: .8em;
  }
}


/*==========  共通  ==========*/
/*----- margin-top//variation -----*/
.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt010 {
  margin-top: -10px;
}
.mt020 {
  margin-top: -20px;
}
.mt025 {
  margin-top: -25px;
}
.mt030 {
  margin-top: -30px;
}
/*----- margin-right//variation -----*/
.mr05 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px
}
.mr30 {
  margin-right: 30px;
}
/*----- margin-bottom//variation -----*/
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}

/*----- margin-bottom//variation -----*/
.ml05 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}

/*----- text//variation -----*/
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right
}
.bold {
  font-weight: bold;
}
.gr {
  color: #449944;
}
.red {
  color: #FF0000;
}
.blue {
  color: #00F;
}
.yel {
  color: #FFFF00;
}
.cap {
  font-size: 85%;
}