@charset "utf-8";
/*!
 * base CSS
 * ---------------------------------------------
 * 共通レイアウトに関わるCSS
 */

@import url('//fonts.googleapis.com/css?family=Droid+Serif:700');
@import url('//fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('//fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&subset=japanese');

/* reset
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,menu,nav,section { 
    display:block;
}
article,aside,details,figcaption,figure,footer,header,menu,nav,section,
* {
	margin: 0;
	padding: 0;
}
fieldset,img {
	border: 0;
}
* {
	font-size:100%;
	max-height: 999999px;
}
body {
	font: 100%/1 'Noto Sans Japanese', sans-serif;
}
ol,ul,li {
  list-style: none;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
html {
	-webkit-text-size-adjust: 100%;
}
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}
.tel a {
	cursor: inherit;
}
.hiddenPc,
.brkSp {
	display: none;
}
.brkPc {
	display: block;
}
hr {
	border: none;
}

/*===================================
	font link
=====================================*/

.dfont {
	font-family: 'Droid Serif', serif;
}
.mincho {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
body,
a,a:visited {
	color: #222;
}
body {
	font-size: 16px;
}
a {
	text-decoration: none;
}
a.underine {
	text-decoration: underline;
}
a.underine:hover {
	text-decoration: none;
}
a.hunderine:hover {
	text-decoration: underline;
}

/*===================================
	layout	
=====================================*/

.inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
}
.contWrapp.inner {
    width: 1002px;
    margin: 50px auto 30px;
	padding: 1px;
    border: solid 8px #fff;
    background: #ebebe7;
}
.contWrapp.inner > div {
    padding-top: 30px;
    padding-bottom: 30px;
    border: solid 1px #f7f7f5;
    background: #fff;
}

/*===================================
	background	
=====================================*/

body {
    background: url("../images/base/bg_cont.jpg") repeat 50% 0;
}
.cont.menu,
.cont.menu li {
	background-color: #2969de; 
}
.contWrapp .inner {
	background-color: #fff;
}
hr {
	height: 5px;
	margin: 40px auto;
	background: url(../images/base/bd.jpg) repeat-x 50% 0;
}
/*  sprite
---------------------------------*/

.logo,
.menu a {
	background-image: url(../images/base/sprite.png);
	background-repeat: no-repeat;
}
.menu a {
	display: block;
	text-indent: -9999em;
}

/*  opacity
---------------------------------*/

a:hover img {
	opacity: .7;
}
a:hover img.logo {
	opacity: 1;
}

/*===================================
	header	
=====================================*/

.header {
	position: relative;
	height: 134px;
}
.header h1 {
	float: left;
	position: relative;
	z-index: 100;
	width: 230px;
    margin-left: 0;
    margin-right: 18px;
    padding-top: 33px;
}
.header h1 a {
	display: block;
}
.logo {
	width: 230px;
	height: 72px;
	background-position: 0 0;
}

/*  menu
---------------------------------*/

.menu ul {
	overflow: hidden;
}
.menu li {
	float: left;
}
.global.menu ul {
	margin-left: 0px;
	padding-top: 20px;
}
.global.menu li {
	margin: 0 0 0 10px;
}
.global.menu a {
	width: 244px;
	height: 94px;
}
.global.menu li:nth-of-type(1) {
    margin: 0;
}
.global.menu li:nth-of-type(1) a {
	background-position: -200px -600px;
}
.global.menu li:nth-of-type(2) a {
	background-position: -500px -600px;
}
.global.menu li:nth-of-type(3) a {
	background-position: -800px -600px;
}
.daisyoten .global.menu li:nth-of-type(1) a,
.global.menu li:nth-of-type(1) a:hover{
	background-position: -200px -500px;
}
.cinderella .global.menu li:nth-of-type(2) a,
.global.menu li:nth-of-type(2) a:hover {
	background-position: -500px -500px;
}
.yusyun .global.menu li:nth-of-type(3) a,
.global.menu li:nth-of-type(3) a:hover {
	background-position: -800px -500px;
}
.daisyoten .global.menu li:nth-of-type(1) a,
.cinderella .global.menu li:nth-of-type(2) a,
.yusyun .global.menu li:nth-of-type(3) a {
	pointer-events: none;
}

/*.global.menu li:nth-of-type(2) a,
.global.menu li:nth-of-type(3) a {
	pointer-events: none;
	opacity: .5;
}*/

/*===================================
	footer	
=====================================*/

.footer {
	padding: 0 0 40px;
    text-align: center;
}
.footer .inner {
    position: relative;
}
.footer,.footer a,.footer a:visited {
	color: #fff;
	font-size: 87.5%;
}
.copy {
	margin-top: 14px;
}
.pagetop {
	position: absolute;
    z-index: 10;
	top: -60px;
	right: 30px;
    text-align: left;
    text-indent: -9999em;
}
.pagetop a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000;
}
.pagetop a:before {
	content: "";
	display: block;
	position: absolute;
    z-index: 1;
	top: 19px;
    left: 13px;
    width: 19px;
    height: 19px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -moz-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}


