/*******************************************************************************
*
*  PC Dolphin CSS
*
*		Parallax Design CSS File
*			Using	skrollr 0.6.30
*					animsition v4.0.2
*
*  $Id: Dolphin.css 58 2025-03-28 12:44:19Z t-yasuka $
*
*******************************************************************************/

body {
	scroll-padding-top: 45px;
}

.main_body {
	/* font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS UI Gothic", "sans-serif"; */
	font-family: serif;
}


.container {
	overflow: hidden;
	font-family: serif;
}

.bg-section {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-overflow-scrolling: auto;
}


.parallax-window {
	min-height: 400px;
	background: transparent;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
	transition: 0.8s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
}

.scroll_up.on {
	transform: translateY(0);
	opacity: 1.0;
}

/*----------------------------
  scroll_left ｜左から出現
  ----------------------------*/
.scroll_left {
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	transform: translateX(-30px);
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}

.scroll_left.on {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	transform: translateX(0);
}

/*----------------------------
  scroll_right ｜右から出現
  ----------------------------*/
.scroll_right {
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	transform: translateX(30px);
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}

.scroll_right.on {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	transform: translateX(0);
}

#fade_animation {
	margin: 50px 0;
	font-size: 40px;
	font-weight: bold;
	color: #E54212;
	-webkit-text-stroke: 1px #FEF077;
	/* text-stroke: 1px #FEF077; */
	animation-name: fade;
	animation-duration: 1s;
	animation-iteration-count: 5;
}

