@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);





*{
	box-sizing:border-box;
}

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.7;
	font-family:'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color:#333;
	font-size:15px;
	letter-spacing:.3px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	vertical-align:bottom;
}

a{
	text-decoration:none;
	color:#333;
	border:none;
}
 a.outline:focus{
 	outline:none;
 }
 a:focus{
 	outline:none;
 }
 #fixedTop{
	position:fixed;
	bottom:10px;
	right:10px;
	color:#fff;
 	background:#000;
 	display:bock;
 	padding:5px 10px;
	border-radius:3px;
 	opacity:.75;
 }

.flex{
	display:flex;
	flex-wrap: wrap;
}


/*--------------------*/
.float_wrap{
	overflow:hidden;
}
.wrap{
	width:100%;
	padding:60px 0;
}
.gray{
	border-top: 1px solid #666;
	width:100%;
	/* border-bottom: 1px solid #666; */
	max-width: 1100px;
	margin: auto;
}

.bold{
	font-weight:bold;
}
/*
.min{
	font-family:"Ryumin Regular KL",Ryumin Medium KL,"リュウミン M-KL",HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝",serif;
}
*/
h2.min{
	font-size:1.6rem;
	text-align:center;
	margin:0 0 40px 0;
}
p.min{
}

article{
	/* overflow:hidden; */
}

header{
	width:100%;

	margin: 0 auto;
	background: rgba(255,255,255,.9);
	z-index:999;
	padding: 0;
/*	overflow:hidden;*/
	box-shadow: 0 5px 10px 0 rgba(100, 100, 100, 0.1);
	position: fixed;
	top: 0;
	height: 80px;
}
header #h1 img{
	max-height: 70px;
	float: left;
	padding-top: 10px;
}
header #h1{
	font-weight:normal;
	font-size:34px;
	color:#437BE4;
	margin: 0px auto 0px 0;
	text-align: center;
	width: 40%;
	float:left;
	letter-spacing: 1px;
}
header #h1 span:nth-child(1){
	font-size: 16px;
	display:block;
	/* color: #666; */
	font-weight: lighter;
	letter-spacing: 2px;
}
header #h1 span:nth-child(2){
	/* font-size: 12px; */
	display:block;
	/* color: #81C6FB; */
	color: #666;
	/* font-weight: lighter; */
	/* letter-spacing: 10px; */
	padding-top: 16px;
	line-height: 1.4;
}
header #h1 span:nth-child(3){
	color: #81C6FB;
	font-weight: lighter;
	letter-spacing: 20px;
	font-size: 44px;
	line-height: 1;
	padding: 2px 0 0 8px;
	display: block;
	text-align: center;
}
.nanairo #h1{
	font-size:16px;
}
.nanairo #h1 span{
	float:left;
	text-align: left;
	padding-left: 9px;
}


.head_nav{
	float:right;
	margin: 10px 0 0 auto;
	padding-top: 16px;
}
.g_nav{
	position:relative;
/*	overflow:hidden;*/
	/* background: #fff; */
}
.head_nav .g_nav > li{
	width: auto;
	display: table-cell;
	position:relative;
}
.head_nav .g_nav > li span{
	display:block;
	font-size:70%;
	font-weight:normal;
	color: #999;
}
.g_nav > li > a{
	padding: 0 15px;
	display:block;
	font-size: 15px;
	text-align: center;
	margin:0 auto 0;
	transition:.3s;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 1.4;
}
.stay,
.g_nav > li > a:hover{
	color: #dd5944;
}
.g_nav_after{
	width:100%;
	height: 1px;
	position:relative;
	margin: 0 auto;
	/* background: #eee; */
}
.g_nav_after span{
	display:block;
	width: 16.6%;
	height: 3px;
	position:absolute;
	bottom:0;
	left:0;
	/*	left:16.6%;*/
	background: #eee;
}
.g_nav > li > ul.g_nav2{
	display:none;
	position:absolute;
	background:#fff;
	top:65px;
	z-index:99999;
	width:200px;
	padding:20px;

	box-shadow: 0 5px 10px 0 rgba(100, 100, 100, 0.3);
}
.g_nav > li > ul.g_nav2:hover{
	display:block;
}

.g_nav > li > ul.g_nav2:before{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: #fff;
	position: absolute;
	top: -8px;
	left: 49px;
	transform: rotate(45deg);
}
.g_nav2 a{
	display:block;
	line-height:2.5;
}
.g_nav2 a:hover{
		color: #dd5944;
}

.top-banner{
	margin-top:50px;
}

.top-banner li{
	width:48%;
}

.top-banner li a{
	display:block;
	transition:.3s;
}
.top-banner li a:hover{
  box-shadow: 0 5px 10px 0 rgba(100, 100, 100, 0.3);
}
.top-banner li:nth-of-type(odd){
	margin-right:4%;
}
.top-banner li img{
	width:100%;
}



#main{
	background-image:url(../images/main-img.jpg);
	background-size:cover;
	background-position:center center;
	margin-top:80px;
}

.aozora #main{
	background-image:url(../images/aozora-photo.jpg);
	background-position:top center;
	margin-bottom: 40px;
}
#pasito #main{
	background-image:url(../images/pasito-back.jpg);
		background-position:center center;
}

#main_copy{
	padding:170px 0;
	color:#fff;
	text-align:center;
}
#company #main{
	background-image:url(../images/bg-company.jpg);
}
.sub #main_copy{
	padding:50px 0;
}
.sub h1{
	color: #fff;
	font-size: 24px;
	font-weight:bold;
	letter-spacing:2px;
	text-align: center;
/*! background-color: rgba(255,255,255,.5); */
	height: 55px;
	width: 400px;
	border-radius: -1.5px;
	/*! border:rgba(255,255,255,.5) 1px solid; */
	margin: auto;
	line-height: 55px;
	text-shadow: 1px 0 3px 3px rgba(0,0,0,.05);
	border-right: none;
	border-left: none;
}
.sub h1 span{
	font-size:17px;
	display:block;
	margin:0;
	padding:0;
	line-height:1;
	font-weight:normal;
	letter-spacing: .5px;
}



#main_copy h2{
	font-size:80px;
