
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1.  sitebase
    2.  Contents

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









/* =====================================================================================

0.  CSS Reset

===================================================================================== */
html,
body {
	border: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}

ul {
	list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: 0;
}


/* =====================================================================================

1.  sitebase

===================================================================================== */
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
@media(max-width:768px){
	 /*Google Chrome、Safariへの対応*/
	 body::-webkit-scrollbar{
	  display: none;
	}
}

body {
  font-size: clamp(1rem, 0.782rem + 1.09vw, 1.6rem);
  font-weight: 500;
  line-height: 1.7em;
  font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #231815;
}
h1{
	font-size: 5rem;
  line-height: 1.5em;
}
h2,h3,h4{
  line-height: 1.5em;
}
p{
	font-size: 1.6rem;
  line-height: 1.7em;
  letter-spacing: 1px;
	font-weight: 500;
}
dt,dd,dd p{
	font-size: 1.5rem;
  line-height: 1.5em;
}
a {
	font-size: 1.5rem; /* 15px */
  transition: 0.3s;
  color: #000;
	text-decoration: none;
	/* font-weight: 500; */
}
a img:hover {
	opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}
@media(max-width:480px){
	p {
		font-size: 1.5rem;
	}
} 

.p-margin {
	margin-bottom: 15px;
}

/* ======== レイアウトインナー ========= */
.inner01 {
	max-width: 1080px;
	width: 94%;
	margin: 0 auto;
}
.inner02 {
	max-width: 770px;
	width: 90%;
	margin: 0 auto;
}
.inner03 {
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
}

.conts__cell{
  padding: 3em 0;
}

.gap15{
  gap: 15px;
}
.gap20{
  gap: 20px;
}
@media(max-width:480px){
  .sp_w100{
    width: 100% !important;
  }
  .sp_w50{
    width: 50% !important;
  }
  .conts__cell{
    overflow: hidden;
    padding: 2em 0;
  }
  .conts__cell .pad-b_150{
    padding: 0 !important;
  }
  .w-70{
    width: 70%;
    margin: 0 auto;
  }
}


/* =====================
font color
===================== */
.text_y{
  color: #ff8f00;
}
.text_r{
  color: #8f3333;
}
/* =====================
fontsize 
===================== */
.f_24{
  font-size: 2.4rem;
}
@media(max-width:480px){
  .f_24{
    font-size: 2.0rem;
  }
}
/* =====================
background 背景
===================== */
.back_01{
  background: #E8E2D6;
}
.back_02{
	background: url("../img/bg_ami.png") repeat top right,linear-gradient(180deg, #fff 0%, #fff 50%, #E8E2D6 50%, #E8E2D6 100%);
}
.back_03{
	background: #fff;
	border-radius: 8px;
	padding: 2em;
	box-sizing: border-box;
}
.back_04{
	background: #E8E2D6;
	border-radius: 8px;
	padding: 2em;
	box-sizing: border-box;
}
.back_nami{
	background: url("../img/bg_nami.png") no-repeat top center #E8E2D6;
	background-size: 100%;
	padding-top: 4em;
}
@media(max-width:480px){
	.back_03,.back_04{
		padding: 1em;
	}
}

/* =====================
contents装飾
===================== */
.conts_waku{
	border: 1px solid #E15513;
	border-radius: 8px;
	padding: 2em;
	box-sizing: border-box;
	background: #fff;
}
@media(max-width:480px){
	.conts_waku{
		padding: 1em;
	}
}

/* =====================
タイトル title
===================== */
#contentTitle{
	background: #E8E2D6;
	text-align: center;
	font-size: 3.7rem;
	padding: 0.2em 0;
	color: #805C41;
	margin-bottom: 1em;
}
#contentTitle span{
	display: block;
	font-size: 2.0rem;
	line-height: 1.5em;
}
#contentSubTitle{
	text-align: center;
	font-size: 2.5rem;
	color: #805C41;
	line-height: 1.5em;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, serif, sans-serif;
}
.title_style01{
	font-size: 3.5rem;
	color: #805C41;
	line-height: 1.5em;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, serif, sans-serif;
}
.title_style01 span{
	font-size: 4.0rem;
	color: #E15513;
	display: inline-block;
}
.title_style02{
	font-size: 3.0rem;
	font-weight: bold;
	color: #E15513;
	text-align: center;
	width: fit-content;
	min-width: 40%;
	padding: 0.3em 2em;
	border: 1px solid #E15513;
	border-radius: 50px;
	box-shadow: 1px 1px 0px 1px #E15513;
	margin: 0 auto 2em;
	background: #fff;
}
.title_style03{
	font-size: 4.6rem;
	color: #805C41;
  position: relative;
  line-height: 1.5em;
  padding: 0.7em;
}
.title_style03::before {
  position: absolute;
  width: 40%;
  height: 90%;
  content: '';
  border-left: solid 1px #948060;
  border-top: solid 1px #948060;
  top: 0;
  left: 0;
}
.title_style04{
	font-size: 13.6rem;
	color: #E15513;
  position: relative;
  line-height: 1em;
  padding: 10px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, serif, sans-serif;
}
.title_style04.spirit{
	background: url("../img/vision_ttl01.png") no-repeat 60% center;
	background-size: auto 60%;
}
.title_style04.technique{
	background: url("../img/vision_ttl02.png") no-repeat 60% center;
	background-size: auto 60%;
}
.title_style04.communication{
	background: url("../img/vision_ttl03.png") no-repeat 60% center;
	background-size: auto 60%;
}
.title_style04 span{
	font-size: 3.0rem;
	color: #2E2E2E;
	display: inline-block;
	margin-left: 1em;
}
.title_style04::before {
  position: absolute;
  width: 33%;
  height: 70%;
  content: '';
  border-left: solid 1px #948060;
  border-top: solid 1px #948060;
  top: 0;
  left: 0;
}
.title_style05{
	font-size: 3.0rem;
	color: #2E2E2E;
}
.title_style06{
	font-size: 3.0rem;
	text-align: left;
	color: #2E2E2E;
	border-bottom: 1px solid #E15513;
	padding: 0.5em 0;
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
}
.title_style06::before{
  content: '';
	display: inline-block;
	background: url("../img/icon_06.png") no-repeat center left;
	background-size: 100% auto;
	margin-right: 10px;
	width: 80px;
	height: 49px;
}
.title_style07{
	font-weight: bold;
	font-size: 2.0rem;
	margin-bottom: 1em;
	padding-left: 1.2em;
}
.title_style07::before{
  content: '●';
	display: inline-block;
	margin-right: 10px;
	margin-left: -1.2em;
	color: #E15513;
}
.title_style08{
	color: #fff;
	background: #E15513;
	padding: 0 1em;
	margin-bottom: 1em;
	width: fit-content;
	font-size: 2.5rem;
}
.sub_ttl{
	font-size: 1.8rem;
	margin-bottom: 1em;
}