.fadeInDown {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 3s;
	-ms-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

/*****************************************************/
/*  Common                                           */
/*****************************************************/

/*
h2[id] {
	display: block;
	height: 50px;
	margin-top: -50px;
	content: "";
}
*/

.innerbody {
	width: 100%;
	margin: 0 auto;
}

.HeaderBox {
	/* display: block; */
	margin: 0 auto;
	padding: 16px 0px;
	background-color: white;
}

/* skroller の本体部分 */
.ContentsBox {
	/* background-color:transparent; */
	background-color: black;
	color: white;
	/*padding:10px;
	margin-bottom:10px; */
}

footer {
	font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS UI Gothic", "sans-serif";

}

.fsitemap {
	/*font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS UI Gothic", "sans-serif";*/
	font-size: 12px;
}

.copyrights {
	/*font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS UI Gothic", "sans-serif"; */
	font-size: 10pt;
	line-height: 12pt;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	border-top: solid 2px orange;
}

.flexbox {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-content: space-between;
	gap: 10px 20px;
}

.flex_child {
	display: block;
	/* float:left; * /
	margin-top:20px;
	margin-bottom:20px; */
}

.innerbody h2 {
	padding-top: 1em;
	padding-bottom: 0.4em;
}

.innerbody h3 {
	padding-top: 1em;
	padding-bottom: 0.4em;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - -
    TOP Menu area
- - - - - - - - - - - - - - - - - - - - - - - - - - - */

.ribon {
	width: 100%;
	height: 40px;
	background-color: black;
}

.top-menu {
	position: fixed;
	width: 40px;
	height: 40px;
	right: 0px;
	top: 0px;
	z-index: 999;
	line-height: 30px;
	background-color: black;
	opacity: 1;
	color: #aaaaaa;

	font-size: 22px;
	-webkit-overflow-scrolling: auto;

}


.pulldownmenu:visited {
	color: #aaaaaa;
	;
}

.pulldownmenu:hover {
	color: white;
}

.pulldownmenu {
	display: flex;
	position: absolute;
	right: 0;
	margin: 5px;
	padding: 0;
	width: 40px;
	/*padding-bottom:10px;*/
	font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS UI Gothic", "sans-serif";
	font-size: 30px;
	text-decoration: none;
	-webkit-overflow-scrolling: auto;

}

.pulldownmenu>li {
	/*親階層のみ幅を25%にする*/
	width: 40px;
}

/*全てのリスト・リンク共通*/
.pulldownmenu ul {
	position: relative;
}

.pulldownmenu li {
	list-style: none;
	right: 10px;
	/*height:42px;*/
}

.pulldownmenu li a {
	background: black;
	/*border-left: 1px solid #888888;*/
	border: 1px solid #888888;
	color: #888888;
	display: block;
	height: 3em;
	line-height: 2em;
	text-align: left;
	text-decoration: none;
	right: 10px;
}

/*子階層以降共通*/
.pulldownmenu li li {
	display: block;
	width: 13em;
	/*プルダウンメニューの幅*/
	height: 0;
	overflow: hidden;
	transition: .3s;
	font-size: 16px;
	font-weight: bold;
	/*right:10px; */
}

.pulldownmenu li li a {
	/*border-top: 1px solid #888888;*/
	height: 2.5em;
	/*right:10px; */
	padding: 0;
	padding-left: 5px;
	margin: 0;
	/*background-color:brown;*/
}

.pulldownmenu li li a:hover {
	color: white;
	background-color: #888888;
}


.pulldownmenu li:hover>ul>li {
	height: 2em;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	overflow: visible;
	/*right:10px; */
}

.pulldownmenu>li ul {
	position: absolute;
	/*width:10em;*/
	/* width:100%;*/
	-webkit-overflow-scrolling: auto;
	right: 0px;
}

.top-menu-bottom {
	border-bottom: 1px solid #888888;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - -
    PHP Counter
- - - - - - - - - - - - - - - - - - - - - - - - - - - */

.acc_counter {
	width: 250px;
	height: 40px;
}


#phpcounter {
	color: white;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - -
    Mail Form
- - - - - - - - - - - - - - - - - - - - - - - - - - - */

.MailContents {
	background-color: #EEEDDE;
	color: black;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - -
    Footer sitemap
- - - - - - - - - - - - - - - - - - - - - - - - - - - */

.ftsitemap ul {
	display: table;
	margin: 5px auto;
	text-align: center;
	letter-spacing: -0.5em;
	/*font-size:0; */
	/*border-collapse: collapse;*/
}

.ftsitemap ul li {
	display: inline-block;
	letter-spacing: normal;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
	/*margin-left: 0px;
	margin-right: 0px; */
	min-width: 3em;
	color: white;
	border-left: 1px solid #FFA500;
	border-right: 1px solid #FFA500;
}

.ftsitemap ul li a:link {
	color: #eeedde;
	text-decoration: underline;
}

.ftsitemap ul li a:visited {
	/*color: #551A8B;*/
	color: #debbff;
	text-decoration: underline;
}

.ftsitemap ul li a:hover {
	/*color: #FF0000;*/
	color: #fff56e;
	text-decoration: underline;
}

/*
.ftsitemap ul li a:active {
	/ *color: #FF0000;* /
	color: #e7fa79;
	text-decoration: underline;
}
*/

.footer_sec {
	font-size: 11pt;
	height: 100%;
}


.footer_tb {
	padding: 0;
	margin: 0;
	/*margin-left: 20px;*/
	font-size: 11pt;
	line-height: 1.5em;
	width: 100%;
	border-collapse: collapse;
	/*border:solid 1px black;*/
}

.footer_tb .f1 {
	text-align-last: justify;
}

.footer_tb th {
	width: 5em;
	justify-content: space-between;
	font-weight: normal;
	/*text-align:start;*/
	padding: 0;
	margin: 0;
	/*border:solid 1px red;*/
}

.footer_tb td {
	width: calc(100% - 5em);
	padding: 0;
	margin: 0;
	/*border:solid 1px blue;*/
}

.footer_sec h5 {
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0;
	font-size: 1.2rem;
	line-height: 1.5em
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - -
    Goto top
- - - - - - - - - - - - - - - - - - - - - - - - - - - */

#FloatButton {
	/*display: none;*/
	position: absolute;
}

#page_top {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 5px;
	bottom: 5px;
	background-image: url("../images/GoTop.png");
	background-color: #4c7df8;
	color: #ffffff;
	/*opacity: 1;*/
}

#page_top a {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	/*overflow: hidden;*/
}

#Prev_Page {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 52px;
	bottom: 5px;
	background: #4c7df8;
	/*#88aaff*/
	/*opacity: 0.6;*/
}

#Prev_Page a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
	background-image: url("../Pictures/GoBack.png");
	background-color: #FFCB72;
	color: #ffffff;
}



