* {
	box-sizing: border-box;
}

/* clearfix
---------------------------------------------------------*/

.clearfix:after {
  content: " "; 
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* clearfix
---------------------------------------------------------*/

body {
	background: url(../images/bg01.jpg) 0 0 repeat;
	background-size: 100% auto;
	animation: bodyFadeIn 2s ease 0s 1 normal;
	-webkit-animation: bodyFadeIn 2s ease 0s 1 normal;
	overflow-x: hidden;
}

@keyframes bodyFadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes bodyFadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

.pc_none {
	display :none;
}

@media screen and (max-width: 768px) {
.pc_none {
	display :initial;
}
.sp_none {
	display :none;
}
}

.strong {
	font-weight: 700;
	background: linear-gradient(transparent 60%, #ff6 60%);
}


.glow {
    text-shadow: #fff 0px 0px 15px,
				#fff 0px 0px 15px,
				#fff 0px 0px 15px,
				#fff 0px 0px 15px,
				#fff 0px 0px 15px,
				#fff 0px 0px 15px,
				#fff 0px 0px 5px,
				#fff 0px 0px 5px,
				#fff 0px 0px 5px,
				#fff 0px 0px 5px,
				#fff 0px 0px 5px,
				#fff 0px 0px 5px,
				#fff 0px 0px 5px;
}

.h1_left {
	border-left: #333 3px solid;
	color : #333;
    padding-left: 0.5em;
    font-size: 150%;
}

.h1_right {
	border-right: #333 3px solid;
	color : #333;
    padding-right: 0.5em;
    font-size: 150%;
    text-align :right;
}

.h2_img {
	max-width :564px;
	margin: 1em auto;
}


.h2_01 {
	position: relative;
	padding: 1.5rem 1rem;
	text-align: center;
}

.h2_01:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #a95d5d, #a95d5d 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #a95d5d, #a95d5d 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.h2_04 {
    text-shadow: #fff 0px 0px 15px,
				#fff 0px 0px 15px,
				#fff 0px 0px 15px,
				#fff 0px 0px 15px,
				#fff 0px 0px 15px,
				#fff 0px 0px 15px,
				#fff 0px 0px 5px,
				#fff 0px 0px 5px,
				#fff 0px 0px 5px,
				#fff 0px 0px 5px,
				#fff 0px 0px 5px,
				#fff 0px 0px 5px,
				#fff 0px 0px 5px;
}

.h3_01_wrap {
  display: table;
  position: relative;
  height: 60px;
  line-height: 2em;
  text-align: center;
  padding: 7px 0;
  font-size: 120%;/*文字サイズ*/
  background: #093912;/*背景色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.h3_01_wrap:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.h3_01 {
  margin: 0;
  padding: 0 30px 0 15px;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  line-height: 46px;
}

.h3_02 {
	background: #294c6e;
	color: #fff;
	font-weight: 400;
	padding: 0.5em 1em;
	margin:1em;
	border-radius: 5px;
	clear: both;
}

.h4_01 {
    display: inline-block;
    margin: 1em;
    color: #093912;
    background: #ffebb4;
    padding: 0.5em 1em;
    border-radius: 50px;
}

.color-white {
	color :#fff;
}

.color-black {
	color :#000;
}

.text-center {
	text-align :center!important;
}

.block-center {
	display :block;
	margin : 0 auto;
	max-width: fit-content;
}

.text-right {
	text-align :right!important;
}

.text-left {
	text-align :left!important;
}

.text-big {
	font-size :130%;
}

.of-hidden {
	overflow: hidden;
}

.btn01 {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 1em 2em;
    text-decoration: none;
    color: #333;
    border: solid 1px #333;
    border-radius: 3px;
    transition: .2s;
    background: #f4f5f6;
    z-index :2;
    overflow : hidden;
}

.btn01:hover {
	color: white;
	background: #a95d5d;
}

.btn02 {
	display: inline-block;
	text-align: center;
	padding: 1em 2em;
	text-decoration: none;
	color: #333;
	border: solid 1px #333;
	border-radius: 3px;
	transition: .4s;
}

.btn02:hover {
	background: #a95d5d;
	border: solid 1px #fff;
	color: white;
}

.overc a {
    background: #a95d5d;
    display: block;
}

.overc img {
	transition: .3s ease-in-out;
}

.overc:hover img {
    opacity: 0.5;
}

.bg_grey {
	background-color : #ccc!important;
}

.bg_grayish_white {
	background-color : #f2f2f2!important;
}

.bg_blue {
	background-color: #a95d5d!important;
}

.bg_blue_trans {
	background: rgba(40,86,144,0.8)!important;
	color :#fff;
}

.bg_white {
	background-color: #fff!important;
}

.bg_white_trans {
	background: rgba(255,255,255,0.8)!important;
}

.bg_rightblue {
	background-color: #ccdfff!important;
}

.bg_pale {

	background: #fffceb;

}

/* 水平線
---------------------------------------------- */

.hr_dotted {
	border-bottom : #ccc 1px dotted;
}

.hr_diagonal {
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #a95d5d, #a95d5d 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #a95d5d, #a95d5d 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom :1em;
}

.hr_clear {
	border-bottom : #ccc 1px dotted;
	clear : both;
}

/*========= ローディング ===============*/

/* Loading背景画面設定*/
#loading {
    /*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background:#fff;
	text-align:center;
	color:#fff;
	display: none;
}

/* Loading画像中央配置　*/
#loading_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#loading_logo img {
	width:300px;
}


/* 当分divここから ▽▽
---------------------------------------------- */

.divide_wrap {
	display :table;
	position :relative;
	width: 100%;
	max-width :1200px;
	margin :0 auto 0 auto;
	table-layout: fixed;
}

