@charset "UTF-8";


@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');
/*@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:400,700');*/
/* CSS Document */

/* 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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none outside none;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

html {overflow-y: scroll;}
body{
font:80%/1.5 "Noto+Sans+JP","Meiryo","メイリオ",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#000;
-webkit-text-size-adjust: 100%;
background:#fff;

}
html>/**/body {}
* + html body {font-family: "メイリオ","Meiryo";}

object, embed	{vertical-align: top;}
hr, legend	{display: none;}
img {-ms-interpolation-mode: bicubic; }
li	{list-style-type: none;}
p, dd, blockquote {text-align: justify;text-justify: inter-ideograph;}
a	{overflow: hidden;outline: none;}

strong {font-weight: bold;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* -------------------------------------------- */


/* Style -------------------------------------------- */

body {
	color: #333;
	font-size: 15px;
	line-height: 1.7;
	background-color: #fff;
		font-feature-settings: "palt";
	letter-spacing: 0em;
	-webkit-smoothing:subpixel-antialiased;
}

a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #000;
}

a:hover, a:active{
	-webkit-transition: opacity 1s;-moz-transition: opacity 1s;-o-transition: opacity 1s;
	outline: none;
	color: #000;
	text-decoration: none;
}
a img:hover{
	opacity: 0.80;
	filter: alpha(opacity=80);
	-webkit-transition: opacity 1s;-moz-transition: opacity 1s;-o-transition: opacity 1s;
}


/* --------------------------------------------------
  Structure
-------------------------------------------------- */

#container{
	margin: 0 auto;
	width: 100%;
/*	max-width: 1160px;*/
	position: relative;
}

header {
	width: 100%;
}

#contents {
	clear: both;
	width: 100%;
	padding-bottom: 50px;
}
footer {
	clear: both;
	width: 100%;
	position: relative;
}



/* --------------------------------------------------
  Header
-------------------------------------------------- */

#container > header {
	width: 100%;
	height: 72px;
/*	max-width: 1160px;*/
	position: fixed;
	top: 0;
/*	background-color: rgba(255, 255, 255, 0.9);*/
		background-color: rgba(255, 255, 255, 0.85);
	z-index: 300;
}
#container > header .inner{
	width: 100%;
/*	max-width: 1100px;*/
	margin: 0 auto;
	position:relative;
}
header #logo{
	position: absolute;
	top: 5px;
	left: 10%;
	width: 400px;
	
	z-index: 500;
}
header #logo img{
	width: 100%;
	height: auto;
}
header #logo .pc{
	display: inline;
}
header #logo .sp{
	display: none;
}

header ul.socialLink{
	width: 140px;
	float: right;
	padding-right: 0;
	text-align: right;
	margin-top: 18px;
	letter-spacing: -0.5em;
}
ul.socialLink li{
	display: inline-block;
	width: 40px;
	padding: 0 3px;
	letter-spacing: normal;
}
ul.socialLink li a{
	display: block;
	width: 100%;
}
ul.socialLink li a img{
	width: 100%;
	height: auto;
}




/* --------------------------------------------------
  Home
-------------------------------------------------- */

#mainImage{
	margin-top: 0px;
}

#mainImage{
	width: 100%;
	position: relative;
	
	overflow: hidden;
}
#mainImage img{
	width: 100%;
	height: auto;
}
#mainImage .imageArea{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	
	width: 100%;

}
#mainImage .img1{
	display: inline;
}
#mainImage .img2{
	display: none;
}
#mainImage .mainCopy{
	position: relative;
	z-index: 100;
}
#mainImage .mainCopy2{
	position: relative;
	z-index: 100;
	display: none;
}



#message,
#message2,
#policy,
#profile,
#contact{
	clear: both;
	padding: 32px 0 20px;
}
#message h2, #policy h2, #profile h2, #contact h2{
	width: 100%;
	margin: 0 auto 20px;
	font-size: 26px;
	font-weight: bold;
	line-height: 2.0;
	text-align: center;
}

h2{position: relative;
  display: inline-block;
  margin-bottom: 1em;}
