
* { margin: 0;
  box-sizing: border-box; }

html {
    height: 100%;
}
body {
width: 100%;
   height: auto;
	margin: 0;
	padding: 0;
	font-family: 'Questrial',Arial,'YuGothic','游ゴシック','メイリオ',Meiryo,sans-serif;

  }
h1 {
  font-family: 'Questrial','YuGothic','游ゴシック',sans-serif;
  font-weight: 200;
}

img{
  vertical-align:bottom;
}
img {
 
  height: auto;
}
a {
  text-decoration: none;
}
@media only screen and (min-width:300px) {
/*ヘッダー*/
#header {
  width:100%;
  background:#DC5310;/*オレンジ*/
  padding:40px 30px 10px;
  position: fixed;
  top: 0;
 
  z-index: 200;
 transition: .2s;
 

}

.headlogo img { 
    width: 350px; 
    float: left;
    margin-top: 10px;

}
.headermenu{
  float: right;
}
.headermenu a{ 
  flex-flow: row-reverse;
  color:white;/*オレンジ*/
  font-size: 17px;
  font-weight: 200;
  margin:10px 5px;
  display: inline-block;
  letter-spacing: 1px;
}
.headermenu a img{
  width: 25px;
}


/*スクロール後縮小したときの文字周り*/
.is-animation {
  margin-top:-30px;
  margin-bottom:-20px;
 
}
.is-animation .topmenu{
  margin-top:0px;

}
.is-animation .button01 img{
  margin-top:11px;

}

@media screen and (min-width:961px){
#nav_toggle {
  display: none;
}

nav {
  display: none;
}
}

#wrapper {
	width: 100%;
	
     clear:both;　/*floatの解除、ここがポイント*/
     height: 100%; /*IE6対策*/
    
}


.container{
  width: 100%;
  margin: 0 auto;
  height: 100%;
 clear:both;
 margin-top: -110px;
}
.top {
padding-top:200px;
position:relative;
padding-bottom: 200px;
}
.top img {
  
  width:100%;
  height: 100%;
  
}
.topbox {
  width:300px;
  height: 300px;
  background-color: white;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;

}

.topbox h1 {
  text-align: center;
  margin:30px;
  color:#DC5310;/*オレンジ*/
  font-size: 25px;
}
.topbox p {
  text-align: center;
  line-height: 210%;
  letter-spacing: 2px;
  font-size: 13px;

}

.zure{/*スムーススクロール先の位置のずれの解消*/
    display: block;
    padding-top: 210px;
    margin-top: -210px;
}
#hairheader,#othersheader,#contact { /*hairmenuのヘッダー*/
  padding:100px 0 10px;
  width:100%;
  text-align: center;
  background-color: white;

}
#hairheader,#othersheader,#contact h1{ 
  color:#DC5310;/*オレンジ*/
}
#hairheader h1{
  font-size: 23px;
}
#othersheader h1{
  font-size: 23px;
}
#contact h1{ 
  font-size: 23px;
}

.sticky {
  position:  -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
}


.hairmenu{/*hairmenuのヘッダーの各項目*/
  display: inline-block;
  text-decoration: none;
  margin:10px 50px;
  font-size: 17px;
}
.hairmenu a{
  display: block; 
  position: relative;
  color:black;
}
.othersmenu {/*othersmenuのヘッダーの各項目*/
  display: inline-block;
  text-decoration: none;
  margin:10px 50px;
  font-size: 17px;
}
.othersmenu a{
  display: block; 
  position: relative;
  color:black;
}

/*hairmenuのヘッダーの各項目の下のリンク後のアンダーバー*/
.hairmenu a::before,
.hairmenu a::after {
  border-bottom: solid 2px #DC5310;/*オレンジ*/

  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
.hairmenu a::before {
  left: 50%;
}
.hairmenu a::after {
  right: 50%;

}
.hairmenu a:hover::before,
.hairmenu a:hover::after {
  width: 50%;
    padding:0 3px;
}
/*ここまでhairmenuのヘッダーの各項目の下のリンク後のアンダーバー*/

/*othersmenuのヘッダーの各項目の下のリンク後のアンダーバー*/
.othersmenu a::before,
.othersmenu a::after {
  border-bottom: solid 2px #DC5310;/*オレンジ*/

  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
.othersmenu a::before {
  left: 50%;
}
.othersmenu a::after {
  right: 50%;

}
.othersmenu a:hover::before,
.othersmenu a:hover::after {
  width: 50%;
    padding:0 3px;
}
/*ここまでothersmenuのヘッダーの各項目の下のリンク後のアンダーバー*/

/*予約はこちらボタン*/
#reserve {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    letter-spacing: 2px;
}
#reserve a {
    background: #DC5310;/*オレンジ*/
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;

    border-radius: 5px;
    transition: all .5s ease;

}
#reserve a:hover {
    text-decoration: none;
    background: #999;
}
/*ここまで予約はこちらボタン*/