.divide02,.divide03,.divide04,.divide05,.divide06,.divide07,
.divide_sv_wrap ,
.divide_sv04 {
	display :table-cell;
	vertical-align:top;
}

.divide02 {
	width : 50% ; 
}

.divide03 {
	width : 33.33333% ; 
}

.divide04 {
	width : 25% ; 
}

.divide05 {
	width : 20% ; 
}

.divide06 {
	width : 16.66666% ; 
}

.divide07 {
	width : 14.28571% ; 
}

@media screen and (max-width: 768px) {
.divide02,.divide03,.divide04,.divide05,.divide06,.divide07 {
	display :block;
	width :100%;
}
}

.divide_sv_wrap {
	width : 50%;
}

.divide_sv04 {
	width : 25% ; 
}

@media screen and (max-width: 768px) {
.divide_sv_wrap {
	display :block;
	width : 100%;
}
.divide_sv04 {
	width : 50% ; 
}
}

/* 当分divここまで △△
---------------------------------------------- */

.f-left {
    float: left!important;
}

.f-right {
	float : right!important;
}

@media screen and (max-width: 768px) {
	.f-left {
	    float: none!important;
	}
	.f-right {
		float : none!important;
	}
}

.pad01 {
	padding :1em;
}

.pad_tb01 {
	padding :1em 0;
}

.pad_tb02 {
	padding :2em 0;
}

.pad_tb03 {
	padding :3em 0;
}

/* memo ▽▽
---------------------------------------------- */

.memo {
    display: table;
    margin: 1em;
    background: #f7c93e;
    border-radius: 5px;
}

.memo dt {
    display: table-cell;
    vertical-align: bottom;
    width: 30%;
}

.memo dd {
    display: table-cell;
    vertical-align: middle;
    margin : 1em;
    padding: 1em;
    font-size: 130%;
    font-weight: 600;
    color: #000;
}

.memo-title {
    background: #d33f41;
    color: #fff;
    padding: 0.5em;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
	.memo dd {
	    font-size: 100%;
	}
	.memo {
	    display: block;
	    position: relative;
	    margin: 4em 1em 1em 1em;
	}

	.memo dt {
	    display: block;
	    position: absolute;
	    top: -64px;
	    left: 30px;
	    width: 100px;
	}

	.memo dd {
	    display: block;
	}
}


/* モーダルウィンドウ ▽▽
---------------------------------------------- */

.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
	box-sizing: border-box;
	display: inline-block;
	z-index: 20;
	position: relative;
	width: 80%;
	max-width: 1200px;
	padding: 30px 30px 15px;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .6);
	vertical-align: middle;
}

.modal-wrapper .modal-window .modal-content {
	max-height: 80vh;
	overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}

/* 表 ▽▽
---------------------------------------------- */

.column_table,
.column_table td,
.column_table th {
	border: 1px solid #ccc;
	border-collapse: collapse;
	text-align: center;
}

.column_table th {
	background: #a95d5d;
	color: #fff;
}

.column_table td {
	background: #fff;
}

@media screen and (max-width: 768px) {

	.column_table thead th {
	  display: none;
	}

	.column_table tbody th {
	  padding: 4px 12px;
	  display: block;
	  width: 100%
	}

	.column_table td {
	  padding: 4px 12px;
	  display: block;
	  width: 100%
	}

	.column_table td[data-title]::before {
	  color: #666;
	  content: attr(data-title) " :";
	  font-weight: bold;
	  padding: 0 10px 0 0;
	  display: inline;
	}
}

/* エフェクト △△
---------------------------------------------- */

/* エフェクト ▽▽
---------------------------------------------- */

.text-tp {
	overflow: hidden;
	white-space: nowrap;
	visibility :hidden;
}

.text-tp:after {
	content: '';
	border-right: 1px solid;
	animation: flashing 0.6s linear infinite;
}

.ef-type {
	visibility :visible;
	animation: typewriter 1s steps(22) 1s 1 normal both;
}

@keyframes typewriter{
	from{width: 0;}
	to{width: 100%;}
}
@keyframes flashing {
	0% {opacity: 0;}
}

@media screen and (max-width: 768px) {
.text-tp {
	white-space: normal;
}
}
/* エフェクト △△
---------------------------------------------- */


.home-header {
	position: relative;
	background-position: center;
	background-size: cover;
	max-width: 1200px;
    margin: 0 auto;
    height: 100vh;
}

.home-catch {
    position: relative;
    float: left;
    width: 49%;
    max-width: 1280px;
    margin: 10% auto 0 auto;
}

.home-catch video {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    height: 80vh;
    z-index: 0;
}

@media screen and (max-width: 600px) {
	.home-catch {
	    float: none;
	    width: 100%;
	    margin: 0 auto 0 auto;
	}
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: url(../images/movie-frame.png) center center no-repeat;
    background-size: 100% auto;
    width: 100%;
    height :100%;
}

.catarog-bnr {
    position: absolute;
    top: 75%;
    left: 5%;
    width: 65%;
    z-index: 101;
}

@media screen and (max-width: 768px) {
	.catarog-bnr {
		width: 40%;
	}
}

.site-logo {
	padding: 0px 0 0 30px;
}

@media screen and (max-width: 768px) {
.site-logo {
	padding: 0;
	width :60%;
}
}

.home-news-wrap {
    background: rgba(255,255,255,0.6);
    width: 90%;
    max-width: 768px;
    margin: 0 auto 3em auto;
    padding: 0 1em 1em 1em;
    box-shadow: #ccc 0px 0px 20px;
}

.home-news {
    max-width: 600px;
    padding: 1em;
    margin: 2em auto;
    list-style: none;
}

.home-news-title {
    text-align: center;
    margin-bottom: 1em;
    font-size: 130%;
}

