/*
Theme Name:ホームページ
*/

@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "UtsukushiMincho";
    src: url('../font/UtsukushiMincho.eot');
    src: url('../font/UtsukushiMincho.eot?#iefix') format('embedded-opentype'),
         url('../font/UtsukushiMincho.woff') format('woff'),
         url('../font/UtsukushiMincho.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
/* resetcss */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
     /*font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝", serif;*/
   font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,Hiragino Sans,"游ゴシック",YuGothic,'ＭＳ Ｐゴシック',sans-serif;
    line-height: 160%;
    color: #0a0a0a;
}

/*フォント系*/

h2 {
    font-size: 45px;
}

h3 {
	font-size: 36px;
	font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
    text-align: center;
    padding-bottom: 45px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}

.fs-36 {
    font-size: 36px;
}

.bold {
    font-weight: bold;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.white {
    color: #fff;
}

/*クリアフィックス*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    display: block;
    content: "";
    clear: both;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

iframe {
    max-width: 100%;
}

img {
    vertical-align: top;
    border: none;
    max-width: 100%;
    height: auto !important;
}

.bkimg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bkimg img {
	width: 100%;
}

a {
    text-decoration: none;
    color: #0a0a0a;
}

a:hover {
    opacity: 0.6;
    color: inherit;
    text-decoration: none;
}

a[href*="tel"] {
    pointer-events: none;
}

.w1000 {
	max-width: 1000px;
	margin: auto;
}

.w700 {
	max-width: 700px;
	margin: auto;
}

ul,
li {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

dl,
dt,
dd {
    text-align: left;
    padding: 0;
    margin: 0;
}

/*フレックス*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*フレックスセンター*/

.flex_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex > div[data-collection-list-content],
.flex_c > div[data-collection-list-content] {
    width: 100%;
}

.flex > div[data-recommend-collection-list-content],
.flex_c > div[data-recommend-collection-list-content] {
    width: 100%;
}

.flex .sec2 {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec2 {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

.flex .sec3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
}

.flex .sec4 {
    width: 21%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec4 {
    width: 21%;
    margin: 0% 2% 4% 2%;
}
.flex .sec5 {
    width: 16%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec5 {
    width: 16%;
    margin: 0% 2% 4% 2%;
}

@media only screen and (max-width: 1024px) {
	img {
		max-width: 100% !important;
		height: auto !important;
	}
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 24px;
    }
    a[href*="tel"] {
        pointer-events: initial !important;
    }
    .flex .sec3 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec3 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec4 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec4 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec5 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec5 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
	
}

@media only screen and (max-width: 599px) {
    .flex .sec3 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec3 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec4 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec4 {
        width: 46%;
        margin: 0% 2% 4% 2%;
	}
	h3 {
		font-size: 20px;
	}
}

.fead-mv {
  opacity: 0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -ms-transition: 0.6s;
}
.mv {
  opacity: 1 !important;
}
#wrapper{
	max-width:100%;
	overflow:hidden;
}


#gnav{
	width:100%;
	height:auto;
	position:relative;
	z-index:101;
	background:rgba(255,255,255,0.9);
}

#gnav .in {
	max-width:1000px;
	margin: 0 auto;
}

#gnav .in p.logo {
	width: 150px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

#gnav ul{
	margin: 0 0 0 auto;
}
#gnav li{
	float:left;
	font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
	letter-spacing:1.5px;
	font-weight:bold;
	padding:0 40px 0 0;
}
#gnav li.rec {
	font-weight:normal;
	padding-right: 0;
	margin-top: 6px;
	margin-right: 40px;
	background: #00a4db;
}
#gnav li.rec a {
	color: #fff;
	padding: 10px 20px;
}
#gnav li.con {
	font-weight:normal;
	margin-top: 6px;
	padding-right:0;
	background: #587e66;
}
#gnav li.con a {
	color: #fff;
	padding: 10px 20px;
}
#gnav li a{
	display:inline-block !important;
	padding:16px 0 15px 0;
}
#gnav li.st a{
	border-bottom:1px solid #000;
}

#gnav.fixed{
	position:fixed;
	top:0;
	left:0;
}
.btm{
		margin-bottom:53px;
	}
@media only screen and (max-width: 1024px) {
	#gnav{
		display:none;
	}
	.btm{
		margin-bottom:0;
	}
}
#header h1{
	height:1px;
	margin-top:-1px;
	line-height:1;
	text-indent:-9999px;
}

#footer{
	padding:85px 0 0 0;
	background: url("https://grp.co.jp/images/footer_bk.png") 0 0 no-repeat #000 ;
	background-size: cover;
	margin-top: 100px;
}

#footer .footinfo {
	text-align:center;
	margin:0 auto;
	float: left;
	width: 300px;
}
#footer .footinfo .add {
	padding-top: 20px;
}
#footer .footinfo .add dl dt , #footer .footinfo .add dl dd , #footer .footinfo .add dl dd a {
	color: #fff;
}
#footer .footinfo h3{
	padding:0 0 10px 0;
}
#footer .footinfo h3 img {
	width: 65%;
	height: auto;
}
#footer .footinfo dl{
	padding:0 0 10px 0;
}
#footer .footinfo dl dt {
	float: left;
	width: 80px;
	text-align: right;
}
#footer .footinfo dl dd {
	padding-left: 80px;
}
#footer .footinfo li{
	padding:0 5px 5px 5px;
}
#footer .footinfo ul{
	padding-bottom:10px;
}

