@charset "UTF-8";

/*
----------------------------------------------------
FOR oyumino
updated: 1 October 2015
updated: 29 May 2018
updated: 30 July 2018
---------------------------------------------------- */


@import url("../../../reset-css/cssreset-min.css");
@import url("../../../reset-css/cssfonts-min.css");

/*@import url("normalize.css");*/

/*-----------------------------------------------------------
 フォントサイズの指定はYUI Fontsに基づき
 下記テーブルで指定します
 |px|%|
 |10|77|
 |11|85|
 |12|93|
 |13|100|
 |14|108|
 |15|116|
 |16|123.1|
 |17|131|
 |18|138.5|
 |19|146.5|
 |20|153.9|
 |21|161.6|
 |22|167|
 |23|174|
 |24|182|
 |25|189|
 |26|197|
 ex) 12px
 
 element {
 	font-size: 93%;
 }
 ------------------------------------------------------------*/
 

/* @group html,body */

/* -----------------------------------
	html,body
----------------------------------- */
 
 html {
	font-size: 62.5%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff url(../images/seamless_paper_texture.png) ;
}

body {
	font-size: 1.7rem;
	line-height: 1.8;
	margin:0 auto;
	padding:0 ;
	text-align: center;
	color:#444;
	height: 100%;
	font-family:Verdana,Arial,Helvetica,'meirio','メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Osaka,'ＭＳ Ｐゴシック',sans-serif;
}

/* @end */


/* @group before, after */

*, *::before,
*::after {
 	-webkit-box-sizing: border-box; /* 過去の WebKit ベースブラウザ向け */
    -moz-box-sizing: border-box; /* 過去の (Firefox <29) Gecko ベースブラウザ向け */
  	box-sizing: border-box;
}

/* @end */


/* @group リンク設定 */


a:link, a:visited {
	color: #23A0B5;
	text-decoration: none;
}
a:hover, a:active {
	color: #C60548;
	text-decoration: underline;
}


/* @end */


/* @group 汎用設定 */

.a-right {
	text-align: right;
}

.a-center {
	text-align: center;
}

.fleft {
	float: left;
}

.fright {
	float: right;	
}



p.lead {
	margin: 0 10px 1em;
}



.caption {
	line-height: 1.2 !important; 
	color: #666;
	font-size: 1.6rem;
}


p.link-list-left {
	background: url(../images/arw_l.png) left center no-repeat;
	padding-left: 23px;
}

hr {
	margin: 2.4rem 0;
	border-bottom: #fff 1px solid;
	border-top: #ddd 1px dashed;
	border-left: 1px solid #f2f2f2;
}

/* @end */ 


/* @group .clearfix */

.clearfix { 
	_overflow: visible;/* ~WinIE6 */
	_height: 1px;/* ~WinIE6 */
	zoom: 1;
	/*\*//*/
	overflow: hidden;
	/**/
}
.clearfix:after { 
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

/* @end */ 



/* -----------------------------------
	.#header-container
----------------------------------- */


/* @group #header-container内部 */


/* .home .page共通 */
#sub-catch {
	text-align: right;
	padding-top: 22px;
	padding-right: 60px;
	top: 22px;
	line-height: 26px;
	letter-spacing: 1px;
	background: url(../images/logo_scm_s.png) right bottom no-repeat;
}



/* .page */
#header-container {
	height:295px;
	background: url(../images/eu_font.png) 95% top no-repeat;
}

/* .page */
#page-header {
	position: relative;
	height: 295px;
	width: 860px;
	margin: 0 auto;
}

/* .page */
#site-id {
	position: absolute;
	left: 179px;
	top: 56px;
}

#site-id img {
	display: block;
}

/* .page */
#characters {
	position: absolute;
	left: 2px;
	top: 47px;
}

#characters a {
	display: block;
	width: 169px;
	height: 218px;
	text-decoration: none;
}


/* @end */


/* -----------------------------------
	#contentsは.clearfixとgoBackToTop
----------------------------------- */

/* @group #contents-container */


#contents-container {
	background: #fff;
	text-align: left;	
	box-shadow: 0px 0px 4px rgba(0,0,0,0.07);
}

.page #contents-container {
	padding-bottom: 60px;
	padding-bottom: 0px;
}


/* @group .breadcrumbs */

.breadcrumbs {
	width: 860px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	color: #666;
	background: url(../images/hr_2.png) left bottom repeat-x;
}

.breadcrumbs.lower{
	background-image: none;	
}

.breadcrumbs a, 
.breadcrumbs span {
	display: inline-block;
	zoom: 1;
	line-height: 60px;
	padding-right: 18px;
	padding-left: 3px;
	background: url(../images/bullet-arw-r.png) right center no-repeat;
}

/* @end */