font-family: 'Roboto', sans-serif;
	font-weight:700;
	line-height:1;
    text-shadow: 0 0px 5px rgba(0, 0, 0, 0.75);
}
#main_copy p{
	font-size:24px;
	line-height:1;
	margin-top:40px;
	letter-spacing:2px;
    text-shadow: 0 0px 5px rgba(0, 0, 0, 0.75);
}
.message{
	text-align:center;
	margin:40px auto 40px;
	font-size:18px;
}
.message span{
	font-size:15px;
}
#top-contact .message{
	margin-top:10px;
	margin-bottom: 0;
	font-size: 14px;
}
.caption{
	text-align:center;
	color:#444;
	font-size:26px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;


}
.caption:after{
	content:"";
	display:block;
	width:110px;
	height:1px;
	border-bottom:5px solid #ddd;
	margin:auto;
	padding-top:10px;
}
.sub .caption:after{
	border-bottom:2px solid #ddd;
}
.link-button{
	text-align:center;

}
.link-button a{
	display:inline-block;
	padding:15px 50px 15px 40px;
	text-align:center;

	transition:.3s ease;
	background:#fff;
	border:1px solid #333;
	position:relative;
}
.link-button a:hover {
	background:#333;
	color:#fff
}

.link-button a::after {
    content: "";
    display: block;
    position: absolute;
    right: 10%;
    top: 43%;
    width: 7px;
    height: 7px;
    border-right: 2px solid #f3a181;
    border-bottom: 2px solid #f3a181;
    transform: rotate(-45deg);
}
.link-button a:hover::after {
	border-color:#fff;
}


.contact-button{
	margin-left:20px;
}

.sub-section{
	padding:60px 0;
}
.bg-img1{
	background-image:url(../images/bg-img1.jpg);
	background-size:cover;
	background-position:top center;
	min-height:1000px;
}
.white{
	color:#fff;
}
.white:after{
	border-color:#fff;
}
.list{
/*	padding:60px 10px;*/
	overflow:hidden;
}
.list-item{
	background:#fff;
	padding:20px;
	text-align:center;
	margin-bottom:40px;
	position:relative;
	transition:.3s ease;
	min-height:283px;
	border-radius:13px;
	box-shadow: 0 2px 5px 0 rgba(100, 100, 100, 0.1);
}

a:hover .list-item{
	box-shadow:0 5px 10px 0 rgba(100, 100, 100, 0.3);
}
.list-item dt{
	font-size:20px;
	margin-bottom:5px;
	font-weight:bold;
	color: #444;
	line-height: 1;
	padding-top: 15px;
}
.list-item dt span{
	position:absolute;
	color:#ccc;
	line-height:1;
	left:25px;
	top:29px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:25px;
	font-style: italic;
}

.list-item dt + dd{
	color:#000;
	font-weight: lighter;
	margin-bottom:0px;
	font-size:13px;
	text-align:center;
	padding:1px 0;
	background-image: url("../images/dots-line.png"),url("../images/dots-line.png");
	background-position: 0 100%,0 0;
	background-repeat: repeat-x, repeat-x;

}
.list-img img{
	width:40%;
	float:left;
	margin-right:5%;
	border-radius:3px;
}
.list-item dd:nth-child(3){
	font-size:16px;
	text-align:left;
	padding:20px 10px 10px;
	overflow:hidden;
	color: #555;
	position:relative;
	line-height: 1.55;
}

.list-item-button{
	display:block;
	position:absolute;
	bottom:35px;
	right:35px;
	background:#f3a181;
	padding:3px 30px 3px 15px;
	color:#fff;
	transition:.3s ease;
}
.list-item-button::after {
    content: "";
    display: block;
    position: absolute;
    right: 10%;
    top: 38%;
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}


a:hover .list-item-button{
	background:#333;
	color:#fff;
}

.list > *:nth-child(odd){
	float:left;
	width:48%;
}
.list > *:nth-child(even){
	float:right;
	width:48%;
}
/*
.list > *:nth-child(5) dl,
.list > *:nth-child(6) dl{
	margin-bottom:0;
}
*/

.list > *:nth-child(9) dl{
	margin-bottom:0;
}

.map_wrap iframe{
	min-height:500px;
	width:100%;
}
.contact{
	margin:auto;
	width:auto;
	font-size:17px;
	color:#555;
	line-height:2;
	text-align:center;
	/*! font-weight: bold; */
}
.contact i{
	padding-right:15px;
	color:#dd5944;
	font-size:24px;
}
.access-aozora{
	overflow:hidden;
	margin-bottom:40px!important;
}
.access-aozora p{
	float:left;
	font-size:15px;
	width:47%;
	color:#666;
}
.access-aozora p:first-child{
	margin-right:6%;
}
.access-aozora i{
	padding-right:10px;
		color:#dd5944;
	font-size:24px;
}
.access-aozora p span{
	font-size:18px;
	display:block;
	margin-bottom:15px;
	font-weight:bold;
}
#top-access .contact{
	margin:40px 0 60px;
}
#top-contact .contact{
	margin:30px 0 0px;
}
#top-contact{
	position:relative;
	margin-top:40px;
	margin-bottom:40px;
	padding:60px 0;
}
#top-contact:after{
	content:"";
	display;block;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	background-image:url(../images/bg-img-rain.jpg);
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;

}
#top-contact .contact p:nth-child(2) {
    font-weight: bold;
    font-size: 22px;
}
.contact-inner{
	width:450px;
	padding:30px 20px 20px;
	background:rgba(255,255,255,1);
	margin:auto;

	position:relative;
}
.small-text{
	font-size:12px;
	line-height:1;
	display:block;
}

.contact-inner:after{
	position:absolute;
	top:2px;
	left:2px;
	content:"";
	display:block;
	width:calc(100% - 6px);
	/*! height:calc(300px - 6px); */
	background:transparent;
	border:1px solid #dd5944;
}

#top-access .contact span{
	font-size:15px;
	line-height:1.6;
	display:block;
	margin-top:20px;
	color:#555;
}
#top-news .inner dl{
	background-image: url("../images/dots-line.png"),url("../images/dots-line.png");
	background-position: 0 100%,0 0;
	background-repeat: repeat-x, repeat-x;
	padding:20px 0px;
	margin:20px 0 0;
	overflow:hidden;
	position:relative;
}
#top-news .inner dl:before{
	content:"";
	display:block;
	width:27%;
	height:1px;
	border-bottom:1px solid #333;
	position:absolute;
	top:-1px;
	left:0;
}
#top-news .inner dl:after{
	content:"";
	display:block;
	width:27%;
	height:1px;
	border-bottom:1px solid #333;
	position:absolute;
	bottom:0px;
	left:0;
}

