@charset "utf-8";

html {
  margin: 0 auto;
  padding:0;
  text-align:center;
  -webkit-text-size-adjust: 180%;
  -ms-text-size-adjust: 180%;
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout:none;
  -webkit-tap-highlight-color:transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-appearance: none;
}

body {
  width: 800px;
  height: 100%;
  margin: 0 auto;
  padding:0;
  text-align:center;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'HGS明朝E', 'HG明朝E', 'ＭＳ 明朝', 'MS Mincho','メイリオ', serif;
  font-size: 1em;
  word-wrap: break-word;
  color: #383c3c;
  background-color: #f3f3f3;
  background-image: url(img/back_02.png);
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
}
.tx_go {
  font-family: Arial, "メイリオ", sans-serif;
}
small {
  font-size: 75%;
}
large {
  font-size: 120%;
  font-weight: bold;
  line-height:150%;
}
.large {
  font-size: 200%;
  font-weight: bold;
  line-height:150%;
}
a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #b44c97;
  text-decoration: none;
  font-weight: bold;
}
img {
  -ms-interpolation-mode: bicubic !important;
}
hr {
  border: 2px solid #92b5a9;
  background-color: #92b5a9;
  margin-top: 2px;
}
.hr {
  margin: 16px 0;
  border: 1px solid #92b5a9;
  background-color: #92b5a9;
}
.sky {
  color: #3e62ad;
}
.pink {
  color: #7a4171;
}
.pink2 {
  color: #c97586;
}
.yellow {
  color: #ffd700;
}
.href a {
  border-bottom: 1px dotted #b44c97;
}
.href a:hover {
  border-bottom: 1px dotted #000;
}
.top_info {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 140%;
}
.rose_ph {
  display: block;
  width: auto;
  height: auto;
  margin: 8px 16px 16px 34px;
  float: left;
}
.rose_mama {
  width: 254px;
  height: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 20px;
}
.rose_tx {
  display: block;
  width: 450px;
  height: auto;
  margin: 8px 34px 0 0;
  text-align: left;
  line-height: 150%;
  float: right;
}
.menu_tx {
  display: block;
  width: 640px;
  height: auto;
  margin: 4px 80px;
  font-size: 95%;
  text-align: left;
  line-height: 150%;
}
.menu_pl {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 4px;
  text-align: right;
  line-height: 140%;
  border-top: 2px dotted #92b5a9;
  border-bottom: 2px solid #92b5a9;
}
.line_hi {
 margin-top: 4px;
}
.line_hi2 {
 margin-bottom: 4px;
}
.st_hr {
  width: 95%;
}
.staff_ph {
  display: block;
  width: 300px;
  height: auto;
  margin: 16px 16px 8px 34px;
  float: left;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 20px;
}
.staff_tx {
  display: block;
  width: 400px;
  height: auto;
  margin: 8px 35px 4px 0;
  font-size: 95%;
  text-align: left;
  line-height: 150%;
  float: right;
}
.mov {
  display: none;
}


/*  ローダー
    ------------------------------------------------------- */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 1200px;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 9998 !important;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 9999 !important;
}


/*  タブレット
    ------------------------------------------------------- */
@media screen and ( max-width:1680px )
{
html {
  width: 600px;
  -webkit-text-size-adjust: 105%;
  -ms-text-size-adjust: 105%;
}
body {
  width: 600px;
  font-size: 0.9em;
}
img {
  width: 100%;
  height: auto;
}
#loader {
  margin-top: -50px;
}
#loader img{
  width: 80px;
  height: 80px;
}
.top_img {
  width: 462px;
  height: auto;
}
.rose_ph {
  width: 100%;
  height: auto;
  margin: 8px 0;
  text-align: center;
  float: none;
  clear: left;
}
.rose_tx {
  width: 480px;
  margin: 0 60px;
  float: none;
  clear: right;
}
.menu_tx {
  width: 520px;
  margin: 4px 40px;
}
.staff_ph {
  width: 500px;
  height: auto;
  margin: 16px 50px;
  float: none;
  clear: left;
}
.staff_tx {
  width: 480px;
  margin: 0 60px;
  float: none;
  clear: right;
}
.st_hr {
  width: 100%;
}
.mov {
  display: block;
}


