@charset "UTF-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}


.kata1{
	display: none;
	background: url(../test/katakamuna_1.jpg) no-repeat;
}
.kata2{
	display: none;
	background: url(../test/katakamuna_2.jpg) no-repeat;
}
.kata3{
	display: none;
	background: url(../test/katakamuna_3.jpg) no-repeat;
}
/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/


/* デスクトップレイアウト : 980 px ～最大 1232 px。 */
@media only screen and (min-width: 980px) {


/* content */

#year {
	padding-top:1%;
	padding-bottom:1%;
    padding-left: 3%;
    padding-right: 3%;
	width: 100%;
	margin: 0 0 3% 0;
	clear: both;
	float: none;
	overflow: hidden;
	background-color:#000;
	text-align:center;
	color:#fff;
}
#year h3 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 150%;
	font-weight: 700;
}
#year p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 150%;
	font-weight: 300;
}
#year p strong {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 150%;
	font-weight: 700;
}


#slider {
	clear: both;
	float: left;
	margin: 0 0 3% 0;
	width: 100%;
	display: block;
	max-height: 90%;
	min-height: 90%;
	position: relative;
    background-image: url("../img/index/index_img.jpg");
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
	z-index:1;
}


#messeage {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
}
#messeage h1{
	font-size: 3rem;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#messeage h2{
	font-size: 3rem;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#messeage strong{
	font-size: 3rem;
	font-size: 30px;
	line-height: 2;
	text-align: center;
	font-weight: 500;
}
#messeage p {
	text-align: center;
}
    
.bg_line_1{
    width: 100%;
    height: 80px;
    background: url("../img/index/bg_line_1.jpg");
    background-size: cover;
    margin: 5% 0 5% 0;
}
.bg_line_2{
    width: 100%;
    height: 80px;
    background: url("../img/index/bg_line_2.jpg");
    background-size: cover;
    margin: 5% 0 3% 0;
}
#service {
	width: 100%;
	display: block;
	margin-top: 3%;
	font-size: 3rem;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 1%;
	padding-left: 1%;
	text-align: center;
}

#service_Menu {
	width: 100%;
    height: auto;
	display: flex;
    justify-content: center;
	overflow: hidden;
}
#service_Menu a {
    text-align: center;
    box-sizing: content-box;
    padding: 1%;
    margin: 0 3%;
    width: 25%;
    height: auto;
    border: 2px solid rgba(214,114,159,1.00);
    display: block;
    }
#service_Menu a:hover {
    ext-align: center;
    box-sizing: content-box;
    padding: 1%;
    margin: 0 3%;
    width: 25%;
    height: auto;
    border: 2px solid rgba(214,114,159,1.00);
    display: block;
    background:  rgba(214,114,159,0.1);
    color: rgba(0,0,0,1.00);
    }

    
#service_Menu .block_Box {
	text-align: center;
}
#service_Menu h3 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 150%;
    color:  rgba(214,114,159,1.00);
}
#service_Menu .en{
    font-size: 15px;
	font-size: 1.5rem;
	border-top: 2px solid rgba(214,114,159,1.00);
    border-right: 0;
    border-bottom: 2px solid rgba(214,114,159,1.00);
    border-left: 0;
	width: 100%;
	height: auto;
	margin: 3% auto;
    color:  rgba(207,0,119,1.00);
}
#service_Menu p {
    color:  rgba(214,114,159,1.00);
}

    

	
.serif{
	font-family: 'Noto Serif JP', serif!important;
}


    
    
#cpd {
	background-image: url(../img/index/cpd.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#cds {
	background-image: url(../img/index/cds.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#gwd {
	background-image: url(../img/index/gwd.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}

#apd{
	width: 90%;
	display: block;
	overflow: hidden;
	margin: 3% auto 3% auto;
}
#apd h3{
	font-size: 3rem;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#apd h4{
	font-size: 3rem;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#apd strong{
	font-size: 3rem;
	font-size: 30px;
	line-height: 2;
	text-align: center;
	font-weight: 500;
}
#apd p {
	text-align: center;
}
    
