@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

/* IE 6 does not support max-width so default to width 100% */

img, object, embed, video {
	width: 100%;
	margin: auto;
	border-radius: 10px;
}



.color{
	color: #bb2700;
}

/* Mobile Layout: 480px and below. */


@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



/*PC*/
@media print, screen and (min-width: 769px) {

.pcBr {
display: inline-block;
}

.spBr {
display: none;
}

.pc {
display: block;
}

.sp {
display: none!important;
}
	
.btn {
    width: 200px;
}
	
.btn a{
	background: #fff;
	border: 1px solid #444;
	color: #444;
	padding: 5px 0px;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 600;
	display: block;
	text-align: center;
}
.btn a:hover{
	background: #444;
	border: 1px solid #fff;
	color: #fff;
	padding: 5px 0px;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 600;
	display: block;
	text-align: center;
}

/*more*/
/*----------------------------*/
.more{
	margin: 50px auto 30px;
	text-align: right;
}
.more a{
	position: relative;
	border: 1px solid #333;
	padding: 10px 30px;
	border-radius: 50px;
	font-size: 0.9em;
}
.more a:hover{
	color: #d09c80;
	transition: all 0.3s ease-out;
}

	

/*--パンくず---------*/
#pan_area {
width: 100%;
font-size: 1.3rem;
padding-top: 15px;
margin-bottom: 15px;
}
#pan_area h3 {
font-size: 1.3rem;
font-weight: normal!important; 
}
#pan_area #pan_area_in {
width: 100%;
margin: 0 auto;
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;

display: flex;
justify-content: flex-end;
-webkit-box-pack: end;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#pan_area #pan_area_in .pan_list {
padding-right: 16px;
margin-right: 10px;
position: relative;
}
#pan_area #pan_area_in .pan_list::before {
position: absolute;
content: "";
right: 0;
top: 50%;
width: 4px;
height: 4px;
margin-top: -2px;
border-top: 1px solid #303030;
border-right: 1px solid #303030;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
#pan_area #pan_area_in .pan_list:last-child {
padding-right: 0;
margin-right: 0;
}
#pan_area #pan_area_in .pan_list:last-child::before {
display: none;
}
#pan_area #pan_area_in .pan_list a {
text-decoration: underline;
/*text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;*/
}


#contents{
width: 100%;
min-width: 1200px;
margin: auto;
}

.comPd_80{
padding: 80px 0;
}

.w1100{
width: 1100px;
margin: auto;
}

.w1200 { max-width: 1200px; margin: auto;}
.w1000 { max-width: 1000px; margin: auto;}
.w960 { max-width: 960px; margin: auto;}



/*--スクロールトップ---------*/
#totop {
bottom: 50px;
display: block;
position: fixed;
right: 20px;
z-index: 2000;
}

#totop a {
display: block;
width: 54px;
height: 54px;
text-indent: -1000em;
overflow: hidden;
background: url("../images/com/btn_scroll_top.png") 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}


/*-----------*/
.bgWhite {
background-color: #fff;
}

.comPd70 {
padding: 70px 0;
}
	
.comPd01 {
padding: 0 0 150px;
}

.pt80 {
padding-top: 80px;
}

.w80p {
width: 80%;
margin-left: auto;
margin-right: auto;
}
.waku_fff {
border: #fff 1px solid;
}

.rightBtn {
margin-left: auto;
margin-right: 0;
}

.centerBtn {
margin-left: auto;
margin-right: auto;
}

/*中ページのヘッド*/
/*//////*/
/*.hedTitBox {
padding: 30px 0 50px;
}*/

/*-----タイトル-----*/

.com_table {
border-top: 1px solid #dfdfdf;
width: 100%;
}

.com_table th {
/*background:#F0F0F0;*/
width:25%;
background:none;
border-bottom: 1px solid #dfdfdf;
padding: 30px;
text-align: left;
display:table-cell;
position: relative;
}

.com_table th span {
font-style: italic;
font-family: 'Osaka','Verdana';
}

.com_table td {
border-bottom: 1px solid #dfdfdf;
/*border-left: 1px solid #f1f0ee;*/
padding: 30px;
display:table-cell;
vertical-align: middle;
}

