@charset "utf-8";

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


/* ===================
link
===================*/
a {
	outline: none;
}
a:link {
	text-decoration: none;
	color: #00f;
}
a:visited {
	text-decoration: none;
	color: #00f;
}
a:hover{
	text-decoration: underline;
	color: #00f;
	opacity: 0.7;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
a:hover img{
	text-decoration: none;
	opacity: 0.7;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
a:active {
	text-decoration: none;
	color: #00f;
}
.main a:link {
	text-decoration: underline;
	color: #00f;
}

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



/*==========================================
 font
===========================================*/
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("fonts/NotoSerifCJKjp-ExtraLight.otf") format('opentype'),
  url("fonts/NotoSerifCJKjp-ExtraLight.woff") format('woff');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("fonts/NotoSerifCJKjp-Light.otf") format('opentype'),
  url("fonts/NotoSerifCJKjp-Light.woff") format('woff');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NotoSerifCJKjp-Regular.otf") format('opentype'),
  url("fonts/NotoSerifCJKjp-Regular.woff") format('woff');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("fonts/NotoSerifCJKjp-Medium.otf") format('opentype'),
  url("fonts/NotoSerifCJKjp-Medium.woff") format('woff');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
  src: url(fonts/NotoSerifCJKjp-SemiBold.otf) format('opentype'),
  url("fonts/NotoSerifCJKjp-SemiBold.woff") format('woff');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NotoSerifCJKjp-Bold.otf") format('opentype'),
  url("fonts/NotoSerifCJKjp-Bold.woff") format('woff');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("fonts/NotoSerifCJKjp-Black.otf") format('opentype'),
  url("fonts/NotoSerifCJKjp-Black.woff") format('woff');
 }
.wf-notoserifjp { font-family: "Noto Serif Japanese"/*, serif, san-serif*/; }


@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
	src: url("fonts/NotoSansCJKjp-Thin.otf") format('opentype'),
  url("fonts/NotoSansCJKjp-Thin.woff") format('woff');
 }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("fonts/NotoSansCJKjp-Light.otf") format('opentype'),
  url("fonts/NotoSansCJKjp-Light.woff") format('woff');
 }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NotoSansCJKjp-Regular.otf") format('opentype'),
  url("fonts/NotoSansCJKjp-Regular.woff") format('woff');
 }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("fonts/NotoSansCJKjp-Medium.otf") format('opentype'),
 url("fonts/NotoSansCJKjp-Medium.woff") format('woff');
 }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 600;
	src: url("fonts/NotoSansCJKjp-DemiLight.otf") format('opentype'),
  url("fonts/NotoSansCJKjp-DemiLight.woff") format('woff');
 }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NotoSansCJKjp-Bold.otf") format('opentype'),
  url("fonts/NotoSansCJKjp-Bold.woff") format('woff');
 }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("fonts/NotoSansCJKjp-Black.otf") format('opentype'),
  url("fonts/NotoSansCJKjp-Black.woff") format('woff');
 }
.wf-NotoSansjp { font-family: "Noto Sans Japanese", sans-serif; }

.exlight { font-weight: 200; }
.light { font-weight: 300; }
.regular { font-weight: 400; }
.medium { font-weight: 500; }
.semibold { font-weight: 600; }
.bold { font-weight: 700; }
.black { font-weight: 900; }

/* fa-phone */
.fa-phone {
	transform: rotateY( 140deg );
	margin-right: 0.0em;
	font-size: 2.8rem;
}


/*==========================================
 body
===========================================*/
html {
	font-size: 62.5%;
}
body {
	background-repeat: repeat;
	background-position: center top;
	font-family: 'Noto Serif Japanese', serif, sans-serif;
	color: #000;
	font-weight: 400;
	/*
		font-family :
	'Yu Mincho',
	serif;*/
}

@media (max-width: 767px){
	body {
		font-size:1.4rem;
	}
	h1 {
		font-size:2.0rem;
	}
	h2 {
		font-size:2.0rem;
	}
	h3 {
		font-size:1.8rem;
	}
	h4 {
		font-size:1.6rem;
	}
	h5 {
		font-size:1.4rem;
	}
	p,ul,ol,dl,address{
		font-size:1.3rem;
	}
	table{
		font-size:1.3rem;
	}
	dl dd table {
		font-size:1.3rem;
	}
}
@media (min-width: 768px){
	body {
		font-size:1.6rem;
	}
	h1 {
		font-size:4.3rem;
	}
	h2 {
	/*	font-size:3.4rem;*/
		font-size:3.0rem;
	}
	h3 {
		font-size:2.6rem;
	}
	h4 {
		font-size:2.2rem;
	}
	h5 {
		font-size:1.8rem;
	}
	p,ul,ol,dl,address{
		font-size:1.6rem;
	}
	table{
		font-size:1.6rem;
	}
	dl dd table {
		font-size:1.6rem;
	}
}

