@charset "utf-8";

/*
Theme nico design
Version: 9999
*/

/****************
Font-Size

Pixels	%
10px	62.5%
11px	68.8%
12px	75.0%
13px	81.3%
14px	87.5%
15px	93.8%
16px	100.0%
17px	106.3%
18px	112.5%
19px	118.8%
20px	125.0%
21px	131.3%
22px	137.5%
23px	143.8%
24px	150.0%
26px	162.5%
28px	175.0%
****************/

* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust:100%;
}

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0 none;
	margin: 0;
	padding: 0;
	/*vertical-align: baseline;*/
	/*font: inherit;*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*--[Win Firefox]ロールオーバー時に、ボタン左に点線枠（focus）が入る現象についての対策--*/
:focus
{?moz-outline-style:none;}

/*--[Mac Firefox]ロールオーバー時に、ボタン左に点線枠（focus）が入る現象についての対策--*/
a { outline:none;}
a{
	text-decoration:none;
	color: #111;
}
a:hover{
	text-decoration:underline;
}
hr {
	clear: both;
	border: solid 1px #fff;
	margin: 15px 0;
}
img {
	border: none;
	vertical-align: bottom;
	/*max-width: 100%;*/
}

br {
	letter-spacing: 0;
}

li img {
	vertical-align: top;
}
.clearfix:after {
	content: "."; /* 新しい要素を作る */
	display: block; /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}

body,html{
	width: 100%;
}


/*Flex Box*/
.flex {
	clear: both;
	display: flex;
	flex-wrap: wrap;/*親の横幅以上は折り返す*/
}
.flex-item-center {
	align-items: center;/*縦中央揃え*/
}
.justify-content-space-between {
	justify-content: space-between;
}

.flex-item {
}
.flex-item img {
	max-width: 100%;
	height: auto;
}
.flex-2 .flex-item {
	width: 48%;
	margin-right: 4%;
}
.flex-2 .flex-item:nth-of-type(even) {
	margin-right: 0;
}
.flex-2 .flex-item:nth-last-of-type(-n+2) {
}
.flex-3 .flex-item {
	width: 30%;
	margin-right: 5%;
}
.flex-3 .flex-item:nth-of-type(3n) {
	margin-right: 0 !important;
}
.flex-3 .flex-item:nth-last-of-type(-n+3) {
}

.flex-4 .flex-item {
	width: 22.0%;
	margin-right: 4%;
}
.flex-4 .flex-item:nth-of-type(4n) {
	margin-right: 0;
}
.flex-4 .flex-item:nth-last-of-type(-n+4) {
}

.flex-5 .flex-item {
	width: 18.4%;
	margin-right: 2%;
}
.flex-5 .flex-item:nth-of-type(5n) {
	margin-right: 0;
}
.flex-5 .flex-item:nth-last-of-type(-n+5) {
}
.pc-order-1{
	order: 1;
}
.pc-order-2{
	order: 2;
}
.pc-order-3{
	order: 3;
}
.pc-order-4{
	order: 4;
}
.pc-order-5{
	order: 5;
}
.pc-order-6{
	order: 6;
}
.pc-order-7{
	order: 7;
}
.pc-order-8{
	order: 8;
}
.pc-order-9{
	order: 9;
}
.pc-order-10{
	order: 10;
}

 /*inview.js*/
.inview-fade {
	opacity: 0;
	transition: 2.5s;/*スクロールインでフェードする時間*/
}
.inview-show{
	opacity: 1.0;
}

/*囲み用ボックス*/
.pickup_box{
	background-color: #f1f1f1;
	padding: 2%;
}
.important_box{
	border: solid 1px #cd1110;
	padding: 2%;
}

.border_box{
	border: solid 1px #998675;
	padding: 2%;
}
.left_border_box{
	background-color: #f8f5ef;
	border-left: solid 4px #998675;
	padding: 2%;
}


.none {
	display: none;
}
.radius {
	background-color: #EBEFFB\9;
	border-radius : 6px;
}
.radius_s {
	background-color: #EBEFFB\9;
	border-radius : 3px;
}
.shadow {
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}

.pdf {
	background: url(images/pdf.gif) right 50% no-repeat;
	padding-right: 32px;
}


/*テキスト*/
.txtBold {
	font-weight: bold;
}
.txtLarge {
	font-size: 20px;
}
.txtSmall {
	font-size: 12px;
	line-height: 1.5;
}
.txtMid {
	font-size: 16px;
}
.txtXSmall {
	font-size: 10px;
	line-height: 1.35;
}
.txtGray {
	color: #bbb;
}
.txtGreen {
	color: #439B08;
}
.txtOrange{
	color:#f05328;
}
.txtBlue {
	color: #7ebcc1;
}
.txtPink {
	color: #fed7c4;
}
.txtRed {
	color: #dd4b1a;
}
.txtGold{
	color: #998675;
}
.txtYellow{
	color: #f1de8a;
}

/*Web Font*/
.wf-cabin-r {
	font-family: 'Cabin', sans-serif;
	font-weight: 400
}
.wf-cabin-b {
	font-family: 'Cabin', sans-serif;
	font-weight: 700
}
.wf-adorn{
	font-family: adorn-garland, sans-serif;
	font-weight: 400;
}


/*リストスタイル*/
.list {
	margin-left: 1.5em;
}
.list li {
	margin-bottom: 10px;
}
.list li:last-child {
	margin-bottom: 0;
}
.lstDisc {
	/*黒丸*/
	list-style-type: disc;
}
.lstNum {
	/*数字*/
	list-style-type: decimal;
}
.lstDecimal {
	/*数字*/
	list-style-type: decimal;
}
.lstCircle {
	/*白丸*/
	list-style-type: circle;
}
.lstSquare {
	/*黒四角*/
	list-style-type: square;
}
.lstAlp_L {
	/*大文字アルファベット*/
	list-style-type: upper-latin;
}
.lstNon {
	list-style-type: none !important;
}
.lstUpperRoman {
	/*大文字のローマ数字*/
	list-style-type: upper-roman;
}

.indent {
	margin-left: 2em;
}



/*左右中央寄せ（1）*/
.alignnone {
	display: block;
	margin: 0 0 20px;
}

.imgCenter,
.aligncenter {
	display: block;
	margin: 20px auto;
}
.imgLeft,
.alignleft {
	float: left;
	margin: 15px 20px 15px 0;
}
.imgRight,
.alignright {
	float: right;
	margin: 15px 0 15px 20px;
}

/*左右中央寄せ（2）*/
.center {
	text-align: center;
}
.left,
.left th {
	text-align: left;
}
.right {
	text-align: right;
}



/*マージンリセット*/
.mRight0 {
	margin-right: 0 !important;
}
.mBottom0 {
	margin-bottom: 0 !important;
}

/*縦揃え*/
.valignTop {
	vertical-align: top;
}
.valignMid {
	vertical-align: middle !important;
}



/*テーブル*/
table {
	border-collapse: collapse;
	border: none;
	margin-bottom: 2em;
	line-height: 1.7;
}

.table {
	border-collapse: collapse;
	font-size: 14px;
}
table th,
table td {
	text-align: left;
	padding: 8px 10px;
}
table th {
	text-align: left;
	background-color: #fff;
	/*padding-right: 40px;*/
	font-weight: normal;
}
table td {
}
table td:nth-of-type(even){
}
table tr:last-of-type th,
table tr:last-of-type td {
	/*border-bottom: none;
	padding-bottom: 0;*/
}
table tr:nth-of-type(even) th {
}
table tr:nth-of-type(even) td:nth-of-type(even) {
}


/*全幅*/
.fullWidth {
	width: 100%;
}

/*改行しない*/
.nowrapTable th,
.nowrap {
	white-space: nowrap;
}



/*サイト構成*/
html {
	/* height: 100%; */
}
body{
	position: relative;
	font-family: 'Sawarabi Gothic', sans-serif;
	color: #111;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-weight: 400;
}

