@charset "utf-8";
/* --------------------------------------
ブラウザスタイル初期化
--------------------------------------*/

html, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
::-webkit-scrollbar {
      display: none;
      -webkit-appearance: none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* --------------------------------------
背景＆基本設定
--------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
}
body {
	color: #3E3A39;
	background: #fff;
	-webkit-text-size-adjust: none;
	width:100%;
  font-family: a-otf-futo-min-a101-pr6n,"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho","Sawarabi Mincho" , serif;
font-style: normal;
font-weight: 400;
letter-spacing:0.05em;
  }
*, ::before, ::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
img {
	border: none;
}
img[src$=".svg"] {
    width: 100%;
}
a {
	color: #000;
	text-decoration: underline;
}
a:link {
	color: #000;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 0;
	line-height: 1.8;
}
ul {
	list-style: none;
	margin-bottom: 20px;
}
ol {
	margin-left: 25px;
}
dt {
	width: 20%;
	clear: left;
	float: left;
	padding: 10px 0;
}
dd {
	padding: 10px 0 10px 20%;
}
hr {
	overflow: hidden;
	height: 0;
	border: #bdbdbd dotted 1px;
	margin: 5px 0 15px 0;
}
/* --------------------------------------
webアイコン定義
--------------------------------------*/

.fa-home {
	font-size: 12px !important;
}
.fa-window-restore {
	margin-left: 3px;
}
/* --------------------------------------
レイアウト定義
--------------------------------------*/

#base {
	/*background-image:url("img/bg_s.png");
background-repeat:repeat;
width:100%;*/
}
#bg {}
.wrapper {
	padding: 0;
	z-index: 1;
	position: relative;
}
.wrapper_head {
	margin: 0px auto;
	padding: 0;
	width: 100%;
	z-index: 1000;
	position: relative;
}
#ibox {
    width: 95%;
	position: relative;
	margin:0 auto 10px auto;
}
#ibox img{
    width: 100%;
    height:auto;
}
#content {
	padding: 0;
	margin: 0px auto;
	z-index: 10;
	position: relative;
}
#content #main {
	width: 100%;
	float: none;
	margin: 0 auto;
	text-align: justify;
}
#content #main p {
	letter-spacing: -0.5px;
	line-height: 2.2;
	margin-bottom: 20px;
	padding: 0;
	font-size: 16px;
}
#content #main a img{
transition: 0.4s !important ;
}
.sec {
	width: 95%;
	margin: 0 auto;
	box-sizing: border-box;
	padding:0 0 20vh 0;
}
.sec.w55 {
	width: 55%;
	margin: 0 auto;
	box-sizing: border-box;
	padding:0 0 20vh 0;
}
.sec .txt {
	width: 55%;
	margin: 0 auto;
	box-sizing: border-box;
}

/* --------------------------------------
各ページタイトル
--------------------------------------*/

#content #main .singletitle a, #content #main .title a {
	color: #ff6000;
	text-decoration: none;
}
/* --------------------------------------
マウスオーバー設定
--------------------------------------*/
#content #main a,
#header a{
transition: all 0.3s ease-out;
}
.menu li a:hover,
.btn_buy:hover{
	opacity: 0.80;
	/* opera  firefox safari */
	filter: alpha(opacity=80);
	/* ie */
	-ms-filter: "alpha( opacity=80 )";
}
#content #main a:hover,
#content #main a:hover img{
	opacity: 0.80;
	/* opera  firefox safari */
	filter: alpha(opacity=80);
	/* ie */
	-ms-filter: "alpha( opacity=80 )";
}
/* --------------------------------------
フッター定義
--------------------------------------*/

#footer {
	width:55%;
	padding: 5vh 0 0 0;
	margin: 0 auto 25vh auto;
text-align:center;
}
#footer ul {
display:inline-block;
padding:0;
margin:0;
}
#footer ul li {
	overflow: hidden;
float:left;
margin:0 0 0 2vw;
padding:0;
}
#footer img{
width:auto;
height:35vh;
margin:0;
}
#footer ul li:first-child{
margin-left:0;
}
#footer ul li:nth-child(2){
margin-left:0.5vw;
}
#footer ul li:nth-child(5){
margin-left:0.2vw;
}
@media all and (-ms-high-contrast: none){
#footer {
	width:30%;
}
#footer ul li {
margin:0 0 0 10px;
width:45px;
}
#footer ul li:nth-child(5) {
width:65px;
}
#footer ul li:nth-child(4) {
width:20px;
text-align:right;
}
#footer ul li:nth-child(3) {
width:75px;
}
#footer ul li:nth-child(1),
#footer ul li:nth-child(2) {
width:30px;
}
}
#copyright {
font-style:italic;
	padding: 0 0 5vh 0;
	font-size: 12px;
	margin:0 auto;
	text-align:center;
}
#copyright a {
	text-decoration: none;
}
#page-top {
  position: fixed;
right:3vw;
	bottom: 5vh;
	z-index:9999999;
 margin:0;
}
#page-top img {
	width: 1.2vw;
}


/* --------------------------------------
見出し設定
--------------------------------------*/

/* h1共通部分 */