@media(max-width:480px){
  #contentTitle{
    font-size: 2.7rem;
    margin-bottom: 0.5em;
  }
  #contentTitle span{
    font-size: 1.7rem;
  }
  #contentSubTitle{
    font-size: 2.0rem;
  }
  .title_style01{
    font-size: 2.8rem;
  }
  .title_style01 span{
    font-size: 3.0rem;
  }
  .title_style02{
    font-size: 1.8rem;
  }
  .title_style03{
    font-size: 2.0rem;
    line-height: 1.5em;
  }
	.title_style04{
		font-size: 8.6rem;
	}
  .title_style04 span{
    font-size: 2.0rem;
  }
	.title_style05{
		font-size: 2.0rem;
		text-align: center;
		color: #2E2E2E;
	}
  .title_style06{
    font-size: 2.0rem;
  }
  .title_style06::before{
    content: '';
    display: inline-block;
    background: url("../img/icon_06.png") no-repeat center left;
    background-size: 100% auto;
    margin-right: 10px;
    width: 50px;
    height: 49px;
  }
}

/* =====================
テキストstyle 
===================== */

.text_style01{
	font-size: 3.2rem;
	text-align: center;
	color: #2E2E2E;
  border-bottom: 5px double #E15513;
  border-image: initial;
	width: fit-content;
	margin: 0 auto;
}
.text_style01 span{
	font-size: 3.8rem;
	display: inline-block;
	color: #E15513;
}
.txt_orange{
	color: #E15513;
}
.ft_24{
	font-size: 2.4rem;
}
.ft_14{
	font-size: 1.4rem;
}
@media(max-width:480px){
	.text_style01{
		font-size: 1.9rem;
	}
	.text_style01 span{
		font-size: 2.2rem;
	}
}
/* =====================
リストstyle 
===================== */

.list_style01{
	margin: 1em 0;
}
.list_style01 li{
	display: inline-block;
	background: #E15513;
	border-radius: 15px;
	color: #fff;
	padding: 0 1em;
	margin: 0 1em 1em 0;
}
.list_style02{
	display: flex;
	justify-content: space-between;
	margin: 1em 0;
	flex-wrap: wrap;
}
.list_style02 li{
	background: #fff;
	border-width: 5px;
  border-style: double;
  border-color: #E8E2D6;
  border-image: initial;
	width: 22%;
	text-align: center;
	box-shadow: 0px 0px 10px -4px #9b9b9b;
	margin-bottom: 1em;
	padding: 0.5em;
	box-sizing: border-box;
}
.list_style02 li::before {
  content: '●';
	display: inline-block;
	margin-right: 10px;
	color: #E15513;
}
@media(max-width:480px){
	.list_style02{
		justify-content: space-around;
	}
	.list_style02 li{
		width: 48%;
	}
}
.list_style03 li{
	background: #fff;
	border-width: 5px;
  border-style: double;
  border-color: #E8E2D6;
  border-image: initial;
	box-shadow: 0px 0px 10px -4px #9b9b9b;
	margin-bottom: 1em;
	padding: 0.5em;
	box-sizing: border-box;
}
.list_style03 li::before {
  content: '●';
	display: inline-block;
	margin-right: 10px;
	color: #E15513;
}
@media(max-width:480px){
}
.list_style04 li {
	padding-left: 1.5em;
}
.list_style04 li::before {
  content: '●';
	color: #E15513;
	margin: 0 10px 0 -1.5em;
}
.list_style05{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list_style05 li{
	border: 1px solid #2E2E2E;
	padding: 0.5em 1em;
	box-sizing: border-box;
	width: 48%;
	margin-bottom: 1em;
}

/* =====================================================================================

2.  Contents

===================================================================================== */

/* =====================
   header / footer
===================== */
header{
	/*position: -webkit-sticky;
    position: sticky;*/
    top:0;
    background: #fff;
    width: 100%;
    z-index:999;
}
.header{
  max-width: 1100px;
  width: 98%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
	flex-wrap: nowrap;
}
.head_logo{
  width: 18%;
}
@media (max-width: 480px) {
  .head_logo{
    width: 40%;
  }
}
.header__column{
  display: flex;
  width: 75%;
  flex-wrap: nowrap;
  justify-content: end;
}
.underline{
  position: relative;
  border-bottom: 2px solid #1ea239;
  justify-content: space-between;
}
.underline::before{
  content: '';
  position: absolute;
  bottom: -2px;
  width: 20%;
  height: 2px;
  background: #948060;
}
#gnav01 {
  width: 70%;
}
#gnav01 ul{
  width: 100%;
  align-items: baseline;
	display: flex;
	flex-wrap: nowrap;
}
#gnav01 ul li{
  text-align: center;
  padding: 0.2em 1em;
}
#gnav01 ul li a{
  color: #2e2e2e;
  font-size: 1.5rem;
}
.head_tel{
  width: 40%;
  height: auto;
}
.h_recruit_nav{
  display: block;
  background: #e15513;
  border-radius: 0 0 8px 8px;
  color: #fff !important;
  font-size: 1.2rem;
}
.h_recruit_nav span{
  font-weight: bold;
  font-size: 1.5rem;
}
#gnav02{
	display: flex;
	flex-wrap: wrap;
	width: 22%;
	margin-left: 10px;
}
#gnav02 ul li a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #2e2e2e;
}
#gnav02 ul li a:hover {
    opacity: 0.7;
}
#gnav02 ul li {
    width: 100%;
    position: relative;
}
#gnav02 ul li a {
  padding: 5px 10px;
  box-sizing: border-box;
}