.contents{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.contents img{
	max-width: 100%;
	height: auto;
}
.contents p,
.contents .txt {
	margin: 0 0 1.5em;
	line-height: 1.8;
}
.contents .txtBtm {
	margin-bottom: 8em;
}
.contents .mt0{
	margin-top: 0;
}
.contents .mt10{
	margin-top: 10px;
}
.contents .mt20{
	margin-top: 20px;
}
.contents .mt30{
	margin-top: 30px;
}
.contents .mt40{
	margin-top: 40px;
}
.contents .mt50{
	margin-top: 50px;
}
.contents .mt60{
	margin-top: 60px;
}
.contents .mt70{
	margin-top: 70px;
}
.contents .mt80{
	margin-top: 80px;
}
.contents .mt90{
	margin-top: 90px;
}
.contents .mt100{
	margin-top: 100px;
}
.contents .mb0{
	margin-bottom: 0;
}
.contents .mb10{
	margin-bottom: 10px;
}
.contents .mb20{
	margin-bottom: 20px;
}
.contents .mb30{
	margin-bottom: 30px;
}
.contents .mb40{
	margin-bottom: 40px;
}
.contents .mb50{
	margin-bottom: 50px;
}
.contents .mb60{
	margin-bottom: 60px;
}
.contents .mb70{
	margin-bottom: 70px;
}
.contents .mb80{
	margin-bottom: 80px;
}
.contents .mb90{
	margin-bottom: 90px;
}
.contents .mb100{
	margin-bottom: 100px;
}


/*スライドショー*/
.bx-wrapper {
	position: relative !important;
	border: none !important;
	box-shadow: none !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.bx-pager {
	bottom: 20px !important;
	padding: 0 !important;
}
.bx-pager-item {
	display: inline-block !important;
	width: 100px;
	height: 4px;
	margin: 0 0 0 22px !important;
}
.bx-pager-item a {
	display: block;
	width: 100% !important;
	height: 100% !important;
	text-indent: -100%;
	overflow: hidden;
}
.bx-pager-item .active {
	background-color: #c69c6d !important;
}
.bx-pager-link {
	background-color: #e6e6e6 !important;
}
.bx-pager-link:hover {
	background-color: #e6e6e6 !important;
}



/*フォーム*/
.form {
	width: 70%;
	margin: 0 auto;
}
.form input,
.form select,
.form textarea{
	padding: 5px 3px;
	margin: 3px;
	vertical-align: middle;
}
.form .break .wpcf7-list-item{
	display: block;
}
.form .cBox .wpcf7-list-item {
	display: inline-block;
	width: 48%;
	margin-bottom: 5px;
}
span.wpcf7-list-item {
	margin-left: 0 !important;
}
.submit {
	text-align: center;
}
.submit input {
	background-color: #a0ccd4;
	border: none;
	color: #fff;
	width: 45%;
	margin: 0 10px;
	padding: 14px 80px;
	text-align: center;
	-webkit-appearance: none;
}
.submit input:hover {
	background-color: #bfdce1;
}
.submit input:disabled {
	background-color: #999;
}
.wpcf7-radio label {
	margin-right: 1em;
}
.wpcf7c-conf {
	background-color: transparent !important;
	border: none !important;
}
div.wpcf7-validation-errors {
	border: none !important;
	color: #dd4b1a !important;
	padding: 20px 0 !important;
}
.required {
	background-color: #dd4b1a;
	border-radius: 3px;
	border: solid 1px #bdccd4;
	padding: 0 4px;
	margin: 0 0 0 4px;
	font-size: 625%;
	color: #bdccd4;
}
.formReq,
.formAny {
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	margin: 0 5px;
	padding: 0 10px;
	text-align: center;
}
.formReq {
	background-color: #dd4b1a;
}
.formAny {
	background-color: #111;
}


/*共通 GoogleMapレスポンシブ対応*/
.youtube {
	clear: both;
	position: relative;
	padding-bottom: 56.25%;
	/* padding-bottom: 30%; */
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.gmap {
	clear: both;
	position: relative;
	padding-bottom: 37.51%;
	/* padding-bottom: 30%; */
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed,
.youtube iframe,
.youtube object,
.youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 896px) {
/*SP GoogleMapレスポンシブ対応*/
.gmap {
	clear: both;
	position: relative;
	/* padding-bottom: 124%; */
	padding-bottom: 80%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}
.youtube {
	clear: both;
	position: relative;
	/* padding-bottom: 124%; */
	padding-bottom: 100%;
	padding-top: 50px;
	height: 0;
	overflow: hidden;
}

}


/*共通 ヘッダー*/
.blogTitle {
	position: relative;
	width: 482px;
	height: 200px;
	padding: 0;
	margin: 0;
}
.top_header .blogTitle {
	position: relative;
	width: 1200px;
	height: 676px;
	padding: 0;
	margin: 0 auto;
}
.top_header .blogTitle::before{
	position: absolute;
	top: 378px;
	right: -13px;
	background: url(images/hasami_up.svg) 0 0 no-repeat;
	background-size: 28px 718px;
	width: 28px;
	height: 718px;
	content: "";
}
.top_header .blogTitle .logo{
	width: 100%;
	height: auto;padding: 135px 0 0;
}
.blogTitle .logo img {
	width: 100%;
	height: auto;
	padding: 0;
	vertical-align: top;
}
.top_title{
	position: absolute;
	top: 278px;
	left: -294px;
	font-size: 130px;
	color: #fff;
	transform: rotateZ(90deg);
	letter-spacing: 0.06em;
}

.top_header{
	position: relative;
	width: 100%;
	height: 940px;
	margin: 0 auto;
	padding: 0 0 240px;
}
header.header{
	position: relative;
	width: 100%;
	height: 200px;
}
.header_wrap{
	box-sizing: border-box;
	background-color: #f6efe5;
	width: 100%;
	max-width: 100%;
	height: 100%;
	padding: 0 40px;
	margin: 0 auto;
}
.home .header_wrap{
	box-sizing: border-box;
	background: url(images/ico_scroll.svg),#f6efe5;
	background-position: center 95%;
	background-repeat: no-repeat;
	background-size: 40px 32px;
	width: 100%;
	max-width: 100%;
	height: 100%;
	padding: 0 40px;
	margin: 0 auto;
}

.head_sns_icon_body{
	position: absolute;
	top: 44px;
	left: 0;
	right: 0;
	width: 1200px;
	height: 34px;
	max-width: 100%;
	margin: 0 auto;
	z-index: 9997;
}
.head_sns_icon{
	position: absolute;
	top: 0;
	right: 0;
	justify-content: space-between;
	width: 140px;
	padding: 0 140px 0 0;
	margin: 0;
}
.sns_icon li{
	width: 34px;
	height: 34px;
	margin: 0;
	list-style-type: none;
}
.sns_icon li img{
	width: 100%;
	height: auto;
}
/*w1280 ヘッダー*/
@media screen and (max-width: 1280px) {
.top_header{
	height: 570px;
}
.blogTitle_body{
	height: 100%;
}
.home .header_wrap{
	background-position: center 93%;
}
.top_header .blogTitle {
	width: auto;
	height: 86%;
	margin: 0 auto;
}
.top_header .blogTitle::before{
	position: absolute;
	top: 170px;
	right: -18px;
	background: url(images/hasami_up.svg) 0 0 no-repeat;
	background-size: 20px auto;
	width: 20px;
	height: 512px;
	content: "";
}
.top_header .blogTitle .logo{
	width: auto;
	height: 100%;
	padding: 50px 0 0 110px;
	box-sizing: border-box;
}
.blogTitle .logo img {
	box-sizing: border-box;
	width: auto;
	height: 100%;
}
.top_title{
	position: absolute;
	top: 190px;
	left: -120px;
	font-size: 84px;
	letter-spacing: 0.04em;
}

}
/*SP ヘッダー*/
@media screen and (max-width: 896px) {
.headMenu{
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 34px;
	padding: 13px;
}
.blogTitle {
	position: relative;
	width: auto;
	height: 100%;
	padding: 0;
	margin: 0;
	z-index: 0;
}
.top_header .blogTitle {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.top_header .blogTitle::before{
	display: none;
}
.blogTitle .logo{
	height: 100%;
	padding: 0;
}
.top_header .blogTitle .logo{
	width: 100%;
	height: auto;
	padding: 174px 0 0;
	box-sizing: border-box;
}
.blogTitle .logo img{
	width: auto;
	height: 100%;
	padding-top: 6%;
}
.top_header .blogTitle .logo img{
	display: block;
	width: auto;
	height: 205px;
	padding-top: 3%;
	margin: 0 auto;
}
.top_title{
	top: 75px;
	left: -0;
	font-size: 42px;
	transform: rotateZ(0);
	letter-spacing: 0.02em;
}
.top_header{
	position: relative;
	width: 100%;
	/* height: 133.335vw; */
	height: 500px;
	margin-top: 0;
	padding: 0;
}
header.header{
	position: relative;
	height: 145px;
}
.header_wrap{
	margin: 0;
	padding: 0 0 0 10px;
}
.home .header_wrap{
	box-sizing: border-box;
	background: url(images/ico_scroll.svg),#f6efe5;
	background-position: center 96%;
	background-repeat: no-repeat;
	background-size: 30px auto;
	width: 100%;
	max-width: 100%;
	height: 100%;
	padding: 0 10px;
	margin: 0 auto;
}

.head_sns_icon_body{
	position: absolute;
	top: 11px;
	left: inherit;
	right: 44px;
	width: 80px;
	height: 28px;
	max-width: 100%;
	margin: 0;
}
.head_sns_icon{
	float: none;
	position: relative;
	top: inherit;
	right: inherit;
	width: 100%;
	margin: 0;
	padding: 0;
}
.sns_icon li{
	width: 28px;
	height: 28px;
	margin: 0;
	list-style-type: none;
}
}


/*共通 スクロールヘッダー*/
.scroll_nav {
	background-color: #fff;
	position: fixed;
	top: -10px;
	left: 0;
	z-index: 9500;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	z-index: 9997;
}
.scroll_nav_wrap{
	position: relative;
	box-sizing: border-box;
	width: 1300px;
	max-width: 100%;
	min-width: 1200px;
	padding: 0;
	margin: 0 auto;
	z-index: 1;
}
.is-show {
	top: 0;
	transform: translateY(0);
}
#header_s{
	position: relative;
	box-sizing: border-box;
	width: 1280px;
	max-width: 100%;
	height: 206px;
	padding: 20px 10px 0;
	margin: 0 auto;
}

.main_menu{
	position: absolute;
	top: 30px;
	right: 10px;
	height: 150px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.main_menu li{
	margin: 0 0 0 22px;
	list-style-type: none;
	font-size: 18px;
}
.main_menu li a{
	border-top: solid 1px #fff;
	padding: 10px 0 0;
	font-size: 18px;
}
.main_menu li:hover a{
	border-top: solid 1px #111;
	color: #c69c6d;
	text-decoration: none;
}

.scroll_nav #header_s{
	height: 140px;
	padding-top: 10px;
}
.scroll_nav .blogTitle{
	padding-top: 27px;
}
.scroll_nav .blogTitle a{
	width: 110px;
	height: auto;
}
.scroll_nav .blogTitle p{
	font-size: 12px;
}
.scroll_nav .main_menu{
	top: 5px;
	height: auto;
}
.scroll_nav .main_menu li a{
	font-size: 14px;
}

@media screen and (max-width: 896px) {
/*SP スクロールヘッダー*/
.scroll_nav {
	height: 60px;
}
.scroll_nav #header_s{
	height: auto;
}
.scroll_nav_wrap{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 100%;
	min-width: inherit;
}
#header_s{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	padding: 10px 10px 0;
	margin: 0 auto;
	line-height: 1.3;
}
#header_s h1,
#header_s p{
	display: inline-block;
	text-align: center;
	width: 280px;
	font-size: 12px;
	font-weight: normal;
}
.sp_header a{
	box-sizing: border-box;
}
.sp_header a:hover{
	text-decoration: none;
}
}