#top-news .inner dt{
	font-size:18px;
	margin-bottom:10px;
	font-weight:bold;
	/*! float:left; */
	width:100%;
}
#top-news .inner dd{
	/*! float:right; */
	width:100%;
	color: #555;
	padding: 3px 0 3px 50px;
}
#top-news .inner dd a{
	text-decoration:underline;
	color:#f3a181;
}
#top-news .inner dd a:hover{
	color:#dd5944;
}
#top-news i{
	padding-right:10px;
}
#top-news .inner{
	margin-top:40px;

	max-width: 700px;
}
#top-news dl{}


.shop-item{
	text-align:center;
	margin-top: 15px;
}
.shop-item img{
	width:150px;
	padding-right:35px;
}
.shop-item + .shop-item{
	margin-top:25px;
}
#news_history{
	display:none;
}
#news_clickevent{
	margin-top:20px;
	text-align:center;
	padding:10px 0;
	border-radius:4px;
	background:#eee;
}
#news_clickevent:hover{
	cursor:pointer;
}


/*------------青空------------*/
#aozora #main-wrap{

position:relative;

top:0px;

z-index:-1;

/* border-top: 1px solid #DFF0FD; */

/* background-image: url(../images/rainbow.png); */

background-repeat: no-repeat;

background-position: top left;

background-size: 750px;

overflow: hidden;

height: auto;

margin: 0 auto 50px;
}


#aozora article .sub-section:nth-child(1){
	margin-top:90px;
}





#aozora #main > .inner{
	height:610px;
	/*! background:#fff; */
	width:1000px;
	position:absolute;
	right:0;
	/*! z-index:999; */
	left: 0;
}



#aozora #main_text{
    margin: auto;
    color: #555;
    padding: 20px;

}

#aozora #main_text>dt{
	/* text-align: center; */
	font-size: 26px;
	/* color: #487FE4; */
	/* border-bottom: 1px solid; */
	line-height: 1;
	/* display: inline; */
	padding: 0px 0 0px;
	letter-spacing: 0;
	width: 100%;
	margin: auto;
	font-weight: lighter;
	/* text-align: right; */
}

#aozora #main_text>dt span{
	/* font-weight: normal; */
	/* font-size: 34px; */
	padding-right: 3px;
}

#aozora #main_text>dd{
	text-align:left;
	font-size: 16px;
	/* border-bottom: 1px dashed #aaa; */
	border-left: none;
	border-right: none;
	padding-top: 15px;
	letter-spacing: 1px;
	line-height: 1.6;
	/* width: 260px; */
	margin: 5px auto;
	position:relative;
	text-align: justify;
}



#aozora .availability{
	display:table;
	width:350px;
	margin:auto;
	border:1px solid #b6d577;
	position: absolute;
	right: 0;
	top: 133px;
	box-shadow: 1px 1px 5px rgba(0,0,0,.05);
	z-index: 9;
	border-radius: 5px 0 0 5px;
	border-right: none;
}
#aozora .availability dt,
#aozora .availability dd{
	vertical-align:middle;
	display:table-cell;
	padding:5px 2%;
	line-height:1.4;
	font-size:14px;
	color:#666;
}
#aozora .availability dt{
	background:#b6d577;
	text-align:center;

	color: #fff;
	width: 128px;
}
#aozora .availability dd{
	background:#fff;
	text-align:left;

	font-size: 14px;
	width: 220px;
}



#aozora article section#index_detail{
	padding-top: 100px;
	background-image: url(../images/sora.svg);
	background-position: top -3px center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFF;
	/* border-bottom: 7px solid #DFF0FD; */
}
#aozora .index_about dt{
	margin-bottom: 14px;
	font-size: 21px;
}
#aozora .text1{
	width: 50%;
	float: right;
	color: #555;
	/* text-align: justify; */
	/* line-height: 2; */
}


#aozora .img1{
	float: left;
	width: 50%;
	padding-right: 20px;
}
#aozora .img1 img{
	width:100%;
	/* padding-top: 20px; */
}

.inner{
	max-width: 1000px;
	width:100%;
	margin: auto;
}
#aozora .index_about{
	max-width: 600px;
}
#aozora .h2center{
	text-align:center;
	/*! letter-spacing: 3px; */
	padding: 0px 0 60px;
	/*! color: #5ea7e4; */
	font-weight: lighter;
	padding-bottom: 15px;
	margin-bottom: 10px;
	/* position:relative; */
	/* top:-1em; */
	font-size: 22px;
}
#aozora .h3center{

/* text-align: center; */

font-size: 24px;

font-weight: lighter;
}
.h3center span{
	/* border-bottom: 1px dotted #333; */
}
#aozora .index_about h2{

	line-height: 1.8;

}
#aozora .index_about>div{

	/* background: #DFF2FD; */
	padding: 40px 20px;
	margin-top: 40px;
/*	border: 2px solid #f9f4e9;*/
	border-left: none;
	border-right: none;

	background-image:url("../images/dots-line.png"),url("../images/dots-line.png");
	background-position:0 100%,0 0;
	background-repeat:repeat-x, repeat-x;

}
#aozora #nayami{
	background-color: #DFF0FD;
	margin: 0px 0 0px;
	padding: 0 0 20px;
}
#aozora #nayami h3{
font-size: 22px;
    position: relative;
    top: -50px;
    /* font-weight: lighter; */
    text-align: center;
    font-weight: bold;
	color: #717171;
	letter-spacing:2px;
}
#aozora #nayami h3:after{
	content:"";
	display:block;
	position:absolute;
	width:130px;
	height:130px;
	background-image:url(../images/rain.png);
	background-repeat:no-repeat;
	top: -100px;
	right:15%;
}

