@charset "UTF-8";
figure {
    display: block;
    margin-block-start:0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

h1,h2,h3{
    font-weight: normal;
}

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

.sp_inline{
	display: inline;
}
.pc_inline{
	display: none;
}

*:focus {
    outline: none;
}

input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea {
   -webkit-appearance: none;
   border-radius: 0;
}

ul ,li{
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-indent: 0;
}

img{
    border: 0;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
/*font-family:
  -apple-system, BlinkMacSystemFont,
  "游ゴシック体", YuGothic,
  "Yu Gothic M",
  "游ゴシック Medium", "Yu Gothic Medium",
  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3,
  "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
  "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
  "メイリオ", Meiryo,
  Osaka,
  "ＭＳ Ｐゴシック", "MS PGothic",
  "Helvetica Neue", HelveticaNeue,
  Helvetica,
  Arial,
  "Segoe UI",
  sans-serif,
  "Apple Color Emoji",
  "Segoe UI Emoji",
  "Segoe UI Symbol",
  "Noto Color Emoji";
  */  
	background: #ffffff;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	color: #000;
	font-size: 11px;
}

*html body {/*IE6だけに適用*/
    overflow-y:auto;
    overflow: hidden;
}

*+html body {/*IE7だけに適用*/
   overflow: hidden;
}

body {
   overflow-y:scroll;
   
}
a,a:visited,a:checked{color: #000; text-decoration: none;}
a:hover {color: #333;text-decoration: none;outline: none;}
a:focus { outline:none;text-decoration: none;}


.clr {
    clear:both;
    _line-height:0;
    font-size:0;
}

#header{
    background-color: #ffffff;
}

.drawer-open     #header{
    background-color:transparent;
}
#header.white{
    background-color:transparent;
}
#header_logo{
    width: 90%;
    max-width: 200px;
    position: relative;
    float:none;
    margin: auto;
    padding: 0px 5% 20px 5%;
    z-index: 10;
}

#header_logo img{
    padding-top: 12px;
    width: 100%;

}

.header_menu_li,.header_menu_li2{

    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: bold;
}

/*
.header_menu_li a,.header_menu_li a:visited,.header_menu_li a:checked{color: #fff; text-decoration: none;}
.header_menu_li a:hover {color: #EEE;text-decoration: none;}
.header_menu_li a:focus { outline:none;}
*/
.header_menu_li a,.header_menu_li a:visited,.header_menu_li a:checked{color: #000; text-decoration: none;}
.header_menu_li a:hover {color: #333;text-decoration: none;}
.header_menu_li a:focus { outline:none;}

.header_menu_li2 a,.header_menu_li2 a:visited,.header_menu_li2 a:checked{color: #000; text-decoration: none;}
.header_menu_li2 a:hover {color: #333;text-decoration: none;}
.header_menu_li2 a:focus { outline:none;}

.header_menu_li_insta_logo{
    padding-right: 25px;
    float: left;
    color: #FFF;
    font-weight: bold;
    width: 20px;
    position: relative;
    margin-top: -5px;
    padding-top: 20px;
}

.header_menu_li_insta_logo img{
    width: 100%;
}

#main_contents{
    width: 90%;
    padding: 40px 5% 40px 5%;
    float: none;
    position: relative;
}

	
.main_contents_no_fix{
    width: 90%;
    padding: 1em 5% 1em 5%;
    float: none;
    position: relative;

}

    .main_contents_box1{
        width: 100%;
        max-width: none;
        padding-left: 0;
        line-height: 1.8em;
        position: relative;
    }

.main_contents_for_gallery{
    max-width: none;
    margin-bottom: 2em;
    padding: 1em 5% 1em 5%;
}

.main_contents_box_for_about{
    max-width: none;
    margin-bottom:1em;
}

.main_contents_box_for_shop{
    max-width: none;
    margin-bottom: 2em;
}

.main_contents_box_for_appoint{
    max-width: none;
    margin-bottom: 2em;
}

.font_set_16px{
    font-size:14px;
    line-height: 1.5em;
    font-weight: bold;
}

    #page_title_leftside,#page_title_leftside_small{
        margin: 0;
        font-size:20px;
        letter-spacing: 0.08em;
        padding-bottom: 0.5em;
		padding-top: 1em;
        width: 45%;
        max-width:190px;
    }
    #page_title_leftside_small{
        width: 15%;
        max-width:60px;
        padding-bottom: 0.1;
        padding-top: 1em;
    }
    
    #page_title_leftside img,#page_title_leftside_small img{
        width:100%;
    }