/*共通 フッター*/
footer {
	position: relative;
	background-color: #f6efe5;
	width: 100%;
	margin-top: 160px;
	padding-bottom: 40px;
}
footer .inner{
	position: relative;
	box-sizing: border-box;
	background: url(images/ito01.svg), url(images/ito02.svg);
	background-size: 154px 128px, 160px 78px;
	background-position: 180px 60px, 875px 370px;
	background-repeat: no-repeat;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
footer .inner::after{
	position: absolute;
	top: -160px;
	right: -14px;
	background: url(images/hasami_down.svg) 0 0 no-repeat;
	background-size: 28px 526px;
	width: 28px;
	height: 526px;
	content: "";
}
.footer_menu{
	box-sizing: border-box;
	text-align: left;
	width: 33.33%;
	padding: 150px 0 0 50px;
}
.footer_menu li{
	margin: 0 0 15px;
	list-style-type: none;
	letter-spacing: 0.1em;
	list-style: none;
}

.footer_logo{
	text-align: center;
	width: 33.33%;
	padding-top: 180px;
}
.footer_sns_icon{
	width: 33.33%;
	padding-top: 40px;
}
footer .sns_icon{
	justify-content: space-between;
	width: 270px;
	margin-left: calc(100% - 270px - 70px);
}
.copy {
	text-align: center;
	padding-top: 130px;
	font-size: 14px;
}

.pagetop {
	position: fixed;
	bottom: 260px;
	right: 60px;
	z-index: 99;
}

@media screen and (max-width: 896px) {
/*sp フッター*/
footer {
	text-align: center;
	width: 100%;
	margin: 80px auto 0;
	padding: 0;
}
footer .inner{
	position: relative;
	box-sizing: border-box;
	background: url(images/ito01.svg), url(images/ito02.svg);
	background-size: 70px auto, 77px auto;
	background-position: 40px 40px, 70vw 80vw;
	background-repeat: no-repeat;
	width: 100%;
	padding: 60px 0 0;
	margin: 0 auto;
}
footer .inner::after{
	position: absolute;
	top: -80px;
	right: 5%;
	background: url(images/hasami_down.svg) 0 0 no-repeat;
	background-size: 14px 263px;
	width: 14px;
	height: 263px;
	content: "";
}
.footer_menu{
	text-align: center;
	margin: 0 auto;
	padding: 0 0 40px;
}
.footer_menu li{
	display: block;
	margin: 0 0 25px;
}
.footer_menu li a{
	font-size: 14px;
}
.footer_sns_icon{
	width: 100%;
	padding: 0;
	margin: 0 auto 80px;
}
.footer_sns_icon .sns_icon{
	width: 60%;
	margin: 0 auto;
}
.copy {
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0 0 40px;
	font-size: 10px;
}

.pagetop {
	position: fixed;
	bottom: 20px;
	left: inherit;
	right: 2%;
	margin: 0 auto;
	z-index: 99;
}
.pagetop img{
	width: 44px;
	height: auto;
}
}


/*共通 コンテンツ*/
.title {
	margin-bottom: 1.5em;
	font-size: 24px;
	font-weight: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}
.title a {
	font-size: 24px;
}
.ttl {
	border-bottom: solid 1px #111;
	margin: 0 0 1em;
	padding-bottom: 0.6em;
	font-size: 20px;
	font-weight: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}
.sttl {
	border-bottom: solid 1px #111;
	margin: 0 0 1em;
	padding-bottom: 1em;
	font-size: 18px;
	font-weight: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}
h4 {
	margin-bottom: 0.5em;
	font-size: 16px;
}
@media screen and (max-width: 896px) {
/*SP コンテンツ*/
.title {
	font-size: 20px;
}
.title a {
	font-size: 20px;
}
.ttl {
	border-bottom: solid 1px #111;
	margin: 0 0 1em;
	padding-bottom: 0.6em;
	font-size: 18px;
	font-weight: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}
.sttl {
	border-bottom: solid 1px #111;
	margin: 0 0 0.6em;
	padding-bottom: 0.6em;
	font-size: 16px;
	font-weight: normal;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}
h4 {
	margin-bottom: 0.5em;
	font-size: 14px;
}


}

/*共通 MOREボタン*/
.more_btn{
	position: relative;
	text-align: center;
}
.more_btn a{
	display: inline-block;
	background-color: #fff;
	border: dashed 1px #E8440A;
	text-align: center;
	box-sizing: border-box;
	padding: 16px 32px;
	font-size: 16px;
	font-weight: normal;
}
.more_btn a:hover{
	background-color: #f1cec1;
	border: dashed 1px #fff;
	text-decoration: none;
}
@media screen and (max-width: 896px) {
/*SP MOREボタン*/
.more_btn{
	width: 50%;
	margin: 0 auto;
}
.more_btn a{
	display: block;
	width: 100%;
	padding: 16px 0;
	margin: 0;
	font-size: 12px;
}
}

/*セクションタイトル*/
.page_title{
	background: url(images/page_title_bg.svg) 50% bottom no-repeat;
	background-size: 68px auto;
	text-align: center;
	padding: 0 0 20px;
	letter-spacing: 0;
	font-family: adorn-garland, sans-serif;
	font-weight: 400;
	font-size: 55px;
	line-height: 1.2;
}
.page_title span{
	display: block;
	margin: 0;
	font-size: 14px;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 896px) {
.page_title{
	background: url(images/page_title_bg.svg) 50% bottom no-repeat;
	background-size: 50px auto;
	text-align: center;
	padding-bottom: 14px;
	font-size: 28px;
}
.page_title span{
	margin: 0;
	font-size: 10px;
}
}

/*共通 トップページ ABOUT*/
#top_about{
	position: relative;
	margin: 0 auto 300px;
	z-index: 1;
}
#top_about .inner{
	justify-content: space-between;
}
#top_about h2{
	margin-bottom: 50px;
}
#top_about .t{
	background: url(images/circle_yellow.svg) 40px bottom no-repeat;
	background-size: 158px auto;
	width: 360px;
	padding: 40px 0 74px 100px;
}
#top_about .t p{
	line-height: 2.2;
}
#top_about .i{
	background: url(images/top_about_img.jpg) 50% 50% no-repeat;
	background-size: cover;
	width: calc(100% - 460px - 56px);
	max-width: 684px;
}