#aozora #nayami ul+p{
	text-align: center;
	margin: 20px 0 0;
	font-size: 16px;

	color: #555;
}
#aozora #nayami ul{
	overflow: hidden;
	width:900px;
	margin:auto;
	padding: 0px 0;
}
#aozora #nayami ul li{
    width: 24%;
    float: left;
    padding: 20px 10px 130px 10px;
    background: #fff;
    /* border-radius: 50%; */
    min-height: 120px;
    margin-right: 1%;
    text-align: center;
    font-size: 16px;
    color: #666;
}
#aozora #nayami ul li:nth-child(1){
	background-image:url(../images/swallow.png);
	background-repeat:no-repeat;
	background-position: center bottom 40px;
	background-size:80px;
	border-radius:16px 11px 23px 21px;
}
#aozora #nayami ul li:nth-child(2){
	background-image:url(../images/family.png);
	background-repeat:no-repeat;
	background-position: center bottom 24px;
	background-size:100px;
	border-radius:23px 16px 20px 16px;
}
#aozora #nayami ul li:nth-child(3){
	background-image:url(../images/bird.png);
	background-repeat:no-repeat;
	background-position: center bottom 20px;
	background-size:60px;
	border-radius:18px 22px 21px 17px;
}
#aozora #nayami ul li:nth-child(4){
	background-image:url(../images/balloon.png);
	background-repeat:no-repeat;
	background-position: center bottom 32px;
	background-size:60px;
	border-radius:25px 21px 27px 14px;
}
#aozora .index_details{


}

#aozora .index_details h2{
	padding-top:50px;
	position:relative;
	padding-left: 30px;
	margin-bottom: 0;
	text-align: center;
	font-weight:bold;
	color: #555;
}
#aozora .index_details .detail-h2-sub{
	display:block;
	font-size:17px;

	padding: 0;

	text-align:center;

}

/*#aozora .index_details h2:after{
	content:"";
	display:block;
	top: -78px;
	left: -7%;
	position:absolute;
	width: 100px;
	height: 100px;
	background-image:url(../images/sun.png);
	background-repeat:no-repeat;
}*/
#aozora .index_detail_img img{
	width:100%;
	padding-top: 30px;
}
#aozora .index_details ul{
	overflow:hidden;
}
#aozora .index_details ul li{
}
#aozora .index_details ul li:last-child{
	margin-right:0;
}

#aozora .index_link{
	margin: 40px auto 40px;
	/* border-bottom: 7px solid #DFF0FD; */
	padding-bottom: 30px;
	border-right: none;
	border-left: none;
}

#aozora .index_link nav{
	width: 40%;
	float:left;
}
#aozora .index_link nav li dd{
	padding: 10px 0 80px 40px;
	font-weight: normal;
}
#aozora .index_link_title{
	position:relative;
}
#aozora .index_link_title:after,
#aozora .index_link_title:before{
	content:"";
	display:block;
	position:absolute;
	top: 50%;
	right: 14%;
	z-index: 0;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #a4d0fb;
}
#aozora .index_link_title:after{
	z-index: 1;
	margin-right: 3px;
	border-left-color: #fff;
}
#aozora .index_link a:hover .index_link_title:after,
#aozora .index_link a:hover .index_link_title:before{
	animation:arrow-move .5s ease-out 0s both;
}
@keyframes arrow-move{
	0%{right:50%;opacity:0;}
	100%{right:24%;opacity:1;}
}





#aozora .index_link h2{
	text-align: center;
	position: relative;
	top: 0;
}

#aozora .gmap{
	width: 54%;
	float:right;
}
#aozora .gmap iframe{
	width:100%!important;
	height: 400px;
}
#aozora .index_link_title{
	font-size: 22px;
	font-weight: lighter;
	padding: 1px 0 5px 15px;
	/* border-top: 1px solid; */
	border-left: 1px solid #81C6FB;
	color: #81C6FB;
}
#aozora .index_link_title a{
	color: #81C6FB;
}
#aozora .index_link_title span{
	font-size: 60%;
	color: #aaa;
	padding-left:10px;
	/* border-left:1px solid; */
}
#aozora .index_link .inner{
	/* border: 1px solid #B8D3F3; */
	/* border-top: none; */
	/* border-bottom: none; */
	/* padding: 30px 60px 20px; */
	overflow:hidden;
	/* background: #fafafa; */
	padding-top: 30px;
}



#aozora .border_list{

}

#aozora .border_list li{
	border: 1px solid #81C6FB;
	border-right:none;
	border-left:none;
	float:left;
	padding: 20px 16px;
	width: 30%;
	margin-right: 5%;
	border-radius: 10px;
	min-height: 435px;
}
#aozora .border_list li:nth-child(1){

/* border-bottom:none; */
}
#aozora .border_list li:nth-child(2){

/* border-bottom:none; */
}
#aozora .border_list li:nth-child(3){

}
#aozora .number{
	text-align:center;
	font-size: 32px;
	font-weight: 100;
	/* border-bottom: 1px dashed #81C6FB; */
	margin-bottom: 0px;
	padding-bottom: 20px;
	color: #81C6FB;
}

#aozora #rainy{
	width:100%;
	height:30px;


}

.aozora-setsubi dt{
	width:135px;
	font-weight:bold;
}
.aozora-setsubi dd{
	width:calc(100% - 135px);
}
.flex-center{
  justify-content: center;
  align-items: center;
}

.sub-title{
	font-size:22px;
	font-weight:bold;
	margin-bottom:20px;
}
.margin-bottom20{
	margin-bottom:20px;
}

.other-section .company-details{
	background:#f9f4e9;
	padding:3%;
	border-radius:15px;
}
.satellite-img{
	text-align:center;
	margin-bottom:20px;
}
.satellite-img img{
	max-width:300px;
	width:70%;
}
.sub-section + .sub-section{
/*	padding-top:0;*/
}
.big-font{
	font-size:120%;
}
.value-title{
	border-bottom:1px solid #eee;
	padding-bottom:5px;
	margin-bottom:10px;
	font-weight:bold;
}
.value + .value-title{
	margin-top:20px;
}

/*--SNS---*/
#aozora .index_sns{
	max-width: 1000px;
	margin: 0 auto 80px;
	overflow:hidden;
}


#aozora #instagram{
	width:55%;
	margin:auto;
	float:left;
	overflow:hidden;
	/*border-right: 1px solid #eee;*/
/*	padding: 40px 40px 20px;*/
}
#aozora .index_sns h3 img{
	height:30px;
	padding-right:15px;
}
#aozora .index_sns h3{
	line-height:30px;
	padding-bottom:30px;
	font-weight:200;
}
#aozora #insta p{
	font-size: 12px;
	height: 3.2em;
	line-height: 1.6em;
	overflow: hidden;
	color: #555;
	margin: 5px 0 20px;
	word-break: break-all;
}
#aozora #insta a{
	transition-duration:.3s;
}
#aozora #insta a:hover{
	opacity:.7;
}
#aozora #insta li{
	width: 32%;
	float:left;
	margin-right:2%;
}
#aozora #insta li:nth-child(3n){
	margin-right:0
}
#aozora #insta img{
	width:100%;
}
#aozora #twitter{
	width: 35%;
	margin:auto;
	float:right;
}

