@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Abel);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**************************************************
	base
***************************************************/
/* -----------------------------------------------
	1. Body
-------------------------------------------------- */
html {
  height: 100%;
}

body {
  color: #333;
  background: #fff;
  text-align: left;
  line-height: 1.8;
  margin: 0;
}

body, input, textarea {
  font-size: 16px;
  font-size: 100%;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* -----------------------------------------------
	2. Elements
-------------------------------------------------- */
/* ---------- base ---------- */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
}

img, video {
  border: 0;
  vertical-align: bottom;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

/* ---------- text ---------- */
p {
  margin: 0 0 20px;
}

a {
  color: #48BFEE;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a {
  transition: opacity 0.4s ease-in-out;
}
a:hover {
  opacity: 0.8;
}

/* ---------- image ---------- */
a.btn img {
  transition: 0.5s;
}

a.btn:hover img {
  opacity: 0.7;
}

/* -----------------------------------------------
	3. Common Class
-------------------------------------------------- */
.wrap, .cf, .clearfix, ul {
  zoom: 1;
}
.wrap:after, .cf:after, .clearfix:after, ul:after {
  content: '';
  display: block;
  clear: both;
  overflow: auto;
}

.clear {
  clear: both;
}

/* ---------- text ---------- */
.center {
  text-align: center;
}

.nowrap {
  white-space: nowrap !important;
}

.txt-small {
  font-size: 0.9em;
}

/**************************************************
	structure
***************************************************/
/* -----------------------------------------------
	1. Base
-------------------------------------------------- */
/* -----------------------------------------------
	2. Header
-------------------------------------------------- */
#header {
  width: 100%;
}

