@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    height: auto;
    margin: 0px;
    background-color: #FFF;
    word-break: break-all;
    word-wrap: break-word;
}

ul {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    border: none;
    vertical-align: bottom;
}

/*---------------header-------------*/

#header_area{
    width: 100%;
    height: auto;
    border-bottom: 2px solid #7e0568;
    }

#header{
    width: 98%;
    height: 70px;
    margin: 0 1% 0 1%;
}

h1{
    font-size: 11px;
    color: #555;
    line-height: 1.2em;
    font-weight: normal;
    margin: 5px 0 5px 0;
}

.logo{
    width: 70%;
    height: auto;
    max-width: 300px;
}


.menu-pc{
    display: none;
}

.HiddenCheckbox {
	display: none;
}

.menu-sp {
	display: inline-block;
	margin: 0;
	float: right;
}

.MenuIcon {
	cursor: pointer;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	width: 30px;
	z-index: 2;
	margin: 0 10px 0 0;
}
.MenuIcon::before {
	-webkit-box-shadow: #555 0 12px 0;
	box-shadow: #555 0 13px 0;
	height: 3px;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	width: 35px;
}
.MenuIcon::after {
	bottom: 0;
	height: 3px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	width: 35px;
}

.MenuIcon::before,
.MenuIcon::after {
	background: #555;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.4s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.4s 0.2s;
}

.Menu {
	bottom: 0;
	left: -100%;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
}

.HiddenCheckbox:checked ~ .MenuHeader {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.HiddenCheckbox:checked ~ .MenuIcon::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(6px, -3px, 0);
	transform: rotate(45deg) translate3d(6px, -3px, 0);
}

.HiddenCheckbox:checked ~ .MenuIcon::after {
	-webkit-transform: rotate(-45deg) translate3d(3px, 3px, 0);
	transform: rotate(-45deg) translate3d(6px, 3px, 0);
}

.HiddenCheckbox:checked ~ .Menu {
	left: 0;
}

.Menu-list {
	background-color: #444;
	list-style-type: none;
	margin: 75px 0 0;
	padding: 0;
	opacity: 0.9;
}

.Menu-item {
	margin: 0;
}

.Menu-link {
    font-size: 12px;
	color: #fff;
	text-align: left;
	line-height: 1.3em;
	display: block;
	overflow: hidden;
	padding: 20px 60px 20px 10px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}

.Menu-link::before {
	background: #7e0568;
	background-image: url(../images/nav.png);
	background-repeat: repeat;
	background-position: left center;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 100%;
	top: 0;
	-webkit-transition: right 0.4s;
	transition: right 0.4s;
	z-index: -1;
}

.Menu-link::after {
	font-style: italic;
	content:'MORE';
	color: #fff;
	float: right;
	opacity: 0;
	position: absolute;
	right: 10px;
	-webkit-transition: opacity 0.8s, -webkit-transform 0.4s;
	transition: opacity 0.8s, transform 0.4s;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.Menu-link:hover::before {
	right: 0;
}
.Menu-link:hover::after {
	opacity: 0.5;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


#mainimg{
    width: 100%;
    height: auto;
    background-image: url(../images/mainimg_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    margin: 15px 0 15px 0;
}

#mainimg img{
    width: 100%;
    height: auto;

}

#main{
    width: 100%;
    height: auto;
    padding: 0 0 100px 0;
}

.pan{
    width: 96%;
    height: auto;
    padding: 15px 2% 15px 2%;
    border-top: 2px solid #7e0568;
}

.pan::after{
    content: '';
    clear: both;
    display: table;
}

.pan li{
    font-size:14px;
    line-height: 1.2em;
    float: left;
    padding: 0 10px 0 0;
}

.pan li a{
    color: #555;
    text-decoration: none;
}

.contentarea{
    width: 96%;
    height: auto;
    padding: 0 2% 0 2%;
}

.content{
    width: 100%;
    height: auto;
}


.title{
    font-size: 18px;
    line-height: 1.5em;
    color: #555;
    padding: 10px 0 10px 30px;
	border-bottom: 2px solid #7e0568;
    background-image: url(../images/title.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
	margin: 0 0 10px 0;
}

.content .subimg{
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
	border-bottom:  2px solid #7e0568;

}

.content p{
    font-size: 13px;
    color: #555;
    line-height: 1.8em;
    padding: 0 0 40px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #eee;
}


.main_content{
    width: 100%;
    height: auto;
}

.main_content h2{
    font-size: 18px;
    line-height: 1.5em;
    color: #555;
    padding: 10px 0 10px 30px;
    margin: 0 0 15px 0;
    position: relative;
	border-bottom: 2px solid #eee;
}

.main_content h2::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 40%;
	height: 2px;
	background-color: #7e0568;
    clear: both;
}