#work {
	clear: both;
	float: left;
	margin-left: 0;
	width: 99%;
	display: block;
	margin-top: 3%;
	font-size: 3rem;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 1%;
	padding-left: 1%;
	text-align: center;
}
#workMenu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom:5%;
}
#workMenu .blockBox {
	float: left;
	text-align: center;
	padding-bottom:10%;
    margin-bottom:-8%;
}
#workMenu h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
}
#workMenu .blockBox p {
	line-height: 120%;
	font-weight:500;
	padding-right: 5%;
	padding-left: 5%;
}
#workMenu .w_menu{
	width: 33.333%;
	height: auto;
	text-shadow: 0 0 2px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0 0 2px rgba(255, 255, 255, 1);
	-moz-text-shadow: 0 0 2px rgba(255, 255, 255, 1);
}
#dw1 {
	background-image: url(../img/index/dw1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#dw2 {
	background-image: url(../img/index/dw2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#au {
	background-image: url(../img/index/au.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}

.boder{
	border: 1px solid rgba(0,0,0,1.00);
	width: 80%;
	height: auto;
	margin: 3% auto 0;
	padding: 3% 0;
}


/*---------------------------------(Retina)---------------------------------*/
@media all and (-webkit-min-device-pixel-ratio: 1.5) {


#slider {
	clear: both;
	float: left;
	margin: 0 0 3% 0;
	width: 100%;
	display: block;
	max-height: 90%;
	min-height: 90%;
	position: relative;
    background-image: url("../img/index/index_img@2x.jpg");
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
	z-index:1;
}
#cpd {
	background-image: url(../img/index/cpd@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#cds {
	background-image: url(../img/index/cds@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#gwd {
	background-image: url(../img/index/gwd@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}


#dw1 {
	background-image: url(../img/index/dw1@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#dw2 {
	background-image: url(../img/index/dw2@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#au {
	background-image: url(../img/index/au@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
.bg_line_1{
    width: 100%;
    height: 80px;
    background: url("../img/index/bg_line_1@2x.jpg");
    background-size: cover;
    margin: 5% 0 5% 0;
}
.bg_line_2{
    width: 100%;
    height: 80px;
    background: url("../img/index/bg_line_2@2x.jpg");
    background-size: cover;
    margin: 5% 0 3% 0;
}



}

}

/* 641 px ～ 979 px。ディスプレイ縦用 */
@media only screen and (min-width: 641px) and (max-width: 979px) and (orientation: portrait) {

#year {
	padding-top:5%;
	padding-bottom:3%;
    padding-left: 5%;
    padding-right: 3%;
	width: 100%;
	margin: 0 0 3% 0;
	clear: both;
	float: none;
	overflow: hidden;
	background-color:#000;
	text-align:center;
	color:#fff;
}
#year h3 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 150%;
	font-weight: 700;
}
#year p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 300;
}
#year p strong {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 700;
}


#slider {
	clear: both;
	float: left;
	margin: 0 0 3% 0;
	width: 100%;
	display: block;
	max-height: 40%;
	min-height: 40%;
	position: relative;
    background-image: url("../img/index/index_img.jpg");
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
	z-index:1;
}


#messeage {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
}
#messeage h1{
	font-size: 3rem;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#messeage h2{
	font-size: 3rem;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#messeage strong{
	font-size: 3rem;
	font-size: 30px;
	line-height: 2;
	text-align: center;
	font-weight: 500;
}
#messeage p {
	text-align: center;
}
    
.bg_line_1{
    width: 100%;
    height: 80px;
    background: url("../img/index/bg_line_1.jpg");
    background-size: cover;
    margin: 5% 0 5% 0;
}
.bg_line_2{
    width: 100%;
    height: 80px;
    background: url("../img/index/bg_line_2.jpg");
    background-size: cover;
    margin: 5% 0 3% 0;
}
#service {
	width: 100%;
	display: block;
	margin-top: 3%;
	font-size: 3rem;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 1%;
	padding-left: 1%;
	text-align: center;
}

#service_Menu {
	width: 100%;
    height: auto;
	display: flex;
    justify-content: center;
	overflow: hidden;
}
#service_Menu a {
    text-align: center;
    box-sizing: content-box;
    padding: 1%;
    margin: 0 3%;
    width: 25%;
    height: auto;
    border: 2px solid rgba(214,114,159,1.00);
    display: block;
    }
#service_Menu a:hover {
    ext-align: center;
    box-sizing: content-box;
    padding: 1%;
    margin: 0 3%;
    width: 25%;
    height: auto;
    border: 2px solid rgba(214,114,159,1.00);
    display: block;
    background:  rgba(214,114,159,0.1);
    color: rgba(0,0,0,1.00);
    }

    