#footer_top,#footer{
    position: absolute;
    bottom: 1em;
    left: 18px;
    width: 110px;
}
#footer{
 position: relative;
    padding-top: 40px;
    padding-bottom: 10px;
}
#footer_top img,#footer img{
    width: 100%;
}

/*************************
////  TOP
*************************/
#vegas {
    width: 100%;
    height: 100%;
    position: absolute;

}

#svg-animation {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
    padding-bottom: 0px;
  margin: auto;
  width: 90%;
  max-width: 800px;
  height: auto;

}

#top_gothic_logo,#svg_for_win{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    padding-bottom: 0px;
    margin: auto;
    width: 90%;
    max-width: 800px;
    display: none;
    　height: auto;
    height: 50px;
    text-align: center;
}


#top_gothic_logo img{
    width: 60%;
    max-width: 350px;
    margin-top:0px;
}

#svg_for_win img{
    width: 80%;
    height: auto;
    max-width: 600px;
    margin-top:-20px;
}

#side_menu,.side_menu2{
	display:block;
	position: relative;
	width: 100%;

}


#side_menu,#side_menu_sp{

	position: relative;
	height: auto;
	width: 90%;
	padding: 0px 5% 40px 5%;
	max-width: none;
	top:auto;
	left:auto;
	margin-top: 0;
	float: none;

	z-index: 5;
}

#side_menu{
	display: none;
}

    .side_menu_no_fix,.side_menu2{
		position: relative;
		height: auto;
		width: 90%;
		padding: 0 5% 0 5%;
		margin: 0 0 0 0;
		float: none;
		z-index: 0;
		overflow: hidden;
		background-color: transparent;
		clear: both;
	}
    .side_ul{
        padding: 0px 0px 30px 0px;
        font-size:12px;
        font-weight: bold;
    }
    .side_ul li{
        clear: both;
    }
    .side_li_title{
        width: 85px;
        height: 1.5em;
        float: left;
    }
    
    .side_li_body{
        width: auto;
        height: 1.5em;
        float: left;
    }


/*************************
////  NEWS
*************************/

.post_main_box{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1.5px #333 solid;
    position: relative;
	font-size:13px;
	line-height: 1.8em;
}

.post_main_box img{
    max-width: 100%;
	padding: 0 0 1em 0;
    height: auto;
}


.post_main_box .wp-block-image {
    width: 100%;
    padding: 0;
    margin: 0;
}

.post_main_box .wp-block-image figure{
    width: 100%;
    padding: 0;
    margin: 0;
}

.post_main_box .wp-block-image figcaption{
    width: 100%;
    padding: 0;
    margin: 0;
}




.post_head{
    
}

.post_time{
    display:inline-block;
    padding-right:0px;
}

.post_head_srash{
    display:inline-block;
    padding: 0px 25px 0px 30px;
    width:1em;
}
.post_cat{
    display:inline-block;
    padding-left: 0px;
}

.post_title_h2{
    font-size: 17px;
    padding: 10px 0px 20px;
    margin: 0;
    font-weight: normal;
}

.screen-reader-text{
     display: none;
}

	.navigation.pagination{
		float: none;
		width: auto;
        max-width: 140px;
        margin: 50px auto 50px auto;
        font-size: 11px;
        
	}