/*  スマホ
    ------------------------------------------------------- */
@media screen and ( max-width:500px )
{
html {
  width: 500px;
  -webkit-text-size-adjust: 136%;
  -ms-text-size-adjust: 136%;
}
body {
  width: 500px;
  font-size: 0.8em;
}
#loader img{
  width: 80px;
  height: 80px;
}
.rose_tx {
  width: 420px;
  margin: 0 40px;
}
.menu_tx {
  width: 420px;
  margin: 4px 40px;
}
.staff_ph {
  width: 420px;
  height: auto;
  margin: 16px 40px;
  float: none;
  clear: left;
}
.staff_tx {
  width: 420px;
  margin: 0 40px;
  float: none;
  clear: right;
}


/*  アイコン
    ------------------------------------------------------- */
@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?uuv9qq');
    src:    url('fonts/icomoon.eot?uuv9qq#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?uuv9qq') format('truetype'),
        url('fonts/icomoon.woff?uuv9qq') format('woff'),
        url('fonts/icomoon.svg?uuv9qq#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    padding-right: 0.1em;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-icon32:before {
    content: "\e907";
}
.icon-icon31:before {
    content: "\e900";
}
.icon-icon07:before {
    content: "\e920";
}
.icon-icon08:before {
    content: "\e921";
}
.icon-icon09:before {
    content: "\e922";
}
.icon-icon10:before {
    content: "\e923";
}
.icon-icon11:before {
    content: "\e924";
}
.icon-icon12:before {
    content: "\e925";
}
.icon-icon13:before {
    content: "\e926";
}
.icon-icon14:before {
    content: "\e927";
}
.icon-icon15:before {
    content: "\e928";
}
.icon-icon16:before {
    content: "\e929";
}
.icon-icon17:before {
    content: "\e92a";
}
.icon-icon18:before {
    content: "\e92b";
}
.icon-icon19:before {
    content: "\e92c";
}
.icon-icon20:before {
    content: "\e92d";
}
.icon-icon21:before {
    content: "\e935";
}
.icon-icon22:before {
    content: "\e936";
}
.icon-icon03:before {
    content: "\e800";
}
.icon-icon04:before {
    content: "\e801";
}
.icon-icon05:before {
    content: "\e802";
}
.icon-home:before {
    content: "\e803";
}
.icon-camera:before {
    content: "\e901";
}
.icon-music:before {
    content: "\e941";
}
.icon-coin-yen:before {
    content: "\e909";
}
.icon-phone:before {
    content: "\e902";
}
.icon-pushpin:before {
    content: "\e92e";
}
.icon-location:before {
    content: "\e90b";
}
.icon-clock:before {
    content: "\e90c";
}
.icon-calendar:before {
    content: "\e90d";
}
.icon-display:before {
    content: "\e90e";
}
.icon-mobile2:before {
    content: "\e937";
}
.icon-bubble:before {
    content: "\e910";
}
.icon-gift:before {
    content: "\e913";
}
.icon-glass:before {
    content: "\e904";
}
.icon-glass2:before {
    content: "\e905";
}
.icon-spoon-knife:before {
    content: "\e906";
}
.icon-list2:before {
    content: "\e934";
}
.icon-menu:before {
    content: "\e930";
}
.icon-menu3:before {
    content: "\e915";
}
.icon-menu4:before {
    content: "\e916";
}
.icon-heart:before {
    content: "\e918";
}
.icon-notification:before {
    content: "\e938";
}
.icon-cross:before {
    content: "\e91b";
}
.icon-new-tab:before {
    content: "\e91d";
}
.icon-facebook2:before {
    content: "\e903";
}
.icon-twitter:before {
    content: "\e91e";
}
.icon-appleinc:before {
    content: "\e91f";
}
.icon-chrome:before {
    content: "\e945";
}
.icon-firefox:before {
    content: "\e946";
}
.icon-safari:before {
    content: "\e947";
}

