@charset "UTF-8";
/*!
* ress.css • v1.2.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
p {
  margin: 0px;
  padding: 0px;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

#wrap {
  overflow: hidden;
  color: #4d4d4d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
}

#wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#wrap a {
  color: #cccccc;
}

#wrap a img {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#wrap a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#wrap .hook_wrap {
  position: relative;
}

#wrap .container {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

#wrap #fv {
  background: url(../img/fv_bg01.jpg) no-repeat center top/2000px;
  height: 1810px;
}

#wrap #trouble .bg01 {
  background: url(../img/trouble_bg01.jpg) no-repeat center top/2000px;
  height: 2161px;
}

#wrap #trouble .bg02 {
  background: url(../img/trouble_bg02.jpg) no-repeat center top/2000px;
  height: 781px;
}

#wrap #trouble .bg02 dl {
  position: relative;
}

#wrap #trouble .bg02 dl dd {
  position: absolute;
  z-index: 1;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.28px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  left: 50%;
  margin-left: -50%;
  top: 490px;
}

#wrap #trouble .bg03 {
  background: url(../img/trouble_bg03.jpg) no-repeat center top/2000px;
  height: 1144px;
}

#wrap #trouble .bg03 .trouble_img05 {
  position: relative;
}

#wrap #trouble .bg03 .trouble_img05 dl {
  width: 526px;
  height: 277px;
  border: 3px solid #f6ad48;
  left: 411px;
  position: absolute;
  z-index: 1;
  top: 373px;
}

#wrap #trouble .bg03 .trouble_img05 dl dt {
  background: #f6ad48;
  text-align: center;
  font-size: 21px;
  color: #ffffff;
  padding: 3px 0;
}

#wrap #trouble .bg03 .trouble_img05 dl dd {
  padding: 12px 22px;
  font-weight: bold;
  font-size: 19px;
  line-height: 32.83px;
  color: #4f3119;
}

#wrap #trouble .bg03 dl.trouble_img06 {
  position: relative;
}

#wrap #trouble .bg03 dl.trouble_img06 dd {
  font-size: 16px;
  line-height: 28px;
  color: #4f3119;
  width: 600px;
  position: absolute;
  z-index: 1;
  top: 106px;
  left: 37px;
}

#wrap #trouble .bg03 dl.trouble_img06 dd span {
  color: #ff4f3a;
}


#wrap #trouble .bg04 {
  background: url(../img/trouble_bg04_02.jpg) no-repeat center top/2000px;
  height: 1796px;
}

#wrap #trouble .bg04 .trouble_img07 {
  position: relative;
}

#wrap #trouble .bg04 .trouble_img07 dd {
  position: absolute;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  top: 242px;
  z-index: 1;
  font-size: 16px;
  line-height: 28px;
  color: #4f3119;
  text-align: center;
}

#wrap #trouble .bg04 .trouble_img08 {
  position: relative;
}

#wrap #trouble .bg04 .trouble_img08 dd {
  position: absolute;
  z-index: 1;
  left: 465px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.28px;
  color: #4f3119;
  width: 455px;
}

#wrap #trouble .bg04 .trouble_img08 dd:first-of-type {
  top: 494px;
}

#wrap #trouble .bg04 .trouble_img08 dd:nth-of-type(2) {
  font-size: 10px;
  top: 610px;
}

#wrap #trouble .bg04 .trouble_img09 {
  margin-bottom: 108px;
}

#wrap #trouble .bg04 .trouble_img09 dd {
  width: 535px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.28px;
  color: #4f3119;
  padding-left: 65px;
}

#wrap #trouble .bg04 .trouble_img10 {
  position: relative;
}

#wrap #trouble .bg04 .trouble_img10 dd {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.28px;
  color: #4f3119;
  top: 292px;
  z-index: 1;
  position: absolute;
  width: 100%;
  margin-left: -50%;
  left: 50%;
}

#wrap #trouble .bg05 {
  padding: 56px 0 35px;
}

#wrap #trouble .bg05 h2 {
  margin-bottom: 30px;
}

#wrap #trouble .bg05 .trouble_txt01 {
  margin-bottom: 48px;
}

#wrap #trouble .bg05 .trouble_txt01 dt {
  margin-bottom: 8px;
}

#wrap #trouble .bg05 .trouble_txt01 dd {
  margin-left: 11.3%;
  width: 80.7%;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.8px;
  color: #4f3119;
}

#wrap #trouble .bg05 .trouble_txt02 {
  position: relative;
}

#wrap #trouble .bg05 .trouble_txt02 dd {
	position: absolute;
	z-index: 1;
	left: 48.6%;
	top: 125px;
	width: 44.2%;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: -0.1px;
	color: #4f3119;
}

#wrap #trouble .bg06 {
  background: url(../img/trouble_bg06.jpg) no-repeat center top/2000px;
  height: 1423px;
}

#wrap #trouble .bg06 .column_img01 {
  position: relative;
}

#wrap #trouble .bg06 .column_img01 dd {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.28px;
  top: 242px;
  z-index: 1;
  position: absolute;
  color: #ffffff;
  width: 100%;
  margin-left: -50%;
  left: 50%;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 10px, rgba(0, 0, 0, 0.3) -1px 1px 10px, rgba(0, 0, 0, 0.3) 1px -1px 10px, rgba(0, 0, 0, 0.3) -1px -1px 10px;
}

#wrap #trouble .bg06 .column_img02 {
  margin-bottom: 88px;
}

#wrap #trouble .bg06 .column_img02 dd {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.28px;
  width: 535px;
  padding-left: 50px;
}

#wrap #trouble .bg06 .column_img02 dd span {
  color: #ff4f3a;
}

#wrap #trouble .bg06 .column_img03 dd {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.28px;
  color: #4f3119;
  padding-left: 335px;
  width: 955px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#wrap #trouble .bg06 .cv_btn02 {
  padding-top: 161px;
}


/*


#wrap #trouble .bg04 {
  background: url(../img/trouble_bg04.jpg) no-repeat center top/2000px;
  height: 3119px;
}

#wrap #trouble .bg04 .trouble_img07 {
  position: relative;
}

#wrap #trouble .bg04 .trouble_img07 dd {
  position: absolute;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  top: 242px;
  z-index: 1;
  font-size: 16px;
  line-height: 28px;
  color: #4f3119;
  text-align: center;
}

#wrap #trouble .bg04 .trouble_img08 {
  position: relative;
}

#wrap #trouble .bg04 .trouble_img08 dd {
  position: absolute;
  z-index: 1;
  left: 465px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.28px;
  color: #4f3119;
  width: 455px;
}

#wrap #trouble .bg04 .trouble_img08 dd:first-of-type {
  top: 494px;
}

#wrap #trouble .bg04 .trouble_img08 dd:nth-of-type(2) {
  font-size: 10px;
  top: 610px;
}

#wrap #trouble .bg04 .trouble_img09 {
  margin-bottom: 16px;
}

#wrap #trouble .bg04 .trouble_img09 dd {
  width: 450px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.28px;
  color: #4f3119;
  padding-left: 65px;
}

#wrap #trouble .bg04 .trouble_img10 {
  position: relative;
}

#wrap #trouble .bg04 .trouble_img10 dd {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.28px;
  color: #4f3119;
  top: 292px;
  z-index: 1;
  position: absolute;
  width: 100%;
  margin-left: -50%;
  left: 50%;
}

#wrap #trouble .bg04 .column_img01 {
  position: relative;
}

#wrap #trouble .bg04 .column_img01 dd {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.28px;
  top: 242px;
  z-index: 1;
  position: absolute;
  color: #ffffff;
  width: 100%;
  margin-left: -50%;
  left: 50%;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 10px, rgba(0, 0, 0, 0.3) -1px 1px 10px, rgba(0, 0, 0, 0.3) 1px -1px 10px, rgba(0, 0, 0, 0.3) -1px -1px 10px;
}

#wrap #trouble .bg04 .column_img02 {
  margin-bottom: 20px;
}

#wrap #trouble .bg04 .column_img02 dd {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.28px;
  width: 535px;
  padding-left: 50px;
}

#wrap #trouble .bg04 .column_img02 dd span {
  color: #ff4f3a;
}

#wrap #trouble .bg04 .column_img03 dd {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.28px;
  color: #4f3119;
  padding-left: 335px;
  width: 955px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#wrap #trouble .bg04 .cv_btn02 {
  padding-top: 190px;
}

*/