.home-news-text {
    border-bottom: #ccc 1px dotted;
    padding: 0.5em;
}

.home-news li a {
	color :#333;
	text-decoration: none;
}

.home-news-cat {
    background: #666;
    color: #fff;
    padding: 0.5em;
    margin: 1em;
    font-size: smaller;
}

.news-list h1 {
    font-size: 120%;
    color: #a95d5d;
}

.catch-copy {
	position: absolute!important;
    top: 160px;
    left: 40%;
    font-size: 40px;
    background: rgba(255,255,255,0.6);
    padding: 0.5% 1%;
    white-space: nowrap;
    z-index: 100;
}

.sub-copy {
    position: absolute;
    top: 2em;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    text-shadow: #a95d5d 0 0 20px;
    font-size: 70%;
}

@media screen and (max-width: 1200px) {
	.catch-copy {
	    font-size: 3.5vw;
		top: 13vw;
	}
}

@media screen and (max-width: 600px) {
	.catch-copy {
	    top: 30%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    font-size: 4.5vw;
	    text-align :center;
	}
}

.right_info_wrap {
	width: 65%;
    display: table-cell;
    background: rgba(255,255,255,0.6);
}

.right_info_img {
    margin-left: -35%;
}

.right_info {
	width: 35%;
	background: rgba(255,255,255,0.6);
    display: table-cell;
    vertical-align: middle;
    padding: 1em;
}

.left_info_content {
    display: table;
    direction: rtl;
}

.left_info_wrap {
	width: 65%;
    display: table-cell;
    background: rgba(255,255,255,0.6);
}

.left_info_img {
	margin-right: -35%;
}

.left_info {
	width: 35%;
	background: rgba(255,255,255,0.6);
    display: table-cell;
    vertical-align: middle;
    padding: 1em;
    direction: ltr;
}

@media screen and (max-width: 500px) {
	.right_info_wrap, 
	.left_info_wrap {
	    display: block;
	    width: 100%;
	}
	.right_info_img {
	    margin-left: 0;
	}
	.right_info,
	.left_info {
	    display: block;
	    width: 100%;
	}
	.left_info_img {
		margin-right: 0;
	}
}

@keyframes component_anime {
	0% {
	fill-opacity: 0;
	stroke-dashoffset: 1000;
	}
	30% {
	stroke-dashoffset: 600;
	}
	60% {
	fill-opacity: 0.5;
	stroke-dashoffset: 300;
	}
	100% {
	fill-opacity: 1;
	stroke-dashoffset: 0;
	}
}

.svg-component {
	stroke-dasharray: 500;
	stroke-dashoffset: 1000;
	stroke-width: 1;
	animation-name: component_anime;
	animation-duration: 3s;
	animation-timing-function: ease-out;
	fill-opacity: 1;
}

#svg-component {
    width: 100%;
}

/* --------------------------パッシング-------------------------- */