#service_Menu .block_Box {
	text-align: center;
}
#service_Menu h3 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 150%;
    color:  rgba(214,114,159,1.00);
}
#service_Menu .en{
    font-size: 15px;
	font-size: 1.5rem;
	border-top: 2px solid rgba(214,114,159,1.00);
    border-right: 0;
    border-bottom: 2px solid rgba(214,114,159,1.00);
    border-left: 0;
	width: 100%;
	height: auto;
	margin: 3% auto;
    color:  rgba(207,0,119,1.00);
}
#service_Menu p {
    color:  rgba(214,114,159,1.00);
}	
.serif{
	font-family: 'Noto Serif JP', serif!important;
}

    
#cpd {
	background-image: url(../img/index/cpd.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#cds {
	background-image: url(../img/index/cds.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#gwd {
	background-image: url(../img/index/gwd.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#apd{
	width: 90%;
	display: block;
	overflow: hidden;
	margin: 3% auto 3% auto;
}
#apd h3{
	font-size: 3rem;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#apd h4{
	font-size: 3rem;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#apd strong{
	font-size: 3rem;
	font-size: 30px;
	line-height: 2;
	text-align: center;
	font-weight: 500;
}
#apd p {
	text-align: center;
}
    

#work {
	clear: both;
	float: left;
	margin-left: 0;
	width: 99%;
	display: block;
	margin-top: 3%;
	font-size: 3rem;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 1%;
	padding-left: 1%;
	text-align: center;
}
#workMenu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom:5%;
}
#workMenu .blockBox {
	float: left;
	text-align: center;
	padding-bottom:10%;
    margin-bottom:-8%;
}
#workMenu h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
}
#workMenu .blockBox p {
	line-height: 120%;
	font-weight:500;
	padding-right: 5%;
	padding-left: 5%;
}
#workMenu .w_menu{
	width: 33.333%;
	height: auto;
	text-shadow: 0 0 2px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0 0 2px rgba(255, 255, 255, 1);
	-moz-text-shadow: 0 0 2px rgba(255, 255, 255, 1);
}
#dw1 {
	background-image: url(../img/index/dw1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#dw2 {
	background-image: url(../img/index/dw2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#au {
	background-image: url(../img/index/au.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}

.boder{
	border: 1px solid rgba(0,0,0,1.00);
	width: 80%;
	height: auto;
	margin: 3% auto 0;
	padding: 3% 0;
}




/* タブレットレイアウト :641 px ～ 979 px。ディスプレイ縦用 Retina */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {


#cpd {
	background-image: url(../img/index/cpd.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#cds {
	background-image: url(../img/index/cds@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#gwd {
	background-image: url(../img/index/gwd@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}


#dw1 {
	background-image: url(../img/index/dw1@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#dw2 {
	background-image: url(../img/index/dw2@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#au {
	background-image: url(../img/index/au@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}

}
	

}

/* 641 px ～ 979 px。ディスプレイ横用 */
@media only screen and (min-width: 641px) and (max-width: 979px) and (orientation: landscape) {

#year {
	padding-top:1%;
	padding-bottom:1%;
    padding-left: 3%;
    padding-right: 3%;
	width: 100%;
	margin: 0 0 3% 0;
	clear: both;
	float: none;
	overflow: hidden;
	background-color:#000;
	text-align:center;
	color:#fff;
}
#year h3 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 150%;
	font-weight: 700;
}
#year p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 150%;
	font-weight: 300;
}
#year p strong {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 150%;
	font-weight: 700;
}


#slider {
	clear: both;
	float: left;
	margin: 0 0 3% 0;
	width: 100%;
	display: block;
	max-height: 100%;
	min-height: 100%;
	position: relative;
    background-image: url("../img/index/index_img.jpg");
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
	z-index:1;
}


#messeage {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
}
#messeage h1{
	font-size: 3rem;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#messeage h2{
	font-size: 3rem;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#messeage strong{
	font-size: 3rem;
	font-size: 30px;
	line-height: 2;
	text-align: center;
	font-weight: 500;
}
#messeage p {
	text-align: center;
}
    
.bg_line_1{
    width: 100%;
    height: 80px;
    background: url("../img/index/bg_line_1.jpg");
    background-size: cover;
    margin: 5% 0 5% 0;
}
.bg_line_2{
    width: 100%;
    height: 80px;
    background: url("../img/index/bg_line_2.jpg");
    background-size: cover;
    margin: 5% 0 3% 0;
}
#service {
	width: 100%;
	display: block;
	margin-top: 3%;
	font-size: 3rem;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 1%;
	padding-left: 1%;
	text-align: center;
}

#service_Menu {
	width: 100%;
    height: auto;
	display: flex;
    justify-content: center;
	overflow: hidden;
}
#service_Menu a {
    text-align: center;
    box-sizing: content-box;
    padding: 1%;
    margin: 0 3%;
    width: 25%;
    height: auto;
    border: 2px solid rgba(214,114,159,1.00);
    display: block;
    }
#service_Menu a:hover {
    ext-align: center;
    box-sizing: content-box;
    padding: 1%;
    margin: 0 3%;
    width: 25%;
    height: auto;
    border: 2px solid rgba(214,114,159,1.00);
    display: block;
    background:  rgba(214,114,159,0.1);
    color: rgba(0,0,0,1.00);
    }

    