#footer .footinfo .more a{
	display:inline-block !important;
	background:#000;
	color:#fff;
	font-size:10px;
	letter-spacing:2px;
	font-weight:bold;
	padding:3px 18px;
}
#footer .footinfo .more{
	padding-bottom:80px;
}

#footer .footinfo .sns_ico {
	padding-top: 25px;
}
#footer .footinfo .sns_ico li {
	padding: 0 15px;
}

#footer > .clearfix {
	max-width: 1000px;
	width: 95%;
	margin: auto;
	padding-bottom: 50px;
}

.footnav{
	padding:20px 0 15px 0; 
	width: 600px;
	float: right;
}

.footnav ul {
	width: 198px;
	float: left;
}
.footnav ul:nth-of-type(3) {
	margin-top: 35px;
}

.footnav li{
	font-size: 14px;
    padding: 5px 0 5px 15px;
    background: url(../images/slide_white_r.png) 0 center no-repeat;
    background-size: 5px auto;
}

.footnav li.tit {
	background: none;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.footnav li a {
	color: #fff;
}

#footer .copy{
	text-align:center;
	font-size:10px;
	padding:15px 0;
	background: #fff;
}

#snav{
	display:none;
}
.nb{
	display:none;
}

.map iframe {
	width: 100%;		
}
@media only screen and (max-width: 1024px){
	#snav{
		display:block;
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
	background:none;
    -webkit-transform: translateX(200px);
transform: translateX(200px);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    padding:0;
	z-index:101;
	border:none;
	padding-bottom:0;
	opacity:1;
	
    }
	.grass {
		opacity:1;
	}
	
	#snav ul{
		float:none;
		width:auto;
		text-align:left;
		display:block !important;
		padding:0;
	}
	.nb{
		display:block;
    position: fixed;
    top: 8px;
    right: 8px;
    z-index: 102;
	width:50px;
	height:50px;
	text-align:center;
	font-size:15px;
	box-sizing:border-box;
    padding: 15px 0 5px;
    cursor: pointer;
	letter-spacing:-1px;
    font-family: 'Playfair Display SC', serif;
    background-color: rgba(255,255,255, .5);
}
	#snav li{
		float:none;
		width:auto;
		
		padding:0;
		margin-top:0;
		display:block !important;
		font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
		font-weight:bold;
		letter-spacing:1.5px;
	}
	#snav li:first-child {
		padding-top:60px;
	}
	#snav ul li a{
		height:auto;
		display:block !important;
		padding:8px 0 8px 10px;
		font-size:14px;
		line-height:160%;
		color:#fff;
	}
	#snav li ul li:first-child {
		padding-top: 0;
	}
	#snav li p {
		padding: 30px 0 8px 8px;
		color: #fff;
	}
	#snav.action{
		-webkit-transform:translateX(0px);
        transform:translateX(0px);
	}
	#snav .inner{
		width:auto;
		height: 100%;
		overflow-y: auto;
		background: #333;
		padding:0;
	}
	.overlay:after{
		content:"";
		width:100%;
		height:100%;
		background:#000;
		position:fixed;
		top:0;
		left:0;
		opacity:0.3;
		z-index:99;
	}
	.action.nb{
		background:rgba(51,51,51,0.5);
		color:#fff;
	}
	#snav li.sns a{
		display:inline-block !important;
		padding:0;
		margin:8px 0 8px 10px;
	}
	#snav li.sns img{
		filter: invert(100%);
	}
	.sub_img h2 {
		font-size: 26px !important;
	}
	
}
.visible-xs{
	display:none;
}
.sub_img {
	height: 400px;
	overflow: hidden;
	position: relative;
}
.sub_img:before {
	position: absolute;
    display: block;
    content: "";
    background: url(https://grp.co.jp/images/naname_shita.png) 0 0 repeat;
    background-size: cover;
    width: 100%;
    height: 140px;
    bottom: 0;
    left: 0;
}
.sub_img img {
	width: 100% !important;
	height: auto !important;
}
#main.sub {
	background: #fff;
	margin-top: -50px;
}
.sub_img h2 {
	position: absolute;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
	color: #fff;
	font-size: 36px;
    font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
    text-align: center;
}
#main.sub .main_box {
	padding: 80px 50px;
	margin-top: -180px;
    position: relative;
    background: #fff;
}
#main.sub .main_box .box {
	margin-bottom: 80px;
	width: 100%;
}
#main.sub .main_box .box h3 {
	position: relative;
	padding-bottom: 5px;
    margin-bottom: 40px;
}
#main.sub .main_box .box h3:after {
	content: "";
	display: block;
	width: 100px;
	height: 3px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: #00a4db;
}
.main_box .box .txt_box {
	float: left;
	width: 48%;
}
.main_box .box .img_box {
	float: right;
	width: 48%;
	position: relative;
}
.main_box .box .img_box:before {
	position: absolute;
    display: block;
    content: "";
    background: url(../images/img_up.png) 0 0 no-repeat;
	background-size: contain;
	width: 104px;
	height: 53px;
    top: 0;
    left: 0;
}
.main_box .box .img_box:after {
	position: absolute;
    display: block;
    content: "";
    background: url(../images/img_bottom.png) 0 0 no-repeat;
    background-size: cover;
    width: 104px;
	height: 53px;
    bottom: 0;
    right: 0;
}
.main_box .box ul.pic_girl {
	padding-top: 20px;
	clear: both;
}
.main_box .box ul.pic_girl li {
	text-align: center;
	width: 23%;
	padding: 0 1% 20px;
	float: left;
}
.main_box .box .txt_box a.txt_link {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
.main_box .box .img_box img {
	width: 100% !important;
	height: auto !important;
}
.main_box .box:nth-of-type(even) .txt_box {
	float: right;
}
.main_box .box:nth-of-type(even) .img_box {
	float: left;
}
.main_box .box .txt_box ul.yagi li {
	font-size: 16px;
    background: url(../images/under.jpg) 40px bottom no-repeat;
    background-size: 20px auto;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.main_box .box .txt_box ul.yagi li:last-of-type {
	background: none !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.gry_b {
	width: 48%;
	border: 5px solid #ccc;
	box-sizing: border-box;
	margin-right: 1%;
	margin-left: 1%;
	padding: 30px;
	line-height: 240%;
	font-size: 18px;
	font-weight: bold;
}
img.ma80 {
	margin-top: 80px;
}
#main.sub .main_box .box_b {
	margin-bottom: 80px;
	width: 100%;
}
#main.sub .main_box .box_b h3 {
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 40px;
	text-align: center;
}
#main.sub .main_box .box_b p span.name {
	display: block;
	text-align: right;
	padding: 40px 10px 40px 0;
	font-size: 26px;
    font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
}
#main.sub .main_box .box_b .pc_img {
	width: 100% !important;
	height: auto !important;
	display: block;
	padding: 0 10%;
	box-sizing: border-box;
}
#main.sub .main_box .box_b .sp_img {
	display: none;
}
#main.sub .main_box .box_b .com_img {
	display: block;
	margin: auto;
}
/*--company--*/
.com_gaiyou {
	margin-bottom: 50px;
	padding: 0 20px;
}
.com_gaiyou h3 {
	width: 100%;
	text-align: center;
}
.com_gaiyou ul {
	width: 100%;
}
.com_gaiyou ul li {
	border-bottom: 1px solid #aaa;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.com_gaiyou ul li dt {
	width: 20%;
	float: left;
	padding-left: 10px;
    box-sizing: border-box;
}
.com_gaiyou ul li dd {
	padding-left: 25%;
}
p.voice {
	text-align: center;
	line-height: 180%;
	font-family: "Hannari", "游明朝", YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝", serif;
}
p.voice img {
	width: auto !important;
	height: auto;
	display: block;
	margin: auto;
	padding: 0 10%;
	box-sizing: border-box;
}
@media only screen and (max-width: 599px){
	.com_gaiyou ul li dt {
		width: 25%;
	}
	.com_gaiyou ul li dd {
		padding-left: 27%;
	}
	#main.sub .main_box .box_b img.pc_img {
		display: none;
	}
	#main.sub .main_box .box_b img.sp_img {
		display: block;
		padding: 0;
	}
}
/*--recruit--*/
.rec_btn {
	width: 100%;
}
.rec_btn li {
    border-bottom: 2px solid #333;
	margin: 0 20px 0 0;
	background: url("../images/migi.jpg") right 4px no-repeat;
}
.rec_btn li:last-of-type {
	margin-right: 0;
}
.rec_btn li a {
	padding: 0 20px 10px;
	display: block;
}
#rec01 , #rec02 {
	margin-top: -80px;
	padding-top: 80px;
}
/*--news--*/
.news_main ul {
	width: 100%;
}
.news_main ul li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
}
.news_main ul li dl dt {
	width: 20%;
	float: left;
}
.news_main ul li dl dt span {
	background: #00a4db;
	margin-left: 20px;
	color: #fff;
	min-width: 100px;
	text-align: center;
	display: inline-block;
}
.news_main ul li dl dt span a {
	color: #fff;
}
.news_main ul li dl dd {
	padding-left: 25%;
}
.news_main ul.page {
	margin-top: 30px;
}
.news_main ul.page li {
	border: none;
	padding: 0 5px;
}
.news_main ul.page li a {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}
/*--news_detail--*/
.news_main h3 {
	width: 100%;
	font-size: 26px;
}
.news_main .day_cate {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.news_main .day_cate span {
	margin-left: 20px;
	padding: 3px 0;
	background: #00a4db;
	color: #fff;
	display: inline-block;
	min-width: 100px;
}
.news_main .day_cate span a {
	color: #fff;
}
.news_main .txt {
	width: 100%;
}
/*--privacy--*/
.privacy_main h3 {
	width: 100%;
}
.privacy_main .txt {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
	line-height: 180%;
}
.privacy_main dl {
	margin-bottom: 50px;
}
.privacy_main dd ul {
	padding-top: 20px;
	padding-left: 20px;
}
.privacy_main dd ul li {
	padding-bottom: 15px;
	padding-left:1em;
	text-indent:-1em;
}
.privacy_main dl dt {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
	font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
}
.privacy_main dl dd {
	padding-left: 20px;
}
/*--contact--*/
.contact_main p {
	width: 100%;
	text-align: center;
}
.contact_main ul {
	width: 100%;
	margin-top: 80px;
}
.contact_main ul li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
}
.contact_main ul li dt {
	width: 20%;
	float: left;
}
.contact_main ul li dd {
	padding-left: 25%;
}
.contact_main button {
	width: 150px;
	height: 40px;
	margin: auto;
}
@media only screen and (max-width: 599px){
	.sub_img {
		height: 240px;
	}
	.sub_img:before {
		position: absolute;
		width: 100%;
		height: 140px;
		bottom: 0;
		left: 0;
	}
	#main.sub .main_box {
		margin-top: 0;
	}
	#reserve {
    position: fixed;
    top: 8px;
    left: 66px;
    z-index: 51;
    font-size: 16px;
    text-align: center;
    line-height: 120%;
    padding-top: 8px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝", serif;
    background-color: rgba(134,99,53, .5);
    color: #fff;
	box-sizing:border-box;
}
#tel-reserve {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 51;
    font-size: 16px;
    text-align: center;
    line-height: 120%;
    padding-top: 8px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝", serif;
    background-color: rgba(255,255,255, .5);
    border: #ccc 1px solid;
    color: #fff;
	box-sizing:border-box;
}
.visible-xs {
    display: block !important;
}
#reserve a {
    color: #fff;
    text-decoration: none;
}
	#main.sub .main_box {
		padding: 30px 20px;
	}
	.main_box .box .txt_box {
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}
	.main_box .box .img_box {
		float: none;
		width: 100%;
	}
	.main_box .box:nth-of-type(even) .txt_box {
		float: none;
	}
	.main_box .box:nth-of-type(even) .img_box {
		float: none;
	}
	.gry_b {
		width: 90%;
		margin-bottom: 30px;
	}
	img.ma80 {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 1024px){
	.subtit .tit h2{
		font-size:20px;
		letter-spacing:1px;
		padding:0 2.5%;
	}
	.h3s{
		font-size:20px;
	}
}

