@charset "utf-8";
/* CSS Document */

/* 共通部分
----------------------------*/
html {
    font-size: 100%;
}
body {
    'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
}
a{
    text-decoration: none;
    color: black;
}
img {
    max-width: 100%;
}
/* HEADER
-----------------------------*/
.logo {
    width: 210px;
    margin-top: 5px;
}
.main-nav {
    display: flex;
    font-size: 1.25rem;
    margin-top: 25px;
    list-style: none;
    
}
.main-nav li {
    margin-left: 36px;
}
.main-nav a{
    color: #432;
}
.main-nav a:hover {
    color: chocolate;
}
.h_head {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: rgba(255,255,255,0.8);
}
.page-header {
    
    display: flex;
    justify-content: space-between;
}
.wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 4%;
}

/*  リンク  */
.cp_link {
	padding: 0.1em 0.3em;
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #DF7704;
}
.cp_link::after {
	position: absolute;
	bottom: .3em;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #DF7704;
	opacity: 0;
	transition: .3s;
}
.cp_link:hover::after {
	bottom: 0;
	opacity: 1;
}


/* HOME
------------------------------*/
.home-content {
    max-width: 780px;
    text-align: center;
    background-color: rgba( 0, 0, 0, 0.40 );
	padding: 7px 0 7px 0;

}
.home-content p {
    color: white;
    font-size: 1.125rem;
    margin: 15px 0 15px;
}
/* 見出し */
.top-title {
    color: #fff;
    font-size: 3.5rem;
    font-weight: normal;
}


/* 大きな背景画像 */
.big-bg {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 400px
    
}
#home {
    background-image: url(../images/top.jpg);
    background-repeat:  no-repeat;
	background-size:cover;
	width: auto;
	height: 800px;
}

@keyframes blur {
    
  0% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0);
  }
}

/* information
----------------------*/
.information {
	margin-top: 100px;
	margin-bottom: 150px;
	text-align: center;
}
.pgt {
color: #27510A;
}

/* SALON
-----------------------*/

.salon img {
    max-width:100%;
}
.salon {
    margin-top: 60px;
    width: 100%;
    display: flex;
    padding-top: 20px;
    margin-bottom: 30px;
}
.salon-left{
    width: 60%;
}
.salon-right {
    
	border: solid 1px #62AD48;
    width: 40%;
    margin: 40px 20px 30px 0;
}
.salon-right h2{
    text-align: center;
    padding-top: 20px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    width: 60%;
    letter-spacing: 3px;
}
.salon-right p{
    padding: 50px 15px 15px 10px;
    font-size: 1rem;
    letter-spacing: 1.8px;
}

/*左から右にフェードイン*/
.left-to-right {
  opacity: 0.1;
  transform: translateX(-20px);
  transition: all 1s;
}
.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0);
}

/* menu
--------------------------------*/
dt{
  float: left;
}

dd{
    text-align: right;
}

.menu h1 {
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
}
.menu {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.item1 {
    width: 50%;
    margin-bottom: 3%;
}
.item2 {
    width: 50%;
    margin-bottom: 3%;
}
.item3 {
    width: 50%;
    margin-bottom: 3%;
}
.item4 {
    width: 50%;
    margin-bottom: 3%;
}
.cc {
    width: 100%;
    padding: 0 20px;
}
hr {
    margin: 10px 0px;
}

/*下から上にフェードイン*/
.down-to-top {
  opacity: 0.1;
  transform: translateY(20px);
  transition: all 1s;
}
.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}

/* menu
--------------------------------*/
.menu {
    margin-top: 40px;
}
.title {
    margin-top: 90px;
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
}
.subtitle {
    padding-left: 20px;
}
.yohaku{
    padding-top: 100px;
    margin-top: -100px;
}








/* about
-----------------------*/

.about img {
    max-width:100%;
    
}
.about {
    width: 100%;
    display: flex;
    padding-top: 50px;
    
}
.about-right{
    width: 60%;
    text-align: right;

}
.about-left {
    border: solid 1px #62AD48;
    width: 40%;
    margin: 40px 0 30px 20px;
}
.about-left h2{
    text-align: center;
    padding-top: 20px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    width: 100px;
    letter-spacing: 3px;
}
.about-left p{
    padding: 50px 15px 15px 10px;
    font-size: 1rem;
    letter-spacing: 1.8px;
}