/*****************************************************/
/*  index.html                                       */
/*****************************************************/

.LogoIBox {
	display: block;
	width: 98vw;
}

.LogoBBox {
	position: absolute;
	left: 5px;
	bottom: 0px;
}

.address_flexbox {
	display: flex;
	flex-wrap: wrap;
}

.addressbox {
	font-size: calc(9.793px + 0.6896vw);
	display: block;
	margin: 0 auto;
	width: 45%;
}

.addressbox table {
	display: block;
	margin: 0 auto;
	padding-left: 5px;
}

.googlemap_area {
	margin: 0 auto;
	display: inline-block;
	width: 51%;
	height: 48vw;
}

/*****************************************************/
/*  Office.html                                      */
/*****************************************************/

.OfficeBox {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	/*background-image:url(images/Office.jpg);*/
	background-size: cover;
	background-position: bottom right;
	background-repeat: no-repeat
}

.OfficeBox p {
	text-indent: 1em;
	font-size: calc(9.793px + 0.69vw);

}

.Greeting {
	/* display:block; */
	/*position:relative; */
	text-align: left;
	/* vertical-align: top; */
	margin: 0px;
	padding: 10px;
	background-color: white;
	width: calc(50% - 20px);
	margin-left: calc(50% - 10px);
}

/*****************************************************/
/* Makimono                                          */
/*****************************************************/

.Makimono {
	position: relative;
	/* width:					900px; */
	/* height:					400px; */
	/*width: 100%;*/
	/*height: calc(100vw / 9 * 3);*/
	/* background-size:		100% 100%; */
	/* background-image: url(images/Makimono01.png); */
	/*background-size: 100% 100%; */
	background-repeat: no-repeat;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

/*
@font-face {
	font-family: AoyagiKouzanFont;
	src: url(./Fonts/AoyagiKouzanTOTF.woff) format("woff"), local(serif);
  }
*/

.Makimono h3 {
	position: absolute;
	padding: 0.2em;
	margin-right: 45px;
	margin-top: 2em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 2em;
	/* text-align: center; */
}

.makimono-text {
	position: relative;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 5px;
	padding-right: 0px;
}

.Makimono p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 5px;
	padding-right: 0px;
	/*margin:0; */
	text-indent: 1rem;
	font-family: 'YujiSyuku-Regular';
	/*font-size: 12pt;*/
	font-size: 1.3vw;
	line-height: 1.3em;
}

#makimono_cap {
	display: block;
	position: absolute;
	width: 90%;
	height: 89%;
	top: 5.1%;
	left: 4.4%;
}

.Futa {
	background-color: #eeedde;
	width: 100%;
	height: 100%;
	transform-origin: center left;
}

.safari .Futa {
	display: none;
}


/*****************************************************/
/*  TougeiTaiken                                     */
/*****************************************************/

.TougeuTaiken_Body {
	font-size: 14pt;
	margin: 0;
}

.TougeuTaiken_Body  h2,
.TougeuTaiken_Body  h3

/*.TougeuTaiken_Body h4 */
	{
	/*margin: 0;*/
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0.25em;
	/* width:fit-content; */
}