/*concept*/

.concept .tit h3{
	text-align:center;
	font-size:30px;
	font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
	font-weight:normal;
	letter-spacing:2px;
	line-height:130%;
}
.concept1 .tbox{
	float:right;
	width:54%;
}
.concept1{
	padding:80px 0 40px 0;
}
.concept1 .tbox p{
	padding:0 0 20px 0;
	letter-spacing:180%;
}
.concept2 .tit{
	float:right;
	width:48.3%;
}
.concept2 .tit .pic{
	text-align:right;
}
.concept2 .tit .pic img{
	opacity:0.5;
}
.concept2 .tbox{
	width:51.6%;
	text-align:center;
}
.concept2 .tbox p{
	padding:0 0 20px 0;
	letter-spacing:180%;
}

.bk1{
	background:#fafafa;
}
.concept2{
	padding-bottom:150px;
}

.concept3 .slidewrap{
	float:left;
	margin-top:-85px;
	width:50%;
}
.concept3 .tbox{
	width:47.7%;
	float:right;
	padding:65px 0 0 0;
}
.concept3 .tbox p{
	padding:0 0 25px 0;
}
.concept3 .tbox p strong{
	font-weight:normal;
	font-size:20px;
}
.concept3 .slidewrap .slidenav li{
	width:10px;
	height:10px;
	text-indent:-9999px;
	background:#bfbfbf;
	margin:0 10px;
	border-radius:50%;
}
.concept3 .slidewrap .slidenav li.st{
	background:#707070;
}
.concept3 .slidewrap .slidenav{
	padding:20px 0 27px 0;
}
.concept3{
	padding-bottom:40px;
}
@media only screen and (max-width: 1024px){
	.concept .tit h3{
		font-size:20px;
	}
	.concept3 .tbox p strong{
		font-size:18px;
	}
}
@media only screen and (max-width: 599px){
	.concept1 .tit{
		float:none;
		width:auto;
	}
	.concept1 .tbox{
		float:none;
		width:auto;
	}
	.concept2 .tit{
		float:none;
		width:auto;
	}
	.concept2 .tbox{
		float:none;
		width:auto;
	}
	.concept3 .slidewrap{
		float:none;
		width:auto;
		max-width:500px;
		margin-left:auto;
		margin-right:auto;
	}
	.concept3 .tbox{
		width:auto;
		float:none;
	}
}

