@charset"utf-8";
@import "common.css";

/* header
-------------------------------------------------- */
/* logo-area */
header div.logo-area{
  margin-left: 3rem;
}
header div.logo-area a{
	display: block;
	font-size: 0;
	width: 22.35rem;
	height: 4.92rem;
	background: url(../img/common/logo.svg) no-repeat;
}
header div.logo-area a:hover{
	opacity: 0.4;
	transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
	/* logo-area */
	header div.logo-area{
	  margin-left: 1.5rem;
	}
	header div.logo-area a{
		display: block;
		font-size: 0;
		width: 19.48rem;
    	height: 4.28rem;
		background: url(../img/common/logo.svg) no-repeat;
	}
}

/* contentVisualSec
-------------------------------------------------- */
section.contentVisualSec{
	width: 100%;
	height: 60rem;
	position: relative;
}
section.contentVisualSec::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60rem;
	background: rgba(0, 0, 0, 0.35)!important;
}
section.contentVisualSec div.inner{
	max-width: 1200px;
	height: 60rem;
	margin: 0 auto;
	position: relative;
}
/* commitment */
section.contentVisualSec.commitment{
	background: url(../img/commitment/visual_commitment.jpg) center top / cover no-repeat;
}
/* fd-menu */
section.contentVisualSec.fd-menu{
	background: url(../img/fd-menu/visual_fd-menu.jpg) center top / cover no-repeat;
}
/* aboutus */
section.contentVisualSec.aboutus{
	background: url(../img/aboutus/visual_aboutus.jpg) center center / cover no-repeat;
}
/* information */
section.contentVisualSec.information{
	background: url(../img/information/visual_information.jpg) center center / cover no-repeat;
}
/* contactus */
section.contentVisualSec.contactus{
	background: url(../img/contactus/visual_contactus.jpg) center center / cover no-repeat;
}
/* privacy */
section.contentVisualSec.privacy{
	background: url(../img/privacy/visual_privacy.jpg) center center / cover no-repeat;
}
/* privacy */
section.contentVisualSec.nbosctl{
	background: url(../img/nbosctl/visual_nbosctl.jpg) center center / cover no-repeat;
}
@media print, screen and (max-width: 767px) {
	section.contentVisualSec{
		height: 45rem;
	}
	section.contentVisualSec::after {
		height: 45rem;
	}
	section.contentVisualSec div.inner{
		height: 45rem;
	}
}

/* img-area
-------------------------------------------------- */
div.img-area img{
	width: 100%;
	height: auto;
}

/* titleSec
-------------------------------------------------- */
div.titleSec{
	position: absolute;
	top: 47%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
}

/* txt-block
-------------------------------------------------- */
div.txt-block{
	margin-bottom: 7rem;
}
@media print, screen and (max-width: 767px) {
	div.txt-block{
		margin-bottom: 5rem;
	}
}

/* "h"tag
-------------------------------------------------- */
h2.h2-ttl{
	position: relative;
	color: #fff;
	font-size: 3.2rem;
	font-weight: normal;
	line-height: 1.3;
}
h3.h3-ttl{
	font-size: 2.6rem;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 5rem;
}
h4.h4-ttl{
	font-size: 2.2rem;
	margin-bottom: 3rem;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}
@media print, screen and (max-width: 767px) {
	h2.h2-ttl{
		font-size: 2.6rem;
	}
	h3.h3-ttl{
		font-size: 2.2rem;
		margin-bottom: 3rem;
	}	
	h4.h4-ttl{
		font-size: 2.0rem;
	}
}

/* breadcrumbSec
-------------------------------------------------- */
section.breadcrumbSec div.breadcrumb{
	padding: 3rem 0 7rem;
} 
section.breadcrumbSec div.breadcrumb p{
	display: inline-block;
}
section.breadcrumbSec div.content div.breadcrumb ul li{
	display: inline-block;
}
section.breadcrumbSec div.content div.breadcrumb ul li::after{
	content: '>';
	padding: 0 1.5rem;
}
section.breadcrumbSec div.content div.breadcrumb ul li:last-child::after{
	display: none;
}
section.breadcrumbSec div.content div.breadcrumb ul li a{
	text-decoration: underline;
}
section.breadcrumbSec div.content div.breadcrumb ul li a:hover{
	opacity: 0.4;
	transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
	section.breadcrumbSec div.content div.breadcrumb{
		padding: 2.5rem 0 5rem;
	}
	section.breadcrumbSec div.content div.breadcrumb ul li{
		font-size: 1.3rem;
		line-height: 1.6;
	}
	section.breadcrumbSec div.content div.breadcrumb ul li::after{
		padding: 0 1.0rem;
	}
}