.TougeuTaiken_Body h4 {
	position: relative;
	/*border-top: solid 2px rgb(245, 165, 16);*/
	border-bottom: solid 4px rgb(245, 165, 16);
	border-image: linear-gradient(to right, rgb(245, 165, 16) 0%, #eeedde 100%);
	border-image-slice: 1;
	/*border-left: solid 4px rgb(245, 165, 16);*/
	/*background: #f4f4f4;*/
	line-height: 1.4;
	padding: 0.4em 0.5em;
	margin: 2em 0 0.5em;
}

.TougeuTaiken_Body h2:after {
	content: "";
	display: block;
	height: 4px;
	background: -webkit-linear-gradient(to right, rgb(245, 108, 16), transparent);
	background: linear-gradient(to right, rgb(245, 108, 16), transparent);
}

.TougeuTaiken_Body  h3:after {
	content: "";
	display: block;
	height: 4px;
	background: -webkit-linear-gradient(to right, rgb(245, 165, 16), transparent);
	background: linear-gradient(to right, rgb(245, 165, 16), transparent);
}

.TougeuTaiken_Body h4:after {
	/*タブ*/
	position: absolute;
	font-family: "Font Awesome 5 Free", 'Quicksand', 'Avenir', 'Arial', sans-serif;
	font-weight: 900;
	content: '\f0a7\ POINT';
	background: rgb(245, 165, 16);
	/*color: #fff;*/
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 5px 7px 3px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em;
}


.TougeuTaiken_Body p {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 20px;
}

.TougeiCourceBox {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 20px;
}

.TougeiTaiken {
	float: left;
	font-size: 14pt;
	background-color: #eeedde;
	min-width: 225px;
	width: 225px;
	font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS UI Gothic", "sans-serif";

}

.TougeiTaiken p {
	font-size: 12pt;
	padding: 0 5px;

}

.TougeiTaiken table {
	/*display:block;*/
	/*position:static;*/
	border-collapse: collapse;
	/*border:2px solid black;*/
	width: 225px;
}


.TougeiTaiken tr,
.TougeiTaiken td,
.TougeiTaiken th {
	border-collapse: collapse;
	border: ridge 2px #8ec6ff;
}


.TougeiTaiken td {
	position: relative;
	/*border-top: 3px dotted red;*/
}

.TougeiTaiken td>div {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	top: -2px;
	left: -2px;
	/*border:2px dashed red;*/
}


.TougeiTaiken th {
	font-size: 1.2em;
	font-weight: bold;
}

.TaikenColorSample table {
	border-collapse: collapse;
}

.TaikenColorSample tr,
.TaikenColorSample td,
.TaikenColorSample th {
	text-align: center;
	border-collapse: collapse;
	border: 1px solid black;
}

.TaikenColorSample td {
/*	width: 150px;
	height: 150px; */
	width: 140px;
	height: 140px;
}

.TaikenColorSample_In {
	border: 1px solid black;
}

.TaikenColorSample_Img {
/*	width: 150px;
	height: 150px; */
	width: 140px; 
	height: 140px;
	/* background-image: url(); */
	border: 1px solid black;
	background-size: cover;
	background-repeat: no-repeat;
}

.TaikenColorSample_In p {
	text-align: center;
	margin: 0;
	padding: 1px 5px;
}

.TaikenPointImg {
	width: 22%;
}

.TaikenPointText1 {
	width: calc(78% - 20px);
	margin: 5px;
}

.TaikenPointText2 {
	width: calc(78% - 20px);
	margin: 10px;
}


.TaikenInfo {
	padding-left: 4em;
}

#TaikenInfoColorBox {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -2em;
	/* TaikenInfoで左のインデント分( 4em / 2 )を戻す */
	margin-right: 0em;
}

.TougeiTaiken_Info_head {
	font-size: 1.1em;
	/*font-size: 12pt; */
	font-weight: bold;
	height: 80px;

}

.TougeiTaiken_Info_head h3 {
	margin:0;
	padding:0;
	font-size: 18pt;
}

.TougeiTaiken_Info_head h3:after {
	display:none;
}

.TougeiTaiken_Info_r1 {
	height: 540px;
	vertical-align: top;
}

.TougeiTaiken_Info_r2 {
	display: none;
	height: 340px;
	vertical-align: top;
}

.TougeiTaiken_Info_r3 {
	height: 470px;
	vertical-align: top;
}

.TougeiTaiken_Info_r4 {
	display: none;
	height: 130px;
	vertical-align: top;
}

.TougeiTaiken_Info_r5 {
	display: none;
	height: 130px;
	vertical-align: top;
}

.TougeiTaiken_Info_r6 {
	height: 200px;
	vertical-align: top;
}

.TougeiTaiken_Info_p_center {
	text-align: center;
	padding: 0;
}

.TougeiTaiken_Info_p_left {
	text-align: left;
	padding: 0 5px;
}

.TaikenPrice {
	text-align: center;
	font-weight: bold;
}

.TaikenPriceBikou {
	font-size: 0.8em !important;
}

