@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}


body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	background-color: #f0e9a5;

	}

img {
    image-rendering: -webkit-optimize-contrast;
}

#wrap {
	margin: auto;
	height: auto;
	width: 960px;
}
#contents {
	/*gheaderのフォント指定範囲の修正を何度言ってもしてくれないのでここで無理矢理効かせてます*/
	font-family: 'Questrial', sans-serif;
	color: #452a1d;
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	/*background-color: #FFF;*/
	/*background-color: #fdfce9;*/
	background:rgba(255,255,255,0.5);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.text {
	clear: none;
	float: left;
	width: 860px;
	margin:40px 50px 20px 50px;
	text-align: center;
}
.text p {
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 5px;
	padding:0 5px 0 5px;
}

.text .title {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 0.1em;
	margin: 0 0 30px 0;
	padding:0 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fbbfbf;
}

.text .memo {
	text-align: center;
	font-size: 15px;
	color:#dd4242;
	padding: 20px 0 0 0;
}

.boad_img{
	width:800px;
	height:auto;
	border-radius:10px;
	margin:30px 30px 20px 30px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.an_img{
	width:800px;
	height:auto;
	border-radius:10px;
	margin:0px 30px 60px 30px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}


/* shop */

.shop_area{
	clear: none;
	float: left;
	height: auto;
	width: 900px;
	margin: 60px 30px 20px 30px;
}
.shop_area p
{
	font-size:13px;
	text-align: center;
	margin:0 0 40px 0;
}

.s_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 900px;
	height: auto;
}

.s_box .shop{
	width: 360px;
	height: 355px;
	border-radius: 5px;
	/*margin:0 0 30px 0 ;*/
	background-color: #A1324F;

}

.shop .name{
	font-size: 20px;
	width: 360px;
	height: auto;
	font-size:18px;
	font-weight:bold;
	letter-spacing: 0.1em;
	text-align: center;
	margin:10px 0px 10px 0px ;
	padding:0 0 15px 0;
	color: #fff;
	border-bottom : dotted 3px #fff ;
}

.shop p{
	font-size:16px;
	text-align: center;
	margin:20px 20px 20px 20px ;
	color: #fff;
}

.s_box .shop img{
	border-radius: 5px 5px 0 0;
	width: 360px;
	height: 240px;
	clear: none;
	float: left;
	margin:0 0 20px 0 ;
}


/* other shop */

.other_area{
	clear: none;
	float: left;
	height: auto;
	width: 900px;
	margin: 60px 30px 40px 30px;
	font-size:14px;
}

.other_area p
{
	font-size:13px;
	text-align: center;
	margin:0 0 40px 0;
}

table{
	border-collapse: collapse;
	width: 840px;
	margin:0 30px 0 30px;
	background-color: #FFF;
}

.s_list th,
.s_list td{
	padding: 10px;
	border: solid 1px #00bbbd;
	text-align:center;
	box-sizing:border-box;
	letter-spacing: 0.1em;
}

.s_list th {
	background: #3cced0;
	color: #fff;
	width: 350px;
	/*border-bottom: solid 1px #fff;*/
}

/* guest */

.guest_area{
	clear: none;
	float: left;
	height: auto;
	width: 900px;
	margin: 80px 30px 60px 30px;

}

.guest_area .title{
	font-size:20px;
	text-align: center;
	margin:0 0 20px 0;
	color:#ff6990;

}

.guest_area p{
	font-size:15px;
	text-align: left;
	margin:0 100px 0 100px;
	line-height: 30px;

}

.guest_area img{
	clear: none;
	float: left;
	height: auto;
	width: 700px;
	border-radius: 5px;
	margin:0 100px 50px 100px ;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}


/* info */
.summary {
	clear: none;
	float: left;
	width: 900px;
	margin-top: 60px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	height: auto;
}
.summary dl {
	clear: none;
	float: left;
	height: auto;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.summary dt {
	width: 180px;
	margin-right: 20px;
	height: auto;
	clear: none;
	float: left;
	font-size: 15px;
	margin-left: 120px;
}
.summary dd {
	width: 540px;
	height: auto;
	float: left;
	clear: none;
	font-size: 15px;
	line-height: 30px;
	margin: 0 20px 0 20px;
}
.map {
	clear: none;
	float: left;
	height: 300px;
	width: 960px;
	background-color: #CCC;
}
#foot {
	clear:both;

}

h1 {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	text-align: center;
	color: #FFF;
	font-size: 26px;
	padding:0px 0px 0px 0px;
	margin:0 0 30px 0;

}
h2 {
	font-weight: bold;
    color: #0b5bb9;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 24px;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
	padding-bottom: 5px;
}

h3 {
	text-align: center;
}

/*summary LINK*/

.summary a {
	color: #C30; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}

.summary a:visited {
	color: #C30;/*リンクの色*/
}

.summary a:hover {
	color: #6C3; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}

/*font option*/
.t1 {
	color: #39C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}


/* form link option*/

.form {
	clear: none;
	float: left;
	width: 800px;
	text-align: center;
	margin: 20px 80px 30px 90px;
}

.form a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #ff71a3;
  border: 1px solid #ff71a3;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
.form a.btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
.form a.btn:hover {
  background: #fff;
  color: #ff71a3;
}
.form a.btn:hover:before {
  border-top: 2px solid #ff71a3;
  border-right: 2px solid #ff71a3;
}


.form_txt{
	clear: none;
	float: left;
	width: 800px;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	margin: 0px 80px 60px 80px;
}

.form_txt a {
	color: #00ab79; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}

.form_txt a:visited {
	color: #00ab79;/*リンクの色*/
}

.form_txt a:hover {
	color: #C30; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}

/* main box ※各コンテンツ共通 */

.main_box{
	width: 960px;
	height: auto;
	clear: none;
	float: left;
	margin:45px 0 0 0;
}


/* title ※各コンテンツ共通 */

.title_box{
    width: 900px;
    height: auto;
    clear: none;
    /* float: left; */
    margin: 0 0px 0px 30px;
}


.title_box .midashi{
	font-family: 'Questrial', sans-serif;
	width: 960px;
	height: auto;
	font-size:100px;
	text-align: center;
	color:#fff;
	border-bottom: 10px solid #333;
	font-weight:normal;
	padding:0 0 8px 0;
	margin:0 0 30px 0;
	letter-spacing: 0.1em;
}


.title_box p{
	text-align: center;
	color:#333;
	font-size:20px;
	letter-spacing: 0.2em;
	font-weight: bold;
}


/* 企業リスト */

.co_box {
	width: 920px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:100px 0 0 45px ;
}
.co_box .item {
	width: 460px;
	height: auto;
	text-align: center;
	margin:0 0 50px 0 ;
}

.co_box .item p{
	color:#333;
	font-size:17px;
	line-height: 2em;
	/*border-bottom: 3px dotted #333;*/
	padding: 0 0 10px 0;
	margin:20px 35px 10px 0;
	display:inline-block
}

.co_box .item .company_name {
	font-size: 24px;
    font-weight: bold;
}

.img_area{
    width: 410px;
    height: 170px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c_img{	width: 85%;
	height: auto;
}

.c_img2{
	width: 90%;
	height: auto;
}

.c_img3{
	width: 70%;
	height: auto;
}

.co_box  a:hover img{	
	filter: alpha( opacity=60 );  /* IE */
	opacity:0.60;                 /* Firefox,Opera,Safari */
	-moz-opacity:0.60;           /* Firefox 0.9より前 */
	}
	
.co_box a img:hover {
	position : relative;
	top : 1pt;
	left : 1pt;
}



