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

.sp_off {	display: none;}

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

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFBF00;
	overflow: hidden;
	height: 50px;
	padding: 5px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	z-index: 100;
}
.h_name {
	flex: 1;
	font-size: 15px;
	font-weight: bold;
}
.h_name a {
	color: #333;
	text-decoration: none;
}
.h_navbtn, .h_tel {
	height: 40px;
	margin-left: 5px;
}
.h_navbtn a, .h_tel a {
	display: block;
}
.h_navbtn a img, .h_tel a img {
	height: 40px;
}
.h_navbtn {
}
.h_tel {
}
.h_nav_open {
}
.h_nav_block {
}
.close_bottom {
}
.h_nav_close {
}


/* nav
---------------------------------------- */
.lock {	overflow:hidden;}
.h_nav {
	position:relative;
	display:none;
	width:96%;
	margin:30px 2%;
	padding: 0;
	border:1px solid #fff;
	background:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.h_nav_overlay {
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}

.h_nav_wrap {
	z-index:300;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
}
.h_nav_box p {
	background: #FFBF00;
	padding: 5px;
	font-weight: bold;
}
.h_nav_box ul {
	overflow: hidden;
}
.h_nav_box li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	border-bottom: 1px solid #999;
}
.h_nav_box li:nth-of-type(2n-1) {
	border-right: 1px solid #999;
}
.h_nav_box li:nth-last-of-type(1),
.h_nav_box li:nth-last-of-type(2):nth-of-type(odd) {
	border-bottom: none;
}
.h_nav_box a {
	display: block;
	color: #333;
	padding: 15px 3%;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	background: url(/design/images/common/arrow_gray01.png) no-repeat 10px 50%;
	background-size: 12px auto;
	text-indent: 25px;
}
.h_nav_close_box {
	background: #333;
}
.h_nav_close_box a {
	display: block;
	text-align: center;
	padding: 5px;
	color: #fff;
}

/* footer
---------------------------------------- */

.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #eee;
	z-index:3;
}
.footer ul {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
}
.footer li {
	flex: 1;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;

}
.footer a img {
	max-height: 60px;
}
.footer_s {
	width: 100%;
	background: #eee;
}
.footer_s p {
	font-size: 11px;
	padding: 5px;
	text-align: center;
}

/* common
---------------------------------------- */
.main_wrap {
	margin: 50px auto 65px;
}
.main.top_wrap {
	width: 96%;
	margin: 0 auto;
	padding-top: 2%;
}
.talk_box {
	overflow: hidden;
}
.talk_icon {
	float: left;
	width: 20%;
	max-width: 100px;
}
.talk_txt {
	float: left;
	width: 75%;
	box-sizing: border-box;
 	position: relative;
	display: inline-block;
 	margin: 10px 0 0 10px;
	padding: 4%;
	min-width: 120px;
 	max-width: 100%;
	background: #EDECE7;
	border-radius: 5px;
}
.talk_txt:before{
	content: "";
	position: absolute;
	top: 25px;
	left: -23px;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #EDECE7;
}

.talk_devide {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #DBECF9;
    color: #333;
    border-bottom: solid 4px #217FC4;
    border-top: solid 1px #217FC4;
    border-radius: 3px;
    border-right: solid 1px #217FC4;
    border-left: solid 1px #217FC4;
    margin: 10px 0 0 0;
    width: 180px;
    text-align: center;
}
.talk_devide:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}

.red-border {
    border: solid 1px #BB5555;
    background-color: #EEDDD9;
    display: block;
    padding: 1%;
    border-radius: 3px;
}

.main h1 {
    color: #2B6685;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

.bg-gray {
    background-color: #F1F1EF;
    padding: 10px;
    border: 1px #CCCCCC solid;
    border-bottom: #797979 solid 2px;
    overflow: hidden;
}
.yoyaku-date-row {
	overflow: hidden;
	margin-bottom: 5px;
	display:flex;
	justify-content: space-between;

}
.yoyaku-head {
    background-image: url(/design/images/mypage/yoyaku_day.png);
    background-repeat: no-repeat;
    background-size: 15px;
    float: left;
    padding-left: 7%;
    width: 25%;
    padding-top: 5px;
    background-position-y: 7px;
}

.yoyaku-date {
    float: left;
    background-color: #FFFFFF;
    border: #CCCCCC solid 1px;
    padding: 5px;
    /*width: 33%;*/
    width: auto;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-right:10px;
}

.yoyaku-cancel {
    float: right;
   /* margin-top: 13px;*/
}

.mymenu {
    background-color: #FFBF00;
    padding-left: 2%;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}
.mymenu-list {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 20px;
}
.mymenu-list li {
    width: 30%;
    background-color: #FFF;
    display: block;
    float: left;
    text-align: center;
    border: 1px #CCCCCC solid;
    border-bottom: #797979 solid 2px;
    margin-bottom:20px
}

.mymenu-list li:hover {
    background-color: lightyellow;
}


.mymenu-list li:nth-child(2) {
    margin:0 4%;
}

.mymenu-list li:nth-child(5) {
    margin:0 4%;
}

.mymenu-list li:nth-child(8) {
    margin:0 4%;
}

.mymenu-list li a {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #333333;
    padding-bottom: 10px;
}

.mymenu-list li a p {
    padding: 10px 0 10px;
    font-weight: bold;
    font-size: 12px;
}
.mymenu-list li img {
    max-width:50%;
}
.company-gaikan {
    float: left;
    width: 30%;
    max-height: 70px;
    height: 100%;
}

.company-info {
    float: left;
    width: 57%;
    padding: 5px 1%;
}
.company-map {
    float: left;
    width: 11%;
    margin-top: 5px;
}

.sp-size {
    margin:0!important;
    padding:0!important;
}
.sp-size-p {
    margin:0!important;
    padding: 0 0 10px!important;
}

.company-wrap {
    margin-top: 5px;
    height: 70px;
}


.company-info p {
    font-size: 12px;
}
.sp-none {
    display:none;
}

.sp-mb5 {
    margin-bottom: 5px;
}


}/* ----- 消さない ----- */