/* commitmentSec
-------------------------------------------------- */
section.commitmentSec .block .wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.commitmentSec .block .wrap .txt-area{
	width: 50%;
}
section.commitmentSec .block .wrap .txt-area h4.h4-ttl{
	text-align: left;
	margin-bottom: 2rem;
}
section.commitmentSec .block .wrap .img-area{
	width: 45%;
}
section.commitmentSec div.button-area{
	margin: 7rem auto 0;
}
@media print, screen and (max-width: 767px) {
	section.commitmentSec .block .wrap{
		display: block;
	}
	section.commitmentSec .block .wrap .txt-area{
		width: 100%;
	}
	section.commitmentSec .block .wrap .txt-area h4.h4-ttl{
		text-align: center;
		margin-bottom: 2rem;
		font-size: 1.7rem;
	}
	section.commitmentSec .block .wrap .img-area{
		width: 100%;
		margin-top: 3rem;
	}
	section.commitmentSec div.button-area{
		margin: 5rem auto 0;
	}
}

section.scrollmenuSec{
  margin: 0 auto 5rem;
}
section.scrollmenuSec div.scrollmenu ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.scrollmenuSec div.scrollmenu ul.upper{
	margin-bottom: 2rem;
}
section.scrollmenuSec div.scrollmenu ul li{
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 5rem;
  line-height: 2.0;
}
section.scrollmenuSec div.scrollmenu ul li:last-child{  
  margin-right: 0;
}
section.scrollmenuSec div.scrollmenu ul li:hover{
  opacity: 0.4;
  transition: 0.6s;
}
section.scrollmenuSec div.scrollmenu ul li::before{
  content: '';
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  background-image: url(../img/fd-menu/arrow-alt-circle-right-solid.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
section.fd-menuSec{
	background: #F4F3F1;
	padding: 7rem 0;
}
section.fd-menuSec h3.h3-ttl{
	color: #615036;
	position: relative;
	margin-bottom: 5rem;
}
section.fd-menuSec h3.h3-ttl::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1.5rem;
    display: block;
    width: 5rem;
    height: 1px;
    background: #615036;
    transform: translate3d(-50%,0,0);
}
section.fd-menuSec div.menu-area#s01,
section.fd-menuSec div.menu-area#s02,
section.fd-menuSec div.menu-area#s03,
section.fd-menuSec div.menu-area#s04,
section.fd-menuSec div.menu-area#s05,
section.fd-menuSec div.menu-area#s06,
section.fd-menuSec div.menu-area#s07 {
	padding: 12rem 0 0;
  margin: -8rem auto 0;
}
section.fd-menuSec div.menu-area div.fd-menuwrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 5rem;
}
section.fd-menuSec div.menu-area div.fd-menuwrap div.box{
	width: 32%;
	margin-bottom: 2rem;
}
section.fd-menuSec div.menu-area div.fd-menuwrap div.box.blank{
	margin-bottom: 0;
}
section.fd-menuSec div.menu-area div.fd-menuwrap div.box div.img{
	width: 100%;
	margin-bottom: 1.5rem;
}
section.fd-menuSec div.menu-area div.fd-menuwrap div.box div.img img{
	width: 100%;
}
section.fd-menuSec div.menu-area div.fd-menuwrap div.box p{
	text-align: center;
}
section.fd-menuSec div.menu-area div.fd-menuwrap div.box p.name{
	font-size: 2.0rem;
	line-height: 1.4;
}
section.fd-menuSec div.menu-area div.fd-menuwrap div.box p.e-name{
	margin-top: 0.5rem;
	font-size: 1.3rem;
	line-height: 1.4;
}
section.fd-menuSec div.menu-area div.fd-menuwrap div.box p.explain{
	margin-top: 1.5rem;
	font-size: 1.3rem;
	line-height: 1.4;
	text-align: left;
}
section.fd-menuSec div.menu-area div.fd-menuwrap div.box div.type{
	margin-top: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
}
section.fd-menuSec div.menu-area div.fd-menuwrap div.box div.type img{
	width: 3.5rem;
}
section.fd-menuSec div.menu-area div.fd-menuwrap div.box div.type.double img:first-child{
	margin-right: 0.7rem;
}
section.fd-menuSec div.menu-area div.fd-menuwrap div.box p.price{
	font-size: 1.8rem;
	line-height: 1.5;
	margin-top: 1rem;
	font-weight: bold;
}
section.fd-menuSec div.menu-area div.fd-menuwrap div.box span.att{
	font-size: 1.3rem;
}
section.fd-menuSec div.menu-area div.listbox{
	margin-bottom: 5rem;
}
section.fd-menuSec div.menu-area div.listbox.btm{
	margin-bottom: 0;
}
section.fd-menuSec div.menu-area div.listbox h5.h5-menu{
	font-size: 2.0rem;
	line-height: 1.4;
	color: #615036;
	margin-bottom: 2rem;
}
section.fd-menuSec div.menu-area div.listbox ul li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px dotted #707070;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
	position: relative;
}
section.fd-menuSec div.menu-area div.listbox ul li:last-child{
	margin-bottom: 0;
}
section.fd-menuSec div.menu-area div.listbox ul li p{
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
}
section.fd-menuSec div.menu-area div.listbox ul li p.sh{
	padding-left: 3.5rem;
}
section.fd-menuSec div.menu-area div.listbox ul li img.icon{
	position: absolute;
	left: 0;
	top: -0.3rem;
	width: 2.8rem;
	height: 2.8rem;
	margin-right: 0.5rem;
}
@media print, screen and (max-width: 767px) {
	section.scrollmenuSec div.scrollmenu ul.upper{
		margin-bottom: 0;
	}
	section.scrollmenuSec div.scrollmenu ul li{
	  font-size: 1.5rem;
	  font-weight: bold;
	  margin-right: 2.5rem;
	  line-height: 2.0;
	}
	section.scrollmenuSec div.scrollmenu ul li::before{
	  width: 1.9rem;
	  height: 1.9rem;
	}
	section.fd-menuSec div.menu-area#s01,
	section.fd-menuSec div.menu-area#s02,
	section.fd-menuSec div.menu-area#s03,
	section.fd-menuSec div.menu-area#s04,
	section.fd-menuSec div.menu-area#s05,
	section.fd-menuSec div.menu-area#s06,
	section.fd-menuSec div.menu-area#s07 {
		padding: 8rem 0 0;
	  margin: -6rem auto 0;
	}
	section.fd-menuSec div.menu-area div.fd-menuwrap div.box{
		width: 49%;
		margin-bottom: 2rem;
	}
	section.fd-menuSec div.menu-area div.fd-menuwrap div.box p.name{
		font-size: 1.8rem;
	}
	section.fd-menuSec div.menu-area div.fd-menuwrap div.box p.e-name{
		margin-top: 0.3rem;
		font-size: 1.2rem;
		line-height: 1.3;
	}
	section.fd-menuSec div.menu-area div.fd-menuwrap div.box p.explain{
		margin-top: 1rem;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	section.fd-menuSec div.menu-area div.fd-menuwrap div.box div.type{
		margin-top: 0.7rem;
	}
	section.fd-menuSec div.menu-area div.fd-menuwrap div.box div.type img{
		width: 2.8rem;
	}
	section.fd-menuSec div.menu-area div.fd-menuwrap div.box div.type.double img:first-child{
		margin-right: 0.5rem;
	}
	section.fd-menuSec div.menu-area div.fd-menuwrap div.box p.price{
		font-size: 1.6rem;
		line-height: 1.4;
		margin-top: 0.7rem;
	}
	section.fd-menuSec div.menu-area div.listbox h5.h5-menu{
		font-size: 1.8rem;
	}
	section.fd-menuSec div.menu-area div.listbox ul li{
		padding-bottom: 0.5rem;
		margin-bottom: 1.0rem;
	}
	section.fd-menuSec div.menu-area div.listbox ul li p{
		font-size: 1.5rem;
		line-height: 1.4;
		font-weight: bold;
	}
	section.fd-menuSec div.menu-area div.listbox ul li p.name{
		width: 86%;
	}
	section.fd-menuSec div.menu-area div.listbox ul li p.price{
		width: 8rem;
		text-align: right;
	}
	section.fd-menuSec div.menu-area div.listbox ul li p.sh{
		padding-left: 3rem;
	}
	section.fd-menuSec div.menu-area div.listbox ul li img.icon{
		position: absolute;
		top: -0.35rem;
		width: 2.4rem;
		height: 2.4rem;
	}
}

