@charset "UTF-8";

/* ==========================================================================
   ベース
   ========================================================================== */


/*
  * Original Icons ................オリジナルアイコン
  * Fallback for Safari ................Safari用フォントフォールバック
  * Reset ................リセットcss
*/


/* Original Icons（オリジナルアイコン）
-------------------------------------------------------- */

@font-face {
  font-family: 'musashiKoganei-icon';
  src: url('../fonts/icomoon.eot?v9w1lp');
  src: url('../fonts/icomoon.eot?v9w1lp#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?v9w1lp') format('truetype'), url('../fonts/icomoon.woff?v9w1lp') format('woff'), url('../fonts/icomoon.svg?v9w1lp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-size: 1.4rem;
  font-family: 'musashiKoganei-icon' !important;
/*  color: #465599;*/
/*  color: #af8dcb;*/
  color: #9b92e8;
  color: #9b92e8;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-movie:before {
  content: "\e903";
}

.icon-music:before {
  content: "\e904";
}

.icon-strings:before {
  content: "\e902";
}

.icon-marker-down:before {
  content: "\e917";
}

.icon-marker-up:before {
  content: "\e900";
}

.icon-marker-right:before {
  content: "\e901";
}

.icon-rss:before {
  content: "\e905";
}

.icon-youtube:before {
  content: "\e906";
}

.icon-facebook-square:before {
  content: "\e907";
}

.icon-mail:before {
  content: "\e908";
}

.icon-circle-mail:before {
  content: "\e909";
}

.icon-circle-tel:before {
  content: "\e90a";
}

.icon-blog:before {
  content: "\e90b";
}

.icon-circle-marker-right:before {
  content: "\e90c";
}

.icon-arrow-right,
.icon-arrow-bottom,
.icon-arrow-up{
    position: relative;
}

.icon-arrow-right:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: -18px;
    margin-top: -.9em;
}

.icon-arrow-bottom:before {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -12px;
}

.icon-arrow-up:before {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -12px;
}



.icon-access:before {
  content: "\e90f";
}

.icon-event:before {
  content: "\e910";
}

.icon-circle-check:before {
  content: "\e911";
}

.icon-news:before {
  content: "\e913";
}

.icon-check-square:before {
  content: "\e914";
}

.icon-pin:before {
  content: "\e915";
}

.icon-icon-cart:before {
  content: "\e916";
}


/* Fallback for Safari（Safari用フォントフォールバック）
-------------------------------------------------------- */

@font-face {
  font-family: sans-serif;
  src: local(HiraginoSans-W3);
  font-weight: normal;
}

@font-face {
  font-family: sans-serif;
  src: local(HiraginoSans-W6);
  font-weight: bold;
}

@font-face {
  font-family: 'ヒラギノ角ゴ Pro W3';
  src: local(HiraginoSans-W3);
  font-weight: normal;
}

@font-face {
  font-family: 'ヒラギノ角ゴ Pro W3';
  src: local(HiraginoSans-W6);
  font-weight: bold;
}

@font-face {
  font-family: 'ヒラギノ角ゴ ProN W3';
  src: local(HiraginoSans-W3);
  font-weight: normal;
}

@font-face {
  font-family: 'ヒラギノ角ゴ ProN W3';
  src: local(HiraginoSans-W6);
  font-weight: bold;
}

@font-face {
  font-family: 'ＭＳ Ｐゴシック';
  src: local(HiraginoSans-W3);
  font-weight: normal;
}

@font-face {
  font-family: 'ＭＳ Ｐゴシック';
  src: local(HiraginoSans-W6);
  font-weight: bold;
}

@font-face {
  font-family: 'MS P Gothic';
  src: local(HiraginoSans-W3);
  font-weight: normal;
}

@font-face {
  font-family: 'MS P Gothic';
  src: local(HiraginoSans-W6);
  font-weight: bold;
}

@font-face {
  font-family: 'MS PGothic';
  src: local(HiraginoSans-W3);
  font-weight: normal;
}

@font-face {
  font-family: 'MS PGothic';
  src: local(HiraginoSans-W6);
  font-weight: bold;
}


/* Base（リセットcss）
-------------------------------------------------------- */

* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    font-size: 10px;
    font-size: 62.5%;
}

@media (max-width: 768px) {
  html {
/*    font-size: 15px;*/
  }
}

@media (max-width: 640px) {
  html {
/*    font-size: 13px;*/
  }
}

body {
  font-family: 'Montserrat', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
  color: #222;
  line-height: 1.7;
  margin: 0 auto;
  position: relative;
  background: #fff;
  min-height: 100%;
  height: 100%;
  width: 100%;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
picture,
footer,
header,
main,
menu,
nav,
section,
summary,
address {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

figcaption {
  font-size: 12px;
  margin-top: .5em;
  text-align: center;
  color: #777;
}

ul,
ol {
  list-style: none;
}

dt {
  font-weight: normal;
}

dd {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
  color: #fff;
  width: auto;
  border: 0;
  vertical-align: middle;
}

a {
  color: #4474a0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-decoration: none;
  user-select: none;
}

b,
strong,
em {
  font-weight: bold;
}

small {
  font-size: 80%;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  font-weight: normal;
  padding: 0;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

hr {
  display: block;
  border: 1px solid #dad7cc;
  border-width: 1px 0 0 0;
}

address {
  font-style: normal;
}

input,
textarea {
  line-height: 1;
  vertical-align: middle;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