@media screen and (max-width: 896px) {
/*SP トップページ ABOUT*/
#top_about{
	margin: 40px auto 120px;
	padding: 0;
}
#top_about .inner{
	width: 86%;
	margin: 0 auto;
	padding-left: 0;
}
#top_about h2{
	margin-bottom: 30px;
}
#top_about .t{
	box-sizing: border-box;
	background: url(images/circle_yellow.svg) 0 bottom no-repeat;
	background-size: 20% auto;
	width: 100%;
	margin: 0 auto;
	padding: 0 10% 30px;
	order: 2;
}
#top_about .t p{
	line-height: 1.8;
}
#top_about .i{
	width: 100%;
	height: 48vw;
	margin: 0 auto 40px;
	order: 1;
}

}

/*共通 トップページ SERVICE*/
#top_service{
	position: relative;
	background-color: #F6EFE5;
	padding-bottom: 60px;
	margin-bottom: 0;
	z-index: 1;
}
#top_service::before{
	background-color: #F6EFE5;
	border-radius: 1000% 1000% 0 0;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 120%;
	height: 300px;
	content: "";
}
#top_service::after{
	background-color: #F6EFE5;
	border-radius: 0 0 1000% 1000%;
	position: absolute;
	bottom: -310px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 120%;
	height: 300px;
	content: "";
}
#top_service .inner{
	position: relative;
	z-index: 1;
}
#top_service h2{
	margin-bottom: 120px;
}
.top_service_link{
	justify-content: space-between;
	margin-bottom: 145px;
}
.top_service_link .item{
	text-align: center;
	width: 220px;
}
.top_service_link .item p{
	margin-top: 28px;
	font-size: 16px;
}
.top_service_link .more_btn{
	margin: 40px auto 0;
}
.top_service_flow h3{
	position: relative;
	margin-bottom: 90px;
	padding-bottom: 5px;
	font-size: 30px;
	font-weight: normal;
}
.top_service_flow h3::after{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #E8440A;
	width: 210px;
	height: 2px;
	margin: 0 auto;
	content: "";
}
.top_service_flow .more_btn{
	margin: 105px auto 0;
}
.top_service_flow .more_btn a{
	padding-left: 90px;
	padding-right: 90px;
}
@media screen and (max-width: 896px) {
/*SP トップページ SERVICE*/
#top_service{
	position: relative;
	background-color: #F6EFE5;
	padding-bottom: 0;
	margin-bottom: 0;
	z-index: 1;
}
#top_service::before{
	background-color: #F6EFE5;
	border-radius: 1000% 1000% 0 0;
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 120%;
	height: 300px;
	content: "";
}
#top_service::after{
	background-color: #F6EFE5;
	border-radius: 0 0 1000% 1000%;
	position: absolute;
	bottom: -240px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 120%;
	height: 300px;
	content: "";
}
#top_service h2{
	margin-bottom: 60px;
}
.top_service_link{
	margin-bottom: 20px;
}
.top_service_link .item{
	width: 100%;
	margin: 0 auto 50px;
}
.top_service_link .item img{
	width: 40%;
	height: auto;
}
.top_service_flow h3{
	margin-bottom: 40px;
	font-size: 14px;
}
.top_service_flow h3::after{
	width: 25%;
}
.flow_img img{
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto;
}
.top_service_flow .more_btn{
	margin: 60px auto 0;
}
.top_service_flow .more_btn a{
	padding-left: 0;
	padding-right: 0;
}
}

/*共通 トップページ NEWS*/
#top_news{
	position: relative;
	background-color: #FBFAF5;
	padding: 160px 0 70px;
	margin: 70px auto 100px;
	z-index: 0;
}
#top_news h2{
	margin-bottom: 70px;
}
#top_news ul{
	margin: 0 auto 30px;
}
#top_news li{
	width: 26.667%;
	border-bottom: dashed 1px #E8440A;
	margin-right: 10%;
	margin-bottom: 22px;
	padding-bottom: 22px;
	list-style-type: none;
	font-size: 16px;
}
#top_news li:nth-of-type(3n){
	margin-right: 0;
}
#top_news li a{
	font-size: 16px;
}
.news li img{
	width: 100%;
	height: auto;
}
.news li .date{
	margin: 5px 0 0;
}
.news li h3{
	margin-top: 20px;
	line-height: 1.4;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
}
#top_news .more_btn_link{
	text-align: center;
}
@media screen and (max-width: 896px) {
/*SP トップページ NEWS*/
#top_news{
	position: relative;
	margin: 0 auto 60px;
	padding: 70px 0;
}
#top_news .inner{
	width: 86%;
	margin: 0 auto;
}
#top_news h2{
	width: 100%;
	margin: 0 auto 60px;
	padding-top: 70px;
}
#top_news ul{
	width: 100%;
	margin: 0 auto 40px;
}
#top_news li{
	width: 100%;
	margin-bottom: 30px;
	margin-right: 0;
	list-style-type: none;
}
#top_news li h3{
	margin: 10px 40px 0 0;
	font-size: 14px;
	line-height: 1.4;
}
#top_news li .date{
	margin: 2px 0 0;
	font-size: 12px;
}
}