h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 4px;/*線の上下位置*/
  display: inline-block;
  width: 80px;/*線の長さ*/
  height: 3px;/*線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #cc5520;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

h2.snstitle{position: relative;
  display: inline-block;
	color: #fff;
	padding-top: 20px;
  margin-bottom: 1em;}
h2.snstitle:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 4px;/*線の上下位置*/
  display: inline-block;
  width: 200px;/*線の長さ*/
  height: 3px;/*線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #fff;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

#message_sp{
	display: none
}
#message p{
	width: 90%;
	margin: 0 auto 20px;
	font-size: 24px;
	line-height: 2.0;
	text-align: center;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-weight: bold;
}
#message .sig{
	text-align: right;
	padding-right:20%;
	margin-top: -110px;
	z-index: 100;
}
#message .movie{
	width: 100%;
	max-width: 600px;
	margin: 60px auto 15px;
}
#message .movie iframe{
	width: 100%;
	height: 340px;
/*	height: 212px;*/
}

#message .sns{
	width: 100%;
	height: 550px;
	background-color: #29abe2;
	background-size: cover;
	padding-bottom: 25px;
	margin-top: 60px;
	margin-bottom: -5px;
}
#message .sns .lists{
	width: 788px;
	margin: 0 auto;
}
#message .sns .facebook{
	width: 380px;
	float: left;
}
#message .sns .twitter{
	width: 380px;
	float: right;

}

#message .facebook h3,
#message .twitter h3{
	width: 380px;
	height: 30px;
	color: #fff;
	font-size: 130%;
	font-weight: 700;
	line-height: 0;
	text-align: center;

	
	margin: 0 auto;
	margin-bottom: -15px;
	

}


#message .sns .line{
	clear: both;
	width: 100%;
	padding-top: 32px;
	text-align: center;
	letter-spacing: -0.5em;
}
#message .sns .line .linkBtn{
	display: inline-block;
	width: 236px;
	letter-spacing: 0;
	margin-right: 4px;
}
#message .sns .line .qrcode{
	display: inline-block;
	width: 92px;
	letter-spacing: 0;
}
#message .sns .line .linkBtn img,
#message .sns .line .qrcode img{
	width: 100%;
	height: auto;
}

#message .imim img{
	width: 100%;
	height: auto;
}
#message .tamegaki {
	margin: 0 auto 20px;
		text-align: center;
}
#message .tamegaki img{
	width: 50%;

}

#message1 .imim img{
	width: 100%;
	height: auto;
}

#message1{
	clear: both;
	margin-top: -90px;
	padding: 0px 0 0px;
}
#message1_sp{
display: none;
}

#message2 .imim img{
	width: 100%;
	height: auto;
}

#message2{
	clear: both;
	margin-top: -70px;
	padding: 0px 0 0px;
}
#message2_sp{
display: none;
}



#policy{
	width: 95%;
	max-width: 760px;
	margin: -40px auto 30px;
}
#policy .copy{
	position: relative;
	width: 100%;
	max-width: 748px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	/*background: url(img/bg_policy_copy_bt.png) no-repeat center bottom;*/
	-webkit-background-size : 748px auto;
	-moz-background-size : 748px auto;
	background-size : 748px auto;
}
#policy .copy .catch{
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 100;
	line-height: 0;
	/*background: url(img/bg_policy_copy.png) no-repeat center bottom;*/
	-webkit-background-size : 748px auto;
	-moz-background-size : 748px auto;
	background-size : 748px auto;
}
#policy .copy .catch img{
	width: 60%;
	max-width: 334px;
	height: auto;
	margin-bottom: -1%;
}
#policy .copy .main,
#policy .copy .main2{
	width: 60%;
	display: block;
	line-height: 0;
	margin: auto;
	margin-bottom: 40px;
}
#policy .copy .main img,
#policy .copy .main2 img{
	width: 100%;
	height: auto;
}
#policy .copy .main{
	display: block;
}
#policy .copy .main2{
	display: none;
}
#policy .item {
	margin-bottom: -30px;
}

