

@font-face {
  font-family: FontAwesome;
  src: url('./font-awesome-4.3.0/fonts/fontawesome-webfont.woff') format("woff"),
       url('./font-awesome-4.3.0/fonts/fontawesome-webfont.ttf') format("truetype");
}


/*----------------------------------------
BASIC要素
------------------------------------------- */
html {;
  height:100%;  
  min-height:100%
}

body {
  background: #f7f7f7;
  color: #333;
  font-family:'mplus','Noto Sans Japanese',"Apple TP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.9;
  min-height: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: #004e96;
  position: relative;
  text-decoration: none;
  transition: all .5s ease;
}

a:link,
a:visited {
  color: #004e96; 
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

#wrapper-out {
  margin: 0 auto;
  width:100%;
}

img {
  width: 100%;
}

.imgonly {/*imgタグの親タグに設定*/
	font-size: 0;
	line-height: 0;
}

.tel-link {
  /*color: #004e96;*/
}


/*----------------------------------------
CONTENT要素
------------------------------------------- */

#content-wrap {
  background: #fff;
  margin-top: 0px;
  width: 100%;
}

#shop-title,
#shop-content {
  width: 100%;
}

.content {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.content-in {
  margin: 0px 15px 0px 15px;
}

/*----------------------------------------
title要素
------------------------------------------- */

#shop-title {
  background: #ef5f05; /*#e35205*/  
  padding: 15px 0px 15px 0px;
  position: relative;
  margin-bottom: 0px;
}

#shop-title .content .content-in {
  position: relative;
}

#shop-title .content .content-in:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -0.14em; /* Adjusts for spacing */
  vertical-align: middle;
}

#shop-name {
  float: left;
}

#au-logo {
  position: absolute;
  bottom: 1px;
  right: 0px;
}

#shop-name img {
  height: 20px; 
  width: auto;
}

#au-logo img {
  height: 16px; 
  width: auto;
}

/*----------------------------------------
個別ショップページ要素
------------------------------------------- */
#main-img,
#guide-icon,
#shop-info,
#myshop,
#sub-img,
#service,
#map {
  box-sizing: border-box;
  padding-bottom: 5px;
}

#main-img {
  margin: 0px -15px 5px -15px;
	background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 0;
  padding-top: 75%;
}

.gicon {
  background-size: contain;
  float: left;
  height: 30px;
  margin-right: 5px;
  width: 30px;
}
.gicon.gdog {background-image: url('../images/icon_gdog.png');}
.gicon.whee {background-image: url('../images/icon_wh.png');}
.gicon.park {background-image: url('../images/icon_p.png');}
.gicon.kids {background-image: url('../images/icon_kids2.png');}

.h3 {
  background: #999;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #777;
  color: #fff;
  padding: 0px 5px;
}

.h3-1 {
  border-left: solid 5px #ef5f05;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
  padding: 0px 5px;
}

#myshop .h3-1 div {
  max-width: 220px;
  padding: 5px 0px 0px 0px;
  width: 80%;
}


#img2col {
  padding: 0px 5px 0px 0px;
}
.img2col:nth-child(2n+1) {
  float: left;
  margin-bottom: 5px;
  width: 50%;
}
.img2col:nth-child(2n) {
  float: right;
  margin-bottom: 5px;
  margin-right: -5px;
  width: 50%;
}

#sub-img .img2col {
  background-repeat: no-repeat;
  background-size:  100% 100%;
  height: 0;
  padding-top: 37.5%;
}

.tr2col {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  display: table;
  margin-top: -1px;
  width: 100%;
}

.th2col {
  background: lightyellow;
  display: table-cell;
  padding: 0px 5px;
  width: 30%;
}

.td2col {
  background: #fff;
  display: table-cell;
  padding: 0px 5px;
  width: 70%;
}

#sub-img {
  display: none;
}

#map {
  margin-top: 5px;
}

#map iframe {
  height: 200px;
  width: 100%;
}


/*----------------------------------------
FOOTERNAV要素
------------------------------------------- */

#footernav-wrap {
  background: #f7f7f7; 
  color: #777;
  margin: 0px 0px 0px 0px;
  width: 100%;
}

.content-in-footernav,
.content-in-footer {
  margin: 0px 15px 0px 15px;
  padding: 15px 0px 15px 0px;
  position: relative;
}

/*----------------------------------------
FOOTER要素
------------------------------------------- */

#footer {
  background-color: #f7f7f7;
  color: #777;
  font-size: 10px;
  font-weight: 200;
  margin: 0px;
  position: ;
  width: 100%;
}


/*----------------------------------------
PAGETOPボタン要素
------------------------------------------- */


/*----------------------------------------
SLIDEMENU要素
------------------------------------------- */


/*----------------------------------------
OVERLAY要素
------------------------------------------- */


/*----------------------------------------
SLIDEMENUボタン要素
------------------------------------------- */



/*========================================
 タブレット向けレイアウト指定：521px～800px
=========================================== */
@media print, screen and (min-width: 521px) {


body {
  font-size: 16px;
}

/*----------------------------------------
個別ショップページ要素
------------------------------------------- */

#shop-title {
  margin-bottom: 10px;
}

#shop-name img {
  height: 25px; 
  width: auto;
}

#au-logo img {
  height: 20px; 
  width: auto;
}


#main-img {
  margin: 0px 0px 10px 0px;
	padding-top: 45%; /* 75%×60% */
}

#main-img,
#guide-icon,
#service {
  float: left;
  width: 60%;
}

#myshop,
#sub-img,
#shop-info {
  float: right;
  padding: 0px 0px 10px 10px;
  width: 40%;
}

#sub-img {
  display: block;
}

#map-cover {
  display: none;
}


}/*--- ここまでタブレット向けレイアウト指定：521px～800px--- */


/*========================================
 PC向けレイアウト指定：801px以上では固定レイアウト
=========================================== */
@media print, screen and (min-width: 801px) {


.content {
  width: 700px;
}

#footer {
  font-size: 12px;
}

#footer-policy {
  bottom: 15px;
  position: absolute;
  right: 0px;
}



}/*--- ここまでPC向けレイアウト指定：801px～999px--- */


/*========================================
 PC向けレイアウト指定：1000px以上では固定レイアウト
=========================================== */

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

body {
  font-size: 20px;
}

.content {
  width: 1000px;
}

#shop-name img {
  height: 40px; 
  width: auto;
}

#au-logo img {
  height: 30px; 
  width: auto;
}


}/*--- ここまでPC向けレイアウト指定：1000px～--- */


