@charset "utf-8";

/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-y: scroll;
  min-height: 100%;
  position: relative;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}


.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}*/

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}



/* base ---------------------------------------------------*/

body {
  font-family: "Noto Sans Japanese-dlt", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

body * img {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

a img:hover {
  opacity: .6;
}

a:hover {
  /* color: #1048FC; */
}

.wbr {
  display: inline-block;
  white-space: nowrap;
}

header,
main {
  position: relative;
}

header:after,
main:after,
footer:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}



/*header--------------------------------*/

/*header .logo {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  background: #FFFFFF;
}*/
header {
  background-color: #fff;
}

header .logo {
  display: flex;
  justify-content: flex-end;
  max-width: 1060px;
  margin: 0 auto;
  background: #FFFFFF;
}

/*irisohyama logo*/
/*header .logo h1 {
  max-width: 40px;
  margin: 1em 1em 0.5em;
}
*/
header .logo h1 {
  width: 52px;
  height: auto;
  margin: .75rem;
  z-index: 1000;
  position: fixed;
  background: #fff;
  padding: 1.5%;
  /* padding: 3%; */
  /* border: solid 2px #D00003; */
  top: 0;
  left: 0;
}

header .logo h1 a {
  display: block;
}
header .logo h1 a img {
  width: 100%;
  height: auto;
}

/*japanese bt*/
header .logo .jpn {
  display: flex;
  align-items: flex-end;
  font-size: 90%;
  position: fixed;
  z-index: 100;
}

header .logo .jpn a {
  display: block;
  padding: 5px;
  text-decoration: none;
}

header .logo .jpn a:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 0.5em;
}

@media screen and (min-width: 768px) {
  header .logo {
    justify-content: space-between;
    align-items: center;
  }

  header .logo h1 {
    width: 72px;
    /* border: medium none; */
    margin: .25rem .75rem 0;
    /* max-width: 60px; */
    padding: .75%;
    /* margin-bottom: -1.5rem; */
    position: relative;
  }

  /*japanese bt*/
  header .logo .jpn {
    position: relative;
  }
}

@media screen and (min-width: 1060px) {

  header .logo h1 {
    width: 48px;
    padding: 0;
    margin: 5px 1em;
  }
}


/*breadcrumbs--------------------------------*/
.breadcrumbs {
  margin: 0 auto 1rem auto;
  width: 94%;
}

.breadcrumbs ol {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
  padding-bottom: 0.5em;
}

.breadcrumbs li {
  padding-right: 0.5em;
}

.breadcrumbs li:before {
  content: "\f105";
  margin: 0.5em;
}

.breadcrumbs ol:before {
  content: "\f015";
}

.breadcrumbs li:before,
.breadcrumbs ol:before {
  color: #D00003;
  font-family: FontAwesome;
  font-size: 1rem;
  margin-right: 0.5em;
}

.breadcrumbs li:first-child:before {
  content: none;
}

/*main--------------------------------*/
main {
  padding: 100px 0 80px;
  display: block;
  min-height: calc(100vh - 250px);
}

section {
  position: relative;
  margin: 0 auto 5%;
  width: 94%;
}

/* title */
h2 {
  display: block;
  font-size: 2rem;
  font-family: "Noto Sans Japanese-dlt";
  margin: 0 auto 1.5em;
  position: relative;
  text-align: center;
  letter-spacing: 0.2em;
}

h2:before {
  background-color: #d00003;
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 2px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* title  mini */
h3 {
  text-align: center;
  font-family: "Noto Sans Japanese-r";
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

h4,
h5 {
  text-align: center;
}

h4 {
  font-size: 1.5rem;
  font-family: "Noto Sans Japanese-dlt";
}

h4 span {
  color: #FF0004;
}

h5 {
  font-size: 1.3rem;
}


.footer {
  overflow: hidden;
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
  background: #D3D3D3;
  font-size: 90%;
}

.footer-nav_list {
  padding: .5rem .3rem;
}

.footer-nav_link {
  display: block;
  width: 100%;
  padding: 2% 2% 2% 4%;
}

.footer-nav_link:before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 0.5em;
}

.copyright {
  padding: .5rem;
  background: #aaa;
  text-align: center;
}



#message,
#sales,
#history,
#network,
#dnetwork,
#retail-support {
  margin-top: -100px;
  padding-top: 100px;
}