#wrap #kodawari .bg01 {
  background: url(../img/kodawari_bg01.jpg) no-repeat center top/2000px;
  height: 1021px;
}

#wrap #kodawari .bg02 {
  background: url(../img/kodawari_bg02.jpg) no-repeat center top/2000px;
  height: 1765px;
}

#wrap #kodawari .bg03 {
  background: url(../img/kodawari_bg03.jpg) no-repeat center top/2000px;
  height: 399px;
}

#wrap #kodawari .kodawari_img02 {
  margin-bottom: 68px;
}

#wrap #kodawari .kodawari_img02 dd {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.28px;
  color: #4f3119;
  padding-left: 80px;
  width: 500px;
}

#wrap #kodawari .kodawari_img03 dd {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.28px;
  color: #4f3119;
  width: 925px;
  padding-left: 515px;
}

#wrap #kodawari .kodawari_img04 {
  margin-bottom: 76px;
}

#wrap #kodawari .kodawari_img04 dd:first-of-type {
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.44px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3px;
}

#wrap #kodawari .kodawari_img04 dd:nth-of-type(2) {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.28px;
  color: #4f3119;
  text-align: center;
}

#wrap #kodawari .kodawari_txt01 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #4f3119;
  margin-bottom: 15px;
}

#wrap #kodawari .kodawari_img06 {
  position: relative;
}

