@charset "utf-8";
/* CSS Document */
/*見出し-----------------------------------------------------*/
h2.section_title {
	font-size: 180%;
	line-height: 1;
	padding-bottom: 13px;
	font-family: "Lora", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
h2.section_title span.en {
	position: absolute;
	right: 0;
	font-size: 80%;
	line-height: 1;
	bottom: 15px;
	font-weight: normal;
}
h2.section_title:after {
	display: block;
	content: '';
	width: 80px;
	border-bottom: 2px solid #9b0718;
	position: absolute;
	bottom: -2px;
}
h3.sub_title {
	font-size: 140%;
	color: #9b0718;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "Lora", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
h3.sub_title_blk {
	font-size: 140%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "Lora", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

h3.contact_section {
	font-size: 140%;
	line-height: 1;
	padding-bottom: 13px;
	font-family: "Lora", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align:left !important;
	color:#333 !important;
}
h3.contact_section:after {
	display: block;
	content: '';
	width: 80px;
	border-bottom: 2px solid #9b0718;
	position: absolute;
	bottom: -2px;
}

/*ページタイトル---------------------------------------------------------------------------------------------*/
#page_title {
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
}
#page_title h2 {
	letter-spacing: 0.1em;
	font-size: 200%;
	font-family: "Lora", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#page_title h3 {
	font-family: "Lora", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 120%;
	font-weight: normal;
	color: #888;
}
#page_title p {
	padding-top: 25px;
}

/*スマホの文字サイズ*/
@media only screen and (max-width: 750px) {
h2.section_title {
	font-size: 130%;
	line-height: 1.4em;
	padding-bottom: 5px;
}
h3.sub_title {
	font-size: 120%;
}
#page_title {
	padding-top: 30px;
}
#page_title h2 {
	font-size: 160%;
}
#page_title h3 {
	font-size: 120%;
}
#page_title p {
	text-align: left;
}
}
/*キービジュアル＆キャッチ(下層)----------------------------------------------------------------------------------------------*/
#home #mainimg #mi {
	width: 100%;
	margin: 0 auto;
}
#home #mainimg #mi img {
	width: 100%;
}
#mainimg #mi #mi_pc {
	display: block;
}

#mainimg #mi #mi_sp {
	display: none;
}

@media only screen and (max-width: 750px) {
#mainimg #mi #mi_pc {
	display: none;
}
#mainimg #mi #mi_sp {
	display: block;
}
}
/*ページタイトルtop---------------------------------------------------------------------------------------------*/
#toppage_title {
	margin: 0 auto;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 30px;
}
#toppage_title h2 {
	letter-spacing: 0.1em;
	font-size: 200%;
	font-family: "Lora", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#toppage_title h3 {
	font-family: "Lora", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 120%;
	font-weight: normal;
	color: #888;
}
#toppage_title p {
	padding-top: 25px;
}

/*スマホの文字サイズ*/
@media only screen and (max-width: 750px) {
#toppage_title {
	padding-top: 30px;
}
#toppage_title h2 {
	font-size: 160%;
}
#toppage_title h3 {
	font-size: 120%;
}
#toppage_title p {
	text-align: left;
}
}
/*新着情報----------------------------------------------------------------------------------------------*/
#home #news-area {
	max-width: 980px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	margin: 0 auto;
	position: relative;
}
#home #news-area h2 {
	font-size: 160%;
	font-family: "Lora", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	position: absolute;
	left: 5px;
	top: 4px;
	font-weight: bold;
}
#home #news-area p {
	position: absolute;
	left: 5px;
	top: 60px;
}
#home #news-area p a {
	display: block;
	border: 1px solid #ad0c0c;
	padding: 5px 25px 5px 25px;
	color: #9b0718;
}
#home #news-area p a:link, #home #news-area p a:visited, #home #news-area p a:active {
	color: #9b0718;
}
#home #news-area p a:hover {
	color: #fff;
	background: #9b0718;
}
#home #news-area #news-list {
	margin-top: 25px;
	margin-left: 150px;
	/*border-left: 1px solid #ccc;*/
	padding-left: 20px;
	max-width: 565px;
	/*font-size: 1.1rem;*/
}
#home #news-area #news-list dt {
	float: left;
	padding-top: 10px;
	width: 85px;
	color: #9b0718;
}
#home #news-area #news-list dd {
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 100px;
}