.button {
text-align: center;
}

.cp_button01 {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 140px;
	padding: 0.8em;
	line-height: 1.4em;
	cursor: pointer;
	user-select: none;
	transition: transform 0.2s, color 0.2s;
	-webkit-transform: translate(0.5em -0.4em);
	        transform: translate(0.5em -0.4em);
	color: #904644;
	border: 1px solid #f0821e;
	border-radius: 0;
	background: transparent;
}
.cp_button01:before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	transition: transform 0.2s, background-color 0.2s;
	-webkit-transform: translate(0.6em, -0.3em);
	        transform: translate(0.6em, -0.3em);
	background-color: rgba(223,119,4,0.5);
}
.cp_button01:hover {
	-webkit-transform: translate(0.2em, -0.1em);
	        transform: translate(0.2em, -0.1em);
	color: #ffffff;

}
.cp_button01:hover:before {
	-webkit-transform: translate(-0.4em, 0.4em);
	        transform: translate(-0.4em, 0.4em);
}
.cp_button01:active {
	transition-duration: 0.1s;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
}
.cp_button01:active:before {
	transition-duration: 0.1s;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
	background-color: rgba(223,119,4,0.5);
}
.cp_button01:focus {
	color: #DF7704;
	border: 1px solid #DF7704;
}
.cp_button01:focus:hover {
	color: #ffffff;
}
.cp_button01:focus:before {
	background-color: rgba(223,119,4,0.5);
}

/*右から左にフェードイン*/
.right-to-left {
  opacity: 0.1;
  transform: translateX(20px);
  transition: all 1s;
}
.right-to-left.scrollin {
  opacity: 1;
  transform: translate(0);
}


*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.content{
    margin: 0 auto;
    padding: 40px;
}

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 15px;
    position: absolute;
    top: 56%;
    transform: translate(-50%,-50%);
    width: 30%;
}


/* SERVICE
---------------------------*/
.service {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 30px;
}

.ser-item{
width: 200px;
}

.sr-i {
max-width: 80%;
margin: 0 auto;	
}

.ser-p{
border-bottom: solid 3px #27510A;
padding: 0.1em 0 .5em;
font-weight: bold;
text-align: center;
font-size: 1.1em;
letter-spacing: .1em;
}

.ser-tt{
line-height: 2em;
font-size: .8em;
margin-top: 1em;	
}

@media (max-width: 720px) {
	.ser-item{
	width: 70%;
	}
	.sr-i {
	max-width: 60%;
	margin: 0 auto;	
	}
}




/* STYLE
------------------------------*/
.style {
    margin-top: 5px;
}
.grid img {
  width: 250px;
  height: 250px;
  object-fit: cover; /* この一行を追加するだけ！ */
}
.grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(120px,1fr));
}

}
.style-content p{
    text-align: right;
}

/* style 画像
---------------------------*/

.style p {
    text-align: center;
}
.button1 {
    margin-right: 150px;
    text-align: right;
}

/* ACCES
-----------------------------*/
.aa {
    margin-top: 10px;
}

