@media screen and (max-width: 1199px) {



/*--------------------------------------*
* index
*--------------------------------------*/

.idx_info {
	width: 100%;
}


/*index 媒体バナー*/
/*------------------------------------------------------------------------------*/	
.banner_idx_flex{
	display: block;
	justify-content: center;
	text-align: center;
}

/*--------------------------------------*
* base
*--------------------------------------*/

/*header*/
/*------------------------------------------------------------------------------*/




.header_logo{
	padding: 16px 10px 0px 6px;
}

.nav_list li{
	float: none;
	font-size:16px;
	line-height:240%;
	padding:0px 0px 0px;
}
.nav_list li:first-child{
	margin-top: 200px;
	border-top: 1px solid #cfcfcf;
}
.nav_list li:last-child{
	margin-bottom: 30px;
}

.nav_list li a::after {
	display: none;
}

.nav {
	position: fixed;
	right: -320px; /* 右から出てくる */
	top: 0;
	width: 300px; /* スマホに収まるサイズ */
	height: 100vh;
	padding-top: 0px;
	background-image: url(../img/common/bg03.png);
	background-size: 110px 137px;
    background-position: top center;
	transition: all .6s;
	z-index: 200;
	overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
.hamburger {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 40px; /* クリックしやすい幅 */
	height: 40px; /* クリックしやすい高さ */
	cursor: pointer;
	z-index: 300;
}
.nav_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav_item {
	text-align: center;
	padding: 0 14px;
}
.nav_item a {
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #cfcfcf;
	color: #FFFFFF;
}
.nav_item a:hover {

}
.hamburger_border {
	position: absolute;
	left: 11px;
	width: 22px;
	height: 2px;
	background-color: #c5b385;
	transition: all .6s;
}
.hamburger_border_top {
	top: 14px;
}
.hamburger_border_center {
	top: 20px;
}
.hamburger_border_bottom {
	top: 26px;
}
.black_bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	background-color: #333;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
	cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .nav {
	right: 0;
}
.nav-open .black_bg {
	opacity: .8;
	visibility: visible;
}
.nav-open .hamburger_border_top {
	transform: rotate(45deg);
	top: 20px;
}
.nav-open .hamburger_border_center {
	width: 0;
	left: 50%;
}
.nav-open .hamburger_border_bottom {
	transform: rotate(-45deg);
	top: 20px;
}

.header_info{
	position: absolute;
	top: 20px;
	float: none;
}
.header_address{
	display: flex;
	width: 300px;
	height: 160px;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
	margin:0 auto;
	padding:0 ;
}

.header_address .time {
	height: 30px;
    background-image: url(../img/common/icon_time01.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 30px;
	line-height: 30px;
	font-size: 20px;
	letter-spacing: -0.1px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-indent: 40px;
}
.header_address .tel{
	font-size:22px;
	line-height:50px;
	text-indent:40px;
	text-align:center;
    background-image: none;
    margin: 0 auto 30px;
}
.header_address .tel a{
	width:240px;
	height:50px;
	display:block;
    background-image: url(../img/common/icon_tel01.png);
    background-position: 14% 50%;
    background-repeat: no-repeat;
	background-size: 26px 26px;
	-webkit-background-size: 26px 26px;
	-moz-background-size: 26px 26px;
	color:#c5b385;
	text-decoration:none;
	border:2px solid #c5b385;
}

.header_address .tel_time {
	width:240px;
	background-image: url("../img/common/footer_tel-time.png");
    background-position: center center;
    background-repeat: no-repeat;
	background-size: 160px 32px;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0px;
	text-align: center;
}


/*layout 背景等*/
/*------------------------------------------------------------------------------*/


.Haitoku_cont {
	width:90%;
	max-width:1100px;
	height:100%;
	margin: 0px auto;
}




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

.top_banner img{
	width:80%;
	height:auto;
}


/*--------------------------------------*
* ガイド
*--------------------------------------*/

.guide_contact {
	width:100%;
	max-width:1100px;
	height:100%;
	display: block;
	flex-wrap: wrap;
	margin:10px auto 0px;
	padding:0px 0px;
	text-align: center;
}

.guide_contact-box01 {
	width:100%;
	border-right: none;
	padding:20px 0px;
}
.guide_contact-box02 {
	width:100%;
	border-right: none;
	padding:20px 0px;
}
.guide_contact-box03 {
	width:100%;
	padding:20px 0px 0px;
}




/*--------------------------------------*
* プロフィール
*--------------------------------------*/

.prof_info_box {
	margin:50px auto 50px;
}
.prof_info {
	margin:0px auto 0px;
	text-align: left;
}
.prof_icon{
	margin:0px auto 30px;
	text-align:center;
}

.prof_pickup {
    display: block;
	position:absolute;
	right:11%;
	top: 0;
	z-index:99;
}
.prof_pickup img {
    width: 100px;
	height: 100%;
}









}
/*@media screen and (max-width: 1199px)END*/