@media only screen and (max-width: 750px) {
#home #news-area {
	padding-left: 0px;
	padding-right: 0px;
}
#home #news-area h2 {
	position: relative;
	left: 0;
	top: 0;
	border-bottom: 1px solid #ccc;
	margin-top: 30px;
	padding: 0 0 10px;
}
#home #news-area p {
	text-align: center;
	position: relative;
	left: 0;
	top: 0;
}
#home #news-area p a {
	width: 200px;
	margin: 20px auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
#home #news-area #news-list {
	border-left: none;
	margin-top: 8px;
	margin-left: 0;
	padding-left: 0;
}
#home #news-area #news-list dt {
	float: none;
	padding-top: 10px;
	width: auto;
	color: #9b0718;
}
#home #news-area #news-list dd {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 0;
}
}
/*トピックス----------------------------------------------------------------------------------------------*/
#home .topics {
	max-width: 980px;
	padding-top: 0px;
}
#home .topics a:hover {
	color: #333;
}
#home .topics .list {
	max-width: 980px;
	margin: 0 auto;
}
#home .topics .list li {
	margin-right: 5%;
	float: left;
	overflow: hidden;
	width: 30%;
	padding-bottom: 20px;
}
#home .topics li img {
	width: 100%;
	height: auto;
}
#home .topics dt {
}
#home .topics dd {
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 90%;
}
#home .topics .list li.last {
	margin-right: 0;
}
#home .topics h3 {
	text-align: center;
	font-family: "Lora", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 130%;
	padding-top: 20px;
	padding-bottom: 10px;
}
#home .topics h3 span {
	font-weight: normal;
	font-size: 84%;
	color: #888;
}

@media only screen and (max-width: 750px) {
#home .topics .list li {
	width: 100%;
	margin-top: 20px;
	margin-right: 0;
	float: none;
}
#home .topics dt {
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
	font-weight: bold;
}
#home .topics dd {
}
}
/*ブランドリンク----------------------------------------------------------------------------------------------*/
#home #brand_select {
	text-align: center;
}
#home #brand_select h2 {
	font-size: 160%;
	font-family: "Lora", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	/*border-bottom: 1px solid #ccc;*/
	padding-bottom: 10px;
}
#home #brand_select h2 span {
	font-weight: normal;
	font-size: 66%;
	color: #888;
}
#home .brand_link {
	max-width: 980px;
	padding-top: 20px;
}
#home .brand_link .list li {
	/* display: block;
	float: left;
	width: 14.8%;
	margin-right: 2.1%; */
    display: block;
    float: left;
    width: 12%;
    margin-right: 2%;
}
#home .brand_link .list li.last {
	margin-right: 0;
}
#home .brand_link li img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 750px) {
#home #brand_select {
	display: block;
}
#home .brand_link .list {
	max-width: 100%;
}
#home .brand_link .list li {
	display: block;
	float: left;
	width: 50%;
	margin-right: 0%;
}
}
/*コンセプト--------------------------------------------------*/
.farm_sns {
	margin-top : 20px;
	max-width: 100%;
}
.farm_sns ul {
	list-style : none;
}
.farm_sns li {
	float : left;
	width : 100%;
	margin-top: 15px;
	margin-right: 2%;
}
.farm_sns li a {
	display : block;
	border-radius: 6px;
	padding : 15px;
	color : #fff;
	text-decoration : none;
	text-align : center;
}
.farm_sns li a:hover {
	opacity : 0.8;
	color : #fff;
}
.farm_sns li a:visited {
	color: #fff;
}
.farm_sns ul:after {
	content : "";
	display : block;
	clear : both;
}
/*ごあいさつ*/
h4.boss_name {
	font-size: 160%;
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align: right;
}

