@charset "utf-8";
/*===============================================
landscape.css 画面の横幅が641px以上
===============================================*/
@media screen and (max-width: 757px){
	html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
/*
clear fix
---------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* 基本設定
-----------------------------  */
body{
  margin: 0;
}
h1{
  font-size : 15px;
  color : rgb(255, 115, 185);
  margin: 0;
}
h2{
  text-align : center;
  margin: 0;
  font-size : 21px;
  color : rgb(255, 255, 255);
}
h3{
  margin : 0;
}
h4 {
  margin: 0;
  font-size: 17px;
  font-weight: normal;
}
h5{
  font-size : 21px;
  color : rgb(0, 0, 153);
  text-align : center;
  margin : 0;
}
dl {
margin:0;
}
p{
  margin : 4px;
  font-size : 17px;
  text-align : left;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
/* ヘッダー部分
-----------------------------  */
#head{
  margin : 0px;
  width : 100%;
  height: 35px;
  text-align : center;
  border-left : 1px solid gray;
  border-right : 1px solid gray ;
  background-repeat : repeat-x;
  background-image : url(../img/head.jpg);
}
.p1Class{
display: none;
}
#site_box{
  width : 100%;
  margin : 0px;
  background-repeat : repeat-x;
  text-align : center;
  background-image : url(../img/bg_rogo.png);
}
#rogo{
  width : 280px;
  float : left;
  font-size : 11px;
  text-align : left;
}
#title{
  width : 400px;
  float:right;
  text-align : right;
  margin-top:-3px;
}
.p2Class{
  font-size : 12px;
  margin : 0px;
  text-align : center;
  line-height:1;
}
#wrapper2{
  width : 100%;
  margin: 0 auto;
  text-align : center;
}
#head2{
  height : 6px;
  background-image : url(../img/head2.jpg);
  background-repeat : repeat-x;
}
/* コンテンツ
-----------------------------  */
#box1{
  width : 100%;
  margin: 0 auto;
  text-align : center;
  border-left : 1px solid gray ;
  border-right : 1px solid gray ;
}
/* テキスト広告
-----------------------------  */
#tarea{
  padding:10px;
}
.txtClass{
  font-size : 15px;
  color : rgb(204, 0, 204);
  width : 32%;
  float : left;
  text-align : left;
  margin-left : 10px;
}
.txtClass:first-child {
  margin-left : 0px;
}
/* gnavi
-----------------------------  */
/*
#area{
  background-image : url(img/area.jpg);
  width : 100%;
  height : auto;
  background-repeat : no-repeat;
  background-size: contain;
  text-align : right;
}
*/
#area{
  display:none;
width : 100%;
}
.btn {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,ededed+100 */
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top,  #f2f2f2 0%, #ededed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f2f2f2 0%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
border:1px solid #D9D9D9;
border-radius: 5px;
}
ul.menu{
  font-size : 15px;
  margin: 0;
  padding: 6px 0 0 0;
  text-align:center;
  list-style: none;
}
.dllClass{
  text-align : left;
  font-size : 15px;
  float: left;
  margin-right: 7px;
  padding: 5px 10px;
}
.dllClass a:link{
  text-decoration:none;
}
.dllClass a:visited{
  color : #000000;
}
.dllClass a:hover{
  color : #F5A9F2;
}
/* コンテンツエリア
-----------------------------  */
#wrapper{
  width : 560px;
  float:left;
  font-size : 21px;
  font-weight : bold;
  text-align : center;
}
.wrapper2Class{
/*  width : 670px;
  float : left;
  overflow:hidden;*/
  margin:0 0 10px 0;
}
.adClassR{
  background-color : rgb(255, 234, 244);
  width : 270px;
  border-radius: 10px;
  float:right;
  margin: 0 7px 0 0;
  height: 392px;
  }
.adClassL{
  background-color : rgb(255, 234, 244);
  width : 270px;
  border-radius: 10px;
  float:left;
  margin: 0 0 0 7px;
  height: 392px;
  }
	.adClassL dd div p , .adClassR dd div p {
		float: left;
	}
	.adClassL dd div p:nth-child(2n) ,.adClassR dd div p:nth-child(2n) {
		font-size: 13px;
		text-align: left;
		font-weight: normal;
		width: 75%;
	}