#content #main h1.singletitle, #content #main h1, h1 {
	clear: both;
}
#content #main h2, h2 {
	height: auto;
	margin-top: 4%;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	padding: 0;
	letter-spacing: 4px;
	margin-bottom: 3%;
	text-align: center;
	line-height:0.4;
}
#content #main h2.mtfirst{
	margin-top: 8%;
}
#content #main h2 img{
width: 40%;
height:auto;
}
#content #main h3, h3 {
	clear: both;
	color: #000;
	font-size: 26px;
	margin: 40px 0 20px 0;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: normal;
	padding: 0;
	text-align:center;
}
#content #main h3 img{
width:90%;
height:auto;
}
#content #main .two_box h3 img{
width:95%;
height:auto;
}
#content #main h3.bnone {
	border-bottom: none;
}
#content #main h4, h4 {
	background: url("img/bg_title_h4.png") left -3px no-repeat;
	height: 34px;
	line-height: 34px;
	clear: both;
	color: #303030;
	font-size: 22px;
	margin: 20px 0 2px 0;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: normal;
	padding: 0 0 0 30px;
}
/*special css*/

/*end special css*/

/* --------------------------------------
パーツ
--------------------------------------*/

.eyecatch_box {
	border: 5px solid #bfbfbf;
	margin-bottom: 30px;
	padding: 20px 20px 0 20px;
}
.eyecatch_box .leftbox {
	width: 450px;
	float: left;
}
.eyecatch_box .rightbox {
	width: 260px;
	float: right;
}
.eyecatch_box .ttl_wrap {}
.eyecatch_box .ttl {
	font-weight: bold;
	color: #000;
	background: url("img/bg_title_h4.png") left -3px no-repeat;
	height: 34px;
	line-height: 34px;
	display: block;
	text-indent: 30px;
}
.eyecatch_box .txt_wrap {
	margin: 20px 20px 20px 0;
}
.eyecatch_box .txt:not(:last-child) {
	margin-bottom: 5px;
}
.eyecatch_box img {
	-ms-flex-item-align: center;
	align-self: center;
}
/* --------------------------------------
WordPress FCKEditor table
--------------------------------------*/

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}
th {
	border: 1px solid #707070;
	padding: 10px;
	background: #f5f5f5;
	font-weight: bold;
	color: #333333;
}
td {
	border: 1px solid #707070;
	padding: 10px;
	vertical-align: middle;
}
.table2 {
	border: 2px solid #707070;
}
.table2 th {
	vertical-align: middle;
}
/* --------------------------------------
テーブル
--------------------------------------*/

.tablestyle {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
}
.tdstyle {
	background-color: #f5f5f5;
	border: 1px solid #707070;
	padding: 8px 10px;
	width: 26%;
	text-align: center;
	font-weight: bold;
}
.tdstyle_none {
	background-color: #f5f5f5;
	border: 1px solid #707070;
	padding: 8px 10px;
	text-align: center;
}
/* 左寄せ */

.tdstyle2 {
	border: 1px solid #707070;
	padding: 20px;
	text-align: left;
	background-color: white;
}
/* 右寄せ */

.tdstyle3 {
	border: 1px solid #707070;
	padding: 20px;
	text-align: right;
	background-color: white;
}
/* 中央寄せ */

.tdstyle4 {
	border: 1px solid #707070;
	padding: 20px;
	text-align: center;
	background-color: white;
}
/*special css*/

/*end special css*/

/* --------------------------------------
<div class="cd?"></div>での 飾り設定
--------------------------------------*/

.cd0 {
	background-color: white;
	padding: 60px 0 40px;
}
.cd1 {
	background-color: #F3F3F3;
	padding: 60px 0;
}
.cd2 {
	background-color: #6191db;
	padding: 60px 0 40px;
	color: #fff;
}
.cd3 {
	background-color: #8FAFDB;
	padding: 60px 0 40px;
	color: white !important;
}
.cd3 h2, .cd3 h3, .cd3 h4, .cd3 a {
	color: white !important;
}
.cd4 {
	background-color: #F4F9FF;
	padding: 40px 0 20px;
}
/* --------------------------------------
<div class="sq?"></div>での 飾り設定
--------------------------------------*/

.sq1, .sq2, .sq3, .sq4, .sqred {
	display: inline-block;
}
/* 色:グレー */

.sq1 {
	background-color: #fff;
	margin: 10px 0;
	padding: 50px 0 30 50px;
}
/* 囲み:グレー */

.sq2 {
	border: 1px solid #d2d2d2;
	background-color: #eeeeee;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
	width: 600px;
	max-width: 100%;
}
/* 色:ピンク */

.sq3 {
	border: 1px solid #d2d2d2;
	background-color: #fff1f4;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
}
/* 囲み:ピンク */

.sq4 {
	border: 5px solid #fff1f4;
	background-color: #fff;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
}
/* 囲み：赤 */

.sqred {
	border: 2px solid #f20064;
	background-color: #fffef3;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
}
/* 囲み：二重線 */

.nizyuu {
	border-width: 4px;
	border-style: double;
}
/* 囲み：点線 */

.tensen {
	border-width: 3px;
	border-style: dotted;
}
/* 囲み：角丸 */

.radious {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*special css*/

/*end special css*/

/* --------------------------------------
便利ボタン
--------------------------------------*/

.btn-round1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*border: 2px solid white;*/
	/*border-radius: 4px;*/
	background: #f20064;
	width: 160px;
	height: 40px;
	/*
	-webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.1), -1px -1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px rgba(0, 0, 0, 0.1), -1px -1px rgba(0, 0, 0, 0.1);
	*/
	margin-bottom: 30px;
	color: white !important;
	text-decoration: none !important;
	position: relative;
}
.btn-round1:after {
	content: '';
	position: absolute;
	right: 10%;
	top: 50%;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid white;
	border-right: 2px solid white;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}