.pagenav li.next{
	padding-left:1em;
}
.pagenav li.prev{
	padding-right:1em;
}
.pagenav li{
	font-weight:bold;
	font-size:16px;
	padding:0 0.5em;
}


/*contact*/

.contact1{
	padding:85px 0 65px 0;
}
.contact1 .wrap{
	max-width:800px;
	margin:0 auto;
	position:relative;
	margin-bottom:70px;
}
.contact1 .wrap dl{
	position:absolute;
	top:6px;
	left:6px;
	bottom:6px;
	right:6px;
	border:1px solid #a0a0a0;
}
.contact1 .wrap dt{
	text-align:center;
	color:#fff;
	font-size:20px;
	padding:35px 0 0 0;
}
.contact1 .wrap dd{
	text-align:center;
	color:#fff;
	font-size:50px;
	font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
	letter-spacing:2px;
}
.contact1 .wrap dd a{
	color:#fff;
}
.contact1 .txt p{
	text-align:center;
	padding:0 0 20px 0;
}
@media only screen and (max-width: 1024px){
	.contact1 .wrap dt{
		font-size:18px;
		padding-top:10px;
	}
	.contact1 .wrap dd{
		font-size:24px;
	}
}
@media only screen and (max-width: 599px){
	.contact3 dt{
		float:none;
		max-width:none;
	}
	.contact3 dd{
		padding-left:0;
	}
	.contact1 .wrap dt{
		font-size:12px;
		padding-top:5px;
	}
	.contact1 .wrap dd{
		line-height:120%;
	}
	.contact2 dt{
		float:none;
		width:auto;
	}
	.contact2 dt strong{
		float:none;
		margin-left:1em;
	}
	.contact2 dd{
		padding-left:0;
		margin-top:10px;
	}
}