@-webkit-keyframes passing-bar{
	0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50% {
		left: 0;
		right: auto;
		width: 100%;
	}
	51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	85% {
		opacity: 1;
	}
	99% {
		left: 100%;
		width: 0;
		opacity: 0;
	}
	100% {
		left: 0%;
	}
}
@keyframes passing-bar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	85% {
		opacity: 1;
	}
	99% {
		left: 100%;
		width: 0;
		opacity: 0;
	}
	100% {
		left: 0%;
	}
}
@-webkit-keyframes passing-item{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes passing-item{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}
/* css */
.passing .passing-box {
	display: block;
}
.passing .passing-bar {
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.passing .passing-bar:before {
	content: '';
	white-space: nowrap;
	color : #999;
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #294c6e;
}
.passing .passing-item {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.passing.move .passing-bar:before {
	-webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
	animation: passing-bar 1s ease 0s 1 normal forwards;
}
.passing.move .passing-item {
	-webkit-animation: passing-item 0s ease .5s 1 normal forwards;
	animation:passing-item 0s ease .5s 1 normal forwards;
}

/* --------------------------パッシング-------------------------- */

.top-catch {
    background: url(../images/home_attn_bg01.jpg) center center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 1em;
    padding-bottom: 20%;
}

@media screen and (max-width: 768px) {
	.top-catch {
		background: url(../images/home_attn_bg01sp.jpg) center center;
		background-size: cover;
	    background-attachment: initial;
	}
}

.top-catch_wrap {
    width: 70%;
    max-width: 1000px;
    padding: 3em;
    margin: 3em auto;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
}

@media screen and (max-width: 768px) {
	.top-catch_wrap {
	    width: 100%;
	}
}

.top-catch h1 {
	font-size :150%;
}

@media screen and (max-width: 768px) {
	.top-catch h1 {
		font-size :110%;
	}
}


/* --------------------------home-header-slider-------------------------- */
.home-header-content {
	position: absolute;
	bottom: 20%;
	width: 35%;
	max-width : 620px;
}

@media screen and (max-width: 768px) {
	.home-header-content {
		position: relative;
		bottom: auto;
		width: 100%;
		max-width :100%;
	}
}

.home-header-slider {
	position: relative;
	width: 49%;
    float: right;
    margin: 30% 0 0 0;
	padding-bottom: 66%;/* 画像の比率により変更 */
}

@media screen and (max-width: 600px) {
	.home-header-slider {
	    margin: -50% 0 0 0;
	}
}

.slider_content {
	position: absolute;
}

.slider_content {
	width: 100%;
    height: 100%;
    overflow: hidden;
	opacity:0;
	/* 枚数により時間変更 */
	-moz-animation: slideFade 18s infinite;
	-webkit-animation: slideFade 18s ease-in infinite;
	animation: slideFade 18s infinite;
}

.home-header-slider figure:nth-child(1) {
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.home-header-slider figure:nth-child(2) {
	-moz-animation-delay: 6s;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

.slider_content img {
    width: auto;
    max-width: none;
    height: 100%!important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 画像の枚数によりフェードの効果調整 */
@-webkit-keyframes slideFade {
	0% { opacity:0; }
	10% { opacity:1;
		z-index:20;}
	80% { opacity:1; }
	90% { opacity:0; }
	100% { opacity:0; }
}
@-moz-keyframes slideFade {
	0% { opacity:0; }
	10% { opacity:1; 
		z-index:20;}
	80% { opacity:1; }
	90% { opacity:0; }
	100% { opacity:0; }
}
@keyframes slideFade {
	0% { opacity:0; }
	10% { opacity:1; 
		z-index:20;}
	80% { opacity:1; }
	90% { opacity:0; }
	100% { opacity:0; }
}

.trio-slider01 {
    position: absolute;
    bottom: 2%;
    right: 5%;
    width: 30.5%;
    overflow: hidden;
    padding-bottom: 30.4%;
}

.trio-slider02 {
    position: absolute;
    bottom: 0;
    right: 31.5%;
    width: 19.5%;
    overflow: hidden;
    padding-bottom: 19.4%;
}

.trio-slider03 {
    position: absolute;
    bottom: 0;
    right: 52.5%;
    width: 19.5%;
    overflow: hidden;
    padding-bottom: 19.4%;
}

@media screen and (max-width: 600px) {
	.trio-slider01 {
	    width: 40.5%;
	    padding-bottom: 40.4%;
	}
	.trio-slider02 {
	    right: 42.5%;
	    width: 24.5%;
	    padding-bottom: 24.4%;
	}
	.trio-slider03 {
	    right: 68.5%;
	    width: 24.5%;
	    padding-bottom: 24.4%;
	}
}

.trio-slider_content {
	position: absolute;
}

.trio-slider_content {
	width: 100%;
    height: 100%;
    max-height: 400px;
	transform: translateX(100%);
	/* 枚数により時間変更 */
	-moz-animation: trioslide 18s infinite;
	-webkit-animation: trioslide 18s linear infinite;
	animation: trioslide 18s infinite;
}
 
.trio-slider01 figure:nth-child(1),
.trio-slider02 figure:nth-child(1),
.trio-slider03 figure:nth-child(1) {
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.trio-slider01 figure:nth-child(2),
.trio-slider02 figure:nth-child(2),
.trio-slider03 figure:nth-child(2) {
	-moz-animation-delay: 6s;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

.trio-slider01 figure:nth-child(3),
.trio-slider02 figure:nth-child(3),
.trio-slider03 figure:nth-child(3) {
	-moz-animation-delay: 12s;
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}

.trio-slider_content img {
    width: auto;
    max-width: none;
    height: 100%!important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 画像の枚数により効果調整 */
@-webkit-keyframes trioslide {
	0% { transform: translateX(100%); }
	7% { transform: translateX(0%); }
	33% { transform: translateX(0%); }
	40% { transform: translateX(-100%); }
	100% { transform: translateX(-100%); }
}
@-moz-keyframes trioslide 
	0% { transform: translateX(100%); }
	7% { transform: translateX(0%); }
	33% { transform: translateX(0%); }
	40% { transform: translateX(-100%); }
	100% { transform: translateX(-100%); }
}
@keyframes trioslide {
	0% { transform: translateX(100%); }
	7% { transform: translateX(0%); }
	33% { transform: translateX(0%); }
	40% { transform: translateX(-100%); }
	100% { transform: translateX(-100%); }
}
/* --------------------------home-header-slider-------------------------- */
.sec_wrap {
	max-width :1400px;
	margin : 0 auto;
}

.attn {
	width :100%;
	position :relative;
}

.attn01 {
	background : url(../images/attn_bg01.jpg) center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.attn02 {
	background : url(../images/attn_bg02.jpg) center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.attn03 {
	background : url(../images/attn_bg03.jpg) center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.attn_left {
	width: 70%;
	padding: 3em 0;
	margin : 5em 0;
}

.attn_right {
	width: 70%;
	margin: 0 0 0 auto;
	padding: 3em 0;
}

.attn_left .attn_content {
	width: 70%;
	padding: 1em 2em;
	margin: 0 -43% 0 auto;
}

.attn_content {
	max-width :560px;
}

.attn_right .attn_content {
	width: 70%;
	padding: 1em 2em;
	margin: 0 auto 0 -43%;
}

.attn_content figure {
	max-width: 400px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.attn_left {
		width: 100%;
		margin :0;
	}
	
	.attn_right {
		width: 100%;
		margin: 0;
	}
	.attn_left .attn_content {
		width : 90%;
		margin: 1em auto;
	}
	
	.attn_right .attn_content {
		width : 90%;
		margin: 1em auto;
	}
}

.page-wrap {
	margin-top :7.5%;
}

.content01 {
	padding: 3em 1em;
}

.content02 {
	position: relative;
	max-width :1200px;
	margin :0 auto;
	padding: 1em;
}

@media screen and (max-width: 768px) {
.content02:after {
	display :none;
}
}

.content03 {
	max-width :1000px;
	margin :0 auto;
	padding: 3em 0;
	overflow :hidden;
}

.content04 {
	max-width :1200px;
	margin :0 auto;
	padding: 3em 0;
	overflow :hidden;
}

.c-bnr {
	max-width :768px;
	padding : 1em;
	margin : 0 auto;
}

.c-bnr a:hover {
	opacity :0.8;
}

/* --------------------------link_list-------------------------- */

.link-list01 {
    max-width: 600px;
    margin: 1em auto;
    padding: 1em;
    list-style: none;
}

.link-list01 li {
	border-bottom: #333 1px dashed;
    margin-bottom : 0.5em;
}

.link-list01 li .children li {
    border-bottom: none;
}


/* --------------------------float_list-------------------------- */

.text_list01 {
	list-style :none;
}

.text_list01 li {
	margin :1em 1em 1em 2em;
}

.text_list01 .tl_title {
	font-size: 130%;
	font-weight: 500;
	margin : 1em;
}

.table_text_list01 {
	list-style :none;
	margin: 1em;
}

.table_text_list01 li {
	padding-left : 1em;
	white-space: nowrap;
}

.table_text_list01 .ttl_title {
	padding-left :0;
	font-weight: 600;
}

.float_list03 {
	list-style: none;
	max-width: 1200px;
	margin: 0 auto;
}

.float_list03 li {
	width: 33.3%;
	float: left;
	padding: 1em;
}

.float_list03 li figure {
	position: relative;
	text-align :center;
}

.float_list03 li figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 1em;
	color: #fff;
	background: rgba(41,76,110,0.9);
}

@media screen and (max-width: 768px) {
	.float_list03 li {
		width: 50%;
		padding: 0.5em;
	}
	.float_list03 li figcaption {
		padding: 0.5em 0;
	}
}

.float_list06 {
	list-style: none;
	max-width: 1200px;
	margin: 0 auto;
}

.float_list06 li {
	width: 16.6%;
	float: left;
	padding: 1em;
}

.float_list06 li figure {
	position: relative;
	text-align :center;
}

.float_list06 li figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 1em;
	color: #fff;
	background: rgba(0,0,0,0.8);
}

@media screen and (max-width: 768px) {
	.float_list06 li {
		width: 25%;
		padding: 0.5em;
	}
	.float_list06 li figcaption {
		padding: 0.5em 0;
	}
}

/* --------------------------img_list-------------------------- */

.img_list01 {
    list-style: none;
}

.img_list01 li {
    width: 33%;
    padding: 1%;
    float: left;
}

.img_list_title {
    min-height: 4em;
}

@media screen and (max-width: 768px) {
.img_list01 li {
    width: 50%;
}
}

/* --------------------------flex_list-------------------------- */

.flex_list06 {
	display : flex;
	flex-wrap: wrap;
	list-style: none;
	max-width: 1200px;
	margin: 0 auto;
}

.flex_list06 li {
	display: flex;
	width: 16.6%;
	padding: 1em;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.flex_list06 li {
		width: 33.3%;
	}
	.flex_list06 li {
		padding: 0.5em;
	}
}

.round-list {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .round-list {
    flex-wrap: wrap;
  }
}
.round-list_item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #316eb0;
  border: dotted 2px #FFF;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 4px #316eb0;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
	.round-list_item {
	    flex-shrink: 0;
	    width: 200px;
	    height: 200px;
	    margin: 0 10px;
	    font-size: 1.5em;
	}
}
@media screen and (max-width: 767px) {
  .round-list_item {
    width: 97px;
    height: 97px;
    margin: 0 1.33333%;
    font-size: 1.3rem;
  }
}

/* --------------------------definition_list-------------------------- */

.definition_list01 {
	padding :2em 1em 1em 1em;
}

.definition_list01 dt {
	display: inline-block;
	width: 8em;
	text-align: center;
	color: #fff;
	font-weight: 500;
	background: #294c6e;
	padding: 0.2em 1em;
	float: left;
	margin-top: -1em;
}

.definition_list01 dd {
	background: rgba(255,255,255,0.5);
	padding: 1em 1em 1em 8em;
}

@media screen and (max-width: 500px) {
	.definition_list01 dt {
	    width: 100%;
	    float: none;
	    margin-top: 0;
	}
	.definition_list01 dd {
	    padding: 1em;
	    margin :0;
	    border: none;
	}
}

.definition_list02 {
	padding :2em 1em 1em 1em;
}

.definition_list02 dt {
	width: 35%;
	text-align: right;
	float: left;
	padding: 0.5em 1em 0.5em 0.5em;
	margin: 0;
}

.definition_list02 dd {
	padding: 0.5em 0.5em 0.5em 35%;
	margin: 0;
}

.definition_list03 {
    display: inline-block;
    padding: 2%;
    width: 48.7%;
    text-align: left;
}

.definition_list03 dt {
	font-size :130%;
	font-weight: 500;
}

.definition_list03 .text-right {
	margin-right: 2em;
}

@media screen and (max-width: 768px) {
	.definition_list03 {
		display :block;
		width: 100%;
	}
}

.definition_memo01 {
	width: 80%;
	margin: 1em auto;
	border: #a95d5d 2px solid;
}

.definition_memo01 dt {
	background: #a95d5d;
	color: #fff;
	text-align: center;
	padding: 0.5em;
}

/* Carousel
------------------------------------------------- */
.carousel-wrap {
	width: 100%;
	overflow: hidden;
}
.carousel {
	display: flex;
	left: 50%;
	width: 100vw;
	margin: 0 -50vw 2em;
}
.carousel-wrap:hover .carousel-contents {
	animation-play-state: paused;
}
.carousel-contents {
	position: relative;
	list-style: none;
	margin: 0;
	display: flex;
	flex-flow: row nowrap;
	z-index: 1;
}
.carousel-contents li {
	width: 250px;
	margin: 0;
}
.carousel-contents li:hover {
	filter: brightness(110%);
}

@media screen and (max-width: 599px) {
	.carousel {
	}
	.carousel-contents li {
		width: 120px;
	}
}

.carousel-contents:first-of-type {
	animation: loop-slide1 100s linear infinite;
	backface-visibility: hidden;
	will-change: transform;
}
.carousel-contents + .carousel-contents {
	animation: loop-slide2 100s -50s linear infinite;
}
.carousel-contents + .carousel-contents + .carousel-contents {
	animation: loop-slide3 150s -100s linear infinite;
}
.carousel-contents img {
	display: block;
	width: 100%;
	height: auto;
}

@keyframes loop-slide1 {
	0% {
		transform: translate3d(100%, 0, 0)
	}
	to {
		transform: translate3d(-100%, 0, 0)
	}
}
@keyframes loop-slide2 {
	0% {
		transform: translateZ(0)
	}
	to {
		transform: translate3d(-200%, 0, 0)
	}
}

/* --------------------------コンテンツ-------------------------- */

.site-content {
	background: url(../images/bg02.jpg) 0 0 repeat;
	margin: 1em auto;
    box-shadow: 0px 0px 2px;
}

.scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    padding-top: 70px;
    z-index: 100;
    color: #333;
}

.scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

#content {
    clear: both;
}

.site-main {
	padding :1em;
}

@media screen and (max-width: 768px) {
	.site-main {
		padding :0;
	}
}


.icon-wrap {
	width: 100%;
	border : #fff 2px solid;
	border-radius : 2px;
	color : #fff;
	padding: 2em 1em 0 1em;
}

.icon-wrap i {
	font-size : 150%;
}

.icon-wrap:hover {
	color : #a95d5d;
	background :#fff;
}

@media screen and (max-width: 768px) {
	.icon-wrap {
		font-size: smaller;
		padding: 2em 0.5em 0 0.5em;
	}
}

.news-list {
	border-bottom: #666 2px dotted;
	margin-bottom: 1em;
}

.post-link {
	color : #666;
}

.news-list-title {
	margin : 0;
}

.news-list-tn {
	max-width: 200px;
	max-height: 120px;
	overflow: hidden;
	float: left;
	padding: 1em 1em 0 1em;
	margin-bottom: 1em;
}

.news-list-tn img {
	display : block;
}

.continue-reading {
    text-align: right;
    display: block;
}

/* --------------------------投稿内容-------------------------- */

.entry-content {
	text-align :center;
}

.entry-content * {
	text-align :left;
}

.jumbotron {
	position: relative;
}

.jumbotron:after {
    content: "";
    background: url(../images/eyecatch-bottom.png) center center repeat-x;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
}

.jumbotron-title {
    color: #294c6e;
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 979px) {
	.jumbotron-content {
	    padding-top: 40%;
	}
}
@media screen and (max-width: 500px) {
	.jumbotron-content {
	    padding-top: 60%;
	}
}
	

.subheader {
    color: #fff;
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -25%);
}

.entry-content {
    overflow: hidden;
    padding: 2em 0;
}

.entry-content h1 {
    position: relative;
    text-align :right;
    padding: 0 25px;
    margin: 1em 0 1em 1em;
    font-size: 130%;
}

.entry-content h1:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: #093912 solid 15px;
}
.entry-content h1:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: #093912 solid 3px;
}

@media screen and (max-width: 768px) {
	.entry-content h1 {
	    font-size: 100%;
	}
}

.entry-content h2 {/* ※親要素entry-contentは中央寄せに！ */
    position: relative;
    display: inline-block;
    font-size: 170%;
    font-weight: 500;
    text-align: left;
    clear :both;
}

.entry-content h2:before {
    content: "";
    position: absolute;
    top: -57%;
    left: -1em;
    background: url(../images/h2_bg01.png) 0 0 no-repeat;
    background-size: contain;
    width: 200%;
    height: 200%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.entry-content h2 {
	    font-size: 120%;
	}
}

.entry-content h3 {
	background: #294c6e;
	color: #fff;
	font-weight: 400;
	padding: 0.5em 1em;
	margin:1em;
	border-radius: 5px;
	clear: both;
}

.entry-content h4 {
    text-align: center;
    position: relative;
    padding: 0.5em 0 1em 0;
    margin: 2em 0 0 0;
    color: #666;
    font-size: 110%;
}

.entry-content h4:before {
    font-family: 'FontAwesome';
    content: "\f06b";
    color: #c3b387;
    position: absolute;
    top: -1.3em;
    left: 0;
    right: 0;
}

.entry-content h4:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0.5em;
    width: 45px;
    margin: auto;
    border-bottom: 2px solid #999;
}

.entry-content p {
    margin: 0.5em 2em;
}

.wp-block-image {
    margin: 0 auto!important;
    padding: 1em 1em 0.5em 1em;
}

@media screen and (max-width: 768px) {
.wp-block-image {
    width: 100%!important;
}
}

.wp-block-image img {
    margin: 0 auto;
    display: block;
}

.wp-block-image figcaption {
    margin: 0!important;
    text-align: center;
    font-size: 80%!important;
}

.wp-block-preformatted {
    background: #fbebb4;
    margin: 1em 0.5em;
    padding: 2em;
    clear: both;
}

.ctf {
    margin: 0 auto;
}

.wp-block-quote {
    margin: 1em;
    background: #f4f5f6;
}

.wp-block-quote:before {
    position: absolute;
    left: 0px;
    font-size: 68px;
}

.wp-block-quote cite {
    display: block;
    text-align: right;
    border: none;
    padding: 1em;
}

.star-table {
    display: table;
    width: 100%;
    max-width: 450px;
    margin: 0 0 0 auto;
    padding: 0 1em;
}

.star-table dt {
    display: table-cell;
    font-size: 80%;
    width: 50%;
    margin: 0;
    padding: 0.5em 1em;
    border-bottom: #000 1px solid;
}

.star-table dd {
    display: table-cell;
    width: 50%;
    padding: 0.5em 1em;
    margin: 0;
    border-bottom: #000 1px solid;
}

.star-table dd i {
    padding: 0 0.1em;
    color: #ff6900;
    float: right;
}

/* --------------------------支店詳細-------------------------- */

.map-wrap {
    position: relative;
    max-width: 768px;
    margin: 0 auto;
}

.map-wrap a {
    color: #666;
}

.map-wrap .kansai {
    position: absolute;
    top: 16%;
    left: 18%;
    font-size: 19px;
}

.map-wrap .chubu {
    position: absolute;
    top: 13%;
    left: 25%;
    font-size: 19px;
}

.map-wrap .chugokushikoku {
    position: absolute;
    top: 15%;
    left: 9%;
    font-size: 19px;
}

.map-wrap .kyusyu {
    position: absolute;
    top: 16%;
    left: 32%;
    font-size: 19px;
}

@media screen and (max-width: 768px) {
	.map-wrap .kansai,
	.map-wrap .chubu,
	.map-wrap .chugokushikoku,
	.map-wrap .kyusyu {
	    font-size: 1.5vw;
	}
}

.no-side-wrap {
    padding: 3em 0;
}

.no-side {
    max-width: 758px;
    margin: 0 10% 0 35%;
	background: rgba(255,255,255,0.8);
    padding: 1em;
}

@media screen and (max-width: 768px) {
	.no-side {
	    max-width: 758px;
	    margin: 0 1em;
	}
}

.branch_photo_wrap {
    background: url(../images/no-image.jpg) center center no-repeat;
    background-size: auto 100%;
    width: 100%;
    min-height: 200px;
}

.g-map {
    padding: 1.5em;
}

.g-map iframe {
    width: 100%;
    height: 45vh;
}

/* --------------------------サイドバーなし投稿-------------------------- */

.no-side .alignleft {
    width: 40%!important;
    margin: 0 1em;
    padding-bottom: 1em;
}

.no-side .alignright {
    float: right;
    width: 40%!important;
    margin: 0 1em;
    padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
	.no-side .alignleft ,
	.no-side .alignright {
	    float: none;
	    width: 100%!important;
	    margin: 0;
	}
}


/* --------------------------テーブル-------------------------- */

.wp-block-table {
    margin: 1em 1.5em;
}

.wp-block-table table {
    max-width: 768px;
    margin: 0 auto;
    background: #fff;
    border: #ccc 1px solid;
}

.wp-block-table table tr td:first-child {
    width: 30%;
    background: #294c6e;
    color: #fff;
    text-align: center;
}

.table-list table tr td:first-child {
    width: 25%;
    background: #a95d5d;
    color: #fff;
    text-align: center;
}

.wp-block-table td iframe {
    width: 100%;
    height: 40vh;
}

@media screen and (max-width: 768px) {
	.wp-block-table td {
	    display: block;
	}
	.wp-block-table table tr td:first-child {
	    width: 100%;
	}
}

/* --------------------------ページャー-------------------------- */

ul.page-numbers {
	font-family: monospace;
    font-weight: 600;
    font-size: 120%;
}

ul.page-numbers li {
    list-style: none;
    float: left;
    margin: 0.5em;
}

a.page-numbers {
	color: #111;
}

a.page-numbers.current {
}

a.page-numbers:hover {
}

/* 左右レイアウト */
.sb_wrap {
	position :relative;
	padding :2em;
	max-width :1200px;
	margin :0 auto;
}

.sb_wrap img {
	display: block;
	margin: 0 auto 0 0;
	width :80%;
}

.sb_wrap:nth-child(even) img {
	display: block;
	margin: 0 0 0 auto;
	width :80%;
}

.sb_text {
	position: absolute;
	top: 100px;
	width: 40%;
	padding: 6% 2em 2em 2em;
	background: #fff;
	box-shadow: 0px 0px 8px;
}

.sb_wrap:nth-child(odd) .sb_text {
	position: absolute;
	top: 100px;
	right :0;
	width: 40%;
	padding: 6% 2em 2em 2em;
	background: #fff;
	box-shadow: 0px 0px 8px;
}

.sb_text h3 {
	position: absolute;
	width: 90%;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	font-size: 100%;
	color: #ffffff;
	background: #294c6e;
	text-align: center;
	font-weight: normal;
	padding: 3%;
	white-space:nowrap;
}

.subject_index .btn {
    margin-top: 1em;
}

@media screen and (max-width: 768px) {
	.subject_index {
		padding-bottom :1em;
	}
	.sb_wrap {
		padding :1em;
	}
	.sb_wrap img ,
	.sb_wrap:nth-child(even) img {
		margin: 0;
		width :100%;
	}
	.sb_text ,
	.sb_wrap:nth-child(odd) .sb_text {
		position: relative;
		top: 0;
		width: 100%;
		padding: 12% 2em 2em 2em;
	}
}

/* --------------------------オススメ商品-------------------------- */

.top-item {
    position: relative;
}

.top-item figure {
    width: 60%;
}

.top-item-text-wrap {
    position: absolute;
    top: 5%;
    right: 0%;
    background: #294c6ed1;
    width: 50%;
    text-align: center;
    color: #fff;
    margin: 1em;
    max-height: 85%;
}

.top-item-text {
    margin: 1em;
    overflow: hidden;
}

/* --------------------------フッターデザイン-------------------------- */

.footer-wrap {
    background: #294c6e;
    padding: 2em 1em;
}

.footer-content-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
}

.footer-content-wrap a {
    color: #fff;
}

.footer-content01,
.footer-content02{
	width :25%;
	font-size: 90%;
}

.footer-content03 {
    width: 50%;
}

.footer-content02 ul,
.footer-branch {
    background: #0b2844;
    padding: 1em;
    border-radius: 10px;
    list-style: none;
}

.footer-branch h3 {
	text-align :center;
}

.page_item_has_children {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1em;
}

.children {
    font-size: 90%;
}

.footer_mark figure img {
	display: block;
	width: 50%;
	margin: 1em 1em 1em auto;
}

.footer_list li {
    padding: 1em;
    display: initial;
}

@media screen and (max-width: 768px) {
	.footer-content01,
	.footer-content02{
		width :50%;
		font-size: 90%;
	}

	.footer-content03 {
	    width: 100%;
	}
	.footer_list li {
		display: block;
	}
}

/* --------------------------フォームデザイン-------------------------- */

.contact_form_bg {
	padding: 2em 0.5em;
	min-height: 100vh;
}

.contact_form_wrap {
    max-width: 700px;
    background: rgba(255,255,255,0.8);
    border: #ccc 1px solid;
    border-radius: 10px;
    margin: 0 auto;
    padding: 1em;
}

form.sent p{
display:none;
}

/* --------------------------フィックスボタン-------------------------- */

.fix-link01 {
    position: fixed;
    top: 15%;
    right: 0;
    background: #294c6e;
    border-radius: 5px 0 0 5px;
    font-size: 15px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    align-items: center;
    transition: .2s;
    z-index: 9999;
}

.fix-link01 a,
.fix-link01 a:hover {
    display: block;
    color: #fff;
    padding: 1em;
}

.fix-link01:hover {
    background: #a95d5d;
}

/* --------------------------カラーミー-------------------------- */

.colorme-items-wrap {
    padding: 2em;
}

.colorme-items-list {
    width: 33%;
    float: left;
    border-bottom: 1px #999 dotted;
    border-right: 1px #999 dotted;
    margin-bottom: 1em;
    padding: 1em;
}

@media screen and (max-width: 768px) {
	.colorme-items-list {
	    width: 50%;
	}
}

@media screen and (max-width: 500px) {
	.colorme-items-list {
	    width: 100%;
	    float: none;
	}
}

.colorme-items-list a {
    color: #111;
}

.colorme-items-list dt {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.colorme-items-img {
    margin: 1em;
}

.colorme-items-price {
    text-align: right;
    font-size: 90%;
}


.sales_price {
    text-align: right;
    color: #a95d5d;
}

.sales_price span {
    font-size: 200%;
}

.cartjs_product_table th {
    background: none;
    border-left: none!important;
}

/* --------------------------三徳堂-------------------------- */

.header_catch_wh {
	background : url(../images/mitoudou-head-bg01.jpg) 0 0 no-repeat;
	background-size:100% auto;
	position: relative;
	overflow : hidden;
}

.header_catch_wh h1 {
    position: absolute;
    top: 20%;
    left: 7%;
}

@keyframes tp_line {
	0% {
	fill-opacity: 0;
	stroke-dashoffset: 2000;
	}
	30% {
	stroke-dashoffset: 1800;
	}
	60% {
	fill-opacity: 0;
	stroke-dashoffset: 1500;
	}
	90% {
	fill-opacity: 0.5;
	stroke-dashoffset: 1000;
	}
	100% {
	fill-opacity: 0;
	stroke-dashoffset: 500;
	}
}

@keyframes hc_anime_bg {
	0% {
	opacity: 1;
	}
	90% {
	opacity: 1;
	}
	100% {
	opacity: 0;
	}
}

.header_catch_svg {
	width: 100%;
	background :#000;
	animation-name: hc_anime_bg;
	animation-duration: 4s;
	opacity: 0;
}

.cls-1 {
	stroke: #1b1464;
	stroke-dasharray: 2000;
	stroke-dashoffset: 2000;
	stroke-width: 1;
	animation-name: tp_line;
	animation-duration: 4s;
	animation-timing-function: ease-out;
	fill-opacity: 0;
}

/* --------------------------お仏壇シミュレーター-------------------------- */

.bsimu-content {
    background: #000;
}

.bsimu-wrap {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    height: 80vh;
    background :url(../images/bsimubg.jpg) 0 0 no-repeat;
    background-size :auto 100%;
}

@media screen and (max-width: 768px) {
.bsimu-wrap {
    position: fixed;
    top: 0;
    width: 100%;
}
}

.drag-and-drop {
    cursor: move;
    position: absolute;
    z-index: 1000;
}

.drag {
    z-index: 1001;
}

#preview {
    position: absolute;
    z-index: 1;
}

#butsudan {
    width: 28vh;
	top:90px;
	left:70px;
}