.dlpClass{
  text-align : left;
  font-size : 13px;
  font-weight : lighter;
}
dt{
  text-align : center;
  margin-left : 0px;
  margin-bottom : 8px;
  margin-top : 0px;
  color : rgb(255, 255, 255);
  height : 30px;
   /* ▼CSS3 */
   border-top-left-radius: 10px;  /* 左上 */
   border-top-right-radius: 10px; /* 右上 */

   /* ▼Safari,Chrome */
   -webkit-border-top-left-radius: 10px;  /* 左上 */
   -webkit-border-top-right-radius: 10px; /* 右上 */

   /* ▼Firefox */
   -moz-border-radius-topleft: 10px;  /* 左上 */
   -moz-border-radius-topright: 10px; /* 右上 */

  background-color : rgb(255, 115, 185);   /* 背景色 */
}
dd{
  text-align : center;
  margin-left : 0px;
  margin-bottom : 8px;
  margin-top : 0px;
}
#recommend iframe {
  width: 100%;
  height: 900px;
}

/* サイドエリア
-----------------------------  */
#boxD{
  width : 168px;
  float:right;
  padding: 4px;
  font-size : 14px;
}
.prClass {
  font-size: 14px;
  line-height: 2.5;
  color: white;
  font-weight: bold;
  background-color: rgb(255, 115, 185);
}
/* フッター部分
-----------------------------  */
#footer {
  font-size: 15px;
  color: white;
  background-color: #999999;
  width: 100%;
}
#footerPR{
    width: 100%;
}
#footerPR table {
margin:0 auto;
}
#footer{
  font-size : 15px;
  color : white;
  background-color : #999999;
  width : 100%;
}
copyright{
font-size:14px;
}
#footer-adlist {
width:97%;
margin:0 auto;
background-color : #474747;
padding:20px 10px;
}
#footer-adlist ul {
list-style:circle;
padding:0 0 0 60px;
font-size: 14px;
}
#footer-adlist ul li a{
  color : white;
text-decoration:none;
}
#footer-adlist ul li a:visited{
  color : white;
}
#footer-adlist ul li a:hover{
  color : #F5A9F2;
}

#gmap {
	float: left;
	margin-right: 14px;
	margin-left: 7px;
}
#gmap iframe {
	width: 543px;
	height:340px;;
}
#bnr {
	float: left;
	width: 168px;

}
#bnr p a  {
	display: block;
	width: 168px;
	height: 99px;
	text-indent: -9999px;
}

#bnr #pub1 {
	background-image: url(../img/440.jpg);
	background-size: contain;
	background-repeat: no-repeat;

	margin: 0 0 5px 0;
}
#bnr #pub2 {
	background-image: url(../img/jkop_440.jpg);
	background-size: contain;
	background-repeat: no-repeat;

	margin: 0 0 5px 0;
}
#bnr #pub3 {
	background-image: url(../img/440sc.jpg);
	background-size: contain;
	background-repeat: no-repeat;

	margin: 0 0 5px 0;
}
/*
#bnr #pub3 {
	background-image: url(./img/220x130.jpg);
	background-size: contain;
	margin: 0;
	width: 168px;
	height: 99px;
	text-indent: -9999px;
}
*/
.btn_pr{
	width: 52px;
	margin: 0 5px 5px 5px;
	padding: 3px 0 ;
	font-size: 10px;
	color: #fff;
	border-radius: 5px;
	background-color: #FF0081;
	text-align: center;
}
#translate a {
	line-height: 2;
	font-size: 14px;
	color: #357AE8;
	font-weight: bold;
	padding-right: 5px;
/*	display: none;*/
}
#translate a:nth-child(3) {
	padding-right: 25px;
}
#translate a:nth-child(4) {
	padding-right: 0px;
	line-height: 1;
    vertical-align: text-top;
		display: block;
		padding-bottom: 5px;
}
#sns {
	float:left;
	padding-left: 0;
	display: none;
}
#google_translate_element {
	float:right;
}
/* アコーディオンメニュー */
#area_name {
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
	text-align: left;
}
#area_name li a {
  cursor: pointer;
    display: block;
    width: 130px;
    padding: 0 0 0 30px;
    font-size: 14px;
    line-height: 31px;
    border: 1px solid #B9B404;
    background: #FDFB7A; /* Old browsers */
		color: #333;

}
#area_name li a:hover {
  background: #FF73B9;
  color: #fff;
}
#area_name li .shop_name {
  display: none;
	list-style: none;
	padding: 0;
}
.menu {
  display: block;
      position: relative;
      margin: 1px 0 0;
      padding: 10px;
}
.menu a:hover {
  color: #fff;

}
.menu:after {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -16px;
    content: '▲';
    font-size: 14px;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}
.menu:after a:hover {
  color: #fff;
}
.menu.active:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#area_name .shop_name li a {
	padding: 0 0 0 20px;
	width: 146px;
	font-size: 12px;
}

/* サイドメニュー 追加*/
nav,
nav:before,
nav:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}



} /* @media  */