/*news*/

.newslist{
	max-width:800px;
	margin:0 auto;
	width:95%;
}
.newslist .pic{
	float:left;
	width:25%;
	padding:0 0 20px 0;
}
.newslist dl{
	float:right;
	width:67.5%;
	padding:0 0 20px 0;
}
.newslist dd.c{
	display:inline-block !important;
	background:#000;
	text-align:center;
	color:#fff;
	padding:6px 2.5%;
	min-width:140px;
	box-sizing:border-box;
	margin-bottom:10px;
}
.newslist dd.d{
	padding-bottom:20px;
}
.newslist dt{
	font-size:16px;
	font-weight:bold;
	padding:0 0 20px 0;
}
.newslist dt+dd{
	text-align:right;
}
.newslist dt+dd a{
    display: inline-block !important;
    width: 100%;
    max-width: 240px;
    border: 1px solid #000;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
    padding: 18px 0;
}
.newslist .box{
	padding-bottom:20px;
}

.newslist .box:last-child{
	padding-bottom:0;
}
.newslist .box:last-child .pic{
	padding-bottom:0;
}
.newslist .box:last-child dl{
	padding-bottom:0;
}

@media only screen and (max-width: 599px){
	.newslist .pic{
		float:none;
		width:auto;
		text-align:center;
	}
	.newslist dl{
		float:none;
		width:auto;
	}
}

/*home*/

.home-head{
	position:relative;
	overflow:hidden;
	height: 90vh;
}

.home-head:after {
	position: absolute;
    display: block;
    content: "";
	background:url(../images/naname_shita.png) 0 0 repeat;
	background-size: cover;
	width: 100%;
	height: 20%;
	bottom: 0;
	left: 0;
}
.home-head.sub {
	height: 0 !important;
}

