/*
Theme Name: 岡田ネームさま
Version: 1.0
Author:Seiki Nishijima
copyright (c)2008-2021 BeniPong! ALL right reserved.

	$Id: style.css,v1.0 $
*/
/*===========================================================================
-----------------------------------------------------------------------------
  共通設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
html {
	-webkit-text-size-adjust: none;
	overscroll-behavior: none;
}
body {
	padding: 0 0 0 0;
	margin:0px auto 0px auto;
	text-align:center;
	background: transparent;
	color: #1a1a1a;
	font-size: 16px;
}
#background {
	padding: 0 0 0 0;
	margin:0px auto 0px auto;
	text-align:center;
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #fff;
}
/*-----------------------------------*/
#background a {
	color: #1a1a1a;
	text-decoration: none;
}
#background a[href^="tel:"] {
	pointer-events: none;
}
#background img {
	vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
	height: auto;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background a[href^="tel:"] {
		pointer-events: auto;
	}
	#background .spNone {
		display: none;
	}
}
/*------------------------------------
  共通レイアウト設定　ここから
-------------------------------------*/
#background header ,
#background footer ,
#background article {
	margin: 0 0 0 0;
	text-align: center;
	width: 100%;
	z-index: 50;
}
#background section {
	margin:0 auto 0 auto;
	text-align:center;
	width: 90vw;
	max-width: 1410px;
}
#background .naviMask {
	display: none;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background section {
		width: 86vw;
	}
}
#background article {
	padding-bottom: 1px;
}
#background article.addShear {
	padding-top: 10.02vw;
}
#background article.chocolate {
	background: #f5f4e9;
}
#background article.addShear:before ,
#background footer.addShear:before {
	content: "";
	visibility: visible;
	display: block;
	width: 100.2vw;
	height: 10.02vw;
	background: url(./images/background01.svg) no-repeat 50% 50%;
	background-size: cover;
	position: absolute;
	left: calc(50% - 50vw);
	top: -1px;
}
#background article.chocolate + article.addShear:before ,
#background article.chocolate + footer.addShear:before {
	background-image: url(./images/background02.svg);
}
/*------------------------------------
  共通サブタイトル設定　ここから
-------------------------------------*/
#background article.subTitle {
	padding: 30px 0 10vw;
	background: #a68c4b;
}
#background article.subTitle:before {
	content: "";
	display: block;
	width: 100vw;
	height: 10vw;
	background: url(./images/background02.svg) no-repeat 50% 50%;
	background-size: cover;
	position: absolute;
	left: calc(50% - 50vw);
	transform: rotate(180deg);
	bottom: -1px;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background article.subTitle {
		padding-top: 0;
	}
	#background article.subTitle + article {
		padding-top: 20px;
	}
}
/*-----------------------------------*/
#background .subTitle section {
	display: flex;
}
#background .subTitle h2 {
	width: 480px;
	max-width: 45%;
	margin: auto 0 auto auto;
	border-left: 2px dotted #fff;
	order: 10;
}
#background .subTitle h2:last-child {
	border: none;
}
#background .subTitle p {
	width: 50%;
	min-width: calc(95% - 480px);
	margin: auto auto auto 0;
	padding: 0 0 30px 4vw;
	color: #fff;
	font-weight: 700;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background .subTitle section {
		display: block;
	}
	#background .subTitle h2 {
		width: 100%;
		max-width: auto;
		max-width: initial;
		margin: 0;
		border-left: none;
		border-bottom: 2px dotted #fff;
	}
	#background .subTitle h2:last-child {
		border: none;
	}
	#background .subTitle p {
		width: 100%;
		max-width: auto;
		max-width: initial;
		margin: 0;
		padding: 20px 10px;
	}
}
/*------------------------------------
  共通テキスト設定　ここから
-------------------------------------*/
#background article h1 ,
#background article h2 ,
#background article h3 ,
#background article h4 ,
#background article h5 ,
#background article h6 {
	line-height: 1.5em;
}
/*------------------------------------
  共通飾り設定　ここから
-------------------------------------*/
#background article h3 {
	font-size: 40px;
	line-height: 1em;
	margin-bottom: 64px;
	color: #a68c4b;
}
#background article h3:before {
	content: "";
	display: block;
	width: 100vw;
	border-top: 1px dotted #a68c4b;
	position: absolute;
	top: 0.5em;
}
#background article h3 em {
	display: inline-block;
	font-weight: 900;
	letter-spacing: 0.2em;
	padding-right: 0.5em;
	background: #fff;
	position: relative;
	z-index: 10;
}
#background article.chocolate h3 em {
	background: #f5f4e9;
}
#background article h3 small {
	margin-top: 16px;
	display: block;
	font-size: 16px;
	line-height: 1em;
	font-weight: 400;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background article h3 {
		font-size: 26px;
		margin-bottom: 32px;
	}
}
/*-----------------------------------*/
#background article .more {
	text-align: center;
}
#background article .more a ,
#background article .more button {
	display: inline-block;
	padding: 1em 60px;
	min-width: 320px;
	text-align: center;
	color: #1a1a1a;
	line-height: 1em;
	border: 1px solid #1a1a1a;
	background: transparent;
	border-radius: 4px;
	font-size: 16px;
}
#background article .more a:before ,
#background article .more button:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url(./images/icon01.svg) no-repeat 50% 50%;
	position: absolute;
	right: 20px;
	top: calc(50% - 9px);
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background article .more a ,
	#background article .more button {
		display: inline-block;
		min-width: auto;
		min-width: initial;
	}
}
/*===========================================================================
-----------------------------------------------------------------------------
  共通ヘッダ設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background header ,
#background header section {
	position: static;
}
#background header h1 {
	padding: 16px 100px 16px 0;
	margin: 0;
	display: flex;
}
#background header h1 a {
	display: block;
	width: 320px;
	margin: auto 30px auto 0;
}
#background header h1 small {
	display: block;
	position: relative;
	margin: auto auto auto 0;
	line-height: 1.6em;
	font-size: 14px;
	color: #a68c4b;
	padding-left: 40px;
}
#background header h1 small:before {
	content: "";
	display: block;
	width: 0.3em;
	height: 2.7em;
	background-color: #a68c4b;
	background-image: linear-gradient(0deg, #fff 50%, transparent 50%);
	background-size: 0.3em 0.6em;
	position: absolute;
	left: 0;
	top: calc(50% - 1.35em);
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background header h1 {
		padding: 10px 50px 10px 0;
		margin: 0;
		display: block;
	}
	#background header h1 a {
		width: 80%;
		max-width: 320px;
		margin: 0 0 8px;
	}
	#background header h1 small {
		line-height: 1em;
		font-size: 12px;
		padding: 12px 0 0;
	}
	#background header h1 small:before {
		content: "";
		display: block;
		width: 80%;
		max-width: 320px;
		height: 2px;
		background-image: linear-gradient(-90deg, #fff 50%, transparent 50%);
		background-size: 4px 2px;
		top: 0;
	}
}
/*===========================================================================

  メニューセット設定　ここから

===========================================================================*/
#background header nav {
	position: fixed;
	z-index: 200;
	background: #fff;
	width: 30vw;
	max-width: 320px;
	height: 100vh;
	top: 0;
	right: -320px;
	padding-top: 140px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#background.openNavi header nav {
	right: 0;
}
#background header nav ul {
	height: calc(100vh - 140px);
	overflow-y: auto;
	padding: 0 20px;
}
#background header nav ul li {
	border-top: 1px solid #a68c4b;
}
#background header nav ul li:last-child {
	border-bottom: 1px solid #a68c4b;
}
#background header nav ul li a {
	display: block;
	padding: 24px 15px;
	font-size: 16px;
	line-height: 1em;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background header nav {
		width: 90vw;
		padding-top: 100px;
	}
	#background header nav ul {
		height: calc(100vh - 100px);
	}
}
/*------------------------------------
  基本メニュー設定　ここから
-------------------------------------*/

