@charset "utf-8";

/* --------------
 reset
-------------- */
input,
select,
textarea {
  max-width: 100% !important;
}
h1,
h2,
h3,
h4 {
  font-size: 100%;
}
body * {
  box-sizing: border-box;
}

/* --------------
 base
-------------- */
html {
  -webkit-text-size-adjust: none;
}
body {
  font-size: 14px;
}
.ifpc {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .header__wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .header__logo {
    width: 50%;
  }
}

@media screen and (max-width: 320px) {
  /*以下の時*/
}
@media screen and (min-width: 321px) {
  /*以上の時*/
}

/* --------------
 modules css
-------------- */

/* ----- base width */
#siteHeader,
#container,
#siteFooter {
  width: 100%;
}
@media only screen and (orientation: landscape) {
  /*横向きの際に適用*/
}
@media screen and (min-width: 501px) {
  /*以上の時*/
  #siteFooter {
    /*	width: 85%;*/
    margin: 0 auto;
  }
}

.in {
  padding: 0 3px;
  /*max-width: 520px;*/
  margin: auto;
}
@media only screen and (orientation: landscape) {
  /*横向きの際に適用*/
  .in {
    padding: 0 3px;
    /*	max-width: 70%;*/
    margin: auto;
  }
}

.contents input,
.contents select {
  box-sizing: border-box;
}

.contents input[type="submit"] {
  width: auto;
}

.imgL,
.imgR {
  display: block;
  margin: 0.5em auto;
}

.btnSearch {
  padding: 4px 0.5em;
}

/* ---------- font size */

.spfs08 {
  font-size: 0.8em;
}
.spfs09 {
  font-size: 0.9em;
}
.spfs10 {
  font-size: 1em;
}
.spfs11 {
  font-size: 1.1em;
}
.spfs12 {
  font-size: 1.2em;
}
.spfs13 {
  font-size: 1.3em;
}
.spfs14 {
  font-size: 1.4em;
}
.spfs15 {
  font-size: 1.5em;
}

/* ---------- width */

.spwd60 {
  width: 60%;
}
.spwd80 {
  width: 80%;
}
.spwd90 {
  width: 90%;
}

/* ---------- order */

.order-box {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;

  -ms-flex-flow: column;
  -webkit-flex-flow: column;
  flex-flow: column;
}
.order1 {
  -webkit-order: 1;
  order: 1;
}
.order2 {
  -webkit-order: 2;
  order: 2;
}
.order3 {
  -webkit-order: 3;
  order: 3;
}
.order4 {
  -webkit-order: 4;
  order: 4;
}
.order5 {
  -webkit-order: 5;
  order: 5;
}
.order6 {
  -webkit-order: 6;
  order: 6;
}
.order7 {
  -webkit-order: 7;
  order: 7;
}
.order8 {
  -webkit-order: 8;
  order: 8;
}
.order9 {
  -webkit-order: 9;
  order: 9;
}
.order10 {
  -webkit-order: 10;
  order: 10;
}

/* --------------
 common
-------------- */

/* =header
-------------------------------------------------------------- **/
#header {
}
.header__logo {
  width: 26%;
  padding: 10px 0;
}

@media screen and (min-width: 501px) {
  /*以上の時*/
}

#siteHeader .logo {
  float: left;
  width: 50%;
}

#siteHeader .subHeader {
  text-align: right;
}
.siteHeader {
  padding: 0.5em;
}
.header__login .btn_top,
.lang-label {
  font-size: 16px;
}

/* =siteHeader
---------------------------------------------------- */

/* =container
-------------------------------------------------------------- **/

.contents {
  width: 100%;
  padding: 10px 5px;
  position: relative;
}

.spclm2,
.spclm3,
.spclm4,
.spclm5,
.spclm6 {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  margin-left: -10px;
}
.spclm2 > * {
  width: calc((100% / 2) - 10px);
}
.spclm3 > * {
  width: calc((100% / 3) - 10px);
}
.spclm4 > * {
  width: calc((100% / 4) - 10px);
}
.spclm5 > * {
  width: calc((100% / 5) - 10px);
}
.spclm6 > * {
  width: calc((100% / 6) - 10px);
}

*::-ms-backdrop,
.spclm2 > * {
  width: calc(50% - 10px); /* IE11 */
}
*::-ms-backdrop,
.spclm3 > * {
  width: calc(33.33% - 10px); /* IE11 */
}
*::-ms-backdrop,
.spclm4 > * {
  width: calc(25% - 10px); /* IE11 */
}
*::-ms-backdrop,
.spclm5 > * {
  width: calc(20% - 10px); /* IE11 */
}
*::-ms-backdrop,
.spclm6 > * {
  width: calc(16.66% - 10px); /* IE11 */
}
.spclm2 > *,
.spclm3 > *,
.spclm4 > *,
.spclm5 > *,
.spclm6 > * {
  margin-left: 10px;
}