.home-head .slide{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
.home-head .slide:before{
	width:100%;
	height:100%;
	content:"";
	background:url(../images/top/gr.png) 0 0 repeat;
	position:absolute;
	top:0;
	left:0;
	opacity:0.5;
	
}
.home-head .slide img{
	width:100%;
	height:auto;
}

.home-head .inner{
	position:relative;
	z-index:1;
	max-width:1000px;
	margin:0 auto;
	padding:200px 0;
	width:95%;
}

.home-head .inner .logo{
	padding-bottom:20px;
	text-align: center;
}
.home-head .inner p{
	padding:0 0 20px 0;
	font-size: 21px;
	font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
	line-height: 400%;
	letter-spacing: 4px;
}
.home-head .inner p span.txt {
	display: block;
	font-size: 80px;
	letter-spacing: 12px;
}
.home-head .inner p span.txt span.t01 {
	opacity: 0;
	transition: 0.0s !important;
	-webkit-transition: 0.0s !important;
	-ms-transition: 0.0s !important;
}
.home-head .inner p span.txt span.t02 {
	opacity: 0;
	transition: 1.0s !important;
	-webkit-transition: 1.0s !important;
	-ms-transition: 1.0s !important;
}
.home-head .inner p span.txt span.t03 {
	opacity: 0;
	transition: 2.0s !important;
	-webkit-transition: 2.0s !important;
	-ms-transition: 2.0s !important;
}
.home-head .inner p span.txt span.t04 {
	opacity: 0;
	transition: 2.5s !important;
	-webkit-transition: 2.5s !important;
	-ms-transition: 2.5 !important;
}
.home-head .inner p span.txt span.t05 {
	opacity: 0;
	transition: 3.0s !important;
	-webkit-transition: 3.0s !important;
	-ms-transition: 3.0s !important;
}
.home-head .inner p span.txt span.t06 {
	opacity: 0;
	transition: 4.0s !important;
	-webkit-transition: 4.0ss !important;
	-ms-transition: 4.0ss !important;
}

.home-head .sns li{
	padding:0 12px 12px 0;
}
.home-head .sns{
	padding-bottom:80px;
}

.home_news {
	padding: 0 0 100px;
}
.home_news li {
	padding: 0 0 20px;
}
.home_news li span {
	padding-right: 50px;
}
.home_news p {
	width: 200px;
	margin: 30px auto 0;
	padding: 10px 0;
	border: 2px solid #333;
	text-align: center;
	border-radius: 20px;
	font-size: 18px;
	font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: bold;
}
.home_concept {
	margin: 20px auto 0;
    padding-top: 8%;
}
.home_concept .left_box , .home_concept .right_box{
	width: 48%;
	text-align: center;
}
.home_concept .left_box p {
	font-size: 24px;
	font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
	line-height: 200%;
}

.home_concept .center_box p {
	font-size: 18px;
	letter-spacing: 5px;
	font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
}
.home_box {
	background: url(../images/about_bk.jpg) 0 0 no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 15%;
    padding-bottom: 20%;
}
.home_box:before {
	position: absolute;
    display: block;
    content: "";
    background: url(../images/naname_ue.png) 0 0 repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 15%;
    top: 0;
    left: 0;
}
.home_box:after {
	position: absolute;
    display: block;
    content: "";
    background: url(../images/naname_shita.png) 0 0 repeat;
    background-size: cover;
    width: 100%;
    height: 15%;
    bottom: 0;
    left: 0;
}
.home_box h3 {
	padding-top: 60px;
}
.home_box li {
	width: 31%;
	margin: 20px 1%;
}
.home_box li figure{
	margin: 0;
	position: relative;
	overflow: hidden;
}
.home_box li figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
}
.home_box li figure:hover figcaption {
	bottom: -80%;
	left: 0;
}
.home_box li h4 {
	text-align: center;
	font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
    font-weight: bold;
	font-size: 20px;
	color: #fff;
	margin-top: 30%;
}
.home_box li figure:hover figcaption h4 {
	margin-top: 3%;
}
@media only screen and (max-width: 1024px){
	.home-head {
		height: 80vh;
	}
	.home-head:after {
		height: 15%;
	}
	.home-head.sub {
		height: 0 !important;
	}
	.home-head .inner{
		padding-top: 35%;
	}
	.home-head .sns{
		padding-bottom:20px;
	}
	.home-head .slide img {
		max-width: none !important;
		width: auto !important;
		height: 100% !important;
		transform: translateX(-40%);
    	-webkit-transform: translateX(-40%);
    	-ms-transform: translateX(-40%);
	}
	.home_concept {
		margin-top: 4%;
	}
	.home_concept .left_box p {
		font-size: 18px;
	}
	.footer_con .box {
		margin-right: 20px;
		margin-left: 20px;
	}
	.footer_con .box li:nth-of-type(2) {
		margin-right: 20px !important;
	}
	.footer_con .box li:nth-of-type(2) a {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	@media screen and (orientation: landscape) {
		.home-head .slide img {
			max-width: none !important;
			width: 100% !important;
			height: auto !important;
			transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
		}
		.home-head .inner p span.txt {
			font-size: 50px;
		}
		.home-head .inner .logo {
			font-size: 18px;
		}
		.home-head .inner {
			padding-top: 15%;
		}
		.footnav {
			float: none;
		}
		.home_news {
			padding: 0 20px 30px;
		}
		.home-head {
			height: 100vh;
		}
	 }
}
@media only screen and (max-width: 599px){
	.home-head .inner {
		padding-top: 45%;
	}
	.home-head .inner .logo {
		width: 90%;
    	margin: auto;
    	font-size: 14px;
    	letter-spacing: 0;
	}
	.home-head .inner p span.txt {
		font-size: 40px;
	}
	.home_concept .center_box h3 span {
		font-size: 40px;
	}
	.home_news {
		padding: 0 20px 80px;
	}
	.home-news h3:after{
		display:block !important;
		width:100%;
		height:1px;
		line-height:0;
		margin:5px 0;
	}
	.home-news h3{
		display:block !important;
	}
	.home_box li {
		width: 46%;
	}
	.home_box:before {
		height: 10%;
	}
	.home_box:after {
		height: 10%;
	}
	.home_concept .center_box p {
		letter-spacing: 0;
	}
	.home_box li figcaption {
		bottom: -80% !important;
		left: 0;
	}
	.home_box li figure figcaption h4 {
		margin-top: 2%;
	}
	.footer_con .box li {
		float: none !important;
		text-align: center;
	}
	.footer_con .box li:nth-of-type(1) {
		border-right: none !important;
    	border-bottom: 1px solid #ccc;
		margin: 0 auto !important;
	}
	.footer_con .box li:nth-of-type(2) {
		margin: 0 auto !important;
	}
	.footer_con .box li:nth-of-type(2) a {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.footer_con .box li:nth-of-type(3) {
		width: 100%;
	}
	.footer_con {
		padding: 50px 0 !important;
		margin: 0 20px !important;
	}
	.home_box h3 {
		padding-bottom: 30px;
	}
	.home_box li h4 {
		font-size: 16px;
	}
	.home_news li span {
		display: block;
		padding: 0;
	}
	#footer {
		padding-top: 40px;
	}
	#footer .footinfo {
		margin: auto;
		float: none;
	}
	#footer .footinfo h3 {
		width: 100% !important;
	}
	.footnav {
		width: 90% !important;
		margin: auto;
		float: none;
	}
	.footnav ul:nth-of-type(1) {
		float: none !important;
		width: 60%;
		margin-bottom: 20px;
	}
	.footnav ul:nth-of-type(2) {
		width: 50%;
	}
	.footnav ul:nth-of-type(3) {
		width: 50%;
		margin-top: 35px;
	}
}
.home-blog {
	position:relative;
	margin-bottom:85px;
}
.home-blog li{
	float:left;
	width:20%;
}
.home-blog li a{
	display:block;
	position:relative;
}
.home-blog li a .w{
	position:absolute;
	bottom:0;
	z-index:1;
	color:#fff;
	width:95%;
	height:auto;
	bottom:10px;
	left:2.5%;
	text-shadow:0 0 5px #000,0 0 5px #000;
}
.home-blog li a img{
	width:100%;
	height:auto;
}