#ihai {
    width: 3vh;
    top:190px;
    left:130px;
}

#figure {
    width: 4vh;
    top: 100px;
    left: 130px;
}

#b-table {
    width: 30vh;
	top:200px;
	left:70px;
}

#myImage {
    display: none;
}

.cameralabel {
    display: block;
    width: 100px;
    height: 100%;
    margin: 0 auto;
}

/*タブ切り替え全体のスタイル*/
.tabs {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    width: 100%;
    height: 20vh;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/5);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 10px;
  height: 100%;
  clear: both;
  overflow-x: auto;
}

.tab_content_description {
    height: 70%;
    min-width: 100%;
    width: max-content;
}

.tab_content_description img {
    max-height: 100%;
}

/*選択されているタブのコンテンツのみを表示*/
#tab-bg:checked ~ #bg_content,
#tab-butsudan:checked ~ #butsudan_content,
#tab-ihai:checked ~ #ihai_content,
#tab-figure:checked ~ #figure_content,
#tab-btable:checked ~ #btable_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}

/* --------------------------sns-------------------------- */

.top-bar .menu a:before {
    color: #093912;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.sbi_no_avatar .sbi_header_img {
    background: #093911!important;
}

#sb_instagram .sbi_follow_btn a {
    background: #a95d5d;
}

/* --------------------------検索結果-------------------------- */

.search-wrap {
	max-width: 768px;
	padding: 2em;
	margin: 2em auto;
	background: rgba(255,255,255,0.6);
}

#flowpaper-logo-bottom {
    display: none!important;
}