.TaikenMark table {
	border: 0 !important;
	width: 200px;
	margin: 0 auto;
	padding: 0;
	font-size: 0.75em;
	font-weight: bold;
	/*width: 200px; */
}

.TaikenMark tbody {
	border: 0 !important;
}

.TaikenMark tr {
	border: 0 !important;
}

.TaikenMarkPare {
	border: 0 !important;
	text-align: center;
	vertical-align: middle;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	font-size: 1em;
	font-weight: bold;
}

.TaikenMarkBody {
	border: 0 !important;
	text-align: center;
	vertical-align: middle;
}

/*
.TougeuTaiken_Body > h2 {
	/ *font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;* /
	margin-left:-2rem;
	padding: 1rem 2rem;
	color: #fff;
	/ *background: #000;* /
  }
  
 .TougeuTaiken_Body > h2 span {
	background-image: -webkit-linear-gradient(315deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
	background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }
*/
.color__test {
	color: #2e2eaa;

}








/*****************************************************/
/*  Enkaku                                           */
/*****************************************************/

.Enkaku {
	margin: 0 20px;
	padding: 0;
}

.Enkaku table {
	margin-top: 20px;
	padding: 0;
}

.EnkakuYear {
	width: 4.5em;
	vertical-align: top;
}

.Enkaku tr,
.Enkaku td {
	font-size: 12pt;
	padding: 5px 0.3em;

}


/*****************************************************/
/*  Gallery                                          */
/*****************************************************/

.gallery_pic {
	width: 250px;
	height: 300px;
	border: solid 1px rgb(167, 146, 146);
	margin: 0 auto;
}

.gallery_pic .gallery_item {
	height: auto;
	transition: transform .6s ease;
	/* ゆっくり変化させる */
}

.allary_pic:hover gallery_item {
	transform: scale(1.1);
	/* 拡大 */
}





.gallery_item_pic {
	text-align: center;
	background-color: white;
	/*height:100%;*/
}

.gallery_item_pic a {
	padding: 0;
	margin: 0;
}

.gallery_item_pic img {
	max-width: 250px;
	max-height: 250px;
	vertical-align: top;
}



.gallery_item_info {
	position:relative;
	display:flex;
	height:50px;
	justify-content: center;
	align-items: center;
}

.gallery_item_info .gallery_item_info_inner {
	display:block;
	/*position:absolute;
	width:100%;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%); */
	width:100%;
	
}

.gallery_item_info p {
	/*display: inline;*/
	/*height:50px;*/
	margin:auto 0;
	padding:0;
	text-align: center;
	vertical-align: middle;
	font-size: 12pt;
	line-height: 13pt;
}

.gallery_item_info .size {
	font-size:10pt;
	width:100%;
	line-height: 10pt;
	/*height:100%;*/
}

.gallery_item_info .size::before {
	content: 'サイズ(幅\02715高)';
	
}
.gallery_item_info .size::after {
	content: '(mm)';
}

.gallery_item_info .sizeR {
	font-size:10pt;
	width:100%;
	line-height: 10pt;
	/*height:100%;*/
}

.gallery_item_info .sizeR::before {
	content: 'サイズ(直径\02715高)';
	
}
.gallery_item_info .sizeR::after {
	content: '(mm)';
}

.gallery_item_info .size3 {
	font-size:8pt;
	width:100%;
	line-height: 8pt;
	/*height:100%;*/
}

.gallery_item_info .size3::before {
	content: 'サイズ(長径\02715短径\02715高)';
	
}
.gallery_item_info .size3::after {
	content: '(mm)';
}




/****************************************************/
/*  Sitemap Page									*/
/****************************************************/
/*
.sitemap_body {
	border:none;
}

.sitemap_body ul li {
	margin-left:4em;
}

.sitemap_body ul ul li {
	margin-left:4em;
}

.sitemap_body ul ul ul li {
	margin-left:4em;
}

.sitemap_body ul ul ul ul li {
	margin-left:4em;
}

.sitemap_body ul ul ul ul ul li {
	margin-left:4em;
}
*/

/*****************************************************/
/*  PC SmartPhone Responsive Change                  */
/*****************************************************/