#aozora .SandboxRoot.env-bp-430 .timeline-Header-title, .SandboxRoot.env-bp-550 .timeline-Header-title{
	font-size:16px!important;
}
#aozora .company-details{
	width:800px;
}
.company-details .food img{
	height:170px;
	width:auto;
	padding:0 10px 10px;
}
.ichinichi dt{
	margin: 5px 0;
	padding: 5px;
	text-align: center;
	float: left;
	width: 20%;
	background: #f9f4e9;
}
.ichinichi dd{

	float: left;
	margin: 5px;
	padding: 5px;
	width: 76%;

}
#aozora .about-nanairo{
	height:480px;
	width:900px;
	padding:0;
	margin:30px auto 70px;
	background-image:url(../images/about-aozora.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:bage;
}
#aozora .about-nanairo h2 {
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size:26px;
	margin-left:15px;
	float:right;
	color:#ea9e92;
	font-family:serif;
	padding-right:30px;
}
#aozora .about-nanairo h2 + p {
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	float:right;
	padding-top:70px;
	text-align:left;
	font-size:16px;
	color:#666;
	letter-spacing:1px;
	line-height:1.8;
}



/*-----staff------*/

.staff-info a{
	text-decoration:underline;
	color:#73a6ec;
}

#staff h3{
	font-size:125%;
	margin:50px auto 10px;
	text-align:center;
}

.staff-table{
	border-collapse: collapse;
	table-layout:fixed;
	margin-top:30px;
}
.staff-table span{
	display:block;
}


.staff-table th{
	font-weight:bold;
	vertical-align:middle;
	background:#f9f4e9;
}

.staff-table tr:not(:first-child) th{
/*	writing-mode: tb-rl;
	writing-mode: vertical-rl;*/
	text-align:center;
}
.staff-table th,
.staff-table td{
	border:1px solid #666;
	padding:10px;
}
.staff-table tr th:not([class="staff-table-data"]){
	width:10%;
}


.staff-table-data{
	width:45%;
}

/* recruit */
.recruit-table .staff-table-data{
	width:auto;
}

#staff .recruit-table h3{
	border-top:1px dashed #999;
	padding-top:20px;
	margin:30px auto 0;
	font-weight:bold;
}
.recruit-table h4{
	font-size:120%;
	margin-top:40px;

}

.recruit-table .staff-table{
	margin-top:15px;
	width:100%;
}
.recruit-table .staff-table{
	margin-top:15px;
	width:100%;
}
.recruit-table .staff-table th.staff-table-data{
	text-align:left;
}
.recruit-table .staff-table td{
	width:70%;
}



p.center + p.center{
	margin-top:10px;
}
.recruit-entry-list{
	position:relative;
}
.recruit-entry-list li span{
	font-size:80%;
	display:block;
}
.recruit-entry-list li p + p{
	margin-top:10px;
}
.recruit-entry-list li{
	margin-top:20px;
	padding:25px;
	border:1px solid #ccc;
	position: relative;
	border-radius: 10px;
}
.recruit-entry-list li:not(:last-child)::before{
	position: absolute;
	content: "";
	top: 100%;
	left: calc(50% - 5px);
	border: 10px solid transparent;
	    border-top-color: transparent;
	    border-top-style: solid;
	    border-top-width: 10px;
	width: 0;
	height: 0;
	border-top: 10px solid #ccc;
}



/*---footer---*/

footer small{
	font-size:12px;
	text-align:center;
	display:block;
	margin-bottom:40px;
	color: #aaa;
}
footer .sns{
	margin:0 auto 20px;
}
footer .sns img{
	max-width:40px;
}
footer .sns td{
	padding:0 15px;
}
.footer_nav{
/*	display:none;*/
}


/*--リンクのボタン--*/
#aozora .footer_map .a_button{
	text-align:center;
	float: right;
	display: block;
	margin-top: 16px;
}
#aozora .a_button{
	transition:.3s;
	background:#333;
	color:#fff;
	padding: 5px 15px 6px 30px;
	margin:5px 0;
	position:relative;
}
#aozora .a_button:hover{
	color: #437BE4;
}

#aozora .a_button::before{
	left: 10px!important;
	width: 12px;
	height: 2px;
	background: #437BE4;
}
#aozora .a_button::after{
	left: 2px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #437BE4;
	border-right: 2px solid #437BE4;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#aozora .arrow{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
#aozora .arrow::before,
#aozora .arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.circle-list li:before{
	width:10px;
	height:10px;
	border-radius:5px;
	background:#f3a181;
	content:"";
	display:inline-block;
	position:relative;
	margin-right:8px;
	top:-1px;

}

.circle-list{
	margin:20px 0 20px 1em;
	text-indent:-1em;
}
.circle-list li + li{
	margin-top:10px;
}

.company-details .details-list li p{
	width:46%;
	float:right;
}

.company-details a{
	text-decoration:underline;
	color:#dd5944;
}

#aozora .details-list p span{
	display:block;
	width:100%;
	float:right;
	font-family:roboto;
	border-left:2px solid;
	padding:0px 10px;
	margin-bottom:10px;
	color:#f3a181;
	/*! font-weight:700; */
	font-size:19px;
	line-height: 1.05;
	margin: 12px 0;
}

/*-----------サブページ共通-------------*/
.w1200{
	max-width: 1000px;
	margin:auto;
}

.caption2{
	text-align:center;
	font-weight:bold;
	margin-bottom:20px;
	font-size:120%;
}

.breadcrumbs{
	text-align:center;
	font-size:12px;
	margin-bottom: 60px;

}

.breadcrumbs a{

}

.sub footer{margin-top:20px;}

.sub #top-contact{
	padding:0 0 20px;
	margin-top:40px;
}
.sub #top-contact::after{
	background-image:none;
	background-color:#F8F8F8;

}
.sub .contact-inner{
	background:transparent;
}

.contact-inner::after {
    background: transparent;
    border:none;
}
.sub h2.caption{
	margin-bottom:30px;
	font-size: 28px;
	font-weight: normal;
}



.aozora .company-details h2.caption{
	font-size: 20px;
	margin-bottom:70px;
}

.list-disc{
list-style-type: disc;
margin-left: 1em;
}

.list-disc li + li{
	margin-top:1em;
}


