@charset "UTF-8";
/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}


body {
	margin-left: auto;
	margin-right: auto;
	background-image: url(image/haikei.jpg);
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border-radius: 4px;
}

footer {
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  clear: both;
  display: block;
  width: 192px;
}

a {
  color: lightslategray;
  text-decoration: none;
}

a:visited {
  color: #788D98;
}

a:hover {
  color: #988E21;
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 192px;
}

.style-nav ul{
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	padding: 15PX;
}

.style-nav ul li a:hover {
  color: #988E21;
  text-decoration: underline;	
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.toplist{
width: 100%;	
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
border-top: 2px solid #D5A400;
border-right: 2px solid #D5A400;
border-bottom: 2px solid #D5A400;
}

.toplist th{
padding: 6px;
text-align: center;
border-bottom: 2px solid #D5A400;
border-left: 2px solid #D5A400;
}

.toplist td{
padding: 6px;
text-align: center;
border-bottom: 2px solid #D5A400;
border-left: 2px solid #D5A400;
}

p {
	font-size: 16px;
	font-weight: 200;
	margin-top: 20px;
	text-align: center;
}

.row p {
	line-height: 24px;
	margin: 8px;
	text-align: left;
}

.text h1 {
	font-size: 25px;
	margin: 20px 0px;
	text-align: center;
	position: relative;/*相対位置*/
padding: 0.6em 0.5em 0.5em 0.5em;/*アイコン分のスペース*/
line-height: 1.4;/*行高*/
color: #FF0004;/*文字色*/
border-top: dotted 1px blue;
border-bottom: dotted 1px blue;
background: #E5C530;
}

.footer-txt {
	font-size: 11px;
	margin-bottom: 20px;
}

.col {
	width: 100%;
	margin: 10px 0px;
}

.last {
  text-align: center;
  vertical-align:middle;
  margin: 30px auto;
  padding-top: 60PX;
  width: 192px;
  clear: both;
}

.lightup { 
	background-color: rgba(198,215,230,1.00);
}

.info P {
	margin: 0;
}

.info h3 {
	font-size: 21px;
	margin: 0;
}

h3 {
position: relative;
color: #000000;
font-size: 25px;
padding: 10px 0;
text-align: center;
margin: 1.5em 0;
}

h3:before {
content: "";
position: absolute;
top: -8px;
left: 50%;
width: 150px;
height: 58px;
border-radius: 50%;
border: 5px solid #FD6B9D;
border-left-color: transparent;
border-right-color: transparent;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}

h4 {
	font-size: 17px;
	font-weight: 300;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.career th {
  width: 240px;
  background-color: #FFB7C0;
  padding: 12px;
  border: 1px solid #FFB7C0;
	display: block;
	width: 100%;
}

.career td {
  width: 720px;
　color: white;
  padding: 10px;
  border: 3px solid #FFB7C0;
		display: block;
	width: 100%;
}

table {
  text-align: center;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 10px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
}

.sp {
	display: none;
}

.square_btn{
    position: relative;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.73);
    padding: 0.3em 0.5em;
    background: #C1C3FE;
    border-top: solid 3px #0732DF;
    border-bottom: solid 3px #0732DF;
    transition: .4s;
}

.square_btn:hover {
    text-shadow: -6px 0px 15px rgba(255, 255, 240, 0.83), 6px 0px 15px rgba(255, 255, 240, 0.83);
}

.a {
	width: 30%;
}
.b {
	width: 13%;
}
.c {
	width: 13%;
}
.d {
	width: 13%;
}
.e {
	width: 13%;
}
.f {
	width: 18%;
}

.title h2 {
  font-size: 32px;  color: #000000;
  text-align: center;
  border-bottom: 2px solid #000000;
}

.event h2 {
  font-size: 32px;  color: #000000;
  text-align: center;
  border-bottom: 2px solid #FF556A;
}

.groumet h2 {
  font-size: 32px;  color: #000000;
  text-align: center;
  border-bottom: 2px solid #E56DFF;
}

.culture h2 {
  font-size: 32px;  color: #000000;
  text-align: center;
  border-bottom: 2px solid #43FF60;
}

.shopping h2 {
  font-size: 32px;  color: #000000;
  text-align: center;
  border-bottom: 2px solid #FBFF43;
}

.spa h2 {
  font-size: 32px;  color: #000000;
  text-align: center;
  border-bottom: 2px solid #FFAB43;
}

.button {
	border: 2px #009C74 solid;
	padding: 8px 20px;
	border-radius: 30px;
	text-decoration: none;
}

.return {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.groumet th {
  width: 240px;
  background-color: #F3C2FD;
  padding: 12px;
  border: 1px solid #F3C2FD;
	display: block;
	width: 100%;
}

.groumet td {
  width: 720px;
　color: white;
  padding: 10px;
  border: 3px solid #F3C2FD;
		display: block;
	width: 100%;
}

.groumet h3 {
position: relative;
color: #000000;
font-size: 25px;
padding: 10px 0;
text-align: center;
margin: 1.5em 0;
}

.groumet h3:before {
content: "";
position: absolute;
top: -8px;
left: 50%;
width: 150px;
height: 58px;
border-radius: 50%;
border: 5px solid #E56DFF;
border-left-color: transparent;
border-right-color: transparent;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}


.culture th {
  width: 240px;
  background-color: #C1FFB8;
  padding: 12px;
  border: 1px solid #C1FFB8;
	display: block;
	width: 100%;
}

.culture td {
  width: 720px;
　color: white;
  padding: 10px;
  border: 3px solid #C1FFB8;
		display: block;
	width: 100%;
}

.culture h3 {
position: relative;
color: #000000;
font-size: 25px;
padding: 10px 0;
text-align: center;
margin: 1.5em 0;
}

.culture h3:before {
content: "";
position: absolute;
top: -8px;
left: 50%;
width: 150px;
height: 58px;
border-radius: 50%;
border: 5px solid #43FF60;
border-left-color: transparent;
border-right-color: transparent;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}

.shopping th {
  width: 240px;
  background-color: #FFF4A8;
  padding: 12px;
  border: 1px solid #FFF4A8;
	display: block;
	width: 100%;
}

.shopping td {
  width: 720px;
　color: white;
  padding: 10px;
  border: 3px solid #FFF4A8;
		display: block;
	width: 100%;
}

.shopping h3 {
position: relative;
color: #000000;
font-size: 25px;
padding: 10px 0;
text-align: center;
margin: 1.5em 0;
}

.shopping h3:before {
content: "";
position: absolute;
top: -8px;
left: 50%;
width: 150px;
height: 58px;
border-radius: 50%;
border: 5px solid #FBFF43;
border-left-color: transparent;
border-right-color: transparent;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}

.spa th {
  width: 240px;
  background-color: #FFD8A8;
  padding: 12px;
  border: 1px solid #FFD8A8;
	display: block;
	width: 100%;
}

.spa td {
  width: 720px;
　color: white;
  padding: 10px;
  border: 3px solid #FFD8A8;
		display: block;
	width: 100%;
}

.spa h3 {
position: relative;
color: #000000;
font-size: 25px;
padding: 10px 0;
text-align: center;
margin: 1.5em 0;
}

.spa h3:before {
content: "";
position: absolute;
top: -8px;
left: 50%;
width: 150px;
height: 58px;
border-radius: 50%;
border: 5px solid #FFAB43;
border-left-color: transparent;
border-right-color: transparent;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}


/*スマホ*/
@media (min-width: 415px){
		body {
		max-width: 415px;
	}


/*タブレット縦、スマホ大画面用*/
@media (min-width: 500px){
		body {
		max-width: 500px;
	}
	.style-nav ul li {
		display: inline-block;
	}
	.style-nav ul {
		text-align: center;
	}
	h1 {
	font-size: 30px;
	margin-bottom: 90px;
    }
	h3 {
		font-size: 25px;
	}
	.food-md-trp {
		width: 45%;
		line-height: 15%;
		margin: 11px;
	}
	.food-md-trp p {
		font-size: 14px;
	}
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
	.br-sp {
		display: none;
	}
.text p {
	font-size: 25px;
	margin: 21px 21px 1px 21px;
	text-align: center !important;
}
	.style-nav {
		line-height: 5px;
	}
	.none {
		display: none;
	}