#contents {
	width: 860px;
	margin: 0 auto;
	padding: 35px 0 0;
}

.clearfix {
}

/* @group .goBackToTop */
.goBackToTop {
	_overflow: visible;/* ~WinIE6 */
	_height: 1px;/* ~WinIE6 */
	zoom: 1;
	/*\*//*/
	overflow: hidden;
	/**/
	background: url(../images/hr_2.png) left top repeat-x;
}

.goBackToTop:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

.goBackToTop p {
	float: right;
	margin: 0 10px;
	padding-right: 28px;
	background: url(../images/arw_u.png) right center no-repeat;
}

.goBackToTop p a {
	display: block;
	line-height: 58px;
}


/* .linksでの特例 */
.links #main .goBackToTop {
	margin-top: -3.2rem;
	background: none;
}


/* @end */


/* @end */


/* -----------------------------------
	.pageの#contents内部
----------------------------------- */

/* @group #main */

#main {
	float: none;
	width: 860px;
	margin-bottom: 60px;
	padding-bottom: 30px;
	background-image: url(../images/hr_4.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

section#main p {
	line-height: ;
}

/* @end */




/* @group #mainのh1.page-title */

#main h1.page-title {
	position: relative;
	margin: 0 0 30px;
	padding: 0;
}

#main h1.page-title img {
	display: block;
}

/* @end */




/* @group histories */

.histories h2 {
	margin: 25px 0 25px 10px;	
}

.history-block {
	margin: 0 0 1em;	
	padding: 0 10px;
}

.history-block h3 {
	/* font-size: 131%;
	font-size: 138.5%;
	font-size: 146.5%;*/
	font-size: 2.3rem;
	font-weight: bold;
	margin: 0 0 0.5em;
	line-height: 1.6;
	color: #1E999B;
}

.history-block p {
	font-size: 1.9rem;
	margin: 0 0 1rem;
}

.image-wrapper {
	width: 685px;
	margin: 0 auto;
	margin-top: 22px;
}

.image-wrapper img {
	display: block;
	margin-bottom: 17px;
}


ul.plain {
	margin: 0 1rem 0;
	padding: 0;
}

ul.plain li {
	padding: 0.5rem 1rem 0.5rem 1.5rem;
	line-height: 2.4rem;
	background: url(../images/bullet_b.gif) left 11px no-repeat;
}




table.basic {
	margin: 3rem auto 3rem;
	width: 80%;
	border-collapse: collapse;
	border-top: 2px solid #ccc;	
	border-bottom: 1px solid #ccc;		
}

table.basic th, table.basic td {
	text-align: center;
	padding: 9px 20px;
	border-bottom: 1px dashed #ccc;
}

table.basic th {
	font-weight: bold;
}


/*-----------------------------------------------------
.navPage ページャー（historiesページ下部のページナビ）
-----------------------------------------------------*/

.histories .navPage {
	clear:both;
	margin:30px 0 23px;	
	background: none;
	font-size: 1.9rem;
}

.histories .navPage:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

.navPage .prev {
	width:422px;
	float:left;	
}

.navPage .next {
	width:422px;
	float:right;	
}

.navPage .prev a {
	display:block;
	background: #1E999B url(../images/arw_l.png) 15px center no-repeat;
	padding:9px 10px 9px 38px;
	text-decoration:none;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.navPage .prev a:hover {
	text-decoration: underline;
}

.navPage .next a {
	display:block;
	background: #1E999B  url(../images/arw_r.png) 394px center no-repeat;
	padding:9px 38px 9px 10px;
	text-decoration:none;
	text-align:right;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.navPage .next a:hover {
	text-decoration: underline;
}

/* @end */




/* @group links(convenience-book) */

.links h2 {
	margin: 25px 0 18px 10px;	
}

.links-block {	
}

.links-block p {
	margin: 0 10px 1em;
	line-height: 1.6;
}

dl.link-wrapper {
	margin: 3.2rem 0;
	border-top: 2px solid #23A0B5;
}

dl.link-wrapper dt {	
	padding: 12px 20px;
	font-size: 2.5rem;
	color: #38A3D9;
	font-weight: 400;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.7);
	background-image:linear-gradient(rgb(255,255,255) 0%,rgb(246,246,246) 100%);
}

dl.link-wrapper dd {
	background: url(../images/hr_2.png) left top repeat-x,
	url(../images/hr_2.png) left bottom repeat-x;
	padding: 2px 0;
}

dl.link-wrapper dd a {
	font-size: 108%;
	font-size: 1.9rem;
	color: #666;
	position: relative;
	width: ;
	display: block;
	padding: 14px 70px 14px 20px;
	padding: 19px 100px 19px 20px;
	line-height: 1.5;
}

dl.link-wrapper dd a:hover,
dl.link-wrapper dd a:active {
	color: #2C999B;
	color: #23A0B5;
	background: #FEFFDD;
}


/*-----------------------------------------------------
.target-icon ターゲットアイコン（重要スタイル）
-----------------------------------------------------*/

/* @group .ico-arrow-L .target-icon */

.ico-arrow-L {
	display: inline-block;
	background-image: url(../images/ico_arrow_L.png) ;
	width: 42px;
	height: 42px;
}
.target-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
}

