 @charset "UTF-8";
/*リセット用CSS*/

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-size: 1rem;
    color: 333333;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
/*パンくずリスト*/ 
.breadcrumbs ul li {
    display: inline-block;
    font-size: 0.8rem;
}
.breadcrumbs {
    margin-top: 0.5em;
    margin-right: 0.5em;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
}
.breadcrumbs ul .nolink {
    color: #545454;
}
 .breadcrumbs ul li a {
   color: #0066c0;
} 

/*お問い合わせフォーム*/    
.otoiawase p a {
    color: #FFF;
}
.phone_number p a {
    color: #333333;
}

ul {
    list-style-image: none;
}
    img {
    vertical-align: bottom;
}
 
/*スマートフォン用480px以下*/
header{
    height: 70px;
}

.header {
    display: none;
}

.header2 p img {
    max-width: 50%;
}


/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position:absolute;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px;
    left    : 5px;
    background : #eb68a0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
    top: -1px;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #e1a1bc;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#e4c6d3;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
.header2 p img {
    padding-top: 0.5em;
    padding-left: 0.5em;
}
.header2 .h_logo {
}
li .headermail a {
    color: #e41c71;
}
.header2 .globalMenuSp {
}

 nav.globalMenuSp ul li.blank {
    background-image: url("../images/link_sp.png");
    background-repeat: no-repeat;
    background-position:62% center; 
     z-index: 1000;
}
.footer-nav ul .blank {
}



/*480px以上のデザイン（ipad,pc用）*/
@media screen and (min-width:480px){
.hamburger {
    display: none;
}
.hamburger span {
    display: none;
}
.header2 {
    width: 100%;
    overflow: hidden;
}
header p img {
    margin-top: 10px;
}
body header {
    height: 150px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    padding-top: 1em;
}
.header ul li {
    display: inline-block;
    height: 0px;
    font-weight: bold;
    font-size: 1rem;
    margin-right: 3em;
    color: #e41c71;
}
ul li .headermail {
    background-image: url(../images/h_mail.png);
    background-repeat: no-repeat;
    background-position: 0 0%;
    padding-left: 2em;
    padding-bottom: 0.5em;
    background-size: 20%;
}
body header {
    height: 140px;
}
.header ul {
    float: right;
}
.headertel   {
    background-image: url(../images/h_tel.png);
    background-repeat: no-repeat;
    padding-left: 1.6em;
    background-position: 0 50%;
    background-size: contain;
}
.header2 p{
    width: 30%;
    float: left;
}
header2{
        margin: 0;
    }
nav.globalMenuSp {
    width: 70%;
    float: left;
    position:static;
    transform: none;
  transition: unset;
    }

 nav.globalMenuSp ul li{
    float: left;
    width: 14%;
    border-bottom: none;
    }
    nav.globalMenuSp ul{
        width: 90%;
        overflow: hidden;
        background-color: #FFF;
        margin-top: 20px;
        margin-left: 2em;
    }

   nav.globalMenuSp ul li .pc_displaynone{
display:none;
    } 
nav.globalMenuSp ul li a {
    display: block;
    color: #353535;
    padding: 1em 0;
    text-decoration : none;
    font-size: 0.9rem;
}
    nav.globalMenuSp ul li:hover{
        background-color: transparent;
}
    
    nav.globalMenuSp ul li a:hover{
        color: #e41c71;
        font-weight: bold;
    }
    .header{
    display: block;
    width: 100%;
    }
.header2 p img {
    max-width: 100%;
    padding-left: 1em;
    padding-top: 0em;
}

 nav.globalMenuSp ul li.blank {
    background-repeat: no-repeat;
    background-size: auto auto;
    background-image: url("../images/link_pc.png");
       background-position:87% center; 
    
}


     


    
}
