html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p,
a, strong, b, dl, dt, dd, ol, ul, li, form, label,
table, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	border: none;
	max-width: 100%;
	max-height: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans Japanese', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	width: 100%;
	position:relative;
}



/* item fade
---------------------------------------- */

.item {
	opacity: 0;
}
.item:nth-child(1) {
  -webkit-animation: example 1.0s ease 1.0s 1 forwards;
  animation: example 1.0s ease 1.0s 1 forwards;
}
.item:nth-child(2) {
  -webkit-animation: example 1.0s ease 2.0s 1 forwards;
  animation: example 1.0s ease 2.0s 1 forwards;
}
.item:nth-child(3) {
  -webkit-animation: example 1.0s ease 3.0s 1 forwards;
  animation: example 1.0s ease 3.0s 1 forwards;
}
.item:nth-child(4) {
  -webkit-animation: example 1.0s ease 4.0s 1 forwards;
  animation: example 1.0s ease 4.0s 1 forwards;
}
@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}


@media screen and (min-width: 769px){

.pc_off {	display: none;}

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

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFBF00;
	overflow: hidden;
	height: 50px;
	padding: 5px 20px;
	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_name a:hover {
	text-decoration: underline;
}
.h_navbtn, .h_tel {
	height: 40px;
	margin-left: 5px;
}
.h_navbtn a img, .h_tel a img {
	height: 40px;
}
.h_navbtn:hover {
	cursor: pointer;
}
.h_tel {
}
.h_tel span {
	font-weight: bold;
	font-family: 'Century Gothic','Arial';
	font-size: 24px;
	line-height: 40px;
	padding: 0 5px;
}
.h_nav_open {
}
.h_nav_block {
}
.close_bottom {
}
.h_nav_close {
}


/* nav
---------------------------------------- */
.lock {	overflow:hidden;}
.h_nav {
	position:relative;
	display:none;
	width:80%;
	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:hover {
	background: #eee;
}
.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;
	cursor: pointer;
}
.h_nav_close_box:hover {
	background: #666;
}
.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:1;
}
.footer ul {
	display: flex;
	justify-content: center;
	text-align: center;
}
.footer li {
	flex: 1;
}
.footer a {
	display: block;
	height: 60px;
}
.footer a:hover {
	background: #ddd;
}
.footer_s {
	width: 100%;
	background: #eee;
}
.footer_s p {
	font-size: 12px;
	padding: 5px;
	text-align: center;
}


/* common
---------------------------------------- */
.main_wrap {
	margin: 50px auto 65px;
}
.main.top_wrap {
	width: 1000px;
	margin: 0 auto;
}
.talk_box {
	overflow: hidden;
}
.talk_icon {
    float: left;
    width: 100px;
    height: 100px;
    text-align: center;
    padding-top: 10px;
}
.talk_txt {
    float: left;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin: 20px 0 0 10px;
    padding: 20px;
    min-width: 400px;
    max-width: 860px;
    background: #EDECE7;
    border-radius: 5px;
}
.talk_txt:before{
	content: "";
	position: absolute;
	top: 30px;
	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: 240px;
    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: 5px;
    border-radius: 3px;
}
.main h1 {
    color: #2B6685;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}

.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;
	
}

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

.yoyaku-date {
    float: left;
    background-color: #FFFFFF;
    border: #CCCCCC solid 1px;
    padding: 5px;
    width: 68%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

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

.mymenu {
    background-color: #FFBF00;
    padding-left: 2%;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}
.mymenu-list {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 20px;
}
.mymenu-list li {
    width: 300px;
    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 46px 20px;
}

.mymenu-list li:nth-child(5) {
    margin:0 46px 20px;
}

.mymenu-list li:nth-child(8) {
    margin:0 46px 20px;
}

.mymenu-list li a {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #333333;
    overflow: hidden;
}

.mymenu-list li a img {
    /* float: left; */
    /* width: 20%; */
}

.mymenu-list li a p {
    padding: 0 0 30px;
    font-weight: bold;
    font-size: 15px;
    /* float: left; */
}
.company-gaikan {
    float: left;
    width: 20%;
    max-height: 150px;
    height: 100%;
}

.company-info {
    float: left;
    width: 30%;
    line-height: 29px;
    padding: 20px 5%;
}

.company-info p span {
    font-size:16px;
}

.company-map {
    float: left;
    margin-top: 40px;
}
.company-wrap {
    margin-top: 20px;
    height: 150px;
}

.pc-none {
    display:none;
}

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



/* 20201008 */

.visit-store-line{ display:flex;justify-content: space-between;align-items: center;}
.visit-store-noline{ display:flex;justify-content: flex-end;align-items: center;}