.pic{
    width: 100%;
    height: auto;
    margin: 0 0 15px 0
}

.main_content table{
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.main_content tr{
    width: 100%;
    height: auto;
    font-size:16px;
    text-align: center;
}

.main_content th{
    width: 100%;
    height: auto;
    font-weight: normal;
    display: block;
    padding: 10px 0 10px 0;
    background-color: #eee;
}

.main_content td{
    width: 100%;
    height: auto;
    font-weight: bold;
    display: block;
    padding: 10px 0 10px 0;
    color: #f2aa0e;
    letter-spacing: 10px;
}


.main_content span{
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    padding: 10px 30px 10px 30px;
    background-color: #7e0568;
    display: inline-block;

}

.main_content dl{
    width: 96%;
    height: auto;
    padding: 10px 2% 10px 2%;
    display: table;
}

.pointbox{
    width: 100%;
    height: auto;
    border: 1px solid #7e0568;
    box-sizing: border-box;
    display: block;
    margin: 0 0 10px 0;
}

.main_content dt{
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 0;
    width: 30px;
}

.main_content dd {
    line-height: 1.5em;
    font-size: 13px;
    font-weight: bold;
    color: #555;
    margin-top: 8px;
}

.btn{
    background-color: #7e0568;
    text-align: center;
    margin: 0 0 10px 0;
}

.btn p{
    font-size: 14px;
    font-weight: bold;
}

.btn a{
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 15px 0 15px 0;
    transition: .3s color;
}

.btn a:hover{
    color:#CCC;
}

.content_txt{
    font-size: 13px;
    color: #555;
    line-height: 1.8em;
    padding: 0 0 40px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #eee;
}

.sidearea{
    display: none;
}

#pagetoparea{
    width: auto;
    height: auto;
    margin: 0 0 50px 0;
}

#pagetoparea::after{
    content: '';
    clear: both;
    display: table;
}

#page-top {
    font-size: 12px;
    margin: 0 10px 0 0;
    float: right;
}
#page-top a {
    text-decoration: none;
    color: #555;
    border: 1px solid #555;
    width: 70px;
    padding: 10px 20px;
    text-align: center;
    display: block;
    transition: .3s color;
}

#page-top a:hover {
    text-decoration: none;
    color:#eee;
}


#footerarea{
    width: 98% ;
    height: auto;
    border-top: 1px solid #eee;
    border-bottom: 5px solid #7e0568;
    padding: 20px 1% 20px 1%;
}

#footerarea ul:after{
    content: '';
    clear: both;
    display: table;

}

#footerarea li{
    font-size: 13px;
    float: left;
    padding: 0 10px 0 0;
    line-height: 1.5em;

}

#footerarea a{
    font-size: 13px;
    color: #555;
    text-decoration: none;
    transition: .3s color;
    display: inline-block;
    padding:10px 0 10px 0;
}

#footerarea a:hover{
    color:#eee;
    text-decoration: none;
}


#footerarea p{
    font-size:13px;
    color: #555;
    margin: 10px 0 10px 0;
}

/*---------------tail--------------*/

h3{
    font-size:15px;
    color:#555;
    font-weight: bold;
    background-color: #eee;
    line-height: 1.5em;
    padding: 10px 0 10px 40px;
    background-image: url(../images/h3.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    margin: 0 0 15px 0;
}

/*---------------sitemap--------------*/

.content li{
    font-size: 13px;
    line-height: 1.5em;
}


.content li a{
    color: #555;
    text-decoration: none;
    transition: .3s color;
    padding: 15px 0 15px 0;
    display: block;
    border-bottom:1px solid #eee;
}

.content li a:hover{
    color: #CCC;
}


/*---------------form--------------*/

.content2{
    width: 100%;
    height: auto;
}

.formarea {
    margin: 0 0 15px;
    padding: 0;
    display: block;
}

.formarea p {
    font-size: 15px;
    color: #555;
    margin-bottom:0px;
	padding: 5px 0 5px 10px;
	background-color: #E9E9E9;
}

.formarea input {
    width: 100%;
    padding: 10px;
    background-color: #FFF;
    border: 1px #ccc solid;
    box-sizing: border-box;
}

.formarea textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    background-color: #FFF;
    border: 1px #ccc solid;
    box-sizing: border-box;
}

.formbutton{
    width: 100%;
    text-align: center;
}