/* @end */




/* @group .tags */

.tags {
	font-size: 116%;
	font-size: 1.9rem;
	padding: 0 0 0 10px;
}


.tags a {
	display: -moz-inline-box;  /* just for Firefox 2.x below */
    display: inline-block;
    zoom: 1;
    *display: inline;  /* just for IE */   

	padding: 0 25px;
	margin: 0 2.6rem 2.6rem 0;
	line-height: 60px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	text-align: center;
	background-color:rgb(255,255,255);
    color: #666;
	height:auto;
	border-color:#2aa3d1;
	border-width:2px;
	border-style:solid; 
    
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
    
    transition: all 0.25s;
}

.tags a:hover {
    color: #fff;
	background-color:#2aa3d1;
    text-decoration: none;
}


/* @group .tags(convenience-book) */

.navPage {
	padding: 0 0 0.9rem;
	margin: 0 0 3.4rem;
	background: url(../images/hr_2.png) left bottom repeat-x;
}

/* @end */


/* @end */



/* @end */




/* -----------------------------------
	#footer-container
----------------------------------- */

/* @group #footer-container */

#footer-container {
	margin: 0;
	width: 100%;
	padding: 0 0 5rem;
	background: url(../images/hr_1.png) left 200px repeat-x;
}

#page-footer {
    width: 860px;
    margin: 0 auto;
    text-align: left;
}


/* @group .page-footer-scm */

.page-footer-scm  {
	position: relative;
	width: 572px;
	height: 169px;
	margin: 30px auto 55px;
	background: url(../images/page_footer_scm.png) left top no-repeat;
}

.page-footer-scm  h2 {
	display: none;
}

.page-footer-scm .button-basic {
	width: 130px;
	height: 37px;
    font-size: 1.5rem;
    padding: 0;
    line-height: 37px;
}

.page-footer-scm .btn-web {
	position: absolute;
	left: 152px;
	top: 133px;
    letter-spacing: -1px;
}

.page-footer-scm .btn-contact {
	position: absolute;
	left: 297px;
	top: 133px;
}

.page-footer-scm .btn-order {
	position: absolute;
	left: 442px;
	top: 133px;
}


/* @end */


#copy-section {
	text-align: center;
	padding: 0 0 30px;
}

p#desc {
	text-shadow: 1px 1px 0 rgba(255,255,255,.4);
}

p#copyright {
    margin: 0;
	color: #999;
	font-size: 1.3rem;
    letter-spacing: 1px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.7);
}

p#copyright small {
}


/* @end */




/* -----------------------------------
	.home の設定
----------------------------------- */

/* @group .home */


/* -----------------------------------
	.home #header-container
----------------------------------- */

.home #header-container {
	height:355px;
	background: url(../../images/eu_font_l.png) 95% top no-repeat,
	url(../../images/header_backimage.jpg) center top no-repeat;
}

.home #page-header {
	position: relative;
	height: 355px;
	width: 860px;
	margin: 0 auto;
}

.home #site-id {
	position: absolute;
	left: 195px;
	top: 61px;
}

.home #characters {
	position: absolute;
	left: 2px;
	top: 53px;
}


/* -----------------------------------
	.home #contents-container 内部
----------------------------------- */

/* @group .home #contents-container　内部 */

.home #main {
	width: 100%;
	padding: 0 0 40px;
}

.home #main .section-block {
	margin: 0 0 3.4rem;
	margin: 0 0 2.7rem;
}

.home #main .section-block h2 {
	margin: 0 0 1.7rem;
}

.home #main .section-block p {
	font-size: 1.8rem;
	padding: 0 1.7rem;
    margin: 0 0 2.6rem;
}

/* @end */



/* @group #outing-section */

#outing-section.section-block {
	margin-bottom: 0 !important;
}

.home dl.odekake-list {
	position:relative;
}

.home dl.odekake-list-left {
	float: left;
	width: 390px;
	margin: 0 0 2rem 20px;
	padding: 0 19px 0 0;
	border-right: 1px dotted #fff;
}

.home dl.odekake-list-right {
	float: right;
	width: 390px;
	margin: 0 20px 2rem 20px;
}

.home dl.odekake-list dt {
	position:absolute;
    left:0;
	width:95px;
	padding:9px 0px 0 0;
	color:#1F7076;
	box-sizing: border-box;
}