#policy .item dl{
	width: 100%;
}
#policy .item dl dt{
	clear: both;
	width: 100%;
}
#policy .item dl dt h3{
	width: 100%;
	max-width: 512px;
	line-height: 0;
}
#policy .item dl dt h3 img{
	width: 100%;
	height: auto;
}
#policy .item dl dd{
	width: 100%;
	padding-left: 2%;
}
#policy .item dl dd ul{
	list-style-type: disc;
	padding: 8px 0 25px 1em;
}
#policy .item dl dd ul li{
	list-style-type: disc;
	font-size: 16px;
	letter-spacing: 0em;
	line-height: 1.5;
	padding-bottom: 8px;
}
#policy .item dl dd ul li strong{
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #ed6c00;
/*	letter-spacing: 0;*/
}
#policy .item dl dd .photo1{
	width: 30%;
	max-width: 426px;
	float: right;
	margin-left: 1%;
	margin-top: -110px;

}
#policy .item dl dd .photo2{
	width: 35%;
	max-width: 426px;
	float: right;
	margin-top: -350px;

}
#policy .item dl dd .photo3{
	width: 40%;
	max-width: 426px;
	float: right;
	margin-left: 1%;
	margin-top: -150px;

}
#policy .item dl dd .photo1 img{
	width: 100%;
	height: auto;
}
#policy .item dl dd .photo2 img{
	width: 100%;
	height: auto;
}
#policy .item dl dd .photo3 img{
	width: 100%;
	height: auto;
}
#policy .item dl dd .photo img.adj{
	margin-top: -23px;
}
#policy .item-k{
	float: left;
	width: 75%;
}
#policy .item-k dl dd ul li{
	list-style-type:none;
	font-size: 16px;
	letter-spacing: 0em;
	line-height: 1.5;
	padding-bottom: 8px;
	padding-left: 10px;
}
#policy .liquid_wrap .mb30 h3 {
  border-bottom: solid 2px #cc5520;
  position: relative;
	font-size: 30px;
	font-weight: bold;
	color: #cc5520;
	margin-bottom: 10px;
}

#policy .liquid_wrap .mb30 h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 6px #cc5520;
  bottom: -3px;
  width: 55%;
}
#policy .item .policat{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.liquid_wrap {
	display: block;
	clear: both;
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.mb0 {
	margin-bottom:-20px;
}

.mb10 {
	margin-bottom: 10px;
}
.mb30 {
	margin-bottom: 30px;
}

.pnk_ttl_0 {
	float: left;
	width: 15%;
	text-align: left;
	font-size: 23px;
	font-weight: 700;
	padding: 80px 9px 6px 12px;
	color: #004098;
	border-right: 1px solid #004098;
	height: 130px;
}

.pnk_box_ttl {
	display: inline-block;
	width: 105%;
}
.pnk_ttl_1 {
	float: left;
	width: 30%;
	text-align: center;
	font-size: 23px;
	font-weight: 700;
	padding: 11px 9px 6px 12px;
	color: #fff;
	border: 1px solid #004098;
	background-color: #004098;
}
.pnk_border_ttl_1 {
	float: left;
	width: 60%;
	font-size: 19px;
	font-weight: 700;
	padding: 12px 9px 10px 12px;
	color: #004098;
	background-color: #fff;
	border: 2px solid #004098;
}
.pnk_ttl_2 {
	float: left;
	width: 30%;
	text-align: center;
	font-size: 23px;
	font-weight: 700;
	padding: 25px 9px 5px 12px;
	color: #fff;
	border: 1px solid #004098;
	background-color: #004098;
		height: 59px;
}
.pnk_border_ttl_2 {
	float: left;
	width: 60%;
	font-size: 19px;
	font-weight: 700;
	padding: 12px 9px 10px 12px;
	color: #004098;
	background-color: #fff;
	border: 2px solid #004098;
	height: 65px;
}
.pnk_ttl_3 {
	float: left;
	width: 30%;
	text-align: center;
	font-size: 23px;
	font-weight: 700;
	padding: 12px 9px 4px 12px;
	color: #fff;
	border: 1px solid #004098;
	background-color: #004098;
	line-height: 1.5;
		height: 110px;
}
.pnk_border_ttl_3 {
	float: left;
	width: 60%;
	font-size: 19px;
	font-weight: 700;
	padding: 30px 9px 0px 12px;
	color: #004098;
	background-color: #fff;
	border: 2px solid #004098;
	height: 94px;
}



#profile{
	width: 95%;
	max-width: 760px;
	margin: -50px auto 0;
	
	padding-bottom: 30px;
}
#profile .inner{
	width: 100%;
	float: left;
	padding-top: 20px;
}

#profile .data{
	width: 64%;
	float: left;
	
	padding-top: 12px;
}
#profile .data_sp{
display: none;
}
#profile .photo{
	width: 36%;
	float: right;
	margin-top: 13px;
}
#profile .data table{
	width: 90%;
	margin-left: 10%;
	margin-bottom: 10px;


}
#profile .data table th{
	width: 16%;
	padding-right: 3%;
}
#profile .data table th span{
	display: block;
	padding: 2px 8px 2px;
/*	border-top: 1px solid #ccc;*/
	
	white-space: nowrap;
	
	font-size: 16px;
	line-height: 1.5;
}
#profile .data table td{
	padding: 2px 8px 2px;