/*共通 トップページ PROFILE*/
#top_profile{
	margin-bottom: 180px;
}
#top_profile h2{
	margin-bottom: 70px;
}
.top_profile_slide{
	position: relative;
	display: none;
	margin-bottom: 90px;
}
.slider.slick-initialized{
	/*2枚目以降が一瞬表示されるのを防止*/
  display: block; /*slick-initializedが付与されたら表示*/
}
.top_profile_slide::after{
	position: absolute;
	bottom: -46px;
	left: 15px;
	background: url(images/profile_name.svg) 0 0 no-repeat;
	background-size: 500px 208px;
	width: 500px;
	height: 208px;
	content: "";
}
.top_profile_slide_arrow{}
.top_profile_slide_prev{
	position: absolute;
	left: -40px;
	bottom: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	content: "";
	z-index: 1;
	margin: auto;
}
.top_profile_slide_next{
	position: absolute;
	right: -40px;
	bottom: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	z-index: 1;
	margin: auto;
}
#top_profile p.name{
	text-align: center;
	margin-bottom: 70px;
	font-size: 26px;
}
#top_profile .profilemore_btn{
	background: url(images/more_btn_career.svg) 0 0 no-repeat;
	background-size: 168px 62px;
	width: 168px;
	height: 62px;
	margin: 0 auto;
}
#top_profile .profilemore_btn.open{
	background: url(images/more_btn_career_open.svg) 0 0 no-repeat;
	background-size: 168px 62px;
}
.profilemore_keireki{
	display: none;
	width: 420px;
	max-width: 86%;
	margin: 40px auto 0;
}
.profilemore_keireki table{
	width: 100%;
}
.profilemore_keireki th,
.profilemore_keireki td{
	padding: 10px 0;
	font-size: 14px;
}
.profilemore_keireki th{
	padding-right: 25px;
	vertical-align: top;
}
@media screen and (max-width: 896px) {
/*SP トップページ PROFILE*/
#top_profile{
	margin-bottom: 80px;
}
#top_profile h2{
	margin-bottom: 60px;
}
.top_profile_slide{
	position: relative;
	width: 86%;
	margin: 0 auto 50px;
}
.top_profile_slide img{
	width: 100%;
	height: auto;
}
.top_profile_slide::after{
	position: absolute;
	bottom: -15px;
	left: 8px;
	background: url(images/profile_name.svg) 0 0 no-repeat;
	background-size: 200px 83px;
	width: 200px;
	height: 83px;
	content: "";
}
.top_profile_slide_prev{
	position: absolute;
	left: -16px;
	bottom: 0;
	top: 0;
	width: 12px;
	height: 12px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	content: "";
	z-index: 1;
	margin: auto;
}
.top_profile_slide_next{
	position: absolute;
	right: -16px;
	bottom: 0;
	top: 0;
	width: 12px;
	height: 12px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	z-index: 1;
	margin: auto;
}
#top_profile p.name{
	margin-bottom: 40px;
	font-size: 14px;
}
.profilemore_keireki{
	width: 86%;
}
.profilemore_keireki table,
.profilemore_keireki tbody,
.profilemore_keireki tr,
.profilemore_keireki th,
.profilemore_keireki td{
	display: block;
}
.profilemore_keireki table{
	width: 100%;
}
.profilemore_keireki th{
	padding: 0;
}
.profilemore_keireki td{
	padding: 0 0 14px;
}
}


/*共通 トップページ ONLINE SHOP*/
#top_online_store{
	position: relative;
	margin: 0 auto 100px;
	z-index: 1;
}
#top_online_store h2{
	margin-bottom: 60px;
}
.top_store_slide{
	width: 1320px;
	margin: 0 auto 60px;
}
.top_store_slide .slick_item{
	width: 320px;
	margin-right: 13.333px;
	margin-bottom: 10px;
}
#top_online_store .slick_item:nth-of-type(4n){
	margin-right: 0;
}
#top_online_store .more_btn_link{
	text-align: center;
}
@media screen and (max-width: 896px) {
/*SP トップページ ONLINE STORE*/
#top_online_store{
	width: 94%;
	margin: 0 auto 80px;
}
#top_online_store h2{
	margin-bottom: 55px;
}
.top_store_slide{
	display: block;
	width: 320px;
	height: 480px;
	margin: 0 auto 60px;
	overflow: hidden;
}
.top_store_slide .slick_item{
	width: 320px;
	margin: 0 auto;
}
#top_online_store .slick_item:nth-of-type(4n){
	margin-right: auto;
}
#top_online_store .more_btn{
}
}


/*共通 トップページ コンタクト*/
#top_contact{
	background-color: #F6EFE5;
	margin: 150px auto 100px;
	padding-bottom: 120px;
}
#top_contact .inner{
	position: relative;
	box-sizing: border-box;
	background: url(images/ito01.svg), url(images/ito02.svg);
	background-size: 154px 128px, 160px 78px;
	background-position: 0 40px, right bottom;
	background-repeat: no-repeat;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 190px 0 60px;
}
#top_contact h2.page_title{
	background: url(images/page_title_bg_red.svg) 50% bottom no-repeat;
	background-size: 68px auto;
	margin-bottom: 75px;
}
.contact_form{
	position: relative;
	margin: 0 auto;
}
.contact_form table{
	width: 100%;
}
.contact_form th{
	box-sizing: border-box;
	background-color: transparent;
	width: 180px;
	padding: 0 0 10px;
	font-size: 14px;
	line-height: 1;
	vertical-align: top;
}
.contact_form td{
	padding: 0 0 30px;
	vertical-align: middle;
	font-size: 14px;
}
.contact_form td input:not(input[type=radio]),
.contact_form td textarea{
	border: none;
	box-sizing: border-box;
	width: 100%;
	padding: 13px 12px;
	font-size: 14px;
	outline: none;
	line-height: 1.4;
}
.contact_form td textarea{
	height: 170px;
}
.contact_form td .wpcf7-list-item{
	display: block;
	margin-top: 8px;
}
.contact_form td .wpcf7-list-item input{
	margin-right: 10px;
}
.contact_form td input::placeholder,
.contact_form td textarea::placeholder{
	color: #ccc;
}
.contact_form p.sub{
	margin: 20px 0 0;
}
.contact_form .privacy_link{
	margin: 55px 0 0;
}
.contact_form .privacy_link a{
	position: relative;
	padding-right: 12px;
}
.contact_form .privacy_link a::before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	z-index: 1;
	margin: auto;
}
.contact_form .submit_btn {
	margin: 40px 0 0;
}
.contact_form .submit_btn p{
	position: relative;
	width: 290px;
}
.contact_form .submit_btn p::before{
	position: absolute;
	right: 55px;
	bottom: 0;
	top: 0;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	z-index: 1;
	margin: auto;
}
.contact_form .submit_btn p::after{
	position: absolute;
	right: 47px;
	bottom: 0;
	top: 0;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	z-index: 1;
	margin: auto;
}
.contact_form .submit_btn input{
	position: relative;
	background-color: #F1DE8A;
	border: dashed 1px #E8440A;
	width: 100%;
	padding: 10px 0;
	margin: 0;
	font-size: 16px;
	outline: none;
	font-family: 'Sawarabi Gothic', sans-serif;
	letter-spacing: 0.2em;
}
.contact_form .submit_btn input:hover{
	/* background-color: #f5bdb8;
	color: #111; */
	opacity: 0.7;
}
.contact_form .submit_btn .ajax-loader{
	display: none;
}

@media screen and (max-width: 896px) {
/*SP トップページ コンタクト*/
#top_contact{
	box-sizing: border-box;
	width: 100% !important;
	padding: 0 7%;
	margin: 0 auto 80px !important;
}
#top_contact .inner{
	position: relative;
	background:transparent;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 80px 0;
}
#top_contact h2.page_title{
	background-size: 50px auto;
	margin-bottom: 55px;
}
.contact_form{
	width: 94%;
	max-width: 100% !important;
	margin: 0 auto;
}
.contact_form table{
	width: 100%;
	margin: 0 auto;
}
.contact_form th,
.contact_form td{
	border: none;
	background-color: transparent;
	width: 100%;
	font-size: 12px;
}

.contact_form th{
	padding: 0 0 5px;
	margin-bottom: 8px;
	width: 100%;
	vertical-align: bottom;
}
.contact_form td{
	padding: 0 0 20px;
}
.contact_form td input:not(type=radio),
.contact_form td textarea{
	box-sizing: border-box;
	width: 100%;
	padding: 18px;
	outline: 0;
}
.contact_form td textarea {
	height: 9em;
}
.contact_form .sub{
	margin: 5px 0 0 !important;
	font-size: 12px;
}
.contact_form .privacy_link{
	width: 100%;
	margin: 20px auto 0;
	font-size: 12px;
}
.contact_form .privacy_link a::before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 4px;
	height: 4px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	z-index: 1;
	margin: auto;
}
.contact_form .submit_btn p{
	text-align: center;
	width: 100%;
	margin-bottom: 0;
}
.contact_form .submit_btn p::before{
	position: absolute;
	right: 100px;
	bottom: 0;
	top: 0;
	width: 4px;
	height: 4px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	z-index: 1;
	margin: auto;
}
.contact_form .submit_btn p::after{
	position: absolute;
	right: 93px;
	bottom: 0;
	top: 0;
	width: 4px;
	height: 4px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	z-index: 1;
	margin: auto;
}
.contact_form .submit_btn input{
	width: 100%;
	padding: 10px 0;
	margin: 0;
	font-size: 12px;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}
}