.spclm2 > * > a,
.spclm3 > * > a,
.spclm4 > * > a,
.spclm5 > * > a,
.spclm6 > * > a {
  position: relative;
  display: block;
  height: 100%;
}

/* =breadcrumb
---------------------------------------------------- */
#breadcrumb {
}
#breadcrumb li:last-child {
}
#breadcrumb ul {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
#breadcrumb ul li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

#breadcrumbBox {
}
/* =headline / titles
---------------------------------------------------- */
.contents {
}
.contents h1 {
  font-size: 1.5em;
}
.contents h2 {
  font-size: 1.3em;
  line-height: 1.3em;
}

/* =sidebar
---------------------------------------------------- */
/* =aside
------------------------------------------ */
/* =sidebar
---------------------------------------------------- */

/* =bnrarea
-------------------------------------------------------------- **/

/* =footer
-------------------------------------------------------------- **/

/* =siteFooter
---------------------------------------------------- */

#copyright {
  padding-bottom: 5px;
}

@media screen and (min-width: 501px) {
  /*以上の時*/
}
/* =copyright
---------------------------------------------------- */

/* =pageTop
-------------------------------------------------------------- **/

/* --------------
 page contents
-------------- */

/* =XXX
---------------------------------------------------- */

input[name="zip1"] {
  min-width: 3em;
}
input[name="zip2"] {
  min-width: 4em;
}

/* = index
---------------------------------------------------- */
.front_in > div {
  margin: 2em 0;
  width: 100%;
  display: inline-block;
}
.front_in {
  margin: 3em auto;
}

/*
.front_in > div:first-child {
    margin: 0 auto 10%;
}
*/

.quesBox dd {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* = mypage login
---------------------------------------------------- */

.login_form .btn_Red {
  width: 150px;
}
.login_form .btn_Lemon {
  width: 150px;
}

/* =application.php
---------------------------------------------------- */

.app_use dt {
  font-weight: 800;
}

.app_use dd {
  float: right;
  margin: 1em 0;
  padding: 0.5em;
  border-radius: 4px;
  background: #eeeeee;
}

/* = mypage menu
---------------------------------------------------- */
.tbl_anketo td.wd70 {
  width: 70%;
}
.tbl_anketo td.wd65 {
  width: 65%;
}
.tbl_anketo td.wd30 {
  width: 30%;
}
.tbl_anketo td.wd20 {
  width: 20%;
}
.tbl_anketo td.wd15 {
  width: 15%;
}
.tbl_anketo td.wd10 {
  width: 10%;
}
.tbl_anketo td.wd5 {
  width: 5%;
}

/* = reserve form
---------------------------------------------------- */
.form-table th,
.form-table td {
  display: block;
  width: 100%;
  /*border-bottom: none;*/
}

.form-table input:not([type="checkbox"]):not([type="radio"]),
.form-table select {
  margin-top: 5px;
  width: 95%;
}

.form-table input.cnt {
  width: 30%;
}

/*.form-table input:not(.cnt),*/
.form-table select {
  width: 95%;
}

.select2-container--default .select2-selection--single {
  width: 95% !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 95% !important;
}

/* add2025 */
.inner{
  padding: 0 15px;
}
section {
  margin-top: 35px;
}

#Gift .gift-area {
  display: block;
}
#Gift .bgRed{
  padding: 14px 7px;
  margin-bottom: 25px;
}
#Gift .thumb-img{
  margin-top: 15px;
}

#Flow{
  padding-top: 35px;
  padding-bottom: 70px;
}
#Flow .step-box {
  flex-direction: column;
}
#Flow .step-line {
  position: relative;
  width: 100%;
  height: 20px;
  margin: 20px auto;
}
#Flow .step-line::before {
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
}
#Flow .step-line::after {
  width: 14px;
  height: 14px;
  border-left: 2px solid orange;
  border-bottom: 2px solid orange;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#Flow .step-content.step3 {
  border-bottom: 2px solid orange;
  padding-bottom: 30px;
}


#Search .search-area {
  grid-template-columns: repeat(1, 1fr);
}
#Search .search-area a img {
  height: 260px;
  object-fit: cover;
}

#Access .access-area {
  display: block;
}
#Access .access-box img{
  margin-bottom: 15px;
}

.footer__logo{
  width: 22%;
  margin-bottom: 15px;
}