@charset "UTF-8";
/**
 * FUNCTION
 * Function.............
 *
 * VARIABLE
 * Global...............プロジェクト全体を通して使用される変数です。
 * Color................カラー用の変数（マップ）を管理します。
 * Config...............
 *
 * MIXIN
 * Media-query..........メディアクエリ用のmixinです。
 * Clearfix.............`float`を解除する`clearfix`のmixinです。
 *
 * VENDORS
 * Normalize.css........Normalize cssのインポートします。
 *
 * VENDORS-EXTENSION
 * Normalize.css........Normalize.cssのスタイルを上書きします。
 *
 * BASE
 * Base.................要素セレクタと属性セレクタのデフォルトスタイルです。
 *
 * LAYOUT
 * Header...............ヘッダーエリアのコンテナブロックのスタイルを指定します。
 * Footer...............フッターエリアのコンテナブロックのスタイルを指定します。
 * Main.................メインコンテンツエリアのコンテナブロックのスタイルを指定します。
 * Sidebar..............サイドバーエリアのコンテナブロックのスタイルを指定します。
 *
 * COMPONENT
 * Wrapper..............コンポーネントをラップするオブジェクトです。`max-width`が指定されています。
 * Grid.................グリッドレイアウトのベーススタイルです。
 * Inline...............横並びになるリストオブジェクトです。
 * Block................縦並びになるリストオブジェクトです。
 * Rank.................横並びになるリストオブジェクトです。アンカータグのクリック範囲が大きく指定されています。
 * Pac..................子要素を折り返さず、横幅内に収めるリストオブジェクトです。
 * Stac.................縦に積み上げていくタイプのリストオブジェクトです。
 * Media................画像とテキストを横並びにするために使用するオブジェクトです。
 * Split................2つの要素をブロックから横並びにするオブジェクトです。
 * Justify..............子要素を両端揃えにするオブジェクトです。
 * Scroll...............横スクロールに対応したテーブルオブジェクトです。
 * Central..............上下左右の中央配置オブジェクトです。
 * Button...............ボタンコンポーネントのベーススタイルです。
 * Card.................カード型のコンポーネントです。
 * Embed................YouTubeなどの埋め込みコンテンツのアスペクト比を固定するオブジェクトです。
 * Images...............画像コンポーネントです。
 *
 * PROJECT
 * Breadcrumbs..........パンくずリストです。セパレーターは`>`です。
 * Pagination...........前後のページに遷移するためのナビゲーションです。アイコンは`<`, `>`です。
 * Tag-cloud............タグクラウドのコンポーネントです。
 * Alert................エラーメッセージなどを表示するコンポーネントです。
 * Badge................投稿数のような数値を表示するコンポーネントです。
 * Label................インラインでメッセージを表示するコンポーネントです。
 * Balloon..............吹き出しのコンポーネントです。
 *
 * UTILITY
 * Col..................レスポンシブに対応した`width`を指定するためのヘルパークラスです。
 * Push.................レスポンシブに対応した`left`を指定するためのヘルパークラスです。
 * Pull.................レスポンシブに対応した`right`を指定するためのヘルパークラスです。
 * Column...............レスポンシブに対応した`column-count`を指定するためのヘルパークラスです。
 * Margin...............レスポンシブに対応した`margin`を指定するためのヘルパークラスです。
 * Padding..............`padding`を指定するためのヘルパークラスです。
 * Display..............要素の表示を切り替えるヘルパークラスです。
 * Float................`float`とクリアーフィックスのヘルパークラスです。
 * Position.............`position`のヘルパークラスです。
 * Text.................テキストのスタイルを変更するヘルパークラスです。
 */
/* ==========================================================================
   Foundation
   ========================================================================== */
/* Vendors
   ----------------------------------------------------------------- */
/**
 * #Normalize
 */
/* ==========================================================================
   Normalize.css
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
    -webkit-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"] {
    -webkit-box-sizing: border-box;
    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.
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 2 */
}

/**
 * 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;
}

/* Vendors-extension
   ----------------------------------------------------------------- */
/**
 * #Normalize
 */
/* Base
   ----------------------------------------------------------------- */
/**
 * #Base
 */
/**
 * ボックスモデルを`border-box`にリセットします。
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    /*font-size: 62.5%;
    line-height: 1.7;*/
    /* iOSとAndroidでのリンクをタップ時のハイライトをリセットする。 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    color: #2E3A47;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    background-color: #FFFEF2;
    /* アンチエイリアスを指定する */
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    /* メトリクスカーニングを指定する */
    -webkit-font-kerning: normal;
    font-kerning: normal;
    position: relative;
}