.btn-round1:hover {
	background: #e7003c;
}
.btn-round2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*border-radius: 4px;*/
	background: #000;
	color: white !important;
	width: 160px;
	height: 40px;
	/*
	-webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.1), -1px -1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px rgba(0, 0, 0, 0.1), -1px -1px rgba(0, 0, 0, 0.1);
	*/
	margin-bottom: 30px;
	position: relative;
	text-decoration: none !important;
}
.btn-round2:after {
	content: '';
	position: absolute;
	right: 10%;
	top: 50%;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #f20064;
	border-right: 2px solid #f20064;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}
.btn-round2:hover {
	background: #333;
}
.btn-list1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*border-radius: 4px;*/
	width: 160px;
	height: 40px;
	background: #e5e5e5;
	margin-bottom: 30px;
	/*
	-webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px rgba(0, 0, 0, 0.2);
	*/
	text-decoration: none !important;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	color: #000;
	position: relative;
}
.btn-list1:after {
	content: '';
	position: absolute;
	right: 10%;
	top: 50%;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}
.btn-list1:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-list2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 4px;
	width: 160px;
	height: 40px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fffbf2), to(#f6efd5));
	background: linear-gradient(180deg, #fffbf2, #f6efd5);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), -1px -1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), -1px -1px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
	text-decoration: none !important;
}
.btn-list2:after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #b58d5a;
	border-right: 2px solid #b58d5a;
	-webkit-transform: translate(10px, 0) rotate(45deg);
	transform: translate(10px, 0) rotate(45deg);
}
.btn-list2:hover {
	-webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.05), -1px -1px rgba(0, 0, 0, 0.05);
	box-shadow: 1px 1px rgba(0, 0, 0, 0.05), -1px -1px rgba(0, 0, 0, 0.05);
}
/* --------------------------------------
テキスト飾り設定
--------------------------------------*/

.hosoku {
	font-size: 80%;
}
.fs2 {
	font-size: 120%;
}
.fs3 {
	font-size: 130%;
}
.fs4 {
	font-size: 140%;
	line-height: 1.5;
}
.fs5 {
	font-size: 150%;
	line-height: 1.5;
}
.mt0 {
	margin-top: 0px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40, .pcmt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mt112 {
	margin-top: 112px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
	;
}
.pt10 {
	padding-top: 10px !important;
}
.yellow {
	background-color: #FFFF85;
	padding: 4px 5px 2px 5px;
	font-weight: normal;
}
/*テキスト装飾*/

.tk1 {
	color: #F79B3E;
	line-height:1.7;
}
.tk2 {
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(30%, #fff76d));
	background: linear-gradient(transparent 50%, #fbff8b 30%);
	/*text-shadow: 0px 2px 0px white;*/
	padding-bottom: 3px;
	color: #000000;
}
.tk3 {
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(30%, #d3f996));
	background: linear-gradient(transparent 50%, #ffdae7 30%);
	/*text-shadow: 0px 2px 0px white;*/
	padding-bottom: 3px;
}
.round {
	border-radius: 100px;
}
.blue {
	color: #4485e9;
}
/* --------------------------------------
WordPress 画像貼付け用
--------------------------------------*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
	display: inline;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
	display: inline;
}
/* --------------------------------------
レイアウトbox(2列・3列・4列)
--------------------------------------*/

.box_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.box_wrap.lineupwrap{
justify-content: center;
}
.two_box {
	width: calc((100% - 10%) / 2);
	margin: 0 10% 8% 0;
	overflow: hidden;
}
.two_box:nth-child(even) {
	margin: 0 0 15px 0;
}
.two_box .ttl_wrap {
	background: #f5f5f5;
}
.two_box .ttl {
	padding: 3% 3% 0 5% !important;
	font-weight: bold;
	margin-bottom: 0 !important;
	color: #000;
}
#content #main .two_box p{
line-height:1.8;
text-align: justify;
}
.two_box .more {
	float: right;
	text-decoration: none;
	margin: 0 3% 3% 0;
	position: relative;
	color: #333333;
}
.two_box .more:before {
	position: absolute;
	top: 50%;
	right: calc(100% + 10px);
	content: '';
	width: 8px;
	height: 8px;
	border-top: 1px solid #f20064;
	border-right: 1px solid #f20064;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.two_box .more:hover:before {
	-webkit-transform: translate(5px, -50%) rotate(405deg);
	transform: translate(5px, -50%) rotate(405deg);
}
.three_box {
	width: 31.5%;
	overflow: hidden;
	text-align:center;
	box-sizing:border-box;
	border-left:#9F9A99 1px solid;
}
.three_box:last-child {
	border-right:#9F9A99 1px solid;
}
#content #main .three_box p{
margin-bottom:0;
line-height:1.4;
}
#content #main .three_box p.ti {
font-size:160%;
}
#content #main .three_box p.detail{
font-size:80%;
}
.four_box {
	width: calc((100% - 30px) / 4);
	margin: 0 10px 10px 0;
	border: 1px solid #aeaeae;
	border-top: #000 2px solid;
	background: white;
	overflow: hidden;
}
.four_box:nth-child(4n) {
	margin: 0 0px 10px 0;
}
.four_box .ttl_wrap {
	background: #fff9d6;
	border-bottom: #fcc400 1px solid;
}
.four_box .ttl {
	padding: 6% 3% !important;
	font-weight: bold;
	color: #000;
	margin-bottom: 0 !important;
}
.four_box .txt {
	padding: 3% 6% !important;
}
.four_box .more {
	float: right;
	text-decoration: none;
	margin: 0 3% 3% 0;
	position: relative;
	color: #333333;
}
.four_box .more:before {
	position: absolute;
	top: 50%;
	right: calc(100% + 10px);
	content: '';
	width: 8px;
	height: 8px;
	border-top: 1px solid #f20064;
	border-right: 1px solid #f20064;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.four_box .more:hover:before {
	-webkit-transform: translate(5px, -50%) rotate(45deg);
	transform: translate(5px, -50%) rotate(45deg);
}
/* --------------------------------------
youtube・googlemap 埋め込み用
--------------------------------------*/

.yt {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.yt iframe, .yt object, .yt embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* --------------------------------------
汎用クラス定義
--------------------------------------*/

.clearfix:after {
	content: ".";
	/* 新しい要素を作る */
	display: block;
	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*/
	/*/
  height:  auto;
  overflow: hidden;
  /**/
}
.fixmargin {
	margin-top: -23px;
}
/* --------------------------------------
ヘッダー定義
--------------------------------------*/

#header {
	width: 100%;
	z-index: 1000;
	margin: 0 auto;
	height: auto;
	padding:4vh 0 4vh 0;
	background: rgba(255,255,255,0.9);
	box-sizing:border-box;
	z-index:99999;
  position: fixed; /* ヘッダーバーを固定 */
}
/*ロゴ　スクロール時非表示*/

#header.fixed .header_l img {
	display: none;
}
.header_l {
	width: 20%;
	float: left;
	display: none;
}
/*-------------------------------------
グローバルナビ定義（gnavi・グロナビ）
------------------------------------- */