.pcview {
	display: block !important;
}

.spview {
	display: none !important;
}

/* スマートフォンで見たときは"spview"のclassがついた画像が表示される */
/*
@media only screen and (max-width: 750px) {
	.pcview {
		display: none !important;
	}

	.spview {
		display: block !important;
	}
}
*/



/*****************************************************/
/*  Responsive Definitions                           */
/*****************************************************/

@media (min-width: 0px) and (max-width: 319px) {
	.testclass {
		width: 300px;
	}

	body {
		min-width: 320px;
	}

	.LogoIBox {
		width: 320px;
	}

	.LogoCapTxt {
		font-size: 10px;
	}

	.addressbox {
		font-size: 12px;

	}

	.googlemap_area {
		width: 300px;
		height: 300px;
	}


	h1 {
		font-size: 26px;
	}

	/*	.BusinessDescription table {
		width:288px;
		font-size:10px;
	} */

	.Greeting {
		width: calc(100% - 20px);
		margin-left: 0%;
	}

	.BusinessDescBox {
		font-size: 10px;
	}

	.BusinessDesc {
		width: 288px;
		font-size: 10px;
	}

	.MediaContents {
		width: 320px;
		/* margin:0 auto; */
		font-family: serif;
	}

	#dentou_left {
		width: 60%;
		margin: 0 auto;
	}

	#dentou_right {
		width: 100%;
	}

	.Makimono {
		width: 320px;
		/*height: 1100px;*/
		height: calc(1260px - calc(calc(0px + 100vw) * 1.26));
		background-image: url(../images/Makimono-V01.png);
		background-size: 100% 100%;
		-webkit-writing-mode: lr-tb;
		-moz-writing-mode: lr-tb;
		-ms-writing-mode: lr-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: lr-tb;
	}

	.makimono-text {
		top: 85px;
		left: 1%;
		width: 98vw;
	}

	.Makimono p {
		position: relative;
		/*font-size: 12pt;*/
		font-size: calc(9.5pt + 0.05vw);
		/*font-size:1.3vw;*/
		/*margin-top:40px;*/
		margin-left: 6vw;
		margin-right: 6vw;
		padding: 0px;
	}

	.Makimono h3 {
		font-size: 1.5em;
		top: 60px;
		margin-top: 0;
		/*margin-left: 20vw;*/
		left: calc(50vw - 3em);

		writing-mode: lr-tb;
	}

	#makimono_cap {
		display: none;
	}

	.TaikenPointImg {
		width: 90%;
	}

	.TaikenPointText1 {
		width: 90%;
		margin: 10px;
	}

	.TaikenPointText2 {
		width: 90%;
		margin: 10px;
	}



}

@media (min-width: 320px) and (max-width: 640px) {
	.testclass {
		width: 320px;
	}

	.LogoCapTxt {
		font-size: calc(2.275px + 2.4vw);
	}

	h1 {
		font-size: 26px;
	}

	.googlemap_area {

		width: 300px;
		height: 300px;
	}

	.Greeting {
		width: calc(75% - 20px);
		margin-left: calc(25% - 0px);
	}

	.BusinessDescBox {
		font-size: 10px;
	}

	.BusinessDesc {
		width: 288px;
		/* calc(320px - 32px); */
		font-size: 10px;
	}

	.MediaContents {
		width: 100%;
		/* margin:0 auto; */
		font-family: serif;
	}

	/*
	#dentou_left {
		width:100%;
	}

	#dentou_right {
		width: 100%;
	}
	*/

	.Makimono {
		width: 100%;
		height: calc(1310px - calc(calc(0px + 100vw) * 1.26));
		background-image: url(../images/Makimono-V01.png);
		background-size: 100% 100%;
		-webkit-writing-mode: lr-tb;
		-moz-writing-mode: lr-tb;
		-ms-writing-mode: lr-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: lr-tb;
	}

	.makimono-text {
		top: calc(4.5em);
		left: 1%;
		width: 98%;
	}

	.Makimono p {
		position: relative;
		/*font-size:10pt;*/
		font-size: calc(10pt + 0.06vw);
		/*font-size:1.3vw;*/
		/*margin-top:40px;*/
		margin-left: 6vw;
		margin-right: 6vw;
		padding: 0px;
	}

	.Makimono h3 {

		font-size: 1.5em;
		top: 2em;
		margin-top: 0;
		left: calc(50vw - 3em);
		/*margin-top:0;
		/ *margin-left: 20vw;*/
		/*width:100%; * /
		margin: 0 auto; */

		writing-mode: lr-tb;
	}

	#makimono_cap {
		display: none;
	}

	/*
	.TaikenPointImg {
		width: 90%;
	}

	.TaikenPointText1 {
		width: 90%;
		margin: 10px;
	}

	.TaikenPointText2 {
		width: 90%;
		margin: 10px;
	}
	*/

}