/*共通 トップページ ACCESS*/
#top_access{
	margin: 0 auto 100px;
}
#top_access h2{
	margin-bottom: 55px;
}
#top_access .gmap iframe{
	width: 100%;
	margin-bottom: 100px;
}
#top_access .address{
	margin: 60px auto 0;
}
@media screen and (max-width: 896px) {
/*SP トップページ ACCESS*/
#top_access{
	margin-bottom: 0;
}
#top_access .address{
	background: url(images/footer_logo.svg) center 0 no-repeat;
	background-size: 22% auto;
	margin: 60px auto 0;
	padding: 30% 0 0;
}


}

/*共通 パンくずリスト*/
.breadcrumb_body {
	text-align: left;
	width: 1200px;
	max-width: 100%;
	margin: 20px auto 80px;
	padding: 0;
}
.breadcrumb {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 12px;
}
.breadcrumb li {
	display: inline;
	position: relative;
	margin-right: 0.5em;
	list-style-type: none;
}
.breadcrumb li::after{
	display: inline;
	content: "＞";
}
.breadcrumb li:last-of-type::after{
	display: none;
}
@media screen and (max-width: 896px) {
/*SP パンくずリスト*/
.breadcrumb_body{
	width: 94%;
	margin: 20px auto 40px;
	padding: 0;
}
.breadcrumb li::after{
	display: inline;
	padding-left: 6px;
	content: "＞";
	font-size: 10px;
}

}

/*共通 NEWS*/
.news_main {
	float: left;
	width: 800px !important;
}
.news_list li{
	border-bottom: dashed 1px #E8440A;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 60px;
	padding-bottom: 20px;
	list-style-type: none;
}
.news_list li:nth-of-type(3n){
	margin-right: 0;
}
.news_list li h3{
	margin: 10px 0 0;
	line-height: 1.4;
}
.news_side{
	float: right;
	width: 320px;
}
.side_widget{
	margin-bottom: 80px;
}
.side_widget h3{
	position: relative;
	margin: 0 0 14px;
	font-weight: normal;
	letter-spacing: 0;
	color: #7EBCC1;
	font-size: 18px;
}
.side_widget ul{
}
.side_widget li {
	margin-bottom: 14px;
	font-size: 14px;
	list-style-type: none;
}
.side_widget .post-date {
	display: block;
	padding-top: 5px;
	font-size: 12px;
}

.wp-pagenavi,
.nav-below {
	clear: both;
	text-align: center;
	margin: 40px auto 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	border: none !important;
	background-color: #eee;
	text-decoration: none !important;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0 12px !important;
	font-size: 12px;
	line-height: 40px;
	color: #111;
	text-decoration: none;
}

.wp-pagenavi span.current {
	background-color: #111 !important;
	font-weight: normal !important;
	color: #fff !important;
}
.wp-pagenavi .pages {
	width: 80px;
}
.nav-previous,
.nav-next {
	display: block;
	text-decoration: none;
	width: 10%;
	height: 40px;
	padding: 0;
	margin: 0 5px;
	font-size: 12px;
	line-height: 40px;
}
.nav-previous a,
.nav-next a{
	display: block;
	background-color: #eee;
	text-decoration: none !important;
	width: 100%;
	height: 100%;
	color: #111;
}
.wp-pagenavi a:hover,
.nav-previous a:hover,
.nav-next a:hover {
	background-color: #ccc;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}

.newsInfo{
	position: relative;
	margin-bottom: 60px;
}

@media screen and (max-width: 896px) {
/*SP NEWS*/
.news_main {
	float: none;
	width: 100% !important;
	margin-bottom: 40px;
}
.news_list {
	width: 100%;
	margin: 0 auto;
}
.news_list li {
	width: 100%;
	margin: 0 auto 40px;
}
.news_list li img{
	width: 100%;
	height: auto;
}
.news_list li h3{
	font-size: 12px;
}
.news_list .date{
	font-size: 12px;
}
.news_side{
	float: none;
	text-align: center;
	width: 100%;
}
.side_widget {
	width: 100%;
	margin: 0 auto 4em;
}
.side_widget h3{
	display: inline-block;
	margin-bottom: 20px;
	font-size: 16px;
}
.side_widget ul{
	margin-left: 0;
}

.newsTxt h2{
	border-bottom: 1px solid #111;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: normal;
}
.newsTxt .newsInfo{
	margin-bottom: 20px;
	font-size: 12px;
}

.nav-previous,
.nav-next {
	width: 22%;
}
.nav-previous a,
.nav-next a{
	font-weight: bold;
}

}

/*共通アーカイブ*/
.archive_title{
	margin-bottom: 4em;
	font-size: 20px;
	font-weight: normal;
}
#archive_list.news_list {
	width: 100%;
	margin: 0 auto;
}
.item_list{
	/* justify-content: space-between; */
}
.item_list li{
	width: 31.39% !important;
	margin: 0 2.918% 40px 0 !important;
	list-style-type: none;
}
.item_list li img{
	margin-bottom: 10px;
}
.item_list li h3{
	margin: 0;
}
.item_list li p{
	margin-bottom: 0;
}
.item_list li .date{
	margin: 5px 0 0;
	font-size: 12px;
}
@media screen and (max-width: 896px) {
.archive_title{
	margin-bottom: 2em;
}

}