@media (max-width: 767px){
	.hiden_sp {
		display: none;
	}
}
@media (min-width: 768px)  {
	.hiden_pc {
		display: none!important;
	}
}


/*==========================================
[header]
===========================================*/
.header {
  width: 100%;
/*	position: fixed;*/
 /*	transition: .2s;	*/
  z-index: 9999;
  top: 0;
  left: 0;
  background: rgba(255,255,255,1.0);
}

@media (max-width: 767px)  {
	.header {
		position: fixed;
		border-bottom: 1px #eee solid;
	}
	.headerInner {
		margin-left: 0px;
		margin-right: 0px;
		max-width: 100%;
	}
	.headerLeft {
		width: 100%;
		padding-right: 10px;
	}
	.headerRight {
		margin-top:10px;
		margin-bottom: 10px;
	}
}
@media (min-width: 768px)  {
	.header {
		position: relative;
	}
	.headerItem {
		display: block;
	}
	.navbarWrapp {
		/*flex-direction: column;	*/
	}
	.headerLeft {
		display: flex;
	}
	.headerLeft p,
	.headerLeft h2{
		align-self: center;
	}
	.headerRight {
		margin-top:10px;
		margin-bottom: 10px;
	}
}
@media (min-width: 993px) and (max-width: 1366px) {
	.headerRight {
		margin-top:0px;
		margin-bottom: 0px;
	}
}


/*	logo
------------------------------------------ */
.header .logo {
	display:inline-block;
	margin-bottom: 0px;
	margin-left: 0px;
}
@media (max-width: 767px){
		.header .logo {
			margin-top: 4px;
		}
	.header .logo img {
		/*width: 140px;*/
        width: 110px;
	}
}
@media (min-width: 768px) and (max-width:992px) {
	.header .logo {
		position: absolute;
		/*top: 14px;*/
        top:45px;
	}
	.header .logo img {
		width: 170px;
	}
}
@media (min-width: 993px) and (max-width:1200px) {
	.header .logo {
		position: absolute;
		top: 10px;
	}
	.header .logo img {
		/*width: 350px;*/
		width: 250px;
	}
}
@media (min-width: 1201px){
	.header .logo {
		position: absolute;
		/*top: 20px;*/
		top: 30px;
	}
	.header .logo img {
		/*width: auto;*/
		width: 270px;
	}
}

/*	contactNav
------------------------------------------ */
.contactNav {
	justify-content: center;
	align-items: center;
}
.contactNav > p {
	display: inline-block;
	/*margin-left: 0.5em;*/
}
.telText a {
	text-decoration: none;
	color: #000;
}
.telText i {
	color: #cc0033;
	margin-right: 0.0rem;
}
.fax_btn a {
	border-radius: 6px;
	border: 2px #cc0033 solid;
	text-decoration: none;
	background-color: #fff;
	color: #cc0033;
	padding:0px 15px;
	line-height: 25px;
	box-shadow: 0px 4px #993333;
	display: inline-block;
}

/*
.fb_btn{
	display: inline-block;
  border-radius: 50%;
  background:#1877f2;
  text-align:center;
}
.fb_btn a {
	display: inline-block;
}
.fb_btn i {
	color: #fff;
}
*/

.base_btn a{
    text-decoration: none!important;
    color: #000;
}

@media (max-width: 767px) {
    .mainImgWrapp {
        margin-top: 50px;
    }

	.contactNav {
		float: right;
		text-align: right;
		margin-right: 10px;
		margin-top: 3px;
		/*width: 80px;*/
	}
	.contactNav > p {
		margin-left: 0.5em;
	}

	.telText i {
		font-size: 1.4rem;
	}

	.cart_btn.cart_btn_SP {
		display: block;
		float: right!important;
	}
	.cart_btn.cart_btn_PC {
		display: none;
	}
	.cart_btn a {
		background-image: url("../images/bg_cart_sp.png");
		background-repeat: no-repeat;
		background-position: right center;
		background-size:100% auto;
		text-decoration: none;
		/*width: 40px;
		height: 30px;*/
        width: 25px;
		height: 25px;
		display: inline-block;
		float: right;
		position: absolute;
		/*right: 50px;
		top: 9px;*/
		right: 45px;
		top: 14px;
	}
	.cart_btn a span {
		display: none;
	}

    .base_btn{
		/*width: 60px;*/
		position: absolute;
        /*right: 145px;
        top: 14px;*/
        right: 115px;
		top: 20px;
	}
    .base_btn span{
		/*display: none;*/
        font-size: 1.1rem;
        font-weight: 600;
    }
    .base_btn img{
        display: none;
        /*width: 100%;*/
       /* width: 80px;
        height: auto;*/
    }

	.fb_btn{
		width: 25px;
		height: 25px;
	/*	margin-right: 1.0rem;		*/
		position: absolute;
		/*right: 105px;*/
        /*right: 112px;*/
        right: 80px;
		top: 14px;
	}
    .fb_btn img{
        width: 100%;
       /* width: 25px;
        height: auto;*/
    }

    .instagram_btn{
		width: 25px;
		height: 25px;
	/*	margin-right: 1.0rem;		*/
		position: absolute;
		/*right: 80px;*/
        right: 45px;
		top: 14px;
	}
    .instagram_btn img{
        width: 100%;
        /*width: 25px;
        height: auto;*/
    }
}