#head_pull {
	display: none;
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	margin: 0 auto;
}
.pcheader{
width:95%;
margin:0 auto;
display: flex;
align-content:center;
align-items: center;
justify-content: space-between ;
}
nav {
    display: inline-block;
	margin: 0;
	width:63%;
}
nav ul {
display: flex;
justify-content: flex-end ;
align-items: center;
    margin-bottom: 0;
    }
nav ul li {
flex-basis: auto;
	margin-left: 1.8vw;
}
nav ul li:first-child {
padding: 0;
}
nav ul li a {
    display: block;
text-decoration:none;
font-size:15px;
color:#3E3A39;
}

.navi_logo{
display: inline-block;
margin-right: auto; 
}
a.btn_buy{
display:inline-block;
text-align:right;
width:15%;
margin-left:3vw;
}
a.btn_buy img{
width:100%;
}

/*--ロゴ制御--*/
a.navi_logo{
	width:22%;
}
a.navi_logo img {
	width:100%;
	height:auto;
	/*pcスクロール前 logo.pngの横幅*/
}
#m_logo {}
#m_logo svg {
	width: 66px;
	height: 31px;
	margin-top: 10px;
	margin-left: 10px;
}
#header.fixed a.navi_logo {
	display: block;
	margin: 0px;
	/* transform: scale(0.9); */
}
#header.fixed a.navi_logo img {
	display: block;
	/*animation: rotateplane 1s ease-in;*/
	height: 30px;
	/*pcスクロール後 ロゴの横幅*/
	width: auto;
	margin-top: 15px;
}
@-webkit-keyframes rotateplane {
	0% {
		-webkit-transform: perspective(200px) rotateX(90deg)
	}
	100% {
		-webkit-transform: perspective(200px) rotateX(0deg)
	}
}
/*--ここまで--*/

#fixnav {
	position: fixed;
	/* ヘッダーバーを固定 */
	top: 0;
	/* 上から0の位置に固定 */
	left: 0;
	/* 左から0の位置に固定 */
	background: #FFE05C;
}
.home #fixnav {
	position: fixed;
	/* ヘッダーバーを固定 */
	top: 0;
	/* 上から0の位置に固定 */
	left: 0;
	/* 左から0の位置に固定 */
	display: none;
	/* ヘッダーバーを非表示 */
	background: #FFE05C;
}
#overlay {
	z-index: 1000 !important;
}
#lightbox {
	z-index: 9999 !important;
}
/*++++++++++++++++ nav button set ++++++++++++++++*/

.button a {
	float: left;
	border-right: 1px solid #7A0114;
	/* 上部メニューボタンの区切り線の色が設定できます */
	background: #C58D9A;
	/* 上部メニューボタンの背景色が設定できます */
	height: 30px;
	margin: 0;
	padding: 7px 15px 7px 15px;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #fff;
	/* 上部メニューボタンの文字色が設定できます */
	display: block;
}
html>body .button a {
	height: 16px;
	font-size: small;
}
.button a.active, .button a:hover {
	background: #fff;
	/* 上部メニューボタンの背景色（マウスオンの状態）が設定できます */
	color: #C58D9A;
	/* 上部メニューボタンの文字色（マウスオンの状態）が設定できます */
}
.button a.selected {
	background: #fff;
	/* 上部メニューボタンの背景色（セレクト時）が設定できます */
	color: #C58D9A;
	/* 上部メニューボタンの文字色（セレクト時）が設定できます */
}
.button a:active.selected, .button a:hover.selected {
	background: #fff;
	/* 上部メニューボタンの背景色（セレクト時のマウスオンの状態）が設定できます */
	color: #C58D9A;
	/* 上部メニューボタンの文字色（セレクト時のマウスオンの状態）が設定できます */
}
.button a.nolink {
	background: #C58D9A;
	/* 上部メニューボタンの背景色（リンクなし）が設定できます */
	color: #ccc;
	/* 上部メニューボタンの文字色（リンクなし）が設定できます */
}
/* -------------------------------------
ドロップダウン
-------------------------------------*/