/*****************************************************

Wordpress コピー Pagination/ PageNavi

*****************************************************/

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
	margin-left: 0;
	margin-right: 1em;
}

.search .page .entry-meta a.post-edit-link {
	margin-right: 0;
}

.sticky .icon-thumb-tack {
	left: auto;
	right: -1.5em;
}

.prev.page-numbers .icon,
.next.page-numbers .icon {
	display: inline-block;
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

.prev.page-numbers {
	float: right;
}

.next.page-numbers {
	float: left;
}


/**pagenumber**/

.page-numbers {
	padding: 0.5em 0.4em;
}

.page-numbers.current {
	color: #767676;
	display: inline-block;
}

.page-numbers.current .screen-reader-text {
	clip: auto;
	height: auto;
	overflow: auto;
	position: relative !important;
	width: auto;
}

.prev.page-numbers,
.next.page-numbers {
	background-color: #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 15px;
	font-size: 1rem;
	line-height: 1;
	padding: 0.5em 0.5em 0.25em 0.5em;
    
}

.prev.page-numbers,
.next.page-numbers {
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
	background-color: #767676;
	color: #fff;
}

.prev.page-numbers {
	float: left;
}

.next.page-numbers {
	float: right;
}

@media screen and (min-width: 30em) {

}
	/* Pagination */
@media screen and ( min-width: 67em ) {

}
/**pagenumber  END **/

.nav-links{
    width: auto;
    margin: auto;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
	margin-right: 0;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0;
	margin-right: 0.5em;
}







/*************************
////  GALLERY
*************************/

#gallery_box_ul{
    width: 102%;
    overflow: hidden;
}

.gallery_li{
    float: left;
    width: 47.9%;
    padding-right: 2%;
    padding-bottom: 2%;
    position: relative;
}


.gallery_li{
display:block;
    float: left;
    width: 47.9%;
    padding: 0;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
height:auto;
overflow: hidden;

}
.gallery_li:before {
    content:"";
    display: block;
    padding-top: 75%;
}



.gallery_li img{

width: 100%;

position: absolute;

top: 0;

left: 0;

bottom: 0;

right: 0;

    
    width: 100%;
    height: auto;
}

/*************************
////  ABOUT
*************************/
	.margin_top_135{
		margin-top: 80px;
	}
	

	
	.about_staff_box{
		width: 100%;
		position: relative;
		float: none;
        padding-right: 0%;
        padding-bottom: 60px;
	}
	
	.about_staff_box img{
		width: 71%;
		padding-bottom: 1em;
	}
	.about_staff_text{
		width: 100%;
		height: auto;
        padding-bottom: 1em;
                overflow: hidden;
	}
	.about_staff_text p{
		line-height: 1.3em;
        padding: 0;
        margin: 0;
        padding-bottom: 0.5em;

	}

.about_insta_box{
    padding: 5px 0 0 0;
    height: auto;
    position: relative;
}

img.about_insta_logo{
    display: inline-block;
    width: 25px;
    padding: 0;
    margin: 0;
    margin-top: -3px;
vertical-align:middle;
    padding-right: 0.6em;
}

	.about_menu_box{
		width: 100%;
		position: relative;
        line-height: 1.3em;
	}
	
	.ah1{
		width: 100%;
		float: none;
		clear: both;
		padding: 1em 0 0.5em 0;
	}
	.ab_box{
		width: 100%;
		position: relative;
		float: none;
		padding-bottom: 2em;
		overflow: hidden;
	}	
	
	.ab1{
		width:50%;
		float: left;
		clear: both;
	}
	.ab2{
		width:50%;
		float: left;
	}
/*************************
////  SHOP 
*************************/

#shop_photo_ul{
    width: 100%;
    position: relative;
}

.shop_photo_li{
    
}
.shop_photo_li img{
    width: 100%;
    
}

#shop_map_div{
    width: 100%;
    position: relative;
}


#shop_map_div img{
    width: 100%;

}