/*----------法人概要-----------*/
.company-details{
	width:700px;
	margin:auto;
}
.company-details li i{
	display:inline-block;
	width:26px;
	color:#f3a181;
}
.company-details ul.value li{
	line-height:1.6;
	padding:5px 0;
}

.company-details img{
	width:100%;
	padding: 10px 0;
}
.company-details > dl{
	overflow:hidden;
	background-image: url("../images/dots-line.png");
	background-position: 0 0;
	background-repeat: repeat-x;
	position:relative;
	padding:3px 0;
	font-size:16px;
}
.company-details > dl:last-child{
	background-image: url("../images/dots-line.png"),url("../images/dots-line.png");
	background-position: 0 100%,0 0;
	background-repeat: repeat-x,repeat-x;
	position:relative;
}

.company-details > dl::before {
	content: "";
	display: block;
	width: 20%;
	height: 1px;
	border-bottom: 1px solid #333;
	position: absolute;
	top: -1px;
	left: 0;
}
.company-details > dl:last-child::after {
	content: "";
	display: block;
	width: 20%;
	height: 1px;
	border-bottom: 1px solid #333;
	position: absolute;
	bottom: 0px;
	left: 0;
}


.company-details > dl > dt{
	float:left;
	padding:15px 5px;
	font-weight:bold;
	width:20%;
	/*! text-align:center; */
	/*! background: #f3f3f3; */
}
.company-details > dl > dd{
	float:right;
	width:77%;
	padding:15px 10px 15px 5px;
	/*! text-align:justify; */
}
.company-details > dl > dd + dd{
	padding-top:3px;
	padding-bottom:5px;
}

.company-details > dl > dd p+p{
	margin-top:1em;
}
.text-right{
	text-align:right;
}
.text-center{
	text-align:center;
}
.masuda{
	text-align:center;
	padding:20px 0 10px;
}
.masuda img{
	width: 100%;
	border: 10px solid white;
	box-shadow: 0px 2px 5px 1px #ccc;
	margin: 0;

	padding: 0;
}
.masuda span{
	display:block;
	font-size:12px;
	color:#999;
	margin-top:10px;
}

/*----------各施設----------*/
h1.caption{
	color:#4a9ed8;
	font-weight:normal;
	letter-spacing:1px;
	width:80%;
	border:none;
	background: #fff;
	position: relative;
	/*! top: -123px; */
	border-radius: 0;
	padding: 6px 0 1px;
	height: auto;
	margin-bottom: 40px;
}
h1.caption:after{
	display:none;
}

.caption span{
	font-size:16px;
	padding-right:10px;
	color: #555;
	line-height:1;
	display:block;
}
.sub .caption::after{
	width:30%;
}

.sub .company-details :after{
	display:none;

}
.step{
	/*! background:#f3f3f3; */
	padding:0;
	    margin:15px 0;
	    /*! border-radius:6px; */
}
.step li{
	background:#f9f4e9;
	border-radius:4px;
	margin-bottom:20px;
	padding:12px 10px;
	position:relative;
}
.step li span{
	color:#f3a181;
	width:80px;
	display:inline-block;
	padding-left:10px;

	/*! font-weight: 700; */
}
.step li:last-child{
	margin-bottom:0;
}
.step li:not(:last-child)::after {
    position: absolute;
    left: 9%;
    bottom: -12px;
    content: "";
    display: block;

    width: 7px;
    height: 7px;
    border-bottom: 2px solid #f3a181;
    border-right: 2px solid #f3a181;
    transform: rotate(45deg);
}
.company-details .details-list{
	margin:20px 0 0;

}
.company-details .details-list li{
	overflow:hidden;
	background:#f9f4e9;
	padding:15px;
	border-radius:5px;
}
.company-details .details-list li img{
	margin-right:15px;
	padding:0;
	width:50%;
	float:left;
	border:3px solid #fff;
	border-radius:10px;
}
.company-details .details-list li p{
	padding:8px;
}
.company-details .details-list li+li{

	margin-top:15px;
}
.company-details .step2{
	overflow:hidden;
	margin-bottom:15px;
}
.company-details .step2 li{
	float:left;
	width:32%;
	background:#f6b49a;
	text-align:center;
	margin-right:1.5%;
	color:#fff;
	padding:3px 0;
	font-size:19px;
	font-weight:bold;
	border-radius:4px;
}
.company-details .step2 li:last-child{
	margin-right:0;
}

#pasito h2{
	text-align:center;
}

.lodge-img{
	max-width:700px;
	width:100%;
	display:block;
	margin:auto;
}

#lodge .company-details h2{
	font-weight:bold;
	font-size:22px;
    margin-bottom: 20px;
    color: #f3a181;
    border-left: 7px solid;
    padding-left: 10px;
    line-height: 1.4;

}
#lodge .company-details + .company-details{
	margin-top:80px;
}

.font18{
	font-size:18px;
	margin-bottom:20px;
	font-weight:bold;
}
.margin-bottom30{
	margin-bottom:30px;
}


/*作品集ページ*/
.collection{
	width:90%;
	max-width:1000px;
	margin:auto;
}
.collection{
	margin-top:60px;
}
.collection img{
	width:100%;
}

.collection dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}
.collection > dd > ul{
	display:flex;
	flex-wrap: wrap;
}

.collection > dd > ul > li{
	width:30%;
	margin-bottom:5%;
}
.collection > dd > ul > li:not(:nth-child(3n)){
	margin-right:5%;
}
.center{
	text-align:center;
}
.ichinichi > p{
	color:#f3a181;
	margin-bottom:10px;
}

.soudan-link a::before {
  content: "";
  display: block;
  position: absolute;
  right: 10%;
  top: 43%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #dd5944;
  border-bottom: 2px solid #dd5944;
  transform: rotate(-45deg);
}

.training-report-title{
	font-weight:bold;
	text-align:left!important;
}

