/* è¡¨ã®ã‚¹ã‚¿ã‚¤ãƒ«
---------------------------------*/
@charset "UTF-8";

/*
=========================================
	Reset
=========================================
*/

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,

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-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}

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

html {
    overflow-y: scroll;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

input,
textarea {
    margin: 0;
    padding: 0;
/*    width: 500px;*/
}

ol,
ul {
/*    list-style: none;*/
}

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

caption,
th {
    text-align: left;
}

a:focus {
    outline: none;
}

img,
textarea {
    vertical-align: bottom;
}

html {
    font-size: 62.5%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

a,
a img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}


/*
=========================================
	Utilities
=========================================
*/

/* è¡¨ç¤ºåˆ‡ã‚Šæ›¿ãˆ
---------------------------------*/
.sp_n {
		display: none !important
	}
.pc_n {
		display: block!important
	}
/* ãƒžãƒ¼ã‚¸ãƒ³
---------------------------------*/

.ma {
    margin-left: auto;
    margin-right: auto;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.ml0 {
    margin-left: 0 !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mr50 {
    margin-right: 50px !important;
}


/* å·¦å³è¡Œæƒãˆ
---------------------------------*/

.ta-l {
    text-align: left;
}

.ta-r {
    text-align: right;
}

.ta-c {
    text-align: center;
}

.fwb{
    font-weight: bold;
}

/* ãƒ•ãƒ­ãƒ¼ãƒˆï¼ãƒ•ãƒ­ãƒ¼ãƒˆè§£é™¤
---------------------------------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.fl-img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.fr-img {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.clear {
    clear: both;
}


/* clearfix */

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}


/* Display
---------------------------------*/

.dpib {
    display: inline-block;
}

.dpi {
    display: inline;
}

.dpb {
    display: block;
}

/* ----------------------------------------------------------
	1ã‚«ãƒ©ãƒ 	
---------------------------------------------------------- */

.column1-Box {
    margin: 0 0 50px;
}

.column1-Box:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0.1em;
}

* html .column1-Box {
    height: 1%;
}


/* ----------------------------------------------------------
	2ã‚«ãƒ©ãƒ 	
---------------------------------------------------------- */

.column2-Box {
    margin: 0 0 50px;
}

.column2-Box:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0.1em;
}

* html .column2-Box {
    height: 1%;
}

.column2-Box .Box70 {
    width: 67.5%;
}

.column2-Box .Box30 {
    width: 27.5%;
}

.column2-Box .left {
    float: left;
}

.column2-Box .right {
    float: right;
}


/* ----------------------------------------------------------
	3ã‚«ãƒ©ãƒ 	
---------------------------------------------------------- */

.column3-Box {
    margin: 0 0 50px;
}

.column3-Box:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0.1em;
}

* html .column3-Box {
    height: 1%;
}

.column3-Box .Box {
    float: left;
    width: 32.11009%;
    margin: 0 0 0 1.83486%;
}

.column3-Box .Box:first-child {
    margin: 0;
}


/* ----------------------------------------------------------
	4ã‚«ãƒ©ãƒ 
---------------------------------------------------------- */

.column4-Box {
    margin: 0 0 50px;
}

.column4-Box:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0.1em;
}

* html .column4-Box {
    height: 1%;
}

.column4-Box .Box {
    float: left;
    width: 22.93578%;
    margin: 0 0 0 2.75229%;
}

.column4-Box .Box:first-child {
    margin: 0;
}

/* ----------------------------------------------------------
	ãƒœã‚¿ãƒ³ãƒ¼
---------------------------------------------------------- */

.button {
    position: relative;
    z-index: 2;
    /* background-color: #333; */
    border: 2px solid #9fa4a7;
    /* color: #fff; */
    line-height: 30px;
    width: 100px;
    font-size: 18px;
}
.button p{
    text-align: center;
}

.button:hover {
    background-color: #fff;
    border-color: #AA3E3F;
    color: #AA3E3F;
}

.button::before,
.button::after {
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #333;
}

.button::before {
    top: 0;
}

.button::after {
    bottom: 0;
}

.button:hover::before,
.button:hover::after {
    height: 0;
    background-color: #59b1eb;
}

/* è¡¨ã®æ§˜ã«è¦‹ãˆã‚‹dl/.dlTable
---------------------------------*/

dl.dlTable,
dl.dlTable dt,
dl.dlTable dd {
  box-sizing: border-box;
}
dl.dlTable {
  background: #974f53;
  border-right: 1px solid #c6c5a6;
  border-bottom: 1px solid #c6c5a6;
  border-left: 1px solid #c6c5a6;
}
.dlTable dt,
.dlTable dd {
  padding: 10px 10px 0 10px;
  border-top: 1px solid #c6c5a6;
}
.dlTable dt {
  width: 40%;
  float: left;
}
.dlTable dd {
  background: #fff;
  margin-left: 40%;
  padding-bottom: 10px;
  border-left: 1px solid #c6c5a6;
}
.dlTable dd:after {
  content: '';
  display: block;
  clear: both;
}
/* è¡¨ã®ã‚¹ã‚¿ã‚¤ãƒ«
---------------------------------*/
table{
    border: 1px solid #394e70 ;
    width: 80%;
/*    margin: 0 auto;*/
    margin-bottom: １0px;
}
th{
    background-image: url(../image/bg_pink.jpg);
    color: #394e70;
    text-align: center;
    font-weight: bold;
    
}
th,td{
    padding: 5px 10px;
    border: 1px solid #394e70 ;
}
tr:nth-child(odd){
    background: rgba(253, 230, 221, 0.4);
}

/* ãƒ›ãƒãƒ¼ãƒ”ã‚¯ãƒãƒ£ãƒ¼
---------------------------------*/
.bnr{
	text-align: center;
}
.picHover {
    position: relative;
    width: 320px;
    height: 120px;
    overflow: hidden;
	margin-right: 20px;
	display: inline-block;
}
.picHover img{
    margin-top: -40px;
}
.picHover:nth-child(1) img{
    margin-top: -20px;

}
.picHover:nth-child(2) img{
    margin-top: 0px;
	width: 120%;
	max-width: none;
}

.picHover p{
    background-color: rgba(253, 249, 249, 0.5);
    margin: 0;
    color: #000;
/*    font-weight: bold;*/
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translate(0,-57%);
  -webkit-transform: translate(0,-57%);
    transform: translate(0,-57%);
    width: 100%;
    padding: 6px 0;
        text-shadow: #fff 1px 1px 2px;
    
}
.picHover a:hover p {
    background-color: #a51818;
    color: #fff;
    text-shadow: none;
    font-weight: bold;
}

.picHover a {
    display: block;
    position: absolute;
    color: white;
    top: 0;
    left: 0;
    font-weight: bold;
/*    background-color: #00000078;*/
    width: 100%;
    height: 100%;
/*    background-color: #fff;*/
    text-align: center;
    z-index: 100;
/*.picHoverのheightを設定*/
/*    line-height: 130px;*/
    
}
.picHover a:hover{
    background: transparent;
    color: red;
}
.picHover img {
    width: 100%;
    vertical-align: bottom;
    position: relative;
    z-index: 10;
}

/* ----------------------------------------------------------
    Box 
---------------------------------------------------------- */

.column4-Box {
    margin: 0 0 50px;
}

.column4-Box:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0.1em;
}

* html .column4-Box {
    height: 1%;
}

.column4-Box .Box {
    float: left;
    width: 22.93578%;
    margin: 0 0 0 2.75229%;
}

.column4-Box .Box:first-child {
    margin: 0;
}

