@charset "utf-8";
#b_top #wrapp {
}

/* CSS Document */

@media screen and (max-width: 1920px) {
  * {
    margin: 0px;
    padding: 0px;
  }
  p {
    font-size: 12px;
    line-height: 1.5em;
  }
  h1 {
    float: left;
    color: #060;
    border-bottom: 2px;
    font: normal 32px 'Nico Moji';
  }
  h2 {
    font-size: 18px;
    font-weight: normal;
    float: right;
    color: #060;
  }
  h3 {
    border-bottom: 1px solid #060;
    margin-bottom: 5px;
    padding-bottom: 5px;
    color: #060;
    font: normal 16px 'Rounded Mplus 1c';
  }
  h4 {
    font-size: 15px;
    color: #060;
    font-weight: normal;
    line-height: 1.5em;
  }
  #wrap {
    margin: 10px auto;
    height: auto;
    max-width: 600px;
    border: 1px solid #060;
    width: 90%;
  }
  header {
    background: #ccc url(images/header.png);
    height: 80px;
    width: 92%;
    padding: 10px;
    border-top: 5px solid #060;
    border-bottom: 2px solid #060;
    position: relative;
    margin: 2% auto;
  }
  header a {
    height: 100%;
    width: 100%;
    text-decoration: none;
    position: absolute;
    left: 0px;
    top: 0px;
    text-indent: -999px;
  }
  header p {
    position: absolute;
    right: 10px;
    bottom: 10px;
    line-height: 0px;
    margin-top: 10px;
  }
  #list {
    display: none;
    position: relative;
  }
  nav {
    height: auto;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
  ul {
    font-size: 0px;
  }
  li {
    display: inline-block;
    width: 20%;
  }
  li a {
    color: #060;
    text-decoration: none;
    background-color: #9f0;
    display: block;
    border-bottom: 4px solid #9f0;
    line-height: 32px;
    padding-top: 4px;
    font-size: 14px;
    text-align: center;
  }
  li a:hover {
    border-bottom-color: #060;
    -webkit-transition: border-bottom-color 0.5s ease 0s;
    -moz-transition: border-bottom-color 0.5s ease 0s;
    -ms-transition: border-bottom-color 0.5s ease 0s;
    -o-transition: border-bottom-color 0.5s ease 0s;
    transition: border-bottom-color 0.5s ease 0s;
  }
  main {
    position: relative;
    margin: 2%;
    overflow: hidden;
    /* [disabled]width: 96%;
*/
    height: auto;
  }
  main img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .yen {
    font-size: 14px;
    color: #c30;
    text-align: right;
  }
  #main_aisatu {
    height: auto;
    width: 100%;
    margin-bottom: 10px;
  }
  #main_aisatu img {
    float: left;
    margin-right: 10px;
    height: auto;
  }
  #main_month {
    float: left;
    height: auto;
    width: 65%;
    padding: 2%;
    overflow: hidden;
    background-color: #ffe;
    background-image: url(images/flowerback.png);
    border-radius: 10px;
    border: 1px solid #060;
    clear: both;
  }
  #main_month img {
    float: left;
    padding-right: 10px;
    padding-bottom: 0px;
  }
  #arrange_ph {
    float: left;
    height: 153px;
    width: 28%;
    margin-left: 2%;
    margin-bottom: 10px;
    background-image: url(images/arrange.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3',
      'Hiragino Mincho Pro', serif;
    font-weight: bold;
    display: table;
  }
  div[id='arrange_ph']:hover {
    opacity: 0.8;
  }
  .left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #arrange_ph h3 a {
    color: #ffff00;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
    text-shadow: 2px 2px 3px #000;
  }
  #arrange_ph h3 {
    color: #fff;
    border-style: none;
    font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3',
      'Hiragino Mincho Pro', serif;
    font-weight: bold;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.5em;
    top: 50%;
  }
  #main_arrange:hover {
    opacity: 0.7;
  }
  #main_flower {
    float: left;
    height: auto;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
    overflow: auto;
    padding-bottom: 2%;
    border-bottom: 1px solid #060;
  }
  #main_nega {
    margin-right: -2%;
    margin-bottom: -2%;
  }
  #main_flower img {
    float: left;
    margin-right: 2%;
  }
  footer {
    background: #9f0;
    clear: both;
    height: 20px;
    width: 96%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  footer p {
    text-align: center;
  }
  .chisiki {
    overflow: auto;
    border-bottom: 1px dotted #060;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact_text {
    float: left;
    width: 40%;
  }
  main iframe {
    float: right;
    width: 60%;
  }
  title {
    color: #f0f;
    font-size: 200%;
  }
  #b_top #top a,
  #b_flower #flower a,
  #b_arrange #arrange a,
  #b_chisiki #chisiki a,
  #b_contact #contact a {
    background-color: #5b0;
    border-bottom: 4px solid #5b0;
    color: #fff;
  }
}

@media screen and (max-width: 580px) {
  li a {
    font-size: 11px;
  }
}

@media screen and (max-width: 500px) {
  #wrap {
    min-width: 320px;
    width: 96%;
  }
  h1 {
    font-size: 24px;
  }
  main .arrange {
    float: none;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  #main_month {
    float: none;
    height: auto;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  main h3 {
    text-align: center;
  }
  #arrange_ph {
    display: none;
  }
  .center {
    text-align: center;
  }
  nav {
    display: none;
  }
  li a:hover {
    background-color: #cf0;
    border-bottom: 4px solid #cf0;
  }
  #list {
    display: block;
    background-color: #060;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    height: 40px;
    cursor: pointer;
  }
  #list p {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 0.3em;
  }
  li {
    display: block;
    width: 100%;
    border-top: 1px solid #fff;
  }
  li a {
    font-size: 14px;
  }
  h2 {
    font-size: 15px;
    margin-top: 5px;
  }
  #main_flower {
    float: none;
    height: auto;
    width: 98%;
    margin-right: 2%;
    margin-bottom: 2%;
    overflow: auto;
    padding-bottom: 2%;
    border-bottom: 1px solid #060;
  }
  .contact_text {
    float: none;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
  main iframe {
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
  .line {
    background-color: #fff;
    height: 4px;
    width: 24px;
    margin-top: -2px;
    position: absolute;
    left: 10px;
    top: 50%;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: 0.3s;
  }
  .line:before,
  .line:after {
    height: 4px;
    width: 24px;
    position: absolute;
    content: '';
    background-color: #fff;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: 0.3s;
  }
  .line:before {
    margin-top: -8px;
  }
  .line:after {
    margin-top: 8px;
  }
  span.close {
    background: transparent;
  }
  span.close:before,
  span.close:after {
    margin-top: 0;
  }
  span.close:before {
    transform: rotate(-45deg);
  }
  span.close:after {
    transform: rotate(-135deg);
  }
}

@media screen and (max-width: 390px) {
}