.training-report-time{
	font-size:14px;
	margin:10px auto 20px;
	display:block;
	color:#888;
}
.training-report-dl-list{

}
.training-report-dl-list dt{
	font-weight:bold;
	margin-top:30px;
}
.training-report-dl-list dd{

}
.footer-logo{
	max-width:50px;
	text-align:center;
	margin:0 auto 30px;;
}
.footer_nav{
	width:90%;
	margin:auto;
}
.footer_nav_main{
	overflow:hidden;
}
.footer_nav_main li{
	width:25%;
	float:left;
	text-align:center;
}
.footer_nav_main li a{
	display:block;
	position:relative;
}
.footer_nav_sub{
	overflow:hidden;
	margin:10px 0;
}
.footer_nav_sub li{
	float:left;
	width:31%;
	margin-right:3.5%;

	margin-bottom:20px;
}
.footer_nav_sub li:nth-child(3n){
	margin-right:0;
}
.footer_nav_sub li a{
	display:block;
	background:#f9f4e9;
	text-align:center;
	padding:5px 0;
	border-radius:5px;
	color:#666;
	position:relative;
}
.footer_nav_main li a::after {
    content: "";
    display: block;
    position: absolute;
    right: 15%;
    top: 38%;
    width: 7px;
    height: 7px;
    border-right: 1px solid #dd5944;
    border-bottom: 1px solid #dd5944;
    transform: rotate(-45deg);
}
.footer_nav_sub li a::after {
    content: "";
    display: block;
    position: absolute;
    right: 7%;
    top: 38%;
    width: 7px;
    height: 7px;
    border-right: 1px solid #dd5944;
    border-bottom: 1px solid #dd5944;
    transform: rotate(-45deg);
}
.footer_nav_sub2 li a{
	background:#fff;
	color:#333;
	border:1px solid #ccc;
}





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

					ここからレスポンシブ

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



@media screen and (max-width:1050px) {
	header #h1 img{
	
	
	}
	header #h1 span:nth-child(2){
		font-size:13px;
		padding-top:20px;
	}
	header #h1{
	
	}
	.list{
		padding:30px 5%;
	}
	.list-item dt + dd{
		font-size:12px;
	}
	.list-item dd:nth-child(3){
		font-size:14px;
	}
	#office .message{
		margin:20px auto;
	}
	.access-aozora{
		padding:0 5%;
	}
	#top-access .contact span{
		margin-top:10px;
	}
	#aozora .availability{
		position:static;
		border-radius:5px;
		border-right:1px solid #b6d577;
		box-shadow:none;
	}


}/*1050*/


@media screen and (max-width:910px) {
	.g_nav > li > a{
		font-size:14px;
		padding:0 5px;
	}
	.head_nav{
		margin-right:20px;
	}
	.list-item dt span{
		display:none;
	}
	.list-item{
		padding:20px;
	}
	/*青空*/
	#aozora .about-nanairo{
		width:100%;
		background-size:contain;
	}
	#aozora #nayami ul{
		width:96%;
	}
	#aozora .company-details{
		width:92%;
	}
	#aozora #nayami ul li{
		font-size:13px;
	}

}/*910*/

@media screen and (max-width:800px) {
	header #h1{
		margin:0 auto;
		float:none;
		width:100%;
	}
	header #h1 img{
		padding-top:5px;
		height:55px;
	}
	header #h1 span:nth-child(2){
		padding-top:13px;
	}
	.head_nav{

		display:none;
	}
	header{
		height:60px;
		position:static;
	}
	#main{
		margin-top:0px;
	}
	#main_copy h2{
		font-size:9vw;
	}
	.sub-section{
		padding:40px 0;
	}
	.list{
		padding:20px;
	}
	.list > :nth-child(2n+1){
		width:49%;
	}
	.list > :nth-child(2n){
		width:49%;
	}
	.list-item{
		margin-bottom:20px;
	}
	.list-item dd:nth-child(3){
		padding:10px 0;
	}
	.list-item-button{
		bottom:15px;
		right:15px;
	}
	.footer_nav{
		display:block;
	}




	/*サブページ*/
	.company-details{
		width:92%;
	}
	.sub h1{
		width:100%;
	}

	/*青空*/
	#aozora .about-nanairo h2{
		font-size:24px;
		padding-right:3%;
		margin-left:1.5%;
	}
	#aozora .about-nanairo{
		height:420px;
		background-position:center left;
	}
	#aozora .about-nanairo h2 + p{
		font-size:15px;
		padding-top:50px;
	}
	#aozora #nayami ul li{
		width:50%;
		margin-right:0;
		font-size:15px;
	}
	#aozora #nayami ul li:nth-child(even){
		margin-right:0;
	}
	#aozora #nayami ul{
		width:90%;
	}
	#aozora #nayami ul + p{
		width:80%;
		margin:20px auto 0;
	}
	.company-details .details-list li p{
		padding:0;
	}
	#aozora .details-list p span{
		margin:5px 0;
	}
	.company-details .details-list li img{
		margin-right:0;
	}
	.company-details .details-list li p{
		width:48%;
	}
	.company-details .food img{
		width:48%;
		margin-right:1%;
		padding:0 0 10px;
		height:auto;
	}

}/*800*/

@media screen and (max-width:720px) {
	#top-news .inner{
		width:92%;
		margin-right:4%;
		margin-left:4%;
	}
	.message{
		font-size:2.6vw;
		margin:20px auto;
	}
	.sub-section{
		padding:30px 0;
	}
	#main_copy{
		padding:100px 0;
	}

	.footer_nav_main li a::after{
		right:4%;
	}
	.footer_nav_sub li a{
		font-size:14px;
		padding:6px 0;
	}
	.footer_nav_sub li a::after{
		right:4%;
	}
	

}/*720*/

