@charset "UTF-8";
/* ========================================
	Foundation
======================================== */
/* ----------------------------------------
	Reset
---------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, main, section, summary {
  display: block;
}

html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:focus {
  outline: none;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid;
}

input, select, textarea, button {
  vertical-align: middle;
}

input[type="submit"] {
  position: relative;
  top: -1px;
  border: none;
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
}

/* ----------------------------------------
	Base
---------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 16px/1.8 Helvetica, Arial, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #504746;
  background: #FFFFFF;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #fa90b0;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
a:hover, a:active {
  color: #fef2f5;
}
a img {
  opacity: 1;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
a img:hover {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6;
}

::selection {
  background: #fef2f5;
}

::-moz-selection {
  background: #fef2f5;
}

input,
textarea {
  font-size: 100%;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
textarea {
  padding: 5px;
  border: 1px solid #c8bcbc;
  outline: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 2px rgba(80, 71, 70, 0.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(80, 71, 70, 0.2);
  box-shadow: inset 0 1px 2px rgba(80, 71, 70, 0.2);
  -webkit-appearance: none;
}

input[type="submit"] {
  border: none;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-appearance: none;
}

/* ========================================
	Layout
======================================== */
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.row {
  width: 960px;
  margin: 0 auto;
}

.main {
  width: 100%;
}

.section {
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
}

/* ----------------------------------------
	Header
---------------------------------------- */
.header {
  position: fixed;
  width: 100%;
  padding: 20px 0;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  z-index: 99;
}

.site-title {
  float: left;
}

.global-nav {
  float: right;
}
.global-nav li {
  display: inline;
  font: 16px "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
}
.global-nav li a {
  display: inline-block;
  padding: 0 20px;
  color: #504746;
}
.global-nav li a:hover {
  color: #fa90b0;
}

/* ----------------------------------------
	Main
---------------------------------------- */
.main-visual {
  position: relative;
  height: 560px;
  background: url("images/pic-main.jpg") no-repeat 0 40px;
}
.main-visual img {
  position: absolute;
  top: 43%;
  right: 0;
}

.title-section {
  margin-bottom: 60px;
}

.section-profile,
.section-contact {
  background: url("images/bg-section.gif") repeat;
}

.section-contact .title-section {
  margin-bottom: 20px;
}
.section-contact .title-section + p {
  margin-bottom: 40px;
}
.section-contact h3 {
  margin-bottom: 20px;
  font: 24px "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
}
.section-contact .summary p {
  margin-top: 20px;
}

.summary {
  width: 460px;
}
.summary dl {
  text-align: left;
  margin-bottom: 14px;
}
.summary dl:last-child {
  margin-bottom: 0;
}
.summary dt {
  float: left;
  width: 100px;
  margin-right: 40px;
  font-weight: bold;
}
.summary dd {
  overflow: hidden;
  zoom: 1;
}

.summary-left {
  float: left;
}

.summary-right {
  float: right;
}

/* ----------------------------------------
	Footer
---------------------------------------- */
.footer {
  clear: both;
  padding: 60px 0 30px;
  text-align: center;
}
.footer h2 {
  margin-bottom: 10px;
  font-size: 112.5%;
}

.copyright {
  margin-top: 30px;
  font-size: 87.5%;
}

/* ========================================
	Module
======================================== */
.cf:before, .cf:after {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