.site-header {
  border-bottom: solid 2px #C3C3C3;
  height: 94px;
}
.site-header .site-header-inner {
  zoom: 1;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.site-header .site-header-inner:after {
  content: '';
  display: block;
  clear: both;
  overflow: auto;
}
.site-header .site-header-inner .logo {
  margin: 28px 0;
  float: left;
}
.site-header .site-header-inner .global-nav ul {
  display: table;
  width: auto;
  float: right;
  margin-top: 27px;
  table-layout: fixed;
}
.site-header .site-header-inner .global-nav ul li {
  display: table-cell;
  vertical-align: middle;
  padding-left: 17px;
}

/* -----------------------------------------------
	3. Footer
-------------------------------------------------- */
.site-footer {
  width: 100%;
}
.site-footer .site-footer-inner {
  max-width: 1000px;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  zoom: 1;
}
.site-footer .site-footer-inner:after {
  content: '';
  display: block;
  clear: both;
  overflow: auto;
}

/* -----------------------------------------------
	4. Content
-------------------------------------------------- */
.page-title {
  background-image: url("https://image.global-center.co.jp/udon/line-wave.png");
  background-repeat: repeat-x;
  background-position: bottom;
  font-size: 150%;
  font-weight: bold;
  color: #48BFEF;
  text-align: center;
  padding-bottom: 20px;
  margin: 20px 0;
  letter-spacing: 2px;
}

.main .site-content {
  width: auto;
}
.main .site-content .site-content-inner {
  width: 1000px;
  padding: 0;
}
.site-content .site-content-inner {
  zoom: 1;
  position: relative;
  padding: 10px;
  margin: 0 auto;
  width: 1000px;
}
.site-content .site-content-inner:after {
  content: '';
  display: block;
  clear: both;
  overflow: auto;
}
.main .site-content .site-content-inner {
  width: auto;
}
.site-content .site-content-inner .main {
  width: 660px;
  float: left;
}
.site-content .site-content-inner .side {
  width: 300px;
  float: right;
}

/**************************************************
	components
***************************************************/
/* -----------------------------------------------
	1. Modules
-------------------------------------------------- */
/* ---------- plain ---------- */
ul.plain, ol.plain, dl.plain {
  margin-left: 2em;
  margin-bottom: 20px;
}

.plain ul, .plain ol {
  margin: 0 0 0 2em;
}

ul.plain {
  list-style-type: disc;
}

ul.plain ul {
  list-style-type: circle;
}

ul.plain ul ul {
  list-style-type: square;
}

ol.plain, ol.plain ol {
  list-style-type: decimal;
}

dl.plain {
  margin-left: 0;
}

dl.plain dt {
  font-weight: bold;
}

table.plain th {
  padding: 5px 1em 5px 5px;
  color: #2DA0B2;
}
table.plain td {
  padding: 5px;
}

ul.simple li {
  font-size: 0.9em;
  margin-bottom: 0.7em;
}

.icon-facebook {
  padding-left: 24px;
  background: url("https://image.global-center.co.jp/udon/icon_facebook.png") no-repeat;
}

.icon-twitter {
  padding-left: 24px;
  background: url("https://image.global-center.co.jp/udon/icon_twitter.png") no-repeat;
}

/* ---------- image ---------- */
.image-l {
  float: left;
  margin-right: 25px;
}

.image-r {
  float: right;
  margin-left: 25px;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.image-text {
  overflow: hidden;
  zoom: 1;
}

.caption {
  font-size: 75%;
  display: block;
  margin-top: 0.5em;
  text-align: left !important;
}
.caption img {
  vertical-align: middle;
  margin-right: 5px;
}

.caption.txtc {
  text-align: center !important;
}

ul.image-l, ul.image-r {
  margin-bottom: 0;
}
ul.image-l li, ul.image-r li {
  margin-bottom: 20px;
  zoom: 1;
}

/* ---------- columns ---------- */
.columns {
  zoom: 1;
  margin-left: -10px;
  margin-right: -10px;
}
.columns:after {
  content: '';
  display: block;
  clear: both;
  overflow: auto;
}
.columns > .column, .columns > .column-1, .columns > .column-2, .columns > .column-3, .columns > .column-4, .columns > .column-5, .columns > .column-6, .columns > .column-7, .columns > .column-8, .columns > .column-9, .columns > .column-10, .columns > .column-11, .columns > .column-12 {
  padding: 0 10px;
}

.columns--no-gutter {
  zoom: 1;
  margin-left: 0px;
  margin-right: 0px;
}
.columns--no-gutter:after {
  content: '';
  display: block;
  clear: both;
  overflow: auto;
}
.columns--no-gutter > .column, .columns--no-gutter > .column-1, .columns--no-gutter > .column-2, .columns--no-gutter > .column-3, .columns--no-gutter > .column-4, .columns--no-gutter > .column-5, .columns--no-gutter > .column-6, .columns--no-gutter > .column-7, .columns--no-gutter > .column-8, .columns--no-gutter > .column-9, .columns--no-gutter > .column-10, .columns--no-gutter > .column-11, .columns--no-gutter > .column-12 {
  padding: 0 0px;
}

.column, .column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11, .column-12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.column-1 {
  width: 8.33%;
}

.column-2 {
  width: 16.66%;
}

.column-3 {
  width: 25%;
}

.column-4 {
  width: 33.33%;
}

.column-5 {
  width: 41.66%;
}

.column-6 {
  width: 50%;
}

.column-7 {
  width: 58.33%;
}

.column-8 {
  width: 66.66%;
}

.column-9 {
  width: 75%;
}

.column-10 {
  width: 83.33%;
}

.column-11 {
  width: 91.66%;
}

.column-12 {
  width: 100%;
}

/* ---------- columns-table ---------- */
.columns-table {
  display: table;
}
.columns-table > .column, .columns-table > .column-1, .columns-table > .column-2, .columns-table > .column-3, .columns-table > .column-4, .columns-table > .column-5, .columns-table > .column-6, .columns-table > .column-7, .columns-table > .column-8, .columns-table > .column-9, .columns-table > .column-10, .columns-table > .column-11, .columns-table > .column-12 {
  display: table-cell;
  vertical-align: top;
  padding: 0 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  float: none;
}

/* ---------- list ---------- */
.list-a {
  margin-bottom: 20px;
}
.list-a li, .list-a dt {
  _position: relative;
  padding-left: 16px;
  /* background: url(../images/ico-arrow-a-black.png) no-repeat 0 0.6em; */
}
.list-a dt {
  font-weight: bold;
}
.list-a dd {
  padding-left: 16px;
  margin-bottom: 10px;
}

/* ---------- table ---------- */
.table-a {
  border-collapse: collapse;
  font-size: 100%;
  margin: 0 auto 25px;
}
.table-a th, .table-a td {
  padding: 0.5em 1em;
  border: 1px solid #e6e6e6;
  text-align: left;
  vertical-align: top;
}
.table-a th {
  background: #fafafa;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
.table-a .highlight {
  background: #FFFBE5;
}
.table-a .highlight td {
  background: #FFFBE5;
}

/* ---------- icon ---------- */
.ico-external {
  padding-right: 16px;
  margin-right: 5px;
  /* background: url(../images/ico-external.png) no-repeat 100% 50%; */
}

.ico-pdf {
  padding-right: 25px;
  /* background: url(../images/ico-pdf.png) no-repeat 100% 50%; */
}

.ico-doc {
  padding-right: 25px;
  /* background: url(../images/ico-doc.png) no-repeat 100% 50%; */
}

.ico-xls {
  padding-right: 25px;
  /* background: url(../images/ico-xls.png) no-repeat 100% 50%; */
}

.ico-new {
  vertical-align: middle;
  margin-left: 5px;
}

/* ---------- boxed ---------- */
.separate {
  border-bottom: 1px dotted #eee;
  margin-bottom: 25px;
}

.boxed-a {
  zoom: 1;
  padding: 20px 20px 1px;
  margin: 20px 0 25px;
  border: 1px solid #d9d9d9;
}
.boxed-a:after {
  content: '';
  display: block;
  clear: both;
  overflow: auto;
}

.boxed-b {
  zoom: 1;
  padding: 20px 20px 1px;
  margin: 0 0 25px;
  background: #F2F2F2;
}
.boxed-b:after {
  content: '';
  display: block;
  clear: both;
  overflow: auto;
}

/* ---------- ul ---------- */
ul.line {
  zoom: 1;
  list-style: none;
}
ul.line:after {
  content: '';
  display: block;
  clear: both;
  overflow: auto;
}
ul.line li {
  float: left;
}

/* ---------- icons ---------- */
.icon-circ {
  border-radius: 50%;
  border: solid 1px #fff;
  padding: 5px;
}
a:hover .icon-circ {
  border: solid 1px #D1B859;
}

/* ---------- btns ---------- */
.btn {
  display: inline-block;
  background: #48BFEF;
  padding: 0.5em 2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 3px 3px 0px 0px #139fd8;
  -webkit-box-shadow: 3px 3px 0px 0px #139fd8;
  box-shadow: 3px 3px 0px 0px #139fd8;
  color: #fff;
  text-shadow: 0px 0px 4px #8ed8f5;
  text-align: center;
  font-size: 125%;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.btn-yellow {
  background: #f3d303;
  -moz-box-shadow: 3px 3px 0px 0px #b69f02;
  -webkit-box-shadow: 3px 3px 0px 0px #b69f02;
  box-shadow: 3px 3px 0px 0px #b69f02;
  text-shadow: 1px 1px 3px #9d8902;
}

a.btn {
  transition: opacity 0.5s ease-in-out;
}
a.btn:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* -----------------------------------------------
  パンくずナビ
-------------------------------------------------- */
.breadcrumbs li {
  display: inline;
  font-size: 75%;
}

.breadcrumbs li:not(:first-child)::before {
  content: ">";
}

/* -----------------------------------------------
  アイコン
-------------------------------------------------- */
.icon-udon {
  background-image: url("https://image.global-center.co.jp/udon/icon-udon.png");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 40px;
}

/* -----------------------------------------------
  うどん検索　検索ボックス
-------------------------------------------------- */
.search-box {
  display: table;
  background: #48BFEF;
  border: solid 2px #48BFEF;
  width: 100%;
}
.search-box .search-box-keywords {
  display: table-cell;
  vertical-align: middle;
  background: #fff;
  padding: 7px 10px;
  width: auto;
}
.search-box .search-box-keywords input {
  padding: 0;
  border: none;
  width: 100%;
}
.search-box .search-box-btn {
  display: table-cell;
  vertical-align: middle;
  padding: 0px;
  text-align: center;
  background: #48BFEF;
  width: 48px;
}
.search-box .search-box-btn a {
  display: block;
  min-width: 48px;
}

/* -----------------------------------------------
  うどん検索　タグクラウド
-------------------------------------------------- */
.tag-cloud {
  margin: 20px 0;
}
.tag-cloud ul li {
  color: #48BFEF;
  border: solid 1px #ccc;
  padding: 0.5em 0.5em;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  line-height: 1;
  height: 1em;
}

/* -----------------------------------------------
  うどん検索　ページナビ
-------------------------------------------------- */
.page-navi {
  margin: 20px 0;
}
.page-navi ol {
  zoom: 1;
  border-left: solid 1px #48BFEF;
  text-align: center;
  display: table;
  width: auto;
  margin: 20px auto;
}
.page-navi ol:after {
  content: '';
  display: block;
  clear: both;
  overflow: auto;
}
.page-navi ol li {
  display: table-cell;
  padding: 0;
  margin: 0;
  border: solid 1px #48BFEF;
  border-left: none;
}
.page-navi ol li a {
  color: #333;
  padding: 1em 1.4em;
  line-height: 1;
  height: 1em;
  margin: 0;
  display: block;
}
.page-navi ol li.current a {
  background: #48bfef;
  color: #fff;
}

/* -----------------------------------------------
  うどん検索　物件リスト
-------------------------------------------------- */
.bukken-list {
  zoom: 1;
  margin-left: -20px;
}
.bukken-list:after {
  content: '';
  display: block;
  clear: both;
  overflow: auto;
}
.bukken-list .bukken {
  float: left;
  margin: 0 0 20px 20px;
  width: 300px;
  padding: 10px;
  border-radius: 5px;
  background: #EDF0ED;
}
.bukken-list .bukken a {
  color: #333;
}
.bukken-list .bukken a:hover {
  text-decoration: none;
}
.bukken-list .bukken .bukken-inner {
  position: relative;
  border: solid 1px #CECECE;
  background: #fff;
  padding: 20px 20px 50px;
  width: 258px;
  height: 280px;
}
.bukken-list .bukken .bukken-inner p {
  margin: 0;
}
.bukken-list .bukken .bukken-inner .bukken-no {
  background: url("https://image.global-center.co.jp/udon/bg-bukken-no.png") no-repeat;
  width: 85px;
  height: 80px;
  position: absolute;
  top: -10px;
  left: -10px;
  padding-top: 16px;
  line-height: 65px;
  text-align: center;
  font-size: 125%;
  font-family: 'Abel', sans-serif;
}
.bukken-list .bukken .bukken-inner .bukken-title {
  font-size: 112.5%;
  line-height: 1.2;
  vertical-align: middle;
  font-weight: bold;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 20px;
  height: 21px;
}
.bukken-list .bukken .bukken-inner .bukken-category {
  background: #A2CFD1;
  color: #fff;
  border-radius: 3px;
  width: 55px;
  font-size: 75%;
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
}
.bukken-list .bukken .bukken-inner .bukken-staff {
  margin: 10px 0;
  font-size: 87.5%;
}
.bukken-list .bukken .bukken-inner .bukken-description {
  margin: 10px 0;
}
.bukken-list .bukken .bukken-inner .bukken-staff .bukken-staff-icon {
  width: 30px;
  height: auto;
  border-radius: 15px;
  margin-right: 10px;
}
.bukken-list .bukken .bukken-inner .bukken-description {
  font-size: 87.5%;
  line-height: 1.5;
}
.bukken-list .bukken .bukken-inner .bukken-spot {
  font-size: 75%;
  color: #48BFEF;
  width: 200px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  line-height: 1;
}
.bukken-list .bukken .bukken-inner .bukken-date {
  font-size: 75%;
  color: #999;
  width: 68px;
  text-align: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
  line-height: 1;
  letter-spacing: 1px;
}

/**************************************************
	unique
***************************************************/
/* -----------------------------------------------
  1. TopPage
-------------------------------------------------- */
.home .site-content-inner h2 {
  margin-bottom: 20px;
  text-align: center;
}

/* ---------- TOP:INTRO ---------- */
#sec-topIntro .site-content {
  background: url("https://image.global-center.co.jp/udon/bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
#sec-topIntro .site-content .site-content-inner {
  padding: 85px 0 125px;
  background: url("https://image.global-center.co.jp/udon/illust01.png");
  background-repeat: no-repeat;
  background-position: bottom 17px right 20px;
}
#sec-topIntro .site-content .site-content-inner .inner {
  max-width: 500px;
  margin: 0 auto;
}
#sec-topIntro .site-content .site-content-inner .inner h1 {
  margin-bottom: 25px;
}
#sec-topIntro .site-content .site-content-inner .inner .copy {
  font-weight: bold;
  color: #464646;
}
#sec-topIntro .site-content .site-content-inner .inner .btnSearch {
  margin: 40px 0 100px;
  text-align: center;
}
#sec-topIntro .site-content .site-content-inner .inner .btnSearch .btn {
  padding: 0.5em 3em;
}