/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}
/*===========================================================================

  メニュー挙動 設定　ここから

===========================================================================*/
#background header p.menu {
	display: block;
	width: 50px;
	padding: 5px 10px;
	background: rgba(255,255,255,0.6);
	position: fixed;
	top: 16px;
	right: 25px;
	z-index: 999;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#background header p.menu a {
	position: relative;
	background: transparent;
	filter: Alpha(opacity=100);
	opacity: 1;
	display: block;
	width: 100%;
	height: 30px;
	text-indent: -10em;
	overflow: hidden;
}
#background header p.menu a em:before ,
#background header p.menu a:after ,
#background header p.menu a:before {
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background: #a68c4b;
	position: absolute;
	top: 25%;
	left: calc(50% - 15px);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#background header p.menu a em:before {
	top: calc(50% - 1px);
}
#background header p.menu a:before {
	top: auto;
	bottom: 25%;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background header p.menu {
		width: 50px;
		top: 10px;
		right: 10px;
	}
}
/*-----------------------------------*/
#background header p.menu.open {
	overflow: visible;
}
#background header p.menu.open a:after ,
#background header p.menu.open a:before {
	top: calc(50% - 1px);
	bottom: auto;
}
#background header p.menu.open a em:before {
	filter: Alpha(opacity=0);
	opacity: 0;}
#background header p.menu.open a:after {
	transform: rotate(45deg);}
#background header p.menu.open a:before {
	transform: rotate(-45deg);}
#background header p.menu.open span {
	text-indent: 0;
	filter: Alpha(opacity=100);
	opacity: 1;
}

/*------------------------------------
  マスク設定　ここから
-------------------------------------*/
#background .naviMask {
	display: none;
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 150;
	background: transparent;
	top: 0;
	left: 0;
	transition: all 0.5s ease;
}
#background.openNavi .naviMask {
	display: block;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}