.com_table2 {
width: 100%;
}

.com_table2 th {
color: #FFF;
line-height: 1.1;
padding: 1.0em;
background: #2a2a2a;
text-align: center;
border-bottom: #fff 1px solid;
}

.com_table2 td {
padding: 1.0em;
border-bottom: solid 1px #E4E4E4;
vertical-align: middle;
}

/*タイトル*/
.comTit01 { font-size: 25px; text-align: center; font-weight: bold; margin-bottom: 50px; color: #765635; position: relative; padding-bottom: 15px; }
.comTit01::before { content: ""; position: absolute; bottom: 0; width: 50px; height: 1px; border-top: 1px dashed #765635; left: 0; right: 0; margin: auto; display: block; }
.comTit02 { font-size: 20px; text-align: center; font-weight: 400; margin-bottom: 50px; }

.comTit03 {
position: relative;
display: inline-block;
padding-left: 35px;
font-size: 20px;
font-weight: bold;
letter-spacing: 0.01em;
margin-bottom: 20px;
}

.comTit03:before {
content: '';
position: absolute;
top: 50%;
left:0;
display: inline-block;
margin-top: -2px;
width: 20px;
height: 2px;
background-color: #765635;
}

.com_txt { text-align: center; line-height: 2em; font-size: 16px;  }

/* header
--------------------------------------------*/
/*header{
	position: relative;
	min-width: 1200px;
}*/


header {
	position: relative;
}


	
.logo_Hed {
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
width: 90px;
line-height: 1;
position: absolute;
top: 20px;
left: 0;
right: 0;
margin: auto;
z-index: 2;
}
.logo_Hed img {
width: 100%;
}

.logo03 {
position: absolute;
bottom: -109px;
left: 0;
right: 0;
margin: auto;
width: 220px;
z-index: 1;
}

.subMenu {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
align-items: center;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
color: #222!important;
}

.subMenu li {
margin-right: 20px;
}
	
.subMenu li.submenu_btn {
}

.subMenu li.submenu_btn a {
border: 1px solid #bb2700;
padding: 5px 10px;
border-radius: 15px;
font-weight: 600;
color: #bb2700;
}
.subMenu li.submenu_btn a:hover {
border: 1px solid #bb2700;
padding: 5px 10px;
border-radius: 15px;
background: #bb2700;
color: #fff;
}

.subMenu li:last-child {
margin-right: 0px;
}

.subMenu li a {
font-size: 1.2rem;
font-weight: 400; 
}

.subMenu li a.en { font-weight: 700; letter-spacing: 0.1em; }

#menu {
margin-top: 15px;
display: flex;
display: -ms-flexbox;
justify-content: flex-end;
-ms-flex-pack: end;
}
.sticky #menu {
margin-top: 0px;
}

#menu li {
font-size: 1.5rem;
margin-right: 40px;
}

#menu li:last-child {
margin-right: 0px;
}

#menu li a {
font-weight: bold;
letter-spacing: 0.08em;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
line-height: 1.2em;
font-size: 13px;
}
#menu li a:hover {
color: #bb2700;
}

header.smaller #menu li a {
color: #222;
}



.inqBox {
width: 280px;
}

.inqBox ul {
display: table;
height: 100%;
margin-left: auto;
margin-right: 0;
}

.inqBox li {
display: table-cell;
}

.inqBox a {
font-size: 1.5rem;
display: block;
line-height: 80px;
width: 120px;
padding: 10px;
text-align: center;
}

.inq1 a,
.inq2 a {
color: #fff;
font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Osaka,"MS Pゴシック","MS PGothic",sans-serif;
font-weight: bold;
letter-spacing: 0.08em;
}

.inq1 a {
background-color: #454545;
}

.inq2 a {
background-color:  #dd0012;
}

.inq1 a:hover,
.inq2 a:hover {
background-color: #666666;
}

.sp_list {
display: none;
}

header.smaller #header {
height: 80px;
background: rgba(255,255,255,1);
}


header.smaller .subMenu {
display: none;
}


header.smaller .mainMenu {
height: 70px;
display: block;
}

header.smaller #menu li a {
padding-bottom: 10px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
/*display: table-cell;
line-height: 50px;*/
}