/* ---------- TOP:ABOUT ---------- */
#sec-topAbout .site-content .site-content-inner .inner {
  max-width: 653px;
  margin: 0 auto;
  padding: 30px 0 0;
}
#sec-topAbout .site-content .site-content-inner .inner h2 {
  margin-bottom: 30px;
}
#sec-topAbout .site-content .site-content-inner .inner .copy {
  text-align: center;
}
#sec-topAbout .site-content .site-content-inner .inner .note {
  color: #48BFEF;
  text-align: right;
  font-size: 75%;
}

/* ---------- TOP:HOW TO うどん県索 ---------- */
#sec-topUse .site-content {
  background-color: #E4F5FD;
  background-image: url("https://image.global-center.co.jp/udon/bg-wave.png"), url("https://image.global-center.co.jp/udon/bg-wave2.png");
  background-repeat: repeat-x;
  background-position: top left -300px, bottom left -400px;
}
#sec-topUse .site-content .site-content-inner .inner {
  margin: 0 auto;
  padding: 60px 0 60px;
}
#sec-topUse .site-content .site-content-inner .inner .copy {
  text-align: center;
  margin-bottom: 40px;
}
#sec-topUse .site-content .site-content-inner .inner .box {
  float: left;
  position: relative;
  margin-left: 32px;
}
#sec-topUse .site-content .site-content-inner .inner .box#howto1 {
  margin-left: 0;
}
#sec-topUse .site-content .site-content-inner .inner .box .box-body {
  background: #fff;
  box-shadow: 3px 3px 0px 0px #49BFEF;
  border: solid 1px #49BFEF;
  border-radius: 5px;
  padding: 30px 30px 140px 30px;
  width: 246px;
  background-image: url("https://image.global-center.co.jp/udon/illust02.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
#sec-topUse .site-content .site-content-inner .inner .box .box-body h3 {
  text-align: center;
  margin: 10px 0 20px;
}
#sec-topUse .site-content .site-content-inner .inner .box .box-body p {
  line-height: 1.4;
}
#sec-topUse .site-content .site-content-inner .inner .box#howto2 .box-body {
  background-image: url("https://image.global-center.co.jp/udon/illust03.png");
}
#sec-topUse .site-content .site-content-inner .inner .box#howto3 .box-body {
  background-image: url("https://image.global-center.co.jp/udon/illust04.png");
}
#sec-topUse .site-content .site-content-inner .inner .box .box-head {
  position: absolute;
  z-index: 2;
  background: #49BFEF;
  line-height: 1;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1em;
  height: 1em;
  text-align: center;
  font-weight: bold;
  font-family: 'Abel', sans-serif;
  font-size: 187.5%;
}