#service_Menu .block_Box {
	text-align: center;
}
#service_Menu h3 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 150%;
    color:  rgba(214,114,159,1.00);
}
#service_Menu .en{
    font-size: 15px;
	font-size: 1.5rem;
	border-top: 2px solid rgba(214,114,159,1.00);
    border-right: 0;
    border-bottom: 2px solid rgba(214,114,159,1.00);
    border-left: 0;
	width: 100%;
	height: auto;
	margin: 3% auto;
    color:  rgba(207,0,119,1.00);
}
#service_Menu p {
    color:  rgba(214,114,159,1.00);
}
.serif{
	font-family: 'Noto Serif JP', serif!important;
}

    
#cpd {
	background-image: url(../img/index/cpd.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#cds {
	background-image: url(../img/index/cds.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#gwd {
	background-image: url(../img/index/gwd.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}

#apd{
	width: 90%;
	display: block;
	overflow: hidden;
	margin: 3% auto 3% auto;
}
#apd h3{
	font-size: 3rem;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#apd h4{
	font-size: 3rem;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#apd strong{
	font-size: 3rem;
	font-size: 30px;
	line-height: 2;
	text-align: center;
	font-weight: 500;
}
#apd p {
	text-align: center;
}
    
#work {
	clear: both;
	float: left;
	margin-left: 0;
	width: 99%;
	display: block;
	margin-top: 3%;
	font-size: 3rem;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 1%;
	padding-left: 1%;
	text-align: center;
}
#workMenu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom:5%;
}
#workMenu .blockBox {
	float: left;
	text-align: center;
	padding-bottom:10%;
    margin-bottom:-8%;
}
#workMenu h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
}
#workMenu .blockBox p {
	line-height: 120%;
	font-weight:500;
	padding-right: 5%;
	padding-left: 5%;
}
#workMenu .w_menu{
	width: 33.333%;
	height: auto;
	text-shadow: 0 0 2px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0 0 2px rgba(255, 255, 255, 1);
	-moz-text-shadow: 0 0 2px rgba(255, 255, 255, 1);
}
#dw1 {
	background-image: url(../img/index/dw1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#dw2 {
	background-image: url(../img/index/dw2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#au {
	background-image: url(../img/index/au.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}

.boder{
	border: 1px solid rgba(0,0,0,1.00);
	width: 80%;
	height: auto;
	margin: 3% auto 0;
	padding: 3% 0;
}




/* タブレットレイアウト :641 px ～ 979 px。ディスプレイ横用 Retina */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {

#cpd {
	background-image: url(../img/index/cpd.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#cds {
	background-image: url(../img/index/cds@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#gwd {
	background-image: url(../img/index/gwd@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}


#dw1 {
	background-image: url(../img/index/dw1@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#dw2 {
	background-image: url(../img/index/dw2@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#au {
	background-image: url(../img/index/au@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}

}

}

/* 481 px ～ 640 px。ディスプレイ縦用 */
@media only screen and (min-width: 481px) and (max-width: 640px) and (orientation: portrait) {

#year {
	padding-top:3%;
	padding-bottom:3%;
    padding-left: 3%;
    padding-right: 3%;
	width: 100%;
	margin: 0 0 3% 0;
	clear: both;
	float: none;
	overflow: hidden;
	background-color:#000;
	text-align:center;
	color:#fff;
}
#year h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 700;
}
#year p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 150%;
	font-weight: 300;
}
#year p strong {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 150%;
	font-weight: 700;
}



#slider {
	clear: both;
	float: left;
	margin: 0 0 3% 0;
	width: 100%;
	display: block;
	max-height: 40%;
	min-height: 40%;
	position: relative;
    background-image: url("../img/index/index_img.jpg");
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
	z-index:1;
}


#messeage {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
}
#messeage h1{
	font-size: 3rem;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#messeage h2{
	font-size: 3rem;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#messeage strong{
	font-size: 3rem;
	font-size: 30px;
	line-height: 2;
	text-align: center;
	font-weight: 500;
}
#messeage p {
	text-align: center;
}
    
.bg_line_1{
    width: 100%;
    height: 60px;
    background: url("../img/index/bg_line_1.jpg");
    background-size: cover;
    margin: 5% 0 5% 0;
}
.bg_line_2{
    width: 100%;
    height: 60px;
    background: url("../img/index/bg_line_2.jpg");
    background-size: cover;
    margin: 5% 0 3% 0;
}
#service {
	width: 100%;
	display: block;
	margin-top: 3%;
	font-size: 3rem;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 1%;
	padding-left: 1%;
	text-align: center;
}

