@charset "UTF-8";
/*clear fix*/

.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
 *zoom: 1;
}
/*Common style*/

body {
    width: 100%;
    height: 100%;
    font-family: 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'YuGothic', 'Yu Gothic', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
    font-size: 13px;
    line-height: 2em;
    background-color: rgba(255,255,255,1.00);
    text-align: center;
}
.wrapper {
    margin: 0 auto;
    padding: 0 3%;
    max-width: 1000px;
    min-width: 350px;
}
.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
}
h2 {
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
    font-size: 1.2em;
}
/*以下で線を表示*/
h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -9px;/*線の上下位置*/
    display: inline-block;
    width: 30px;/*線の長さ*/
    height: 3px;/*線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    background-color: black;/*線の色*/
    border-radius: 2px;/*線の丸み*/
}
h3 {
    margin-bottom: 30px;
}
#header {
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
    z-index: 97;
    width: 100%;
	/*padding: 0 3%;*/
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    height: 50px;
}

#top {
    height: 100vh;
    width: 100%;
}
#top h1 img {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    height: auto;
    max-width: 500px;
}
#gNav a:hover {
    color: #999;
}
nav li a {
    font-weight: bold;
    text-decoration: none;
    color: black
}
#gNav .nav {
    max-width: 1000px;
    margin: 0 auto;
	padding: 0 3%;
}

#gNav .nav .mainnav {
    display: flex;
    width: 70%;
    float: left;
}
#gNav .nav .mainnav li a {
    margin-right: 40px;
}
#gNav .nav .snsnav {
    line-height: 50px;
    text-align: right;
    width: 30%;
    float: left;
}
#gNav .nav .snsnav li {
    display: inline-block;
}
#gNav .nav .snsnav li a {
    margin-left: 40px;
}
#gNav .nav .snsnav li a img {
    vertical-align: middle;
}
#gNav li {
    position: relative;
}
#gNav li i {
    margin-left: 5px;
}
#gNav li a {
    position: relative;
    display: block;
    text-align: left;
    line-height: 50px;
}

#gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all 0.5s;
}
#gNav ul > li:hover a, #gNav .current-menu-item a, #gNav .current-menu-parent a {
    color: #bfd0ff;
}

#gNav li ul li:after {
    content: none;
}

#gNav .contact_btn a:hover {
    color: #fff;
}
#concept {
    padding: 80px 0;
}
#shopinfo {
    padding: 60px 0;
    background-color: #FAFAFA;
}
.shopdetail p a {
    text-decoration: underline;
    color: #000000;
}
footer {
    color: #FFFFFF;
    padding: 60px 0;
    background-color: #2F2F2F;
    text-align: left
}
footer .site p a {
    text-decoration: none;
    color: rgba(255,255,255,1.00);
}
.fotter_nav nav ul li a {
    color: rgba(255,255,255,1.00);
}
.fotter_nav nav ul .pc_l_menu li a {
    color: rgba(255,255,255,1.00);
}
.fotter_nav nav ul .pc_r_menu a {
    color: rgba(255,255,255,1.00);
}
.fotter_submenu li a {
    color: rgba(255,255,255,1.00);
    font-weight: normal;
    padding-left: 20px;
}
.fotter_sns ul li a {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
.fotter_sns ul li a img {
    vertical-align: text-bottom;
    margin-right: 10px;
}
small {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding-top: 20px;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    /*padding: 10px 0;*/
    height: auto;
    opacity: 1;
	
}
.hidden_box .hidden_show a p {
    padding-left: 20px;
}

.hidden_box label {
	padding: 1em 5%;
    text-align: left;
    margin: 0;
    width: 100%;
    display: block;
    font-weight: bold;
    background-color: rgba(255,255,255,0.00);
	/*border-top: 1px solid rgba(176,176,176,0.50);*/
 
}

/*ラベル*/
.accbox label {
    display: block;
    font-weight: bold;
    cursor :pointer;
    transition: all 0.5s;
}

.accbox label:hover {
	color: #999
	
}



@media only screen and ( max-width : 480px ) {
/*ここにスマホ用のcssを記述*/

main {
    text-align: center;
}
.shopdetail {
    margin-bottom: 60px;
}
#shopinfo .wrapper .map iframe {
    clear: none;
    width: 100%;
}
footer .site {
    margin-bottom: 30px;
}
.fotter_nav {
    margin-right: 50px;
    float: left;
}
}

@media only screen and ( min-width : 481px ) and ( max-width : 768px ) {
/*ここにタブレット・スマホ用のcssを記述*/

.fotter_nav {
    float: left;
}
#shopinfo .shopdetail {
    padding-bottom: 40px;
}
#shopinfo .map iframe {
    width: 100%;
}
footer .site {
    /* [disabled]width: 40%; */
    float: left;
    padding-right: 90px;
}
footer .fotter_nav {
    padding-right: 90px;
}
footer .fotter_nav .pc_l_menu {
    float: left;
}
footer .fotter_nav .pc_r_menu {
    float: right;
}
footer .fotter_sns {
    /* [disabled]float: right; */
}
		
}

@media print, screen and ( min-width : 769px ) {
/*ここにPC用のcssを記述*/

#shopinfo .shopdetail {
    text-align: left;
    width: 40%;
    float: left;
}
#shopinfo .shopdetail {
    text-align: left;
    width: 40%;
    float: left;
}
#shopinfo .shopdetail {
	width: 30%;
}

#shopinfo .map iframe {
    width: 60%;
	float: right;
}

.fotter_nav {
    float: left;
}

footer .site {
    width: 450px;
    float: left;
}
footer .fotter_nav {
    width: 250px;
	padding-right: 120px
}
footer .fotter_nav .pc_l_menu {
    float: left;
}
footer .fotter_nav .pc_r_menu {
    float: right;
}

.hidden_show {
    background-color: #FFFFFF;
}
}