/*===================================
	content
=====================================*/

/*  menu
---------------------------------*/

.cont.menu li {
	border-right: solid 1px #295dba;
}
.cont.menu li:nth-of-type(1) {
	border-left: solid 1px #295dba;
}
.cont.menu a {
	width: 249px;
	height: 60px;
    line-height: 60px;
    background-image: none;
    font-family: 'Noto Serif JP', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-indent: 0;
    text-align: center;
}
.cont.menu a {
	width: 332px;
}

.cont.menu li a:hover {
	background-color: #0e44b4;
}
.cont.menu li.current a {
	background-color: #0e44b4;
	pointer-events: none;
}
.cont.menu li.current a,.cont.menu li a:hover {
    color: #e2af17;
}


/*  contWrapp sec
---------------------------------*/

.contWrapp .inner {
	padding: 59px 10px;
}
.sec p {
	line-height: 1.8;
}

/*===================================
	keyVisual	
=====================================*/

.keyVisual img {
	width: 100%;
	
}


/************************************************************************************
smaller than 674px
*************************************************************************************/
@media screen and (max-width: 674px) {
	
	.hiddenPc,
	.brkSp {
		display: block;
	}
	.hiddenSp,
	.brkPc {
		display: none;
	}
	
	/*===================================
		font
	=====================================*/
	
	body {
		font-size: 24px;
	}
	
	/*===================================
		layout	
	=====================================*/
	
	.inner {
		width: 604px;
	}
	.header .inner,
	.cont.menu .inner{
		width: 664px;
		padding: 0;
	}
    .contWrapp.inner {
        width: 586px;
    }
    .contWrapp.inner > div {
        padding: 10px 20px 20px;

    }
    
    
	/*===================================
		header	
	=====================================*/
	
	.header {
		height: 219px;
	}
	.header:after {
		display: none;
	}
	.header h1 {
		float: none;
		width: 418px;
		height: 70px;
		margin: 0 auto 17px;
		padding-top: 18px;
	}
	.header h1 a {
		height: 84px;
	}
	.logo {
		position: relative;
		top: inherit;
		left: inherit;
		width: 418px;
		height: 70px;
		background-position: -300px 0;
	}

	/*  menu
	---------------------------------*/
	
	.global.menu ul {
		padding-top: 0;
		margin: 0;
	}
	.global.menu li {
		margin: 0 2px;
	}
	.global.menu li:nth-of-type(1) {
		margin: 0 2px;
	}
	.global.menu a {
		width: 214px;
		height: 103px;
	}
	.global.menu li:nth-of-type(1) a {
		background-position: 0 -850px;
	}
	.global.menu li:nth-of-type(2) a {
		background-position: -300px -850px;
	}
	.global.menu li:nth-of-type(3) a {
		background-position: -600px -850px;
	}
	.daisyoten .global.menu li:nth-of-type(1) a,
    .global.menu li:nth-of-type(1) a:hover  {
		background-position: 0 -700px;
	}
	.cinderella .global.menu li:nth-of-type(2) a,
    .global.menu li:nth-of-type(2) a:hover  {
		background-position: -300px -700px;
	}
	.yusyun .global.menu li:nth-of-type(3) a,
    .global.menu li:nth-of-type(3) a:hover  {
		background-position: -600px -700px;
	}
	
	/*===================================
		content
	=====================================*/

	/*  menu
	---------------------------------*/

	.cont.menu li:nth-last-of-type(1) {
		border-left: none;
	}
	.cont.menu li:nth-of-type(4) {
		border: none;
	}
	.cont.menu a {
		width: 220px;
        height: 90px;
        line-height: 90px;
	}
    .cont.menu a {
        font-size: 22px;
    }
    
    
	/*  contWrapp sec
	---------------------------------*/

	.contWrapp .inner {
		padding: 37px 0;
	}
	
	/*===================================
	keyVisual	
	=====================================*/
	
	.sub .contHead {
		overflow: hidden;
	}
	.sub .keyVisual {
		margin: 0 -50px;

	}
	
}