@media (min-width: 320px) and (max-width: 450px) {
	#dentou_left {
		width: 60%;
		margin: 0 auto;
	}

	#dentou_right {
		width: 100%;
	}

	.TaikenPointImg {
		width: 90%;
	}

	.TaikenPointText1 {
		width: 90%;
		margin: 10px;
	}

	.TaikenPointText2 {
		width: 90%;
		margin: 10px;
	}


}


@media (min-width: 451px) and (max-width: 640px) {
	#dentou_left {
		width: 25%;
	}

	#dentou_right {
		width: 70%;
	}

	.TaikenPointImg {
		width: 35%;
	}

	.TaikenPointText1 {
		width: calc(65% - 20px);
		margin: 5px;
	}

	.TaikenPointText2 {
		width: calc(65% - 20px);
		margin: 10px;
	}

}


@media (min-width: 641px) and (max-width: 900px) {
	.testclass {
		width: 641px;
	}

	.LogoCapTxt {
		font-size: calc(2.275px + 2.4vw);
	}

	.Greeting {
		width: calc(50% - 20px);
		margin-left: 50%;
	}

	.BusinessDescBox {
		font-size: calc(5.076923px + 0.76923vw);
	}

	.BusinessDesc {
		width: 50%;
		font-size: calc(5.076923px + 0.76923vw);
	}

	.BusinessDescription .f1 {
		width: 7em;
	}

	.MediaContents {
		width: 100%;
		/* margin:0 auto; */
		font-family: serif;
	}


	#dentou_left {
		width: 25%;
	}

	#dentou_right {
		width: 70%;
	}

	.Makimono {
		width: 100vw;
		height: 44.44vw;
		background-image: url(../images/Makimono01.png);
		background-size: cover;
	}

	.makimono-text {
		right: 13%;
	}

	.Makimono p {
		font-size: 1.78vw;

	}

	.Makimono h3 {
		right: 2%;
		font-size: 3.6vw;
		margin-right: 4vw;
	}

	#makimono_cap {
		display: block;
	}

}

@media (min-width: 901px) {
	.testclass {
		width: 900px;
	}

	body {
		width: 100%;
	}

	.innerbody {
		width: 900px;
		margin: 0 auto;
	}

	.LogoIBox {
		width: 900px;
	}

	.LogoBBox {
		width: 900px;
		position: absolute;
		left: calc(calc(calc(100vw - 900px) / 2) + 5px);
		bottom: 0px;
		-webkit-overflow-scrolling: auto;
	}

	.addressbox {
		font-size: 16px;
	}


	.googlemap_area {
		height: 450px;
	}



	.LogoCapTxt {
		font-size: 24px;
	}


	.Greeting {
		width: calc(50% - 20px);
		margin-left: 50%;
	}

	.BusinessDescBox {
		font-size: 12px;
	}

	.BusinessDesc {
		width: 450px;
		font-size: 12px;
	}

	.BusinessDescription .f1 {
		width: 8em;
	}


	.MediaContents {
		width: 900px;
		margin: 0 auto;
		font-family: serif;
	}


	#dentou_left {
		width: 25%;
	}

	#dentou_right {
		width: 70%;
	}

	.Makimono {
		width: 900px;
		height: 400px;
		background-image: url(../images/Makimono01.png);
		background-size: cover;
	}

	.makimono-text {
		right: 13%;
	}

	.Makimono p {
		font-size: 12pt;
		line-height: 1.35em;
	}

	.Makimono h3 {
		right: 1%;
		font-size: 2em;
	}

	#makimono_cap {
		display: block;
	}

}



