@charset "UTF-8";

/*
==========================================================
リセットCSS
==========================================================
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	/* [disabled]position: relative; */
	background-repeat: no-repeat;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
}

body {
    line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
p,dl,ul,table {
	line-height: 2em;
	text-align: center;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}



/*
--------------------------------
         PC表示
--------------------------------
*/
@media print, screen and (min-width: 641px) {
.container {
 width: 100%;
 margin-left: auto;
 margin-right: auto;
 overflow: hidden;
}
.inner {
 margin-left: auto;
 margin-right: auto;
 height: auto;
 width: 1000px;
}
#header {
 -webkit-box-shadow: 0px 0px;
 box-shadow: 0px 0px;
 font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
 color: #000000;
 opacity: 1;
 background-image: url(../images/header_bg.png);
 margin-top: 36px;
 background-size: contain;
 background-color: #FFFFFF;
 padding-bottom: 11px;
}
#header .sp_logo {
 display: none;
}
#header .pc ul {
 width: 1500px;
 float: none;
 clear: both;
 margin-left: auto;
 margin-right: auto;
}
#header .pc ul li {
 float: left;
 list-style-type: none;
 color: #169DE1;
 font-weight: bold;
 padding-left: 1%;
 padding-right: 1%;
 margin-right: 10px;
 margin-left: 10px;
 width: 105px;
}
#header .pc ul li:nth-child(4) {
 margin-right: 130px;
}
#header .pc ul li:nth-child(5) {
 margin-left: 150px;
}
#header .pc ul li a {
 transition-duration: 0.3s;
 opacity: 0.5;
 color: #000000;
 text-decoration: none;
}
#header .pc ul li a:hover  {
 color: #6F6F6F;
}
.logo {
 background-color: #FFFFFF;
 border-radius: 50%;
 padding-top: 30px;
 padding-right: 30px;
 padding-left: 30px;
 padding-bottom: 30px;
 position: absolute;
 right: auto;
 left: 45%;
 margin: 0;
 top: -69px;
}
.logo img {
 margin-top: 85px;
}
h2 {
 width: 100%;
 clear: both;
 font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
 display: flex;
 align-items: center;
 margin-left: auto;
 margin-right: auto;
 letter-spacing: 10px;
 font-size: 35px;
 padding-left: 0px;
}
h2:before, h2:after {
 content: "";
 flex-grow: 1;
 border-top: 7px double #F5AE43;
 display: block;
}

#footer {
 width: 100%;
 padding-top: 20px;
 text-align: center;
 color: #101010;
 margin-top: 61px;
 clear: both;
 background-image: url(../images/footer_bg.jpg);
 font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#footer .inner img {
 width: 28%;
}
@keyframes bg-slider {
	from { background-position: 0 0; }
    to { background-position: -1518px 0; } /* 1518pxとは使用した背景画像の長さ */
}
#footer .inner table {
 margin-left: auto;
 margin-right: auto;
 color: #000000;
 margin-bottom: 70px;
}
#footer table tr td {
 padding-right: 50px;
 padding-left: 50px;
 text-align: left;
 padding-bottom: 13px;
}
#footer table tr td a {
 color: #080808;
 text-decoration: none;
}
#footer table tr td a:hover {
 color: #808080;
}
#footer table tr td:before {
 content: "";
 display: inline-block;
 width: 1em;
 height: 1em;
 background-size: contain;
 background-image: url(../images/yazirusi.png);
 background-repeat: no-repeat;
 margin-right: 5px;
}
.f_contact a:hover {
 background-color: #F5AF43;
}
.f_contact a {
 color: #FFFFFF;
 text-decoration: none;
 font-size: 22px;
 width: 299px;
 background-color: #000000;
 padding-top: 30px;
 padding-bottom: 30px;
 padding-left: 40px;
 padding-right: 40px;
}
.f_contact {
 width: 363px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 48px;
}
#footer .inner p {
 line-height: 187%;
 font-size: 81%;
}
#footer #cp {
 text-align: center;
 padding-top: 1px;
 color: #000000;
 font-size: 100%;
 padding-bottom: 16px;
 margin-top: 39px;
 clear: both;
 font-weight: bold;
}
#footer .pc_none {
 display: none;
}


}


/*
--------------------------------
         スマホ表示
--------------------------------
*/

@media print, screen and (max-width: 640px) {
.container {
 width: 100%;
 height: auto;
 overflow: hidden;
 margin-left: auto;
 margin-right: auto;
}
.inner {
 width: 95%;
 margin-right: auto;
 margin-left: auto;
 text-align: center;
 margin-bottom: -6%;
 margin-top: -3%;
 padding-top: 0%;
}
.logo {
 display: none;
}
#header {
 padding-bottom: 0%;
 padding-top: 0%;
 background-color: #FFFFFF;
 position: fixed;
 z-index: 1000;
 -webkit-box-shadow: 0px -18px 34px #2C2C2C;
 box-shadow: 0px -18px 34px #2C2C2C;
 width: 100%;
 padding-left: 10px;
}
#header .left {
 width: 40%;
 float: left;
}
#header .pc ul {
 display: none;
}

h2 {
 width: 95%;
 clear: both;
 font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
 display: flex;
 align-items: center;
 margin-left: auto;
 margin-right: auto;
 letter-spacing: 10px;
 font-size: 28px;
 padding-left: 0px;
}
h2:before, h2:after {
 content: "";
 flex-grow: 1;
 border-top: 7px double #F5AE43;
 display: block;
}


#footer {
 color: #000000;
 width: 100%;
 text-align: center;
 background-image: url(../images/footer_bg.jpg);
 font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
 padding-top: 9%;
 clear: both;
 margin-top: 10%;
 background-size: cover;
}
#footer .inner img {
 width: 40%;
 margin-left: auto;
 margin-right: auto;
}
#footer .inner table {
 margin-right: auto;
 text-align: center;
 width: 80%;
 margin-left: auto;
 float: none;
 margin-bottom: 40px;
}
#footer .inner table tr td {
 width: 100%;
 text-align: left;
 display: block;
}
#footer .inner table tr td:before {
 content: "";
 display: inline-block;
 width: 1em;
 height: 1em;
 background-size: contain;
 background-image: url(../images/yazirusi.png);
 background-repeat: no-repeat;
 margin-right: 5px;
}
#footer .inner table tr td a {
 color: #000000;
 font-size: 69%;
 text-decoration: none;
 text-align: center;
 margin-left: 1%;
 margin-right: 1%;
}
.f_contact  {
 width: 59%;
 background-color: #000000;
 color: #FFFFFF;
 padding-top: 0%;
 text-decoration: none;
 height: 12%;
 margin-right: auto;
 margin-left: auto;
 min-width: 0px;
 margin-top: -6%;
 margin-bottom: 9%;
}
.f_contact a {
 display: inline-block;
 color: #FFFFFF;
 text-decoration: none;
 padding-top: 9%;
 padding-right: 9%;
 padding-bottom: 9%;
 padding-left: 9%;
}
#footer .inner p {
 font-size: 16px;
 padding-top: 0px;
 line-height: 1.5em;
}
#footer #cp  {
 text-align: center;
 font-size: 66%;
 color: #0C0C0C;
 padding-top: 1%;
 padding-bottom: 1%;
 margin-bottom: 3%;
 clear: both;
 margin-top: 15px;
}
@keyframes bg-slider {
	from { background-position: 0 0; }
    to { background-position: -1518px 0; } /* 1518pxとは使用した背景画像の長さ */
}

}