/* ---------- TOP:新着うどん物件 ---------- */
#sec-topNew .site-content .site-content-inner .bukken-list {
  margin-top: 30px;
}

/* ---------- TOP:ライフスタイルで探す ---------- */
#sec-search-lifestyle .site-content {
  margin-top: 20px;
}
#sec-search-lifestyle .site-content .site-content-inner .copy {
  text-align: center;
}
#sec-search-lifestyle .site-content .site-content-inner ul {
  zoom: 1;
  margin-left: -20px;
}
#sec-search-lifestyle .site-content .site-content-inner ul:after {
  content: '';
  display: block;
  clear: both;
  overflow: auto;
}
#sec-search-lifestyle .site-content .site-content-inner ul li {
  display: block;
  float: left;
  margin: 0 0 20px 20px;
  width: 300px;
  padding: 0 10px;
}
#sec-search-lifestyle .site-content .site-content-inner ul li a {
  display: block;
}
#sec-search-lifestyle .site-content .site-content-inner ul li p {
  margin: 0;
  text-align: center;
}
#sec-search-lifestyle .site-content .site-content-inner ul li .image {
  margin-bottom: 10px;
}
#sec-search-lifestyle .site-content .site-content-inner ul li .txt {
  color: #666;
  font-size: 87.5%;
  line-height: 1.5;
  text-align: center;
}
#sec-search-lifestyle .site-content .site-content-inner ul li.lifestyle01 .txt {
  width: 250px;
}