/*子階層*/
.gnav_child {
    visibility: hidden; /*最初は非表示*/
    width: 100%;
    position: absolute;
    left: 0;
    top: 97%;
    background: #fff;
    -webkit-box-shadow: 0px 15px 5px 1px rgba(25, 26, 26, 0.3);
    box-shadow: 0px 2px 5px 1px rgba(25, 26, 26, 0.3);
    border-radius: 5px;
    z-index: 999;
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: scaleY(0);
    transform-origin: center top;
    opacity: 0;
}

/*子階層ドロップダウン*/
#gnav02 ul li:hover .gnav_child { /*親階層の<li>にマウスオンしたとき*/
    visibility: visible; /*表示する*/
    opacity: 1; /*フェイドイン 透明度を１に*/
    transform: scaleY(1); /*ドロップダウン 高さを１に*/
}

/*子階層の▲の装飾*/
.gnav_child::before {
    content: "";
    display: block;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    filter: drop-shadow(0 0px 5px rgba(25, 26, 26, 0.3));
    z-index: -1;
}
.gnav_child li {
    background: #fff;
	width: 100%;
}

/*子階層の背景の角丸設定*/
.gnav_child li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.gnav_child li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.gnav_child a {
    padding: 10px 5px; 
}
@media only screen and (max-width: 768px) {
  .overlay {
    width: 0;
    height: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s;
    background: rgba(255, 255, 255, 0.7);
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #main {
    transition: all 0.5s;
    min-height: 100vh;
  }
  #main.open {
    /*position: fixed;*/
    width: 100%;
  }
  #menu_btn {
    top: 1.2%;
    right: 4%;
    transition: 0.3s;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .menu-trigger {
    width: 18px;
    height: 16px;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: all 0.5s;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 7px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
  #nav {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 45px 0;
    background: #ccc;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    transform: translate(100%);
    transition: all 0.5s;
  }
  #nav.open {
    transform: translateZ(0);
  }
  #nav li {
    padding: 0 20px;
		box-sizing: border-box;
  }
}
@media print, screen and (min-width: 769px) {
  #menu_btn, .overlay {
    display: none;
  }
  #nav li {
    position: relative;
  }
  #nav li a {
    padding: 0.5em;
		box-sizing: border-box;
  }
  #nav .current-menu-item a {
    color: #000;
  }
  #nav .menu-item-has-children > a {
    padding-right: 40px;
  }
  #nav .menu-item-has-children > a.open:first-of-type,
  #nav .current-menu-item a {
    color: #707070;
  }
  #nav .current-menu-item li a {
    color: #707070;
  }
  #nav li ul.sub-menu {
    flex-direction: column;
    background: #fff;
    position: absolute;
    width: 140px;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    padding: 10px 0;
  }
  #nav li ul.sub-menu li {
    width: 100%;
  }
  #nav li ul.sub-menu li a {
    line-height: 1.6em;
    color: #707070;
    padding: 0.5em 20px;
    font-size: 90%;
  }
  #nav li ul.sub-menu li a:hover {
    color: #83759a;
  }
}


@media (max-width: 540px) {
  #menu_btn {
    top: 0;
    right: 2%;
  }
	.header{
		flex-wrap: wrap;
	}
	.header__column{
		display: inline-block;
		width: 100%;
	}
	#gnav01 {
		width: 100%;
	}
	#gnav01 ul{
		flex-wrap: wrap;
	}
	#gnav01 ul li{
		width: 100%;
	}
	#gnav01 ul li a{
		display: block;
		padding: 0.2em 1em;
		box-sizing: border-box;
		width: 100%;
	}
	#gnav02{
		width: 100%;
		display: inline-block;
		margin-left: 0;
	}
	.h_recruit_nav {
    border-radius: 8px 8px 0 0;
	}
	.head_tel{
		width: auto;
		order: 1;
	}
	.child_01{
		order: 2;
		display: none;
	}
	.child_02{
		order: 3;
		display: none;
	}
	.underline{
		position: inherit;
		border-bottom: none;
	}
	.underline::before{
		content: '';
		position: inherit;
		bottom: 0;
		width: 0;
		height: 0;
	}
/*子階層*/
.gnav_child {
    visibility: visible; /*最初は非表示*/
    position: inherit;
    left: 0;
    top: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    z-index: 999;
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: scaleY(1);
    transform-origin: center top;
    opacity: 1;
}
	/*子階層の▲の装飾*/
	.gnav_child::before {
		display: none;
	}
	.gnav_child li {
		background: #fff;
		width: 100%;
	}
	/*子階層の背景の角丸設定*/
	.gnav_child li:first-child {
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	}
	.gnav_child li:last-child {
			border-bottom-left-radius: 0px;
			border-bottom-right-radius: 0px;
	}
	.gnav_child a {
			padding: 10px 0;
	}
}
@media (max-width: 480px) {
  #menu_btn {
    top: 0;
    right: 1%;
  }
}
@media (max-width: 420px) {
  #menu_btn {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
  }
}

@media(max-width:480px){
}



.f_contact{
	text-align: center;
	margin-bottom: 4em;
}
	@media(max-width:480px){
		.f_contact{
			width: 60%;
			margin: 0 auto;
		}
	}
footer{
	border-top: 3px solid #000;
	padding: 3em 0;
}
.footer_wp{
	display: flex;
	justify-content: space-between;
}
.foot_logo{
	width: 40%;
}
.foot_nav{
	width: 58%;
	display: flex;
	justify-content: end;
	gap:10%;
}
.foot_nav ul ul{
	margin-left: 1em;
}

@media(max-width:480px){
	.footer_wp{
		flex-wrap: wrap;
	}
	.foot_logo{
		width: 100%;
		margin-bottom: 2em;
	}
	.foot_nav{
		width: 100%;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 0;
	}
	.foot_nav ul{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 16px;
		margin-top: 1em;
	}
	.foot_nav ul a{
    font-size: 1.3rem;
	}
}


#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: -120px;
  background: #E15513;
  border-radius: 50%;
   transition: 0.3s;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top:hover{
  background: #805C41;
  border-radius: 50%;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/* =====================
   main
===================== */
main{
	background: url("../img/bg_ami.png") no-repeat top right;
}
@media(max-width:480px){
	main{
		background-size: 50%;
	}
}
/*-----TOPページ-----*/
body#home .slider {
	display:none;
}