.menu.menu_navi ul.sub-menu {
	display: none;
	position: absolute;
	left: 1px;
	top: 37px;
	z-index: 9999;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
}
#header.fixed .menu.menu_navi ul.sub-menu {
	top: 36px;
}
.menu.menu_navi li a.hover {
	background-position: 0 -50px;
	/*ナビの高さ*/
}
.menu.menu_navi ul.sub-menu li {
	float: none;
	/* border-bottom: 1px solid #716C06; */
	/* position: static; */
	background-image: none;
	text-align: center;
	position: relative;
	/* border-bottom: 1px solid gray; */
	width: auto;
	display: block;
	/* margin: 0 auto; */
	/* background-color: rgba(255, 246, 87, 1); */
}
.menu.menu_navi ul.sub-menu li:hover {
	background-color: rgb(255, 249, 190);
}
.menu.menu_navi ul.sub-menu li a {
	text-indent: 0px;
	font-size: 12px !important;
	height: auto;
	padding: 12px 10%;
	color: #302E1E;
	/* font-weight: bold; */
	text-align: left;
	display: block;
	width: auto;
	position: relative;
	border-bottom: none;
	margin: 0;
	/* background-color: rgba(255, 246, 87, 1); */
	width: 80%;
}
/*
.menu.menu_navi ul.sub-menu li a:hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
*/

/* --------------------------------------
コンテンツ部分のdiv&pにおけるimg飛び出しの解除
--------------------------------------*/

/* -------
div
----------*/

#main div:after {
	content: ".";
	/* 新しい要素を作る */
	display: block;
	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
#main div {
	min-height: 1px;
}
* html #main div {
	height: 1px;
}
/* -------
fontcontrol
----------*/

#control {
	position: absolute;
	top: 5px;
	right: 5px;
}
#control a {
	color: white;
	text-decoration: none;
}
#control a:hover {
	text-decoration: underline;
}
span#intro {
	font-size: 13px;
	margin-right: 5px;
}
span#f-big {
	background-color: black;
	padding: 2px 4px;
	margin-right: 2px;
}
span#f-medium {
	background-color: black;
	padding: 2px 4px;
	margin-right: 2px;
}
span#f-small {
	background-color: black;
	padding: 2px 4px;
}
/* --------------------------------------
中央寄せ・右寄せ
--------------------------------------*/

.ac {
	text-align: center !important;
}
.ar {
	text-align: right;
}
.al {
	text-align: left;
}
/* --------------------------------------
リスト（FontAwesome)
--------------------------------------*/

ul {
	text-align: left;
}
/* ---------------------
H レスポンシブ用
------------------------*/

/* PC用とモバイル用のロゴを出し分ける */

#pc_logo {
	display: inline;
}
#pc_logo img {
	margin: 0 auto;
}
#mobile_logo {
	display: none;
}
#mobile_button {
	display: none;
}
.mobile_menu {
	display: none;
}
#mobile_main {
	display: none;
}
/* デスクトップでは非表示にする */

#panel, #mobile_side, .mobile_only, #mobile_tel, #mobile_main {
	display: none;
}
#content #main p.wp-caption-text {
	margin-top: 2px;
	font-size: 14px;
	text-align: center;
	margin-right: 10px;
	padding: 10px 10px 0;
	line-height: 17px;
}
.rightbox {
	float: right;
}
.leftbox {
	float: left;
}
.w40 {
	width: 40%;
}
.w60 {
	width: 60%;
}
/* コンタクトフォーム */

input.wpcf7-form-control {
	height: 30px;
	line-height: 2;
	margin: 10px auto;
	border: 1px solid #d8d8d8;
}
select.wpcf7-form-control {
	/*プルダウンメニュー*/
	width: auto;
	height: auto;
}
textarea.wpcf7-form-control {
	border: 1px solid #d8d8d8;
}
.wpcf7 table td {
	background: transparent;
	border: none;
	padding: 1vh 0;
	vertical-align: middle;
}
.wpcf7 table tr:last-child td {
	vertical-align: top;
}
.wpcf7-form table input, .wpcf7-form table textarea {
	width: 100%;
	border: none;
	resize: none;
}
.wpcf7-form table textarea {
	height: 200px;
}
.wpcf7 input {
font-size:15px;
	}

/* --------------------------------------
フォームボタン
--------------------------------------*/

p.sbtn_1 input[type="submit"], p.sbtn_1 input[type="button"], p.sbtn_1 input[type="confirm"], p.sbtn_1 input[type="reset"] {
	cursor: pointer;
	border: none;
	background: #000;
	color: #ffffff;
	padding: 2vh 8vw;
	text-decoration: none;
	display: inline-block;
	height: 8vh;
	line-height: 4vh;
	margin: 5vh 0.5vw;
}
p.sbtn_1 input:hover {
	background: #F79B3E;
}

.com_only{
display: block;
}
.tablet_only,
.smart_only{
display:none;
}
.fadeIn {
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated {
  opacity: 1;
}
.lineupbox img{
width:80%;
height:auto;
}
.lineuptxt{
font-size:180%;
margin-top:50px;
}
.buy{
margin-top:60px;
}
.buy img{
width:35%;
margin:0 auto;
}
    a[href^="tel:"] {
        pointer-events: none;
    }

/******************************
★  Queries タブレット表示の設定(1000px以下で読み込むcss)
******************************/
@media screen and (max-width: 1024px) {
.sec.w55 {
    width: 65%;
    padding: 0 0 10vh 0;
}
#content #main h2 img {
    width: 60%;
}
#content #main p{
font-size:13px;
line-height: 1.8;
}
 nav ul li {
	margin-left: 1.5vw;
}
   nav ul li a{
font-size:10px;
    }
#content #main .three_box p.ti {
    font-size: 120%;
}
#content #main .three_box p.detail {
    font-size: 40%;
}
.buy img {
    width: 45%;
    margin: 0 auto;
}
#footer {
    width: 65%;
    margin: 0 auto 15vh auto;
}
#footer img {
    height: 20vh;
}
}

/******************************
★  Queries スマフォ表示の設定(768px以下で読み込むcss)
******************************/