/*	border-top: 1px solid #ccc;*/

	font-size: 16px;
	line-height: 1.5;
}

#profile .photo img{
	width: 280px;
	height: auto;
}
#profile .data p{
	font-size: 14px;
	padding-left: 57px;
}
#profile .inner .data .box1 {
    padding: 0.5em 1em;
	width: 400px;
    margin: 0 0 0 4em;
    font-weight: normal;
    color: #000;/*文字色*/
    background: #FFF;
    border: solid 1px #ee5520;/*線*/
    border-radius: 10px;/*角の丸み*/
}
#profile .inner .data .box1 p {
    margin: 0; 
    padding: 0;
}
#profile .inner .data .box2 {
    padding: 0.5em 1em;
	width: 395px;
    margin: 10px 0 0 4em;
    font-weight: bold;
    color: #000;/*文字色*/
    background: #FFF;
    border: solid 3px #ee5520;/*線*/
    border-radius: 10px;/*角の丸み*/
}
#profile .inner .data .box2 p {
    margin: 0 ; 
    padding: 0;
}


#contact{
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
	
	padding-bottom: 80px;
}
#contact .inner{
	width: 100%;
	float: left;
	padding-top: 20px;
}
#contact .office{
	width: 254px;
	float: right;
}
#contact .office h3{
	width: 100%;
	line-height: 0;
	border-bottom: 2px solid #29abe2;
	margin-bottom: 14px;
}
#contact .office h3 img{
	width: 222px;
	height: auto;
}
#contact .office ul li{
	font-size: 14px;
}
#contact .map{
	width: 500px;
	float: left;
}




/* --------------------------------------------------
  Footer
-------------------------------------------------- */

footer .copy{
	width: 100%;
	height: 72px;
	text-align: center;
	position: relative;
	z-index: 100;
	background: url(img/bg_footer_copy.png) no-repeat center bottom;
	-webkit-background-size : 1000px auto;
	-moz-background-size : 1000px auto;
	background-size : 1000px auto;
}
footer .copy img{
	width: 245px;
	height: auto;
}

footer .inner{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

footer .top{
	width: 100%;
	height: 72px;
	margin-bottom: 1px;
	background-color: #faeecc;
	position: relative;
}
footer .top .logo{
	position: absolute;
	top: 10px;
	left: 0;
	width: 365px;
}
footer .top .logo img{
	width: 100%;
	height: auto;
}
footer .top .logo .pc{
	display: inline;
}
footer .top .logo .sp{
	display: none;
}

footer .top ul.socialLink{
	width: 180px;
	float: right;
	padding-right: 0;
	text-align: right;
	margin-top: 18px;
	letter-spacing: -0.5em;
}
footer .top ul.socialLink li{
	display: inline-block;
	width: 35px;
	padding: 0 5px;
	letter-spacing: normal;
}
footer .top ul.socialLink li a{
	display: block;
	width: 100%;
}
footer .top ul.socialLink li a img{
	width: 100%;
	height: auto;
}


footer .siteLink{
	width: 100%;
	margin-bottom: 1px;
	background-color: #faeecc;
	position: relative;
}
footer .siteLink ul{
	margin-left: 0;
	padding: 8px 0;
	letter-spacing: -0.5em;
}
footer .siteLink ul li{
	display: inline-block;
	letter-spacing: normal;
	line-height: 1.0;
	padding: 0 10px;
}
footer .siteLink ul li a{
	padding: 0 0 0 7px;
	text-decoration: none;
	font-size: 14px;
	background: url(img/linkIcon.png) no-repeat left 6px;
	color: #000;
}
footer .siteLink ul li a:hover{
	color: #999;
}


footer .info{
	width: 100%;
	padding-left: 0;
	background-color: #faeecc;
	position: relative;
	margin-bottom: 1px;
}
footer .info .name,
footer .info .address,
footer .info .tel,
footer .info .email{
	display: inline-block;
	padding: 6px 3px;
	font-size: 13px;
	color: #000;
}
footer .info .tel a,
footer .info .email a{
	color: #000;
}

footer .copyright{
	width: 100%;
	margin: 0 auto;
	padding: 12px 0;
	background-color: #faeecc;
	font-size: 10px;
	color: #000;
	text-align: center;
}

.pageTop {
	position: fixed;
	bottom: 20px;
	right: 100px;
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/* --------------------------------------------------
  clearfix
-------------------------------------------------- */

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
    }

   .clearfix{display: inline-block;}


    * html .clearfix {height: 1%;}
       .clearfix{display:block;}
	   


/* Global Navigation
------------------------------------------------------------*/
@media only screen and (min-width: 896px){

nav#globalNavi {
	position: absolute;
	right: 10%;
	top: 25px;
}
nav#globalNavi ul {
	letter-spacing: -0.4em;
	height: 20px;
}
nav#globalNavi ul.sns{
	display: none;
}
nav#globalNavi ul li{
	display: inline-block;
	letter-spacing: 0em;
	

	white-space: nowrap;
}
nav#globalNavi ul li a{
	_float: left;
	padding: 0 13px 0 7px;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	background: url(img/linkIcon.png) no-repeat left 4px;
}


