@charset "UTF-8";
/* CSS Document */
/* ---------------------
  - common
--------------------- */
/* ==========================================
  common
========================================== */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.8rem;
  font-weight: inherit;
}
body, html {
  background: #fff;
  color: #222;
  font-weight: 500;
  height: 100%;
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-family: 'Zen Maru Gothic', sans-serif;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
* {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5 {
  font-weight: inherit;
  padding: 0;
  margin: 0;
}
p {
  letter-spacing: 0.15em;
  padding: 0;
  margin: 0 10px;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
/* margin padding */
.mg30 {
  margin: 30px;
}
.mgt10 {
  margin-top: 10px;
}
.mgt20 {
  margin-top: 20px;
}
.mgt60 {
  margin-top: 60px;
}
.pdb60 {
  padding-bottom: 60px;
}
/*///// color /////*/
.red {
	color: #FC090D;
}
/*///// font /////*/
.f_14 {
  font-size: 14px;
}
.f_18 {
  font-size: 18px;
}
.f_36 {
  font-size: 36px;
}
/*///// txt_align /////*/
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
/*///// col /////*/
.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*///// none /////*/
.pc_none {
  display: none;
}
.sp_none {
  display: block;
}
@media screen and (max-width: 780px) {}
@media screen and (max-width: 480px) {
  body {
    font-size: 1.6rem;
  }
.f_18 {
  font-size: 14px;
}
.f_36 {
  font-size: 26px;
}
  .col {
    display: block;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .f_14 {
    font-size: 12px;
  }
  p {
    margin: 0 10px;
  }
}
/* ==========================================
  header
========================================== */
header {
  text-align: center;
  margin: 10px;
}
@media screen and (max-width: 480px) {
  header img {
    width: 120px;
    height: auto;
  }
}
/* ==========================================
  contents 
========================================== */
#contents {
  background: #7fcdec;
}
.inner {
  max-width: 750px;
  margin: 0 auto;
}
.footer{
	background: url("../img/footer_img.png") repeat-x center bottom;
	height: 80px;
}
/* ==========================================
  scratch 
========================================== */
p.note{
}
.infoBox {
  background: #fff;
  border-radius: 6px;
  color: #032274;
  font-size: 30px;
  font-weight: 700;
  padding: 10px;
  margin: 20px 10px;
}
.infoBox dt img {
  min-width: 124px;
  height: auto;
}
.infoBox dt, .infoBox dd {
  padding: 10px;
}
.infoBox span.f_14 {
  line-height: 1.5;
}
.infoBox.ic {
	display: flex;
align-items: center;
}
.infoBox ul.col {
  flex-wrap: wrap;
}
.infoBox .col li {
  width: 40%;
  margin: 10px 5%;
  text-align: center;
}
@media screen and (max-width: 480px) {
	.ab{
	padding: 0 20px;
	}
  .infoBox {
    font-size: 22px;
  }
.infoBox.ic {
	display: block;
}
  .infoBox dt, .infoBox dd {
    width: 100%;
  }
  .infoBox dt {
    text-align: center;
  }
  .infoBox dt img {
    min-width: auto;
    max-width: 100px;
    height: auto;
  }
  .infoBox .right {
    text-align: left;
  }
  .infoBox .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* ==========================================
  coupon 
========================================== */
.coupon {
  text-align: center;
}
.coupon .couponBox {
  background: url("../img/coupon_bg_02.png") repeat-y top center;
}
.coupon h2 {
  font-size: 32px;
  letter-spacing: 0.03em;
  line-height: 1.3;
  margin: 40px 0;
}
.coupon .shop {
	display: flex;
	flex-wrap: wrap;
}
.coupon .shopBox {
	width: 48%;
	margin: 10px 1%;
  padding: 30px 10px;
  border-bottom: 2px solid #eee;
}
.coupon .shopBox h3 {
  font-size: 22px;
  font-weight: 700;
  border-bottom: 3px solid #032274;
	padding-bottom: 10px;
}
.coupon .shopBox h3 span {
	display: block;
  font-size: 16px;
}
.coupon .shopBox .logo {
	padding: 20px 0;
}
.coupon .shopBox .logo img{
	width: 70%;
}
@media screen and (max-width: 750px) {
  .coupon .couponBox {
    background: url("../img/coupon_bg_02.png") repeat-y top center;
    background-size: contain;
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  .coupon h2 {
    font-size: 20px;
    margin: 20px 0;
  }
  .coupon p {
    text-align: left;
  }
.coupon .shopBox {
	width: 98%;
}
  .coupon .logo img {
    width: 60%;
    margin-bottom: 20px;
  }
}
/* ==========================================
 open close
========================================== */
.toggle_title {
  width: 90%;
  display: block;
  background: #e94609;
  border-radius: 6px;
  color: #fff;
  font-size: 32px;
  padding: 30px;
  margin: 10px auto;
  border: none;
  outline: 0;
  transition: .5s;
  -erbkit-transition: .5s;
  position: relative;
}
.toggle_ans {
  background: #fff;
  border-radius: 6px;
  width: 90%;
  margin: 20px auto;
  padding: 20px;
  display: block;
}
/*プラス*/
.plus {
  position: absolute;
  right: 30px;
  top: 30px;
}
.plus:before {
  font-family: "Font Awesome 5 Free";
  content: '\f13a';
  font-weight: 900;
  font-size: 32px;
  transition: .2s;
  -erbkit-transition: .2s;
  position: absolute;
  right: 0;
}
/*アコーディオンが開いたらプラスをマイナスにする*/
.toggle_title.selected .plus:before {
  font-family: "Font Awesome 5 Free";
  content: '\f139';
  font-weight: 900;
}
@media screen and (max-width: 480px) {
  .toggle_title {
    font-size: 24px;
    padding: 20px;
    width: 98%;
  }
  .toggle_ans {
    width: 98%;
  }
  .plus {
    right: 10px;
  }
}
/* ==========================================
  page_top
========================================== */
#page_top {
	background: #fff;
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}
#page_top a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 20px;
  color: #02115d;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #666;
}
@media screen and (max-width: 480px) {
}