/*************************
////  RESERVATION 
*************************/
.reservation_input{
    width:97%;
    padding-bottom: 0.30em;
    padding-top: 0.1em;
    padding-left: 3%;
    border: none;
    border-bottom: 1.5px #000 solid;
    font-size: 1.9em;
font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: normal;
}


.main_contents_box_for_appoint input::placeholder {
  font-size: 0.6em;
    color: #808080;
}

.input_small1,.input_small2{
    width: 97%;
    float: none;
    display: block;

    margin-bottom: 1em;
    text-indent: -9999;
}
.input_small1{
    margin-right: 5%;
}

#submit_btn{
    width:130px;
    height: 43px;
    background-image: url("../images/send_btn.png");
    background-size: 130px auto;
    background-repeat: no-repeat;
    border: 0px;
}

#submit_btn:hover{
	cursor: pointer;
    opacity:0.8;
}
.reservation_textarea{
    width:97%;
    padding-bottom:0.5em;
    padding-top: 0.5em;
    padding-left: 3%;
    border: none;
    border: 1.5px #000 solid;

    min-height: 140px;
    font-size: 1.6em;
font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: normal;
}

.main_contents_box_for_appoint textarea::placeholder {
  font-size: 0.7em;
    color: #808080;
    line-height: 1.8em;
}


/*************************
 ///  748px START
*************************/
@media screen and (min-width: 748px){
.sp{
	display: none;
}
.pc{
	display: block;
}
    
    
.sp_inline{
	display: none;
}
.pc_inline{
	display: inline;
}
    #container {
        width: 100%;
        margin: 0px auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
        position: relative;
    }

    .main{
    width: 100%;
    padding:0px 0px 0px 0px;
    position: relative;
    overflow: hidden;
    }


    #header{
        position:fixed;
        top:0;
        left: 0;
        height: 45px;
        width: 97%;
        overflow: hidden;
        padding: 5px 0px 5px 3%;
        font-size:14px;
		background-color:#ffffff;
	
    }

    #header_logo{
        width: 14%;
        max-width: 200px;
        min-width: 170px;
        position: relative;
        float: left;
		padding: 0;

    }

    #header_logo img{
        width: 100%;
    }

    #header_menu{
        right: 1%;
        overflow: hidden;
        width: 516px;
        position: relative;
        float: right;
        padding-top: 20px;
    }

    .header_menu_li{
        width: auto;
        padding: 0;
        margin:0 15px 0 5px;
        float: left;
        color: #FFF;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 0.05em;
    }

    .header_menu_li a,.header_menu_li a:visited,.header_menu_li a:checked{color: #fff; text-decoration: none;}
    .header_menu_li a:hover {color: #EEE;text-decoration: none;border-bottom: 2px #fff solid;}
    .header_menu_li a:focus { outline:none;text-decoration: none;}

    .header_menu_li2{
        width: auto;
        padding: 0;
        margin:0 15px 0 5px;
        float: left;
        color: #000;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 0.05em;
    }

    .header_menu_li2 a,.header_menu_li2 a:visited,.header_menu_li2 a:checked{color: #000; text-decoration: none;}
    .header_menu_li2 a:hover {color: #333;text-decoration: none;border-bottom: 2px #000 solid;}
    .header_menu_li2 a:focus { outline:none;text-decoration: none;}

    .header_menu_li_insta_logo{
        width: auto;
        padding-right: 0px;
        float: left;
        color: #FFF;
        font-weight: bold;
        width: 24px;
        position: relative;
        margin-top: -4px;
        
    }

    .header_menu_li_insta_logo img{
        width: 100%;
    }
    
    .active_menu{
        border-bottom: 2px #000 solid;
    }
    
    #footer_top,#footer{
        position: absolute;
        bottom: 1em;
        left: 18px;
        width: 110px;
    }
    #footer{
        position: fixed;
    }
    #footer_top img,#footer img{
        width: 100%;
    }
    
    /** -----------TOP---------- **/
    #top_img{
    width: 100%;
    margin: 0;
    padding: 0;
    }

    #top_img img{
        width: 100%;
    }

    .box {
      width: 100vw;
      height: 100vh;
    }

    .box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }


    .box__bg_photo {
      background-image: url(../images/top_photo/top_photo01.jpg);
      background-size: cover;
      background-position: center;
    }

    #vegas {
    width: 100vw;
    height: 100vh;
    position: relative;
    }
    #svg-animation {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 0;
        padding-bottom: 0px;
      margin: auto;
      width: 80%;
      max-width: 800px;
      height: auto;
    }
    #top_gothic_logo{
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 0;
      padding-bottom: 0px;
      margin: auto;
      width: 80%;
      max-width: 800px;
      display: none;
    　height: auto;
      height: 70px;
    }
    
    #top_gothic_logo img {

        width: 50%;
        max-width: 380px;
        margin-top: 0px;
    }

    /** -----------TOP end--------- **/

    /** ---------- Information ------ **/
    #side_menu_sp{
		display: none;
    }
    #side_menu,.side_menu2{/*PC 748-1000px 間の表示　left paddingを小さく　*/
        position: fixed;
        height: 100vh;
        width: 21%;
        /*max-width: 270px;*/
        min-width: 230px;
        top:0;
        left: 0;
        padding:0 0 0 5.0%;
        margin: 0;
		margin-top: 135px;
        float: left;
		display: block;
        z-index: 5;
		background-color: transparent;/*テスト用消す*/
    }