nav#globalNavi ul li a:hover, nav#globalNavi ul li a:active{
	opacity: 0.50;
	filter: alpha(opacity=50);
	transition: opacity 0.5s;-moz-transition: opacity 0.5s;-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;-moz-transition: opacity 0.5s;-o-transition: opacity 0.5s;
}


nav div.panel{
	display:block !important;
	float:left;
}
#menu{display:none;}
  
}


/* Global Navigation Responsive Structure
---------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 896px)  and (orientation: portrait){

nav#globalNavi {
	width: 100%;
	left: auto;
	right: 0;
	top: 0;
	
	position: absolute;
}

nav#globalNavi a.menu{
	width: 16%;
	margin-left: 80%;
	display: block;
	height: 70px;
	line-height: 80px;
	text-align: left;
	color: #29abe2;
	text-decoration: none;

}
nav#globalNavi a#menu .label{
	display: block;
	width: 100%;
	text-align: right;
	background: url(img/icon_menu.png) no-repeat right 1px top 23px;
	font-size: 100%;
}
nav#globalNavi a#menu .label .text{

	
	display: inline-block;
	text-indent: 5000px;
}
	
nav#globalNavi a.menuOpen{
	border-bottom: 0;
	color: #000;
}
nav#globalNavi a#menu:hover{cursor:pointer;}

nav .panel{
	display: none;
	width: 100%;
	position: relative;
	right: 0;
	top: 0;
	z-index: 1;
}

nav#globalNavi ul{
	margin:0;
	padding:0;
	
	z-index: 300;
}
nav#globalNavi ul.sns{
	display: block;
}

nav#globalNavi ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
}

nav#globalNavi ul li a{
	display: block;
	padding:12px 10px 12px 15px;
	text-align:left;
	color:#fff;
	font-size: 14px;
	font-weight: 700;
	border-bottom:1px solid #fff;

	background-color: #cc5517;
	text-decoration: none;

	background-color: #cc5517;
}
nav#globalNavi ul.sns li a{
	background-color: #c83b2d;
}

nav#globalNavi ul li a.current-item,
nav#globalNavi ul li a:hover,
nav#globalNavi ul li a:active{
	color:#fff;
	background-color: #c83b2d;

	background-color: #c83b2d;
}


}






/* Responsive Structure
---------------------------------------------------------------------------------------------------------------------*/

/*@media only screen and (max-width: 1159px){

footer .copy{
	height: 120px;
}

}

@media only screen and (max-width: 999px){
header #logo{
	left: 15px;
}
header ul.socialLink{
	padding-right: 1%;
}
footer .top .logo{
	left: 15px;
}
footer .top ul.socialLink{
	padding-right: 1%;
}
footer .siteLink ul{
	margin-left: 15px;
}

footer .info{
	width: 100%;
	padding-left: 0;
	
	padding: 10px 0;
}
footer .info .name,
footer .info .address,
footer .info .tel,
footer .info .email{
	display: block;
	padding: 0 25px;
}

}*/

@media screen and (max-width: 896px)  and (orientation: portrait){
#container > header {
	height: 70px;
}
header #logo{
	top: 3px;
	left: 10px;
	width: 170px;
}
header #logo .pc{
	display: none;
}
header #logo .sp{
	display: inline;	
}


header ul.socialLink{
	width: 120px;
	float: right;
	text-align: left;
	margin-top: 20px;

/*	display: none;*/
	
	margin-right: 10%;
	position: relative;
	z-index: 100;

	line-height: 0;
}
ul.socialLink li{
	display: inline-block;
	width: 30px;
	padding: 2px 2px;
	letter-spacing: normal;
	
}
ul.socialLink li a{
	display: block;
	width: 100%;
}
ul.socialLink li a img{
	width: 100%;
	height: auto;
}
#mainImage .img1{
	display: none;
}
#mainImage .img2{
	display: inline;
}
#mainImage .mainCopy{
	display: none;
}
#mainImage .mainCopy2{
	display: block;