/*共通 SERVICE*/
.red_dot_border{
	box-sizing: border-box;
	border: dashed 1px #E8440A;
	width: 1050px;
	max-width: 100%;
	padding: 30px 80px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.service_price{
	font-weight: bold;
	font-size: 20px;
}
.service_flow_ttl{
	position: relative;
	text-align: center;
	margin-bottom: 80px;
	padding-bottom: 10px;
	font-size: 30px;
	font-weight: normal;
}
.service_flow_ttl::after{
	background-color: #E8440A;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 220px;
	height: 2px;
	margin: 0 auto;
	content: "";
}
.service_flow_img{
	margin-bottom: 150px;
}
.service_plan{
	margin-bottom: 150px;
}
.service_plan_title{
	text-align: center;
	letter-spacing: 0.05em;
	font-family: adorn-garland, sans-serif;
	font-weight: 400;
	font-size: 55px;
	line-height: 1.2;
}
.service_plan_title span{
	display: block;
	margin: 0;
	font-size: 14px;
	letter-spacing: 0.1em;
}
.service_plan .service_price{
	padding-left: 66%;
}
.diag_line span{
	position: relative;
	padding: 0 5px;
	z-index: 0;
}
.diag_line span::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 12px;
	background-image: repeating-linear-gradient(135deg, rgba(123, 181, 185, 0.3) 0px, rgba(123, 181, 185, 0.3) 2px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}
.service_price_list{
	text-align: center;
	margin: 0;
}
.service_price_list.border{
	display: inline-block;
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.service_price_list li{
	display: inline-block;
	padding: 0 1em 0 0;
}

.service_table{
	width: 700px;
	max-width: 100%;
	margin: 0 auto 150px;
}
.service_table th,
.service_table td{
	border: solid 1px #fff;
	text-align: center;
	font-size: 18px;
}
.service_table th{
	background-color: #7BB5B9;
	padding: 40px 0;
}
.service_table th.blank{
	border: none;
	background: transparent;
}
.service_table td{
	background-color: #FDF2E5;
	padding: 50px 0;
}
.service_table td.circle{
	color: #E9D788;
	font-size: 30px;
}
.service_table .service_plan_title{
	font-size: 42px;
}
.service_table .service_plan_title span{
	font-size: 12px;
}

@media screen and (max-width: 896px) {
/*SP SERVICE*/
.red_dot_border{
	width: 100%;
	padding: 12px 15px;
}
.service_price{
	font-size: 16px;
}
.service_flow_ttl{
	margin-bottom: 40px;
	padding-bottom: 5px;
	font-size: 16px;
}
.service_flow_ttl::after{
	background-color: #E8440A;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 8em;
	height: 2px;
	margin: 0 auto;
	content: "";
}
.service_flow_img{
	margin-bottom: 80px;
}
.service_flow_img img{
	width: 86%;
	height: auto;
	margin: 0 auto;
}
.service_plan{
	margin-bottom: 80px;
}
.service_plan_title{
	font-size: 30px;
}
.service_plan_title span{
	font-size: 10px;
}
.service_plan .service_price{
	text-align: center;
	padding-left: 0;
}

.diag_line span{
	position: relative;
	padding: 0 5px;
	z-index: 0;
	font-size: 14px;
}
.diag_line span::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 12px;
	background-image: repeating-linear-gradient(135deg, rgba(123, 181, 185, 0.3) 0px, rgba(123, 181, 185, 0.3) 3px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 12px 12px;
}

.service_price_list{
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	margin: 0 auto;
	padding: 0 7%;
}
.service_price_list.border{
	display: flex;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.service_price_list li{
	display: block;
	width: 50%;
	padding: 0;
	margin: 0 0 5px;
	font-size: 11px;
}
.service_price_list li.etc{
	text-align: right;
	width: 100%;
	margin-bottom: 0;
}

.service_table{
	width: 100%;
	margin: 0 auto 80px;
}
.service_table th,
.service_table td{
	font-size: 11px;
}
.service_table th{
	padding: 10px 0;
}
.service_table td{
	padding: 10px 0;
}
.service_table td.circle{
	font-size: 12px;
}
.service_table .service_plan_title{
	font-size: 18px;
}
}


/*共通 お問い合わせ*/
div.wpcf7-mail-sent-ok {
	border: none !important;
}
.form input,
.form select,
.form textarea {
	padding: 15px;
	font-size: 18px;
}
.form table th,
.form table td {
	padding: 18px 10px;
}

.wpcf7-mail-sent-ok{
	padding-left: 0 !important;
	margin-left: 0 !important;
}




/*@media screen and (min-width: 1281px) {*/
@media screen and (min-width: 897px) {
/*画面幅が897px以上（PC）*/
/*.pc_only {
	display: block;
}*/
.sp_only {
	/*スマホでは非表示*/
	display: none !important;
}

body {
	position: relative;
	max-width: 100%;
}
#body_inner{
	position: relative;
	overflow: hidden;
}
/*fixヘッダーでのスムーズスクロールのズレ対策*/
/* body:not(.home) #body_inner {
	padding-top: 32px;
	margin-top: -32px;
} */
#wrapper{
	clear: both;
	box-sizing: border-box;
	max-width: 100%;
	margin: 80px auto 0;
	overflow: hidden;
}
.home #wrapper{
	margin: 0 auto;
}
.w1320{
	width: 1320px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.w1200{
	width: 1200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.w1000{
	width: 1000px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.w900{
	width: 900px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.w800{
	width: 800px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.w780{
	width: 780px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}



/*サイドバー*/
#sidebar {
	float: right;
	border: solid 5px #f1f1f1;
	width: 290px;
	padding: 5px;
}
#sidebar li {
	list-style-type: none;
}

/*お問い合わせ*/
.contact_fotm .table th {
	padding-top: 14px;
	vertical-align: top;
}
.contact_fotm .table textarea {
	box-sizing: border-box;
	width: 100%;
}

}/*PC End*/





@media screen and (max-width: 896px) {
/*画面幅が896px以下（スマホ専用スタイル）*/
.pc_only {
	/*PC以外は非表示*/
	display: none !important;
}
.sp_only {
	display: block;
}

/*Flex Box*/
.mb-flex-1 .flex-item {
	width: 100% !important;
}
.mb-flex-1 .flex-item:last-of-type {
}
.mb-flex-2 .flex-item {
	width: 46% !important;
	margin-right: 7% !important;
}
.mb-flex-2 .flex-item:nth-of-type(even) {
	margin-right: 0 !important;
}
.mb-flex-3 .flex-item {
	width: 30%;
	margin-right: 5%;
}
.mb-flex-3 .flex-item:nth-of-type(3n) {
	margin-right: 0;
}
.mb-flex-3 .flex-item:nth-last-of-type(-n+3) {
}
.mb-flex-4 .flex-item {
	width: 23.5%;
	margin-right: 2%;
}
.mb-flex-4 .flex-item:nth-of-type(4n) {
	margin-right: 0;
}
.mb-flex-4 .flex-item:nth-last-of-type(-n+4) {
}
.mb-order-1{
	order: 1;
}
.mb-order-2{
	order: 2;
}
.mb-order-3{
	order: 3;
}
.mb-order-4{
	order: 4;
}
.mb-order-5{
	order: 5;
}
.mb-order-6{
	order: 6;
}
.mb-order-7{
	order: 7;
}
.mb-order-8{
	order: 8;
}
.mb-order-9{
	order: 9;
}
.mb-order-10{
	order: 10;
}

body{
	position: relative;
	width: 100%;
	font-size: 14px;
}
#body_inner {
	overflow: hidden;
	z-index: 9990;
}
#wrapper {
	padding-top: 0;
	margin-top: 40px;
}
.home #wrapper {
	padding-top: 0;
	margin-top: 0;
}
.contents{
	width: 86%;
	margin-left: auto;
	margin-right: auto;
}
.page-about .contents{
	width: 100%;
}
.sp_width{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}

.w1320,
.w1200,
.w1000,
.w900,
.w780{
	max-width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
.contents .sp_mt0{
	margin-top: 0;
}
.contents .sp_mt10{
	margin-top: 10px;
}
.contents .sp_mt20{
	margin-top: 20px;
}
.contents .sp_mt30{
	margin-top: 30px;
}
.contents .sp_mt40{
	margin-top: 40px;
}
.contents .sp_mt50{
	margin-top: 50px;
}
.contents .sp_mt60{
	margin-top: 60px;
}
.contents .sp_mt70{
	margin-top: 70px;
}
.contents .sp_mt80{
	margin-top: 80px;
}
.contents .sp_mt90{
	margin-top: 90px;
}
.contents .sp_mt100{
	margin-top: 100px;
}
.contents .sp_mb10{
	margin-bottom: 10px;
}
.contents .sp_mb0{
	margin-bottom: 0;
}
.contents .sp_mb20{
	margin-bottom: 20px;
}
.contents .sp_mb30{
	margin-bottom: 30px;
}
.contents .sp_mb40{
	margin-bottom: 40px;
}
.contents .sp_mb50{
	margin-bottom: 50px;
}
.contents .sp_mb60{
	margin-bottom: 60px;
}
.contents .sp_mb70{
	margin-bottom: 70px;
}
.contents .sp_mb80{
	margin-bottom: 80px;
}
.contents .sp_mb90{
	margin-bottom: 90px;
}
.contents .sp_mb100{
	margin-bottom: 100px;
}



a {
	-webkit-tap-highlight-color: rgba(255, 255, 255,0.2);
	cursor: pointer;
}
.blur {
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-ms-filter: blur(8px);
	filter: blur(8px);
}

.imgLeft,
.imgRight,
.imgCenter,
.aligncenter,
.alignleft,
.alignright {
	clear: both;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 10px;
}

.pdf {
	background-size: 10px 12px;
	padding-right: 14px;
}

.table {
	font-size: 12px;
}
/*スライドテーブル*/
.mobileSlideBlock {
	overflow-x: auto;
	position: relative;
	width: 100%;
}
.mobileSlideBlock table {
	min-width: 600px;
}

.blockTable,
.blockTable tbody,
.blockTable tr,
.blockTable th,
.blockTable td {
	display: block;
}

/*フォーム*/
.form {
	width: 100%;
}
.form th {
	padding: 10px 0 !important;
}
.form td {
	padding: 0 0 10px !important;
}
.form input,
.form select,
.form textarea{
	box-sizing: border-box;
	max-width: 100%;
	margin: 0 0 5px !important;
	padding: 5px;
	-webkit-appearance: none;
	font-size: 16px;
}
.form .submit input {
	display: block;
	width: 80%;
	padding: 16px 0;
	margin: 0 auto !important;
}

/*SPコンテンツ*/
h4 {
	margin-bottom: 0.5em;
	font-size: 16px;
}
.contents p,
.contents .txt {
	margin: 0 0 1em;
}
.contents .txtBtm {
	margin-bottom: 3em;
}

/*SPパンくずリスト*/
.breadcrumbs_sp{
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
}
.breadcrumbs_sp .breadcrumb {
	width: 88%;
	margin: 0 auto;
	padding: 0;
	font-size: 10px;
}

/*ページ*/
.page_post{
	width: 100%;
	margin: 0 auto 40px;
}

}/*スマホ End*/


/*PCメニュー*/
.menu_bg{
	display: none;
}
.pc_menu {
	display: block;
	background-color: #fdf0de;
	position: fixed;
	top: 0;
	right: calc((100% - 1200px) / 2);
	width: 500px;
	height: 100vh;
	padding: 100px 0 0;
	z-index: 9998;
	overflow-y: auto;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	color: #000;

	-webkit-transform: translateX(calc((100% + 1200px) / 2));
	transform: translateX(calc((100% + 1200px) / 2));/*中身を表示*/
	transition: .5s ease-in-out;/*滑らかに表示*/
	opacity: 0;
}
.pc_menu.active {
	/*display: block;*/
	-webkit-transform: translateX(0px);
	transform: translateX(0px);/*中身を表示*/
	opacity: 1;
}

.pc_menu ul.menu{
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	letter-spacing: 0.3em;
}
.pc_menu ul.menu.menu_bottom{
	padding-top: 56px;
}
.pc_menu ul.menu li{
	position: relative;
	box-sizing: border-box;
	list-style-type: none;
	margin-bottom: 30px;
}

.pc_menu ul.menu li a{
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	font-size: 22px;
	color: #000;
	letter-spacing: 0.1em;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
}
.pc_menu ul.menu li a:hover{
	background-color: rgba(255,255,255,0.5);
	border-radius: 10px;
	text-decoration: none;
	color: #7EBCC1;
}
.menu_sns_icon{
	box-sizing: border-box;
	text-align: right;
	width: 270px;
	margin: 70px auto 0;
}
.menu_sns_icon ul{
	justify-content: space-between;
	width: 100%;
	margin: 0;
}


/*PC ハンバーガーアイコン*/
#spMenu_btn_body{
	position: fixed;
	top: 30px;
	left: 0;
	right: 0;
	width: 1200px;
	height: 90px;
	max-width: 100%;
	margin: 0 auto;
	z-index: 9999;
	pointer-events: none;
}
#spMenu_btn {
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 10px;
	width: 90px;
	height: 90px;
	margin: 0;
	z-index: 9999;
	pointer-events:auto;
}
#spMenu_btn a {
	display: block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	z-index: 1;
}
#spMenu_btn .t {
	display: block;
	text-align: center;
	position: absolute;
	top: 45px;
	left: 24px;
	padding: 6px 0 0;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	z-index: 0;
}
/*ハンバーガーアイコンを回転させる用*/
/*#spMenu_btn a.close{
	transform: rotateZ(90deg);
}
 #headMenuIcon {
	background-color: #000;
	display: block;
	height: 2px;
	left: 17px;
	margin: 0;
	position: absolute;
	top: 32px;
	transition: all 0.2s ease 0s;
	width: 30px;
}

#headMenuIcon::before,
#headMenuIcon::after {
	background-color: #000;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 30px;
}
#headMenuIcon::before {
	margin-top: -10px;
}
#headMenuIcon::after {
	margin-top: 8px;
} */