.side_menu_no_fix{/*PC 748-1000px 間の表示　left paddingを小さく　*/
		position: relative;
		height: auto;
        width: 20%;
        /*max-width: 270px;*/
        min-width: 220px;
		padding: 0 0 0 5.0%;
		margin: 0 0 0 0;
		float: left;
		display: block;
		z-index: 5;
		overflow: hidden;
		background-color: transparent;
		clear: both;
	}
	
.main_contents_no_fix{
        width: 65.2%;
        padding: 0;
        padding-left: 0;
        margin: 0;

        float: left;
        position: relative;


	}
    #page_title_leftside,#page_title_leftside_small{
        margin: 0;
        font-size:20px;
        letter-spacing: 0.08em;
        padding-bottom: 50px;
        width:171px;
        padding-top: 0;
    }
    #page_title_leftside_small{
        width:60px;
        padding-bottom: 55px;
    }
    
    #page_title_leftside img,#page_title_leftside_small img{
        width:100%;
    }
    
    
    
    .side_ul{
        padding: 0px 0px 40px 0px;
        font-size:12px;
        font-weight: bold;
    }
    .side_ul li{
        clear: both;
        padding-bottom: 0.1em;
        overflow: hidden;
    }
    .side_li_title{
        width: 85px;
        height: 1.5em;
        float: left;
    }
    
    .side_li_body{
        width: auto;
        height: 1.5em;
        float: left;
    }

    #main_contents{
          width: 71.0%;
		padding: 0;
		padding-left: 29.0%;
		margin: 0;
        margin-top: 135px;
        float: left;
        position: relative;
    }


    .main_contents_box1{
        width: 100%;
        max-width: 560px;
        padding-left: 0px;
        padding-right:360px;
        line-height: 1.8em;
    }
    
    .main_contents_for_gallery{
        max-width: 560px;
        margin-bottom: 100px !important;
          width: 71.0%;
		padding: 0;
		padding-left: 29.0%;
		margin: 0;
        margin-top: 0px;
        float: left;
        position: relative;
        
    }

    .main_contents_box_for_about{
        max-width: 750px;
        margin-bottom:150px !important;
	
	}
    
    .main_contents_box_for_shop{
        max-width: 560px;
        margin-bottom: 100px !important;
    }

    .main_contents_box_for_appoint{
        max-width: 560px;
        margin-bottom: 40px !important;
    }
    