/*	background-color: rgba(255, 255, 255, 0);*/
}
#message {
	clear: both;
	margin-top: -20px;
	padding: 0px 0px 20px 0px;
}
}

/*スマホ**********************************************************************************************/
@media screen and (max-width:480px) {


#container > header {
	height: 70px;
}
header #logo{
	top: 3px;
	left: 10px;
	width: 170px;
}
header #logo .pc{
	display: none;
}
header #logo .sp{
	display: inline;	
}


header ul.socialLink{
	width: 120px;
	float: right;
	text-align: left;
	margin-top: 20px;

/*	display: none;*/
	
	margin-right: 10%;
	position: relative;
	z-index: 100;

	line-height: 0;
}
ul.socialLink li{
	display: inline-block;
	width: 30px;
	padding: 2px 2px;
	letter-spacing: normal;
	
}
ul.socialLink li a{
	display: block;
	width: 100%;
}
ul.socialLink li a img{
	width: 100%;
	height: auto;
}


#mainImage{
	margin-top: 70px;
	margin-bottom: -10px;
}

	#message_sp{
		display: block;
	}	
	
	#message{
		display: none
	}
	
#message_sp p{
	width: 90%;
	margin: -30px auto 20px;
	font-size: 18px;
	line-height: 1.6;
	text-align: center;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-weight: bold;
}
#message_sp .sig{
	text-align: right;
	padding-right:4%;
	margin-top: -80px;
	margin-bottom: 80px;
	z-index: 100;
}
	#message_sp .sig img{
		
	width: 50%
	}
#message1_sp .imim img{
	width: 100%;
	height: auto;
}

#message1{
	display: none
}
#message1_sp{
display: block;
	width: 100%;
	margin-top: -80px
}
	
#message h2{
margin-top: -10px;
margin-bottom: 15px;
}
	
#policy h2{
margin-top: -25px;
}
	
#profile h2{
margin-top: -25px;
margin-bottom: -30px;
}
#profile .inner .data .box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
#profile .inner .data .box2 p {
    margin: 0; 
    padding: 0;
}

#contact h2{
margin-top: -25px;
margin-bottom: -70px;
}

	

	#message .movie{
	width: 100%;
	max-width: 600px;
	margin: 30px auto 15px;
}
#message .movie iframe{
	width: 100%;
	height: 220px;
/*	height: 212px;*/
}
	
#message .sns{
	padding-top: 20px;
	height: 1000px;
	margin-bottom: -20px;
	
}
#message .sns .lists{
	width: 90%;
	height: auto;
}
#message .sns .facebook{
	width: 100%;
	float: none;
	
	max-width: 500px;
	margin: 0 auto 35px;
}
#message .sns .twitter{
	width: 100%;
	float: none;

	max-width: 500px;
	margin: 0 auto 10px;
}

#message .facebook h3,
#message .twitter h3{
	width: 100%;
	margin-bottom: -15px;
	font-size: 110%;
	font-weight: 700;

}

#message .sns .line{
	padding-top: 10px;
}
#message .sns .line .linkBtn{
	margin-right: 0;
}
#message .sns .line .qrcode{
	display: none;
}
	#message .tamegaki {
	margin: 0 auto 20px;
		text-align: center;
}
#message .tamegaki img{
	width: 100%;

}

#message2{
display: none;
}
#message2_sp{
display:inline;
		clear: both;
	margin-top: -15px;
	padding: 0px 0 0px;
}
#message2_sp .imim img{
	width: 100%;
	height: auto;
}
.liquid_wrap {
	display: block;
	clear: both;
	width: 98%;
	height: auto;
	margin: 0 auto;
}