/* 日本語にitalicは使用されないためリセットする */
i,
cite,
em,
address,
dfn {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.4;
}

h1, .u-h1 {
    font-size: 2rem;
}

h2, .u-h2 {
    font-size: 1.6rem;
}

h3, .u-h3 {
    font-size: 1.4rem;
}

h4, .u-h4 {
    font-size: 1.2rem;
}

h5, .u-h5 {
    font-size: 1rem;
}

h6, .u-h6 {
    font-size: 1rem;
}

a {
    color: #fff;
    text-decoration: none;
}

a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

/* マージンを持たないブロックとする。 */
figure {
    margin: 0;
}

/* `padding-strat: 40px;`の相対値 */
ul, ol {
    padding-left: 2.5em;
}

/* ネストされたリストのマージンをリセットする */
li {
    list-style: none;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dd {
    margin-left: 0;
}

table {
    width: 100%;
}

th {
    text-align: left;
}

/**
 * <blockquote cite="#">
 *     <p><small></small></p>
 *     <footer>
 *         <cite><a href="#"></a></cite>
 *     </footer>
 * </blockquote>
 */
blockquote {
    margin: 1.7rem 0 1.7rem 0;
    padding-left: 1em;
    border-left: 1px solid #666;
    color: #666;
}

blockquote > :first-child {
    margin-top: 0;
}

blockquote > :last-child {
    margin-bottom: 0;
}

/* `<cite>`の先頭にemダッシュが付く */
blockquote cite:before {
    content: '\2014 \00A0';
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 1em;
    background-color: #fff;
}

legend {
    padding: 0 0.5em;
    background-color: #fff;
}

label {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"] {
    padding-left: 0.5em;
}

textarea {
    width: 100%;
    min-height: 8rem;
    padding: 1.5em 0.5em;
    vertical-align: top;
    resize: vertical;
}

optgroup {
    font-weight: normal;
    font-style: normal;
}

/**
 * プレイスホルダーのcolorを無効化してopacityでコントラストを抑える
 * http://hail2u.net/blog/webdesign/placeholder-normalization.html
 */
:-ms-input-placeholder {
    opacity: .54;
    color: inherit;
}

::-webkit-input-placeholder {
    opacity: .54;
    color: inherit;
}

:placeholder-shown {
    /*opacity: .54;*/
}

code,
kbd,
pre,
samp {
    font-size: 1rem;
}

code,
pre {
    font-family: Menlo, Consolas, Courier, monospace;
}

kbd {
    /* ユーザーに入力を促す要素 */
    font-family: inherit;
}

kbd > kbd {
    /* キーボードのキーを示す要素に変化するためボーダーで囲われます */
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    padding: 3px 6px;
    font-size: 0.75rem;
    line-height: 1;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
}

/**
 * Vertical Rhythmを指定しているクラスセレクタをまとめて指定します。
 */
h1, h2, h3, h4, h5, h6,
p,
ul, ol, dl,
table,
pre,
address {
    margin-top: 0;
    margin-bottom: 1.7rem;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, p, a, img, ul, li, table, tr, th, td, tbody, footer, header, main, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    list-style: none;
    text-decoration: none;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/**
 * #Footer
 */
footer {
    position: relative;
    background-color: #1a2e63;
    overflow: hidden;
}

footer .bottom {
    width: auto;
    margin: 52px 88px 80px 80px;
    overflow: hidden;
}

footer ul.linkBottom1,
footer ul.linkBottom2,
footer ul.linkBottom3 {
    margin: 0;
    padding: 0;
    float: left;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: -webkit-wrap;
    flex-wrap: -webkit-wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 560px) {
    footer ul.linkBottom1,
    footer ul.linkBottom2,
    footer ul.linkBottom3 {
        float: none;
    }
}

footer ul.linkBottom1 {
    margin-right: 55px;
}

footer ul.linkBottom2 {
    margin-right: 55px;
}

footer ul.linkBottom3 {
    margin-right: 20px;
}

footer ul.linkBottom1 li,
footer ul.linkBottom2 li,
footer ul.linkBottom3 li {
    list-style: none;
    color: #fff;
    font-family: "Yu Mincho", "YuMincho";
    margin-bottom: 14px;
    line-height: 1.6;
}

footer ul.linkBottom1 li,
footer ul.linkBottom2 li,
footer ul.linkBottom3 li {
    font-size: 1.1rem;
}

footer ul.linkBottom3 li {
    margin-bottom: 10px;
    font-size: 70%;
}

footer ul.linkBottom3 li:first-child {
    font-size: 1.1rem;
    margin-bottom: 14px;
}

footer ul.linkBottom3 li:last-child {
    margin-bottom: 0;
}

footer ul.linkBottom1 li a,
footer ul.linkBottom2 li a,
footer ul.linkBottom3 li a {
    color: #fff;
    text-decoration: none;
}

footer ul.linkBottom1 li a:hover,
footer ul.linkBottom2 li a:hover,
footer ul.linkBottom3 li a:hover {
    text-decoration: underline;
}

footer ul.snsBottom {
    /* width: 84px; */
    width: 145px;
    margin: 85px 193px 0 0;
    float: right;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer ul.snsBottom li:first-child img {
    width: 40px;
}

footer ul.snsBottom li:nth-child(2) img{
    width: 16px;
}

footer ul.snsBottom li:last-child img {
    width: 35px;
}

footer .btnTop {
    width: 98px;
    height: 81px;
    margin: 0;
    position: absolute;
    right: 90px;
    bottom: 66px;
    text-align: center;
}

footer .btnTop img {
    margin: 0 0 5px;
}

footer .btnTop a {
    font-family: "Yu Mincho", "YuMincho";
    color: #aa7d49;
    text-decoration: none;
    font-size: 1rem;
    display: block;
    font-weight: 500;
}

footer p {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    background-color: #aa7d49;
    font-size: 70%;
    line-height: 1;
    padding: 6px;
    font-family: "Yu Mincho", "YuMincho";
}

@media screen and (max-width: 1088px) {
    footer .bottom {
        width: auto;
        margin: 133px 30px 80px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    footer ul.snsBottom {
        margin: 85px 140px 0 0;
    }
    footer .btnTop {
        right: 30px;
    }
    footer .bottom {
        width: auto;
        margin: 52px 30px 80px;
    }
    footer ul.linkBottom1 {
        margin-right: 30px;
    }
    footer ul.linkBottom2 {
        margin-right: 30px;
    }
    footer ul.linkBottom3 {
        margin-right: 40px;
    }
}

@media screen and (max-width: 826px) {
    footer ul.linkBottom3 {
        margin-right: 30px;
    }
}

@media screen and (max-width: 630px) {
    footer ul.linkBottom3 {
        margin-right: 30px;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    footer ul.linkBottom1,
    footer ul.linkBottom2 {
        width: 50%;
        float: left;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        float: none;
    }
    footer ul.linkBottom1 {
        margin-right: 0;
        width: 100%;
    }
    footer ul.linkBottom2 {
        margin-right: 0;
    }
    footer ul.linkBottom1 li,
    footer ul.linkBottom2 li,
    footer ul.linkBottom3 li {
        margin-bottom: 25px;
    }
    footer ul.linkBottom3 li:first-child {
        margin-bottom: 25px;
    }
    footer ul.linkBottom1 li {
        font-size: 80%;
    }
    footer ul.linkBottom2 li {
        font-size: 80%;
    }
    footer ul.linkBottom3 li {
        font-size: 90%;
    }
    footer ul.linkBottom3 li:first-child {
        font-size: 80%;
    }
    footer ul.snsBottom {
        margin: 85px 0 0 0;
        float: left;
        float: none;
    }
}

@media screen and (max-width: 394px) {
    footer ul.linkBottom3 {
        margin-right: 0;
    }
}

/**
 * #Header
 */
header {
    width: auto;
    height: 103px;
    background-color: #fff;
    margin: 0 43px 0 36px;
    font-family: "Yu Mincho", "YuMincho";
}

#top header {
    width: auto;
    height: 60px;
    margin: 0 43px 0 36px;
}

#futari header, #calendar header, #policy header, #support header, #sitemap header, #design header, #matching header, #event header {
    width: auto;
    height: 103px;
    background-color: #fff;
    margin: 0 43px 0 36px;
    font-family: "Yu Mincho", "YuMincho";
}

.logo {
    width: 97px;
    float: left;
    margin: 32px 30px 0 0;
}

.link {
    width: 680px;
    /*検索窓あり*/
    /*width: 440px; 検索窓無し*/
    float: right;
}

.link nav {
    width: 440px;
    float: left;
    margin: 46px 0 0;
}

header nav ul {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.link nav li {
    list-style: none;
    font-size: 14px;
    font-weight: 500;
}

header .link nav li a {
    color: #4d4d4d;
    text-decoration: none;
}

#top .link nav, #futari .link nav, #calendar .link nav, #policy .link nav, #support .link nav, #sitemap .link nav, #design .link nav, #matching .link nav, #event .link nav {
    width: 440px;
    float: left;
    margin: 46px 0 0;
}

#top .link nav ul, #futari .link nav ul, #calendar .link nav ul, #policy .link nav ul, #support .link nav ul, #sitemap .link nav ul, #design .link nav ul, #matching .link nav ul, #event .link nav ul {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#top .link nav li, #futari .link nav li, #calendar .link nav li, #policy .link nav li, #support .link nav li, #sitemap .link nav li, #design .link nav li, #matching .link nav li, #event .link nav li {
    list-style: none;
    font-size: 90%;
    font-weight: 500;
}

#top .link nav li a {
  color: #4d4d4d;
  text-decoration: none;
  font-weight: 500;
}

#top .link nav li a:hover {
    text-decoration: underline;
    opacity: 1;
}

