@charset "utf-8";

/*-----------------------------------------------------

  BASE

----------------------------------------------------- */
body {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #333;
	background: #fff;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

img {
	vertical-align: bottom;
	max-width: 100%;
    height: auto;
    width: auto;
    transition: .15s;
}

._sp { display:none!important; }

a {
    text-decoration: none;
    color: #000;
}

li { list-style: none; }

a:hover {
    text-decoration: underline;
}

a:hover img {
  opacity: 0.7;

}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

@media screen and (max-width:599px){
  ._pc { display:none!important; }
  ._sp { display:block!important; }
}

.shopBox {
	display: flex;
	margin-bottom: 30px;
}

.shopBox div {
	width: 50%;
}


/* MEDIUM
----------------------------------------------------- */
@media screen and (min-width: 600px) and (max-width:959px) {
}

/* SMALL
----------------------------------------------------- */
.fix-bt-box {
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	z-index: 100;
	display: none;
}

.fix-bt-box ul {
	display: flex;
}

.fix-bt-box li {
	width: 50%;
}

.fix-bt {
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	z-index: 100;
	background: #ff7300;
}

.fix-bt a {
	display: block;
	width: 80%;
	max-width: 600px;
	margin: 10px auto;
}



@media screen and (max-width: 599px) {
	body {
		padding-bottom: 80px;
		
	}
	
	.fix-bt-box {

	display: block;
}
}



.footerBtFixWrapper {
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
}

.footerBtFix {
	margin:0 auto;
	max-width:1240px;
	
	 box-shadow: 0px -10px 8px 0px rgba(0, 0, 0, 0.1);
}

.footerBtFix a {
	display:block;
	padding:25px 0;
	border-radius: 10px 10px 0 0;
	color:#fff;
	background: rgb(254,0,0);
background: linear-gradient(90deg, rgba(254,0,0,1) 0%, rgba(222,0,0,1) 100%);
	font-weight:bold;
	font-size:32px;
	transition: .15s;
}

.footerBtFix a::before {
	content: "\f138";
	font-family: FontAwesome;
	margin-right: 4px;
}

.footerBtFix a:hover {
	text-decoration:none;
	opacity:0.9;
}

@media screen and (max-width: 599px) {
	.footerBtFix a {
		font-size:18px;
	}
}


.column3 {
  
  width: 90%;
  margin: 0 auto;
}

.column3 li {
  width: 33.33%;
  float: left;
  

}

.fixNav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

.fixNav ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.fixNav li {
  font-size: 13px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  width: calc(100% / 2);
}

  .fixNav a {
    color: #fff;
    display: block;
    padding: 10px 0 5px 0;
  }

  .fixNav a:hover {
    text-decoration: none;
  }

.fixNav li:nth-child(1) a {
  background: #012176;
}

.fixNav li:nth-child(2) a {
  background: #c82d57;
}

.fixNav li:nth-child(3) a {
  background: #367c24;
}

.fixNav li:nth-child(4) a {
  background: #751078;
}

/*-----------------------------------------------------

  FORMAT

----------------------------------------------------- */
.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.full {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}

.youtube{
  position:relative;
  width:95%;
  padding-top:56.25%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px!important;
}
.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.gMap {
  position: relative;
  padding-bottom: 40%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 30px;
}
 
.gMap iframe,
.gMap object,
.gMap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shopArea {
  margin-bottom: 30px;
}

.shopArea li {
  width: 32%;
  float: left;
  margin-right: 2%;
}

.shopArea li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 650px) {
  .shopArea li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/*-----------------------------------------------------

  CLEARFIX

----------------------------------------------------- */
*:first-child+html .clearFix{ display: inline-block; } /* for IE7 */
.clearFix:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .clearFix { display: inline-block; }
/* no ie mac \*/
* html .clearFix { height: 1%; }
 .clearFix { display: block; }
/* */

.kaitoriForm {
	max-width:700px;
	width:90%;
	margin:0 auto 50px auto;
	text-align:left;
}

.lowerTitleStyle_1 {
	display:none;
}

.form h3 {
	color:#ff0000;
	text-align:center;
	padding:6px 0;
	font-weight:bold;
	background:#ffe8f3;
	margin-bottom:20px;
	font-size:24px;
}

.form table,
.form tr,
.form td,
.form th,
.form tbody{
	display:block;
	width:100%;
}

.form input,
.form select {
  border: 1px solid #ccc;
	width:100%;
	min-height:40px;
	font-size:18px;
}

.form th {
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
}

.form td {
	font-size:18px;
	padding-bottom:20px;
}


.required {
	background:#ff2152;
    color: #fff;
    font-weight: normal;
    padding: 3px 7px;
    margin-right: 10px;
}

.form .submitBt {
	text-align:center;
}

.form .submitBt input {
	border: none;
	width:100%;
	max-width:400px;
	min-height:40px;
	font-size:26px;
	font-weight:bold;
	color:#fff;
	background: rgb(254,0,0);
background: linear-gradient(90deg, rgba(254,0,0,1) 0%, rgba(222,0,0,1) 100%);
	padding:25px 0;
	border-radius:50px;
	transition: .15s;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}



.form .submitBt input:hover {
	cursor: pointer;
	opacity:0.8;
}