#policy{
	margin: -30px auto 0;
}
#policy .copy .main{
	width: 90%;
	display: block;
	line-height: 0;
	margin: auto;
	margin-bottom: 40px;
}
#policy .item dl dd{
	width: 100%;
	padding-left: 0.5%;
}
#policy .item dl dd ul{
	padding: 0px 0 10px 1em;
}
#policy .item dl dd ul li{
	font-size: 16px;
	letter-spacing: 0;
}
#policy .item dl dd ul li strong{
	font-size: 16px;
}
#policy .item dl dd .photo{
	width: 100%;
	padding-top: 10px;
	margin: 0 auto 0;
}
#policy .item dl dd .photo img.adj{
	margin-top: -20px;
}
#policy .item dl dd .photo img{
width: 100%;
	margin-top: -25px;
	margin-bottom: 30px;
}
#policy .item-k{
	float: left;
	width: 75%;
		border-left: 1px solid #004098;
}
#policy .item-k dl dd ul li{
	list-style-type:none;
	font-size: 16px;
	letter-spacing: 0em;
	line-height: 1.5;
	padding-bottom: 8px;
	padding-left: 10px;
}
#policy .liquid_wrap .mb30 h3 {
  border-bottom: solid 2px #cc5520;
  position: relative;
	font-size: 24px;
	font-weight: bold;
	color: #cc5520;
	margin-bottom: 10px;
}

#policy .liquid_wrap .mb30 h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 6px #cc5520;
  bottom: -3px;
  width: 35%;
}
#policy .item .policat{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.6
}
.pnk_box_ttl {
	display: inline-block;
	width: 98%;
}
.pnk_ttl_0 {
	clear: left;
	width: 15%;
	padding: 0px 10px;
	border-right:none;
}
.pnk_ttl_1 {
margin: 0 auto;
	width: 95%;
	text-align: center;
	font-size: 23px;
	font-weight: 700;
	padding: 23px 9px 21px 12px;
	color: #fff;
	border: 1px solid #004098;
	background-color: #004098;
}
.pnk_border_ttl_1 {
margin: 0 auto;
	width: 94.5%;
		text-align: center;
	font-size: 19px;
	font-weight: 700;
	padding: 12px 9px 10px 12px;
	color: #004098;
	background-color: #fff;
	border: 2px solid #004098;
}
.pnk_ttl_2 {
margin: 0 auto;
	width: 95%;
	text-align: center;
	font-size: 23px;
	font-weight: 700;
	padding: 24px 9px 0px 12px;
	color: #fff;
	border: 1px solid #004098;
	background-color: #004098;
}
.pnk_border_ttl_2 {
margin: 0 auto;
	width: 94.5%;
		text-align: center;
	font-size: 19px;
	font-weight: 700;
	padding: 12px 9px 10px 12px;
	color: #004098;
	background-color: #fff;
	border: 2px solid #004098;
	height: 65px;
}
.pnk_ttl_3 {
margin: 0 auto;
	width: 95%;
	text-align: center;
	font-size: 23px;
	font-weight: 700;
	padding: 12px 9px 4px 12px;
	color: #fff;
	border: 1px solid #004098;
	background-color: #004098;
	line-height: 1.5;
		height: 110px;
}
.pnk_border_ttl_3 {
margin: 0 auto;
	width: 94.5%;
		text-align: center;
	font-size: 19px;
	font-weight: 700;
	padding: 30px 9px 0px 12px;
	color: #004098;
	background-color: #fff;
	border: 2px solid #004098;
	height: 94px;
}
	#policy .item dl dd .photo1{
	width: 50%;
	max-width: 426px;
	float: right;
	margin-left: 1%;
	margin-top: -50px;

}
#policy .item dl dd .photo2{
	width: 50%;
	max-width: 426px;
	float: right;
	margin-top: -50px;

}
#policy .item dl dd .photo3{
	width: 60%;
	max-width: 426px;
	float: right;
	margin-left: 1%;
	margin-top: -20px;

}
#policy .item dl dd .photo1 img{
	width: 100%;
	height: auto;
}
#policy .item dl dd .photo2 img{
	width: 100%;
	height: auto;
}
#policy .item dl dd .photo3 img{
	width: 100%;
	height: auto;
}
#profile{
	width: 95%;
	max-width: 760px;
	margin: -30px auto 0;
	
	padding-bottom: 30px;
}
	
#profile .data{
display: none;
}
#profile .data_sp{
display: inline;

}
	#profile .data_sp table{
	width: 95%;
	margin-left: 3%;
	margin-bottom: 10px;

}
#profile .data_sp table th{
	width: 20%;
	padding-right: 3%;
}
#profile .data_sp table th span{
	display: block;
	padding: 2px 8px 2px;
/*	border-top: 1px solid #ccc;*/
	
	white-space: nowrap;
	
	font-size: 14px;
	line-height: 1.5;
}
#profile .data_sp table td{
	padding: 2px 8px 2px;