/* ---------- TOP:キーワードで探す ---------- */
#sec-search-keywords .site-content .site-content-inner .inner {
  display: table;
  width: 700px;
  margin: 40px auto 40px;
}
#sec-search-keywords .site-content .site-content-inner .inner h2 {
  display: table-cell;
  padding-right: 20px;
  margin: 0;
  vertical-align: middle;
}
#sec-search-keywords .site-content .site-content-inner .inner .search-box {
  width: 460px;
  vertical-align: middle;
}

/* ---------- TOP:エリアで探す ---------- */
#sec-search-area .site-content .site-content-inner {
  background: #EDF0ED;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#sec-search-area .site-content .site-content-inner .inner {
  margin-top: 10px;
  padding: 10px;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#sec-search-area .site-content .site-content-inner .inner ul {
  display: table;
  width: 100%;
}
#sec-search-area .site-content .site-content-inner .inner ul li {
  display: table-cell;
  text-align: center;
  border-left: dotted 1px #999999;
}
#sec-search-area .site-content .site-content-inner .inner ul li:first-child {
  border: none;
}
#sec-search-area .site-content .site-content-inner .inner ul li a {
  color: #333;
  font-weight: bold;
  font-size: 112.5%;
  letter-spacing: 2px;
  display: inline-block;
  line-height: 1;
  padding: 0 0 20px 20px;
  background-image: url("https://image.global-center.co.jp/udon/icon-circle.png"), url("https://image.global-center.co.jp/udon/line-wave.png");
  background-repeat: no-repeat,repeat-x;
  background-position: top left, bottom;
}
#sec-search-area .site-content .site-content-inner .inner ul li a a {
  color: #333;
}