/*会社概要--------------------------------------------------*/
#about_logo{
	width: 30%;
}
/*会社概要内容*/
#aboutus ul {
	margin-top: 20px;
}
#aboutus li {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#aboutus dl {
	width: 980px;
}
#aboutus dt {
	float: left;
	width: 20%;
}
#aboutus dd {
	padding-left: 20%;
}

@media only screen and (max-width: 750px) {
#about_logo{
	width: 80%;
}
#aboutus ul {
	margin-top: 20px;
}
#aboutus li {
	width: 100%;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#aboutus dl {
	width: 100%;
}
#aboutus dt {
	float: none;
	width: 100%;
}
#aboutus dd {
	width: 100%;
	padding-left: 0%;
}
}
/*沿革*/
#history ul {
	margin-top: 20px;
}
#history li {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#history dl {
	width: 980px;
}
#history dt {
	float: left;
	width: 15%;
}
#history dd {
	padding-left: 15%;
}

@media only screen and (max-width: 750px) {
#history ul {
	margin-top: 20px;
}
#history li {
	width: 100%;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#history dl {
	width: 100%;
}
#history dt {
	float: none;
	width: 100%;
}
#history dd {
	width: 100%;
	padding-left: 0%;
}
}
/*リクルート--------------------------------------------------*/
/*キャリアプラン*/
#recruit_carrier h3{
	font-size: 120%;
}
#recruit_carrier ul {
	margin-top: 20px;
}
#recruit_carrier li {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#recruit_carrier dt {
	float: left;
	width: 20%;
}
#recruit_carrier dt img {
	max-width: 90%;
	height: auto;
}
#recruit_carrier dd {
	padding-left: 20%;
}

@media only screen and (max-width: 750px) {
#recruit_carrier ul {
	margin-top: 20px;
}
#recruit_carrier li {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#recruit_carrier dt {
	float: left;
	width: 30%;
}
#recruit_carrier dt img {
	max-width: 90%;
	height: auto;
}
#recruit_carrier dd {
	padding-left: 30%;
}
}
/*募集要項*/
#requirements ul {
	margin-top: 20px;
}
#requirements li {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#requirements dl {
	width: 980px;
}
#requirements dt {
	float: left;
	width: 15%;
}
#requirements dd {
	padding-left: 15%;
}