/*===========================================================================
-----------------------------------------------------------------------------
  共通フッター設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background footer {
	display: block;
	background: url(./images/footer.jpg) no-repeat 50% 50%;
	background-size: cover;
	padding-top: 90px;
}
#background footer.addShear {
	padding-top: calc(90px + 10vw);
}
#background footer h3 {
	max-width: 320px;
	margin: 0 auto 48px;
}
#background footer h3 small {
	margin-top: 10px;
	padding-top: 20px;
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	line-height: 1em;
}
#background footer h3 small:before {
	content: "";
	display: block;
	width: 100%;
	height: 0.3em;
	background-image: linear-gradient(-90deg, #fff 50%, transparent 50%);
	background-size: 0.6em 0.3em;
	position: absolute;
	left: 0;
	top: 0;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background footer {
		padding-top: 40px;
	}
	#background footer.addShear {
		padding-top: calc(40px + 10vw);
	}
	#background footer h3 {
		width: 70%;
		margin: 0 auto 24px;
	}
	#background footer h3 small {
		margin-top: 8px;
		padding-top: 12px;
		font-size: 12px;
	}
	#background footer h3 small:before {
		height: 2px;
		background-size: 4px 2px;
	}
}
#background footer p {
	max-width: 320px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
#background footer p:last-of-type {
	margin-bottom: 48px;
}
#background footer p a {
	color: #fff;
}
#background footer p.more a {
	display: inline-block;
	position: relative;
	margin: auto;
}
#background footer p.more a:before ,
#background footer p.more a:after {
	content: "";
	display: block;
	visibility: visible;
	width: 12px;
	height: 4px;
	background: #fff;
	position: absolute;
	left: -20px;
	top: calc(50% - 2px);
}
#background footer p.more a:after {
	left: auto;
	right: -20px;
}
#background footer ul {
	max-width: 320px;
	display: flex;
	margin: 0 auto 40px;
}
#background footer ul li {
	width: 10%;
	margin: auto;
}
#background footer address {
	font-size: 12px;
	font-style: normal;
	text-align: center;
	color: #fff;
	letter-spacing: 0.5em;
	margin-bottom: 32px;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background footer p:last-of-type {
		margin-bottom: 24px;
	}
	#background footer p.more a:before ,
	#background footer p.more a:after {
		width: 6px;
		height: 2px;
		left: -10px;
		top: calc(50% - 1px);
	}
	#background footer p.more a:after {
		left: auto;
		right: -10px;
	}
	#background footer ul {
		margin: 0 auto 20px;
	}
	#background footer ul li {
		width: 10%;
		min-width: 32px;
		margin: auto;
	}
	#background footer address {
		letter-spacing: 0em;
		margin-bottom: 16px;
	}
}
/*===========================================================================

  フッターバナー設定　ここから

===========================================================================*/
#background .footerBanner {
	background: #d6caab;
	padding: 60px 0;
}
#background .footerBanner section {
	max-width: 1000px;
}
#background .footerBanner ul {
	display: flex;
}
#background .footerBanner ul li {
	width: calc(50% - 20px);
	margin: 0 auto 0 0;
	overflow: hidden;
	border-radius: 4px;
}
#background .footerBanner ul li:nth-of-type(2n) {
	margin: 0 0 0 auto;
}
#background .footerBanner ul li:only-child {
	margin: 0 auto;
}

/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background .footerBanner {
		padding: 5vw 0;
	}
	#background .footerBanner ul {
		display: block;
		width: 100%;
		max-width: 320px;
		margin: auto;
	}
	#background .footerBanner ul li {
		width: 100%;
		margin: 0 0 20px;
	}
	#background .footerBanner ul li:nth-of-type(2n) {
		margin: 0;
	}
}

/*===========================================================================
-----------------------------------------------------------------------------
  ローディング画面 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #nowLoading {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	background: #a68c4b url(./images/logo-w.svg) no-repeat 50% 50%;
	background-size: 12% auto;
	top: 0;
	left: 0;
	z-index: 999;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
/** 小さい画面 **/
@media screen and (max-width: 1024px) {
		#background #nowLoading {
			background-size: 18% auto;
		}
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
		#background #nowLoading {
			background-size: 24% auto;
		}
}
/*===========================================================================
-----------------------------------------------------------------------------
  パンくず設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #breadcrumb {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}
/*===========================================================================
-----------------------------------------------------------------------------
  ページネーション設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #pagination ul {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}

/*===========================================================================
-----------------------------------------------------------------------------
  404エラー設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #errorArea {
	padding: 60px 0;
	max-width: 800px;
}
#background #errorArea h3 {
	font-size: 140px;
	font-weight: 900;
	line-height: 1em;
	text-align: center;
}
#background #errorArea h3:before {
	display: none;
}
#background #errorArea h3 span {
	font-size: 42px;
}
#background #errorArea p {
	text-align: center;
	margin-bottom: 60px;
}
#background #errorArea p span {
	display: block;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 769px) {
	#background #errorArea {
		padding: 30px 0
	}
	#background #errorArea h3 {
		font-size: 40px;
	}
	#background #errorArea h3 span {
		font-size: 20px;
		margin-left: 0.2em;
	}
	#background #errorArea p {
		font-size: 14px;
		margin-bottom: 30px;
	}
	#background #errorArea h3 + p {
		text-align: left;
	}
	#background #errorArea p span{
		display: inline;
	}
}
/*===========================================================================

  設定　ここから

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

/*------------------------------------
  設定　ここから
-------------------------------------*/

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

/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}