.formbutton input{
    padding:15px 15px;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定：768px～ */
@media only screen and (min-width: 768px) {

/*---------------header-------------*/

#header_area{
    width: 100%;
    height: auto;
    }

#header{
    width: 1000px;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 0 10px 0 10px;
}

h1{
    font-size: 12px;
    color: #555;
}

.logo{
    width: auto;
    height: auto;
    max-width: 300px;
}

    .menu-sp{
        display: none;
    }

.menu-pc{
    width: auto;
    height: auto;
    float: right;
    display: block;
}

.menu-pc li{
    font-size:13px;
    float: left;
    padding: 0 0 0 35px;
}

.menu-pc a{
    color: #555;
    text-decoration: none;
    transition: .3s color;
}

    .menu-pc a:hover{
        color:#CCC;
    }

#mainimg {
    min-width: 1020px;
    }

#mainimg img {
    width: 1020px;
    }

#main{
    width: 1000px;
    height: auto;
    padding: 0 10px 100px 10px;
    margin: 0 auto;
}

#main:after{
    content: '';
    clear: both;
    display: table;
}

.pan{
    width: 96%;
    height: auto;
    padding: 15px 2% 15px 2%;
    border-top: 2px solid #7e0568;
}

.pan ul{
    width: 1000px;
    margin: 0 auto;
    padding: 0 10px 0 10px;
    height: auto;
}

.pan ul::after{
    content: '';
    clear: both;
    display: table;
}

.pan li{
    font-size:14px;
}

.pan li a{
    color: #555;
    text-decoration: none;
    transition: .3s color;
}

.pan li a:hover{
    color: #CCC;
    text-decoration: none;
}

.contentarea{
    width: 650px;
    height: auto;
    padding: 0 35px 0 0;
    border-right: 1px solid #eee;
    float: left;
}

.content{
    width: auto;
    height: auto;
}

.title{
    font-size: 18px;
}

.content .subimg{
    width: auto;
    height: auto;
    margin: 0 0 30px 0;
}

.content p{
    font-size: 13px;
    margin: 0 0 30px 0;
}

.main_content{
    width: 650px;
    height: auto;
}

.main_content h2{
    font-size: 18px;
}

.pic{
    width: auto;
    height: auto;
    margin: 0 0 15px 0;
    float: left;
    margin: 20px auto;
    float: left;
    text-align: center;
    overflow: hidden;
    display: block;
    float: none;

}

.main_content table{
    width: 300px;
    height: 250px;
    margin: 0 0 15px 0;
    float: right;
}

.main_content tr{
    width: 300px;
    height: auto;
    font-size:16px;
    text-align: center;
    border-bottom:1px solid #eee;
}

.main_content th{
    color: #555;
    width: 150px;
    height: auto;
    font-weight: normal;
    display: table-cell;
    padding: 0 0 0 0;
    background-color: #FFF;
    text-align: left;
    vertical-align: middle;
}

.main_content td{
    width: 150px;
    height: auto;
    font-weight: bold;
    display: table-cell;
    padding: 10px 0 10px 0;
    color: #f2aa0e;
    letter-spacing: 10px;
    vertical-align: middle;
}


.btn p{
    font-size: 14px;
    font-weight: bold;
}

.content_txt{
    font-size: 13px;
}

.sidearea{
    width: 280px;
    height: auto;
    float: right;
    display: block;
    }

.sidearea h4{
    width: 280px;
    height: auto;
    font-size: 17px;
    color: #555;
    font-weight: bold;
    border-top: 2px solid #7e0568;
    border-bottom: 2px solid #7e0568;
    line-height: 1.3em;
    padding: 10px 0 10px 0;
    text-align: center;
}

.sidearea li{
    font-size: 13px;
    color: #555;
    line-height: 1.5em;
    border-bottom: 1px solid #eee;
    text-align: left;
    background-image: url(../images/side.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.sidearea li a{
    color: #555;
    padding: 15px 0 15px 30px;
    display: block;
    text-decoration: none;
    transition: .3s color;
}

.sidearea li a:hover{
    color:#CCC;
    background-image: url(../images/side_hover.png);
    background-position: left center;
    background-repeat: no-repeat;
}

#pagetoparea{
    width: auto;
    height: auto;
    margin: 0 0 50px 0;
}

#page-top {
    font-size: 12px;
    margin: 0 10px 0 0;
    position: fixed;
    bottom:10%;
    right: 20%;
}

#footerarea{
    min-width: 1020px;
}

.footerbox{
    width: 1000px;
    height: auto;
    margin: 0 auto;
}




}