header.smaller .inqBox a {
display: block;
line-height: 50px;
width: 120px;
padding: 10px;
text-align: center;
}

header.smaller .menuWrap .menu { margin-top: 30px; }


.burger-btn{
	position: fixed;
	top: 30px;
	right: 20px;
	z-index: 3;
	/*   codepenの挙動のため */
	border:none;
	cursor: pointer;
	cursor: hand;
}
	
.bar{
	width: 30px;
	height: 2px;
	display: block;
	background-color: #333;
}

.bar_mid{
	margin: 10px 0;
}

.burger-btn.close .bar_top{
	transform: translate(0%,15px) rotate(45deg);
	transition: transform .3s;
}
.burger-btn.close .bar_mid{
	opacity: 0;
	transition: opacity .3s;
}
.burger-btn.close .bar_bottom{
	transform: translate(0%,-9px) rotate(-45deg);
	transition: transform .3s;
}
	
.nav-wrapper{
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;/*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
}
.header-nav{
	width: 100%;
	height: 100%;
	background-color:rgba(228,214,201,1);
	z-index: 2;
}
.header-nav .logo_img{
	position: absolute;
	top: 0px;
	left: 0;
	margin: auto;
	width: 350px;
}
.header-nav .illust_img{
	position: absolute;
	bottom: 50px;
	right: 50px;
	width: 300px;
}
.header-nav .nav-list{
	display: flex;
	position: fixed;
	top: 50%;
	left: 55%;
	transform: translate(-50%,-50%);
	flex-wrap: wrap;
}
.header-nav .nav-item{
	margin-right: 0;
	margin-bottom: 40px;
	width: 50%;
	font-weight: 900;
	font-size: 1.1em;
	
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
.header-nav .nav-item:nth-child(2){ animation-delay: .1s; }
.header-nav .nav-item:nth-child(3){ animation-delay: .2s; }
.header-nav .nav-item:nth-child(4){ animation-delay: .3s; }
.header-nav .nav-item:nth-child(5){ animation-delay: .4s; }
.header-nav .nav-item:nth-child(6){ animation-delay: .5s; }
.header-nav .nav-item:nth-child(7){ animation-delay: .6s; }
.header-nav .nav-item:nth-child(8){ animation-delay: .7s; }
.header-nav .nav-item:nth-child(9){ animation-delay: .8s; }
.header-nav .nav-item:nth-child(10){ animation-delay: .9s; }
.header-nav .nav-item:nth-child(11){ animation-delay: 1s; }
.header-nav .nav-item a{
	
}

.headersns{
	position: absolute;
	top: 80px;
	right: 20px;
	z-index: 3;
}
.headersns a {
    display: block;
    width: 30px;
    margin: 0 0 15px 0;
}



/* footer
--------------------------------------------*/
footer{
	position: relative;
}
	
.footContact {
    min-width: 1200px;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	background-color: #f4efe9;
}
.footContact .footContact__inner {
    width: 50%;
	padding: 50px 0;
	position: relative;
	text-align: center;
}
.footContact .footContact__inner:last-child {
    position: relative;
}
.footContact .footContact__inner:last-child::before {
    content: "";
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
	height: 100%;
	border-left: 1px solid #999;
}
	
.footContact .footContact__inner h2 {
    padding-bottom: 30px;
	font-size: 1.8em;
	font-weight: 500;
}

.footContact .footContact__inner .more {
    text-align: center;
}

#footer{
	min-width: 1200px;
	padding: 60px 0 10px;
}
	
.f_logo {
    width: 60px;
    margin: 0 auto 30px;
}
	
.footersns{
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto 50px;
	align-items: center;
}
	
.f_adress {
    color: #333;
    line-height: 2;
    letter-spacing: 0.05em;
	/*text-align: center;
	padding-bottom: 30px;*/
}
	
.footerMu {
	width: 1200px;
	margin: auto;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-around;
}
	
.footerMu li {
	font-size: 0.8em;
}
.footerMu li a:hover {
    color: #d09c80;
}
	
	
.footerTopIn {
	/*display: flex;
	width: 1200px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-direction: row-reverse;*/
    margin: 80px auto 10px;
}