.home-blog li a .w .d{
	display:block;
}
.home-blog ul{
	width:100%;
	margin-left:50%;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.home-blog .prev{
	position:absolute;
	top:50%;
	left:10px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.home-blog .next{
	position:absolute;
	top:50%;
	right:10px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.home-concept .pic{
	float:right;
	width:50%;
}
.home-concept .pic img{
	width:100%;
}
.home-concept .pic .w{
	display:inline-block !important;
	margin-left:-36%;
	width:136%;
}
.home-concept .tbox{
	float:left;
	width:50%;
	position:relative;
	margin:85px 0 25px 0;
	padding-left:2.5%;
	box-sizing:border-box;
}
.home-concept .tbox:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	background:#fafafa;
	right:50px;
}
.home-concept .inn{
	max-width:500px;
	float:right;
	width:100%;
	box-sizing:border-box;
	padding:30px 50px 20px 0;
	position:relative;
	z-index:2;
}
.home-concept .inn h3{
	text-align:left;
}
.home-concept .inn h3:after{
	margin-left:0;
}
.home-concept  h4{
	font-family: "UtsukushiMincho";
	font-size:25px;
	padding:0 0 20px 0;
}
.home-concept  h4 .s{
	font-size:20px;
}
.home-concept .tbox p{
	padding:0 0 20px 0;
}
.home-concept .tbox .more a{
	display:inline-block !important;
	background:#000;
	color:#fff;
	font-size:10px;
	padding:5px 25px;
	min-width:100px;
	text-align:center;
}
@media only screen and (max-width: 1024px){
	.home-concept  h4{
		font-size:18px;
	}
	.home-concept  h4 .s{
		font-size:14px;
	}
	.home-concept .tbox:before{
		right:0;
	}
}
@media only screen and (max-width: 599px){
	.home-concept .pic{
		float:none;
		width:auto;
	}
	.home-concept .pic .w{
		width:100%;
		margin-left:0;
	}
	.home-concept .tbox{
		margin-top:0px;
	}
	.home-concept .tbox{
		float:none;
		width:auto;
		background: #fafafa;
		
	}
	.home-concept .tbox:before{
		display:none !important;
	}
	.home-concept .inn{
		float:none;
	}
}

.home-menu{
	padding:70px 0 85px 0;
}
.home-menu h4{
	text-align:center;
	font-size:18px;
	font-family: "UtsukushiMincho";
	font-weight:normal;
	padding:0 0 20px 0;
}
.home-menu .w10 p{
	text-align:center;
	padding:0 0 20px 0;
}
.home-menu .w10 ul{
	margin:20px 0 55px 0;
	position:relative;
}
.home-menu .w10 li{
	width:15%;
	
	margin-right:2%;
}
.home-menu .w10 li:nth-child(6n+6){
	margin-right:0;
}
.home-menu .w10 li a{
	display:inline-block !important;
	position:relative;
	background:#000;
}
.home-menu .w10 li a .w{
	position:absolute;
	top:50%;
	left:0;
	text-align:center;
	width:100%;
	color:#fff;
	font-size:20px;
	z-index:1;
	font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	letter-spacing:1.5px;
}
.home-menu .w10 li img{
	opacity:0.75;
}
.home-menu .w10 li:nth-child(2n+2){
	margin-top:50px;
}
.home-menu .w10 ul:before{
	content:"";
	width:400%;
	height:1px;
	position:absolute;
	background:#c8c8c8;
	top:50%;
}
.home-menu .bk{
	position:relative;
}
.home-menu .bk .logo{
	text-align:center;
	padding:20px 0 8px 0;
	position:relative;
	z-index:1;
}
.home-menu .bk .pic img{
	width:100%;
	height:auto;
}
.home-menu .bk .maru{
	position:absolute;
	top:0;
	right:5.5%;
}
@media only screen and (max-width: 1024px){
	.home-menu .w10 li a .w{
		font-size:14px;
	}
	
}
@media only screen and (max-width: 599px){
	.home-menu .w10 li{
		width:48%;
		text-align:center;
		margin-left:1%;
		margin-right:1% !important;
	}
}

@media only screen and (max-width: 599px){
	.home-staff dt{
		font-size:20px;
	}
	.home-staff dt .p{
		letter-spacing:0;
	}
	.footer_con .box li:nth-of-type(2) span {
		font-size: 14px;
		display: block;
	}
	.footer_con {
		padding: 80px 0 0;
	}
	.home_concept .left_box, .home_concept .right_box {
		width: 100%;
	}
	.home_concept .right_box {
		margin-top: 30px;
	}
}

.footer_con {
	padding: 80px 0;
	max-width: 850px;
	margin: auto;
}
.footer_con .box {
	border: 3px solid #ccc;
	padding: 10px;
}
.footer_con .box li {
	float: left;
}
.footer_con .box li:nth-of-type(1) {
	font-size: 18px;
	border-right: 1px solid #ccc;
	padding: 20px;
	margin-right: 20px;
	font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
	color: #416e5a;
	font-weight: 900;
}
.footer_con .box li:nth-of-type(2) , .footer_con .box li:nth-of-type(3) {
	margin-right: 40px;
	font-size: 32px;
	font-weight: 900;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝", serif;
}
.footer_con .box li:nth-of-type(2) a {
	font-size: 32px;
	font-weight: 900;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝", serif;
	display: inline-block;
	padding: 15px 0 0;
	line-height: 100%;
}
.footer_con .box li:nth-of-type(2) span {
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝", serif;
	display: inline-block;
}
.footer_con .box li:nth-of-type(3) {
	padding-top: 15px;
	line-height: 100%;
}
.footer_con .box li span {
	font-size: 18px;
	padding-right: 10px;
}
@media only screen and (max-width: 599px){
	.main_box .box ul.pic_girl li {
		text-align: center;
		width: 48%;
		padding: 0 1% 20px;
		float: left;
	}
	@media screen and (orientation: landscape) {
		.home-head .inner {
			padding-top: 7% !important;
		}
		.home-head {
			height: 100vh !important;
		}
	}
}

.main_box .box .txt_box.model_box {
	width: 100%;
}
.sub_img_model {
	position: relative;
	margin-bottom: 120px;
}
.sub_img_model img {
	width: 100% !important;
	max-width: 600px;
	height: 100% !important;
	margin: auto;
	margin-top: 100px;
	z-index:-2;
}
.sub_img_model .grd01 {
	max-width: 600px;
	max-height: 80%;
	width: 80%;
	height: 550px;
	background: #bcebfe; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #bcebfe 0%, #f7e2ff 50%, #ffe7f3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #bcebfe 0%,#f7e2ff 50%,#ffe7f3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #bcebfe 0%,#f7e2ff 50%,#ffe7f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcebfe', endColorstr='#ffe7f3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	position: absolute;
	top: 0;
	right: 0;
	z-index: -10;
}
.sub_img_model h2 {
	font-family: 'Dancing Script', cursive;
	font-size: 3rem;
	text-align: center;
	position: absolute;
    bottom: 100px;
}
.sub_img_model h2 span {
	font-size: 16px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,Hiragino Sans,"游ゴシック",YuGothic,'ＭＳ Ｐゴシック',sans-serif;
	display: block;
}
.sub_img_model h2:before {
	content: attr(data-title);
	font-size: 3rem;
	color: #fff;
	position: absolute;
    left: 5px;
    bottom: 75px;
	width: 100%;
	z-index: -1;
}
.main_box_model {
	position: relative;
}
.main_box_model img {
	border: 10px solid #fff;
	box-sizing: border-box;
}
.main_box_model .grd02 {
	width: 100%;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -3;
	background: #ffe7f3; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ffe7f3 0%, #f7e2ff 50%, #bcebfe 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #ffe7f3 0%,#f7e2ff 50%,#bcebfe 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #ffe7f3 0%,#f7e2ff 50%,#bcebfe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe7f3', endColorstr='#bcebfe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.main_box_model .in {
	padding-top: 120px;
	align-items: center;
}
.main_box_model .in .left {
	width: 50%;
}
.main_box_model .in .right {
	width: 45%;
	background: rgba(255,255,255,0.7);
	margin-left: 5%;
	padding: 50px;
	box-sizing: border-box;
	position: relative;
}
.main_box_model .in .right h2 {
	font-family: 'Dancing Script', cursive;
	position: absolute;
	top: -30px;
	left: -20px;
	transform: translateX(-10%) translateY(0) rotate(-20deg);
}
.main_box_model .in .right .txt {
	line-height: 230%;
}
@media only screen and (max-width: 1024px){
	.sub_img_model h2 {
		left: 3%;
	}
	.sub_img_model img {
		width: 60%;
		height: 100% !important;
	}
	.main_box_model .in {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 80px;
	}
	.sub_img_model .grd01 {
		width: 60%;
	}
}
@media only screen and (max-width: 599px){
	.main_box_model .in .left {
		width: 100%;
	}
	.main_box_model .in .right {
		width: 100%;
		margin-top: 60px;
	}
	.main_box_model .in {
		padding: 40px 20px;
		margin-bottom: 40px;
	}
	.sub_img_model h2 {
		bottom: -90px;
	}
}
.main_box_model .back {
	width: 200px;
    margin: 60px auto 0;
    padding: 10px 0;
    border: 2px solid #333;
    text-align: center;
    border-radius: 20px;
    font-size: 18px;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: bold;
}