@media screen and (min-width: 769px) {
  /* header .logo {
    justify-content: space-between;
  }

  header .logo h1 {
    border: medium none;
    margin: 5px 1em;
    max-width: 60px;
    padding: 0;
    position: relative;
  } */

  /*japanese bt*/
  /* header .logo .jpn {
    position: relative;
  } */

  main {
    padding-top: 145px;
  }

  /*.footer--------------------------------*/
  .footer {
    height: auto;
    /* position: absolute; */
  }

  .footer-nav_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
  }

  .footer-nav_item {
    flex-grow: 1;
    min-height: 60px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
  }


  .copyright {}

  #message,
  #sales,
  #history,
  #network,
  #dnetwork {
    margin-top: -145px;
    padding-top: 145px;
  }

}

@media screen and (min-width: 1029px) {

  body {
    position: relative;
  }

  /* header .logo h1 {
    max-width: 60px;
    margin: 5px 1em;
  } */

  /*main--------------------------------*/
  section {
    max-width: 1060px;
  }

  .breadcrumbs {
    max-width: 1060px;
  }

  /* title */
  h2 {
    font-size: 2.5rem;
  }
}

/*-----font軽量版読み込み-----*/
@font-face {
  font-family: "Noto Sans Japanese-lt";
  font-style: normal;
  font-weight: 200;
  src: url("/common/font/NotoSansCJKJP-Light.eot");
  src: url("/common/font/NotoSansCJKJP-Light.eot?#iefix") format('embedded-opentype'), url("/common/font/NotoSansCJKjp-Light.woff") format('woff'), url("/common/font/NotoSansCJKjp-Light.ttf") format('truetype');
}

@font-face {
  font-family: "Noto Sans Japanese-dlt";
  font-style: normal;
  font-weight: 300;
  src: url("/common/font/NotoSansCJKjp-DemiLight.eot");
  src: url("/common/font/NotoSansCJKjp-DemiLight.eot?#iefix") format('embedded-opentype'), url("/common/font/NotoSansCJKjp-DemiLight.woff") format('woff'), url("/common/font/NotoSansCJKjp-DemiLight.ttf") format('truetype');
}

@font-face {
  font-family: "Noto Sans Japanese-r";
  font-style: normal;
  font-weight: 400;
  src: url("/common/font/NotoSansCJKjp-Regular.eot");
  src: url("/common/font/NotoSansCJKjp-Regular.eot?#iefix") format('embedded-opentype'), url("/common/font/NotoSansCJKjp-Regular.woff") format('woff'), url("/common/font/NotoSansCJKjp-Regular.ttf") format('truetype');
}

@font-face {
  font-family: "Noto Sans Japanese-md";
  font-style: normal;
  font-weight: 500;
  src: url("/common/font/NotoSansCJKjp-Medium.eot");
  src: url("/common/font/NotoSansCJKjp-Medium.eot?#iefix") format('embedded-opentype'), url("/common/font/NotoSansCJKjp-Medium.woff") format('woff'), url("/common/font/NotoSansCJKjp-Medium.ttf") format('truetype');
}

@font-face {
  font-family: "Noto Sans Japanese-b";
  font-style: normal;
  font-weight: 700;
  src: url("/common/font/NotoSansCJKjp-Bold.eot");
  src: url("/common/font/NotoSansCJKjp-Bold.eot?#iefix") format('embedded-opentype'), url("/common/font/NotoSansCJKjp-Bold.woff") format('woff'), url("/common/font/NotoSansCJKjp-Bold.ttf") format('truetype');
}

@font-face {
  font-family: "Noto Sans Japanese-blk";
  font-style: normal;
  font-weight: 900;
  src: url("/common/font/NotoSansCJKjp-Black.eot");
  src: url("/common/font/NotoSansCJKjp-Black.eot?#iefix") format('embedded-opentype'), url("/common/font/NotoSansCJKjp-Black.woff") format('woff'), url("/common/font/NotoSansCJKjp-Black.ttf") format('truetype');
}

/*-----font軽量版読み込みend-----*/