/*ハンバーガーアイコンをばつ印にする用*/
#spMenu_btn a.close{
	transform: rotateZ(90deg);
}
#spMenu_btn a.close #headMenuIcon{
	top: 44px;
	left: 14px;
}
#headMenuIcon {
	background-color: #111;
	display: block;
	position: absolute;
	top: 34px;
	left: 23px;
	width: 42px;
	height: 2px;
	/* margin: auto; */
	transition: all 0.2s ease 0s;
}
#headMenuIcon::before,
#headMenuIcon::after {
	background-color: #111;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	transition: all 0.3s ease 0s;
	width: 42px;
}
#headMenuIcon::before {
	margin-top: -13px;
}
#headMenuIcon::after {
	margin-top: 11px;
}
#spMenu_btn .close #headMenuIcon {
	background: transparent none repeat scroll 0 0;
}
#spMenu_btn .close #headMenuIcon::before,
#spMenu_btn .close #headMenuIcon::after {
	margin-top: -1px;
}
#spMenu_btn .close #headMenuIcon::before {
	transform: rotate(-45deg);
}
#spMenu_btn .close #headMenuIcon::after {
	transform: rotate(-135deg);
}



@media screen and (max-width: 896px) {
/*画面幅が896px以下（スマホ専用スタイル）*/
/*SPメニュー*/
.sp_menu {
	display: block;
	background-color: #f6efe5;
	box-sizing: border-box;
	position: fixed;
	top: -100vh;
	left: 0;
	right: 0;
	width: calc(100% - (18px * 2));
	height: 100vh;
	padding: 0;
	margin: 0 auto;
	overflow-y: auto;
	color: #000;
	z-index: 9998;

	transition: .5s ease-in-out;/*滑らかに表示*/
	opacity: 0;
}
.sp_menu.active {
	/*display: block;*/
	top: 0;
	left: 0;
	right: 0;
	opacity: 1;
}
.menu_bg {
	display: none;
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.6);
	width: 100%;
	height: 100%;
	z-index: 9997;
	overflow: hidden;
	cursor: pointer;
}
.sp_menu ul.menu{
	box-sizing: border-box;
	text-align: center;
	padding: 60px 0 0;
	margin: 0;
}
.sp_menu ul.menu li{
	position: relative;
	box-sizing: border-box;
	list-style-type: none;
	margin-top: 15px;
	padding-top: 0;
	list-style-type: none;
}

.sp_menu ul.menu li a{
	position: relative;
	display: inline-block;
	padding: 10px 0;
	font-size: 16px;
	color: #000;
	letter-spacing: 0.1em;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
}
.sp_menu ul.menu li a:hover{
	text-decoration: none;
}

.sp_menu .menu_sns_icon{
	width: 70%;
	margin: 60px auto 0;
	padding: 0;
}


/*SP ハンバーガーアイコン*/
#spMenu_btn_body{
	position: fixed;
	top: 15px;
	left: 0;
	right: 15px;
	width: 100%;
	height: 40px;
	max-width: 100%;
	margin: 0 auto;
	z-index: 9999;
	pointer-events: none;
}
#spMenu_btn {
	background-color: #f6efe5;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 18px;
	width: 50px;
	height: 50px;
	margin: 0;
	z-index: 9999;
	pointer-events:auto;
}
#spMenu_btn a {
	display: block;
	text-align: center;
	position: absolute;
	top: 2px;
	left: 5px;
	width: 100%;
	height: 100%;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	z-index: 1;
}
#spMenu_btn .t {
	display: block;
	text-align: center;
	position: absolute;
	top: 29px;
	left: 13px;
	padding: 0;
	color: #000;
	font-size: 10px;
	font-weight: 300;
	z-index: 0;
}
/*ハンバーガーアイコンをばつ印にする用*/
#spMenu_btn a.close #headMenuIcon{
	top: 29px;
	left: 6px;
}
#headMenuIcon {
	background-color: #111;
	display: block;
	position: absolute;
	top: 18px;
	left: 9px;
	width: 24px;
	height: 1px;
	/* margin: auto; */
	transition: all 0.2s ease 0s;
}
#headMenuIcon::before,
#headMenuIcon::after {
	background-color: #111;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	transition: all 0.3s ease 0s;
	width: 24px;
}
#headMenuIcon::before {
	margin-top: -8px;
}
#headMenuIcon::after {
	margin-top: 6px;
}
#spMenu_btn .close #headMenuIcon {
	background: transparent none repeat scroll 0 0;
}
#spMenu_btn .close #headMenuIcon::before,
#spMenu_btn .close #headMenuIcon::after {
	margin-top: -1px;
}
#spMenu_btn .close #headMenuIcon::before {
	transform: rotate(-45deg);
}
#spMenu_btn .close #headMenuIcon::after {
	transform: rotate(-135deg);
}
}


/*共通 VenoBox Lightbox Pluginのアイコン位置調整*/
.vbox-close{
	top: 2% !important;
	right: 2% !important;
}
.vbox-prev{
	left: 2% !important;
}
.vbox-next{
	right: 2% !important;
}