/*==================================================
ふわっ
===================================*/


/* fadeUp */

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger {
	opacity: 0;
}


/* 巻物 左から フェード */


.fade-text {
	display: block;
	/*color: transparent; */
	/* font-size: 30px; */
	font-size: 12pt;
	line-height: 1.4;
	/* margin-bottom: 20px; */
	/* background-clip: text; */
	/*-webkit-background-clip: text;
	background-size: 300% 300%; */
}

.fade-text.to__left {
	background-image: linear-gradient(to left,
			#000 30%,
			rgba(238, 237, 222, 100) 100%);
	/* color #eeedde */
	background-position: right 100% center;
	/* transform: translate(20px, 0); */
	/*animation: toLeft var(--duration, 2.4s) var(--ease) var(--delay, 0.6s) forwards; */
}

/*
@keyframes toLeft {
	100% {
		transform: translate(0, 0);
		background-position: right 0% center;
	}
}*/



/****************** 飾り ***************************/
.ClipedBox {
	position: relative;
	max-width: 223px;
	width: 200px;
	margin: 1em auto;
	padding: 1em 0.25em 1em 0.25em;
	border-radius: 3px;
	box-shadow: 2px 3px 3px black;
	/*rgb(0 0 0 / 20%);*/
	/*background-color: #e0efff;*/
	color: #333333;
}

.ClipedBox::before,
.ClipedBox::after {
	position: absolute;
	content: '';
}

.ClipedBox::before {
	top: -10px;
	right: 5px;
	height: 30px;
	width: 10px;
	border: 3px solid #999;
	border-radius: 10px;
	box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
	transform: rotate(10deg);
}

.ClipedBox::after {
	top: 0;
	width: 10px;
	right: 15px;
	/*border: solid 5px #e0efff;*/
}

.ClipedBoxR {
	background-color: #ffe7e7;
}

.ClipedBoxR::after {
	/*top: 0;
    width: 10px;
    right: 25px;*/
	border: solid 5px #ffe7e7;
	/* rgb(255, 231, 231);*/
}

.ClipedBoxB {
	background-color: #e0efff;
}

.ClipedBoxB::after {
	/*top: 0;
    width: 10px;
    right: 25px;*/
	border: solid 5px #e0efff;
}

.ClipedBoxY {
	background-color: #ffffc8;
	/*rgb(255, 255, 200);*/
}

.ClipedBoxY::after {
	/*top: 0;
    width: 10px;
    right: 25px;*/
	border: solid 5px #ffffc8;
}


.TapedBox {
	width: 180px;
	/* 紙の横幅 100%にすると全幅表示に */
	padding: 15px;
	margin: 1.2em auto;
	/*background: #fbc7f5;/ * 紙の色 */
	color: #000;
	/* 文字色 */
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.575);
	transform: rotate(-2deg);
	word-break: break-all;
}

.TapedBoxR {
	background: #ffe7e7;
	/* 紙の色 */
}

.TapedBoxB {
	background: #e0efff;
	/* 紙の色 */
}

.TapedBoxY {
	background: #ffffc8;
	/* 紙の色 */
}



.TapedBox p {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}


.TapedBox_tape {
	width: 50%;
	height: 25px;
	margin: -25px auto 0;
	background: rgba(251, 234, 144, 0.6);
	/* テープの色 */
	transform: rotate(-4deg);
	opacity: 0.9;
}

.TapedBox_title {
	text-align: center;
	font-size: 1em !important;
	margin-top: 10px !important;
}

.TapedBox_subtitle {
	text-align: center;
	font-size: 0.7em !important;
	margin-bottom: 1em !important;
}



.box-stripe {
	padding: 20px 25px;
	position: relative;

	&:before {
		content: "";
		position: absolute;
		top: 5px;
		bottom: 5px;
		left: 5px;
		right: 5px;
		background: #fff;
		z-index: -1;
	}

	&:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #94c7b4 0, #94c7b4 6px);
		z-index: -2;
	}
}