@media screen and (max-width: 767px) {
	body {
		min-width: 100%;
	}
.sec {
    width: 90%;
}
#content #main h1, h1 {
    font-size: 22px;
}
#content #main h1 .fssm, #content h1 .fssm, #content #main h2 .fssm, #content h2 .fssm {
    font-size: 22px;
}
#content #main h2, h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
#content #main h3, h3 {
    font-size: 18px;
}
dl dt,
dl dd{
font-size:15px;
}
#content #main .newsarchive .two_box h2 {
    margin-top: 10px;
    line-height: 2.2vh;
    margin-bottom: 10px;
    font-size: 14px;
}
ul.footerlist {
    width: 90%;
}
ul.footerlist li {
    line-height: 24px;
}
#page-top {
    right: 10px;
    bottom: 10px;
    margin: 0;
	padding: 10px;
}
#page-top img {
	width:12px;
}
.com_only,
.smart_only,
#ibox.com_only{
display:none;
}
.tablet_only{
display:block;
}
	/* 構造 */
	*, *:before, *:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	body {
		min-width: 320px;
overflow-x: hidden;
		/*-webkit-text-size-adjust: 100%;*/
	}
	.wrapper {
		z-index: 10;
		width: 100%;
		/*padding-top: 50px;*/
	}
	.wrapper_head, #header {
		margin: 0px auto;
		padding: 0;
		width: 100%;
		z-index: 1000;
		position: relative;
	}
	body, .home {
	}
	.pcheader{
		display:none;
	}
	#header h1 {
		/* h1はなしにしています */
		display: none;
	}
	.headnav, #footermenu {
		/* tel画像、フッターメニューを非表示にしています */
		display: none;
	}
	#header.fixed .header_l img {
		display: block;
	}
	#content {
	}
	#content #main {
		width: 100%;
		float: none;
		display: block;
		margin: 0;
		padding: 5vh 0 0 0;
		font-size: 13px;
	}
	.home #content #main, .page-allitems #content #main {
		padding-top: 0;
	}
	#content #main p {