.hairphoto {
  position: relative;
}
.hairphoto img {
  width: 100%;
}
.othersphoto {
  position: relative;
}
.othersphoto img {
  width: 100%;
}

/*hairmenu一式*/
.sukima {
  height: 300px;
  background-color: #ffeadd;/*オレンジ*/
}
.list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-overflow-scrolling: touch;
  
  text-align: center;
  padding-left: 0;
}
.box {/* スクロール用 */
  display: inline-block;
  width: 70%;
  margin-top: 40px;
  
  height:auto;/*高さを内容に合わせて伸ばす*/
  overflow:hidden;/*高さを内容に合わせて伸ばす*/
  padding-bottom: 20px;
  background: rgba(250,250,250,0.9);

}

.box h1 {
  font-size: 23px;
  color:#DC5310;/*オレンジ*/
  margin-top:20px;
}
.box h2 {
  font-size: 11px;
  color:#DC5310;/*オレンジ*/
  font-weight: 200;

}
.whitebox {
  display: flex;/*写真、コピー、プライスを３列に*/
  padding:10px 50px 0;
 
}
.photo img{
  margin-top: 30px;
  object-fit: cover;/*比率そのままでトリミング*/
  width: 140px;
  height: 200px;

}
.photoyoko img{
  margin-top: 30px;
  object-fit: cover;/*比率そのままでトリミング*/
  width: 180px;
  height: 140px;

}
.copy {
  padding-top: 30px;
  width: 40%;
}
.copy p{
  white-space: pre-line;
  width: 100%;
  font-size: 12px;
  color:#DC5310;/*オレンジ*/
  text-align: left;
  padding: 0 20px 0 20px;
  letter-spacing: 1px;
}
.price {
  width: 70%;
  padding-top:  25px;
}
.price p table td{
  white-space: pre-line;
  width: 100%;
  font-size: 14px;
  text-align: left;
  letter-spacing: 1px;
  word-break: break-all;

}
.price p{
  font-size: 14px;
  text-align: left;
}
span {
   display: inline-block;
}

table td {/*table内のtdに対して*/
  text-align: left;
  font-size: 14px;
  vertical-align: top;
}

#reservelink {
  margin-top:40px!important;
}

#reservelink a{
  font-size: 20px;
  color:#DC5310;/*オレンジ*/
  letter-spacing: 1px;
}
#reservelink a:hover {
  color:gray;
}
#reservelink h2{
  font-size: 12px;
}
#contact {
  width:100%;
  margin-bottom: 150px;
  

}
.access {
  margin:70px auto 150px;
  display: flex;
  width:80%;
 justify-content: space-between;
  text-align: center;
}
.map iframe{
  width: 100%;
  padding:0 10px;
}
.map h2{
  font-size: 15px;
  margin-top: 20px;
}
.map p{
  font-size: 13px;
}
.time {
  font-size: 15px;
}

#footer{
clear: left;
 bottom: 0px;
 background:#DC5310;/*オレンジ*/
 height: 60px;
  text-align: center;

  margin:60px auto 0 ;
}
#footer p{
  font-size: 13px;
  vertical-align:middle;/*天地中央揃え*/
  height: 60px;/*天地中央揃え*/
  line-height: 60px;/*天地中央揃え*/
  color: white;
}




@media screen and (min-width:961px) {
.sp {
  display: none;
}
}

@media screen and (min-width:601px) and ( max-width:960px) {/*タブレット*/


.top {
  
  padding-bottom: 0px!important;
}
.headlogo img { 
    width: 50%!important;
    float: left;

}
.sukima {
  display: none;
}
.box {
  width:80%;
}
.whitebox {
  display: block;
  padding:30px!important;

}

.photo img{
  width: 30%!important;
  height: auto;
  float:none;
  margin:0 20px 20px;

}
.photoyoko img{
  width: 50%!important;
  height: auto;
  float:none;
  margin:0 20px 20px;

}
.copy {
  width:70%!important;
  padding:15px 0!important;
  margin:0 auto;
  
}
.copy p{
 padding:0!important;
   white-space: normal;
font-size: 15px!important;
}
.price {
  clear: both;
  width:70%;
  margin:0 auto;
  padding:15px 0!important;
}


.price p table td{
  font-size: 15px!important;
  padding:0 0px !important;



}