@media screen and (max-width:600px) {
	.list{
		padding:0 5%;
	}
	.list > :nth-child(2n+1){
		float:none;
		width:100%;
		margin-bottom:20px;

	}
	.list > :nth-child(2n){
		float:none;
		width:100%;
		margin-bottom:20px;
	}
	.list > :nth-child(5) dl{
		margin-bottom:20px;
	}
	.list > :nth-child(7) dl{
		margin-bottom:20px;
	}
	.list-img img{
		width:25%;
	}
	.list-item{
		min-height:auto;
	}
	.list-item dt + dd{
		font-size:14px;
	}
	.list-item dd:nth-child(3){
		font-size:16px;
	}
	
	.top-banner{
		display:block;
		padding:0 5%;
	}
	.top-banner li{
		width:100%;
	}
	.top-banner li + li{
		margin-top:5%;
	}
	.top-banner li:nth-of-type(2n+1){
		
		margin-right:0;
	}
	#top-access .contact{
		margin:30px 0;
	}
	.nanairo #h1{
		width:100%;
	}
	header #h1 img{
		margin-left:5%;
	}
	.shop-item img{
		width:27%;
		margin-right:5%;
		padding:0;
	}
	.shop-item img:last-child{
		padding-right:0;
	}
	#top-news .inner dd p br{
		display:none;
	}

	/*サブページ*/
	.company-details .details-list li img{
		margin-right:3%;
		width:47%;;
	}
	.company-details .details-list li p{
		width:50%;
		font-size:14px;
		line-height:1.6;
		padding:0;
	}
	.company-details .details-list li{
		padding:10px;
	}
	.company-details .step2 li{
		font-size:16px;
	}

	/*青空*/
	#aozora .availability{
		width:90%;
		margin-bottom: 60px;
	}
	#aozora .availability dt{
		font-size:13px;
		display:block;
		width:100%;
	}
	#aozora .availability dd{
		font-size:13px;
		display:block;
		width:100%;
		text-align:center;
	}
	#aozora #nayami h3{
		font-size:5vw;
		letter-spacing:0;
		top:0;
	}
	#aozora #nayami h3::after {
		top:-150px;
		right:10%;
	}
	#aozora #nayami ul{
		margin-top:10px;
		width:85%;

	}
	#aozora #nayami ul li{
		width:100%;
		padding:5% 7% 5% 30%;
		text-align:left;
		background-size:20%!important;
		background-position:center left 5%!important;
	}
	#aozora #nayami ul li br{
		display:none;
	}
	#aozora #nayami ul + p{
		width:92%;
		text-align:left;
	}
	#aozora #nayami ul + p br{
		display:none;
	}
	#aozora .index_details h2{
		width:100%;
		padding:0 4%;
		font-size:18px;
	}
	#aozora .about-nanairo{
		display:none;
	}
	.footer_nav_main li a{
		font-size:14px;
	}

	.footer_nav_sub li{
		width:48%;
	}
	.footer_nav_sub li:nth-child(3n){
		margin-right:3.5%;
	}

	.footer_nav_sub li:nth-child(2n){
		margin-right:0;
	}
	.link-button a{
		display:block;
		width:60%;
		margin:10px auto;
	}
	 #fixedTop{
		position:static;
			margin:auto;
		color:#fff;
		text-align:center;
	 	background:#000;
	 	display:block;
	 	padding:10px 0px;
		border-radius:0px;

 	}

}/*600*/

@media screen and (max-width:500px) {
	header #h1 img{

		margin-left:4%;
	}
	header #h1 span:nth-child(2){
		
		
	}
	.contact-inner{
		width:100%;
	}
	#main_copy p{
		font-size:17px;
		letter-spacing:.5px;
		margin-top:15px;
	}
	#main_copy{
		padding:100px 0;
	}
	.caption{
		font-size:20px;
	}
	.caption::after{
		border-bottom:4px solid #ddd;
		padding-top:5px;
	}
	.message{
		font-size:16px;
		text-align:left;
		padding:0 4%;
	}
	.message br{
		display:none;
	}
	.link-button a{
		padding:10px 40px 10px 20px;
		margin-top:10px;
	}
	#office .message{
		font-size:15px;
	}
	#office .message{
		padding:0 4%;
	}
	.list{
		padding:0 3%;
	}
	.list-item{
		padding:4%;
	}
	.list-item dt{
		font-size:18px;
	}
	.list-item dd:nth-child(3) {
   	font-size: 15px;
    	margin-bottom: 40px;
	}
	.list-item dt + dd{
		font-size:12px;
	}
	.list-img img{
		width:30%;
	}
	.list-item{
		margin-bottom:15px;
	}
	#top-news .inner dl{
		padding:10px 0;
	}
	#top-news .inner dd{
		padding:5px 0;
		font-size:14px;
		line-height:1.6;
	}
	#top-contact{
		margin-top:20px;
		padding:4%;
	}
	.contact-inner{
		padding:5%;
		height:auto;
	}
	.contact{
		font-size:15px;
	}
	.contact i{
		padding-right:8px;
	}
	#top-access .contact span{
		padding:0% 4%;
	}
	.access-aozora p{
		float:none;
		width:100%;
		font-size:15px;
		line-height:1.6;
		margin:0;
	}
	.access-aozora p:first-child{
		margin-bottom:20px;
	}
	.access-aozora p span{
		margin-bottom:10px;
	}
	.access-aozora{
		margin-bottom:20px!important;
	}
	#top-access .contact > p{
		font-weight:bold;
	}
	#top-access .contact > p span{
		font-weight:normal;
	}

	#top-contact .contact p:nth-child(2){
		font-weight:bold;
		font-size:22px;
	}



	/*サブページ*/
	.sub h2.caption{
		font-size:18px;
	}
	.sub #top-contact h2.caption{
		margin-bottom:15px;
	}
	.sub #top-contact .contact{
		margin:15px 0 0;
	}
	.sub .contact-inner{
		padding:5% 3%;
	}
	.sub #top-contact .message{
		padding:0 3%;
	}
	.sub .message span{
		font-size:14px;
	}
	.company-details > dl > dt{
		float:none;
		width:100%;
		padding:10px 0 5px;
	}
	.company-details > dl > dd{
		width:100%;
		float:none;
		padding:0 0 10px 1em;
		font-size:15px;
		line-height:1.6;
	}
	.masuda img{
		box-shadow:none;
		border:none;
	}
	.masuda{
		padding:0px 0 5px;
	}
	.masuda span{
		text-align:left;
	}
	.sub .contact{
		text-align:left;
		padding-left:3%;
	}
	.company-details .step2{
		margin-bottom:0;
	}
	.company-details .step2 li{
		width:100%;
		font-size:17px;
		margin-bottom:10px;
	}
	.sub h1 span{
		font-size:3.5vw;
	}
	.aozora #main{
		margin-bottom:20px;
	}
	.footer_nav_main li{
		width:50%;
		float:none;
		margin:0px auto 5px;
	}
	.footer_nav_main li a{
		font-size:16px;
		padding:5px 0;
		font-weight:bold;
	}
	.footer_nav_sub{
		margin:10px 0;
	}
	.footer_nav_sub li{
		margin-bottom:15px;
	}
	.link-button a{
		width:80%;
	}
	.sub h1{
		line-height:1.4;
	}




}/*500*/


@media screen and (max-width:400px) {
	.footer_nav_sub li{
		width:100%;
	}

}/*400*/

@media screen and (max-width:340px) {
	header #h1 img{
		padding-top:12px;
	}
	header #h1 span:nth-child(2){
		padding-top:15px;
	}


}/*340*/