.access {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.info{
    padding: 12px 10px;
	text-align: center;
}
.info a {
    font-size: 2rem;
}
.cp_hr01 {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #8B4513;
	width: 30%;
	margin: 0 auto;
	
}
.map {
    width: 100%;
}
.ifame {
    width: 100%;
}

@media (max-width: 720px) {
	.cp_hr01 {
	width: 80%;
	
}
}

/* フッター
------------------------------*/
footer {
    background: #4682b4;
    text-align: center;
    padding: 26px 0;
}
footer p {
    color: #fff;
    font-size: 0.875rem;
}


    .pc {
        display: block;
    }
    .sp {
        display: none;
    }

/* モバイル版
------------------------------*/
@media (max-width: 850px){
    .pc1 {
        display: none;
}
    .pc {
        display: none;
    }
    .sp {
        display: none;
    }
    .pad{
        display: block;
    }
    .salon {
        margin-top: 35px;
        padding: 5px;
        background-color: #d8bfd8;
        flex-direction: column;
        width: ;
    }
    .salon h1{
        width: 10%;
        font-size: 3rem;
        -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;;
    }
    .salon-right p {
        padding:20px 10px;
        font-size: 1rem;
        text-align: center;
    }
    .salon-left {
        width:90%;
        display: flex;
    }
    .salon-right {
        background-color: rgba(255,255,255,0.9);
        margin-top: -30px;
        margin-left: 10%;
        width: 90%;
    }
    
    dt{
  float: left;
}

    dd{
    text-align: right;
}
.menu {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.item1 {
    width: 50%;
    margin-bottom: 3%;
}
.item2 {
    width: 50%;
    margin-bottom: 3%;
}
.item3 {
    width: 50%;
    margin-bottom: 3%;
}
.item4 {
    width: 50%;
    margin-bottom: 3%;
}
.cc {
    width: 100%;
    padding: 0 20px;
}
hr {
    margin: 10px 0px;
}
    
    .about {
        margin-top: 50px;
        background-color:  #d8bfd8;
        flex-direction: column;
        width: 100%;
    }
    .about-left {
        margin-top: -30px;
        width: 98%;
        display: flex;
    }
    .about-left p {
        width: 95%;
        padding: 35px 5px;
        background-color:  rgba(255,255,255,0.9);
        text-align: center;
        padding-bottom: 35px;
        font-size: 1rem;
    }
    .about-right {
        width: 95%;
        margin-top: -50px;
    }
    .title1a {
        width:5%;
        font-size: 3rem;
        border-bottom: none;
        -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;;
    }

    }


@media (max-width: 720px) {
    .top-title{
        font-size: 2.5rem;
    }
    .pc1 {
        display: none;
}
    .pc {
        display: none;
    }
    .pad {
        display: none;
    }
    .sp {
        display: block;
    }
    .tel{
        padding-left: 25px;
    }
    .material-icons {
        width: 100%;
        text-align: left;
        font-size: 55px;
        display: flex;
    }
    .co{
        font-size: 25px;
        text-align: center;
        width: 100%;
        font-weight: bold;
        padding-right: 40px;
    }

/*　ハンバーガーボタン */
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 20px;
  top   : 30px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.5s all;
  -moz-transition   : 0.5s all;
  transition        : 0.5s all;
}
.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) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-btn17-bar02 .8s forwards;
  animation: active-hamburger-bar02 .8s forwards;
}
@-webkit-keyframes active-hamburger-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-hamburger-bar02 {
  100% {
    height: 0;
  }
}
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}


.hamburger::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 80px;
  height: 80px;
  margin: -45px 0 0 -43px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: all .75s;
}
.hamburger.active::after {
  border: 2px solid #555;
}

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: #ccc;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li a:hover{
  color:#fff;
}

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

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
    
    
    /*サロン紹介*/
    .salon {
        margin-top: 35px;
        padding: 5px;
        background-color: #E6F5C9;
        flex-direction: column;
        width: ;
    }
    .salon h1{
        font-size: 2rem;
        -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;;
    }
    .salon-right p {
        padding:20px 10px;
        font-size: 1rem;
        text-align: left;
    }
    .salon-left {
        width:90%;
        display: flex;
    }
    .salon-right {
        background-color: rgba(255,255,255,0.9);
        margin-top: -30px;
        margin-left: 10%;
        width: 90%;
    }
    .sp_br{
    display: none;
    }

    /* メニュー */
    .title{
        text-align: center;
    }

    /* スマホ版メニュー */
    .sp-sbmenu{
        display: flex;
        justify-content: space-between;
    }
    
    /*アバウト*/
    .about {
        margin-top: 50px;
        background-color: #E6F5C9;
        flex-direction: column;
        width: 100%;
    }
    .about-left {
        margin-top: -30px;
        width: 98%;
        display: flex;
    }
    .about-left p {
        width: 97%;
        padding: 35px 5px;
        background-color:  rgba(255,255,255,0.9);
        text-align: left;
        padding-bottom: 35px;
        font-size: 1rem;
    }
    .about-right {
        width: 95%;
        margin-top: -50px;
    }
    .title1a {
        font-size: 2rem;
        width:1%;
        border-bottom: none;
        -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;;
    }
    .and {
        text-align: center;
    }

    /*スタイル*/
    .grid {
        grid-column: auto;
        grid-row: auto;
    }
    
    .modal__content{
    background: #fff;
    left: 50%;
    padding: 15px;
    position: absolute;
    top: 56%;
    transform: translate(-50%,-50%);
    width: 85%;
}

   

}