.font_set_16px{
    font-size:15px;
    letter-spacing: 0.02em;
    line-height: 1.7em;
    font-weight: bold;
}
    
/*************************
////  NEWS
*************************/

.post_main_box{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1.5px #333 solid;
    position: relative;
	font-size:11px;
	line-height: 1.5em;
}
    
.post_title_h2{
    font-size: 15px;
}

/*************************
////  GALLERY
*************************/
    #main_contents_no_side_menu{
        padding-top: 135px;
    }

    .about_body1{
              width: 75%;
                padding: 0;
    padding-left: 25%;

            float: left;
            position: relative;
    }
	
#gallery_box_ul{
    width: 103%;
    overflow: hidden;
}

.gallery_li{
    float: left;
    width: 31.3%;
    padding: 0;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;

}


.gallery_li img{
    width: 100%;
    height: auto;
}
	
	
	
	
	
/*************************
////  ABOUT
*************************/
	.margin_top_135{
		margin-top: 135px;
	}
	

	
	.about_staff_box{
		width: 43%;
		position: relative;
		float: left;
        padding-right: 7%;
        max-width: 250px;
	}
	
	.about_staff_box img{
		width: 100%;
        padding-bottom: 1em;
	}
.about_insta_box{
    padding: 5px 0 0 0;
    height: auto;
    position: relative;
}

img.about_insta_logo{
    display: inline-block;
    width: 25px;
    padding: 0;
    margin: 0;
    margin-top: -3px;
vertical-align:middle;
    padding-right: 0.6em;
}
    
	.about_staff_text{
		width: 100%;
		height: auto;
        padding-bottom: 0;
	}
	
	.about_menu_box{
		width: 100%;
		position: relative;
	}
	
	.ah1{
		width: 30%;
		float: left;
		clear: both;
        padding-top: 0;
	}
	.ab_box{
		width: 70%;
		position: relative;
		float: left;
        padding-bottom: 1em;
	}	
	
	.ab1{
		width:40%;
		float: left;
		clear: both;
	}
	.ab2{
		width:60%;
		float: left;
	}
    
/*************************
////  RESERVATION 
*************************/
.reservation_input{

    font-size: 1.9em;

}


.main_contents_box_for_appoint input::placeholder {
  font-size: 0.6em;

}

.input_small1,.input_small2{
    width: 44%;
    float: left;
    display: block;
}
.input_small1{
    margin-right: 5%;
}    

.reservation_textarea{
    font-size: 1.6em;

}

.main_contents_box_for_appoint textarea::placeholder {
  font-size: 0.7em;
}
    

    p.appoint_top_text{
       padding: 0;
        margin: 0;
       padding-bottom: 0.3em;
       line-height: 1.4em;
    }
    
    .appoint_notice_text{
        padding: 10px 0 20px 0;
        font-size:1.15em;
    }
    
}


@media screen and (min-width:  1000px){
    
   #header_menu{

    }
    
    #side_menu,.side_menu2{/*PC 1000px以上表示*/
        position: fixed;
        height: 100vh;
        width: 21%;
        /*max-width: 270px;*/
        min-width: 230px;
        top:0;
        left: 0;
        padding:0 0 0 8.0%;
        margin: 0;
		margin-top: 135px;
        float: left;
		display: block;
        z-index: 5;
		background-color: transparent;/*テスト用消す*/
    }
.side_menu_no_fix{
		position: relative;
		height: auto;
        width: 21%;
        /*max-width: 270px;*/
        min-width: 230px;
		padding: 0 0 0 8.0%;
		margin: 0 0 0 0;
		float: left;
		display: block;
		z-index: 5;
		overflow: hidden;
		background-color: transparent;
		clear: both;
	}
	
.main_contents_no_fix{
        width: 65.2%;
        padding: 0;
        padding-left: 0px;
        padding-left: 0;
        margin: 0;

        float: left;
        position: relative;

	}
}