.home dl.odekake-list dt span {
	color: #2C9A9C;
	padding-right: 0.9rem;
	font-weight: bold;
}	
	
.home dl.odekake-list dd {
	line-height: 2.4rem;
	padding:0px 5px 0px 120px;
}


.button-w100 {
	width: 100%;
}

.button-w45  {
	width: 46%;
}

.home dl.odekake-list dd a.button-w45:first-child {
	margin-right: 8%;
}

/* @end */




/* @group #histories-section */


.home #main #histories-section {
	margin-bottom: 0.6em;
}

.home ul.histories-link-list {
    margin: 0 auto;
    padding: 0;
    width: 830px;
    list-style-type: none;
}

.home ul.histories-link-list li {
    float: left;
    width: 264px;
    margin: 0 19px 0 0;
}

.home ul.histories-link-list li:nth-child(3) {
    float: right;
    width: 264px;
    margin-right: 0;
}


.home ul.histories-link-list li a { 
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
    position: relative;
    width: 264px;
    height: 70px;
    padding-left:17px;
	text-align: left;
	text-decoration: none;
	line-height: 70px;
	outline: none;
    color: #2C7AA0;
	font-size: 1.6rem;
    font-weight: 400;
    text-shadow:1px 2px 0px rgba(255,255,255,0.20);	    
    background-image: -moz-linear-gradient( 90deg, #84C7E5 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, #84C7E5 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, #84C7E5 0%, rgb(255,255,255) 100%);
    border-width: 1px;
    border-color: #2aa3d0;
    border-style: solid;
    border-radius: 10px; 
}

.home ul.histories-link-list li a:hover {    
    background-image: -moz-linear-gradient( 270deg, #84C7E5 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 270deg, #84C7E5 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 270deg, #84C7E5 0%, rgb(255,255,255) 100%); 
}


.home ul.histories-link-list li:last-child a {
	font-size: 1.5rem;
}

.home .ico-arrow-S {
	display: inline-block;
	background-image: url(../images/ico_arrow_S.png) ;
	width: 26px;
	height: 26px;
}

.home .target-icon-S {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
}


/* @end */


button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
	padding: 14px 30px;
	background: -moz-linear-gradient(
		top,
		#2aa2d1 0%,
		#ffffff 50%,
		#1e999b);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#2aa2d1),
		color-stop(0.50, #ffffff),
		to(#1e999b));
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	border: 1px solid #2aa2d1;
	-moz-box-shadow:
		8px 11px 11px rgba(000,000,000,0.2),
		inset 0px 0px 1px rgba(255,000,217,1);
	-webkit-box-shadow:
		8px 11px 11px rgba(000,000,000,0.2),
		inset 0px 0px 1px rgba(255,000,217,1);
	box-shadow:
		8px 11px 11px rgba(000,000,000,0.2),
		inset 0px 0px 1px rgba(255,000,217,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}



/* @end */




/* @group .button */

.button {
	-webkit-appearace: none;
	appearance: none;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

.button:hover,
.button:focus {
	opacity: ;
	outline: none;
}

.button-basic {	
    padding: 12px 0;
	text-align: center;
	display: inline-block;
	margin: 0 0 1.6em;
}

a.button-basic,
a.button-basic:link,
a.button-basic:visited,
a.button-basica:active {
	color: #666;
	text-decoration: none;
}


.button-gradient-primary {
	text-shadow: 1px 1px 0px #ffffff;
	background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#DFE1D4));
	background: -webkit-linear-gradient(top, #FFFFFF, #DFE1D4);
	background: -moz-linear-gradient(top, #FFFFFF, #DFE1D4);
	background: -o-linear-gradient(top, #FFFFFF, #DFE1D4);
	background: -ms-linear-gradient(top, #FFFFFF, #DFE1D4);
	background: linear-gradient(top, #FFFFFF, #DFE1D4);
	background-color: #FFFFFF;	
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	
	border-color:rgb(255,255,255);
	border-width:2px;
	
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35), inset 0px 1px 1px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35), inset 0px 1px 1px rgba(255, 255, 255, 1);
	-o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35), inset 0px 1px 1px rgba(255, 255, 255, 1);
	-ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35), inset 0px 1px 1px rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35), inset 0px 1px 1px rgba(255, 255, 255, 1);
}

.button-gradient-primary:hover {
	background:-moz-linear-gradient( center top, #DFE1D4 5%, #f9f9f9 100% );
	background:-ms-linear-gradient( top, #DFE1D4 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFE1D4', endColorstr='#f9f9f9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #DFE1D4), color-stop(100%, #f9f9f9) );
	background-color: #FFFFFF;	
}

/* @end */