#service_Menu {
	width: 100%;
    height: auto;
	overflow: hidden;
}
#service_Menu a {
    text-align: center;
    box-sizing: content-box;
    padding: 1%;
    margin: 5% auto;
    width: 80%;
    height: auto;
    border: 2px solid rgba(214,114,159,1.00);
    display: block;
    }
#service_Menu a:hover {
    text-align: center;
    box-sizing: content-box;
    padding: 1%;
    margin: 5% auto;
    width: 80%;
    height: auto;
    border: 2px solid rgba(214,114,159,1.00);
    display: block;
    background:  rgba(214,114,159,0.1);
    }

    
#service_Menu .block_Box {
	text-align: center;
}
#service_Menu h3 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 150%;
    color:  rgba(214,114,159,1.00);
}
#service_Menu .en{
    font-size: 15px;
	font-size: 1.5rem;
	border-top: 2px solid rgba(214,114,159,1.00);
    border-right: 0;
    border-bottom: 2px solid rgba(214,114,159,1.00);
    border-left: 0;
	width: 100%;
	height: auto;
	margin: 3% auto;
    color:  rgba(207,0,119,1.00);
}
#service_Menu p {
    color:  rgba(214,114,159,1.00);
}

    

	
.serif{
	font-family: 'Noto Serif JP', serif!important;
}
   
    
#cpd {
	background-image: url(../img/index/cpd.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#cds {
	background-image: url(../img/index/cds.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#gwd {
	background-image: url(../img/index/gwd.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}

#apd{
	width: 90%;
	display: block;
	overflow: hidden;
	margin: 3% auto 3% auto;
}
#apd h3{
	font-size: 3rem;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#apd h4{
	font-size: 3rem;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#apd strong{
	font-size: 3rem;
	font-size: 30px;
	line-height: 2;
	text-align: center;
	font-weight: 500;
}
#apd p {
	text-align: center;
}
    
#work {
	clear: both;
	float: left;
	margin-left: 0;
	width: 99%;
	display: block;
	margin-top: 3%;
	font-size: 2.5rem;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 1%;
	padding-left: 1%;
	text-align: center;
}
#workMenu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom:5%;
}
#workMenu .blockBox {
	text-align: center;
	width: 100%;
	padding-bottom:10%;
    margin-bottom:-8%;
}
#workMenu h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
}
#workMenu .blockBox p {
	line-height: 120%;
	font-weight:500;
	padding-right: 5%;
	padding-left: 5%;
}
#workMenu .w_menu{
	width: 100%;
	height: auto;
	text-shadow: 0 0 2px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0 0 2px rgba(255, 255, 255, 1);
	-moz-text-shadow: 0 0 2px rgba(255, 255, 255, 1);
	margin: 0 0 5% 0;
}
#dw1 {
	background-image: url(../img/index/dw1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#dw2 {
	background-image: url(../img/index/dw2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#au {
	background-image: url(../img/index/au.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}

.boder{
	border: 1px solid rgba(0,0,0,1.00);
	width: 80%;
	height: auto;
	margin: 3% auto 0;
	padding: 3% 0;
}

/* 481 px ～ 640 px。ディスプレイ縦用 Retina */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {


#cpd {
	background-image: url(../img/index/cpd@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#cds {
	background-image: url(../img/index/cds@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#gwd {
	background-image: url(../img/index/gwd@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}

#dw1 {
	background-image: url(../img/index/dw1@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#dw2 {
	background-image: url(../img/index/dw2@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#au {
	background-image: url(../img/index/au@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}

}
}

/* 481 px ～ 640 px。ディスプレイ横用 */
@media only screen and (min-width: 481px) and (max-width: 640px) and (orientation: landscape) {

#year {
	padding-top:3%;
	padding-bottom:3%;
    padding-left: 3%;
    padding-right: 3%;
	width: 100%;
	margin: 0 0 3% 0;
	clear: both;
	float: none;
	overflow: hidden;
	background-color:#000;
	text-align:center;
	color:#fff;
}
#year h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 700;
}
#year p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 150%;
	font-weight: 300;
}
#year p strong {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 150%;
	font-weight: 700;
}


#slider {
	clear: both;
	float: left;
	margin: 0 0 3% 0;
	width: 100%;
	display: block;
	max-height: 100%;
	min-height: 100%;
	position: relative;
    background-image: url("../img/index/index_img.jpg");
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
	z-index:1;
}


#messeage {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
}
#messeage h1{
	font-size: 3rem;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#messeage h2{
	font-size: 3rem;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#messeage strong{
	font-size: 3rem;
	font-size: 30px;
	line-height: 2;
	text-align: center;
	font-weight: 500;
}
#messeage p {
	text-align: center;
}
    