text-align: justify;
	line-height: 2;
	font-size:14px;
	}

	.fs2 {
		font-weight: bold;
	}
	.sp_ac {
		text-align: center !important;
	}
	#ibox {
		height: auto;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding:0;
		margin:0 auto;
		display:flex;
		align-items:center;
		width:90%;
	}
	#ibox.mainview {
		height:100vh;
		padding:0;
	}
	#ibox img{
		width: 100%;
		height: auto;
	}
	#ibox.mainview img{
		width: 100%;
		height: auto;
	}
	#content img.top_banner {
		width: 40vw;
	}
	.cbox {
		display: inline-block;
		width: 60px;
		height: 60px;
		position: relative;
		border: 1px solid transparent;
		cursor: pointer;
		margin: 0 1%;
	}
	#submain img {
		top: -250px;
	}
	.page-id-66 #submain img {
		top: -180px;
	}
	#content img, #content iframe {
		max-width: 100%;
		height: auto;
	}
	#content {
		width: auto;
	}
	#pan {
		width: auto;
		margin-left: 10px;
	}
	#content .sec {
		width:90%;
		margin: 0 auto;
		padding:0 0 60px 0;
	}
	.sec .txt {
    width: 90%;
}
	.mobile_only {
		/* モバイルにだけ表示させたいものに使用する */
		display: block;
	}
	.pc_only {
		/* pcにだけ表示させたいものに使用する */
		display: none;
	}
	#pc_button {
		display: none;
	}
	#header{
		position:relative;
		}
	.sp_logo{
		position:absolute;
		left:12px;
		top:12px;
}
	.sp_logo img{
width:140px;
height:auto;
}
		a.btn_buy{
		position:absolute;
		right:120px;
		top:15px;
	}
		a.btn_buy img{
width:123px;
		height: auto;
}
		#mobile_button {
		display: block;
		background-color: transparent;
		height: 30px;
		width: 30px;
		padding: 0;
		position: absolute;
		top: 13px;
		right: 12px;
	}
	#mobile_button.active {
	}
	#mobile_button .menutxt {
		/* font-size: 10px; */
		text-decoration: none;
		position: relative;
		border: none;
		display: block;
	}
	#mobile_button .menutxt svg {
		width: 30px;
		height: auto;
	}
	#mobile_button .menutxt svg path {
		fill:#666666;
	}
	.lineswrap {
		height: 30px;
	}
	#mobile_button .lines {
		background: #666666;
		display: inline-block;
		width: 25px;
		height: 2px;
		position: relative;
		transition: .3s;
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	#mobile_button .lines:after, #mobile_button .lines:before {
		background: #666666;
		position: absolute;
		display: inline-block;
		width: 25px;
		height: 2px;
		content: '';
		transition: .3s;
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	#mobile_button .lines {
		top: 2px;
		right: 0;
	}
	#mobile_button .lines:before {
		top: 9px;
		right: 0;
	}
	#mobile_button .lines:after {
		top: -9.5px;
		right: 0px;
	}
	#mobile_button a.active {
		display: block;
		position: relative;
		height: auto;
		padding: 10px 0;
		margin-top: 0px;
		z-index: 1020;
		cursor: pointer;
	}
	#mobile_button.active .menutxt {
		display: none;
	}
	#mobile_button.active .lines{
	}
	#mobile_button.active .lines:after, #mobile_button.active .lines:before {
		background: #fff;
		z-index: 9999999;
	}
	#mobile_button.active .lines:before {
		top: 0;
		right: 0;
		transform: rotate3d(0, 0, 1, 45deg);
		-o-transform: rotate3d(0, 0, 1, 45deg);
		-ms-transform: rotate3d(0, 0, 1, 45deg);
		-moz-transform: rotate3d(0, 0, 1, 45deg);
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transition: .3s;
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
	}
	#mobile_button.active .lines:after {
		top: 0;
		right: 0;
		transform: rotate3d(0, 0, 1, -45deg);
		-o-transform: rotate3d(0, 0, 1, -45deg);
		-ms-transform: rotate3d(0, 0, 1, -45deg);
		-moz-transform: rotate3d(0, 0, 1, -45deg);
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transition: .3s;
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
	}
	a#sidr-menu-button {
		display: block;
		height: auto;
		text-decoration: none;
	}
	#mobile_main {
		display: inline-block;
	}
	#mobile_main img {
		max-width: 100%;
	}
	#header {
		display:block;
		margin-top: 0;
		height: 55px;
		position: fixed;
	}
	#header .header_l {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
	}
	/* ハンバーガーボタン */
	#panel-btn {
		display: inline-block;
		position: relative;
		width: 50px;
		height: 50px;
		/*  margin: 20px 0 10px;*/
		background: #fff;
	}
	#panel-btn:hover {
		background: #fafafa;
	}
	#panel-btn-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 30px;
		height: 4px;
		margin: -2px 0 0 -15px;
		background: #666;
		transition: .2s;
	}
	#panel-btn-icon:before, #panel-btn-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 30px;
		height: 4px;
		background: #666;
		transition: .3s;
	}
	#panel-btn-icon:before {
		margin-top: -10px;
	}
	#panel-btn-icon:after {
		margin-top: 6px;
	}
	#panel-btn .close {
		background: transparent;
	}
	#panel-btn .close:before, #panel-btn .close:after {
		margin-top: 0;
	}
	#panel-btn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#panel-btn .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	#panel {
		display: none;
		top: 50px;
		background-color: rgba(255, 255, 255, 0.8);
		padding: 40px;
		width: 100%;
		height: 100%;
		right: 0;
		position: absolute;
		z-index: 5;
	}
	#panel li a {
		text-decoration: none;
		font-size: 87%;
		line-height: 1.3;
		padding: 10px 15px;
		border-radius: 5px;
		color: white;
		width: 220px;
		display: block;
		margin: 0 auto 12px;
		font-weight: bold;
	}
	#panel .menu_list1 li a {
		/* 固定ページのリスト部分 */
		background-color: #393871;
	}
	#panel .menu_list2 li a {
		/* 投稿カテゴリのリスト部分 */
		background-color: #ccc;
		color: #333;
	}
	/* ハンバーガー開閉後メニュー */
	.mobile_menu {
		width: 100%;
		height: auto;
		position: fixed;
		z-index: 999;
		background: #3E3A39;
		padding-top:80px;
	}
	.mobile_menu ul.menu {
		width:100%;
		float: none;
		height: auto;
		display: block;
		padding: 0 20px;
		margin-bottom:0;
	}
	.mobile_menu ul.menu li {
		list-style-type: none;
		line-height: normal;
		float: none;
		text-align:left;
		padding:13px 0;
	}
	.mobile_menu ul.menu li:last-child {
		padding:13px 0 6px 0;
}
	.mobile_menu ul.menu li a {
		width: 100%;
		display: block;
		color: #fff;
		font-size: 13px;
		text-decoration: none;
		letter-spacing: 1px;
		position: relative;
		border-bottom:#999 1px solid;
		padding-bottom:23px;
		margin:0;
		background: url("/gomarenkan/img/arw-side.svg") right 12% no-repeat;
		background-size: 9px auto;
	}
	.mobile_menu ul.menu li:first-child a {
				padding-top:20px;
	border-top:#cccccc 1px solid;
}
	.mobile_menu ul.menu li:last-child a {
			border-bottom:none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(-3%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
	.mobile_menu ul.menu li{
  opacity: 0;
  animation-name: fadeIn;
  transform: translateX(0);
  animation-duration: 0.5s; /* アニメーションの長さ */
  animation-fill-mode: forwards; /* アニメーション終了時のスタイルをアニメーション終了後でも適用させる */
    }
	.mobile_menu ul.menu li:nth-child(1) {
  animation-delay: 0s;
}
	.mobile_menu ul.menu li:nth-child(2) {
  animation-delay: 0.1s;
}
	.mobile_menu ul.menu li:nth-child(3) {
  animation-delay: 0.2s;
}
	.mobile_menu ul.menu li:nth-child(4) {
  animation-delay: 0.3s;
}
	.mobile_menu ul.menu li:nth-child(5) {
  animation-delay: 0.4s;
}
	.mobile_menu ul.menu li:nth-child(6) {
  animation-delay: 0.5s;
}
	.mobile_menu ul.menu li:nth-child(7) {
  animation-delay: 0.6s;
}
	.mobile_menu ul.menu li:nth-child(8) {
  animation-delay: 0.7s;
}
	.mobile_menu ul.menu li.insta img{
	width: 15px;
	height: 15px;
	margin-left:10px;
}
	/* 見出し */
	/* フッター（サイド） */
	#mobile_side {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.side_area img {
		display: block;
		margin: 0 auto;
	}
	#mobile_side .side_area h3 {
		width: 100%;
	}
	/* テーブル */
	.tablestyle {
		border-collapse: collapse;
		width: 100% !important;
	}
	.tablestyle td {
		display: block;
		width: 100%;
		border-top: 0;
	}
	/* 固定ページ */
	.alignright, .alignleft, .alignnone {
		float: none;
		display: block;
		margin: 10px auto;
	}
	.alignright.pc_only, .alignleft.pc_only, .alignnone.pc_only {
		/* caption分岐の際、余白防止 */
		display: none;
	}
	/* コンタクトフォーム */
	textarea.wpcf7-form-control.wpcf7-textarea {
		width: 100%;
	}
	.wpcf7-text {
		width: 90%;
	}
	.k-year .wpcf7-form-control {
		/*年号のテキスト*/
		width: 5rem;
	}
	.wpcf7 td {
		/* フォームの行を縦に並べる */
		display: block;
		width: 100%;
		font-weight: bold;
	}
	.wpcf7 .tdstyle {
		/* フォームの項目を左寄せ */
		text-align: left;
	}
	.sp_al {
		text-align: left !important;
	}
	.header_tel {
		display: none;
	}
	#pagetop {
		display: none;
	}
	#header.fixed {
		width: 100%;
		height: 50px;
	}
	.footer_btm_wrap {
		/*width: 290px;*/
		float: none;
	}
	#logo_footer {
		float: none;
		display: inline-block;
	}
	#footer .footer_btm {
		width: 100%;
		text-align: center;
	}
	.footer_btm {
		margin-bottom: 10px;
	}
	#copyright {
		font-size: 9px;
		padding-bottom:25px;
	}
	a.link, a.link2 {
		width: 40%;
	}
	.cd0, .cd1, .cd2, .cd3 {
		padding: 20px 0 20px;
	}
	/* ページ内スライド制御 */
	.sliderbox {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	/*clearfixと組み合わせて使用*/
	.six_four_r, .six_four_l, .seven_three_r, .seven_three_l {
		width: 80%;
		float: none;
		margin: 0 auto;
	}
	#content #main h1 {
		clear: both;
		color: #000;
		font-size: 22px;
		font-weight: bold;
		background-repeat: no-repeat;
		background-position: left bottom;
		letter-spacing: 1px;
		line-height: 4vh;
		text-align: center;
		position: relative;
		z-index: 10;
		padding-top: 60px;
		margin-bottom: 20px;
	}
	#content #main h1 .fssm, #content h1 .fssm {
		font-weight: normal;
	}
	#content #main h2 {
		line-height: normal;
		margin-bottom: 20px;
		margin-top: 40px;
	}
	#content #main h2.mtfirst{
		    margin-top: 10%;
	}