.snsgroup a {
	display: inline-block;
    width: 30px;
    margin: 0 0 0 16px;
}
	
.footerCp {
    font-size: 10px;
    text-align: center;
}



/* hed_img
--------------------------------------------*/

.hed_img { position: relative; min-width: 1200px; margin-top: 65px;}
.hed_img .hed_ttl { padding: 250px 0 100px 5%; width: 85%; margin: auto; border-radius: 30px; color: #fff; }
.hed_img .hed_ttl h2 { width: 100%; font-size: 2.4em; font-weight: 500; text-shadow: 0 0px 10px #000; }
.hed_img .hed_ttl .sub_tit { text-shadow: 0 0px 10px #000; }
.pankuzu { list-style: none; display: flex; box-sizing: border-box; min-width: 1000px; margin-left: 5%; }
.pankuzu li { font-size: 0.9em; }
.pankuzu li::after { content: ">"; padding: 0 10px; text-decoration: nonep;}
.pankuzu li:nth-last-of-type(1)::after { content: none;}
.pankuzu li a { }



/* com_ttl
--------------------------------------------*/

.com_ttl { position: relative; width: 1000px; margin: 100px auto 50px;}
.com_ttl h2 { font-size: 2.8em; line-height: 1.2; font-weight: 500; padding-bottom: 10px; position: relative;}
.com_ttl p { color: #d09c80;}
.com_ttl .motto { position: absolute; width: 55%; top: -80px; right: 0;}
.com_ttl .motto img { border-radius: 0;}



/* btnBk
--------------------------------------------*/

.btnBk { text-align: center;}
.btnBk a { position: relative; border: 1px solid #333; padding: 10px 60px; border-radius: 50px; font-size: 0.9em; display: inline-block;}
.btnBk a:hover { color: #d09c80; transition: all 0.3s ease-out;}





}




/*pcとsp共通*/
/*----------------------------*/
.gridContainer {
overflow: hidden;
}



.imgSlide {
width: 100%;
height: 100%;
overflow: hidden;
}
.imgSlide .imgSlideIn {
width: inherit;
height: inherit;
opacity: 0;
}
.isPlay {
animation-name: play;
animation-duration: .5s;
animation-fill-mode: forwards;
animation-timing-function: cubic-bezier(.8,0,.5,1);
position: relative;
opacity: 1 !important;
}
.isPlay:before {
animation-name: maskOut;
animation-duration: .5s;
animation-delay: .5s;
animation-fill-mode: forwards;
animation-timing-function: cubic-bezier(.8,0,.5,1);
content: '';
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
background-color: #202020;
}
@keyframes play {
from {
transform: translateX(-100%);
}
to {
transform: translateX(0);
}
}
@keyframes maskOut {
from {
transform: translateX(0);
}
to {
transform: translateX(100%);
}
}
/*----------------------------------------------------------------------*/







/*sp*/
@media only screen and (max-width: 768px) {
	
.side{
	display: none;
}
	
.btn {
	width: 180px;
}
	
.btn a{
	background: #fff;
	border: 1px solid #444;
	color: #444;
	padding: 5px 0px;
	border-radius: 15px;
	font-size: 12px;
	display: block;
	text-align: center;
}
.btn a:hover{
	background: #444;
	border: 1px solid #fff;
	color: #fff;
	padding: 5px 0px;
	border-radius: 15px;
	font-size: 12px;
	display: block;
	text-align: center;
}

/*more*/
/*----------------------------*/
.more{
	margin: 30px auto 20px;
	text-align: right;
}
.more a{
	position: relative;
	border: 1px solid #333;
	padding: 10px 30px;
	border-radius: 50px;
	font-size: 0.9em;
}
.more a:hover{
	color: #d09c80;
	transition: all 0.3s ease-out;
}

/*-----タイトル-----*/
.com_btn a { 
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	font-weight: 300;
	width: 100%;
	text-align: center;
	padding: 5px 0px;
	border: 1px solid #999;
}
.com_btn a::before,
.com_btn a::after {
	content:'';
	display:block;
	position:absolute;
	border-color:#999;
	box-sizing:border-box;
	border-style:solid;
	width:1em;
	height:1em;
	transition:all 0.3s ease-in-out;
}
.com_btn a::before {
	top:-6px;
	left:-6px;
	border-width:1px 0 0 1px;
	z-index:5;
}
.com_btn a::after {
	bottom:-6px;
	right:-6px;
	border-width:0 1px 1px 0;
}
.com_btn a:hover::before,
.com_btn a:hover::after {
	width:calc(100% + 12px);
	height:calc(100% + 12px);
	border-color: #454545;
}
.com_btn a:hover {
	color:#fff;
	background-color:#454545;
	border-color:#454545;
}


.com_btn2 { position: relative; display: inline-block; font-size: 18px; font-weight: bold; font-weight: 300; color: #fff;  }
.com_btn2 a { color: #fff; }
.com_btn2::after { position: absolute; bottom: -4px; left: 0; content: ""; width: 100%; height: 2px; background: #fff;  transform: scale(0, 1);transform-origin: left top; transition: transform .3s; }
.com_btn2:hover::after {
transform: scale(1, 1);
}

.comTit01 { font-size: 20px; text-align: center; font-weight: bold; margin-bottom: 30px; color: #765635; position: relative; padding-bottom: 15px; }
.comTit01::before { content: ""; position: absolute; bottom: 0; width: 50px; height: 1px; border-top: 1px dashed #765635; left: 0; right: 0; margin: auto; display: block; }
.comTit02 { font-size: 18px; text-align: center; font-weight: 400; margin-bottom: 50px; }

.comTit03 {
position: relative;
display: inline-block;
padding-left: 35px;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.01em;
margin-bottom: 20px;
}

.comTit03:before {
content: '';
position: absolute;
top: 50%;
left:0;
display: inline-block;
margin-top: -2px;
width: 20px;
height: 2px;
background-color: #765635;
}

.gridContainer {
width:100%;
padding:0;
clear: none;
float: none;
margin:0 auto;
}
#div1 {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

.pcBr {
display: none;
}

.spBr {
display: inline-block;
}

.pc {
display: none!important;
}

.sp {
display: block;
}
.main_box { margin: 0 auto 30px; }
.main_tit { font-size: 20px; font-weight: 400; text-align: center; margin-bottom: 30px; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;  }
.main_subtit { font-weight: 400; font-size: 16px; letter-spacing: 0.1em; text-align: center; }
.main_txt { line-height: 1.8em;  text-align: left; }

.w80p {
width: 100%;
margin-left: auto;
margin-right: auto;
}

.lH2 {
line-height: 2em;
}

.w48_l {
width: 100%;
float: left;
}

.w48_r {
width: 100%;
float: right;
}

.w48_l img,.w48_r img {
width: 100%;
height: auto;
}

/* com
--------------------------------------------*/
.comPd { padding-bottom: 70px; }

/*-----#hedimg--------*/
#hedImg {  background: url(../recruit/images/com/gnav_contents_bg2.jpg)center center; background-size: cover; background-repeat: no-repeat; margin-bottom: 50px;  }
.hed_tit { text-align: left; }
.hed_tit h2 { font-size: 18px; letter-spacing: 0.1em; color: #002f7c; font-weight: 700; }
.hed_tit h3 { font-size: 14px; font-weight: 700; }


/*--パンくず---------*/
#pan_area {
width: 100%;
font-size: 10px;
padding-top: 10px;
}
#pan_area h3 {
font-size: 10px;
font-weight: 500;
}
#pan_area #pan_area_in {
width: 100%;
margin: 0 auto;
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: flex-end;
}
#pan_area #pan_area_in .pan_list {
padding-right: 16px;
margin-right: 10px;
position: relative;
}
#pan_area #pan_area_in .pan_list::before {
position: absolute;
content: "";
right: 0;
top: 50%;
width: 4px;
height: 4px;
margin-top: -2px;
border-top: 1px solid #303030;
border-right: 1px solid #303030;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
#pan_area #pan_area_in .pan_list:last-child {
padding-right: 0;
margin-right: 0;
}
#pan_area #pan_area_in .pan_list:last-child::before {
display: none;
}
#pan_area #pan_area_in .pan_list a {
text-decoration: underline;
/*text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;*/
}

#totop {
bottom: 30px;
display: block;
position: fixed;
right: 20px;
z-index: 2000;
width: 45px;
}

#totop a {
display: block;
width: 50px;
height: 50px;
text-indent: -1000em;
overflow: hidden;
background: url(../images/com/btn_scroll_top.png) 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}

/***********/


#contents {
width: 100%;
margin: auto;
overflow: hidden;
}

.contentsIn {
width: 98%;
margin: 0 auto;
}

.fL {
float: left;
}

.fR {
float: right;
}

.w1100 {
width: 96%;
margin-left: auto;
margin-right: auto;
}

.w1000 {
width: 90%;
margin-left: auto;
margin-right: auto;
}

.w1200 {
width: 95%;
margin-left: auto;
margin-right: auto;
}

.comPd01 {
padding: 0 0 80px;
}

.comInBox01 {
margin-bottom: 60px;
}

.comInBox01:last-child {
margin-bottom: 0px;
}

.comPd_80 {
padding: 40px 0;
}

.comPd_top80 {
padding: 40px 0 0;
}

.p_relative {
position: relative;
}

.bgGray {
background-color: #ecf0f4;
}

/*-----------*/
.bgWhite {
background-color: #fff;
}

.comPd70 {
padding: 40px 0;
}

.pt80 {
padding-top: 0;
}

/*//////*/
/*.hedTitBox {
padding: 20px 0 30px;
}*/

/*-----タイトル-----*/

.com_table {
border-top: 1px solid #dfdfdf;
width: 100%;
margin:0 0 40px;
}
	
.com_table th {
background:#F0F0F0;
width:96%;
background:none;
border-bottom:none;
padding: 4% 2%;
text-align: left;
display: block;
position: relative;
border-bottom: #dfdfdf dashed 1px;
}

.com_table th span {
font-style: italic;
font-family: 'Osaka','Verdana';
}	

.com_table td {
border-bottom: 1px solid #dfdfdf;
border-left: none;
padding: 4% 2%;
display: block;
}

.com_table2 {
width: 100%;
}

.com_table2 th {
display: block;
color: #FFF;
line-height: 1.1;
padding: 1.0em;
background: #2a2a2a;
text-align: center;
}

.com_table2 td {
display: block;
padding: 1.0em;
border-bottom: solid 1px #E4E4E4;
vertical-align: middle;
}


/*背景色*/
.comBg01 {
background-color: #f3f2e9;
}


/* header
--------------------------------------------*/
header {
    position: relative;
}

.logo_Hed {
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
width: 65px;
line-height: 1;
position: absolute;
top: 10px;
left: 0;
right: 0;
margin: auto;
z-index: 2;
}
.logo_Hed img {
width: 100%;
}

.logo03 {
position: absolute;
bottom: -72px;
left: 0;
right: 0;
margin: auto;
width: 160px;
z-index: 1;
}

.mainMenu {
box-sizing: border-box;
width: 100%;
align-items: center;
height: 60px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}


.mainMenuInWrap,
.mainMenuIn {
display: none;
}

.inqBox {
display: none;
}



/*menu*/
.mainMenuInWrap{
	display: none;
}

.burger-btn{
	position: fixed;
	top: 15px;
	right: 10px;
	z-index: 5;
	/*   codepenの挙動のため */
	border:none;
}
	
.bar{
	width: 30px;
	height: 1px;
	display: block;
	background-color: #333;
}

.bar_mid{
	margin: 10px 0;
}

.burger-btn.close .bar_top{
	transform: translate(0%,15px) rotate(45deg);
	transition: transform .3s;
}
.burger-btn.close .bar_mid{
	opacity: 0;
	transition: opacity .3s;
}
.burger-btn.close .bar_bottom{
	transform: translate(0%,-7px) rotate(-45deg);
	transition: transform .3s;
}
	
.nav-wrapper{
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;/*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
}	
.header-nav{
	width: 100%;
	height: 100%;
	background-color:rgba(228,214,201,1);
	z-index: 2;
}
.header-nav .logo_img{
	position: absolute;
	top: 0px;
	left: 0;
	margin: auto;
	width: 40%;
}
.header-nav .illust_img{
	position: absolute;
	bottom: 30px;
	right: 20px;
	width: 40%;
}
.header-nav .nav-list{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.header-nav .nav-item{
	margin-right: 0;
	margin-bottom: 20px;
	text-align: center;
	
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
.header-nav .nav-item:nth-child(2){ animation-delay: .1s; }
.header-nav .nav-item:nth-child(3){ animation-delay: .2s; }
.header-nav .nav-item:nth-child(4){ animation-delay: .3s; }
.header-nav .nav-item:nth-child(5){ animation-delay: .4s; }
.header-nav .nav-item:nth-child(6){ animation-delay: .5s; }
.header-nav .nav-item:nth-child(7){ animation-delay: .6s; }
.header-nav .nav-item:nth-child(8){ animation-delay: .7s; }
.header-nav .nav-item:nth-child(9){ animation-delay: .8s; }
.header-nav .nav-item:nth-child(10){ animation-delay: .9s; }
.header-nav .nav-item:nth-child(11){ animation-delay: 1s; }

.headersns{
	position: fixed;
	top: 7px;
	left: 0px;
	z-index: 3;
}
.headersns a {
    display: inline-block;
    width: 30px;
    margin: 0 0 0 10px;
}
	
	

	
	
/* hed_img
--------------------------------------------*/

.hed_img { position: relative; margin-top: 40px;}
.hed_img .hed_ttl { padding: 150px 0 50px 5%; width: 90%; border-radius: 0 30px 30px 0; color: #fff; }
.hed_img .hed_ttl h2 { width: 100%; font-size: 1.4em; font-weight: 500; text-shadow: 0 0px 10px #000; }
.hed_img .hed_ttl .sub_tit { text-shadow: 0 0px 10px #000; }
.pankuzu { list-style: none; display: flex; box-sizing: border-box; margin-left: 2%; }
.pankuzu li { font-size: 0.7em; }
.pankuzu li::after { content: ">"; padding: 0 5px; text-decoration: nonep;}
.pankuzu li:nth-last-of-type(1)::after { content: none;}
.pankuzu li a { }



/* com_ttl
--------------------------------------------*/

.com_ttl { position: relative; width: 90%; margin: 80px auto 50px;}
.com_ttl h2 { font-size: 1.6em; line-height: 1.2; font-weight: 500; padding-bottom: 10px; position: relative;}
.com_ttl p { color: #d09c80;}
.com_ttl .motto { position: absolute; width: 200px; top: -40px; right: 0;}
.com_ttl .motto img { border-radius: 0;}



/* btnBk
--------------------------------------------*/

.btnBk { text-align: center;}
.btnBk a { position: relative; border: 1px solid #333; padding: 10px 60px; border-radius: 50px; font-size: 0.9em; display: inline-block;}
.btnBk a:hover { color: #d09c80; transition: all 0.3s ease-out;}
	
	


/* footer
--------------------------------------------*/


.footContact {
	background-color: #f4efe9;
}
.footContact .footContact__inner {
	padding: 30px 0;
	position: relative;
	text-align: center;
}
.footContact .footContact__inner:last-child {
    position: relative;
}
.footContact .footContact__inner:last-child::before {
    content: "";
	position: absolute;
    top: 0;
    left: 0;
	right: 0;
	margin: auto;
	width: 90%;
	border-top: 1px solid #999;
}
	
.footContact .footContact__inner h2 {
    padding-bottom: 10px;
	font-size: 1.4em;
	font-weight: 500;
}

.footContact .footContact__inner .more {
    text-align: center;
}

#footer{
	padding: 30px 0 10px;
}
	
.f_logo {
    width: 40px;
    margin: 0 auto 10px;
}
	
.f_adress {
    color: #333;
    line-height: 2;
    letter-spacing: 0.05em;
	text-align: center;
	padding-bottom: 30px;
}
	
.footerMu {
	display: none;
}
	
.footerTopIn {
	width: 90%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin: 0 auto;
}
	
.snsgroup {
    text-align: center;
	margin-bottom: 20px;
}

.snsgroup a {
	display: inline-block;
    width: 30px;
    margin: 0 0 0 16px;
}
.snsgroup a:first-of-type {
    margin: 0;
}
	
.copyright {
    font-size: 10px;
    text-align: center;
    padding: 0px 0 10px;
}
}