#wrap #kodawari .kodawari_img06 dd {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 148px;
  margin-left: -50%;
  width: 100%;
}

#wrap #kodawari .kodawari_img08 {
  position: relative;
}

#wrap #kodawari .kodawari_img08 dd {
  position: absolute;
  z-index: 1;
  width: 590px;
  padding-left: 50px;
  top: 220px;
  font-size: 16px;
  line-height: 28px;
}

#wrap .container .cv_wrap {
	position: absolute;
	width: 1200px;
	left: -100px;
}

#wrap .cv_wrap dd {
	position: absolute;
	left: 445px;
	top: 320px;
	width: 627px;
	z-index: 1;
}

/*
#wrap .cv_wrap {
  position: relative;
}

#wrap .cv_wrap dd {
  position: absolute;
  left: 322px;
  top: 348px;
  width: 627px;
  z-index: 1;
}
*/
#wrap #eat {
  background: url(../img/eat_bg01.jpg) no-repeat center top/2000px;
  height: 1620px;
}

#wrap #eat .eat_txt01 {
  padding: 0 50px;
  font-size: 16px;
  line-height: 28px;
  color: #4f3119;
}

#wrap #eat .eat_txt01 span {
  color: #ff4f3a;
}

#wrap #eat .eat_img02 {
  padding: 30px 50px 43px;
}

#wrap #eat .movie_wrap {
  position: relative;
}

#wrap #eat .movie_wrap li {
  position: absolute;
  z-index: 1;
  width: 265px;
}

#wrap #eat .movie_wrap li:first-of-type {
  left: 207px;
  top: 50px;
}

#wrap #eat .movie_wrap li:nth-of-type(2) {
  top: 76px;
  left: 525px;
}

#wrap #eat .movie_wrap li:nth-of-type(3) {
  left: 207px;
  top: 324px;
}

#wrap #eat .movie_wrap li:nth-of-type(4) {
  left: 525px;
  top: 305px;
}


#wrap #books{
  background: url(../img/books_bg01.jpg) repeat center top/2000px;
}

#wrap #cv {
  background: url(../img/cv_bg01.jpg) no-repeat center top/2000px;
  padding-bottom: 73px;
}

/*
#wrap #cv .cv_img02 {
  position: relative;
  margin-bottom: 38px;
}
#wrap #cv .cv_img02 dd {
  top: 371px;
  left: 324px;
  width: 627px;
  position: absolute;
  z-index: 1;
}
*/


#wrap #cv .cv_img02 {
	position: absolute;
	width: 1200px;
	left: -100px;
	top: 315px;
}


#wrap #cv .cv_img02 dd {
	top: 371px;
	left: 426px;
	width: 627px;
	position: absolute;
	z-index: 1;
}

#wrap #cv .cv_img02 + p {
	margin-top: 610px;
	margin-bottom: 30px;
}

#wrap #cv .cv_img03 {
  position: relative;
  margin-top: 16px;
  margin-bottom: 33px;
}

#wrap #cv .cv_img03 dd {
	top: 430px;
	left: 324px;
	width: 627px;
	position: absolute;
	z-index: 1;
}

/*
#wrap #cv .cv_img03 dd {
  top: 456px;
  left: 324px;
  width: 627px;
  position: absolute;
  z-index: 1;
}
*/

#wrap #cv .spec {
  width: 940px;
  margin: 0 auto;
  padding: 15px 50px;
  border: 1px solid #754c24;
  color: #754c24;
}

#wrap #cv .spec dt {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
}

#wrap #cv .spec dd {
  font-size: 16px;
  line-height: 25px;
}

/* footer */
footer .info {
  padding: 30px 0 60px;
  background-color: #442004;
}

footer .footer {
  background: #442004;
  line-height: 1.4;
  padding-bottom: 30px;
}