.bg_line_1{
    width: 100%;
    height: 60px;
    background: url("../img/index/bg_line_1.jpg");
    background-size: cover;
    margin: 5% 0 5% 0;
}
.bg_line_2{
    width: 100%;
    height: 60px;
    background: url("../img/index/bg_line_2.jpg");
    background-size: cover;
    margin: 5% 0 3% 0;
}
#service {
	width: 100%;
	display: block;
	margin-top: 3%;
	font-size: 3rem;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 1%;
	padding-left: 1%;
	text-align: center;
}

#service_Menu {
	width: 100%;
    height: auto;
	overflow: hidden;
}
#service_Menu a {
    text-align: center;
    box-sizing: content-box;
    padding: 1%;
    margin: 5% auto;
    width: 80%;
    height: auto;
    border: 2px solid rgba(214,114,159,1.00);
    display: block;
    }
#service_Menu a:hover {
    text-align: center;
    box-sizing: content-box;
    padding: 1%;
    margin: 5% auto;
    width: 80%;
    height: auto;
    border: 2px solid rgba(214,114,159,1.00);
    display: block;
    background:  rgba(214,114,159,0.1);
    }

    
#service_Menu .block_Box {
	text-align: center;
}
#service_Menu h3 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 150%;
    color:  rgba(214,114,159,1.00);
}
#service_Menu .en{
    font-size: 15px;
	font-size: 1.5rem;
	border-top: 2px solid rgba(214,114,159,1.00);
    border-right: 0;
    border-bottom: 2px solid rgba(214,114,159,1.00);
    border-left: 0;
	width: 100%;
	height: auto;
	margin: 3% auto;
    color:  rgba(207,0,119,1.00);
}
#service_Menu p {
    color:  rgba(214,114,159,1.00);
}

    

	
.serif{
	font-family: 'Noto Serif JP', serif!important;
}
    
    
#cpd {
	background-image: url(../img/index/cpd.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#cds {
	background-image: url(../img/index/cds.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#gwd {
	background-image: url(../img/index/gwd.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}

#apd{
	width: 90%;
	display: block;
	overflow: hidden;
	margin: 3% auto 3% auto;
}
#apd h3{
	font-size: 3rem;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#apd h4{
	font-size: 3rem;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#apd strong{
	font-size: 3rem;
	font-size: 30px;
	line-height: 2;
	text-align: center;
	font-weight: 500;
}
#apd p {
	text-align: center;
}
    
#work {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 3%;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
	text-align:center;
}
#workMenu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	 margin-bottom:20px;
}
#workMenu .blockBox {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	padding:10%;
    margin-bottom:3%;
}
#workMenu h3 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 150%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#workMenu .blockBox p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 200%;
	width:100%;
	font-weight:700;
}
#dw1 {
	background-image: url(../img/index/dw1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#dw2 {
	background-image: url(../img/index/dw2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#au {
	background-image: url(../img/index/au.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}



/* 481 px ～ 640 px。ディスプレイ横用 Retina */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {


#cpd {
	background-image: url(../img/index/cpd@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#cds {
	background-image: url(../img/index/cds@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#gwd {
	background-image: url(../img/index/gwd@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}

#dw1 {
	background-image: url(../img/index/dw1@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#dw2 {
	background-image: url(../img/index/dw2@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#au {
	background-image: url(../img/index/au@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	hwidth: 100%;
	height: 200px;
}

}

}

/* ～ 480 px。ディスプレイ縦用 */
@media only screen and (min-width: 0px) and (max-width: 480px) and (orientation: portrait) {

#year {
	padding-top:3%;
	padding-bottom:3%;
    padding-left: 2%;
    padding-right: 2%;
	width: 100%;
	margin: 0 0 3% 0;
	clear: both;
	float: none;
	overflow: hidden;
	background-color:#000;
	text-align:center;
	color:#fff;
}
#year h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 700;
}
#year p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 150%;
	font-weight: 300;
}
#year p strong {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 150%;
	font-weight: 700;
}



#slider {
	clear: both;
	float: left;
	margin: 0 0 3% 0;
	width: 100%;
	display: block;
	max-height: 40%;
	min-height: 40%;
	position: relative;
    background-image: url("../img/index/index_img.jpg");
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
	z-index:1;
}


#messeage {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
}
#messeage h1{
	font-size: 2.5rem;
	font-size: 25px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#messeage h2{
	font-size: 2.5rem;
	font-size: 25px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#messeage strong{
	font-size: 2.5rem;
	font-size: 25px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#messeage p {
	text-align: center;
}
    
