@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

/*** all ***/

*:focus {
  outline:none;
}
html{
  font-size: 16px;
}
body{
  -webkit-text-size-adjust: 100%;
	line-height: 1.5;
  letter-spacing: 0;
}
body, .font_sans-serif{
	font-family: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

h2, h3, h4, h5, h6{
  line-height: 1.5;
}

input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
textarea{
  overflow: auto
}

/*---------------------------------------------------------------------------*/

#wrap{
  max-width: 562.5px;
  margin: 0 auto;
  overflow: hidden;
}
.cta{
	/*margin-top: -144px;*/
	padding-bottom: 30px
}


.info{
	padding: 30px 20px;
	background-color: var(--color5);
}
.info_box{
	background-color: #fff;
	border: 3px solid var(--color3);
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 30px;
}
.info_box:last-child{
	margin-bottom: 0px;
}
.info_box .shop_name{}
.info_box .shop_name .icon{
	width: 50px;
}
.info_box .shop_name h3{
	color: var(--color2);
	font-size: var(--nomal);
	font-weight: bold;
	padding-left: 10px;
}
.info_box .tel_btn{
	background-color: var(--color3);
	border-radius: 50px;
	margin: 30px auto;
	display: block;
    text-align: center;
	max-width: 350px;
	box-shadow: 0px 4px 0px #004387;
	transition: all 0.3s;
}
.info_box .tel_btn:hover{
	box-shadow: 0px 0px 0px transparent;
	transform: translateY(4px)
}
.info_box .tel_btn img{
	width: 46px;
	margin-right: 20px;
}
.info_box .tel_btn a{
	color: #fff;
	font-size: var(--bnomal);
	font-weight: bold;
	text-align: center;
	padding: 10px;
	display: block;
    letter-spacing: 0.07em;
}
.info_box .info_text{
	background-color: var(--color4);
	border-radius: 10px;
	padding:15px;
}
.info_box .info_text .adress{
	width: 70%;
}
.info_box .info_text .adress > div{
	margin: 5px 0;
}
.info_box .info_text .adress .a_adres{
	width: 100%;
	font-weight: bold;
	letter-spacing: 0.07em;
}
.info_box .info_text .adress .a_title{
	width: 25%;
	background-color: var(--color2);
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-size: var(--snomal);
}
.info_box .info_text .adress .a_text{
	width: 70%;
	font-weight: bold;
}
.info_box .info_text .map{
	width: calc(30% - 26px);
    max-width: 100px;
    background-color: #fff;
    border: 3px solid var(--color2);
    border-radius: 10px;
    padding: 10px;
	transition: all 0.3s;
}
.info_box .info_text .map:hover{
	opacity: 0.7;
}



/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 768px){
}

/*ここからスマホ用（750px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 667px){
	.cta{
	/*margin-top: -26.5%;*/
	padding-bottom: 20px
}
}