@media (min-width: 768px) {
	.contactNav {
		display: flex;
		margin-top: 10px;
		float: right;
		text-align: right;
	}
	.contactNav > p {
		margin-left: 1.5rem;
	}
	.telText {
        font-weight: 600;
		/*font-size: 2.8rem;*/
	}
	.fax_btn {
		margin-top: -5px;
	}

	.cart_btn.cart_btn_SP {
		display: none;
	}
	.cart_btn.cart_btn_PC {
		display: block;
	}
	.cart_btn a {
		background-image: url("../images/bg_cart_pc.png");
		background-repeat: no-repeat;
		background-position: left 1.0rem center;
		background-color: #cc0033;
		color: #fff;
		border-radius: 6px;
		padding:0px 15px 0px 40px;
		/*line-height: 36px;*/
		box-shadow: 0px 4px #993333;
		text-decoration: none;
		float: right;
		margin-top: -4px;
	}


	.fb_btn{
        margin-top: -1px;
	/*	margin-top: 2px;*/
	}
    .fb_btn img{
        width: 30px;
        height: auto;
    }
	/*
	.fb_btn{
		width: 34px;
		height: 34px;
		line-height: 46px;
		font-size: 2.6rem;
	}
	*/
    .instagram_btn img{
        width: 30px;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width:1200px) {
	.contactNav {
		margin-top: 5px;
	}
	.telText {
		font-size: 1.8rem;
	}
	.telText i {
		font-size: 1.6rem;
		}
	.fax_btn a {
		line-height: 20px;
		/*font-size: 1.2rem;*/
        font-size: 1.0rem;
	}
	.cart_btn a {
		line-height: 23px;
		/*font-size: 1.2rem;*/
        font-size: 1.0rem;
	}

    .base_btn{
        /*width: 80px;*/
    }
    .base_btn img{
       /* width: 100%;*/
        display: none;
    }
    .base_btn span {
        font-size: 1.4rem;
        font-weight: 600;
        /*display: none;*/
    }
}
@media (min-width: 1201px) {
	.contactNav > p {
		/*margin-left: 2.5rem;*/
        margin-left: 1.0rem;
	}

    .base_btn > a{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /*font-size: 1.3rem;*/
        font-size: 1.8rem;
        align-items: center;
        margin-right: 1rem;
    }
    .base_btn img{
        /*
        width: 80px;
        padding:0 6px;
        height: auto;
        */
        display: none;
    }
    .base_btn span{
        margin-top: 2px;
        font-weight: 600;
    }

	.telText {
		font-size: 2.8rem;
        margin-right: 1rem;
	}
    .telText i {
        font-size: 2.6rem;
    }

	.fax_btn a {
		line-height: 28px;
        font-size: 1.4rem;
        margin-right: 1rem;
	}

	.cart_btn a {
		line-height: 28px;
        font-size: 1.4rem;
	}
}


/*	gNav
------------------------------------------ */
.gNavWrapp{
	clear: both;
}
.gNav li a{
	color: #000;
	font-weight: 600;
}

@media (max-width: 767px)  {
	.gNavWrapp {
		margin-left: -1.5rem;
		margin-right: -1.5rem;
		margin-top: 10px;
	}
	.gNavWrapp > .container {
		padding-right: 0px;
    padding-left: 0px;
	}
	.gNav{
		border-top: 1px #ccc solid;
		background-color: #000;
	}
	.gNav li a{
		padding:15px 30px;
		display: block;
		border-bottom: 1px #ccc solid;
		position: relative;
		color: #fff;
		text-decoration: none;
	}
	.gNav li a br{
		display: none;
	}
	.gNav li a::before,
	.gNav li a::after{
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.gNav li a::before{
		right: 35px;
		width: 8px;
		height: 8px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	/* dropdown */
	.gNav li.spNav_products {
		display: block;
	}
	.gNav li.pcNav_products {
		display: none;
	}

	.gNav li.dropdown > a::before{
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.gNav li.dropdown .dropdown-toggle::after {
    display: none;
	}

	.gNav li.dropdown .dropdown-menuWrapp {
		background-color: #666;
		padding: 0rem 0;
		margin: 0rem 0 0;
	}
	.gNav li.dropdown .dropdown-menuWrapp a {
		font-size: 1.4rem;
		font-weight: 400;
		text-indent: 1em;
	}
}

@media (min-width: 768px)  {
	.gNavWrapp{
		clear: both;
		width: auto!important;
		float: right;
	}
	.gNav {
		margin-bottom: 0px;
		display:flex;
	}
	.gNav li {
		text-align: center;
		align-self:center;
	}
	.gNav li a{
		display: inline-block;
	/*	padding: 20px 24px 10px;*/
		padding: 20px 16px 10px;
		font-size: 2.0rem;
		width: 100%;
	}
	.gNav li:last-child a{
		/*padding: 20px 15px 10px 24px;*/
		padding: 20px 0px 10px 24px;
	}
	.gNav li.active a,
	.gNav li a:hover{
		text-decoration: none;
		color: #313e6a!important;
	}

	/* dropdown */
	.gNav li.spNav_products {
		display: none;
	}
	.gNav li.pcNav_products {
		display: block;
		padding-right: 20px;
	}

	.dropdown:hover > .dropdown-menu {
		display: block;
		width: 170px;
		padding: 0rem 0;
    margin: 0rem 0 0;
		left: -25px;
	}
	.dropdown:hover > .dropdown-menu > a{
		border-bottom: 1px #ccc solid;
		font-size: 1.5rem;
		padding: 14px 10px 14px;
	}

	.dropdown a.parent-link{
	/*	display: block;*/
		position: relative;
	}
	.dropdown a.parent-link::before,
	.dropdown a.parent-link::after{
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.dropdown a.parent-link::before{
		top:5px;
		right: 0px;
		width: 6px;
		height: 6px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.gNav li.dropdown .dropdown-toggle::after {
    display: none;
	}
}

@media (min-width: 768px) and (max-width:992px) {
	.gNav li a{
		display: inline-block;
		padding: 10px;
		font-size: 1.4rem;
	}
	.gNav li:last-child a{
		padding: 10px 15px 10px 10px;
	}
}


/*==========================================
 [content]
===========================================*/
@media (max-width: 767px)  {
	.contents {
		margin-top: 50px;
	}
}


/*==========================================
 [main]
===========================================*/
.main p,
.main ul,
.main ol,
.main dl,
.main address {
	line-height: 1.6;
}
.main table{
	line-height: 1.6;
}
@media (min-width: 992px)  {
	.main p,
	.main ul,
	.main ol,
	.main dl,
	.main address {
		font-size:1.7rem;
	}
	.main table{
		font-size:1.7rem;
	}
}


/*==========================================
 [contentsInner]
===========================================*/
@media (min-width: 992px)  {
	.contentsInner {
		max-width: 1030px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767px)  {
	.mainSec {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.mainSec:first-of-type {
		padding-top: 0rem;
	}
}
@media (min-width: 768px)  {
	.mainSec {
		padding-top: 4rem;
		padding-bottom:4rem;
	}
	.mainSec:first-of-type {
		padding-top: 0rem;
	}
}

@media (max-width: 767px)  {
	.ancWrapp {
		margin-top:-100px;
		padding-top:100px;
	}
}
@media (min-width: 768px){
	.ancWrapp {
		margin-top:-100px;
		padding-top:100px;
	}
}

/*TopicPath*/
.TopicPathWrapp {
	margin-top: 16px;
	padding-bottom: 40px;
	clear: both;
}
ul.TopicPath li {
	float:left;
	margin-right:0.3em;
	font-size:1.6rem;
}
ul.TopicPath li a {
	padding-right: 0.5em;
	text-decoration: underline;
	color:#000;
}

/* ancNav */
.ancNav li {
	text-align: center;
}
.ancNav li a {
	display: inline-block;
	text-decoration: none!important;
	color: #000!important;
	font-weight: 600;
}
.ancNav li a i {
	margin-left: 0.5rem;
	color: #313e6a;
}
@media (max-width: 767px)  {
	.ancNav {
		margin-bottom: 3.0rem;
	}
	.ancNav li  {
		padding-left: 0;
		padding-right: 0;
		width: 50%;
		display: inline-block;
		float: left;
		margin-bottom: 0px;
	}
	.ancNav li a {
		padding: 15px 0;
		/*border-bottom: 1px #333 solid;*/
		width: 100%;
	}
	.ancNav li:first-child a {
		/*border-top: 1px #333 solid;*/
	}
}
@media (min-width: 768px)  {
	.ancNav {
		margin-bottom: 4.0rem;
	}
	.ancNav li {
		text-align: center;
		margin-bottom: 30px;
	}
	.ancNav li a {
		font-size: 2.0rem;
	}
	.ancNav li a i {
		font-size: 2.5rem;
	}
}
@media (min-width: 992px){
	.ancNav {
			max-width: 1030px;
			margin-left: auto;
			margin-right: auto;
	}
}

/* title */
.pageTitleWrapp {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../images/title_page_common.jpg");
	overflow: hidden;
}
body.products .pageTitleWrapp {
/*	background-image: url("../products/images/title_page.jpg");*/
	background-image: url("../images/title_page_products.jpg")!important;
}
body.commitment .pageTitleWrapp {
	background-image: url("../images/title_page_commitment.jpg")!important;
}
@media (min-width: 992px){
	body.commitment .pageTitleWrapp {
		margin-bottom: .0rem;
	}
}
body.commitment .pageTitleWrapp h1 {
	text-indent: -99999em;
}
body.company .pageTitleWrapp {
/*	background-image: url("../company/images/title_page.jpg");*/
	background-image: url("../images/title_page_company.jpg")!important;
}
body.contact .pageTitleWrapp {
/*	background-image: url("../contact/images/title_page.jpg");*/
	background-image: url("../images/title_page_contact.jpg")!important;
}
body.news .pageTitleWrapp {
/*	background-image: url("/wordpress/wp-content/themes/shinminato-kamaboko/images/title_page.jpg");*/
	background-image: url("../images/title_page_common.jpg");
}
body.blog .pageTitleWrapp {
	background-image: url("../images/header_blog.png")!important;
}

body.pageTitleWrapp .container {
	height: 100%;
	position: relative;
}
.pageTitleWrapp h1 {
	position: absolute;
	top: calc(50% - 1.0em);
	left: 0;
	right: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	line-height: 1;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	/*padding-right: -0.5rem;*/
	text-shadow:2px 2px 12px #ffffff;
}
@media (max-width: 767px)  {
	.pageTitleWrapp {
		background-size: auto 120%;
		height: 17.54vw;
    margin-bottom: 2.5rem;
	}
}
@media (min-width: 768px)  {
	.pageTitleWrapp {
		background-size: cover;
		height: 17.54vw;
    margin-bottom: 8.0rem;
	}
}
@media (min-width: 1241px){
	.pageTitleWrapp {
		max-height: 200px;
		background-size: auto auto;
	}
}

/* contentsHeader */
.main .contentsHeader {
	background-image: url("../images/bg_title_index.png");
	background-repeat:repeat;
	background-position: center center;
	text-align: center;
	padding-top: 3.0rem;
	padding-bottom: 3.0rem;
 /** padding-top: 10.31%; **/
	/*
  padding-top: 5.31%;
	position: relative;
	*/
}
.main .contentsHeader h2 {
	/** top: calc(50% - 2.0rem); **/
/*
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
  display:block;
	margin-left: auto;
	margin-right: calc(auto - 0.5em) ;
	line-height: 1;
	*/
}
@media (max-width: 767px){
	.main .contentsHeader {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		margin-top: 3.0rem;
		/*margin-bottom: 3.0rem;/
		/** height: 10.31vw; **/
		/*
	  padding-top: calc(5.31% + (10.31% / 2) ) ;
		height: 7.31vw;
		*/
	}
	.main .contentsHeader h2 {
		/** top: calc(40%); **/
		/*
		top: calc(30%);
		letter-spacing: 0.0em;
		*/
	}
}
@media (min-width: 768px){
	.main .contentsHeader {
		padding-top: 3.0rem;
		padding-bottom: 3.0rem;
		/*margin-bottom: 6.0rem;*/
		margin-bottom: 1.5rem;
		margin-top: 4.0rem;
		/** height: 10.31vw; **/
		/*
		height: 7.31vw;
		*/
	}
	.main .contentsHeader h2 {
		/** letter-spacing: 0.5em; **/
		/*
		top: calc(50% - 1.5rem);
		letter-spacing: 0.25em;
		text-indent: 0.5em;
		*/
	}
}
@media (min-width: 1241px){
	.main .contentsHeader {
		/*
		max-height: 150px;
		padding-top: initial;
		*/
	}
}

.main .arrowTitle {
	margin-top: 8.0rem;
	/*margin-bottom: 0.0rem;*/
	/*margin-top: 6.0rem;
	margin-bottom: 8.0rem;*/
	margin-bottom: 5.0rem;
	letter-spacing: 0.5em;
	text-align: center;

	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: #313e6a;
	padding: 20px 10px 14px;
	color: #fff;
	font-size: 150%;
}

.main .subTitle {
	margin-top: 6.0rem;
	margin-bottom: 3.0rem;
}



/* txt */
.importantTxt {
	color:#FF0000;
}
.bTxt,
p.bTxt {
	font-weight:bold;
}
.sTxt {
	font-size: 1.4rem;
}
.indentTxt {
	margin-left:1em;
	text-indent:-1em;
}
.evocationText {
	color: #FF0000;
}

.text-underline {
	margin-bottom: 2.5rem;
	border-bottom: 1px #000000 solid;
	display: inline-block;
	text-align: center;
  letter-spacing: 0.1em;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

.font-150 {
	font-size: 150%!important;
}


/* c-line */
.c-line {
	color: #444;
	font-size: 24px;
	display: flex;
	align-items: center;
}
.c-line:before,
.c-line:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
.c-line:before {
	margin-right: .4em;
}
.c-line:after {
	margin-left: .4em;
}

/* adjustment */
.nonLine {
	border: none!important;
}
.mt-80 {
	margin-top: 80px;
}

/* img */
.fLeft-img {
	float:left;
}
.fullImg {
	width:100%;
	height:auto;
}

/* table*/
.defaultTable {
	width: 100%;
}
.defaultTable th,
.defaultTablee td{
	padding: 4px 0;
}
.defaultTable th{
	width: 30%;
}

.lineTable {
	width: 100%;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.lineTable th,
.lineTable td{
	padding: 10px 10px;
	border: 1px #ccc solid;
}
.lineTable th{
	width: 30%;
	background-color: #eee;
}

/* list */
.nonlistList {
	list-style:none;
}
.nonlistList li{
	line-height:1.7;
}
.nonlistList li:last-child {
	margin-bottom:0px;
}

.markList {
	list-style:disc;
	margin-left:1.5em;
}
.markList li{
	line-height:1.7;
}
.markList li:last-child {
	margin-bottom:0px;
}

.inline-block_List {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	text-align: left;
}
.inline-block_List li{
	line-height:1.7;
}
.inline-block_List li:last-child {
	margin-bottom:0px;
}

.decimalList {
	list-style: decimal;
	margin-left:1.5em;
}
.decimalList li{
	line-height:1.7;
}

dl dd ol li {
	line-height:1.6;
}

.dfDL dt{
	margin-bottom: 4px;
	color: #aa8d35;
}
.dfDL dd{
	margin-bottom:20px;
	line-height:1.6;
}

/* mb */
.mb-50{
	margin-bottom: 50px;
}
.mb-80{
	margin-bottom: 80px;
}

@media (max-width: 767px)  {
	.hidden-xs {
		display: none;
	}
}


/*==========================================
[guide]
===========================================*/
.guideWrapp{
	margin-bottom: 0rem;
}
.guideWrapp h2 {
	background-color: #313e6a;
	color: #fff;
	font-size: 1.8rem;
	padding: 15px 15px;
	margin-bottom: 1.6rem;
}
@media(max-width: 767px){
	.guideWrapp{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	/*
	.guideWrapp h2 {
		margin-left: -15px;
		margin-right: -15px;
	}
	*/
}
@media(min-width: 768px){
	.guideWrapp{
		padding-top: 7rem;
		padding-bottom: 7rem;
	}
}

/* pay */
.payWrapp table th,
.payWrapp table td{
	padding: 10px;
	border-bottom: 1px solid #000000;
	line-height: 1.6;
}
@media(max-width: 767px){
	.payWrapp table th{
		width: 50%;
	}
}
@media(min-width: 768px){
	.payWrapp {
		overflow: hidden;
		/*max-width: 570px;*/
		/*padding-left: 30px;
		padding-right: 30px;		*/
	}
	.payWrapp table th{
		width: 40%;
	}
}

/* delivery */
.deliveryWrapp table {
	margin-bottom: 2.4rem;
	width: 100%;
}
.deliveryWrapp table th,
.deliveryWrapp table td{
	line-height: 1.6;
 border: 1px #000000 solid;
}
.deliveryWrapp table th{
	background-color: #eee;
 font-weight: 400;
 vertical-align: middle;
}
.deliveryWrapp table th:first-child {
	text-align: center;
	width: 100px;
}
.deliveryWrapp table tr.tableTitle th {
 background-color: #D0E1F9;
}
.deliveryWrapp table td {
	text-align: right;
 vertical-align: middle;
	width: 90px;
}

.deliveryWrapp p {
	line-height: 1.7;
}
.deliveryWrapp .freeshipping {
	color: #ff0000;
/*	text-decoration:underline double #ff0000;*/
	text-align: center;
}
.deliveryWrapp .freeshipping span {
	display: inline-block;
	background-image:url("../images/bg_double.png");
	background-position: bottom left;
	background-repeat: repeat-x;
}
@media(max-width: 767px){
	.deliveryWrapp table th,
	.deliveryWrapp table td{
		padding: 5px 5px;
	}
}
@media(min-width: 768px){
	.deliveryWrapp table th,
	.deliveryWrapp table td{
		padding: 2px 5px;
	}
}
@media(min-width: 1140px){
	.deliveryWrapp {
		overflow: hidden;
		/*max-width: 570px;*/
		padding-left: 15px;
		padding-right: 15px;
	}
}



/*==========================================
[footer]
===========================================*/
.footer {
	clear:both;
}
@media(min-width: 768px){
	.footer {
		background-color: #313e6a;
		padding-top: 6.0rem;
		padding-bottom: 2.0rem;
	}
}

/* footer_tel */
.footer_tel {
	color: #fff;
	text-align: center;
	background-color: #313e6a;
}
.footer_tel h2 {
	line-height: 1.2;
}
.footer_tel p {
	margin-bottom: 1.2rem;
}
.footer_tel p.tel_time {
	font-size: 1.6rem;
}
.footer_tel p a{
	color: #fff!important;
}
@media(max-width: 767px){
	.footer_tel {
		width: 100%;
		padding:20px 0px 20px;
		margin-bottom: 3.0rem;
		margin-left: 15px;
		margin-right: 15px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.footer_tel h2 {
		font-size: 1.4rem;
		margin-bottom: 1.3rem;
		text-align: center;
		width: 40%;
	}
	.footer_tel h2 span {
		font-size: 1.0rem;
	}
	.footer_tel h2 br {
		display: none;
	}
	.footer_tel .footer_telText {
		text-align: center;
		border-left:1px solid #fff;
		padding-top: 1.0rem;
		width: 60%;
	}
	.footer_tel p {
		margin-bottom: 0.6rem;
	}
	.footer_tel p i{
		font-size: 1.6rem;
	}
	.tel_no {
		font-size: 2.0rem;
	}
}
@media(min-width: 768px){
	.footer_tel {
		float: right;
	}
	.footer_tel h2 {
		font-size: 2.4rem;
		margin-bottom: 1.8rem;
	}
	.footer_tel h2 br {
		display: none;
	}
	.footer_tel p {
		margin-bottom: 1.0rem;
	}
	.tel_no {
		font-size: 3.2rem;
	}
}
@media (min-width: 768px) and (max-width:992px) {
	.footer_tel {
		width: 50%;
	}
}
@media(min-width: 993px){
	.footer_tel {
		width: 30%;
	}
}

/* footer_fax */
.footer_fax {
	color: #fff;
	text-align: center;
	background-color: #313e6a;
}
.footer_fax h2 {
	line-height: 1.2;
}
.footer_fax h2 span {
	font-size: 1.6rem;
}
.footer_fax p.fax_time {
	font-size: 1.6rem;
	color: #fff!important;
}
.footer_fax p.fax_time a{
	color: #fff!important;
}
.footer_fax .fax_dl a{
	background-color: #fff;
	color: #313e6a;
	display: inline-block;
	text-decoration: none;
	box-shadow: 5px 5px #272d4f;
}
@media(max-width: 767px){
	.footer_fax {
		width: 100%;
		padding:20px 0px 20px;
		margin-bottom: 3.0rem;
		margin-left: 15px;
		margin-right: 15px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.footer_fax h2 {
		font-size: 1.4rem;
		text-align: center;
		width: 40%;
	}
	.footer_fax h2 span {
		font-size: 1.0rem;
	}
	.footer_fax h2 br {
		display: none;
	}
	.footer_fax .footer_faxText {
		text-align: center;
		border-left:1px solid #fff;
		padding-top: 1.0rem;
		width: 60%;
	}
	.footer_fax p {
		margin-bottom: 0.6rem;
	}
	.fax_no {
		font-size: 2.0rem;
	}
	.footer_fax .fax_dl a{
		font-size: 1.4rem;
		padding: 10px 20px;
	}
}
@media(min-width: 768px){
	.footer_fax {
		float: right;
		border-left: 1px solid #fff;
	}
	.footer_fax h2 {
		font-size: 2.4rem;
		margin-bottom: 1.8rem;
	}
	.footer_fax h2 br {
		display: none;
	}
	.footer_fax p {
		margin-bottom: 1.0rem;
	}
	.fax_no {
		font-size: 3.2rem;
	}
	.footer_fax .fax_dl a{
		font-size: 1.8rem;
		padding: 10px 30px;
		margin-top: 1.0rem;
	}
}
@media (min-width: 768px) and (max-width:992px) {
	.footer_fax {
		width: 50%;
	}
}
@media(min-width: 993px){
	.footer_fax {
		width: 30%;
	}
}

/* footer_address */
.footer_address {
	color: #fff;
	background-color: #313e6a;
}
.footer_address h2 {
	margin-bottom: 1.2rem;
}
.footer_address p {
	margin-bottom: 1.2rem;
}
.footer_address p a {
	color: #fff;
}
@media(max-width: 767px){
	.footer_address {
		width: 100%;
		padding:40px 15px 20px;
	}
	.footer_address h2,
	.footer_address p{
		font-size: 1.2rem;
	}
}
@media(min-width: 768px){
	.footer_address h2 {
		font-size: 1.6rem;
	}
}
@media (min-width: 768px) and (max-width:992px) {
	.footer_address {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
}
@media(min-width: 993px){
	.footer_address {
		width: 40%;
	}
}

/* copyright */
.copyright {
	color: #fff;
	background-color: #313e6a;
	padding-bottom: 2.0rem;
	text-align: center;
}
@media(max-width: 767px){
	.copyright {
		margin-left: -15px;
		margin-right: -15px;
		font-size: 1.0rem;
	}
}
@media(min-width: 768px){
	.copyright {
		padding-top: 4.0rem;
		font-size: 1.2rem;
	}
}


/* --------------------------------------
pagetop
-------------------------------------- */
.pagetopWrapp {
  position: fixed;
  right: 20px;
	bottom: 35px;
	text-align: center;
	background-color: #000;
	padding: 10px;
}
.pagetopWrapp a {
	/*font-size: 1.2rem;	*/
	color: #fff;
	text-decoration: none!important
}
.fa-angle-up {
	/*font-size: 2.0rem;	*/
	color: #fff;
	display: block;
}
@media (max-width: 767px)  {
	.pagetopWrapp {
	/*	display: none!important;*/
		padding: 10px 15px;
	}
	.pagetopWrapp a span {
		display: none!important;
	}
	.fa-angle-up {
		font-size: 2.0rem;
	}
}
@media (min-width: 768px)  {
	.pagetopWrapp {
		display:block;
	}
	.pagetopWrapp a {
		font-size: 1.2rem;
	}
	.fa-angle-up {
		font-size: 2.0rem;
	}
}

/*
.pagetopWrapp {
  position: fixed;
  right: 20px;
	bottom: 0px;
}
.fa-angle-up {
	font-size: 5.0rem;
	color: #000;
}
@media (max-width: 767px)  {
	.pagetopWrapp {
		display: none!important;
	}
}
@media (min-width: 768px)  {
	.pagetopWrapp {
		display:block;
	}
}
*/



/*==========================================
[footer] 2023.01
===========================================*/
@media (max-width: 767px)  {
	.footer {
	    background-color: #313e6a;
	    padding-top: 6rem;
	    padding-bottom: 2rem;
	}
}


/* footer_office_wrapp
--------------------------------------------*/
.footer_office_wrapp h2{
	text-align: center;
	color: #fff;
	border-bottom: 0.5px solid #fff;
	padding-bottom: 1.0rem;
	margin-bottom: 1.6rem;
}
.footer_office_wrapp h3{
	text-align: center;
	color: #fff;
	font-weight: 500;
	margin-bottom: 1.0rem;
}
.footer_office_wrapp p{
	color: #fff;
	line-height: 1.4;
}
.footer_office_wrapp p a{
	color: #fff;
}
@media (max-width: 767px)  {
	.footer_office_wrapp p{
		font-size: 1.2rem;
	}
}
@media (min-width: 768px)  {
	.footer_office_wrapp {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer_office_wrapp h2{
		font-size: 2.2rem;
	}
	.footer_office_wrapp h3{
		font-size: 1.8rem;
	}
	.footer_office_wrapp p{
		font-size: 1.4rem;
	}

	.footer_office_wrapp .footer_office_tel {
		display: inline-block;
		margin-right: 1rem;
	}
	.footer_office_wrapp .footer_office_fax {
		display: inline-block;
	}
}

/* office_main */
@media (max-width: 767px)  {
	.office_main {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 3.5rem
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.office_main {
		width: 43%;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
}
@media (min-width: 993px)  {
	.office_main {
		width: 30%;
		margin-left: 5%;
		margin-right: 5%;
	}
}

/* office_shop */
@media (max-width: 767px)  {
	.office_shop {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 3.5rem
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.office_shop {
		width: 43%;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
}
@media (min-width: 993px)  {
	.office_shop {
		width: 30%;
		margin-left: 5%;
		margin-right: 5%;
	}
}

/* office_buy
--------------------------------------------*/
.office_buy {
	margin-top: 3.0rem;
}
@media(max-width: 767px){
	.office_buy {
		width:100%;
		margin-top: 3.5rem;
		margin-bottom: 1.0rem
	}
}

.office_buy .fax_dl {
	text-align: center;
	margin-top: 1.0rem;
}
.office_buy .fax_dl a{
	background-color: #fff;
	color: #313e6a;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.4rem;
	border-radius: 4px;
	display: inline-block;
	/*box-shadow: 5px 5px #272d4f;*/
	position: relative;
}
.office_buy .fax_dl a i{
	position: absolute;
	top:27%;
	right: 15px;
	font-size: 1.8rem;
}
@media(max-width: 767px){
	.office_buy .fax_dl a{
		width: 100%;
		padding: 10px 10px;
	}
}
@media(min-width: 768px){
	.office_buy .fax_dl a{
		width: 100%;
		padding: 10px 30px;
	}
}