/**************************************************
	unique2
***************************************************/
/*---------------　common setting　-------------*/
.box-gray {
  background-color: #EDF0ED;
  padding: 10px;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
}

.btn-basic {
  margin-top: 20px;
}

table.basic {
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}
table.basic th, table.basic td {
  border: 1px solid #CECECE;
  padding: 15px;
  text-align: left;
  font-weight: normal;
}

.box-blue {
  background-color: #49BFEF;
  padding: 10px;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
}

/*-------------　detail　-------------*/
h1.title_area {
  font-size: 180%;
  color: #333333;
  background-image: url(https://image.global-center.co.jp/udon/common/border_wave.png);
  background-repeat: repeat-x;
  background-position: bottom;
  position: relative;
  letter-spacing: 0.1em;
  padding-right: 160px;
  line-height: 1.2;
  padding-bottom: 5px;
  padding-left: 2.8em;
  text-indent: -2.8em;
  margin-bottom: 20px;
}

h1 .number {
  color: #FCDC08;
  font-size: 200%;
  font-family: 'Abel', sans-serif;
  padding-right: 15px;
}

h1 p.area {
  font-size: 50%;
  color: #48BFEE;
  position: absolute;
  bottom: 15px;
  right: 0px;
  padding-bottom: 0px;
  margin-bottom: 0;
}

#detail-store section {
  margin-bottom: 30px;
}

#detail-store section p {
  margin-top: 10px;
}

#detail-store section h3 {
  text-align: center;
  color: #48BFEE;
  margin-bottom: 20px;
}

#detail-store section h3 p {
  font-size: 150%;
  margin-top: 5px;
  font-family: 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
}

#sec-store table.basic th {
  padding-left: 52px;
  width: 30%;
  background-repeat: no-repeat;
  background-position: 22px;
}