.bg_line_1{
    width: 100%;
    height: 40px;
    background: url("../img/index/bg_line_1.jpg");
    background-size: cover;
    margin: 5% 0 5% 0;
}
.bg_line_2{
    width: 100%;
    height: 40px;
    background: url("../img/index/bg_line_2.jpg");
    background-size: cover;
    margin: 5% 0 3% 0;
}
#service {
	width: 100%;
	display: block;
	margin-top: 3%;
	font-size: 3rem;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 1%;
	padding-left: 1%;
	text-align: center;
}

#service_Menu {
	width: 100%;
    height: auto;
	overflow: hidden;
}
#service_Menu a {
    text-align: center;
    box-sizing: content-box;
    padding: 1%;
    margin: 5% auto;
    width: 80%;
    height: auto;
    border: 2px solid rgba(214,114,159,1.00);
    display: block;
    }
#service_Menu a:hover {
    text-align: center;
    box-sizing: content-box;
    padding: 1%;
    margin: 5% auto;
    width: 80%;
    height: auto;
    border: 2px solid rgba(214,114,159,1.00);
    display: block;
    background:  rgba(214,114,159,0.1);
    }

    
#service_Menu .block_Box {
	text-align: center;
}
#service_Menu h3 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 150%;
    color:  rgba(214,114,159,1.00);
}
#service_Menu .en{
    font-size: 15px;
	font-size: 1.5rem;
	border-top: 2px solid rgba(214,114,159,1.00);
    border-right: 0;
    border-bottom: 2px solid rgba(214,114,159,1.00);
    border-left: 0;
	width: 100%;
	height: auto;
	margin: 3% auto;
    color:  rgba(207,0,119,1.00);
}
#service_Menu p {
    color:  rgba(214,114,159,1.00);
}

    

	
.serif{
	font-family: 'Noto Serif JP', serif!important;
}
#cpd {
	background-image: url(../img/index/cpd.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#cds {
	background-image: url(../img/index/cds.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#gwd {
	background-image: url(../img/index/gwd.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}

#apd{
	width: 90%;
	display: block;
	overflow: hidden;
	margin: 3% auto 3% auto;
}
#apd h3{
	font-size: 2.5rem;
	font-size: 25px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#apd h4{
	font-size: 2.5rem;
	font-size: 25px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#apd strong{
	font-size: 2.5rem;
	font-size: 25px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#apd p {
	text-align: center;
}
    
#work {
	clear: both;
	float: left;
	margin-left: 0;
	width: 99%;
	display: block;
	margin-top: 3%;
	font-size: 2.5rem;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 1%;
	padding-left: 1%;
	text-align: center;
}
#workMenu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom:5%;
}
#workMenu .blockBox {
	text-align: center;
	width: 100%;
	padding-bottom:10%;
    margin-bottom:-8%;
}
#workMenu h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
}
#workMenu .blockBox p {
	line-height: 120%;
	font-weight:500;
	padding-right: 5%;
	padding-left: 5%;
}
#workMenu .w_menu{
	width: 100%;
	height: auto;
	text-shadow: 0 0 2px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0 0 2px rgba(255, 255, 255, 1);
	-moz-text-shadow: 0 0 2px rgba(255, 255, 255, 1);
	margin: 0 0 5% 0;
}
#dw1 {
	background-image: url(../img/index/dw1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#dw2 {
	background-image: url(../img/index/dw2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#au {
	background-image: url(../img/index/au.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}

.boder{
	border: 1px solid rgba(0,0,0,1.00);
	width: 80%;
	height: auto;
	margin: 3% auto 0;
	padding: 3% 0;
}


/* ～ 480 px。ディスプレイ縦用 Retina */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {


#cpd {
	background-image: url(../img/index/cpd@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#cds {
	background-image: url(../img/index/cds@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#gwd {
	background-image: url(../img/index/gwd@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}

#dw1 {
	background-image: url(../img/index/dw1@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#dw2 {
	background-image: url(../img/index/dw2@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#au {
	background-image: url(../img/index/au@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}

}

}

/* ～ 480 px。ディスプレイ横用 */
@media only screen and (min-width: 0px) and (max-width: 480px) and (orientation: landscape) {

#year {
	padding-top:3%;
	padding-bottom:3%;
    padding-left: 2%;
    padding-right: 2%;
	width: 100%;
	margin: 0 0 3% 0;
	clear: both;
	float: none;
	overflow: hidden;
	background-color:#000;
	text-align:center;
	color:#fff;
}
#year h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 700;
}
#year p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 150%;
	font-weight: 300;
}
#year p strong {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 150%;
	font-weight: 700;
}



#slider {
	clear: both;
	float: left;
	margin: 0 0 3% 0;
	width: 100%;
	display: block;
	max-height: 100%;
	min-height: 100%;
	position: relative;
    background-image: url("../img/index/index_img.jpg");
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
	z-index:1;
}


#messeage {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
}
#messeage h1{
	font-size: 3rem;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#messeage h2{
	font-size: 3rem;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#messeage strong{
	font-size: 3rem;
	font-size: 30px;
	line-height: 2;
	text-align: center;
	font-weight: 500;
}
#messeage p {
	text-align: center;
}
    