footer .footer a {
  text-decoration: underline;
}

footer .footer a:hover {
  text-decoration: none;
}

footer .footer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 820px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer_left,
footer .footer_right {
  width: 400px;
}

footer .info dl:not(:last-child) {
  margin-bottom: 50px;
}

footer .info dt {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding: 8px 0;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  border-radius: 20px;
  margin-bottom: 17px;
  background: #231002;
}

footer .info dd {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  padding-left: 8px;
}

footer .info dd p {
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.66px;
  font-weight: normal;
}

footer .info dd .order li {
  padding: 2px 0 2px 45px;
}

footer .info dd .order li:not(:last-child) {
  margin-bottom: 10px;
}

footer .info dd .order li:first-of-type {
  background: url(../img/icon_cart.png) left top no-repeat;
}

footer .info dd .order li:nth-of-type(2) {
  background: url(../img/icon_tel01.png) left top no-repeat;
  font-size: 12px;
}

footer .info dd .order li.tel_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .info dd .order li.tel_wrap div {
  width: 170px;
}

footer .info dd .order li.tel_wrap div:not(:last-child) {
  margin-right: 10px;
  border-right: 1px dotted #ffffff;
}

footer .info p.tel_num {
  font-weight: bold;
  font-size: 17px;
  color: #f9e6c6;
  padding-left: 28px;
  letter-spacing: 1.6px;
  background: url(../img/icon_freedial.png) left center no-repeat;
  margin: 5px 0;
}

footer .info p.tel_time {
  font-weight: bold;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.6px;
  color: #dfa286;
}

footer .info .payment_table {
  border: 1px solid #ffffff;
  width: 244px;
}

footer .info .payment_table th {
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
  color: #ffffff;
}

footer .info .payment_table tr:first-of-type th,
footer .info .payment_table td {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
}

footer .info .payment_table tr:first-of-type {
  border-bottom: 1px solid #ffffff;
}

footer .info .payment_table tr:not(:last-child) {
  border-bottom: 1px dotted #ffffff;
}

footer .info .payment_table tr th:first-of-type {
  width: 105px;
  font-size: 12px;
  border-right: 1px solid #ffffff;
  text-align: center;
}

footer .info span.tax {
  font-size: 8px;
  font-weight: normal;
}

footer .info span.free {
  color: #dfa286;
}

footer .info .payment_wrap {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .info .payment_wrap ul {
  width: 124px;
}

footer .info .payment_wrap li:not(:last-child) {
  margin-bottom: 13px;
}

footer .info .return_wrap dd {
  font-size: 12px;
}

footer .info .return_wrap p.tel_num {
  font-weight: bold;
  font-size: 17px;
  color: #f9e6c6;
  padding-left: 28px;
  letter-spacing: 1.6px;
  background: url(../img/icon_freedial.png) left center no-repeat;
}

footer .info .return_wrap p.tel_num span {
  font-size: 11px;
  font-weight: normal;
}

footer .info .footer_right .delivery_table {
  width: 381px;
  border: 1px solid #ffffff;
  margin-bottom: 5px;
}

footer .info .delivery_table th {
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
  color: #ffffff;
}

footer .info .delivery_table tr:first-of-type th,
footer .info .delivery_table td {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
}

footer .info .delivery_table tr:first-of-type {
  border-bottom: 1px solid #ffffff;
}

footer .info .delivery_table tr:not(:first-child) {
  border-bottom: 1px dotted #ffffff;
}

footer .info .delivery_table tr th:first-of-type {
  width: 105px;
  font-size: 12px;
  border-right: 1px solid #ffffff;
  text-align: center;
}

footer .info .delivery_table tr th:last-of-type,
footer .info .delivery_table tr td:last-of-type {
  border-left: 1px solid #ffffff;
}

footer .info .footer_right dl:first-of-type {
  margin-bottom: 20px;
}

footer .info .footer_right dd {
  line-height: 20px;
  font-size: 12px;
}

footer .info dl.ssl_wrap {
  margin-bottom: 34px;
}

footer .info .ssl_wrap dd {
  padding-right: 96px;
  background: url(../img/icon_ssl.png) right top no-repeat;
}

footer .info .address_wrap dt {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1.6px;
  text-align: left;
  padding: 0 0 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  background: inherit;
}

footer .info .address_wrap p.tel_num {
  background: url(../img/icon_tel02.png) left top no-repeat;
  padding: 2px 0 2px 28px;
}

footer .copy {
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.8px;
  color: #ffffff;
  background: #231002;
  padding: 17px 0;
}
/*# sourceMappingURL=style.css.map */