#futari .link nav li a, #calendar .link nav li a, #policy .link nav li a, #support .link nav li a, #sitemap .link nav li a, #design .link nav li a, #matching .link nav li a, #event .link nav li a {
    color: #aa7d49;
    text-decoration: none;
}

#futari .link nav li a:hover, #calendar .link nav li a:hover, #policy .link nav li a:hover, #support .link nav li a:hover, #sitemap .link nav li a:hover, #design .link nav li a:hover, #matching .link nav li a:hover, #event .link nav li a:hover {
    text-decoration: underline;
    opacity: 1;
}

.menu-trigger {
    display: none;
}

.g-nav {
    display: none;
}

.tokyo form {
  float: right;
  max-width: 200px;
  margin: 40px 0 0;
  padding: 0;
}

.search_container {
  width: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
}

.search_container input[type="text"] {
  width: 88%;
  background: #fff;
  border: 1px solid #7E7E7F;
  height: 23px;
  margin: 0;
  padding: 0 5px;
  font-size: 100%;
  box-sizing: border-box;
  font-family: "Yu Mincho", "YuMincho";
}

.search_container input[type="text"]:focus {
  outline: 0;
}

.search_container input[type="submit"] {
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background: #4C4C4C;
  color: #fff;
  outline: none;
  width: 23px;
  height: 23px;
  margin: 0;
  padding: 0;
  font-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 870px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    header {
        height: 60px;
        margin: 0 10px;
    }
    #top header {
        height: 70px;
        margin: 0 20px;
    }
    #futari header, #calendar header, #policy header, #support header, #sitemap header, #matching header, #event header {
        height: 70px;
        margin: 0 20px;
    }
    .menu-trigger, .menu-trigger span {
        display: inline-block;
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
    }
    .menu-trigger {
        position: relative;
        width: 50px;
        height: 50px;
        z-index: 3;
        float: right;
        position: fixed;
        top: 10px;
        right: 10px;
        background-color: rgba(255, 255, 255, 0.5);
    }
    .menu-trigger span {
        position: absolute;
        background: #4C4C4C;
        width: 30px;
        height: 2px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 15px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 0;
        bottom: 0;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 15px;
    }
    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg);
    }
    .g-nav {
        display: none;
        /*position: absolute;*/
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: #fff;
        font-family: "Yu Mincho", "YuMincho";
    }
    .g-nav .list {
        padding: 0;
    }
    .g-nav .list .item {
        border-bottom: 1px solid #7F7F80;
    }
    .g-nav .list .item a {
        display: block;
        text-align: left;
        text-decoration: none;
        color: #4C4C4C;
        padding: 18px;
    }
    .g-nav li.hp a {
        border: 12px solid #F3F3F3;
    }
    .g-nav .list li.hp a {
        text-align: center;
        padding: 10px 0;
    }
    .g-nav .list li.hp {
        border-bottom: none;
    }
    form {
        float: none;
        max-width: 800px;
        margin: 35px 0 0;
        padding: 0;
    }
    .search_container_sp {
        width: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 20px 20px 0;
        padding: 0;
    }
    .search_container_sp input[type="text"] {
        width: 60%;
        background: #fff;
        border: 1px solid #7E7E7F;
        height: 39px;
        -webkit-appearance: none;
        border-radius: 0;
        margin: 0;
        padding: 0 5px;
        font-size: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: "Yu Mincho", "YuMincho";
    }
    .search_container_sp input[type="text"]:focus {
        outline: 0;
    }
    .search_container_sp input[type="submit"] {
        cursor: pointer;
        font-family: FontAwesome;
        border: none;
        background: #4C4C4C;
        color: #fff;
        outline: none;
        width: 39px;
        height: 39px;
        margin: 0 0 2px;
        padding: 0;
        -webkit-appearance: none;
        border-radius: 0;
        font-size: 100%;
    }
    .logo {
        margin: 20px 0 0;
    }
}