#content #main h2 img {
    width: 100%;
}
#content #main .two_box h3 img {
    width: 90%;
}
	.three_box p {
		font-size: 14px;
	}
	#footer {
    padding: 10vh 0 0 0;
    width:90%;
	}
#footer ul li {
    margin-left: 4vw;
}
#footer img {
    height: 150px;
}	
img.sptotop {
		margin: 20px auto 40px auto;
		width: 20px;
		bottom: 10vh;
	}
	#logo_footer {
		float: none;
		text-align: center;
		display: inline-block;
	}
	#logo_footer img {
		margin-top: 40px;
	}
	.rightbox, .leftbox {
		float: none;
	}
	.two_box, .three_box, .four_box {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	.two_box{
		width: 80%;
		margin-bottom:40px;
	}
	.two_box:nth-child(even) {
    margin: 0 auto 60px auto;
}
	#content .two_box img{
margin-bottom:20px;
}
	.three_box{
border:none;
background:url("/gomarenkan/img/lineup_line.png") center bottom no-repeat;
background-size:25px;
margin-bottom:20px;
	}
	.three_box:last-child {
    border-right: none;
background:none;
margin-bottom:0;
}
#content #main .three_box p.ti,
#content #main .three_box p.detail{
font-size:150%;
text-align:center;
}
#content #main .three_box p.ti{
font-size:170%;
}
#content #main .three_box p.detail{
font-size:90%;
margin-bottom:20px;
}
	a.link, a.link2 {
		width: 90%;
	}
	.eyecatch_box .leftbox, .eyecatch_box .rightbox {
		width: 100%;
		float: none;
	}
	.w40, .w60 {
		width: 100%;
	}
	a.linkbtn{
		font-weight: bold;
		width: 90%;
		height: 45px;
		line-height: 45px;
		margin: 0 auto;
	}
	a.linkbtn:after {
		margin: auto;
		content: '';
		width: 90%;
		background: url("img/btn_arrow.png") no-repeat;
		background-position: right center;
		background-size: 4vw;
	}
	a.linkbtn:before{
		content: none;
		position: static;
		-webkit-transition: none;
		transition: none;
	}
	a.linkbtn:hover:after{
		position: static;
		content: none;
		width: 90%;
	}

	.wpcf7 table {
		margin-top: 40px;
	}
	.wpcf7 table td {
		padding: 0;
	}
	p.sbtn_1 input[type="submit"], p.sbtn_1 input[type="button"], p.sbtn_1 input[type="confirm"], p.sbtn_1 input[type="reset"] {
		width: 100%;
		padding: 2vh 8vw;
		display: block;
		height: 8vh;
		line-height: 4vh;
		margin: 2vh 0;
	}
input[type="submit"],
input[type="button"],
input[type="reset"]  {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
input[type="reset"]::focus {
  outline-offset: -2px;
}

.com_only,
.tablet_only,
#ibox.com_only{
display:none;
}
.smart_only{
display:block;
}
#link1,
#link2,
#link3,
#link4{
margin-top: -100px; /* 固定ナビの高さ分のネガティブマージン */
padding-top: 100px; /* 打ち消し用のパディング */
}
.lineupbox img{
width:100%;
}
.lineuptxt{
    font-size: 115% !important;
}
#content #main p.lhn{
line-height:1.4;
margin-top:20px;
font-size:100%;
}
.buy img{
width:60%;
}
    a[href^="tel:"] {
        pointer-events: auto;
    }
#content #main p.lineuptxt.mb0{lineup
margin-bottom:10px !important;
margin-top:15%;
}
}

/*end*/