/*	border-top: 1px solid #ccc;*/

	font-size: 14px;
	line-height: 1.5;
}
#profile .photo{
	width: 100%;
	height: auto;
}
	#profile .photo img{
	width: 500px;
	height: auto;
}
#profile .data_sp p{
	font-size: 14px;
	padding-left: 20px;
}
#profile .data_sp .box1 {
    padding: 0.5em 1em;
	width: 90%;
    margin: -20px auto 0;
    font-weight: normal;
    color: #000;/*文字色*/
    background: #FFF;
    border: solid 1px #ee5520;/*線*/
    border-radius: 10px;/*角の丸み*/
}
#profile .data_sp .box1 p {
    margin: 0; 
    padding: 0;
}
#profile .data_sp .box2 {
    padding: 0.5em 1em;
	width: 90%;
    margin: 10px auto -10px;
    font-weight: bold;
    color: #000;/*文字色*/
    background: #FFF;
    border: solid 3px #ee5520;/*線*/
    border-radius: 10px;/*角の丸み*/
}
#profile .data_sp .box2 p {
    margin: 0 ; 
    padding: 0;
}
#contact{
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
	
	padding-bottom: 80px;
}
#contact .inner{
	width: 100%;
	float: left;
	padding-top: 20px;
}
#contact .office{
	width: 200px;
	float: right;
}
#contact .office h3{
	width: 100%;
	line-height: 0;
	border-bottom: 2px solid #29abe2;
	margin-bottom: 14px;
}
#contact .office h3 img{
	width: 222px;
	height: auto;
}
#contact .office ul li{
	font-size: 14px;
}
#contact .map{
	width: 500px;
	float: left;
}




footer .top{
	height: 80px;
}
footer .top .logo{
	top: 5px;
	left: 15px;
	width: 170px;
}
footer .top .logo .pc{
	display: none;
}
footer .top .logo .sp{
	display: inline;
}

footer .top ul.socialLink{
	width: 70px;
	padding-right: 1%;
	margin-top: 8px;
	line-height: 0;
	text-align: left;
}
footer .top ul.socialLink li{
	width: 25px;
	padding: 3px 6px 3px 0;
}


footer .siteLink ul{
	margin-left: 15px;
	padding: 8px 0;
}
footer .siteLink ul li{
	padding: 0 10px;
}


footer .copyright{
	width: 100%;
	margin: 0 auto;
	padding: 12px 0;
	background-color: #faeecc;
	font-size: 10px;
	color: #000;
	text-align: center;
}
footer .info .name,
footer .info .address,
footer .info .tel,
footer .info .email{
	display: inline-block;
	padding: 0px 20px;
	font-size: 13px;
	color: #000;
}
footer .info .tel a,
footer .info .email a{
	color: #000;
}


.pageTop {
	right: 10px;
	bottom: 0px;
	width: 30px;
}
.pageTop img{
	width: 100%;
	height: auto;
}


}

@media only screen and (max-width: 809px){

#contact{
	padding-bottom: 60px;
}
#contact .inner{
	float: none;
	padding-top: 40px;
}
#contact .office{
	float: none;
	margin: 0 auto 30px;
}
#contact .office h3{
	text-align: center;
}
#contact .map{
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
	float: none;
}
#contact .map iframe{
	height: 300px;
}

}

@media only screen and (max-width: 759px){

#profile .inner{
	float: none;
}

#profile .data{
	width: 95%;
	float: none;
	
	margin: 0 auto;
	
	padding-top: 12px;
}
#profile .photo{
	width: 95%;
	float: none;

	margin: 0 auto;
	text-align: center;
}
#profile .data table{
	width: 100%;
	margin-left: 0;
	margin-bottom: 5%;
}
#profile .data table th{
	width: 30%;
}
#profile .data table th span{
	white-space: normal;
	font-size: 12px;
}
#profile .data table td{
	font-size: 13px;
}
#profile .photo img{
	width: 50%;
	max-width: 280px;
}

}


@media only screen and (max-width: 599px){

footer .copy{
	height: 130px;
}

}


@media only screen and (max-width: 479px){


#mainImage .imageArea{
/*	width: 160%;
	left: -30%;*/
}
#mainImage .img1{
	display: none;
}
#mainImage .img2{
	display: inline;
}
#mainImage .mainCopy{
	display: none;
}
#mainImage .mainCopy2{
	display: block;
/*	background-color: rgba(255, 255, 255, 0);*/
}



/*#policy .copy .main{
	display: none;
}
#policy .copy .main2{
	display: block;
}*/


}