@media only screen and (max-width: 750px) {
#requirements ul {
	margin-top: 20px;
}
#requirements li {
	width: 100%;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#requirements dl {
	width: 100%;
}
#requirements dt {
	float: none;
	width: 100%;
}
#requirements dd {
	width: 100%;
	padding-left: 0%;
}
}
/*社員の声*/
#recruit_voice h3 {
	font-size: 140%;
	color: #9b0718;
	margin-top: 50px;
	margin-bottom: 10px;
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#recruit_voice h3 span {
	font-size: 77%;
	color: #000;
}
#recruit_voice dt {
	font-size: 105%;
	font-weight: bold;
	float: none;
}
#recruit_voice dd {
	padding-top: 10px;
	padding-bottom: 30px;
}
/*分岐リンク（３カラム）---------------------------------------------------------------------------------------------*/
#branch {
	max-width: 100%;
	text-align: center;
}
#branch ul {
	max-width: 100%;
	margin: 0 auto;
}
#branch li {
	width: 48%;
	margin-top: 30px;
	margin-right: 4%;
	float: left;
	display: inline-block;
}
#branch li.last {
	width: 48%;
	margin-top: 30px;
	margin-right: 0%;
	float: left;
	display: inline-block;
}
#branch a {
	color: #9b0718;
}
#branch a:hover {
	color: #fff;
}
.button_red {
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button_red::before, .button_red::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_red, .button_red::before, .button_red::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button_red {
	background-color: #fff;
	border-color: #9b0718;
	line-height: 50px;
	border: 2px solid #9b0718;
}
.button_red:hover {
	background-color: #9b0718;
	color: #fff;
}

@media only screen and (max-width: 960px) {
#branch ul {
}
#branch li, #branch li.last {
	padding-top: 20px;
	width: 100%;
}
}
/*個別記事のナビ----------------------------------------------------------------------------------------------*/
.single-navi {
	margin: 0 auto;
	max-width: 750px;
	position: relative;
	margin-top: 50px;
}
.snavi_left {
	position: absolute;
	left: 0;
}
.snavi_right {
	position: absolute;
	right: 0;
}
/*アンカー-------------------------------------------------------------*/
#gaiyou,#enkaku,#oishiifarm,#syokuzai {
	margin-top: -150px;
	padding-top: 150px;
}
#bukken {
	margin-top: -145px;
	padding-top: 145px;
}
/*お問い合わせ-----------------------------------------------------------*/
#mail_form {
	max-width: 100%;
}
#mail_form dl {
	padding: 10px;
	border-top: 1px solid #ccc;
}
#mail_form dt {
	margin: 8px 0px 8px 0px;
	font-weight: bold;
	float: left;
	width: 25%;
}
#mail_form dt span {
	color: #ff0000;
}
#mail_form dd {
	margin: 8px 0px 8px 0px;
	padding-left: 30%;
}
#mail_form iframe {
	border: 1px solid #ccc;
}
#mail_form h3 {
	font-size: 130%;
	color: #7e2029;
	margin: 10px 0px 10px 0px;
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media only screen and (max-width: 750px) {
#mail_form dl {
	max-width: 100%;
	margin: 0 auto;
	padding: 10px;
	border-top: 1px solid #ccc;
}
#mail_form dt {
	margin: 8px 0px 8px 0px;
	font-weight: bold;
	float: none;
	width: 100%;
}
#mail_form dd {
	margin: 8px 0px 8px 0px;
	padding-left: 0%;
}
}
/*個人法人*/
span.wpcf7-list-item {
	display: block;
}
.wpcf7 select {
    padding: 15px 10px 25px;
}
.wpcf7 input[name="your-name"], .wpcf7 input[name="your-email"], .wpcf7 input[name="your-subject"] {
	width: 100%;
	height: 25px !important;
}
.wpcf7 input[name="pref"], .wpcf7 input[name="addr"], .wpcf7 input[name="addr2"], .wpcf7 input[name="your-tel"], .wpcf7 input[name="your-company"], .wpcf7 input[name="your-section"], .wpcf7 input[name="your-position"] {
	width: 80%;
	height: 25px !important;
}
.wpcf7 select[name="shop-list"] {
	padding: 5px;
}
.wpcf7 input[name="zip"] {
	width: 30%;
	height: 25px !important;
}
.wpcf7 textarea[name="your-message"] {
	width: 100%;
	height: 150px !important;
}
/*入力もれ*/
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
	color: #ff0000;
}
/*送信ボタン*/
.wpcf7-submit {
	font-family: 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	margin-top: 50px;
	font-size: 1.2em;
	padding: 5px 30px;
	background-color: #9b0718;
	color: #fff;
	border-style: none;
}
.wpcf7-submit:hover:enabled {
	background-color: #cc0920;
	color: #fff;
}
/*エントリーフォーム*/
.wpcf7 input[name="your-name01"], .wpcf7 input[name="your-name02"], .wpcf7 input[name="your-name-kana01"], .wpcf7 input[name="your-name-kana02"], .wpcf7 input[name="your-name-school"], .wpcf7 input[name="your-name-department"] {
	width: 40%;
	height: 25px !important;
}
.wpcf7 input[name="your-year"], .wpcf7 input[name="your-month"], .wpcf7 input[name="your-day"], .wpcf7 input[name="your-age"] {
	height: 25px !important;
}
.wpcf7 input[name="your-email_confirm"] {
	width: 100%;
	height: 25px !important;
}
.wpcf7 textarea[name="your-question1"], .wpcf7 textarea[name="your-question2"], .wpcf7 textarea[name="your-question3"], .wpcf7 textarea[name="your-question4"], .wpcf7 textarea[name="your-question5"], .wpcf7 textarea[name="your-question6"] {
	width: 100%;
	height: 150px !important;
}
/*あなたのメッセージは送信されました。ありがとうございました。*/
.screen-reader-response {
	display: none;
}
div.wpcf7-response-output, .wpcf-7-mail-sent-ok {
	margin: 0 auto;
	text-align: center;
	color: #9b0718;
}
.sent .formInner {
	display: none;
}
/*お問い合わせ：注意事項リスト部分 */
.gBox {
	border: 1px solid #ccc;
	background-color: #efefef;
	padding:1em;
	text-align:left;
	margin-top:1em;
}
.gBox ul {
	list-style-type: disc !important;
	padding:1em !important;
}
.gBox li {
	list-style-type: disc !important;
	margin-top:1em;
}
/*お問い合わせ：注意事項確認用ボタン部分 */
input#confirmBTN {
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	font-size:100%;
	margin-top:2.5em;
}
input#confirmBTN::before, input#confirmBTN::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
input#confirmBTN, input#confirmBTN::before, input#confirmBTN::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
input#confirmBTN {
	background-color: #fff;
	border-color: #9b0718;
	line-height: 50px;
	border: 2px solid #9b0718;
	font-family: FontAwesome;
}
input#confirmBTN:hover {
	background-color: #9b0718;
	color: #fff;
}
.recruitingTxt a:before {
	content: ">";
	padding-right:0.5em;
	color:#d054aa;
}
/*お問い合わせ：よくあるご質問へのボタン */
a.faqBTN {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 400px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #9b0718;
	background-color: #fff;
	color: #9b0718;
	transition: 0.5s;
}
a.faqBTN:hover {
	color: #fff;
	background: #9b0718;
}
@media only screen and (max-width: 750px) {
a.faqBTN {
	width: 90%;
}
}
.Pers800 {
	width:800px;
	margin:0 auto;
}
@media only screen and (max-width: 750px) {
.Pers800 {
	width:100%;
}
}
.Pers800 form {
	margin:0 auto !important;
	text-align: center !important;
}
input#confirmBTN2 {
	display: inline-block;
	width: 600px;
	height: auto;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	font-size:100%;
	margin:2.5em auto !important;
}
input#confirmBTN2::before, input#confirmBTN2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
input#confirmBTN2, input#confirmBTN2::before, input#confirmBTN2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
input#confirmBTN2 {
	background-color: #fff;
	border-color: #9b0718;
	line-height: 50px;
	border: 2px solid #9b0718;
	font-family: FontAwesome;
}
input#confirmBTN2:hover {
	background-color: #9b0718;
	color: #fff;
}
@media only screen and (max-width: 750px) {
input#confirmBTN2 {
	width: 100%;
}
}
/*店舗情報(一覧)--------------------------------------------------*/
.section_title2 span{
	font-size: 70%;
	font-weight:normal;
	font-family: 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
h2.section_title2 {
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 140%;
	line-height: 1.4em;
	padding-bottom: 15px;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
h2.section_title2:after {
	display: block;
	content: '';
	width: 80px;
	border-bottom: 2px solid #cc0920;
	position: absolute;
	bottom: -1px;
}
/*--*/
h3.sub_title {
	font-size: 130%;
	color: #cc0920;
	margin: 10px 0px 10px 0px;
}
#shop_list {
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
}
#shop_list dl {
	padding: 5px 0px 10px 0px;
}
#shop_list dt {
	font-size: 120%;
	float: left;
	width: 30%;
	position: relative;
}
#shop_list dt span {
	font-size: 77%;
	text-align: left;
	position: absolute;
	left: 120px;
	bottom: 5px;
}
#shop_list dd {
	padding-top: 5px;
	padding-left: 25%;
}
#shop_list li {
	float: left;
	padding-left: 20px;
}
.shop_btn {
	border: 1px solid #000;
	padding: 5px 13px 5px 10px;
	width: 30%;
}
.shop_btn:hover {
	border: 1px solid #cc0920;
}

@media only screen and (max-width: 750px) {
#shop_list dt {
	float: none;
	width: 100%;
}
#shop_list dd {
	padding-left: 0%;
}
#shop_list dt span {
	font-size: 77%;
	text-align: right;
	position: absolute;
	padding-top: 5px;
	right: 5px;
}
#shop_list li {
	float: none;
	padding-top: 5px;
	padding-left: 0px;
	width: 100%;
}
}