/* aboutusSec
-------------------------------------------------- */
section.aboutusSec div.wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
section.aboutusSec table{
	position: relative;
	width: 66%;
	line-height: 1.6;
	font-size: 1.6rem;
}
section.aboutusSec table tr{
	border-bottom: 1px solid #CACACA;
}
section.aboutusSec table th{
	color: #A08C6E;
	width: 18rem;
	vertical-align: middle;
	padding: 3rem 0 2.5rem;
	border-bottom: 1px solid #A08C6E;
}
section.aboutusSec table th.fst{
	padding: 0 0 3rem;
}
section.aboutusSec table td{
	padding: 2.5rem 0 2.5rem 2rem;
	vertical-align: middle;
}
section.aboutusSec table td ul li{
	list-style-type: disc;
	margin-left: 2.3rem;
}
section.aboutusSec table td.fst{
	padding: 0 0 3rem 2rem;
}
section.aboutusSec div.img-area{
	width: 30%;
}
@media print, screen and (max-width: 960px) {
	section.aboutusSec table{
		width: 60%;
	}
	section.aboutusSec table th{
		width: 15rem;
	}
	section.aboutusSec div.img-area{
		width: 36%;
	}
}
@media print, screen and (max-width: 767px) {
	section.aboutusSec div.wrap{
		display: block;
	}
	section.aboutusSec table{
		width: 100%;
	}
	section.aboutusSec table th{
		display: block;
		text-align: left;
		border-bottom: none;
		padding: 3rem 0 0;
		font-size: 1.5rem;
	}
	section.aboutusSec table th.fst{
		padding: 0;
	}
	section.aboutusSec table td{
		display: block;
		padding: 1rem 0 2rem 0;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	section.aboutusSec table td.fst{
		padding: 1rem 0 2rem 0;
	}
	section.aboutusSec div.img-area{
		margin-top: 5rem;
		width: 100%;
	}
}

/* privacySec
-------------------------------------------------- */
section.privacySec h4.h4-privacy{
	color: #A08C6E;
	font-size: 2.0rem;
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px dotted #555;
}
section.privacySec div.content div.block{
	margin-bottom: 5rem;
}
section.privacySec div.content div.block.btm{
	margin-bottom: 0;
}
section.privacySec div.content div.block ul li{
	list-style-type: disc;
	margin-left: 2.1rem;
}
@media print, screen and (max-width: 767px) {
	section.privacySec h4.h4-privacy{
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
	}
	section.privacySec div.content div.block{
		margin-bottom: 3rem;
	}
}

/* nbosctlSec
-------------------------------------------------- */
section.nbosctlSec h4.h4-nbosctl{
	color: #A08C6E;
	font-size: 2.0rem;
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px dotted #555;
}
section.nbosctlSec div.content div.block{
	margin-bottom: 5rem;
}
section.nbosctlSec div.content div.block.btm{
	margin-bottom: 0;
}
section.nbosctlSec div.content div.block ul{
	margin-bottom: 1.5rem;
}
section.nbosctlSec div.content div.block ul li{
	list-style-type: disc;
	margin-left: 2.1rem;
}
@media print, screen and (max-width: 767px) {
	section.nbosctlSec h4.h4-nbosctl{
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
	}
	section.nbosctlSec div.content div.block{
		margin-bottom: 3rem;
	}
}

/* informationSec
-------------------------------------------------- */
section.informationSec{
	margin: 0 auto;
}

/* pagenationSec
-------------------------------------------------- */
section.pagenationSec{
	margin: 5rem auto 0;
	text-align: center;
}
.wp-pagenavi a, 
.wp-pagenavi span {
	background: #B5B5B5;
	width: 3.5rem;
	line-height: 2.3;
	text-align: center;
	display: inline-block;
	margin-right: 1.0rem;
	border-radius: 50%;
	color: #fff;
}
div.wp-pagenavi span.current{
	background: #A08C6E!important;
	cursor: pointer;
}
div.wp-pagenavi span.current:hover{
	opacity: 0.4!important; 
	transition: 0.6s!important; 
}
div.wp-pagenavi a.nextpostslink{
	margin-right: 0!important; 
}
div.wp-pagenavi a:hover{
	opacity: 0.4!important; 
	transition: 0.6s!important; 
}

/* columnSec
-------------------------------------------------- */
section.columnSec div.content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
section.columnSec h3.h3-newstitle{
	font-size: 2.4rem;
	border-bottom: 1px solid #C8C8C8;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 3rem;
}
section.columnSec h4.h4-newsnavi{
	padding-left: 1.0rem;
	font-size: 2rem;
	font-weight: normal;
	line-height: 2.0;
	margin-bottom: 2rem;
	background-color: #001929;
	color: #fff;
}
section.columnSec div.content div.column_left{
	width: 66%;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-date{
	text-align: right;
	margin-bottom: 3rem;
}
section.columnSec div.content div.column_left section.newsDetailSec{
	overflow:hidden;
}
section.columnSec div.content div.column_left section.newsDetailSec div.img-area{
	width: 100%;
	margin: 0 auto 2rem;
}
section.columnSec div.content div.column_left section.newsDetailSec div.img-area img{
	width:100%;
	height:auto;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-text,
section.columnSec div.content div.column_left section.newsDetailSec div.news-text p{
	line-height: 1.8;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-text a{
	color: #A2185D;
	text-decoration: underline;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-text img{
	margin: 2rem 0;
	display: block;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-navi{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 2rem 0 3rem;
	color: #6BB9BF;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-navi a{
	text-decoration: underline;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-navi a:hover{
	opacity: 0.4;
	transition: 0.6s;
}
section.columnSec div.content div.column_right{
	width: 30%;
}
section.columnSec div.content div.column_right div.widget ul{
	border-bottom: 1px dotted #C8C8C8;  
}
section.columnSec div.content div.column_right div.widget ul li{
	border-top: 1px dotted #C8C8C8;
	padding: 1.5rem 0;
}
section.columnSec div.content div.column_right div.widget ul li:hover{
	opacity: 0.4;
	transition: 0.6s;
}
section.columnSec div.content div.column_right div.widget span.post-date{
	display: block;
	font-size: 1.3rem;
}
@media print, screen and (max-width: 767px) {
	section.columnSec{
		margin: 5rem 0 0;
	}
	section.columnSec h3.h3-newstitle{
    	font-size: 2.0rem;
	}
	section.columnSec h4.h4-newsnavi{
		font-size: 1.8rem;
		line-height: 2.4;
	}
	section.columnSec div.content{
		display: block;
	}
  /* column_left */
	section.columnSec div.content div.column_left{
		display: block;
		width: 100%;
		margin-bottom: 5rem;
	}
	/* column_right */
	section.columnSec div.inner div.column_right{
		display: block;
		width: 100%;
	}
	section.columnSec div.content div.column_right div.widget ul li{
		padding: 1.2rem 0;
	}
}

/* contactus
-------------------------------------------------- */
/* placeholder */
/* ▼IE10・IE11用 */
:-ms-input-placeholder {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}
/* ▼Chrome・Safari・Opera用(※1：Edgeでも有効) */
::-webkit-input-placeholder {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}
/* ▼Firefox18以前用(※2) */
:-moz-placeholder {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}
/* ▼Firefox19以上用(※3) */
::-moz-placeholder {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}
/* ▼CSS4標準(予定)の記述 */
::placeholder {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}
/* span */
th span.required{
	background: #D2302F;
	padding: 0.5rem 0.6rem 0.25rem 0.5rem;
	color: #fff;
	margin-left: 1rem;
	font-size: 1.2rem;
	line-height: 1.3;
	display: inline-block;
}
th span.optional{
	background: #fed330;
	padding: 0.5rem 0.6rem 0.25rem 0.5rem;
	color: #000;
	margin-left: 1rem;
	font-size: 1.2rem;
	line-height: 1.3;
	display: inline-block;
}
div.form_txt{
	margin-bottom: 2.5rem;
}
table.table_form{
	width: 100%;
	margin: 0 auto 7rem;
}
/* th */
table.table_form th{
	width: 28rem;
	text-align: left;
	padding: 2.5rem 0 0;
	vertical-align: middle;
	line-height: 1.4;
	font-weight: normal;
}
/* td */
table.table_form td{
	padding: 2.5rem 0 0;
}
table.table_form td input{
	line-height: 3.5;
	height: 3.5em;
	padding-left: 1rem;
	border: 1px solid #E5E5E5;
}
td.name input,
td.kana input{ 
	width: 70%;
}
td.phone-number input{
	width: 50%;
}
td.mail-address input{
	width: 100%;
}
td.remarks textarea{
	width: 100%;
	height: 12em;
	line-height: 1.6;
	padding-left: 1rem;
	background-color: #F5F5F5;
	border: 1px solid #E5E5E5;
}
td input[type=text],
td input[type=tel],
td input[type=email],
td input[type=date],
td input[type=number],
td select{
	background-color: #F5F5F5;
}
/* error */
.wpcf7 .wpcf7-not-valid {
	background: pink;
}
span.wpcf7-not-valid-tip{
	display: none!important;
}
span.wpcf7-list-item {
	display: block!important;
	margin: 0!important;
}
@media print, screen and (max-width: 767px) {
	div.form_txt{
		margin-bottom: 1rem;
	}
	table.table_form{
		margin: 0 auto 5rem;
	}
	/* th */
	table.table_form th{
		width: 100%;
		display: block;
		padding: 2rem 0 0;
	}
	/* td */
	table.table_form td{
		padding: 1.5rem 0 0;
		width: 100%;
		display: block;
	}
	table.table_form td input{
		line-height: 3.5;
		height: 3.5em;
		padding-left: 1rem;
		border: 1px solid #E5E5E5;
	}
	td.name input,
	td.kana input{ 
		width: 100%;
	}
	td.phone-number input{
		width: 70%;
	}
	td.mail-address input{
		width: 100%;
	}
	td.remarks textarea{
		line-height: 1.4;
	}
}

/* sendmessageSec
-------------------------------------------------- */
section.sendmessageSec table.contactInfo{
	width: 80%;
	margin: 5rem auto 7rem;
	border: 1px solid #C8C8C8;
	border-collapse: collapse;
}
section.sendmessageSec table.contactInfo th {
	text-align: center;
	background-color: #888;
	color: #fff;
	font-weight: normal;
	border: 1px solid #C8C8C8;
	padding: 2.0rem 0 1.8rem;
}
section.sendmessageSec table.contactInfo td {
	text-indent: 1rem;
	border: 1px solid #C8C8C8;
}
@media screen and (max-width: 767px){
	section.sendmessageSec div.content {
		width: 95%;
	}
	section.sendmessageSec table.contactInfo{
		width: 100%;
		margin: 3rem auto 5rem;
		border-collapse: collapse;
	}
	section.sendmessageSec table.contactInfo th{
		width: 100%;
		display: block;
		padding: 1.5rem;
		line-height: 1.5;
		border-top: none;
		border-left: none;
		border-right: none;
		text-align: center;
	}
	section.sendmessageSec table.contactInfo td {
		display: block;
		border: none;
		box-sizing: content-box;
		padding: 1.5rem;
		line-height: 1.5;
		text-align: center;
	}
}

/* ==================================================
以下、装飾の指定
================================================== */
/*iPhoneでinput要素にCSSが効かない時 */
input[type="button"],input[type="text"],input[type="email"],input[type="number"],input[type="tel"],input[type="date"],input[type="submit"],textarea{
   -webkit-appearance: none!important;
   border-radius: 0!important;
}