body#home .slider.slick-initialized {
	display:block;
}
.slider{
        width:100%;
        margin:0 auto 4em;
    }
    .slider img{
        width:100%;
    }
    .slider .slick-slide{
        height:auto!important;
    }
    .slider .slick-arrow{
        z-index:2!important;
    }
    .slider .slick-next{
        right:0!important;
    }
    .slider .slick-prev{
        left:0!important;
    }
    .slick-slide{
        margin-right: 1vw!important;
        margin-left: 1vw!important;
    }
.top_cap{
	max-width: 600px;
}
.top_cap {
  position: relative;
  padding: 2em 3em;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  margin: -1em auto 0;
}
.top_cap::before {
    position: absolute;
    width: 30%;
    height: 55%;
    content: '';
}
.top_cap::after {
    position: absolute;
    width: 20%;
    height: 30%;
    content: '';
}

.top_cap::before {
    border-left: solid 1px #948060;
    border-top: solid 1px #948060;
    top: 20px;
    left: 0;
}

.top_cap::after {
    border-right: solid 1px #948060;
    border-bottom: solid 1px #948060;
    bottom: 100px;
    right: 0;
	display: block;
	background: url("../img/icon_07.png") no-repeat bottom right;
}
.top_cap .title_style01{
	position: relative;
    text-align: left;
}
.top_cap .title_style01:before{
  content: '';
	display: block;
	width: 110px;
	height: 77px;
	background: url("../img/icon_06.png") no-repeat top right;
	position: absolute;
	top: -80px;
	left:50%;
  transform: translateX(-50%);
  background-size: 100%;
}
.top_cap .title_style01:after{
  content: '';
	display: block;
	width: 151px;
	height: 146px;
	background: url("../img/top_mv_txt.png") no-repeat top right;
	position: absolute;
	top: -40px;
	right: -120px;
}
.top_cap_txt{
	max-width: 60%;
	margin: 1em 0 0 0;
	text-align: left;
}
@media(max-width:480px){
  .top_cap {
    position: relative;
    padding: 3em 1em 2em;
    font-size: 1.8rem;
  }
  .top_cap::after{
    width: 23%;
  }
  .top_cap .title_style01{
    text-align: left;
    margin: 0 0 0 1em;
    font-size: 2.0rem;
    width: fit-content;
  }
  .top_cap .title_style01 span{
    font-size: 2.8rem;
  }
  .top_cap .title_style01:before {
    width: 70px;
    top: -56px;
    left: 60%;
    background-size: 100%;
  }
  .top_cap .title_style01:after{
    width: 88px;
    height: 100px;
    background: url("../img/top_mv_txt.png") no-repeat top right;
    background-size: 100%;
    top: -50px;
    right: -40%;
  }
  .top_cap_txt {
    max-width: 73%;
    }
}
.top_lead{
	background: url("../img/top_bg01.png") no-repeat top right;
	text-align: center;
	padding: 6.0em 0 0.5em;
}
.top_lead .top_lead_txt{
	text-align: center;
	font-size: 3.0rem;
	color: #fff;
	padding: 10px 0;
}
.loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
	height: 1em;
	font-size: 3.8rem;
}
.loop-area {
  display: flex;
  animation: loop-slide 40s infinite linear 1s both;
  list-style: none;
  margin: 0;
  padding: 0;
}
.loop-area .content {
  width: 10em;
	font-size: 3.8rem;
	color: #fff;
}
@media(max-width:480px){
  .top_lead .top_lead_txt{
    font-size: 1.7rem;
  }
  .loop-wrap {
    font-size: 2.0rem;
  }
  .loop-area .content {
    font-size: 2.0rem;
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.recruit_txt{
	text-align: center;
}
.recruit_txt p{
	color: #E15513;
	font-size: 4.0rem;
	text-align: center;
	width: fit-content;
	margin: 0 auto 1em;
	background: #fff;
	padding: 0 1em;
	border:double 10px #948060;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, serif, sans-serif;
}
@media(max-width:480px){
  .recruit_txt p{
    font-size: 3.0rem;
  }
}

.column-2colstyle_a{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding-bottom: 6em;
}
.column-2colstyle_a .column-box__2col_txt{
	max-width: 500px;
	width: 45%;
	background-color: rgba(255,255,255,0.7);
	padding: 3em;
	margin: -3em;
	z-index: 3;
	box-sizing: border-box;
	border-radius: 8px;
}
.column-2colstyle_a .column-box__2col_img{
	width: 55%;
	z-index: 1;
}
@media(max-width:480px){
  .column-2colstyle_a{
    flex-wrap: wrap;
    padding-bottom: 2em;
    width: 96%;
    margin: 0 auto;
  }
  .column-2colstyle_a .column-box__2col_txt{
    width: 100% !important;
    padding: 1.5em;
    margin: 0 0 1em;
  }
  .column-2colstyle_a .column-box__2col_img{
    width: 100% !important;
  }
}
.column-2colstyle_b{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding-bottom: 6em;
}
.column-2colstyle_b .column-box__2col_txt{
	width: 55% !important;
	background-color: rgba(255,255,255,0.7);
	padding: 3em;
	margin: -3em;
	z-index: 3;
	box-sizing: border-box;
	border-radius: 8px;
}
.column-2colstyle_b .column-box__2col_img{
	width: 50%;
	z-index: 1;
}
@media(max-width:480px){
	.column-2colstyle_b{
		padding-bottom: 2em;
		flex-wrap: wrap;
	}
	.column-2colstyle_b .column-box__2col_txt{
		width: 100% !important;
		padding: 1em;
		margin: 0 0 1em;
	}
	.column-2colstyle_b .column-box__2col_img{
		width: 100% !important;
	}
}
.column-2colstyle_c{
	display: flex;
	justify-content: flex-end;
}
.column-2colstyle_c .column-box__2col_txt{
	max-width: 500px;
	width: 45%;
	margin: 1em 1em 0 0;
	z-index: 3;
}
.column-2colstyle_c .column-box__2col_img{
	width: 55%;
	z-index: 1;
}
.flex_order .column-box__2col_img{
	order: 1;
}
.flex_order .column-box__2col_txt{
	order: 2;
}

@media(max-width:480px){
	.column-2colstyle_c{
		padding-bottom: 2em;
		flex-wrap: wrap;
	}
	.column-2colstyle_c .column-box__2col_txt{
		width: 100% !important;
		padding: 1em;
		margin: 0 0 1em;
	}
	.column-2colstyle_c .column-box__2col_img{
		width: 96% !important;
	}
	.flex_order .column-box__2col_img{
		order: 2;
	}
	.flex_order .column-box__2col_txt{
		order: 1;
	}

}
.recruit_box_wp{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2em;
}
.recruit_box{
	width: 100%;
	position: relative;
	box-shadow: 0px 0px 15px -5px #777777;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 2em;
}
.recruit_box_txt{
	position: absolute;
	bottom: 0;
	min-height: 30%;
	background-color:rgba(225,85,19,0.8);
	color: #fff;
	font-size: 2.8rem;
	width: 100%;
	text-align: center;
	padding: 0.5em 0;
}
@media(max-width:480px){
	.recruit_box{
		width: 80% !important;
		margin: 0 auto 2em;
	}
	.recruit_box_txt{
		font-size: 1.8rem;
	}
}
.posi-r .top_txt{
	position: absolute;
	top: -0.5em;
	left: -0.5em;
	background: #fff;
	color: #805C41;
	padding: 0.4em 1em;
}
.link_box{
	display: block;
	text-align: center;
	background: #fff;
	padding: 1em;
	border-radius: 10px;
	box-shadow: 0px 0px 15px -5px #777777;
	box-sizing: border-box;
}
@media(max-width:480px){
	.link_box_wp{
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.link_box_inner{
		width: 45% !important;
	}
	.link_box{
		margin: 0 0 1em;
	}
	.link_box p{
    font-size: 1.4rem;
	}
}
.float3{
	position:relative;
	top:0;
    /*アニメーションの設定*/
    transition: all .4s;
}

/*hoverをしたらボックスに影がつき、上に上がる*/
.float3:hover {
	top:-5px;
}

.gallery__wrapper{
  align-items: center;
  justify-content: space-between;
}
.gallery__title{
  color: #805c41;
  font-size: 3.5rem;
  position: relative;
  width: fit-content;
}
.gallery__title:after {
    content: "";
    width: 100%;
    height: 15px;
    height: 0.9375rem;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    border-bottom: 1px solid #805c41;
    border-right: 1px solid #805c41;
    position: absolute;
    bottom: 0;
    left: 0;
}
.gallery__inner {
    margin-left: 0;
    padding-top: 4.3125rem;
    width: calc(100vw - 10.9375rem);
    margin-left: auto;
}
@media(max-width:480px){
	.gallery__inner {
			width: 95%;
	}
  .gallery__title-box{
    width: 26% !important;
  }
	.gallery__title{
		font-size: 1.6rem;
	}
  .gallery__img-box{
   width: 72% !important;
    margin-left: 2%;
  }
}
/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.contact_box01{
  background: url("../img/contact_bg01.png") no-repeat center center;
  background-size: cover;
  padding: 3em;
  width: 50%;
	box-sizing: border-box;
}
.contact_box02{
  background: url("../img/contact_bg02.png") no-repeat center center;
  background-size: cover;
  padding: 3em;
  width: 50%;
	box-sizing: border-box;
}
.b_waku{
  border: 1px solid #fff;
  padding: 4em 1em;
  box-sizing: border-box;
}
.contact_box_txt{
  text-align: center;
  color: #fff;
  padding: 2em;
  font-size: 3.0rem;
  position: relative;
}
.contact_box_txt:before{
  content: '';
	display: block;
	width: 74px;
	height: 59px;
	background: url("../img/icon_05.png") no-repeat top right;
	position: absolute;
	top: -25px;
	left:50%;
  transform: translateX(-50%);
}
.contact_box_txt::after {
  content:"";
  display: inline-block;
  height: 1px;
  background-color: #fff;
  position:absolute;
  bottom: 33px;
  left:50%;
  transform: translateX(-50%);
  width: 4em;
}
@media(max-width:480px){
	.contact_box_wp{
		flex-wrap: wrap;
	}
	.contact_box01,.contact_box02{
		width: 100% !important;
		padding: 2em;
	}
	.contact_box_txt{
		padding: 1em;
		font-size: 2.0rem;
		margin-bottom: 2em;
	}
	.contact_box_txt:before{
		width: 40px;
		background-size: 100%;
		left:50%;
		transform: translateX(-50%);
	}
	.contact_box_txt::after {
		bottom: 0;
	}
}
.step_box{
	background: #fff;
	padding: 2em;
	box-sizing: border-box;
	border-radius: 8px;
}
.step_box dl{
	display: flex;
	margin-bottom: 1.5em;
}
.step_box dt{
	color: #E15513;
	border: 1px solid #E15513;
	padding: 0.2em 1em;
	font-size: 2.8rem;
}
.step_box dd{
	margin-left: 1em;
	color: #2E2E2E;
	font-size: 2.8rem;
}
@media(max-width:480px){
	.step_box dl{
		flex-wrap: wrap;
	}
	.step_box dt{
		font-size: 1.8rem;
		margin-bottom: 1em;
	}
	.step_box dd{
		width: 100%;
		font-size: 2.0rem;
		margin: 0;
	}
}
/*リクルート*/
.page_nav{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 2%;
}
.page_nav li{
	width: 18%;
	text-align: center;
}
.page_nav li a{
	display: inline-block;
	width: 100%;
	background: #E15513;
	color: #fff;
	padding: 0.5em 1em;
	box-sizing: border-box;
}
.page_nav li .active,.page_nav li a:hover{
	background: #948060;
}
@media(max-width:480px){
	.page_nav li{
		width: 45%;
		margin-bottom: 1em;
	}
	.page_nav li a{
		font-size: 1.4rem;
	}
}
.recruit_txt_bg{
	background: url("../img/recruit_bg.png") no-repeat center right #948060;
	padding: 1em 0;
}
.welfare_list{
	display: flex;
	justify-content: center;
	gap: 2%;
	padding: 2em 0;
	flex-wrap: wrap;
}
.welfare_list li{
	width: 22%;
	margin-bottom: 2em;
}
@media(max-width:480px){
	.welfare_list li{
		width: 48%;
		margin-bottom: 1em;
	}
}
.recruit_colum{
	border: 1px solid #E15513;
	padding: 1em 2em;
	box-sizing: border-box;
	margin-bottom: 2em;
	border-radius: 8px;
}
.guideline_col th{
	width: 18%;
	padding: 0.5em;
	box-sizing: border-box;
	color: #E15513;
  font-size: 1.8rem;
}
.guideline_col td{
	width: 82%;
	padding: 1em;
	box-sizing: border-box;
}
.guideline_col td,.guideline_col td p{
  font-size: 1.6rem;
}
.guideline_col td p{
	margin-bottom: 1em;
}
.educ_point{
  max-width: 70px;
  height: auto;
}
@media(max-width:480px){
  .guideline_col th{
    width: 100%;
    display: block;
  }
  .guideline_col td{
    width: 100%;
    display: block;
  }
}
/*運営会社*/
.company_txt{
	text-align: center;
	font-size: 2.5rem;
	background: #fff;
	padding: 1em;
	box-sizing: border-box;
	border-radius: 8px;
}
@media(max-width:480px){
  .company_txt{
    font-size: 1.8rem;
  }
}
.company_overview{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.company_overview {
	border-bottom: 1px solid #2E2E2E;
}
.company_overview dt{
	width: 20%;
	border-top: 1px solid #2E2E2E;
	padding: 1em 0;
}
.company_overview dd{
	width: 80%;
	border-top: 1px solid #2E2E2E;
	padding: 1em 0;
	margin-bottom: 1.5em;
}
@media(max-width:480px){
	.company_overview dt{
		width: 100%;
		padding: 0.5em;
		box-sizing: border-box;
	}
	.company_overview dd{
		width: 100%;
		padding: 0.5em;
		box-sizing: border-box;
		border-top: 1px solid #ccc;
	}
}

.voice_list {
	background: #fff;
  border-style: double;
  border-color: #E8E2D6;
  border-image: initial;
	box-shadow: 0px 0px 10px -4px #9b9b9b;
	margin-bottom: 1em;
	padding: 1em;
	box-sizing: border-box;
}
.voice_list dt{
	padding-left: 1em;
	font-size: 2.0rem;
	margin-bottom: 1em;
}
.voice_list dt:before{
  content: '●';
	display: inline-block;
	margin-left: -1em;
	color: #E15513;
}
.faq_list {
	background: #fff;
  border-style: double;
  border-color: #E8E2D6;
  border-image: initial;
	box-shadow: 0px 0px 10px -4px #9b9b9b;
	margin-bottom: 1em;
	padding: 1em;
	box-sizing: border-box;
}
.faq_list dt{
	padding-left: 1.1em;
	box-sizing: border-box;
	font-size: 1.8rem;
}
.faq_list dt:before{
  content: 'Q.';
	display: inline-block;
	margin-left: -1.1em;
	color: #E15513;
}
.faq_list dd{
	padding: 1em;
	box-sizing: border-box;
}
@media(max-width:480px){
  .faq_list dt{
    font-size: 1.6rem;
  }
}
.news_block{
    padding-bottom: 100px;
}
.news_block a{
	text-decoration: underline;
}

/* =====================
   ボタンリンク
===================== */
.txt_arrow{
	display: block;
	text-align: right;
	padding: 0.5em 5em 0.5em 2em;
	position: relative;
	font-size: 15px;
	color: #111;
}
.txt_arrow::before{
	content: '';
	width: 42px;
	height: 1px;
	position: absolute;
	background-color: #111;
	right: 10px;
	bottom: 15px;
	transition: all .3s;
}
.txt_arrow:hover{
  text-decoration: none;
}
.txt_arrow::after{
	content: '';
	width: 12px;
	height: 1px;
	position: absolute;
	background: #111;
	bottom: 19px;
	right: 10px;
	transform: rotate(40deg);
	transition: all .3s;
}
.txt_arrow:hover::before{ transform: translateX(10px); }
.txt_arrow:hover::after{ transform: translateX(10px) rotate(40deg); }

.btn_arrow{
	display: block;
	width: fit-content;
	padding: 0.5em 5em 0.5em 2em;
	border: 1px solid #000;
	margin: 0 auto;
	position: relative;
	font-size: 15px;
	font-weight: 500;
	color: #111;
}
.btn_arrow::before{
	content: '';
	width: 42px;
	height: 1px;
	position: absolute;
	background-color: #111;
	right: 10px;
	bottom: 15px;
	transition: all .3s;
}
.btn_arrow:hover{
  text-decoration: none;
}
.btn_arrow::after{
	content: '';
	width: 12px;
	height: 1px;
	position: absolute;
	background: #111;
	bottom: 19px;
	right: 10px;
	transform: rotate(40deg);
	transition: all .3s;
}
.btn_arrow:hover::before{ transform: translateX(10px); }
.btn_arrow:hover::after{ transform: translateX(10px) rotate(40deg); }

.btn_arrow_o{
	display: block;
	width: fit-content;
	padding: 0.5em 4em 0.5em 1em;
	border: 1px solid #E15513;
	margin: 0 auto;
	position: relative;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	background-color: #E15513;
}
.btn_arrow_o::before{
	content: '';
	width: 42px;
	height: 1px;
	position: absolute;
	background-color: #fff;
	right: 10px;
	bottom: 15px;
	transition: all .3s;
}
.btn_arrow_o:hover{
  text-decoration: none;
}
.btn_arrow_o::after{
	content: '';
	width: 12px;
	height: 1px;
	position: absolute;
	background: #fff;
	bottom: 19px;
	right: 10px;
	transform: rotate(40deg);
	transition: all .3s;
}
.btn_arrow_o:hover::before{ transform: translateX(10px); }
.btn_arrow_o:hover::after{ transform: translateX(10px) rotate(40deg); }

.icon_sankaku{
	position: relative;
	color: #805C41;
}
.icon_sankaku:after{
	content: '▶';
	width: 1em;
	height: 1em;
	position: absolute;
	color: #805C41;
	margin-left: 5px;
  font-size: 1.0rem;
}


/* =====================
   お問い合わせ
===================== */
form.mailForm {
  margin: 0 0 30px;
  padding: 10px 10px 20px;
  border: 1px solid #cccccc;
  background: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

fieldset.formBlock {
  border-bottom: 1px dotted #aaaaaa;
  margin: 0;
  padding: 10px 5px 5px;
  line-height: 1.3em;
  font-size: 0.875em;
  color: #333333; }

fieldset legend.title {
  display: block;
  float: left;
  width: 30%;
  padding: 10px 0;
  color: #333333; }

fieldset.titleDisplayNone legend.title {
  display: none; }

fieldset.titleDisplayNone .content {
  width: 100%; }

fieldset.titleDisplayNone .goodsOrderSelectBox li label .goodsTitle {
  width: 550px; }

fieldset.titleDisplayNone .shoppingOrdererInformationBox .shoppingOrdererInformationBoxTitle {
  width: 200px; }

fieldset.titleDisplayNone .shoppingOrdererInformationBox .shoppingOrdererInformationBoxInnerInputGroup {
  margin-left: 210px; }

fieldset.titleDisplayNone .shoppingDeliverySelectBox .shoppingDeliveryBoxTitle {
  width: 200px; }

fieldset.titleDisplayNone .shoppingDeliveryTimeSelectBox .shoppingDeliveryTimeSelectBoxTitle {
  width: 200px; }

fieldset.titleDisplayNone .shoppingDeliveryBox .shoppingDeliveryBoxTitle {
  width: 200px; }

fieldset.titleDisplayNone .shoppingDeliveryBox .shoppingDeliveryBoxInnerInputGroup {
  margin-left: 210px; }

fieldset.titleDisplayNone .shoppingOrdererInformationBoxInner:first-child {
  border-top: none;
  padding-top: 0; }

fieldset.titleDisplayNone .shoppingOrdererInformationBoxInner {
  border-top: 1px dotted #CCCCCC;
  padding-top: 5px; }

@media screen and (max-width: 480px) {
  fieldset legend.title {
    float: none;
    width: 100%;
    padding: 20px 0 5px; } }
form.check fieldset div.content {
  display: inline-block;
  width: 70%;
  padding: 10px 0; }

form.check fieldset .content span {
  display: inline-block; }

form.check fieldset .content .contentTitle {
  width: 130px; }

form.check .comment {
  display: none; }

form.check .formMarkColor {
  display: none; }

form.check .orderNumber {
  padding: 3px 5px;
  background: #CCCCCC; }

form.check .contentInner {
  overflow: hidden; }

form.check .orderProcuctsList {
  margin-left: 0;
  list-style: none; }

form.check .orderProcuctsList li {
  border-left: 5px solid #cccccc;
  padding-left: 5px; }

form.check .orderProcuctsList li ul {
  overflow: hidden;
  margin: 0; }

form.check .orderProcuctsList li ul li {
  border-left: none;
  padding-left: 0; }

form.check .orderProcuctsList .goodsOptionTitle {
  display: none; }

form.check .orderProcuctsList .orderProcuctsListBox {
  overflow: hidden; }

form.check .orderProcuctsList .orderProcuctsListBox .goodsName {
  font-weight: bold; }

form.check fieldset .content span {
  float: left; }

form.check .feeDetailsBox {
  line-height: 1.5em; }

form.check .feeDetailsBox .feeDetailsBoxInner .feeDetailsName {
  width: 200px;
  border-bottom: 1px solid #cccccc;
  margin-right: 0; }

form.check .feeDetailsBox .feeDetailsBoxInner .feeDetailsPrice {
  width: 200px;
  border-bottom: 1px solid #cccccc;
  margin-right: 0;
  text-align: right; }

form.check .feeDetailsBox .feeDetailsBoxInnerSumTotal span {
  width: 200px;
  margin-right: 0;
  border-top: 1px solid #cccccc;
  font-weight: bold; }

form.check .feeDetailsBox .feeDetailsBoxInnerSumTotal .feeDetailsPrice {
  text-align: right; }

fieldset.titleDisplayNone .shoppingDeliveryBoxInner:first-child {
  border-top: none;
  padding-top: 0; }

fieldset.titleDisplayNone .shoppingDeliveryBoxInner:last-child {
  border-bottom: 1px dotted #CCCCCC;
  margin-bottom: 5px; }

fieldset.titleDisplayNone .shoppingDeliveryBoxInner {
  border-top: 1px dotted #CCCCCC;
  padding-top: 5px; }

fieldset.titleDisplayNone .shoppingDeliverySelectBox {
  border-bottom: 1px dotted #CCCCCC;
  margin-bottom: 5px; }

fieldset div.content {
  display: inline-block;
  width: 70%;
  padding: 4px 0; }

fieldset div.content select {
  margin: 6px 0; }

fieldset div.check .content {
  padding: 10px 0; }

fieldset div.content span {
  display: inline-block;
  margin: 0 5px 0 0;
  color: #333333; }

fieldset div.content span.radioValue {
  display: inline; }

fieldset div.content input[type=text], fieldset div.content textarea, fieldset div.content select {
  position: relative;
  margin: 0 0 5px;
  padding: 3px;
  border: 1px solid #aaaaaa;
  color: #333333;
  font-size: 0.9375em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }
@media(max-width:480px){
    fieldset div.content,fieldset div.content input[type=text], fieldset div.content textarea, fieldset div.content select{
      width: 90%;
    } 
}

fieldset input[type=text].formCaution, fieldset textarea.formCaution, fieldset select.formCaution {
  border: 1px solid #cc0000 !important;
  background: #ffd4d4 !important; }

fieldset div.content input[type=radio], fieldset div.content input[type=checkbox] {
  margin-right: 5px; }

fieldset div.content input[type=text] {
  width: 150px; }

fieldset div.content input[type=text].textareaShort {
  width: 250px; }

fieldset div.content input[type=text].tel01, fieldset div.content input[type=text].tel02, fieldset div.content input[type=text].tel03 {
  width: 4.5em; }

fieldset div.content input[type=text].zipecode01 {
  width: 3.5em; }

fieldset div.content input[type=text].zipecode02 {
  width: 4.5em; }

fieldset div.content select.selectAddress {
  width: auto; }

fieldset div.content input[type=text].address01, fieldset div.content input[type=text].address02 {
  width: 80%; }

fieldset div.content select.selectMonth, fieldset div.content select.selectDay {
  width: 4.5em; }

fieldset div.content label {
  display: inline-block; }

fieldset .formMarkColor {
  color: #cc0000; }

fieldset .radio {
  margin: 4px; }

fieldset .checkbox {
  margin: 4px; }

fieldset.comment {
  background: #eeeeee;
  line-height: 1.3em;
  text-align: center;
  padding: 10px 0 5px;
  font-weight: bold; }

fieldset.comment legend {
  display: block;
  width: 100%;
  padding: 15px 0 0;
  background: #eeeeee; }

fieldset.comment .content {
  display: none; }

fieldset .comment span {
  display: block;
  font-size: 90%;
  font-weight: normal; }

fieldset .shoppingOrdererInformationBox .shoppingOrdererInformationBoxTitle {
  width: 120px; }

fieldset .shoppingOrdererInformationBox .shoppingOrdererInformationBoxInnerInputGroup {
  margin-left: 130px;
  margin-top: -18px; }

fieldset .shoppingDeliverySelectBox .shoppingDeliveryBoxTitle {
  width: 120px; }

fieldset .shoppingDeliveryBox .shoppingDeliveryBoxTitle {
  width: 120px; }

fieldset .shoppingDeliveryTimeSelectBox .shoppingDeliveryTimeSelectBoxTitle {
  width: 120px; }

fieldset .shoppingDeliveryBox .shoppingDeliveryBoxInnerInputGroup {
  margin-left: 130px;
  margin-top: -18px; }

fieldset .shoppingPaymentMethodCreditBox .shoppingPaymentMethodCreditBoxTitle {
  width: 120px; }

fieldset .shoppingPaymentMethodCreditBox .shoppingPaymentMethodCreditBoxInner .cardNumber {
  width: 50%; }

fieldset .textarea {
  width: 80%;
  height: 200px;
  padding: 2px;
  border: 1px solid #aaaaaa; }

fieldset.formBlock .goodsOrderSelectBox {
  margin-left: 0; }

fieldset.formBlock .goodsOrderSelectBox li:first-child {
  border-top: none;
  padding-top: 0; }

fieldset.formBlock .goodsOrderSelectBox li {
  overflow: hidden;
  padding-top: 15px;
  border-top: 1px dotted #cccccc;
  list-style: none; }

fieldset.formBlock .goodsOrderSelectBox li .goodsItem {
  float: left;
  width: 49%; }

fieldset.formBlock .goodsOrderSelectBox li div label {
  overflow: hidden; }

fieldset.formBlock .goodsOrderSelectBox li .goodsOptionName {
  display: block;
  margin-bottom: 5px; }

fieldset.formBlock .goodsOrderSelectBox li .goodsOptionItem {
  float: right;
  width: 49%;
  margin: 0; }

fieldset.formBlock .goodsOrderSelectBox li div .goodsOrderSelectBoxOptionList {
  margin-left: 0; }


fieldset.formBlock .goodsOrderSelectBox li div .goodsOrderSelectBoxOptionList li select {
  width: 97%; }

fieldset.formBlock .goodsOrderSelectBox li li {
  list-style: none;
  border-top: none;
  padding-top: 0; }

fieldset.formBlock .goodsOrderSelectBox li label input.checkbox {
  float: left;
  margin: 70px 0 0 0; }

fieldset.formBlock .goodsOrderSelectBox li label .goodsThumbnail {
  display: block;
  float: left;
  height: 155px; }

fieldset.formBlock .goodsOrderSelectBox li label .goodsThumbnail img {
  width: auto;
  height: 100%; }

fieldset.formBlock .goodsOrderSelectBox li .goodsName {
  cursor: pointer;
  margin-bottom: 10px; }

fieldset.formBlock .goodsOrderSelectBox li label .goodsPrice {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 10px; }

fieldset.formBlock .goodsOrderSelectBox li .goodsOptionTitle {
  display: block;
  margin-bottom: 5px;
  padding: 5px;
  background-color: #B6D9F2; }

fieldset.formBlock .goodsOrderSelectBox li .goodsGiftItem {
  clear: both;
  overflow: hidden;
  margin-top: 15px; }

fieldset.formBlock .goodsOrderSelectBox li .goodsGiftItem .goodsGiftTitle {
  display: block;
  margin-bottom: 5px;
  padding: 5px;
  background-color: #B6D9F2; }

fieldset.formBlock .goodsOrderSelectBox li .goodsGiftItem .goodsGiftItemList {
  float: left;
  width: 33%; }

fieldset.formBlock .goodsOrderSelectBox li .goodsGiftItem .goodsGiftItemList .goodsGiftThumbnail img {
  width: 100%;
  height: auto; }

fieldset.formBlock .goodsOrderSelectBox li label .goodsTitle {
  float: left; }

fieldset.formBlock .goodsOrderSelectBox li .goodsText input[type="text"] {
  width: 2.5em; }

.button {
  margin: 20px 0 0 0;
  text-align: center; }

.btnSend {
  position: relative;
  border: 1px solid #de8405;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

span.btnSend {
  display: inline-block; }

.btnSend input {
  position: relative;
  display: block;
  width: 150px;
  border: none;
  background: #FFAB09;
  color: #ffffff !important;
  padding: 5px;
  line-height: 1em;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 0.8125em;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(#fbb450, #f89406);
  background-image: -moz-linear-gradient(center top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.btnSend input:hover {
  background: #f89406;
  text-decoration: none;
  color: #ffffff !important; }

.btnBack {
  position: relative;
  border: 1px solid #777777;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

span.btnBack {
  display: inline-block; }

.btnBack input {
  position: relative;
  display: block;
  width: 100px;
  border: none;
  color: #ffffff !important;
  padding: 5px;
  line-height: 1em;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 0.8125em;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #bbbbbb;
  background: linear-gradient(#cccccc, #999999);
  background-image: -moz-linear-gradient(center top, #cccccc, #999999);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#999999));
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.btnBack input:hover {
  background: #999999;
  text-decoration: none; 
}
.mailForm .submitBtn{
    border: 1px solid black;
    padding: 13px 30px;
    color: white !important;
    font-size: 18px;
    border-radius: 3px;
    text-decoration: none !important;
    background: black;
    cursor: pointer;
}
.formCheckBlock{
    max-width: 1080px;
	width: 94%;
	margin: 0 auto;
}

/*------お知らせ------*/
.paging-type01 a{
  color: #231815;
}
.pageListItemBlock-type01 li.pageListItemList{
  padding: 0 0 0.5em;
}
.pageListItemBlock-type01 li.pageListItemList p.pageListTitle{
  display: inline-block;
  width: auto;
}
.pageListItemBlock-type01 li.pageListItemList p.pageListTitle a{
  color: #231815;
}
.pageListItemBlock-type01 li.pageListItemList p.pageListText{
  display: inline-block;
  margin: 0 0 0 1em;
}
.pageListItemBlock-type01 li.pageListItemList p.pageListText .pageListDetailLink{
  display: inline-block;
  margin: 0 0 0 1em;
}