table.basic .t_add th {
  background-image: url(https://image.global-center.co.jp/udon/detail/icon_address.png);
}

table.basic .t_tel th {
  background-image: url(https://image.global-center.co.jp/udon/detail/icon_tel.png);
}

table.basic .t-time th {
  background-image: url(https://image.global-center.co.jp/udon/detail/icon_time.png);
  background-position: 20px;
}

table.basic .t_close th {
  background-image: url(https://image.global-center.co.jp/udon/detail/icon_holiday.png);
  background-position: 20px;
}

#gmap {
  height: 480px;
}

.box-staff {
  border: 5px solid #EDF0ED;
  padding: 15px;
  margin-top: 20px;
}

#detail-store .box-staff h3 {
  text-align: left;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ABADAD;
  padding-bottom: 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.box-staff dt {
  width: 55px;
  float: left;
}

.box-staff dd {
  width: 546px;
  float: right;
}

#detail-store .box-staff dd p {
  margin-top: 0;
  margin-bottom: 0;
}

.box-staff dd p span {
  padding-right: 10px;
}

.box-staff dt img {
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
}

.box-staff dd a,
.g_icon a {
  color: #48BFEE;
  text-decoration: underline;
}

span.description {
  padding-left: 5px;
  padding-right: 5px;
}

.g_icon img {
  float: left;
  padding-right: 10px;
}

.g_icon .box-r {
  float: right;
}

.g_icon h4 {
  font-weight: bold;
}

.g_icon p {
  margin-top: 0;
  margin-bottom: 0;
}

/*---------------　SNSArea　-------------*/
.social-area-syncer {
  width: 100%;
  min-height: 190px;
  padding: 1.5em 0;
}

@media screen and (min-width: 660px) {
  .social-area-syncer {
    min-height: 119px;
  }
}
/* スマホ */
ul.social-button-syncer {
  width: 238px;
  margin: 24px auto;
  padding: 0;
  border: none;
  list-style-type: none;
}

/* デスクトップ */
@media screen and (min-width: 660px) {
  ul.social-button-syncer {
    width: 660px;
  }
}
ul.social-button-syncer li {
  float: left;
  text-align: center;
  height: 71px;
  margin: 0 8px;
  padding: 0;
}

/* [Twitter] */
.sc-tw {
  width: 71px;
}

/* [Facebook] */
.sc-fb {
  z-index: 99;
  width: 69px;
}

.sc-li-img {
  border: none;
  margin: 0 auto;
  padding: 0;
  width: 36px;
  height: 60px;
}

/*-------------　sideArea　-------------*/
.rankingArea dl,
.mapArea dl {
  background-color: #fff;
  padding: 15px 10px;
}

.rankingArea,
.lifestyleArea,
.mapArea {
  margin-bottom: 20px;
}

.side h3,
.side dt {
  text-align: center;
}

.side h3 {
  margin-bottom: 20px;
}

.rankingArea dt,
.mapArea dt {
  padding-bottom: 15px;
  background-image: url(https://image.global-center.co.jp/udon/common/border_wave.png);
  background-repeat: repeat-x;
  background-position: bottom;
  margin-bottom: 20px;
}

.rankingArea dd,
.mapArea dd {
  border-bottom: 1px dotted #999;
  padding-top: 15px;
  padding-bottom: 15px;
}

.rankingArea dd:last-child,
.mapArea dd:last-child {
  border-bottom: none #fff;
  padding-bottom: 0px;
}

.rankingArea dd .imgArea {
  position: relative;
  width: 70px;
  font-size: 84%;
  float: left;
  padding-right: 10px;
}

.rankingArea dd .imgArea span {
  width: 18px;
  padding: 3px 0px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FCDC08;
  font-size: 70%;
  font-weight: bold;
  font-family: 'Abel', sans-serif;
  text-align: center;
}

.rankingArea dd .imgArea p {
  background-color: #A2CFD1;
  text-align: center;
  color: #fff;
}

.rankingArea dd h4 {
  font-weight: bold;
}

.rankingArea dd h4 span {
  font-family: 'Abel', sans-serif;
  padding-right: 10px;
}

.rankingArea dd .comment {
  margin-bottom: 0px;
  font-size: 84%;
  line-height: 1.5;
  letter-spacing: 2px;
}

.lifestyleArea li {
  float: left;
  padding-right: 18px;
  margin-bottom: 20px;
}

.lifestyleArea li:nth-child(2n) {
  padding-right: 0px;
}

.mapArea dd span {
  background-image: url("https://image.global-center.co.jp/udon/icon-circle.png");
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 112.5%;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  padding: 0 0 0 20px;
}

.mapArea dd span a {
  color: #333333;
}

.search-btn{
    background-color: transparent;
    border:none;
}

div.udon_image{
    text-align:center;
}

img.udon_image{
    width: auto;
    max-height: 466px;
    max-width:660px;
}