.bg_line_1{
    width: 100%;
    height: 40px;
    background: url("../img/index/bg_line_1.jpg");
    background-size: cover;
    margin: 5% 0 5% 0;
}
.bg_line_2{
    width: 100%;
    height: 40px;
    background: url("../img/index/bg_line_2.jpg");
    background-size: cover;
    margin: 5% 0 3% 0;
}
#service {
	width: 100%;
	display: block;
	margin-top: 3%;
	font-size: 3rem;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 1%;
	padding-left: 1%;
	text-align: center;
}

#service_Menu {
	width: 100%;
    height: auto;
	overflow: hidden;
}
#service_Menu a {
    text-align: center;
    box-sizing: content-box;
    padding: 1%;
    margin: 5% auto;
    width: 80%;
    height: auto;
    border: 2px solid rgba(214,114,159,1.00);
    display: block;
    }
#service_Menu a:hover {
    text-align: center;
    box-sizing: content-box;
    padding: 1%;
    margin: 5% auto;
    width: 80%;
    height: auto;
    border: 2px solid rgba(214,114,159,1.00);
    display: block;
    background:  rgba(214,114,159,0.1);
    }

    
#service_Menu .block_Box {
	text-align: center;
}
#service_Menu h3 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 150%;
    color:  rgba(214,114,159,1.00);
}
#service_Menu .en{
    font-size: 15px;
	font-size: 1.5rem;
	border-top: 2px solid rgba(214,114,159,1.00);
    border-right: 0;
    border-bottom: 2px solid rgba(214,114,159,1.00);
    border-left: 0;
	width: 100%;
	height: auto;
	margin: 3% auto;
    color:  rgba(207,0,119,1.00);
}
#service_Menu p {
    color:  rgba(214,114,159,1.00);
}

    

	
.serif{
	font-family: 'Noto Serif JP', serif!important;
}
    
#cpd {
	background-image: url(../img/index/cpd.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#cds {
	background-image: url(../img/index/cds.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#gwd {
	background-image: url(../img/index/gwd.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}

#apd{
	width: 90%;
	display: block;
	overflow: hidden;
	margin: 3% auto 3% auto;
}
#apd h3{
	font-size: 3rem;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#apd h4{
	font-size: 3rem;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}
#apd strong{
	font-size: 3rem;
	font-size: 30px;
	line-height: 2;
	text-align: center;
	font-weight: 500;
}
#apd p {
	text-align: center;
}
    
    
#work {
	clear: both;
	float: left;
	margin-left: 0;
	width: 99%;
	display: block;
	margin-top: 3%;
	font-size: 2.5rem;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 1%;
	padding-left: 1%;
	text-align: center;
}
#workMenu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom:5%;
}
#workMenu .blockBox {
	text-align: center;
	width: 100%;
	padding-bottom:10%;
    margin-bottom:-8%;
}
#workMenu h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
}
#workMenu .blockBox p {
	line-height: 120%;
	font-weight:500;
	padding-right: 5%;
	padding-left: 5%;
}
#workMenu .w_menu{
	width: 100%;
	height: auto;
	text-shadow: 0 0 2px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0 0 2px rgba(255, 255, 255, 1);
	-moz-text-shadow: 0 0 2px rgba(255, 255, 255, 1);
	margin: 0 0 5% 0;
}
#dw1 {
	background-image: url(../img/index/dw1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#dw2 {
	background-image: url(../img/index/dw2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#au {
	background-image: url(../img/index/au.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
	
}

.boder{
	border: 1px solid rgba(0,0,0,1.00);
	width: 80%;
	height: auto;
	margin: 3% auto 0;
	padding: 3% 0;
}


/* ～ 480 px。ディスプレイ横用 Retina */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {



#cpd {
	background-image: url(../img/index/cpd@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#cds {
	background-image: url(../img/index/cds@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#gwd {
	background-image: url(../img/index/gwd@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}

#dw1 {
	background-image: url(../img/index/dw1@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#dw2 {
	background-image: url(../img/index/dw2@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
#au {
	background-image: url(../img/index/au@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}

}

}
